@emilgroup/payment-sdk-node 1.22.1-beta.78 → 1.22.1-beta.80

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-node@1.22.1-beta.78 --save
20
+ npm install @emilgroup/payment-sdk-node@1.22.1-beta.80 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk-node@1.22.1-beta.78
24
+ yarn add @emilgroup/payment-sdk-node@1.22.1-beta.80
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
@@ -78,6 +78,7 @@ 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";
81
82
  readonly _00802: "pain.008.008.02";
82
83
  readonly _00109: "pain.008.001.09";
83
84
  readonly _00110: "pain.008.001.10";
@@ -16,6 +16,7 @@ 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',
19
20
  _00802: 'pain.008.008.02',
20
21
  _00109: 'pain.008.001.09',
21
22
  _00110: 'pain.008.001.10',
@@ -114,6 +114,7 @@ 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";
117
118
  readonly _00802: "pain.008.008.02";
118
119
  readonly _00109: "pain.008.001.09";
119
120
  readonly _00110: "pain.008.001.10";
@@ -16,6 +16,7 @@ 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',
19
20
  _00802: 'pain.008.008.02',
20
21
  _00109: 'pain.008.001.09',
21
22
  _00110: 'pain.008.001.10',
@@ -121,6 +121,7 @@ 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";
124
125
  readonly _00802: "pain.008.008.02";
125
126
  readonly _00109: "pain.008.001.09";
126
127
  readonly _00110: "pain.008.001.10";
@@ -16,6 +16,7 @@ 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',
19
20
  _00802: 'pain.008.008.02',
20
21
  _00109: 'pain.008.001.09',
21
22
  _00110: 'pain.008.001.10',
@@ -133,6 +133,7 @@ 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";
136
137
  readonly _00802: "pain.008.008.02";
137
138
  readonly _00109: "pain.008.001.09";
138
139
  readonly _00110: "pain.008.001.10";
@@ -16,6 +16,7 @@ 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',
19
20
  _00802: 'pain.008.008.02',
20
21
  _00109: 'pain.008.001.09',
21
22
  _00110: 'pain.008.001.10',
@@ -72,6 +72,7 @@ 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";
75
76
  readonly _00802: "pain.008.008.02";
76
77
  readonly _00109: "pain.008.001.09";
77
78
  readonly _00110: "pain.008.001.10";
@@ -16,6 +16,7 @@ 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',
19
20
  _00802: 'pain.008.008.02',
20
21
  _00109: 'pain.008.001.09',
21
22
  _00110: 'pain.008.001.10',
@@ -84,6 +84,7 @@ export interface CreateTenantBankAccountRequestDto {
84
84
 
85
85
  export const CreateTenantBankAccountRequestDtoSepaPainVersionEnum = {
86
86
  _00302: 'pain.008.003.02',
87
+ _00108: 'pain.008.001.08',
87
88
  _00802: 'pain.008.008.02',
88
89
  _00109: 'pain.008.001.09',
89
90
  _00110: 'pain.008.001.10',
@@ -120,6 +120,7 @@ export interface TenantBankAccountClassWithoutExpandProperties {
120
120
 
121
121
  export const TenantBankAccountClassWithoutExpandPropertiesSepaPainVersionEnum = {
122
122
  _00302: 'pain.008.003.02',
123
+ _00108: 'pain.008.001.08',
123
124
  _00802: 'pain.008.008.02',
124
125
  _00109: 'pain.008.001.09',
125
126
  _00110: 'pain.008.001.10',
@@ -127,6 +127,7 @@ export interface TenantBankAccountClass {
127
127
 
128
128
  export const TenantBankAccountClassSepaPainVersionEnum = {
129
129
  _00302: 'pain.008.003.02',
130
+ _00108: 'pain.008.001.08',
130
131
  _00802: 'pain.008.008.02',
131
132
  _00109: 'pain.008.001.09',
132
133
  _00110: 'pain.008.001.10',
@@ -139,6 +139,7 @@ export interface TenantBankAccountEntity {
139
139
 
140
140
  export const TenantBankAccountEntitySepaPainVersionEnum = {
141
141
  _00302: 'pain.008.003.02',
142
+ _00108: 'pain.008.001.08',
142
143
  _00802: 'pain.008.008.02',
143
144
  _00109: 'pain.008.001.09',
144
145
  _00110: 'pain.008.001.10',
@@ -78,6 +78,7 @@ export interface UpdateTenantBankAccountRestRequestDto {
78
78
 
79
79
  export const UpdateTenantBankAccountRestRequestDtoSepaPainVersionEnum = {
80
80
  _00302: 'pain.008.003.02',
81
+ _00108: 'pain.008.001.08',
81
82
  _00802: 'pain.008.008.02',
82
83
  _00109: 'pain.008.001.09',
83
84
  _00110: 'pain.008.001.10',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk-node",
3
- "version": "1.22.1-beta.78",
3
+ "version": "1.22.1-beta.80",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [