@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
@@ -13,120 +13,58 @@ import type { Configuration } from './configuration';
13
13
  import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
14
  import type { RequestArgs } from './base';
15
15
  import { BaseAPI } from './base';
16
- /**
17
- *
18
- * @export
19
- * @interface Address
20
- */
21
16
  export interface Address {
22
17
  /**
23
18
  * First line of address.
24
- * @type {string}
25
- * @memberof Address
26
19
  */
27
20
  'address1': string;
28
21
  /**
29
22
  * Second line of address. Any string without trailing or leading whitespaces, or an empty string.
30
- * @type {string}
31
- * @memberof Address
32
23
  */
33
24
  'address2'?: string;
34
25
  /**
35
26
  * Third line of address. Any string without trailing or leading whitespaces, or an empty string.
36
- * @type {string}
37
- * @memberof Address
38
27
  */
39
28
  'address3'?: string;
40
29
  /**
41
30
  * Fourth line of the address. Any string without trailing or leading whitespaces, or an empty string.
42
- * @type {string}
43
- * @memberof Address
44
31
  */
45
32
  'address4'?: string;
46
- /**
47
- *
48
- * @type {string}
49
- * @memberof Address
50
- */
51
33
  'city': string;
52
34
  /**
53
35
  * A valid ISO-3166-1 alpha-3 country code.
54
- * @type {string}
55
- * @memberof Address
56
36
  */
57
37
  'country': string;
58
- /**
59
- *
60
- * @type {string}
61
- * @memberof Address
62
- */
63
38
  'region'?: string;
64
- /**
65
- *
66
- * @type {string}
67
- * @memberof Address
68
- */
69
39
  'zipCode': string;
70
40
  }
71
- /**
72
- *
73
- * @export
74
- * @interface AddressResponse
75
- */
76
41
  export interface AddressResponse {
77
42
  /**
78
43
  * First line of address.
79
- * @type {string}
80
- * @memberof AddressResponse
81
44
  */
82
45
  'address1': string;
83
46
  /**
84
47
  * Any string without trailing or leading whitespaces, or an empty string.
85
- * @type {string}
86
- * @memberof AddressResponse
87
48
  */
88
49
  'address2'?: string | null;
89
50
  /**
90
51
  * Any string without trailing or leading whitespaces, or an empty string.
91
- * @type {string}
92
- * @memberof AddressResponse
93
52
  */
94
53
  'address3'?: string | null;
95
54
  /**
96
55
  * Any string without trailing or leading whitespaces, or an empty string.
97
- * @type {string}
98
- * @memberof AddressResponse
99
56
  */
100
57
  'address4'?: string | null;
101
- /**
102
- *
103
- * @type {string}
104
- * @memberof AddressResponse
105
- */
106
58
  'city': string;
107
59
  /**
108
60
  * A valid ISO-3166-1 alpha-3 country code.
109
- * @type {string}
110
- * @memberof AddressResponse
111
61
  */
112
62
  'country': string;
113
- /**
114
- *
115
- * @type {string}
116
- * @memberof AddressResponse
117
- */
118
63
  'region'?: string | null;
119
- /**
120
- *
121
- * @type {string}
122
- * @memberof AddressResponse
123
- */
124
64
  'zipCode': string;
125
65
  }
126
66
  /**
127
67
  * The wallets common name for authorization decision.
128
- * @export
129
- * @enum {string}
130
68
  */
131
69
  export declare const AuthorizationDecisionColor: {
132
70
  readonly Green: "GREEN";
@@ -137,8 +75,6 @@ export declare const AuthorizationDecisionColor: {
137
75
  export type AuthorizationDecisionColor = typeof AuthorizationDecisionColor[keyof typeof AuthorizationDecisionColor];
138
76
  /**
139
77
  * The type of card defined by this card configuration.
140
- * @export
141
- * @enum {string}
142
78
  */
143
79
  export declare const CardConfigurationType: {
144
80
  readonly Debit: "DEBIT";
@@ -148,8 +84,6 @@ export declare const CardConfigurationType: {
148
84
  export type CardConfigurationType = typeof CardConfigurationType[keyof typeof CardConfigurationType];
149
85
  /**
150
86
  * 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.
151
- * @export
152
- * @enum {string}
153
87
  */
154
88
  export declare const CardDeliveryType: {
155
89
  readonly Mail: "MAIL";
@@ -161,303 +95,156 @@ export declare const CardDeliveryType: {
161
95
  readonly Custom5: "CUSTOM_5";
162
96
  };
163
97
  export type CardDeliveryType = typeof CardDeliveryType[keyof typeof CardDeliveryType];
164
- /**
165
- *
166
- * @export
167
- * @interface CardEvent
168
- */
169
98
  export interface CardEvent {
170
99
  /**
171
100
  * Unique identifier of a card.
172
- * @type {string}
173
- * @memberof CardEvent
174
101
  */
175
102
  'id'?: string;
176
103
  /**
177
104
  * The date and time when the card was created.
178
- * @type {string}
179
- * @memberof CardEvent
180
105
  */
181
106
  'createdAt'?: string;
182
107
  /**
183
108
  * The date and time when the object/entity was updated last time.
184
- * @type {string}
185
- * @memberof CardEvent
186
109
  */
187
110
  'updatedAt'?: string;
188
111
  /**
189
112
  * The program ID associated with the card.
190
- * @type {string}
191
- * @memberof CardEvent
192
113
  */
193
114
  'programId'?: string;
194
115
  /**
195
116
  * Unique identifier of the cardholder associated with the card.
196
- * @type {string}
197
- * @memberof CardEvent
198
117
  */
199
118
  'cardholderId'?: string;
200
119
  /**
201
120
  * Unique identifier of the account associated with the card.
202
- * @type {string}
203
- * @memberof CardEvent
204
121
  */
205
122
  'accountId'?: string;
206
- /**
207
- *
208
- * @type {Plastic}
209
- * @memberof CardEvent
210
- */
211
123
  'plastic'?: Plastic;
212
124
  /**
213
125
  * Card versions ordered by sequence number ascending.
214
- * @type {Array<CardVersion>}
215
- * @memberof CardEvent
216
126
  */
217
127
  'cardVersions'?: Array<CardVersion>;
218
- /**
219
- *
220
- * @type {CardRole}
221
- * @memberof CardEvent
222
- */
223
128
  'role'?: CardRole;
224
129
  /**
225
130
  * Unique identifier of the main card. Populated if this card is part of a card application
226
- * @type {string}
227
- * @memberof CardEvent
228
131
  */
229
132
  'mainCardId'?: string;
230
133
  /**
231
134
  * A unique code to identify the card configuration. Max character limit is 36.
232
- * @type {string}
233
- * @memberof CardEvent
234
135
  */
235
136
  'cardConfigurationCode'?: string;
236
- /**
237
- *
238
- * @type {CardConfigurationType}
239
- * @memberof CardEvent
240
- */
241
137
  'cardConfigurationType'?: CardConfigurationType;
242
- /**
243
- *
244
- * @type {CardScheme}
245
- * @memberof CardEvent
246
- */
247
138
  'cardScheme'?: CardScheme;
248
139
  /**
249
140
  * A masked version of the primary account number
250
- * @type {string}
251
- * @memberof CardEvent
252
141
  */
253
142
  'maskedPan'?: string;
254
- /**
255
- *
256
- * @type {PinStatus}
257
- * @memberof CardEvent
258
- */
259
143
  'pinStatus'?: PinStatus;
260
- /**
261
- *
262
- * @type {CardStatus}
263
- * @memberof CardEvent
264
- */
265
144
  'cardStatus'?: CardStatus;
266
145
  /**
267
146
  * A flag indicating whether automatic renewal is enabled or not.
268
- * @type {boolean}
269
- * @memberof CardEvent
270
147
  */
271
148
  'automaticRenewal'?: boolean;
272
149
  /**
273
150
  * The digital layout code for the card. Max character limit is 36.
274
- * @type {string}
275
- * @memberof CardEvent
276
151
  */
277
152
  'digitalLayoutCode'?: string;
278
- /**
279
- *
280
- * @type {MultiApplicationProperties}
281
- * @memberof CardEvent
282
- */
283
153
  'multiApplicationProperties'?: MultiApplicationProperties;
284
154
  /**
285
155
  * The version number of the entity.
286
- * @type {number}
287
- * @memberof CardEvent
288
156
  */
289
157
  'updateCount'?: number;
290
158
  /**
291
159
  * You can include up to **30 additional key-value pairs** in the embossing file sent to the card manufacturer. - **Keys** must follow the pattern: `^[a-zA-Z0-9-]{1,36}$` (only letters, numbers, and hyphens, with a maximum length of 36 characters). - **Values** must follow the pattern: `^[a-zA-Z0-9|\\-_ +.@éàèùçâêîôûëïü\'/=]{1,1000}$`. Enfuce **does not perform any additional validation** on these key-value pairs beyond ensuring they match the specified patterns. These fields are intended for **storing data without further processing**. If you need to store a **complex structure**, you can **base64 encode** the value. The encoded value will be passed as entered, without modifications. ⚠ **Important:** Any usage of these fields should be agreed upon with the manufacturer.
292
- * @type {{ [key: string]: string; }}
293
- * @memberof CardEvent
294
160
  */
295
161
  'additionalValues'?: {
296
162
  [key: string]: string;
297
163
  };
298
164
  /**
299
165
  * Unique identifier of a fee configuration. When provided, this value overrides the program default. This feature must be enabled for the tenant; otherwise, this field can be left null and will not be used.
300
- * @type {string}
301
- * @memberof CardEvent
302
166
  */
303
167
  'feeConfigId'?: string | null;
304
168
  }
305
- /**
306
- *
307
- * @export
308
- * @interface CardResponse
309
- */
310
169
  export interface CardResponse {
311
170
  /**
312
171
  * Unique identifier of a card.
313
- * @type {string}
314
- * @memberof CardResponse
315
172
  */
316
173
  'id'?: string;
317
174
  /**
318
175
  * The date and time when the card was created.
319
- * @type {string}
320
- * @memberof CardResponse
321
176
  */
322
177
  'createdAt'?: string;
323
178
  /**
324
179
  * The date and time when the object/entity was updated last time.
325
- * @type {string}
326
- * @memberof CardResponse
327
180
  */
328
181
  'updatedAt'?: string;
329
182
  /**
330
183
  * The program ID associated with the card.
331
- * @type {string}
332
- * @memberof CardResponse
333
184
  */
334
185
  'programId'?: string;
335
186
  /**
336
187
  * Unique identifier of the cardholder associated with the card.
337
- * @type {string}
338
- * @memberof CardResponse
339
188
  */
340
189
  'cardholderId'?: string;
341
190
  /**
342
191
  * Unique identifier of the account associated with the card.
343
- * @type {string}
344
- * @memberof CardResponse
345
192
  */
346
193
  'accountId'?: string;
347
- /**
348
- *
349
- * @type {Plastic}
350
- * @memberof CardResponse
351
- */
352
194
  'plastic'?: Plastic;
353
195
  /**
354
196
  * Card versions ordered by sequence number ascending.
355
- * @type {Array<CardVersion>}
356
- * @memberof CardResponse
357
197
  */
358
198
  'cardVersions'?: Array<CardVersion>;
359
- /**
360
- *
361
- * @type {CardRole}
362
- * @memberof CardResponse
363
- */
364
199
  'role'?: CardRole;
365
200
  /**
366
201
  * Unique identifier of the main card. Populated if this card is part of a card application
367
- * @type {string}
368
- * @memberof CardResponse
369
202
  */
370
203
  'mainCardId'?: string;
371
204
  /**
372
205
  * A unique code to identify the card configuration. Max character limit is 36.
373
- * @type {string}
374
- * @memberof CardResponse
375
206
  */
376
207
  'cardConfigurationCode'?: string;
377
- /**
378
- *
379
- * @type {CardConfigurationType}
380
- * @memberof CardResponse
381
- */
382
208
  'cardConfigurationType'?: CardConfigurationType;
383
- /**
384
- *
385
- * @type {CardScheme}
386
- * @memberof CardResponse
387
- */
388
209
  'cardScheme'?: CardScheme;
389
210
  /**
390
211
  * A masked version of the primary account number
391
- * @type {string}
392
- * @memberof CardResponse
393
212
  */
394
213
  'maskedPan'?: string;
395
- /**
396
- *
397
- * @type {PinStatus}
398
- * @memberof CardResponse
399
- */
400
214
  'pinStatus'?: PinStatus;
401
- /**
402
- *
403
- * @type {CardStatus}
404
- * @memberof CardResponse
405
- */
406
215
  'cardStatus'?: CardStatus;
407
216
  /**
408
217
  * A flag indicating whether automatic renewal is enabled or not.
409
- * @type {boolean}
410
- * @memberof CardResponse
411
218
  */
412
219
  'automaticRenewal'?: boolean;
413
220
  /**
414
221
  * The digital layout code for the card. Max character limit is 36.
415
- * @type {string}
416
- * @memberof CardResponse
417
222
  */
418
223
  'digitalLayoutCode'?: string;
419
- /**
420
- *
421
- * @type {MultiApplicationProperties}
422
- * @memberof CardResponse
423
- */
424
224
  'multiApplicationProperties'?: MultiApplicationProperties;
425
225
  /**
426
226
  * The version number of the entity.
427
- * @type {number}
428
- * @memberof CardResponse
429
227
  */
430
228
  'updateCount'?: number;
431
229
  /**
432
230
  * You can include up to **30 additional key-value pairs** in the embossing file sent to the card manufacturer. - **Keys** must follow the pattern: `^[a-zA-Z0-9-]{1,36}$` (only letters, numbers, and hyphens, with a maximum length of 36 characters). - **Values** must follow the pattern: `^[a-zA-Z0-9|\\-_ +.@éàèùçâêîôûëïü\'/=]{1,1000}$`. Enfuce **does not perform any additional validation** on these key-value pairs beyond ensuring they match the specified patterns. These fields are intended for **storing data without further processing**. If you need to store a **complex structure**, you can **base64 encode** the value. The encoded value will be passed as entered, without modifications. ⚠ **Important:** Any usage of these fields should be agreed upon with the manufacturer.
433
- * @type {{ [key: string]: string; }}
434
- * @memberof CardResponse
435
231
  */
436
232
  'additionalValues'?: {
437
233
  [key: string]: string;
438
234
  };
439
235
  /**
440
236
  * Unique identifier of a fee configuration. When provided, this value overrides the program default. This feature must be enabled for the tenant; otherwise, this field can be left null and will not be used.
441
- * @type {string}
442
- * @memberof CardResponse
443
237
  */
444
238
  'feeConfigId'?: string | null;
445
239
  }
446
240
  /**
447
241
  * 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.
448
- * @export
449
- * @enum {string}
450
242
  */
451
243
  export declare const CardRole: {
452
244
  readonly MainCard: "MAIN_CARD";
453
245
  readonly CardApplication: "CARD_APPLICATION";
454
246
  };
455
247
  export type CardRole = typeof CardRole[keyof typeof CardRole];
456
- /**
457
- *
458
- * @export
459
- * @enum {string}
460
- */
461
248
  export declare const CardScheme: {
462
249
  readonly Mastercard: "MASTERCARD";
463
250
  readonly Visa: "VISA";
@@ -465,8 +252,6 @@ export declare const CardScheme: {
465
252
  export type CardScheme = typeof CardScheme[keyof typeof CardScheme];
466
253
  /**
467
254
  * - 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.
468
- * @export
469
- * @enum {string}
470
255
  */
471
256
  export declare const CardStatus: {
472
257
  readonly Active: "ACTIVE";
@@ -479,300 +264,682 @@ export declare const CardStatus: {
479
264
  readonly ClosedExpired: "CLOSED_EXPIRED";
480
265
  };
481
266
  export type CardStatus = typeof CardStatus[keyof typeof CardStatus];
482
- /**
483
- *
484
- * @export
485
- * @interface CardVersion
486
- */
487
267
  export interface CardVersion {
488
- /**
489
- *
490
- * @type {CardVersionStatus}
491
- * @memberof CardVersion
492
- */
493
268
  'status'?: CardVersionStatus;
494
269
  /**
495
270
  * The expiration date-time of the card in UTC format. The time must be a value in te future.
496
- * @type {string}
497
- * @memberof CardVersion
498
271
  */
499
272
  'expirationTime'?: string;
500
273
  /**
501
274
  * The date when the auto renewal occurs.
502
- * @type {string}
503
- * @memberof CardVersion
504
275
  */
505
276
  'renewalDate'?: string;
506
277
  /**
507
278
  * The sequence number of the card version, this value is also known as PSN (pan sequence number)
508
- * @type {number}
509
- * @memberof CardVersion
510
279
  */
511
280
  'sequenceNumber'?: number;
512
281
  /**
513
282
  * The id of the key set used by this card version
514
- * @type {string}
515
- * @memberof CardVersion
516
283
  */
517
284
  'keySetId'?: string;
518
285
  /**
519
286
  * The date and time when the card was created.
520
- * @type {string}
521
- * @memberof CardVersion
522
287
  */
523
288
  'createdAt'?: string;
524
289
  /**
525
290
  * The date and time when the object/entity was updated last time.
526
- * @type {string}
527
- * @memberof CardVersion
528
291
  */
529
292
  'updatedAt'?: string;
530
293
  }
531
294
  /**
532
295
  * - 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.
533
- * @export
534
- * @enum {string}
535
296
  */
536
297
  export declare const CardVersionStatus: {
537
298
  readonly Active: "ACTIVE";
538
299
  readonly Initial: "INITIAL";
539
300
  readonly Closed: "CLOSED";
540
301
  };
541
- export type CardVersionStatus = typeof CardVersionStatus[keyof typeof CardVersionStatus];
542
- /**
543
- *
544
- * @export
545
- * @interface CardholderEvent
546
- */
547
- export interface CardholderEvent {
548
- /**
549
- * Enfuce generated unique identifier of the cardholder.
550
- * @type {string}
551
- * @memberof CardholderEvent
552
- */
553
- 'id': string;
554
- /**
555
- * External unique identifier of the cardholder, set by the issuer. Can contain both letters and numbers. Max character limit is 36.
556
- * @type {string}
557
- * @memberof CardholderEvent
558
- */
559
- 'customerNumber': string;
560
- /**
561
- *
562
- * @type {Locale}
563
- * @memberof CardholderEvent
564
- */
565
- 'locale': Locale;
566
- /**
567
- *
568
- * @type {AddressResponse}
569
- * @memberof CardholderEvent
570
- */
571
- 'address'?: AddressResponse;
572
- /**
573
- * Mobile number of the cardholder — it must be a full number, including the country code and starting with +.
574
- * @type {string}
575
- * @memberof CardholderEvent
576
- */
577
- 'mobileNumber'?: string | null;
578
- /**
579
- * First name of the cardholder. Max character limit is 256.
580
- * @type {string}
581
- * @memberof CardholderEvent
582
- */
583
- 'firstName'?: string;
584
- /**
585
- * Middle name of the cardholder. Max character limit is 256.
586
- * @type {string}
587
- * @memberof CardholderEvent
588
- */
589
- 'middleName'?: string | null;
590
- /**
591
- * Last name of the cardholder. Max character limit is 256.
592
- * @type {string}
593
- * @memberof CardholderEvent
594
- */
595
- 'lastName'?: string;
596
- /**
597
- * The date and time when the card was created.
598
- * @type {string}
599
- * @memberof CardholderEvent
600
- */
601
- 'createdAt'?: string;
602
- /**
603
- * The date and time when the object/entity was updated last time.
604
- * @type {string}
605
- * @memberof CardholderEvent
606
- */
607
- 'updatedAt'?: string | null;
608
- /**
609
- * The version number of the entity.
610
- * @type {number}
611
- * @memberof CardholderEvent
612
- */
613
- 'updateCount'?: number;
614
- /**
615
- * Email address of the cardholder. Max character limit is 256.
616
- * @type {string}
617
- * @memberof CardholderEvent
618
- */
619
- 'email'?: string | null;
620
- /**
621
- * Tax Identification Number used for taxation, regulatory reporting, or authority requirements in many countries. Depending on regional regulatory or scheme mandates (for example Brazil requirements), this value may be forwarded to Mastercard. In some countries, this value may be the same as the customer registration or identification number (identificationNumber). Omit to keep current value.
622
- * @type {string}
623
- * @memberof CardholderEvent
624
- */
625
- 'taxId'?: string | null;
626
- /**
627
- * Date of birth of the cardholder. 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.
628
- * @type {string}
629
- * @memberof CardholderEvent
630
- */
631
- 'dateOfBirth'?: string | null;
632
- /**
633
- * Nationality of the cardholder. Maximum of 3 values. Duplicate values are not allowed. XXX may be used when nationality is unknown. XKX may be used for Kosovo. 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.
634
- * @type {Array<NationalityInner>}
635
- * @memberof CardholderEvent
636
- */
637
- 'nationality'?: Array<NationalityInner> | null;
638
- /**
639
- *
640
- * @type {RiskScore}
641
- * @memberof CardholderEvent
642
- */
643
- 'riskScore'?: RiskScore | null;
644
- /**
645
- * Cardholder\'s country of birth. 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.
646
- * @type {CountryCodesAlpha3}
647
- * @memberof CardholderEvent
648
- */
649
- 'birthCountry'?: CountryCodesAlpha3 | null;
650
- /**
651
- * Customer or company identification number, such as a social security number (SSN), national identity number, or company registration number. Enfuce does not validate whether the provided identificationNumber is a real or officially valid identifier. Customers may populate this field according to their own business or regulatory needs. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field for Finnish cardholders due to regulatory requirements.
652
- * @type {string}
653
- * @memberof CardholderEvent
654
- */
655
- 'identificationNumber'?: string | null;
656
- }
657
- /**
658
- *
659
- * @export
660
- * @interface CardholderResponse
661
- */
662
- export interface CardholderResponse {
663
- /**
664
- * Enfuce generated unique identifier of the cardholder.
665
- * @type {string}
666
- * @memberof CardholderResponse
667
- */
668
- 'id': string;
669
- /**
670
- * External unique identifier of the cardholder, set by the issuer. Can contain both letters and numbers. Max character limit is 36.
671
- * @type {string}
672
- * @memberof CardholderResponse
673
- */
674
- 'customerNumber': string;
675
- /**
676
- *
677
- * @type {Locale}
678
- * @memberof CardholderResponse
679
- */
680
- 'locale': Locale;
681
- /**
682
- *
683
- * @type {AddressResponse}
684
- * @memberof CardholderResponse
685
- */
686
- 'address'?: AddressResponse;
687
- /**
688
- * Mobile number of the cardholder — it must be a full number, including the country code and starting with +.
689
- * @type {string}
690
- * @memberof CardholderResponse
691
- */
692
- 'mobileNumber'?: string | null;
693
- /**
694
- * First name of the cardholder. Max character limit is 256.
695
- * @type {string}
696
- * @memberof CardholderResponse
697
- */
698
- 'firstName'?: string;
699
- /**
700
- * Middle name of the cardholder. Max character limit is 256.
701
- * @type {string}
702
- * @memberof CardholderResponse
703
- */
704
- 'middleName'?: string | null;
705
- /**
706
- * Last name of the cardholder. Max character limit is 256.
707
- * @type {string}
708
- * @memberof CardholderResponse
709
- */
710
- 'lastName'?: string;
711
- /**
712
- * The date and time when the card was created.
713
- * @type {string}
714
- * @memberof CardholderResponse
715
- */
716
- 'createdAt'?: string;
717
- /**
718
- * The date and time when the object/entity was updated last time.
719
- * @type {string}
720
- * @memberof CardholderResponse
721
- */
722
- 'updatedAt'?: string | null;
723
- /**
724
- * The version number of the entity.
725
- * @type {number}
726
- * @memberof CardholderResponse
727
- */
728
- 'updateCount'?: number;
729
- /**
730
- * Email address of the cardholder. Max character limit is 256.
731
- * @type {string}
732
- * @memberof CardholderResponse
733
- */
734
- 'email'?: string | null;
735
- /**
736
- * Tax Identification Number used for taxation, regulatory reporting, or authority requirements in many countries. Depending on regional regulatory or scheme mandates (for example Brazil requirements), this value may be forwarded to Mastercard. In some countries, this value may be the same as the customer registration or identification number (identificationNumber). Omit to keep current value.
737
- * @type {string}
738
- * @memberof CardholderResponse
739
- */
740
- 'taxId'?: string | null;
741
- /**
742
- * Date of birth of the cardholder. 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.
743
- * @type {string}
744
- * @memberof CardholderResponse
745
- */
746
- 'dateOfBirth'?: string | null;
747
- /**
748
- * Nationality of the cardholder. Maximum of 3 values. Duplicate values are not allowed. XXX may be used when nationality is unknown. XKX may be used for Kosovo. 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.
749
- * @type {Array<NationalityInner>}
750
- * @memberof CardholderResponse
751
- */
752
- 'nationality'?: Array<NationalityInner> | null;
753
- /**
754
- *
755
- * @type {RiskScore}
756
- * @memberof CardholderResponse
757
- */
758
- 'riskScore'?: RiskScore | null;
759
- /**
760
- * Cardholder\'s country of birth. 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.
761
- * @type {CountryCodesAlpha3}
762
- * @memberof CardholderResponse
763
- */
764
- 'birthCountry'?: CountryCodesAlpha3 | null;
765
- /**
766
- * Customer or company identification number, such as a social security number (SSN), national identity number, or company registration number. Enfuce does not validate whether the provided identificationNumber is a real or officially valid identifier. Customers may populate this field according to their own business or regulatory needs. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field for Finnish cardholders due to regulatory requirements.
767
- * @type {string}
768
- * @memberof CardholderResponse
769
- */
770
- 'identificationNumber'?: string | null;
771
- }
302
+ export type CardVersionStatus = typeof CardVersionStatus[keyof typeof CardVersionStatus];
303
+ export interface CardholderEvent {
304
+ /**
305
+ * Enfuce generated unique identifier of the cardholder.
306
+ */
307
+ 'id': string;
308
+ /**
309
+ * External unique identifier of the cardholder, set by the issuer. Can contain both letters and numbers. Max character limit is 36.
310
+ */
311
+ 'customerNumber': string;
312
+ 'locale': Locale;
313
+ 'address'?: AddressResponse;
314
+ /**
315
+ * Mobile number of the cardholder — it must be a full number, including the country code and starting with +.
316
+ */
317
+ 'mobileNumber'?: string | null;
318
+ /**
319
+ * First name of the cardholder. Max character limit is 256.
320
+ */
321
+ 'firstName'?: string;
322
+ /**
323
+ * Middle name of the cardholder. Max character limit is 256.
324
+ */
325
+ 'middleName'?: string | null;
326
+ /**
327
+ * Last name of the cardholder. Max character limit is 256.
328
+ */
329
+ 'lastName'?: string;
330
+ /**
331
+ * The date and time when the card was created.
332
+ */
333
+ 'createdAt'?: string;
334
+ /**
335
+ * The date and time when the object/entity was updated last time.
336
+ */
337
+ 'updatedAt'?: string | null;
338
+ /**
339
+ * The version number of the entity.
340
+ */
341
+ 'updateCount'?: number;
342
+ /**
343
+ * Email address of the cardholder. Max character limit is 256.
344
+ */
345
+ 'email'?: string | null;
346
+ /**
347
+ * Tax Identification Number used for taxation, regulatory reporting, or authority requirements in many countries. Depending on regional regulatory or scheme mandates (for example Brazil requirements), this value may be forwarded to Mastercard. In some countries, this value may be the same as the customer registration or identification number (identificationNumber). Omit to keep current value.
348
+ */
349
+ 'taxId'?: string | null;
350
+ /**
351
+ * Date of birth of the cardholder. 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.
352
+ */
353
+ 'dateOfBirth'?: string | null;
354
+ /**
355
+ * Nationality of the cardholder. Maximum of 3 values. Duplicate values are not allowed. XXX may be used when nationality is unknown. XKX may be used for Kosovo. 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.
356
+ */
357
+ 'nationality'?: Array<CardholderEventNationalityEnum> | null;
358
+ 'riskScore'?: RiskScore | null;
359
+ /**
360
+ * Cardholder\'s country of birth. 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.
361
+ */
362
+ 'birthCountry'?: CountryCodesAlpha3 | null;
363
+ /**
364
+ * Customer or company identification number, such as a social security number (SSN), national identity number, or company registration number. Enfuce does not validate whether the provided identificationNumber is a real or officially valid identifier. Customers may populate this field according to their own business or regulatory needs. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field for Finnish cardholders due to regulatory requirements.
365
+ */
366
+ 'identificationNumber'?: string | null;
367
+ }
368
+ export declare const CardholderEventNationalityEnum: {
369
+ readonly Abw: "ABW";
370
+ readonly Afg: "AFG";
371
+ readonly Ago: "AGO";
372
+ readonly Aia: "AIA";
373
+ readonly Ala: "ALA";
374
+ readonly Alb: "ALB";
375
+ readonly And: "AND";
376
+ readonly Are: "ARE";
377
+ readonly Arg: "ARG";
378
+ readonly Arm: "ARM";
379
+ readonly Asm: "ASM";
380
+ readonly Ata: "ATA";
381
+ readonly Atf: "ATF";
382
+ readonly Atg: "ATG";
383
+ readonly Aus: "AUS";
384
+ readonly Aut: "AUT";
385
+ readonly Aze: "AZE";
386
+ readonly Bdi: "BDI";
387
+ readonly Bel: "BEL";
388
+ readonly Ben: "BEN";
389
+ readonly Bes: "BES";
390
+ readonly Bfa: "BFA";
391
+ readonly Bgd: "BGD";
392
+ readonly Bgr: "BGR";
393
+ readonly Bhr: "BHR";
394
+ readonly Bhs: "BHS";
395
+ readonly Bih: "BIH";
396
+ readonly Blm: "BLM";
397
+ readonly Blr: "BLR";
398
+ readonly Blz: "BLZ";
399
+ readonly Bmu: "BMU";
400
+ readonly Bol: "BOL";
401
+ readonly Bra: "BRA";
402
+ readonly Brb: "BRB";
403
+ readonly Brn: "BRN";
404
+ readonly Btn: "BTN";
405
+ readonly Bvt: "BVT";
406
+ readonly Bwa: "BWA";
407
+ readonly Caf: "CAF";
408
+ readonly Can: "CAN";
409
+ readonly Cck: "CCK";
410
+ readonly Che: "CHE";
411
+ readonly Chl: "CHL";
412
+ readonly Chn: "CHN";
413
+ readonly Civ: "CIV";
414
+ readonly Cmr: "CMR";
415
+ readonly Cod: "COD";
416
+ readonly Cog: "COG";
417
+ readonly Cok: "COK";
418
+ readonly Col: "COL";
419
+ readonly Com: "COM";
420
+ readonly Cpv: "CPV";
421
+ readonly Cri: "CRI";
422
+ readonly Cub: "CUB";
423
+ readonly Cuw: "CUW";
424
+ readonly Cxr: "CXR";
425
+ readonly Cym: "CYM";
426
+ readonly Cyp: "CYP";
427
+ readonly Cze: "CZE";
428
+ readonly Deu: "DEU";
429
+ readonly Dji: "DJI";
430
+ readonly Dma: "DMA";
431
+ readonly Dnk: "DNK";
432
+ readonly Dom: "DOM";
433
+ readonly Dza: "DZA";
434
+ readonly Ecu: "ECU";
435
+ readonly Egy: "EGY";
436
+ readonly Eri: "ERI";
437
+ readonly Esh: "ESH";
438
+ readonly Esp: "ESP";
439
+ readonly Est: "EST";
440
+ readonly Eth: "ETH";
441
+ readonly Fin: "FIN";
442
+ readonly Fji: "FJI";
443
+ readonly Flk: "FLK";
444
+ readonly Fra: "FRA";
445
+ readonly Fro: "FRO";
446
+ readonly Fsm: "FSM";
447
+ readonly Gab: "GAB";
448
+ readonly Gbr: "GBR";
449
+ readonly Geo: "GEO";
450
+ readonly Ggy: "GGY";
451
+ readonly Gha: "GHA";
452
+ readonly Gib: "GIB";
453
+ readonly Gin: "GIN";
454
+ readonly Glp: "GLP";
455
+ readonly Gmb: "GMB";
456
+ readonly Gnb: "GNB";
457
+ readonly Gnq: "GNQ";
458
+ readonly Grc: "GRC";
459
+ readonly Grd: "GRD";
460
+ readonly Grl: "GRL";
461
+ readonly Gtm: "GTM";
462
+ readonly Guf: "GUF";
463
+ readonly Gum: "GUM";
464
+ readonly Guy: "GUY";
465
+ readonly Hkg: "HKG";
466
+ readonly Hmd: "HMD";
467
+ readonly Hnd: "HND";
468
+ readonly Hrv: "HRV";
469
+ readonly Hti: "HTI";
470
+ readonly Hun: "HUN";
471
+ readonly Idn: "IDN";
472
+ readonly Imn: "IMN";
473
+ readonly Ind: "IND";
474
+ readonly Iot: "IOT";
475
+ readonly Irl: "IRL";
476
+ readonly Irn: "IRN";
477
+ readonly Irq: "IRQ";
478
+ readonly Isl: "ISL";
479
+ readonly Isr: "ISR";
480
+ readonly Ita: "ITA";
481
+ readonly Jam: "JAM";
482
+ readonly Jey: "JEY";
483
+ readonly Jor: "JOR";
484
+ readonly Jpn: "JPN";
485
+ readonly Kaz: "KAZ";
486
+ readonly Ken: "KEN";
487
+ readonly Kgz: "KGZ";
488
+ readonly Khm: "KHM";
489
+ readonly Kir: "KIR";
490
+ readonly Kna: "KNA";
491
+ readonly Kor: "KOR";
492
+ readonly Kwt: "KWT";
493
+ readonly Lao: "LAO";
494
+ readonly Lbn: "LBN";
495
+ readonly Lbr: "LBR";
496
+ readonly Lby: "LBY";
497
+ readonly Lca: "LCA";
498
+ readonly Lie: "LIE";
499
+ readonly Lka: "LKA";
500
+ readonly Lso: "LSO";
501
+ readonly Ltu: "LTU";
502
+ readonly Lux: "LUX";
503
+ readonly Lva: "LVA";
504
+ readonly Mac: "MAC";
505
+ readonly Maf: "MAF";
506
+ readonly Mar: "MAR";
507
+ readonly Mco: "MCO";
508
+ readonly Mda: "MDA";
509
+ readonly Mdg: "MDG";
510
+ readonly Mdv: "MDV";
511
+ readonly Mex: "MEX";
512
+ readonly Mhl: "MHL";
513
+ readonly Mkd: "MKD";
514
+ readonly Mli: "MLI";
515
+ readonly Mlt: "MLT";
516
+ readonly Mmr: "MMR";
517
+ readonly Mne: "MNE";
518
+ readonly Mng: "MNG";
519
+ readonly Mnp: "MNP";
520
+ readonly Moz: "MOZ";
521
+ readonly Mrt: "MRT";
522
+ readonly Msr: "MSR";
523
+ readonly Mtq: "MTQ";
524
+ readonly Mus: "MUS";
525
+ readonly Mwi: "MWI";
526
+ readonly Mys: "MYS";
527
+ readonly Myt: "MYT";
528
+ readonly Nam: "NAM";
529
+ readonly Ncl: "NCL";
530
+ readonly Ner: "NER";
531
+ readonly Nfk: "NFK";
532
+ readonly Nga: "NGA";
533
+ readonly Nic: "NIC";
534
+ readonly Niu: "NIU";
535
+ readonly Nld: "NLD";
536
+ readonly Nor: "NOR";
537
+ readonly Npl: "NPL";
538
+ readonly Nru: "NRU";
539
+ readonly Nzl: "NZL";
540
+ readonly Omn: "OMN";
541
+ readonly Pak: "PAK";
542
+ readonly Pan: "PAN";
543
+ readonly Pcn: "PCN";
544
+ readonly Per: "PER";
545
+ readonly Phl: "PHL";
546
+ readonly Plw: "PLW";
547
+ readonly Png: "PNG";
548
+ readonly Pol: "POL";
549
+ readonly Pri: "PRI";
550
+ readonly Prk: "PRK";
551
+ readonly Prt: "PRT";
552
+ readonly Pry: "PRY";
553
+ readonly Pse: "PSE";
554
+ readonly Pyf: "PYF";
555
+ readonly Qat: "QAT";
556
+ readonly Reu: "REU";
557
+ readonly Rou: "ROU";
558
+ readonly Rus: "RUS";
559
+ readonly Rwa: "RWA";
560
+ readonly Sau: "SAU";
561
+ readonly Sdn: "SDN";
562
+ readonly Sen: "SEN";
563
+ readonly Sgp: "SGP";
564
+ readonly Sgs: "SGS";
565
+ readonly Shn: "SHN";
566
+ readonly Sjm: "SJM";
567
+ readonly Slb: "SLB";
568
+ readonly Sle: "SLE";
569
+ readonly Slv: "SLV";
570
+ readonly Smr: "SMR";
571
+ readonly Som: "SOM";
572
+ readonly Spm: "SPM";
573
+ readonly Srb: "SRB";
574
+ readonly Ssd: "SSD";
575
+ readonly Stp: "STP";
576
+ readonly Sur: "SUR";
577
+ readonly Svk: "SVK";
578
+ readonly Svn: "SVN";
579
+ readonly Swe: "SWE";
580
+ readonly Swz: "SWZ";
581
+ readonly Sxm: "SXM";
582
+ readonly Syc: "SYC";
583
+ readonly Syr: "SYR";
584
+ readonly Tca: "TCA";
585
+ readonly Tcd: "TCD";
586
+ readonly Tgo: "TGO";
587
+ readonly Tha: "THA";
588
+ readonly Tjk: "TJK";
589
+ readonly Tkl: "TKL";
590
+ readonly Tkm: "TKM";
591
+ readonly Tls: "TLS";
592
+ readonly Ton: "TON";
593
+ readonly Tto: "TTO";
594
+ readonly Tun: "TUN";
595
+ readonly Tur: "TUR";
596
+ readonly Tuv: "TUV";
597
+ readonly Twn: "TWN";
598
+ readonly Tza: "TZA";
599
+ readonly Uga: "UGA";
600
+ readonly Ukr: "UKR";
601
+ readonly Umi: "UMI";
602
+ readonly Ury: "URY";
603
+ readonly Usa: "USA";
604
+ readonly Uzb: "UZB";
605
+ readonly Vat: "VAT";
606
+ readonly Vct: "VCT";
607
+ readonly Ven: "VEN";
608
+ readonly Vgb: "VGB";
609
+ readonly Vir: "VIR";
610
+ readonly Vnm: "VNM";
611
+ readonly Vut: "VUT";
612
+ readonly Wlf: "WLF";
613
+ readonly Wsm: "WSM";
614
+ readonly Yem: "YEM";
615
+ readonly Zaf: "ZAF";
616
+ readonly Zmb: "ZMB";
617
+ readonly Zwe: "ZWE";
618
+ readonly Xkx: "XKX";
619
+ readonly Xxx: "XXX";
620
+ };
621
+ export type CardholderEventNationalityEnum = typeof CardholderEventNationalityEnum[keyof typeof CardholderEventNationalityEnum];
622
+ export interface CardholderResponse {
623
+ /**
624
+ * Enfuce generated unique identifier of the cardholder.
625
+ */
626
+ 'id': string;
627
+ /**
628
+ * External unique identifier of the cardholder, set by the issuer. Can contain both letters and numbers. Max character limit is 36.
629
+ */
630
+ 'customerNumber': string;
631
+ 'locale': Locale;
632
+ 'address'?: AddressResponse;
633
+ /**
634
+ * Mobile number of the cardholder — it must be a full number, including the country code and starting with +.
635
+ */
636
+ 'mobileNumber'?: string | null;
637
+ /**
638
+ * First name of the cardholder. Max character limit is 256.
639
+ */
640
+ 'firstName'?: string;
641
+ /**
642
+ * Middle name of the cardholder. Max character limit is 256.
643
+ */
644
+ 'middleName'?: string | null;
645
+ /**
646
+ * Last name of the cardholder. Max character limit is 256.
647
+ */
648
+ 'lastName'?: string;
649
+ /**
650
+ * The date and time when the card was created.
651
+ */
652
+ 'createdAt'?: string;
653
+ /**
654
+ * The date and time when the object/entity was updated last time.
655
+ */
656
+ 'updatedAt'?: string | null;
657
+ /**
658
+ * The version number of the entity.
659
+ */
660
+ 'updateCount'?: number;
661
+ /**
662
+ * Email address of the cardholder. Max character limit is 256.
663
+ */
664
+ 'email'?: string | null;
665
+ /**
666
+ * Tax Identification Number used for taxation, regulatory reporting, or authority requirements in many countries. Depending on regional regulatory or scheme mandates (for example Brazil requirements), this value may be forwarded to Mastercard. In some countries, this value may be the same as the customer registration or identification number (identificationNumber). Omit to keep current value.
667
+ */
668
+ 'taxId'?: string | null;
669
+ /**
670
+ * Date of birth of the cardholder. 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.
671
+ */
672
+ 'dateOfBirth'?: string | null;
673
+ /**
674
+ * Nationality of the cardholder. Maximum of 3 values. Duplicate values are not allowed. XXX may be used when nationality is unknown. XKX may be used for Kosovo. 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.
675
+ */
676
+ 'nationality'?: Array<CardholderResponseNationalityEnum> | null;
677
+ 'riskScore'?: RiskScore | null;
678
+ /**
679
+ * Cardholder\'s country of birth. 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.
680
+ */
681
+ 'birthCountry'?: CountryCodesAlpha3 | null;
682
+ /**
683
+ * Customer or company identification number, such as a social security number (SSN), national identity number, or company registration number. Enfuce does not validate whether the provided identificationNumber is a real or officially valid identifier. Customers may populate this field according to their own business or regulatory needs. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field for Finnish cardholders due to regulatory requirements.
684
+ */
685
+ 'identificationNumber'?: string | null;
686
+ }
687
+ export declare const CardholderResponseNationalityEnum: {
688
+ readonly Abw: "ABW";
689
+ readonly Afg: "AFG";
690
+ readonly Ago: "AGO";
691
+ readonly Aia: "AIA";
692
+ readonly Ala: "ALA";
693
+ readonly Alb: "ALB";
694
+ readonly And: "AND";
695
+ readonly Are: "ARE";
696
+ readonly Arg: "ARG";
697
+ readonly Arm: "ARM";
698
+ readonly Asm: "ASM";
699
+ readonly Ata: "ATA";
700
+ readonly Atf: "ATF";
701
+ readonly Atg: "ATG";
702
+ readonly Aus: "AUS";
703
+ readonly Aut: "AUT";
704
+ readonly Aze: "AZE";
705
+ readonly Bdi: "BDI";
706
+ readonly Bel: "BEL";
707
+ readonly Ben: "BEN";
708
+ readonly Bes: "BES";
709
+ readonly Bfa: "BFA";
710
+ readonly Bgd: "BGD";
711
+ readonly Bgr: "BGR";
712
+ readonly Bhr: "BHR";
713
+ readonly Bhs: "BHS";
714
+ readonly Bih: "BIH";
715
+ readonly Blm: "BLM";
716
+ readonly Blr: "BLR";
717
+ readonly Blz: "BLZ";
718
+ readonly Bmu: "BMU";
719
+ readonly Bol: "BOL";
720
+ readonly Bra: "BRA";
721
+ readonly Brb: "BRB";
722
+ readonly Brn: "BRN";
723
+ readonly Btn: "BTN";
724
+ readonly Bvt: "BVT";
725
+ readonly Bwa: "BWA";
726
+ readonly Caf: "CAF";
727
+ readonly Can: "CAN";
728
+ readonly Cck: "CCK";
729
+ readonly Che: "CHE";
730
+ readonly Chl: "CHL";
731
+ readonly Chn: "CHN";
732
+ readonly Civ: "CIV";
733
+ readonly Cmr: "CMR";
734
+ readonly Cod: "COD";
735
+ readonly Cog: "COG";
736
+ readonly Cok: "COK";
737
+ readonly Col: "COL";
738
+ readonly Com: "COM";
739
+ readonly Cpv: "CPV";
740
+ readonly Cri: "CRI";
741
+ readonly Cub: "CUB";
742
+ readonly Cuw: "CUW";
743
+ readonly Cxr: "CXR";
744
+ readonly Cym: "CYM";
745
+ readonly Cyp: "CYP";
746
+ readonly Cze: "CZE";
747
+ readonly Deu: "DEU";
748
+ readonly Dji: "DJI";
749
+ readonly Dma: "DMA";
750
+ readonly Dnk: "DNK";
751
+ readonly Dom: "DOM";
752
+ readonly Dza: "DZA";
753
+ readonly Ecu: "ECU";
754
+ readonly Egy: "EGY";
755
+ readonly Eri: "ERI";
756
+ readonly Esh: "ESH";
757
+ readonly Esp: "ESP";
758
+ readonly Est: "EST";
759
+ readonly Eth: "ETH";
760
+ readonly Fin: "FIN";
761
+ readonly Fji: "FJI";
762
+ readonly Flk: "FLK";
763
+ readonly Fra: "FRA";
764
+ readonly Fro: "FRO";
765
+ readonly Fsm: "FSM";
766
+ readonly Gab: "GAB";
767
+ readonly Gbr: "GBR";
768
+ readonly Geo: "GEO";
769
+ readonly Ggy: "GGY";
770
+ readonly Gha: "GHA";
771
+ readonly Gib: "GIB";
772
+ readonly Gin: "GIN";
773
+ readonly Glp: "GLP";
774
+ readonly Gmb: "GMB";
775
+ readonly Gnb: "GNB";
776
+ readonly Gnq: "GNQ";
777
+ readonly Grc: "GRC";
778
+ readonly Grd: "GRD";
779
+ readonly Grl: "GRL";
780
+ readonly Gtm: "GTM";
781
+ readonly Guf: "GUF";
782
+ readonly Gum: "GUM";
783
+ readonly Guy: "GUY";
784
+ readonly Hkg: "HKG";
785
+ readonly Hmd: "HMD";
786
+ readonly Hnd: "HND";
787
+ readonly Hrv: "HRV";
788
+ readonly Hti: "HTI";
789
+ readonly Hun: "HUN";
790
+ readonly Idn: "IDN";
791
+ readonly Imn: "IMN";
792
+ readonly Ind: "IND";
793
+ readonly Iot: "IOT";
794
+ readonly Irl: "IRL";
795
+ readonly Irn: "IRN";
796
+ readonly Irq: "IRQ";
797
+ readonly Isl: "ISL";
798
+ readonly Isr: "ISR";
799
+ readonly Ita: "ITA";
800
+ readonly Jam: "JAM";
801
+ readonly Jey: "JEY";
802
+ readonly Jor: "JOR";
803
+ readonly Jpn: "JPN";
804
+ readonly Kaz: "KAZ";
805
+ readonly Ken: "KEN";
806
+ readonly Kgz: "KGZ";
807
+ readonly Khm: "KHM";
808
+ readonly Kir: "KIR";
809
+ readonly Kna: "KNA";
810
+ readonly Kor: "KOR";
811
+ readonly Kwt: "KWT";
812
+ readonly Lao: "LAO";
813
+ readonly Lbn: "LBN";
814
+ readonly Lbr: "LBR";
815
+ readonly Lby: "LBY";
816
+ readonly Lca: "LCA";
817
+ readonly Lie: "LIE";
818
+ readonly Lka: "LKA";
819
+ readonly Lso: "LSO";
820
+ readonly Ltu: "LTU";
821
+ readonly Lux: "LUX";
822
+ readonly Lva: "LVA";
823
+ readonly Mac: "MAC";
824
+ readonly Maf: "MAF";
825
+ readonly Mar: "MAR";
826
+ readonly Mco: "MCO";
827
+ readonly Mda: "MDA";
828
+ readonly Mdg: "MDG";
829
+ readonly Mdv: "MDV";
830
+ readonly Mex: "MEX";
831
+ readonly Mhl: "MHL";
832
+ readonly Mkd: "MKD";
833
+ readonly Mli: "MLI";
834
+ readonly Mlt: "MLT";
835
+ readonly Mmr: "MMR";
836
+ readonly Mne: "MNE";
837
+ readonly Mng: "MNG";
838
+ readonly Mnp: "MNP";
839
+ readonly Moz: "MOZ";
840
+ readonly Mrt: "MRT";
841
+ readonly Msr: "MSR";
842
+ readonly Mtq: "MTQ";
843
+ readonly Mus: "MUS";
844
+ readonly Mwi: "MWI";
845
+ readonly Mys: "MYS";
846
+ readonly Myt: "MYT";
847
+ readonly Nam: "NAM";
848
+ readonly Ncl: "NCL";
849
+ readonly Ner: "NER";
850
+ readonly Nfk: "NFK";
851
+ readonly Nga: "NGA";
852
+ readonly Nic: "NIC";
853
+ readonly Niu: "NIU";
854
+ readonly Nld: "NLD";
855
+ readonly Nor: "NOR";
856
+ readonly Npl: "NPL";
857
+ readonly Nru: "NRU";
858
+ readonly Nzl: "NZL";
859
+ readonly Omn: "OMN";
860
+ readonly Pak: "PAK";
861
+ readonly Pan: "PAN";
862
+ readonly Pcn: "PCN";
863
+ readonly Per: "PER";
864
+ readonly Phl: "PHL";
865
+ readonly Plw: "PLW";
866
+ readonly Png: "PNG";
867
+ readonly Pol: "POL";
868
+ readonly Pri: "PRI";
869
+ readonly Prk: "PRK";
870
+ readonly Prt: "PRT";
871
+ readonly Pry: "PRY";
872
+ readonly Pse: "PSE";
873
+ readonly Pyf: "PYF";
874
+ readonly Qat: "QAT";
875
+ readonly Reu: "REU";
876
+ readonly Rou: "ROU";
877
+ readonly Rus: "RUS";
878
+ readonly Rwa: "RWA";
879
+ readonly Sau: "SAU";
880
+ readonly Sdn: "SDN";
881
+ readonly Sen: "SEN";
882
+ readonly Sgp: "SGP";
883
+ readonly Sgs: "SGS";
884
+ readonly Shn: "SHN";
885
+ readonly Sjm: "SJM";
886
+ readonly Slb: "SLB";
887
+ readonly Sle: "SLE";
888
+ readonly Slv: "SLV";
889
+ readonly Smr: "SMR";
890
+ readonly Som: "SOM";
891
+ readonly Spm: "SPM";
892
+ readonly Srb: "SRB";
893
+ readonly Ssd: "SSD";
894
+ readonly Stp: "STP";
895
+ readonly Sur: "SUR";
896
+ readonly Svk: "SVK";
897
+ readonly Svn: "SVN";
898
+ readonly Swe: "SWE";
899
+ readonly Swz: "SWZ";
900
+ readonly Sxm: "SXM";
901
+ readonly Syc: "SYC";
902
+ readonly Syr: "SYR";
903
+ readonly Tca: "TCA";
904
+ readonly Tcd: "TCD";
905
+ readonly Tgo: "TGO";
906
+ readonly Tha: "THA";
907
+ readonly Tjk: "TJK";
908
+ readonly Tkl: "TKL";
909
+ readonly Tkm: "TKM";
910
+ readonly Tls: "TLS";
911
+ readonly Ton: "TON";
912
+ readonly Tto: "TTO";
913
+ readonly Tun: "TUN";
914
+ readonly Tur: "TUR";
915
+ readonly Tuv: "TUV";
916
+ readonly Twn: "TWN";
917
+ readonly Tza: "TZA";
918
+ readonly Uga: "UGA";
919
+ readonly Ukr: "UKR";
920
+ readonly Umi: "UMI";
921
+ readonly Ury: "URY";
922
+ readonly Usa: "USA";
923
+ readonly Uzb: "UZB";
924
+ readonly Vat: "VAT";
925
+ readonly Vct: "VCT";
926
+ readonly Ven: "VEN";
927
+ readonly Vgb: "VGB";
928
+ readonly Vir: "VIR";
929
+ readonly Vnm: "VNM";
930
+ readonly Vut: "VUT";
931
+ readonly Wlf: "WLF";
932
+ readonly Wsm: "WSM";
933
+ readonly Yem: "YEM";
934
+ readonly Zaf: "ZAF";
935
+ readonly Zmb: "ZMB";
936
+ readonly Zwe: "ZWE";
937
+ readonly Xkx: "XKX";
938
+ readonly Xxx: "XXX";
939
+ };
940
+ export type CardholderResponseNationalityEnum = typeof CardholderResponseNationalityEnum[keyof typeof CardholderResponseNationalityEnum];
772
941
  /**
773
942
  * ISO 3166-1 alpha-3 country codes. XKX is used for the Kosovo.
774
- * @export
775
- * @enum {string}
776
943
  */
777
944
  export declare const CountryCodesAlpha3: {
778
945
  readonly Abw: "ABW";
@@ -1029,33 +1196,23 @@ export declare const CountryCodesAlpha3: {
1029
1196
  export type CountryCodesAlpha3 = typeof CountryCodesAlpha3[keyof typeof CountryCodesAlpha3];
1030
1197
  /**
1031
1198
  * Device information.
1032
- * @export
1033
- * @interface DeviceInfo
1034
1199
  */
1035
1200
  export interface DeviceInfo {
1036
1201
  /**
1037
1202
  * User-defined name of the device provided by the wallet or operating system.
1038
- * @type {string}
1039
- * @memberof DeviceInfo
1040
1203
  */
1041
1204
  'deviceName'?: string;
1042
1205
  /**
1043
1206
  * Indicates the type of device on which the token is provisioned. Typical values include PHONE, WATCH, TABLET, or WEARABLE.
1044
- * @type {string}
1045
- * @memberof DeviceInfo
1046
1207
  */
1047
1208
  'deviceType'?: string;
1048
1209
  /**
1049
1210
  * Operating system running on the device. Typical values include IOS, ANDROID, or WATCHOS.
1050
- * @type {string}
1051
- * @memberof DeviceInfo
1052
1211
  */
1053
1212
  'operatingSystem'?: string;
1054
1213
  }
1055
1214
  /**
1056
1215
  * 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.
1057
- * @export
1058
- * @enum {string}
1059
1216
  */
1060
1217
  export declare const Locale: {
1061
1218
  readonly AfZa: "af-ZA";
@@ -1340,58 +1497,34 @@ export declare const Locale: {
1340
1497
  readonly ZuZa2: "zu_ZA";
1341
1498
  };
1342
1499
  export type Locale = typeof Locale[keyof typeof Locale];
1343
- /**
1344
- *
1345
- * @export
1346
- * @interface MultiApplicationProperties
1347
- */
1348
1500
  export interface MultiApplicationProperties {
1349
1501
  /**
1350
1502
  * Name of the application. Max character limit is 16. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
1351
- * @type {string}
1352
- * @memberof MultiApplicationProperties
1353
1503
  */
1354
1504
  'applicationName'?: string;
1355
1505
  /**
1356
1506
  * The index of the application
1357
- * @type {number}
1358
- * @memberof MultiApplicationProperties
1359
1507
  */
1360
1508
  'applicationIndex'?: number;
1361
1509
  /**
1362
1510
  * The contact priority level for given card. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
1363
- * @type {number}
1364
- * @memberof MultiApplicationProperties
1365
1511
  */
1366
1512
  'contactPriorityLevel'?: number;
1367
1513
  /**
1368
1514
  * The contactless priority level of the given card. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
1369
- * @type {number}
1370
- * @memberof MultiApplicationProperties
1371
1515
  */
1372
1516
  'contactlessPriorityLevel'?: number;
1373
1517
  /**
1374
1518
  * Indicates whether the specific card would be printed or not. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
1375
- * @type {boolean}
1376
- * @memberof MultiApplicationProperties
1377
1519
  */
1378
1520
  'printed'?: boolean;
1379
1521
  /**
1380
1522
  * Whether the card should be visible in card terminal or not. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
1381
- * @type {boolean}
1382
- * @memberof MultiApplicationProperties
1383
1523
  */
1384
1524
  'chipEnabled'?: boolean;
1385
1525
  }
1386
- /**
1387
- * @type NationalityInner
1388
- * @export
1389
- */
1390
- export type NationalityInner = CountryCodesAlpha3 | string;
1391
1526
  /**
1392
1527
  * 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.
1393
- * @export
1394
- * @enum {string}
1395
1528
  */
1396
1529
  export declare const PinDeliveryType: {
1397
1530
  readonly Mail: "MAIL";
@@ -1401,8 +1534,6 @@ export declare const PinDeliveryType: {
1401
1534
  export type PinDeliveryType = typeof PinDeliveryType[keyof typeof PinDeliveryType];
1402
1535
  /**
1403
1536
  * - 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.
1404
- * @export
1405
- * @enum {string}
1406
1537
  */
1407
1538
  export declare const PinStatus: {
1408
1539
  readonly Generated: "GENERATED";
@@ -1411,71 +1542,34 @@ export declare const PinStatus: {
1411
1542
  readonly Inherited: "INHERITED";
1412
1543
  };
1413
1544
  export type PinStatus = typeof PinStatus[keyof typeof PinStatus];
1414
- /**
1415
- *
1416
- * @export
1417
- * @interface Plastic
1418
- */
1419
1545
  export interface Plastic {
1420
1546
  /**
1421
1547
  * The name to be embossed on the card. Max character limit is 26.
1422
- * @type {string}
1423
- * @memberof Plastic
1424
1548
  */
1425
1549
  'embossingName'?: string;
1426
- /**
1427
- *
1428
- * @type {Address}
1429
- * @memberof Plastic
1430
- */
1431
1550
  'preferredCardAddress'?: Address;
1432
- /**
1433
- *
1434
- * @type {CardDeliveryType}
1435
- * @memberof Plastic
1436
- */
1437
1551
  'preferredCardDeliveryType': CardDeliveryType;
1438
- /**
1439
- *
1440
- * @type {Address}
1441
- * @memberof Plastic
1442
- */
1443
1552
  'preferredPinAddress'?: Address;
1444
- /**
1445
- *
1446
- * @type {PinDeliveryType}
1447
- * @memberof Plastic
1448
- */
1449
1553
  'preferredPinDeliveryType': PinDeliveryType;
1450
1554
  /**
1451
1555
  * Unique identifier of a resource.
1452
- * @type {string}
1453
- * @memberof Plastic
1454
1556
  */
1455
1557
  'manufacturerId'?: string;
1456
1558
  /**
1457
1559
  * Unique code forwarded to the embossing house; the code identifies the plastic layout to be used for printing the new card. Ensure beforehand, the selected embossing house is aligned with the code used for each layout.
1458
- * @type {string}
1459
- * @memberof Plastic
1460
1560
  */
1461
1561
  'externalLayoutCode'?: string;
1462
1562
  /**
1463
1563
  * The date and time when the card was created.
1464
- * @type {string}
1465
- * @memberof Plastic
1466
1564
  */
1467
1565
  'createdAt'?: string;
1468
1566
  /**
1469
1567
  * The date and time when the object/entity was updated last time.
1470
- * @type {string}
1471
- * @memberof Plastic
1472
1568
  */
1473
1569
  'updatedAt'?: string;
1474
1570
  }
1475
1571
  /**
1476
1572
  * 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.
1477
- * @export
1478
- * @enum {string}
1479
1573
  */
1480
1574
  export declare const RiskScore: {
1481
1575
  readonly High: "High";
@@ -1485,95 +1579,50 @@ export declare const RiskScore: {
1485
1579
  readonly Prohibited: "Prohibited";
1486
1580
  };
1487
1581
  export type RiskScore = typeof RiskScore[keyof typeof RiskScore];
1488
- /**
1489
- *
1490
- * @export
1491
- * @interface TokenEvent
1492
- */
1493
1582
  export interface TokenEvent {
1494
1583
  /**
1495
1584
  * A unique identifier for the token assigned by the Token Service Provider (TSP) (eg. Visa or MC) to manage the lifecycle of the token.
1496
- * @type {string}
1497
- * @memberof TokenEvent
1498
1585
  */
1499
1586
  'tokenUniqueReferenceId'?: string;
1500
1587
  /**
1501
1588
  * Identifier used by merchants or wallet providers to request tokens from the TSP.
1502
- * @type {string}
1503
- * @memberof TokenEvent
1504
1589
  */
1505
1590
  'tokenRequestorId'?: string;
1506
- /**
1507
- *
1508
- * @type {TokenRequestor}
1509
- * @memberof TokenEvent
1510
- */
1511
1591
  'tokenRequestor'?: TokenRequestor;
1512
- /**
1513
- *
1514
- * @type {TokenStatus}
1515
- * @memberof TokenEvent
1516
- */
1517
1592
  'status'?: TokenStatus;
1518
1593
  /**
1519
1594
  * The last 4 digits of the tokenised PAN (DPAN) used for display and identification purposes.
1520
- * @type {string}
1521
- * @memberof TokenEvent
1522
1595
  */
1523
1596
  'tokenSuffix'?: string;
1524
1597
  /**
1525
1598
  * The Device Primary Account Number (DPAN) represents the tokenised card number assigned by the payment network (Visa, Mastercard, etc.) when a card is added to a digital wallet. It replaces the original funding PAN (FPAN) in wallet transactions.
1526
- * @type {string}
1527
- * @memberof TokenEvent
1528
1599
  */
1529
1600
  'dPan'?: string;
1530
1601
  /**
1531
1602
  * If the token was deleted from the consumer app
1532
- * @type {boolean}
1533
- * @memberof TokenEvent
1534
1603
  */
1535
1604
  'deletedFromConsumerApp'?: boolean;
1536
- /**
1537
- *
1538
- * @type {AuthorizationDecisionColor}
1539
- * @memberof TokenEvent
1540
- */
1541
1605
  'authorizationDecision'?: AuthorizationDecisionColor;
1542
1606
  /**
1543
1607
  * The id of the card associated with the token.
1544
- * @type {string}
1545
- * @memberof TokenEvent
1546
1608
  */
1547
1609
  'cardId'?: string;
1548
- /**
1549
- *
1550
- * @type {DeviceInfo}
1551
- * @memberof TokenEvent
1552
- */
1553
1610
  'deviceInfo'?: DeviceInfo;
1554
1611
  /**
1555
1612
  * The timestamp when the token was created by the TSP.
1556
- * @type {string}
1557
- * @memberof TokenEvent
1558
1613
  */
1559
1614
  'createdAt'?: string;
1560
1615
  /**
1561
1616
  * The timestamp of the most recent update to the token’s status.
1562
- * @type {string}
1563
- * @memberof TokenEvent
1564
1617
  */
1565
1618
  'updatedAt'?: string;
1566
1619
  /**
1567
1620
  * The version number of the entity.
1568
- * @type {number}
1569
- * @memberof TokenEvent
1570
1621
  */
1571
1622
  'updateCount'?: number;
1572
1623
  }
1573
1624
  /**
1574
1625
  * 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).
1575
- * @export
1576
- * @enum {string}
1577
1626
  */
1578
1627
  export declare const TokenRequestor: {
1579
1628
  readonly ApplePay: "APPLE_PAY";
@@ -1584,8 +1633,6 @@ export declare const TokenRequestor: {
1584
1633
  export type TokenRequestor = typeof TokenRequestor[keyof typeof TokenRequestor];
1585
1634
  /**
1586
1635
  * Current status of the token: - ACTIVE - Available for payments - DEACTIVATED - Permanently deactivated - INACTIVE - Waiting for activation - SUSPENDED - Temporarily not available for payments
1587
- * @export
1588
- * @enum {string}
1589
1636
  */
1590
1637
  export declare const TokenStatus: {
1591
1638
  readonly Active: "ACTIVE";
@@ -1596,7 +1643,6 @@ export declare const TokenStatus: {
1596
1643
  export type TokenStatus = typeof TokenStatus[keyof typeof TokenStatus];
1597
1644
  /**
1598
1645
  * IssuerEventWebhooksApi - axios parameter creator
1599
- * @export
1600
1646
  */
1601
1647
  export declare const IssuerEventWebhooksApiAxiosParamCreator: (configuration?: Configuration) => {
1602
1648
  /**
@@ -1626,7 +1672,6 @@ export declare const IssuerEventWebhooksApiAxiosParamCreator: (configuration?: C
1626
1672
  };
1627
1673
  /**
1628
1674
  * IssuerEventWebhooksApi - functional programming interface
1629
- * @export
1630
1675
  */
1631
1676
  export declare const IssuerEventWebhooksApiFp: (configuration?: Configuration) => {
1632
1677
  /**
@@ -1656,7 +1701,6 @@ export declare const IssuerEventWebhooksApiFp: (configuration?: Configuration) =
1656
1701
  };
1657
1702
  /**
1658
1703
  * IssuerEventWebhooksApi - factory interface
1659
- * @export
1660
1704
  */
1661
1705
  export declare const IssuerEventWebhooksApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1662
1706
  /**
@@ -1686,9 +1730,6 @@ export declare const IssuerEventWebhooksApiFactory: (configuration?: Configurati
1686
1730
  };
1687
1731
  /**
1688
1732
  * IssuerEventWebhooksApi - object-oriented interface
1689
- * @export
1690
- * @class IssuerEventWebhooksApi
1691
- * @extends {BaseAPI}
1692
1733
  */
1693
1734
  export declare class IssuerEventWebhooksApi extends BaseAPI {
1694
1735
  /**
@@ -1697,7 +1738,6 @@ export declare class IssuerEventWebhooksApi extends BaseAPI {
1697
1738
  * @param {CardEvent} cardEvent Card event
1698
1739
  * @param {*} [options] Override http request option.
1699
1740
  * @throws {RequiredError}
1700
- * @memberof IssuerEventWebhooksApi
1701
1741
  */
1702
1742
  cardEvent(cardEvent: CardEvent, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1703
1743
  /**
@@ -1706,7 +1746,6 @@ export declare class IssuerEventWebhooksApi extends BaseAPI {
1706
1746
  * @param {CardholderEvent} cardholderEvent Cardholder event
1707
1747
  * @param {*} [options] Override http request option.
1708
1748
  * @throws {RequiredError}
1709
- * @memberof IssuerEventWebhooksApi
1710
1749
  */
1711
1750
  cardholderEvent(cardholderEvent: CardholderEvent, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1712
1751
  /**
@@ -1715,7 +1754,6 @@ export declare class IssuerEventWebhooksApi extends BaseAPI {
1715
1754
  * @param {TokenEvent} tokenEvent Token event
1716
1755
  * @param {*} [options] Override http request option.
1717
1756
  * @throws {RequiredError}
1718
- * @memberof IssuerEventWebhooksApi
1719
1757
  */
1720
1758
  tokenEvent(tokenEvent: TokenEvent, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1721
1759
  }