@pescheckit/pescheck-client-js 0.0.5

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.
Files changed (47) hide show
  1. package/README.md +220 -0
  2. package/dist/ApiClient.js +730 -0
  3. package/dist/api/AuthenticationApi.js +159 -0
  4. package/dist/api/ChecksApi.js +120 -0
  5. package/dist/api/DivisionsApi.js +257 -0
  6. package/dist/api/OAuthApi.js +153 -0
  7. package/dist/api/ProfilesApi.js +301 -0
  8. package/dist/api/ScreeningsApi.js +213 -0
  9. package/dist/api/WebhooksApi.js +210 -0
  10. package/dist/index.js +314 -0
  11. package/dist/model/CustomTokenObtainPair.js +127 -0
  12. package/dist/model/DivisionReadOnly.js +266 -0
  13. package/dist/model/DivisionWrite.js +246 -0
  14. package/dist/model/JWTGeneration.js +155 -0
  15. package/dist/model/JWTResponse.js +184 -0
  16. package/dist/model/OAuthApplication.js +221 -0
  17. package/dist/model/OAuthApplicationResponse.js +252 -0
  18. package/dist/model/PaginatedDivisionReadOnlyList.js +168 -0
  19. package/dist/model/PaginatedV2ProfileListItemList.js +168 -0
  20. package/dist/model/PaginatedV2ScreeningListItemList.js +168 -0
  21. package/dist/model/PatchedDivisionWrite.js +209 -0
  22. package/dist/model/PatchedV2ProfilePartialUpdate.js +102 -0
  23. package/dist/model/TokenRefresh.js +124 -0
  24. package/dist/model/V2Candidate.js +1474 -0
  25. package/dist/model/V2CheckField.js +168 -0
  26. package/dist/model/V2CheckInfo.js +316 -0
  27. package/dist/model/V2Document.js +302 -0
  28. package/dist/model/V2DocumentContent.js +126 -0
  29. package/dist/model/V2Money.js +126 -0
  30. package/dist/model/V2ProfileCheck.js +222 -0
  31. package/dist/model/V2ProfileCheckEntry.js +311 -0
  32. package/dist/model/V2ProfileCreate.js +158 -0
  33. package/dist/model/V2ProfileDetail.js +258 -0
  34. package/dist/model/V2ProfileListItem.js +182 -0
  35. package/dist/model/V2ProfileUpdate.js +159 -0
  36. package/dist/model/V2ProfileUpdateCheck.js +254 -0
  37. package/dist/model/V2ScreeningCheck.js +243 -0
  38. package/dist/model/V2ScreeningCheckEntry.js +338 -0
  39. package/dist/model/V2ScreeningCheckListItem.js +260 -0
  40. package/dist/model/V2ScreeningCreate.js +158 -0
  41. package/dist/model/V2ScreeningDetail.js +240 -0
  42. package/dist/model/V2ScreeningDetailProfile.js +101 -0
  43. package/dist/model/V2ScreeningListItem.js +237 -0
  44. package/dist/model/VerifyWebhook.js +114 -0
  45. package/dist/model/Webhook.js +221 -0
  46. package/dist/model/WebhookResponse.js +215 -0
  47. package/package.json +54 -0
@@ -0,0 +1,1474 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
11
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
12
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
13
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
14
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
15
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
16
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
17
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
18
+ * Pescheck API
19
+ * Official client library for the Pescheck API (v2), generated from the OpenAPI specification. Authenticate with OAuth2 client credentials and use the checks, profiles, screenings, webhooks and divisions endpoints. See https://github.com/pescheckit/pescheck-clients for installation and usage.
20
+ *
21
+ * The version of the OpenAPI document: 2.0.0
22
+ *
23
+ *
24
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
25
+ * https://openapi-generator.tech
26
+ * Do not edit the class manually.
27
+ *
28
+ */
29
+ /**
30
+ * The V2Candidate model module.
31
+ * @module model/V2Candidate
32
+ * @version 0.0.5
33
+ */
34
+ var V2Candidate = /*#__PURE__*/function () {
35
+ /**
36
+ * Constructs a new <code>V2Candidate</code>.
37
+ * Bucket-level candidate facts. Required-ness varies per profile; serializer is lenient. Note: v2 tightens nationality vs v1 - v1 accepted any free-form string, v2 requires an ISO 3166-1 alpha-2 code so downstream consumers (watchlist matching, document readers, etc.) can rely on the value.
38
+ * @alias module:model/V2Candidate
39
+ * @param firstName {String}
40
+ * @param lastName {String}
41
+ * @param email {String}
42
+ */
43
+ function V2Candidate(firstName, lastName, email) {
44
+ _classCallCheck(this, V2Candidate);
45
+ V2Candidate.initialize(this, firstName, lastName, email);
46
+ }
47
+
48
+ /**
49
+ * Initializes the fields of this object.
50
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
51
+ * Only for internal use.
52
+ */
53
+ return _createClass(V2Candidate, null, [{
54
+ key: "initialize",
55
+ value: function initialize(obj, firstName, lastName, email) {
56
+ obj['first_name'] = firstName;
57
+ obj['last_name'] = lastName;
58
+ obj['email'] = email;
59
+ }
60
+
61
+ /**
62
+ * Constructs a <code>V2Candidate</code> from a plain JavaScript object, optionally creating a new instance.
63
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
64
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
65
+ * @param {module:model/V2Candidate} obj Optional instance to populate.
66
+ * @return {module:model/V2Candidate} The populated <code>V2Candidate</code> instance.
67
+ */
68
+ }, {
69
+ key: "constructFromObject",
70
+ value: function constructFromObject(data, obj) {
71
+ if (data) {
72
+ obj = obj || new V2Candidate();
73
+ if (data.hasOwnProperty('first_name')) {
74
+ obj['first_name'] = _ApiClient["default"].convertToType(data['first_name'], 'String');
75
+ }
76
+ if (data.hasOwnProperty('last_name')) {
77
+ obj['last_name'] = _ApiClient["default"].convertToType(data['last_name'], 'String');
78
+ }
79
+ if (data.hasOwnProperty('email')) {
80
+ obj['email'] = _ApiClient["default"].convertToType(data['email'], 'String');
81
+ }
82
+ if (data.hasOwnProperty('initials')) {
83
+ obj['initials'] = _ApiClient["default"].convertToType(data['initials'], 'String');
84
+ }
85
+ if (data.hasOwnProperty('date_of_birth')) {
86
+ obj['date_of_birth'] = _ApiClient["default"].convertToType(data['date_of_birth'], 'String');
87
+ }
88
+ if (data.hasOwnProperty('gender')) {
89
+ obj['gender'] = _ApiClient["default"].convertToType(data['gender'], 'String');
90
+ }
91
+ if (data.hasOwnProperty('nationality')) {
92
+ obj['nationality'] = _ApiClient["default"].convertToType(data['nationality'], 'String');
93
+ }
94
+ if (data.hasOwnProperty('postal_code')) {
95
+ obj['postal_code'] = _ApiClient["default"].convertToType(data['postal_code'], 'String');
96
+ }
97
+ if (data.hasOwnProperty('house_number')) {
98
+ obj['house_number'] = _ApiClient["default"].convertToType(data['house_number'], 'String');
99
+ }
100
+ if (data.hasOwnProperty('extension')) {
101
+ obj['extension'] = _ApiClient["default"].convertToType(data['extension'], 'String');
102
+ }
103
+ }
104
+ return obj;
105
+ }
106
+
107
+ /**
108
+ * Validates the JSON data with respect to <code>V2Candidate</code>.
109
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
110
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>V2Candidate</code>.
111
+ */
112
+ }, {
113
+ key: "validateJSON",
114
+ value: function validateJSON(data) {
115
+ // check to make sure all required properties are present in the JSON string
116
+ var _iterator = _createForOfIteratorHelper(V2Candidate.RequiredProperties),
117
+ _step;
118
+ try {
119
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
120
+ var property = _step.value;
121
+ if (!data.hasOwnProperty(property)) {
122
+ throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
123
+ }
124
+ }
125
+ // ensure the json data is a string
126
+ } catch (err) {
127
+ _iterator.e(err);
128
+ } finally {
129
+ _iterator.f();
130
+ }
131
+ if (data['first_name'] && !(typeof data['first_name'] === 'string' || data['first_name'] instanceof String)) {
132
+ throw new Error("Expected the field `first_name` to be a primitive type in the JSON string but got " + data['first_name']);
133
+ }
134
+ // ensure the json data is a string
135
+ if (data['last_name'] && !(typeof data['last_name'] === 'string' || data['last_name'] instanceof String)) {
136
+ throw new Error("Expected the field `last_name` to be a primitive type in the JSON string but got " + data['last_name']);
137
+ }
138
+ // ensure the json data is a string
139
+ if (data['email'] && !(typeof data['email'] === 'string' || data['email'] instanceof String)) {
140
+ throw new Error("Expected the field `email` to be a primitive type in the JSON string but got " + data['email']);
141
+ }
142
+ // ensure the json data is a string
143
+ if (data['initials'] && !(typeof data['initials'] === 'string' || data['initials'] instanceof String)) {
144
+ throw new Error("Expected the field `initials` to be a primitive type in the JSON string but got " + data['initials']);
145
+ }
146
+ // ensure the json data is a string
147
+ if (data['date_of_birth'] && !(typeof data['date_of_birth'] === 'string' || data['date_of_birth'] instanceof String)) {
148
+ throw new Error("Expected the field `date_of_birth` to be a primitive type in the JSON string but got " + data['date_of_birth']);
149
+ }
150
+ // ensure the json data is a string
151
+ if (data['gender'] && !(typeof data['gender'] === 'string' || data['gender'] instanceof String)) {
152
+ throw new Error("Expected the field `gender` to be a primitive type in the JSON string but got " + data['gender']);
153
+ }
154
+ // ensure the json data is a string
155
+ if (data['nationality'] && !(typeof data['nationality'] === 'string' || data['nationality'] instanceof String)) {
156
+ throw new Error("Expected the field `nationality` to be a primitive type in the JSON string but got " + data['nationality']);
157
+ }
158
+ // ensure the json data is a string
159
+ if (data['postal_code'] && !(typeof data['postal_code'] === 'string' || data['postal_code'] instanceof String)) {
160
+ throw new Error("Expected the field `postal_code` to be a primitive type in the JSON string but got " + data['postal_code']);
161
+ }
162
+ // ensure the json data is a string
163
+ if (data['house_number'] && !(typeof data['house_number'] === 'string' || data['house_number'] instanceof String)) {
164
+ throw new Error("Expected the field `house_number` to be a primitive type in the JSON string but got " + data['house_number']);
165
+ }
166
+ // ensure the json data is a string
167
+ if (data['extension'] && !(typeof data['extension'] === 'string' || data['extension'] instanceof String)) {
168
+ throw new Error("Expected the field `extension` to be a primitive type in the JSON string but got " + data['extension']);
169
+ }
170
+ return true;
171
+ }
172
+ }]);
173
+ }();
174
+ V2Candidate.RequiredProperties = ["first_name", "last_name", "email"];
175
+
176
+ /**
177
+ * @member {String} first_name
178
+ */
179
+ V2Candidate.prototype['first_name'] = undefined;
180
+
181
+ /**
182
+ * @member {String} last_name
183
+ */
184
+ V2Candidate.prototype['last_name'] = undefined;
185
+
186
+ /**
187
+ * @member {String} email
188
+ */
189
+ V2Candidate.prototype['email'] = undefined;
190
+
191
+ /**
192
+ * @member {String} initials
193
+ */
194
+ V2Candidate.prototype['initials'] = undefined;
195
+
196
+ /**
197
+ * @member {String} date_of_birth
198
+ */
199
+ V2Candidate.prototype['date_of_birth'] = undefined;
200
+
201
+ /**
202
+ * @member {String} gender
203
+ */
204
+ V2Candidate.prototype['gender'] = undefined;
205
+
206
+ /**
207
+ * ISO 3166-1 alpha-2 country code (e.g. \"NL\", \"DE\", \"US\"). * `AD` - AD * `AE` - AE * `AF` - AF * `AG` - AG * `AI` - AI * `AL` - AL * `AM` - AM * `AN` - AN * `AO` - AO * `AQ` - AQ * `AR` - AR * `AS` - AS * `AT` - AT * `AU` - AU * `AW` - AW * `AX` - AX * `AZ` - AZ * `BA` - BA * `BB` - BB * `BD` - BD * `BE` - BE * `BF` - BF * `BG` - BG * `BH` - BH * `BI` - BI * `BJ` - BJ * `BL` - BL * `BM` - BM * `BN` - BN * `BO` - BO * `BR` - BR * `BS` - BS * `BT` - BT * `BV` - BV * `BW` - BW * `BY` - BY * `BZ` - BZ * `CA` - CA * `CC` - CC * `CD` - CD * `CF` - CF * `CG` - CG * `CH` - CH * `CI` - CI * `CK` - CK * `CL` - CL * `CM` - CM * `CN` - CN * `CO` - CO * `CR` - CR * `CU` - CU * `CV` - CV * `CW` - CW * `CX` - CX * `CY` - CY * `CZ` - CZ * `DE` - DE * `DJ` - DJ * `DK` - DK * `DM` - DM * `DO` - DO * `DZ` - DZ * `EC` - EC * `EE` - EE * `EG` - EG * `EH` - EH * `ER` - ER * `ES` - ES * `ET` - ET * `FI` - FI * `FJ` - FJ * `FK` - FK * `FM` - FM * `FO` - FO * `FR` - FR * `GA` - GA * `GB` - GB * `GD` - GD * `GE` - GE * `GF` - GF * `GG` - GG * `GH` - GH * `GI` - GI * `GL` - GL * `GM` - GM * `GN` - GN * `GP` - GP * `GQ` - GQ * `GR` - GR * `GS` - GS * `GT` - GT * `GU` - GU * `GW` - GW * `GY` - GY * `HK` - HK * `HM` - HM * `HN` - HN * `HR` - HR * `HT` - HT * `HU` - HU * `ID` - ID * `IE` - IE * `IL` - IL * `IM` - IM * `IN` - IN * `IO` - IO * `IQ` - IQ * `IR` - IR * `IS` - IS * `IT` - IT * `JE` - JE * `JM` - JM * `JO` - JO * `JP` - JP * `KE` - KE * `KG` - KG * `KH` - KH * `KI` - KI * `KM` - KM * `KN` - KN * `KP` - KP * `KR` - KR * `KW` - KW * `KY` - KY * `KZ` - KZ * `LA` - LA * `LB` - LB * `LC` - LC * `LI` - LI * `LK` - LK * `LR` - LR * `LS` - LS * `LT` - LT * `LU` - LU * `LV` - LV * `LY` - LY * `MA` - MA * `MC` - MC * `MD` - MD * `ME` - ME * `MG` - MG * `MH` - MH * `MK` - MK * `ML` - ML * `MM` - MM * `MN` - MN * `MO` - MO * `MP` - MP * `MQ` - MQ * `MR` - MR * `MS` - MS * `MT` - MT * `MU` - MU * `MV` - MV * `MW` - MW * `MX` - MX * `MY` - MY * `MZ` - MZ * `NA` - NA * `NC` - NC * `NE` - NE * `NF` - NF * `NG` - NG * `NI` - NI * `NL` - NL * `NO` - NO * `NP` - NP * `NR` - NR * `NU` - NU * `NZ` - NZ * `OM` - OM * `PA` - PA * `PE` - PE * `PF` - PF * `PG` - PG * `PH` - PH * `PK` - PK * `PL` - PL * `PM` - PM * `PN` - PN * `PR` - PR * `PS` - PS * `PT` - PT * `PW` - PW * `PY` - PY * `QA` - QA * `RE` - RE * `RO` - RO * `RS` - RS * `RU` - RU * `RW` - RW * `SA` - SA * `SB` - SB * `SC` - SC * `SD` - SD * `SE` - SE * `SG` - SG * `SH` - SH * `SI` - SI * `SJ` - SJ * `SK` - SK * `SL` - SL * `SM` - SM * `SN` - SN * `SO` - SO * `SR` - SR * `ST` - ST * `SV` - SV * `SY` - SY * `SZ` - SZ * `TC` - TC * `TD` - TD * `TF` - TF * `TG` - TG * `TH` - TH * `TJ` - TJ * `TK` - TK * `TL` - TL * `TM` - TM * `TN` - TN * `TO` - TO * `TR` - TR * `TT` - TT * `TV` - TV * `TW` - TW * `TZ` - TZ * `UA` - UA * `UG` - UG * `UM` - UM * `US` - US * `UY` - UY * `UZ` - UZ * `VA` - VA * `VC` - VC * `VE` - VE * `VG` - VG * `VI` - VI * `VN` - VN * `VU` - VU * `WF` - WF * `WS` - WS * `XK` - XK * `YE` - YE * `YT` - YT * `ZA` - ZA * `ZM` - ZM * `ZW` - ZW
208
+ * @member {module:model/V2Candidate.NationalityEnum} nationality
209
+ */
210
+ V2Candidate.prototype['nationality'] = undefined;
211
+
212
+ /**
213
+ * @member {String} postal_code
214
+ */
215
+ V2Candidate.prototype['postal_code'] = undefined;
216
+
217
+ /**
218
+ * @member {String} house_number
219
+ */
220
+ V2Candidate.prototype['house_number'] = undefined;
221
+
222
+ /**
223
+ * @member {String} extension
224
+ */
225
+ V2Candidate.prototype['extension'] = undefined;
226
+
227
+ /**
228
+ * Allowed values for the <code>nationality</code> property.
229
+ * @enum {String}
230
+ * @readonly
231
+ */
232
+ V2Candidate['NationalityEnum'] = {
233
+ /**
234
+ * value: "AD"
235
+ * @const
236
+ */
237
+ "AD": "AD",
238
+ /**
239
+ * value: "AE"
240
+ * @const
241
+ */
242
+ "AE": "AE",
243
+ /**
244
+ * value: "AF"
245
+ * @const
246
+ */
247
+ "AF": "AF",
248
+ /**
249
+ * value: "AG"
250
+ * @const
251
+ */
252
+ "AG": "AG",
253
+ /**
254
+ * value: "AI"
255
+ * @const
256
+ */
257
+ "AI": "AI",
258
+ /**
259
+ * value: "AL"
260
+ * @const
261
+ */
262
+ "AL": "AL",
263
+ /**
264
+ * value: "AM"
265
+ * @const
266
+ */
267
+ "AM": "AM",
268
+ /**
269
+ * value: "AN"
270
+ * @const
271
+ */
272
+ "AN": "AN",
273
+ /**
274
+ * value: "AO"
275
+ * @const
276
+ */
277
+ "AO": "AO",
278
+ /**
279
+ * value: "AQ"
280
+ * @const
281
+ */
282
+ "AQ": "AQ",
283
+ /**
284
+ * value: "AR"
285
+ * @const
286
+ */
287
+ "AR": "AR",
288
+ /**
289
+ * value: "AS"
290
+ * @const
291
+ */
292
+ "AS": "AS",
293
+ /**
294
+ * value: "AT"
295
+ * @const
296
+ */
297
+ "AT": "AT",
298
+ /**
299
+ * value: "AU"
300
+ * @const
301
+ */
302
+ "AU": "AU",
303
+ /**
304
+ * value: "AW"
305
+ * @const
306
+ */
307
+ "AW": "AW",
308
+ /**
309
+ * value: "AX"
310
+ * @const
311
+ */
312
+ "AX": "AX",
313
+ /**
314
+ * value: "AZ"
315
+ * @const
316
+ */
317
+ "AZ": "AZ",
318
+ /**
319
+ * value: "BA"
320
+ * @const
321
+ */
322
+ "BA": "BA",
323
+ /**
324
+ * value: "BB"
325
+ * @const
326
+ */
327
+ "BB": "BB",
328
+ /**
329
+ * value: "BD"
330
+ * @const
331
+ */
332
+ "BD": "BD",
333
+ /**
334
+ * value: "BE"
335
+ * @const
336
+ */
337
+ "BE": "BE",
338
+ /**
339
+ * value: "BF"
340
+ * @const
341
+ */
342
+ "BF": "BF",
343
+ /**
344
+ * value: "BG"
345
+ * @const
346
+ */
347
+ "BG": "BG",
348
+ /**
349
+ * value: "BH"
350
+ * @const
351
+ */
352
+ "BH": "BH",
353
+ /**
354
+ * value: "BI"
355
+ * @const
356
+ */
357
+ "BI": "BI",
358
+ /**
359
+ * value: "BJ"
360
+ * @const
361
+ */
362
+ "BJ": "BJ",
363
+ /**
364
+ * value: "BL"
365
+ * @const
366
+ */
367
+ "BL": "BL",
368
+ /**
369
+ * value: "BM"
370
+ * @const
371
+ */
372
+ "BM": "BM",
373
+ /**
374
+ * value: "BN"
375
+ * @const
376
+ */
377
+ "BN": "BN",
378
+ /**
379
+ * value: "BO"
380
+ * @const
381
+ */
382
+ "BO": "BO",
383
+ /**
384
+ * value: "BR"
385
+ * @const
386
+ */
387
+ "BR": "BR",
388
+ /**
389
+ * value: "BS"
390
+ * @const
391
+ */
392
+ "BS": "BS",
393
+ /**
394
+ * value: "BT"
395
+ * @const
396
+ */
397
+ "BT": "BT",
398
+ /**
399
+ * value: "BV"
400
+ * @const
401
+ */
402
+ "BV": "BV",
403
+ /**
404
+ * value: "BW"
405
+ * @const
406
+ */
407
+ "BW": "BW",
408
+ /**
409
+ * value: "BY"
410
+ * @const
411
+ */
412
+ "BY": "BY",
413
+ /**
414
+ * value: "BZ"
415
+ * @const
416
+ */
417
+ "BZ": "BZ",
418
+ /**
419
+ * value: "CA"
420
+ * @const
421
+ */
422
+ "CA": "CA",
423
+ /**
424
+ * value: "CC"
425
+ * @const
426
+ */
427
+ "CC": "CC",
428
+ /**
429
+ * value: "CD"
430
+ * @const
431
+ */
432
+ "CD": "CD",
433
+ /**
434
+ * value: "CF"
435
+ * @const
436
+ */
437
+ "CF": "CF",
438
+ /**
439
+ * value: "CG"
440
+ * @const
441
+ */
442
+ "CG": "CG",
443
+ /**
444
+ * value: "CH"
445
+ * @const
446
+ */
447
+ "CH": "CH",
448
+ /**
449
+ * value: "CI"
450
+ * @const
451
+ */
452
+ "CI": "CI",
453
+ /**
454
+ * value: "CK"
455
+ * @const
456
+ */
457
+ "CK": "CK",
458
+ /**
459
+ * value: "CL"
460
+ * @const
461
+ */
462
+ "CL": "CL",
463
+ /**
464
+ * value: "CM"
465
+ * @const
466
+ */
467
+ "CM": "CM",
468
+ /**
469
+ * value: "CN"
470
+ * @const
471
+ */
472
+ "CN": "CN",
473
+ /**
474
+ * value: "CO"
475
+ * @const
476
+ */
477
+ "CO": "CO",
478
+ /**
479
+ * value: "CR"
480
+ * @const
481
+ */
482
+ "CR": "CR",
483
+ /**
484
+ * value: "CU"
485
+ * @const
486
+ */
487
+ "CU": "CU",
488
+ /**
489
+ * value: "CV"
490
+ * @const
491
+ */
492
+ "CV": "CV",
493
+ /**
494
+ * value: "CW"
495
+ * @const
496
+ */
497
+ "CW": "CW",
498
+ /**
499
+ * value: "CX"
500
+ * @const
501
+ */
502
+ "CX": "CX",
503
+ /**
504
+ * value: "CY"
505
+ * @const
506
+ */
507
+ "CY": "CY",
508
+ /**
509
+ * value: "CZ"
510
+ * @const
511
+ */
512
+ "CZ": "CZ",
513
+ /**
514
+ * value: "DE"
515
+ * @const
516
+ */
517
+ "DE": "DE",
518
+ /**
519
+ * value: "DJ"
520
+ * @const
521
+ */
522
+ "DJ": "DJ",
523
+ /**
524
+ * value: "DK"
525
+ * @const
526
+ */
527
+ "DK": "DK",
528
+ /**
529
+ * value: "DM"
530
+ * @const
531
+ */
532
+ "DM": "DM",
533
+ /**
534
+ * value: "DO"
535
+ * @const
536
+ */
537
+ "DO": "DO",
538
+ /**
539
+ * value: "DZ"
540
+ * @const
541
+ */
542
+ "DZ": "DZ",
543
+ /**
544
+ * value: "EC"
545
+ * @const
546
+ */
547
+ "EC": "EC",
548
+ /**
549
+ * value: "EE"
550
+ * @const
551
+ */
552
+ "EE": "EE",
553
+ /**
554
+ * value: "EG"
555
+ * @const
556
+ */
557
+ "EG": "EG",
558
+ /**
559
+ * value: "EH"
560
+ * @const
561
+ */
562
+ "EH": "EH",
563
+ /**
564
+ * value: "ER"
565
+ * @const
566
+ */
567
+ "ER": "ER",
568
+ /**
569
+ * value: "ES"
570
+ * @const
571
+ */
572
+ "ES": "ES",
573
+ /**
574
+ * value: "ET"
575
+ * @const
576
+ */
577
+ "ET": "ET",
578
+ /**
579
+ * value: "FI"
580
+ * @const
581
+ */
582
+ "FI": "FI",
583
+ /**
584
+ * value: "FJ"
585
+ * @const
586
+ */
587
+ "FJ": "FJ",
588
+ /**
589
+ * value: "FK"
590
+ * @const
591
+ */
592
+ "FK": "FK",
593
+ /**
594
+ * value: "FM"
595
+ * @const
596
+ */
597
+ "FM": "FM",
598
+ /**
599
+ * value: "FO"
600
+ * @const
601
+ */
602
+ "FO": "FO",
603
+ /**
604
+ * value: "FR"
605
+ * @const
606
+ */
607
+ "FR": "FR",
608
+ /**
609
+ * value: "GA"
610
+ * @const
611
+ */
612
+ "GA": "GA",
613
+ /**
614
+ * value: "GB"
615
+ * @const
616
+ */
617
+ "GB": "GB",
618
+ /**
619
+ * value: "GD"
620
+ * @const
621
+ */
622
+ "GD": "GD",
623
+ /**
624
+ * value: "GE"
625
+ * @const
626
+ */
627
+ "GE": "GE",
628
+ /**
629
+ * value: "GF"
630
+ * @const
631
+ */
632
+ "GF": "GF",
633
+ /**
634
+ * value: "GG"
635
+ * @const
636
+ */
637
+ "GG": "GG",
638
+ /**
639
+ * value: "GH"
640
+ * @const
641
+ */
642
+ "GH": "GH",
643
+ /**
644
+ * value: "GI"
645
+ * @const
646
+ */
647
+ "GI": "GI",
648
+ /**
649
+ * value: "GL"
650
+ * @const
651
+ */
652
+ "GL": "GL",
653
+ /**
654
+ * value: "GM"
655
+ * @const
656
+ */
657
+ "GM": "GM",
658
+ /**
659
+ * value: "GN"
660
+ * @const
661
+ */
662
+ "GN": "GN",
663
+ /**
664
+ * value: "GP"
665
+ * @const
666
+ */
667
+ "GP": "GP",
668
+ /**
669
+ * value: "GQ"
670
+ * @const
671
+ */
672
+ "GQ": "GQ",
673
+ /**
674
+ * value: "GR"
675
+ * @const
676
+ */
677
+ "GR": "GR",
678
+ /**
679
+ * value: "GS"
680
+ * @const
681
+ */
682
+ "GS": "GS",
683
+ /**
684
+ * value: "GT"
685
+ * @const
686
+ */
687
+ "GT": "GT",
688
+ /**
689
+ * value: "GU"
690
+ * @const
691
+ */
692
+ "GU": "GU",
693
+ /**
694
+ * value: "GW"
695
+ * @const
696
+ */
697
+ "GW": "GW",
698
+ /**
699
+ * value: "GY"
700
+ * @const
701
+ */
702
+ "GY": "GY",
703
+ /**
704
+ * value: "HK"
705
+ * @const
706
+ */
707
+ "HK": "HK",
708
+ /**
709
+ * value: "HM"
710
+ * @const
711
+ */
712
+ "HM": "HM",
713
+ /**
714
+ * value: "HN"
715
+ * @const
716
+ */
717
+ "HN": "HN",
718
+ /**
719
+ * value: "HR"
720
+ * @const
721
+ */
722
+ "HR": "HR",
723
+ /**
724
+ * value: "HT"
725
+ * @const
726
+ */
727
+ "HT": "HT",
728
+ /**
729
+ * value: "HU"
730
+ * @const
731
+ */
732
+ "HU": "HU",
733
+ /**
734
+ * value: "ID"
735
+ * @const
736
+ */
737
+ "ID": "ID",
738
+ /**
739
+ * value: "IE"
740
+ * @const
741
+ */
742
+ "IE": "IE",
743
+ /**
744
+ * value: "IL"
745
+ * @const
746
+ */
747
+ "IL": "IL",
748
+ /**
749
+ * value: "IM"
750
+ * @const
751
+ */
752
+ "IM": "IM",
753
+ /**
754
+ * value: "IN"
755
+ * @const
756
+ */
757
+ "IN": "IN",
758
+ /**
759
+ * value: "IO"
760
+ * @const
761
+ */
762
+ "IO": "IO",
763
+ /**
764
+ * value: "IQ"
765
+ * @const
766
+ */
767
+ "IQ": "IQ",
768
+ /**
769
+ * value: "IR"
770
+ * @const
771
+ */
772
+ "IR": "IR",
773
+ /**
774
+ * value: "IS"
775
+ * @const
776
+ */
777
+ "IS": "IS",
778
+ /**
779
+ * value: "IT"
780
+ * @const
781
+ */
782
+ "IT": "IT",
783
+ /**
784
+ * value: "JE"
785
+ * @const
786
+ */
787
+ "JE": "JE",
788
+ /**
789
+ * value: "JM"
790
+ * @const
791
+ */
792
+ "JM": "JM",
793
+ /**
794
+ * value: "JO"
795
+ * @const
796
+ */
797
+ "JO": "JO",
798
+ /**
799
+ * value: "JP"
800
+ * @const
801
+ */
802
+ "JP": "JP",
803
+ /**
804
+ * value: "KE"
805
+ * @const
806
+ */
807
+ "KE": "KE",
808
+ /**
809
+ * value: "KG"
810
+ * @const
811
+ */
812
+ "KG": "KG",
813
+ /**
814
+ * value: "KH"
815
+ * @const
816
+ */
817
+ "KH": "KH",
818
+ /**
819
+ * value: "KI"
820
+ * @const
821
+ */
822
+ "KI": "KI",
823
+ /**
824
+ * value: "KM"
825
+ * @const
826
+ */
827
+ "KM": "KM",
828
+ /**
829
+ * value: "KN"
830
+ * @const
831
+ */
832
+ "KN": "KN",
833
+ /**
834
+ * value: "KP"
835
+ * @const
836
+ */
837
+ "KP": "KP",
838
+ /**
839
+ * value: "KR"
840
+ * @const
841
+ */
842
+ "KR": "KR",
843
+ /**
844
+ * value: "KW"
845
+ * @const
846
+ */
847
+ "KW": "KW",
848
+ /**
849
+ * value: "KY"
850
+ * @const
851
+ */
852
+ "KY": "KY",
853
+ /**
854
+ * value: "KZ"
855
+ * @const
856
+ */
857
+ "KZ": "KZ",
858
+ /**
859
+ * value: "LA"
860
+ * @const
861
+ */
862
+ "LA": "LA",
863
+ /**
864
+ * value: "LB"
865
+ * @const
866
+ */
867
+ "LB": "LB",
868
+ /**
869
+ * value: "LC"
870
+ * @const
871
+ */
872
+ "LC": "LC",
873
+ /**
874
+ * value: "LI"
875
+ * @const
876
+ */
877
+ "LI": "LI",
878
+ /**
879
+ * value: "LK"
880
+ * @const
881
+ */
882
+ "LK": "LK",
883
+ /**
884
+ * value: "LR"
885
+ * @const
886
+ */
887
+ "LR": "LR",
888
+ /**
889
+ * value: "LS"
890
+ * @const
891
+ */
892
+ "LS": "LS",
893
+ /**
894
+ * value: "LT"
895
+ * @const
896
+ */
897
+ "LT": "LT",
898
+ /**
899
+ * value: "LU"
900
+ * @const
901
+ */
902
+ "LU": "LU",
903
+ /**
904
+ * value: "LV"
905
+ * @const
906
+ */
907
+ "LV": "LV",
908
+ /**
909
+ * value: "LY"
910
+ * @const
911
+ */
912
+ "LY": "LY",
913
+ /**
914
+ * value: "MA"
915
+ * @const
916
+ */
917
+ "MA": "MA",
918
+ /**
919
+ * value: "MC"
920
+ * @const
921
+ */
922
+ "MC": "MC",
923
+ /**
924
+ * value: "MD"
925
+ * @const
926
+ */
927
+ "MD": "MD",
928
+ /**
929
+ * value: "ME"
930
+ * @const
931
+ */
932
+ "ME": "ME",
933
+ /**
934
+ * value: "MG"
935
+ * @const
936
+ */
937
+ "MG": "MG",
938
+ /**
939
+ * value: "MH"
940
+ * @const
941
+ */
942
+ "MH": "MH",
943
+ /**
944
+ * value: "MK"
945
+ * @const
946
+ */
947
+ "MK": "MK",
948
+ /**
949
+ * value: "ML"
950
+ * @const
951
+ */
952
+ "ML": "ML",
953
+ /**
954
+ * value: "MM"
955
+ * @const
956
+ */
957
+ "MM": "MM",
958
+ /**
959
+ * value: "MN"
960
+ * @const
961
+ */
962
+ "MN": "MN",
963
+ /**
964
+ * value: "MO"
965
+ * @const
966
+ */
967
+ "MO": "MO",
968
+ /**
969
+ * value: "MP"
970
+ * @const
971
+ */
972
+ "MP": "MP",
973
+ /**
974
+ * value: "MQ"
975
+ * @const
976
+ */
977
+ "MQ": "MQ",
978
+ /**
979
+ * value: "MR"
980
+ * @const
981
+ */
982
+ "MR": "MR",
983
+ /**
984
+ * value: "MS"
985
+ * @const
986
+ */
987
+ "MS": "MS",
988
+ /**
989
+ * value: "MT"
990
+ * @const
991
+ */
992
+ "MT": "MT",
993
+ /**
994
+ * value: "MU"
995
+ * @const
996
+ */
997
+ "MU": "MU",
998
+ /**
999
+ * value: "MV"
1000
+ * @const
1001
+ */
1002
+ "MV": "MV",
1003
+ /**
1004
+ * value: "MW"
1005
+ * @const
1006
+ */
1007
+ "MW": "MW",
1008
+ /**
1009
+ * value: "MX"
1010
+ * @const
1011
+ */
1012
+ "MX": "MX",
1013
+ /**
1014
+ * value: "MY"
1015
+ * @const
1016
+ */
1017
+ "MY": "MY",
1018
+ /**
1019
+ * value: "MZ"
1020
+ * @const
1021
+ */
1022
+ "MZ": "MZ",
1023
+ /**
1024
+ * value: "NA"
1025
+ * @const
1026
+ */
1027
+ "NA": "NA",
1028
+ /**
1029
+ * value: "NC"
1030
+ * @const
1031
+ */
1032
+ "NC": "NC",
1033
+ /**
1034
+ * value: "NE"
1035
+ * @const
1036
+ */
1037
+ "NE": "NE",
1038
+ /**
1039
+ * value: "NF"
1040
+ * @const
1041
+ */
1042
+ "NF": "NF",
1043
+ /**
1044
+ * value: "NG"
1045
+ * @const
1046
+ */
1047
+ "NG": "NG",
1048
+ /**
1049
+ * value: "NI"
1050
+ * @const
1051
+ */
1052
+ "NI": "NI",
1053
+ /**
1054
+ * value: "NL"
1055
+ * @const
1056
+ */
1057
+ "NL": "NL",
1058
+ /**
1059
+ * value: "NO"
1060
+ * @const
1061
+ */
1062
+ "NO": "NO",
1063
+ /**
1064
+ * value: "NP"
1065
+ * @const
1066
+ */
1067
+ "NP": "NP",
1068
+ /**
1069
+ * value: "NR"
1070
+ * @const
1071
+ */
1072
+ "NR": "NR",
1073
+ /**
1074
+ * value: "NU"
1075
+ * @const
1076
+ */
1077
+ "NU": "NU",
1078
+ /**
1079
+ * value: "NZ"
1080
+ * @const
1081
+ */
1082
+ "NZ": "NZ",
1083
+ /**
1084
+ * value: "OM"
1085
+ * @const
1086
+ */
1087
+ "OM": "OM",
1088
+ /**
1089
+ * value: "PA"
1090
+ * @const
1091
+ */
1092
+ "PA": "PA",
1093
+ /**
1094
+ * value: "PE"
1095
+ * @const
1096
+ */
1097
+ "PE": "PE",
1098
+ /**
1099
+ * value: "PF"
1100
+ * @const
1101
+ */
1102
+ "PF": "PF",
1103
+ /**
1104
+ * value: "PG"
1105
+ * @const
1106
+ */
1107
+ "PG": "PG",
1108
+ /**
1109
+ * value: "PH"
1110
+ * @const
1111
+ */
1112
+ "PH": "PH",
1113
+ /**
1114
+ * value: "PK"
1115
+ * @const
1116
+ */
1117
+ "PK": "PK",
1118
+ /**
1119
+ * value: "PL"
1120
+ * @const
1121
+ */
1122
+ "PL": "PL",
1123
+ /**
1124
+ * value: "PM"
1125
+ * @const
1126
+ */
1127
+ "PM": "PM",
1128
+ /**
1129
+ * value: "PN"
1130
+ * @const
1131
+ */
1132
+ "PN": "PN",
1133
+ /**
1134
+ * value: "PR"
1135
+ * @const
1136
+ */
1137
+ "PR": "PR",
1138
+ /**
1139
+ * value: "PS"
1140
+ * @const
1141
+ */
1142
+ "PS": "PS",
1143
+ /**
1144
+ * value: "PT"
1145
+ * @const
1146
+ */
1147
+ "PT": "PT",
1148
+ /**
1149
+ * value: "PW"
1150
+ * @const
1151
+ */
1152
+ "PW": "PW",
1153
+ /**
1154
+ * value: "PY"
1155
+ * @const
1156
+ */
1157
+ "PY": "PY",
1158
+ /**
1159
+ * value: "QA"
1160
+ * @const
1161
+ */
1162
+ "QA": "QA",
1163
+ /**
1164
+ * value: "RE"
1165
+ * @const
1166
+ */
1167
+ "RE": "RE",
1168
+ /**
1169
+ * value: "RO"
1170
+ * @const
1171
+ */
1172
+ "RO": "RO",
1173
+ /**
1174
+ * value: "RS"
1175
+ * @const
1176
+ */
1177
+ "RS": "RS",
1178
+ /**
1179
+ * value: "RU"
1180
+ * @const
1181
+ */
1182
+ "RU": "RU",
1183
+ /**
1184
+ * value: "RW"
1185
+ * @const
1186
+ */
1187
+ "RW": "RW",
1188
+ /**
1189
+ * value: "SA"
1190
+ * @const
1191
+ */
1192
+ "SA": "SA",
1193
+ /**
1194
+ * value: "SB"
1195
+ * @const
1196
+ */
1197
+ "SB": "SB",
1198
+ /**
1199
+ * value: "SC"
1200
+ * @const
1201
+ */
1202
+ "SC": "SC",
1203
+ /**
1204
+ * value: "SD"
1205
+ * @const
1206
+ */
1207
+ "SD": "SD",
1208
+ /**
1209
+ * value: "SE"
1210
+ * @const
1211
+ */
1212
+ "SE": "SE",
1213
+ /**
1214
+ * value: "SG"
1215
+ * @const
1216
+ */
1217
+ "SG": "SG",
1218
+ /**
1219
+ * value: "SH"
1220
+ * @const
1221
+ */
1222
+ "SH": "SH",
1223
+ /**
1224
+ * value: "SI"
1225
+ * @const
1226
+ */
1227
+ "SI": "SI",
1228
+ /**
1229
+ * value: "SJ"
1230
+ * @const
1231
+ */
1232
+ "SJ": "SJ",
1233
+ /**
1234
+ * value: "SK"
1235
+ * @const
1236
+ */
1237
+ "SK": "SK",
1238
+ /**
1239
+ * value: "SL"
1240
+ * @const
1241
+ */
1242
+ "SL": "SL",
1243
+ /**
1244
+ * value: "SM"
1245
+ * @const
1246
+ */
1247
+ "SM": "SM",
1248
+ /**
1249
+ * value: "SN"
1250
+ * @const
1251
+ */
1252
+ "SN": "SN",
1253
+ /**
1254
+ * value: "SO"
1255
+ * @const
1256
+ */
1257
+ "SO": "SO",
1258
+ /**
1259
+ * value: "SR"
1260
+ * @const
1261
+ */
1262
+ "SR": "SR",
1263
+ /**
1264
+ * value: "ST"
1265
+ * @const
1266
+ */
1267
+ "ST": "ST",
1268
+ /**
1269
+ * value: "SV"
1270
+ * @const
1271
+ */
1272
+ "SV": "SV",
1273
+ /**
1274
+ * value: "SY"
1275
+ * @const
1276
+ */
1277
+ "SY": "SY",
1278
+ /**
1279
+ * value: "SZ"
1280
+ * @const
1281
+ */
1282
+ "SZ": "SZ",
1283
+ /**
1284
+ * value: "TC"
1285
+ * @const
1286
+ */
1287
+ "TC": "TC",
1288
+ /**
1289
+ * value: "TD"
1290
+ * @const
1291
+ */
1292
+ "TD": "TD",
1293
+ /**
1294
+ * value: "TF"
1295
+ * @const
1296
+ */
1297
+ "TF": "TF",
1298
+ /**
1299
+ * value: "TG"
1300
+ * @const
1301
+ */
1302
+ "TG": "TG",
1303
+ /**
1304
+ * value: "TH"
1305
+ * @const
1306
+ */
1307
+ "TH": "TH",
1308
+ /**
1309
+ * value: "TJ"
1310
+ * @const
1311
+ */
1312
+ "TJ": "TJ",
1313
+ /**
1314
+ * value: "TK"
1315
+ * @const
1316
+ */
1317
+ "TK": "TK",
1318
+ /**
1319
+ * value: "TL"
1320
+ * @const
1321
+ */
1322
+ "TL": "TL",
1323
+ /**
1324
+ * value: "TM"
1325
+ * @const
1326
+ */
1327
+ "TM": "TM",
1328
+ /**
1329
+ * value: "TN"
1330
+ * @const
1331
+ */
1332
+ "TN": "TN",
1333
+ /**
1334
+ * value: "TO"
1335
+ * @const
1336
+ */
1337
+ "TO": "TO",
1338
+ /**
1339
+ * value: "TR"
1340
+ * @const
1341
+ */
1342
+ "TR": "TR",
1343
+ /**
1344
+ * value: "TT"
1345
+ * @const
1346
+ */
1347
+ "TT": "TT",
1348
+ /**
1349
+ * value: "TV"
1350
+ * @const
1351
+ */
1352
+ "TV": "TV",
1353
+ /**
1354
+ * value: "TW"
1355
+ * @const
1356
+ */
1357
+ "TW": "TW",
1358
+ /**
1359
+ * value: "TZ"
1360
+ * @const
1361
+ */
1362
+ "TZ": "TZ",
1363
+ /**
1364
+ * value: "UA"
1365
+ * @const
1366
+ */
1367
+ "UA": "UA",
1368
+ /**
1369
+ * value: "UG"
1370
+ * @const
1371
+ */
1372
+ "UG": "UG",
1373
+ /**
1374
+ * value: "UM"
1375
+ * @const
1376
+ */
1377
+ "UM": "UM",
1378
+ /**
1379
+ * value: "US"
1380
+ * @const
1381
+ */
1382
+ "US": "US",
1383
+ /**
1384
+ * value: "UY"
1385
+ * @const
1386
+ */
1387
+ "UY": "UY",
1388
+ /**
1389
+ * value: "UZ"
1390
+ * @const
1391
+ */
1392
+ "UZ": "UZ",
1393
+ /**
1394
+ * value: "VA"
1395
+ * @const
1396
+ */
1397
+ "VA": "VA",
1398
+ /**
1399
+ * value: "VC"
1400
+ * @const
1401
+ */
1402
+ "VC": "VC",
1403
+ /**
1404
+ * value: "VE"
1405
+ * @const
1406
+ */
1407
+ "VE": "VE",
1408
+ /**
1409
+ * value: "VG"
1410
+ * @const
1411
+ */
1412
+ "VG": "VG",
1413
+ /**
1414
+ * value: "VI"
1415
+ * @const
1416
+ */
1417
+ "VI": "VI",
1418
+ /**
1419
+ * value: "VN"
1420
+ * @const
1421
+ */
1422
+ "VN": "VN",
1423
+ /**
1424
+ * value: "VU"
1425
+ * @const
1426
+ */
1427
+ "VU": "VU",
1428
+ /**
1429
+ * value: "WF"
1430
+ * @const
1431
+ */
1432
+ "WF": "WF",
1433
+ /**
1434
+ * value: "WS"
1435
+ * @const
1436
+ */
1437
+ "WS": "WS",
1438
+ /**
1439
+ * value: "XK"
1440
+ * @const
1441
+ */
1442
+ "XK": "XK",
1443
+ /**
1444
+ * value: "YE"
1445
+ * @const
1446
+ */
1447
+ "YE": "YE",
1448
+ /**
1449
+ * value: "YT"
1450
+ * @const
1451
+ */
1452
+ "YT": "YT",
1453
+ /**
1454
+ * value: "ZA"
1455
+ * @const
1456
+ */
1457
+ "ZA": "ZA",
1458
+ /**
1459
+ * value: "ZM"
1460
+ * @const
1461
+ */
1462
+ "ZM": "ZM",
1463
+ /**
1464
+ * value: "ZW"
1465
+ * @const
1466
+ */
1467
+ "ZW": "ZW",
1468
+ /**
1469
+ * value: ""
1470
+ * @const
1471
+ */
1472
+ "empty": ""
1473
+ };
1474
+ var _default = exports["default"] = V2Candidate;