@emilgroup/payment-sdk-node 1.22.1-beta.6 → 1.22.1-beta.61

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 (107) hide show
  1. package/.openapi-generator/FILES +21 -0
  2. package/README.md +2 -2
  3. package/api/billing-addresses-api.ts +695 -0
  4. package/api/credit-allocation-api.ts +460 -0
  5. package/api/payout-methods-api.ts +676 -0
  6. package/api/policy-payment-methods-api.ts +118 -0
  7. package/api.ts +6 -0
  8. package/base.ts +0 -1
  9. package/dist/api/bank-accounts-api.d.ts +6 -6
  10. package/dist/api/bank-orders-api.d.ts +5 -5
  11. package/dist/api/bank-transaction-api.d.ts +6 -6
  12. package/dist/api/billing-addresses-api.d.ts +393 -0
  13. package/dist/api/billing-addresses-api.js +646 -0
  14. package/dist/api/credit-allocation-api.d.ts +263 -0
  15. package/dist/api/credit-allocation-api.js +449 -0
  16. package/dist/api/exceeding-credits-api.d.ts +2 -2
  17. package/dist/api/health-check-api.d.ts +1 -1
  18. package/dist/api/payment-methods-api.d.ts +3 -3
  19. package/dist/api/payment-reminders-api.d.ts +4 -4
  20. package/dist/api/payment-setup-api.d.ts +2 -2
  21. package/dist/api/payments-api.d.ts +4 -4
  22. package/dist/api/payout-methods-api.d.ts +382 -0
  23. package/dist/api/payout-methods-api.js +639 -0
  24. package/dist/api/policy-payment-methods-api.d.ts +67 -2
  25. package/dist/api/policy-payment-methods-api.js +99 -0
  26. package/dist/api/refunds-api.d.ts +3 -3
  27. package/dist/api/tenant-bank-account-api.d.ts +5 -5
  28. package/dist/api/webhooks-api.d.ts +1 -1
  29. package/dist/api.d.ts +3 -0
  30. package/dist/api.js +3 -0
  31. package/dist/common.d.ts +1 -1
  32. package/dist/models/activate-policy-payment-method-request-dto.d.ts +24 -0
  33. package/dist/models/activate-policy-payment-method-request-dto.js +15 -0
  34. package/dist/models/bank-order-class.d.ts +3 -3
  35. package/dist/models/billing-address-class.d.ts +108 -0
  36. package/dist/models/billing-address-class.js +15 -0
  37. package/dist/models/billing-address-dto.d.ts +6 -0
  38. package/dist/models/create-bank-order-request-dto.d.ts +3 -3
  39. package/dist/models/create-billing-address-request-dto.d.ts +66 -0
  40. package/dist/models/create-billing-address-request-dto.js +15 -0
  41. package/dist/models/create-billing-address-response-class.d.ts +25 -0
  42. package/dist/models/create-billing-address-response-class.js +15 -0
  43. package/dist/models/create-credit-allocation-request-dto.d.ts +54 -0
  44. package/dist/models/create-credit-allocation-request-dto.js +21 -0
  45. package/dist/models/create-credit-allocation-response-class.d.ts +25 -0
  46. package/dist/models/create-credit-allocation-response-class.js +15 -0
  47. package/dist/models/create-payout-method-request-dto.d.ts +60 -0
  48. package/dist/models/create-payout-method-request-dto.js +15 -0
  49. package/dist/models/create-payout-method-response-class.d.ts +25 -0
  50. package/dist/models/create-payout-method-response-class.js +15 -0
  51. package/dist/models/create-tenant-bank-account-request-dto.d.ts +30 -0
  52. package/dist/models/credit-allocation-class.d.ts +115 -0
  53. package/dist/models/credit-allocation-class.js +21 -0
  54. package/dist/models/exceeding-credit-class.d.ts +6 -0
  55. package/dist/models/get-billing-address-response-class.d.ts +25 -0
  56. package/dist/models/get-billing-address-response-class.js +15 -0
  57. package/dist/models/get-credit-allocation-response-class.d.ts +25 -0
  58. package/dist/models/get-credit-allocation-response-class.js +15 -0
  59. package/dist/models/get-payout-method-response-class.d.ts +25 -0
  60. package/dist/models/get-payout-method-response-class.js +15 -0
  61. package/dist/models/index.d.ts +18 -0
  62. package/dist/models/index.js +18 -0
  63. package/dist/models/list-billing-addresses-response-class.d.ts +43 -0
  64. package/dist/models/list-billing-addresses-response-class.js +15 -0
  65. package/dist/models/list-credit-allocations-response-class.d.ts +43 -0
  66. package/dist/models/list-credit-allocations-response-class.js +15 -0
  67. package/dist/models/list-payout-methods-response-class.d.ts +43 -0
  68. package/dist/models/list-payout-methods-response-class.js +15 -0
  69. package/dist/models/payout-method-class.d.ts +115 -0
  70. package/dist/models/payout-method-class.js +15 -0
  71. package/dist/models/tenant-bank-account-class-without-expand-properties.d.ts +30 -0
  72. package/dist/models/tenant-bank-account-class.d.ts +30 -0
  73. package/dist/models/update-bank-order-request-dto.d.ts +3 -3
  74. package/dist/models/update-billing-address-request-dto.d.ts +66 -0
  75. package/dist/models/update-billing-address-request-dto.js +15 -0
  76. package/dist/models/update-billing-address-response-class.d.ts +25 -0
  77. package/dist/models/update-billing-address-response-class.js +15 -0
  78. package/dist/models/update-tenant-bank-account-rest-request-dto.d.ts +30 -0
  79. package/models/activate-policy-payment-method-request-dto.ts +30 -0
  80. package/models/bank-order-class.ts +3 -3
  81. package/models/billing-address-class.ts +114 -0
  82. package/models/billing-address-dto.ts +6 -0
  83. package/models/create-bank-order-request-dto.ts +3 -3
  84. package/models/create-billing-address-request-dto.ts +72 -0
  85. package/models/create-billing-address-response-class.ts +31 -0
  86. package/models/create-credit-allocation-request-dto.ts +63 -0
  87. package/models/create-credit-allocation-response-class.ts +31 -0
  88. package/models/create-payout-method-request-dto.ts +66 -0
  89. package/models/create-payout-method-response-class.ts +31 -0
  90. package/models/create-tenant-bank-account-request-dto.ts +30 -0
  91. package/models/credit-allocation-class.ts +124 -0
  92. package/models/exceeding-credit-class.ts +6 -0
  93. package/models/get-billing-address-response-class.ts +31 -0
  94. package/models/get-credit-allocation-response-class.ts +31 -0
  95. package/models/get-payout-method-response-class.ts +31 -0
  96. package/models/index.ts +18 -0
  97. package/models/list-billing-addresses-response-class.ts +49 -0
  98. package/models/list-credit-allocations-response-class.ts +49 -0
  99. package/models/list-payout-methods-response-class.ts +49 -0
  100. package/models/payout-method-class.ts +121 -0
  101. package/models/tenant-bank-account-class-without-expand-properties.ts +30 -0
  102. package/models/tenant-bank-account-class.ts +30 -0
  103. package/models/update-bank-order-request-dto.ts +3 -3
  104. package/models/update-billing-address-request-dto.ts +72 -0
  105. package/models/update-billing-address-response-class.ts +31 -0
  106. package/models/update-tenant-bank-account-rest-request-dto.ts +30 -0
  107. package/package.json +2 -2
@@ -0,0 +1,639 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Emil Payment Service
6
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __extends = (this && this.__extends) || (function () {
16
+ var extendStatics = function (d, b) {
17
+ extendStatics = Object.setPrototypeOf ||
18
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
20
+ return extendStatics(d, b);
21
+ };
22
+ return function (d, b) {
23
+ if (typeof b !== "function" && b !== null)
24
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
25
+ extendStatics(d, b);
26
+ function __() { this.constructor = d; }
27
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28
+ };
29
+ })();
30
+ var __assign = (this && this.__assign) || function () {
31
+ __assign = Object.assign || function(t) {
32
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
33
+ s = arguments[i];
34
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
35
+ t[p] = s[p];
36
+ }
37
+ return t;
38
+ };
39
+ return __assign.apply(this, arguments);
40
+ };
41
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
42
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
43
+ return new (P || (P = Promise))(function (resolve, reject) {
44
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
45
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
46
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
47
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
48
+ });
49
+ };
50
+ var __generator = (this && this.__generator) || function (thisArg, body) {
51
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
52
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
53
+ function verb(n) { return function (v) { return step([n, v]); }; }
54
+ function step(op) {
55
+ if (f) throw new TypeError("Generator is already executing.");
56
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
57
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
58
+ if (y = 0, t) op = [op[0] & 2, t.value];
59
+ switch (op[0]) {
60
+ case 0: case 1: t = op; break;
61
+ case 4: _.label++; return { value: op[1], done: false };
62
+ case 5: _.label++; y = op[1]; op = [0]; continue;
63
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
64
+ default:
65
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
66
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
67
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
68
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
69
+ if (t[2]) _.ops.pop();
70
+ _.trys.pop(); continue;
71
+ }
72
+ op = body.call(thisArg, _);
73
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
74
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
75
+ }
76
+ };
77
+ var __importDefault = (this && this.__importDefault) || function (mod) {
78
+ return (mod && mod.__esModule) ? mod : { "default": mod };
79
+ };
80
+ Object.defineProperty(exports, "__esModule", { value: true });
81
+ exports.PayoutMethodsApi = exports.PayoutMethodsApiFactory = exports.PayoutMethodsApiFp = exports.PayoutMethodsApiAxiosParamCreator = void 0;
82
+ var axios_1 = __importDefault(require("axios"));
83
+ // Some imports not used depending on template conditions
84
+ // @ts-ignore
85
+ var common_1 = require("../common");
86
+ // @ts-ignore
87
+ var base_1 = require("../base");
88
+ // URLSearchParams not necessarily used
89
+ // @ts-ignore
90
+ var url_1 = require("url");
91
+ var FormData = require('form-data');
92
+ /**
93
+ * PayoutMethodsApi - axios parameter creator
94
+ * @export
95
+ */
96
+ var PayoutMethodsApiAxiosParamCreator = function (configuration) {
97
+ var _this = this;
98
+ return {
99
+ /**
100
+ * Activates a payout method and deactivates the currently active payout method for the same partner **Required Permissions** \"payment-management.payments.update\"
101
+ * @summary Create the Payout Method Activation
102
+ * @param {string} code Unique identifier for the object.
103
+ * @param {string} [authorization] Bearer Token
104
+ * @param {*} [options] Override http request option.
105
+ * @throws {RequiredError}
106
+ */
107
+ activatePayoutMethod: function (code, authorization, options) {
108
+ if (options === void 0) { options = {}; }
109
+ return __awaiter(_this, void 0, void 0, function () {
110
+ var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
111
+ return __generator(this, function (_a) {
112
+ switch (_a.label) {
113
+ case 0:
114
+ // verify required parameter 'code' is not null or undefined
115
+ (0, common_1.assertParamExists)('activatePayoutMethod', 'code', code);
116
+ localVarPath = "/paymentservice/v1/payout-methods/{code}/activate"
117
+ .replace("{".concat("code", "}"), encodeURIComponent(String(code)));
118
+ localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
119
+ if (configuration) {
120
+ baseOptions = configuration.baseOptions;
121
+ baseAccessToken = configuration.accessToken;
122
+ }
123
+ localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
124
+ localVarHeaderParameter = {};
125
+ localVarQueryParameter = {};
126
+ // authentication bearer required
127
+ // http bearer authentication required
128
+ return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
129
+ case 1:
130
+ // authentication bearer required
131
+ // http bearer authentication required
132
+ _a.sent();
133
+ if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
134
+ localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
135
+ }
136
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
137
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
138
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
139
+ return [2 /*return*/, {
140
+ url: (0, common_1.toPathString)(localVarUrlObj),
141
+ options: localVarRequestOptions,
142
+ }];
143
+ }
144
+ });
145
+ });
146
+ },
147
+ /**
148
+ * Creates a new payout method **Required Permissions** \"payment-management.payments.create\"
149
+ * @summary Create the Payout Method
150
+ * @param {CreatePayoutMethodRequestDto} createPayoutMethodRequestDto
151
+ * @param {string} [authorization] Bearer Token
152
+ * @param {*} [options] Override http request option.
153
+ * @throws {RequiredError}
154
+ */
155
+ createPayoutMethod: function (createPayoutMethodRequestDto, authorization, options) {
156
+ if (options === void 0) { options = {}; }
157
+ return __awaiter(_this, void 0, void 0, function () {
158
+ var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
159
+ return __generator(this, function (_a) {
160
+ switch (_a.label) {
161
+ case 0:
162
+ // verify required parameter 'createPayoutMethodRequestDto' is not null or undefined
163
+ (0, common_1.assertParamExists)('createPayoutMethod', 'createPayoutMethodRequestDto', createPayoutMethodRequestDto);
164
+ localVarPath = "/paymentservice/v1/payout-methods";
165
+ localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
166
+ if (configuration) {
167
+ baseOptions = configuration.baseOptions;
168
+ baseAccessToken = configuration.accessToken;
169
+ }
170
+ localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
171
+ localVarHeaderParameter = {};
172
+ localVarQueryParameter = {};
173
+ // authentication bearer required
174
+ // http bearer authentication required
175
+ return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
176
+ case 1:
177
+ // authentication bearer required
178
+ // http bearer authentication required
179
+ _a.sent();
180
+ if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
181
+ localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
182
+ }
183
+ localVarHeaderParameter['Content-Type'] = 'application/json';
184
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
185
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
186
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
187
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createPayoutMethodRequestDto, localVarRequestOptions, configuration);
188
+ return [2 /*return*/, {
189
+ url: (0, common_1.toPathString)(localVarUrlObj),
190
+ options: localVarRequestOptions,
191
+ }];
192
+ }
193
+ });
194
+ });
195
+ },
196
+ /**
197
+ * Deletes a payout method by its code **Required Permissions** \"payment-management.payments.delete\"
198
+ * @summary Delete the Payout Method
199
+ * @param {string} code Unique identifier for the object.
200
+ * @param {string} [authorization] Bearer Token
201
+ * @param {*} [options] Override http request option.
202
+ * @throws {RequiredError}
203
+ */
204
+ deletePayoutMethod: function (code, authorization, options) {
205
+ if (options === void 0) { options = {}; }
206
+ return __awaiter(_this, void 0, void 0, function () {
207
+ var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
208
+ return __generator(this, function (_a) {
209
+ switch (_a.label) {
210
+ case 0:
211
+ // verify required parameter 'code' is not null or undefined
212
+ (0, common_1.assertParamExists)('deletePayoutMethod', 'code', code);
213
+ localVarPath = "/paymentservice/v1/payout-methods/{code}"
214
+ .replace("{".concat("code", "}"), encodeURIComponent(String(code)));
215
+ localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
216
+ if (configuration) {
217
+ baseOptions = configuration.baseOptions;
218
+ baseAccessToken = configuration.accessToken;
219
+ }
220
+ localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
221
+ localVarHeaderParameter = {};
222
+ localVarQueryParameter = {};
223
+ // authentication bearer required
224
+ // http bearer authentication required
225
+ return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
226
+ case 1:
227
+ // authentication bearer required
228
+ // http bearer authentication required
229
+ _a.sent();
230
+ if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
231
+ localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
232
+ }
233
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
234
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
235
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
236
+ return [2 /*return*/, {
237
+ url: (0, common_1.toPathString)(localVarUrlObj),
238
+ options: localVarRequestOptions,
239
+ }];
240
+ }
241
+ });
242
+ });
243
+ },
244
+ /**
245
+ * Retrieves the details of the Payout Method that was previously created. Supply the unique Payout Method code that was returned when you created it and Emil Api will return the corresponding Payout Method information. **Required Permissions** \"payment-management.payments.view\"
246
+ * @summary Retrieve the Payout Method
247
+ * @param {string} code
248
+ * @param {string} [authorization] Bearer Token
249
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: billingAddress&lt;i&gt;
250
+ * @param {*} [options] Override http request option.
251
+ * @throws {RequiredError}
252
+ */
253
+ getPayoutMethod: function (code, authorization, expand, options) {
254
+ if (options === void 0) { options = {}; }
255
+ return __awaiter(_this, void 0, void 0, function () {
256
+ var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
257
+ return __generator(this, function (_a) {
258
+ switch (_a.label) {
259
+ case 0:
260
+ // verify required parameter 'code' is not null or undefined
261
+ (0, common_1.assertParamExists)('getPayoutMethod', 'code', code);
262
+ localVarPath = "/paymentservice/v1/payout-methods/{code}"
263
+ .replace("{".concat("code", "}"), encodeURIComponent(String(code)));
264
+ localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
265
+ if (configuration) {
266
+ baseOptions = configuration.baseOptions;
267
+ baseAccessToken = configuration.accessToken;
268
+ }
269
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
270
+ localVarHeaderParameter = {};
271
+ localVarQueryParameter = {};
272
+ // authentication bearer required
273
+ // http bearer authentication required
274
+ return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
275
+ case 1:
276
+ // authentication bearer required
277
+ // http bearer authentication required
278
+ _a.sent();
279
+ if (expand !== undefined) {
280
+ localVarQueryParameter['expand'] = expand;
281
+ }
282
+ if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
283
+ localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
284
+ }
285
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
286
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
287
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
288
+ return [2 /*return*/, {
289
+ url: (0, common_1.toPathString)(localVarUrlObj),
290
+ options: localVarRequestOptions,
291
+ }];
292
+ }
293
+ });
294
+ });
295
+ },
296
+ /**
297
+ * Returns a list of Payout Methods you have previously created. The Payout Methods are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.payments.view\"
298
+ * @summary List Payout Methods
299
+ * @param {string} [authorization] Bearer Token
300
+ * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
301
+ * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
302
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, firstName, lastName, iban, bankName, accountCode, partnerCode, isActive, billingAddressCode, createdAt, updatedAt&lt;/i&gt;
303
+ * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: firstName, lastName, iban, bankName, accountCode, partnerCode, billingAddressCode&lt;/i&gt;
304
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, isActive, createdAt, updatedAt&lt;/i&gt;
305
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: billingAddress&lt;i&gt;
306
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, firstName, lastName, iban, bankName, accountCode, partnerCode, isActive, billingAddressCode, createdAt, updatedAt&lt;/i&gt;
307
+ * @param {*} [options] Override http request option.
308
+ * @throws {RequiredError}
309
+ */
310
+ listPayoutMethods: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
311
+ if (options === void 0) { options = {}; }
312
+ return __awaiter(_this, void 0, void 0, function () {
313
+ var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
314
+ return __generator(this, function (_a) {
315
+ switch (_a.label) {
316
+ case 0:
317
+ localVarPath = "/paymentservice/v1/payout-methods";
318
+ localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
319
+ if (configuration) {
320
+ baseOptions = configuration.baseOptions;
321
+ baseAccessToken = configuration.accessToken;
322
+ }
323
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
324
+ localVarHeaderParameter = {};
325
+ localVarQueryParameter = {};
326
+ // authentication bearer required
327
+ // http bearer authentication required
328
+ return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
329
+ case 1:
330
+ // authentication bearer required
331
+ // http bearer authentication required
332
+ _a.sent();
333
+ if (pageSize !== undefined) {
334
+ localVarQueryParameter['pageSize'] = pageSize;
335
+ }
336
+ if (pageToken !== undefined) {
337
+ localVarQueryParameter['pageToken'] = pageToken;
338
+ }
339
+ if (filter !== undefined) {
340
+ localVarQueryParameter['filter'] = filter;
341
+ }
342
+ if (search !== undefined) {
343
+ localVarQueryParameter['search'] = search;
344
+ }
345
+ if (order !== undefined) {
346
+ localVarQueryParameter['order'] = order;
347
+ }
348
+ if (expand !== undefined) {
349
+ localVarQueryParameter['expand'] = expand;
350
+ }
351
+ if (filters !== undefined) {
352
+ localVarQueryParameter['filters'] = filters;
353
+ }
354
+ if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
355
+ localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
356
+ }
357
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
358
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
359
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
360
+ return [2 /*return*/, {
361
+ url: (0, common_1.toPathString)(localVarUrlObj),
362
+ options: localVarRequestOptions,
363
+ }];
364
+ }
365
+ });
366
+ });
367
+ },
368
+ };
369
+ };
370
+ exports.PayoutMethodsApiAxiosParamCreator = PayoutMethodsApiAxiosParamCreator;
371
+ /**
372
+ * PayoutMethodsApi - functional programming interface
373
+ * @export
374
+ */
375
+ var PayoutMethodsApiFp = function (configuration) {
376
+ var localVarAxiosParamCreator = (0, exports.PayoutMethodsApiAxiosParamCreator)(configuration);
377
+ return {
378
+ /**
379
+ * Activates a payout method and deactivates the currently active payout method for the same partner **Required Permissions** \"payment-management.payments.update\"
380
+ * @summary Create the Payout Method Activation
381
+ * @param {string} code Unique identifier for the object.
382
+ * @param {string} [authorization] Bearer Token
383
+ * @param {*} [options] Override http request option.
384
+ * @throws {RequiredError}
385
+ */
386
+ activatePayoutMethod: function (code, authorization, options) {
387
+ return __awaiter(this, void 0, void 0, function () {
388
+ var localVarAxiosArgs;
389
+ return __generator(this, function (_a) {
390
+ switch (_a.label) {
391
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.activatePayoutMethod(code, authorization, options)];
392
+ case 1:
393
+ localVarAxiosArgs = _a.sent();
394
+ return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
395
+ }
396
+ });
397
+ });
398
+ },
399
+ /**
400
+ * Creates a new payout method **Required Permissions** \"payment-management.payments.create\"
401
+ * @summary Create the Payout Method
402
+ * @param {CreatePayoutMethodRequestDto} createPayoutMethodRequestDto
403
+ * @param {string} [authorization] Bearer Token
404
+ * @param {*} [options] Override http request option.
405
+ * @throws {RequiredError}
406
+ */
407
+ createPayoutMethod: function (createPayoutMethodRequestDto, authorization, options) {
408
+ return __awaiter(this, void 0, void 0, function () {
409
+ var localVarAxiosArgs;
410
+ return __generator(this, function (_a) {
411
+ switch (_a.label) {
412
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createPayoutMethod(createPayoutMethodRequestDto, authorization, options)];
413
+ case 1:
414
+ localVarAxiosArgs = _a.sent();
415
+ return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
416
+ }
417
+ });
418
+ });
419
+ },
420
+ /**
421
+ * Deletes a payout method by its code **Required Permissions** \"payment-management.payments.delete\"
422
+ * @summary Delete the Payout Method
423
+ * @param {string} code Unique identifier for the object.
424
+ * @param {string} [authorization] Bearer Token
425
+ * @param {*} [options] Override http request option.
426
+ * @throws {RequiredError}
427
+ */
428
+ deletePayoutMethod: function (code, authorization, options) {
429
+ return __awaiter(this, void 0, void 0, function () {
430
+ var localVarAxiosArgs;
431
+ return __generator(this, function (_a) {
432
+ switch (_a.label) {
433
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.deletePayoutMethod(code, authorization, options)];
434
+ case 1:
435
+ localVarAxiosArgs = _a.sent();
436
+ return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
437
+ }
438
+ });
439
+ });
440
+ },
441
+ /**
442
+ * Retrieves the details of the Payout Method that was previously created. Supply the unique Payout Method code that was returned when you created it and Emil Api will return the corresponding Payout Method information. **Required Permissions** \"payment-management.payments.view\"
443
+ * @summary Retrieve the Payout Method
444
+ * @param {string} code
445
+ * @param {string} [authorization] Bearer Token
446
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: billingAddress&lt;i&gt;
447
+ * @param {*} [options] Override http request option.
448
+ * @throws {RequiredError}
449
+ */
450
+ getPayoutMethod: function (code, authorization, expand, options) {
451
+ return __awaiter(this, void 0, void 0, function () {
452
+ var localVarAxiosArgs;
453
+ return __generator(this, function (_a) {
454
+ switch (_a.label) {
455
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPayoutMethod(code, authorization, expand, options)];
456
+ case 1:
457
+ localVarAxiosArgs = _a.sent();
458
+ return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
459
+ }
460
+ });
461
+ });
462
+ },
463
+ /**
464
+ * Returns a list of Payout Methods you have previously created. The Payout Methods are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.payments.view\"
465
+ * @summary List Payout Methods
466
+ * @param {string} [authorization] Bearer Token
467
+ * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
468
+ * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
469
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, firstName, lastName, iban, bankName, accountCode, partnerCode, isActive, billingAddressCode, createdAt, updatedAt&lt;/i&gt;
470
+ * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: firstName, lastName, iban, bankName, accountCode, partnerCode, billingAddressCode&lt;/i&gt;
471
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, isActive, createdAt, updatedAt&lt;/i&gt;
472
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: billingAddress&lt;i&gt;
473
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, firstName, lastName, iban, bankName, accountCode, partnerCode, isActive, billingAddressCode, createdAt, updatedAt&lt;/i&gt;
474
+ * @param {*} [options] Override http request option.
475
+ * @throws {RequiredError}
476
+ */
477
+ listPayoutMethods: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
478
+ return __awaiter(this, void 0, void 0, function () {
479
+ var localVarAxiosArgs;
480
+ return __generator(this, function (_a) {
481
+ switch (_a.label) {
482
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.listPayoutMethods(authorization, pageSize, pageToken, filter, search, order, expand, filters, options)];
483
+ case 1:
484
+ localVarAxiosArgs = _a.sent();
485
+ return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
486
+ }
487
+ });
488
+ });
489
+ },
490
+ };
491
+ };
492
+ exports.PayoutMethodsApiFp = PayoutMethodsApiFp;
493
+ /**
494
+ * PayoutMethodsApi - factory interface
495
+ * @export
496
+ */
497
+ var PayoutMethodsApiFactory = function (configuration, basePath, axios) {
498
+ var localVarFp = (0, exports.PayoutMethodsApiFp)(configuration);
499
+ return {
500
+ /**
501
+ * Activates a payout method and deactivates the currently active payout method for the same partner **Required Permissions** \"payment-management.payments.update\"
502
+ * @summary Create the Payout Method Activation
503
+ * @param {string} code Unique identifier for the object.
504
+ * @param {string} [authorization] Bearer Token
505
+ * @param {*} [options] Override http request option.
506
+ * @throws {RequiredError}
507
+ */
508
+ activatePayoutMethod: function (code, authorization, options) {
509
+ return localVarFp.activatePayoutMethod(code, authorization, options).then(function (request) { return request(axios, basePath); });
510
+ },
511
+ /**
512
+ * Creates a new payout method **Required Permissions** \"payment-management.payments.create\"
513
+ * @summary Create the Payout Method
514
+ * @param {CreatePayoutMethodRequestDto} createPayoutMethodRequestDto
515
+ * @param {string} [authorization] Bearer Token
516
+ * @param {*} [options] Override http request option.
517
+ * @throws {RequiredError}
518
+ */
519
+ createPayoutMethod: function (createPayoutMethodRequestDto, authorization, options) {
520
+ return localVarFp.createPayoutMethod(createPayoutMethodRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
521
+ },
522
+ /**
523
+ * Deletes a payout method by its code **Required Permissions** \"payment-management.payments.delete\"
524
+ * @summary Delete the Payout Method
525
+ * @param {string} code Unique identifier for the object.
526
+ * @param {string} [authorization] Bearer Token
527
+ * @param {*} [options] Override http request option.
528
+ * @throws {RequiredError}
529
+ */
530
+ deletePayoutMethod: function (code, authorization, options) {
531
+ return localVarFp.deletePayoutMethod(code, authorization, options).then(function (request) { return request(axios, basePath); });
532
+ },
533
+ /**
534
+ * Retrieves the details of the Payout Method that was previously created. Supply the unique Payout Method code that was returned when you created it and Emil Api will return the corresponding Payout Method information. **Required Permissions** \"payment-management.payments.view\"
535
+ * @summary Retrieve the Payout Method
536
+ * @param {string} code
537
+ * @param {string} [authorization] Bearer Token
538
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: billingAddress&lt;i&gt;
539
+ * @param {*} [options] Override http request option.
540
+ * @throws {RequiredError}
541
+ */
542
+ getPayoutMethod: function (code, authorization, expand, options) {
543
+ return localVarFp.getPayoutMethod(code, authorization, expand, options).then(function (request) { return request(axios, basePath); });
544
+ },
545
+ /**
546
+ * Returns a list of Payout Methods you have previously created. The Payout Methods are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.payments.view\"
547
+ * @summary List Payout Methods
548
+ * @param {string} [authorization] Bearer Token
549
+ * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
550
+ * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
551
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, firstName, lastName, iban, bankName, accountCode, partnerCode, isActive, billingAddressCode, createdAt, updatedAt&lt;/i&gt;
552
+ * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: firstName, lastName, iban, bankName, accountCode, partnerCode, billingAddressCode&lt;/i&gt;
553
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, isActive, createdAt, updatedAt&lt;/i&gt;
554
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: billingAddress&lt;i&gt;
555
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, firstName, lastName, iban, bankName, accountCode, partnerCode, isActive, billingAddressCode, createdAt, updatedAt&lt;/i&gt;
556
+ * @param {*} [options] Override http request option.
557
+ * @throws {RequiredError}
558
+ */
559
+ listPayoutMethods: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
560
+ return localVarFp.listPayoutMethods(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
561
+ },
562
+ };
563
+ };
564
+ exports.PayoutMethodsApiFactory = PayoutMethodsApiFactory;
565
+ /**
566
+ * PayoutMethodsApi - object-oriented interface
567
+ * @export
568
+ * @class PayoutMethodsApi
569
+ * @extends {BaseAPI}
570
+ */
571
+ var PayoutMethodsApi = /** @class */ (function (_super) {
572
+ __extends(PayoutMethodsApi, _super);
573
+ function PayoutMethodsApi() {
574
+ return _super !== null && _super.apply(this, arguments) || this;
575
+ }
576
+ /**
577
+ * Activates a payout method and deactivates the currently active payout method for the same partner **Required Permissions** \"payment-management.payments.update\"
578
+ * @summary Create the Payout Method Activation
579
+ * @param {PayoutMethodsApiActivatePayoutMethodRequest} requestParameters Request parameters.
580
+ * @param {*} [options] Override http request option.
581
+ * @throws {RequiredError}
582
+ * @memberof PayoutMethodsApi
583
+ */
584
+ PayoutMethodsApi.prototype.activatePayoutMethod = function (requestParameters, options) {
585
+ var _this = this;
586
+ return (0, exports.PayoutMethodsApiFp)(this.configuration).activatePayoutMethod(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
587
+ };
588
+ /**
589
+ * Creates a new payout method **Required Permissions** \"payment-management.payments.create\"
590
+ * @summary Create the Payout Method
591
+ * @param {PayoutMethodsApiCreatePayoutMethodRequest} requestParameters Request parameters.
592
+ * @param {*} [options] Override http request option.
593
+ * @throws {RequiredError}
594
+ * @memberof PayoutMethodsApi
595
+ */
596
+ PayoutMethodsApi.prototype.createPayoutMethod = function (requestParameters, options) {
597
+ var _this = this;
598
+ return (0, exports.PayoutMethodsApiFp)(this.configuration).createPayoutMethod(requestParameters.createPayoutMethodRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
599
+ };
600
+ /**
601
+ * Deletes a payout method by its code **Required Permissions** \"payment-management.payments.delete\"
602
+ * @summary Delete the Payout Method
603
+ * @param {PayoutMethodsApiDeletePayoutMethodRequest} requestParameters Request parameters.
604
+ * @param {*} [options] Override http request option.
605
+ * @throws {RequiredError}
606
+ * @memberof PayoutMethodsApi
607
+ */
608
+ PayoutMethodsApi.prototype.deletePayoutMethod = function (requestParameters, options) {
609
+ var _this = this;
610
+ return (0, exports.PayoutMethodsApiFp)(this.configuration).deletePayoutMethod(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
611
+ };
612
+ /**
613
+ * Retrieves the details of the Payout Method that was previously created. Supply the unique Payout Method code that was returned when you created it and Emil Api will return the corresponding Payout Method information. **Required Permissions** \"payment-management.payments.view\"
614
+ * @summary Retrieve the Payout Method
615
+ * @param {PayoutMethodsApiGetPayoutMethodRequest} requestParameters Request parameters.
616
+ * @param {*} [options] Override http request option.
617
+ * @throws {RequiredError}
618
+ * @memberof PayoutMethodsApi
619
+ */
620
+ PayoutMethodsApi.prototype.getPayoutMethod = function (requestParameters, options) {
621
+ var _this = this;
622
+ return (0, exports.PayoutMethodsApiFp)(this.configuration).getPayoutMethod(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
623
+ };
624
+ /**
625
+ * Returns a list of Payout Methods you have previously created. The Payout Methods are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.payments.view\"
626
+ * @summary List Payout Methods
627
+ * @param {PayoutMethodsApiListPayoutMethodsRequest} requestParameters Request parameters.
628
+ * @param {*} [options] Override http request option.
629
+ * @throws {RequiredError}
630
+ * @memberof PayoutMethodsApi
631
+ */
632
+ PayoutMethodsApi.prototype.listPayoutMethods = function (requestParameters, options) {
633
+ var _this = this;
634
+ if (requestParameters === void 0) { requestParameters = {}; }
635
+ return (0, exports.PayoutMethodsApiFp)(this.configuration).listPayoutMethods(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
636
+ };
637
+ return PayoutMethodsApi;
638
+ }(base_1.BaseAPI));
639
+ exports.PayoutMethodsApi = PayoutMethodsApi;