@channelpayments/node-sdk 1.194.0 → 1.195.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.
- package/dist/cjs/models/CreateMerchantAccountWithoutMerchantIdDto.d.ts +14 -0
- package/dist/cjs/models/CreateMerchantAccountWithoutMerchantIdDto.js +10 -1
- package/dist/cjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDto.d.ts +1 -1
- package/dist/cjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDto.js +2 -2
- package/dist/cjs/models/CreateMerchantCredentialsDto.d.ts +0 -6
- package/dist/cjs/models/CreateMerchantCredentialsDto.js +0 -3
- package/dist/cjs/models/CreateMerchantDto.d.ts +3 -3
- package/dist/cjs/models/CreateMerchantDto.js +3 -3
- package/dist/cjs/models/MerchantAccountServiceEntity.d.ts +20 -0
- package/dist/cjs/models/MerchantAccountServiceEntity.js +12 -1
- package/dist/cjs/models/MerchantConnectorServiceEntity.d.ts +2 -2
- package/dist/cjs/models/MerchantConnectorServiceEntity.js +2 -2
- package/dist/cjs/models/MerchantSettingsBaseDto.d.ts +51 -0
- package/dist/cjs/models/MerchantSettingsBaseDto.js +54 -0
- package/dist/cjs/models/MerchantSettingsDto.d.ts +2 -2
- package/dist/cjs/models/MerchantSettingsDto.js +2 -2
- package/dist/cjs/models/MerchantSettingsEntity.d.ts +18 -0
- package/dist/cjs/models/MerchantSettingsEntity.js +9 -0
- package/dist/cjs/models/UpdateMerchantAccountDto.d.ts +14 -0
- package/dist/cjs/models/UpdateMerchantAccountDto.js +10 -1
- package/dist/cjs/models/UpdateMerchantCredentialsDto.d.ts +4 -4
- package/dist/cjs/models/UpdateMerchantCredentialsDto.js +3 -2
- package/dist/cjs/models/index.d.ts +1 -2
- package/dist/cjs/models/index.js +1 -2
- package/dist/cjs/runtime.js +1 -1
- package/dist/mjs/models/CreateMerchantAccountWithoutMerchantIdDto.d.ts +14 -0
- package/dist/mjs/models/CreateMerchantAccountWithoutMerchantIdDto.js +9 -0
- package/dist/mjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDto.d.ts +1 -1
- package/dist/mjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDto.js +2 -2
- package/dist/mjs/models/CreateMerchantCredentialsDto.d.ts +0 -6
- package/dist/mjs/models/CreateMerchantCredentialsDto.js +0 -3
- package/dist/mjs/models/CreateMerchantDto.d.ts +3 -3
- package/dist/mjs/models/CreateMerchantDto.js +3 -3
- package/dist/mjs/models/MerchantAccountServiceEntity.d.ts +20 -0
- package/dist/mjs/models/MerchantAccountServiceEntity.js +11 -0
- package/dist/mjs/models/MerchantConnectorServiceEntity.d.ts +2 -2
- package/dist/mjs/models/MerchantConnectorServiceEntity.js +2 -2
- package/dist/mjs/models/MerchantSettingsBaseDto.d.ts +51 -0
- package/dist/mjs/models/MerchantSettingsBaseDto.js +48 -0
- package/dist/mjs/models/MerchantSettingsDto.d.ts +2 -2
- package/dist/mjs/models/MerchantSettingsDto.js +2 -2
- package/dist/mjs/models/MerchantSettingsEntity.d.ts +18 -0
- package/dist/mjs/models/MerchantSettingsEntity.js +9 -0
- package/dist/mjs/models/UpdateMerchantAccountDto.d.ts +14 -0
- package/dist/mjs/models/UpdateMerchantAccountDto.js +9 -0
- package/dist/mjs/models/UpdateMerchantCredentialsDto.d.ts +4 -4
- package/dist/mjs/models/UpdateMerchantCredentialsDto.js +4 -3
- package/dist/mjs/models/index.d.ts +1 -2
- package/dist/mjs/models/index.js +1 -2
- package/dist/mjs/runtime.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/models/CreateMerchantAccountDto.d.ts +0 -161
- package/dist/cjs/models/CreateMerchantAccountDto.js +0 -126
- package/dist/cjs/models/MerchantAccountEntity.d.ts +0 -178
- package/dist/cjs/models/MerchantAccountEntity.js +0 -143
- package/dist/mjs/models/CreateMerchantAccountDto.d.ts +0 -161
- package/dist/mjs/models/CreateMerchantAccountDto.js +0 -119
- package/dist/mjs/models/MerchantAccountEntity.d.ts +0 -178
- package/dist/mjs/models/MerchantAccountEntity.js +0 -136
|
@@ -48,6 +48,12 @@ export interface CreateMerchantAccountWithoutMerchantIdDto {
|
|
|
48
48
|
* @memberof CreateMerchantAccountWithoutMerchantIdDto
|
|
49
49
|
*/
|
|
50
50
|
cardSchemes?: Array<CreateMerchantAccountWithoutMerchantIdDtoCardSchemesEnum>;
|
|
51
|
+
/**
|
|
52
|
+
* Source of card data for this merchant account
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof CreateMerchantAccountWithoutMerchantIdDto
|
|
55
|
+
*/
|
|
56
|
+
dataSource?: CreateMerchantAccountWithoutMerchantIdDtoDataSourceEnum;
|
|
51
57
|
/**
|
|
52
58
|
* The accepted currencies
|
|
53
59
|
* @type {Array<string>}
|
|
@@ -137,6 +143,14 @@ export declare const CreateMerchantAccountWithoutMerchantIdDtoCardSchemesEnum: {
|
|
|
137
143
|
readonly Maestro: "MAESTRO";
|
|
138
144
|
};
|
|
139
145
|
export type CreateMerchantAccountWithoutMerchantIdDtoCardSchemesEnum = typeof CreateMerchantAccountWithoutMerchantIdDtoCardSchemesEnum[keyof typeof CreateMerchantAccountWithoutMerchantIdDtoCardSchemesEnum];
|
|
146
|
+
/**
|
|
147
|
+
* @export
|
|
148
|
+
*/
|
|
149
|
+
export declare const CreateMerchantAccountWithoutMerchantIdDtoDataSourceEnum: {
|
|
150
|
+
readonly Moto: "MOTO";
|
|
151
|
+
readonly Internet: "INTERNET";
|
|
152
|
+
};
|
|
153
|
+
export type CreateMerchantAccountWithoutMerchantIdDtoDataSourceEnum = typeof CreateMerchantAccountWithoutMerchantIdDtoDataSourceEnum[keyof typeof CreateMerchantAccountWithoutMerchantIdDtoDataSourceEnum];
|
|
140
154
|
/**
|
|
141
155
|
* @export
|
|
142
156
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
*/
|
|
10
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
|
-
exports.CreateMerchantAccountWithoutMerchantIdDtoCurrenciesEnum = exports.CreateMerchantAccountWithoutMerchantIdDtoCardSchemesEnum = exports.CreateMerchantAccountWithoutMerchantIdDtoCardTypesEnum = exports.CreateMerchantAccountWithoutMerchantIdDtoPspEnum = exports.CreateMerchantAccountWithoutMerchantIdDtoMethodEnum = void 0;
|
|
11
|
+
exports.CreateMerchantAccountWithoutMerchantIdDtoCurrenciesEnum = exports.CreateMerchantAccountWithoutMerchantIdDtoDataSourceEnum = exports.CreateMerchantAccountWithoutMerchantIdDtoCardSchemesEnum = exports.CreateMerchantAccountWithoutMerchantIdDtoCardTypesEnum = exports.CreateMerchantAccountWithoutMerchantIdDtoPspEnum = exports.CreateMerchantAccountWithoutMerchantIdDtoMethodEnum = void 0;
|
|
12
12
|
exports.instanceOfCreateMerchantAccountWithoutMerchantIdDto = instanceOfCreateMerchantAccountWithoutMerchantIdDto;
|
|
13
13
|
exports.CreateMerchantAccountWithoutMerchantIdDtoFromJSON = CreateMerchantAccountWithoutMerchantIdDtoFromJSON;
|
|
14
14
|
exports.CreateMerchantAccountWithoutMerchantIdDtoFromJSONTyped = CreateMerchantAccountWithoutMerchantIdDtoFromJSONTyped;
|
|
@@ -52,6 +52,13 @@ exports.CreateMerchantAccountWithoutMerchantIdDtoCardSchemesEnum = {
|
|
|
52
52
|
DinersClub: 'DINERS_CLUB',
|
|
53
53
|
Maestro: 'MAESTRO'
|
|
54
54
|
};
|
|
55
|
+
/**
|
|
56
|
+
* @export
|
|
57
|
+
*/
|
|
58
|
+
exports.CreateMerchantAccountWithoutMerchantIdDtoDataSourceEnum = {
|
|
59
|
+
Moto: 'MOTO',
|
|
60
|
+
Internet: 'INTERNET'
|
|
61
|
+
};
|
|
55
62
|
/**
|
|
56
63
|
* @export
|
|
57
64
|
*/
|
|
@@ -86,6 +93,7 @@ function CreateMerchantAccountWithoutMerchantIdDtoFromJSONTyped(json, ignoreDisc
|
|
|
86
93
|
'cFee': (0, CreateCFeeDto_1.CreateCFeeDtoFromJSON)(json['cFee']),
|
|
87
94
|
'cardTypes': !(0, runtime_1.exists)(json, 'cardTypes') ? undefined : json['cardTypes'],
|
|
88
95
|
'cardSchemes': !(0, runtime_1.exists)(json, 'cardSchemes') ? undefined : json['cardSchemes'],
|
|
96
|
+
'dataSource': !(0, runtime_1.exists)(json, 'dataSource') ? undefined : json['dataSource'],
|
|
89
97
|
'currencies': !(0, runtime_1.exists)(json, 'currencies') ? undefined : json['currencies'],
|
|
90
98
|
'connectors': (json['connectors'].map(CreateMerchantConnectorWithoutMerchantAccountIdDto_1.CreateMerchantConnectorWithoutMerchantAccountIdDtoFromJSON)),
|
|
91
99
|
'mcc': !(0, runtime_1.exists)(json, 'mcc') ? undefined : json['mcc'],
|
|
@@ -111,6 +119,7 @@ function CreateMerchantAccountWithoutMerchantIdDtoToJSON(value) {
|
|
|
111
119
|
'cFee': (0, CreateCFeeDto_1.CreateCFeeDtoToJSON)(value.cFee),
|
|
112
120
|
'cardTypes': value.cardTypes,
|
|
113
121
|
'cardSchemes': value.cardSchemes,
|
|
122
|
+
'dataSource': value.dataSource,
|
|
114
123
|
'currencies': value.currencies,
|
|
115
124
|
'connectors': (value.connectors.map(CreateMerchantConnectorWithoutMerchantAccountIdDto_1.CreateMerchantConnectorWithoutMerchantAccountIdDtoToJSON)),
|
|
116
125
|
'mcc': value.mcc,
|
|
@@ -47,9 +47,9 @@ export interface CreateMerchantConnectorWithoutMerchantAccountIdDto {
|
|
|
47
47
|
*/
|
|
48
48
|
export declare const CreateMerchantConnectorWithoutMerchantAccountIdDtoConnectorEnum: {
|
|
49
49
|
readonly Epay: "EPAY";
|
|
50
|
-
readonly Nmi: "NMI";
|
|
51
50
|
readonly AuthorizeNet: "AUTHORIZE_NET";
|
|
52
51
|
readonly ChannelPayments: "CHANNEL_PAYMENTS";
|
|
52
|
+
readonly Tsys: "TSYS";
|
|
53
53
|
};
|
|
54
54
|
export type CreateMerchantConnectorWithoutMerchantAccountIdDtoConnectorEnum = typeof CreateMerchantConnectorWithoutMerchantAccountIdDtoConnectorEnum[keyof typeof CreateMerchantConnectorWithoutMerchantAccountIdDtoConnectorEnum];
|
|
55
55
|
/**
|
|
@@ -20,9 +20,9 @@ const CreateMerchantConnectorCredentialsDto_1 = require("./CreateMerchantConnect
|
|
|
20
20
|
*/
|
|
21
21
|
exports.CreateMerchantConnectorWithoutMerchantAccountIdDtoConnectorEnum = {
|
|
22
22
|
Epay: 'EPAY',
|
|
23
|
-
Nmi: 'NMI',
|
|
24
23
|
AuthorizeNet: 'AUTHORIZE_NET',
|
|
25
|
-
ChannelPayments: 'CHANNEL_PAYMENTS'
|
|
24
|
+
ChannelPayments: 'CHANNEL_PAYMENTS',
|
|
25
|
+
Tsys: 'TSYS'
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @export
|
|
@@ -10,12 +10,6 @@
|
|
|
10
10
|
* @interface CreateMerchantCredentialsDto
|
|
11
11
|
*/
|
|
12
12
|
export interface CreateMerchantCredentialsDto {
|
|
13
|
-
/**
|
|
14
|
-
* The ID of the merchant.
|
|
15
|
-
* @type {string}
|
|
16
|
-
* @memberof CreateMerchantCredentialsDto
|
|
17
|
-
*/
|
|
18
|
-
merchantId: string;
|
|
19
13
|
/**
|
|
20
14
|
* The given reference name.
|
|
21
15
|
* @type {string}
|
|
@@ -18,7 +18,6 @@ const runtime_1 = require("../runtime");
|
|
|
18
18
|
*/
|
|
19
19
|
function instanceOfCreateMerchantCredentialsDto(value) {
|
|
20
20
|
let isInstance = true;
|
|
21
|
-
isInstance = isInstance && "merchantId" in value;
|
|
22
21
|
isInstance = isInstance && "credentialsName" in value;
|
|
23
22
|
return isInstance;
|
|
24
23
|
}
|
|
@@ -30,7 +29,6 @@ function CreateMerchantCredentialsDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
30
29
|
return json;
|
|
31
30
|
}
|
|
32
31
|
const typed = {
|
|
33
|
-
'merchantId': json['merchantId'],
|
|
34
32
|
'credentialsName': json['credentialsName'],
|
|
35
33
|
};
|
|
36
34
|
return (0, runtime_1.removeNullUndefined)(typed);
|
|
@@ -43,7 +41,6 @@ function CreateMerchantCredentialsDtoToJSON(value) {
|
|
|
43
41
|
return null;
|
|
44
42
|
}
|
|
45
43
|
return {
|
|
46
|
-
'merchantId': value.merchantId,
|
|
47
44
|
'credentialsName': value.credentialsName,
|
|
48
45
|
};
|
|
49
46
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import type { CreateMerchantAccountWithoutMerchantIdDto } from './CreateMerchantAccountWithoutMerchantIdDto';
|
|
8
8
|
import type { CreateMerchantAddressDto } from './CreateMerchantAddressDto';
|
|
9
|
-
import type {
|
|
9
|
+
import type { MerchantSettingsBaseDto } from './MerchantSettingsBaseDto';
|
|
10
10
|
/**
|
|
11
11
|
*
|
|
12
12
|
* @export
|
|
@@ -57,10 +57,10 @@ export interface CreateMerchantDto {
|
|
|
57
57
|
merchantAccounts?: Array<CreateMerchantAccountWithoutMerchantIdDto>;
|
|
58
58
|
/**
|
|
59
59
|
* The merchant settings.
|
|
60
|
-
* @type {
|
|
60
|
+
* @type {MerchantSettingsBaseDto}
|
|
61
61
|
* @memberof CreateMerchantDto
|
|
62
62
|
*/
|
|
63
|
-
merchantSettings?:
|
|
63
|
+
merchantSettings?: MerchantSettingsBaseDto;
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
66
66
|
* Check if a given object implements the CreateMerchantDto interface.
|
|
@@ -15,7 +15,7 @@ exports.CreateMerchantDtoToJSON = CreateMerchantDtoToJSON;
|
|
|
15
15
|
const runtime_1 = require("../runtime");
|
|
16
16
|
const CreateMerchantAccountWithoutMerchantIdDto_1 = require("./CreateMerchantAccountWithoutMerchantIdDto");
|
|
17
17
|
const CreateMerchantAddressDto_1 = require("./CreateMerchantAddressDto");
|
|
18
|
-
const
|
|
18
|
+
const MerchantSettingsBaseDto_1 = require("./MerchantSettingsBaseDto");
|
|
19
19
|
/**
|
|
20
20
|
* Check if a given object implements the CreateMerchantDto interface.
|
|
21
21
|
*/
|
|
@@ -42,7 +42,7 @@ function CreateMerchantDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
42
42
|
'website': !(0, runtime_1.exists)(json, 'website') ? undefined : json['website'],
|
|
43
43
|
'parentMerchantId': !(0, runtime_1.exists)(json, 'parentMerchantId') ? undefined : json['parentMerchantId'],
|
|
44
44
|
'merchantAccounts': !(0, runtime_1.exists)(json, 'merchantAccounts') ? undefined : (json['merchantAccounts'].map(CreateMerchantAccountWithoutMerchantIdDto_1.CreateMerchantAccountWithoutMerchantIdDtoFromJSON)),
|
|
45
|
-
'merchantSettings': !(0, runtime_1.exists)(json, 'merchantSettings') ? undefined : (0,
|
|
45
|
+
'merchantSettings': !(0, runtime_1.exists)(json, 'merchantSettings') ? undefined : (0, MerchantSettingsBaseDto_1.MerchantSettingsBaseDtoFromJSON)(json['merchantSettings']),
|
|
46
46
|
};
|
|
47
47
|
return (0, runtime_1.removeNullUndefined)(typed);
|
|
48
48
|
}
|
|
@@ -61,6 +61,6 @@ function CreateMerchantDtoToJSON(value) {
|
|
|
61
61
|
'website': value.website,
|
|
62
62
|
'parentMerchantId': value.parentMerchantId,
|
|
63
63
|
'merchantAccounts': value.merchantAccounts === undefined ? undefined : (value.merchantAccounts.map(CreateMerchantAccountWithoutMerchantIdDto_1.CreateMerchantAccountWithoutMerchantIdDtoToJSON)),
|
|
64
|
-
'merchantSettings': (0,
|
|
64
|
+
'merchantSettings': (0, MerchantSettingsBaseDto_1.MerchantSettingsBaseDtoToJSON)(value.merchantSettings),
|
|
65
65
|
};
|
|
66
66
|
}
|
|
@@ -108,6 +108,18 @@ export interface MerchantAccountServiceEntity {
|
|
|
108
108
|
* @memberof MerchantAccountServiceEntity
|
|
109
109
|
*/
|
|
110
110
|
lastPolledAt?: Date;
|
|
111
|
+
/**
|
|
112
|
+
* Source of card data for this merchant account
|
|
113
|
+
* @type {string}
|
|
114
|
+
* @memberof MerchantAccountServiceEntity
|
|
115
|
+
*/
|
|
116
|
+
dataSource?: MerchantAccountServiceEntityDataSourceEnum;
|
|
117
|
+
/**
|
|
118
|
+
* The merchant category code.
|
|
119
|
+
* @type {string}
|
|
120
|
+
* @memberof MerchantAccountServiceEntity
|
|
121
|
+
*/
|
|
122
|
+
mcc?: string;
|
|
111
123
|
}
|
|
112
124
|
/**
|
|
113
125
|
* @export
|
|
@@ -169,6 +181,14 @@ export declare const MerchantAccountServiceEntityCardTypesEnum: {
|
|
|
169
181
|
readonly Prepaid: "PREPAID";
|
|
170
182
|
};
|
|
171
183
|
export type MerchantAccountServiceEntityCardTypesEnum = typeof MerchantAccountServiceEntityCardTypesEnum[keyof typeof MerchantAccountServiceEntityCardTypesEnum];
|
|
184
|
+
/**
|
|
185
|
+
* @export
|
|
186
|
+
*/
|
|
187
|
+
export declare const MerchantAccountServiceEntityDataSourceEnum: {
|
|
188
|
+
readonly Moto: "MOTO";
|
|
189
|
+
readonly Internet: "INTERNET";
|
|
190
|
+
};
|
|
191
|
+
export type MerchantAccountServiceEntityDataSourceEnum = typeof MerchantAccountServiceEntityDataSourceEnum[keyof typeof MerchantAccountServiceEntityDataSourceEnum];
|
|
172
192
|
/**
|
|
173
193
|
* Check if a given object implements the MerchantAccountServiceEntity interface.
|
|
174
194
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
*/
|
|
10
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
|
-
exports.MerchantAccountServiceEntityCardTypesEnum = exports.MerchantAccountServiceEntityCurrenciesEnum = exports.MerchantAccountServiceEntityCardSchemesEnum = exports.MerchantAccountServiceEntityStatusEnum = exports.MerchantAccountServiceEntityMethodEnum = exports.MerchantAccountServiceEntityPspEnum = void 0;
|
|
11
|
+
exports.MerchantAccountServiceEntityDataSourceEnum = exports.MerchantAccountServiceEntityCardTypesEnum = exports.MerchantAccountServiceEntityCurrenciesEnum = exports.MerchantAccountServiceEntityCardSchemesEnum = exports.MerchantAccountServiceEntityStatusEnum = exports.MerchantAccountServiceEntityMethodEnum = exports.MerchantAccountServiceEntityPspEnum = void 0;
|
|
12
12
|
exports.instanceOfMerchantAccountServiceEntity = instanceOfMerchantAccountServiceEntity;
|
|
13
13
|
exports.MerchantAccountServiceEntityFromJSON = MerchantAccountServiceEntityFromJSON;
|
|
14
14
|
exports.MerchantAccountServiceEntityFromJSONTyped = MerchantAccountServiceEntityFromJSONTyped;
|
|
@@ -70,6 +70,13 @@ exports.MerchantAccountServiceEntityCardTypesEnum = {
|
|
|
70
70
|
Debit: 'DEBIT',
|
|
71
71
|
Prepaid: 'PREPAID'
|
|
72
72
|
};
|
|
73
|
+
/**
|
|
74
|
+
* @export
|
|
75
|
+
*/
|
|
76
|
+
exports.MerchantAccountServiceEntityDataSourceEnum = {
|
|
77
|
+
Moto: 'MOTO',
|
|
78
|
+
Internet: 'INTERNET'
|
|
79
|
+
};
|
|
73
80
|
/**
|
|
74
81
|
* Check if a given object implements the MerchantAccountServiceEntity interface.
|
|
75
82
|
*/
|
|
@@ -112,6 +119,8 @@ function MerchantAccountServiceEntityFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
112
119
|
'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
|
|
113
120
|
'connectors': !(0, runtime_1.exists)(json, 'connectors') ? undefined : (json['connectors'].map(MerchantConnectorServiceEntity_1.MerchantConnectorServiceEntityFromJSON)),
|
|
114
121
|
'lastPolledAt': !(0, runtime_1.exists)(json, 'lastPolledAt') ? undefined : (new Date(json['lastPolledAt'])),
|
|
122
|
+
'dataSource': !(0, runtime_1.exists)(json, 'dataSource') ? undefined : json['dataSource'],
|
|
123
|
+
'mcc': !(0, runtime_1.exists)(json, 'mcc') ? undefined : json['mcc'],
|
|
115
124
|
};
|
|
116
125
|
return (0, runtime_1.removeNullUndefined)(typed);
|
|
117
126
|
}
|
|
@@ -139,5 +148,7 @@ function MerchantAccountServiceEntityToJSON(value) {
|
|
|
139
148
|
'name': value.name,
|
|
140
149
|
'connectors': value.connectors === undefined ? undefined : (value.connectors.map(MerchantConnectorServiceEntity_1.MerchantConnectorServiceEntityToJSON)),
|
|
141
150
|
'lastPolledAt': value.lastPolledAt === undefined ? undefined : (value.lastPolledAt.toISOString()),
|
|
151
|
+
'dataSource': value.dataSource,
|
|
152
|
+
'mcc': value.mcc,
|
|
142
153
|
};
|
|
143
154
|
}
|
|
@@ -29,7 +29,7 @@ export interface MerchantConnectorServiceEntity {
|
|
|
29
29
|
*/
|
|
30
30
|
merchantAccountId: string;
|
|
31
31
|
/**
|
|
32
|
-
* The
|
|
32
|
+
* The payment processor connector (e.g., TSYS, ePay, Authorize.net)
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof MerchantConnectorServiceEntity
|
|
35
35
|
*/
|
|
@@ -64,9 +64,9 @@ export interface MerchantConnectorServiceEntity {
|
|
|
64
64
|
*/
|
|
65
65
|
export declare const MerchantConnectorServiceEntityConnectorEnum: {
|
|
66
66
|
readonly Epay: "EPAY";
|
|
67
|
-
readonly Nmi: "NMI";
|
|
68
67
|
readonly AuthorizeNet: "AUTHORIZE_NET";
|
|
69
68
|
readonly ChannelPayments: "CHANNEL_PAYMENTS";
|
|
69
|
+
readonly Tsys: "TSYS";
|
|
70
70
|
};
|
|
71
71
|
export type MerchantConnectorServiceEntityConnectorEnum = typeof MerchantConnectorServiceEntityConnectorEnum[keyof typeof MerchantConnectorServiceEntityConnectorEnum];
|
|
72
72
|
/**
|
|
@@ -19,9 +19,9 @@ const runtime_1 = require("../runtime");
|
|
|
19
19
|
*/
|
|
20
20
|
exports.MerchantConnectorServiceEntityConnectorEnum = {
|
|
21
21
|
Epay: 'EPAY',
|
|
22
|
-
Nmi: 'NMI',
|
|
23
22
|
AuthorizeNet: 'AUTHORIZE_NET',
|
|
24
|
-
ChannelPayments: 'CHANNEL_PAYMENTS'
|
|
23
|
+
ChannelPayments: 'CHANNEL_PAYMENTS',
|
|
24
|
+
Tsys: 'TSYS'
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* @export
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Channel Payments API
|
|
3
|
+
*
|
|
4
|
+
* NOTE: This class is auto generated. Do not edit the class manually.
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
import type { MerchantThemeDto } from './MerchantThemeDto';
|
|
8
|
+
/**
|
|
9
|
+
*
|
|
10
|
+
* @export
|
|
11
|
+
* @interface MerchantSettingsBaseDto
|
|
12
|
+
*/
|
|
13
|
+
export interface MerchantSettingsBaseDto {
|
|
14
|
+
/**
|
|
15
|
+
* The custom theme for hosted checkout.
|
|
16
|
+
* @type {MerchantThemeDto}
|
|
17
|
+
* @memberof MerchantSettingsBaseDto
|
|
18
|
+
*/
|
|
19
|
+
checkoutTheme?: MerchantThemeDto;
|
|
20
|
+
/**
|
|
21
|
+
* Enable or disable split card fee transactions.
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof MerchantSettingsBaseDto
|
|
24
|
+
*/
|
|
25
|
+
isSplitCFeeEnabled?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Enable or disable debt repayment.
|
|
28
|
+
* @type {boolean}
|
|
29
|
+
* @memberof MerchantSettingsBaseDto
|
|
30
|
+
*/
|
|
31
|
+
isDebtRepaymentEnabled?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Enable or disable partial authorization.
|
|
34
|
+
* @type {boolean}
|
|
35
|
+
* @memberof MerchantSettingsBaseDto
|
|
36
|
+
*/
|
|
37
|
+
isPartialAuthEnabled?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Enable bill payment on this merchant
|
|
40
|
+
* @type {boolean}
|
|
41
|
+
* @memberof MerchantSettingsBaseDto
|
|
42
|
+
*/
|
|
43
|
+
isBillPaymentEnabled?: boolean;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the MerchantSettingsBaseDto interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfMerchantSettingsBaseDto(value: object): boolean;
|
|
49
|
+
export declare function MerchantSettingsBaseDtoFromJSON(json: any): MerchantSettingsBaseDto;
|
|
50
|
+
export declare function MerchantSettingsBaseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): MerchantSettingsBaseDto;
|
|
51
|
+
export declare function MerchantSettingsBaseDtoToJSON(value?: MerchantSettingsBaseDto | null): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Channel Payments API
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated. Do not edit the class manually.
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
|
+
exports.instanceOfMerchantSettingsBaseDto = instanceOfMerchantSettingsBaseDto;
|
|
12
|
+
exports.MerchantSettingsBaseDtoFromJSON = MerchantSettingsBaseDtoFromJSON;
|
|
13
|
+
exports.MerchantSettingsBaseDtoFromJSONTyped = MerchantSettingsBaseDtoFromJSONTyped;
|
|
14
|
+
exports.MerchantSettingsBaseDtoToJSON = MerchantSettingsBaseDtoToJSON;
|
|
15
|
+
const runtime_1 = require("../runtime");
|
|
16
|
+
const MerchantThemeDto_1 = require("./MerchantThemeDto");
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the MerchantSettingsBaseDto interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfMerchantSettingsBaseDto(value) {
|
|
21
|
+
let isInstance = true;
|
|
22
|
+
return isInstance;
|
|
23
|
+
}
|
|
24
|
+
function MerchantSettingsBaseDtoFromJSON(json) {
|
|
25
|
+
return MerchantSettingsBaseDtoFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
function MerchantSettingsBaseDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
if ((json === undefined) || (json === null)) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
const typed = {
|
|
32
|
+
'checkoutTheme': !(0, runtime_1.exists)(json, 'checkoutTheme') ? undefined : (0, MerchantThemeDto_1.MerchantThemeDtoFromJSON)(json['checkoutTheme']),
|
|
33
|
+
'isSplitCFeeEnabled': !(0, runtime_1.exists)(json, 'isSplitCFeeEnabled') ? undefined : json['isSplitCFeeEnabled'],
|
|
34
|
+
'isDebtRepaymentEnabled': !(0, runtime_1.exists)(json, 'isDebtRepaymentEnabled') ? undefined : json['isDebtRepaymentEnabled'],
|
|
35
|
+
'isPartialAuthEnabled': !(0, runtime_1.exists)(json, 'isPartialAuthEnabled') ? undefined : json['isPartialAuthEnabled'],
|
|
36
|
+
'isBillPaymentEnabled': !(0, runtime_1.exists)(json, 'isBillPaymentEnabled') ? undefined : json['isBillPaymentEnabled'],
|
|
37
|
+
};
|
|
38
|
+
return (0, runtime_1.removeNullUndefined)(typed);
|
|
39
|
+
}
|
|
40
|
+
function MerchantSettingsBaseDtoToJSON(value) {
|
|
41
|
+
if (value === undefined) {
|
|
42
|
+
return undefined;
|
|
43
|
+
}
|
|
44
|
+
if (value === null) {
|
|
45
|
+
return null;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'checkoutTheme': (0, MerchantThemeDto_1.MerchantThemeDtoToJSON)(value.checkoutTheme),
|
|
49
|
+
'isSplitCFeeEnabled': value.isSplitCFeeEnabled,
|
|
50
|
+
'isDebtRepaymentEnabled': value.isDebtRepaymentEnabled,
|
|
51
|
+
'isPartialAuthEnabled': value.isPartialAuthEnabled,
|
|
52
|
+
'isBillPaymentEnabled': value.isBillPaymentEnabled,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -18,11 +18,11 @@ export interface MerchantSettingsDto {
|
|
|
18
18
|
*/
|
|
19
19
|
checkoutTheme?: MerchantThemeDto;
|
|
20
20
|
/**
|
|
21
|
-
* Enable
|
|
21
|
+
* Enable bill payment on this merchant
|
|
22
22
|
* @type {boolean}
|
|
23
23
|
* @memberof MerchantSettingsDto
|
|
24
24
|
*/
|
|
25
|
-
|
|
25
|
+
isBillPaymentEnabled?: boolean;
|
|
26
26
|
}
|
|
27
27
|
/**
|
|
28
28
|
* Check if a given object implements the MerchantSettingsDto interface.
|
|
@@ -30,7 +30,7 @@ function MerchantSettingsDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
30
30
|
}
|
|
31
31
|
const typed = {
|
|
32
32
|
'checkoutTheme': !(0, runtime_1.exists)(json, 'checkoutTheme') ? undefined : (0, MerchantThemeDto_1.MerchantThemeDtoFromJSON)(json['checkoutTheme']),
|
|
33
|
-
'
|
|
33
|
+
'isBillPaymentEnabled': !(0, runtime_1.exists)(json, 'isBillPaymentEnabled') ? undefined : json['isBillPaymentEnabled'],
|
|
34
34
|
};
|
|
35
35
|
return (0, runtime_1.removeNullUndefined)(typed);
|
|
36
36
|
}
|
|
@@ -43,6 +43,6 @@ function MerchantSettingsDtoToJSON(value) {
|
|
|
43
43
|
}
|
|
44
44
|
return {
|
|
45
45
|
'checkoutTheme': (0, MerchantThemeDto_1.MerchantThemeDtoToJSON)(value.checkoutTheme),
|
|
46
|
-
'
|
|
46
|
+
'isBillPaymentEnabled': value.isBillPaymentEnabled,
|
|
47
47
|
};
|
|
48
48
|
}
|
|
@@ -29,6 +29,24 @@ export interface MerchantSettingsEntity {
|
|
|
29
29
|
* @memberof MerchantSettingsEntity
|
|
30
30
|
*/
|
|
31
31
|
isSplitCFeeEnabled: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Whether debt repayment is enabled.
|
|
34
|
+
* @type {boolean}
|
|
35
|
+
* @memberof MerchantSettingsEntity
|
|
36
|
+
*/
|
|
37
|
+
isDebtRepaymentEnabled: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Whether partial authorization is enabled.
|
|
40
|
+
* @type {boolean}
|
|
41
|
+
* @memberof MerchantSettingsEntity
|
|
42
|
+
*/
|
|
43
|
+
isPartialAuthEnabled: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* Whether bill payment is enabled for this merchant.
|
|
46
|
+
* @type {boolean}
|
|
47
|
+
* @memberof MerchantSettingsEntity
|
|
48
|
+
*/
|
|
49
|
+
isBillPaymentEnabled: boolean;
|
|
32
50
|
}
|
|
33
51
|
/**
|
|
34
52
|
* Check if a given object implements the MerchantSettingsEntity interface.
|
|
@@ -21,6 +21,9 @@ function instanceOfMerchantSettingsEntity(value) {
|
|
|
21
21
|
let isInstance = true;
|
|
22
22
|
isInstance = isInstance && "merchantId" in value;
|
|
23
23
|
isInstance = isInstance && "isSplitCFeeEnabled" in value;
|
|
24
|
+
isInstance = isInstance && "isDebtRepaymentEnabled" in value;
|
|
25
|
+
isInstance = isInstance && "isPartialAuthEnabled" in value;
|
|
26
|
+
isInstance = isInstance && "isBillPaymentEnabled" in value;
|
|
24
27
|
return isInstance;
|
|
25
28
|
}
|
|
26
29
|
function MerchantSettingsEntityFromJSON(json) {
|
|
@@ -34,6 +37,9 @@ function MerchantSettingsEntityFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
37
|
'merchantId': json['merchantId'],
|
|
35
38
|
'checkoutTheme': !(0, runtime_1.exists)(json, 'checkoutTheme') ? undefined : (0, MerchantThemeEntity_1.MerchantThemeEntityFromJSON)(json['checkoutTheme']),
|
|
36
39
|
'isSplitCFeeEnabled': json['isSplitCFeeEnabled'],
|
|
40
|
+
'isDebtRepaymentEnabled': json['isDebtRepaymentEnabled'],
|
|
41
|
+
'isPartialAuthEnabled': json['isPartialAuthEnabled'],
|
|
42
|
+
'isBillPaymentEnabled': json['isBillPaymentEnabled'],
|
|
37
43
|
};
|
|
38
44
|
return (0, runtime_1.removeNullUndefined)(typed);
|
|
39
45
|
}
|
|
@@ -48,5 +54,8 @@ function MerchantSettingsEntityToJSON(value) {
|
|
|
48
54
|
'merchantId': value.merchantId,
|
|
49
55
|
'checkoutTheme': (0, MerchantThemeEntity_1.MerchantThemeEntityToJSON)(value.checkoutTheme),
|
|
50
56
|
'isSplitCFeeEnabled': value.isSplitCFeeEnabled,
|
|
57
|
+
'isDebtRepaymentEnabled': value.isDebtRepaymentEnabled,
|
|
58
|
+
'isPartialAuthEnabled': value.isPartialAuthEnabled,
|
|
59
|
+
'isBillPaymentEnabled': value.isBillPaymentEnabled,
|
|
51
60
|
};
|
|
52
61
|
}
|
|
@@ -35,6 +35,12 @@ export interface UpdateMerchantAccountDto {
|
|
|
35
35
|
* @memberof UpdateMerchantAccountDto
|
|
36
36
|
*/
|
|
37
37
|
cardSchemes?: Array<UpdateMerchantAccountDtoCardSchemesEnum>;
|
|
38
|
+
/**
|
|
39
|
+
* Source of card data for this merchant account
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof UpdateMerchantAccountDto
|
|
42
|
+
*/
|
|
43
|
+
dataSource?: UpdateMerchantAccountDtoDataSourceEnum;
|
|
38
44
|
/**
|
|
39
45
|
* The accepted currencies
|
|
40
46
|
* @type {Array<string>}
|
|
@@ -116,6 +122,14 @@ export declare const UpdateMerchantAccountDtoCardSchemesEnum: {
|
|
|
116
122
|
readonly Maestro: "MAESTRO";
|
|
117
123
|
};
|
|
118
124
|
export type UpdateMerchantAccountDtoCardSchemesEnum = typeof UpdateMerchantAccountDtoCardSchemesEnum[keyof typeof UpdateMerchantAccountDtoCardSchemesEnum];
|
|
125
|
+
/**
|
|
126
|
+
* @export
|
|
127
|
+
*/
|
|
128
|
+
export declare const UpdateMerchantAccountDtoDataSourceEnum: {
|
|
129
|
+
readonly Moto: "MOTO";
|
|
130
|
+
readonly Internet: "INTERNET";
|
|
131
|
+
};
|
|
132
|
+
export type UpdateMerchantAccountDtoDataSourceEnum = typeof UpdateMerchantAccountDtoDataSourceEnum[keyof typeof UpdateMerchantAccountDtoDataSourceEnum];
|
|
119
133
|
/**
|
|
120
134
|
* @export
|
|
121
135
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
*/
|
|
10
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
|
-
exports.UpdateMerchantAccountDtoCurrenciesEnum = exports.UpdateMerchantAccountDtoCardSchemesEnum = exports.UpdateMerchantAccountDtoCardTypesEnum = exports.UpdateMerchantAccountDtoPspEnum = void 0;
|
|
11
|
+
exports.UpdateMerchantAccountDtoCurrenciesEnum = exports.UpdateMerchantAccountDtoDataSourceEnum = exports.UpdateMerchantAccountDtoCardSchemesEnum = exports.UpdateMerchantAccountDtoCardTypesEnum = exports.UpdateMerchantAccountDtoPspEnum = void 0;
|
|
12
12
|
exports.instanceOfUpdateMerchantAccountDto = instanceOfUpdateMerchantAccountDto;
|
|
13
13
|
exports.UpdateMerchantAccountDtoFromJSON = UpdateMerchantAccountDtoFromJSON;
|
|
14
14
|
exports.UpdateMerchantAccountDtoFromJSONTyped = UpdateMerchantAccountDtoFromJSONTyped;
|
|
@@ -44,6 +44,13 @@ exports.UpdateMerchantAccountDtoCardSchemesEnum = {
|
|
|
44
44
|
DinersClub: 'DINERS_CLUB',
|
|
45
45
|
Maestro: 'MAESTRO'
|
|
46
46
|
};
|
|
47
|
+
/**
|
|
48
|
+
* @export
|
|
49
|
+
*/
|
|
50
|
+
exports.UpdateMerchantAccountDtoDataSourceEnum = {
|
|
51
|
+
Moto: 'MOTO',
|
|
52
|
+
Internet: 'INTERNET'
|
|
53
|
+
};
|
|
47
54
|
/**
|
|
48
55
|
* @export
|
|
49
56
|
*/
|
|
@@ -71,6 +78,7 @@ function UpdateMerchantAccountDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
71
78
|
'cFee': !(0, runtime_1.exists)(json, 'cFee') ? undefined : (0, CreateCFeeDto_1.CreateCFeeDtoFromJSON)(json['cFee']),
|
|
72
79
|
'cardTypes': !(0, runtime_1.exists)(json, 'cardTypes') ? undefined : json['cardTypes'],
|
|
73
80
|
'cardSchemes': !(0, runtime_1.exists)(json, 'cardSchemes') ? undefined : json['cardSchemes'],
|
|
81
|
+
'dataSource': !(0, runtime_1.exists)(json, 'dataSource') ? undefined : json['dataSource'],
|
|
74
82
|
'currencies': !(0, runtime_1.exists)(json, 'currencies') ? undefined : json['currencies'],
|
|
75
83
|
'mcc': !(0, runtime_1.exists)(json, 'mcc') ? undefined : json['mcc'],
|
|
76
84
|
'bin': !(0, runtime_1.exists)(json, 'bin') ? undefined : json['bin'],
|
|
@@ -94,6 +102,7 @@ function UpdateMerchantAccountDtoToJSON(value) {
|
|
|
94
102
|
'cFee': (0, CreateCFeeDto_1.CreateCFeeDtoToJSON)(value.cFee),
|
|
95
103
|
'cardTypes': value.cardTypes,
|
|
96
104
|
'cardSchemes': value.cardSchemes,
|
|
105
|
+
'dataSource': value.dataSource,
|
|
97
106
|
'currencies': value.currencies,
|
|
98
107
|
'mcc': value.mcc,
|
|
99
108
|
'bin': value.bin,
|
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
*/
|
|
12
12
|
export interface UpdateMerchantCredentialsDto {
|
|
13
13
|
/**
|
|
14
|
-
* The
|
|
14
|
+
* The alphanumeric ID of the merchant credentials record
|
|
15
15
|
* @type {string}
|
|
16
16
|
* @memberof UpdateMerchantCredentialsDto
|
|
17
17
|
*/
|
|
18
|
-
|
|
18
|
+
merchantCredentialsId: string;
|
|
19
19
|
/**
|
|
20
|
-
* The
|
|
20
|
+
* The given reference name.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof UpdateMerchantCredentialsDto
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
credentialsName: string;
|
|
25
25
|
}
|
|
26
26
|
/**
|
|
27
27
|
* Check if a given object implements the UpdateMerchantCredentialsDto interface.
|
|
@@ -19,6 +19,7 @@ const runtime_1 = require("../runtime");
|
|
|
19
19
|
function instanceOfUpdateMerchantCredentialsDto(value) {
|
|
20
20
|
let isInstance = true;
|
|
21
21
|
isInstance = isInstance && "merchantCredentialsId" in value;
|
|
22
|
+
isInstance = isInstance && "credentialsName" in value;
|
|
22
23
|
return isInstance;
|
|
23
24
|
}
|
|
24
25
|
function UpdateMerchantCredentialsDtoFromJSON(json) {
|
|
@@ -29,8 +30,8 @@ function UpdateMerchantCredentialsDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
29
30
|
return json;
|
|
30
31
|
}
|
|
31
32
|
const typed = {
|
|
32
|
-
'credentialsName': !(0, runtime_1.exists)(json, 'credentialsName') ? undefined : json['credentialsName'],
|
|
33
33
|
'merchantCredentialsId': json['merchantCredentialsId'],
|
|
34
|
+
'credentialsName': json['credentialsName'],
|
|
34
35
|
};
|
|
35
36
|
return (0, runtime_1.removeNullUndefined)(typed);
|
|
36
37
|
}
|
|
@@ -42,7 +43,7 @@ function UpdateMerchantCredentialsDtoToJSON(value) {
|
|
|
42
43
|
return null;
|
|
43
44
|
}
|
|
44
45
|
return {
|
|
45
|
-
'credentialsName': value.credentialsName,
|
|
46
46
|
'merchantCredentialsId': value.merchantCredentialsId,
|
|
47
|
+
'credentialsName': value.credentialsName,
|
|
47
48
|
};
|
|
48
49
|
}
|
|
@@ -35,7 +35,6 @@ export * from './CreateEventDomainDto';
|
|
|
35
35
|
export * from './CreateFeatureDto';
|
|
36
36
|
export * from './CreateFeatureTargetDto';
|
|
37
37
|
export * from './CreateInitialUserDto';
|
|
38
|
-
export * from './CreateMerchantAccountDto';
|
|
39
38
|
export * from './CreateMerchantAccountWithoutMerchantIdDto';
|
|
40
39
|
export * from './CreateMerchantAddressDto';
|
|
41
40
|
export * from './CreateMerchantConnectorCredentialsDto';
|
|
@@ -62,7 +61,6 @@ export * from './FeatureTargetEntity';
|
|
|
62
61
|
export * from './FeaturesEntity';
|
|
63
62
|
export * from './FeeDetailsEntity';
|
|
64
63
|
export * from './LogoUploadEntity';
|
|
65
|
-
export * from './MerchantAccountEntity';
|
|
66
64
|
export * from './MerchantAccountServiceEntity';
|
|
67
65
|
export * from './MerchantAccountsSearchEntity';
|
|
68
66
|
export * from './MerchantAddressEntity';
|
|
@@ -74,6 +72,7 @@ export * from './MerchantCredentialsEntity';
|
|
|
74
72
|
export * from './MerchantEntity';
|
|
75
73
|
export * from './MerchantFeeDetailsEntity';
|
|
76
74
|
export * from './MerchantServiceEntity';
|
|
75
|
+
export * from './MerchantSettingsBaseDto';
|
|
77
76
|
export * from './MerchantSettingsDto';
|
|
78
77
|
export * from './MerchantSettingsEntity';
|
|
79
78
|
export * from './MerchantThemeDto';
|
package/dist/cjs/models/index.js
CHANGED
|
@@ -53,7 +53,6 @@ __exportStar(require("./CreateEventDomainDto"), exports);
|
|
|
53
53
|
__exportStar(require("./CreateFeatureDto"), exports);
|
|
54
54
|
__exportStar(require("./CreateFeatureTargetDto"), exports);
|
|
55
55
|
__exportStar(require("./CreateInitialUserDto"), exports);
|
|
56
|
-
__exportStar(require("./CreateMerchantAccountDto"), exports);
|
|
57
56
|
__exportStar(require("./CreateMerchantAccountWithoutMerchantIdDto"), exports);
|
|
58
57
|
__exportStar(require("./CreateMerchantAddressDto"), exports);
|
|
59
58
|
__exportStar(require("./CreateMerchantConnectorCredentialsDto"), exports);
|
|
@@ -80,7 +79,6 @@ __exportStar(require("./FeatureTargetEntity"), exports);
|
|
|
80
79
|
__exportStar(require("./FeaturesEntity"), exports);
|
|
81
80
|
__exportStar(require("./FeeDetailsEntity"), exports);
|
|
82
81
|
__exportStar(require("./LogoUploadEntity"), exports);
|
|
83
|
-
__exportStar(require("./MerchantAccountEntity"), exports);
|
|
84
82
|
__exportStar(require("./MerchantAccountServiceEntity"), exports);
|
|
85
83
|
__exportStar(require("./MerchantAccountsSearchEntity"), exports);
|
|
86
84
|
__exportStar(require("./MerchantAddressEntity"), exports);
|
|
@@ -92,6 +90,7 @@ __exportStar(require("./MerchantCredentialsEntity"), exports);
|
|
|
92
90
|
__exportStar(require("./MerchantEntity"), exports);
|
|
93
91
|
__exportStar(require("./MerchantFeeDetailsEntity"), exports);
|
|
94
92
|
__exportStar(require("./MerchantServiceEntity"), exports);
|
|
93
|
+
__exportStar(require("./MerchantSettingsBaseDto"), exports);
|
|
95
94
|
__exportStar(require("./MerchantSettingsDto"), exports);
|
|
96
95
|
__exportStar(require("./MerchantSettingsEntity"), exports);
|
|
97
96
|
__exportStar(require("./MerchantThemeDto"), exports);
|