cecon-interfaces 1.5.75 → 1.5.77
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm2022/general/entities/firebase-query.entity.mjs +15 -0
- package/dist/esm2022/general/entities/index.mjs +5 -4
- package/dist/fesm2022/cecon-interfaces.mjs +324 -310
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/general/entities/firebase-query.entity.d.ts +8 -0
- package/dist/general/entities/firebase-query.entity.js +19 -0
- package/dist/general/entities/index.d.ts +4 -3
- package/dist/general/entities/index.js +9 -7
- package/dist/package.json +1 -1
- package/package.json +1 -1
@@ -176,6 +176,286 @@ class DeliveryAreaFixedEntity {
|
|
176
176
|
}
|
177
177
|
}
|
178
178
|
|
179
|
+
// src/models/base.entity.ts
|
180
|
+
class DesenfilaInfoEntity {
|
181
|
+
// #region Properties (6)
|
182
|
+
merchantId = '';
|
183
|
+
containerId = '';
|
184
|
+
constructor(data) {
|
185
|
+
if (data) {
|
186
|
+
for (let key in data) {
|
187
|
+
if (data.hasOwnProperty(key) && key in this) {
|
188
|
+
this[key] = data[key];
|
189
|
+
}
|
190
|
+
}
|
191
|
+
}
|
192
|
+
}
|
193
|
+
}
|
194
|
+
|
195
|
+
var EFcmSkill;
|
196
|
+
(function (EFcmSkill) {
|
197
|
+
EFcmSkill["PREVIEW_NATI_V1_ITEMS"] = "PREVIEW_NATI_V1_ITEMS";
|
198
|
+
EFcmSkill["REQUEST_NATI_V1_ITEMS"] = "REQUEST_NATI_V1_ITEMS";
|
199
|
+
EFcmSkill["RECEIVED_NATI_V1_ITEMS"] = "RECEIVED_NATI_V1_ITEMS";
|
200
|
+
EFcmSkill["BLOCK_TAB"] = "BLOCK_TAB";
|
201
|
+
EFcmSkill["UNBLOCK_TAB"] = "UNBLOCK_TAB";
|
202
|
+
EFcmSkill["RECEIVED_DESENFILA_PAYMENT"] = "RECEIVED_DESENFILA_PAYMENT";
|
203
|
+
EFcmSkill["ITEMS_TO_TAB"] = "ITEMS_TO_TAB";
|
204
|
+
})(EFcmSkill || (EFcmSkill = {}));
|
205
|
+
|
206
|
+
var EBankSlipStatus;
|
207
|
+
(function (EBankSlipStatus) {
|
208
|
+
EBankSlipStatus["REGISTERED"] = "registered";
|
209
|
+
EBankSlipStatus["PAID"] = "paid";
|
210
|
+
EBankSlipStatus["PENDING"] = "pending";
|
211
|
+
EBankSlipStatus["CANCELED"] = "canceled";
|
212
|
+
EBankSlipStatus["EXPIRED"] = "expired";
|
213
|
+
})(EBankSlipStatus || (EBankSlipStatus = {}));
|
214
|
+
|
215
|
+
var EBooleanString;
|
216
|
+
(function (EBooleanString) {
|
217
|
+
EBooleanString["FALSE"] = "false";
|
218
|
+
EBooleanString["TRUE"] = "true";
|
219
|
+
})(EBooleanString || (EBooleanString = {}));
|
220
|
+
|
221
|
+
var ECollectionsTypes;
|
222
|
+
(function (ECollectionsTypes) {
|
223
|
+
ECollectionsTypes["App"] = "app";
|
224
|
+
ECollectionsTypes["Billing"] = "billing";
|
225
|
+
ECollectionsTypes["BillingOrder"] = "billing-order";
|
226
|
+
ECollectionsTypes["Clients"] = "clients";
|
227
|
+
ECollectionsTypes["Company"] = "company";
|
228
|
+
ECollectionsTypes["Container"] = "container";
|
229
|
+
ECollectionsTypes["Customer"] = "customer";
|
230
|
+
ECollectionsTypes["CustomerMember"] = "customer-member";
|
231
|
+
ECollectionsTypes["DesenfilaMerchant"] = "desenfila-merchant";
|
232
|
+
ECollectionsTypes["DesenfilaOrder"] = "desenfila-order";
|
233
|
+
ECollectionsTypes["DeveloperApps"] = "developer-apps";
|
234
|
+
ECollectionsTypes["DeveloperMembers"] = "developer-members";
|
235
|
+
ECollectionsTypes["Developers"] = "developers";
|
236
|
+
ECollectionsTypes["Device"] = "device";
|
237
|
+
ECollectionsTypes["Evolution"] = "evolution";
|
238
|
+
ECollectionsTypes["Feature"] = "feature";
|
239
|
+
ECollectionsTypes["Installation"] = "installation";
|
240
|
+
ECollectionsTypes["Invite"] = "invite";
|
241
|
+
ECollectionsTypes["Invoice"] = "invoice";
|
242
|
+
ECollectionsTypes["Lead"] = "lead";
|
243
|
+
ECollectionsTypes["Master"] = "master";
|
244
|
+
ECollectionsTypes["Member"] = "member";
|
245
|
+
ECollectionsTypes["MemberAccess"] = "member-access";
|
246
|
+
ECollectionsTypes["Mobyo"] = "mobyo";
|
247
|
+
ECollectionsTypes["Order"] = "order";
|
248
|
+
ECollectionsTypes["Partner"] = "partner";
|
249
|
+
ECollectionsTypes["Plan"] = "plan";
|
250
|
+
ECollectionsTypes["ProductCompany"] = "product-company";
|
251
|
+
ECollectionsTypes["ProductContainer"] = "product-container";
|
252
|
+
ECollectionsTypes["ProductGlobal"] = "product-global";
|
253
|
+
ECollectionsTypes["Purchases"] = "purchases";
|
254
|
+
ECollectionsTypes["RequestedItems"] = "requested-items";
|
255
|
+
ECollectionsTypes["Resume"] = "resume";
|
256
|
+
ECollectionsTypes["SubscriptionBase"] = "subscription-base";
|
257
|
+
ECollectionsTypes["SubscriptionCompany"] = "subscription-company";
|
258
|
+
ECollectionsTypes["SubscriptionCustomer"] = "subscription-customer";
|
259
|
+
ECollectionsTypes["Token"] = "token";
|
260
|
+
ECollectionsTypes["Transaction"] = "transaction";
|
261
|
+
ECollectionsTypes["TransferRequest"] = "transfer-request";
|
262
|
+
ECollectionsTypes["Users"] = "users";
|
263
|
+
ECollectionsTypes["Voucher"] = "voucher";
|
264
|
+
ECollectionsTypes["WaServer"] = "wa-server";
|
265
|
+
})(ECollectionsTypes || (ECollectionsTypes = {}));
|
266
|
+
|
267
|
+
var EDesenfilaFrom;
|
268
|
+
(function (EDesenfilaFrom) {
|
269
|
+
EDesenfilaFrom["NATI"] = "NATI";
|
270
|
+
EDesenfilaFrom["AUTOMATION"] = "AUTOMATION";
|
271
|
+
EDesenfilaFrom["NATIPAY"] = "NATIPAY";
|
272
|
+
EDesenfilaFrom["DESENFILA"] = "DESENFILA";
|
273
|
+
EDesenfilaFrom["NATIST"] = "NATIST";
|
274
|
+
EDesenfilaFrom["MOBYO"] = "MOBYO";
|
275
|
+
EDesenfilaFrom["DEFAULT"] = "DEFAULT"; // outras fontes não mapeadas
|
276
|
+
})(EDesenfilaFrom || (EDesenfilaFrom = {}));
|
277
|
+
|
278
|
+
var EDocType;
|
279
|
+
(function (EDocType) {
|
280
|
+
EDocType["CPF"] = "CPF";
|
281
|
+
EDocType["CNPJ"] = "CNPJ";
|
282
|
+
})(EDocType || (EDocType = {}));
|
283
|
+
|
284
|
+
var EDiscountType;
|
285
|
+
(function (EDiscountType) {
|
286
|
+
EDiscountType["PERCENT"] = "PERCENT";
|
287
|
+
EDiscountType["FIXED_AMOUNT"] = "FIXED";
|
288
|
+
})(EDiscountType || (EDiscountType = {}));
|
289
|
+
|
290
|
+
var EFiscalDocModelCode;
|
291
|
+
(function (EFiscalDocModelCode) {
|
292
|
+
EFiscalDocModelCode["NFE"] = "55";
|
293
|
+
EFiscalDocModelCode["CTE"] = "57";
|
294
|
+
EFiscalDocModelCode["SAT"] = "59";
|
295
|
+
EFiscalDocModelCode["ECF"] = "60";
|
296
|
+
EFiscalDocModelCode["NFCOM"] = "62";
|
297
|
+
EFiscalDocModelCode["BPE"] = "63";
|
298
|
+
EFiscalDocModelCode["NFCE"] = "65";
|
299
|
+
EFiscalDocModelCode["NF3E"] = "66";
|
300
|
+
EFiscalDocModelCode["OS"] = "67";
|
301
|
+
})(EFiscalDocModelCode || (EFiscalDocModelCode = {}));
|
302
|
+
|
303
|
+
var EIntervalType;
|
304
|
+
(function (EIntervalType) {
|
305
|
+
EIntervalType["DAYS"] = "DAYS";
|
306
|
+
EIntervalType["WEEKS"] = "WEEKS";
|
307
|
+
EIntervalType["MONTHS"] = "MONTHS";
|
308
|
+
})(EIntervalType || (EIntervalType = {}));
|
309
|
+
|
310
|
+
var ELeadOrigin;
|
311
|
+
(function (ELeadOrigin) {
|
312
|
+
ELeadOrigin["FACEBOOK_ADS"] = "Facebook Ads";
|
313
|
+
ELeadOrigin["GOOGLE_ADS"] = "Google Ads";
|
314
|
+
ELeadOrigin["EMAIL_MARKETING"] = "Email Marketing";
|
315
|
+
ELeadOrigin["REFERRED_BY_FRIEND"] = "Indica\u00E7\u00E3o de amigo";
|
316
|
+
ELeadOrigin["ORGANIC_SEARCH"] = "Busca org\u00E2nica";
|
317
|
+
ELeadOrigin["DIRECT_VISIT"] = "Visita Direta";
|
318
|
+
ELeadOrigin["OTHERS"] = "Outros";
|
319
|
+
})(ELeadOrigin || (ELeadOrigin = {}));
|
320
|
+
|
321
|
+
var EOperator;
|
322
|
+
(function (EOperator) {
|
323
|
+
EOperator["NOT_EQUAL"] = "!=";
|
324
|
+
EOperator["LESS_THAN"] = "<";
|
325
|
+
EOperator["LESS_THAN_OR_EQUAL"] = "<=";
|
326
|
+
EOperator["EQUAL"] = "==";
|
327
|
+
EOperator["GREATER_THAN"] = ">";
|
328
|
+
EOperator["GREATER_THAN_OR_EQUAL"] = ">=";
|
329
|
+
EOperator["ARRAY_CONTAINS"] = "array-contains";
|
330
|
+
EOperator["ARRAY_CONTAINS_ANY"] = "array-contains-any";
|
331
|
+
EOperator["IN"] = "in";
|
332
|
+
EOperator["NOT_IN"] = "not-in";
|
333
|
+
})(EOperator || (EOperator = {}));
|
334
|
+
|
335
|
+
var EOs;
|
336
|
+
(function (EOs) {
|
337
|
+
EOs["ANDROID"] = "ANDROID";
|
338
|
+
EOs["IOS"] = "IOS";
|
339
|
+
EOs["WINDOWS_PHONE"] = "WINDOWS_PHONE";
|
340
|
+
EOs["WINDOWS"] = "WINDOWS";
|
341
|
+
EOs["LINUX"] = "LINUX";
|
342
|
+
EOs["ELECTRON"] = "ELECTRON";
|
343
|
+
EOs["OTHER"] = "OTHER";
|
344
|
+
EOs["UNKNOWN"] = "UNKNOWN";
|
345
|
+
})(EOs || (EOs = {}));
|
346
|
+
|
347
|
+
var EPaymentChannel;
|
348
|
+
(function (EPaymentChannel) {
|
349
|
+
EPaymentChannel["APP"] = "APP";
|
350
|
+
EPaymentChannel["DELIVERY"] = "DELIVERY";
|
351
|
+
EPaymentChannel["AUTOMATION"] = "AUTOMATION";
|
352
|
+
EPaymentChannel["PHONE"] = "PHONE";
|
353
|
+
EPaymentChannel["MAIL"] = "MAIL";
|
354
|
+
EPaymentChannel["KIOSK"] = "KIOSK";
|
355
|
+
EPaymentChannel["QR_CODE"] = "QR_CODE";
|
356
|
+
EPaymentChannel["WEBSITE"] = "WEBSITE";
|
357
|
+
})(EPaymentChannel || (EPaymentChannel = {}));
|
358
|
+
|
359
|
+
var EPaymentMode;
|
360
|
+
(function (EPaymentMode) {
|
361
|
+
EPaymentMode["ELECTRONIC"] = "ELECTRONIC";
|
362
|
+
EPaymentMode["MANUAL"] = "MANUAL";
|
363
|
+
EPaymentMode["DIGITAL"] = "DIGITAL";
|
364
|
+
})(EPaymentMode || (EPaymentMode = {}));
|
365
|
+
|
366
|
+
var EPaymentStatus;
|
367
|
+
(function (EPaymentStatus) {
|
368
|
+
EPaymentStatus["PENDING"] = "PENDING";
|
369
|
+
EPaymentStatus["COMPLETED"] = "COMPLETED";
|
370
|
+
EPaymentStatus["FAILED"] = "FAILED";
|
371
|
+
EPaymentStatus["CANCELED"] = "CANCELED";
|
372
|
+
EPaymentStatus["PAID"] = "PAID";
|
373
|
+
EPaymentStatus["REFUNDED"] = "REFUNDED";
|
374
|
+
EPaymentStatus["AUTHORIZED"] = "AUTHORIZED";
|
375
|
+
EPaymentStatus["DECLINED"] = "DECLINED";
|
376
|
+
EPaymentStatus["EXPIRED"] = "EXPIRED";
|
377
|
+
EPaymentStatus["DISPUTED"] = "DISPUTED";
|
378
|
+
})(EPaymentStatus || (EPaymentStatus = {}));
|
379
|
+
|
380
|
+
var EPaymentType$1;
|
381
|
+
(function (EPaymentType) {
|
382
|
+
EPaymentType["CREDIT_CARD"] = "CREDIT_CARD";
|
383
|
+
EPaymentType["DEBIT_CARD"] = "DEBIT_CARD";
|
384
|
+
EPaymentType["CASH"] = "CASH";
|
385
|
+
EPaymentType["PIX"] = "PIX";
|
386
|
+
EPaymentType["MOBILE_PAYMENT"] = "MOBILE_PAYMENT";
|
387
|
+
EPaymentType["CHECK"] = "CHECK";
|
388
|
+
EPaymentType["CRYPTOCURRENCY"] = "CRYPTOCURRENCY";
|
389
|
+
EPaymentType["ELECTRONIC_BANKING"] = "ELECTRONIC_BANKING";
|
390
|
+
EPaymentType["MONEY_ORDER"] = "MONEY_ORDER";
|
391
|
+
EPaymentType["PREPAID_CARD"] = "PREPAID_CARD";
|
392
|
+
EPaymentType["E_WALLET"] = "E_WALLET";
|
393
|
+
EPaymentType["DIRECT_DEBIT"] = "DIRECT_DEBIT";
|
394
|
+
EPaymentType["PAYPAL"] = "PAYPAL";
|
395
|
+
EPaymentType["CHECKOUT_PRO"] = "CHECKOUT_PRO";
|
396
|
+
EPaymentType["WIRE_TRANSFER"] = "WIRE_TRANSFER";
|
397
|
+
EPaymentType["GIFT_CARD"] = "GIFT_CARD";
|
398
|
+
EPaymentType["VOUCHER"] = "VOUCHER";
|
399
|
+
EPaymentType["BILLING"] = "BILLING";
|
400
|
+
EPaymentType["BANK_SLIP"] = "BANK_SLIP";
|
401
|
+
EPaymentType["NONE"] = "NONE";
|
402
|
+
})(EPaymentType$1 || (EPaymentType$1 = {}));
|
403
|
+
|
404
|
+
var ELegalEntiy;
|
405
|
+
(function (ELegalEntiy) {
|
406
|
+
ELegalEntiy["LEGAL"] = "Pessoa Jur\u00EDdica";
|
407
|
+
ELegalEntiy["INDIVIDUAL"] = "Pessoa F\u00EDsica";
|
408
|
+
})(ELegalEntiy || (ELegalEntiy = {}));
|
409
|
+
|
410
|
+
var EPlatform;
|
411
|
+
(function (EPlatform) {
|
412
|
+
EPlatform["MOBILE"] = "Mobile";
|
413
|
+
EPlatform["WEB"] = "Web";
|
414
|
+
EPlatform["DESKTOP"] = "Desktop";
|
415
|
+
EPlatform["TABLET"] = "Tablet";
|
416
|
+
EPlatform["TV"] = "Tv";
|
417
|
+
EPlatform["CHROMEBOOK"] = "Chromebook";
|
418
|
+
EPlatform["OTHER"] = "Other";
|
419
|
+
})(EPlatform || (EPlatform = {}));
|
420
|
+
|
421
|
+
var EPaymentProvider;
|
422
|
+
(function (EPaymentProvider) {
|
423
|
+
EPaymentProvider["IUGU"] = "IUGU";
|
424
|
+
EPaymentProvider["DESENFILA"] = "DESENFILA";
|
425
|
+
EPaymentProvider["MERCADO_PAGO"] = "MERCADO PAGO";
|
426
|
+
EPaymentProvider["STRIPE"] = "STRIPE";
|
427
|
+
EPaymentProvider["PAYPAL"] = "PAYPAL";
|
428
|
+
EPaymentProvider["OTHER"] = "OTHER";
|
429
|
+
})(EPaymentProvider || (EPaymentProvider = {}));
|
430
|
+
|
431
|
+
var EPubSub;
|
432
|
+
(function (EPubSub) {
|
433
|
+
EPubSub["GENERAL"] = "GENERAL";
|
434
|
+
EPubSub["NATIGO"] = "NATIGO";
|
435
|
+
})(EPubSub || (EPubSub = {}));
|
436
|
+
|
437
|
+
var ESponsorshipValues;
|
438
|
+
(function (ESponsorshipValues) {
|
439
|
+
ESponsorshipValues["MERCHANT"] = "MERCHANT";
|
440
|
+
ESponsorshipValues["PARTNER"] = "PARTNER";
|
441
|
+
ESponsorshipValues["PROVIDER"] = "PROVIDER";
|
442
|
+
ESponsorshipValues["UNKNOWN"] = "UNKNOWN";
|
443
|
+
})(ESponsorshipValues || (ESponsorshipValues = {}));
|
444
|
+
|
445
|
+
class FirebaseQueryEntity {
|
446
|
+
// #region Properties (3)
|
447
|
+
field = '';
|
448
|
+
operator = EOperator.EQUAL;
|
449
|
+
value = null;
|
450
|
+
// #endregion Properties (3)
|
451
|
+
// #region Constructors (1)
|
452
|
+
constructor(field, operator, value) {
|
453
|
+
this.field = field;
|
454
|
+
this.operator = operator;
|
455
|
+
this.value = value;
|
456
|
+
}
|
457
|
+
}
|
458
|
+
|
179
459
|
class MessagerChannelEntity {
|
180
460
|
// #region Properties (3)
|
181
461
|
channelId = '';
|
@@ -215,16 +495,37 @@ class MobyoApiConfigEntity {
|
|
215
495
|
}
|
216
496
|
}
|
217
497
|
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
498
|
+
// src/models/base.entity.ts
|
499
|
+
class MobyoInfoEntity {
|
500
|
+
// #region Properties (6)
|
501
|
+
companyId = '';
|
502
|
+
containerId = '';
|
503
|
+
constructor(data) {
|
504
|
+
if (data) {
|
505
|
+
for (let key in data) {
|
506
|
+
if (data.hasOwnProperty(key) && key in this) {
|
507
|
+
this[key] = data[key];
|
508
|
+
}
|
509
|
+
}
|
510
|
+
}
|
511
|
+
}
|
512
|
+
}
|
513
|
+
|
514
|
+
// src/models/base.entity.ts
|
515
|
+
class NatiInfoEntity {
|
516
|
+
// #region Properties (6)
|
517
|
+
companyId = '';
|
518
|
+
containerId = '';
|
519
|
+
constructor(data) {
|
520
|
+
if (data) {
|
521
|
+
for (let key in data) {
|
522
|
+
if (data.hasOwnProperty(key) && key in this) {
|
523
|
+
this[key] = data[key];
|
524
|
+
}
|
525
|
+
}
|
526
|
+
}
|
527
|
+
}
|
528
|
+
}
|
228
529
|
|
229
530
|
class OriginEntity {
|
230
531
|
// #region Properties (6)
|
@@ -268,61 +569,18 @@ class PaymentCardEntity {
|
|
268
569
|
class PaymentCashEntity {
|
269
570
|
// #region Properties (1)
|
270
571
|
changeFor = 0;
|
271
|
-
// #endregion Properties (1)
|
272
|
-
// #region Constructors (1)
|
273
|
-
constructor(data) {
|
274
|
-
if (data) {
|
275
|
-
for (let key in data) {
|
276
|
-
if (data.hasOwnProperty(key) && key in this) {
|
277
|
-
this[key] = data[key];
|
278
|
-
}
|
279
|
-
}
|
280
|
-
}
|
281
|
-
}
|
282
|
-
}
|
283
|
-
|
284
|
-
var EPaymentChannel;
|
285
|
-
(function (EPaymentChannel) {
|
286
|
-
EPaymentChannel["APP"] = "APP";
|
287
|
-
EPaymentChannel["DELIVERY"] = "DELIVERY";
|
288
|
-
EPaymentChannel["AUTOMATION"] = "AUTOMATION";
|
289
|
-
EPaymentChannel["PHONE"] = "PHONE";
|
290
|
-
EPaymentChannel["MAIL"] = "MAIL";
|
291
|
-
EPaymentChannel["KIOSK"] = "KIOSK";
|
292
|
-
EPaymentChannel["QR_CODE"] = "QR_CODE";
|
293
|
-
EPaymentChannel["WEBSITE"] = "WEBSITE";
|
294
|
-
})(EPaymentChannel || (EPaymentChannel = {}));
|
295
|
-
|
296
|
-
var EPaymentMode;
|
297
|
-
(function (EPaymentMode) {
|
298
|
-
EPaymentMode["ELECTRONIC"] = "ELECTRONIC";
|
299
|
-
EPaymentMode["MANUAL"] = "MANUAL";
|
300
|
-
EPaymentMode["DIGITAL"] = "DIGITAL";
|
301
|
-
})(EPaymentMode || (EPaymentMode = {}));
|
302
|
-
|
303
|
-
var EPaymentType$1;
|
304
|
-
(function (EPaymentType) {
|
305
|
-
EPaymentType["CREDIT_CARD"] = "CREDIT_CARD";
|
306
|
-
EPaymentType["DEBIT_CARD"] = "DEBIT_CARD";
|
307
|
-
EPaymentType["CASH"] = "CASH";
|
308
|
-
EPaymentType["PIX"] = "PIX";
|
309
|
-
EPaymentType["MOBILE_PAYMENT"] = "MOBILE_PAYMENT";
|
310
|
-
EPaymentType["CHECK"] = "CHECK";
|
311
|
-
EPaymentType["CRYPTOCURRENCY"] = "CRYPTOCURRENCY";
|
312
|
-
EPaymentType["ELECTRONIC_BANKING"] = "ELECTRONIC_BANKING";
|
313
|
-
EPaymentType["MONEY_ORDER"] = "MONEY_ORDER";
|
314
|
-
EPaymentType["PREPAID_CARD"] = "PREPAID_CARD";
|
315
|
-
EPaymentType["E_WALLET"] = "E_WALLET";
|
316
|
-
EPaymentType["DIRECT_DEBIT"] = "DIRECT_DEBIT";
|
317
|
-
EPaymentType["PAYPAL"] = "PAYPAL";
|
318
|
-
EPaymentType["CHECKOUT_PRO"] = "CHECKOUT_PRO";
|
319
|
-
EPaymentType["WIRE_TRANSFER"] = "WIRE_TRANSFER";
|
320
|
-
EPaymentType["GIFT_CARD"] = "GIFT_CARD";
|
321
|
-
EPaymentType["VOUCHER"] = "VOUCHER";
|
322
|
-
EPaymentType["BILLING"] = "BILLING";
|
323
|
-
EPaymentType["BANK_SLIP"] = "BANK_SLIP";
|
324
|
-
EPaymentType["NONE"] = "NONE";
|
325
|
-
})(EPaymentType$1 || (EPaymentType$1 = {}));
|
572
|
+
// #endregion Properties (1)
|
573
|
+
// #region Constructors (1)
|
574
|
+
constructor(data) {
|
575
|
+
if (data) {
|
576
|
+
for (let key in data) {
|
577
|
+
if (data.hasOwnProperty(key) && key in this) {
|
578
|
+
this[key] = data[key];
|
579
|
+
}
|
580
|
+
}
|
581
|
+
}
|
582
|
+
}
|
583
|
+
}
|
326
584
|
|
327
585
|
class PaymentMethodOptionEntity {
|
328
586
|
// #region Properties (13)
|
@@ -586,250 +844,6 @@ class SponsorshipValueEntity {
|
|
586
844
|
}
|
587
845
|
}
|
588
846
|
|
589
|
-
// src/models/base.entity.ts
|
590
|
-
class MobyoInfoEntity {
|
591
|
-
// #region Properties (6)
|
592
|
-
companyId = '';
|
593
|
-
containerId = '';
|
594
|
-
constructor(data) {
|
595
|
-
if (data) {
|
596
|
-
for (let key in data) {
|
597
|
-
if (data.hasOwnProperty(key) && key in this) {
|
598
|
-
this[key] = data[key];
|
599
|
-
}
|
600
|
-
}
|
601
|
-
}
|
602
|
-
}
|
603
|
-
}
|
604
|
-
|
605
|
-
// src/models/base.entity.ts
|
606
|
-
class DesenfilaInfoEntity {
|
607
|
-
// #region Properties (6)
|
608
|
-
merchantId = '';
|
609
|
-
containerId = '';
|
610
|
-
constructor(data) {
|
611
|
-
if (data) {
|
612
|
-
for (let key in data) {
|
613
|
-
if (data.hasOwnProperty(key) && key in this) {
|
614
|
-
this[key] = data[key];
|
615
|
-
}
|
616
|
-
}
|
617
|
-
}
|
618
|
-
}
|
619
|
-
}
|
620
|
-
|
621
|
-
// src/models/base.entity.ts
|
622
|
-
class NatiInfoEntity {
|
623
|
-
// #region Properties (6)
|
624
|
-
companyId = '';
|
625
|
-
containerId = '';
|
626
|
-
constructor(data) {
|
627
|
-
if (data) {
|
628
|
-
for (let key in data) {
|
629
|
-
if (data.hasOwnProperty(key) && key in this) {
|
630
|
-
this[key] = data[key];
|
631
|
-
}
|
632
|
-
}
|
633
|
-
}
|
634
|
-
}
|
635
|
-
}
|
636
|
-
|
637
|
-
var EFcmSkill;
|
638
|
-
(function (EFcmSkill) {
|
639
|
-
EFcmSkill["PREVIEW_NATI_V1_ITEMS"] = "PREVIEW_NATI_V1_ITEMS";
|
640
|
-
EFcmSkill["REQUEST_NATI_V1_ITEMS"] = "REQUEST_NATI_V1_ITEMS";
|
641
|
-
EFcmSkill["RECEIVED_NATI_V1_ITEMS"] = "RECEIVED_NATI_V1_ITEMS";
|
642
|
-
EFcmSkill["BLOCK_TAB"] = "BLOCK_TAB";
|
643
|
-
EFcmSkill["UNBLOCK_TAB"] = "UNBLOCK_TAB";
|
644
|
-
EFcmSkill["RECEIVED_DESENFILA_PAYMENT"] = "RECEIVED_DESENFILA_PAYMENT";
|
645
|
-
EFcmSkill["ITEMS_TO_TAB"] = "ITEMS_TO_TAB";
|
646
|
-
})(EFcmSkill || (EFcmSkill = {}));
|
647
|
-
|
648
|
-
var EBankSlipStatus;
|
649
|
-
(function (EBankSlipStatus) {
|
650
|
-
EBankSlipStatus["REGISTERED"] = "registered";
|
651
|
-
EBankSlipStatus["PAID"] = "paid";
|
652
|
-
EBankSlipStatus["PENDING"] = "pending";
|
653
|
-
EBankSlipStatus["CANCELED"] = "canceled";
|
654
|
-
EBankSlipStatus["EXPIRED"] = "expired";
|
655
|
-
})(EBankSlipStatus || (EBankSlipStatus = {}));
|
656
|
-
|
657
|
-
var EBooleanString;
|
658
|
-
(function (EBooleanString) {
|
659
|
-
EBooleanString["FALSE"] = "false";
|
660
|
-
EBooleanString["TRUE"] = "true";
|
661
|
-
})(EBooleanString || (EBooleanString = {}));
|
662
|
-
|
663
|
-
var ECollectionsTypes;
|
664
|
-
(function (ECollectionsTypes) {
|
665
|
-
ECollectionsTypes["App"] = "app";
|
666
|
-
ECollectionsTypes["Billing"] = "billing";
|
667
|
-
ECollectionsTypes["BillingOrder"] = "billing-order";
|
668
|
-
ECollectionsTypes["Clients"] = "clients";
|
669
|
-
ECollectionsTypes["Company"] = "company";
|
670
|
-
ECollectionsTypes["Container"] = "container";
|
671
|
-
ECollectionsTypes["Customer"] = "customer";
|
672
|
-
ECollectionsTypes["CustomerMember"] = "customer-member";
|
673
|
-
ECollectionsTypes["DesenfilaMerchant"] = "desenfila-merchant";
|
674
|
-
ECollectionsTypes["DesenfilaOrder"] = "desenfila-order";
|
675
|
-
ECollectionsTypes["DeveloperApps"] = "developer-apps";
|
676
|
-
ECollectionsTypes["DeveloperMembers"] = "developer-members";
|
677
|
-
ECollectionsTypes["Developers"] = "developers";
|
678
|
-
ECollectionsTypes["Device"] = "device";
|
679
|
-
ECollectionsTypes["Evolution"] = "evolution";
|
680
|
-
ECollectionsTypes["Feature"] = "feature";
|
681
|
-
ECollectionsTypes["Installation"] = "installation";
|
682
|
-
ECollectionsTypes["Invite"] = "invite";
|
683
|
-
ECollectionsTypes["Invoice"] = "invoice";
|
684
|
-
ECollectionsTypes["Lead"] = "lead";
|
685
|
-
ECollectionsTypes["Master"] = "master";
|
686
|
-
ECollectionsTypes["Member"] = "member";
|
687
|
-
ECollectionsTypes["MemberAccess"] = "member-access";
|
688
|
-
ECollectionsTypes["Mobyo"] = "mobyo";
|
689
|
-
ECollectionsTypes["Order"] = "order";
|
690
|
-
ECollectionsTypes["Partner"] = "partner";
|
691
|
-
ECollectionsTypes["Plan"] = "plan";
|
692
|
-
ECollectionsTypes["ProductCompany"] = "product-company";
|
693
|
-
ECollectionsTypes["ProductContainer"] = "product-container";
|
694
|
-
ECollectionsTypes["ProductGlobal"] = "product-global";
|
695
|
-
ECollectionsTypes["Purchases"] = "purchases";
|
696
|
-
ECollectionsTypes["RequestedItems"] = "requested-items";
|
697
|
-
ECollectionsTypes["Resume"] = "resume";
|
698
|
-
ECollectionsTypes["SubscriptionBase"] = "subscription-base";
|
699
|
-
ECollectionsTypes["SubscriptionCompany"] = "subscription-company";
|
700
|
-
ECollectionsTypes["SubscriptionCustomer"] = "subscription-customer";
|
701
|
-
ECollectionsTypes["Token"] = "token";
|
702
|
-
ECollectionsTypes["Transaction"] = "transaction";
|
703
|
-
ECollectionsTypes["TransferRequest"] = "transfer-request";
|
704
|
-
ECollectionsTypes["Users"] = "users";
|
705
|
-
ECollectionsTypes["Voucher"] = "voucher";
|
706
|
-
ECollectionsTypes["WaServer"] = "wa-server";
|
707
|
-
})(ECollectionsTypes || (ECollectionsTypes = {}));
|
708
|
-
|
709
|
-
var EDesenfilaFrom;
|
710
|
-
(function (EDesenfilaFrom) {
|
711
|
-
EDesenfilaFrom["NATI"] = "NATI";
|
712
|
-
EDesenfilaFrom["AUTOMATION"] = "AUTOMATION";
|
713
|
-
EDesenfilaFrom["NATIPAY"] = "NATIPAY";
|
714
|
-
EDesenfilaFrom["DESENFILA"] = "DESENFILA";
|
715
|
-
EDesenfilaFrom["NATIST"] = "NATIST";
|
716
|
-
EDesenfilaFrom["MOBYO"] = "MOBYO";
|
717
|
-
EDesenfilaFrom["DEFAULT"] = "DEFAULT"; // outras fontes não mapeadas
|
718
|
-
})(EDesenfilaFrom || (EDesenfilaFrom = {}));
|
719
|
-
|
720
|
-
var EDocType;
|
721
|
-
(function (EDocType) {
|
722
|
-
EDocType["CPF"] = "CPF";
|
723
|
-
EDocType["CNPJ"] = "CNPJ";
|
724
|
-
})(EDocType || (EDocType = {}));
|
725
|
-
|
726
|
-
var EDiscountType;
|
727
|
-
(function (EDiscountType) {
|
728
|
-
EDiscountType["PERCENT"] = "PERCENT";
|
729
|
-
EDiscountType["FIXED_AMOUNT"] = "FIXED";
|
730
|
-
})(EDiscountType || (EDiscountType = {}));
|
731
|
-
|
732
|
-
var EFiscalDocModelCode;
|
733
|
-
(function (EFiscalDocModelCode) {
|
734
|
-
EFiscalDocModelCode["NFE"] = "55";
|
735
|
-
EFiscalDocModelCode["CTE"] = "57";
|
736
|
-
EFiscalDocModelCode["SAT"] = "59";
|
737
|
-
EFiscalDocModelCode["ECF"] = "60";
|
738
|
-
EFiscalDocModelCode["NFCOM"] = "62";
|
739
|
-
EFiscalDocModelCode["BPE"] = "63";
|
740
|
-
EFiscalDocModelCode["NFCE"] = "65";
|
741
|
-
EFiscalDocModelCode["NF3E"] = "66";
|
742
|
-
EFiscalDocModelCode["OS"] = "67";
|
743
|
-
})(EFiscalDocModelCode || (EFiscalDocModelCode = {}));
|
744
|
-
|
745
|
-
var EIntervalType;
|
746
|
-
(function (EIntervalType) {
|
747
|
-
EIntervalType["DAYS"] = "DAYS";
|
748
|
-
EIntervalType["WEEKS"] = "WEEKS";
|
749
|
-
EIntervalType["MONTHS"] = "MONTHS";
|
750
|
-
})(EIntervalType || (EIntervalType = {}));
|
751
|
-
|
752
|
-
var EOperator;
|
753
|
-
(function (EOperator) {
|
754
|
-
EOperator["NOT_EQUAL"] = "!=";
|
755
|
-
EOperator["LESS_THAN"] = "<";
|
756
|
-
EOperator["LESS_THAN_OR_EQUAL"] = "<=";
|
757
|
-
EOperator["EQUAL"] = "==";
|
758
|
-
EOperator["GREATER_THAN"] = ">";
|
759
|
-
EOperator["GREATER_THAN_OR_EQUAL"] = ">=";
|
760
|
-
EOperator["ARRAY_CONTAINS"] = "array-contains";
|
761
|
-
EOperator["ARRAY_CONTAINS_ANY"] = "array-contains-any";
|
762
|
-
EOperator["IN"] = "in";
|
763
|
-
EOperator["NOT_IN"] = "not-in";
|
764
|
-
})(EOperator || (EOperator = {}));
|
765
|
-
|
766
|
-
var EOs;
|
767
|
-
(function (EOs) {
|
768
|
-
EOs["ANDROID"] = "ANDROID";
|
769
|
-
EOs["IOS"] = "IOS";
|
770
|
-
EOs["WINDOWS_PHONE"] = "WINDOWS_PHONE";
|
771
|
-
EOs["WINDOWS"] = "WINDOWS";
|
772
|
-
EOs["LINUX"] = "LINUX";
|
773
|
-
EOs["ELECTRON"] = "ELECTRON";
|
774
|
-
EOs["OTHER"] = "OTHER";
|
775
|
-
EOs["UNKNOWN"] = "UNKNOWN";
|
776
|
-
})(EOs || (EOs = {}));
|
777
|
-
|
778
|
-
var EPaymentStatus;
|
779
|
-
(function (EPaymentStatus) {
|
780
|
-
EPaymentStatus["PENDING"] = "PENDING";
|
781
|
-
EPaymentStatus["COMPLETED"] = "COMPLETED";
|
782
|
-
EPaymentStatus["FAILED"] = "FAILED";
|
783
|
-
EPaymentStatus["CANCELED"] = "CANCELED";
|
784
|
-
EPaymentStatus["PAID"] = "PAID";
|
785
|
-
EPaymentStatus["REFUNDED"] = "REFUNDED";
|
786
|
-
EPaymentStatus["AUTHORIZED"] = "AUTHORIZED";
|
787
|
-
EPaymentStatus["DECLINED"] = "DECLINED";
|
788
|
-
EPaymentStatus["EXPIRED"] = "EXPIRED";
|
789
|
-
EPaymentStatus["DISPUTED"] = "DISPUTED";
|
790
|
-
})(EPaymentStatus || (EPaymentStatus = {}));
|
791
|
-
|
792
|
-
var ELegalEntiy;
|
793
|
-
(function (ELegalEntiy) {
|
794
|
-
ELegalEntiy["LEGAL"] = "Pessoa Jur\u00EDdica";
|
795
|
-
ELegalEntiy["INDIVIDUAL"] = "Pessoa F\u00EDsica";
|
796
|
-
})(ELegalEntiy || (ELegalEntiy = {}));
|
797
|
-
|
798
|
-
var EPlatform;
|
799
|
-
(function (EPlatform) {
|
800
|
-
EPlatform["MOBILE"] = "Mobile";
|
801
|
-
EPlatform["WEB"] = "Web";
|
802
|
-
EPlatform["DESKTOP"] = "Desktop";
|
803
|
-
EPlatform["TABLET"] = "Tablet";
|
804
|
-
EPlatform["TV"] = "Tv";
|
805
|
-
EPlatform["CHROMEBOOK"] = "Chromebook";
|
806
|
-
EPlatform["OTHER"] = "Other";
|
807
|
-
})(EPlatform || (EPlatform = {}));
|
808
|
-
|
809
|
-
var EPaymentProvider;
|
810
|
-
(function (EPaymentProvider) {
|
811
|
-
EPaymentProvider["IUGU"] = "IUGU";
|
812
|
-
EPaymentProvider["DESENFILA"] = "DESENFILA";
|
813
|
-
EPaymentProvider["MERCADO_PAGO"] = "MERCADO PAGO";
|
814
|
-
EPaymentProvider["STRIPE"] = "STRIPE";
|
815
|
-
EPaymentProvider["PAYPAL"] = "PAYPAL";
|
816
|
-
EPaymentProvider["OTHER"] = "OTHER";
|
817
|
-
})(EPaymentProvider || (EPaymentProvider = {}));
|
818
|
-
|
819
|
-
var EPubSub;
|
820
|
-
(function (EPubSub) {
|
821
|
-
EPubSub["GENERAL"] = "GENERAL";
|
822
|
-
EPubSub["NATIGO"] = "NATIGO";
|
823
|
-
})(EPubSub || (EPubSub = {}));
|
824
|
-
|
825
|
-
var ESponsorshipValues;
|
826
|
-
(function (ESponsorshipValues) {
|
827
|
-
ESponsorshipValues["MERCHANT"] = "MERCHANT";
|
828
|
-
ESponsorshipValues["PARTNER"] = "PARTNER";
|
829
|
-
ESponsorshipValues["PROVIDER"] = "PROVIDER";
|
830
|
-
ESponsorshipValues["UNKNOWN"] = "UNKNOWN";
|
831
|
-
})(ESponsorshipValues || (ESponsorshipValues = {}));
|
832
|
-
|
833
847
|
// index.ts
|
834
848
|
|
835
849
|
var EAppType;
|
@@ -6464,5 +6478,5 @@ class WithDrawRequestEntity {
|
|
6464
6478
|
* Generated bundle index. Do not edit.
|
6465
6479
|
*/
|
6466
6480
|
|
6467
|
-
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, EBillingStatus, EBooleanString, ECollectionsTypes, ECompanyKeys, ECompanyMessageType, ECustomerInterval, ECustomerStatus, ECustomerType, EPaymentType as EDeprecatedPaymentType, EDesenfilaFrom, EDeviceAppImages, EDeviceCheckoutImages, EDeviceStatus, EDiscountType, EDocType, EEventMessage, EEvolutionEvent, EEvolutionInstanceType, EEvolutionIntegrationType, EFcmSkill, EFiscalDocModelCode, EImageFolder, EInstallationStatus, EIntervalType, EInvoiceStatus, ELeadOrigin, ELegalEntiy, EMimeTypeFile, EMpStatus, EMpStatusDetail, ENineNineCurrency, ENineNinePackageType, ENineNinePackageWeight, ENineNineVehicleType, EOperationType, EOperator, EOrderDeliveryMode, EOrderExtraInfo, EOrderStatus, EOrderTiming, EOrderType, EOs, EPaymentChannel, EPaymentMethodId, EPaymentMode, EPaymentProvider, EPaymentStatus, EPaymentType$1 as EPaymentType, EPaymentTypeId, EPlanFeatureType, EPlanIdentifier, EPlatform, EPubSub, EPubSubTopicType, EReleaseStatus, EResumeIntervalType, EResumeType, EOperationType as ESponsorIdentifier, ESponsorshipValues, ESubscriptionStatus, ETransactionResumesTargetType, ETransactionStatus, ETypeFile, EVoucherRuleType, EVoucherStatus, EVoucherTargetTypes, EWaServerStatus, EWithdrawRequestStatus, EventMessageEntity, EvolutionChatWootEntity, EvolutionDatabaseQueueEntity, EvolutionEntity, EvolutionHashEntity, EvolutionInstanceEntity, EvolutionMessageKeyResponseEntity, EvolutionMessageResponseEntity, EvolutionQrcodeEntity, EvolutionTypeBotEntity, EvolutionWebhookEntity, FcmDataReceivedDesenfilaPaymentEntity, FcmDataRequestItemsEntity, FcmTokenMessageEntity, FeatureEntity, FeeDetailEntity, EGtintype as GTINTypeEnum, GeneralResumeTotalEntity, GlobalSettingEntity, GlobalSettingIuguEntity, GlobalSettingMasterEntity, GlobalSettingNatiPayEntity, GlobalSettingTaxesEntity, 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, 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, NatiInfoEntity, 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, 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, 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, UserSessionEntity, VerifierTokenEntity, VoucherCustomerEntity, VoucherEntity, VoucherSponsorshipEntity, WaServerEntity, WithDrawRequestEntity, factoryEnvelope, factoryEnvelopeArray, factoryEnvelopeArrayPagination };
|
6481
|
+
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, EBillingStatus, EBooleanString, ECollectionsTypes, ECompanyKeys, ECompanyMessageType, ECustomerInterval, ECustomerStatus, ECustomerType, EPaymentType as EDeprecatedPaymentType, EDesenfilaFrom, EDeviceAppImages, EDeviceCheckoutImages, EDeviceStatus, EDiscountType, EDocType, EEventMessage, EEvolutionEvent, EEvolutionInstanceType, EEvolutionIntegrationType, EFcmSkill, EFiscalDocModelCode, EImageFolder, EInstallationStatus, EIntervalType, EInvoiceStatus, ELeadOrigin, ELegalEntiy, EMimeTypeFile, EMpStatus, EMpStatusDetail, ENineNineCurrency, ENineNinePackageType, ENineNinePackageWeight, ENineNineVehicleType, EOperationType, EOperator, EOrderDeliveryMode, EOrderExtraInfo, EOrderStatus, EOrderTiming, EOrderType, EOs, EPaymentChannel, EPaymentMethodId, EPaymentMode, EPaymentProvider, EPaymentStatus, EPaymentType$1 as EPaymentType, EPaymentTypeId, EPlanFeatureType, EPlanIdentifier, EPlatform, EPubSub, EPubSubTopicType, EReleaseStatus, EResumeIntervalType, EResumeType, EOperationType as ESponsorIdentifier, ESponsorshipValues, ESubscriptionStatus, ETransactionResumesTargetType, ETransactionStatus, ETypeFile, EVoucherRuleType, EVoucherStatus, EVoucherTargetTypes, EWaServerStatus, EWithdrawRequestStatus, EventMessageEntity, EvolutionChatWootEntity, EvolutionDatabaseQueueEntity, EvolutionEntity, EvolutionHashEntity, EvolutionInstanceEntity, EvolutionMessageKeyResponseEntity, EvolutionMessageResponseEntity, EvolutionQrcodeEntity, EvolutionTypeBotEntity, EvolutionWebhookEntity, FcmDataReceivedDesenfilaPaymentEntity, FcmDataRequestItemsEntity, FcmTokenMessageEntity, FeatureEntity, FeeDetailEntity, FirebaseQueryEntity, EGtintype as GTINTypeEnum, GeneralResumeTotalEntity, GlobalSettingEntity, GlobalSettingIuguEntity, GlobalSettingMasterEntity, GlobalSettingNatiPayEntity, GlobalSettingTaxesEntity, 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, 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, NatiInfoEntity, 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, 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, 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, UserSessionEntity, VerifierTokenEntity, VoucherCustomerEntity, VoucherEntity, VoucherSponsorshipEntity, WaServerEntity, WithDrawRequestEntity, factoryEnvelope, factoryEnvelopeArray, factoryEnvelopeArrayPagination };
|
6468
6482
|
//# sourceMappingURL=cecon-interfaces.mjs.map
|