cecon-interfaces 1.8.13 → 1.8.14

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.
Files changed (73) hide show
  1. package/dist/esm2022/firebank/entities/index.mjs +4 -0
  2. package/dist/esm2022/firebank/entities/payment/callback-error.entity.mjs +10 -0
  3. package/dist/esm2022/firebank/entities/payment/callback.entity.mjs +28 -0
  4. package/dist/esm2022/firebank/entities/payment/index.mjs +4 -0
  5. package/dist/esm2022/firebank/entities/payment/payment-post.entity.mjs +98 -0
  6. package/dist/esm2022/firebank/entities/transaction/index.mjs +2 -0
  7. package/dist/esm2022/firebank/entities/transaction/transaction.entity.mjs +76 -0
  8. package/dist/esm2022/firebank/entities/withdraw/index.mjs +2 -0
  9. package/dist/esm2022/firebank/entities/withdraw/withdraw-post.entity.mjs +18 -0
  10. package/dist/esm2022/firebank/enums/index.mjs +3 -0
  11. package/dist/esm2022/firebank/enums/transaction-status.enum.mjs +7 -0
  12. package/dist/esm2022/firebank/enums/withdraw-detais-key.enum.mjs +7 -0
  13. package/dist/esm2022/firebank/index.mjs +4 -0
  14. package/dist/esm2022/firebank/interfaces/index.mjs +4 -0
  15. package/dist/esm2022/firebank/interfaces/payment/i-callback-error.mjs +2 -0
  16. package/dist/esm2022/firebank/interfaces/payment/i-callback.mjs +2 -0
  17. package/dist/esm2022/firebank/interfaces/payment/i-payment-post.mjs +5 -0
  18. package/dist/esm2022/firebank/interfaces/payment/index.mjs +2 -0
  19. package/dist/esm2022/firebank/interfaces/transaction/i-transaction.mjs +2 -0
  20. package/dist/esm2022/firebank/interfaces/transaction/index.mjs +2 -0
  21. package/dist/esm2022/firebank/interfaces/withdraw/i-withdraw-post.mjs +2 -0
  22. package/dist/esm2022/firebank/interfaces/withdraw/index.mjs +2 -0
  23. package/dist/esm2022/index.mjs +2 -1
  24. package/dist/fesm2022/cecon-interfaces.mjs +242 -1
  25. package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
  26. package/dist/firebank/entities/index.d.ts +3 -0
  27. package/dist/firebank/entities/index.js +19 -0
  28. package/dist/firebank/entities/payment/callback-error.entity.d.ts +10 -0
  29. package/dist/firebank/entities/payment/callback-error.entity.js +16 -0
  30. package/dist/firebank/entities/payment/callback.entity.d.ts +28 -0
  31. package/dist/firebank/entities/payment/callback.entity.js +34 -0
  32. package/dist/firebank/entities/payment/index.d.ts +3 -0
  33. package/dist/firebank/entities/payment/index.js +19 -0
  34. package/dist/firebank/entities/payment/payment-post.entity.d.ts +98 -0
  35. package/dist/firebank/entities/payment/payment-post.entity.js +124 -0
  36. package/dist/firebank/entities/transaction/index.d.ts +1 -0
  37. package/dist/firebank/entities/transaction/index.js +17 -0
  38. package/dist/firebank/entities/transaction/transaction.entity.d.ts +77 -0
  39. package/dist/firebank/entities/transaction/transaction.entity.js +122 -0
  40. package/dist/firebank/entities/withdraw/index.d.ts +1 -0
  41. package/dist/firebank/entities/withdraw/index.js +17 -0
  42. package/dist/firebank/entities/withdraw/withdraw-post.entity.d.ts +18 -0
  43. package/dist/firebank/entities/withdraw/withdraw-post.entity.js +32 -0
  44. package/dist/firebank/enums/index.d.ts +2 -0
  45. package/dist/firebank/enums/index.js +7 -0
  46. package/dist/firebank/enums/transaction-status.enum.d.ts +5 -0
  47. package/dist/firebank/enums/transaction-status.enum.js +9 -0
  48. package/dist/firebank/enums/withdraw-detais-key.enum.d.ts +5 -0
  49. package/dist/firebank/enums/withdraw-detais-key.enum.js +9 -0
  50. package/dist/firebank/index.d.ts +3 -0
  51. package/dist/firebank/index.js +19 -0
  52. package/dist/firebank/interfaces/index.d.ts +3 -0
  53. package/dist/firebank/interfaces/index.js +19 -0
  54. package/dist/firebank/interfaces/payment/i-callback-error.d.ts +9 -0
  55. package/dist/firebank/interfaces/payment/i-callback-error.js +2 -0
  56. package/dist/firebank/interfaces/payment/i-callback.d.ts +27 -0
  57. package/dist/firebank/interfaces/payment/i-callback.js +2 -0
  58. package/dist/firebank/interfaces/payment/i-payment-post.d.ts +97 -0
  59. package/dist/firebank/interfaces/payment/i-payment-post.js +5 -0
  60. package/dist/firebank/interfaces/payment/index.d.ts +3 -0
  61. package/dist/firebank/interfaces/payment/index.js +2 -0
  62. package/dist/firebank/interfaces/transaction/i-transaction.d.ts +92 -0
  63. package/dist/firebank/interfaces/transaction/i-transaction.js +2 -0
  64. package/dist/firebank/interfaces/transaction/index.d.ts +1 -0
  65. package/dist/firebank/interfaces/transaction/index.js +17 -0
  66. package/dist/firebank/interfaces/withdraw/i-withdraw-post.d.ts +16 -0
  67. package/dist/firebank/interfaces/withdraw/i-withdraw-post.js +2 -0
  68. package/dist/firebank/interfaces/withdraw/index.d.ts +1 -0
  69. package/dist/firebank/interfaces/withdraw/index.js +2 -0
  70. package/dist/index.d.ts +1 -0
  71. package/dist/index.js +1 -0
  72. package/dist/package.json +1 -1
  73. package/package.json +1 -1
@@ -8402,9 +8402,250 @@ class WithDrawRequestEntity {
8402
8402
  }
8403
8403
  }
8404
8404
 
8405
+ var EFirebankTransactionStatus;
8406
+ (function (EFirebankTransactionStatus) {
8407
+ EFirebankTransactionStatus["WAITING_CONFIRMATION"] = "WAITING_CONFIRMATION";
8408
+ EFirebankTransactionStatus["SUCCESS"] = "SUCCESS";
8409
+ EFirebankTransactionStatus["FAILED"] = "FAILED";
8410
+ })(EFirebankTransactionStatus || (EFirebankTransactionStatus = {}));
8411
+
8412
+ var EFirebankWithdrawDetailsKey;
8413
+ (function (EFirebankWithdrawDetailsKey) {
8414
+ EFirebankWithdrawDetailsKey["RANDOM_KEY"] = "RANDOM_KEY";
8415
+ EFirebankWithdrawDetailsKey["DOCUMENT"] = "DOCUMENT";
8416
+ EFirebankWithdrawDetailsKey["EMAIL"] = "EMAIL";
8417
+ })(EFirebankWithdrawDetailsKey || (EFirebankWithdrawDetailsKey = {}));
8418
+
8419
+ class FirebankCallbackErrorEntity {
8420
+ businessTransactionId = null; // (Opcional) Identificador da transação fornecido pelo cliente.
8421
+ createdDate = ''; // Data e hora em que a transação foi criada, no formato ISO 8601.
8422
+ endToEndId = ''; // Identificador único do pagamento Pix gerado pelo sistema bancário.
8423
+ pixKey = null; // (Opcional) Chave Pix que deveria ser utilizada, mas está null em caso de erro.
8424
+ status = ''; // Status atual da transação. Exemplo: ERROR indica que a transação falhou.
8425
+ transactionId = ''; // Identificador único da transação gerado pela FireBanking.
8426
+ value = 0; // Valor da transação em centavos.
8427
+ }
8428
+
8429
+ class FirebankCallbackEntity {
8430
+ businessTransactionId = null; // (Opcional) Identificador da transação fornecido pelo cliente.
8431
+ createdDate = ''; // Data e hora em que a transação foi criada, no formato ISO 8601.
8432
+ endToEndId = ''; // Identificador único do pagamento Pix gerado pelo sistema bancário.
8433
+ payerBankAccount = ''; // Conta bancária do pagador.
8434
+ payerBankAccountDigit = ''; // Dígito da conta bancária do pagador.
8435
+ payerBankBranch = ''; // Agência bancária do pagador.
8436
+ payerBankCode = ''; // Código do banco do pagador.
8437
+ payerBankISPB = ''; // ISPB do banco do pagador.
8438
+ payerBankName = ''; // Nome do banco do pagador.
8439
+ payerDocumentNumber = EDocType.CPF; // Número do documento do pagador.
8440
+ payerName = ''; // Nome do pagador.
8441
+ pixKey = ''; // Chave Pix utilizada para enviar o pagamento.
8442
+ receiverBankAccount = ''; // Conta bancária do recebedor.
8443
+ receiverBankBranch = ''; // Agência bancária do recebedor.
8444
+ receiverBankCode = ''; // Código do banco do recebedor.
8445
+ receiverBankISPB = ''; // ISPB do banco do recebedor.
8446
+ receiverBankName = ''; // Nome do banco do recebedor.
8447
+ receiverDocumentNumber = EDocType.CPF; // Número do documento do recebedor.
8448
+ receiverName = ''; // Nome do recebedor.
8449
+ receiverToBankAccountDigit = ''; // Dígito da conta bancária do recebedor.
8450
+ status = ''; // Status atual da transação. Exemplo: PAID indica que a retirada foi paga.
8451
+ transactionId = ''; // Identificador único da transação gerado pela FireBanking.
8452
+ value = 0; // Valor da transação em centavos.
8453
+ voucherUrl = ''; // URL do comprovante.
8454
+ }
8455
+
8456
+ /**
8457
+ * Interface para o contato do pagador
8458
+ */
8459
+ /**
8460
+ * Interface para o endereço do pagador
8461
+ */
8462
+ class FirebankPaymentPostAddressEntity {
8463
+ /** Cidade do endereço do cliente/pagador */
8464
+ city = '';
8465
+ /** País do endereço do cliente/pagador */
8466
+ country = '';
8467
+ /** Bairro do endereço do cliente/pagador */
8468
+ neighboor = '';
8469
+ /** Número do endereço do cliente/pagador */
8470
+ number = '';
8471
+ /** Estado do endereço do cliente/pagador */
8472
+ state = '';
8473
+ /** Rua/logradouro do endereço do cliente/pagador */
8474
+ street = '';
8475
+ /** CEP do endereço do cliente/pagador */
8476
+ zipCode = '';
8477
+ }
8478
+ class FirebankPaymentPostContactEntity {
8479
+ /** E-mail de contato do cliente/pagador */
8480
+ mail = '';
8481
+ /** Telefone de contato do cliente/pagador */
8482
+ phone = '';
8483
+ }
8484
+ /**
8485
+ * Interface principal para o pagamento
8486
+ */
8487
+ class FirebankPaymentPostEntity {
8488
+ /** Informações do pagador */
8489
+ payer = new FirebankPaymentPostPayerEntity();
8490
+ /** Lista de beneficiários a receber um valor pré-configurado após a cobrança ser efetivamente paga */
8491
+ splits = [];
8492
+ /** Informações da transação */
8493
+ transaction = new FirebankPaymentPostTransactionEntity();
8494
+ /** Tipo da operação. Sempre enviar "PIX" como valor padrão */
8495
+ type = 'PIX';
8496
+ }
8497
+ /**
8498
+ * Interface para o pagador
8499
+ */
8500
+ class FirebankPaymentPostPayerEntity {
8501
+ /** Endereço do pagador */
8502
+ address = new FirebankPaymentPostAddressEntity();
8503
+ /** Informações de contato do pagador */
8504
+ contact = new FirebankPaymentPostContactEntity();
8505
+ /** Documentação do cliente/pagador, CPF ou CNPJ */
8506
+ document = '';
8507
+ /** Nome do cliente/pagador */
8508
+ fullName = '';
8509
+ }
8510
+ /**
8511
+ * Interface para o split (beneficiário)
8512
+ */
8513
+ class FirebankPaymentPostSplitEntity {
8514
+ /**
8515
+ * Valor fixo a ser enviado.
8516
+ * Este valor pode ser somado automaticamente com o valor percentual (percent).
8517
+ * Este valor não pode ser maior do que o valor líquido recebido pela cobrança.
8518
+ */
8519
+ amount = 0;
8520
+ /** CPF ou CNPJ do beneficiário */
8521
+ document = '';
8522
+ /** Identificador único para que possa ser usado em caso de alteração/cancelamento do pagamento split */
8523
+ externalId = '';
8524
+ /**
8525
+ * Valor em percentual a ser enviado. Por exemplo: caso a cobrança seja de R$10,00 (dez reais)
8526
+ * e seja informado o valor "10" no campo percent, então será considerado 10% sobre R$10,00, que é R$1,00.
8527
+ * Este valor pode ser somado automaticamente com o valor fixo (amount).
8528
+ * Este valor não pode ser maior do que o valor líquido recebido pela cobrança.
8529
+ */
8530
+ percent = 0;
8531
+ /** Chave PIX do beneficiário */
8532
+ pixKey = '';
8533
+ /**
8534
+ * Tipo da chave PIX do beneficiário.
8535
+ * Podendo ser dos tipos: "RANDOM_KEY" (chave-aleatória), "DOCUMENT" (CPF ou CNPJ) ou "EMAIL" (e-mail)
8536
+ */
8537
+ pixKeyType = EFirebankWithdrawDetailsKey.RANDOM_KEY;
8538
+ }
8539
+ /**
8540
+ * Interface para a transação
8541
+ */
8542
+ class FirebankPaymentPostTransactionEntity {
8543
+ /** Descrição da cobrança */
8544
+ description = '';
8545
+ /** Data de expiração da cobrança */
8546
+ dueDate = '';
8547
+ /** Identificador único para ser usado como rastreio das cobranças no envio do Webhook */
8548
+ externalId = '';
8549
+ /** Valor da transação. Aceita valores quebrados, separados por ponto, como 123.45, representando R$123,45 */
8550
+ value = 0;
8551
+ }
8552
+
8553
+ class FirebankTransactionCalendarioEntity {
8554
+ criacao = '';
8555
+ expiracao = 0;
8556
+ }
8557
+ class FirebankTransactionDevedorEntity {
8558
+ cpf = '';
8559
+ nome = '';
8560
+ }
8561
+ class FirebankTransactionEntity {
8562
+ _id = '';
8563
+ businessId = '';
8564
+ createdAt = '';
8565
+ history = [];
8566
+ negotiator = new FirebankTransactionNegotiatorEntity();
8567
+ operation = new FirebankTransactionOperationEntity();
8568
+ splits = null;
8569
+ updatedAt = new Date();
8570
+ }
8571
+ class FirebankTransactionHistoryEntity {
8572
+ createdAt = '';
8573
+ error = [];
8574
+ info = new FirebankTransactionInfoEntity();
8575
+ status = '';
8576
+ }
8577
+ class FirebankTransactionInfoEntity {
8578
+ finishedTransaction = false;
8579
+ transactionWithError = false;
8580
+ }
8581
+ class FirebankTransactionLocEntity {
8582
+ criacao = '';
8583
+ id = 0;
8584
+ location = '';
8585
+ tipoCob = '';
8586
+ }
8587
+ class FirebankTransactionNegotiatorEntity {
8588
+ clientType = '';
8589
+ document = '';
8590
+ fullName = '';
8591
+ }
8592
+ class FirebankTransactionOperationEntity {
8593
+ chargeTableID = '';
8594
+ externalID = null;
8595
+ fee = 0;
8596
+ info = new FirebankTransactionInfoEntity();
8597
+ method = '';
8598
+ provider = '';
8599
+ providerSecondaryId = '';
8600
+ result = 0;
8601
+ status = '';
8602
+ type = '';
8603
+ value = 0;
8604
+ }
8605
+ class FirebankTransactionProviderResponseEntity {
8606
+ pixCode = '';
8607
+ providerSecondaryId = '';
8608
+ responseBody = new FirebankTransactionResponseBodyEntity();
8609
+ success = false;
8610
+ }
8611
+ class FirebankTransactionResponseBodyEntity {
8612
+ calendario = new FirebankTransactionCalendarioEntity();
8613
+ chave = '';
8614
+ devedor = new FirebankTransactionDevedorEntity();
8615
+ infoAdicionais = [];
8616
+ loc = new FirebankTransactionLocEntity();
8617
+ pixCopiaECola = '';
8618
+ revisao = 0;
8619
+ solicitacaoPagador = '';
8620
+ status = '';
8621
+ txid = '';
8622
+ valor = new FirebankTransactionValorEntity();
8623
+ }
8624
+ class FirebankTransactionValorEntity {
8625
+ modalidadeAlteracao = 0;
8626
+ original = '';
8627
+ }
8628
+
8629
+ class FirebankWithdrawPostEntity {
8630
+ details = new FirebankWithdrawPostDetailsEntity();
8631
+ externalId = '';
8632
+ type = 'PIX';
8633
+ value = 0;
8634
+ }
8635
+ class FirebankWithdrawPostDetailsEntity {
8636
+ document = '';
8637
+ key = '';
8638
+ keyType = EFirebankWithdrawDetailsKey.RANDOM_KEY;
8639
+ name = '';
8640
+ }
8641
+ class FirebankWithdrawPostResponseEntity {
8642
+ transactionId = '';
8643
+ status = '';
8644
+ }
8645
+
8405
8646
  /**
8406
8647
  * Generated bundle index. Do not edit.
8407
8648
  */
8408
8649
 
8409
- 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, EAmountMode, 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, EFeePayer, EFiscalDocModelCode, EFrom, EIFoodCatalogContext, EIFoodDietaryRestrictions, EIFoodSellingOptions, EIFoodServing, EIFoodUnit, EImageFolder, EIndoorMode, EInstallationStatus, EIntDocType, EIntervalType, EInvoiceStatus, EJwtStatus, ELeadOrigin, ELegalEntiy, EMimeTypeFile, EMpStatus, EMpStatusDetail, ENatipayOrderStatus, ENatipaySaleChannel, 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, ETefProvider, ETransactionOperation, ETransactionProvider, ETransactionResumesTargetType, ETransactionStatus, ETypeFile, EVoucherRuleType, EVoucherStatus, EVoucherTargetTypes, EWaServerStatus, EWebhookMethod, EWebhookType, EWithdrawRequestStatus, EventMessageEntity, EvolutionChatWootEntity, EvolutionDatabaseQueueEntity, EvolutionEntity, EvolutionHashEntity, EvolutionInstanceEntity, EvolutionMessageKeyResponseEntity, EvolutionMessageResponseEntity, EvolutionQrcodeEntity, EvolutionTypeBotEntity, EvolutionWebhookEntity, ExchangeEntity, FcmDataReceivedDesenfilaPaymentEntity, FcmDataRequestItemsEntity, FcmTokenMessageEntity, FeatureEntity, FeeDetailEntity, FeeEntity, FeeFromEntity, FeeSaleChannelEntity, 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, NatipayCompanyExternalFeeEntity, NatipayEntity, NatipayFeeEntity, NatipayJwtPayloadAppEntity, NatipayJwtPayloadDeviceEntity, NatipayJwtPayloadEntity, NatipayJwtPayloadInfoEntity, NatipayJwtPayloadUserEntity, NatipayMemberEntity, NatipayMemberRulesEnum, NatipayMemberTypeEnum, NatipayMercadoPagoEntity, NatipayOrderEntity, NatipayOrderItemEntity, NatipaySponsorFeeEntity, 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, PayioCashConfigEntity, PayioCashConfigOperationEntity, PayioCashConfigOperationTefEntity, PayioChefConfigEntity, PayioChefConfigOperationEntity, PayioChefConfigPrinterEntity, PayioChefConfigScaleEntity, 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, PayioWebhookEntity, 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 };
8650
+ 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, EAmountMode, 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, EFeePayer, EFirebankTransactionStatus, EFirebankWithdrawDetailsKey, EFiscalDocModelCode, EFrom, EIFoodCatalogContext, EIFoodDietaryRestrictions, EIFoodSellingOptions, EIFoodServing, EIFoodUnit, EImageFolder, EIndoorMode, EInstallationStatus, EIntDocType, EIntervalType, EInvoiceStatus, EJwtStatus, ELeadOrigin, ELegalEntiy, EMimeTypeFile, EMpStatus, EMpStatusDetail, ENatipayOrderStatus, ENatipaySaleChannel, 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, ETefProvider, ETransactionOperation, ETransactionProvider, ETransactionResumesTargetType, ETransactionStatus, ETypeFile, EVoucherRuleType, EVoucherStatus, EVoucherTargetTypes, EWaServerStatus, EWebhookMethod, EWebhookType, EWithdrawRequestStatus, EventMessageEntity, EvolutionChatWootEntity, EvolutionDatabaseQueueEntity, EvolutionEntity, EvolutionHashEntity, EvolutionInstanceEntity, EvolutionMessageKeyResponseEntity, EvolutionMessageResponseEntity, EvolutionQrcodeEntity, EvolutionTypeBotEntity, EvolutionWebhookEntity, ExchangeEntity, FcmDataReceivedDesenfilaPaymentEntity, FcmDataRequestItemsEntity, FcmTokenMessageEntity, FeatureEntity, FeeDetailEntity, FeeEntity, FeeFromEntity, FeeSaleChannelEntity, FirebankCallbackEntity, FirebankCallbackErrorEntity, FirebankPaymentPostAddressEntity, FirebankPaymentPostContactEntity, FirebankPaymentPostEntity, FirebankPaymentPostPayerEntity, FirebankPaymentPostSplitEntity, FirebankPaymentPostTransactionEntity, FirebankTransactionCalendarioEntity, FirebankTransactionDevedorEntity, FirebankTransactionEntity, FirebankTransactionHistoryEntity, FirebankTransactionInfoEntity, FirebankTransactionLocEntity, FirebankTransactionNegotiatorEntity, FirebankTransactionOperationEntity, FirebankTransactionProviderResponseEntity, FirebankTransactionResponseBodyEntity, FirebankTransactionValorEntity, FirebankWithdrawPostDetailsEntity, FirebankWithdrawPostEntity, FirebankWithdrawPostResponseEntity, 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, NatipayCompanyExternalFeeEntity, NatipayEntity, NatipayFeeEntity, NatipayJwtPayloadAppEntity, NatipayJwtPayloadDeviceEntity, NatipayJwtPayloadEntity, NatipayJwtPayloadInfoEntity, NatipayJwtPayloadUserEntity, NatipayMemberEntity, NatipayMemberRulesEnum, NatipayMemberTypeEnum, NatipayMercadoPagoEntity, NatipayOrderEntity, NatipayOrderItemEntity, NatipaySponsorFeeEntity, 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, PayioCashConfigEntity, PayioCashConfigOperationEntity, PayioCashConfigOperationTefEntity, PayioChefConfigEntity, PayioChefConfigOperationEntity, PayioChefConfigPrinterEntity, PayioChefConfigScaleEntity, 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, PayioWebhookEntity, 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 };
8410
8651
  //# sourceMappingURL=cecon-interfaces.mjs.map