@emilgroup/payment-sdk-node 1.13.1-beta.2 → 1.13.1-beta.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 (111) hide show
  1. package/.openapi-generator/FILES +0 -6
  2. package/README.md +2 -2
  3. package/api/bank-accounts-api.ts +1 -1
  4. package/api/bank-transaction-api.ts +2 -203
  5. package/api/default-api.ts +1 -1
  6. package/api/payment-methods-api.ts +1 -1
  7. package/api/payment-reminders-api.ts +1 -1
  8. package/api/payment-setup-api.ts +1 -1
  9. package/api/payments-api.ts +1 -1
  10. package/api/tenant-bank-account-api.ts +1 -1
  11. package/api/webhooks-api.ts +1 -1
  12. package/api.ts +1 -3
  13. package/base.ts +1 -1
  14. package/common.ts +2 -2
  15. package/configuration.ts +1 -1
  16. package/dist/api/bank-accounts-api.d.ts +1 -1
  17. package/dist/api/bank-accounts-api.js +1 -1
  18. package/dist/api/bank-transaction-api.d.ts +1 -111
  19. package/dist/api/bank-transaction-api.js +1 -185
  20. package/dist/api/default-api.d.ts +1 -1
  21. package/dist/api/default-api.js +1 -1
  22. package/dist/api/payment-methods-api.d.ts +1 -1
  23. package/dist/api/payment-methods-api.js +1 -1
  24. package/dist/api/payment-reminders-api.d.ts +1 -1
  25. package/dist/api/payment-reminders-api.js +1 -1
  26. package/dist/api/payment-setup-api.d.ts +1 -1
  27. package/dist/api/payment-setup-api.js +1 -1
  28. package/dist/api/payments-api.d.ts +1 -1
  29. package/dist/api/payments-api.js +1 -1
  30. package/dist/api/tenant-bank-account-api.d.ts +1 -1
  31. package/dist/api/tenant-bank-account-api.js +1 -1
  32. package/dist/api/webhooks-api.d.ts +1 -1
  33. package/dist/api/webhooks-api.js +1 -1
  34. package/dist/api.d.ts +1 -2
  35. package/dist/api.js +1 -2
  36. package/dist/base.d.ts +1 -1
  37. package/dist/base.js +1 -1
  38. package/dist/common.d.ts +2 -2
  39. package/dist/common.js +1 -1
  40. package/dist/configuration.d.ts +1 -1
  41. package/dist/configuration.js +1 -1
  42. package/dist/index.d.ts +1 -1
  43. package/dist/index.js +1 -1
  44. package/dist/models/bank-transaction-response-class.d.ts +7 -1
  45. package/dist/models/bank-transaction-response-class.js +1 -1
  46. package/dist/models/create-payment-reminder-request-dto.d.ts +1 -1
  47. package/dist/models/create-payment-reminder-request-dto.js +1 -1
  48. package/dist/models/create-payment-request-dto.d.ts +1 -1
  49. package/dist/models/create-payment-request-dto.js +1 -1
  50. package/dist/models/create-tenant-bank-account-request-dto.d.ts +1 -1
  51. package/dist/models/create-tenant-bank-account-request-dto.js +1 -1
  52. package/dist/models/deactivate-payment-reminder-request-dto.d.ts +1 -1
  53. package/dist/models/deactivate-payment-reminder-request-dto.js +1 -1
  54. package/dist/models/get-bank-transactions-response-class.d.ts +1 -1
  55. package/dist/models/get-bank-transactions-response-class.js +1 -1
  56. package/dist/models/get-request-dto.d.ts +1 -1
  57. package/dist/models/get-request-dto.js +1 -1
  58. package/dist/models/get-tenant-bank-account-response-class.d.ts +1 -1
  59. package/dist/models/get-tenant-bank-account-response-class.js +1 -1
  60. package/dist/models/index.d.ts +0 -5
  61. package/dist/models/index.js +0 -5
  62. package/dist/models/inline-response200.d.ts +1 -1
  63. package/dist/models/inline-response200.js +1 -1
  64. package/dist/models/inline-response503.d.ts +1 -1
  65. package/dist/models/inline-response503.js +1 -1
  66. package/dist/models/list-bank-transactions-response-class.d.ts +1 -1
  67. package/dist/models/list-bank-transactions-response-class.js +1 -1
  68. package/dist/models/tenant-bank-account-response-class.d.ts +1 -1
  69. package/dist/models/tenant-bank-account-response-class.js +1 -1
  70. package/dist/models/transaction-class.d.ts +1 -1
  71. package/dist/models/transaction-class.js +1 -1
  72. package/dist/models/update-tenant-bank-account-rest-request-dto.d.ts +1 -1
  73. package/dist/models/update-tenant-bank-account-rest-request-dto.js +1 -1
  74. package/dist/models/validate-pspconfig-request-dto.d.ts +1 -1
  75. package/dist/models/validate-pspconfig-request-dto.js +1 -1
  76. package/index.ts +1 -1
  77. package/models/bank-transaction-response-class.ts +7 -1
  78. package/models/create-payment-reminder-request-dto.ts +1 -1
  79. package/models/create-payment-request-dto.ts +1 -1
  80. package/models/create-tenant-bank-account-request-dto.ts +1 -1
  81. package/models/deactivate-payment-reminder-request-dto.ts +1 -1
  82. package/models/get-bank-transactions-response-class.ts +1 -1
  83. package/models/get-request-dto.ts +1 -1
  84. package/models/get-tenant-bank-account-response-class.ts +1 -1
  85. package/models/index.ts +0 -5
  86. package/models/inline-response200.ts +1 -1
  87. package/models/inline-response503.ts +1 -1
  88. package/models/list-bank-transactions-response-class.ts +1 -1
  89. package/models/tenant-bank-account-response-class.ts +1 -1
  90. package/models/transaction-class.ts +1 -1
  91. package/models/update-tenant-bank-account-rest-request-dto.ts +1 -1
  92. package/models/validate-pspconfig-request-dto.ts +1 -1
  93. package/package.json +1 -1
  94. package/api/refunds-api.ts +0 -480
  95. package/dist/api/refunds-api.d.ts +0 -269
  96. package/dist/api/refunds-api.js +0 -453
  97. package/dist/models/create-refund-request-dto.d.ts +0 -24
  98. package/dist/models/create-refund-request-dto.js +0 -15
  99. package/dist/models/create-refund-response-class.d.ts +0 -25
  100. package/dist/models/create-refund-response-class.js +0 -15
  101. package/dist/models/get-refund-response-class.d.ts +0 -25
  102. package/dist/models/get-refund-response-class.js +0 -15
  103. package/dist/models/list-refunds-response-class.d.ts +0 -31
  104. package/dist/models/list-refunds-response-class.js +0 -15
  105. package/dist/models/refund-class.d.ts +0 -104
  106. package/dist/models/refund-class.js +0 -28
  107. package/models/create-refund-request-dto.ts +0 -30
  108. package/models/create-refund-response-class.ts +0 -31
  109. package/models/get-refund-response-class.ts +0 -31
  110. package/models/list-refunds-response-class.ts +0 -37
  111. package/models/refund-class.ts +0 -114
@@ -3,7 +3,7 @@
3
3
  * 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.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- * Contact: z
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -38,15 +38,6 @@ export declare const BankTransactionApiAxiosParamCreator: (configuration?: Confi
38
38
  * @throws {RequiredError}
39
39
  */
40
40
  importBankTransactions: (authorization?: string, file?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
41
- /**
42
- * Links a bank transaction with an invoice
43
- * @summary Link Bank Transaction
44
- * @param {string} code Code of the bank transaction to link
45
- * @param {string} [authorization] Bearer Token
46
- * @param {*} [options] Override http request option.
47
- * @throws {RequiredError}
48
- */
49
- linkBankTransaction: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
50
41
  /**
51
42
  * Returns a list of bank transactions you have previously created. The bank transactions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
52
43
  * @summary List bank transactions
@@ -62,15 +53,6 @@ export declare const BankTransactionApiAxiosParamCreator: (configuration?: Confi
62
53
  * @throws {RequiredError}
63
54
  */
64
55
  listBankTransactions: (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: string, filters?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
65
- /**
66
- * Unlinks an already linked bank transaction
67
- * @summary Unlink Bank Transaction
68
- * @param {string} code Code of the bank transaction to unlink
69
- * @param {string} [authorization] Bearer Token
70
- * @param {*} [options] Override http request option.
71
- * @throws {RequiredError}
72
- */
73
- unlinkBankTransaction: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
74
56
  };
75
57
  /**
76
58
  * BankTransactionApi - functional programming interface
@@ -96,15 +78,6 @@ export declare const BankTransactionApiFp: (configuration?: Configuration) => {
96
78
  * @throws {RequiredError}
97
79
  */
98
80
  importBankTransactions(authorization?: string, file?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListBankTransactionsResponseClass>>;
99
- /**
100
- * Links a bank transaction with an invoice
101
- * @summary Link Bank Transaction
102
- * @param {string} code Code of the bank transaction to link
103
- * @param {string} [authorization] Bearer Token
104
- * @param {*} [options] Override http request option.
105
- * @throws {RequiredError}
106
- */
107
- linkBankTransaction(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetBankTransactionsResponseClass>>;
108
81
  /**
109
82
  * Returns a list of bank transactions you have previously created. The bank transactions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
110
83
  * @summary List bank transactions
@@ -120,15 +93,6 @@ export declare const BankTransactionApiFp: (configuration?: Configuration) => {
120
93
  * @throws {RequiredError}
121
94
  */
122
95
  listBankTransactions(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: string, filters?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
123
- /**
124
- * Unlinks an already linked bank transaction
125
- * @summary Unlink Bank Transaction
126
- * @param {string} code Code of the bank transaction to unlink
127
- * @param {string} [authorization] Bearer Token
128
- * @param {*} [options] Override http request option.
129
- * @throws {RequiredError}
130
- */
131
- unlinkBankTransaction(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetBankTransactionsResponseClass>>;
132
96
  };
133
97
  /**
134
98
  * BankTransactionApi - factory interface
@@ -154,15 +118,6 @@ export declare const BankTransactionApiFactory: (configuration?: Configuration,
154
118
  * @throws {RequiredError}
155
119
  */
156
120
  importBankTransactions(authorization?: string, file?: any, options?: any): AxiosPromise<ListBankTransactionsResponseClass>;
157
- /**
158
- * Links a bank transaction with an invoice
159
- * @summary Link Bank Transaction
160
- * @param {string} code Code of the bank transaction to link
161
- * @param {string} [authorization] Bearer Token
162
- * @param {*} [options] Override http request option.
163
- * @throws {RequiredError}
164
- */
165
- linkBankTransaction(code: string, authorization?: string, options?: any): AxiosPromise<GetBankTransactionsResponseClass>;
166
121
  /**
167
122
  * Returns a list of bank transactions you have previously created. The bank transactions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
168
123
  * @summary List bank transactions
@@ -178,15 +133,6 @@ export declare const BankTransactionApiFactory: (configuration?: Configuration,
178
133
  * @throws {RequiredError}
179
134
  */
180
135
  listBankTransactions(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: string, filters?: any, options?: any): AxiosPromise<void>;
181
- /**
182
- * Unlinks an already linked bank transaction
183
- * @summary Unlink Bank Transaction
184
- * @param {string} code Code of the bank transaction to unlink
185
- * @param {string} [authorization] Bearer Token
186
- * @param {*} [options] Override http request option.
187
- * @throws {RequiredError}
188
- */
189
- unlinkBankTransaction(code: string, authorization?: string, options?: any): AxiosPromise<GetBankTransactionsResponseClass>;
190
136
  };
191
137
  /**
192
138
  * Request parameters for getBankTransaction operation in BankTransactionApi.
@@ -232,25 +178,6 @@ export interface BankTransactionApiImportBankTransactionsRequest {
232
178
  */
233
179
  readonly file?: any;
234
180
  }
235
- /**
236
- * Request parameters for linkBankTransaction operation in BankTransactionApi.
237
- * @export
238
- * @interface BankTransactionApiLinkBankTransactionRequest
239
- */
240
- export interface BankTransactionApiLinkBankTransactionRequest {
241
- /**
242
- * Code of the bank transaction to link
243
- * @type {string}
244
- * @memberof BankTransactionApiLinkBankTransaction
245
- */
246
- readonly code: string;
247
- /**
248
- * Bearer Token
249
- * @type {string}
250
- * @memberof BankTransactionApiLinkBankTransaction
251
- */
252
- readonly authorization?: string;
253
- }
254
181
  /**
255
182
  * Request parameters for listBankTransactions operation in BankTransactionApi.
256
183
  * @export
@@ -306,25 +233,6 @@ export interface BankTransactionApiListBankTransactionsRequest {
306
233
  */
307
234
  readonly filters?: any;
308
235
  }
309
- /**
310
- * Request parameters for unlinkBankTransaction operation in BankTransactionApi.
311
- * @export
312
- * @interface BankTransactionApiUnlinkBankTransactionRequest
313
- */
314
- export interface BankTransactionApiUnlinkBankTransactionRequest {
315
- /**
316
- * Code of the bank transaction to unlink
317
- * @type {string}
318
- * @memberof BankTransactionApiUnlinkBankTransaction
319
- */
320
- readonly code: string;
321
- /**
322
- * Bearer Token
323
- * @type {string}
324
- * @memberof BankTransactionApiUnlinkBankTransaction
325
- */
326
- readonly authorization?: string;
327
- }
328
236
  /**
329
237
  * BankTransactionApi - object-oriented interface
330
238
  * @export
@@ -350,15 +258,6 @@ export declare class BankTransactionApi extends BaseAPI {
350
258
  * @memberof BankTransactionApi
351
259
  */
352
260
  importBankTransactions(requestParameters?: BankTransactionApiImportBankTransactionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListBankTransactionsResponseClass, any>>;
353
- /**
354
- * Links a bank transaction with an invoice
355
- * @summary Link Bank Transaction
356
- * @param {BankTransactionApiLinkBankTransactionRequest} requestParameters Request parameters.
357
- * @param {*} [options] Override http request option.
358
- * @throws {RequiredError}
359
- * @memberof BankTransactionApi
360
- */
361
- linkBankTransaction(requestParameters: BankTransactionApiLinkBankTransactionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetBankTransactionsResponseClass, any>>;
362
261
  /**
363
262
  * Returns a list of bank transactions you have previously created. The bank transactions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
364
263
  * @summary List bank transactions
@@ -368,13 +267,4 @@ export declare class BankTransactionApi extends BaseAPI {
368
267
  * @memberof BankTransactionApi
369
268
  */
370
269
  listBankTransactions(requestParameters?: BankTransactionApiListBankTransactionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
371
- /**
372
- * Unlinks an already linked bank transaction
373
- * @summary Unlink Bank Transaction
374
- * @param {BankTransactionApiUnlinkBankTransactionRequest} requestParameters Request parameters.
375
- * @param {*} [options] Override http request option.
376
- * @throws {RequiredError}
377
- * @memberof BankTransactionApi
378
- */
379
- unlinkBankTransaction(requestParameters: BankTransactionApiUnlinkBankTransactionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetBankTransactionsResponseClass, any>>;
380
270
  }
@@ -6,7 +6,7 @@
6
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
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- * Contact: z
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -199,54 +199,6 @@ var BankTransactionApiAxiosParamCreator = function (configuration) {
199
199
  });
200
200
  });
201
201
  },
202
- /**
203
- * Links a bank transaction with an invoice
204
- * @summary Link Bank Transaction
205
- * @param {string} code Code of the bank transaction to link
206
- * @param {string} [authorization] Bearer Token
207
- * @param {*} [options] Override http request option.
208
- * @throws {RequiredError}
209
- */
210
- linkBankTransaction: function (code, authorization, options) {
211
- if (options === void 0) { options = {}; }
212
- return __awaiter(_this, void 0, void 0, function () {
213
- var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
214
- return __generator(this, function (_a) {
215
- switch (_a.label) {
216
- case 0:
217
- // verify required parameter 'code' is not null or undefined
218
- (0, common_1.assertParamExists)('linkBankTransaction', 'code', code);
219
- localVarPath = "/paymentservice/v1/tenant/bank-transactions/{code}/link"
220
- .replace("{".concat("code", "}"), encodeURIComponent(String(code)));
221
- localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
222
- if (configuration) {
223
- baseOptions = configuration.baseOptions;
224
- baseAccessToken = configuration.accessToken;
225
- }
226
- localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
227
- localVarHeaderParameter = {};
228
- localVarQueryParameter = {};
229
- // authentication bearer required
230
- // http bearer authentication required
231
- return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
232
- case 1:
233
- // authentication bearer required
234
- // http bearer authentication required
235
- _a.sent();
236
- if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
237
- localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
238
- }
239
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
240
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
241
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
242
- return [2 /*return*/, {
243
- url: (0, common_1.toPathString)(localVarUrlObj),
244
- options: localVarRequestOptions,
245
- }];
246
- }
247
- });
248
- });
249
- },
250
202
  /**
251
203
  * Returns a list of bank transactions you have previously created. The bank transactions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
252
204
  * @summary List bank transactions
@@ -319,54 +271,6 @@ var BankTransactionApiAxiosParamCreator = function (configuration) {
319
271
  });
320
272
  });
321
273
  },
322
- /**
323
- * Unlinks an already linked bank transaction
324
- * @summary Unlink Bank Transaction
325
- * @param {string} code Code of the bank transaction to unlink
326
- * @param {string} [authorization] Bearer Token
327
- * @param {*} [options] Override http request option.
328
- * @throws {RequiredError}
329
- */
330
- unlinkBankTransaction: function (code, authorization, options) {
331
- if (options === void 0) { options = {}; }
332
- return __awaiter(_this, void 0, void 0, function () {
333
- var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
334
- return __generator(this, function (_a) {
335
- switch (_a.label) {
336
- case 0:
337
- // verify required parameter 'code' is not null or undefined
338
- (0, common_1.assertParamExists)('unlinkBankTransaction', 'code', code);
339
- localVarPath = "/paymentservice/v1/tenant/bank-transactions/{code}/unlink"
340
- .replace("{".concat("code", "}"), encodeURIComponent(String(code)));
341
- localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
342
- if (configuration) {
343
- baseOptions = configuration.baseOptions;
344
- baseAccessToken = configuration.accessToken;
345
- }
346
- localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
347
- localVarHeaderParameter = {};
348
- localVarQueryParameter = {};
349
- // authentication bearer required
350
- // http bearer authentication required
351
- return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
352
- case 1:
353
- // authentication bearer required
354
- // http bearer authentication required
355
- _a.sent();
356
- if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
357
- localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
358
- }
359
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
360
- headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
361
- localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
362
- return [2 /*return*/, {
363
- url: (0, common_1.toPathString)(localVarUrlObj),
364
- options: localVarRequestOptions,
365
- }];
366
- }
367
- });
368
- });
369
- },
370
274
  };
371
275
  };
372
276
  exports.BankTransactionApiAxiosParamCreator = BankTransactionApiAxiosParamCreator;
@@ -420,27 +324,6 @@ var BankTransactionApiFp = function (configuration) {
420
324
  });
421
325
  });
422
326
  },
423
- /**
424
- * Links a bank transaction with an invoice
425
- * @summary Link Bank Transaction
426
- * @param {string} code Code of the bank transaction to link
427
- * @param {string} [authorization] Bearer Token
428
- * @param {*} [options] Override http request option.
429
- * @throws {RequiredError}
430
- */
431
- linkBankTransaction: function (code, authorization, options) {
432
- return __awaiter(this, void 0, void 0, function () {
433
- var localVarAxiosArgs;
434
- return __generator(this, function (_a) {
435
- switch (_a.label) {
436
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.linkBankTransaction(code, authorization, options)];
437
- case 1:
438
- localVarAxiosArgs = _a.sent();
439
- return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
440
- }
441
- });
442
- });
443
- },
444
327
  /**
445
328
  * Returns a list of bank transactions you have previously created. The bank transactions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
446
329
  * @summary List bank transactions
@@ -468,27 +351,6 @@ var BankTransactionApiFp = function (configuration) {
468
351
  });
469
352
  });
470
353
  },
471
- /**
472
- * Unlinks an already linked bank transaction
473
- * @summary Unlink Bank Transaction
474
- * @param {string} code Code of the bank transaction to unlink
475
- * @param {string} [authorization] Bearer Token
476
- * @param {*} [options] Override http request option.
477
- * @throws {RequiredError}
478
- */
479
- unlinkBankTransaction: function (code, authorization, options) {
480
- return __awaiter(this, void 0, void 0, function () {
481
- var localVarAxiosArgs;
482
- return __generator(this, function (_a) {
483
- switch (_a.label) {
484
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.unlinkBankTransaction(code, authorization, options)];
485
- case 1:
486
- localVarAxiosArgs = _a.sent();
487
- return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
488
- }
489
- });
490
- });
491
- },
492
354
  };
493
355
  };
494
356
  exports.BankTransactionApiFp = BankTransactionApiFp;
@@ -522,17 +384,6 @@ var BankTransactionApiFactory = function (configuration, basePath, axios) {
522
384
  importBankTransactions: function (authorization, file, options) {
523
385
  return localVarFp.importBankTransactions(authorization, file, options).then(function (request) { return request(axios, basePath); });
524
386
  },
525
- /**
526
- * Links a bank transaction with an invoice
527
- * @summary Link Bank Transaction
528
- * @param {string} code Code of the bank transaction to link
529
- * @param {string} [authorization] Bearer Token
530
- * @param {*} [options] Override http request option.
531
- * @throws {RequiredError}
532
- */
533
- linkBankTransaction: function (code, authorization, options) {
534
- return localVarFp.linkBankTransaction(code, authorization, options).then(function (request) { return request(axios, basePath); });
535
- },
536
387
  /**
537
388
  * Returns a list of bank transactions you have previously created. The bank transactions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
538
389
  * @summary List bank transactions
@@ -550,17 +401,6 @@ var BankTransactionApiFactory = function (configuration, basePath, axios) {
550
401
  listBankTransactions: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
551
402
  return localVarFp.listBankTransactions(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
552
403
  },
553
- /**
554
- * Unlinks an already linked bank transaction
555
- * @summary Unlink Bank Transaction
556
- * @param {string} code Code of the bank transaction to unlink
557
- * @param {string} [authorization] Bearer Token
558
- * @param {*} [options] Override http request option.
559
- * @throws {RequiredError}
560
- */
561
- unlinkBankTransaction: function (code, authorization, options) {
562
- return localVarFp.unlinkBankTransaction(code, authorization, options).then(function (request) { return request(axios, basePath); });
563
- },
564
404
  };
565
405
  };
566
406
  exports.BankTransactionApiFactory = BankTransactionApiFactory;
@@ -600,18 +440,6 @@ var BankTransactionApi = /** @class */ (function (_super) {
600
440
  if (requestParameters === void 0) { requestParameters = {}; }
601
441
  return (0, exports.BankTransactionApiFp)(this.configuration).importBankTransactions(requestParameters.authorization, requestParameters.file, options).then(function (request) { return request(_this.axios, _this.basePath); });
602
442
  };
603
- /**
604
- * Links a bank transaction with an invoice
605
- * @summary Link Bank Transaction
606
- * @param {BankTransactionApiLinkBankTransactionRequest} requestParameters Request parameters.
607
- * @param {*} [options] Override http request option.
608
- * @throws {RequiredError}
609
- * @memberof BankTransactionApi
610
- */
611
- BankTransactionApi.prototype.linkBankTransaction = function (requestParameters, options) {
612
- var _this = this;
613
- return (0, exports.BankTransactionApiFp)(this.configuration).linkBankTransaction(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
614
- };
615
443
  /**
616
444
  * Returns a list of bank transactions you have previously created. The bank transactions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
617
445
  * @summary List bank transactions
@@ -625,18 +453,6 @@ var BankTransactionApi = /** @class */ (function (_super) {
625
453
  if (requestParameters === void 0) { requestParameters = {}; }
626
454
  return (0, exports.BankTransactionApiFp)(this.configuration).listBankTransactions(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); });
627
455
  };
628
- /**
629
- * Unlinks an already linked bank transaction
630
- * @summary Unlink Bank Transaction
631
- * @param {BankTransactionApiUnlinkBankTransactionRequest} requestParameters Request parameters.
632
- * @param {*} [options] Override http request option.
633
- * @throws {RequiredError}
634
- * @memberof BankTransactionApi
635
- */
636
- BankTransactionApi.prototype.unlinkBankTransaction = function (requestParameters, options) {
637
- var _this = this;
638
- return (0, exports.BankTransactionApiFp)(this.configuration).unlinkBankTransaction(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
639
- };
640
456
  return BankTransactionApi;
641
457
  }(base_1.BaseAPI));
642
458
  exports.BankTransactionApi = BankTransactionApi;
@@ -3,7 +3,7 @@
3
3
  * 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.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- * Contact: z
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
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
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- * Contact: z
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * 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.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- * Contact: z
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
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
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- * Contact: z
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * 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.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- * Contact: z
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
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
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- * Contact: z
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * 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.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- * Contact: z
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
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
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- * Contact: z
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * 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.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- * Contact: z
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
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
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- * Contact: z
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * 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.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- * Contact: z
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
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
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- * Contact: z
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * 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.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- * Contact: z
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
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
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- * Contact: z
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
package/dist/api.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * 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.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- * Contact: z
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -16,6 +16,5 @@ export * from './api/payment-methods-api';
16
16
  export * from './api/payment-reminders-api';
17
17
  export * from './api/payment-setup-api';
18
18
  export * from './api/payments-api';
19
- export * from './api/refunds-api';
20
19
  export * from './api/tenant-bank-account-api';
21
20
  export * from './api/webhooks-api';
package/dist/api.js CHANGED
@@ -6,7 +6,7 @@
6
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
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- * Contact: z
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -34,6 +34,5 @@ __exportStar(require("./api/payment-methods-api"), exports);
34
34
  __exportStar(require("./api/payment-reminders-api"), exports);
35
35
  __exportStar(require("./api/payment-setup-api"), exports);
36
36
  __exportStar(require("./api/payments-api"), exports);
37
- __exportStar(require("./api/refunds-api"), exports);
38
37
  __exportStar(require("./api/tenant-bank-account-api"), exports);
39
38
  __exportStar(require("./api/webhooks-api"), exports);
package/dist/base.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * 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.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- * Contact: z
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
package/dist/base.js CHANGED
@@ -6,7 +6,7 @@
6
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
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- * Contact: z
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
package/dist/common.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * 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.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- * Contact: z
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -69,7 +69,7 @@ export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios
69
69
  * 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.
70
70
  *
71
71
  * The version of the OpenAPI document: 1.0
72
- * Contact: z
72
+ * Contact: kontakt@emil.de
73
73
  *
74
74
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
75
75
  * https://openapi-generator.tech