@emilgroup/payment-sdk 1.14.1-beta.80 → 1.14.1-beta.82

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.
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/payment-sdk@1.14.1-beta.80 --save
20
+ npm install @emilgroup/payment-sdk@1.14.1-beta.82 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk@1.14.1-beta.80
24
+ yarn add @emilgroup/payment-sdk@1.14.1-beta.82
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
@@ -78,6 +78,8 @@ export interface CreateTenantBankAccountRequestDto {
78
78
  }
79
79
  export declare const CreateTenantBankAccountRequestDtoSepaPainVersionEnum: {
80
80
  readonly _00302: "pain.008.003.02";
81
+ readonly _00108: "pain.008.001.08";
82
+ readonly _00108Gbic5: "pain.008.001.08_GBIC_5";
81
83
  readonly _00802: "pain.008.008.02";
82
84
  readonly _00109: "pain.008.001.09";
83
85
  readonly _00110: "pain.008.001.10";
@@ -16,6 +16,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.CreateTenantBankAccountRequestDtoSepaPainVersionEnum = void 0;
17
17
  exports.CreateTenantBankAccountRequestDtoSepaPainVersionEnum = {
18
18
  _00302: 'pain.008.003.02',
19
+ _00108: 'pain.008.001.08',
20
+ _00108Gbic5: 'pain.008.001.08_GBIC_5',
19
21
  _00802: 'pain.008.008.02',
20
22
  _00109: 'pain.008.001.09',
21
23
  _00110: 'pain.008.001.10',
@@ -114,6 +114,8 @@ export interface TenantBankAccountClassWithoutExpandProperties {
114
114
  }
115
115
  export declare const TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum: {
116
116
  readonly _00302: "pain.008.003.02";
117
+ readonly _00108: "pain.008.001.08";
118
+ readonly _00108Gbic5: "pain.008.001.08_GBIC_5";
117
119
  readonly _00802: "pain.008.008.02";
118
120
  readonly _00109: "pain.008.001.09";
119
121
  readonly _00110: "pain.008.001.10";
@@ -16,6 +16,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum = void 0;
17
17
  exports.TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum = {
18
18
  _00302: 'pain.008.003.02',
19
+ _00108: 'pain.008.001.08',
20
+ _00108Gbic5: 'pain.008.001.08_GBIC_5',
19
21
  _00802: 'pain.008.008.02',
20
22
  _00109: 'pain.008.001.09',
21
23
  _00110: 'pain.008.001.10',
@@ -121,6 +121,8 @@ export interface TenantBankAccountClass {
121
121
  }
122
122
  export declare const TenantBankAccountClassSepaPainVersionEnum: {
123
123
  readonly _00302: "pain.008.003.02";
124
+ readonly _00108: "pain.008.001.08";
125
+ readonly _00108Gbic5: "pain.008.001.08_GBIC_5";
124
126
  readonly _00802: "pain.008.008.02";
125
127
  readonly _00109: "pain.008.001.09";
126
128
  readonly _00110: "pain.008.001.10";
@@ -16,6 +16,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.TenantBankAccountClassSepaPainVersionEnum = void 0;
17
17
  exports.TenantBankAccountClassSepaPainVersionEnum = {
18
18
  _00302: 'pain.008.003.02',
19
+ _00108: 'pain.008.001.08',
20
+ _00108Gbic5: 'pain.008.001.08_GBIC_5',
19
21
  _00802: 'pain.008.008.02',
20
22
  _00109: 'pain.008.001.09',
21
23
  _00110: 'pain.008.001.10',
@@ -133,6 +133,8 @@ export interface TenantBankAccountEntity {
133
133
  }
134
134
  export declare const TenantBankAccountEntitySepaPainVersionEnum: {
135
135
  readonly _00302: "pain.008.003.02";
136
+ readonly _00108: "pain.008.001.08";
137
+ readonly _00108Gbic5: "pain.008.001.08_GBIC_5";
136
138
  readonly _00802: "pain.008.008.02";
137
139
  readonly _00109: "pain.008.001.09";
138
140
  readonly _00110: "pain.008.001.10";
@@ -16,6 +16,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.TenantBankAccountEntitySepaPainVersionEnum = void 0;
17
17
  exports.TenantBankAccountEntitySepaPainVersionEnum = {
18
18
  _00302: 'pain.008.003.02',
19
+ _00108: 'pain.008.001.08',
20
+ _00108Gbic5: 'pain.008.001.08_GBIC_5',
19
21
  _00802: 'pain.008.008.02',
20
22
  _00109: 'pain.008.001.09',
21
23
  _00110: 'pain.008.001.10',
@@ -72,6 +72,8 @@ export interface UpdateTenantBankAccountRestRequestDto {
72
72
  }
73
73
  export declare const UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum: {
74
74
  readonly _00302: "pain.008.003.02";
75
+ readonly _00108: "pain.008.001.08";
76
+ readonly _00108Gbic5: "pain.008.001.08_GBIC_5";
75
77
  readonly _00802: "pain.008.008.02";
76
78
  readonly _00109: "pain.008.001.09";
77
79
  readonly _00110: "pain.008.001.10";
@@ -16,6 +16,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum = void 0;
17
17
  exports.UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum = {
18
18
  _00302: 'pain.008.003.02',
19
+ _00108: 'pain.008.001.08',
20
+ _00108Gbic5: 'pain.008.001.08_GBIC_5',
19
21
  _00802: 'pain.008.008.02',
20
22
  _00109: 'pain.008.001.09',
21
23
  _00110: 'pain.008.001.10',
@@ -84,6 +84,8 @@ export interface CreateTenantBankAccountRequestDto {
84
84
 
85
85
  export const CreateTenantBankAccountRequestDtoSepaPainVersionEnum = {
86
86
  _00302: 'pain.008.003.02',
87
+ _00108: 'pain.008.001.08',
88
+ _00108Gbic5: 'pain.008.001.08_GBIC_5',
87
89
  _00802: 'pain.008.008.02',
88
90
  _00109: 'pain.008.001.09',
89
91
  _00110: 'pain.008.001.10',
@@ -120,6 +120,8 @@ export interface TenantBankAccountClassWithoutExpandProperties {
120
120
 
121
121
  export const TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum = {
122
122
  _00302: 'pain.008.003.02',
123
+ _00108: 'pain.008.001.08',
124
+ _00108Gbic5: 'pain.008.001.08_GBIC_5',
123
125
  _00802: 'pain.008.008.02',
124
126
  _00109: 'pain.008.001.09',
125
127
  _00110: 'pain.008.001.10',
@@ -127,6 +127,8 @@ export interface TenantBankAccountClass {
127
127
 
128
128
  export const TenantBankAccountClassSepaPainVersionEnum = {
129
129
  _00302: 'pain.008.003.02',
130
+ _00108: 'pain.008.001.08',
131
+ _00108Gbic5: 'pain.008.001.08_GBIC_5',
130
132
  _00802: 'pain.008.008.02',
131
133
  _00109: 'pain.008.001.09',
132
134
  _00110: 'pain.008.001.10',
@@ -139,6 +139,8 @@ export interface TenantBankAccountEntity {
139
139
 
140
140
  export const TenantBankAccountEntitySepaPainVersionEnum = {
141
141
  _00302: 'pain.008.003.02',
142
+ _00108: 'pain.008.001.08',
143
+ _00108Gbic5: 'pain.008.001.08_GBIC_5',
142
144
  _00802: 'pain.008.008.02',
143
145
  _00109: 'pain.008.001.09',
144
146
  _00110: 'pain.008.001.10',
@@ -78,6 +78,8 @@ export interface UpdateTenantBankAccountRestRequestDto {
78
78
 
79
79
  export const UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum = {
80
80
  _00302: 'pain.008.003.02',
81
+ _00108: 'pain.008.001.08',
82
+ _00108Gbic5: 'pain.008.001.08_GBIC_5',
81
83
  _00802: 'pain.008.008.02',
82
84
  _00109: 'pain.008.001.09',
83
85
  _00110: 'pain.008.001.10',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.14.1-beta.80",
3
+ "version": "1.14.1-beta.82",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [