@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
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
22
22
  });
23
23
  };
24
24
  Object.defineProperty(exports, "__esModule", { value: true });
25
- exports.IssuerEventWebhooksApi = exports.IssuerEventWebhooksApiFactory = exports.IssuerEventWebhooksApiFp = exports.IssuerEventWebhooksApiAxiosParamCreator = exports.TokenStatus = exports.TokenRequestor = exports.RiskScore = exports.PinStatus = exports.PinDeliveryType = exports.Locale = exports.CountryCodesAlpha3 = exports.CardVersionStatus = exports.CardStatus = exports.CardScheme = exports.CardRole = exports.CardDeliveryType = exports.CardConfigurationType = exports.AuthorizationDecisionColor = void 0;
25
+ exports.IssuerEventWebhooksApi = exports.IssuerEventWebhooksApiFactory = exports.IssuerEventWebhooksApiFp = exports.IssuerEventWebhooksApiAxiosParamCreator = exports.TokenStatus = exports.TokenRequestor = exports.RiskScore = exports.PinStatus = exports.PinDeliveryType = exports.Locale = exports.CountryCodesAlpha3 = exports.CardholderResponseNationalityEnum = exports.CardholderEventNationalityEnum = exports.CardVersionStatus = exports.CardStatus = exports.CardScheme = exports.CardRole = exports.CardDeliveryType = exports.CardConfigurationType = exports.AuthorizationDecisionColor = void 0;
26
26
  const axios_1 = require("axios");
27
27
  // Some imports not used depending on template conditions
28
28
  // @ts-ignore
@@ -31,29 +31,23 @@ const common_1 = require("./common");
31
31
  const base_1 = require("./base");
32
32
  /**
33
33
  * The wallets common name for authorization decision.
34
- * @export
35
- * @enum {string}
36
34
  */
37
35
  exports.AuthorizationDecisionColor = {
38
36
  Green: 'GREEN',
39
37
  Yellow: 'YELLOW',
40
38
  Orange: 'ORANGE',
41
- Red: 'RED'
39
+ Red: 'RED',
42
40
  };
43
41
  /**
44
42
  * The type of card defined by this card configuration.
45
- * @export
46
- * @enum {string}
47
43
  */
48
44
  exports.CardConfigurationType = {
49
45
  Debit: 'DEBIT',
50
46
  Credit: 'CREDIT',
51
- Combo: 'COMBO'
47
+ Combo: 'COMBO',
52
48
  };
53
49
  /**
54
50
  * 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.
55
- * @export
56
- * @enum {string}
57
51
  */
58
52
  exports.CardDeliveryType = {
59
53
  Mail: 'MAIL',
@@ -62,30 +56,21 @@ exports.CardDeliveryType = {
62
56
  Custom2: 'CUSTOM_2',
63
57
  Custom3: 'CUSTOM_3',
64
58
  Custom4: 'CUSTOM_4',
65
- Custom5: 'CUSTOM_5'
59
+ Custom5: 'CUSTOM_5',
66
60
  };
67
61
  /**
68
62
  * 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.
69
- * @export
70
- * @enum {string}
71
63
  */
72
64
  exports.CardRole = {
73
65
  MainCard: 'MAIN_CARD',
74
- CardApplication: 'CARD_APPLICATION'
66
+ CardApplication: 'CARD_APPLICATION',
75
67
  };
76
- /**
77
- *
78
- * @export
79
- * @enum {string}
80
- */
81
68
  exports.CardScheme = {
82
69
  Mastercard: 'MASTERCARD',
83
- Visa: 'VISA'
70
+ Visa: 'VISA',
84
71
  };
85
72
  /**
86
73
  * - 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.
87
- * @export
88
- * @enum {string}
89
74
  */
90
75
  exports.CardStatus = {
91
76
  Active: 'ACTIVE',
@@ -95,22 +80,524 @@ exports.CardStatus = {
95
80
  ClosedLost: 'CLOSED_LOST',
96
81
  ClosedStolen: 'CLOSED_STOLEN',
97
82
  Closed: 'CLOSED',
98
- ClosedExpired: 'CLOSED_EXPIRED'
83
+ ClosedExpired: 'CLOSED_EXPIRED',
99
84
  };
100
85
  /**
101
86
  * - 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.
102
- * @export
103
- * @enum {string}
104
87
  */
105
88
  exports.CardVersionStatus = {
106
89
  Active: 'ACTIVE',
107
90
  Initial: 'INITIAL',
108
- Closed: 'CLOSED'
91
+ Closed: 'CLOSED',
92
+ };
93
+ exports.CardholderEventNationalityEnum = {
94
+ Abw: 'ABW',
95
+ Afg: 'AFG',
96
+ Ago: 'AGO',
97
+ Aia: 'AIA',
98
+ Ala: 'ALA',
99
+ Alb: 'ALB',
100
+ And: 'AND',
101
+ Are: 'ARE',
102
+ Arg: 'ARG',
103
+ Arm: 'ARM',
104
+ Asm: 'ASM',
105
+ Ata: 'ATA',
106
+ Atf: 'ATF',
107
+ Atg: 'ATG',
108
+ Aus: 'AUS',
109
+ Aut: 'AUT',
110
+ Aze: 'AZE',
111
+ Bdi: 'BDI',
112
+ Bel: 'BEL',
113
+ Ben: 'BEN',
114
+ Bes: 'BES',
115
+ Bfa: 'BFA',
116
+ Bgd: 'BGD',
117
+ Bgr: 'BGR',
118
+ Bhr: 'BHR',
119
+ Bhs: 'BHS',
120
+ Bih: 'BIH',
121
+ Blm: 'BLM',
122
+ Blr: 'BLR',
123
+ Blz: 'BLZ',
124
+ Bmu: 'BMU',
125
+ Bol: 'BOL',
126
+ Bra: 'BRA',
127
+ Brb: 'BRB',
128
+ Brn: 'BRN',
129
+ Btn: 'BTN',
130
+ Bvt: 'BVT',
131
+ Bwa: 'BWA',
132
+ Caf: 'CAF',
133
+ Can: 'CAN',
134
+ Cck: 'CCK',
135
+ Che: 'CHE',
136
+ Chl: 'CHL',
137
+ Chn: 'CHN',
138
+ Civ: 'CIV',
139
+ Cmr: 'CMR',
140
+ Cod: 'COD',
141
+ Cog: 'COG',
142
+ Cok: 'COK',
143
+ Col: 'COL',
144
+ Com: 'COM',
145
+ Cpv: 'CPV',
146
+ Cri: 'CRI',
147
+ Cub: 'CUB',
148
+ Cuw: 'CUW',
149
+ Cxr: 'CXR',
150
+ Cym: 'CYM',
151
+ Cyp: 'CYP',
152
+ Cze: 'CZE',
153
+ Deu: 'DEU',
154
+ Dji: 'DJI',
155
+ Dma: 'DMA',
156
+ Dnk: 'DNK',
157
+ Dom: 'DOM',
158
+ Dza: 'DZA',
159
+ Ecu: 'ECU',
160
+ Egy: 'EGY',
161
+ Eri: 'ERI',
162
+ Esh: 'ESH',
163
+ Esp: 'ESP',
164
+ Est: 'EST',
165
+ Eth: 'ETH',
166
+ Fin: 'FIN',
167
+ Fji: 'FJI',
168
+ Flk: 'FLK',
169
+ Fra: 'FRA',
170
+ Fro: 'FRO',
171
+ Fsm: 'FSM',
172
+ Gab: 'GAB',
173
+ Gbr: 'GBR',
174
+ Geo: 'GEO',
175
+ Ggy: 'GGY',
176
+ Gha: 'GHA',
177
+ Gib: 'GIB',
178
+ Gin: 'GIN',
179
+ Glp: 'GLP',
180
+ Gmb: 'GMB',
181
+ Gnb: 'GNB',
182
+ Gnq: 'GNQ',
183
+ Grc: 'GRC',
184
+ Grd: 'GRD',
185
+ Grl: 'GRL',
186
+ Gtm: 'GTM',
187
+ Guf: 'GUF',
188
+ Gum: 'GUM',
189
+ Guy: 'GUY',
190
+ Hkg: 'HKG',
191
+ Hmd: 'HMD',
192
+ Hnd: 'HND',
193
+ Hrv: 'HRV',
194
+ Hti: 'HTI',
195
+ Hun: 'HUN',
196
+ Idn: 'IDN',
197
+ Imn: 'IMN',
198
+ Ind: 'IND',
199
+ Iot: 'IOT',
200
+ Irl: 'IRL',
201
+ Irn: 'IRN',
202
+ Irq: 'IRQ',
203
+ Isl: 'ISL',
204
+ Isr: 'ISR',
205
+ Ita: 'ITA',
206
+ Jam: 'JAM',
207
+ Jey: 'JEY',
208
+ Jor: 'JOR',
209
+ Jpn: 'JPN',
210
+ Kaz: 'KAZ',
211
+ Ken: 'KEN',
212
+ Kgz: 'KGZ',
213
+ Khm: 'KHM',
214
+ Kir: 'KIR',
215
+ Kna: 'KNA',
216
+ Kor: 'KOR',
217
+ Kwt: 'KWT',
218
+ Lao: 'LAO',
219
+ Lbn: 'LBN',
220
+ Lbr: 'LBR',
221
+ Lby: 'LBY',
222
+ Lca: 'LCA',
223
+ Lie: 'LIE',
224
+ Lka: 'LKA',
225
+ Lso: 'LSO',
226
+ Ltu: 'LTU',
227
+ Lux: 'LUX',
228
+ Lva: 'LVA',
229
+ Mac: 'MAC',
230
+ Maf: 'MAF',
231
+ Mar: 'MAR',
232
+ Mco: 'MCO',
233
+ Mda: 'MDA',
234
+ Mdg: 'MDG',
235
+ Mdv: 'MDV',
236
+ Mex: 'MEX',
237
+ Mhl: 'MHL',
238
+ Mkd: 'MKD',
239
+ Mli: 'MLI',
240
+ Mlt: 'MLT',
241
+ Mmr: 'MMR',
242
+ Mne: 'MNE',
243
+ Mng: 'MNG',
244
+ Mnp: 'MNP',
245
+ Moz: 'MOZ',
246
+ Mrt: 'MRT',
247
+ Msr: 'MSR',
248
+ Mtq: 'MTQ',
249
+ Mus: 'MUS',
250
+ Mwi: 'MWI',
251
+ Mys: 'MYS',
252
+ Myt: 'MYT',
253
+ Nam: 'NAM',
254
+ Ncl: 'NCL',
255
+ Ner: 'NER',
256
+ Nfk: 'NFK',
257
+ Nga: 'NGA',
258
+ Nic: 'NIC',
259
+ Niu: 'NIU',
260
+ Nld: 'NLD',
261
+ Nor: 'NOR',
262
+ Npl: 'NPL',
263
+ Nru: 'NRU',
264
+ Nzl: 'NZL',
265
+ Omn: 'OMN',
266
+ Pak: 'PAK',
267
+ Pan: 'PAN',
268
+ Pcn: 'PCN',
269
+ Per: 'PER',
270
+ Phl: 'PHL',
271
+ Plw: 'PLW',
272
+ Png: 'PNG',
273
+ Pol: 'POL',
274
+ Pri: 'PRI',
275
+ Prk: 'PRK',
276
+ Prt: 'PRT',
277
+ Pry: 'PRY',
278
+ Pse: 'PSE',
279
+ Pyf: 'PYF',
280
+ Qat: 'QAT',
281
+ Reu: 'REU',
282
+ Rou: 'ROU',
283
+ Rus: 'RUS',
284
+ Rwa: 'RWA',
285
+ Sau: 'SAU',
286
+ Sdn: 'SDN',
287
+ Sen: 'SEN',
288
+ Sgp: 'SGP',
289
+ Sgs: 'SGS',
290
+ Shn: 'SHN',
291
+ Sjm: 'SJM',
292
+ Slb: 'SLB',
293
+ Sle: 'SLE',
294
+ Slv: 'SLV',
295
+ Smr: 'SMR',
296
+ Som: 'SOM',
297
+ Spm: 'SPM',
298
+ Srb: 'SRB',
299
+ Ssd: 'SSD',
300
+ Stp: 'STP',
301
+ Sur: 'SUR',
302
+ Svk: 'SVK',
303
+ Svn: 'SVN',
304
+ Swe: 'SWE',
305
+ Swz: 'SWZ',
306
+ Sxm: 'SXM',
307
+ Syc: 'SYC',
308
+ Syr: 'SYR',
309
+ Tca: 'TCA',
310
+ Tcd: 'TCD',
311
+ Tgo: 'TGO',
312
+ Tha: 'THA',
313
+ Tjk: 'TJK',
314
+ Tkl: 'TKL',
315
+ Tkm: 'TKM',
316
+ Tls: 'TLS',
317
+ Ton: 'TON',
318
+ Tto: 'TTO',
319
+ Tun: 'TUN',
320
+ Tur: 'TUR',
321
+ Tuv: 'TUV',
322
+ Twn: 'TWN',
323
+ Tza: 'TZA',
324
+ Uga: 'UGA',
325
+ Ukr: 'UKR',
326
+ Umi: 'UMI',
327
+ Ury: 'URY',
328
+ Usa: 'USA',
329
+ Uzb: 'UZB',
330
+ Vat: 'VAT',
331
+ Vct: 'VCT',
332
+ Ven: 'VEN',
333
+ Vgb: 'VGB',
334
+ Vir: 'VIR',
335
+ Vnm: 'VNM',
336
+ Vut: 'VUT',
337
+ Wlf: 'WLF',
338
+ Wsm: 'WSM',
339
+ Yem: 'YEM',
340
+ Zaf: 'ZAF',
341
+ Zmb: 'ZMB',
342
+ Zwe: 'ZWE',
343
+ Xkx: 'XKX',
344
+ Xxx: 'XXX',
345
+ };
346
+ exports.CardholderResponseNationalityEnum = {
347
+ Abw: 'ABW',
348
+ Afg: 'AFG',
349
+ Ago: 'AGO',
350
+ Aia: 'AIA',
351
+ Ala: 'ALA',
352
+ Alb: 'ALB',
353
+ And: 'AND',
354
+ Are: 'ARE',
355
+ Arg: 'ARG',
356
+ Arm: 'ARM',
357
+ Asm: 'ASM',
358
+ Ata: 'ATA',
359
+ Atf: 'ATF',
360
+ Atg: 'ATG',
361
+ Aus: 'AUS',
362
+ Aut: 'AUT',
363
+ Aze: 'AZE',
364
+ Bdi: 'BDI',
365
+ Bel: 'BEL',
366
+ Ben: 'BEN',
367
+ Bes: 'BES',
368
+ Bfa: 'BFA',
369
+ Bgd: 'BGD',
370
+ Bgr: 'BGR',
371
+ Bhr: 'BHR',
372
+ Bhs: 'BHS',
373
+ Bih: 'BIH',
374
+ Blm: 'BLM',
375
+ Blr: 'BLR',
376
+ Blz: 'BLZ',
377
+ Bmu: 'BMU',
378
+ Bol: 'BOL',
379
+ Bra: 'BRA',
380
+ Brb: 'BRB',
381
+ Brn: 'BRN',
382
+ Btn: 'BTN',
383
+ Bvt: 'BVT',
384
+ Bwa: 'BWA',
385
+ Caf: 'CAF',
386
+ Can: 'CAN',
387
+ Cck: 'CCK',
388
+ Che: 'CHE',
389
+ Chl: 'CHL',
390
+ Chn: 'CHN',
391
+ Civ: 'CIV',
392
+ Cmr: 'CMR',
393
+ Cod: 'COD',
394
+ Cog: 'COG',
395
+ Cok: 'COK',
396
+ Col: 'COL',
397
+ Com: 'COM',
398
+ Cpv: 'CPV',
399
+ Cri: 'CRI',
400
+ Cub: 'CUB',
401
+ Cuw: 'CUW',
402
+ Cxr: 'CXR',
403
+ Cym: 'CYM',
404
+ Cyp: 'CYP',
405
+ Cze: 'CZE',
406
+ Deu: 'DEU',
407
+ Dji: 'DJI',
408
+ Dma: 'DMA',
409
+ Dnk: 'DNK',
410
+ Dom: 'DOM',
411
+ Dza: 'DZA',
412
+ Ecu: 'ECU',
413
+ Egy: 'EGY',
414
+ Eri: 'ERI',
415
+ Esh: 'ESH',
416
+ Esp: 'ESP',
417
+ Est: 'EST',
418
+ Eth: 'ETH',
419
+ Fin: 'FIN',
420
+ Fji: 'FJI',
421
+ Flk: 'FLK',
422
+ Fra: 'FRA',
423
+ Fro: 'FRO',
424
+ Fsm: 'FSM',
425
+ Gab: 'GAB',
426
+ Gbr: 'GBR',
427
+ Geo: 'GEO',
428
+ Ggy: 'GGY',
429
+ Gha: 'GHA',
430
+ Gib: 'GIB',
431
+ Gin: 'GIN',
432
+ Glp: 'GLP',
433
+ Gmb: 'GMB',
434
+ Gnb: 'GNB',
435
+ Gnq: 'GNQ',
436
+ Grc: 'GRC',
437
+ Grd: 'GRD',
438
+ Grl: 'GRL',
439
+ Gtm: 'GTM',
440
+ Guf: 'GUF',
441
+ Gum: 'GUM',
442
+ Guy: 'GUY',
443
+ Hkg: 'HKG',
444
+ Hmd: 'HMD',
445
+ Hnd: 'HND',
446
+ Hrv: 'HRV',
447
+ Hti: 'HTI',
448
+ Hun: 'HUN',
449
+ Idn: 'IDN',
450
+ Imn: 'IMN',
451
+ Ind: 'IND',
452
+ Iot: 'IOT',
453
+ Irl: 'IRL',
454
+ Irn: 'IRN',
455
+ Irq: 'IRQ',
456
+ Isl: 'ISL',
457
+ Isr: 'ISR',
458
+ Ita: 'ITA',
459
+ Jam: 'JAM',
460
+ Jey: 'JEY',
461
+ Jor: 'JOR',
462
+ Jpn: 'JPN',
463
+ Kaz: 'KAZ',
464
+ Ken: 'KEN',
465
+ Kgz: 'KGZ',
466
+ Khm: 'KHM',
467
+ Kir: 'KIR',
468
+ Kna: 'KNA',
469
+ Kor: 'KOR',
470
+ Kwt: 'KWT',
471
+ Lao: 'LAO',
472
+ Lbn: 'LBN',
473
+ Lbr: 'LBR',
474
+ Lby: 'LBY',
475
+ Lca: 'LCA',
476
+ Lie: 'LIE',
477
+ Lka: 'LKA',
478
+ Lso: 'LSO',
479
+ Ltu: 'LTU',
480
+ Lux: 'LUX',
481
+ Lva: 'LVA',
482
+ Mac: 'MAC',
483
+ Maf: 'MAF',
484
+ Mar: 'MAR',
485
+ Mco: 'MCO',
486
+ Mda: 'MDA',
487
+ Mdg: 'MDG',
488
+ Mdv: 'MDV',
489
+ Mex: 'MEX',
490
+ Mhl: 'MHL',
491
+ Mkd: 'MKD',
492
+ Mli: 'MLI',
493
+ Mlt: 'MLT',
494
+ Mmr: 'MMR',
495
+ Mne: 'MNE',
496
+ Mng: 'MNG',
497
+ Mnp: 'MNP',
498
+ Moz: 'MOZ',
499
+ Mrt: 'MRT',
500
+ Msr: 'MSR',
501
+ Mtq: 'MTQ',
502
+ Mus: 'MUS',
503
+ Mwi: 'MWI',
504
+ Mys: 'MYS',
505
+ Myt: 'MYT',
506
+ Nam: 'NAM',
507
+ Ncl: 'NCL',
508
+ Ner: 'NER',
509
+ Nfk: 'NFK',
510
+ Nga: 'NGA',
511
+ Nic: 'NIC',
512
+ Niu: 'NIU',
513
+ Nld: 'NLD',
514
+ Nor: 'NOR',
515
+ Npl: 'NPL',
516
+ Nru: 'NRU',
517
+ Nzl: 'NZL',
518
+ Omn: 'OMN',
519
+ Pak: 'PAK',
520
+ Pan: 'PAN',
521
+ Pcn: 'PCN',
522
+ Per: 'PER',
523
+ Phl: 'PHL',
524
+ Plw: 'PLW',
525
+ Png: 'PNG',
526
+ Pol: 'POL',
527
+ Pri: 'PRI',
528
+ Prk: 'PRK',
529
+ Prt: 'PRT',
530
+ Pry: 'PRY',
531
+ Pse: 'PSE',
532
+ Pyf: 'PYF',
533
+ Qat: 'QAT',
534
+ Reu: 'REU',
535
+ Rou: 'ROU',
536
+ Rus: 'RUS',
537
+ Rwa: 'RWA',
538
+ Sau: 'SAU',
539
+ Sdn: 'SDN',
540
+ Sen: 'SEN',
541
+ Sgp: 'SGP',
542
+ Sgs: 'SGS',
543
+ Shn: 'SHN',
544
+ Sjm: 'SJM',
545
+ Slb: 'SLB',
546
+ Sle: 'SLE',
547
+ Slv: 'SLV',
548
+ Smr: 'SMR',
549
+ Som: 'SOM',
550
+ Spm: 'SPM',
551
+ Srb: 'SRB',
552
+ Ssd: 'SSD',
553
+ Stp: 'STP',
554
+ Sur: 'SUR',
555
+ Svk: 'SVK',
556
+ Svn: 'SVN',
557
+ Swe: 'SWE',
558
+ Swz: 'SWZ',
559
+ Sxm: 'SXM',
560
+ Syc: 'SYC',
561
+ Syr: 'SYR',
562
+ Tca: 'TCA',
563
+ Tcd: 'TCD',
564
+ Tgo: 'TGO',
565
+ Tha: 'THA',
566
+ Tjk: 'TJK',
567
+ Tkl: 'TKL',
568
+ Tkm: 'TKM',
569
+ Tls: 'TLS',
570
+ Ton: 'TON',
571
+ Tto: 'TTO',
572
+ Tun: 'TUN',
573
+ Tur: 'TUR',
574
+ Tuv: 'TUV',
575
+ Twn: 'TWN',
576
+ Tza: 'TZA',
577
+ Uga: 'UGA',
578
+ Ukr: 'UKR',
579
+ Umi: 'UMI',
580
+ Ury: 'URY',
581
+ Usa: 'USA',
582
+ Uzb: 'UZB',
583
+ Vat: 'VAT',
584
+ Vct: 'VCT',
585
+ Ven: 'VEN',
586
+ Vgb: 'VGB',
587
+ Vir: 'VIR',
588
+ Vnm: 'VNM',
589
+ Vut: 'VUT',
590
+ Wlf: 'WLF',
591
+ Wsm: 'WSM',
592
+ Yem: 'YEM',
593
+ Zaf: 'ZAF',
594
+ Zmb: 'ZMB',
595
+ Zwe: 'ZWE',
596
+ Xkx: 'XKX',
597
+ Xxx: 'XXX',
109
598
  };
110
599
  /**
111
600
  * ISO 3166-1 alpha-3 country codes. XKX is used for the Kosovo.
112
- * @export
113
- * @enum {string}
114
601
  */
115
602
  exports.CountryCodesAlpha3 = {
116
603
  Abw: 'ABW',
@@ -362,12 +849,10 @@ exports.CountryCodesAlpha3 = {
362
849
  Zaf: 'ZAF',
363
850
  Zmb: 'ZMB',
364
851
  Zwe: 'ZWE',
365
- Xkx: 'XKX'
852
+ Xkx: 'XKX',
366
853
  };
367
854
  /**
368
855
  * 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.
369
- * @export
370
- * @enum {string}
371
856
  */
372
857
  exports.Locale = {
373
858
  AfZa: 'af-ZA',
@@ -649,66 +1134,55 @@ exports.Locale = {
649
1134
  ZhMo2: 'zh_MO',
650
1135
  ZhSg2: 'zh_SG',
651
1136
  ZhTw2: 'zh_TW',
652
- ZuZa2: 'zu_ZA'
1137
+ ZuZa2: 'zu_ZA',
653
1138
  };
654
1139
  /**
655
1140
  * 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.
656
- * @export
657
- * @enum {string}
658
1141
  */
659
1142
  exports.PinDeliveryType = {
660
1143
  Mail: 'MAIL',
661
1144
  Courier: 'COURIER',
662
- Epin: 'EPIN'
1145
+ Epin: 'EPIN',
663
1146
  };
664
1147
  /**
665
1148
  * - 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.
666
- * @export
667
- * @enum {string}
668
1149
  */
669
1150
  exports.PinStatus = {
670
1151
  Generated: 'GENERATED',
671
1152
  Waiting: 'WAITING',
672
1153
  Set: 'SET',
673
- Inherited: 'INHERITED'
1154
+ Inherited: 'INHERITED',
674
1155
  };
675
1156
  /**
676
1157
  * 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.
677
- * @export
678
- * @enum {string}
679
1158
  */
680
1159
  exports.RiskScore = {
681
1160
  High: 'High',
682
1161
  Med: 'Med',
683
1162
  Low: 'Low',
684
1163
  Pep: 'Pep',
685
- Prohibited: 'Prohibited'
1164
+ Prohibited: 'Prohibited',
686
1165
  };
687
1166
  /**
688
1167
  * 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).
689
- * @export
690
- * @enum {string}
691
1168
  */
692
1169
  exports.TokenRequestor = {
693
1170
  ApplePay: 'APPLE_PAY',
694
1171
  GooglePay: 'GOOGLE_PAY',
695
1172
  SamsungPay: 'SAMSUNG_PAY',
696
- Other: 'OTHER'
1173
+ Other: 'OTHER',
697
1174
  };
698
1175
  /**
699
1176
  * Current status of the token: - ACTIVE - Available for payments - DEACTIVATED - Permanently deactivated - INACTIVE - Waiting for activation - SUSPENDED - Temporarily not available for payments
700
- * @export
701
- * @enum {string}
702
1177
  */
703
1178
  exports.TokenStatus = {
704
1179
  Active: 'ACTIVE',
705
1180
  Deactivated: 'DEACTIVATED',
706
1181
  Inactive: 'INACTIVE',
707
- Suspended: 'SUSPENDED'
1182
+ Suspended: 'SUSPENDED',
708
1183
  };
709
1184
  /**
710
1185
  * IssuerEventWebhooksApi - axios parameter creator
711
- * @export
712
1186
  */
713
1187
  const IssuerEventWebhooksApiAxiosParamCreator = function (configuration) {
714
1188
  return {
@@ -807,7 +1281,6 @@ const IssuerEventWebhooksApiAxiosParamCreator = function (configuration) {
807
1281
  exports.IssuerEventWebhooksApiAxiosParamCreator = IssuerEventWebhooksApiAxiosParamCreator;
808
1282
  /**
809
1283
  * IssuerEventWebhooksApi - functional programming interface
810
- * @export
811
1284
  */
812
1285
  const IssuerEventWebhooksApiFp = function (configuration) {
813
1286
  const localVarAxiosParamCreator = (0, exports.IssuerEventWebhooksApiAxiosParamCreator)(configuration);
@@ -865,7 +1338,6 @@ const IssuerEventWebhooksApiFp = function (configuration) {
865
1338
  exports.IssuerEventWebhooksApiFp = IssuerEventWebhooksApiFp;
866
1339
  /**
867
1340
  * IssuerEventWebhooksApi - factory interface
868
- * @export
869
1341
  */
870
1342
  const IssuerEventWebhooksApiFactory = function (configuration, basePath, axios) {
871
1343
  const localVarFp = (0, exports.IssuerEventWebhooksApiFp)(configuration);
@@ -905,9 +1377,6 @@ const IssuerEventWebhooksApiFactory = function (configuration, basePath, axios)
905
1377
  exports.IssuerEventWebhooksApiFactory = IssuerEventWebhooksApiFactory;
906
1378
  /**
907
1379
  * IssuerEventWebhooksApi - object-oriented interface
908
- * @export
909
- * @class IssuerEventWebhooksApi
910
- * @extends {BaseAPI}
911
1380
  */
912
1381
  class IssuerEventWebhooksApi extends base_1.BaseAPI {
913
1382
  /**
@@ -916,7 +1385,6 @@ class IssuerEventWebhooksApi extends base_1.BaseAPI {
916
1385
  * @param {CardEvent} cardEvent Card event
917
1386
  * @param {*} [options] Override http request option.
918
1387
  * @throws {RequiredError}
919
- * @memberof IssuerEventWebhooksApi
920
1388
  */
921
1389
  cardEvent(cardEvent, options) {
922
1390
  return (0, exports.IssuerEventWebhooksApiFp)(this.configuration).cardEvent(cardEvent, options).then((request) => request(this.axios, this.basePath));
@@ -927,7 +1395,6 @@ class IssuerEventWebhooksApi extends base_1.BaseAPI {
927
1395
  * @param {CardholderEvent} cardholderEvent Cardholder event
928
1396
  * @param {*} [options] Override http request option.
929
1397
  * @throws {RequiredError}
930
- * @memberof IssuerEventWebhooksApi
931
1398
  */
932
1399
  cardholderEvent(cardholderEvent, options) {
933
1400
  return (0, exports.IssuerEventWebhooksApiFp)(this.configuration).cardholderEvent(cardholderEvent, options).then((request) => request(this.axios, this.basePath));
@@ -938,7 +1405,6 @@ class IssuerEventWebhooksApi extends base_1.BaseAPI {
938
1405
  * @param {TokenEvent} tokenEvent Token event
939
1406
  * @param {*} [options] Override http request option.
940
1407
  * @throws {RequiredError}
941
- * @memberof IssuerEventWebhooksApi
942
1408
  */
943
1409
  tokenEvent(tokenEvent, options) {
944
1410
  return (0, exports.IssuerEventWebhooksApiFp)(this.configuration).tokenEvent(tokenEvent, options).then((request) => request(this.axios, this.basePath));