Skip to content

Commit

Permalink
Merge pull request #2792 from rdkempt/main
Browse files Browse the repository at this point in the history
add missing country codes
  • Loading branch information
KelvinTegelaar authored Aug 9, 2024
2 parents 80257c2 + 1e89c98 commit dee4761
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/data/AuditLogSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@
{ "value": "AR", "name": "Argentina" },
{ "value": "AM", "name": "Armenia" },
{ "value": "AW", "name": "Aruba" },
{ "value": "AC", "name": "Ascension Island" },
{ "value": "AU", "name": "Australia" },
{ "value": "AT", "name": "Austria" },
{ "value": "AZ", "name": "Azerbaijan" },
Expand Down Expand Up @@ -779,6 +780,7 @@
{ "value": "CY", "name": "Cyprus" },
{ "value": "CZ", "name": "Czech Republic" },
{ "value": "DK", "name": "Denmark" },
{ "value": "DG", "name": "Diego Garcia" },
{ "value": "DJ", "name": "Djibouti" },
{ "value": "DM", "name": "Dominica" },
{ "value": "DO", "name": "Dominican Republic" },
Expand Down Expand Up @@ -837,6 +839,7 @@
{ "value": "KI", "name": "Kiribati" },
{ "value": "KP", "name": "Korea, Democratic People's Republic of" },
{ "value": "KR", "name": "Korea, Republic of" },
{ "value": "XK", "name": "Kosovo" },
{ "value": "KW", "name": "Kuwait" },
{ "value": "KG", "name": "Kyrgyzstan" },
{ "value": "LA", "name": "Lao People's Democratic Republic" },
Expand Down
3 changes: 3 additions & 0 deletions src/data/countryList.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{ "Code": "AR", "Name": "Argentina" },
{ "Code": "AM", "Name": "Armenia" },
{ "Code": "AW", "Name": "Aruba" },
{ "Code": "AC", "Name": "Ascension Island" },
{ "Code": "AU", "Name": "Australia" },
{ "Code": "AT", "Name": "Austria" },
{ "Code": "AZ", "Name": "Azerbaijan" },
Expand Down Expand Up @@ -60,6 +61,7 @@
{ "Code": "CY", "Name": "Cyprus" },
{ "Code": "CZ", "Name": "Czech Republic" },
{ "Code": "DK", "Name": "Denmark" },
{ "Code": "DG", "Name": "Diego Garcia" },
{ "Code": "DJ", "Name": "Djibouti" },
{ "Code": "DM", "Name": "Dominica" },
{ "Code": "DO", "Name": "Dominican Republic" },
Expand Down Expand Up @@ -118,6 +120,7 @@
{ "Code": "KI", "Name": "Kiribati" },
{ "Code": "KP", "Name": "Korea, Democratic People's Republic of" },
{ "Code": "KR", "Name": "Korea, Republic of" },
{ "Code": "XK", "Name": "Kosovo" },
{ "Code": "KW", "Name": "Kuwait" },
{ "Code": "KG", "Name": "Kyrgyzstan" },
{ "Code": "LA", "Name": "Lao People's Democratic Republic" },
Expand Down

0 comments on commit dee4761

Please sign in to comment.