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,40 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IuguCustomerEntity = void 0;
|
4
|
+
var IuguCustomerEntity = /** @class */ (function () {
|
5
|
+
// #endregion Properties (21)
|
6
|
+
// #region Constructors (1)
|
7
|
+
function IuguCustomerEntity(data) {
|
8
|
+
// #region Properties (21)
|
9
|
+
this.ccEmails = '';
|
10
|
+
this.city = '';
|
11
|
+
this.complement = '';
|
12
|
+
this.cpfCnpj = '';
|
13
|
+
this.createdAt = new Date();
|
14
|
+
this.customVariables = [];
|
15
|
+
this.defaultPaymentMethodId = '';
|
16
|
+
this.district = '';
|
17
|
+
this.email = '';
|
18
|
+
this.id = '';
|
19
|
+
this.name = '';
|
20
|
+
this.notes = '';
|
21
|
+
this.number = '';
|
22
|
+
this.paymentMethods = [];
|
23
|
+
this.phone = '';
|
24
|
+
this.phonePrefix = '';
|
25
|
+
this.proxyPaymentsFromCustomerId = '';
|
26
|
+
this.state = '';
|
27
|
+
this.street = '';
|
28
|
+
this.updatedAt = new Date();
|
29
|
+
this.zipCode = '';
|
30
|
+
if (data) {
|
31
|
+
for (var key in data) {
|
32
|
+
if (data.hasOwnProperty(key) && key in this) {
|
33
|
+
this[key] = data[key];
|
34
|
+
}
|
35
|
+
}
|
36
|
+
}
|
37
|
+
}
|
38
|
+
return IuguCustomerEntity;
|
39
|
+
}());
|
40
|
+
exports.IuguCustomerEntity = IuguCustomerEntity;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IuguPaymentTokenEntity = exports.IuguPaymentTokenDataEntity = exports.IuguAccountEntity = exports.IuguInvoiceEntity = exports.IuguInvoiceBankSlipEntity = exports.IuguCustomerEntity = exports.IuguChargeCreditCardEntity = exports.LastVerificationRequestDataEntity = exports.AccountInformationsEntity = void 0;
|
4
|
+
var account_informations_entity_1 = require("./account-informations.entity");
|
5
|
+
Object.defineProperty(exports, "AccountInformationsEntity", { enumerable: true, get: function () { return account_informations_entity_1.AccountInformationsEntity; } });
|
6
|
+
var account_last_verification_request_data_entity_1 = require("./account-last-verification-request-data.entity");
|
7
|
+
Object.defineProperty(exports, "LastVerificationRequestDataEntity", { enumerable: true, get: function () { return account_last_verification_request_data_entity_1.LastVerificationRequestDataEntity; } });
|
8
|
+
var charge_credit_card_entity_1 = require("./charge-credit-card.entity");
|
9
|
+
Object.defineProperty(exports, "IuguChargeCreditCardEntity", { enumerable: true, get: function () { return charge_credit_card_entity_1.IuguChargeCreditCardEntity; } });
|
10
|
+
var customer_entity_1 = require("./customer.entity");
|
11
|
+
Object.defineProperty(exports, "IuguCustomerEntity", { enumerable: true, get: function () { return customer_entity_1.IuguCustomerEntity; } });
|
12
|
+
var invoice_bankslip_entity_1 = require("./invoice-bankslip.entity");
|
13
|
+
Object.defineProperty(exports, "IuguInvoiceBankSlipEntity", { enumerable: true, get: function () { return invoice_bankslip_entity_1.IuguInvoiceBankSlipEntity; } });
|
14
|
+
var invoice_entity_1 = require("./invoice.entity");
|
15
|
+
Object.defineProperty(exports, "IuguInvoiceEntity", { enumerable: true, get: function () { return invoice_entity_1.IuguInvoiceEntity; } });
|
16
|
+
var iugu_account_entity_1 = require("./iugu-account.entity");
|
17
|
+
Object.defineProperty(exports, "IuguAccountEntity", { enumerable: true, get: function () { return iugu_account_entity_1.IuguAccountEntity; } });
|
18
|
+
var payment_token_data_entity_1 = require("./payment-token-data.entity");
|
19
|
+
Object.defineProperty(exports, "IuguPaymentTokenDataEntity", { enumerable: true, get: function () { return payment_token_data_entity_1.IuguPaymentTokenDataEntity; } });
|
20
|
+
var payment_token_entity_1 = require("./payment-token.entity");
|
21
|
+
Object.defineProperty(exports, "IuguPaymentTokenEntity", { enumerable: true, get: function () { return payment_token_entity_1.IuguPaymentTokenEntity; } });
|
@@ -0,0 +1,26 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IuguInvoiceBankSlipEntity = void 0;
|
4
|
+
var IuguInvoiceBankSlipEntity = /** @class */ (function () {
|
5
|
+
// #endregion Properties (7)
|
6
|
+
// #region Constructors (1)
|
7
|
+
function IuguInvoiceBankSlipEntity(data) {
|
8
|
+
// #region Properties (7)
|
9
|
+
this.bankSlipBank = 0;
|
10
|
+
this.bankSlipErrorCode = '00';
|
11
|
+
this.bankSlipErrorMessage = null;
|
12
|
+
this.bankSlipStatus = 'pending';
|
13
|
+
this.barcode = '';
|
14
|
+
this.barcodeData = '';
|
15
|
+
this.digitableLine = '';
|
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 IuguInvoiceBankSlipEntity;
|
25
|
+
}());
|
26
|
+
exports.IuguInvoiceBankSlipEntity = IuguInvoiceBankSlipEntity;
|
@@ -0,0 +1,82 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IuguInvoiceEntity = void 0;
|
4
|
+
var IuguInvoiceEntity = /** @class */ (function () {
|
5
|
+
// #endregion Properties (114)
|
6
|
+
// #region Constructors (1)
|
7
|
+
function IuguInvoiceEntity(data) {
|
8
|
+
// #region Properties (114)
|
9
|
+
this.accountId = '';
|
10
|
+
this.accountName = '';
|
11
|
+
this.bankAccountBranch = '';
|
12
|
+
this.bankAccountNumber = '';
|
13
|
+
this.bankSlip = null;
|
14
|
+
this.bankSlipExtraDue = 0;
|
15
|
+
this.commission = '';
|
16
|
+
this.createdAt = '';
|
17
|
+
this.createdAtIso = '';
|
18
|
+
this.creditCardTransaction = '';
|
19
|
+
this.currency = '';
|
20
|
+
this.customVariables = [];
|
21
|
+
this.discountCents = 0;
|
22
|
+
this.dueDate = '';
|
23
|
+
this.earlyPaymentDiscount = false;
|
24
|
+
this.earlyPaymentDiscounts = [];
|
25
|
+
this.email = '';
|
26
|
+
this.finesOnOccurrenceDay = '';
|
27
|
+
this.finesOnOccurrenceDayCents = 0;
|
28
|
+
this.id = '';
|
29
|
+
this.ignoreCanceledEmail = false;
|
30
|
+
this.ignoreDueEmail = false;
|
31
|
+
this.items = [];
|
32
|
+
this.itemsTotalCents = 0;
|
33
|
+
this.latePaymentFineCents = 0;
|
34
|
+
this.logs = [];
|
35
|
+
this.notificationUrl = '';
|
36
|
+
this.paid = '';
|
37
|
+
this.payableWith = '';
|
38
|
+
this.payerAddressCity = '';
|
39
|
+
this.payerAddressCountry = '';
|
40
|
+
this.payerAddressDistrict = '';
|
41
|
+
this.payerAddressNumber = '';
|
42
|
+
this.payerAddressState = '';
|
43
|
+
this.payerAddressStreet = '';
|
44
|
+
this.payerAddressZipCode = '';
|
45
|
+
this.payerCpfCnpj = '';
|
46
|
+
this.payerName = '';
|
47
|
+
this.payerPhone = '';
|
48
|
+
this.payerPhonePrefix = '';
|
49
|
+
this.perDayInterest = false;
|
50
|
+
this.perDayInterestCents = 0;
|
51
|
+
this.pix = {};
|
52
|
+
this.refundedCents = 0;
|
53
|
+
this.remainingCapturedCents = 0;
|
54
|
+
this.returnUrl = '';
|
55
|
+
this.secureId = '';
|
56
|
+
this.secureUrl = '';
|
57
|
+
this.status = '';
|
58
|
+
this.taxCents = 0;
|
59
|
+
this.taxesPaid = '';
|
60
|
+
this.total = '';
|
61
|
+
this.totalCents = 0;
|
62
|
+
this.totalOnOccurrenceDay = '';
|
63
|
+
this.totalOnOccurrenceDayCents = 0;
|
64
|
+
this.totalOverpaid = '';
|
65
|
+
this.totalPaid = '';
|
66
|
+
this.totalPaidCents = 0;
|
67
|
+
this.totalRefunded = '';
|
68
|
+
this.transactionNumber = 0;
|
69
|
+
this.updatedAt = '';
|
70
|
+
this.userId = '';
|
71
|
+
this.variables = [];
|
72
|
+
if (data) {
|
73
|
+
for (var key in data) {
|
74
|
+
if (data.hasOwnProperty(key) && key in this) {
|
75
|
+
this[key] = data[key];
|
76
|
+
}
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
80
|
+
return IuguInvoiceEntity;
|
81
|
+
}());
|
82
|
+
exports.IuguInvoiceEntity = IuguInvoiceEntity;
|
@@ -0,0 +1,75 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IuguAccountEntity = void 0;
|
4
|
+
var enums_1 = require("../enums");
|
5
|
+
var account_last_verification_request_data_entity_1 = require("./account-last-verification-request-data.entity");
|
6
|
+
var IuguAccountEntity = /** @class */ (function () {
|
7
|
+
// #endregion Properties (54)
|
8
|
+
// #region Constructors (1)
|
9
|
+
function IuguAccountEntity(data) {
|
10
|
+
// #region Properties (54)
|
11
|
+
this.autoAdvance = false;
|
12
|
+
this.autoAdvanceOption = 0;
|
13
|
+
this.autoAdvanceType = enums_1.IuguAutoAdvanceEnum.DAILY;
|
14
|
+
this.autoWithdraw = false;
|
15
|
+
this.balance = '';
|
16
|
+
this.balanceAvailableForWithdraw = '';
|
17
|
+
this.balanceInProtest = '';
|
18
|
+
this.canReceive = false;
|
19
|
+
this.changePlanType = 0;
|
20
|
+
this.commissionBalance = '';
|
21
|
+
this.configuration = null;
|
22
|
+
this.createdAt = new Date();
|
23
|
+
this.creditCardVerified = false;
|
24
|
+
this.customLogoSmallUrl = '';
|
25
|
+
this.customLogoUrl = '';
|
26
|
+
this.defaultReturnUrl = '';
|
27
|
+
this.disableEmails = false;
|
28
|
+
this.disabledWithdraw = false;
|
29
|
+
this.earlyPaymentDiscount = false;
|
30
|
+
this.earlyPaymentDiscountDays = 0;
|
31
|
+
this.earlyPaymentDiscountPercent = 0;
|
32
|
+
this.earlyPaymentDiscounts = [];
|
33
|
+
this.fines = false;
|
34
|
+
this.hasBankAddress = false;
|
35
|
+
this.id = '';
|
36
|
+
this.informations = [];
|
37
|
+
this.isVerified = false;
|
38
|
+
this.lastVerificationRequestData = new account_last_verification_request_data_entity_1.LastVerificationRequestDataEntity();
|
39
|
+
this.lastVerificationRequestFeedback = '';
|
40
|
+
this.lastVerificationRequestStatus = 'accepted';
|
41
|
+
this.lastWithdraw = new Date();
|
42
|
+
this.latePaymentFine = 0;
|
43
|
+
this.marketplace = false;
|
44
|
+
this.name = '';
|
45
|
+
this.oldAdvancement = false;
|
46
|
+
this.payableBalance = '';
|
47
|
+
this.paymentEmailNotification = false;
|
48
|
+
this.paymentEmailNotificationReceiver = '';
|
49
|
+
this.perDayInterest = false;
|
50
|
+
this.permissions = [];
|
51
|
+
this.protectedBalance = '';
|
52
|
+
this.receivableBalance = '';
|
53
|
+
this.replyTo = '';
|
54
|
+
this.splits = [];
|
55
|
+
this.subscriptionsBillingDays = 0;
|
56
|
+
this.subscriptionsTrialPeriod = 0;
|
57
|
+
this.taxesPaidLastMonth = '';
|
58
|
+
this.taxesPaidThisMonth = '';
|
59
|
+
this.totalActiveSubscriptions = 0;
|
60
|
+
this.totalSubscriptions = 0;
|
61
|
+
this.updatedAt = new Date();
|
62
|
+
this.volumeLastMonth = '';
|
63
|
+
this.volumeThisMonth = '';
|
64
|
+
this.webappOnTestMode = false;
|
65
|
+
if (data) {
|
66
|
+
for (var key in data) {
|
67
|
+
if (data.hasOwnProperty(key) && key in this) {
|
68
|
+
this[key] = data[key];
|
69
|
+
}
|
70
|
+
}
|
71
|
+
}
|
72
|
+
}
|
73
|
+
return IuguAccountEntity;
|
74
|
+
}());
|
75
|
+
exports.IuguAccountEntity = IuguAccountEntity;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IuguPaymentTokenDataEntity = void 0;
|
4
|
+
var IuguPaymentTokenDataEntity = /** @class */ (function () {
|
5
|
+
// #endregion Properties (9)
|
6
|
+
// #region Constructors (1)
|
7
|
+
function IuguPaymentTokenDataEntity(data) {
|
8
|
+
// #region Properties (9)
|
9
|
+
this.bin = '';
|
10
|
+
this.brand = '';
|
11
|
+
this.displayNumber = '';
|
12
|
+
this.firstDigits = '';
|
13
|
+
this.holderName = '';
|
14
|
+
this.lastDigits = '';
|
15
|
+
this.maskedNumber = '';
|
16
|
+
this.month = 0;
|
17
|
+
this.year = 2035;
|
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 IuguPaymentTokenDataEntity;
|
27
|
+
}());
|
28
|
+
exports.IuguPaymentTokenDataEntity = IuguPaymentTokenDataEntity;
|
@@ -0,0 +1,25 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IuguPaymentTokenEntity = void 0;
|
4
|
+
var payment_token_data_entity_1 = require("./payment-token-data.entity");
|
5
|
+
var IuguPaymentTokenEntity = /** @class */ (function () {
|
6
|
+
// #endregion Properties (5)
|
7
|
+
// #region Constructors (1)
|
8
|
+
function IuguPaymentTokenEntity(data) {
|
9
|
+
// #region Properties (5)
|
10
|
+
this.customerId = '';
|
11
|
+
this.data = new payment_token_data_entity_1.IuguPaymentTokenDataEntity();
|
12
|
+
this.description = '';
|
13
|
+
this.id = '';
|
14
|
+
this.itemType = '';
|
15
|
+
if (data) {
|
16
|
+
for (var key in data) {
|
17
|
+
if (data.hasOwnProperty(key) && key in this) {
|
18
|
+
this[key] = data[key];
|
19
|
+
}
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
23
|
+
return IuguPaymentTokenEntity;
|
24
|
+
}());
|
25
|
+
exports.IuguPaymentTokenEntity = IuguPaymentTokenEntity;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IuguInvoiceStatusEnum = exports.IuguBankEnum = exports.IuguAutoAdvanceEnum = void 0;
|
4
|
+
var iugu_auto_advance_enum_1 = require("./iugu-auto-advance.enum");
|
5
|
+
Object.defineProperty(exports, "IuguAutoAdvanceEnum", { enumerable: true, get: function () { return iugu_auto_advance_enum_1.IuguAutoAdvanceEnum; } });
|
6
|
+
var iugu_bank_enum_1 = require("./iugu-bank.enum");
|
7
|
+
Object.defineProperty(exports, "IuguBankEnum", { enumerable: true, get: function () { return iugu_bank_enum_1.IuguBankEnum; } });
|
8
|
+
var iugu_status_invoice_enum_1 = require("./iugu-status-invoice.enum");
|
9
|
+
Object.defineProperty(exports, "IuguInvoiceStatusEnum", { enumerable: true, get: function () { return iugu_status_invoice_enum_1.IuguInvoiceStatusEnum; } });
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IuguAutoAdvanceEnum = void 0;
|
4
|
+
var IuguAutoAdvanceEnum;
|
5
|
+
(function (IuguAutoAdvanceEnum) {
|
6
|
+
IuguAutoAdvanceEnum["DAYS_AFTER_PAYMENT"] = "days_after_payment";
|
7
|
+
IuguAutoAdvanceEnum["DAILY"] = "daily";
|
8
|
+
IuguAutoAdvanceEnum["WEEKLY"] = "weekly";
|
9
|
+
IuguAutoAdvanceEnum["MONTHLY"] = "monthly";
|
10
|
+
})(IuguAutoAdvanceEnum || (exports.IuguAutoAdvanceEnum = IuguAutoAdvanceEnum = {}));
|
@@ -0,0 +1,222 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IuguBankFormatter = exports.IuguBankNumber = exports.IuguBankEnum = void 0;
|
4
|
+
var IuguBankEnum;
|
5
|
+
(function (IuguBankEnum) {
|
6
|
+
IuguBankEnum["ITAU"] = "Ita\u00FA";
|
7
|
+
IuguBankEnum["BRADESCO"] = "Bradesco";
|
8
|
+
IuguBankEnum["CAIXA"] = "Caixa Econ\u00F4mica";
|
9
|
+
IuguBankEnum["BRASIL"] = "Banco do Brasil";
|
10
|
+
IuguBankEnum["SANTANDER"] = "Santander";
|
11
|
+
IuguBankEnum["BANRISUL"] = "Banrisul";
|
12
|
+
IuguBankEnum["SICRED"] = "Sicredi";
|
13
|
+
IuguBankEnum["SICOOB"] = "Sicoob";
|
14
|
+
IuguBankEnum["INTER"] = "Inter";
|
15
|
+
IuguBankEnum["BRB"] = "BRB";
|
16
|
+
IuguBankEnum["VIACRED"] = "Via Credi";
|
17
|
+
IuguBankEnum["NEON"] = "Neon";
|
18
|
+
IuguBankEnum["VOTORANTIN"] = "Votorantim";
|
19
|
+
IuguBankEnum["NUBANK"] = "Nubank";
|
20
|
+
IuguBankEnum["PAGSEGURO"] = "Pagseguro";
|
21
|
+
IuguBankEnum["ORIGINAL"] = "Banco Original";
|
22
|
+
IuguBankEnum["SAFRA"] = "Safra";
|
23
|
+
IuguBankEnum["MODAL"] = "Modal";
|
24
|
+
IuguBankEnum["BANESTES"] = "Banestes";
|
25
|
+
IuguBankEnum["UNICRED"] = "Unicred";
|
26
|
+
IuguBankEnum["MONEYPLUS"] = "Money Plus";
|
27
|
+
IuguBankEnum["MERCANTIL"] = "Mercantil do Brasil";
|
28
|
+
IuguBankEnum["JPMORGAN"] = "JP Morgan";
|
29
|
+
IuguBankEnum["GERENCIANET"] = "Gerencianet Pagamentos do Brasil";
|
30
|
+
IuguBankEnum["C6"] = "Banco C6";
|
31
|
+
IuguBankEnum["BS2"] = "BS2";
|
32
|
+
IuguBankEnum["TOPAZIO"] = "Banco Topazio";
|
33
|
+
IuguBankEnum["UNIPRIME"] = "Uniprime";
|
34
|
+
IuguBankEnum["STONE"] = "Stone";
|
35
|
+
IuguBankEnum["DAYCOVAL"] = "Banco Daycoval";
|
36
|
+
IuguBankEnum["RENDIMENTO"] = "Rendimento";
|
37
|
+
IuguBankEnum["NORDESTE"] = "Banco do Nordeste";
|
38
|
+
IuguBankEnum["CITIBANK"] = "Citibank";
|
39
|
+
IuguBankEnum["PJBANK"] = "PJBank";
|
40
|
+
IuguBankEnum["CCCNB"] = "Cooperativa Central de Credito Noroeste Brasileiro";
|
41
|
+
IuguBankEnum["UNIPRIMENPARANA"] = "Uniprime Norte do Paran\u00E1";
|
42
|
+
IuguBankEnum["GLOBALSCM"] = "Global SCM";
|
43
|
+
IuguBankEnum["NEXT"] = "Next";
|
44
|
+
IuguBankEnum["CORA"] = "Cora";
|
45
|
+
IuguBankEnum["MERCADOPAGO"] = "Mercado Pago";
|
46
|
+
IuguBankEnum["AMAZONIA"] = "Banco da Amazonia";
|
47
|
+
IuguBankEnum["BNP"] = "BNP Paribas Brasil";
|
48
|
+
IuguBankEnum["JUNO"] = "Juno";
|
49
|
+
IuguBankEnum["CRESOL"] = "Cresol";
|
50
|
+
IuguBankEnum["BRLTRUST"] = "BRL Trust DTVM";
|
51
|
+
IuguBankEnum["BANESE"] = "Banco Banese";
|
52
|
+
IuguBankEnum["BTGPACTUAL"] = "Banco BTG Pactual";
|
53
|
+
IuguBankEnum["OMNI"] = "Banco Omni";
|
54
|
+
IuguBankEnum["ACESSOSOLUCOES"] = "Acesso Solu\u00E7\u00F5es de Pagamento";
|
55
|
+
IuguBankEnum["CCR"] = "CCR de S\u00E3o Miguel do Oeste";
|
56
|
+
IuguBankEnum["POLOCRED"] = "Polocred";
|
57
|
+
IuguBankEnum["OTIMO"] = "\u00D3timo";
|
58
|
+
IuguBankEnum["RIBEIRAOPRETO"] = "Banco Ribeir\u00E3o Preto";
|
59
|
+
IuguBankEnum["ASAASIP"] = "ASAAS IP";
|
60
|
+
IuguBankEnum["PAN"] = "Banco Pan";
|
61
|
+
IuguBankEnum["VORTX"] = "VORTX DTVM LTDA";
|
62
|
+
IuguBankEnum["BMG"] = "Banco BMG";
|
63
|
+
IuguBankEnum["PEFISA"] = "Pefisa";
|
64
|
+
IuguBankEnum["J17"] = "J17 - SCD S/A";
|
65
|
+
IuguBankEnum["CREDISAN"] = "Credisan";
|
66
|
+
IuguBankEnum["PINBANK"] = "Pinbank";
|
67
|
+
IuguBankEnum["XPINVESTIMENTOS"] = "XP Investimentos";
|
68
|
+
IuguBankEnum["CREFISA"] = "Crefisa";
|
69
|
+
IuguBankEnum["SINGULARE"] = "Singulare";
|
70
|
+
IuguBankEnum["SUMUP"] = "SUMUP SCD S.A.";
|
71
|
+
IuguBankEnum["ABCBRASIL"] = "Banco ABC Brasil";
|
72
|
+
IuguBankEnum["LETSBANK"] = "BCO LETSBANK S.A.";
|
73
|
+
IuguBankEnum["HRDIGITAL"] = "HR Digital Sociedade de Cr\u00E9dito Direto S.A";
|
74
|
+
})(IuguBankEnum || (exports.IuguBankEnum = IuguBankEnum = {}));
|
75
|
+
exports.IuguBankNumber = [
|
76
|
+
{ code: "341", label: IuguBankEnum.ITAU },
|
77
|
+
{ code: "237", label: IuguBankEnum.BRADESCO },
|
78
|
+
{ code: "104", label: IuguBankEnum.CAIXA },
|
79
|
+
{ code: "001", label: IuguBankEnum.BRASIL },
|
80
|
+
{ code: "033", label: IuguBankEnum.SANTANDER },
|
81
|
+
{ code: "041", label: IuguBankEnum.BANRISUL },
|
82
|
+
{ code: "748", label: IuguBankEnum.SICRED },
|
83
|
+
{ code: "756", label: IuguBankEnum.SICOOB },
|
84
|
+
{ code: "077", label: IuguBankEnum.INTER },
|
85
|
+
{ code: "070", label: IuguBankEnum.BRB },
|
86
|
+
{ code: "085", label: IuguBankEnum.VIACRED },
|
87
|
+
{ code: "735", label: IuguBankEnum.NEON },
|
88
|
+
{ code: "655", label: IuguBankEnum.VOTORANTIN },
|
89
|
+
{ code: "260", label: IuguBankEnum.NUBANK },
|
90
|
+
{ code: "290", label: IuguBankEnum.PAGSEGURO },
|
91
|
+
{ code: "212", label: IuguBankEnum.ORIGINAL },
|
92
|
+
{ code: "422", label: IuguBankEnum.SAFRA },
|
93
|
+
{ code: "746", label: IuguBankEnum.MODAL },
|
94
|
+
{ code: "021", label: IuguBankEnum.BANESTES },
|
95
|
+
{ code: "136", label: IuguBankEnum.UNICRED },
|
96
|
+
{ code: "274", label: IuguBankEnum.MONEYPLUS },
|
97
|
+
{ code: "389", label: IuguBankEnum.MERCANTIL },
|
98
|
+
{ code: "376", label: IuguBankEnum.JPMORGAN },
|
99
|
+
{ code: "364", label: IuguBankEnum.GERENCIANET },
|
100
|
+
{ code: "336", label: IuguBankEnum.C6 },
|
101
|
+
{ code: "218", label: IuguBankEnum.BS2 },
|
102
|
+
{ code: "082", label: IuguBankEnum.TOPAZIO },
|
103
|
+
{ code: "099", label: IuguBankEnum.UNIPRIME },
|
104
|
+
{ code: "197", label: IuguBankEnum.STONE },
|
105
|
+
{ code: "707", label: IuguBankEnum.DAYCOVAL },
|
106
|
+
{ code: "633", label: IuguBankEnum.RENDIMENTO },
|
107
|
+
{ code: "004", label: IuguBankEnum.NORDESTE },
|
108
|
+
{ code: "745", label: IuguBankEnum.CITIBANK },
|
109
|
+
{ code: "301", label: IuguBankEnum.PJBANK },
|
110
|
+
{ code: "320", label: IuguBankEnum.CCCNB },
|
111
|
+
{ code: "084", label: IuguBankEnum.UNIPRIMENPARANA },
|
112
|
+
{ code: "384", label: IuguBankEnum.GLOBALSCM },
|
113
|
+
{ code: "237", label: IuguBankEnum.NEXT },
|
114
|
+
{ code: "403", label: IuguBankEnum.CORA },
|
115
|
+
{ code: "323", label: IuguBankEnum.MERCADOPAGO },
|
116
|
+
{ code: "003", label: IuguBankEnum.AMAZONIA },
|
117
|
+
{ code: "752", label: IuguBankEnum.BNP },
|
118
|
+
{ code: "383", label: IuguBankEnum.JUNO },
|
119
|
+
{ code: "133", label: IuguBankEnum.CRESOL },
|
120
|
+
{ code: "173", label: IuguBankEnum.BRLTRUST },
|
121
|
+
{ code: "047", label: IuguBankEnum.BANESE },
|
122
|
+
{ code: "208", label: IuguBankEnum.BTGPACTUAL },
|
123
|
+
{ code: "613", label: IuguBankEnum.OMNI },
|
124
|
+
{ code: "332", label: IuguBankEnum.ACESSOSOLUCOES },
|
125
|
+
{ code: "281", label: IuguBankEnum.CCR },
|
126
|
+
{ code: "093", label: IuguBankEnum.POLOCRED },
|
127
|
+
{ code: "355", label: IuguBankEnum.OTIMO },
|
128
|
+
{ code: "741", label: IuguBankEnum.RIBEIRAOPRETO },
|
129
|
+
{ code: "461", label: IuguBankEnum.ASAASIP },
|
130
|
+
{ code: "623", label: IuguBankEnum.PAN },
|
131
|
+
{ code: "310", label: IuguBankEnum.VORTX },
|
132
|
+
{ code: "318", label: IuguBankEnum.BMG },
|
133
|
+
{ code: "174", label: IuguBankEnum.PEFISA },
|
134
|
+
{ code: "085", label: IuguBankEnum.J17 },
|
135
|
+
{ code: "222", label: IuguBankEnum.CREDISAN },
|
136
|
+
{ code: "094", label: IuguBankEnum.PINBANK },
|
137
|
+
{ code: "102", label: IuguBankEnum.XPINVESTIMENTOS },
|
138
|
+
{ code: "069", label: IuguBankEnum.CREFISA },
|
139
|
+
{ code: "300", label: IuguBankEnum.SINGULARE },
|
140
|
+
{ code: "290", label: IuguBankEnum.SUMUP },
|
141
|
+
{ code: "246", label: IuguBankEnum.ABCBRASIL },
|
142
|
+
{ code: "290", label: IuguBankEnum.LETSBANK },
|
143
|
+
{ code: "255", label: IuguBankEnum.HRDIGITAL },
|
144
|
+
];
|
145
|
+
exports.IuguBankFormatter = [
|
146
|
+
{ name: "Banco do Brasil", agency: "9999-D", account: "99999999-D" },
|
147
|
+
{ name: "Santander", agency: "9999", account: "99999999-D" },
|
148
|
+
{ name: "Caixa Econômica", agency: "9999", account: "XXX99999999-D (X: Operação)" },
|
149
|
+
{ name: "Caixa Econômica", agency: "9999", account: "XXXX999999999-D (X: Operação - Novo formato CP)" },
|
150
|
+
{ name: "Bradesco", agency: "9999-D", account: "9999999-D" },
|
151
|
+
{ name: "Itaú", agency: "9999", account: "99999-D" },
|
152
|
+
{ name: "Itaú", agency: "9999", account: "999999999-D (Itaú-Iti)" },
|
153
|
+
{ name: "Agibank", agency: "9999", account: "9999999999" },
|
154
|
+
{ name: "Banpará", agency: "9999", account: "999999999-D" },
|
155
|
+
{ name: "Banrisul", agency: "9999", account: "999999999-D" },
|
156
|
+
{ name: "Sicoob", agency: "9999", account: "999999999-D" },
|
157
|
+
{ name: "Inter", agency: "9999", account: "999999999-D" },
|
158
|
+
{ name: "BRB", agency: "9999", account: "999999999-D" },
|
159
|
+
{ name: "Via Credi", agency: "9999", account: "99999999999-D" },
|
160
|
+
{ name: "Neon/Votorantim", agency: "9999", account: "9999999999-D" },
|
161
|
+
{ name: "Nubank", agency: "9999", account: "9999999999-D" },
|
162
|
+
{ name: "Pagseguro", agency: "9999", account: "99999999-D" },
|
163
|
+
{ name: "Banco Original", agency: "9999", account: "9999999-D" },
|
164
|
+
{ name: "Safra", agency: "9999", account: "99999999-D" },
|
165
|
+
{ name: "Modal", agency: "9999", account: "999999999-D" },
|
166
|
+
{ name: "Banestes", agency: "9999", account: "99999999-D" },
|
167
|
+
{ name: "Unicred", agency: "9999", account: "99999999-D" },
|
168
|
+
{ name: "Money Plus", agency: "9", account: "99999999-D" },
|
169
|
+
{ name: "Mercantil do Brasil", agency: "9999", account: "99999999-D" },
|
170
|
+
{ name: "JP Morgan", agency: "9999", account: "99999999999-D" },
|
171
|
+
{ name: "Gerencianet Pagamentos do Brasil", agency: "9999", account: "99999999-D" },
|
172
|
+
{ name: "Banco C6", agency: "9999", account: "99999999-D" },
|
173
|
+
{ name: "BS2", agency: "9999", account: "9999999-D" },
|
174
|
+
{ name: "Banco Topazio", agency: "9999", account: "99999-D" },
|
175
|
+
{ name: "Uniprime", agency: "9999", account: "9999-D" },
|
176
|
+
{ name: "Stone", agency: "9999", account: "9999999-D" },
|
177
|
+
{ name: "Rendimento", agency: "9999-D", account: "9999999999" },
|
178
|
+
{ name: "Banco Daycoval", agency: "9999", account: "999999-D" },
|
179
|
+
{ name: "Banco do Nordeste", agency: "999", account: "999999-D" },
|
180
|
+
{ name: "Citibank", agency: "9999", account: "99999999" },
|
181
|
+
{ name: "PJBank", agency: "9999", account: "9999999999-D" },
|
182
|
+
{ name: "Cooperativa Central de Credito Noroeste Brasileiro", agency: "9999", account: "9999999-D" },
|
183
|
+
{ name: "Uniprime Norte do Paraná", agency: "9999", account: "999999-D" },
|
184
|
+
{ name: "Global SCM", agency: "9999", account: "99999999999" },
|
185
|
+
{ name: "Next", agency: "9999-D", account: "9999999-D" },
|
186
|
+
{ name: "Cora", agency: "9999", account: "9999999-D" },
|
187
|
+
{ name: "Mercado Pago", agency: "9999", account: "9999999999-D" },
|
188
|
+
{ name: "Banco da Amazonia", agency: "9999", account: "999999-D" },
|
189
|
+
{ name: "BNP Paribas Brasil", agency: "999", account: "999999-DDD" },
|
190
|
+
{ name: "Juno", agency: "9999", account: "9999999999-D" },
|
191
|
+
{ name: "Cresol", agency: "9999", account: "99999999-D" },
|
192
|
+
{ name: "BRL Trust DTVM", agency: "999", account: "999999-D" },
|
193
|
+
{ name: "Banco Banese", agency: "999", account: "99999999-D" },
|
194
|
+
{ name: "Banco BTG Pactual", agency: "9999", account: "9999999-D" },
|
195
|
+
{ name: "Banco Omni", agency: "9999", account: "999999-D" },
|
196
|
+
{ name: "Acesso Soluções de pagamento", agency: "9999", account: "99999999" },
|
197
|
+
{ name: "CCR de São Miguel do Oeste", agency: "9999", account: "99999" },
|
198
|
+
{ name: "Polocred", agency: "9999", account: "999999-D" },
|
199
|
+
{ name: "Ótimo", agency: "9999", account: "99999-D" },
|
200
|
+
{ name: "Picpay", agency: "9999", account: "99999999-D" },
|
201
|
+
{ name: "Banco Genial", agency: "9999", account: "9999-D" },
|
202
|
+
{ name: "Banco Capital S.A", agency: "9999", account: "999999999" },
|
203
|
+
{ name: "Sicredi", agency: "9999", account: "99999999D" },
|
204
|
+
{ name: "Banco Ribeirão Preto", agency: "99999", account: "9999999999" },
|
205
|
+
{ name: "ASAAS IP", agency: "9999", account: "9999999-D" },
|
206
|
+
{ name: "Banco Pan", agency: "9999", account: "999999999-D" },
|
207
|
+
{ name: "Neon", agency: "9999", account: "9999999999-D" },
|
208
|
+
{ name: "VORTX DTVM LTDA", agency: "9999-D", account: "999-D" },
|
209
|
+
{ name: "Banco BMG", agency: "9999", account: "99999999-D" },
|
210
|
+
{ name: "Fitbank", agency: "9999", account: "999999999-9" },
|
211
|
+
{ name: "Pefisa", agency: "9999", account: "9999999-D" },
|
212
|
+
{ name: "J17 - SCD S/A", agency: "9999", account: "99999999999-D" },
|
213
|
+
{ name: "Credisan", agency: "9999", account: "999999999-D" },
|
214
|
+
{ name: "Pinbank", agency: "999", account: "99999999-D" },
|
215
|
+
{ name: "XP Investimentos", agency: "9999", account: "999999-D" },
|
216
|
+
{ name: "Crefisa", agency: "9999", account: "999999999-D" },
|
217
|
+
{ name: "Singulare", agency: "9999", account: "9999999-D" },
|
218
|
+
{ name: "SUMUP SCD S.A.", agency: "9999", account: "999999999-D" },
|
219
|
+
{ name: "Banco ABC Brasil", agency: "9999-D", account: "9999999999" },
|
220
|
+
{ name: "BCO LETSBANK S.A.", agency: "9999", account: "999999999-D" },
|
221
|
+
{ name: "HR Digital Sociedade de Crédito Direto S.A", agency: "9999", account: "999999999-D" },
|
222
|
+
];
|
@@ -0,0 +1,17 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IuguInvoiceStatusEnum = void 0;
|
4
|
+
var IuguInvoiceStatusEnum;
|
5
|
+
(function (IuguInvoiceStatusEnum) {
|
6
|
+
IuguInvoiceStatusEnum["PENDING"] = "PENDING";
|
7
|
+
IuguInvoiceStatusEnum["PAID"] = "PAID";
|
8
|
+
IuguInvoiceStatusEnum["CANCELED"] = "CANCELED";
|
9
|
+
IuguInvoiceStatusEnum["IN_ANALYSIS"] = "IN_ANALYSIS";
|
10
|
+
IuguInvoiceStatusEnum["DRAFT"] = "DRAFT";
|
11
|
+
IuguInvoiceStatusEnum["PARTIALLY_PAID"] = "PARTIALLY_PAID";
|
12
|
+
IuguInvoiceStatusEnum["REFUNDED"] = "REFUNDED";
|
13
|
+
IuguInvoiceStatusEnum["EXPIRED"] = "EXPIRED";
|
14
|
+
IuguInvoiceStatusEnum["IN_PROTEST"] = "IN_PROTEST";
|
15
|
+
IuguInvoiceStatusEnum["CHARGEBACK"] = "CHARGEBACK";
|
16
|
+
IuguInvoiceStatusEnum["EXTERNALLY_PAID"] = "EXTERNALLY_PAID";
|
17
|
+
})(IuguInvoiceStatusEnum || (exports.IuguInvoiceStatusEnum = IuguInvoiceStatusEnum = {}));
|
@@ -0,0 +1,20 @@
|
|
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("./responses"), exports);
|