ethyca-fides 2.57.1b0__py2.py3-none-any.whl → 2.57.1b2__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ethyca_fides-2.57.1b0.dist-info → ethyca_fides-2.57.1b2.dist-info}/METADATA +1 -1
- {ethyca_fides-2.57.1b0.dist-info → ethyca_fides-2.57.1b2.dist-info}/RECORD +120 -119
- fides/_version.py +3 -3
- fides/api/alembic/migrations/versions/7c3fbee90c78_add_user_assigned_data_uses_and_system_.py +54 -0
- fides/api/api/v1/endpoints/generic_overrides.py +5 -0
- fides/api/models/detection_discovery.py +12 -0
- fides/api/models/location_regulation_selections.py +1 -0
- fides/api/models/sql_models.py +28 -5
- fides/api/schemas/saas/strategy_configuration.py +1 -0
- fides/api/service/pagination/pagination_strategy_cursor.py +15 -1
- fides/api/service/pagination/pagination_strategy_link.py +1 -1
- fides/data/language/languages.yml +2 -0
- fides/data/location/locations.yml +244 -1
- fides/ui-build/static/admin/404.html +1 -1
- fides/ui-build/static/admin/_next/static/{7v-H0NGW-LcEPEo86bsrZ → GEhqjcjbK3ZJvllGHPFpc}/_buildManifest.js +1 -1
- fides/ui-build/static/admin/_next/static/chunks/3215-c8c683b93919e0a5.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/4481-0500c40ed13000c0.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/5973-3226fe183b48668b.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/7044-dc0de38581720a6f.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/{9767-4c591bd478c72650.js → 9767-9af77524ed1648c1.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/{_app-c580f4c12ff5a438.js → _app-ef2643f4e3bede71.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/add-systems/{manual-d7f60624cbc12217.js → manual-05ab19822a7e9f80.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center/[monitorId]/{[systemId]-00526324583139ab.js → [systemId]-b9fe0f7ef05fd12c.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/integrations/[id]-a8e08ecb0c6c3a7c.js +1 -0
- fides/ui-build/static/admin/_next/static/chunks/pages/privacy-requests/{[id]-c685d19a131d6960.js → [id]-bbe5854b7d19b7e9.js} +1 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/systems/configure/{[id]-82d9af34546adaa2.js → [id]-ca753b60ca1745c5.js} +1 -1
- fides/ui-build/static/admin/_next/static/css/{b8dbda131f8d4c05.css → 957d0e4fea846ff0.css} +1 -1
- fides/ui-build/static/admin/add-systems/manual.html +1 -1
- fides/ui-build/static/admin/add-systems/multiple.html +1 -1
- fides/ui-build/static/admin/add-systems.html +1 -1
- fides/ui-build/static/admin/ant-poc.html +1 -1
- fides/ui-build/static/admin/consent/configure/add-vendors.html +1 -1
- fides/ui-build/static/admin/consent/configure.html +1 -1
- fides/ui-build/static/admin/consent/privacy-experience/[id].html +1 -1
- fides/ui-build/static/admin/consent/privacy-experience/new.html +1 -1
- fides/ui-build/static/admin/consent/privacy-experience.html +1 -1
- fides/ui-build/static/admin/consent/privacy-notices/[id].html +1 -1
- fides/ui-build/static/admin/consent/privacy-notices/new.html +1 -1
- fides/ui-build/static/admin/consent/privacy-notices.html +1 -1
- fides/ui-build/static/admin/consent/properties.html +1 -1
- fides/ui-build/static/admin/consent/reporting.html +1 -1
- fides/ui-build/static/admin/consent.html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn].html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/projects.html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/resources/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-catalog/[systemId]/resources.html +1 -1
- fides/ui-build/static/admin/data-catalog.html +1 -1
- fides/ui-build/static/admin/data-discovery/action-center/[monitorId]/[systemId].html +1 -1
- fides/ui-build/static/admin/data-discovery/action-center/[monitorId].html +1 -1
- fides/ui-build/static/admin/data-discovery/action-center.html +1 -1
- fides/ui-build/static/admin/data-discovery/activity.html +1 -1
- fides/ui-build/static/admin/data-discovery/detection/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-discovery/detection.html +1 -1
- fides/ui-build/static/admin/data-discovery/discovery/[resourceUrn].html +1 -1
- fides/ui-build/static/admin/data-discovery/discovery.html +1 -1
- fides/ui-build/static/admin/datamap.html +1 -1
- fides/ui-build/static/admin/dataset/[datasetId]/[collectionName]/[...subfieldNames].html +1 -1
- fides/ui-build/static/admin/dataset/[datasetId]/[collectionName].html +1 -1
- fides/ui-build/static/admin/dataset/[datasetId].html +1 -1
- fides/ui-build/static/admin/dataset/new.html +1 -1
- fides/ui-build/static/admin/dataset.html +1 -1
- fides/ui-build/static/admin/datastore-connection/[id].html +1 -1
- fides/ui-build/static/admin/datastore-connection/new.html +1 -1
- fides/ui-build/static/admin/datastore-connection.html +1 -1
- fides/ui-build/static/admin/index.html +1 -1
- fides/ui-build/static/admin/integrations/[id].html +1 -1
- fides/ui-build/static/admin/integrations.html +1 -1
- fides/ui-build/static/admin/lib/fides-ext-gpp.js +1 -1
- fides/ui-build/static/admin/lib/fides-tcf.js +3 -3
- fides/ui-build/static/admin/login/[provider].html +1 -1
- fides/ui-build/static/admin/login.html +1 -1
- fides/ui-build/static/admin/messaging/[id].html +1 -1
- fides/ui-build/static/admin/messaging/add-template.html +1 -1
- fides/ui-build/static/admin/messaging.html +1 -1
- fides/ui-build/static/admin/privacy-requests/[id].html +1 -1
- fides/ui-build/static/admin/privacy-requests/configure/messaging.html +1 -1
- fides/ui-build/static/admin/privacy-requests/configure/storage.html +1 -1
- fides/ui-build/static/admin/privacy-requests/configure.html +1 -1
- fides/ui-build/static/admin/privacy-requests.html +1 -1
- fides/ui-build/static/admin/properties/[id].html +1 -1
- fides/ui-build/static/admin/properties/add-property.html +1 -1
- fides/ui-build/static/admin/properties.html +1 -1
- fides/ui-build/static/admin/reporting/datamap.html +1 -1
- fides/ui-build/static/admin/settings/about.html +1 -1
- fides/ui-build/static/admin/settings/consent.html +1 -1
- fides/ui-build/static/admin/settings/custom-fields.html +1 -1
- fides/ui-build/static/admin/settings/domain-records.html +1 -1
- fides/ui-build/static/admin/settings/domains.html +1 -1
- fides/ui-build/static/admin/settings/email-templates.html +1 -1
- fides/ui-build/static/admin/settings/locations.html +1 -1
- fides/ui-build/static/admin/settings/organization.html +1 -1
- fides/ui-build/static/admin/settings/regulations.html +1 -1
- fides/ui-build/static/admin/systems/configure/[id]/test-datasets.html +1 -1
- fides/ui-build/static/admin/systems/configure/[id].html +1 -1
- fides/ui-build/static/admin/systems.html +1 -1
- fides/ui-build/static/admin/taxonomy.html +1 -1
- fides/ui-build/static/admin/user-management/new.html +1 -1
- fides/ui-build/static/admin/user-management/profile/[id].html +1 -1
- fides/ui-build/static/admin/user-management.html +1 -1
- fides/ui-build/static/admin/_next/static/chunks/3627-fb83adac32c128e6.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/4481-ca8d2c75d634b6bc.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/5973-67c7562997f7d5cb.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/7044-9dc90893067f38ae.js +0 -1
- fides/ui-build/static/admin/_next/static/chunks/pages/integrations/[id]-a6448ce6ba7f0cf5.js +0 -1
- {ethyca_fides-2.57.1b0.dist-info → ethyca_fides-2.57.1b2.dist-info}/LICENSE +0 -0
- {ethyca_fides-2.57.1b0.dist-info → ethyca_fides-2.57.1b2.dist-info}/WHEEL +0 -0
- {ethyca_fides-2.57.1b0.dist-info → ethyca_fides-2.57.1b2.dist-info}/entry_points.txt +0 -0
- {ethyca_fides-2.57.1b0.dist-info → ethyca_fides-2.57.1b2.dist-info}/top_level.txt +0 -0
- /fides/ui-build/static/admin/_next/static/{7v-H0NGW-LcEPEo86bsrZ → GEhqjcjbK3ZJvllGHPFpc}/_ssgManifest.js +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{2397-7177ecf4ebe68feb.js → 2397-d8161100e3634f2c.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{3855-5c7b11871f59e0e0.js → 3855-386aec4f0e0e89f1.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{3872-f3d5054bdc584eaa.js → 3872-0da2c6a790542bd6.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{6277-515c922445b8edc5.js → 6277-cad7c7c8cf48dbec.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{6853-cacea421af3bfc26.js → 6853-2777b5ab5717fada.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/{9046-80f1ea44f89fe32c.js → 9046-b18572b89f0aaa92.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/consent/{privacy-experience-35e9df60b21e21a6.js → privacy-experience-8b9f75fc0f131240.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/consent/{reporting-97fea4ac45093cbd.js → reporting-81ca1ac6f52ec342.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-catalog/[systemId]/{projects-1f965b9c496071d1.js → projects-742849f39b646a2f.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/action-center/{[monitorId]-f0ab51d0d5f995de.js → [monitorId]-deec7b789ef30dc4.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/data-discovery/{activity-1d7936f05d23097f.js → activity-0cfa8a9caf7c75c3.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/reporting/{datamap-a3fa3ad77730a03b.js → datamap-449ad3b08750bfc2.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{custom-fields-744e7bbc200557e7.js → custom-fields-ce9305fa04fecbb8.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{locations-45e33ba111f8f8b0.js → locations-f35bd2d0c10aa58c.js} +0 -0
- /fides/ui-build/static/admin/_next/static/chunks/pages/settings/{regulations-94975aeab348528e.js → regulations-ba8c25b63bbf7dc2.js} +0 -0
@@ -15,180 +15,239 @@ locations:
|
|
15
15
|
- continent: Africa
|
16
16
|
id: er
|
17
17
|
name: Eritrea
|
18
|
+
is_country: True
|
18
19
|
- continent: Africa
|
19
20
|
id: dj
|
20
21
|
name: Djibouti
|
22
|
+
is_country: True
|
21
23
|
- continent: Africa
|
22
24
|
id: mr
|
23
25
|
name: Mauritania
|
26
|
+
is_country: True
|
24
27
|
- continent: Africa
|
25
28
|
id: na
|
26
29
|
name: Namibia
|
30
|
+
is_country: True
|
27
31
|
- continent: Africa
|
28
32
|
id: gh
|
29
33
|
name: Ghana
|
34
|
+
is_country: True
|
30
35
|
- continent: Africa
|
31
36
|
id: ss
|
32
37
|
name: South Sudan
|
38
|
+
is_country: True
|
33
39
|
- continent: Africa
|
34
40
|
id: sc
|
35
41
|
name: Seychelles
|
42
|
+
is_country: True
|
36
43
|
- continent: Africa
|
37
44
|
id: io
|
38
45
|
name: British Indian Ocean Territory
|
46
|
+
is_country: True
|
39
47
|
- continent: Africa
|
40
48
|
id: gq
|
41
49
|
name: Equatorial Guinea
|
50
|
+
is_country: True
|
42
51
|
- continent: Africa
|
43
52
|
id: ao
|
44
53
|
name: Angola
|
54
|
+
is_country: True
|
45
55
|
- continent: Africa
|
46
56
|
id: cg
|
47
57
|
name: Republic of the Congo
|
58
|
+
is_country: True
|
48
59
|
- continent: Africa
|
49
60
|
id: bw
|
50
61
|
name: Botswana
|
62
|
+
is_country: True
|
51
63
|
- continent: Africa
|
52
64
|
id: bi
|
53
65
|
name: Burundi
|
66
|
+
is_country: True
|
54
67
|
- continent: Africa
|
55
68
|
id: dz
|
56
69
|
name: Algeria
|
70
|
+
is_country: True
|
57
71
|
- continent: Africa
|
58
72
|
id: td
|
59
73
|
name: Chad
|
74
|
+
is_country: True
|
60
75
|
- continent: Africa
|
61
76
|
id: ng
|
62
77
|
name: Nigeria
|
78
|
+
is_country: True
|
63
79
|
- continent: Africa
|
64
80
|
id: tz
|
65
81
|
name: Tanzania
|
82
|
+
is_country: True
|
66
83
|
- continent: Africa
|
67
84
|
id: eh
|
68
85
|
name: Western Sahara
|
86
|
+
is_country: True
|
69
87
|
- continent: Africa
|
70
88
|
id: sn
|
71
89
|
name: Senegal
|
90
|
+
is_country: True
|
72
91
|
- continent: Africa
|
73
92
|
id: lr
|
74
93
|
name: Liberia
|
94
|
+
is_country: True
|
75
95
|
- continent: Africa
|
76
96
|
id: za
|
77
97
|
name: South Africa
|
98
|
+
is_country: True
|
78
99
|
- continent: Africa
|
79
100
|
id: cv
|
80
101
|
name: Cape Verde
|
102
|
+
is_country: True
|
81
103
|
- continent: Africa
|
82
104
|
id: gm
|
83
105
|
name: Gambia
|
106
|
+
is_country: True
|
84
107
|
- continent: Africa
|
85
108
|
id: sd
|
86
109
|
name: Sudan
|
110
|
+
is_country: True
|
87
111
|
- continent: Africa
|
88
112
|
id: km
|
89
113
|
name: Comoros
|
114
|
+
is_country: True
|
90
115
|
- continent: Africa
|
91
116
|
id: sz
|
92
117
|
name: Eswatini
|
118
|
+
is_country: True
|
93
119
|
- continent: Africa
|
94
120
|
id: ug
|
95
121
|
name: Uganda
|
122
|
+
is_country: True
|
96
123
|
- continent: Africa
|
97
124
|
id: mg
|
98
125
|
name: Madagascar
|
126
|
+
is_country: True
|
99
127
|
- continent: Africa
|
100
128
|
id: rw
|
101
129
|
name: Rwanda
|
130
|
+
is_country: True
|
102
131
|
- continent: Africa
|
103
132
|
id: cd
|
104
133
|
name: DR Congo
|
134
|
+
is_country: True
|
105
135
|
- continent: Africa
|
106
136
|
id: cm
|
107
137
|
name: Cameroon
|
138
|
+
is_country: True
|
108
139
|
- continent: Africa
|
109
140
|
id: sh
|
110
141
|
name: Saint Helena, Ascension and Tristan da Cunha
|
142
|
+
is_country: True
|
111
143
|
- continent: Africa
|
112
144
|
id: tg
|
113
145
|
name: Togo
|
146
|
+
is_country: True
|
114
147
|
- continent: Africa
|
115
148
|
id: mu
|
116
149
|
name: Mauritius
|
150
|
+
is_country: True
|
117
151
|
- continent: Africa
|
118
152
|
id: ne
|
119
153
|
name: Niger
|
154
|
+
is_country: True
|
120
155
|
- continent: Africa
|
121
156
|
id: bj
|
122
157
|
name: Benin
|
158
|
+
is_country: True
|
123
159
|
- continent: Africa
|
124
160
|
id: eg
|
125
161
|
name: Egypt
|
162
|
+
is_country: True
|
126
163
|
- continent: Africa
|
127
164
|
id: ls
|
128
165
|
name: Lesotho
|
166
|
+
is_country: True
|
129
167
|
- continent: Africa
|
130
168
|
id: et
|
131
169
|
name: Ethiopia
|
170
|
+
is_country: True
|
132
171
|
- continent: Africa
|
133
172
|
id: ma
|
134
173
|
name: Morocco
|
174
|
+
is_country: True
|
135
175
|
- continent: Africa
|
136
176
|
id: yt
|
137
177
|
name: Mayotte
|
178
|
+
is_country: True
|
138
179
|
- continent: Africa
|
139
180
|
id: bf
|
140
181
|
name: Burkina Faso
|
182
|
+
is_country: True
|
141
183
|
- continent: Africa
|
142
184
|
id: re
|
143
185
|
name: Réunion
|
186
|
+
is_country: True
|
144
187
|
- continent: Africa
|
145
188
|
id: st
|
146
189
|
name: São Tomé and Príncipe
|
190
|
+
is_country: True
|
147
191
|
- continent: Africa
|
148
192
|
id: cf
|
149
193
|
name: Central African Republic
|
194
|
+
is_country: True
|
150
195
|
- continent: Africa
|
151
196
|
id: mz
|
152
197
|
name: Mozambique
|
198
|
+
is_country: True
|
153
199
|
- continent: Africa
|
154
200
|
id: mw
|
155
201
|
name: Malawi
|
202
|
+
is_country: True
|
156
203
|
- continent: Africa
|
157
204
|
id: ml
|
158
205
|
name: Mali
|
206
|
+
is_country: True
|
159
207
|
- continent: Africa
|
160
208
|
id: zm
|
161
209
|
name: Zambia
|
210
|
+
is_country: True
|
162
211
|
- continent: Africa
|
163
212
|
id: ly
|
164
213
|
name: Libya
|
214
|
+
is_country: True
|
165
215
|
- continent: Africa
|
166
216
|
id: gw
|
167
217
|
name: Guinea-Bissau
|
218
|
+
is_country: True
|
168
219
|
- continent: Africa
|
169
220
|
id: so
|
170
221
|
name: Somalia
|
222
|
+
is_country: True
|
171
223
|
- continent: Africa
|
172
224
|
id: ke
|
173
225
|
name: Kenya
|
226
|
+
is_country: True
|
174
227
|
- continent: Africa
|
175
228
|
id: gn
|
176
229
|
name: Guinea
|
230
|
+
is_country: True
|
177
231
|
- continent: Africa
|
178
232
|
id: zw
|
179
233
|
name: Zimbabwe
|
234
|
+
is_country: True
|
180
235
|
- continent: Africa
|
181
236
|
id: tn
|
182
237
|
name: Tunisia
|
238
|
+
is_country: True
|
183
239
|
- continent: Africa
|
184
240
|
id: sl
|
185
241
|
name: Sierra Leone
|
242
|
+
is_country: True
|
186
243
|
- continent: Africa
|
187
244
|
id: ga
|
188
245
|
name: Gabon
|
246
|
+
is_country: True
|
189
247
|
- continent: Africa
|
190
248
|
id: ci
|
191
249
|
name: Ivory Coast
|
250
|
+
is_country: True
|
192
251
|
|
193
252
|
############
|
194
253
|
### Asia ###
|
@@ -196,152 +255,201 @@ locations:
|
|
196
255
|
- continent: Asia
|
197
256
|
id: jo
|
198
257
|
name: Jordan
|
258
|
+
is_country: True
|
199
259
|
- continent: Asia
|
200
260
|
id: pk
|
201
261
|
name: Pakistan
|
262
|
+
is_country: True
|
202
263
|
- continent: Asia
|
203
264
|
id: kp
|
204
265
|
name: North Korea
|
266
|
+
is_country: True
|
205
267
|
- continent: Asia
|
206
268
|
id: mo
|
207
269
|
name: Macau
|
270
|
+
is_country: True
|
208
271
|
- continent: Asia
|
209
272
|
id: am
|
210
273
|
name: Armenia
|
274
|
+
is_country: True
|
211
275
|
- continent: Asia
|
212
276
|
id: sy
|
213
277
|
name: Syria
|
278
|
+
is_country: True
|
214
279
|
- continent: Asia
|
215
280
|
id: tj
|
216
281
|
name: Tajikistan
|
282
|
+
is_country: True
|
217
283
|
- continent: Asia
|
218
284
|
id: sa
|
219
285
|
name: Saudi Arabia
|
286
|
+
is_country: True
|
220
287
|
- continent: Asia
|
221
288
|
id: kr
|
222
289
|
name: South Korea
|
290
|
+
is_country: True
|
223
291
|
- continent: Asia
|
224
292
|
id: np
|
225
293
|
name: Nepal
|
294
|
+
is_country: True
|
226
295
|
- continent: Asia
|
227
296
|
id: ph
|
228
297
|
name: Philippines
|
298
|
+
is_country: True
|
229
299
|
- continent: Asia
|
230
300
|
id: iq
|
231
301
|
name: Iraq
|
302
|
+
is_country: True
|
232
303
|
- continent: Asia
|
233
304
|
id: lb
|
234
305
|
name: Lebanon
|
306
|
+
is_country: True
|
235
307
|
- continent: Asia
|
236
308
|
id: mn
|
237
309
|
name: Mongolia
|
310
|
+
is_country: True
|
238
311
|
- continent: Asia
|
239
312
|
id: ps
|
240
313
|
name: Palestine
|
314
|
+
is_country: True
|
241
315
|
- continent: Asia
|
242
316
|
id: ye
|
243
317
|
name: Yemen
|
318
|
+
is_country: True
|
244
319
|
- continent: Asia
|
245
320
|
id: jp
|
246
321
|
name: Japan
|
322
|
+
is_country: True
|
247
323
|
- continent: Asia
|
248
324
|
id: kz
|
249
325
|
name: Kazakhstan
|
326
|
+
is_country: True
|
250
327
|
- continent: Asia
|
251
328
|
id: lk
|
252
329
|
name: Sri Lanka
|
330
|
+
is_country: True
|
253
331
|
- continent: Asia
|
254
332
|
id: mm
|
255
333
|
name: Myanmar
|
334
|
+
is_country: True
|
256
335
|
- continent: Asia
|
257
336
|
id: kg
|
258
337
|
name: Kyrgyzstan
|
338
|
+
is_country: True
|
259
339
|
- continent: Asia
|
260
340
|
id: cn
|
261
341
|
name: China
|
262
342
|
regulation: [pipl]
|
343
|
+
is_country: True
|
263
344
|
- continent: Asia
|
264
345
|
id: af
|
265
346
|
name: Afghanistan
|
347
|
+
is_country: True
|
266
348
|
- continent: Asia
|
267
349
|
id: om
|
268
350
|
name: Oman
|
351
|
+
is_country: True
|
269
352
|
- continent: Asia
|
270
353
|
id: in
|
271
354
|
name: India
|
272
355
|
regulation: [dpdpa_india]
|
356
|
+
is_country: True
|
273
357
|
- continent: Asia
|
274
358
|
id: la
|
275
359
|
name: Laos
|
360
|
+
is_country: True
|
276
361
|
- continent: Asia
|
277
362
|
id: uz
|
278
363
|
name: Uzbekistan
|
364
|
+
is_country: True
|
279
365
|
- continent: Asia
|
280
366
|
id: mv
|
281
367
|
name: Maldives
|
368
|
+
is_country: True
|
282
369
|
- continent: Asia
|
283
370
|
id: id
|
284
371
|
name: Indonesia
|
372
|
+
is_country: True
|
285
373
|
- continent: Asia
|
286
374
|
id: vn
|
287
375
|
name: Vietnam
|
376
|
+
is_country: True
|
288
377
|
- continent: Asia
|
289
378
|
id: my
|
290
379
|
name: Malaysia
|
380
|
+
is_country: True
|
291
381
|
- continent: Asia
|
292
382
|
id: tw
|
293
383
|
name: Taiwan
|
384
|
+
is_country: True
|
294
385
|
- continent: Asia
|
295
386
|
id: kh
|
296
387
|
name: Cambodia
|
388
|
+
is_country: True
|
297
389
|
- continent: Asia
|
298
390
|
id: ae
|
299
391
|
name: United Arab Emirates
|
392
|
+
is_country: True
|
300
393
|
- continent: Asia
|
301
394
|
id: hk
|
302
395
|
name: Hong Kong
|
396
|
+
is_country: True
|
303
397
|
- continent: Asia
|
304
398
|
id: ge
|
305
399
|
name: Georgia
|
400
|
+
is_country: True
|
306
401
|
- continent: Asia
|
307
402
|
id: bd
|
308
403
|
name: Bangladesh
|
404
|
+
is_country: True
|
309
405
|
- continent: Asia
|
310
406
|
id: kw
|
311
407
|
name: Kuwait
|
408
|
+
is_country: True
|
312
409
|
- continent: Asia
|
313
410
|
id: tm
|
314
411
|
name: Turkmenistan
|
412
|
+
is_country: True
|
315
413
|
- continent: Asia
|
316
414
|
id: qa
|
317
415
|
name: Qatar
|
416
|
+
is_country: True
|
318
417
|
- continent: Asia
|
319
418
|
id: bh
|
320
419
|
name: Bahrain
|
420
|
+
is_country: True
|
321
421
|
- continent: Asia
|
322
422
|
id: bn
|
323
423
|
name: Brunei
|
424
|
+
is_country: True
|
324
425
|
- continent: Asia
|
325
426
|
id: th
|
326
427
|
name: Thailand
|
428
|
+
is_country: True
|
327
429
|
- continent: Asia
|
328
430
|
id: bt
|
329
431
|
name: Bhutan
|
432
|
+
is_country: True
|
330
433
|
- continent: Asia
|
331
434
|
id: sg
|
332
435
|
name: Singapore
|
436
|
+
is_country: True
|
333
437
|
- continent: Asia
|
334
438
|
id: il
|
335
439
|
name: Israel
|
440
|
+
is_country: True
|
336
441
|
- continent: Asia
|
337
442
|
id: az
|
338
443
|
name: Azerbaijan
|
444
|
+
is_country: True
|
339
445
|
- continent: Asia
|
340
446
|
id: tl
|
341
447
|
name: Timor-Leste
|
448
|
+
is_country: True
|
342
449
|
- continent: Asia
|
343
450
|
id: ir
|
344
451
|
name: Iran
|
452
|
+
is_country: True
|
345
453
|
|
346
454
|
##############
|
347
455
|
### Europe ###
|
@@ -350,274 +458,328 @@ locations:
|
|
350
458
|
id: tr
|
351
459
|
name: Turkey
|
352
460
|
belongs_to: [non_eea]
|
461
|
+
is_country: True
|
353
462
|
- continent: Europe
|
354
463
|
id: mk
|
355
464
|
name: North Macedonia
|
356
465
|
belongs_to: [non_eea]
|
466
|
+
is_country: True
|
357
467
|
- continent: Europe
|
358
468
|
id: ie
|
359
469
|
name: Ireland
|
360
470
|
belongs_to: [eea]
|
361
471
|
regulation: [gdpr]
|
362
472
|
default_selected: True
|
473
|
+
is_country: True
|
363
474
|
- continent: Europe
|
364
475
|
id: dk
|
365
476
|
name: Denmark
|
366
477
|
belongs_to: [eea]
|
367
478
|
regulation: [gdpr]
|
368
479
|
default_selected: True
|
480
|
+
is_country: True
|
369
481
|
- continent: Europe
|
370
482
|
id: sk
|
371
483
|
name: Slovakia
|
372
484
|
belongs_to: [eea]
|
373
485
|
regulation: [gdpr]
|
374
486
|
default_selected: True
|
487
|
+
is_country: True
|
375
488
|
- continent: Europe
|
376
489
|
id: md
|
377
490
|
name: Moldova
|
378
491
|
belongs_to: [non_eea]
|
492
|
+
is_country: True
|
379
493
|
- continent: Europe
|
380
494
|
id: ax
|
381
495
|
name: Åland Islands
|
496
|
+
is_country: True
|
382
497
|
- continent: Europe
|
383
498
|
id: pl
|
384
499
|
name: Poland
|
385
500
|
belongs_to: [eea]
|
386
501
|
regulation: [gdpr]
|
387
502
|
default_selected: True
|
503
|
+
is_country: True
|
388
504
|
- continent: Europe
|
389
505
|
id: ba
|
390
506
|
name: Bosnia and Herzegovina
|
391
507
|
belongs_to: [non_eea]
|
508
|
+
is_country: True
|
392
509
|
- continent: Europe
|
393
510
|
id: sm
|
394
511
|
name: San Marino
|
395
512
|
belongs_to: [non_eea]
|
513
|
+
is_country: True
|
396
514
|
- continent: Europe
|
397
515
|
id: cz
|
398
516
|
name: Czechia
|
399
517
|
belongs_to: [eea]
|
400
518
|
regulation: [gdpr]
|
401
519
|
default_selected: True
|
520
|
+
is_country: True
|
402
521
|
- continent: Europe
|
403
522
|
id: ee
|
404
523
|
name: Estonia
|
405
524
|
belongs_to: [eea]
|
406
525
|
regulation: [gdpr]
|
407
526
|
default_selected: True
|
527
|
+
is_country: True
|
408
528
|
- continent: Europe
|
409
529
|
id: xk
|
410
530
|
name: Kosovo
|
411
531
|
belongs_to: [non_eea]
|
532
|
+
is_country: True
|
412
533
|
- continent: Europe
|
413
534
|
id: fo
|
414
535
|
name: Faroe Islands
|
536
|
+
is_country: True
|
415
537
|
- continent: Europe
|
416
538
|
id: sj
|
417
539
|
name: Svalbard and Jan Mayen
|
540
|
+
is_country: True
|
418
541
|
- continent: Europe
|
419
542
|
id: gg
|
420
543
|
name: Guernsey
|
544
|
+
is_country: True
|
421
545
|
- continent: Europe
|
422
546
|
id: fr
|
423
547
|
name: France
|
424
548
|
belongs_to: [eea]
|
425
549
|
regulation: [gdpr]
|
426
550
|
default_selected: True
|
551
|
+
is_country: True
|
427
552
|
- continent: Europe
|
428
553
|
id: nl
|
429
554
|
name: Netherlands
|
430
555
|
belongs_to: [eea]
|
431
556
|
regulation: [gdpr]
|
432
557
|
default_selected: True
|
558
|
+
is_country: True
|
433
559
|
- continent: Europe
|
434
560
|
id: fi
|
435
561
|
name: Finland
|
436
562
|
belongs_to: [eea]
|
437
563
|
regulation: [gdpr]
|
438
564
|
default_selected: True
|
565
|
+
is_country: True
|
439
566
|
- continent: Europe
|
440
567
|
id: pt
|
441
568
|
name: Portugal
|
442
569
|
belongs_to: [eea]
|
443
570
|
regulation: [gdpr]
|
444
571
|
default_selected: True
|
572
|
+
is_country: True
|
445
573
|
- continent: Europe
|
446
574
|
id: de
|
447
575
|
name: Germany
|
448
576
|
belongs_to: [eea]
|
449
577
|
regulation: [gdpr]
|
450
578
|
default_selected: True
|
579
|
+
is_country: True
|
451
580
|
- continent: Europe
|
452
581
|
id: mt
|
453
582
|
name: Malta
|
454
583
|
belongs_to: [eea]
|
455
584
|
regulation: [gdpr]
|
456
585
|
default_selected: True
|
586
|
+
is_country: True
|
457
587
|
- continent: Europe
|
458
588
|
id: je
|
459
589
|
name: Jersey
|
590
|
+
is_country: True
|
460
591
|
- continent: Europe
|
461
592
|
id: is
|
462
593
|
name: Iceland
|
463
594
|
belongs_to: [eea]
|
464
595
|
regulation: [gdpr]
|
465
596
|
default_selected: True
|
597
|
+
is_country: True
|
466
598
|
- continent: Europe
|
467
599
|
id: es
|
468
600
|
name: Spain
|
469
601
|
belongs_to: [eea]
|
470
602
|
regulation: [gdpr]
|
471
603
|
default_selected: True
|
604
|
+
is_country: True
|
472
605
|
- continent: Europe
|
473
606
|
id: gi
|
474
607
|
name: Gibraltar
|
608
|
+
is_country: True
|
475
609
|
- continent: Europe
|
476
610
|
id: 'no'
|
477
611
|
name: Norway
|
478
612
|
belongs_to: [eea]
|
479
613
|
regulation: [gdpr]
|
480
614
|
default_selected: True
|
615
|
+
is_country: True
|
481
616
|
- continent: Europe
|
482
617
|
id: cy
|
483
618
|
name: Cyprus
|
484
619
|
belongs_to: [eea]
|
485
620
|
regulation: [gdpr]
|
486
621
|
default_selected: True
|
622
|
+
is_country: True
|
487
623
|
- continent: Europe
|
488
624
|
id: rs
|
489
625
|
name: Serbia
|
490
626
|
belongs_to: [non_eea]
|
627
|
+
is_country: True
|
491
628
|
- continent: Europe
|
492
629
|
id: lt
|
493
630
|
name: Lithuania
|
494
631
|
belongs_to: [eea]
|
495
632
|
regulation: [gdpr]
|
496
633
|
default_selected: True
|
634
|
+
is_country: True
|
497
635
|
- continent: Europe
|
498
636
|
id: mc
|
499
637
|
name: Monaco
|
500
638
|
belongs_to: [non_eea]
|
639
|
+
is_country: True
|
501
640
|
- continent: Europe
|
502
641
|
id: lu
|
503
642
|
name: Luxembourg
|
504
643
|
belongs_to: [eea]
|
505
644
|
regulation: [gdpr]
|
506
645
|
default_selected: True
|
646
|
+
is_country: True
|
507
647
|
- continent: Europe
|
508
648
|
id: ua
|
509
649
|
name: Ukraine
|
510
650
|
belongs_to: [non_eea]
|
651
|
+
is_country: True
|
511
652
|
- continent: Europe
|
512
653
|
id: im
|
513
654
|
name: Isle of Man
|
655
|
+
is_country: True
|
514
656
|
- continent: Europe
|
515
657
|
id: ro
|
516
658
|
name: Romania
|
517
659
|
belongs_to: [eea]
|
518
660
|
regulation: [gdpr]
|
519
661
|
default_selected: True
|
662
|
+
is_country: True
|
520
663
|
- continent: Europe
|
521
664
|
id: be
|
522
665
|
name: Belgium
|
523
666
|
belongs_to: [eea]
|
524
667
|
regulation: [gdpr]
|
525
668
|
default_selected: True
|
669
|
+
is_country: True
|
526
670
|
- continent: Europe
|
527
671
|
id: se
|
528
672
|
name: Sweden
|
529
673
|
belongs_to: [eea]
|
530
674
|
regulation: [gdpr]
|
531
675
|
default_selected: True
|
676
|
+
is_country: True
|
532
677
|
- continent: Europe
|
533
678
|
id: me
|
534
679
|
name: Montenegro
|
535
680
|
belongs_to: [non_eea]
|
681
|
+
is_country: True
|
536
682
|
- continent: Europe
|
537
683
|
id: lv
|
538
684
|
name: Latvia
|
539
685
|
belongs_to: [eea]
|
540
686
|
regulation: [gdpr]
|
541
687
|
default_selected: True
|
688
|
+
is_country: True
|
542
689
|
- continent: Europe
|
543
690
|
id: va
|
544
691
|
name: Vatican City
|
545
692
|
belongs_to: [non_eea]
|
693
|
+
is_country: True
|
546
694
|
- continent: Europe
|
547
695
|
id: at
|
548
696
|
name: Austria
|
549
697
|
belongs_to: [eea]
|
550
698
|
regulation: [gdpr]
|
551
699
|
default_selected: True
|
700
|
+
is_country: True
|
552
701
|
- continent: Europe
|
553
702
|
id: al
|
554
703
|
name: Albania
|
555
704
|
belongs_to: [non_eea]
|
705
|
+
is_country: True
|
556
706
|
- continent: Europe
|
557
707
|
id: li
|
558
708
|
name: Liechtenstein
|
559
709
|
belongs_to: [eea]
|
560
710
|
regulation: [gdpr]
|
561
711
|
default_selected: True
|
712
|
+
is_country: True
|
562
713
|
- continent: Europe
|
563
714
|
id: gr
|
564
715
|
name: Greece
|
565
716
|
belongs_to: [eea]
|
566
717
|
regulation: [gdpr]
|
567
718
|
default_selected: True
|
719
|
+
is_country: True
|
568
720
|
- continent: Europe
|
569
721
|
id: it
|
570
722
|
name: Italy
|
571
723
|
belongs_to: [eea]
|
572
724
|
regulation: [gdpr]
|
573
725
|
default_selected: True
|
726
|
+
is_country: True
|
574
727
|
- continent: Europe
|
575
728
|
id: ad
|
576
729
|
name: Andorra
|
577
730
|
belongs_to: [non_eea]
|
731
|
+
is_country: True
|
578
732
|
- continent: Europe
|
579
733
|
id: gb
|
580
734
|
name: United Kingdom
|
581
735
|
belongs_to: [non_eea]
|
582
736
|
regulation: [gdpr_uk]
|
583
737
|
default_selected: True
|
738
|
+
is_country: True
|
584
739
|
- continent: Europe
|
585
740
|
id: ru
|
586
741
|
name: Russia
|
587
742
|
belongs_to: [non_eea]
|
743
|
+
is_country: True
|
588
744
|
- continent: Europe
|
589
745
|
id: si
|
590
746
|
name: Slovenia
|
591
747
|
belongs_to: [eea]
|
592
748
|
regulation: [gdpr]
|
593
749
|
default_selected: True
|
750
|
+
is_country: True
|
594
751
|
- continent: Europe
|
595
752
|
id: by
|
596
753
|
name: Belarus
|
597
754
|
belongs_to: [non_eea]
|
755
|
+
is_country: True
|
598
756
|
- continent: Europe
|
599
757
|
id: ch
|
600
758
|
name: Switzerland
|
601
759
|
belongs_to: [non_eea]
|
602
760
|
regulation: [nfadp]
|
761
|
+
is_country: True
|
603
762
|
- continent: Europe
|
604
763
|
id: hu
|
605
764
|
name: Hungary
|
606
765
|
belongs_to: [eea]
|
607
766
|
regulation: [gdpr]
|
608
767
|
default_selected: True
|
768
|
+
is_country: True
|
609
769
|
- continent: Europe
|
610
770
|
id: bg
|
611
771
|
name: Bulgaria
|
612
772
|
belongs_to: [eea]
|
613
773
|
regulation: [gdpr]
|
614
774
|
default_selected: True
|
775
|
+
is_country: True
|
615
776
|
- continent: Europe
|
616
777
|
id: hr
|
617
778
|
name: Croatia
|
618
779
|
belongs_to: [eea]
|
619
780
|
regulation: [gdpr]
|
620
781
|
default_selected: True
|
782
|
+
is_country: True
|
621
783
|
|
622
784
|
#####################
|
623
785
|
### North America ###
|
@@ -626,154 +788,193 @@ locations:
|
|
626
788
|
id: tc
|
627
789
|
name: Turks and Caicos Islands
|
628
790
|
belongs_to: [caribbean]
|
791
|
+
is_country: True
|
629
792
|
- continent: North America
|
630
793
|
id: cw
|
631
794
|
name: Curaçao
|
632
795
|
belongs_to: [caribbean]
|
796
|
+
is_country: True
|
633
797
|
- continent: North America
|
634
798
|
id: gp
|
635
799
|
name: Guadeloupe
|
636
800
|
belongs_to: [caribbean]
|
801
|
+
is_country: True
|
637
802
|
- continent: North America
|
638
803
|
id: um
|
639
804
|
name: United States Minor Outlying Islands
|
805
|
+
is_country: True
|
640
806
|
- continent: North America
|
641
807
|
id: gt
|
642
808
|
name: Guatemala
|
643
809
|
belongs_to: [mexico_central_america]
|
810
|
+
is_country: True
|
644
811
|
- continent: North America
|
645
812
|
id: pm
|
646
813
|
name: Saint Pierre and Miquelon
|
814
|
+
is_country: True
|
647
815
|
- continent: North America
|
648
816
|
id: bq
|
649
817
|
name: Caribbean Netherlands
|
650
818
|
belongs_to: [caribbean]
|
819
|
+
is_country: True
|
651
820
|
- continent: North America
|
652
821
|
id: gl
|
653
822
|
name: Greenland
|
823
|
+
is_country: True
|
654
824
|
- continent: North America
|
655
825
|
id: sx
|
656
826
|
name: Sint Maarten
|
657
827
|
belongs_to: [caribbean]
|
828
|
+
is_country: True
|
658
829
|
- continent: North America
|
659
830
|
id: pa
|
660
831
|
name: Panama
|
661
832
|
belongs_to: [mexico_central_america]
|
833
|
+
is_country: True
|
662
834
|
- continent: North America
|
663
835
|
id: aw
|
664
836
|
name: Aruba
|
665
837
|
belongs_to: [caribbean]
|
838
|
+
is_country: True
|
666
839
|
- continent: North America
|
667
840
|
id: mq
|
668
841
|
name: Martinique
|
669
842
|
belongs_to: [caribbean]
|
843
|
+
is_country: True
|
670
844
|
- continent: North America
|
671
845
|
id: ag
|
672
846
|
name: Antigua and Barbuda
|
673
847
|
belongs_to: [caribbean]
|
848
|
+
is_country: True
|
674
849
|
- continent: North America
|
675
850
|
id: bm
|
676
851
|
name: Bermuda
|
852
|
+
is_country: True
|
677
853
|
- continent: North America
|
678
854
|
id: cu
|
679
855
|
name: Cuba
|
680
856
|
belongs_to: [caribbean]
|
857
|
+
is_country: True
|
681
858
|
- continent: North America
|
682
859
|
id: gd
|
683
860
|
name: Grenada
|
684
861
|
belongs_to: [caribbean]
|
862
|
+
is_country: True
|
685
863
|
- continent: North America
|
686
864
|
id: ni
|
687
865
|
name: Nicaragua
|
688
866
|
belongs_to: [mexico_central_america]
|
867
|
+
is_country: True
|
689
868
|
- continent: North America
|
690
869
|
id: lc
|
691
870
|
name: Saint Lucia
|
692
871
|
belongs_to: [caribbean]
|
872
|
+
is_country: True
|
693
873
|
- continent: North America
|
694
874
|
id: kn
|
695
875
|
name: Saint Kitts and Nevis
|
696
876
|
belongs_to: [caribbean]
|
877
|
+
is_country: True
|
697
878
|
- continent: North America
|
698
879
|
id: do
|
699
880
|
name: Dominican Republic
|
700
881
|
belongs_to: [caribbean]
|
882
|
+
is_country: True
|
701
883
|
- continent: North America
|
702
884
|
id: vc
|
703
885
|
name: Saint Vincent and the Grenadines
|
704
886
|
belongs_to: [caribbean]
|
887
|
+
is_country: True
|
705
888
|
- continent: North America
|
706
889
|
id: bz
|
707
890
|
name: Belize
|
708
891
|
belongs_to: [mexico_central_america]
|
892
|
+
is_country: True
|
709
893
|
- continent: North America
|
710
894
|
id: ht
|
711
895
|
name: Haiti
|
712
896
|
belongs_to: [caribbean]
|
897
|
+
is_country: True
|
713
898
|
- continent: North America
|
714
899
|
id: jm
|
715
900
|
name: Jamaica
|
716
901
|
belongs_to: [caribbean]
|
902
|
+
is_country: True
|
717
903
|
- continent: North America
|
718
904
|
id: bs
|
719
905
|
name: Bahamas
|
720
906
|
belongs_to: [caribbean]
|
907
|
+
is_country: True
|
721
908
|
- continent: North America
|
722
909
|
id: mx
|
723
910
|
name: Mexico
|
724
911
|
belongs_to: [mexico_central_america]
|
912
|
+
is_country: True
|
725
913
|
- continent: North America
|
726
914
|
id: mf
|
727
915
|
name: Saint Martin
|
728
916
|
belongs_to: [caribbean]
|
917
|
+
is_country: True
|
729
918
|
- continent: North America
|
730
919
|
id: sv
|
731
920
|
name: El Salvador
|
732
921
|
belongs_to: [mexico_central_america]
|
922
|
+
is_country: True
|
733
923
|
- continent: North America
|
734
924
|
id: bl
|
735
925
|
name: Saint Barthélemy
|
736
926
|
belongs_to: [caribbean]
|
927
|
+
is_country: True
|
737
928
|
- continent: North America
|
738
929
|
id: ai
|
739
930
|
name: Anguilla
|
740
931
|
belongs_to: [caribbean]
|
932
|
+
is_country: True
|
741
933
|
- continent: North America
|
742
934
|
id: ms
|
743
935
|
name: Montserrat
|
744
936
|
belongs_to: [caribbean]
|
937
|
+
is_country: True
|
745
938
|
- continent: North America
|
746
939
|
id: vg
|
747
940
|
name: British Virgin Islands
|
748
941
|
belongs_to: [caribbean]
|
942
|
+
is_country: True
|
749
943
|
- continent: North America
|
750
944
|
id: bb
|
751
945
|
name: Barbados
|
752
946
|
belongs_to: [caribbean]
|
947
|
+
is_country: True
|
753
948
|
- continent: North America
|
754
949
|
id: hn
|
755
950
|
name: Honduras
|
756
951
|
belongs_to: [mexico_central_america]
|
952
|
+
is_country: True
|
757
953
|
- continent: North America
|
758
954
|
id: ky
|
759
955
|
name: Cayman Islands
|
760
956
|
belongs_to: [caribbean]
|
957
|
+
is_country: True
|
761
958
|
- continent: North America
|
762
959
|
id: dm
|
763
960
|
name: Dominica
|
764
961
|
belongs_to: [caribbean]
|
962
|
+
is_country: True
|
765
963
|
- continent: North America
|
766
964
|
id: tt
|
767
965
|
name: Trinidad and Tobago
|
768
966
|
belongs_to: [caribbean]
|
967
|
+
is_country: True
|
769
968
|
- continent: North America
|
770
969
|
id: cr
|
771
970
|
name: Costa Rica
|
772
971
|
belongs_to: [mexico_central_america]
|
972
|
+
is_country: True
|
773
973
|
- continent: North America
|
774
974
|
id: sr
|
775
975
|
name: Suriname
|
776
976
|
belongs_to: [caribbean]
|
977
|
+
is_country: True
|
777
978
|
|
778
979
|
###############
|
779
980
|
### Oceania ###
|
@@ -781,84 +982,111 @@ locations:
|
|
781
982
|
- continent: Oceania
|
782
983
|
id: cx
|
783
984
|
name: Christmas Island
|
985
|
+
is_country: True
|
784
986
|
- continent: Oceania
|
785
987
|
id: ws
|
786
988
|
name: Samoa
|
989
|
+
is_country: True
|
787
990
|
- continent: Oceania
|
788
991
|
id: pf
|
789
992
|
name: French Polynesia
|
993
|
+
is_country: True
|
790
994
|
- continent: Oceania
|
791
995
|
id: as
|
792
996
|
name: American Samoa
|
997
|
+
is_country: True
|
793
998
|
- continent: Oceania
|
794
999
|
id: nc
|
795
1000
|
name: New Caledonia
|
1001
|
+
is_country: True
|
796
1002
|
- continent: Oceania
|
797
1003
|
id: tk
|
798
1004
|
name: Tokelau
|
1005
|
+
is_country: True
|
799
1006
|
- continent: Oceania
|
800
1007
|
id: pw
|
801
1008
|
name: Palau
|
1009
|
+
is_country: True
|
802
1010
|
- continent: Oceania
|
803
1011
|
id: ki
|
804
1012
|
name: Kiribati
|
1013
|
+
is_country: True
|
805
1014
|
- continent: Oceania
|
806
1015
|
id: vu
|
807
1016
|
name: Vanuatu
|
1017
|
+
is_country: True
|
808
1018
|
- continent: Oceania
|
809
1019
|
id: pn
|
810
1020
|
name: Pitcairn Islands
|
1021
|
+
is_country: True
|
811
1022
|
- continent: Oceania
|
812
1023
|
id: ck
|
813
1024
|
name: Cook Islands
|
1025
|
+
is_country: True
|
814
1026
|
- continent: Oceania
|
815
1027
|
id: fj
|
816
1028
|
name: Fiji
|
1029
|
+
is_country: True
|
817
1030
|
- continent: Oceania
|
818
1031
|
id: pg
|
819
1032
|
name: Papua New Guinea
|
1033
|
+
is_country: True
|
820
1034
|
- continent: Oceania
|
821
1035
|
id: mp
|
822
1036
|
name: Northern Mariana Islands
|
1037
|
+
is_country: True
|
823
1038
|
- continent: Oceania
|
824
1039
|
id: nu
|
825
1040
|
name: Niue
|
1041
|
+
is_country: True
|
826
1042
|
- continent: Oceania
|
827
1043
|
id: tv
|
828
1044
|
name: Tuvalu
|
1045
|
+
is_country: True
|
829
1046
|
- continent: Oceania
|
830
1047
|
id: nf
|
831
1048
|
name: Norfolk Island
|
1049
|
+
is_country: True
|
832
1050
|
- continent: Oceania
|
833
1051
|
id: to
|
834
1052
|
name: Tonga
|
1053
|
+
is_country: True
|
835
1054
|
- continent: Oceania
|
836
1055
|
id: fm
|
837
1056
|
name: Micronesia
|
1057
|
+
is_country: True
|
838
1058
|
- continent: Oceania
|
839
1059
|
id: sb
|
840
1060
|
name: Solomon Islands
|
1061
|
+
is_country: True
|
841
1062
|
- continent: Oceania
|
842
1063
|
id: nr
|
843
1064
|
name: Nauru
|
1065
|
+
is_country: True
|
844
1066
|
- continent: Oceania
|
845
1067
|
id: wf
|
846
1068
|
name: Wallis and Futuna
|
1069
|
+
is_country: True
|
847
1070
|
- continent: Oceania
|
848
1071
|
id: gu
|
849
1072
|
name: Guam
|
1073
|
+
is_country: True
|
850
1074
|
- continent: Oceania
|
851
1075
|
id: au
|
852
1076
|
name: Australia
|
1077
|
+
is_country: True
|
853
1078
|
- continent: Oceania
|
854
1079
|
id: nz
|
855
1080
|
name: New Zealand
|
1081
|
+
is_country: True
|
856
1082
|
- continent: Oceania
|
857
1083
|
id: mh
|
858
1084
|
name: Marshall Islands
|
1085
|
+
is_country: True
|
859
1086
|
- continent: Oceania
|
860
1087
|
id: cc
|
861
1088
|
name: Cocos (Keeling) Islands
|
1089
|
+
is_country: True
|
862
1090
|
|
863
1091
|
#####################
|
864
1092
|
### South America ###
|
@@ -866,43 +1094,56 @@ locations:
|
|
866
1094
|
- continent: South America
|
867
1095
|
id: ve
|
868
1096
|
name: Venezuela
|
1097
|
+
is_country: True
|
869
1098
|
- continent: South America
|
870
1099
|
id: py
|
871
1100
|
name: Paraguay
|
1101
|
+
is_country: True
|
872
1102
|
- continent: South America
|
873
1103
|
id: br
|
874
1104
|
name: Brazil
|
875
1105
|
regulation: [lgpd]
|
1106
|
+
is_country: True
|
876
1107
|
- continent: South America
|
877
1108
|
id: co
|
878
1109
|
name: Colombia
|
1110
|
+
is_country: True
|
879
1111
|
- continent: South America
|
880
1112
|
id: pe
|
881
1113
|
name: Peru
|
1114
|
+
is_country: True
|
882
1115
|
- continent: South America
|
883
1116
|
id: cl
|
884
1117
|
name: Chile
|
1118
|
+
is_country: True
|
885
1119
|
- continent: South America
|
886
1120
|
id: uy
|
887
1121
|
name: Uruguay
|
1122
|
+
is_country: True
|
888
1123
|
- continent: South America
|
889
1124
|
id: ar
|
890
1125
|
name: Argentina
|
1126
|
+
is_country: True
|
891
1127
|
- continent: South America
|
892
1128
|
id: gy
|
893
1129
|
name: Guyana
|
1130
|
+
is_country: True
|
894
1131
|
- continent: South America
|
895
1132
|
id: bo
|
896
1133
|
name: Bolivia
|
1134
|
+
is_country: True
|
897
1135
|
- continent: South America
|
898
1136
|
id: gf
|
899
1137
|
name: French Guiana
|
1138
|
+
is_country: True
|
900
1139
|
- continent: South America
|
901
1140
|
id: ec
|
902
1141
|
name: Ecuador
|
1142
|
+
is_country: True
|
903
1143
|
- continent: South America
|
904
1144
|
id: fk
|
905
1145
|
name: Falkland Islands
|
1146
|
+
is_country: True
|
906
1147
|
|
907
1148
|
#############################
|
908
1149
|
### US states/territories ###
|
@@ -1280,9 +1521,11 @@ location_groups:
|
|
1280
1521
|
- continent: North America
|
1281
1522
|
id: ca
|
1282
1523
|
name: Canada
|
1524
|
+
is_country: True
|
1283
1525
|
- continent: North America
|
1284
1526
|
id: us
|
1285
1527
|
name: United States
|
1528
|
+
is_country: True
|
1286
1529
|
- continent: North America
|
1287
1530
|
id: mexico_central_america
|
1288
1531
|
name: Mexico and Central America
|
@@ -1376,4 +1619,4 @@ regulations:
|
|
1376
1619
|
# South America
|
1377
1620
|
- id: lgpd
|
1378
1621
|
name: LGPD (Brazil)
|
1379
|
-
continent: South America
|
1622
|
+
continent: South America
|