cecon-interfaces 1.3.9 → 1.3.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/company/entities/company.entity.d.ts +4 -0
- package/dist/company/entities/company.entity.js +1 -0
- package/dist/company/interfaces/i-company.d.ts +2 -0
- package/dist/desenfila-merchant/entities/index.d.ts +3 -0
- package/dist/desenfila-merchant/entities/index.js +9 -0
- package/dist/desenfila-merchant/entities/merchant-address.entity.d.ts +11 -0
- package/dist/desenfila-merchant/entities/merchant-address.entity.js +23 -0
- package/dist/desenfila-merchant/entities/merchant-payment-provider.entity.d.ts +15 -0
- package/dist/desenfila-merchant/entities/merchant-payment-provider.entity.js +27 -0
- package/dist/desenfila-merchant/entities/merchant.entity.d.ts +29 -0
- package/dist/desenfila-merchant/entities/merchant.entity.js +40 -0
- package/dist/desenfila-merchant/index.d.ts +2 -0
- package/dist/desenfila-merchant/index.js +18 -0
- package/dist/desenfila-merchant/interfaces/i-merchant-address.d.ts +9 -0
- package/dist/desenfila-merchant/interfaces/i-merchant-address.js +2 -0
- package/dist/desenfila-merchant/interfaces/i-merchant-mercado-pago.d.ts +3 -0
- package/dist/desenfila-merchant/interfaces/i-merchant-mercado-pago.js +2 -0
- package/dist/desenfila-merchant/interfaces/i-merchant-payers-store.d.ts +4 -0
- package/dist/desenfila-merchant/interfaces/i-merchant-payers-store.js +2 -0
- package/dist/desenfila-merchant/interfaces/i-merchant-payment-provider-agent.d.ts +3 -0
- package/dist/desenfila-merchant/interfaces/i-merchant-payment-provider-agent.js +2 -0
- package/dist/desenfila-merchant/interfaces/i-merchant-payment-provider.d.ts +14 -0
- package/dist/desenfila-merchant/interfaces/i-merchant-payment-provider.js +2 -0
- package/dist/desenfila-merchant/interfaces/i-merchant.d.ts +27 -0
- package/dist/desenfila-merchant/interfaces/i-merchant.js +2 -0
- package/dist/desenfila-merchant/interfaces/index.d.ts +6 -0
- package/dist/desenfila-merchant/interfaces/index.js +2 -0
- package/dist/desenfila-order/entities/i-container-order-item.entity.d.ts +14 -0
- package/dist/desenfila-order/entities/i-container-order-item.entity.js +26 -0
- package/dist/desenfila-order/entities/i-container-order-payment.d.ts +18 -0
- package/dist/desenfila-order/entities/i-container-order-payment.js +30 -0
- package/dist/desenfila-order/entities/i-container-order-pix.entity.d.ts +7 -0
- package/dist/desenfila-order/entities/i-container-order-pix.entity.js +19 -0
- package/dist/desenfila-order/entities/i-container-order.entity.d.ts +45 -0
- package/dist/desenfila-order/entities/i-container-order.entity.js +55 -0
- package/dist/desenfila-order/entities/index.d.ts +4 -0
- package/dist/desenfila-order/entities/index.js +11 -0
- package/dist/desenfila-order/index.d.ts +2 -0
- package/dist/desenfila-order/index.js +18 -0
- package/dist/desenfila-order/interfaces/i-container-order-item.d.ts +12 -0
- package/dist/desenfila-order/interfaces/i-container-order-item.js +2 -0
- package/dist/desenfila-order/interfaces/i-container-order-payment.d.ts +19 -0
- package/dist/desenfila-order/interfaces/i-container-order-payment.js +2 -0
- package/dist/desenfila-order/interfaces/i-container-order-pix.d.ts +5 -0
- package/dist/desenfila-order/interfaces/i-container-order-pix.js +2 -0
- package/dist/desenfila-order/interfaces/i-container-order.d.ts +47 -0
- package/dist/desenfila-order/interfaces/i-container-order.js +2 -0
- package/dist/desenfila-order/interfaces/index.d.ts +4 -0
- package/dist/desenfila-order/interfaces/index.js +2 -0
- package/dist/esm2022/company/entities/company.entity.mjs +3 -1
- package/dist/esm2022/company/interfaces/i-company.mjs +1 -1
- package/dist/esm2022/desenfila-merchant/entities/index.mjs +4 -0
- package/dist/esm2022/desenfila-merchant/entities/merchant-address.entity.mjs +19 -0
- package/dist/esm2022/desenfila-merchant/entities/merchant-payment-provider.entity.mjs +23 -0
- package/dist/esm2022/desenfila-merchant/entities/merchant.entity.mjs +36 -0
- package/dist/esm2022/desenfila-merchant/index.mjs +3 -0
- package/dist/esm2022/desenfila-merchant/interfaces/i-merchant-address.mjs +2 -0
- package/dist/esm2022/desenfila-merchant/interfaces/i-merchant-mercado-pago.mjs +2 -0
- package/dist/esm2022/desenfila-merchant/interfaces/i-merchant-payers-store.mjs +2 -0
- package/dist/esm2022/desenfila-merchant/interfaces/i-merchant-payment-provider-agent.mjs +2 -0
- package/dist/esm2022/desenfila-merchant/interfaces/i-merchant-payment-provider.mjs +2 -0
- package/dist/esm2022/desenfila-merchant/interfaces/i-merchant.mjs +2 -0
- package/dist/esm2022/desenfila-merchant/interfaces/index.mjs +2 -0
- package/dist/esm2022/desenfila-order/entities/i-container-order-item.entity.mjs +22 -0
- package/dist/esm2022/desenfila-order/entities/i-container-order-payment.mjs +26 -0
- package/dist/esm2022/desenfila-order/entities/i-container-order-pix.entity.mjs +15 -0
- package/dist/esm2022/desenfila-order/entities/i-container-order.entity.mjs +51 -0
- package/dist/esm2022/desenfila-order/entities/index.mjs +5 -0
- package/dist/esm2022/desenfila-order/index.mjs +3 -0
- package/dist/esm2022/desenfila-order/interfaces/i-container-order-item.mjs +2 -0
- package/dist/esm2022/desenfila-order/interfaces/i-container-order-payment.mjs +2 -0
- package/dist/esm2022/desenfila-order/interfaces/i-container-order-pix.mjs +2 -0
- package/dist/esm2022/desenfila-order/interfaces/i-container-order.mjs +2 -0
- package/dist/esm2022/desenfila-order/interfaces/index.mjs +2 -0
- package/dist/esm2022/general/interfaces/i-desenfila-info.mjs +2 -0
- package/dist/esm2022/general/interfaces/i-mobyo-info.mjs +2 -0
- package/dist/esm2022/general/interfaces/i-nati-info.mjs +2 -0
- package/dist/esm2022/general/interfaces/index.mjs +1 -1
- package/dist/esm2022/global-settings/interfaces/i-global-setting-nati-pay.mjs +2 -0
- package/dist/esm2022/global-settings/interfaces/i-global-setting-taxes.mjs +2 -0
- package/dist/esm2022/global-settings/interfaces/index.mjs +1 -1
- package/dist/esm2022/index.mjs +3 -1
- package/dist/esm2022/transaction/entities/transaction.entity.mjs +4 -3
- package/dist/esm2022/transaction/interfaces/i-fee.mjs +2 -0
- package/dist/esm2022/transaction/interfaces/i-transaction.mjs +1 -1
- package/dist/esm2022/transaction/interfaces/index.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +194 -3
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/general/interfaces/i-desenfila-info.d.ts +4 -0
- package/dist/general/interfaces/i-desenfila-info.js +2 -0
- package/dist/general/interfaces/i-mobyo-info.d.ts +4 -0
- package/dist/general/interfaces/i-mobyo-info.js +2 -0
- package/dist/general/interfaces/i-nati-info.d.ts +4 -0
- package/dist/general/interfaces/i-nati-info.js +2 -0
- package/dist/general/interfaces/index.d.ts +3 -0
- package/dist/global-settings/interfaces/i-global-setting-nati-pay.d.ts +11 -0
- package/dist/global-settings/interfaces/i-global-setting-nati-pay.js +2 -0
- package/dist/global-settings/interfaces/i-global-setting-taxes.d.ts +5 -0
- package/dist/global-settings/interfaces/i-global-setting-taxes.js +2 -0
- package/dist/global-settings/interfaces/index.d.ts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/package.json +1 -1
- package/dist/transaction/entities/transaction.entity.d.ts +4 -3
- package/dist/transaction/entities/transaction.entity.js +3 -2
- package/dist/transaction/interfaces/i-fee.d.ts +5 -0
- package/dist/transaction/interfaces/i-fee.js +2 -0
- package/dist/transaction/interfaces/i-transaction.d.ts +4 -3
- package/dist/transaction/interfaces/index.d.ts +1 -0
- package/package.json +1 -1
- package/readme.md +1 -1
@@ -1,2 +1,2 @@
|
|
1
1
|
export {};
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS10cmFuc2FjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy90cmFuc2FjdGlvbi9pbnRlcmZhY2VzL2ktdHJhbnNhY3Rpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEVEZXNlbmZpbGFGcm9tLCBJRGVzZW5maWxhSW5mbywgSU1vYnlvSW5mbywgSU5hdGlJbmZvIH0gZnJvbSAnLi4vLi4vZ2VuZXJhbCc7XHJcbmltcG9ydCB7IEVNcFN0YXR1cywgRU1wU3RhdHVzRGV0YWlsLCBFT3BlcmF0aW9uVHlwZSwgRVBheW1lbnRNZXRob2RJZCwgRVJlbGVhc2VTdGF0dXMsIEVUcmFuc2FjdGlvblN0YXR1cyB9IGZyb20gJy4uL2VudW1zJztcclxuaW1wb3J0IHsgSVRyYW5zYWN0aW9uQmFsYW5jZSB9IGZyb20gJy4vaS1iYWxhbmNlJztcclxuaW1wb3J0IHsgSUZlZURldGFpbCB9IGZyb20gJy4vaS1mZWUtZGV0YWlsJztcclxuaW1wb3J0IHsgSVRyYW5zYWN0aW9uUGF5bWVudE1ldGhvZCB9IGZyb20gJy4vaS1wYXltZW50LW1ldGhvZCc7XHJcbmltcG9ydCB7IElUcmFuc2FjdGlvblRvdGFsIH0gZnJvbSAnLi9pLXRvdGFsJztcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgSVRyYW5zYWN0aW9uIHtcclxuICAvLyAjcmVnaW9uIFByb3BlcnRpZXMgKDMwKVxyXG5cclxuICBiYWxhbmNlOiBJVHJhbnNhY3Rpb25CYWxhbmNlIHwgbnVsbDtcclxuICBjYXJkOiB7fTtcclxuICBjcmVhdGVkQXQ6IERhdGU7XHJcbiAgZGF0ZUFwcHJvdmVkOiBEYXRlIHwgbnVsbDtcclxuICBkYXRlQ3JlYXRlZDogRGF0ZTtcclxuICBkYXRlTGFzdFVwZGF0ZWQ6IERhdGU7XHJcbiAgZGF0ZU9mRXhwaXJhdGlvbjogRGF0ZSB8IG51bGw7XHJcbiAgZGVzY3JpcHRpb246IHN0cmluZztcclxuICBleHRlcm5hbE9yZGVyUmVmZXJlbmNlOiBzdHJpbmc7XHJcbiAgZmVlRGV0YWlsczogSUZlZURldGFpbFtdO1xyXG4gIGZyb206IEVEZXNlbmZpbGFGcm9tO1xyXG4gIGlkOiBzdHJpbmc7XHJcbiAgaW5zdGFsbG1lbnRzOiBudW1iZXI7XHJcbiAgbGl2ZU1vZGU6IGJvb2xlYW47XHJcbiAgZGVzZW5maWxhSW5mbzogSURlc2VuZmlsYUluZm87XHJcbiAgbmF0aUluZm86IElOYXRpSW5mbztcclxuICBtb2J5b0luZm86IElNb2J5b0luZm87XHJcbiAgbW9uZXlSZWxlYXNlRGF0ZTogRGF0ZSB8IG51bGw7XHJcbiAgbW9uZXlSZWxlYXNlU3RhdHVzOiBFUmVsZWFzZVN0YXR1cztcclxuICBvcGVyYXRpb25UeXBlOiBFT3BlcmF0aW9uVHlwZTtcclxuICBwYXltZW50TWV0aG9kOiBJVHJhbnNhY3Rpb25QYXltZW50TWV0aG9kIHwgbnVsbDtcclxuICBwYXltZW50TWV0aG9kSWQ6IEVQYXltZW50TWV0aG9kSWQ7XHJcbiAgcG9zSWQ6IHN0cmluZztcclxuICByZWZlcmVuY2VJZDogJ2dvTGl2ZScgfCAnZW5naW5lX21vYnlvX2ZlZScgfCAnd2l0aGRyYXcnIHwgc3RyaW5nO1xyXG4gIHN0YXR1czogRU1wU3RhdHVzO1xyXG4gIHN0YXR1c0RldGFpbDogRU1wU3RhdHVzRGV0YWlsO1xyXG4gIHRvdGFsOiBJVHJhbnNhY3Rpb25Ub3RhbCB8IG51bGw7XHJcbiAgdHJhbnNhY3Rpb25BbW91bnQ6IG51bWJlcjtcclxuICB0cmFuc2FjdGlvbkFtb3VudFJlZnVuZGVkOiBudW1iZXI7XHJcbiAgdHJhbnNhY3Rpb25TdGF0dXM6IEVUcmFuc2FjdGlvblN0YXR1cztcclxuICB1cGRhdGVkQXQ6IERhdGU7XHJcblxyXG4gIC8vICNlbmRyZWdpb24gUHJvcGVydGllcyAoMzApXHJcbn1cclxuIl19
|
@@ -1,2 +1,2 @@
|
|
1
1
|
export {};
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvdHJhbnNhY3Rpb24vaW50ZXJmYWNlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSVRyYW5zYWN0aW9uQmFsYW5jZSB9IGZyb20gJy4vaS1iYWxhbmNlJztcbmV4cG9ydCB7IElGZWVEZXRhaWwgfSBmcm9tICcuL2ktZmVlLWRldGFpbCc7XG5leHBvcnQgeyBJRmVlIH0gZnJvbSAnLi9pLWZlZSc7XG5leHBvcnQgeyBJVHJhbnNhY3Rpb25QYXltZW50TWV0aG9kIH0gZnJvbSAnLi9pLXBheW1lbnQtbWV0aG9kJztcbmV4cG9ydCB7IElUcmFuc2FjdGlvblRvdGFsIH0gZnJvbSAnLi9pLXRvdGFsJztcbmV4cG9ydCB7IElUcmFuc2FjdGlvbiB9IGZyb20gJy4vaS10cmFuc2FjdGlvbic7XG4iXX0=
|
@@ -1964,6 +1964,7 @@ class CompanyEntity {
|
|
1964
1964
|
pixKey = '';
|
1965
1965
|
contacts = [];
|
1966
1966
|
goTransactionsLive = false;
|
1967
|
+
fees = [];
|
1967
1968
|
constructor(data) {
|
1968
1969
|
if (data) {
|
1969
1970
|
for (let key in data) {
|
@@ -1973,6 +1974,7 @@ class CompanyEntity {
|
|
1973
1974
|
}
|
1974
1975
|
}
|
1975
1976
|
}
|
1977
|
+
installationDesenfila;
|
1976
1978
|
}
|
1977
1979
|
|
1978
1980
|
// index.ts
|
@@ -2148,6 +2150,194 @@ class CustomerMemberEntity extends MemberEntity {
|
|
2148
2150
|
}
|
2149
2151
|
}
|
2150
2152
|
|
2153
|
+
class DesenfilaMerchantAddressEntity {
|
2154
|
+
city = '';
|
2155
|
+
complement = '';
|
2156
|
+
district = '';
|
2157
|
+
state = '';
|
2158
|
+
streetName = '';
|
2159
|
+
streetNumber = '';
|
2160
|
+
zipCode = '';
|
2161
|
+
constructor(data) {
|
2162
|
+
if (data) {
|
2163
|
+
for (let key in data) {
|
2164
|
+
if (data.hasOwnProperty(key) && key in this) {
|
2165
|
+
this[key] = data[key];
|
2166
|
+
}
|
2167
|
+
}
|
2168
|
+
}
|
2169
|
+
}
|
2170
|
+
}
|
2171
|
+
|
2172
|
+
class DesenfilaMerchantV2PaymentProviderEntity {
|
2173
|
+
accountId = '';
|
2174
|
+
active = true;
|
2175
|
+
agent = { accountId: '' };
|
2176
|
+
customerId = '';
|
2177
|
+
liveApiToken = '';
|
2178
|
+
name = '';
|
2179
|
+
subscriptionId = '';
|
2180
|
+
testApiToken = '';
|
2181
|
+
userToken = '';
|
2182
|
+
verified = false;
|
2183
|
+
verifiedAt = new Date();
|
2184
|
+
constructor(data) {
|
2185
|
+
if (data) {
|
2186
|
+
for (let key in data) {
|
2187
|
+
if (data.hasOwnProperty(key) && key in this) {
|
2188
|
+
this[key] = data[key];
|
2189
|
+
}
|
2190
|
+
}
|
2191
|
+
}
|
2192
|
+
}
|
2193
|
+
}
|
2194
|
+
|
2195
|
+
class DesenfilaMerchantEntity {
|
2196
|
+
active = false;
|
2197
|
+
address = new DesenfilaMerchantAddressEntity();
|
2198
|
+
containerId = '';
|
2199
|
+
containerName = undefined;
|
2200
|
+
countryCode = '';
|
2201
|
+
createdAt = new Date();
|
2202
|
+
development = false;
|
2203
|
+
doc = '';
|
2204
|
+
docType = EDocType.CNPJ;
|
2205
|
+
email = '';
|
2206
|
+
id = '';
|
2207
|
+
imageURL = '';
|
2208
|
+
isTest = false;
|
2209
|
+
mercadoPago = undefined;
|
2210
|
+
name = '';
|
2211
|
+
paymentProvider = new DesenfilaMerchantV2PaymentProviderEntity();
|
2212
|
+
phoneNumber = '';
|
2213
|
+
updatedAt = new Date();
|
2214
|
+
version = '';
|
2215
|
+
natiRefId = undefined;
|
2216
|
+
fees = [];
|
2217
|
+
constructor(data) {
|
2218
|
+
if (data) {
|
2219
|
+
for (let key in data) {
|
2220
|
+
if (data.hasOwnProperty(key) && key in this) {
|
2221
|
+
this[key] = data[key];
|
2222
|
+
}
|
2223
|
+
}
|
2224
|
+
}
|
2225
|
+
}
|
2226
|
+
}
|
2227
|
+
|
2228
|
+
class DesenfilaContainerOrderPaymentEntity {
|
2229
|
+
amount = 0;
|
2230
|
+
code = '';
|
2231
|
+
couponAmount = 0;
|
2232
|
+
createdAt = new Date();
|
2233
|
+
customerId = '';
|
2234
|
+
dateAproved = new Date();
|
2235
|
+
description = '';
|
2236
|
+
id = '';
|
2237
|
+
marketPlaceAmount = 0;
|
2238
|
+
merchant = '';
|
2239
|
+
merchantName = '';
|
2240
|
+
name = '';
|
2241
|
+
transaction = '';
|
2242
|
+
transactions = [];
|
2243
|
+
constructor(data) {
|
2244
|
+
if (data) {
|
2245
|
+
for (let key in data) {
|
2246
|
+
if (data.hasOwnProperty(key) && key in this) {
|
2247
|
+
this[key] = data[key];
|
2248
|
+
}
|
2249
|
+
}
|
2250
|
+
}
|
2251
|
+
}
|
2252
|
+
}
|
2253
|
+
|
2254
|
+
class DesenfilaContainerOrderEntity {
|
2255
|
+
active = true;
|
2256
|
+
addition = 0;
|
2257
|
+
amount = 0;
|
2258
|
+
callback = '';
|
2259
|
+
consumation = 0;
|
2260
|
+
containerId = '';
|
2261
|
+
createdAt = new Date();
|
2262
|
+
createdBy = '';
|
2263
|
+
debug = false;
|
2264
|
+
dest = {
|
2265
|
+
customerId: '',
|
2266
|
+
doc: '',
|
2267
|
+
email: '',
|
2268
|
+
name: '',
|
2269
|
+
phone: '',
|
2270
|
+
};
|
2271
|
+
pix = undefined;
|
2272
|
+
diffConsumation = 0;
|
2273
|
+
discount = 0;
|
2274
|
+
from = '';
|
2275
|
+
hasReceipt = false;
|
2276
|
+
id = '';
|
2277
|
+
invite = 0;
|
2278
|
+
items = [];
|
2279
|
+
merchantId = '';
|
2280
|
+
netAmount = 0;
|
2281
|
+
paid = false;
|
2282
|
+
paidBy = '';
|
2283
|
+
paidValue = 0;
|
2284
|
+
payment = new DesenfilaContainerOrderPaymentEntity();
|
2285
|
+
payments = new DesenfilaContainerOrderPaymentEntity();
|
2286
|
+
pendingPayment = 0;
|
2287
|
+
pos = '';
|
2288
|
+
refId = '';
|
2289
|
+
status = '';
|
2290
|
+
updatedAt = new Date();
|
2291
|
+
updatedBy = '';
|
2292
|
+
version = '';
|
2293
|
+
constructor(data) {
|
2294
|
+
if (data) {
|
2295
|
+
for (let key in data) {
|
2296
|
+
if (data.hasOwnProperty(key) && key in this) {
|
2297
|
+
this[key] = data[key];
|
2298
|
+
}
|
2299
|
+
}
|
2300
|
+
}
|
2301
|
+
}
|
2302
|
+
}
|
2303
|
+
|
2304
|
+
class DesenfilaContainerOrderItemEntity {
|
2305
|
+
addition = 0;
|
2306
|
+
amount = 0;
|
2307
|
+
code = "";
|
2308
|
+
discount = 0;
|
2309
|
+
id = "";
|
2310
|
+
name = "";
|
2311
|
+
netAmount = 0;
|
2312
|
+
quantity = 0;
|
2313
|
+
unit = "";
|
2314
|
+
unitPrice = 0;
|
2315
|
+
constructor(data) {
|
2316
|
+
if (data) {
|
2317
|
+
for (let key in data) {
|
2318
|
+
if (data.hasOwnProperty(key) && key in this) {
|
2319
|
+
this[key] = data[key];
|
2320
|
+
}
|
2321
|
+
}
|
2322
|
+
}
|
2323
|
+
}
|
2324
|
+
}
|
2325
|
+
|
2326
|
+
class DesenfilaContainerOrderPixEntity {
|
2327
|
+
qrCode = '';
|
2328
|
+
image = '';
|
2329
|
+
templateImage = '';
|
2330
|
+
constructor(data) {
|
2331
|
+
if (data) {
|
2332
|
+
for (let key in data) {
|
2333
|
+
if (data.hasOwnProperty(key) && key in this) {
|
2334
|
+
this[key] = data[key];
|
2335
|
+
}
|
2336
|
+
}
|
2337
|
+
}
|
2338
|
+
}
|
2339
|
+
}
|
2340
|
+
|
2151
2341
|
class DeviceEntity {
|
2152
2342
|
// #region Properties (14)
|
2153
2343
|
active = false;
|
@@ -4913,7 +5103,6 @@ class TransactionEntity {
|
|
4913
5103
|
// #region Properties (30)
|
4914
5104
|
balance = null;
|
4915
5105
|
card = {};
|
4916
|
-
containerId = '';
|
4917
5106
|
createdAt = new Date();
|
4918
5107
|
dateApproved = null;
|
4919
5108
|
dateCreated = new Date();
|
@@ -4926,7 +5115,6 @@ class TransactionEntity {
|
|
4926
5115
|
id = '';
|
4927
5116
|
installments = 0;
|
4928
5117
|
liveMode = true;
|
4929
|
-
merchantId = '';
|
4930
5118
|
moneyReleaseDate = null;
|
4931
5119
|
moneyReleaseStatus = EReleaseStatus.PENDING;
|
4932
5120
|
operationType = EOperationType.REGULAR_PAYMENT;
|
@@ -4941,6 +5129,9 @@ class TransactionEntity {
|
|
4941
5129
|
transactionAmountRefunded = 0;
|
4942
5130
|
transactionStatus = ETransactionStatus.PROCESSING;
|
4943
5131
|
updatedAt = new Date();
|
5132
|
+
desenfilaInfo = { merchantId: '', containerId: '' };
|
5133
|
+
natiInfo = { companyId: '', containerId: '' };
|
5134
|
+
mobyoInfo = { companyId: '', containerId: '' };
|
4944
5135
|
// #endregion Properties (30)
|
4945
5136
|
// #region Constructors (1)
|
4946
5137
|
constructor(data) {
|
@@ -5198,5 +5389,5 @@ class WithDrawRequestEntity {
|
|
5198
5389
|
* Generated bundle index. Do not edit.
|
5199
5390
|
*/
|
5200
5391
|
|
5201
|
-
export { AccountInformationsEntity, AddressEntity, AppEntity, AppInfoEntity, BaseEntity, BillingEntity, BillingOrderEntity, BillingPaymentEntity, BillingTotalEntity, CampaignEntity, CarouselImageEntity, ClientAplicationCredentialEntity, ClientAplicationEntity, ClientEntity, CompanyEntity, CompanyTrialPlansUsedEntity, ContainerEntity, CoordsEntity, CustomVariableEntity, CustomerCreditLimitEntity, CustomerEntity, CustomerMemberEntity, CustomerMobyoEntity, DelivererMobyoEntity, DeliveryAreaEntity, DeliveryAreaFixedEntity, DesenfilaConfigEntity, DesenfilaConfigMercadoPagoEntity, DesenfilaEntity, DesenfilaFeeEntity, DesenfilaTokenEntity, DeviceEntity, EAppCategory, EAppHeaderType, EAppMode, EAppType, EBankSlipStatus, EBillingStatus, EBooleanString, ECampaignStatus, ECompanyKeys, ECompanyMessageType, ECustomerInterval, ECustomerStatus, ECustomerType, EDesenfilaFrom, EDiscountType, EDocType, EEventMessage, EEvolutionEvent, EEvolutionInstanceType, EFcmSkill, EFiscalDocModelCode, EInstallationStatus, EIntervalType, EInvoiceStatus, ELeadOrigin, ELegalEntiy, EMpStatus, EMpStatusDetail, EOperationType, EOrderDeliveryMode, EOrderTiming, EOrderType, EOs, EPaymentChannel, EPaymentMethodId, EPaymentMode, EPaymentProvider, EPaymentStatus, EPaymentType, EPaymentTypeId, EPlanFeatureType, EPlanIdentifier, EPlatform, EPubSub, EPubSubTopicType, EReleaseStatus, EOperationType as ESponsorIdentifier, ESponsorshipValues, ESubscriptionStatus, ETransactionStatus, EVoucherStatus, EWaServerStatus, EWithdrawRequestStatus, EventMessageEntity, EvolutionChatWootEntity, EvolutionDatabaseQueueEntity, EvolutionEntity, EvolutionHashEntity, EvolutionInstanceEntity, EvolutionMessageKeyResponseEntity, EvolutionMessageResponseEntity, EvolutionQrcodeEntity, EvolutionTypeBotEntity, EvolutionWebhookEntity, FcmDataReceivedDesenfilaPaymentEntity, FcmDataRequestItemsEntity, FcmTokenMessageEntity, FeatureEntity, FeeDetailEntity, EGtintype as GTINTypeEnum, GlobalSettingEntity, GlobalSettingIuguEntity, GlobalSettingMasterEntity, InstallationAppEntity, InstallationEntity, InviteEntity, InviteStatusEnum, InvoiceBankSlipEntity, InvoiceCreditCardEntity, InvoiceEntity, InvoiceItemEntity, InvoiceLogEntity, InvoicePayerEntity, InvoicePixEntity, IuguAccountEntity, IuguAutoAdvanceEnum, IuguBankEnum, IuguChargeCreditCardEntity, IuguCustomerEntity, IuguInvoiceBankSlipEntity, IuguInvoiceEntity, IuguInvoiceStatusEnum, IuguPaymentTokenDataEntity, IuguPaymentTokenEntity, LastVerificationRequestDataEntity, LeadEntity, LeadStatusEnum, LogsEntity, MasterEntity, MasterV1Entity, MemberEntity, MemberRulesEnum, MemberTypeEnum, MessagerChannelEntity, MetadataEntity, MobyoApiConfigEntity, MonitorEntity, MottuAddressEntity, MottuEventDeliveryManEntity, MottuEventEntity, MottuEventRequestedByEntity, MottuOrderDelivererEntity, MottuOrderDeliveryManEntity, MottuOrderEntity, MottuOrderPreviewEntity, MottuOrderStoreEntity, MottuStoreEntity, MottuStoreMatrixEntity, MottuStoreResponsibleEntity, NatiGoEntity, NatiV1CartDesenfilaEntity, NatiV1CartEntity, NatiV1CartItemEntity, NatiWaEntity, NotificationActionEntity, NotificationActionTypeEnum, NotificationCategoryEnum, NotificationEntity, NotificationPriorityEnum, NotificationStatusEnum, OrderAdditionalFeeEntity, OrderBenefitsEntity, OrderCancellationEntity, OrderCustomerEntity, OrderDeliveryEntity, OrderEntity, OrderItemCompositionEntity, OrderItemEntity, OrderItemOptionEntity, OrderMerchantEntity, OrderPaymentCardEntity, OrderPaymentCashEntity, OrderPaymentEntity, OrderPaymentMethodEntity, OrderPaymentPixEntity, OrderPaymentWalletEntity, OrderScaleEntity, OrderScaleItemEntity, OrderStatusEnum, OrderTotalEntity, OrdersCustomerPhoneEntity, OriginEntity, PartnerEntity, PaymentCardEntity, PaymentCashEntity, PaymentEntity, PaymentMethodEntity, PaymentMethodOptionEntity, PaymentPixEntity, PaymentProviderAgentEntity, PaymentProviderEntity, PaymentTokenDataEntity, PaymentTokenEntity, PaymentWalletEntity, PlanEntity, PlanFeatureEntity, ProductBrandEntity, ProductCompanyEntity, ProductContainerEntity, ProductGlobalEntity, ProductNcmEntity, PubsubSubscriptionChangeStatusEntity, PurchaseEntity, QueryEntity, RabbitEntity, RatingEntity, RequestedItemDataEntity, RequestedItemsEntity, ResumeCollectionEntity, ResumeDayEntity, ResumeEntity, ResumeHourEntity, ResumeMonthEntity, ResumeTotalEntity, ResumeYearEntity, SponsorEntity, SponsorshipValueEntity, SubscriptionBaseEntity, SubscriptionBaseItemEntity, SubscriptionBaseLogEntity, SubscriptionCompanyEntity, SubscriptionCompanyProfileEntity, SubscriptionCustomerEntity, SubscriptionCustomerProfileEntity, TokenEntity, TransactionBalanceEntity, TransactionEntity, TransactionPaymentMethodEntity, TransactionTotalEntity, TransferRequestEntity, VerifierTokenEntity, VoucherEntity, WaServerEntity, WithDrawRequestEntity };
|
5392
|
+
export { AccountInformationsEntity, AddressEntity, AppEntity, AppInfoEntity, BaseEntity, BillingEntity, BillingOrderEntity, BillingPaymentEntity, BillingTotalEntity, CampaignEntity, CarouselImageEntity, ClientAplicationCredentialEntity, ClientAplicationEntity, ClientEntity, CompanyEntity, CompanyTrialPlansUsedEntity, ContainerEntity, CoordsEntity, CustomVariableEntity, CustomerCreditLimitEntity, CustomerEntity, CustomerMemberEntity, CustomerMobyoEntity, DelivererMobyoEntity, DeliveryAreaEntity, DeliveryAreaFixedEntity, DesenfilaConfigEntity, DesenfilaConfigMercadoPagoEntity, DesenfilaContainerOrderEntity, DesenfilaContainerOrderItemEntity, DesenfilaContainerOrderPaymentEntity, DesenfilaContainerOrderPixEntity, DesenfilaEntity, DesenfilaFeeEntity, DesenfilaMerchantAddressEntity, DesenfilaMerchantEntity, DesenfilaMerchantV2PaymentProviderEntity, DesenfilaTokenEntity, DeviceEntity, EAppCategory, EAppHeaderType, EAppMode, EAppType, EBankSlipStatus, EBillingStatus, EBooleanString, ECampaignStatus, ECompanyKeys, ECompanyMessageType, ECustomerInterval, ECustomerStatus, ECustomerType, EDesenfilaFrom, EDiscountType, EDocType, EEventMessage, EEvolutionEvent, EEvolutionInstanceType, EFcmSkill, EFiscalDocModelCode, EInstallationStatus, EIntervalType, EInvoiceStatus, ELeadOrigin, ELegalEntiy, EMpStatus, EMpStatusDetail, EOperationType, EOrderDeliveryMode, EOrderTiming, EOrderType, EOs, EPaymentChannel, EPaymentMethodId, EPaymentMode, EPaymentProvider, EPaymentStatus, EPaymentType, EPaymentTypeId, EPlanFeatureType, EPlanIdentifier, EPlatform, EPubSub, EPubSubTopicType, EReleaseStatus, EOperationType as ESponsorIdentifier, ESponsorshipValues, ESubscriptionStatus, ETransactionStatus, EVoucherStatus, EWaServerStatus, EWithdrawRequestStatus, EventMessageEntity, EvolutionChatWootEntity, EvolutionDatabaseQueueEntity, EvolutionEntity, EvolutionHashEntity, EvolutionInstanceEntity, EvolutionMessageKeyResponseEntity, EvolutionMessageResponseEntity, EvolutionQrcodeEntity, EvolutionTypeBotEntity, EvolutionWebhookEntity, FcmDataReceivedDesenfilaPaymentEntity, FcmDataRequestItemsEntity, FcmTokenMessageEntity, FeatureEntity, FeeDetailEntity, EGtintype as GTINTypeEnum, GlobalSettingEntity, GlobalSettingIuguEntity, GlobalSettingMasterEntity, InstallationAppEntity, InstallationEntity, InviteEntity, InviteStatusEnum, InvoiceBankSlipEntity, InvoiceCreditCardEntity, InvoiceEntity, InvoiceItemEntity, InvoiceLogEntity, InvoicePayerEntity, InvoicePixEntity, IuguAccountEntity, IuguAutoAdvanceEnum, IuguBankEnum, IuguChargeCreditCardEntity, IuguCustomerEntity, IuguInvoiceBankSlipEntity, IuguInvoiceEntity, IuguInvoiceStatusEnum, IuguPaymentTokenDataEntity, IuguPaymentTokenEntity, LastVerificationRequestDataEntity, LeadEntity, LeadStatusEnum, LogsEntity, MasterEntity, MasterV1Entity, MemberEntity, MemberRulesEnum, MemberTypeEnum, MessagerChannelEntity, MetadataEntity, MobyoApiConfigEntity, MonitorEntity, MottuAddressEntity, MottuEventDeliveryManEntity, MottuEventEntity, MottuEventRequestedByEntity, MottuOrderDelivererEntity, MottuOrderDeliveryManEntity, MottuOrderEntity, MottuOrderPreviewEntity, MottuOrderStoreEntity, MottuStoreEntity, MottuStoreMatrixEntity, MottuStoreResponsibleEntity, NatiGoEntity, NatiV1CartDesenfilaEntity, NatiV1CartEntity, NatiV1CartItemEntity, NatiWaEntity, NotificationActionEntity, NotificationActionTypeEnum, NotificationCategoryEnum, NotificationEntity, NotificationPriorityEnum, NotificationStatusEnum, OrderAdditionalFeeEntity, OrderBenefitsEntity, OrderCancellationEntity, OrderCustomerEntity, OrderDeliveryEntity, OrderEntity, OrderItemCompositionEntity, OrderItemEntity, OrderItemOptionEntity, OrderMerchantEntity, OrderPaymentCardEntity, OrderPaymentCashEntity, OrderPaymentEntity, OrderPaymentMethodEntity, OrderPaymentPixEntity, OrderPaymentWalletEntity, OrderScaleEntity, OrderScaleItemEntity, OrderStatusEnum, OrderTotalEntity, OrdersCustomerPhoneEntity, OriginEntity, PartnerEntity, PaymentCardEntity, PaymentCashEntity, PaymentEntity, PaymentMethodEntity, PaymentMethodOptionEntity, PaymentPixEntity, PaymentProviderAgentEntity, PaymentProviderEntity, PaymentTokenDataEntity, PaymentTokenEntity, PaymentWalletEntity, PlanEntity, PlanFeatureEntity, ProductBrandEntity, ProductCompanyEntity, ProductContainerEntity, ProductGlobalEntity, ProductNcmEntity, PubsubSubscriptionChangeStatusEntity, PurchaseEntity, QueryEntity, RabbitEntity, RatingEntity, RequestedItemDataEntity, RequestedItemsEntity, ResumeCollectionEntity, ResumeDayEntity, ResumeEntity, ResumeHourEntity, ResumeMonthEntity, ResumeTotalEntity, ResumeYearEntity, SponsorEntity, SponsorshipValueEntity, SubscriptionBaseEntity, SubscriptionBaseItemEntity, SubscriptionBaseLogEntity, SubscriptionCompanyEntity, SubscriptionCompanyProfileEntity, SubscriptionCustomerEntity, SubscriptionCustomerProfileEntity, TokenEntity, TransactionBalanceEntity, TransactionEntity, TransactionPaymentMethodEntity, TransactionTotalEntity, TransferRequestEntity, VerifierTokenEntity, VoucherEntity, WaServerEntity, WithDrawRequestEntity };
|
5202
5393
|
//# sourceMappingURL=cecon-interfaces.mjs.map
|