@emilgroup/payment-sdk 1.4.1-beta.22 → 1.4.1-beta.24

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 (144) hide show
  1. package/.openapi-generator/FILES +0 -7
  2. package/README.md +2 -2
  3. package/api/bank-accounts-api.ts +19 -461
  4. package/api/bank-transaction-api.ts +1 -1
  5. package/api/default-api.ts +1 -1
  6. package/api/payment-methods-api.ts +35 -142
  7. package/api/payment-reminders-api.ts +1 -1
  8. package/api/payment-setup-api.ts +1 -1
  9. package/api/payments-api.ts +39 -42
  10. package/api/refunds-api.ts +1 -1
  11. package/api/tenant-bank-account-api.ts +9 -9
  12. package/api/webhooks-api.ts +1 -1
  13. package/api.ts +1 -1
  14. package/base.ts +1 -1
  15. package/common.ts +2 -2
  16. package/configuration.ts +1 -1
  17. package/dist/api/bank-accounts-api.d.ts +13 -255
  18. package/dist/api/bank-accounts-api.js +17 -399
  19. package/dist/api/bank-transaction-api.d.ts +1 -1
  20. package/dist/api/bank-transaction-api.js +1 -1
  21. package/dist/api/default-api.d.ts +1 -1
  22. package/dist/api/default-api.js +1 -1
  23. package/dist/api/payment-methods-api.d.ts +26 -81
  24. package/dist/api/payment-methods-api.js +31 -127
  25. package/dist/api/payment-reminders-api.d.ts +1 -1
  26. package/dist/api/payment-reminders-api.js +1 -1
  27. package/dist/api/payment-setup-api.d.ts +1 -1
  28. package/dist/api/payment-setup-api.js +1 -1
  29. package/dist/api/payments-api.d.ts +30 -30
  30. package/dist/api/payments-api.js +35 -37
  31. package/dist/api/refunds-api.d.ts +1 -1
  32. package/dist/api/refunds-api.js +1 -1
  33. package/dist/api/tenant-bank-account-api.d.ts +9 -9
  34. package/dist/api/tenant-bank-account-api.js +4 -4
  35. package/dist/api/webhooks-api.d.ts +1 -1
  36. package/dist/api/webhooks-api.js +1 -1
  37. package/dist/api.d.ts +1 -1
  38. package/dist/api.js +1 -1
  39. package/dist/base.d.ts +1 -1
  40. package/dist/base.js +1 -1
  41. package/dist/common.d.ts +2 -2
  42. package/dist/common.js +1 -1
  43. package/dist/configuration.d.ts +1 -1
  44. package/dist/configuration.js +1 -1
  45. package/dist/index.d.ts +1 -1
  46. package/dist/index.js +1 -1
  47. package/dist/models/bank-transaction-response-class.d.ts +1 -1
  48. package/dist/models/bank-transaction-response-class.js +1 -1
  49. package/dist/models/create-payment-reminder-request-dto.d.ts +1 -1
  50. package/dist/models/create-payment-reminder-request-dto.js +1 -1
  51. package/dist/models/create-payment-request-dto.d.ts +1 -1
  52. package/dist/models/create-payment-request-dto.js +1 -1
  53. package/dist/models/create-refund-request-dto.d.ts +1 -1
  54. package/dist/models/create-refund-request-dto.js +1 -1
  55. package/dist/models/create-refund-response-class.d.ts +1 -1
  56. package/dist/models/create-refund-response-class.js +1 -1
  57. package/dist/models/create-tenant-bank-account-request-dto.d.ts +1 -1
  58. package/dist/models/create-tenant-bank-account-request-dto.js +1 -1
  59. package/dist/models/create-tenant-bank-account-response-class.d.ts +1 -1
  60. package/dist/models/create-tenant-bank-account-response-class.js +1 -1
  61. package/dist/models/deactivate-payment-reminder-request-dto.d.ts +1 -1
  62. package/dist/models/deactivate-payment-reminder-request-dto.js +1 -1
  63. package/dist/models/get-bank-transactions-response-class.d.ts +1 -1
  64. package/dist/models/get-bank-transactions-response-class.js +1 -1
  65. package/dist/models/get-refund-response-class.d.ts +1 -1
  66. package/dist/models/get-refund-response-class.js +1 -1
  67. package/dist/models/get-request-dto.d.ts +1 -1
  68. package/dist/models/get-request-dto.js +1 -1
  69. package/dist/models/get-tenant-bank-account-response-class.d.ts +1 -1
  70. package/dist/models/get-tenant-bank-account-response-class.js +1 -1
  71. package/dist/models/index.d.ts +0 -7
  72. package/dist/models/index.js +0 -7
  73. package/dist/models/inline-response200.d.ts +1 -1
  74. package/dist/models/inline-response200.js +1 -1
  75. package/dist/models/inline-response503.d.ts +1 -1
  76. package/dist/models/inline-response503.js +1 -1
  77. package/dist/models/link-bank-transaction-request-dto-rest.d.ts +1 -1
  78. package/dist/models/link-bank-transaction-request-dto-rest.js +1 -1
  79. package/dist/models/list-bank-transactions-response-class.d.ts +1 -1
  80. package/dist/models/list-bank-transactions-response-class.js +1 -1
  81. package/dist/models/list-refunds-response-class.d.ts +1 -1
  82. package/dist/models/list-refunds-response-class.js +1 -1
  83. package/dist/models/list-tenant-bank-account-response-class.d.ts +1 -1
  84. package/dist/models/list-tenant-bank-account-response-class.js +1 -1
  85. package/dist/models/refund-class.d.ts +1 -1
  86. package/dist/models/refund-class.js +1 -1
  87. package/dist/models/tenant-bank-account-response-class.d.ts +1 -1
  88. package/dist/models/tenant-bank-account-response-class.js +1 -1
  89. package/dist/models/transaction-class.d.ts +1 -1
  90. package/dist/models/transaction-class.js +1 -1
  91. package/dist/models/unlink-bank-transaction-request-dto-rest.d.ts +1 -1
  92. package/dist/models/unlink-bank-transaction-request-dto-rest.js +1 -1
  93. package/dist/models/update-tenant-bank-account-rest-request-dto.d.ts +1 -1
  94. package/dist/models/update-tenant-bank-account-rest-request-dto.js +1 -1
  95. package/dist/models/validate-pspconfig-request-dto.d.ts +1 -1
  96. package/dist/models/validate-pspconfig-request-dto.js +1 -1
  97. package/index.ts +1 -1
  98. package/models/bank-transaction-response-class.ts +1 -1
  99. package/models/create-payment-reminder-request-dto.ts +1 -1
  100. package/models/create-payment-request-dto.ts +1 -1
  101. package/models/create-refund-request-dto.ts +1 -1
  102. package/models/create-refund-response-class.ts +1 -1
  103. package/models/create-tenant-bank-account-request-dto.ts +1 -1
  104. package/models/create-tenant-bank-account-response-class.ts +1 -1
  105. package/models/deactivate-payment-reminder-request-dto.ts +1 -1
  106. package/models/get-bank-transactions-response-class.ts +1 -1
  107. package/models/get-refund-response-class.ts +1 -1
  108. package/models/get-request-dto.ts +1 -1
  109. package/models/get-tenant-bank-account-response-class.ts +1 -1
  110. package/models/index.ts +0 -7
  111. package/models/inline-response200.ts +1 -1
  112. package/models/inline-response503.ts +1 -1
  113. package/models/link-bank-transaction-request-dto-rest.ts +1 -1
  114. package/models/list-bank-transactions-response-class.ts +1 -1
  115. package/models/list-refunds-response-class.ts +1 -1
  116. package/models/list-tenant-bank-account-response-class.ts +1 -1
  117. package/models/refund-class.ts +1 -1
  118. package/models/tenant-bank-account-response-class.ts +1 -1
  119. package/models/transaction-class.ts +1 -1
  120. package/models/unlink-bank-transaction-request-dto-rest.ts +1 -1
  121. package/models/update-tenant-bank-account-rest-request-dto.ts +1 -1
  122. package/models/validate-pspconfig-request-dto.ts +1 -1
  123. package/package.json +1 -1
  124. package/dist/models/bank-account-class.d.ts +0 -79
  125. package/dist/models/bank-account-class.js +0 -15
  126. package/dist/models/create-bank-account-request-dto.d.ts +0 -36
  127. package/dist/models/create-bank-account-request-dto.js +0 -15
  128. package/dist/models/get-bank-account-response-class.d.ts +0 -25
  129. package/dist/models/get-bank-account-response-class.js +0 -15
  130. package/dist/models/primary-bank-account-response-class.d.ts +0 -42
  131. package/dist/models/primary-bank-account-response-class.js +0 -15
  132. package/dist/models/set-primary-bank-account-request-dto-rest.d.ts +0 -24
  133. package/dist/models/set-primary-bank-account-request-dto-rest.js +0 -15
  134. package/dist/models/update-bank-account-request-dto-rest.d.ts +0 -30
  135. package/dist/models/update-bank-account-request-dto-rest.js +0 -15
  136. package/dist/models/update-bank-account-request-dto.d.ts +0 -36
  137. package/dist/models/update-bank-account-request-dto.js +0 -15
  138. package/models/bank-account-class.ts +0 -85
  139. package/models/create-bank-account-request-dto.ts +0 -42
  140. package/models/get-bank-account-response-class.ts +0 -31
  141. package/models/primary-bank-account-response-class.ts +0 -48
  142. package/models/set-primary-bank-account-request-dto-rest.ts +0 -30
  143. package/models/update-bank-account-request-dto-rest.ts +0 -36
  144. package/models/update-bank-account-request-dto.ts +0 -42
@@ -1,36 +0,0 @@
1
- /**
2
- * Emil Payment Service
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
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface UpdateBankAccountRequestDto
16
- */
17
- export interface UpdateBankAccountRequestDto {
18
- /**
19
- * Unique identifier for the object.
20
- * @type {string}
21
- * @memberof UpdateBankAccountRequestDto
22
- */
23
- 'code': string;
24
- /**
25
- * IBAN number for the bank account
26
- * @type {string}
27
- * @memberof UpdateBankAccountRequestDto
28
- */
29
- 'iban': string;
30
- /**
31
- * Bank account holder
32
- * @type {string}
33
- * @memberof UpdateBankAccountRequestDto
34
- */
35
- 'accountHolder': string;
36
- }
@@ -1,15 +0,0 @@
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
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,85 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Emil Payment Service
5
- * 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.
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { PrimaryBankAccountResponseClass } from './primary-bank-account-response-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface BankAccountClass
22
- */
23
- export interface BankAccountClass {
24
- /**
25
- * Unique identifier for bank account.
26
- * @type {number}
27
- * @memberof BankAccountClass
28
- */
29
- 'id': number;
30
- /**
31
- * Unique identifier for the object.
32
- * @type {string}
33
- * @memberof BankAccountClass
34
- */
35
- 'code': string;
36
- /**
37
- * User account code associated with bank account.
38
- * @type {string}
39
- * @memberof BankAccountClass
40
- */
41
- 'accountCode': string;
42
- /**
43
- * International bank account number with witch the bank account is created
44
- * @type {string}
45
- * @memberof BankAccountClass
46
- */
47
- 'iban': string;
48
- /**
49
- * Business Identifier Codes
50
- * @type {string}
51
- * @memberof BankAccountClass
52
- */
53
- 'bic': string;
54
- /**
55
- * Bank account holder
56
- * @type {string}
57
- * @memberof BankAccountClass
58
- */
59
- 'accountHolder': string;
60
- /**
61
- * Time at which the object was created.
62
- * @type {string}
63
- * @memberof BankAccountClass
64
- */
65
- 'createdAt': string;
66
- /**
67
- * Time at which the object was updated.
68
- * @type {string}
69
- * @memberof BankAccountClass
70
- */
71
- 'updatedAt': string;
72
- /**
73
- * Partner code associated with bank account.
74
- * @type {string}
75
- * @memberof BankAccountClass
76
- */
77
- 'partnerCode': string;
78
- /**
79
- *
80
- * @type {PrimaryBankAccountResponseClass}
81
- * @memberof BankAccountClass
82
- */
83
- 'primaryBankAccount': PrimaryBankAccountResponseClass;
84
- }
85
-
@@ -1,42 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Emil Payment Service
5
- * 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.
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface CreateBankAccountRequestDto
21
- */
22
- export interface CreateBankAccountRequestDto {
23
- /**
24
- * User account code associated with bank account.
25
- * @type {object}
26
- * @memberof CreateBankAccountRequestDto
27
- */
28
- 'accountCode': object;
29
- /**
30
- * Partner code associated with bank account.
31
- * @type {object}
32
- * @memberof CreateBankAccountRequestDto
33
- */
34
- 'partnerCode': object;
35
- /**
36
- * Bank account holder
37
- * @type {string}
38
- * @memberof CreateBankAccountRequestDto
39
- */
40
- 'accountHolder': string;
41
- }
42
-
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Emil Payment Service
5
- * 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.
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { BankAccountClass } from './bank-account-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface GetBankAccountResponseClass
22
- */
23
- export interface GetBankAccountResponseClass {
24
- /**
25
- * Bank account
26
- * @type {BankAccountClass}
27
- * @memberof GetBankAccountResponseClass
28
- */
29
- 'bankAccount': BankAccountClass;
30
- }
31
-
@@ -1,48 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Emil Payment Service
5
- * 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.
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface PrimaryBankAccountResponseClass
21
- */
22
- export interface PrimaryBankAccountResponseClass {
23
- /**
24
- * Partner code associated with primary bank account.
25
- * @type {string}
26
- * @memberof PrimaryBankAccountResponseClass
27
- */
28
- 'entityCode': string;
29
- /**
30
- * Primary bank account id
31
- * @type {number}
32
- * @memberof PrimaryBankAccountResponseClass
33
- */
34
- 'bankAccountId': number;
35
- /**
36
- * Time at which the object was created.
37
- * @type {string}
38
- * @memberof PrimaryBankAccountResponseClass
39
- */
40
- 'createdAt': string;
41
- /**
42
- * Time at which the object was updated.
43
- * @type {string}
44
- * @memberof PrimaryBankAccountResponseClass
45
- */
46
- 'updatedAt': string;
47
- }
48
-
@@ -1,30 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Emil Payment Service
5
- * 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.
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface SetPrimaryBankAccountRequestDtoRest
21
- */
22
- export interface SetPrimaryBankAccountRequestDtoRest {
23
- /**
24
- * The code of the partner/user account that the primary bank account will be set to.
25
- * @type {string}
26
- * @memberof SetPrimaryBankAccountRequestDtoRest
27
- */
28
- 'entityCode': string;
29
- }
30
-
@@ -1,36 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Emil Payment Service
5
- * 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.
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface UpdateBankAccountRequestDtoRest
21
- */
22
- export interface UpdateBankAccountRequestDtoRest {
23
- /**
24
- * IBAN number for the bank account
25
- * @type {string}
26
- * @memberof UpdateBankAccountRequestDtoRest
27
- */
28
- 'iban': string;
29
- /**
30
- * Bank account holder
31
- * @type {string}
32
- * @memberof UpdateBankAccountRequestDtoRest
33
- */
34
- 'accountHolder': string;
35
- }
36
-
@@ -1,42 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Emil Payment Service
5
- * 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.
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface UpdateBankAccountRequestDto
21
- */
22
- export interface UpdateBankAccountRequestDto {
23
- /**
24
- * Unique identifier for the object.
25
- * @type {string}
26
- * @memberof UpdateBankAccountRequestDto
27
- */
28
- 'code': string;
29
- /**
30
- * IBAN number for the bank account
31
- * @type {string}
32
- * @memberof UpdateBankAccountRequestDto
33
- */
34
- 'iban': string;
35
- /**
36
- * Bank account holder
37
- * @type {string}
38
- * @memberof UpdateBankAccountRequestDto
39
- */
40
- 'accountHolder': string;
41
- }
42
-