cecon-interfaces 1.1.24 → 1.1.28
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/app/entities/rabbit.entity.d.ts +4 -2
- package/dist/app/interfaces/i-rabbit.d.ts +2 -0
- package/dist/esm2022/app/entities/rabbit.entity.mjs +7 -5
- package/dist/esm2022/app/interfaces/i-rabbit.mjs +1 -1
- package/dist/esm2022/general/enums/bank-slip-status.enum.mjs +9 -0
- package/dist/esm2022/general/enums/index.mjs +2 -1
- package/dist/esm2022/general/enums/payment-type.enum.mjs +2 -1
- package/dist/esm2022/invoice/entities/index.mjs +6 -2
- package/dist/esm2022/invoice/entities/invoice-bank-slip.entity.mjs +23 -0
- package/dist/esm2022/invoice/entities/invoice-credit-card.entity.mjs +21 -0
- package/dist/esm2022/invoice/entities/invoice-item.entity.mjs +3 -8
- package/dist/esm2022/invoice/entities/invoice-log.entity.mjs +19 -0
- package/dist/esm2022/invoice/entities/invoice-payer.entity.mjs +22 -0
- package/dist/esm2022/invoice/entities/invoice-pix.entity.mjs +19 -0
- package/dist/esm2022/invoice/entities/invoice.entity.mjs +36 -11
- package/dist/esm2022/invoice/enums/index.mjs +2 -2
- package/dist/esm2022/invoice/enums/invoices-status.enum.mjs +15 -15
- package/dist/esm2022/invoice/interfaces/i-invoice-bank-slip.mjs +2 -0
- package/dist/esm2022/invoice/interfaces/i-invoice-credit-card.mjs +2 -0
- package/dist/esm2022/invoice/interfaces/i-invoice-item.mjs +1 -1
- package/dist/esm2022/invoice/interfaces/i-invoice-log.mjs +2 -0
- package/dist/esm2022/invoice/interfaces/i-invoice-payer.mjs +2 -0
- package/dist/esm2022/invoice/interfaces/i-invoice-pix.mjs +2 -0
- package/dist/esm2022/invoice/interfaces/i-invoice.mjs +1 -1
- package/dist/esm2022/invoice/interfaces/index.mjs +1 -1
- package/dist/esm2022/subscription/interfaces/i-subscription.mjs +1 -1
- package/dist/esm2022/voucher/entities/voucher.entity.mjs +5 -4
- package/dist/esm2022/voucher/interfaces/i-voucher.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +157 -54
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/general/enums/bank-slip-status.enum.d.ts +7 -0
- package/dist/general/enums/index.d.ts +1 -0
- package/dist/general/enums/payment-type.enum.d.ts +2 -1
- package/dist/invoice/entities/index.d.ts +5 -1
- package/dist/invoice/entities/invoice-bank-slip.entity.d.ts +11 -0
- package/dist/invoice/entities/invoice-credit-card.entity.d.ts +10 -0
- package/dist/invoice/entities/invoice-item.entity.d.ts +0 -5
- package/dist/invoice/entities/invoice-log.entity.d.ts +8 -0
- package/dist/invoice/entities/invoice-payer.entity.d.ts +11 -0
- package/dist/invoice/entities/invoice-pix.entity.d.ts +8 -0
- package/dist/invoice/entities/invoice.entity.d.ts +36 -8
- package/dist/invoice/enums/index.d.ts +1 -1
- package/dist/invoice/enums/invoices-status.enum.d.ts +1 -1
- package/dist/invoice/interfaces/i-invoice-bank-slip.d.ts +10 -0
- package/dist/invoice/interfaces/i-invoice-credit-card.d.ts +8 -0
- package/dist/invoice/interfaces/i-invoice-item.d.ts +0 -5
- package/dist/invoice/interfaces/i-invoice-log.d.ts +6 -0
- package/dist/invoice/interfaces/i-invoice-payer.d.ts +9 -0
- package/dist/invoice/interfaces/i-invoice-pix.d.ts +6 -0
- package/dist/invoice/interfaces/i-invoice.d.ts +38 -10
- package/dist/invoice/interfaces/index.d.ts +5 -1
- package/dist/package.json +1 -1
- package/dist/subscription/interfaces/i-subscription.d.ts +1 -1
- package/dist/voucher/entities/voucher.entity.d.ts +2 -1
- package/dist/voucher/interfaces/i-voucher.d.ts +3 -2
- package/package.json +1 -1
- package/dist/app/entities/app.entity.js +0 -71
- package/dist/app/entities/index.js +0 -9
- package/dist/app/entities/natigo.entity.js +0 -28
- package/dist/app/entities/rabbit.entity.js +0 -42
- package/dist/app/enums/app-category.enum.js +0 -34
- package/dist/app/enums/app-type.enum.js +0 -10
- package/dist/app/enums/header-type.enum.js +0 -8
- package/dist/app/enums/index.js +0 -11
- package/dist/app/enums/mode.enum.js +0 -15
- package/dist/app/index.js +0 -20
- package/dist/app/interfaces/i-app.js +0 -2
- package/dist/app/interfaces/i-natigo.js +0 -2
- package/dist/app/interfaces/i-rabbit.js +0 -2
- package/dist/app/interfaces/index.js +0 -2
- package/dist/app/types/app-config.type.js +0 -2
- package/dist/app/types/index.js +0 -2
- package/dist/campaign/entities/campaign.entity.js +0 -30
- package/dist/campaign/entities/index.js +0 -5
- package/dist/campaign/enums/e-campaign-status.enum.js +0 -11
- package/dist/campaign/enums/index.js +0 -5
- package/dist/campaign/index.js +0 -19
- package/dist/campaign/interfaces/i-campaign.js +0 -2
- package/dist/campaign/interfaces/index.js +0 -2
- package/dist/company/entities/company.entity.js +0 -49
- package/dist/company/entities/index.js +0 -6
- package/dist/company/enums/index.js +0 -8
- package/dist/company/enums/keys.enum.js +0 -11
- package/dist/company/enums/message-type.enum.js +0 -9
- package/dist/company/index.js +0 -19
- package/dist/company/interfaces/i-company.js +0 -2
- package/dist/company/interfaces/index.js +0 -2
- package/dist/container/entities/container.entity.js +0 -39
- package/dist/container/entities/index.js +0 -5
- package/dist/container/index.js +0 -18
- package/dist/container/interfaces/i-container.js +0 -2
- package/dist/container/interfaces/index.js +0 -2
- package/dist/device/entities/device.entity.js +0 -34
- package/dist/device/entities/index.js +0 -8
- package/dist/device/entities/metadata.entity.js +0 -21
- package/dist/device/index.js +0 -18
- package/dist/device/interfaces/i-device.js +0 -2
- package/dist/device/interfaces/i-metadata.js +0 -2
- package/dist/device/interfaces/index.js +0 -3
- package/dist/esm2022/invoice/entities/invoice-payment-method.entity.mjs +0 -31
- package/dist/esm2022/invoice/interfaces/i-invoice-payment-method.mjs +0 -2
- package/dist/feature/entities/feature.entity.js +0 -30
- package/dist/feature/entities/index.js +0 -5
- package/dist/feature/index.js +0 -18
- package/dist/feature/interfaces/i-feature.js +0 -2
- package/dist/feature/interfaces/index.js +0 -2
- package/dist/general/entities/address.entity.js +0 -28
- package/dist/general/entities/base.entity.js +0 -26
- package/dist/general/entities/carousel-image.entity.js +0 -22
- package/dist/general/entities/coords.entity.js +0 -21
- package/dist/general/entities/custom-variable.entity.js +0 -21
- package/dist/general/entities/delivery-area.entity.js +0 -27
- package/dist/general/entities/dellivery-area-fixed.entity.js +0 -24
- package/dist/general/entities/index.js +0 -49
- package/dist/general/entities/messager-channel.entity.js +0 -22
- package/dist/general/entities/mobyo-apiconfig.entity.js +0 -25
- package/dist/general/entities/origin.entity.js +0 -26
- package/dist/general/entities/payment-card.entity.js +0 -22
- package/dist/general/entities/payment-cash.entity.js +0 -20
- package/dist/general/entities/payment-method-option.entity.js +0 -35
- package/dist/general/entities/payment-method.entity.js +0 -31
- package/dist/general/entities/payment-pix.entity.js +0 -21
- package/dist/general/entities/payment-provider-agent.entity.js +0 -22
- package/dist/general/entities/payment-provider.entity.js +0 -33
- package/dist/general/entities/payment-token-data.entity.js +0 -26
- package/dist/general/entities/payment-token.entity.js +0 -25
- package/dist/general/entities/payment-wallet.entity.js +0 -20
- package/dist/general/entities/payment.entity.js +0 -29
- package/dist/general/entities/rating.entity.js +0 -23
- package/dist/general/entities/sponsorship-value.entity.js +0 -21
- package/dist/general/enums/boolean-string.enum.js +0 -8
- package/dist/general/enums/doc-type.enum.js +0 -8
- package/dist/general/enums/e-discount-type.enum.js +0 -8
- package/dist/general/enums/fiscal-doc-model-code.enum.js +0 -15
- package/dist/general/enums/index.js +0 -33
- package/dist/general/enums/interval-type.enum.js +0 -9
- package/dist/general/enums/lead-origin.enum.js +0 -13
- package/dist/general/enums/os.enum.js +0 -14
- package/dist/general/enums/payment-channel.enum.js +0 -14
- package/dist/general/enums/payment-mode.enum.js +0 -9
- package/dist/general/enums/payment-status.enum.js +0 -15
- package/dist/general/enums/payment-type.enum.js +0 -25
- package/dist/general/enums/person-type.enum.js +0 -8
- package/dist/general/enums/platform.enum.js +0 -13
- package/dist/general/enums/providers.enum.js +0 -12
- package/dist/general/enums/sponsorship-values.enum.js +0 -10
- package/dist/general/index.js +0 -19
- package/dist/general/interfaces/i-address.js +0 -2
- package/dist/general/interfaces/i-base.js +0 -3
- package/dist/general/interfaces/i-carousel-image.js +0 -2
- package/dist/general/interfaces/i-coords.js +0 -2
- package/dist/general/interfaces/i-custom-variable.js +0 -3
- package/dist/general/interfaces/i-delivery-area-fixed.js +0 -2
- package/dist/general/interfaces/i-delivery-area.js +0 -2
- package/dist/general/interfaces/i-messager-channel.js +0 -2
- package/dist/general/interfaces/i-mobyo-api-config.js +0 -2
- package/dist/general/interfaces/i-origin.js +0 -2
- package/dist/general/interfaces/i-payment-card.js +0 -2
- package/dist/general/interfaces/i-payment-cash.js +0 -2
- package/dist/general/interfaces/i-payment-method-option.js +0 -2
- package/dist/general/interfaces/i-payment-method.js +0 -2
- package/dist/general/interfaces/i-payment-pix.js +0 -2
- package/dist/general/interfaces/i-payment-provider-agent.js +0 -2
- package/dist/general/interfaces/i-payment-provider.js +0 -2
- package/dist/general/interfaces/i-payment-token-data.js +0 -3
- package/dist/general/interfaces/i-payment-token.js +0 -3
- package/dist/general/interfaces/i-payment-wallet.js +0 -2
- package/dist/general/interfaces/i-payment.js +0 -2
- package/dist/general/interfaces/i-rating.js +0 -2
- package/dist/general/interfaces/i-sponsorship-value.js +0 -2
- package/dist/general/interfaces/index.js +0 -3
- package/dist/index.js +0 -39
- package/dist/installation/entities/index.js +0 -5
- package/dist/installation/entities/installation-app.entity.js +0 -25
- package/dist/installation/entities/installation.entity.js +0 -34
- package/dist/installation/enums/index.js +0 -5
- package/dist/installation/enums/status.enum.js +0 -15
- package/dist/installation/index.js +0 -19
- package/dist/installation/interfaces/i-installation-app.js +0 -2
- package/dist/installation/interfaces/i-installation.js +0 -2
- package/dist/installation/interfaces/index.js +0 -2
- package/dist/invite/entities/index.js +0 -5
- package/dist/invite/entities/invite.entity.js +0 -38
- package/dist/invite/enums/index.js +0 -5
- package/dist/invite/enums/status.enum.js +0 -11
- package/dist/invite/index.js +0 -19
- package/dist/invite/interfaces/i-invite.js +0 -2
- package/dist/invite/interfaces/index.js +0 -2
- package/dist/invoice/entities/index.js +0 -9
- package/dist/invoice/entities/invoice-item.entity.js +0 -27
- package/dist/invoice/entities/invoice-payment-method.entity.d.ts +0 -20
- package/dist/invoice/entities/invoice-payment-method.entity.js +0 -35
- package/dist/invoice/entities/invoice.entity.js +0 -41
- package/dist/invoice/enums/index.js +0 -5
- package/dist/invoice/enums/invoices-status.enum.js +0 -17
- package/dist/invoice/index.js +0 -19
- package/dist/invoice/interfaces/i-invoice-item.js +0 -2
- package/dist/invoice/interfaces/i-invoice-payment-method.d.ts +0 -18
- package/dist/invoice/interfaces/i-invoice-payment-method.js +0 -2
- package/dist/invoice/interfaces/i-invoice.js +0 -2
- package/dist/invoice/interfaces/index.js +0 -2
- package/dist/iugu/entities/account-informations.entity.js +0 -21
- package/dist/iugu/entities/account-last-verification-request-data.entity.js +0 -40
- package/dist/iugu/entities/customer.entity.js +0 -40
- package/dist/iugu/entities/index.js +0 -17
- package/dist/iugu/entities/invoice.entity.js +0 -82
- package/dist/iugu/entities/iugu-account.entity.js +0 -75
- package/dist/iugu/entities/payment-token-data.entity.js +0 -28
- package/dist/iugu/entities/payment-token.entity.js +0 -25
- package/dist/iugu/enums/index.js +0 -9
- package/dist/iugu/enums/iugu-auto-advance.enum.js +0 -10
- package/dist/iugu/enums/iugu-bank.enum.js +0 -222
- package/dist/iugu/enums/iugu-status-invoice.enum.js +0 -17
- package/dist/iugu/index.js +0 -20
- package/dist/iugu/interfaces/i-account-configuration-bank-slip.js +0 -2
- package/dist/iugu/interfaces/i-account-configuration-creadit-card.js +0 -2
- package/dist/iugu/interfaces/i-account-configuration-pix.js +0 -2
- package/dist/iugu/interfaces/i-account-configuration.js +0 -2
- package/dist/iugu/interfaces/i-account-info-last-ver-req-data.js +0 -2
- package/dist/iugu/interfaces/i-account-informations.js +0 -2
- package/dist/iugu/interfaces/i-account-marketplace-split.js +0 -2
- package/dist/iugu/interfaces/i-account.js +0 -2
- package/dist/iugu/interfaces/i-change-plan-simulation.js +0 -2
- package/dist/iugu/interfaces/i-config-early-payment-discounts.js +0 -2
- package/dist/iugu/interfaces/i-customer.js +0 -2
- package/dist/iugu/interfaces/i-invoice.js +0 -2
- package/dist/iugu/interfaces/i-payment-token-data.js +0 -2
- package/dist/iugu/interfaces/i-payment-token.js +0 -2
- package/dist/iugu/interfaces/i-plan-feature.js +0 -2
- package/dist/iugu/interfaces/i-plan-price.js +0 -2
- package/dist/iugu/interfaces/i-plan.js +0 -2
- package/dist/iugu/interfaces/i-subscription-custom-variable.js +0 -2
- package/dist/iugu/interfaces/i-subscription-feature.js +0 -2
- package/dist/iugu/interfaces/i-subscription-features.js +0 -2
- package/dist/iugu/interfaces/i-subscription-log.js +0 -2
- package/dist/iugu/interfaces/i-subscription-recent-invoice.js +0 -2
- package/dist/iugu/interfaces/i-subscription-subitem.js +0 -2
- package/dist/iugu/interfaces/i-subscription.js +0 -2
- package/dist/iugu/interfaces/index.js +0 -2
- package/dist/iugu/responses/i-marketplace-list.js +0 -2
- package/dist/iugu/responses/i-marketplace-token.js +0 -2
- package/dist/iugu/responses/i-marketplace-tokens.js +0 -2
- package/dist/iugu/responses/index.js +0 -2
- package/dist/lead/entities/index.js +0 -5
- package/dist/lead/entities/lead.entity.js +0 -57
- package/dist/lead/enums/index.js +0 -5
- package/dist/lead/enums/lead-status.enum.js +0 -18
- package/dist/lead/index.js +0 -19
- package/dist/lead/interfaces/i-lead.js +0 -2
- package/dist/lead/interfaces/index.js +0 -2
- package/dist/member/entities/index.js +0 -5
- package/dist/member/entities/member.entity.js +0 -51
- package/dist/member/enums/index.js +0 -7
- package/dist/member/enums/member-rules.enum.js +0 -14
- package/dist/member/enums/member-type.enum.js +0 -9
- package/dist/member/index.js +0 -19
- package/dist/member/interfaces/i-member.js +0 -2
- package/dist/member/interfaces/index.js +0 -2
- package/dist/notification/entities/index.js +0 -7
- package/dist/notification/entities/notification-action.entity.js +0 -24
- package/dist/notification/entities/notification.entity.js +0 -34
- package/dist/notification/enums/action-type.enum.js +0 -9
- package/dist/notification/enums/category.enum.js +0 -17
- package/dist/notification/enums/index.js +0 -11
- package/dist/notification/enums/priority.enum.js +0 -10
- package/dist/notification/enums/status.enum.js +0 -11
- package/dist/notification/index.js +0 -19
- package/dist/notification/interfaces/i-notification-action.js +0 -2
- package/dist/notification/interfaces/i-notification.js +0 -2
- package/dist/notification/interfaces/index.js +0 -2
- package/dist/order/entities/additional-fees.entity.js +0 -21
- package/dist/order/entities/benefits.entity.js +0 -25
- package/dist/order/entities/cancellation.entity.js +0 -22
- package/dist/order/entities/customer-phone.entity.js +0 -23
- package/dist/order/entities/customer.entity.js +0 -27
- package/dist/order/entities/index.js +0 -39
- package/dist/order/entities/item-composition.entity.js +0 -25
- package/dist/order/entities/item-option.entity.js +0 -34
- package/dist/order/entities/item.entity.js +0 -40
- package/dist/order/entities/order.entity.js +0 -38
- package/dist/order/entities/payment-card.entity.js +0 -20
- package/dist/order/entities/payment-cash.entity.js +0 -20
- package/dist/order/entities/payment-method.entity.js +0 -31
- package/dist/order/entities/payment-pix.entity.js +0 -21
- package/dist/order/entities/payment-wallet.entity.js +0 -20
- package/dist/order/entities/payment.entity.js +0 -22
- package/dist/order/entities/scale-item.entity.js +0 -21
- package/dist/order/entities/scale-price.entity.js +0 -21
- package/dist/order/entities/total.entity.js +0 -24
- package/dist/order/enums/index.js +0 -6
- package/dist/order/enums/order-status.enum.js +0 -42
- package/dist/order/index.js +0 -19
- package/dist/order/interfaces/i-additional-fee.js +0 -2
- package/dist/order/interfaces/i-benefits.js +0 -2
- package/dist/order/interfaces/i-cancellation.js +0 -2
- package/dist/order/interfaces/i-customer-phone.js +0 -2
- package/dist/order/interfaces/i-customer.js +0 -2
- package/dist/order/interfaces/i-item-composition.js +0 -2
- package/dist/order/interfaces/i-item-option.js +0 -2
- package/dist/order/interfaces/i-item.js +0 -2
- package/dist/order/interfaces/i-order.js +0 -2
- package/dist/order/interfaces/i-payment-card.js +0 -2
- package/dist/order/interfaces/i-payment-cash.js +0 -2
- package/dist/order/interfaces/i-payment-method.js +0 -2
- package/dist/order/interfaces/i-payment-pix.js +0 -2
- package/dist/order/interfaces/i-payment-wallet.js +0 -2
- package/dist/order/interfaces/i-payment.js +0 -2
- package/dist/order/interfaces/i-scale-item.js +0 -2
- package/dist/order/interfaces/i-scale-price.js +0 -2
- package/dist/order/interfaces/i-total.js +0 -2
- package/dist/order/interfaces/index.js +0 -2
- package/dist/partner/entities/index.js +0 -5
- package/dist/partner/entities/partner.entity.js +0 -38
- package/dist/partner/index.js +0 -18
- package/dist/partner/interfaces/i-partner.js +0 -2
- package/dist/partner/interfaces/index.js +0 -2
- package/dist/plan/entities/feature.entity.js +0 -30
- package/dist/plan/entities/index.js +0 -7
- package/dist/plan/entities/plan.entity.js +0 -32
- package/dist/plan/enums/index.js +0 -7
- package/dist/plan/enums/plans-feature-type.enum.js +0 -8
- package/dist/plan/enums/plans-identifier.enum.js +0 -8
- package/dist/plan/index.js +0 -19
- package/dist/plan/interfaces/i-feature.js +0 -2
- package/dist/plan/interfaces/i-plan.js +0 -2
- package/dist/plan/interfaces/index.js +0 -2
- package/dist/purchases/entities/app-info.entity.js +0 -22
- package/dist/purchases/entities/index.js +0 -7
- package/dist/purchases/entities/purchase.entity.js +0 -44
- package/dist/purchases/index.js +0 -18
- package/dist/purchases/interfaces/i-app-info.js +0 -2
- package/dist/purchases/interfaces/i-purchase.js +0 -2
- package/dist/purchases/interfaces/index.js +0 -2
- package/dist/resume/entities/index.js +0 -17
- package/dist/resume/entities/resume-collection.entity.js +0 -23
- package/dist/resume/entities/resume-day.entity.js +0 -25
- package/dist/resume/entities/resume-hour.entity.js +0 -23
- package/dist/resume/entities/resume-month.entity.js +0 -25
- package/dist/resume/entities/resume-total.entity.js +0 -24
- package/dist/resume/entities/resume-year.entity.js +0 -24
- package/dist/resume/entities/resume.entity.js +0 -21
- package/dist/resume/index.js +0 -18
- package/dist/resume/interfaces/i-resume-collection.js +0 -2
- package/dist/resume/interfaces/i-resume-day.js +0 -2
- package/dist/resume/interfaces/i-resume-hour.js +0 -2
- package/dist/resume/interfaces/i-resume-month.js +0 -2
- package/dist/resume/interfaces/i-resume-total.js +0 -2
- package/dist/resume/interfaces/i-resume-year.js +0 -2
- package/dist/resume/interfaces/i-resume.js +0 -2
- package/dist/resume/interfaces/index.js +0 -2
- package/dist/subscription/entities/index.js +0 -11
- package/dist/subscription/entities/subscription-company.entity.js +0 -25
- package/dist/subscription/entities/subscription-item.entity.js +0 -24
- package/dist/subscription/entities/subscription-log.entity.js +0 -23
- package/dist/subscription/entities/subscription.entity.js +0 -49
- package/dist/subscription/enums/index.js +0 -5
- package/dist/subscription/enums/subscription-status.enum.js +0 -14
- package/dist/subscription/index.js +0 -19
- package/dist/subscription/interfaces/i-subscription-company.js +0 -2
- package/dist/subscription/interfaces/i-subscription-item.js +0 -2
- package/dist/subscription/interfaces/i-subscription-log.js +0 -2
- package/dist/subscription/interfaces/i-subscription.js +0 -2
- package/dist/subscription/interfaces/index.js +0 -2
- package/dist/token/entities/index.js +0 -5
- package/dist/token/entities/token.entity.js +0 -32
- package/dist/token/index.js +0 -18
- package/dist/token/interfaces/i-token.js +0 -2
- package/dist/token/interfaces/index.js +0 -2
- package/dist/viacep/index.js +0 -17
- package/dist/viacep/interfaces/i-via-cep.js +0 -2
- package/dist/viacep/interfaces/index.js +0 -2
- package/dist/voucher/entities/index.js +0 -5
- package/dist/voucher/entities/voucher.entity.js +0 -57
- package/dist/voucher/enums/e-voucher-status.enum.js +0 -11
- package/dist/voucher/enums/index.js +0 -5
- package/dist/voucher/index.js +0 -19
- package/dist/voucher/interfaces/i-voucher.js +0 -2
- package/dist/voucher/interfaces/index.js +0 -2
@@ -1,3 +1,7 @@
|
|
1
|
+
export { InvoiceBankSlipEntity } from './invoice-bank-slip.entity';
|
2
|
+
export { InvoiceCreditCardEntity } from './invoice-credit-card.entity';
|
1
3
|
export { InvoiceItemEntity } from './invoice-item.entity';
|
2
|
-
export {
|
4
|
+
export { InvoiceLogEntity } from './invoice-log.entity';
|
5
|
+
export { InvoicePayerEntity } from './invoice-payer.entity';
|
6
|
+
export { InvoicePixEntity } from './invoice-pix.entity';
|
3
7
|
export { InvoiceEntity } from './invoice.entity';
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { IInvoiceBankSlip } from '../interfaces/i-invoice-bank-slip';
|
2
|
+
export declare class InvoiceBankSlipEntity implements IInvoiceBankSlip {
|
3
|
+
bankSlipBank: number;
|
4
|
+
bankSlipErrorCode: string;
|
5
|
+
bankSlipErrorMessage: string;
|
6
|
+
bankSlipStatus: string;
|
7
|
+
barcode: string;
|
8
|
+
barcodeData: string;
|
9
|
+
digitableLine: string;
|
10
|
+
constructor(data?: Partial<InvoiceBankSlipEntity>);
|
11
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { IInvoiceCreditCard } from '../interfaces/i-invoice-credit-card';
|
2
|
+
export declare class InvoiceCreditCardEntity implements IInvoiceCreditCard {
|
3
|
+
bin: string;
|
4
|
+
brand: string;
|
5
|
+
capturedAt: string;
|
6
|
+
last4: string;
|
7
|
+
tid: string;
|
8
|
+
transaction: string;
|
9
|
+
constructor(data?: Partial<InvoiceCreditCardEntity>);
|
10
|
+
}
|
@@ -1,12 +1,7 @@
|
|
1
1
|
import { IInvoiceItem } from '../interfaces';
|
2
2
|
export declare class InvoiceItemEntity implements IInvoiceItem {
|
3
|
-
addition: number;
|
4
3
|
description: string;
|
5
|
-
discount: number;
|
6
|
-
id: string;
|
7
4
|
quantity: number;
|
8
|
-
sku: string;
|
9
|
-
totalPrice: number;
|
10
5
|
unitPrice: number;
|
11
6
|
constructor(data?: Partial<InvoiceItemEntity>);
|
12
7
|
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { AddressEntity, DocTypeEnum } from '../../general';
|
2
|
+
import { IInvoicePayer } from '../interfaces/i-invoice-payer';
|
3
|
+
export declare class InvoicePayerEntity implements IInvoicePayer {
|
4
|
+
address: AddressEntity;
|
5
|
+
doc: string;
|
6
|
+
docType: DocTypeEnum;
|
7
|
+
email: string;
|
8
|
+
name: string;
|
9
|
+
phoneNumber: number | null;
|
10
|
+
constructor(data?: Partial<InvoicePayerEntity>);
|
11
|
+
}
|
@@ -1,28 +1,56 @@
|
|
1
|
-
import {
|
1
|
+
import { PaymentProviderEntity, PaymentTypeEnum } from '../../general';
|
2
|
+
import { EInvoiceStatus } from '../enums';
|
2
3
|
import { IInvoice } from '../interfaces';
|
4
|
+
import { InvoiceBankSlipEntity } from './invoice-bank-slip.entity';
|
5
|
+
import { InvoiceCreditCardEntity } from './invoice-credit-card.entity';
|
3
6
|
import { InvoiceItemEntity } from './invoice-item.entity';
|
4
|
-
import {
|
7
|
+
import { InvoiceLogEntity } from './invoice-log.entity';
|
8
|
+
import { InvoicePayerEntity } from './invoice-payer.entity';
|
9
|
+
import { InvoicePixEntity } from './invoice-pix.entity';
|
5
10
|
export declare class InvoiceEntity implements IInvoice {
|
6
11
|
addition: number;
|
12
|
+
bankSlip: InvoiceBankSlipEntity | null;
|
13
|
+
bankSlipExtraDue: number;
|
14
|
+
ccEmails: string[];
|
7
15
|
companyId: string;
|
8
16
|
containerId: string;
|
9
17
|
createdAt: Date;
|
18
|
+
creditCard: InvoiceCreditCardEntity | null;
|
19
|
+
currency: string;
|
10
20
|
discount: number;
|
11
21
|
dueDateAt: Date;
|
22
|
+
email: string;
|
12
23
|
ensureDueOnWorkday: boolean;
|
13
24
|
expiresIn: number;
|
25
|
+
externalInvoiceId: string;
|
26
|
+
externalInvoiceUrl: string;
|
27
|
+
fineForlatePayment: number;
|
14
28
|
id: string;
|
15
29
|
items: InvoiceItemEntity[];
|
30
|
+
log: InvoiceLogEntity[];
|
16
31
|
notes: string;
|
32
|
+
notificationUrl: string;
|
33
|
+
orderId: string;
|
17
34
|
paidAt: Date;
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
35
|
+
partnerId: string;
|
36
|
+
password: string | null;
|
37
|
+
payer: InvoicePayerEntity;
|
38
|
+
paymentMethod: PaymentTypeEnum;
|
39
|
+
paymentProvider: PaymentProviderEntity | null;
|
40
|
+
phoneNumberNotification: number | null;
|
41
|
+
pix: InvoicePixEntity | null;
|
42
|
+
returnExpiredUrl: string;
|
43
|
+
returnUrl: string;
|
44
|
+
secureId: string;
|
45
|
+
secureUrl: string;
|
46
|
+
status: EInvoiceStatus;
|
22
47
|
subscriptionId: string;
|
23
48
|
subtotal: number;
|
24
|
-
|
25
|
-
|
49
|
+
totalAmount: number;
|
50
|
+
totalFee: number;
|
51
|
+
totalOverPaid: number;
|
52
|
+
totalPaid: number;
|
53
|
+
totalRefunded: number;
|
26
54
|
updatedAt: Date;
|
27
55
|
constructor(data?: Partial<InvoiceEntity>);
|
28
56
|
}
|
@@ -1 +1 @@
|
|
1
|
-
export {
|
1
|
+
export { EInvoiceStatus } from './invoices-status.enum';
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { EBankSlipStatus } from '../../general';
|
2
|
+
export interface IInvoiceBankSlip {
|
3
|
+
bankSlipErrorCode: string | '00';
|
4
|
+
bankSlipErrorMessage: string;
|
5
|
+
bankSlipStatus: string | EBankSlipStatus;
|
6
|
+
bankSlipBank: number;
|
7
|
+
barcode: string;
|
8
|
+
barcodeData: string;
|
9
|
+
digitableLine: string;
|
10
|
+
}
|
@@ -1,26 +1,54 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import {
|
1
|
+
import { IPaymentProvider, PaymentTypeEnum } from '../../general';
|
2
|
+
import { EInvoiceStatus } from '../enums';
|
3
|
+
import { IInvoiceBankSlip } from './i-invoice-bank-slip';
|
4
|
+
import { IInvoiceCreditCard } from './i-invoice-credit-card';
|
5
|
+
import { IInvoiceItem } from './i-invoice-item';
|
6
|
+
import { IInvoiceLog } from './i-invoice-log';
|
7
|
+
import { IInvoicePayer } from './i-invoice-payer';
|
8
|
+
import { IInvoicePix } from './i-invoice-pix';
|
4
9
|
export interface IInvoice {
|
5
10
|
addition: number;
|
11
|
+
bankSlip: IInvoiceBankSlip | null;
|
12
|
+
bankSlipExtraDue: number;
|
13
|
+
ccEmails: string[];
|
6
14
|
companyId: string;
|
7
15
|
containerId: string;
|
8
16
|
createdAt: Date;
|
17
|
+
creditCard: IInvoiceCreditCard | null;
|
18
|
+
currency: string;
|
9
19
|
discount: number;
|
10
20
|
dueDateAt: Date;
|
21
|
+
returnUrl: string;
|
22
|
+
returnExpiredUrl: string;
|
23
|
+
notificationUrl: string;
|
24
|
+
email: string;
|
11
25
|
ensureDueOnWorkday: boolean;
|
12
26
|
expiresIn: number;
|
27
|
+
fineForlatePayment: number;
|
13
28
|
id: string;
|
14
29
|
items: IInvoiceItem[];
|
30
|
+
log: IInvoiceLog[];
|
15
31
|
notes: string;
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
32
|
+
orderId: string;
|
33
|
+
paidAt: Date | null;
|
34
|
+
partnerId: string | null;
|
35
|
+
payer: IInvoicePayer;
|
36
|
+
paymentMethod: PaymentTypeEnum;
|
37
|
+
paymentProvider: IPaymentProvider | null;
|
38
|
+
phoneNumberNotification: number | null;
|
39
|
+
pix: IInvoicePix | null;
|
40
|
+
externalInvoiceId: string;
|
41
|
+
externalInvoiceUrl: string;
|
42
|
+
secureId: string;
|
43
|
+
secureUrl: string;
|
44
|
+
status: EInvoiceStatus;
|
21
45
|
subscriptionId: string;
|
22
46
|
subtotal: number;
|
23
|
-
|
24
|
-
|
47
|
+
totalAmount: number;
|
48
|
+
password: string | null;
|
49
|
+
totalFee: number;
|
50
|
+
totalOverPaid: number;
|
51
|
+
totalPaid: number;
|
52
|
+
totalRefunded: number;
|
25
53
|
updatedAt: Date;
|
26
54
|
}
|
@@ -1,3 +1,7 @@
|
|
1
1
|
export { IInvoice } from './i-invoice';
|
2
|
+
export { IInvoiceBankSlip } from './i-invoice-bank-slip';
|
3
|
+
export { IInvoiceCreditCard } from './i-invoice-credit-card';
|
2
4
|
export { IInvoiceItem } from './i-invoice-item';
|
3
|
-
export {
|
5
|
+
export { IInvoiceLog } from './i-invoice-log';
|
6
|
+
export { IInvoicePayer } from './i-invoice-payer';
|
7
|
+
export { IInvoicePix } from './i-invoice-pix';
|
package/dist/package.json
CHANGED
@@ -19,13 +19,13 @@ export interface ISubscription {
|
|
19
19
|
features: IFeature[];
|
20
20
|
id: string;
|
21
21
|
interval: number;
|
22
|
-
payment: IPayment;
|
23
22
|
intervalType: IntervalTypeEnum;
|
24
23
|
invoices: IInvoice[];
|
25
24
|
items: ISubscriptionItem[];
|
26
25
|
logs: ISubscriptionLog[];
|
27
26
|
notes: string;
|
28
27
|
partnerId: string | null;
|
28
|
+
payment: IPayment;
|
29
29
|
planId: string;
|
30
30
|
planName: string;
|
31
31
|
renewPaymentDate: Date;
|
@@ -4,6 +4,7 @@ import { IVoucher } from '../interfaces';
|
|
4
4
|
export declare class VoucherEntity implements IVoucher {
|
5
5
|
allowsKeyChange: boolean;
|
6
6
|
amount: number;
|
7
|
+
appId: string[];
|
7
8
|
campaignId?: string | null;
|
8
9
|
companyId?: string | null;
|
9
10
|
containerId?: string | null;
|
@@ -15,7 +16,7 @@ export declare class VoucherEntity implements IVoucher {
|
|
15
16
|
isPublic: boolean;
|
16
17
|
key: string;
|
17
18
|
maxUses: number;
|
18
|
-
partnerId: string
|
19
|
+
partnerId: string[];
|
19
20
|
sponsorship: SponsorshipValueEntity[];
|
20
21
|
status: EVoucherStatus;
|
21
22
|
tags: string[];
|
@@ -3,6 +3,7 @@ import { EVoucherStatus } from '../enums';
|
|
3
3
|
export interface IVoucher {
|
4
4
|
allowsKeyChange: boolean;
|
5
5
|
amount: number;
|
6
|
+
appId: string[];
|
6
7
|
campaignId?: string | null;
|
7
8
|
companyId?: string | null;
|
8
9
|
containerId?: string | null;
|
@@ -11,13 +12,13 @@ export interface IVoucher {
|
|
11
12
|
discountType: EDiscountType;
|
12
13
|
expirationDate: Date;
|
13
14
|
id: string;
|
14
|
-
tags: string[];
|
15
15
|
isPublic: boolean;
|
16
16
|
key: string;
|
17
17
|
maxUses: number;
|
18
|
-
partnerId
|
18
|
+
partnerId: string[];
|
19
19
|
sponsorship: ISponsorshipValue[];
|
20
20
|
status: EVoucherStatus;
|
21
|
+
tags: string[];
|
21
22
|
updatedAt: Date;
|
22
23
|
usedCount: number;
|
23
24
|
}
|
package/package.json
CHANGED
@@ -1,71 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.AppEntity = void 0;
|
4
|
-
var general_1 = require("../../general");
|
5
|
-
var app_type_enum_1 = require("../enums/app-type.enum");
|
6
|
-
var header_type_enum_1 = require("../enums/header-type.enum");
|
7
|
-
var mode_enum_1 = require("../enums/mode.enum");
|
8
|
-
var AppEntity = /** @class */ (function () {
|
9
|
-
// #endregion Properties (29)
|
10
|
-
// #region Constructors (1)
|
11
|
-
function AppEntity(data) {
|
12
|
-
// #region Properties (29)
|
13
|
-
this.active = false;
|
14
|
-
this.activeInstalls = 0;
|
15
|
-
/**
|
16
|
-
* Indica se permite adicionar a assinatura
|
17
|
-
*/
|
18
|
-
this.allowAddSubscription = false;
|
19
|
-
this.carousel = [];
|
20
|
-
this.categories = [];
|
21
|
-
this.createdBy = '';
|
22
|
-
this.description = '';
|
23
|
-
this.downloadUrl = '';
|
24
|
-
this.features = [];
|
25
|
-
this.headerImage = '';
|
26
|
-
this.headerType = header_type_enum_1.EAppHeaderType.IMAGE;
|
27
|
-
this.headerVideo = '';
|
28
|
-
this.iconUrl = '';
|
29
|
-
this.production = false;
|
30
|
-
this.id = '';
|
31
|
-
/**
|
32
|
-
* Intervalo de tempo para o preço
|
33
|
-
* @example
|
34
|
-
* 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
|
35
|
-
* Para intervalType = MONTHS
|
36
|
-
* 1 = 1 mês (mensal)
|
37
|
-
*
|
38
|
-
*/
|
39
|
-
this.interval = 0;
|
40
|
-
/**
|
41
|
-
* Tipo de intervalo para o preço
|
42
|
-
* @example
|
43
|
-
* Mensal, Semanal, Diário
|
44
|
-
*/
|
45
|
-
this.intervalType = general_1.IntervalTypeEnum.MONTHS;
|
46
|
-
this.mode = mode_enum_1.EAppMode.NONE;
|
47
|
-
this.name = '';
|
48
|
-
/**
|
49
|
-
* Indica se o app é gratuito ou não
|
50
|
-
*/
|
51
|
-
this.os = [];
|
52
|
-
this.platforms = [];
|
53
|
-
this.price = 0;
|
54
|
-
this.ratings = [];
|
55
|
-
this.tags = [];
|
56
|
-
this.totalInstalls = 0;
|
57
|
-
this.trialTime = 0;
|
58
|
-
this.type = app_type_enum_1.EAppType.FREE;
|
59
|
-
this.versionCode = 1;
|
60
|
-
this.versionName = '';
|
61
|
-
if (data) {
|
62
|
-
for (var key in data) {
|
63
|
-
if (data.hasOwnProperty(key) && key in this) {
|
64
|
-
this[key] = data[key];
|
65
|
-
}
|
66
|
-
}
|
67
|
-
}
|
68
|
-
}
|
69
|
-
return AppEntity;
|
70
|
-
}());
|
71
|
-
exports.AppEntity = AppEntity;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.RabbitEntity = exports.NatiGoEntity = exports.AppEntity = void 0;
|
4
|
-
var app_entity_1 = require("./app.entity");
|
5
|
-
Object.defineProperty(exports, "AppEntity", { enumerable: true, get: function () { return app_entity_1.AppEntity; } });
|
6
|
-
var natigo_entity_1 = require("./natigo.entity");
|
7
|
-
Object.defineProperty(exports, "NatiGoEntity", { enumerable: true, get: function () { return natigo_entity_1.NatiGoEntity; } });
|
8
|
-
var rabbit_entity_1 = require("./rabbit.entity");
|
9
|
-
Object.defineProperty(exports, "RabbitEntity", { enumerable: true, get: function () { return rabbit_entity_1.RabbitEntity; } });
|
@@ -1,28 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.NatiGoEntity = void 0;
|
4
|
-
var enums_1 = require("../enums");
|
5
|
-
var NatiGoEntity = /** @class */ (function () {
|
6
|
-
// #endregion Properties (8)
|
7
|
-
// #region Constructors (1)
|
8
|
-
function NatiGoEntity(data) {
|
9
|
-
// #region Properties (8)
|
10
|
-
this.documentVerificationAllowed = false;
|
11
|
-
this.isForAdultsOnly = false;
|
12
|
-
this.openLockRequired = true;
|
13
|
-
this.syncAt = new Date();
|
14
|
-
this.type = enums_1.EAppMode.NATI_GO;
|
15
|
-
this.updatedAt = new Date();
|
16
|
-
this.url = 'localhost:8080';
|
17
|
-
this.version = '1.0.0';
|
18
|
-
if (data) {
|
19
|
-
for (var key in data) {
|
20
|
-
if (data.hasOwnProperty(key) && key in this) {
|
21
|
-
this[key] = data[key];
|
22
|
-
}
|
23
|
-
}
|
24
|
-
}
|
25
|
-
}
|
26
|
-
return NatiGoEntity;
|
27
|
-
}());
|
28
|
-
exports.NatiGoEntity = NatiGoEntity;
|
@@ -1,42 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.RabbitEntity = void 0;
|
4
|
-
var general_1 = require("../../general");
|
5
|
-
var fiscal_doc_model_code_enum_1 = require("../../general/enums/fiscal-doc-model-code.enum");
|
6
|
-
var enums_1 = require("../enums");
|
7
|
-
var RabbitEntity = /** @class */ (function () {
|
8
|
-
// #endregion Properties (18)
|
9
|
-
// #region Constructors (1)
|
10
|
-
function RabbitEntity(data) {
|
11
|
-
// #region Properties (18)
|
12
|
-
this.address = new general_1.AddressEntity();
|
13
|
-
this.api = 'http://localhost:8089';
|
14
|
-
this.cityCode = '';
|
15
|
-
this.ufCode = null;
|
16
|
-
this.enviroment = 'production';
|
17
|
-
this.doc = '';
|
18
|
-
this.ie = '';
|
19
|
-
this.ignoreCpfCnpj = false;
|
20
|
-
this.model = fiscal_doc_model_code_enum_1.EFiscalDocModelCode.NFCE;
|
21
|
-
this.name = '';
|
22
|
-
this.onlyCash = false;
|
23
|
-
this.pdvId = null;
|
24
|
-
this.percentage = 50;
|
25
|
-
this.regime = 1;
|
26
|
-
this.serialNumber = '';
|
27
|
-
this.signature = '';
|
28
|
-
this.syncAt = null;
|
29
|
-
this.type = enums_1.EAppMode.RABBIT;
|
30
|
-
this.updatedAt = new Date();
|
31
|
-
this.version = '1.0.0';
|
32
|
-
if (data) {
|
33
|
-
for (var key in data) {
|
34
|
-
if (data.hasOwnProperty(key) && key in this) {
|
35
|
-
this[key] = data[key];
|
36
|
-
}
|
37
|
-
}
|
38
|
-
}
|
39
|
-
}
|
40
|
-
return RabbitEntity;
|
41
|
-
}());
|
42
|
-
exports.RabbitEntity = RabbitEntity;
|
@@ -1,34 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.EAppCategory = void 0;
|
4
|
-
var EAppCategory;
|
5
|
-
(function (EAppCategory) {
|
6
|
-
EAppCategory["UTILITIES"] = "UTILIDADES";
|
7
|
-
EAppCategory["OTHERS"] = "OUTROS";
|
8
|
-
EAppCategory["POINTOFSALES"] = "PDV";
|
9
|
-
EAppCategory["SALES"] = "VENDAS";
|
10
|
-
EAppCategory["STOCK"] = "ESTOQUE";
|
11
|
-
EAppCategory["FINANCIAL"] = "FINANCEIRO";
|
12
|
-
EAppCategory["REPORTS"] = "RELAT\u00D3RIOS";
|
13
|
-
EAppCategory["SETTINGS"] = "CONFIGURA\u00C7\u00D5ES";
|
14
|
-
EAppCategory["PRODUCTS"] = "PRODUTOS";
|
15
|
-
EAppCategory["CUSTOMERS"] = "CLIENTES";
|
16
|
-
EAppCategory["SUPPLIERS"] = "FORNECEDORES";
|
17
|
-
EAppCategory["EMPLOYEES"] = "FUNCION\u00C1RIOS";
|
18
|
-
EAppCategory["ORDERS"] = "PEDIDOS";
|
19
|
-
EAppCategory["SALESORDERS"] = "PEDIDOS DE VENDA";
|
20
|
-
EAppCategory["PURCHASEORDERS"] = "PEDIDOS DE COMPRA";
|
21
|
-
EAppCategory["SALESINVOICES"] = "NOTAS FISCAIS DE VENDA";
|
22
|
-
EAppCategory["PURCHASEINVOICES"] = "NOTAS FISCAIS DE COMPRA";
|
23
|
-
EAppCategory["SALESBUDGETS"] = "OR\u00C7AMENTOS DE VENDA";
|
24
|
-
EAppCategory["PURCHASEBUDGETS"] = "OR\u00C7AMENTOS DE COMPRA";
|
25
|
-
EAppCategory["PRINTS"] = "IMPRESS\u00D5ES";
|
26
|
-
EAppCategory["SALESPRINTS"] = "IMPRESS\u00D5ES DE VENDA";
|
27
|
-
EAppCategory["PURCHASEPRINTS"] = "IMPRESS\u00D5ES DE COMPRA";
|
28
|
-
EAppCategory["KDS"] = "KDS";
|
29
|
-
EAppCategory["MARKETING"] = "MARKETING";
|
30
|
-
EAppCategory["ECOMMERCE"] = "E-COMMERCE";
|
31
|
-
EAppCategory["ECOMMERCEORDERS"] = "PEDIDOS DE E-COMMERCE";
|
32
|
-
EAppCategory["DELIVERY"] = "ENTREGA";
|
33
|
-
EAppCategory["TRACKING"] = "RASTREAMENTO";
|
34
|
-
})(EAppCategory || (exports.EAppCategory = EAppCategory = {}));
|
@@ -1,10 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.EAppType = void 0;
|
4
|
-
var EAppType;
|
5
|
-
(function (EAppType) {
|
6
|
-
EAppType["FREE"] = "FREE";
|
7
|
-
EAppType["PAID"] = "PAID";
|
8
|
-
EAppType["SUBSCRIPTION"] = "SUBSCRIPTION";
|
9
|
-
EAppType["TRIAL"] = "TRIAL";
|
10
|
-
})(EAppType || (exports.EAppType = EAppType = {}));
|
@@ -1,8 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.EAppHeaderType = void 0;
|
4
|
-
var EAppHeaderType;
|
5
|
-
(function (EAppHeaderType) {
|
6
|
-
EAppHeaderType["VIDEO"] = "VIDEO";
|
7
|
-
EAppHeaderType["IMAGE"] = "IMAGE";
|
8
|
-
})(EAppHeaderType || (exports.EAppHeaderType = EAppHeaderType = {}));
|
package/dist/app/enums/index.js
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.EAppMode = exports.EAppHeaderType = exports.EAppType = exports.EAppCategory = void 0;
|
4
|
-
var app_category_enum_1 = require("./app-category.enum");
|
5
|
-
Object.defineProperty(exports, "EAppCategory", { enumerable: true, get: function () { return app_category_enum_1.EAppCategory; } });
|
6
|
-
var app_type_enum_1 = require("./app-type.enum");
|
7
|
-
Object.defineProperty(exports, "EAppType", { enumerable: true, get: function () { return app_type_enum_1.EAppType; } });
|
8
|
-
var header_type_enum_1 = require("./header-type.enum");
|
9
|
-
Object.defineProperty(exports, "EAppHeaderType", { enumerable: true, get: function () { return header_type_enum_1.EAppHeaderType; } });
|
10
|
-
var mode_enum_1 = require("./mode.enum");
|
11
|
-
Object.defineProperty(exports, "EAppMode", { enumerable: true, get: function () { return mode_enum_1.EAppMode; } });
|
@@ -1,15 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.EAppMode = void 0;
|
4
|
-
var EAppMode;
|
5
|
-
(function (EAppMode) {
|
6
|
-
EAppMode["APP"] = "APP";
|
7
|
-
EAppMode["CHECKOUT"] = "CHECKOUT";
|
8
|
-
EAppMode["SCREEN"] = "SCREEN";
|
9
|
-
EAppMode["NATI_GO"] = "NATIGO";
|
10
|
-
EAppMode["SAT_MANAGER"] = "SAT-MANAGER";
|
11
|
-
EAppMode["PDV_NATI"] = "PDV-NATI";
|
12
|
-
EAppMode["RABBIT"] = "RABBIT";
|
13
|
-
EAppMode["FISCAL_MANAGER"] = "FISCAL-MANAGER";
|
14
|
-
EAppMode["NONE"] = "NONE";
|
15
|
-
})(EAppMode || (exports.EAppMode = EAppMode = {}));
|
package/dist/app/index.js
DELETED
@@ -1,20 +0,0 @@
|
|
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);
|
20
|
-
__exportStar(require("./types"), exports);
|