@emilgroup/payment-sdk 1.14.1-beta.95 → 1.15.0

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 (79) hide show
  1. package/.openapi-generator/FILES +0 -14
  2. package/README.md +2 -2
  3. package/api/tenant-bank-account-api.ts +12 -12
  4. package/api.ts +0 -4
  5. package/dist/api/tenant-bank-account-api.d.ts +12 -12
  6. package/dist/api/tenant-bank-account-api.js +9 -9
  7. package/dist/api.d.ts +0 -2
  8. package/dist/api.js +0 -2
  9. package/dist/models/bank-order-class.d.ts +3 -3
  10. package/dist/models/bank-order-entity.d.ts +2 -3
  11. package/dist/models/bank-order-entity.js +1 -2
  12. package/dist/models/create-bank-order-request-dto.d.ts +3 -4
  13. package/dist/models/create-bank-order-request-dto.js +1 -2
  14. package/dist/models/create-tenant-bank-account-request-dto.d.ts +0 -17
  15. package/dist/models/create-tenant-bank-account-request-dto.js +1 -11
  16. package/dist/models/index.d.ts +0 -12
  17. package/dist/models/index.js +0 -12
  18. package/dist/models/tenant-bank-account-class-without-expand-properties.d.ts +0 -17
  19. package/dist/models/tenant-bank-account-class-without-expand-properties.js +1 -11
  20. package/dist/models/tenant-bank-account-class.d.ts +0 -17
  21. package/dist/models/tenant-bank-account-class.js +1 -11
  22. package/dist/models/tenant-bank-account-entity.d.ts +0 -17
  23. package/dist/models/tenant-bank-account-entity.js +1 -11
  24. package/dist/models/update-bank-order-request-dto.d.ts +3 -3
  25. package/dist/models/update-tenant-bank-account-rest-request-dto.d.ts +0 -17
  26. package/dist/models/update-tenant-bank-account-rest-request-dto.js +1 -11
  27. package/models/bank-order-class.ts +3 -3
  28. package/models/bank-order-entity.ts +3 -4
  29. package/models/create-bank-order-request-dto.ts +4 -5
  30. package/models/create-tenant-bank-account-request-dto.ts +0 -18
  31. package/models/index.ts +0 -12
  32. package/models/tenant-bank-account-class-without-expand-properties.ts +0 -18
  33. package/models/tenant-bank-account-class.ts +0 -18
  34. package/models/tenant-bank-account-entity.ts +0 -18
  35. package/models/update-bank-order-request-dto.ts +3 -3
  36. package/models/update-tenant-bank-account-rest-request-dto.ts +0 -18
  37. package/package.json +1 -1
  38. package/api/billing-addresses-api.ts +0 -677
  39. package/api/payout-methods-api.ts +0 -672
  40. package/dist/api/billing-addresses-api.d.ts +0 -384
  41. package/dist/api/billing-addresses-api.js +0 -636
  42. package/dist/api/payout-methods-api.d.ts +0 -382
  43. package/dist/api/payout-methods-api.js +0 -635
  44. package/dist/models/billing-address-class.d.ts +0 -108
  45. package/dist/models/billing-address-class.js +0 -15
  46. package/dist/models/create-billing-address-request-dto.d.ts +0 -66
  47. package/dist/models/create-billing-address-request-dto.js +0 -15
  48. package/dist/models/create-billing-address-response-class.d.ts +0 -25
  49. package/dist/models/create-billing-address-response-class.js +0 -15
  50. package/dist/models/create-payout-method-request-dto.d.ts +0 -60
  51. package/dist/models/create-payout-method-request-dto.js +0 -15
  52. package/dist/models/create-payout-method-response-class.d.ts +0 -25
  53. package/dist/models/create-payout-method-response-class.js +0 -15
  54. package/dist/models/get-billing-address-response-class.d.ts +0 -25
  55. package/dist/models/get-billing-address-response-class.js +0 -15
  56. package/dist/models/get-payout-method-response-class.d.ts +0 -25
  57. package/dist/models/get-payout-method-response-class.js +0 -15
  58. package/dist/models/list-billing-addresses-response-class.d.ts +0 -43
  59. package/dist/models/list-billing-addresses-response-class.js +0 -15
  60. package/dist/models/list-payout-methods-response-class.d.ts +0 -43
  61. package/dist/models/list-payout-methods-response-class.js +0 -15
  62. package/dist/models/payout-method-class.d.ts +0 -115
  63. package/dist/models/payout-method-class.js +0 -15
  64. package/dist/models/update-billing-address-request-dto.d.ts +0 -66
  65. package/dist/models/update-billing-address-request-dto.js +0 -15
  66. package/dist/models/update-billing-address-response-class.d.ts +0 -25
  67. package/dist/models/update-billing-address-response-class.js +0 -15
  68. package/models/billing-address-class.ts +0 -114
  69. package/models/create-billing-address-request-dto.ts +0 -72
  70. package/models/create-billing-address-response-class.ts +0 -31
  71. package/models/create-payout-method-request-dto.ts +0 -66
  72. package/models/create-payout-method-response-class.ts +0 -31
  73. package/models/get-billing-address-response-class.ts +0 -31
  74. package/models/get-payout-method-response-class.ts +0 -31
  75. package/models/list-billing-addresses-response-class.ts +0 -49
  76. package/models/list-payout-methods-response-class.ts +0 -49
  77. package/models/payout-method-class.ts +0 -121
  78. package/models/update-billing-address-request-dto.ts +0 -72
  79. package/models/update-billing-address-response-class.ts +0 -31
@@ -1,49 +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 { PayoutMethodClass } from './payout-method-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface ListPayoutMethodsResponseClass
22
- */
23
- export interface ListPayoutMethodsResponseClass {
24
- /**
25
- * The payout methods
26
- * @type {Array<PayoutMethodClass>}
27
- * @memberof ListPayoutMethodsResponseClass
28
- */
29
- 'items': Array<PayoutMethodClass>;
30
- /**
31
- * Next page token.
32
- * @type {string}
33
- * @memberof ListPayoutMethodsResponseClass
34
- */
35
- 'nextPageToken': string;
36
- /**
37
- * Items per page.
38
- * @type {number}
39
- * @memberof ListPayoutMethodsResponseClass
40
- */
41
- 'itemsPerPage': number;
42
- /**
43
- * Total amount of items.
44
- * @type {number}
45
- * @memberof ListPayoutMethodsResponseClass
46
- */
47
- 'totalItems': number;
48
- }
49
-
@@ -1,121 +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 { BillingAddressClass } from './billing-address-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface PayoutMethodClass
22
- */
23
- export interface PayoutMethodClass {
24
- /**
25
- * Internal unique identifier for the object. You should not have to use this, use code instead.
26
- * @type {number}
27
- * @memberof PayoutMethodClass
28
- */
29
- 'id': number;
30
- /**
31
- * Unique identifier for the object.
32
- * @type {string}
33
- * @memberof PayoutMethodClass
34
- */
35
- 'code': string;
36
- /**
37
- * First name
38
- * @type {string}
39
- * @memberof PayoutMethodClass
40
- */
41
- 'firstName': string;
42
- /**
43
- * Last name
44
- * @type {string}
45
- * @memberof PayoutMethodClass
46
- */
47
- 'lastName': string;
48
- /**
49
- * IBAN
50
- * @type {string}
51
- * @memberof PayoutMethodClass
52
- */
53
- 'iban': string;
54
- /**
55
- * BIC
56
- * @type {string}
57
- * @memberof PayoutMethodClass
58
- */
59
- 'bic': string;
60
- /**
61
- * Bank name
62
- * @type {string}
63
- * @memberof PayoutMethodClass
64
- */
65
- 'bankName': string;
66
- /**
67
- * Whether the payout method is active
68
- * @type {boolean}
69
- * @memberof PayoutMethodClass
70
- */
71
- 'isActive': boolean;
72
- /**
73
- * Billing address code
74
- * @type {string}
75
- * @memberof PayoutMethodClass
76
- */
77
- 'billingAddressCode': string;
78
- /**
79
- * Unique identifier of the account that this object belongs to.
80
- * @type {string}
81
- * @memberof PayoutMethodClass
82
- */
83
- 'accountCode': string;
84
- /**
85
- * Unique identifier of the partner that this object belongs to.
86
- * @type {string}
87
- * @memberof PayoutMethodClass
88
- */
89
- 'partnerCode': string;
90
- /**
91
- * Billing address
92
- * @type {BillingAddressClass}
93
- * @memberof PayoutMethodClass
94
- */
95
- 'billingAddress'?: BillingAddressClass;
96
- /**
97
- * Time at which the object was created.
98
- * @type {string}
99
- * @memberof PayoutMethodClass
100
- */
101
- 'createdAt': string;
102
- /**
103
- * Time at which the object was updated.
104
- * @type {string}
105
- * @memberof PayoutMethodClass
106
- */
107
- 'updatedAt': string;
108
- /**
109
- * Identifier of the user who created the record.
110
- * @type {string}
111
- * @memberof PayoutMethodClass
112
- */
113
- 'createdBy': string;
114
- /**
115
- * Identifier of the user who last updated the record.
116
- * @type {string}
117
- * @memberof PayoutMethodClass
118
- */
119
- 'updatedBy': string;
120
- }
121
-
@@ -1,72 +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 UpdateBillingAddressRequestDto
21
- */
22
- export interface UpdateBillingAddressRequestDto {
23
- /**
24
- * First name
25
- * @type {string}
26
- * @memberof UpdateBillingAddressRequestDto
27
- */
28
- 'firstName': string;
29
- /**
30
- * Last name
31
- * @type {string}
32
- * @memberof UpdateBillingAddressRequestDto
33
- */
34
- 'lastName': string;
35
- /**
36
- * Street name
37
- * @type {string}
38
- * @memberof UpdateBillingAddressRequestDto
39
- */
40
- 'street': string;
41
- /**
42
- * House number
43
- * @type {string}
44
- * @memberof UpdateBillingAddressRequestDto
45
- */
46
- 'houseNumber': string;
47
- /**
48
- * ZIP code
49
- * @type {string}
50
- * @memberof UpdateBillingAddressRequestDto
51
- */
52
- 'zipCode': string;
53
- /**
54
- * City
55
- * @type {string}
56
- * @memberof UpdateBillingAddressRequestDto
57
- */
58
- 'city': string;
59
- /**
60
- * Country code
61
- * @type {string}
62
- * @memberof UpdateBillingAddressRequestDto
63
- */
64
- 'countryCode'?: string;
65
- /**
66
- * Unique identifier of the partner that this object belongs to.
67
- * @type {string}
68
- * @memberof UpdateBillingAddressRequestDto
69
- */
70
- 'partnerCode': string;
71
- }
72
-
@@ -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 { BillingAddressClass } from './billing-address-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface UpdateBillingAddressResponseClass
22
- */
23
- export interface UpdateBillingAddressResponseClass {
24
- /**
25
- * The updated billing address
26
- * @type {BillingAddressClass}
27
- * @memberof UpdateBillingAddressResponseClass
28
- */
29
- 'billingAddress': BillingAddressClass;
30
- }
31
-