cecon-interfaces 1.7.73 → 1.7.75
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/esm2022/global-settings/entities/global-setting-mercado-pago.entity.mjs +3 -7
- package/dist/esm2022/global-settings/interfaces/i-global-setting-mercado-pago.mjs +1 -1
- package/dist/esm2022/payio/company/entities/company.entity.mjs +4 -2
- package/dist/esm2022/payio/company/entities/index.mjs +2 -1
- package/dist/esm2022/payio/company/entities/natipay-credential.entity.mjs +17 -0
- package/dist/esm2022/payio/company/interfaces/i-company.mjs +1 -1
- package/dist/esm2022/payio/company/interfaces/i-natipay-credential.mjs +2 -0
- package/dist/esm2022/payio/company/interfaces/index.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +22 -8
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/global-settings/entities/global-setting-mercado-pago.entity.d.ts +2 -6
- package/dist/global-settings/entities/global-setting-mercado-pago.entity.js +2 -6
- package/dist/global-settings/interfaces/i-global-setting-mercado-pago.d.ts +2 -6
- package/dist/package.json +1 -1
- package/dist/payio/company/entities/company.entity.d.ts +3 -1
- package/dist/payio/company/entities/company.entity.js +3 -1
- package/dist/payio/company/entities/index.d.ts +1 -0
- package/dist/payio/company/entities/index.js +3 -1
- package/dist/payio/company/entities/natipay-credential.entity.d.ts +9 -0
- package/dist/payio/company/entities/natipay-credential.entity.js +21 -0
- package/dist/payio/company/interfaces/i-company.d.ts +4 -2
- package/dist/payio/company/interfaces/i-natipay-credential.d.ts +7 -0
- package/dist/payio/company/interfaces/i-natipay-credential.js +2 -0
- package/dist/payio/company/interfaces/index.d.ts +1 -0
- package/package.json +1 -1
@@ -1,20 +1,16 @@
|
|
1
1
|
export class GlobalSettingMercadoPagoEntity {
|
2
2
|
accessCode = '';
|
3
3
|
active = false;
|
4
|
-
automationFee = 0;
|
5
4
|
collectorId = '';
|
6
5
|
expiresAt = null;
|
7
|
-
fee = null;
|
8
|
-
headers = null;
|
9
6
|
id = 'MERCADO_PAGO';
|
10
7
|
method = null;
|
11
|
-
mobyoFee = 0;
|
12
8
|
publicKey = null;
|
13
9
|
refreshToken = null;
|
14
10
|
renewAt = null;
|
15
11
|
storeId = null;
|
16
|
-
|
17
|
-
|
12
|
+
clientSecret = null;
|
13
|
+
clientId = null;
|
18
14
|
constructor(data) {
|
19
15
|
if (data) {
|
20
16
|
for (let key in data) {
|
@@ -25,4 +21,4 @@ export class GlobalSettingMercadoPagoEntity {
|
|
25
21
|
}
|
26
22
|
}
|
27
23
|
}
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2xvYmFsLXNldHRpbmctbWVyY2Fkby1wYWdvLmVudGl0eS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9nbG9iYWwtc2V0dGluZ3MvZW50aXRpZXMvZ2xvYmFsLXNldHRpbmctbWVyY2Fkby1wYWdvLmVudGl0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLE9BQU8sOEJBQThCO0lBQ2xDLFVBQVUsR0FBVyxFQUFFLENBQUM7SUFDeEIsTUFBTSxHQUFZLEtBQUssQ0FBQztJQUN4QixXQUFXLEdBQVcsRUFBRSxDQUFDO0lBQ3pCLFNBQVMsR0FBZ0IsSUFBSSxDQUFDO0lBQzlCLEVBQUUsR0FBVyxjQUFjLENBQUM7SUFDNUIsTUFBTSxHQUFrQixJQUFJLENBQUM7SUFDN0IsU0FBUyxHQUFrQixJQUFJLENBQUM7SUFDaEMsWUFBWSxHQUFrQixJQUFJLENBQUM7SUFDbkMsT0FBTyxHQUFnQixJQUFJLENBQUM7SUFDNUIsT0FBTyxHQUFrQixJQUFJLENBQUM7SUFDOUIsWUFBWSxHQUFrQixJQUFJLENBQUM7SUFDbkMsUUFBUSxHQUFrQixJQUFJLENBQUM7SUFFdEMsWUFBWSxJQUE4QztRQUN4RCxJQUFJLElBQUksRUFBRTtZQUNSLEtBQUssSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFO2dCQUNwQixJQUFJLElBQUksQ0FBQyxjQUFjLENBQUMsR0FBRyxDQUFDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRTtvQkFDMUMsSUFBWSxDQUFDLEdBQUcsQ0FBQyxHQUFJLElBQVksQ0FBQyxHQUFHLENBQUMsQ0FBQztpQkFDekM7YUFDRjtTQUNGO0lBQ0gsQ0FBQztDQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSUdsb2JhbFNldHRpbmdNZXJjYWRvUGFnbyB9IGZyb20gJy4uL2ludGVyZmFjZXMnO1xyXG5cclxuZXhwb3J0IGNsYXNzIEdsb2JhbFNldHRpbmdNZXJjYWRvUGFnb0VudGl0eSBpbXBsZW1lbnRzIElHbG9iYWxTZXR0aW5nTWVyY2Fkb1BhZ28ge1xyXG4gIHB1YmxpYyBhY2Nlc3NDb2RlOiBzdHJpbmcgPSAnJztcclxuICBwdWJsaWMgYWN0aXZlOiBib29sZWFuID0gZmFsc2U7XHJcbiAgcHVibGljIGNvbGxlY3RvcklkOiBzdHJpbmcgPSAnJztcclxuICBwdWJsaWMgZXhwaXJlc0F0OiBEYXRlIHwgbnVsbCA9IG51bGw7XHJcbiAgcHVibGljIGlkOiBzdHJpbmcgPSAnTUVSQ0FET19QQUdPJztcclxuICBwdWJsaWMgbWV0aG9kOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcclxuICBwdWJsaWMgcHVibGljS2V5OiBzdHJpbmcgfCBudWxsID0gbnVsbDtcclxuICBwdWJsaWMgcmVmcmVzaFRva2VuOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcclxuICBwdWJsaWMgcmVuZXdBdDogRGF0ZSB8IG51bGwgPSBudWxsO1xyXG4gIHB1YmxpYyBzdG9yZUlkOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcclxuICBwdWJsaWMgY2xpZW50U2VjcmV0OiBzdHJpbmcgfCBudWxsID0gbnVsbDtcclxuICBwdWJsaWMgY2xpZW50SWQ6IHN0cmluZyB8IG51bGwgPSBudWxsO1xyXG5cclxuICBjb25zdHJ1Y3RvcihkYXRhPzogUGFydGlhbDxHbG9iYWxTZXR0aW5nTWVyY2Fkb1BhZ29FbnRpdHk+KSB7XHJcbiAgICBpZiAoZGF0YSkge1xyXG4gICAgICBmb3IgKGxldCBrZXkgaW4gZGF0YSkge1xyXG4gICAgICAgIGlmIChkYXRhLmhhc093blByb3BlcnR5KGtleSkgJiYga2V5IGluIHRoaXMpIHtcclxuICAgICAgICAgICh0aGlzIGFzIGFueSlba2V5XSA9IChkYXRhIGFzIGFueSlba2V5XTtcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9XHJcbn1cclxuIl19
|
@@ -1,2 +1,2 @@
|
|
1
1
|
export {};
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS1nbG9iYWwtc2V0dGluZy1tZXJjYWRvLXBhZ28uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZ2xvYmFsLXNldHRpbmdzL2ludGVyZmFjZXMvaS1nbG9iYWwtc2V0dGluZy1tZXJjYWRvLXBhZ28udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgSUdsb2JhbFNldHRpbmdNZXJjYWRvUGFnbyB7XHJcbiAgYWNjZXNzQ29kZTogc3RyaW5nO1xyXG4gIGFjdGl2ZTogYm9vbGVhbjtcclxuICBjb2xsZWN0b3JJZDogc3RyaW5nO1xyXG4gIGV4cGlyZXNBdDogRGF0ZSB8IG51bGw7XHJcbiAgaWQ6IHN0cmluZztcclxuICBtZXRob2Q6IHN0cmluZyB8IG51bGw7XHJcbiAgcHVibGljS2V5OiBzdHJpbmcgfCBudWxsO1xyXG4gIHJlZnJlc2hUb2tlbjogc3RyaW5nIHwgbnVsbDtcclxuICByZW5ld0F0OiBEYXRlIHwgbnVsbDtcclxuICBzdG9yZUlkOiBzdHJpbmcgfCBudWxsO1xyXG4gIGNsaWVudFNlY3JldDogc3RyaW5nIHwgbnVsbDtcclxuICBjbGllbnRJZDogc3RyaW5nIHwgbnVsbDtcclxufVxyXG4iXX0=
|
@@ -1,12 +1,13 @@
|
|
1
1
|
import { EIntDocType } from '../../../general';
|
2
2
|
import { PayioAddressEntity } from './address.entity';
|
3
|
+
import { PayioCompanyNatipayCredentialEntity } from './natipay-credential.entity';
|
3
4
|
export class PayioCompanyEntity {
|
4
5
|
active = false;
|
5
6
|
address = new PayioAddressEntity();
|
6
7
|
containerId = '';
|
8
|
+
country = 'BR';
|
7
9
|
createdAt = new Date();
|
8
10
|
currency = 'BRL';
|
9
|
-
country = 'BR';
|
10
11
|
doc = '';
|
11
12
|
docType = EIntDocType.CNPJ;
|
12
13
|
email = '';
|
@@ -15,6 +16,7 @@ export class PayioCompanyEntity {
|
|
15
16
|
internationalCode = '55';
|
16
17
|
logoUrl = null;
|
17
18
|
name = '';
|
19
|
+
natipayCredential = new PayioCompanyNatipayCredentialEntity();
|
18
20
|
paymentProvider = null;
|
19
21
|
phoneNumber = '';
|
20
22
|
sandbox = false;
|
@@ -32,4 +34,4 @@ export class PayioCompanyEntity {
|
|
32
34
|
}
|
33
35
|
}
|
34
36
|
}
|
35
|
-
//# sourceMappingURL=data:application/json;base64,
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcGFueS5lbnRpdHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcGF5aW8vY29tcGFueS9lbnRpdGllcy9jb21wYW55LmVudGl0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsV0FBVyxFQUFvQixNQUFNLGtCQUFrQixDQUFDO0FBRWpFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ3RELE9BQU8sRUFBRSxtQ0FBbUMsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBRWxGLE1BQU0sT0FBTyxrQkFBa0I7SUFDdEIsTUFBTSxHQUFZLEtBQUssQ0FBQztJQUN4QixPQUFPLEdBQXVCLElBQUksa0JBQWtCLEVBQUUsQ0FBQztJQUN2RCxXQUFXLEdBQVcsRUFBRSxDQUFDO0lBQ3pCLE9BQU8sR0FBVyxJQUFJLENBQUM7SUFDdkIsU0FBUyxHQUFTLElBQUksSUFBSSxFQUFFLENBQUM7SUFDN0IsUUFBUSxHQUFXLEtBQUssQ0FBQztJQUN6QixHQUFHLEdBQVcsRUFBRSxDQUFDO0lBQ2pCLE9BQU8sR0FBZ0IsV0FBVyxDQUFDLElBQUksQ0FBQztJQUN4QyxLQUFLLEdBQVcsRUFBRSxDQUFDO0lBQ25CLEVBQUUsR0FBVyxFQUFFLENBQUM7SUFDaEIsUUFBUSxHQUFrQixJQUFJLENBQUM7SUFDL0IsaUJBQWlCLEdBQVcsSUFBSSxDQUFDO0lBQ2pDLE9BQU8sR0FBa0IsSUFBSSxDQUFDO0lBQzlCLElBQUksR0FBVyxFQUFFLENBQUM7SUFDbEIsaUJBQWlCLEdBQXdDLElBQUksbUNBQW1DLEVBQUUsQ0FBQztJQUNuRyxlQUFlLEdBQTRCLElBQUksQ0FBQztJQUNoRCxXQUFXLEdBQVcsRUFBRSxDQUFDO0lBQ3pCLE9BQU8sR0FBWSxLQUFLLENBQUM7SUFDekIsU0FBUyxHQUFXLEVBQUUsQ0FBQztJQUN2QixJQUFJLEdBQWEsRUFBRSxDQUFDO0lBQ3BCLFNBQVMsR0FBUyxJQUFJLElBQUksRUFBRSxDQUFDO0lBQzdCLE9BQU8sR0FBVyxFQUFFLENBQUM7SUFFNUIsWUFBWSxJQUFrQztRQUM1QyxJQUFJLElBQUksRUFBRTtZQUNSLEtBQUssSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFO2dCQUNwQixJQUFJLElBQUksQ0FBQyxjQUFjLENBQUMsR0FBRyxDQUFDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRTtvQkFDMUMsSUFBWSxDQUFDLEdBQUcsQ0FBQyxHQUFJLElBQVksQ0FBQyxHQUFHLENBQUMsQ0FBQztpQkFDekM7YUFDRjtTQUNGO0lBQ0gsQ0FBQztDQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRUludERvY1R5cGUsIElQYXltZW50UHJvdmlkZXIgfSBmcm9tICcuLi8uLi8uLi9nZW5lcmFsJztcclxuaW1wb3J0IHsgSVBheWlvQ29tcGFueSB9IGZyb20gJy4uL2ludGVyZmFjZXMvaS1jb21wYW55JztcclxuaW1wb3J0IHsgUGF5aW9BZGRyZXNzRW50aXR5IH0gZnJvbSAnLi9hZGRyZXNzLmVudGl0eSc7XHJcbmltcG9ydCB7IFBheWlvQ29tcGFueU5hdGlwYXlDcmVkZW50aWFsRW50aXR5IH0gZnJvbSAnLi9uYXRpcGF5LWNyZWRlbnRpYWwuZW50aXR5JztcclxuXHJcbmV4cG9ydCBjbGFzcyBQYXlpb0NvbXBhbnlFbnRpdHkgaW1wbGVtZW50cyBJUGF5aW9Db21wYW55IHtcclxuICBwdWJsaWMgYWN0aXZlOiBib29sZWFuID0gZmFsc2U7XHJcbiAgcHVibGljIGFkZHJlc3M6IFBheWlvQWRkcmVzc0VudGl0eSA9IG5ldyBQYXlpb0FkZHJlc3NFbnRpdHkoKTtcclxuICBwdWJsaWMgY29udGFpbmVySWQ6IHN0cmluZyA9ICcnO1xyXG4gIHB1YmxpYyBjb3VudHJ5OiBzdHJpbmcgPSAnQlInO1xyXG4gIHB1YmxpYyBjcmVhdGVkQXQ6IERhdGUgPSBuZXcgRGF0ZSgpO1xyXG4gIHB1YmxpYyBjdXJyZW5jeTogc3RyaW5nID0gJ0JSTCc7XHJcbiAgcHVibGljIGRvYzogc3RyaW5nID0gJyc7XHJcbiAgcHVibGljIGRvY1R5cGU6IEVJbnREb2NUeXBlID0gRUludERvY1R5cGUuQ05QSjtcclxuICBwdWJsaWMgZW1haWw6IHN0cmluZyA9ICcnO1xyXG4gIHB1YmxpYyBpZDogc3RyaW5nID0gJyc7XHJcbiAgcHVibGljIGltYWdlVXJsOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcclxuICBwdWJsaWMgaW50ZXJuYXRpb25hbENvZGU6IHN0cmluZyA9ICc1NSc7XHJcbiAgcHVibGljIGxvZ29Vcmw6IHN0cmluZyB8IG51bGwgPSBudWxsO1xyXG4gIHB1YmxpYyBuYW1lOiBzdHJpbmcgPSAnJztcclxuICBwdWJsaWMgbmF0aXBheUNyZWRlbnRpYWw6IFBheWlvQ29tcGFueU5hdGlwYXlDcmVkZW50aWFsRW50aXR5ID0gbmV3IFBheWlvQ29tcGFueU5hdGlwYXlDcmVkZW50aWFsRW50aXR5KCk7XHJcbiAgcHVibGljIHBheW1lbnRQcm92aWRlcjogSVBheW1lbnRQcm92aWRlciB8IG51bGwgPSBudWxsO1xyXG4gIHB1YmxpYyBwaG9uZU51bWJlcjogc3RyaW5nID0gJyc7XHJcbiAgcHVibGljIHNhbmRib3g6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBwdWJsaWMgc2hvcnROYW1lOiBzdHJpbmcgPSAnJztcclxuICBwdWJsaWMgdGFnczogc3RyaW5nW10gPSBbXTtcclxuICBwdWJsaWMgdXBkYXRlZEF0OiBEYXRlID0gbmV3IERhdGUoKTtcclxuICBwdWJsaWMgdmVyc2lvbjogc3RyaW5nID0gJyc7XHJcblxyXG4gIGNvbnN0cnVjdG9yKGRhdGE/OiBQYXJ0aWFsPFBheWlvQ29tcGFueUVudGl0eT4pIHtcclxuICAgIGlmIChkYXRhKSB7XHJcbiAgICAgIGZvciAobGV0IGtleSBpbiBkYXRhKSB7XHJcbiAgICAgICAgaWYgKGRhdGEuaGFzT3duUHJvcGVydHkoa2V5KSAmJiBrZXkgaW4gdGhpcykge1xyXG4gICAgICAgICAgKHRoaXMgYXMgYW55KVtrZXldID0gKGRhdGEgYXMgYW55KVtrZXldO1xyXG4gICAgICAgIH1cclxuICAgICAgfVxyXG4gICAgfVxyXG4gIH1cclxufVxyXG4iXX0=
|
@@ -1,3 +1,4 @@
|
|
1
1
|
export { PayioAddressEntity } from './address.entity';
|
2
2
|
export { PayioCompanyEntity } from './company.entity';
|
3
|
-
|
3
|
+
export { PayioCompanyNatipayCredentialEntity } from './natipay-credential.entity';
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcGF5aW8vY29tcGFueS9lbnRpdGllcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUN0RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUN0RCxPQUFPLEVBQUUsbUNBQW1DLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IFBheWlvQWRkcmVzc0VudGl0eSB9IGZyb20gJy4vYWRkcmVzcy5lbnRpdHknO1xyXG5leHBvcnQgeyBQYXlpb0NvbXBhbnlFbnRpdHkgfSBmcm9tICcuL2NvbXBhbnkuZW50aXR5JztcclxuZXhwb3J0IHsgUGF5aW9Db21wYW55TmF0aXBheUNyZWRlbnRpYWxFbnRpdHkgfSBmcm9tICcuL25hdGlwYXktY3JlZGVudGlhbC5lbnRpdHknO1xyXG4iXX0=
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export class PayioCompanyNatipayCredentialEntity {
|
2
|
+
accessToken = '';
|
3
|
+
expiresAt = new Date();
|
4
|
+
expiresIn = 0;
|
5
|
+
refreshToken = '';
|
6
|
+
tokenType = '';
|
7
|
+
constructor(data) {
|
8
|
+
if (data) {
|
9
|
+
for (let key in data) {
|
10
|
+
if (data.hasOwnProperty(key) && key in this) {
|
11
|
+
this[key] = data[key];
|
12
|
+
}
|
13
|
+
}
|
14
|
+
}
|
15
|
+
}
|
16
|
+
}
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF0aXBheS1jcmVkZW50aWFsLmVudGl0eS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9wYXlpby9jb21wYW55L2VudGl0aWVzL25hdGlwYXktY3JlZGVudGlhbC5lbnRpdHkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsTUFBTSxPQUFPLG1DQUFtQztJQUN2QyxXQUFXLEdBQVcsRUFBRSxDQUFDO0lBQ3pCLFNBQVMsR0FBUyxJQUFJLElBQUksRUFBRSxDQUFDO0lBQzdCLFNBQVMsR0FBVyxDQUFDLENBQUM7SUFDdEIsWUFBWSxHQUFXLEVBQUUsQ0FBQztJQUMxQixTQUFTLEdBQVcsRUFBRSxDQUFDO0lBRTlCLFlBQVksSUFBbUQ7UUFDN0QsSUFBSSxJQUFJLEVBQUU7WUFDUixLQUFLLElBQUksR0FBRyxJQUFJLElBQUksRUFBRTtnQkFDcEIsSUFBSSxJQUFJLENBQUMsY0FBYyxDQUFDLEdBQUcsQ0FBQyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUU7b0JBQzFDLElBQVksQ0FBQyxHQUFHLENBQUMsR0FBSSxJQUFZLENBQUMsR0FBRyxDQUFDLENBQUM7aUJBQ3pDO2FBQ0Y7U0FDRjtJQUNILENBQUM7Q0FDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElQYXlpb0NvbXBhbnlOYXRpcGF5Q3JlZGVudGlhbCB9IGZyb20gJy4uL2ludGVyZmFjZXMvaS1uYXRpcGF5LWNyZWRlbnRpYWwnO1xyXG5cclxuZXhwb3J0IGNsYXNzIFBheWlvQ29tcGFueU5hdGlwYXlDcmVkZW50aWFsRW50aXR5IGltcGxlbWVudHMgSVBheWlvQ29tcGFueU5hdGlwYXlDcmVkZW50aWFsIHtcclxuICBwdWJsaWMgYWNjZXNzVG9rZW46IHN0cmluZyA9ICcnO1xyXG4gIHB1YmxpYyBleHBpcmVzQXQ6IERhdGUgPSBuZXcgRGF0ZSgpO1xyXG4gIHB1YmxpYyBleHBpcmVzSW46IG51bWJlciA9IDA7XHJcbiAgcHVibGljIHJlZnJlc2hUb2tlbjogc3RyaW5nID0gJyc7XHJcbiAgcHVibGljIHRva2VuVHlwZTogc3RyaW5nID0gJyc7XHJcblxyXG4gIGNvbnN0cnVjdG9yKGRhdGE/OiBQYXJ0aWFsPFBheWlvQ29tcGFueU5hdGlwYXlDcmVkZW50aWFsRW50aXR5Pikge1xyXG4gICAgaWYgKGRhdGEpIHtcclxuICAgICAgZm9yIChsZXQga2V5IGluIGRhdGEpIHtcclxuICAgICAgICBpZiAoZGF0YS5oYXNPd25Qcm9wZXJ0eShrZXkpICYmIGtleSBpbiB0aGlzKSB7XHJcbiAgICAgICAgICAodGhpcyBhcyBhbnkpW2tleV0gPSAoZGF0YSBhcyBhbnkpW2tleV07XHJcbiAgICAgICAgfVxyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
@@ -1,2 +1,2 @@
|
|
1
1
|
export {};
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS1jb21wYW55LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3BheWlvL2NvbXBhbnkvaW50ZXJmYWNlcy9pLWNvbXBhbnkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEVJbnREb2NUeXBlIH0gZnJvbSAnLi4vLi4vLi4vZ2VuZXJhbCc7XHJcbmltcG9ydCB7IElQYXltZW50UHJvdmlkZXIgfSBmcm9tICcuLi8uLi8uLi9nZW5lcmFsL2ludGVyZmFjZXMvaS1wYXltZW50LXByb3ZpZGVyJztcclxuaW1wb3J0IHsgSVBheWlvQWRkcmVzcyB9IGZyb20gJy4vaS1hZGRyZXNzJztcclxuaW1wb3J0IHsgSVBheWlvQ29tcGFueU5hdGlwYXlDcmVkZW50aWFsIH0gZnJvbSAnLi9pLW5hdGlwYXktY3JlZGVudGlhbCc7XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIElQYXlpb0NvbXBhbnkge1xyXG4gIGFjdGl2ZTogYm9vbGVhbjtcclxuICBhZGRyZXNzOiBJUGF5aW9BZGRyZXNzO1xyXG4gIGNvbnRhaW5lcklkOiBzdHJpbmc7XHJcbiAgY291bnRyeTogc3RyaW5nO1xyXG4gIGNyZWF0ZWRBdDogRGF0ZTtcclxuICBjdXJyZW5jeTogc3RyaW5nO1xyXG4gIGRvYzogc3RyaW5nO1xyXG4gIGRvY1R5cGU6IEVJbnREb2NUeXBlO1xyXG4gIGVtYWlsOiBzdHJpbmc7XHJcbiAgaWQ6IHN0cmluZztcclxuICBpbWFnZVVybDogc3RyaW5nIHwgbnVsbDtcclxuICBpbnRlcm5hdGlvbmFsQ29kZTogc3RyaW5nO1xyXG4gIGxvZ29Vcmw6IHN0cmluZyB8IG51bGw7XHJcbiAgbmFtZTogc3RyaW5nOyAvL05vbWUgcmVnaXN0cmFkbyBsZWdhbG1lbnRlXHJcbiAgbmF0aXBheUNyZWRlbnRpYWw6IElQYXlpb0NvbXBhbnlOYXRpcGF5Q3JlZGVudGlhbDtcclxuICBwYXltZW50UHJvdmlkZXI6IElQYXltZW50UHJvdmlkZXIgfCBudWxsO1xyXG4gIHBob25lTnVtYmVyOiBzdHJpbmc7XHJcbiAgc2FuZGJveDogYm9vbGVhbjtcclxuICBzaG9ydE5hbWU6IHN0cmluZzsgLy9Ob21lIGNvbWVyY2lhbCBvdSBmYW50YXNpYVxyXG4gIHRhZ3M6IHN0cmluZ1tdO1xyXG4gIHVwZGF0ZWRBdDogRGF0ZTtcclxuICB2ZXJzaW9uOiBzdHJpbmc7XHJcbn1cclxuIl19
|
@@ -0,0 +1,2 @@
|
|
1
|
+
export {};
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS1uYXRpcGF5LWNyZWRlbnRpYWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcGF5aW8vY29tcGFueS9pbnRlcmZhY2VzL2ktbmF0aXBheS1jcmVkZW50aWFsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIElQYXlpb0NvbXBhbnlOYXRpcGF5Q3JlZGVudGlhbCB7XHJcbiAgYWNjZXNzVG9rZW46IHN0cmluZztcclxuICByZWZyZXNoVG9rZW46IHN0cmluZztcclxuICBleHBpcmVzQXQ6IERhdGU7XHJcbiAgZXhwaXJlc0luOiBudW1iZXI7XHJcbiAgdG9rZW5UeXBlOiBzdHJpbmc7XHJcbn1cclxuIl19
|
@@ -1,2 +1,2 @@
|
|
1
1
|
export {};
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcGF5aW8vY29tcGFueS9pbnRlcmZhY2VzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJUGF5aW9BZGRyZXNzIH0gZnJvbSAnLi9pLWFkZHJlc3MnO1xyXG5leHBvcnQgeyBJUGF5aW9Db21wYW55IH0gZnJvbSAnLi9pLWNvbXBhbnknO1xyXG5leHBvcnQgeyBJUGF5aW9Db21wYW55TmF0aXBheUNyZWRlbnRpYWwgfSBmcm9tICcuL2ktbmF0aXBheS1jcmVkZW50aWFsJztcclxuIl19
|
@@ -3247,20 +3247,16 @@ class GlobalSettingMasterEntity {
|
|
3247
3247
|
class GlobalSettingMercadoPagoEntity {
|
3248
3248
|
accessCode = '';
|
3249
3249
|
active = false;
|
3250
|
-
automationFee = 0;
|
3251
3250
|
collectorId = '';
|
3252
3251
|
expiresAt = null;
|
3253
|
-
fee = null;
|
3254
|
-
headers = null;
|
3255
3252
|
id = 'MERCADO_PAGO';
|
3256
3253
|
method = null;
|
3257
|
-
mobyoFee = 0;
|
3258
3254
|
publicKey = null;
|
3259
3255
|
refreshToken = null;
|
3260
3256
|
renewAt = null;
|
3261
3257
|
storeId = null;
|
3262
|
-
|
3263
|
-
|
3258
|
+
clientSecret = null;
|
3259
|
+
clientId = null;
|
3264
3260
|
constructor(data) {
|
3265
3261
|
if (data) {
|
3266
3262
|
for (let key in data) {
|
@@ -6421,13 +6417,30 @@ class PayioAddressEntity {
|
|
6421
6417
|
}
|
6422
6418
|
}
|
6423
6419
|
|
6420
|
+
class PayioCompanyNatipayCredentialEntity {
|
6421
|
+
accessToken = '';
|
6422
|
+
expiresAt = new Date();
|
6423
|
+
expiresIn = 0;
|
6424
|
+
refreshToken = '';
|
6425
|
+
tokenType = '';
|
6426
|
+
constructor(data) {
|
6427
|
+
if (data) {
|
6428
|
+
for (let key in data) {
|
6429
|
+
if (data.hasOwnProperty(key) && key in this) {
|
6430
|
+
this[key] = data[key];
|
6431
|
+
}
|
6432
|
+
}
|
6433
|
+
}
|
6434
|
+
}
|
6435
|
+
}
|
6436
|
+
|
6424
6437
|
class PayioCompanyEntity {
|
6425
6438
|
active = false;
|
6426
6439
|
address = new PayioAddressEntity();
|
6427
6440
|
containerId = '';
|
6441
|
+
country = 'BR';
|
6428
6442
|
createdAt = new Date();
|
6429
6443
|
currency = 'BRL';
|
6430
|
-
country = 'BR';
|
6431
6444
|
doc = '';
|
6432
6445
|
docType = EIntDocType.CNPJ;
|
6433
6446
|
email = '';
|
@@ -6436,6 +6449,7 @@ class PayioCompanyEntity {
|
|
6436
6449
|
internationalCode = '55';
|
6437
6450
|
logoUrl = null;
|
6438
6451
|
name = '';
|
6452
|
+
natipayCredential = new PayioCompanyNatipayCredentialEntity();
|
6439
6453
|
paymentProvider = null;
|
6440
6454
|
phoneNumber = '';
|
6441
6455
|
sandbox = false;
|
@@ -8194,5 +8208,5 @@ class WithDrawRequestEntity {
|
|
8194
8208
|
* Generated bundle index. Do not edit.
|
8195
8209
|
*/
|
8196
8210
|
|
8197
|
-
export { AccountInformationsEntity, AddressEntity, AppEntity, AppInfoEntity, BaseEntity, BillingEntity, BillingOrderEntity, BillingPaymentEntity, BillingTotalEntity, CampaignRuleEntity, CarouselImageEntity, ClientAplicationCredentialEntity, ClientAplicationEntity, ClientEntity, CompanyContactEntity, CompanyCustomDataEntity, CompanyEntity, CompanyRemoteAccessEntity, CompanySettingsEntity, CompanySettingsWaServerEntity, CompanyTrialPlansUsedEntity, ContainerEntity, CoordsEntity, CustomVariableEntity, CustomerCreditLimitEntity, CustomerEntity, CustomerMemberEntity, CustomerMobyoEntity, DelivererMobyoEntity, DeliveryAreaEntity, DeliveryAreaFixedEntity, DesenfilaConfigEntity, DesenfilaConfigMercadoPagoEntity, DesenfilaContainerOrderEntity, DesenfilaContainerOrderItemEntity, DesenfilaContainerOrderPaymentEntity, DesenfilaContainerOrderPixEntity, DesenfilaEntity, DesenfilaFeeEntity, DesenfilaInfoEntity, DesenfilaMerchantAddressEntity, DesenfilaMerchantEntity, DesenfilaMerchantV2PaymentProviderEntity, DesenfilaTokenEntity, DeveloperAppCredentialsEntity, DeveloperAppEntity, DeveloperAppStatusEnum, DeveloperEntity, DeveloperMemberEntity, DeviceEntity, EAppCategory, EAppHeaderType, EAppMode, EAppType, EBankSlipStatus, EBarcodeFormat, EBillingStatus, EBooleanString, ECollectionsTypes, ECompanyKeys, ECompanyMessageType, ECustomerInterval, ECustomerStatus, ECustomerType, EPaymentType as EDeprecatedPaymentType, EDeviceAppImages, EDeviceCheckoutImages, EDeviceStatus, EDiscountType, EDocType, EEventMessage, EEvolutionEvent, EEvolutionInstanceType, EEvolutionIntegrationType, EFcmSkill, EFiscalDocModelCode, EFrom, EIFoodCatalogContext, EIFoodDietaryRestrictions, EIFoodSellingOptions, EIFoodServing, EIFoodUnit, EImageFolder, EIndoorMode, EInstallationStatus, EIntDocType, EIntervalType, EInvoiceStatus, EJwtStatus, ELeadOrigin, ELegalEntiy, EMimeTypeFile, EMpStatus, EMpStatusDetail, ENatipayOrderStatus, ENineNineCurrency, ENineNinePackageType, ENineNinePackageWeight, ENineNineVehicleType, EOperationType, EOperator, EOrderDeliveryMode, EOrderExtraInfo, EOrderStatus, EOrderTiming, EOrderType, EOs, EPayioAdminRole, EPayioChefOperationMode, EPayioChefTabMode, EPayioDistributorStatus, EPayioRole, EPaymentChannel, EPaymentMethodId, EPaymentMode, EPaymentProvider, EPaymentStatus, EPaymentType$1 as EPaymentType, EPaymentTypeId, EPayuioAppSlug, EPixKeyType, EPlanFeatureType, EPlanIdentifier, EPlatform, EPubSub, EPubSubTopicType, EReleaseStatus, EResumeIntervalType, EResumeType, ERole, EOperationType as ESponsorIdentifier, ESponsorshipValues, ESubsStatus, ESubscriptionStatus, ETransactionResumesTargetType, ETransactionStatus, ETypeFile, EVoucherRuleType, EVoucherStatus, EVoucherTargetTypes, EWaServerStatus, EWithdrawRequestStatus, EventMessageEntity, EvolutionChatWootEntity, EvolutionDatabaseQueueEntity, EvolutionEntity, EvolutionHashEntity, EvolutionInstanceEntity, EvolutionMessageKeyResponseEntity, EvolutionMessageResponseEntity, EvolutionQrcodeEntity, EvolutionTypeBotEntity, EvolutionWebhookEntity, ExchangeEntity, FcmDataReceivedDesenfilaPaymentEntity, FcmDataRequestItemsEntity, FcmTokenMessageEntity, FeatureEntity, FeeDetailEntity, FirebaseQueryEntity, EGtintype as GTINTypeEnum, GeneralResumeTotalEntity, GlobalSettingEntity, GlobalSettingIuguEntity, GlobalSettingMasterEntity, GlobalSettingMercadoPagoEntity, GlobalSettingNatiPayEntity, GlobalSettingTaxesEntity, InfoEntity, 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, MemberAccessEntity, MemberAccessRoleEntity, MemberAccessRolePermissionEntity, MemberEntity, MemberRulesEnum, MemberTypeEnum, MessagerChannelEntity, MetadataEntity, MobyoApiConfigEntity, ECampaignRuleType as MobyoECampaignRuleType, ECompanyMessageChannel as MobyoECompanyMessageChannel, EDeviceAppMode as MobyoEDeviceAppMode, EDeviceAppStatus as MobyoEDeviceAppStatus, EDeviceCheckoutStatus as MobyoEDeviceCheckoutStatus, EDeviceCustomerName as MobyoEDeviceCustomerName, EDeviceMode as MobyoEDeviceMode, EDeviceScreenMode as MobyoEDeviceScreenMode, EDeviceTefType as MobyoEDeviceTefType, EEngineType as MobyoEEngineType, EIuguInvoicesStatus as MobyoEIuguInvoicesStatus, EMemberRules as MobyoEMemberRules, EOrderCancelReasons as MobyoEOrderCancelReasons, EOrderDeliveredBy as MobyoEOrderDeliveredBy, EOrderOccurrenceType as MobyoEOrderOccurrenceType, EOrderPaymentId as MobyoEOrderPaymentId, EOrderPaymentMethod as MobyoEOrderPaymentMethod, EOrderV3DeliveryMode as MobyoEOrderV3DeliveryMode, EOrderV3SalesChannel as MobyoEOrderV3SalesChannel, EOrderV3Timing as MobyoEOrderV3Timing, EOrderV3Type as MobyoEOrderV3Type, EPreferenceAutoReturn as MobyoEPreferenceAutoReturn, EPreparingStatus as MobyoEPreparingStatus, EProductHighlight as MobyoEProductHighlight, EProductSkillV2 as MobyoEProductSkillV2, EQuestionTypes as MobyoEQuestionTypes, ETopics as MobyoETopics, IEntity as MobyoIEntity, IPaymentMethod as MobyoIPaymentMethod, MobyoInfoEntity, MonitorEntity, MottuAddressEntity, MottuEventDeliveryManEntity, MottuEventEntity, MottuEventRequestedByEntity, MottuOrderDelivererEntity, MottuOrderDeliveryManEntity, MottuOrderEntity, MottuOrderPreviewEntity, MottuOrderStoreEntity, MottuStoreEntity, MottuStoreMatrixEntity, MottuStoreResponsibleEntity, NatiGoEntity, NatiV1CartDesenfilaEntity, NatiV1CartEntity, NatiV1CartItemEntity, NatiV2ValidateCodeEntity, NatiWaEntity, NatiapyAddressEntity, NatipayCompanyEntity, NatipayEntity, NatipayFeeEntity, NatipayJwtPayloadAppEntity, NatipayJwtPayloadDeviceEntity, NatipayJwtPayloadEntity, NatipayJwtPayloadInfoEntity, NatipayJwtPayloadUserEntity, NatipayMemberEntity, NatipayMemberRulesEnum, NatipayMemberTypeEnum, NatipayMercadoPagoEntity, NatipayOrderEntity, NatipayOrderItemEntity, NatipayTokenEntity, NatipayUserEntity, NotificationActionEntity, NotificationActionTypeEnum, NotificationCategoryEnum, NotificationEntity, NotificationPriorityEnum, NotificationStatusEnum, OrderAdditionalFeeEntity, OrderBenefitsEntity, OrderCancellationEntity, OrderCustomerEntity, OrderDeliveryEntity, OrderEntity, OrderItemCompositionEntity, OrderItemEntity, OrderItemOptionEntity, OrderMerchantEntity, OrderPaymentCardEntity, OrderPaymentCashEntity, OrderPaymentEntity, OrderPaymentMethodEntity, OrderPaymentPixEntity, OrderPaymentWalletEntity, OrderScaleEntity, OrderScaleItemEntity, OrderTotalEntity, OrdersCustomerPhoneEntity, OriginEntity, PartnerEntity, PayioActivationKeyEntity, PayioAddressEntity, PayioAdminEntity, PayioAppEntity, PayioChefConfigEntity, PayioChefConfigOperationEntity, PayioChefConfigPrinterEntity, PayioChefConfigScaleEntity, PayioChefConfigTabsEntity, PayioChefConfigWebhookEntity, PayioChefConfigWebhookHeaderEntity, PayioCompanyEntity, PayioDeviceChefEntity, PayioDeviceEntity, PayioDistributorEntity, PayioDistributorResponsibleEntity, PayioEntitiesEnum, PayioGlobalProductEntity, PayioJwtPayloadAppEntity, PayioJwtPayloadDeviceEntity, PayioJwtPayloadEntity, PayioJwtPayloadInfoEntity, PayioJwtPayloadSubscriptionEntity, PayioJwtPayloadUserEntity, PayioMemberEntity, PayioOrderEntity, PayioOrderIndoorEntity, PayioOrderQueueEntity, PayioOrderQueueStatusEnum, PayioPartnerEntity, PayioPermissionEntity, PayioProductEntity, PayioResumeCompanyEntity, PayioResumeCompanyItemDetailEntity, PayioResumeCompanyItemEntity, PayioResumeQueueActionEnum, PayioResumeQueueEntity, PayioResumeQueueStatusEnum, PayioScheduleDayEntity, PayioScheduleEntity, PayioScheduleProductEntity, PayioScheduleSlotEntity, PayioTabEntity, PayioTokenEntity, PayioUserTypeEnum, PaymentCardEntity, PaymentCashEntity, PaymentEntity, PaymentMethodEntity, PaymentMethodOptionEntity, PaymentPixEntity, PaymentProviderAgentEntity, PaymentProviderEntity, PaymentTokenDataEntity, PaymentTokenEntity, PaymentWalletEntity, PixKeyEntity, PlanEntity, PlanFeatureEntity, PrivacySettingEntity, ProductBrandEntity, ProductCompanyEntity, ProductContainerEntity, ProductGlobalEntity, ProductNcmEntity, PubsubSubscriptionChangeStatusEntity, PurchaseEntity, QueryEntity, RabbitEntity, RatingEntity, RequestedItemDataEntity, RequestedItemsEntity, ResumeChildEntity, ResumeCustomerEntity, ResumeEnginesEntity, ResumeEntity, ResumeItemDetailEntity, ResumeItemEntity, ResumeOrderEntity, ResumeProductEntity, ResumeVoucherEntity, SponsorEntity, SponsorshipValueEntity, SubscriptionBaseEntity, SubscriptionBaseItemEntity, SubscriptionBaseLogEntity, SubscriptionCompanyEntity, SubscriptionCompanyProfileEntity, SubscriptionCustomerEntity, SubscriptionCustomerProfileEntity, TokenEntity, TransactionBalanceEntity, TransactionEntity, TransactionInfoResumeEntity, TransactionPaymentMethodEntity, TransactionResumeEntity, TransactionTotalEntity, TransferRequestEntity, UserEntity, UserTypeEnum, VerifierTokenEntity, VoucherCustomerEntity, VoucherEntity, VoucherSponsorshipEntity, WaServerEntity, WithDrawRequestEntity, factoryEnvelope, factoryEnvelopeArray, factoryEnvelopeArrayPagination };
|
8211
|
+
export { AccountInformationsEntity, AddressEntity, AppEntity, AppInfoEntity, BaseEntity, BillingEntity, BillingOrderEntity, BillingPaymentEntity, BillingTotalEntity, CampaignRuleEntity, CarouselImageEntity, ClientAplicationCredentialEntity, ClientAplicationEntity, ClientEntity, CompanyContactEntity, CompanyCustomDataEntity, CompanyEntity, CompanyRemoteAccessEntity, CompanySettingsEntity, CompanySettingsWaServerEntity, CompanyTrialPlansUsedEntity, ContainerEntity, CoordsEntity, CustomVariableEntity, CustomerCreditLimitEntity, CustomerEntity, CustomerMemberEntity, CustomerMobyoEntity, DelivererMobyoEntity, DeliveryAreaEntity, DeliveryAreaFixedEntity, DesenfilaConfigEntity, DesenfilaConfigMercadoPagoEntity, DesenfilaContainerOrderEntity, DesenfilaContainerOrderItemEntity, DesenfilaContainerOrderPaymentEntity, DesenfilaContainerOrderPixEntity, DesenfilaEntity, DesenfilaFeeEntity, DesenfilaInfoEntity, DesenfilaMerchantAddressEntity, DesenfilaMerchantEntity, DesenfilaMerchantV2PaymentProviderEntity, DesenfilaTokenEntity, DeveloperAppCredentialsEntity, DeveloperAppEntity, DeveloperAppStatusEnum, DeveloperEntity, DeveloperMemberEntity, DeviceEntity, EAppCategory, EAppHeaderType, EAppMode, EAppType, EBankSlipStatus, EBarcodeFormat, EBillingStatus, EBooleanString, ECollectionsTypes, ECompanyKeys, ECompanyMessageType, ECustomerInterval, ECustomerStatus, ECustomerType, EPaymentType as EDeprecatedPaymentType, EDeviceAppImages, EDeviceCheckoutImages, EDeviceStatus, EDiscountType, EDocType, EEventMessage, EEvolutionEvent, EEvolutionInstanceType, EEvolutionIntegrationType, EFcmSkill, EFiscalDocModelCode, EFrom, EIFoodCatalogContext, EIFoodDietaryRestrictions, EIFoodSellingOptions, EIFoodServing, EIFoodUnit, EImageFolder, EIndoorMode, EInstallationStatus, EIntDocType, EIntervalType, EInvoiceStatus, EJwtStatus, ELeadOrigin, ELegalEntiy, EMimeTypeFile, EMpStatus, EMpStatusDetail, ENatipayOrderStatus, ENineNineCurrency, ENineNinePackageType, ENineNinePackageWeight, ENineNineVehicleType, EOperationType, EOperator, EOrderDeliveryMode, EOrderExtraInfo, EOrderStatus, EOrderTiming, EOrderType, EOs, EPayioAdminRole, EPayioChefOperationMode, EPayioChefTabMode, EPayioDistributorStatus, EPayioRole, EPaymentChannel, EPaymentMethodId, EPaymentMode, EPaymentProvider, EPaymentStatus, EPaymentType$1 as EPaymentType, EPaymentTypeId, EPayuioAppSlug, EPixKeyType, EPlanFeatureType, EPlanIdentifier, EPlatform, EPubSub, EPubSubTopicType, EReleaseStatus, EResumeIntervalType, EResumeType, ERole, EOperationType as ESponsorIdentifier, ESponsorshipValues, ESubsStatus, ESubscriptionStatus, ETransactionResumesTargetType, ETransactionStatus, ETypeFile, EVoucherRuleType, EVoucherStatus, EVoucherTargetTypes, EWaServerStatus, EWithdrawRequestStatus, EventMessageEntity, EvolutionChatWootEntity, EvolutionDatabaseQueueEntity, EvolutionEntity, EvolutionHashEntity, EvolutionInstanceEntity, EvolutionMessageKeyResponseEntity, EvolutionMessageResponseEntity, EvolutionQrcodeEntity, EvolutionTypeBotEntity, EvolutionWebhookEntity, ExchangeEntity, FcmDataReceivedDesenfilaPaymentEntity, FcmDataRequestItemsEntity, FcmTokenMessageEntity, FeatureEntity, FeeDetailEntity, FirebaseQueryEntity, EGtintype as GTINTypeEnum, GeneralResumeTotalEntity, GlobalSettingEntity, GlobalSettingIuguEntity, GlobalSettingMasterEntity, GlobalSettingMercadoPagoEntity, GlobalSettingNatiPayEntity, GlobalSettingTaxesEntity, InfoEntity, 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, MemberAccessEntity, MemberAccessRoleEntity, MemberAccessRolePermissionEntity, MemberEntity, MemberRulesEnum, MemberTypeEnum, MessagerChannelEntity, MetadataEntity, MobyoApiConfigEntity, ECampaignRuleType as MobyoECampaignRuleType, ECompanyMessageChannel as MobyoECompanyMessageChannel, EDeviceAppMode as MobyoEDeviceAppMode, EDeviceAppStatus as MobyoEDeviceAppStatus, EDeviceCheckoutStatus as MobyoEDeviceCheckoutStatus, EDeviceCustomerName as MobyoEDeviceCustomerName, EDeviceMode as MobyoEDeviceMode, EDeviceScreenMode as MobyoEDeviceScreenMode, EDeviceTefType as MobyoEDeviceTefType, EEngineType as MobyoEEngineType, EIuguInvoicesStatus as MobyoEIuguInvoicesStatus, EMemberRules as MobyoEMemberRules, EOrderCancelReasons as MobyoEOrderCancelReasons, EOrderDeliveredBy as MobyoEOrderDeliveredBy, EOrderOccurrenceType as MobyoEOrderOccurrenceType, EOrderPaymentId as MobyoEOrderPaymentId, EOrderPaymentMethod as MobyoEOrderPaymentMethod, EOrderV3DeliveryMode as MobyoEOrderV3DeliveryMode, EOrderV3SalesChannel as MobyoEOrderV3SalesChannel, EOrderV3Timing as MobyoEOrderV3Timing, EOrderV3Type as MobyoEOrderV3Type, EPreferenceAutoReturn as MobyoEPreferenceAutoReturn, EPreparingStatus as MobyoEPreparingStatus, EProductHighlight as MobyoEProductHighlight, EProductSkillV2 as MobyoEProductSkillV2, EQuestionTypes as MobyoEQuestionTypes, ETopics as MobyoETopics, IEntity as MobyoIEntity, IPaymentMethod as MobyoIPaymentMethod, MobyoInfoEntity, MonitorEntity, MottuAddressEntity, MottuEventDeliveryManEntity, MottuEventEntity, MottuEventRequestedByEntity, MottuOrderDelivererEntity, MottuOrderDeliveryManEntity, MottuOrderEntity, MottuOrderPreviewEntity, MottuOrderStoreEntity, MottuStoreEntity, MottuStoreMatrixEntity, MottuStoreResponsibleEntity, NatiGoEntity, NatiV1CartDesenfilaEntity, NatiV1CartEntity, NatiV1CartItemEntity, NatiV2ValidateCodeEntity, NatiWaEntity, NatiapyAddressEntity, NatipayCompanyEntity, NatipayEntity, NatipayFeeEntity, NatipayJwtPayloadAppEntity, NatipayJwtPayloadDeviceEntity, NatipayJwtPayloadEntity, NatipayJwtPayloadInfoEntity, NatipayJwtPayloadUserEntity, NatipayMemberEntity, NatipayMemberRulesEnum, NatipayMemberTypeEnum, NatipayMercadoPagoEntity, NatipayOrderEntity, NatipayOrderItemEntity, NatipayTokenEntity, NatipayUserEntity, NotificationActionEntity, NotificationActionTypeEnum, NotificationCategoryEnum, NotificationEntity, NotificationPriorityEnum, NotificationStatusEnum, OrderAdditionalFeeEntity, OrderBenefitsEntity, OrderCancellationEntity, OrderCustomerEntity, OrderDeliveryEntity, OrderEntity, OrderItemCompositionEntity, OrderItemEntity, OrderItemOptionEntity, OrderMerchantEntity, OrderPaymentCardEntity, OrderPaymentCashEntity, OrderPaymentEntity, OrderPaymentMethodEntity, OrderPaymentPixEntity, OrderPaymentWalletEntity, OrderScaleEntity, OrderScaleItemEntity, OrderTotalEntity, OrdersCustomerPhoneEntity, OriginEntity, PartnerEntity, PayioActivationKeyEntity, PayioAddressEntity, PayioAdminEntity, PayioAppEntity, PayioChefConfigEntity, PayioChefConfigOperationEntity, PayioChefConfigPrinterEntity, PayioChefConfigScaleEntity, PayioChefConfigTabsEntity, PayioChefConfigWebhookEntity, PayioChefConfigWebhookHeaderEntity, PayioCompanyEntity, PayioCompanyNatipayCredentialEntity, PayioDeviceChefEntity, PayioDeviceEntity, PayioDistributorEntity, PayioDistributorResponsibleEntity, PayioEntitiesEnum, PayioGlobalProductEntity, PayioJwtPayloadAppEntity, PayioJwtPayloadDeviceEntity, PayioJwtPayloadEntity, PayioJwtPayloadInfoEntity, PayioJwtPayloadSubscriptionEntity, PayioJwtPayloadUserEntity, PayioMemberEntity, PayioOrderEntity, PayioOrderIndoorEntity, PayioOrderQueueEntity, PayioOrderQueueStatusEnum, PayioPartnerEntity, PayioPermissionEntity, PayioProductEntity, PayioResumeCompanyEntity, PayioResumeCompanyItemDetailEntity, PayioResumeCompanyItemEntity, PayioResumeQueueActionEnum, PayioResumeQueueEntity, PayioResumeQueueStatusEnum, PayioScheduleDayEntity, PayioScheduleEntity, PayioScheduleProductEntity, PayioScheduleSlotEntity, PayioTabEntity, PayioTokenEntity, PayioUserTypeEnum, PaymentCardEntity, PaymentCashEntity, PaymentEntity, PaymentMethodEntity, PaymentMethodOptionEntity, PaymentPixEntity, PaymentProviderAgentEntity, PaymentProviderEntity, PaymentTokenDataEntity, PaymentTokenEntity, PaymentWalletEntity, PixKeyEntity, PlanEntity, PlanFeatureEntity, PrivacySettingEntity, ProductBrandEntity, ProductCompanyEntity, ProductContainerEntity, ProductGlobalEntity, ProductNcmEntity, PubsubSubscriptionChangeStatusEntity, PurchaseEntity, QueryEntity, RabbitEntity, RatingEntity, RequestedItemDataEntity, RequestedItemsEntity, ResumeChildEntity, ResumeCustomerEntity, ResumeEnginesEntity, ResumeEntity, ResumeItemDetailEntity, ResumeItemEntity, ResumeOrderEntity, ResumeProductEntity, ResumeVoucherEntity, SponsorEntity, SponsorshipValueEntity, SubscriptionBaseEntity, SubscriptionBaseItemEntity, SubscriptionBaseLogEntity, SubscriptionCompanyEntity, SubscriptionCompanyProfileEntity, SubscriptionCustomerEntity, SubscriptionCustomerProfileEntity, TokenEntity, TransactionBalanceEntity, TransactionEntity, TransactionInfoResumeEntity, TransactionPaymentMethodEntity, TransactionResumeEntity, TransactionTotalEntity, TransferRequestEntity, UserEntity, UserTypeEnum, VerifierTokenEntity, VoucherCustomerEntity, VoucherEntity, VoucherSponsorshipEntity, WaServerEntity, WithDrawRequestEntity, factoryEnvelope, factoryEnvelopeArray, factoryEnvelopeArrayPagination };
|
8198
8212
|
//# sourceMappingURL=cecon-interfaces.mjs.map
|