@enfuce/nextgen-sdk 0.0.2 → 0.0.4

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 (251) hide show
  1. package/dist/authorisation-control/api.d.ts +0 -302
  2. package/dist/authorisation-control/api.js +10 -28
  3. package/dist/authorisation-control/base.d.ts +0 -24
  4. package/dist/authorisation-control/base.js +0 -19
  5. package/dist/authorisation-control/common.d.ts +4 -35
  6. package/dist/authorisation-control/common.js +16 -38
  7. package/dist/authorisation-control/configuration.d.ts +24 -17
  8. package/dist/authorisation-control/configuration.js +3 -3
  9. package/dist/card/api.d.ts +41 -740
  10. package/dist/card/api.js +38 -105
  11. package/dist/card/base.d.ts +0 -24
  12. package/dist/card/base.js +0 -19
  13. package/dist/card/common.d.ts +4 -35
  14. package/dist/card/common.js +16 -38
  15. package/dist/card/configuration.d.ts +24 -17
  16. package/dist/card/configuration.js +3 -3
  17. package/dist/cardholder/api.d.ts +959 -686
  18. package/dist/cardholder/api.js +783 -73
  19. package/dist/cardholder/base.d.ts +0 -24
  20. package/dist/cardholder/base.js +0 -19
  21. package/dist/cardholder/common.d.ts +4 -35
  22. package/dist/cardholder/common.js +16 -38
  23. package/dist/cardholder/configuration.d.ts +24 -17
  24. package/dist/cardholder/configuration.js +3 -3
  25. package/dist/cards/api.d.ts +0 -7
  26. package/dist/cards/api.js +2 -9
  27. package/dist/cards/base.d.ts +0 -24
  28. package/dist/cards/base.js +0 -19
  29. package/dist/cards/common.d.ts +4 -35
  30. package/dist/cards/common.js +16 -38
  31. package/dist/cards/configuration.d.ts +24 -17
  32. package/dist/cards/configuration.js +3 -3
  33. package/dist/clearing-file-copy/api.d.ts +0 -497
  34. package/dist/clearing-file-copy/api.js +12 -26
  35. package/dist/clearing-file-copy/base.d.ts +0 -24
  36. package/dist/clearing-file-copy/base.js +0 -19
  37. package/dist/clearing-file-copy/common.d.ts +4 -35
  38. package/dist/clearing-file-copy/common.js +16 -38
  39. package/dist/clearing-file-copy/configuration.d.ts +24 -17
  40. package/dist/clearing-file-copy/configuration.js +3 -3
  41. package/dist/esm/authorisation-control/api.d.ts +0 -302
  42. package/dist/esm/authorisation-control/api.js +10 -28
  43. package/dist/esm/authorisation-control/base.d.ts +0 -24
  44. package/dist/esm/authorisation-control/base.js +0 -19
  45. package/dist/esm/authorisation-control/common.d.ts +4 -35
  46. package/dist/esm/authorisation-control/common.js +14 -37
  47. package/dist/esm/authorisation-control/configuration.d.ts +24 -17
  48. package/dist/esm/authorisation-control/configuration.js +3 -3
  49. package/dist/esm/card/api.d.ts +41 -740
  50. package/dist/esm/card/api.js +38 -105
  51. package/dist/esm/card/base.d.ts +0 -24
  52. package/dist/esm/card/base.js +0 -19
  53. package/dist/esm/card/common.d.ts +4 -35
  54. package/dist/esm/card/common.js +14 -37
  55. package/dist/esm/card/configuration.d.ts +24 -17
  56. package/dist/esm/card/configuration.js +3 -3
  57. package/dist/esm/cardholder/api.d.ts +959 -686
  58. package/dist/esm/cardholder/api.js +782 -72
  59. package/dist/esm/cardholder/base.d.ts +0 -24
  60. package/dist/esm/cardholder/base.js +0 -19
  61. package/dist/esm/cardholder/common.d.ts +4 -35
  62. package/dist/esm/cardholder/common.js +14 -37
  63. package/dist/esm/cardholder/configuration.d.ts +24 -17
  64. package/dist/esm/cardholder/configuration.js +3 -3
  65. package/dist/esm/cards/api.d.ts +0 -7
  66. package/dist/esm/cards/api.js +2 -9
  67. package/dist/esm/cards/base.d.ts +0 -24
  68. package/dist/esm/cards/base.js +0 -19
  69. package/dist/esm/cards/common.d.ts +4 -35
  70. package/dist/esm/cards/common.js +14 -37
  71. package/dist/esm/cards/configuration.d.ts +24 -17
  72. package/dist/esm/cards/configuration.js +3 -3
  73. package/dist/esm/clearing-file-copy/api.d.ts +0 -497
  74. package/dist/esm/clearing-file-copy/api.js +12 -26
  75. package/dist/esm/clearing-file-copy/base.d.ts +0 -24
  76. package/dist/esm/clearing-file-copy/base.js +0 -19
  77. package/dist/esm/clearing-file-copy/common.d.ts +4 -35
  78. package/dist/esm/clearing-file-copy/common.js +14 -37
  79. package/dist/esm/clearing-file-copy/configuration.d.ts +24 -17
  80. package/dist/esm/clearing-file-copy/configuration.js +3 -3
  81. package/dist/esm/exchange-rate/api.d.ts +409 -0
  82. package/dist/esm/exchange-rate/api.js +403 -0
  83. package/dist/esm/exchange-rate/base.d.ts +42 -0
  84. package/dist/esm/exchange-rate/base.js +41 -0
  85. package/dist/esm/exchange-rate/common.d.ts +34 -0
  86. package/dist/esm/exchange-rate/common.js +126 -0
  87. package/dist/esm/exchange-rate/configuration.d.ts +98 -0
  88. package/dist/esm/exchange-rate/configuration.js +40 -0
  89. package/dist/esm/exchange-rate/index.d.ts +13 -0
  90. package/dist/esm/exchange-rate/index.js +15 -0
  91. package/dist/esm/index.d.ts +1 -0
  92. package/dist/esm/index.js +1 -0
  93. package/dist/esm/issuer-events/api.d.ts +639 -601
  94. package/dist/esm/issuer-events/api.js +520 -54
  95. package/dist/esm/issuer-events/base.d.ts +0 -24
  96. package/dist/esm/issuer-events/base.js +0 -19
  97. package/dist/esm/issuer-events/common.d.ts +4 -35
  98. package/dist/esm/issuer-events/common.js +14 -37
  99. package/dist/esm/issuer-events/configuration.d.ts +24 -17
  100. package/dist/esm/issuer-events/configuration.js +3 -3
  101. package/dist/esm/pin/api.d.ts +0 -76
  102. package/dist/esm/pin/api.js +3 -15
  103. package/dist/esm/pin/base.d.ts +0 -24
  104. package/dist/esm/pin/base.js +0 -19
  105. package/dist/esm/pin/common.d.ts +4 -35
  106. package/dist/esm/pin/common.js +14 -37
  107. package/dist/esm/pin/configuration.d.ts +24 -17
  108. package/dist/esm/pin/configuration.js +3 -3
  109. package/dist/esm/threeds/api.d.ts +0 -18
  110. package/dist/esm/threeds/api.js +1 -8
  111. package/dist/esm/threeds/base.d.ts +0 -24
  112. package/dist/esm/threeds/base.js +0 -19
  113. package/dist/esm/threeds/common.d.ts +4 -35
  114. package/dist/esm/threeds/common.js +14 -37
  115. package/dist/esm/threeds/configuration.d.ts +24 -17
  116. package/dist/esm/threeds/configuration.js +3 -3
  117. package/dist/esm/threeds-oob/api.d.ts +0 -90
  118. package/dist/esm/threeds-oob/api.js +2 -9
  119. package/dist/esm/threeds-oob/base.d.ts +0 -24
  120. package/dist/esm/threeds-oob/base.js +0 -19
  121. package/dist/esm/threeds-oob/common.d.ts +4 -35
  122. package/dist/esm/threeds-oob/common.js +14 -37
  123. package/dist/esm/threeds-oob/configuration.d.ts +24 -17
  124. package/dist/esm/threeds-oob/configuration.js +3 -3
  125. package/dist/esm/transaction-event/api.d.ts +0 -452
  126. package/dist/esm/transaction-event/api.js +11 -27
  127. package/dist/esm/transaction-event/base.d.ts +0 -24
  128. package/dist/esm/transaction-event/base.js +0 -19
  129. package/dist/esm/transaction-event/common.d.ts +4 -35
  130. package/dist/esm/transaction-event/common.js +14 -37
  131. package/dist/esm/transaction-event/configuration.d.ts +24 -17
  132. package/dist/esm/transaction-event/configuration.js +3 -3
  133. package/dist/esm/wallet/api.d.ts +0 -342
  134. package/dist/esm/wallet/api.js +29 -83
  135. package/dist/esm/wallet/base.d.ts +0 -24
  136. package/dist/esm/wallet/base.js +0 -19
  137. package/dist/esm/wallet/common.d.ts +4 -35
  138. package/dist/esm/wallet/common.js +14 -37
  139. package/dist/esm/wallet/configuration.d.ts +24 -17
  140. package/dist/esm/wallet/configuration.js +3 -3
  141. package/dist/exchange-rate/api.d.ts +409 -0
  142. package/dist/exchange-rate/api.js +418 -0
  143. package/dist/exchange-rate/base.d.ts +42 -0
  144. package/dist/exchange-rate/base.js +46 -0
  145. package/dist/exchange-rate/common.d.ts +34 -0
  146. package/dist/exchange-rate/common.js +139 -0
  147. package/dist/exchange-rate/configuration.d.ts +98 -0
  148. package/dist/exchange-rate/configuration.js +44 -0
  149. package/dist/exchange-rate/index.d.ts +13 -0
  150. package/dist/exchange-rate/index.js +31 -0
  151. package/dist/index.d.ts +1 -0
  152. package/dist/index.js +2 -1
  153. package/dist/issuer-events/api.d.ts +639 -601
  154. package/dist/issuer-events/api.js +521 -55
  155. package/dist/issuer-events/base.d.ts +0 -24
  156. package/dist/issuer-events/base.js +0 -19
  157. package/dist/issuer-events/common.d.ts +4 -35
  158. package/dist/issuer-events/common.js +16 -38
  159. package/dist/issuer-events/configuration.d.ts +24 -17
  160. package/dist/issuer-events/configuration.js +3 -3
  161. package/dist/pin/api.d.ts +0 -76
  162. package/dist/pin/api.js +3 -15
  163. package/dist/pin/base.d.ts +0 -24
  164. package/dist/pin/base.js +0 -19
  165. package/dist/pin/common.d.ts +4 -35
  166. package/dist/pin/common.js +16 -38
  167. package/dist/pin/configuration.d.ts +24 -17
  168. package/dist/pin/configuration.js +3 -3
  169. package/dist/threeds/api.d.ts +0 -18
  170. package/dist/threeds/api.js +1 -8
  171. package/dist/threeds/base.d.ts +0 -24
  172. package/dist/threeds/base.js +0 -19
  173. package/dist/threeds/common.d.ts +4 -35
  174. package/dist/threeds/common.js +16 -38
  175. package/dist/threeds/configuration.d.ts +24 -17
  176. package/dist/threeds/configuration.js +3 -3
  177. package/dist/threeds-oob/api.d.ts +0 -90
  178. package/dist/threeds-oob/api.js +2 -9
  179. package/dist/threeds-oob/base.d.ts +0 -24
  180. package/dist/threeds-oob/base.js +0 -19
  181. package/dist/threeds-oob/common.d.ts +4 -35
  182. package/dist/threeds-oob/common.js +16 -38
  183. package/dist/threeds-oob/configuration.d.ts +24 -17
  184. package/dist/threeds-oob/configuration.js +3 -3
  185. package/dist/transaction-event/api.d.ts +0 -452
  186. package/dist/transaction-event/api.js +11 -27
  187. package/dist/transaction-event/base.d.ts +0 -24
  188. package/dist/transaction-event/base.js +0 -19
  189. package/dist/transaction-event/common.d.ts +4 -35
  190. package/dist/transaction-event/common.js +16 -38
  191. package/dist/transaction-event/configuration.d.ts +24 -17
  192. package/dist/transaction-event/configuration.js +3 -3
  193. package/dist/wallet/api.d.ts +0 -342
  194. package/dist/wallet/api.js +29 -83
  195. package/dist/wallet/base.d.ts +0 -24
  196. package/dist/wallet/base.js +0 -19
  197. package/dist/wallet/common.d.ts +4 -35
  198. package/dist/wallet/common.js +16 -38
  199. package/dist/wallet/configuration.d.ts +24 -17
  200. package/dist/wallet/configuration.js +3 -3
  201. package/package.json +2 -2
  202. package/src/authorisation-control/api.ts +11 -314
  203. package/src/authorisation-control/base.ts +0 -24
  204. package/src/authorisation-control/common.ts +15 -38
  205. package/src/authorisation-control/configuration.ts +26 -20
  206. package/src/card/api.ts +80 -786
  207. package/src/card/base.ts +0 -24
  208. package/src/card/common.ts +15 -38
  209. package/src/card/configuration.ts +26 -20
  210. package/src/cardholder/api.ts +987 -714
  211. package/src/cardholder/base.ts +0 -24
  212. package/src/cardholder/common.ts +15 -38
  213. package/src/cardholder/configuration.ts +26 -20
  214. package/src/cards/api.ts +3 -11
  215. package/src/cards/base.ts +0 -24
  216. package/src/cards/common.ts +15 -38
  217. package/src/cards/configuration.ts +26 -20
  218. package/src/clearing-file-copy/api.ts +13 -510
  219. package/src/clearing-file-copy/base.ts +0 -24
  220. package/src/clearing-file-copy/common.ts +15 -38
  221. package/src/clearing-file-copy/configuration.ts +26 -20
  222. package/src/exchange-rate/api.ts +615 -0
  223. package/src/exchange-rate/base.ts +62 -0
  224. package/src/exchange-rate/common.ts +127 -0
  225. package/src/exchange-rate/configuration.ts +121 -0
  226. package/src/exchange-rate/index.ts +18 -0
  227. package/src/index.ts +1 -0
  228. package/src/issuer-events/api.ts +661 -628
  229. package/src/issuer-events/base.ts +0 -24
  230. package/src/issuer-events/common.ts +15 -38
  231. package/src/issuer-events/configuration.ts +26 -20
  232. package/src/pin/api.ts +4 -83
  233. package/src/pin/base.ts +0 -24
  234. package/src/pin/common.ts +15 -38
  235. package/src/pin/configuration.ts +26 -20
  236. package/src/threeds/api.ts +2 -22
  237. package/src/threeds/base.ts +0 -24
  238. package/src/threeds/common.ts +15 -38
  239. package/src/threeds/configuration.ts +26 -20
  240. package/src/threeds-oob/api.ts +3 -95
  241. package/src/threeds-oob/base.ts +0 -24
  242. package/src/threeds-oob/common.ts +15 -38
  243. package/src/threeds-oob/configuration.ts +26 -20
  244. package/src/transaction-event/api.ts +12 -464
  245. package/src/transaction-event/base.ts +0 -24
  246. package/src/transaction-event/common.ts +15 -38
  247. package/src/transaction-event/configuration.ts +26 -20
  248. package/src/wallet/api.ts +30 -377
  249. package/src/wallet/base.ts +0 -24
  250. package/src/wallet/common.ts +15 -38
  251. package/src/wallet/configuration.ts +26 -20
@@ -28,29 +28,23 @@ import { DUMMY_BASE_URL, assertParamExists, setSearchParams, serializeDataIfNeed
28
28
  import { BASE_PATH, BaseAPI, operationServerMap } from './base';
29
29
  /**
30
30
  * The wallets common name for authorization decision.
31
- * @export
32
- * @enum {string}
33
31
  */
34
32
  export const AuthorizationDecisionColor = {
35
33
  Green: 'GREEN',
36
34
  Yellow: 'YELLOW',
37
35
  Orange: 'ORANGE',
38
- Red: 'RED'
36
+ Red: 'RED',
39
37
  };
40
38
  /**
41
39
  * The type of card defined by this card configuration.
42
- * @export
43
- * @enum {string}
44
40
  */
45
41
  export const CardConfigurationType = {
46
42
  Debit: 'DEBIT',
47
43
  Credit: 'CREDIT',
48
- Combo: 'COMBO'
44
+ Combo: 'COMBO',
49
45
  };
50
46
  /**
51
47
  * Select the type of delivery you prefer for the new card being created. - MAIL - The card would be sent via mail services. - COURIER - The card would be sent via courier services. - CUSTOM_1–CUSTOM_5 - Custom delivery types that can be used for shipping methods agreed between the customer and the bureau.
52
- * @export
53
- * @enum {string}
54
48
  */
55
49
  export const CardDeliveryType = {
56
50
  Mail: 'MAIL',
@@ -59,30 +53,21 @@ export const CardDeliveryType = {
59
53
  Custom2: 'CUSTOM_2',
60
54
  Custom3: 'CUSTOM_3',
61
55
  Custom4: 'CUSTOM_4',
62
- Custom5: 'CUSTOM_5'
56
+ Custom5: 'CUSTOM_5',
63
57
  };
64
58
  /**
65
59
  * The role of the card. Multi application cards will have one main card and multiple card applications. Single cards will be treated as main cards.
66
- * @export
67
- * @enum {string}
68
60
  */
69
61
  export const CardRole = {
70
62
  MainCard: 'MAIN_CARD',
71
- CardApplication: 'CARD_APPLICATION'
63
+ CardApplication: 'CARD_APPLICATION',
72
64
  };
73
- /**
74
- *
75
- * @export
76
- * @enum {string}
77
- */
78
65
  export const CardScheme = {
79
66
  Mastercard: 'MASTERCARD',
80
- Visa: 'VISA'
67
+ Visa: 'VISA',
81
68
  };
82
69
  /**
83
70
  * - ACTIVE - Card is active and is enabled for normal usage. - BLOCKED - Card is temporarily blocked. - BLOCKED_SUSPECTED_FRAUD - Card is temporarily blocked due to suspected fraud. - CLOSED_DUE_TO_FRAUD - Card has been closed due to fraud. - CLOSED_LOST - Card has been closed due to being lost. - CLOSED_STOLEN - Card has been closed due to being stolen. - CLOSED - Card has been manually closed. - CLOSED_EXPIRED - Card has no active or initial card versions and cannot be used.
84
- * @export
85
- * @enum {string}
86
71
  */
87
72
  export const CardStatus = {
88
73
  Active: 'ACTIVE',
@@ -92,22 +77,524 @@ export const CardStatus = {
92
77
  ClosedLost: 'CLOSED_LOST',
93
78
  ClosedStolen: 'CLOSED_STOLEN',
94
79
  Closed: 'CLOSED',
95
- ClosedExpired: 'CLOSED_EXPIRED'
80
+ ClosedExpired: 'CLOSED_EXPIRED',
96
81
  };
97
82
  /**
98
83
  * - ACTIVE - The card is completely operational. You can perform all actions with the card. - INITIAL - The specific card version is awaiting activation. During this state, the card can have limited usage, such as being added to a digital wallet or cardholder can view the PIN (if it is a plastic card). However, in the INITIAL state, the card cannot be used for payments. - CLOSED - The previous versions of the card are no longer valid as a new version is activated or the card is closed.
99
- * @export
100
- * @enum {string}
101
84
  */
102
85
  export const CardVersionStatus = {
103
86
  Active: 'ACTIVE',
104
87
  Initial: 'INITIAL',
105
- Closed: 'CLOSED'
88
+ Closed: 'CLOSED',
89
+ };
90
+ export const CardholderEventNationalityEnum = {
91
+ Abw: 'ABW',
92
+ Afg: 'AFG',
93
+ Ago: 'AGO',
94
+ Aia: 'AIA',
95
+ Ala: 'ALA',
96
+ Alb: 'ALB',
97
+ And: 'AND',
98
+ Are: 'ARE',
99
+ Arg: 'ARG',
100
+ Arm: 'ARM',
101
+ Asm: 'ASM',
102
+ Ata: 'ATA',
103
+ Atf: 'ATF',
104
+ Atg: 'ATG',
105
+ Aus: 'AUS',
106
+ Aut: 'AUT',
107
+ Aze: 'AZE',
108
+ Bdi: 'BDI',
109
+ Bel: 'BEL',
110
+ Ben: 'BEN',
111
+ Bes: 'BES',
112
+ Bfa: 'BFA',
113
+ Bgd: 'BGD',
114
+ Bgr: 'BGR',
115
+ Bhr: 'BHR',
116
+ Bhs: 'BHS',
117
+ Bih: 'BIH',
118
+ Blm: 'BLM',
119
+ Blr: 'BLR',
120
+ Blz: 'BLZ',
121
+ Bmu: 'BMU',
122
+ Bol: 'BOL',
123
+ Bra: 'BRA',
124
+ Brb: 'BRB',
125
+ Brn: 'BRN',
126
+ Btn: 'BTN',
127
+ Bvt: 'BVT',
128
+ Bwa: 'BWA',
129
+ Caf: 'CAF',
130
+ Can: 'CAN',
131
+ Cck: 'CCK',
132
+ Che: 'CHE',
133
+ Chl: 'CHL',
134
+ Chn: 'CHN',
135
+ Civ: 'CIV',
136
+ Cmr: 'CMR',
137
+ Cod: 'COD',
138
+ Cog: 'COG',
139
+ Cok: 'COK',
140
+ Col: 'COL',
141
+ Com: 'COM',
142
+ Cpv: 'CPV',
143
+ Cri: 'CRI',
144
+ Cub: 'CUB',
145
+ Cuw: 'CUW',
146
+ Cxr: 'CXR',
147
+ Cym: 'CYM',
148
+ Cyp: 'CYP',
149
+ Cze: 'CZE',
150
+ Deu: 'DEU',
151
+ Dji: 'DJI',
152
+ Dma: 'DMA',
153
+ Dnk: 'DNK',
154
+ Dom: 'DOM',
155
+ Dza: 'DZA',
156
+ Ecu: 'ECU',
157
+ Egy: 'EGY',
158
+ Eri: 'ERI',
159
+ Esh: 'ESH',
160
+ Esp: 'ESP',
161
+ Est: 'EST',
162
+ Eth: 'ETH',
163
+ Fin: 'FIN',
164
+ Fji: 'FJI',
165
+ Flk: 'FLK',
166
+ Fra: 'FRA',
167
+ Fro: 'FRO',
168
+ Fsm: 'FSM',
169
+ Gab: 'GAB',
170
+ Gbr: 'GBR',
171
+ Geo: 'GEO',
172
+ Ggy: 'GGY',
173
+ Gha: 'GHA',
174
+ Gib: 'GIB',
175
+ Gin: 'GIN',
176
+ Glp: 'GLP',
177
+ Gmb: 'GMB',
178
+ Gnb: 'GNB',
179
+ Gnq: 'GNQ',
180
+ Grc: 'GRC',
181
+ Grd: 'GRD',
182
+ Grl: 'GRL',
183
+ Gtm: 'GTM',
184
+ Guf: 'GUF',
185
+ Gum: 'GUM',
186
+ Guy: 'GUY',
187
+ Hkg: 'HKG',
188
+ Hmd: 'HMD',
189
+ Hnd: 'HND',
190
+ Hrv: 'HRV',
191
+ Hti: 'HTI',
192
+ Hun: 'HUN',
193
+ Idn: 'IDN',
194
+ Imn: 'IMN',
195
+ Ind: 'IND',
196
+ Iot: 'IOT',
197
+ Irl: 'IRL',
198
+ Irn: 'IRN',
199
+ Irq: 'IRQ',
200
+ Isl: 'ISL',
201
+ Isr: 'ISR',
202
+ Ita: 'ITA',
203
+ Jam: 'JAM',
204
+ Jey: 'JEY',
205
+ Jor: 'JOR',
206
+ Jpn: 'JPN',
207
+ Kaz: 'KAZ',
208
+ Ken: 'KEN',
209
+ Kgz: 'KGZ',
210
+ Khm: 'KHM',
211
+ Kir: 'KIR',
212
+ Kna: 'KNA',
213
+ Kor: 'KOR',
214
+ Kwt: 'KWT',
215
+ Lao: 'LAO',
216
+ Lbn: 'LBN',
217
+ Lbr: 'LBR',
218
+ Lby: 'LBY',
219
+ Lca: 'LCA',
220
+ Lie: 'LIE',
221
+ Lka: 'LKA',
222
+ Lso: 'LSO',
223
+ Ltu: 'LTU',
224
+ Lux: 'LUX',
225
+ Lva: 'LVA',
226
+ Mac: 'MAC',
227
+ Maf: 'MAF',
228
+ Mar: 'MAR',
229
+ Mco: 'MCO',
230
+ Mda: 'MDA',
231
+ Mdg: 'MDG',
232
+ Mdv: 'MDV',
233
+ Mex: 'MEX',
234
+ Mhl: 'MHL',
235
+ Mkd: 'MKD',
236
+ Mli: 'MLI',
237
+ Mlt: 'MLT',
238
+ Mmr: 'MMR',
239
+ Mne: 'MNE',
240
+ Mng: 'MNG',
241
+ Mnp: 'MNP',
242
+ Moz: 'MOZ',
243
+ Mrt: 'MRT',
244
+ Msr: 'MSR',
245
+ Mtq: 'MTQ',
246
+ Mus: 'MUS',
247
+ Mwi: 'MWI',
248
+ Mys: 'MYS',
249
+ Myt: 'MYT',
250
+ Nam: 'NAM',
251
+ Ncl: 'NCL',
252
+ Ner: 'NER',
253
+ Nfk: 'NFK',
254
+ Nga: 'NGA',
255
+ Nic: 'NIC',
256
+ Niu: 'NIU',
257
+ Nld: 'NLD',
258
+ Nor: 'NOR',
259
+ Npl: 'NPL',
260
+ Nru: 'NRU',
261
+ Nzl: 'NZL',
262
+ Omn: 'OMN',
263
+ Pak: 'PAK',
264
+ Pan: 'PAN',
265
+ Pcn: 'PCN',
266
+ Per: 'PER',
267
+ Phl: 'PHL',
268
+ Plw: 'PLW',
269
+ Png: 'PNG',
270
+ Pol: 'POL',
271
+ Pri: 'PRI',
272
+ Prk: 'PRK',
273
+ Prt: 'PRT',
274
+ Pry: 'PRY',
275
+ Pse: 'PSE',
276
+ Pyf: 'PYF',
277
+ Qat: 'QAT',
278
+ Reu: 'REU',
279
+ Rou: 'ROU',
280
+ Rus: 'RUS',
281
+ Rwa: 'RWA',
282
+ Sau: 'SAU',
283
+ Sdn: 'SDN',
284
+ Sen: 'SEN',
285
+ Sgp: 'SGP',
286
+ Sgs: 'SGS',
287
+ Shn: 'SHN',
288
+ Sjm: 'SJM',
289
+ Slb: 'SLB',
290
+ Sle: 'SLE',
291
+ Slv: 'SLV',
292
+ Smr: 'SMR',
293
+ Som: 'SOM',
294
+ Spm: 'SPM',
295
+ Srb: 'SRB',
296
+ Ssd: 'SSD',
297
+ Stp: 'STP',
298
+ Sur: 'SUR',
299
+ Svk: 'SVK',
300
+ Svn: 'SVN',
301
+ Swe: 'SWE',
302
+ Swz: 'SWZ',
303
+ Sxm: 'SXM',
304
+ Syc: 'SYC',
305
+ Syr: 'SYR',
306
+ Tca: 'TCA',
307
+ Tcd: 'TCD',
308
+ Tgo: 'TGO',
309
+ Tha: 'THA',
310
+ Tjk: 'TJK',
311
+ Tkl: 'TKL',
312
+ Tkm: 'TKM',
313
+ Tls: 'TLS',
314
+ Ton: 'TON',
315
+ Tto: 'TTO',
316
+ Tun: 'TUN',
317
+ Tur: 'TUR',
318
+ Tuv: 'TUV',
319
+ Twn: 'TWN',
320
+ Tza: 'TZA',
321
+ Uga: 'UGA',
322
+ Ukr: 'UKR',
323
+ Umi: 'UMI',
324
+ Ury: 'URY',
325
+ Usa: 'USA',
326
+ Uzb: 'UZB',
327
+ Vat: 'VAT',
328
+ Vct: 'VCT',
329
+ Ven: 'VEN',
330
+ Vgb: 'VGB',
331
+ Vir: 'VIR',
332
+ Vnm: 'VNM',
333
+ Vut: 'VUT',
334
+ Wlf: 'WLF',
335
+ Wsm: 'WSM',
336
+ Yem: 'YEM',
337
+ Zaf: 'ZAF',
338
+ Zmb: 'ZMB',
339
+ Zwe: 'ZWE',
340
+ Xkx: 'XKX',
341
+ Xxx: 'XXX',
342
+ };
343
+ export const CardholderResponseNationalityEnum = {
344
+ Abw: 'ABW',
345
+ Afg: 'AFG',
346
+ Ago: 'AGO',
347
+ Aia: 'AIA',
348
+ Ala: 'ALA',
349
+ Alb: 'ALB',
350
+ And: 'AND',
351
+ Are: 'ARE',
352
+ Arg: 'ARG',
353
+ Arm: 'ARM',
354
+ Asm: 'ASM',
355
+ Ata: 'ATA',
356
+ Atf: 'ATF',
357
+ Atg: 'ATG',
358
+ Aus: 'AUS',
359
+ Aut: 'AUT',
360
+ Aze: 'AZE',
361
+ Bdi: 'BDI',
362
+ Bel: 'BEL',
363
+ Ben: 'BEN',
364
+ Bes: 'BES',
365
+ Bfa: 'BFA',
366
+ Bgd: 'BGD',
367
+ Bgr: 'BGR',
368
+ Bhr: 'BHR',
369
+ Bhs: 'BHS',
370
+ Bih: 'BIH',
371
+ Blm: 'BLM',
372
+ Blr: 'BLR',
373
+ Blz: 'BLZ',
374
+ Bmu: 'BMU',
375
+ Bol: 'BOL',
376
+ Bra: 'BRA',
377
+ Brb: 'BRB',
378
+ Brn: 'BRN',
379
+ Btn: 'BTN',
380
+ Bvt: 'BVT',
381
+ Bwa: 'BWA',
382
+ Caf: 'CAF',
383
+ Can: 'CAN',
384
+ Cck: 'CCK',
385
+ Che: 'CHE',
386
+ Chl: 'CHL',
387
+ Chn: 'CHN',
388
+ Civ: 'CIV',
389
+ Cmr: 'CMR',
390
+ Cod: 'COD',
391
+ Cog: 'COG',
392
+ Cok: 'COK',
393
+ Col: 'COL',
394
+ Com: 'COM',
395
+ Cpv: 'CPV',
396
+ Cri: 'CRI',
397
+ Cub: 'CUB',
398
+ Cuw: 'CUW',
399
+ Cxr: 'CXR',
400
+ Cym: 'CYM',
401
+ Cyp: 'CYP',
402
+ Cze: 'CZE',
403
+ Deu: 'DEU',
404
+ Dji: 'DJI',
405
+ Dma: 'DMA',
406
+ Dnk: 'DNK',
407
+ Dom: 'DOM',
408
+ Dza: 'DZA',
409
+ Ecu: 'ECU',
410
+ Egy: 'EGY',
411
+ Eri: 'ERI',
412
+ Esh: 'ESH',
413
+ Esp: 'ESP',
414
+ Est: 'EST',
415
+ Eth: 'ETH',
416
+ Fin: 'FIN',
417
+ Fji: 'FJI',
418
+ Flk: 'FLK',
419
+ Fra: 'FRA',
420
+ Fro: 'FRO',
421
+ Fsm: 'FSM',
422
+ Gab: 'GAB',
423
+ Gbr: 'GBR',
424
+ Geo: 'GEO',
425
+ Ggy: 'GGY',
426
+ Gha: 'GHA',
427
+ Gib: 'GIB',
428
+ Gin: 'GIN',
429
+ Glp: 'GLP',
430
+ Gmb: 'GMB',
431
+ Gnb: 'GNB',
432
+ Gnq: 'GNQ',
433
+ Grc: 'GRC',
434
+ Grd: 'GRD',
435
+ Grl: 'GRL',
436
+ Gtm: 'GTM',
437
+ Guf: 'GUF',
438
+ Gum: 'GUM',
439
+ Guy: 'GUY',
440
+ Hkg: 'HKG',
441
+ Hmd: 'HMD',
442
+ Hnd: 'HND',
443
+ Hrv: 'HRV',
444
+ Hti: 'HTI',
445
+ Hun: 'HUN',
446
+ Idn: 'IDN',
447
+ Imn: 'IMN',
448
+ Ind: 'IND',
449
+ Iot: 'IOT',
450
+ Irl: 'IRL',
451
+ Irn: 'IRN',
452
+ Irq: 'IRQ',
453
+ Isl: 'ISL',
454
+ Isr: 'ISR',
455
+ Ita: 'ITA',
456
+ Jam: 'JAM',
457
+ Jey: 'JEY',
458
+ Jor: 'JOR',
459
+ Jpn: 'JPN',
460
+ Kaz: 'KAZ',
461
+ Ken: 'KEN',
462
+ Kgz: 'KGZ',
463
+ Khm: 'KHM',
464
+ Kir: 'KIR',
465
+ Kna: 'KNA',
466
+ Kor: 'KOR',
467
+ Kwt: 'KWT',
468
+ Lao: 'LAO',
469
+ Lbn: 'LBN',
470
+ Lbr: 'LBR',
471
+ Lby: 'LBY',
472
+ Lca: 'LCA',
473
+ Lie: 'LIE',
474
+ Lka: 'LKA',
475
+ Lso: 'LSO',
476
+ Ltu: 'LTU',
477
+ Lux: 'LUX',
478
+ Lva: 'LVA',
479
+ Mac: 'MAC',
480
+ Maf: 'MAF',
481
+ Mar: 'MAR',
482
+ Mco: 'MCO',
483
+ Mda: 'MDA',
484
+ Mdg: 'MDG',
485
+ Mdv: 'MDV',
486
+ Mex: 'MEX',
487
+ Mhl: 'MHL',
488
+ Mkd: 'MKD',
489
+ Mli: 'MLI',
490
+ Mlt: 'MLT',
491
+ Mmr: 'MMR',
492
+ Mne: 'MNE',
493
+ Mng: 'MNG',
494
+ Mnp: 'MNP',
495
+ Moz: 'MOZ',
496
+ Mrt: 'MRT',
497
+ Msr: 'MSR',
498
+ Mtq: 'MTQ',
499
+ Mus: 'MUS',
500
+ Mwi: 'MWI',
501
+ Mys: 'MYS',
502
+ Myt: 'MYT',
503
+ Nam: 'NAM',
504
+ Ncl: 'NCL',
505
+ Ner: 'NER',
506
+ Nfk: 'NFK',
507
+ Nga: 'NGA',
508
+ Nic: 'NIC',
509
+ Niu: 'NIU',
510
+ Nld: 'NLD',
511
+ Nor: 'NOR',
512
+ Npl: 'NPL',
513
+ Nru: 'NRU',
514
+ Nzl: 'NZL',
515
+ Omn: 'OMN',
516
+ Pak: 'PAK',
517
+ Pan: 'PAN',
518
+ Pcn: 'PCN',
519
+ Per: 'PER',
520
+ Phl: 'PHL',
521
+ Plw: 'PLW',
522
+ Png: 'PNG',
523
+ Pol: 'POL',
524
+ Pri: 'PRI',
525
+ Prk: 'PRK',
526
+ Prt: 'PRT',
527
+ Pry: 'PRY',
528
+ Pse: 'PSE',
529
+ Pyf: 'PYF',
530
+ Qat: 'QAT',
531
+ Reu: 'REU',
532
+ Rou: 'ROU',
533
+ Rus: 'RUS',
534
+ Rwa: 'RWA',
535
+ Sau: 'SAU',
536
+ Sdn: 'SDN',
537
+ Sen: 'SEN',
538
+ Sgp: 'SGP',
539
+ Sgs: 'SGS',
540
+ Shn: 'SHN',
541
+ Sjm: 'SJM',
542
+ Slb: 'SLB',
543
+ Sle: 'SLE',
544
+ Slv: 'SLV',
545
+ Smr: 'SMR',
546
+ Som: 'SOM',
547
+ Spm: 'SPM',
548
+ Srb: 'SRB',
549
+ Ssd: 'SSD',
550
+ Stp: 'STP',
551
+ Sur: 'SUR',
552
+ Svk: 'SVK',
553
+ Svn: 'SVN',
554
+ Swe: 'SWE',
555
+ Swz: 'SWZ',
556
+ Sxm: 'SXM',
557
+ Syc: 'SYC',
558
+ Syr: 'SYR',
559
+ Tca: 'TCA',
560
+ Tcd: 'TCD',
561
+ Tgo: 'TGO',
562
+ Tha: 'THA',
563
+ Tjk: 'TJK',
564
+ Tkl: 'TKL',
565
+ Tkm: 'TKM',
566
+ Tls: 'TLS',
567
+ Ton: 'TON',
568
+ Tto: 'TTO',
569
+ Tun: 'TUN',
570
+ Tur: 'TUR',
571
+ Tuv: 'TUV',
572
+ Twn: 'TWN',
573
+ Tza: 'TZA',
574
+ Uga: 'UGA',
575
+ Ukr: 'UKR',
576
+ Umi: 'UMI',
577
+ Ury: 'URY',
578
+ Usa: 'USA',
579
+ Uzb: 'UZB',
580
+ Vat: 'VAT',
581
+ Vct: 'VCT',
582
+ Ven: 'VEN',
583
+ Vgb: 'VGB',
584
+ Vir: 'VIR',
585
+ Vnm: 'VNM',
586
+ Vut: 'VUT',
587
+ Wlf: 'WLF',
588
+ Wsm: 'WSM',
589
+ Yem: 'YEM',
590
+ Zaf: 'ZAF',
591
+ Zmb: 'ZMB',
592
+ Zwe: 'ZWE',
593
+ Xkx: 'XKX',
594
+ Xxx: 'XXX',
106
595
  };
107
596
  /**
108
597
  * ISO 3166-1 alpha-3 country codes. XKX is used for the Kosovo.
109
- * @export
110
- * @enum {string}
111
598
  */
112
599
  export const CountryCodesAlpha3 = {
113
600
  Abw: 'ABW',
@@ -359,12 +846,10 @@ export const CountryCodesAlpha3 = {
359
846
  Zaf: 'ZAF',
360
847
  Zmb: 'ZMB',
361
848
  Zwe: 'ZWE',
362
- Xkx: 'XKX'
849
+ Xkx: 'XKX',
363
850
  };
364
851
  /**
365
852
  * Cardholder\'s language and country code in RFC 5646 format. Temporary for backwards compatibility, the API also accepts legacy underscore values such as en_GB, but will be removed in future releases. Responses and events always use the RFC 5646 hyphenated format.
366
- * @export
367
- * @enum {string}
368
853
  */
369
854
  export const Locale = {
370
855
  AfZa: 'af-ZA',
@@ -646,66 +1131,55 @@ export const Locale = {
646
1131
  ZhMo2: 'zh_MO',
647
1132
  ZhSg2: 'zh_SG',
648
1133
  ZhTw2: 'zh_TW',
649
- ZuZa2: 'zu_ZA'
1134
+ ZuZa2: 'zu_ZA',
650
1135
  };
651
1136
  /**
652
1137
  * Select the type of delivery you prefer for sending the card PIN. - MAIL - The card PIN would be sent via mail services. - COURIER - The card PIN would be sent via courier services. - EPIN - The card PIN would be sent digitally.
653
- * @export
654
- * @enum {string}
655
1138
  */
656
1139
  export const PinDeliveryType = {
657
1140
  Mail: 'MAIL',
658
1141
  Courier: 'COURIER',
659
- Epin: 'EPIN'
1142
+ Epin: 'EPIN',
660
1143
  };
661
1144
  /**
662
1145
  * - GENERATED - A pin has been randomly generated for the card. - WAITING - A pin is waiting to be set on the card. - SET - A pin has been manually set on the card. - INHERITED - For card applications only. The pin status is inherited from the main card.
663
- * @export
664
- * @enum {string}
665
1146
  */
666
1147
  export const PinStatus = {
667
1148
  Generated: 'GENERATED',
668
1149
  Waiting: 'WAITING',
669
1150
  Set: 'SET',
670
- Inherited: 'INHERITED'
1151
+ Inherited: 'INHERITED',
671
1152
  };
672
1153
  /**
673
1154
  * Risk assessment score of the customer: - High - High-risk customer - Med - Medium-risk customer - Low - Low-risk customer - Pep - Politically Exposed Person (PEP) - Prohibited - Customer sanctioned or outside of risk appetite If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
674
- * @export
675
- * @enum {string}
676
1155
  */
677
1156
  export const RiskScore = {
678
1157
  High: 'High',
679
1158
  Med: 'Med',
680
1159
  Low: 'Low',
681
1160
  Pep: 'Pep',
682
- Prohibited: 'Prohibited'
1161
+ Prohibited: 'Prohibited',
683
1162
  };
684
1163
  /**
685
1164
  * Code of the wallet provider or merchant that requested the token (APPLE_PAY /GOOGLE_PAY/SAMSUNG_PAY/OTHER). OTHER is used for tokens not linked to a wallet provider, such as merchant tokens (credential-on-file, subscription payments) or cloud tokens (e.g., Mastercard APANs).
686
- * @export
687
- * @enum {string}
688
1165
  */
689
1166
  export const TokenRequestor = {
690
1167
  ApplePay: 'APPLE_PAY',
691
1168
  GooglePay: 'GOOGLE_PAY',
692
1169
  SamsungPay: 'SAMSUNG_PAY',
693
- Other: 'OTHER'
1170
+ Other: 'OTHER',
694
1171
  };
695
1172
  /**
696
1173
  * Current status of the token: - ACTIVE - Available for payments - DEACTIVATED - Permanently deactivated - INACTIVE - Waiting for activation - SUSPENDED - Temporarily not available for payments
697
- * @export
698
- * @enum {string}
699
1174
  */
700
1175
  export const TokenStatus = {
701
1176
  Active: 'ACTIVE',
702
1177
  Deactivated: 'DEACTIVATED',
703
1178
  Inactive: 'INACTIVE',
704
- Suspended: 'SUSPENDED'
1179
+ Suspended: 'SUSPENDED',
705
1180
  };
706
1181
  /**
707
1182
  * IssuerEventWebhooksApi - axios parameter creator
708
- * @export
709
1183
  */
710
1184
  export const IssuerEventWebhooksApiAxiosParamCreator = function (configuration) {
711
1185
  return {
@@ -803,7 +1277,6 @@ export const IssuerEventWebhooksApiAxiosParamCreator = function (configuration)
803
1277
  };
804
1278
  /**
805
1279
  * IssuerEventWebhooksApi - functional programming interface
806
- * @export
807
1280
  */
808
1281
  export const IssuerEventWebhooksApiFp = function (configuration) {
809
1282
  const localVarAxiosParamCreator = IssuerEventWebhooksApiAxiosParamCreator(configuration);
@@ -860,7 +1333,6 @@ export const IssuerEventWebhooksApiFp = function (configuration) {
860
1333
  };
861
1334
  /**
862
1335
  * IssuerEventWebhooksApi - factory interface
863
- * @export
864
1336
  */
865
1337
  export const IssuerEventWebhooksApiFactory = function (configuration, basePath, axios) {
866
1338
  const localVarFp = IssuerEventWebhooksApiFp(configuration);
@@ -899,9 +1371,6 @@ export const IssuerEventWebhooksApiFactory = function (configuration, basePath,
899
1371
  };
900
1372
  /**
901
1373
  * IssuerEventWebhooksApi - object-oriented interface
902
- * @export
903
- * @class IssuerEventWebhooksApi
904
- * @extends {BaseAPI}
905
1374
  */
906
1375
  export class IssuerEventWebhooksApi extends BaseAPI {
907
1376
  /**
@@ -910,7 +1379,6 @@ export class IssuerEventWebhooksApi extends BaseAPI {
910
1379
  * @param {CardEvent} cardEvent Card event
911
1380
  * @param {*} [options] Override http request option.
912
1381
  * @throws {RequiredError}
913
- * @memberof IssuerEventWebhooksApi
914
1382
  */
915
1383
  cardEvent(cardEvent, options) {
916
1384
  return IssuerEventWebhooksApiFp(this.configuration).cardEvent(cardEvent, options).then((request) => request(this.axios, this.basePath));
@@ -921,7 +1389,6 @@ export class IssuerEventWebhooksApi extends BaseAPI {
921
1389
  * @param {CardholderEvent} cardholderEvent Cardholder event
922
1390
  * @param {*} [options] Override http request option.
923
1391
  * @throws {RequiredError}
924
- * @memberof IssuerEventWebhooksApi
925
1392
  */
926
1393
  cardholderEvent(cardholderEvent, options) {
927
1394
  return IssuerEventWebhooksApiFp(this.configuration).cardholderEvent(cardholderEvent, options).then((request) => request(this.axios, this.basePath));
@@ -932,7 +1399,6 @@ export class IssuerEventWebhooksApi extends BaseAPI {
932
1399
  * @param {TokenEvent} tokenEvent Token event
933
1400
  * @param {*} [options] Override http request option.
934
1401
  * @throws {RequiredError}
935
- * @memberof IssuerEventWebhooksApi
936
1402
  */
937
1403
  tokenEvent(tokenEvent, options) {
938
1404
  return IssuerEventWebhooksApiFp(this.configuration).tokenEvent(tokenEvent, options).then((request) => request(this.axios, this.basePath));