@naturalpay/sdk 1.2.5 → 1.2.6

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 (152) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/api/resources/customers/client/Client.d.ts +1 -0
  3. package/dist/cjs/api/resources/customers/client/Client.js +1 -0
  4. package/dist/cjs/api/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.ts +4 -1
  5. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.ts +7 -1
  6. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.d.ts +200 -0
  7. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.js +203 -0
  8. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAnnualIncome.d.ts +1 -1
  9. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAnnualIncome.js +1 -1
  10. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.d.ts +200 -0
  11. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.js +203 -0
  12. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemEmploymentStatus.d.ts +1 -1
  13. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemEmploymentStatus.js +1 -1
  14. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemTitle.d.ts +1 -1
  15. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemTitle.js +1 -1
  16. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessBusinessType.d.ts +1 -1
  17. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessBusinessType.js +1 -1
  18. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.d.ts +200 -0
  19. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.js +203 -0
  20. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.d.ts +200 -0
  21. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.js +203 -0
  22. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.d.ts +200 -0
  23. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.js +203 -0
  24. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessSourceOfFundsItem.d.ts +1 -1
  25. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessSourceOfFundsItem.js +1 -1
  26. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessStateOfIncorporation.d.ts +1 -1
  27. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessStateOfIncorporation.js +1 -1
  28. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.d.ts +200 -0
  29. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.js +203 -0
  30. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAnnualIncome.d.ts +1 -1
  31. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAnnualIncome.js +1 -1
  32. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.d.ts +200 -0
  33. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.js +203 -0
  34. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualEmploymentStatus.d.ts +1 -1
  35. package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualEmploymentStatus.js +1 -1
  36. package/dist/cjs/api/resources/customers/types/CustomerInvitationAddress.d.ts +11 -2
  37. package/dist/cjs/api/resources/customers/types/CustomerInvitationBeneficialOwner.d.ts +12 -5
  38. package/dist/cjs/api/resources/customers/types/CustomerInvitationBusiness.d.ts +14 -4
  39. package/dist/cjs/api/resources/customers/types/CustomerInvitationIndividual.d.ts +7 -9
  40. package/dist/cjs/api/resources/customers/types/index.d.ts +7 -1
  41. package/dist/cjs/api/resources/customers/types/index.js +7 -1
  42. package/dist/cjs/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.ts +1 -0
  43. package/dist/cjs/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.js +1 -0
  44. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.ts +3 -0
  45. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.js +3 -0
  46. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.d.ts +7 -0
  47. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.js +236 -0
  48. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.d.ts +7 -0
  49. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.js +236 -0
  50. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.d.ts +7 -0
  51. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.js +236 -0
  52. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.d.ts +7 -0
  53. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.js +236 -0
  54. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.d.ts +7 -0
  55. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.js +236 -0
  56. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.d.ts +7 -0
  57. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.js +236 -0
  58. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.d.ts +7 -0
  59. package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.js +236 -0
  60. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationAddress.d.ts +2 -1
  61. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationAddress.js +2 -1
  62. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationBeneficialOwner.d.ts +2 -1
  63. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationBeneficialOwner.js +2 -1
  64. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationBusiness.d.ts +2 -3
  65. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationBusiness.js +4 -3
  66. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationIndividual.d.ts +2 -5
  67. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationIndividual.js +2 -5
  68. package/dist/cjs/serialization/resources/customers/types/index.d.ts +7 -1
  69. package/dist/cjs/serialization/resources/customers/types/index.js +7 -1
  70. package/dist/cjs/version.d.ts +1 -1
  71. package/dist/cjs/version.js +1 -1
  72. package/dist/esm/BaseClient.mjs +2 -2
  73. package/dist/esm/api/resources/customers/client/Client.d.mts +1 -0
  74. package/dist/esm/api/resources/customers/client/Client.mjs +1 -0
  75. package/dist/esm/api/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.mts +4 -1
  76. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.mts +7 -1
  77. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.d.mts +200 -0
  78. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.mjs +200 -0
  79. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAnnualIncome.d.mts +1 -1
  80. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAnnualIncome.mjs +1 -1
  81. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.d.mts +200 -0
  82. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.mjs +200 -0
  83. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemEmploymentStatus.d.mts +1 -1
  84. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemEmploymentStatus.mjs +1 -1
  85. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemTitle.d.mts +1 -1
  86. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemTitle.mjs +1 -1
  87. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessBusinessType.d.mts +1 -1
  88. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessBusinessType.mjs +1 -1
  89. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.d.mts +200 -0
  90. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.mjs +200 -0
  91. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.d.mts +200 -0
  92. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.mjs +200 -0
  93. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.d.mts +200 -0
  94. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.mjs +200 -0
  95. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessSourceOfFundsItem.d.mts +1 -1
  96. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessSourceOfFundsItem.mjs +1 -1
  97. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessStateOfIncorporation.d.mts +1 -1
  98. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessStateOfIncorporation.mjs +1 -1
  99. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.d.mts +200 -0
  100. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.mjs +200 -0
  101. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAnnualIncome.d.mts +1 -1
  102. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAnnualIncome.mjs +1 -1
  103. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.d.mts +200 -0
  104. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.mjs +200 -0
  105. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualEmploymentStatus.d.mts +1 -1
  106. package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualEmploymentStatus.mjs +1 -1
  107. package/dist/esm/api/resources/customers/types/CustomerInvitationAddress.d.mts +11 -2
  108. package/dist/esm/api/resources/customers/types/CustomerInvitationBeneficialOwner.d.mts +12 -5
  109. package/dist/esm/api/resources/customers/types/CustomerInvitationBusiness.d.mts +14 -4
  110. package/dist/esm/api/resources/customers/types/CustomerInvitationIndividual.d.mts +7 -9
  111. package/dist/esm/api/resources/customers/types/index.d.mts +7 -1
  112. package/dist/esm/api/resources/customers/types/index.mjs +7 -1
  113. package/dist/esm/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.mts +1 -0
  114. package/dist/esm/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.mjs +1 -0
  115. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.mts +3 -0
  116. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.mjs +3 -0
  117. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.d.mts +7 -0
  118. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.mjs +200 -0
  119. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.d.mts +7 -0
  120. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.mjs +200 -0
  121. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.d.mts +7 -0
  122. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.mjs +200 -0
  123. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.d.mts +7 -0
  124. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.mjs +200 -0
  125. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.d.mts +7 -0
  126. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.mjs +200 -0
  127. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.d.mts +7 -0
  128. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.mjs +200 -0
  129. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.d.mts +7 -0
  130. package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.mjs +200 -0
  131. package/dist/esm/serialization/resources/customers/types/CustomerInvitationAddress.d.mts +2 -1
  132. package/dist/esm/serialization/resources/customers/types/CustomerInvitationAddress.mjs +2 -1
  133. package/dist/esm/serialization/resources/customers/types/CustomerInvitationBeneficialOwner.d.mts +2 -1
  134. package/dist/esm/serialization/resources/customers/types/CustomerInvitationBeneficialOwner.mjs +2 -1
  135. package/dist/esm/serialization/resources/customers/types/CustomerInvitationBusiness.d.mts +2 -3
  136. package/dist/esm/serialization/resources/customers/types/CustomerInvitationBusiness.mjs +4 -3
  137. package/dist/esm/serialization/resources/customers/types/CustomerInvitationIndividual.d.mts +2 -5
  138. package/dist/esm/serialization/resources/customers/types/CustomerInvitationIndividual.mjs +2 -5
  139. package/dist/esm/serialization/resources/customers/types/index.d.mts +7 -1
  140. package/dist/esm/serialization/resources/customers/types/index.mjs +7 -1
  141. package/dist/esm/version.d.mts +1 -1
  142. package/dist/esm/version.mjs +1 -1
  143. package/package.json +1 -1
  144. package/reference.md +1 -0
  145. package/dist/cjs/api/resources/customers/types/CustomerInvitationRepresentative.d.ts +0 -6
  146. package/dist/cjs/api/resources/customers/types/CustomerInvitationRepresentative.js +0 -3
  147. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationRepresentative.d.ts +0 -12
  148. package/dist/cjs/serialization/resources/customers/types/CustomerInvitationRepresentative.js +0 -44
  149. package/dist/esm/api/resources/customers/types/CustomerInvitationRepresentative.d.mts +0 -6
  150. package/dist/esm/api/resources/customers/types/CustomerInvitationRepresentative.mjs +0 -2
  151. package/dist/esm/serialization/resources/customers/types/CustomerInvitationRepresentative.d.mts +0 -12
  152. package/dist/esm/serialization/resources/customers/types/CustomerInvitationRepresentative.mjs +0 -8
@@ -0,0 +1,236 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry = void 0;
38
+ const core = __importStar(require("../../../../core/index.js"));
39
+ exports.CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry = core.serialization.enum_([
40
+ "US",
41
+ "AF",
42
+ "AL",
43
+ "DZ",
44
+ "AD",
45
+ "AO",
46
+ "AG",
47
+ "AR",
48
+ "AM",
49
+ "AU",
50
+ "AT",
51
+ "AZ",
52
+ "BS",
53
+ "BH",
54
+ "BD",
55
+ "BB",
56
+ "BY",
57
+ "BE",
58
+ "BZ",
59
+ "BJ",
60
+ "BT",
61
+ "BO",
62
+ "BA",
63
+ "BW",
64
+ "BR",
65
+ "BN",
66
+ "BG",
67
+ "BF",
68
+ "BI",
69
+ "CV",
70
+ "KH",
71
+ "CM",
72
+ "CA",
73
+ "CF",
74
+ "TD",
75
+ "CL",
76
+ "CN",
77
+ "CO",
78
+ "KM",
79
+ "CG",
80
+ "CD",
81
+ "CR",
82
+ "CI",
83
+ "HR",
84
+ "CU",
85
+ "CY",
86
+ "CZ",
87
+ "DK",
88
+ "DJ",
89
+ "DM",
90
+ "DO",
91
+ "EC",
92
+ "EG",
93
+ "SV",
94
+ "GQ",
95
+ "ER",
96
+ "EE",
97
+ "SZ",
98
+ "ET",
99
+ "FJ",
100
+ "FI",
101
+ "FR",
102
+ "GA",
103
+ "GM",
104
+ "GE",
105
+ "DE",
106
+ "GH",
107
+ "GR",
108
+ "GD",
109
+ "GT",
110
+ "GN",
111
+ "GW",
112
+ "GY",
113
+ "HT",
114
+ "VA",
115
+ "HN",
116
+ "HU",
117
+ "IS",
118
+ "IN",
119
+ "ID",
120
+ "IR",
121
+ "IQ",
122
+ "IE",
123
+ "IL",
124
+ "IT",
125
+ "JM",
126
+ "JP",
127
+ "JO",
128
+ "KZ",
129
+ "KE",
130
+ "KI",
131
+ "KP",
132
+ "KR",
133
+ "KW",
134
+ "KG",
135
+ "LA",
136
+ "LV",
137
+ "LB",
138
+ "LS",
139
+ "LR",
140
+ "LY",
141
+ "LI",
142
+ "LT",
143
+ "LU",
144
+ "MG",
145
+ "MW",
146
+ "MY",
147
+ "MV",
148
+ "ML",
149
+ "MT",
150
+ "MH",
151
+ "MR",
152
+ "MU",
153
+ "MX",
154
+ "FM",
155
+ "MD",
156
+ "MC",
157
+ "MN",
158
+ "ME",
159
+ "MA",
160
+ "MZ",
161
+ "MM",
162
+ "NA",
163
+ "NR",
164
+ "NP",
165
+ "NL",
166
+ "NZ",
167
+ "NI",
168
+ "NE",
169
+ "NG",
170
+ "MK",
171
+ "NO",
172
+ "OM",
173
+ "PK",
174
+ "PW",
175
+ "PS",
176
+ "PA",
177
+ "PG",
178
+ "PY",
179
+ "PE",
180
+ "PH",
181
+ "PL",
182
+ "PT",
183
+ "QA",
184
+ "RO",
185
+ "RU",
186
+ "RW",
187
+ "KN",
188
+ "LC",
189
+ "VC",
190
+ "WS",
191
+ "SM",
192
+ "ST",
193
+ "SA",
194
+ "SN",
195
+ "RS",
196
+ "SC",
197
+ "SL",
198
+ "SG",
199
+ "SK",
200
+ "SI",
201
+ "SB",
202
+ "SO",
203
+ "ZA",
204
+ "SS",
205
+ "ES",
206
+ "LK",
207
+ "SD",
208
+ "SR",
209
+ "SE",
210
+ "CH",
211
+ "SY",
212
+ "TW",
213
+ "TJ",
214
+ "TZ",
215
+ "TH",
216
+ "TL",
217
+ "TG",
218
+ "TO",
219
+ "TT",
220
+ "TN",
221
+ "TR",
222
+ "TM",
223
+ "TV",
224
+ "UG",
225
+ "UA",
226
+ "AE",
227
+ "GB",
228
+ "UY",
229
+ "UZ",
230
+ "VU",
231
+ "VE",
232
+ "VN",
233
+ "YE",
234
+ "ZM",
235
+ "ZW",
236
+ ]);
@@ -0,0 +1,7 @@
1
+ import type * as Natural from "../../../../api/index.js";
2
+ import * as core from "../../../../core/index.js";
3
+ import type * as serializers from "../../../index.js";
4
+ export declare const CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship: core.serialization.Schema<serializers.CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.Raw, Natural.CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship>;
5
+ export declare namespace CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship {
6
+ type Raw = "US" | "AF" | "AL" | "DZ" | "AD" | "AO" | "AG" | "AR" | "AM" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BT" | "BO" | "BA" | "BW" | "BR" | "BN" | "BG" | "BF" | "BI" | "CV" | "KH" | "CM" | "CA" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CG" | "CD" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "SZ" | "ET" | "FJ" | "FI" | "FR" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GT" | "GN" | "GW" | "GY" | "HT" | "VA" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IL" | "IT" | "JM" | "JP" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "MK" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "QA" | "RO" | "RU" | "RW" | "KN" | "LC" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SK" | "SI" | "SB" | "SO" | "ZA" | "SS" | "ES" | "LK" | "SD" | "SR" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "TV" | "UG" | "UA" | "AE" | "GB" | "UY" | "UZ" | "VU" | "VE" | "VN" | "YE" | "ZM" | "ZW";
7
+ }
@@ -0,0 +1,236 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship = void 0;
38
+ const core = __importStar(require("../../../../core/index.js"));
39
+ exports.CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship = core.serialization.enum_([
40
+ "US",
41
+ "AF",
42
+ "AL",
43
+ "DZ",
44
+ "AD",
45
+ "AO",
46
+ "AG",
47
+ "AR",
48
+ "AM",
49
+ "AU",
50
+ "AT",
51
+ "AZ",
52
+ "BS",
53
+ "BH",
54
+ "BD",
55
+ "BB",
56
+ "BY",
57
+ "BE",
58
+ "BZ",
59
+ "BJ",
60
+ "BT",
61
+ "BO",
62
+ "BA",
63
+ "BW",
64
+ "BR",
65
+ "BN",
66
+ "BG",
67
+ "BF",
68
+ "BI",
69
+ "CV",
70
+ "KH",
71
+ "CM",
72
+ "CA",
73
+ "CF",
74
+ "TD",
75
+ "CL",
76
+ "CN",
77
+ "CO",
78
+ "KM",
79
+ "CG",
80
+ "CD",
81
+ "CR",
82
+ "CI",
83
+ "HR",
84
+ "CU",
85
+ "CY",
86
+ "CZ",
87
+ "DK",
88
+ "DJ",
89
+ "DM",
90
+ "DO",
91
+ "EC",
92
+ "EG",
93
+ "SV",
94
+ "GQ",
95
+ "ER",
96
+ "EE",
97
+ "SZ",
98
+ "ET",
99
+ "FJ",
100
+ "FI",
101
+ "FR",
102
+ "GA",
103
+ "GM",
104
+ "GE",
105
+ "DE",
106
+ "GH",
107
+ "GR",
108
+ "GD",
109
+ "GT",
110
+ "GN",
111
+ "GW",
112
+ "GY",
113
+ "HT",
114
+ "VA",
115
+ "HN",
116
+ "HU",
117
+ "IS",
118
+ "IN",
119
+ "ID",
120
+ "IR",
121
+ "IQ",
122
+ "IE",
123
+ "IL",
124
+ "IT",
125
+ "JM",
126
+ "JP",
127
+ "JO",
128
+ "KZ",
129
+ "KE",
130
+ "KI",
131
+ "KP",
132
+ "KR",
133
+ "KW",
134
+ "KG",
135
+ "LA",
136
+ "LV",
137
+ "LB",
138
+ "LS",
139
+ "LR",
140
+ "LY",
141
+ "LI",
142
+ "LT",
143
+ "LU",
144
+ "MG",
145
+ "MW",
146
+ "MY",
147
+ "MV",
148
+ "ML",
149
+ "MT",
150
+ "MH",
151
+ "MR",
152
+ "MU",
153
+ "MX",
154
+ "FM",
155
+ "MD",
156
+ "MC",
157
+ "MN",
158
+ "ME",
159
+ "MA",
160
+ "MZ",
161
+ "MM",
162
+ "NA",
163
+ "NR",
164
+ "NP",
165
+ "NL",
166
+ "NZ",
167
+ "NI",
168
+ "NE",
169
+ "NG",
170
+ "MK",
171
+ "NO",
172
+ "OM",
173
+ "PK",
174
+ "PW",
175
+ "PS",
176
+ "PA",
177
+ "PG",
178
+ "PY",
179
+ "PE",
180
+ "PH",
181
+ "PL",
182
+ "PT",
183
+ "QA",
184
+ "RO",
185
+ "RU",
186
+ "RW",
187
+ "KN",
188
+ "LC",
189
+ "VC",
190
+ "WS",
191
+ "SM",
192
+ "ST",
193
+ "SA",
194
+ "SN",
195
+ "RS",
196
+ "SC",
197
+ "SL",
198
+ "SG",
199
+ "SK",
200
+ "SI",
201
+ "SB",
202
+ "SO",
203
+ "ZA",
204
+ "SS",
205
+ "ES",
206
+ "LK",
207
+ "SD",
208
+ "SR",
209
+ "SE",
210
+ "CH",
211
+ "SY",
212
+ "TW",
213
+ "TJ",
214
+ "TZ",
215
+ "TH",
216
+ "TL",
217
+ "TG",
218
+ "TO",
219
+ "TT",
220
+ "TN",
221
+ "TR",
222
+ "TM",
223
+ "TV",
224
+ "UG",
225
+ "UA",
226
+ "AE",
227
+ "GB",
228
+ "UY",
229
+ "UZ",
230
+ "VU",
231
+ "VE",
232
+ "VN",
233
+ "YE",
234
+ "ZM",
235
+ "ZW",
236
+ ]);
@@ -0,0 +1,7 @@
1
+ import type * as Natural from "../../../../api/index.js";
2
+ import * as core from "../../../../core/index.js";
3
+ import type * as serializers from "../../../index.js";
4
+ export declare const CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem: core.serialization.Schema<serializers.CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.Raw, Natural.CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem>;
5
+ export declare namespace CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem {
6
+ type Raw = "US" | "AF" | "AL" | "DZ" | "AD" | "AO" | "AG" | "AR" | "AM" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BT" | "BO" | "BA" | "BW" | "BR" | "BN" | "BG" | "BF" | "BI" | "CV" | "KH" | "CM" | "CA" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CG" | "CD" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "SZ" | "ET" | "FJ" | "FI" | "FR" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GT" | "GN" | "GW" | "GY" | "HT" | "VA" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IL" | "IT" | "JM" | "JP" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "MK" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "QA" | "RO" | "RU" | "RW" | "KN" | "LC" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SK" | "SI" | "SB" | "SO" | "ZA" | "SS" | "ES" | "LK" | "SD" | "SR" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "TV" | "UG" | "UA" | "AE" | "GB" | "UY" | "UZ" | "VU" | "VE" | "VN" | "YE" | "ZM" | "ZW";
7
+ }