cecon-interfaces 1.4.27 → 1.4.30
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm2022/index.mjs +2 -3
- package/dist/esm2022/mobyo/mobyo-api/interfaces/i-order-benefits-v3.mjs +1 -1
- package/dist/esm2022/mobyo/resumes/vouchers/interfaces/i-resume-voucher-item.mjs +1 -1
- package/dist/esm2022/mobyo/resumes/vouchers/interfaces/i-resume-voucher.mjs +1 -1
- package/dist/esm2022/order/entities/benefits.entity.mjs +2 -1
- package/dist/esm2022/order/interfaces/i-benefits.mjs +1 -1
- package/dist/esm2022/voucher/entities/index.mjs +4 -1
- package/dist/esm2022/voucher/entities/voucher-customer.entity.mjs +25 -0
- package/dist/esm2022/voucher/entities/voucher-rule.entity.mjs +17 -0
- package/dist/esm2022/voucher/entities/voucher-sponsorship.entity.mjs +15 -0
- package/dist/esm2022/voucher/entities/voucher.entity.mjs +17 -39
- package/dist/esm2022/voucher/enums/e-voucher-status.enum.mjs +2 -3
- package/dist/esm2022/voucher/enums/index.mjs +3 -1
- package/dist/esm2022/voucher/enums/rule-types.enum.mjs +14 -0
- package/dist/esm2022/voucher/enums/target-types.enum.mjs +8 -0
- package/dist/esm2022/voucher/interfaces/i-voucher-customer.mjs +2 -0
- package/dist/esm2022/voucher/interfaces/i-voucher-rule.mjs +2 -0
- package/dist/esm2022/voucher/interfaces/i-voucher-sponsorship.mjs +2 -0
- package/dist/esm2022/voucher/interfaces/i-voucher.mjs +1 -1
- package/dist/esm2022/voucher/interfaces/index.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +93 -132
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -2
- package/dist/mobyo/mobyo-api/interfaces/i-order-benefits-v3.d.ts +2 -2
- package/dist/mobyo/resumes/vouchers/interfaces/i-resume-voucher.d.ts +2 -2
- package/dist/order/entities/benefits.entity.d.ts +1 -0
- package/dist/order/entities/benefits.entity.js +1 -0
- package/dist/order/interfaces/i-benefits.d.ts +1 -0
- package/dist/package.json +1 -1
- package/dist/voucher/entities/index.d.ts +3 -0
- package/dist/voucher/entities/index.js +7 -1
- package/dist/voucher/entities/voucher-customer.entity.d.ts +17 -0
- package/dist/voucher/entities/voucher-customer.entity.js +29 -0
- package/dist/voucher/entities/voucher-rule.entity.d.ts +8 -0
- package/dist/{campaign/entities/campaign-rule.entity.js → voucher/entities/voucher-rule.entity.js} +1 -1
- package/dist/voucher/entities/voucher-sponsorship.entity.d.ts +6 -0
- package/dist/{campaign/entities/campaign-sponsorship.entity.js → voucher/entities/voucher-sponsorship.entity.js} +5 -5
- package/dist/voucher/entities/voucher.entity.d.ts +15 -18
- package/dist/voucher/entities/voucher.entity.js +14 -35
- package/dist/voucher/enums/e-voucher-status.enum.d.ts +2 -3
- package/dist/voucher/enums/e-voucher-status.enum.js +1 -2
- package/dist/voucher/enums/index.d.ts +2 -0
- package/dist/voucher/enums/index.js +5 -1
- package/dist/{campaign → voucher}/enums/rule-types.enum.d.ts +1 -1
- package/dist/voucher/enums/rule-types.enum.js +16 -0
- package/dist/{campaign → voucher}/enums/target-types.enum.d.ts +1 -1
- package/dist/voucher/enums/target-types.enum.js +10 -0
- package/dist/{campaign/interfaces/i-campaign-customer.d.ts → voucher/interfaces/i-voucher-customer.d.ts} +3 -3
- package/dist/{campaign/interfaces/i-campaign-rule.d.ts → voucher/interfaces/i-voucher-rule.d.ts} +3 -3
- package/dist/{campaign/interfaces/i-campaign-sponsorship.d.ts → voucher/interfaces/i-voucher-sponsorship.d.ts} +1 -1
- package/dist/voucher/interfaces/i-voucher.d.ts +16 -15
- package/dist/voucher/interfaces/index.d.ts +3 -0
- package/package.json +1 -1
- package/dist/campaign/entities/campaign-rule.entity.d.ts +0 -8
- package/dist/campaign/entities/campaign-sponsorship.entity.d.ts +0 -6
- package/dist/campaign/entities/campaign.entity.d.ts +0 -25
- package/dist/campaign/entities/campaign.entity.js +0 -38
- package/dist/campaign/entities/index.d.ts +0 -3
- package/dist/campaign/entities/index.js +0 -9
- package/dist/campaign/enums/e-campaign-status.enum.d.ts +0 -6
- package/dist/campaign/enums/e-campaign-status.enum.js +0 -10
- package/dist/campaign/enums/index.d.ts +0 -3
- package/dist/campaign/enums/index.js +0 -9
- package/dist/campaign/enums/rule-types.enum.js +0 -16
- package/dist/campaign/enums/target-types.enum.js +0 -10
- package/dist/campaign/index.d.ts +0 -3
- package/dist/campaign/index.js +0 -19
- package/dist/campaign/interfaces/i-campaign.d.ts +0 -26
- package/dist/campaign/interfaces/i-campaign.js +0 -2
- package/dist/campaign/interfaces/index.d.ts +0 -4
- package/dist/campaign/interfaces/index.js +0 -2
- package/dist/esm2022/campaign/entities/campaign-rule.entity.mjs +0 -17
- package/dist/esm2022/campaign/entities/campaign-sponsorship.entity.mjs +0 -15
- package/dist/esm2022/campaign/entities/campaign.entity.mjs +0 -34
- package/dist/esm2022/campaign/entities/index.mjs +0 -4
- package/dist/esm2022/campaign/enums/e-campaign-status.enum.mjs +0 -8
- package/dist/esm2022/campaign/enums/index.mjs +0 -4
- package/dist/esm2022/campaign/enums/rule-types.enum.mjs +0 -14
- package/dist/esm2022/campaign/enums/target-types.enum.mjs +0 -8
- package/dist/esm2022/campaign/index.mjs +0 -4
- package/dist/esm2022/campaign/interfaces/i-campaign-customer.mjs +0 -2
- package/dist/esm2022/campaign/interfaces/i-campaign-rule.mjs +0 -2
- package/dist/esm2022/campaign/interfaces/i-campaign-sponsorship.mjs +0 -2
- package/dist/esm2022/campaign/interfaces/i-campaign.mjs +0 -2
- package/dist/esm2022/campaign/interfaces/index.mjs +0 -2
- /package/dist/{campaign/interfaces/i-campaign-customer.js → voucher/interfaces/i-voucher-customer.js} +0 -0
- /package/dist/{campaign/interfaces/i-campaign-rule.js → voucher/interfaces/i-voucher-rule.js} +0 -0
- /package/dist/{campaign/interfaces/i-campaign-sponsorship.js → voucher/interfaces/i-voucher-sponsorship.js} +0 -0
@@ -1408,6 +1408,7 @@ class OrderBenefitsEntity {
|
|
1408
1408
|
// #region Properties (6)
|
1409
1409
|
description = '';
|
1410
1410
|
id = '';
|
1411
|
+
referenceId = '';
|
1411
1412
|
sponsorshipValues = [];
|
1412
1413
|
target = '';
|
1413
1414
|
targetId = '';
|
@@ -1879,99 +1880,6 @@ class BillingOrderEntity extends OrderEntity {
|
|
1879
1880
|
}
|
1880
1881
|
}
|
1881
1882
|
|
1882
|
-
var ECampaignStatus;
|
1883
|
-
(function (ECampaignStatus) {
|
1884
|
-
ECampaignStatus["ACTIVE"] = "ACTIVE";
|
1885
|
-
ECampaignStatus["PLACED"] = "PLACED";
|
1886
|
-
ECampaignStatus["PAUSED"] = "PAUSED";
|
1887
|
-
ECampaignStatus["CONCLUDED"] = "CONCLUDED";
|
1888
|
-
})(ECampaignStatus || (ECampaignStatus = {}));
|
1889
|
-
|
1890
|
-
var ECampaignRuleType$1;
|
1891
|
-
(function (ECampaignRuleType) {
|
1892
|
-
ECampaignRuleType["FIRST_BUY"] = "FIRST_BUY";
|
1893
|
-
ECampaignRuleType["BIRTHDAY"] = "BIRTHDAY";
|
1894
|
-
ECampaignRuleType["ONE_BY_USER"] = "ONE_BY_USER";
|
1895
|
-
ECampaignRuleType["ONE_BY_DAY"] = "ONE_BY_DAY";
|
1896
|
-
ECampaignRuleType["IN_PAYMENT_ID"] = "IN_PAYMENT_ID";
|
1897
|
-
ECampaignRuleType["MIN_VALUE"] = "MIN_VALUE";
|
1898
|
-
ECampaignRuleType["SHIFT_START_AT"] = "SHIFT_START_AT";
|
1899
|
-
ECampaignRuleType["SHIFT_END_AT"] = "SHIFT_END_AT";
|
1900
|
-
ECampaignRuleType["START_AT"] = "START_AT";
|
1901
|
-
ECampaignRuleType["END_AT"] = "END_AT";
|
1902
|
-
})(ECampaignRuleType$1 || (ECampaignRuleType$1 = {}));
|
1903
|
-
|
1904
|
-
var ECampaignTargetTypes;
|
1905
|
-
(function (ECampaignTargetTypes) {
|
1906
|
-
ECampaignTargetTypes["CART"] = "CART";
|
1907
|
-
ECampaignTargetTypes["DELIVERY_FEE"] = "DELIVERY_FEE";
|
1908
|
-
ECampaignTargetTypes["ITEMS"] = "ITEMS";
|
1909
|
-
ECampaignTargetTypes["CATEGORY"] = "CATEGORY";
|
1910
|
-
})(ECampaignTargetTypes || (ECampaignTargetTypes = {}));
|
1911
|
-
|
1912
|
-
class CampaignEntity {
|
1913
|
-
// #region Properties (10)
|
1914
|
-
info = new MobyoInfoEntity();
|
1915
|
-
concludedAt = new Date();
|
1916
|
-
createdAt = new Date();
|
1917
|
-
id = '';
|
1918
|
-
isPublic = false;
|
1919
|
-
key = '';
|
1920
|
-
name = '';
|
1921
|
-
activatedAt = new Date();
|
1922
|
-
rules = [];
|
1923
|
-
type = EDiscountType.PERCENT;
|
1924
|
-
amount = 0;
|
1925
|
-
sponsorship = [];
|
1926
|
-
status = ECampaignStatus.ACTIVE;
|
1927
|
-
targetsId = [];
|
1928
|
-
targetType = ECampaignTargetTypes.CART;
|
1929
|
-
updatedAt = new Date();
|
1930
|
-
limit = 0;
|
1931
|
-
isExclusive = false;
|
1932
|
-
usedCount = 0;
|
1933
|
-
constructor(data) {
|
1934
|
-
if (data) {
|
1935
|
-
for (let key in data) {
|
1936
|
-
if (data.hasOwnProperty(key) && key in this) {
|
1937
|
-
this[key] = data[key];
|
1938
|
-
}
|
1939
|
-
}
|
1940
|
-
}
|
1941
|
-
}
|
1942
|
-
}
|
1943
|
-
|
1944
|
-
class CampaignRuleEntity {
|
1945
|
-
// #region Properties (10)
|
1946
|
-
type = ECampaignRuleType$1.MIN_VALUE;
|
1947
|
-
value = 0;
|
1948
|
-
description = '';
|
1949
|
-
constructor(data) {
|
1950
|
-
if (data) {
|
1951
|
-
for (let key in data) {
|
1952
|
-
if (data.hasOwnProperty(key) && key in this) {
|
1953
|
-
this[key] = data[key];
|
1954
|
-
}
|
1955
|
-
}
|
1956
|
-
}
|
1957
|
-
}
|
1958
|
-
}
|
1959
|
-
|
1960
|
-
class CampaignSponsorshipEntity {
|
1961
|
-
// #region Properties (10)
|
1962
|
-
name = 'MERCHANT';
|
1963
|
-
value = 0;
|
1964
|
-
constructor(data) {
|
1965
|
-
if (data) {
|
1966
|
-
for (let key in data) {
|
1967
|
-
if (data.hasOwnProperty(key) && key in this) {
|
1968
|
-
this[key] = data[key];
|
1969
|
-
}
|
1970
|
-
}
|
1971
|
-
}
|
1972
|
-
}
|
1973
|
-
}
|
1974
|
-
|
1975
1883
|
class ClientAplicationCredentialEntity {
|
1976
1884
|
// #region Properties (4)
|
1977
1885
|
refreshToken = null;
|
@@ -5859,54 +5767,85 @@ class VerifierTokenEntity {
|
|
5859
5767
|
var EVoucherStatus;
|
5860
5768
|
(function (EVoucherStatus) {
|
5861
5769
|
EVoucherStatus["ACTIVE"] = "ACTIVE";
|
5862
|
-
EVoucherStatus["REDEEMED"] = "REDEEMED";
|
5863
|
-
EVoucherStatus["EXPIRED"] = "EXPIRED";
|
5864
5770
|
EVoucherStatus["PLACED"] = "PLACED";
|
5865
5771
|
EVoucherStatus["PAUSED"] = "PAUSED";
|
5772
|
+
EVoucherStatus["CONCLUDED"] = "CONCLUDED";
|
5866
5773
|
})(EVoucherStatus || (EVoucherStatus = {}));
|
5867
5774
|
|
5775
|
+
var EVoucherRuleType;
|
5776
|
+
(function (EVoucherRuleType) {
|
5777
|
+
EVoucherRuleType["FIRST_BUY"] = "FIRST_BUY";
|
5778
|
+
EVoucherRuleType["BIRTHDAY"] = "BIRTHDAY";
|
5779
|
+
EVoucherRuleType["ONE_BY_USER"] = "ONE_BY_USER";
|
5780
|
+
EVoucherRuleType["ONE_BY_DAY"] = "ONE_BY_DAY";
|
5781
|
+
EVoucherRuleType["IN_PAYMENT_ID"] = "IN_PAYMENT_ID";
|
5782
|
+
EVoucherRuleType["MIN_VALUE"] = "MIN_VALUE";
|
5783
|
+
EVoucherRuleType["SHIFT_START_AT"] = "SHIFT_START_AT";
|
5784
|
+
EVoucherRuleType["SHIFT_END_AT"] = "SHIFT_END_AT";
|
5785
|
+
EVoucherRuleType["START_AT"] = "START_AT";
|
5786
|
+
EVoucherRuleType["END_AT"] = "END_AT";
|
5787
|
+
})(EVoucherRuleType || (EVoucherRuleType = {}));
|
5788
|
+
|
5789
|
+
var EVoucherTargetTypes;
|
5790
|
+
(function (EVoucherTargetTypes) {
|
5791
|
+
EVoucherTargetTypes["CART"] = "CART";
|
5792
|
+
EVoucherTargetTypes["DELIVERY_FEE"] = "DELIVERY_FEE";
|
5793
|
+
EVoucherTargetTypes["ITEMS"] = "ITEMS";
|
5794
|
+
EVoucherTargetTypes["CATEGORY"] = "CATEGORY";
|
5795
|
+
})(EVoucherTargetTypes || (EVoucherTargetTypes = {}));
|
5796
|
+
|
5797
|
+
class CampaignRuleEntity {
|
5798
|
+
// #region Properties (10)
|
5799
|
+
type = EVoucherRuleType.MIN_VALUE;
|
5800
|
+
value = 0;
|
5801
|
+
description = '';
|
5802
|
+
constructor(data) {
|
5803
|
+
if (data) {
|
5804
|
+
for (let key in data) {
|
5805
|
+
if (data.hasOwnProperty(key) && key in this) {
|
5806
|
+
this[key] = data[key];
|
5807
|
+
}
|
5808
|
+
}
|
5809
|
+
}
|
5810
|
+
}
|
5811
|
+
}
|
5812
|
+
|
5813
|
+
class VoucherSponsorshipEntity {
|
5814
|
+
// #region Properties (10)
|
5815
|
+
name = 'MERCHANT';
|
5816
|
+
value = 0;
|
5817
|
+
constructor(data) {
|
5818
|
+
if (data) {
|
5819
|
+
for (let key in data) {
|
5820
|
+
if (data.hasOwnProperty(key) && key in this) {
|
5821
|
+
this[key] = data[key];
|
5822
|
+
}
|
5823
|
+
}
|
5824
|
+
}
|
5825
|
+
}
|
5826
|
+
}
|
5827
|
+
|
5868
5828
|
class VoucherEntity {
|
5869
|
-
// #region Properties (
|
5870
|
-
|
5871
|
-
|
5872
|
-
// valor do desconto (soma do valor de todos os patrocínios - sponsorship)
|
5873
|
-
amount = 0;
|
5874
|
-
appId = [];
|
5875
|
-
// ID da campanha associada (opcional para uso futuro)
|
5876
|
-
campaignId = null;
|
5877
|
-
// ID da empresa associada ao cupom (opcional)
|
5878
|
-
companyId = null;
|
5879
|
-
// ID do recipiente ou contexto onde o cupom é válido (opcional)
|
5880
|
-
containerId = null;
|
5881
|
-
// data de criação do cupom
|
5829
|
+
// #region Properties (10)
|
5830
|
+
info = new MobyoInfoEntity();
|
5831
|
+
concludedAt = new Date();
|
5882
5832
|
createdAt = new Date();
|
5883
|
-
// descrição opcional do cupom
|
5884
|
-
description = null;
|
5885
|
-
// tipo de desconto: porcentagem ou valor fixo
|
5886
|
-
discountType = EDiscountType.FIXED_AMOUNT;
|
5887
|
-
// data de validade do cupom
|
5888
|
-
expirationDate = new Date(Date.now() + 1000 * 60 * 60 * 24 * 30);
|
5889
5833
|
id = '';
|
5890
|
-
|
5891
|
-
isPublic = true;
|
5892
|
-
// chave única para o cupom
|
5834
|
+
isPublic = false;
|
5893
5835
|
key = '';
|
5894
|
-
|
5895
|
-
|
5896
|
-
|
5897
|
-
|
5898
|
-
|
5899
|
-
// informação de patrocínio (opcional)
|
5836
|
+
name = '';
|
5837
|
+
activatedAt = new Date();
|
5838
|
+
rules = [];
|
5839
|
+
type = EDiscountType.PERCENT;
|
5840
|
+
amount = 0;
|
5900
5841
|
sponsorship = [];
|
5901
|
-
|
5902
|
-
|
5903
|
-
|
5904
|
-
// data da última atualização do cupom
|
5842
|
+
status = EVoucherStatus.ACTIVE;
|
5843
|
+
targetsId = [];
|
5844
|
+
targetType = EVoucherTargetTypes.CART;
|
5905
5845
|
updatedAt = new Date();
|
5906
|
-
|
5846
|
+
limit = 0;
|
5847
|
+
isExclusive = false;
|
5907
5848
|
usedCount = 0;
|
5908
|
-
// #endregion Properties (21)
|
5909
|
-
// #region Constructors (1)
|
5910
5849
|
constructor(data) {
|
5911
5850
|
if (data) {
|
5912
5851
|
for (let key in data) {
|
@@ -5916,7 +5855,29 @@ class VoucherEntity {
|
|
5916
5855
|
}
|
5917
5856
|
}
|
5918
5857
|
}
|
5919
|
-
|
5858
|
+
}
|
5859
|
+
|
5860
|
+
class VoucherCustomerEntity {
|
5861
|
+
customerId = '';
|
5862
|
+
cords = new CoordsEntity();
|
5863
|
+
address = new AddressEntity();
|
5864
|
+
phoneNumber = '';
|
5865
|
+
meta = ''; // JSON meta
|
5866
|
+
id = '';
|
5867
|
+
itensCount = 0;
|
5868
|
+
total = new OrderTotalEntity();
|
5869
|
+
averageAmount = 0; // total.subTotal / itensCount
|
5870
|
+
createdAt = new Date();
|
5871
|
+
updatedAt = new Date();
|
5872
|
+
constructor(data) {
|
5873
|
+
if (data) {
|
5874
|
+
for (let key in data) {
|
5875
|
+
if (data.hasOwnProperty(key) && key in this) {
|
5876
|
+
this[key] = data[key];
|
5877
|
+
}
|
5878
|
+
}
|
5879
|
+
}
|
5880
|
+
}
|
5920
5881
|
}
|
5921
5882
|
|
5922
5883
|
var EWaServerStatus;
|
@@ -5987,5 +5948,5 @@ class WithDrawRequestEntity {
|
|
5987
5948
|
* Generated bundle index. Do not edit.
|
5988
5949
|
*/
|
5989
5950
|
|
5990
|
-
export { AccountInformationsEntity, AddressEntity, AppEntity, AppInfoEntity, BaseEntity, BillingEntity, BillingOrderEntity, BillingPaymentEntity, BillingTotalEntity,
|
5951
|
+
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, DeviceEntity, EAppCategory, EAppHeaderType, EAppMode, EAppType, EBankSlipStatus, EBillingStatus, EBooleanString, ECompanyKeys, ECompanyMessageType, ECustomerInterval, ECustomerStatus, ECustomerType, EPaymentType as EDeprecatedPaymentType, EDesenfilaFrom, EDiscountType, EDocType, EEventMessage, EEvolutionEvent, EEvolutionInstanceType, EEvolutionIntegrationType, EFcmSkill, EFiscalDocModelCode, EInstallationStatus, EIntervalType, EInvoiceStatus, ELeadOrigin, ELegalEntiy, EMpStatus, EMpStatusDetail, EOperationType, EOrderDeliveryMode, 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, ETransactionStatus, 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, 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, EOrderPaymentId as MobyoEOrderPaymentId, EOrderPaymentMethod as MobyoEOrderPaymentMethod, EOrderV3DeliveryMode as MobyoEOrderV3DeliveryMode, EOrderV3SalesChannel as MobyoEOrderV3SalesChannel, EOrderV3Status as MobyoEOrderV3Status, 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, ResumeEntity, SponsorEntity, SponsorshipValueEntity, SubscriptionBaseEntity, SubscriptionBaseItemEntity, SubscriptionBaseLogEntity, SubscriptionCompanyEntity, SubscriptionCompanyProfileEntity, SubscriptionCustomerEntity, SubscriptionCustomerProfileEntity, TokenEntity, TransactionBalanceEntity, TransactionEntity, TransactionInfoResumeEntity, TransactionPaymentMethodEntity, TransactionResumeEntity, TransactionTotalEntity, TransferRequestEntity, VerifierTokenEntity, VoucherCustomerEntity, VoucherEntity, VoucherSponsorshipEntity, WaServerEntity, WithDrawRequestEntity };
|
5991
5952
|
//# sourceMappingURL=cecon-interfaces.mjs.map
|