cecon-interfaces 1.2.65 → 1.2.67
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/app/entities/app.entity.js +75 -0
- package/dist/app/entities/desenfila-config-mepa.entity.d.ts +8 -0
- package/dist/app/entities/desenfila-config-mepa.entity.js +23 -0
- package/dist/app/entities/desenfila-config.entity.d.ts +8 -0
- package/dist/app/entities/desenfila-config.entity.js +23 -0
- package/dist/app/entities/desenfila-token.entity.js +21 -0
- package/dist/app/entities/desenfila.entity.d.ts +4 -2
- package/dist/app/entities/desenfila.entity.js +23 -0
- package/dist/app/entities/index.d.ts +2 -0
- package/dist/app/entities/index.js +19 -0
- package/dist/app/entities/nati-wa.entity.js +34 -0
- package/dist/app/entities/natigo.entity.js +28 -0
- package/dist/app/entities/rabbit.entity.js +45 -0
- package/dist/app/enums/app-category.enum.js +34 -0
- package/dist/app/enums/app-type.enum.js +10 -0
- package/dist/app/enums/header-type.enum.js +8 -0
- package/dist/app/enums/index.js +11 -0
- package/dist/app/enums/mode.enum.js +28 -0
- package/dist/app/index.js +20 -0
- package/dist/app/interfaces/i-app.js +2 -0
- package/dist/app/interfaces/i-desenfila-config-mepa.d.ts +6 -0
- package/dist/app/interfaces/i-desenfila-config-mepa.js +2 -0
- package/dist/app/interfaces/i-desenfila-config.d.ts +6 -0
- package/dist/app/interfaces/i-desenfila-config.js +2 -0
- package/dist/app/interfaces/i-desenfila-token.js +2 -0
- package/dist/app/interfaces/i-desenfila.d.ts +2 -0
- package/dist/app/interfaces/i-desenfila.js +2 -0
- package/dist/app/interfaces/i-nati-wa.js +2 -0
- package/dist/app/interfaces/i-natigo.js +2 -0
- package/dist/app/interfaces/i-rabbit.js +2 -0
- package/dist/app/interfaces/index.d.ts +2 -0
- package/dist/app/interfaces/index.js +2 -0
- package/dist/app/types/app-config.type.js +2 -0
- package/dist/app/types/index.js +2 -0
- package/dist/billing/entities/billing-payment.entity.js +33 -0
- package/dist/billing/entities/billing-total.entity.js +25 -0
- package/dist/billing/entities/billing.entity.js +30 -0
- package/dist/billing/entities/index.js +9 -0
- package/dist/billing/enums/billing-status.enum.js +12 -0
- package/dist/billing/enums/index.js +5 -0
- package/dist/billing/index.js +19 -0
- package/dist/billing/interfaces/i-billing-payment.js +2 -0
- package/dist/billing/interfaces/i-billing-total.js +2 -0
- package/dist/billing/interfaces/i-billing.js +2 -0
- package/dist/billing/interfaces/index.js +2 -0
- package/dist/billing-order/entities/billing-order.entity.js +39 -0
- package/dist/billing-order/entities/index.js +5 -0
- package/dist/billing-order/index.js +18 -0
- package/dist/billing-order/interfaces/i-billing-order.js +2 -0
- package/dist/billing-order/interfaces/index.js +2 -0
- package/dist/bluesoft/index.js +17 -0
- package/dist/bluesoft/interfaces/i-bluesoft-brand.js +2 -0
- package/dist/bluesoft/interfaces/i-bluesoft-gtin-commercial-unit.js +2 -0
- package/dist/bluesoft/interfaces/i-bluesoft-gtin.js +2 -0
- package/dist/bluesoft/interfaces/i-bluesoft-ncm.js +2 -0
- package/dist/bluesoft/interfaces/i-bluesoft.js +2 -0
- package/dist/bluesoft/interfaces/index.js +2 -0
- package/dist/campaign/entities/campaign.entity.js +30 -0
- package/dist/campaign/entities/index.js +5 -0
- package/dist/campaign/enums/e-campaign-status.enum.js +11 -0
- package/dist/campaign/enums/index.js +5 -0
- package/dist/campaign/index.js +19 -0
- package/dist/campaign/interfaces/i-campaign.js +2 -0
- package/dist/campaign/interfaces/index.js +2 -0
- package/dist/clients/entities/client-aplication-credential.entity.js +23 -0
- package/dist/clients/entities/client-aplication.entity.js +23 -0
- package/dist/clients/entities/client.entity.js +27 -0
- package/dist/clients/entities/index.js +9 -0
- package/dist/clients/index.js +18 -0
- package/dist/clients/interfaces/i-client-aplication.js +2 -0
- package/dist/clients/interfaces/i-client-credential.js +2 -0
- package/dist/clients/interfaces/i-client.js +2 -0
- package/dist/clients/interfaces/index.js +2 -0
- package/dist/company/entities/company-used-plans.entity.js +21 -0
- package/dist/company/entities/company.entity.js +50 -0
- package/dist/company/entities/index.js +8 -0
- package/dist/company/enums/index.js +8 -0
- package/dist/company/enums/keys.enum.js +11 -0
- package/dist/company/enums/message-type.enum.js +9 -0
- package/dist/company/index.js +19 -0
- package/dist/company/interfaces/i-company-trial-useds.js +2 -0
- package/dist/company/interfaces/i-company.js +2 -0
- package/dist/company/interfaces/index.js +2 -0
- package/dist/container/entities/container.entity.js +39 -0
- package/dist/container/entities/index.js +5 -0
- package/dist/container/index.js +18 -0
- package/dist/container/interfaces/i-container.js +2 -0
- package/dist/container/interfaces/index.js +2 -0
- package/dist/customer/entities/customer.entity.js +52 -0
- package/dist/customer/entities/index.js +5 -0
- package/dist/customer/enums/index.js +9 -0
- package/dist/customer/enums/interval.enum.js +9 -0
- package/dist/customer/enums/status.enum.js +9 -0
- package/dist/customer/enums/type.enum.js +8 -0
- package/dist/customer/index.js +19 -0
- package/dist/customer/interfaces/i-customer.js +2 -0
- package/dist/customer/interfaces/index.js +2 -0
- package/dist/customer-member/entities/index.js +5 -0
- package/dist/customer-member/entities/member.entity.js +39 -0
- package/dist/customer-member/index.js +18 -0
- package/dist/customer-member/interfaces/i-member.js +2 -0
- package/dist/customer-member/interfaces/index.js +2 -0
- package/dist/device/entities/device.entity.js +34 -0
- package/dist/device/entities/index.js +8 -0
- package/dist/device/entities/metadata.entity.js +21 -0
- package/dist/device/index.js +18 -0
- package/dist/device/interfaces/i-device.js +2 -0
- package/dist/device/interfaces/i-metadata.js +2 -0
- package/dist/device/interfaces/index.js +3 -0
- package/dist/esm2022/app/entities/desenfila-config-mepa.entity.mjs +19 -0
- package/dist/esm2022/app/entities/desenfila-config.entity.mjs +19 -0
- package/dist/esm2022/app/entities/desenfila.entity.mjs +4 -3
- package/dist/esm2022/app/entities/index.mjs +3 -1
- package/dist/esm2022/app/interfaces/i-desenfila-config-mepa.mjs +2 -0
- package/dist/esm2022/app/interfaces/i-desenfila-config.mjs +2 -0
- package/dist/esm2022/app/interfaces/i-desenfila.mjs +1 -1
- package/dist/esm2022/app/interfaces/index.mjs +1 -1
- package/dist/event-message/entities/event-message.entity.js +30 -0
- package/dist/event-message/entities/index.js +5 -0
- package/dist/event-message/enums/event-message.enum.js +11 -0
- package/dist/event-message/enums/index.js +5 -0
- package/dist/event-message/index.js +19 -0
- package/dist/event-message/interfaces/i-event-message.js +2 -0
- package/dist/event-message/interfaces/index.js +2 -0
- package/dist/evolution/entities/chatwoot.entity.js +24 -0
- package/dist/evolution/entities/evolution-database-queue.entity.js +32 -0
- package/dist/evolution/entities/evolution.entity.js +26 -0
- package/dist/evolution/entities/hash.entity.js +20 -0
- package/dist/evolution/entities/index.js +34 -0
- package/dist/evolution/entities/instance.entity.js +29 -0
- package/dist/evolution/entities/qrcode.entity.js +23 -0
- package/dist/evolution/entities/send-message/index.js +7 -0
- package/dist/evolution/entities/send-message/message-key.entity.js +14 -0
- package/dist/evolution/entities/send-message/message.entity.js +15 -0
- package/dist/evolution/entities/typebot.entity.js +34 -0
- package/dist/evolution/entities/webhook.entity.js +33 -0
- package/dist/evolution/enums/events.enum.js +27 -0
- package/dist/evolution/enums/index.js +7 -0
- package/dist/evolution/enums/instance-types.enum.js +12 -0
- package/dist/evolution/index.js +19 -0
- package/dist/evolution/interfaces/i-chatwoot.js +2 -0
- package/dist/evolution/interfaces/i-evolution-database-queue.js +2 -0
- package/dist/evolution/interfaces/i-evolution.js +2 -0
- package/dist/evolution/interfaces/i-hash.js +2 -0
- package/dist/evolution/interfaces/i-instance.js +2 -0
- package/dist/evolution/interfaces/i-qrcode.js +2 -0
- package/dist/evolution/interfaces/i-typebot.js +2 -0
- package/dist/evolution/interfaces/i-webhook.js +2 -0
- package/dist/evolution/interfaces/index.js +17 -0
- package/dist/evolution/interfaces/send-messages/i-message-key.js +2 -0
- package/dist/evolution/interfaces/send-messages/i-message.js +2 -0
- package/dist/evolution/interfaces/send-messages/index.js +2 -0
- package/dist/fcm-token-message/entities/fcm-data-received-desenfila-payment.entity.js +26 -0
- package/dist/fcm-token-message/entities/fcm-data-request-items.entity.js +25 -0
- package/dist/fcm-token-message/entities/index.js +9 -0
- package/dist/fcm-token-message/entities/token.entity.js +29 -0
- package/dist/fcm-token-message/enums/skill.enum.js +12 -0
- package/dist/fcm-token-message/index.js +18 -0
- package/dist/fcm-token-message/interfaces/i-fcm-data-received-desenfila-payment.js +2 -0
- package/dist/fcm-token-message/interfaces/i-fcm-data-request-items.js +2 -0
- package/dist/fcm-token-message/interfaces/i-fcm-notify.js +2 -0
- package/dist/fcm-token-message/interfaces/i-token.js +2 -0
- package/dist/fcm-token-message/interfaces/index.js +2 -0
- package/dist/feature/entities/feature.entity.js +30 -0
- package/dist/feature/entities/index.js +5 -0
- package/dist/feature/index.js +18 -0
- package/dist/feature/interfaces/i-feature.js +2 -0
- package/dist/feature/interfaces/index.js +2 -0
- package/dist/fesm2022/cecon-interfaces.mjs +41 -3
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/general/entities/address.entity.js +28 -0
- package/dist/general/entities/base.entity.js +26 -0
- package/dist/general/entities/carousel-image.entity.js +22 -0
- package/dist/general/entities/coords.entity.js +21 -0
- package/dist/general/entities/custom-variable.entity.js +21 -0
- package/dist/general/entities/delivery-area.entity.js +27 -0
- package/dist/general/entities/dellivery-area-fixed.entity.js +24 -0
- package/dist/general/entities/index.js +49 -0
- package/dist/general/entities/messager-channel.entity.js +22 -0
- package/dist/general/entities/mobyo-apiconfig.entity.js +25 -0
- package/dist/general/entities/origin.entity.js +26 -0
- package/dist/general/entities/payment-card.entity.js +22 -0
- package/dist/general/entities/payment-cash.entity.js +20 -0
- package/dist/general/entities/payment-method-option.entity.js +35 -0
- package/dist/general/entities/payment-method.entity.js +31 -0
- package/dist/general/entities/payment-pix.entity.js +21 -0
- package/dist/general/entities/payment-provider-agent.entity.js +22 -0
- package/dist/general/entities/payment-provider.entity.js +33 -0
- package/dist/general/entities/payment-token-data.entity.js +26 -0
- package/dist/general/entities/payment-token.entity.js +25 -0
- package/dist/general/entities/payment-wallet.entity.js +20 -0
- package/dist/general/entities/payment.entity.js +29 -0
- package/dist/general/entities/rating.entity.js +23 -0
- package/dist/general/entities/sponsorship-value.entity.js +21 -0
- package/dist/general/enums/bank-slip-status.enum.js +11 -0
- package/dist/general/enums/boolean-string.enum.js +8 -0
- package/dist/general/enums/doc-type.enum.js +8 -0
- package/dist/general/enums/e-discount-type.enum.js +8 -0
- package/dist/general/enums/fiscal-doc-model-code.enum.js +15 -0
- package/dist/general/enums/index.js +39 -0
- package/dist/general/enums/interval-type.enum.js +9 -0
- package/dist/general/enums/lead-origin.enum.js +13 -0
- package/dist/general/enums/os.enum.js +14 -0
- package/dist/general/enums/payment-channel.enum.js +14 -0
- package/dist/general/enums/payment-mode.enum.js +9 -0
- package/dist/general/enums/payment-status.enum.js +16 -0
- package/dist/general/enums/payment-type.enum.js +26 -0
- package/dist/general/enums/person-type.enum.js +8 -0
- package/dist/general/enums/platform.enum.js +13 -0
- package/dist/general/enums/providers.enum.js +12 -0
- package/dist/general/enums/pubsub.enum.js +8 -0
- package/dist/general/enums/sponsorship-values.enum.js +10 -0
- package/dist/general/index.js +19 -0
- package/dist/general/interfaces/i-address.js +2 -0
- package/dist/general/interfaces/i-base.js +3 -0
- package/dist/general/interfaces/i-carousel-image.js +2 -0
- package/dist/general/interfaces/i-coords.js +2 -0
- package/dist/general/interfaces/i-custom-variable.js +3 -0
- package/dist/general/interfaces/i-delivery-area-fixed.js +2 -0
- package/dist/general/interfaces/i-delivery-area.js +2 -0
- package/dist/general/interfaces/i-messager-channel.js +2 -0
- package/dist/general/interfaces/i-mobyo-api-config.js +2 -0
- package/dist/general/interfaces/i-origin.js +2 -0
- package/dist/general/interfaces/i-payment-card.js +2 -0
- package/dist/general/interfaces/i-payment-cash.js +2 -0
- package/dist/general/interfaces/i-payment-method-option.js +2 -0
- package/dist/general/interfaces/i-payment-method.js +2 -0
- package/dist/general/interfaces/i-payment-pix.js +2 -0
- package/dist/general/interfaces/i-payment-provider-agent.js +2 -0
- package/dist/general/interfaces/i-payment-provider.js +2 -0
- package/dist/general/interfaces/i-payment-token-data.js +3 -0
- package/dist/general/interfaces/i-payment-token.js +3 -0
- package/dist/general/interfaces/i-payment-wallet.js +2 -0
- package/dist/general/interfaces/i-payment.js +2 -0
- package/dist/general/interfaces/i-rating.js +2 -0
- package/dist/general/interfaces/i-sponsorship-value.js +2 -0
- package/dist/general/interfaces/index.js +3 -0
- package/dist/global-settings/entities/global-setting-iugu.entity.js +74 -0
- package/dist/global-settings/entities/global-setting-master.entity.js +34 -0
- package/dist/global-settings/entities/global-setting.entity.js +22 -0
- package/dist/global-settings/entities/index.js +9 -0
- package/dist/global-settings/index.js +18 -0
- package/dist/global-settings/interfaces/i-global-setting-iugu.js +2 -0
- package/dist/global-settings/interfaces/i-global-setting-master.js +2 -0
- package/dist/global-settings/interfaces/i-global-setting.js +2 -0
- package/dist/global-settings/interfaces/index.js +2 -0
- package/dist/index.js +62 -0
- package/dist/installation/entities/index.js +7 -0
- package/dist/installation/entities/installation-app.entity.js +25 -0
- package/dist/installation/entities/installation.entity.js +35 -0
- package/dist/installation/enums/index.js +5 -0
- package/dist/installation/enums/status.enum.js +15 -0
- package/dist/installation/index.js +19 -0
- package/dist/installation/interfaces/i-installation-app.js +2 -0
- package/dist/installation/interfaces/i-installation.js +2 -0
- package/dist/installation/interfaces/index.js +2 -0
- package/dist/invite/entities/index.js +5 -0
- package/dist/invite/entities/invite.entity.js +39 -0
- package/dist/invite/enums/index.js +5 -0
- package/dist/invite/enums/status.enum.js +11 -0
- package/dist/invite/index.js +19 -0
- package/dist/invite/interfaces/i-invite.js +2 -0
- package/dist/invite/interfaces/index.js +2 -0
- package/dist/invoice/entities/index.js +17 -0
- package/dist/invoice/entities/invoice-bank-slip.entity.js +27 -0
- package/dist/invoice/entities/invoice-credit-card.entity.js +25 -0
- package/dist/invoice/entities/invoice-item.entity.js +28 -0
- package/dist/invoice/entities/invoice-log.entity.js +23 -0
- package/dist/invoice/entities/invoice-payer.entity.js +27 -0
- package/dist/invoice/entities/invoice-pix.entity.js +24 -0
- package/dist/invoice/entities/invoice.entity.js +65 -0
- package/dist/invoice/enums/index.js +5 -0
- package/dist/invoice/enums/invoices-status.enum.js +17 -0
- package/dist/invoice/index.js +19 -0
- package/dist/invoice/interfaces/i-invoice-bank-slip.js +2 -0
- package/dist/invoice/interfaces/i-invoice-credit-card.js +2 -0
- package/dist/invoice/interfaces/i-invoice-item.js +2 -0
- package/dist/invoice/interfaces/i-invoice-log.js +2 -0
- package/dist/invoice/interfaces/i-invoice-payer.js +2 -0
- package/dist/invoice/interfaces/i-invoice-pix.js +2 -0
- package/dist/invoice/interfaces/i-invoice.js +2 -0
- package/dist/invoice/interfaces/index.js +2 -0
- package/dist/iugu/entities/account-informations.entity.js +21 -0
- package/dist/iugu/entities/account-last-verification-request-data.entity.js +40 -0
- package/dist/iugu/entities/charge-credit-card.entity.js +30 -0
- package/dist/iugu/entities/customer.entity.js +40 -0
- package/dist/iugu/entities/index.js +21 -0
- package/dist/iugu/entities/invoice-bankslip.entity.js +26 -0
- package/dist/iugu/entities/invoice.entity.js +82 -0
- package/dist/iugu/entities/iugu-account.entity.js +75 -0
- package/dist/iugu/entities/payment-token-data.entity.js +28 -0
- package/dist/iugu/entities/payment-token.entity.js +25 -0
- package/dist/iugu/enums/index.js +9 -0
- package/dist/iugu/enums/iugu-auto-advance.enum.js +10 -0
- package/dist/iugu/enums/iugu-bank.enum.js +222 -0
- package/dist/iugu/enums/iugu-status-invoice.enum.js +17 -0
- package/dist/iugu/index.js +20 -0
- package/dist/iugu/interfaces/i-account-configuration-bank-slip.js +2 -0
- package/dist/iugu/interfaces/i-account-configuration-creadit-card.js +2 -0
- package/dist/iugu/interfaces/i-account-configuration-pix.js +2 -0
- package/dist/iugu/interfaces/i-account-configuration.js +2 -0
- package/dist/iugu/interfaces/i-account-info-last-ver-req-data.js +2 -0
- package/dist/iugu/interfaces/i-account-informations.js +2 -0
- package/dist/iugu/interfaces/i-account-marketplace-split.js +2 -0
- package/dist/iugu/interfaces/i-account.js +2 -0
- package/dist/iugu/interfaces/i-change-plan-simulation.js +2 -0
- package/dist/iugu/interfaces/i-charge-credit-card.js +2 -0
- package/dist/iugu/interfaces/i-config-early-payment-discounts.js +2 -0
- package/dist/iugu/interfaces/i-customer.js +2 -0
- package/dist/iugu/interfaces/i-invoice-bankslip.js +2 -0
- package/dist/iugu/interfaces/i-invoice.js +2 -0
- package/dist/iugu/interfaces/i-payment-token-data.js +2 -0
- package/dist/iugu/interfaces/i-payment-token.js +2 -0
- package/dist/iugu/interfaces/i-plan-feature.js +2 -0
- package/dist/iugu/interfaces/i-plan-price.js +2 -0
- package/dist/iugu/interfaces/i-plan.js +2 -0
- package/dist/iugu/interfaces/i-subscription-custom-variable.js +2 -0
- package/dist/iugu/interfaces/i-subscription-feature.js +2 -0
- package/dist/iugu/interfaces/i-subscription-features.js +2 -0
- package/dist/iugu/interfaces/i-subscription-log.js +2 -0
- package/dist/iugu/interfaces/i-subscription-recent-invoice.js +2 -0
- package/dist/iugu/interfaces/i-subscription-subitem.js +2 -0
- package/dist/iugu/interfaces/i-subscription.js +2 -0
- package/dist/iugu/interfaces/index.js +2 -0
- package/dist/iugu/responses/i-marketplace-list.js +2 -0
- package/dist/iugu/responses/i-marketplace-token.js +2 -0
- package/dist/iugu/responses/i-marketplace-tokens.js +2 -0
- package/dist/iugu/responses/index.js +2 -0
- package/dist/lead/entities/index.js +5 -0
- package/dist/lead/entities/lead.entity.js +58 -0
- package/dist/lead/enums/index.js +5 -0
- package/dist/lead/enums/lead-status.enum.js +18 -0
- package/dist/lead/index.js +19 -0
- package/dist/lead/interfaces/i-lead.js +2 -0
- package/dist/lead/interfaces/index.js +2 -0
- package/dist/member/entities/index.js +5 -0
- package/dist/member/entities/member.entity.js +54 -0
- package/dist/member/enums/index.js +7 -0
- package/dist/member/enums/member-rules.enum.js +14 -0
- package/dist/member/enums/member-type.enum.js +10 -0
- package/dist/member/index.js +19 -0
- package/dist/member/interfaces/i-member.js +2 -0
- package/dist/member/interfaces/index.js +2 -0
- package/dist/mobyo/customer/index.js +17 -0
- package/dist/mobyo/customer/interfaces/i-customer.js +2 -0
- package/dist/mobyo/customer/interfaces/index.js +2 -0
- package/dist/mobyo/deliverer/index.js +17 -0
- package/dist/mobyo/deliverer/interfaces/i-deliverer-mobyo.js +2 -0
- package/dist/mobyo/deliverer/interfaces/index.js +2 -0
- package/dist/mobyo/index.js +18 -0
- package/dist/mottu/entities/address.entity.js +26 -0
- package/dist/mottu/entities/event-delivery-man.entity.js +21 -0
- package/dist/mottu/entities/event-requested-by.entity.js +21 -0
- package/dist/mottu/entities/event.entity.js +28 -0
- package/dist/mottu/entities/index.js +27 -0
- package/dist/mottu/entities/order-deliverer.entity.js +34 -0
- package/dist/mottu/entities/order-deliverery-man.entity.js +28 -0
- package/dist/mottu/entities/order-preview.entity.js +31 -0
- package/dist/mottu/entities/order-store.entity.js +20 -0
- package/dist/mottu/entities/order.entity.js +36 -0
- package/dist/mottu/entities/store-matrix.entity.js +20 -0
- package/dist/mottu/entities/store-responsible.entity.js +21 -0
- package/dist/mottu/entities/store.entity.js +31 -0
- package/dist/mottu/index.js +18 -0
- package/dist/mottu/interfaces/i-address.js +2 -0
- package/dist/mottu/interfaces/i-event-delivery-man.js +2 -0
- package/dist/mottu/interfaces/i-event-requested-by.js +2 -0
- package/dist/mottu/interfaces/i-event.js +2 -0
- package/dist/mottu/interfaces/i-order-deliverer.js +2 -0
- package/dist/mottu/interfaces/i-order-delivery-man.js +2 -0
- package/dist/mottu/interfaces/i-order-preview.js +2 -0
- package/dist/mottu/interfaces/i-order-store.js +2 -0
- package/dist/mottu/interfaces/i-order.js +2 -0
- package/dist/mottu/interfaces/i-store-matrix.js +2 -0
- package/dist/mottu/interfaces/i-store-responsible.js +2 -0
- package/dist/mottu/interfaces/i-store.js +2 -0
- package/dist/mottu/interfaces/index.js +2 -0
- package/dist/nati-v1/entities/cart-desenfila.entity.js +21 -0
- package/dist/nati-v1/entities/cart-item.entity.js +42 -0
- package/dist/nati-v1/entities/cart.entity.js +40 -0
- package/dist/nati-v1/entities/index.js +9 -0
- package/dist/nati-v1/index.js +18 -0
- package/dist/nati-v1/interfaces/i-cart-desenfila.js +2 -0
- package/dist/nati-v1/interfaces/i-cart-item.js +2 -0
- package/dist/nati-v1/interfaces/i-cart.js +2 -0
- package/dist/nati-v1/interfaces/index.js +2 -0
- package/dist/notification/entities/index.js +7 -0
- package/dist/notification/entities/notification-action.entity.js +24 -0
- package/dist/notification/entities/notification.entity.js +34 -0
- package/dist/notification/enums/action-type.enum.js +9 -0
- package/dist/notification/enums/category.enum.js +17 -0
- package/dist/notification/enums/index.js +11 -0
- package/dist/notification/enums/priority.enum.js +10 -0
- package/dist/notification/enums/status.enum.js +11 -0
- package/dist/notification/index.js +19 -0
- package/dist/notification/interfaces/i-notification-action.js +2 -0
- package/dist/notification/interfaces/i-notification.js +2 -0
- package/dist/notification/interfaces/index.js +2 -0
- package/dist/order/entities/additional-fees.entity.js +21 -0
- package/dist/order/entities/benefits.entity.js +25 -0
- package/dist/order/entities/cancellation.entity.js +22 -0
- package/dist/order/entities/customer-phone.entity.js +23 -0
- package/dist/order/entities/customer.entity.js +27 -0
- package/dist/order/entities/delivery.entity.js +19 -0
- package/dist/order/entities/index.js +43 -0
- package/dist/order/entities/item-composition.entity.js +25 -0
- package/dist/order/entities/item-option.entity.js +34 -0
- package/dist/order/entities/item.entity.js +40 -0
- package/dist/order/entities/merchant.entity.js +24 -0
- package/dist/order/entities/order.entity.js +46 -0
- package/dist/order/entities/payment-card.entity.js +20 -0
- package/dist/order/entities/payment-cash.entity.js +20 -0
- package/dist/order/entities/payment-method.entity.js +31 -0
- package/dist/order/entities/payment-pix.entity.js +21 -0
- package/dist/order/entities/payment-wallet.entity.js +20 -0
- package/dist/order/entities/payment.entity.js +22 -0
- package/dist/order/entities/scale-item.entity.js +21 -0
- package/dist/order/entities/scale-price.entity.js +21 -0
- package/dist/order/entities/total.entity.js +24 -0
- package/dist/order/enums/delivery-mode.enum.js +9 -0
- package/dist/order/enums/index.js +12 -0
- package/dist/order/enums/order-status.enum.js +42 -0
- package/dist/order/enums/order-timing.enum.js +8 -0
- package/dist/order/enums/order-type.enum.js +9 -0
- package/dist/order/index.js +19 -0
- package/dist/order/interfaces/i-additional-fee.js +2 -0
- package/dist/order/interfaces/i-benefits.js +2 -0
- package/dist/order/interfaces/i-cancellation.js +2 -0
- package/dist/order/interfaces/i-customer-phone.js +2 -0
- package/dist/order/interfaces/i-customer.js +2 -0
- package/dist/order/interfaces/i-delivery.js +2 -0
- package/dist/order/interfaces/i-item-composition.js +2 -0
- package/dist/order/interfaces/i-item-option.js +2 -0
- package/dist/order/interfaces/i-item.js +2 -0
- package/dist/order/interfaces/i-merchant.js +2 -0
- package/dist/order/interfaces/i-order.js +2 -0
- package/dist/order/interfaces/i-payment-card.js +2 -0
- package/dist/order/interfaces/i-payment-cash.js +2 -0
- package/dist/order/interfaces/i-payment-method.js +2 -0
- package/dist/order/interfaces/i-payment-pix.js +2 -0
- package/dist/order/interfaces/i-payment-wallet.js +2 -0
- package/dist/order/interfaces/i-payment.js +2 -0
- package/dist/order/interfaces/i-scale-item.js +2 -0
- package/dist/order/interfaces/i-scale-price.js +2 -0
- package/dist/order/interfaces/i-total.js +2 -0
- package/dist/order/interfaces/index.js +2 -0
- package/dist/package.json +1 -1
- package/dist/partner/entities/index.js +5 -0
- package/dist/partner/entities/partner.entity.js +39 -0
- package/dist/partner/index.js +18 -0
- package/dist/partner/interfaces/i-partner.js +2 -0
- package/dist/partner/interfaces/index.js +2 -0
- package/dist/plan/entities/feature.entity.js +30 -0
- package/dist/plan/entities/index.js +7 -0
- package/dist/plan/entities/plan.entity.js +33 -0
- package/dist/plan/enums/index.js +7 -0
- package/dist/plan/enums/plans-feature-type.enum.js +8 -0
- package/dist/plan/enums/plans-identifier.enum.js +10 -0
- package/dist/plan/index.js +19 -0
- package/dist/plan/interfaces/i-feature.js +2 -0
- package/dist/plan/interfaces/i-plan.js +2 -0
- package/dist/plan/interfaces/index.js +2 -0
- package/dist/product-company/entities/index.js +5 -0
- package/dist/product-company/entities/product.entity.js +39 -0
- package/dist/product-company/index.js +18 -0
- package/dist/product-company/interfaces/i-product.js +2 -0
- package/dist/product-company/interfaces/index.js +2 -0
- package/dist/product-container/entities/index.js +5 -0
- package/dist/product-container/entities/product.entity.js +42 -0
- package/dist/product-container/index.js +18 -0
- package/dist/product-container/interfaces/i-product.js +2 -0
- package/dist/product-container/interfaces/index.js +2 -0
- package/dist/product-global/entities/index.js +9 -0
- package/dist/product-global/entities/product-brand.entity.js +21 -0
- package/dist/product-global/entities/product-ncm.entity.js +23 -0
- package/dist/product-global/entities/product.entity.js +90 -0
- package/dist/product-global/enums/gtin-type.enum.js +11 -0
- package/dist/product-global/enums/index.js +5 -0
- package/dist/product-global/index.js +19 -0
- package/dist/product-global/interfaces/i-brand.js +2 -0
- package/dist/product-global/interfaces/i-ncm.js +2 -0
- package/dist/product-global/interfaces/i-product.js +2 -0
- package/dist/product-global/interfaces/index.js +2 -0
- package/dist/pubsub/entities/index.js +5 -0
- package/dist/pubsub/entities/subscription-change-status.entity.js +23 -0
- package/dist/pubsub/enums/index.js +5 -0
- package/dist/pubsub/enums/topics-type.enum.js +8 -0
- package/dist/pubsub/index.js +19 -0
- package/dist/pubsub/interfaces/i-subscription-change-status.js +2 -0
- package/dist/pubsub/interfaces/index.js +2 -0
- package/dist/purchases/entities/app-info.entity.js +22 -0
- package/dist/purchases/entities/index.js +7 -0
- package/dist/purchases/entities/purchase.entity.js +44 -0
- package/dist/purchases/index.js +18 -0
- package/dist/purchases/interfaces/i-app-info.js +2 -0
- package/dist/purchases/interfaces/i-purchase.js +2 -0
- package/dist/purchases/interfaces/index.js +2 -0
- package/dist/requested-items/entities/index.js +7 -0
- package/dist/requested-items/entities/requested-items-data.entity.js +24 -0
- package/dist/requested-items/entities/requested-items.entity.js +29 -0
- package/dist/requested-items/index.js +18 -0
- package/dist/requested-items/interfaces/i-requested-items-data.js +2 -0
- package/dist/requested-items/interfaces/i-requested-items.js +2 -0
- package/dist/requested-items/interfaces/index.js +2 -0
- package/dist/resume/entities/index.js +17 -0
- package/dist/resume/entities/resume-collection.entity.js +21 -0
- package/dist/resume/entities/resume-day.entity.js +25 -0
- package/dist/resume/entities/resume-hour.entity.js +23 -0
- package/dist/resume/entities/resume-month.entity.js +25 -0
- package/dist/resume/entities/resume-total.entity.js +24 -0
- package/dist/resume/entities/resume-year.entity.js +24 -0
- package/dist/resume/entities/resume.entity.js +22 -0
- package/dist/resume/index.js +18 -0
- package/dist/resume/interfaces/i-resume-collection-status.js +2 -0
- package/dist/resume/interfaces/i-resume-collection.js +2 -0
- package/dist/resume/interfaces/i-resume-day.js +2 -0
- package/dist/resume/interfaces/i-resume-hour.js +2 -0
- package/dist/resume/interfaces/i-resume-month.js +2 -0
- package/dist/resume/interfaces/i-resume-total.js +2 -0
- package/dist/resume/interfaces/i-resume-year.js +2 -0
- package/dist/resume/interfaces/i-resume.js +2 -0
- package/dist/resume/interfaces/index.js +2 -0
- package/dist/subscription-base/entities/index.js +9 -0
- package/dist/subscription-base/entities/subscription-base-item.entity.js +25 -0
- package/dist/subscription-base/entities/subscription-base-log.entity.js +23 -0
- package/dist/subscription-base/entities/subscription-base.entity.js +44 -0
- package/dist/subscription-base/enums/index.js +5 -0
- package/dist/subscription-base/enums/subscription-status.enum.js +14 -0
- package/dist/subscription-base/index.js +19 -0
- package/dist/subscription-base/interfaces/i-subscription-base-item.js +2 -0
- package/dist/subscription-base/interfaces/i-subscription-base-log.js +2 -0
- package/dist/subscription-base/interfaces/i-subscription-base.js +2 -0
- package/dist/subscription-base/interfaces/index.js +2 -0
- package/dist/subscription-company/entities/index.js +7 -0
- package/dist/subscription-company/entities/subscription-profile.entity.js +25 -0
- package/dist/subscription-company/entities/subscription.entity.js +44 -0
- package/dist/subscription-company/index.js +18 -0
- package/dist/subscription-company/interfaces/i-subscription-profile.js +2 -0
- package/dist/subscription-company/interfaces/i-subscription.js +2 -0
- package/dist/subscription-company/interfaces/index.js +2 -0
- package/dist/subscription-customer/entities/index.js +7 -0
- package/dist/subscription-customer/entities/subscription-customer.entity.js +28 -0
- package/dist/subscription-customer/entities/subscription.entity.js +48 -0
- package/dist/subscription-customer/index.js +18 -0
- package/dist/subscription-customer/interfaces/i-subscription-customer.js +2 -0
- package/dist/subscription-customer/interfaces/i-subscription.js +2 -0
- package/dist/subscription-customer/interfaces/index.js +2 -0
- package/dist/token/entities/index.js +5 -0
- package/dist/token/entities/token.entity.js +33 -0
- package/dist/token/index.js +18 -0
- package/dist/token/interfaces/i-token.js +2 -0
- package/dist/token/interfaces/index.js +2 -0
- package/dist/token-jwt/index.js +17 -0
- package/dist/token-jwt/interfaces/i-token-jwt.js +2 -0
- package/dist/token-jwt/interfaces/index.js +2 -0
- package/dist/verifier-token/entities/index.js +5 -0
- package/dist/verifier-token/entities/verifier-token.entity.js +28 -0
- package/dist/verifier-token/index.js +18 -0
- package/dist/verifier-token/interfaces/i-verifier-token.js +2 -0
- package/dist/verifier-token/interfaces/index.js +2 -0
- package/dist/viacep/index.js +17 -0
- package/dist/viacep/interfaces/i-via-cep.js +2 -0
- package/dist/viacep/interfaces/index.js +2 -0
- package/dist/voucher/entities/index.js +5 -0
- package/dist/voucher/entities/voucher.entity.js +59 -0
- package/dist/voucher/enums/e-voucher-status.enum.js +11 -0
- package/dist/voucher/enums/index.js +5 -0
- package/dist/voucher/index.js +19 -0
- package/dist/voucher/interfaces/i-voucher.js +2 -0
- package/dist/voucher/interfaces/index.js +2 -0
- package/dist/wa-server/entities/index.js +5 -0
- package/dist/wa-server/entities/wa-server.entity.js +32 -0
- package/dist/wa-server/enums/index.js +5 -0
- package/dist/wa-server/enums/status.enum.js +9 -0
- package/dist/wa-server/index.js +19 -0
- package/dist/wa-server/interfaces/i-wa-server.js +2 -0
- package/dist/wa-server/interfaces/index.js +2 -0
- package/package.json +1 -1
@@ -0,0 +1,52 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.CustomerEntity = void 0;
|
4
|
+
var general_1 = require("../../general");
|
5
|
+
var enums_1 = require("../enums");
|
6
|
+
var CustomerEntity = /** @class */ (function () {
|
7
|
+
// #endregion Properties (31)
|
8
|
+
// #region Constructors (1)
|
9
|
+
function CustomerEntity(data) {
|
10
|
+
// #region Properties (31)
|
11
|
+
this.address = new general_1.AddressEntity();
|
12
|
+
this.blockedReason = null;
|
13
|
+
this.createdAt = new Date();
|
14
|
+
this.deliveryArea = [];
|
15
|
+
this.deliveryAreaFixed = undefined;
|
16
|
+
this.doc = '';
|
17
|
+
this.docType = general_1.EDocType.CPF;
|
18
|
+
this.email = '';
|
19
|
+
this.fullName = '';
|
20
|
+
this.id = '';
|
21
|
+
this.imageUrl = null;
|
22
|
+
this.internationalCode = '55';
|
23
|
+
this.interval = enums_1.ECustomerInterval.MONTHLY;
|
24
|
+
this.limit = 0;
|
25
|
+
this.name = '';
|
26
|
+
this.password = '';
|
27
|
+
this.paymentProvider = new general_1.PaymentProviderEntity();
|
28
|
+
this.phoneNumber = '';
|
29
|
+
this.phoneNumberVerified = false;
|
30
|
+
this.phoneNumberVerifiedApp = null;
|
31
|
+
this.phoneNumberVerifiedAt = null;
|
32
|
+
this.phoneNumbersNotification = [];
|
33
|
+
this.refreshToken = null;
|
34
|
+
this.sandbox = false;
|
35
|
+
this.status = enums_1.ECustomerStatus.WAITING_CREDIT_ANALYSIS;
|
36
|
+
this.subscription = null;
|
37
|
+
this.tags = [];
|
38
|
+
this.token = null;
|
39
|
+
this.twoStepsVerification = false;
|
40
|
+
this.type = enums_1.ECustomerType.SINGLE;
|
41
|
+
this.updatedAt = new Date();
|
42
|
+
if (data) {
|
43
|
+
for (var key in data) {
|
44
|
+
if (data.hasOwnProperty(key) && key in this) {
|
45
|
+
this[key] = data[key];
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
return CustomerEntity;
|
51
|
+
}());
|
52
|
+
exports.CustomerEntity = CustomerEntity;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.CustomerEntity = void 0;
|
4
|
+
var customer_entity_1 = require("./customer.entity");
|
5
|
+
Object.defineProperty(exports, "CustomerEntity", { enumerable: true, get: function () { return customer_entity_1.CustomerEntity; } });
|
@@ -0,0 +1,9 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ECustomerType = exports.ECustomerStatus = exports.ECustomerInterval = void 0;
|
4
|
+
var interval_enum_1 = require("./interval.enum");
|
5
|
+
Object.defineProperty(exports, "ECustomerInterval", { enumerable: true, get: function () { return interval_enum_1.ECustomerInterval; } });
|
6
|
+
var status_enum_1 = require("./status.enum");
|
7
|
+
Object.defineProperty(exports, "ECustomerStatus", { enumerable: true, get: function () { return status_enum_1.ECustomerStatus; } });
|
8
|
+
var type_enum_1 = require("./type.enum");
|
9
|
+
Object.defineProperty(exports, "ECustomerType", { enumerable: true, get: function () { return type_enum_1.ECustomerType; } });
|
@@ -0,0 +1,9 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ECustomerInterval = void 0;
|
4
|
+
var ECustomerInterval;
|
5
|
+
(function (ECustomerInterval) {
|
6
|
+
ECustomerInterval["WEEKLY"] = "WEEKLY";
|
7
|
+
ECustomerInterval["BIWEEKLY"] = "BIWEEKLY";
|
8
|
+
ECustomerInterval["MONTHLY"] = "MONTHLY";
|
9
|
+
})(ECustomerInterval || (exports.ECustomerInterval = ECustomerInterval = {}));
|
@@ -0,0 +1,9 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ECustomerStatus = void 0;
|
4
|
+
var ECustomerStatus;
|
5
|
+
(function (ECustomerStatus) {
|
6
|
+
ECustomerStatus["BLOCKED"] = "BLOCKED";
|
7
|
+
ECustomerStatus["ACTIVE"] = "ACTIVE";
|
8
|
+
ECustomerStatus["WAITING_CREDIT_ANALYSIS"] = "WAITING_CREDIT_ANALYSIS";
|
9
|
+
})(ECustomerStatus || (exports.ECustomerStatus = ECustomerStatus = {}));
|
@@ -0,0 +1,8 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ECustomerType = void 0;
|
4
|
+
var ECustomerType;
|
5
|
+
(function (ECustomerType) {
|
6
|
+
ECustomerType["SINGLE"] = "SINGLE";
|
7
|
+
ECustomerType["COMPOUND"] = "COMPOUND";
|
8
|
+
})(ECustomerType || (exports.ECustomerType = ECustomerType = {}));
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./entities"), exports);
|
18
|
+
__exportStar(require("./enums"), exports);
|
19
|
+
__exportStar(require("./interfaces"), exports);
|
@@ -0,0 +1,5 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.CustomerMemberEntity = void 0;
|
4
|
+
var member_entity_1 = require("./member.entity");
|
5
|
+
Object.defineProperty(exports, "CustomerMemberEntity", { enumerable: true, get: function () { return member_entity_1.CustomerMemberEntity; } });
|
@@ -0,0 +1,39 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
3
|
+
var extendStatics = function (d, b) {
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
7
|
+
return extendStatics(d, b);
|
8
|
+
};
|
9
|
+
return function (d, b) {
|
10
|
+
if (typeof b !== "function" && b !== null)
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
12
|
+
extendStatics(d, b);
|
13
|
+
function __() { this.constructor = d; }
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
15
|
+
};
|
16
|
+
})();
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
18
|
+
exports.CustomerMemberEntity = void 0;
|
19
|
+
var member_1 = require("../../member");
|
20
|
+
var CustomerMemberEntity = /** @class */ (function (_super) {
|
21
|
+
__extends(CustomerMemberEntity, _super);
|
22
|
+
// #endregion Properties (1)
|
23
|
+
// #region Constructors (1)
|
24
|
+
function CustomerMemberEntity(data) {
|
25
|
+
var _this = _super.call(this, data) || this;
|
26
|
+
// #region Properties (1)
|
27
|
+
_this.customerId = '';
|
28
|
+
if (data) {
|
29
|
+
for (var key in data) {
|
30
|
+
if (data.hasOwnProperty(key) && key in _this) {
|
31
|
+
_this[key] = data[key];
|
32
|
+
}
|
33
|
+
}
|
34
|
+
}
|
35
|
+
return _this;
|
36
|
+
}
|
37
|
+
return CustomerMemberEntity;
|
38
|
+
}(member_1.MemberEntity));
|
39
|
+
exports.CustomerMemberEntity = CustomerMemberEntity;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./entities"), exports);
|
18
|
+
__exportStar(require("./interfaces"), exports);
|
@@ -0,0 +1,34 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.DeviceEntity = void 0;
|
4
|
+
var os_enum_1 = require("../../general/enums/os.enum");
|
5
|
+
var DeviceEntity = /** @class */ (function () {
|
6
|
+
// #endregion Properties (14)
|
7
|
+
// #region Constructors (1)
|
8
|
+
function DeviceEntity(data) {
|
9
|
+
// #region Properties (14)
|
10
|
+
this.active = false;
|
11
|
+
this.companyId = '';
|
12
|
+
this.containerId = '';
|
13
|
+
this.createdAt = new Date();
|
14
|
+
this.deviceId = '';
|
15
|
+
this.os = os_enum_1.EOs.UNKNOWN;
|
16
|
+
this.installedApps = [];
|
17
|
+
this.osVersion = '';
|
18
|
+
this.id = '';
|
19
|
+
this.key = '';
|
20
|
+
this.lastAccess = new Date();
|
21
|
+
this.name = '';
|
22
|
+
this.tags = [];
|
23
|
+
this.updatedAt = new Date();
|
24
|
+
if (data) {
|
25
|
+
for (var key in data) {
|
26
|
+
if (data.hasOwnProperty(key) && key in this) {
|
27
|
+
this[key] = data[key];
|
28
|
+
}
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
return DeviceEntity;
|
33
|
+
}());
|
34
|
+
exports.DeviceEntity = DeviceEntity;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
"use strict";
|
2
|
+
// index.ts
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
+
exports.MetadataEntity = exports.DeviceEntity = void 0;
|
5
|
+
var device_entity_1 = require("./device.entity");
|
6
|
+
Object.defineProperty(exports, "DeviceEntity", { enumerable: true, get: function () { return device_entity_1.DeviceEntity; } });
|
7
|
+
var metadata_entity_1 = require("./metadata.entity");
|
8
|
+
Object.defineProperty(exports, "MetadataEntity", { enumerable: true, get: function () { return metadata_entity_1.MetadataEntity; } });
|
@@ -0,0 +1,21 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.MetadataEntity = void 0;
|
4
|
+
var natigo_entity_1 = require("../../app/entities/natigo.entity");
|
5
|
+
var MetadataEntity = /** @class */ (function () {
|
6
|
+
// #endregion Properties (1)
|
7
|
+
// #region Constructors (1)
|
8
|
+
function MetadataEntity(data) {
|
9
|
+
// #region Properties (1)
|
10
|
+
this.natigo = new natigo_entity_1.NatiGoEntity();
|
11
|
+
if (data) {
|
12
|
+
for (var key in data) {
|
13
|
+
if (data.hasOwnProperty(key) && key in this) {
|
14
|
+
this[key] = data[key];
|
15
|
+
}
|
16
|
+
}
|
17
|
+
}
|
18
|
+
}
|
19
|
+
return MetadataEntity;
|
20
|
+
}());
|
21
|
+
exports.MetadataEntity = MetadataEntity;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./entities"), exports);
|
18
|
+
__exportStar(require("./interfaces"), exports);
|
@@ -0,0 +1,19 @@
|
|
1
|
+
export class DesenfilaConfigMercadoPagoEntity {
|
2
|
+
// #region Properties (4)
|
3
|
+
active = false;
|
4
|
+
automationFee = 0;
|
5
|
+
fee = 0;
|
6
|
+
mobyoFee = 0;
|
7
|
+
// #endregion Properties (4)
|
8
|
+
// #region Constructors (1)
|
9
|
+
constructor(data) {
|
10
|
+
if (data) {
|
11
|
+
for (let key in data) {
|
12
|
+
if (data.hasOwnProperty(key) && key in this) {
|
13
|
+
this[key] = data[key];
|
14
|
+
}
|
15
|
+
}
|
16
|
+
}
|
17
|
+
}
|
18
|
+
}
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZW5maWxhLWNvbmZpZy1tZXBhLmVudGl0eS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hcHAvZW50aXRpZXMvZGVzZW5maWxhLWNvbmZpZy1tZXBhLmVudGl0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLE9BQU8sZ0NBQWdDO0lBQzNDLHlCQUF5QjtJQUVsQixNQUFNLEdBQVksS0FBSyxDQUFDO0lBQ3hCLGFBQWEsR0FBVyxDQUFDLENBQUM7SUFDMUIsR0FBRyxHQUFXLENBQUMsQ0FBQztJQUNoQixRQUFRLEdBQVcsQ0FBQyxDQUFDO0lBRTVCLDRCQUE0QjtJQUU1QiwyQkFBMkI7SUFFM0IsWUFBWSxJQUFnRDtRQUMxRCxJQUFJLElBQUksRUFBRTtZQUNSLEtBQUssSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFO2dCQUNwQixJQUFJLElBQUksQ0FBQyxjQUFjLENBQUMsR0FBRyxDQUFDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRTtvQkFDMUMsSUFBWSxDQUFDLEdBQUcsQ0FBQyxHQUFJLElBQVksQ0FBQyxHQUFHLENBQUMsQ0FBQztpQkFDekM7YUFDRjtTQUNGO0lBQ0gsQ0FBQztDQUdGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSURlc2VuZmlsYUNvbmZpZ01lcmNhZG9QYWdvIH0gZnJvbSAnLi4vaW50ZXJmYWNlcy9pLWRlc2VuZmlsYS1jb25maWctbWVwYSc7XG5cbmV4cG9ydCBjbGFzcyBEZXNlbmZpbGFDb25maWdNZXJjYWRvUGFnb0VudGl0eSBpbXBsZW1lbnRzIElEZXNlbmZpbGFDb25maWdNZXJjYWRvUGFnbyB7XG4gIC8vICNyZWdpb24gUHJvcGVydGllcyAoNClcblxuICBwdWJsaWMgYWN0aXZlOiBib29sZWFuID0gZmFsc2U7XG4gIHB1YmxpYyBhdXRvbWF0aW9uRmVlOiBudW1iZXIgPSAwO1xuICBwdWJsaWMgZmVlOiBudW1iZXIgPSAwO1xuICBwdWJsaWMgbW9ieW9GZWU6IG51bWJlciA9IDA7XG5cbiAgLy8gI2VuZHJlZ2lvbiBQcm9wZXJ0aWVzICg0KVxuXG4gIC8vICNyZWdpb24gQ29uc3RydWN0b3JzICgxKVxuXG4gIGNvbnN0cnVjdG9yKGRhdGE/OiBQYXJ0aWFsPERlc2VuZmlsYUNvbmZpZ01lcmNhZG9QYWdvRW50aXR5Pikge1xuICAgIGlmIChkYXRhKSB7XG4gICAgICBmb3IgKGxldCBrZXkgaW4gZGF0YSkge1xuICAgICAgICBpZiAoZGF0YS5oYXNPd25Qcm9wZXJ0eShrZXkpICYmIGtleSBpbiB0aGlzKSB7XG4gICAgICAgICAgKHRoaXMgYXMgYW55KVtrZXldID0gKGRhdGEgYXMgYW55KVtrZXldO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLy8gI2VuZHJlZ2lvbiBDb25zdHJ1Y3RvcnMgKDEpXG59XG4iXX0=
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { DesenfilaConfigMercadoPagoEntity } from './desenfila-config-mepa.entity';
|
2
|
+
export class DesenfilaConfigEntity {
|
3
|
+
// #region Properties (3)
|
4
|
+
active = true;
|
5
|
+
id = '';
|
6
|
+
mercadoPago = new DesenfilaConfigMercadoPagoEntity();
|
7
|
+
// #endregion Properties (3)
|
8
|
+
// #region Constructors (1)
|
9
|
+
constructor(data) {
|
10
|
+
if (data) {
|
11
|
+
for (let key in data) {
|
12
|
+
if (data.hasOwnProperty(key) && key in this) {
|
13
|
+
this[key] = data[key];
|
14
|
+
}
|
15
|
+
}
|
16
|
+
}
|
17
|
+
}
|
18
|
+
}
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZW5maWxhLWNvbmZpZy5lbnRpdHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvYXBwL2VudGl0aWVzL2Rlc2VuZmlsYS1jb25maWcuZW50aXR5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE9BQU8sRUFBRSxnQ0FBZ0MsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBRWxGLE1BQU0sT0FBTyxxQkFBcUI7SUFDaEMseUJBQXlCO0lBRWxCLE1BQU0sR0FBWSxJQUFJLENBQUM7SUFDdkIsRUFBRSxHQUFXLEVBQUUsQ0FBQztJQUNoQixXQUFXLEdBQWdDLElBQUksZ0NBQWdDLEVBQUUsQ0FBQztJQUV6Riw0QkFBNEI7SUFFNUIsMkJBQTJCO0lBRTNCLFlBQVksSUFBcUM7UUFDL0MsSUFBSSxJQUFJLEVBQUU7WUFDUixLQUFLLElBQUksR0FBRyxJQUFJLElBQUksRUFBRTtnQkFDcEIsSUFBSSxJQUFJLENBQUMsY0FBYyxDQUFDLEdBQUcsQ0FBQyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUU7b0JBQzFDLElBQVksQ0FBQyxHQUFHLENBQUMsR0FBSSxJQUFZLENBQUMsR0FBRyxDQUFDLENBQUM7aUJBQ3pDO2FBQ0Y7U0FDRjtJQUNILENBQUM7Q0FHRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElEZXNlbmZpbGFDb25maWcgfSBmcm9tICcuLi9pbnRlcmZhY2VzL2ktZGVzZW5maWxhLWNvbmZpZyc7XG5pbXBvcnQgeyBJRGVzZW5maWxhQ29uZmlnTWVyY2Fkb1BhZ28gfSBmcm9tICcuLi9pbnRlcmZhY2VzL2ktZGVzZW5maWxhLWNvbmZpZy1tZXBhJztcbmltcG9ydCB7IERlc2VuZmlsYUNvbmZpZ01lcmNhZG9QYWdvRW50aXR5IH0gZnJvbSAnLi9kZXNlbmZpbGEtY29uZmlnLW1lcGEuZW50aXR5JztcblxuZXhwb3J0IGNsYXNzIERlc2VuZmlsYUNvbmZpZ0VudGl0eSBpbXBsZW1lbnRzIElEZXNlbmZpbGFDb25maWcge1xuICAvLyAjcmVnaW9uIFByb3BlcnRpZXMgKDMpXG5cbiAgcHVibGljIGFjdGl2ZTogYm9vbGVhbiA9IHRydWU7XG4gIHB1YmxpYyBpZDogc3RyaW5nID0gJyc7XG4gIHB1YmxpYyBtZXJjYWRvUGFnbzogSURlc2VuZmlsYUNvbmZpZ01lcmNhZG9QYWdvID0gbmV3IERlc2VuZmlsYUNvbmZpZ01lcmNhZG9QYWdvRW50aXR5KCk7XG5cbiAgLy8gI2VuZHJlZ2lvbiBQcm9wZXJ0aWVzICgzKVxuXG4gIC8vICNyZWdpb24gQ29uc3RydWN0b3JzICgxKVxuXG4gIGNvbnN0cnVjdG9yKGRhdGE/OiBQYXJ0aWFsPERlc2VuZmlsYUNvbmZpZ0VudGl0eT4pIHtcbiAgICBpZiAoZGF0YSkge1xuICAgICAgZm9yIChsZXQga2V5IGluIGRhdGEpIHtcbiAgICAgICAgaWYgKGRhdGEuaGFzT3duUHJvcGVydHkoa2V5KSAmJiBrZXkgaW4gdGhpcykge1xuICAgICAgICAgICh0aGlzIGFzIGFueSlba2V5XSA9IChkYXRhIGFzIGFueSlba2V5XTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC8vICNlbmRyZWdpb24gQ29uc3RydWN0b3JzICgxKVxufVxuIl19
|
@@ -1,9 +1,10 @@
|
|
1
1
|
export class DesenfilaEntity {
|
2
|
-
// #region Properties (
|
2
|
+
// #region Properties (4)
|
3
|
+
config = null;
|
3
4
|
containerId = '';
|
4
5
|
merchantId = '';
|
5
6
|
token = null;
|
6
|
-
// #endregion Properties (
|
7
|
+
// #endregion Properties (4)
|
7
8
|
// #region Constructors (1)
|
8
9
|
constructor(data) {
|
9
10
|
if (data) {
|
@@ -15,4 +16,4 @@ export class DesenfilaEntity {
|
|
15
16
|
}
|
16
17
|
}
|
17
18
|
}
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZW5maWxhLmVudGl0eS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hcHAvZW50aXRpZXMvZGVzZW5maWxhLmVudGl0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJQSxNQUFNLE9BQU8sZUFBZTtJQUMxQix5QkFBeUI7SUFFbEIsTUFBTSxHQUFpQyxJQUFJLENBQUM7SUFDNUMsV0FBVyxHQUFXLEVBQUUsQ0FBQztJQUN6QixVQUFVLEdBQVcsRUFBRSxDQUFDO0lBQ3hCLEtBQUssR0FBZ0MsSUFBSSxDQUFDO0lBRWpELDRCQUE0QjtJQUU1QiwyQkFBMkI7SUFFM0IsWUFBWSxJQUErQjtRQUN6QyxJQUFJLElBQUksRUFBRTtZQUNSLEtBQUssSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFO2dCQUNwQixJQUFJLElBQUksQ0FBQyxjQUFjLENBQUMsR0FBRyxDQUFDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRTtvQkFDMUMsSUFBWSxDQUFDLEdBQUcsQ0FBQyxHQUFJLElBQVksQ0FBQyxHQUFHLENBQUMsQ0FBQztpQkFDekM7YUFDRjtTQUNGO0lBQ0gsQ0FBQztDQUdGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSURlc2VuZmlsYSB9IGZyb20gJy4uL2ludGVyZmFjZXMnO1xuaW1wb3J0IHsgRGVzZW5maWxhQ29uZmlnRW50aXR5IH0gZnJvbSAnLi9kZXNlbmZpbGEtY29uZmlnLmVudGl0eSc7XG5pbXBvcnQgeyBEZXNlbmZpbGFUb2tlbkVudGl0eSB9IGZyb20gJy4vZGVzZW5maWxhLXRva2VuLmVudGl0eSc7XG5cbmV4cG9ydCBjbGFzcyBEZXNlbmZpbGFFbnRpdHkgaW1wbGVtZW50cyBJRGVzZW5maWxhIHtcbiAgLy8gI3JlZ2lvbiBQcm9wZXJ0aWVzICg0KVxuXG4gIHB1YmxpYyBjb25maWc6IERlc2VuZmlsYUNvbmZpZ0VudGl0eSB8IG51bGwgPSBudWxsO1xuICBwdWJsaWMgY29udGFpbmVySWQ6IHN0cmluZyA9ICcnO1xuICBwdWJsaWMgbWVyY2hhbnRJZDogc3RyaW5nID0gJyc7XG4gIHB1YmxpYyB0b2tlbjogRGVzZW5maWxhVG9rZW5FbnRpdHkgfCBudWxsID0gbnVsbDtcblxuICAvLyAjZW5kcmVnaW9uIFByb3BlcnRpZXMgKDQpXG5cbiAgLy8gI3JlZ2lvbiBDb25zdHJ1Y3RvcnMgKDEpXG5cbiAgY29uc3RydWN0b3IoZGF0YT86IFBhcnRpYWw8RGVzZW5maWxhRW50aXR5Pikge1xuICAgIGlmIChkYXRhKSB7XG4gICAgICBmb3IgKGxldCBrZXkgaW4gZGF0YSkge1xuICAgICAgICBpZiAoZGF0YS5oYXNPd25Qcm9wZXJ0eShrZXkpICYmIGtleSBpbiB0aGlzKSB7XG4gICAgICAgICAgKHRoaXMgYXMgYW55KVtrZXldID0gKGRhdGEgYXMgYW55KVtrZXldO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLy8gI2VuZHJlZ2lvbiBDb25zdHJ1Y3RvcnMgKDEpXG59XG4iXX0=
|
@@ -1,7 +1,9 @@
|
|
1
1
|
export { AppEntity } from './app.entity';
|
2
|
+
export { DesenfilaConfigMercadoPagoEntity } from './desenfila-config-mepa.entity';
|
3
|
+
export { DesenfilaConfigEntity } from './desenfila-config.entity';
|
2
4
|
export { DesenfilaTokenEntity } from './desenfila-token.entity';
|
3
5
|
export { DesenfilaEntity } from './desenfila.entity';
|
4
6
|
export { NatiWaEntity } from './nati-wa.entity';
|
5
7
|
export { NatiGoEntity } from './natigo.entity';
|
6
8
|
export { RabbitEntity } from './rabbit.entity';
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvYXBwL2VudGl0aWVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDekMsT0FBTyxFQUFFLGdDQUFnQyxFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDbEYsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDbEUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDaEUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNoRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgQXBwRW50aXR5IH0gZnJvbSAnLi9hcHAuZW50aXR5JztcbmV4cG9ydCB7IERlc2VuZmlsYUNvbmZpZ01lcmNhZG9QYWdvRW50aXR5IH0gZnJvbSAnLi9kZXNlbmZpbGEtY29uZmlnLW1lcGEuZW50aXR5JztcbmV4cG9ydCB7IERlc2VuZmlsYUNvbmZpZ0VudGl0eSB9IGZyb20gJy4vZGVzZW5maWxhLWNvbmZpZy5lbnRpdHknO1xuZXhwb3J0IHsgRGVzZW5maWxhVG9rZW5FbnRpdHkgfSBmcm9tICcuL2Rlc2VuZmlsYS10b2tlbi5lbnRpdHknO1xuZXhwb3J0IHsgRGVzZW5maWxhRW50aXR5IH0gZnJvbSAnLi9kZXNlbmZpbGEuZW50aXR5JztcbmV4cG9ydCB7IE5hdGlXYUVudGl0eSB9IGZyb20gJy4vbmF0aS13YS5lbnRpdHknO1xuZXhwb3J0IHsgTmF0aUdvRW50aXR5IH0gZnJvbSAnLi9uYXRpZ28uZW50aXR5JztcbmV4cG9ydCB7IFJhYmJpdEVudGl0eSB9IGZyb20gJy4vcmFiYml0LmVudGl0eSc7XG4iXX0=
|
@@ -0,0 +1,2 @@
|
|
1
|
+
export {};
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS1kZXNlbmZpbGEtY29uZmlnLW1lcGEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvYXBwL2ludGVyZmFjZXMvaS1kZXNlbmZpbGEtY29uZmlnLW1lcGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgSURlc2VuZmlsYUNvbmZpZ01lcmNhZG9QYWdvIHtcbiAgLy8gI3JlZ2lvbiBQcm9wZXJ0aWVzICgyKVxuXG4gIGF1dG9tYXRpb25GZWU6IG51bWJlcjtcbiAgYWN0aXZlOiBib29sZWFuO1xuICBmZWU6IG51bWJlcjtcbiAgbW9ieW9GZWU6IG51bWJlcjtcbiAgLy8gI2VuZHJlZ2lvbiBQcm9wZXJ0aWVzICgyKVxufVxuIl19
|
@@ -0,0 +1,2 @@
|
|
1
|
+
export {};
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS1kZXNlbmZpbGEtY29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2FwcC9pbnRlcmZhY2VzL2ktZGVzZW5maWxhLWNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSURlc2VuZmlsYUNvbmZpZ01lcmNhZG9QYWdvIH0gZnJvbSAnLi9pLWRlc2VuZmlsYS1jb25maWctbWVwYSc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgSURlc2VuZmlsYUNvbmZpZyB7XG4gIC8vICNyZWdpb24gUHJvcGVydGllcyAoMilcblxuICBpZDogc3RyaW5nO1xuICBhY3RpdmU6IGJvb2xlYW47XG4gIG1lcmNhZG9QYWdvOiBJRGVzZW5maWxhQ29uZmlnTWVyY2Fkb1BhZ287XG5cbiAgLy8gI2VuZHJlZ2lvbiBQcm9wZXJ0aWVzICgyKVxufVxuIl19
|
@@ -1,2 +1,2 @@
|
|
1
1
|
export {};
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS1kZXNlbmZpbGEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvYXBwL2ludGVyZmFjZXMvaS1kZXNlbmZpbGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElEZXNlbmZpbGFDb25maWcgfSBmcm9tICcuL2ktZGVzZW5maWxhLWNvbmZpZyc7XG5pbXBvcnQgeyBJRGVzZW5maWxhVG9rZW4gfSBmcm9tICcuL2ktZGVzZW5maWxhLXRva2VuJztcblxuZXhwb3J0IGludGVyZmFjZSBJRGVzZW5maWxhIHtcbiAgLy8gI3JlZ2lvbiBQcm9wZXJ0aWVzICgzKVxuXG4gIGNvbnRhaW5lcklkOiBzdHJpbmc7XG4gIG1lcmNoYW50SWQ6IHN0cmluZztcbiAgdG9rZW46IElEZXNlbmZpbGFUb2tlbiB8IG51bGw7XG4gIGNvbmZpZzogSURlc2VuZmlsYUNvbmZpZyB8IG51bGw7XG5cbiAgLy8gI2VuZHJlZ2lvbiBQcm9wZXJ0aWVzICgzKVxufVxuIl19
|
@@ -1,2 +1,2 @@
|
|
1
1
|
export {};
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvYXBwL2ludGVyZmFjZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElBcHAgfSBmcm9tICcuL2ktYXBwJztcbmV4cG9ydCB7IElEZXNlbmZpbGEgfSBmcm9tICcuL2ktZGVzZW5maWxhJztcbmV4cG9ydCB7IElEZXNlbmZpbGFDb25maWcgfSBmcm9tICcuL2ktZGVzZW5maWxhLWNvbmZpZyc7XG5leHBvcnQgeyBJRGVzZW5maWxhQ29uZmlnTWVyY2Fkb1BhZ28gfSBmcm9tICcuL2ktZGVzZW5maWxhLWNvbmZpZy1tZXBhJztcbmV4cG9ydCB7IElEZXNlbmZpbGFUb2tlbiB9IGZyb20gJy4vaS1kZXNlbmZpbGEtdG9rZW4nO1xuZXhwb3J0IHsgSU5hdGlXYSB9IGZyb20gJy4vaS1uYXRpLXdhJztcbmV4cG9ydCB7IElOYXRpZ28gfSBmcm9tICcuL2ktbmF0aWdvJztcbmV4cG9ydCB7IElSYWJiaXQgfSBmcm9tICcuL2ktcmFiYml0JztcbiJdfQ==
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.EventMessageEntity = void 0;
|
4
|
+
var enums_1 = require("../enums");
|
5
|
+
var EventMessageEntity = /** @class */ (function () {
|
6
|
+
// #endregion Properties (10)
|
7
|
+
// #region Constructors (1)
|
8
|
+
function EventMessageEntity(data) {
|
9
|
+
// #region Properties (10)
|
10
|
+
this.companyId = null;
|
11
|
+
this.containerId = null;
|
12
|
+
this.createdAt = new Date();
|
13
|
+
this.customerId = null;
|
14
|
+
this.description = null;
|
15
|
+
this.event = enums_1.EEventMessage.LAST_DAY_SALES;
|
16
|
+
this.id = '';
|
17
|
+
this.partnerId = null;
|
18
|
+
this.recipients = [];
|
19
|
+
this.updatedAt = new Date();
|
20
|
+
if (data) {
|
21
|
+
for (var key in data) {
|
22
|
+
if (data.hasOwnProperty(key) && key in this) {
|
23
|
+
this[key] = data[key];
|
24
|
+
}
|
25
|
+
}
|
26
|
+
}
|
27
|
+
}
|
28
|
+
return EventMessageEntity;
|
29
|
+
}());
|
30
|
+
exports.EventMessageEntity = EventMessageEntity;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.EventMessageEntity = void 0;
|
4
|
+
var event_message_entity_1 = require("./event-message.entity");
|
5
|
+
Object.defineProperty(exports, "EventMessageEntity", { enumerable: true, get: function () { return event_message_entity_1.EventMessageEntity; } });
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.EEventMessage = void 0;
|
4
|
+
var EEventMessage;
|
5
|
+
(function (EEventMessage) {
|
6
|
+
EEventMessage["POS_RESULT"] = "POS_RESULT";
|
7
|
+
EEventMessage["LAST_DAY_SALES"] = "LAST_DAY_SALES";
|
8
|
+
EEventMessage["LAST_MONTH_SALES"] = "LAST_MONTH_SALES";
|
9
|
+
EEventMessage["CANCELED_SALE"] = "CANCELED_SALE";
|
10
|
+
EEventMessage["BLEED_ALERT"] = "BLEED_ALERT";
|
11
|
+
})(EEventMessage || (exports.EEventMessage = EEventMessage = {}));
|
@@ -0,0 +1,5 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.EEventMessage = void 0;
|
4
|
+
var event_message_enum_1 = require("../../event-message/enums/event-message.enum");
|
5
|
+
Object.defineProperty(exports, "EEventMessage", { enumerable: true, get: function () { return event_message_enum_1.EEventMessage; } });
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./entities"), exports);
|
18
|
+
__exportStar(require("./enums"), exports);
|
19
|
+
__exportStar(require("./interfaces"), exports);
|
@@ -0,0 +1,24 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.EvolutionChatWootEntity = void 0;
|
4
|
+
var EvolutionChatWootEntity = /** @class */ (function () {
|
5
|
+
function EvolutionChatWootEntity(data) {
|
6
|
+
// #region Properties (7)
|
7
|
+
this.accountId = '';
|
8
|
+
this.enabled = false;
|
9
|
+
this.nameInbox = '';
|
10
|
+
this.signMsg = false;
|
11
|
+
this.token = '';
|
12
|
+
this.url = '';
|
13
|
+
this.webhookUrl = '';
|
14
|
+
if (data) {
|
15
|
+
for (var key in data) {
|
16
|
+
if (data.hasOwnProperty(key) && key in this) {
|
17
|
+
this[key] = data[key];
|
18
|
+
}
|
19
|
+
}
|
20
|
+
}
|
21
|
+
}
|
22
|
+
return EvolutionChatWootEntity;
|
23
|
+
}());
|
24
|
+
exports.EvolutionChatWootEntity = EvolutionChatWootEntity;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.EvolutionDatabaseQueueEntity = void 0;
|
4
|
+
var EvolutionDatabaseQueueEntity = /** @class */ (function () {
|
5
|
+
// #endregion Properties (11)
|
6
|
+
// #region Constructors (1)
|
7
|
+
function EvolutionDatabaseQueueEntity(data) {
|
8
|
+
// #region Properties (11)
|
9
|
+
this.active = true;
|
10
|
+
this.baseUrl = '';
|
11
|
+
this.createdAt = Date.now();
|
12
|
+
this.id = '';
|
13
|
+
this.instanceName = '';
|
14
|
+
this.globalApikey = '';
|
15
|
+
this.log = [];
|
16
|
+
this.sendAt = 1713547959155;
|
17
|
+
this.notified = false;
|
18
|
+
this.notifiedAt = 0;
|
19
|
+
this.phoneNumber = '';
|
20
|
+
this.text = '';
|
21
|
+
this.updatedAt = Date.now();
|
22
|
+
if (data) {
|
23
|
+
for (var key in data) {
|
24
|
+
if (data.hasOwnProperty(key) && key in this) {
|
25
|
+
this[key] = data[key];
|
26
|
+
}
|
27
|
+
}
|
28
|
+
}
|
29
|
+
}
|
30
|
+
return EvolutionDatabaseQueueEntity;
|
31
|
+
}());
|
32
|
+
exports.EvolutionDatabaseQueueEntity = EvolutionDatabaseQueueEntity;
|
@@ -0,0 +1,26 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.EvolutionEntity = void 0;
|
4
|
+
var hash_entity_1 = require("./hash.entity");
|
5
|
+
var instance_entity_1 = require("./instance.entity");
|
6
|
+
var qrcode_entity_1 = require("./qrcode.entity");
|
7
|
+
var EvolutionEntity = /** @class */ (function () {
|
8
|
+
function EvolutionEntity(data) {
|
9
|
+
// #region Properties (6)
|
10
|
+
this.chatwoot = null;
|
11
|
+
this.events = [];
|
12
|
+
this.hash = new hash_entity_1.EvolutionHashEntity();
|
13
|
+
this.instance = new instance_entity_1.EvolutionInstanceEntity();
|
14
|
+
this.qrcode = new qrcode_entity_1.EvolutionQrcodeEntity();
|
15
|
+
this.webhook = '';
|
16
|
+
if (data) {
|
17
|
+
for (var key in data) {
|
18
|
+
if (data.hasOwnProperty(key) && key in this) {
|
19
|
+
this[key] = data[key];
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
23
|
+
}
|
24
|
+
return EvolutionEntity;
|
25
|
+
}());
|
26
|
+
exports.EvolutionEntity = EvolutionEntity;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.EvolutionHashEntity = void 0;
|
4
|
+
var EvolutionHashEntity = /** @class */ (function () {
|
5
|
+
// #endregion Properties (1)
|
6
|
+
// #region Constructors (1)
|
7
|
+
function EvolutionHashEntity(data) {
|
8
|
+
// #region Properties (1)
|
9
|
+
this.apikey = '';
|
10
|
+
if (data) {
|
11
|
+
for (var key in data) {
|
12
|
+
if (data.hasOwnProperty(key) && key in this) {
|
13
|
+
this[key] = data[key];
|
14
|
+
}
|
15
|
+
}
|
16
|
+
}
|
17
|
+
}
|
18
|
+
return EvolutionHashEntity;
|
19
|
+
}());
|
20
|
+
exports.EvolutionHashEntity = EvolutionHashEntity;
|