@enfuce/nextgen-sdk 0.0.1 → 0.0.3

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 (222) hide show
  1. package/README.md +44 -0
  2. package/dist/authorisation-control/api.d.ts +0 -302
  3. package/dist/authorisation-control/api.js +10 -28
  4. package/dist/authorisation-control/base.d.ts +0 -24
  5. package/dist/authorisation-control/base.js +0 -19
  6. package/dist/authorisation-control/common.d.ts +4 -35
  7. package/dist/authorisation-control/common.js +16 -38
  8. package/dist/authorisation-control/configuration.d.ts +24 -17
  9. package/dist/authorisation-control/configuration.js +3 -3
  10. package/dist/card/api.d.ts +41 -740
  11. package/dist/card/api.js +38 -105
  12. package/dist/card/base.d.ts +0 -24
  13. package/dist/card/base.js +0 -19
  14. package/dist/card/common.d.ts +4 -35
  15. package/dist/card/common.js +16 -38
  16. package/dist/card/configuration.d.ts +24 -17
  17. package/dist/card/configuration.js +3 -3
  18. package/dist/cardholder/api.d.ts +959 -686
  19. package/dist/cardholder/api.js +783 -73
  20. package/dist/cardholder/base.d.ts +0 -24
  21. package/dist/cardholder/base.js +0 -19
  22. package/dist/cardholder/common.d.ts +4 -35
  23. package/dist/cardholder/common.js +16 -38
  24. package/dist/cardholder/configuration.d.ts +24 -17
  25. package/dist/cardholder/configuration.js +3 -3
  26. package/dist/cards/api.d.ts +0 -7
  27. package/dist/cards/api.js +2 -9
  28. package/dist/cards/base.d.ts +0 -24
  29. package/dist/cards/base.js +0 -19
  30. package/dist/cards/common.d.ts +4 -35
  31. package/dist/cards/common.js +16 -38
  32. package/dist/cards/configuration.d.ts +24 -17
  33. package/dist/cards/configuration.js +3 -3
  34. package/dist/clearing-file-copy/api.d.ts +0 -497
  35. package/dist/clearing-file-copy/api.js +12 -26
  36. package/dist/clearing-file-copy/base.d.ts +0 -24
  37. package/dist/clearing-file-copy/base.js +0 -19
  38. package/dist/clearing-file-copy/common.d.ts +4 -35
  39. package/dist/clearing-file-copy/common.js +16 -38
  40. package/dist/clearing-file-copy/configuration.d.ts +24 -17
  41. package/dist/clearing-file-copy/configuration.js +3 -3
  42. package/dist/esm/authorisation-control/api.d.ts +0 -302
  43. package/dist/esm/authorisation-control/api.js +10 -28
  44. package/dist/esm/authorisation-control/base.d.ts +0 -24
  45. package/dist/esm/authorisation-control/base.js +0 -19
  46. package/dist/esm/authorisation-control/common.d.ts +4 -35
  47. package/dist/esm/authorisation-control/common.js +14 -37
  48. package/dist/esm/authorisation-control/configuration.d.ts +24 -17
  49. package/dist/esm/authorisation-control/configuration.js +3 -3
  50. package/dist/esm/card/api.d.ts +41 -740
  51. package/dist/esm/card/api.js +38 -105
  52. package/dist/esm/card/base.d.ts +0 -24
  53. package/dist/esm/card/base.js +0 -19
  54. package/dist/esm/card/common.d.ts +4 -35
  55. package/dist/esm/card/common.js +14 -37
  56. package/dist/esm/card/configuration.d.ts +24 -17
  57. package/dist/esm/card/configuration.js +3 -3
  58. package/dist/esm/cardholder/api.d.ts +959 -686
  59. package/dist/esm/cardholder/api.js +782 -72
  60. package/dist/esm/cardholder/base.d.ts +0 -24
  61. package/dist/esm/cardholder/base.js +0 -19
  62. package/dist/esm/cardholder/common.d.ts +4 -35
  63. package/dist/esm/cardholder/common.js +14 -37
  64. package/dist/esm/cardholder/configuration.d.ts +24 -17
  65. package/dist/esm/cardholder/configuration.js +3 -3
  66. package/dist/esm/cards/api.d.ts +0 -7
  67. package/dist/esm/cards/api.js +2 -9
  68. package/dist/esm/cards/base.d.ts +0 -24
  69. package/dist/esm/cards/base.js +0 -19
  70. package/dist/esm/cards/common.d.ts +4 -35
  71. package/dist/esm/cards/common.js +14 -37
  72. package/dist/esm/cards/configuration.d.ts +24 -17
  73. package/dist/esm/cards/configuration.js +3 -3
  74. package/dist/esm/clearing-file-copy/api.d.ts +0 -497
  75. package/dist/esm/clearing-file-copy/api.js +12 -26
  76. package/dist/esm/clearing-file-copy/base.d.ts +0 -24
  77. package/dist/esm/clearing-file-copy/base.js +0 -19
  78. package/dist/esm/clearing-file-copy/common.d.ts +4 -35
  79. package/dist/esm/clearing-file-copy/common.js +14 -37
  80. package/dist/esm/clearing-file-copy/configuration.d.ts +24 -17
  81. package/dist/esm/clearing-file-copy/configuration.js +3 -3
  82. package/dist/esm/issuer-events/api.d.ts +639 -601
  83. package/dist/esm/issuer-events/api.js +520 -54
  84. package/dist/esm/issuer-events/base.d.ts +0 -24
  85. package/dist/esm/issuer-events/base.js +0 -19
  86. package/dist/esm/issuer-events/common.d.ts +4 -35
  87. package/dist/esm/issuer-events/common.js +14 -37
  88. package/dist/esm/issuer-events/configuration.d.ts +24 -17
  89. package/dist/esm/issuer-events/configuration.js +3 -3
  90. package/dist/esm/pin/api.d.ts +0 -76
  91. package/dist/esm/pin/api.js +3 -15
  92. package/dist/esm/pin/base.d.ts +0 -24
  93. package/dist/esm/pin/base.js +0 -19
  94. package/dist/esm/pin/common.d.ts +4 -35
  95. package/dist/esm/pin/common.js +14 -37
  96. package/dist/esm/pin/configuration.d.ts +24 -17
  97. package/dist/esm/pin/configuration.js +3 -3
  98. package/dist/esm/threeds/api.d.ts +0 -18
  99. package/dist/esm/threeds/api.js +1 -8
  100. package/dist/esm/threeds/base.d.ts +0 -24
  101. package/dist/esm/threeds/base.js +0 -19
  102. package/dist/esm/threeds/common.d.ts +4 -35
  103. package/dist/esm/threeds/common.js +14 -37
  104. package/dist/esm/threeds/configuration.d.ts +24 -17
  105. package/dist/esm/threeds/configuration.js +3 -3
  106. package/dist/esm/threeds-oob/api.d.ts +0 -90
  107. package/dist/esm/threeds-oob/api.js +2 -9
  108. package/dist/esm/threeds-oob/base.d.ts +0 -24
  109. package/dist/esm/threeds-oob/base.js +0 -19
  110. package/dist/esm/threeds-oob/common.d.ts +4 -35
  111. package/dist/esm/threeds-oob/common.js +14 -37
  112. package/dist/esm/threeds-oob/configuration.d.ts +24 -17
  113. package/dist/esm/threeds-oob/configuration.js +3 -3
  114. package/dist/esm/transaction-event/api.d.ts +2 -453
  115. package/dist/esm/transaction-event/api.js +13 -28
  116. package/dist/esm/transaction-event/base.d.ts +0 -24
  117. package/dist/esm/transaction-event/base.js +0 -19
  118. package/dist/esm/transaction-event/common.d.ts +4 -35
  119. package/dist/esm/transaction-event/common.js +14 -37
  120. package/dist/esm/transaction-event/configuration.d.ts +24 -17
  121. package/dist/esm/transaction-event/configuration.js +3 -3
  122. package/dist/esm/wallet/api.d.ts +0 -342
  123. package/dist/esm/wallet/api.js +29 -83
  124. package/dist/esm/wallet/base.d.ts +0 -24
  125. package/dist/esm/wallet/base.js +0 -19
  126. package/dist/esm/wallet/common.d.ts +4 -35
  127. package/dist/esm/wallet/common.js +14 -37
  128. package/dist/esm/wallet/configuration.d.ts +24 -17
  129. package/dist/esm/wallet/configuration.js +3 -3
  130. package/dist/issuer-events/api.d.ts +639 -601
  131. package/dist/issuer-events/api.js +521 -55
  132. package/dist/issuer-events/base.d.ts +0 -24
  133. package/dist/issuer-events/base.js +0 -19
  134. package/dist/issuer-events/common.d.ts +4 -35
  135. package/dist/issuer-events/common.js +16 -38
  136. package/dist/issuer-events/configuration.d.ts +24 -17
  137. package/dist/issuer-events/configuration.js +3 -3
  138. package/dist/pin/api.d.ts +0 -76
  139. package/dist/pin/api.js +3 -15
  140. package/dist/pin/base.d.ts +0 -24
  141. package/dist/pin/base.js +0 -19
  142. package/dist/pin/common.d.ts +4 -35
  143. package/dist/pin/common.js +16 -38
  144. package/dist/pin/configuration.d.ts +24 -17
  145. package/dist/pin/configuration.js +3 -3
  146. package/dist/threeds/api.d.ts +0 -18
  147. package/dist/threeds/api.js +1 -8
  148. package/dist/threeds/base.d.ts +0 -24
  149. package/dist/threeds/base.js +0 -19
  150. package/dist/threeds/common.d.ts +4 -35
  151. package/dist/threeds/common.js +16 -38
  152. package/dist/threeds/configuration.d.ts +24 -17
  153. package/dist/threeds/configuration.js +3 -3
  154. package/dist/threeds-oob/api.d.ts +0 -90
  155. package/dist/threeds-oob/api.js +2 -9
  156. package/dist/threeds-oob/base.d.ts +0 -24
  157. package/dist/threeds-oob/base.js +0 -19
  158. package/dist/threeds-oob/common.d.ts +4 -35
  159. package/dist/threeds-oob/common.js +16 -38
  160. package/dist/threeds-oob/configuration.d.ts +24 -17
  161. package/dist/threeds-oob/configuration.js +3 -3
  162. package/dist/transaction-event/api.d.ts +2 -453
  163. package/dist/transaction-event/api.js +13 -28
  164. package/dist/transaction-event/base.d.ts +0 -24
  165. package/dist/transaction-event/base.js +0 -19
  166. package/dist/transaction-event/common.d.ts +4 -35
  167. package/dist/transaction-event/common.js +16 -38
  168. package/dist/transaction-event/configuration.d.ts +24 -17
  169. package/dist/transaction-event/configuration.js +3 -3
  170. package/dist/wallet/api.d.ts +0 -342
  171. package/dist/wallet/api.js +29 -83
  172. package/dist/wallet/base.d.ts +0 -24
  173. package/dist/wallet/base.js +0 -19
  174. package/dist/wallet/common.d.ts +4 -35
  175. package/dist/wallet/common.js +16 -38
  176. package/dist/wallet/configuration.d.ts +24 -17
  177. package/dist/wallet/configuration.js +3 -3
  178. package/package.json +5 -2
  179. package/src/authorisation-control/api.ts +11 -314
  180. package/src/authorisation-control/base.ts +0 -24
  181. package/src/authorisation-control/common.ts +15 -38
  182. package/src/authorisation-control/configuration.ts +26 -20
  183. package/src/card/api.ts +80 -786
  184. package/src/card/base.ts +0 -24
  185. package/src/card/common.ts +15 -38
  186. package/src/card/configuration.ts +26 -20
  187. package/src/cardholder/api.ts +987 -714
  188. package/src/cardholder/base.ts +0 -24
  189. package/src/cardholder/common.ts +15 -38
  190. package/src/cardholder/configuration.ts +26 -20
  191. package/src/cards/api.ts +3 -11
  192. package/src/cards/base.ts +0 -24
  193. package/src/cards/common.ts +15 -38
  194. package/src/cards/configuration.ts +26 -20
  195. package/src/clearing-file-copy/api.ts +13 -510
  196. package/src/clearing-file-copy/base.ts +0 -24
  197. package/src/clearing-file-copy/common.ts +15 -38
  198. package/src/clearing-file-copy/configuration.ts +26 -20
  199. package/src/issuer-events/api.ts +661 -628
  200. package/src/issuer-events/base.ts +0 -24
  201. package/src/issuer-events/common.ts +15 -38
  202. package/src/issuer-events/configuration.ts +26 -20
  203. package/src/pin/api.ts +4 -83
  204. package/src/pin/base.ts +0 -24
  205. package/src/pin/common.ts +15 -38
  206. package/src/pin/configuration.ts +26 -20
  207. package/src/threeds/api.ts +2 -22
  208. package/src/threeds/base.ts +0 -24
  209. package/src/threeds/common.ts +15 -38
  210. package/src/threeds/configuration.ts +26 -20
  211. package/src/threeds-oob/api.ts +3 -95
  212. package/src/threeds-oob/base.ts +0 -24
  213. package/src/threeds-oob/common.ts +15 -38
  214. package/src/threeds-oob/configuration.ts +26 -20
  215. package/src/transaction-event/api.ts +14 -465
  216. package/src/transaction-event/base.ts +0 -24
  217. package/src/transaction-event/common.ts +15 -38
  218. package/src/transaction-event/configuration.ts +26 -20
  219. package/src/wallet/api.ts +30 -377
  220. package/src/wallet/base.ts +0 -24
  221. package/src/wallet/common.ts +15 -38
  222. package/src/wallet/configuration.ts +26 -20
@@ -21,25 +21,16 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
21
21
  });
22
22
  };
23
23
  import { RequiredError } from "./base";
24
- /**
25
- *
26
- * @export
27
- */
28
24
  export const DUMMY_BASE_URL = 'https://example.com';
29
25
  /**
30
26
  *
31
27
  * @throws {RequiredError}
32
- * @export
33
28
  */
34
29
  export const assertParamExists = function (functionName, paramName, paramValue) {
35
30
  if (paramValue === null || paramValue === undefined) {
36
31
  throw new RequiredError(paramName, `Required parameter ${paramName} was null or undefined when calling ${functionName}.`);
37
32
  }
38
33
  };
39
- /**
40
- *
41
- * @export
42
- */
43
34
  export const setApiKeyToObject = function (object, keyParamName, configuration) {
44
35
  return __awaiter(this, void 0, void 0, function* () {
45
36
  if (configuration && configuration.apiKey) {
@@ -50,19 +41,11 @@ export const setApiKeyToObject = function (object, keyParamName, configuration)
50
41
  }
51
42
  });
52
43
  };
53
- /**
54
- *
55
- * @export
56
- */
57
44
  export const setBasicAuthToObject = function (object, configuration) {
58
45
  if (configuration && (configuration.username || configuration.password)) {
59
46
  object["auth"] = { username: configuration.username, password: configuration.password };
60
47
  }
61
48
  };
62
- /**
63
- *
64
- * @export
65
- */
66
49
  export const setBearerAuthToObject = function (object, configuration) {
67
50
  return __awaiter(this, void 0, void 0, function* () {
68
51
  if (configuration && configuration.accessToken) {
@@ -73,10 +56,6 @@ export const setBearerAuthToObject = function (object, configuration) {
73
56
  }
74
57
  });
75
58
  };
76
- /**
77
- *
78
- * @export
79
- */
80
59
  export const setOAuthToObject = function (object, name, scopes, configuration) {
81
60
  return __awaiter(this, void 0, void 0, function* () {
82
61
  if (configuration && configuration.accessToken) {
@@ -91,7 +70,7 @@ function setFlattenedQueryParams(urlSearchParams, parameter, key = "") {
91
70
  if (parameter == null)
92
71
  return;
93
72
  if (typeof parameter === "object") {
94
- if (Array.isArray(parameter)) {
73
+ if (Array.isArray(parameter) || parameter instanceof Set) {
95
74
  parameter.forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
96
75
  }
97
76
  else {
@@ -107,39 +86,37 @@ function setFlattenedQueryParams(urlSearchParams, parameter, key = "") {
107
86
  }
108
87
  }
109
88
  }
110
- /**
111
- *
112
- * @export
113
- */
114
89
  export const setSearchParams = function (url, ...objects) {
115
90
  const searchParams = new URLSearchParams(url.search);
116
91
  setFlattenedQueryParams(searchParams, objects);
117
92
  url.search = searchParams.toString();
118
93
  };
119
94
  /**
120
- *
121
- * @export
95
+ * JSON serialization helper function which replaces instances of unserializable types with serializable ones.
96
+ * This function will run for every key-value pair encountered by JSON.stringify while traversing an object.
97
+ * Converting a set to a string will return an empty object, so an intermediate conversion to an array is required.
122
98
  */
99
+ // @ts-ignore
100
+ export const replaceWithSerializableTypeIfNeeded = function (key, value) {
101
+ if (value instanceof Set) {
102
+ return Array.from(value);
103
+ }
104
+ else {
105
+ return value;
106
+ }
107
+ };
123
108
  export const serializeDataIfNeeded = function (value, requestOptions, configuration) {
124
109
  const nonString = typeof value !== 'string';
125
110
  const needsSerialization = nonString && configuration && configuration.isJsonMime
126
111
  ? configuration.isJsonMime(requestOptions.headers['Content-Type'])
127
112
  : nonString;
128
113
  return needsSerialization
129
- ? JSON.stringify(value !== undefined ? value : {})
114
+ ? JSON.stringify(value !== undefined ? value : {}, replaceWithSerializableTypeIfNeeded)
130
115
  : (value || "");
131
116
  };
132
- /**
133
- *
134
- * @export
135
- */
136
117
  export const toPathString = function (url) {
137
118
  return url.pathname + url.search + url.hash;
138
119
  };
139
- /**
140
- *
141
- * @export
142
- */
143
120
  export const createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configuration) {
144
121
  return (axios = globalAxios, basePath = BASE_PATH) => {
145
122
  var _a;
@@ -9,11 +9,23 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ interface AWSv4Configuration {
13
+ options?: {
14
+ region?: string;
15
+ service?: string;
16
+ };
17
+ credentials?: {
18
+ accessKeyId?: string;
19
+ secretAccessKey?: string;
20
+ sessionToken?: string;
21
+ };
22
+ }
12
23
  export interface ConfigurationParameters {
13
24
  apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
14
25
  username?: string;
15
26
  password?: string;
16
27
  accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
28
+ awsv4?: AWSv4Configuration;
17
29
  basePath?: string;
18
30
  serverIndex?: number;
19
31
  baseOptions?: any;
@@ -23,49 +35,43 @@ export declare class Configuration {
23
35
  /**
24
36
  * parameter for apiKey security
25
37
  * @param name security name
26
- * @memberof Configuration
27
38
  */
28
39
  apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
29
40
  /**
30
41
  * parameter for basic security
31
- *
32
- * @type {string}
33
- * @memberof Configuration
34
42
  */
35
43
  username?: string;
36
44
  /**
37
45
  * parameter for basic security
38
- *
39
- * @type {string}
40
- * @memberof Configuration
41
46
  */
42
47
  password?: string;
43
48
  /**
44
49
  * parameter for oauth2 security
45
50
  * @param name security name
46
51
  * @param scopes oauth2 scope
47
- * @memberof Configuration
48
52
  */
49
53
  accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
50
54
  /**
51
- * override base path
52
- *
53
- * @type {string}
55
+ * parameter for aws4 signature security
56
+ * @param {Object} AWS4Signature - AWS4 Signature security
57
+ * @param {string} options.region - aws region
58
+ * @param {string} options.service - name of the service.
59
+ * @param {string} credentials.accessKeyId - aws access key id
60
+ * @param {string} credentials.secretAccessKey - aws access key
61
+ * @param {string} credentials.sessionToken - aws session token
54
62
  * @memberof Configuration
55
63
  */
64
+ awsv4?: AWSv4Configuration;
65
+ /**
66
+ * override base path
67
+ */
56
68
  basePath?: string;
57
69
  /**
58
70
  * override server index
59
- *
60
- * @type {number}
61
- * @memberof Configuration
62
71
  */
63
72
  serverIndex?: number;
64
73
  /**
65
74
  * base options for axios calls
66
- *
67
- * @type {any}
68
- * @memberof Configuration
69
75
  */
70
76
  baseOptions?: any;
71
77
  /**
@@ -89,3 +95,4 @@ export declare class Configuration {
89
95
  */
90
96
  isJsonMime(mime: string): boolean;
91
97
  }
98
+ export {};
@@ -1,5 +1,4 @@
1
1
  /* tslint:disable */
2
- /* eslint-disable */
3
2
  /**
4
3
  * Cards API
5
4
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -18,6 +17,7 @@ export class Configuration {
18
17
  this.username = param.username;
19
18
  this.password = param.password;
20
19
  this.accessToken = param.accessToken;
20
+ this.awsv4 = param.awsv4;
21
21
  this.basePath = param.basePath;
22
22
  this.serverIndex = param.serverIndex;
23
23
  this.baseOptions = Object.assign(Object.assign({}, param.baseOptions), { headers: Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers) });
@@ -34,7 +34,7 @@ export class Configuration {
34
34
  * @return True if the given MIME is JSON, false otherwise.
35
35
  */
36
36
  isJsonMime(mime) {
37
- const jsonMime = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
38
- return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
37
+ const jsonMime = /^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$/i;
38
+ return mime !== null && jsonMime.test(mime);
39
39
  }
40
40
  }