@floristcloud/api-lib 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/commands/index.ts +7 -1
- package/commands/session/get-active-sessions.query.ts +11 -2
- package/package.json +1 -1
- package/schemas/index.ts +0 -1
- package/build/commands/action-log/create-action-log.command.js +0 -15
- package/build/commands/action-log/get-action-log-list-for-client.query.js +0 -34
- package/build/commands/action-log/get-action-log-list.query.js +0 -35
- package/build/commands/action-log/index.js +0 -19
- package/build/commands/auth/index.js +0 -24
- package/build/commands/auth/login-user.command.js +0 -22
- package/build/commands/auth/mobile-login-user.command.js +0 -22
- package/build/commands/auth/register-user.command.js +0 -21
- package/build/commands/auth/reset-password-by-admin.command.js +0 -15
- package/build/commands/auth/reset-password-by-security-code.command.js +0 -24
- package/build/commands/auth/reset-password-by-token.command.js +0 -26
- package/build/commands/auth/reset-password-by-user.command.js +0 -15
- package/build/commands/auth/restore-password-by-security-code.command.js +0 -16
- package/build/commands/bank-payment/apply-bank-payment-event.command.js +0 -18
- package/build/commands/bank-payment/get-bank-payment-list.query.js +0 -38
- package/build/commands/bank-payment/get-bank-payment-match-suggestions.query.js +0 -12
- package/build/commands/bank-payment/index.js +0 -20
- package/build/commands/bank-payment/update-bank-payment-status.query.js +0 -19
- package/build/commands/bank-payment-rule/create-bank-payment-rule.command.js +0 -22
- package/build/commands/bank-payment-rule/delete-bank-payment-rule.command.js +0 -14
- package/build/commands/bank-payment-rule/get-bank-payment-rule-list.query.js +0 -18
- package/build/commands/bank-payment-rule/get-bank-payment-rule.query.js +0 -13
- package/build/commands/bank-payment-rule/index.js +0 -21
- package/build/commands/bank-payment-rule/update-bank-payment-rule.command.js +0 -22
- package/build/commands/branch/create-branch.command.js +0 -23
- package/build/commands/branch/delete-branch.command.js +0 -19
- package/build/commands/branch/get-branch-list-all-by-client-uuid.query.js +0 -15
- package/build/commands/branch/get-branch-list.query.js +0 -18
- package/build/commands/branch/get-branch.query.js +0 -15
- package/build/commands/branch/index.js +0 -22
- package/build/commands/branch/update-branch.command.js +0 -23
- package/build/commands/category/create-category.command.js +0 -21
- package/build/commands/category/delete-category.command.js +0 -19
- package/build/commands/category/get-category-by-uuid.query.js +0 -17
- package/build/commands/category/get-category-list.query.js +0 -30
- package/build/commands/category/index.js +0 -22
- package/build/commands/category/update-category-command.js +0 -23
- package/build/commands/category/webshop/get-category-list-for-client.query.js +0 -13
- package/build/commands/category-alias/create-category-alias.command.js +0 -17
- package/build/commands/category-alias/delete-category-alias.command.js +0 -19
- package/build/commands/category-alias/get-category-alias-by-uuid.query.js +0 -17
- package/build/commands/category-alias/get-category-alias-list-by-category-uuid.query.js +0 -21
- package/build/commands/category-alias/get-category-alias-list.query.js +0 -23
- package/build/commands/category-alias/index.js +0 -17
- package/build/commands/category-alias/update-category-alias.command.js +0 -18
- package/build/commands/category-template/create-category-template.command.js +0 -20
- package/build/commands/category-template/get-category-template-by-uuid.query.js +0 -13
- package/build/commands/category-template/get-category-template-list.query.js +0 -13
- package/build/commands/category-template/index.js +0 -20
- package/build/commands/category-template/update-category-template.command.js +0 -20
- package/build/commands/client/attach-user-to-client.command.js +0 -17
- package/build/commands/client/create-client.command.js +0 -36
- package/build/commands/client/delete-client.command.js +0 -19
- package/build/commands/client/detach-user-from-client.command.js +0 -15
- package/build/commands/client/get-client-calculate.query.js +0 -17
- package/build/commands/client/get-client-debt-list.query.js +0 -25
- package/build/commands/client/get-client-filters-values.query.js +0 -17
- package/build/commands/client/get-client-list.query.js +0 -31
- package/build/commands/client/get-client.query.js +0 -15
- package/build/commands/client/import-client.command.js +0 -22
- package/build/commands/client/index.js +0 -36
- package/build/commands/client/marking/create-client-marking.command.js +0 -17
- package/build/commands/client/marking/delete-client-marking.command.js +0 -15
- package/build/commands/client/marking/get-client-marking-by-client-list.command.js +0 -16
- package/build/commands/client/marking/update-client-marking.command.js +0 -17
- package/build/commands/client/profile/create-client-individual-profile.command.js +0 -20
- package/build/commands/client/profile/create-client-legal-profile.command.js +0 -19
- package/build/commands/client/profile/delete-client-individual-profile.command.js +0 -17
- package/build/commands/client/profile/delete-client-legal-profile.command.js +0 -17
- package/build/commands/client/profile/get-client-individual-profile.query.js +0 -17
- package/build/commands/client/profile/index.js +0 -23
- package/build/commands/client/profile/update-client-individual-profile.command.js +0 -20
- package/build/commands/client/profile/update-client-legal-profile.command.js +0 -19
- package/build/commands/client/set-balance-calculate-client.command.js +0 -13
- package/build/commands/client/update-client.command.js +0 -38
- package/build/commands/client/webshop/register-client-webshop.command.js +0 -23
- package/build/commands/client/webshop/update-client-for-client.command.js +0 -21
- package/build/commands/client-payment-identifier/create-client-payment-identifier.command.js +0 -22
- package/build/commands/client-payment-identifier/delete-client-payment-identifier.command.js +0 -14
- package/build/commands/client-payment-identifier/get-client-payment-identifier-list.query.js +0 -27
- package/build/commands/client-payment-identifier/index.js +0 -19
- package/build/commands/company/createCompany.command.js +0 -20
- package/build/commands/company/createCompanyWithUser.command.js +0 -27
- package/build/commands/company/deleteCompany.command.js +0 -19
- package/build/commands/company/getCompany.query.js +0 -17
- package/build/commands/company/getCompanyList.query.js +0 -18
- package/build/commands/company/index.js +0 -22
- package/build/commands/company/updateCompany.command.js +0 -17
- package/build/commands/consignment/create-consignment.command.js +0 -25
- package/build/commands/consignment/delete-consignment.command.js +0 -18
- package/build/commands/consignment/execute-consignment-product-update.command.js +0 -53
- package/build/commands/consignment/export-consignment.command.js +0 -30
- package/build/commands/consignment/get-access-clients-consignment.query.js +0 -13
- package/build/commands/consignment/get-client-uuids-consignment.query.js +0 -14
- package/build/commands/consignment/get-consignment-filters-values.query.js +0 -16
- package/build/commands/consignment/get-consignment-list.query.js +0 -42
- package/build/commands/consignment/get-consignment.query.js +0 -15
- package/build/commands/consignment/import-consignment.command.js +0 -38
- package/build/commands/consignment/import-packing-consignment.command.js +0 -26
- package/build/commands/consignment/index.js +0 -30
- package/build/commands/consignment/update-consignment.command.js +0 -25
- package/build/commands/consignment/upsert-access-clients-consignment.command.js +0 -23
- package/build/commands/consignment/validate-consignment-distribution.query.js +0 -15
- package/build/commands/consignment-import-schema/create-consignment-import-scheme.command.js +0 -17
- package/build/commands/consignment-import-schema/get-all-consignment-import-schema.query.js +0 -15
- package/build/commands/consignment-import-schema/get-cosignment-import-schema.query.js +0 -15
- package/build/commands/consignment-import-schema/index.js +0 -18
- package/build/commands/consignment-import-schema/update-consignment-import-schema.command.js +0 -14
- package/build/commands/delivery-route/attach-order-list-to-delivery-route.command.js +0 -16
- package/build/commands/delivery-route/create-delivery-route.command.js +0 -14
- package/build/commands/delivery-route/delete-delivery-route.command.js +0 -14
- package/build/commands/delivery-route/detach-order-list-to-delivery-route.command.js +0 -17
- package/build/commands/delivery-route/get-delivery-route-list.query.js +0 -25
- package/build/commands/delivery-route/get-delivery-route.query.js +0 -15
- package/build/commands/delivery-route/index.js +0 -23
- package/build/commands/delivery-route/update-delivery-route.command.js +0 -14
- package/build/commands/discount-rules/create-discount-rules.command.js +0 -17
- package/build/commands/discount-rules/delete-discount-rules.command.js +0 -13
- package/build/commands/discount-rules/get-discount-rules-all.query.js +0 -20
- package/build/commands/discount-rules/get-discount-rules-extended.query.js +0 -13
- package/build/commands/discount-rules/get-discount-rules-list.query.js +0 -18
- package/build/commands/discount-rules/get-discount-rules.query.js +0 -13
- package/build/commands/discount-rules/index.js +0 -25
- package/build/commands/discount-rules/split-quantity-discount-rules-for-client.query.js +0 -15
- package/build/commands/discount-rules/split-quantity-discount-rules.query.js +0 -15
- package/build/commands/discount-rules/update-discount-rules.command.js +0 -17
- package/build/commands/distribution/create-distribution.command.js +0 -15
- package/build/commands/distribution/index.js +0 -19
- package/build/commands/distribution/update-is-packed-distribution.command.js +0 -17
- package/build/commands/distribution/validate-distribution-by-product.query.js +0 -15
- package/build/commands/domain/create-domain.command.js +0 -14
- package/build/commands/domain/delete-domain.command.js +0 -13
- package/build/commands/domain/get-domain-by-uuid.query.js +0 -13
- package/build/commands/domain/get-domain-list.query.js +0 -18
- package/build/commands/domain/index.js +0 -21
- package/build/commands/domain/update-domain.command.js +0 -14
- package/build/commands/employee-schedule/create-employee-schedule.command.js +0 -14
- package/build/commands/employee-schedule/delete-employee-schedule.command.js +0 -13
- package/build/commands/employee-schedule/get-employee-schedule-extended-list.query.js +0 -19
- package/build/commands/employee-schedule/get-employee-schedule-list.query.js +0 -38
- package/build/commands/employee-schedule/index.js +0 -21
- package/build/commands/employee-schedule/update-employee-schedule.command.js +0 -14
- package/build/commands/file/deleteFile.command.js +0 -17
- package/build/commands/file/index.js +0 -18
- package/build/commands/file/uploadFile.command.js +0 -8
- package/build/commands/index.js +0 -65
- package/build/commands/integration/index.js +0 -18
- package/build/commands/integration/telegram/generate-telegram-link.command.js +0 -17
- package/build/commands/integration/telegram/get-telegram-link-status.command.js +0 -19
- package/build/commands/integration/telegram/index.js +0 -19
- package/build/commands/integration/telegram/unlink-telegram.command.js +0 -14
- package/build/commands/integration/telegram-staff/generate-telegram-staff-link.command.js +0 -17
- package/build/commands/integration/telegram-staff/get-telegram-staff-link-status.command.js +0 -19
- package/build/commands/integration/telegram-staff/index.js +0 -19
- package/build/commands/integration/telegram-staff/unlink-telegram-staff.command.js +0 -16
- package/build/commands/message/get-clients-messages-context-with-unread.query.js +0 -23
- package/build/commands/message/get-context-unread-count.query.js +0 -21
- package/build/commands/message/get-contexts-with-unread.query.js +0 -22
- package/build/commands/message/index.js +0 -22
- package/build/commands/message/list-context-messages.query.js +0 -23
- package/build/commands/message/mark-context-read.command.js +0 -21
- package/build/commands/message/send-context-message.command.js +0 -22
- package/build/commands/money-account/create-money-account.command.js +0 -18
- package/build/commands/money-account/delete-money-account.command.js +0 -14
- package/build/commands/money-account/get-money-account-by-criteria.query.js +0 -15
- package/build/commands/money-account/get-money-account-list.query.js +0 -21
- package/build/commands/money-account/get-money-account.query.js +0 -13
- package/build/commands/money-account/index.js +0 -22
- package/build/commands/money-account/update-money-account.command.js +0 -19
- package/build/commands/notification/index.js +0 -17
- package/build/commands/notification/send-staff-notification-s2s.command.js +0 -21
- package/build/commands/order/apply-order-discount.command.js +0 -18
- package/build/commands/order/copy-order.command.js +0 -13
- package/build/commands/order/create-order.command.js +0 -26
- package/build/commands/order/delete-order.command.js +0 -14
- package/build/commands/order/export-order-invoice.command.js +0 -12
- package/build/commands/order/get-order-list.query.js +0 -49
- package/build/commands/order/get-order.query.js +0 -15
- package/build/commands/order/group/deletet-group-order.command.js +0 -18
- package/build/commands/order/group/get-group-order-invoice-info.query.js +0 -27
- package/build/commands/order/group/merge-orders.command.js +0 -26
- package/build/commands/order/group/send-group-order-invoice.command.js +0 -21
- package/build/commands/order/group/split-group-order.command.js +0 -17
- package/build/commands/order/group/update-group-order-status.command.js +0 -20
- package/build/commands/order/group/update-group-order-tag.command.js +0 -19
- package/build/commands/order/group/update-group-order-type.command.js +0 -20
- package/build/commands/order/index.js +0 -41
- package/build/commands/order/send-order-invoice.command.js +0 -26
- package/build/commands/order/update-order.command.js +0 -30
- package/build/commands/order/webshop/create-cart.command.js +0 -15
- package/build/commands/order/webshop/get-order-for-client.query.js +0 -15
- package/build/commands/order/webshop/get-order-list-for-client.query.js +0 -53
- package/build/commands/order/webshop/get-order-sales-by-month.query.js +0 -16
- package/build/commands/order/webshop/update-cart.command.js +0 -27
- package/build/commands/order/zeroing-receipt-delivery-order.command.js +0 -13
- package/build/commands/order-delivery/create-order-delivery.command.js +0 -21
- package/build/commands/order-delivery/delete-order-delivery.command.js +0 -16
- package/build/commands/order-delivery/index.js +0 -19
- package/build/commands/order-delivery/update-order-delivery.command.js +0 -25
- package/build/commands/order-product/create-order-product.command.js +0 -22
- package/build/commands/order-product/delete-order-product.command.js +0 -16
- package/build/commands/order-product/get-order-product-list-all.query.js +0 -15
- package/build/commands/order-product/get-order-product-list-for-distribute.query.js +0 -18
- package/build/commands/order-product/get-order-product-list.query.js +0 -19
- package/build/commands/order-product/get-order-product.query.js +0 -15
- package/build/commands/order-product/group/delete-group-order-product.command.js +0 -18
- package/build/commands/order-product/group/update-group-order-product-order.command.js +0 -24
- package/build/commands/order-product/group/update-group-order-product-tag.command.js +0 -19
- package/build/commands/order-product/group/verify-group-order-product.command.js +0 -19
- package/build/commands/order-product/group/zeroing-receipt-order-product.command.js +0 -17
- package/build/commands/order-product/index.js +0 -35
- package/build/commands/order-product/update-order-product.command.js +0 -23
- package/build/commands/order-product/verify-order-product.command.js +0 -15
- package/build/commands/order-product/webshop/create-order-product-for-client.command.js +0 -18
- package/build/commands/order-product/webshop/get-active-stepper-positions-order.query.js +0 -14
- package/build/commands/order-product/webshop/get-order-product-for-client-list.query.js +0 -15
- package/build/commands/order-product/webshop/set-order-product-quantity-webshop.command.js +0 -14
- package/build/commands/order-product/webshop/update-order-product-for-client.command.js +0 -19
- package/build/commands/package/create-package.command.js +0 -14
- package/build/commands/package/delete-package.command.js +0 -16
- package/build/commands/package/get-package-by-uuid.query.js +0 -12
- package/build/commands/package/get-package-filters-values.query.js +0 -27
- package/build/commands/package/get-package-list.query.js +0 -21
- package/build/commands/package/index.js +0 -23
- package/build/commands/package/reorder-packages.command.js +0 -21
- package/build/commands/package/update-package.command.js +0 -14
- package/build/commands/package/validate-product-package.query.js +0 -15
- package/build/commands/pre-order/create-order-from-pre-order.command.js +0 -20
- package/build/commands/pre-order/create-pre-order.command.js +0 -14
- package/build/commands/pre-order/delete-pre-order.command.js +0 -13
- package/build/commands/pre-order/export-pre-order.command.js +0 -12
- package/build/commands/pre-order/get-pre-order-by-pre-order-collection-uuid.command.js +0 -12
- package/build/commands/pre-order/get-pre-order-list.query.js +0 -26
- package/build/commands/pre-order/get-pre-order.query.js +0 -12
- package/build/commands/pre-order/get-standing-order-import-template.command.js +0 -13
- package/build/commands/pre-order/group/analyze-copy-pre-orders.command.js +0 -23
- package/build/commands/pre-order/group/analyze-create-orders-from-pre-orders.command.js +0 -41
- package/build/commands/pre-order/group/analyze-create-pre-orders-from-standing-orders.command.js +0 -38
- package/build/commands/pre-order/group/group-copy-pre-orders-to-collection.command.js +0 -40
- package/build/commands/pre-order/group/group-create-orders-from-pre-orders.command.js +0 -39
- package/build/commands/pre-order/group/group-create-pre-orders-from-standing-orders.command.js +0 -36
- package/build/commands/pre-order/group/group-delete-pre-order.command.js +0 -18
- package/build/commands/pre-order/group/group-update-pre-order.command.js +0 -20
- package/build/commands/pre-order/group/index.js +0 -26
- package/build/commands/pre-order/group/merge-pre-orders.command.js +0 -33
- package/build/commands/pre-order/import-standing-order.command.js +0 -24
- package/build/commands/pre-order/index.js +0 -29
- package/build/commands/pre-order/update-pre-order.command.js +0 -14
- package/build/commands/pre-order/webshop/checkout-pre-order-webshop.command.js +0 -20
- package/build/commands/pre-order/webshop/create-pre-order-webshop.command.js +0 -14
- package/build/commands/pre-order/webshop/delete-pre-order-webshop.command.js +0 -13
- package/build/commands/pre-order/webshop/get-pre-order-list-webshop.command.js +0 -19
- package/build/commands/pre-order/webshop/index.js +0 -21
- package/build/commands/pre-order/webshop/update-pre-order-webshop.command.js +0 -14
- package/build/commands/pre-order-collection/copy-pre-order-collection.command.js +0 -13
- package/build/commands/pre-order-collection/create-pre-order-collection.command.js +0 -14
- package/build/commands/pre-order-collection/delete-pre-order-collection.command.js +0 -14
- package/build/commands/pre-order-collection/get-pre-order-collection-all.query.js +0 -13
- package/build/commands/pre-order-collection/get-pre-order-collection-list.query.js +0 -23
- package/build/commands/pre-order-collection/get-pre-order-collection.query.js +0 -13
- package/build/commands/pre-order-collection/index.js +0 -24
- package/build/commands/pre-order-collection/match-images-for-collection.command.js +0 -20
- package/build/commands/pre-order-collection/update-pre-order-collection.command.js +0 -14
- package/build/commands/pre-order-collection/webshop/get-pre-order-collection-list-with-categories.query.js +0 -13
- package/build/commands/pre-order-collection-item/create-group-pre-order-collection-item.command.js +0 -16
- package/build/commands/pre-order-collection-item/create-pre-order-collection-item.command.js +0 -14
- package/build/commands/pre-order-collection-item/delete-group-pre-order-collection-item.command.js +0 -19
- package/build/commands/pre-order-collection-item/delete-pre-order-collection-item.command.js +0 -14
- package/build/commands/pre-order-collection-item/execute-pre-order-collection-item-update.command.js +0 -50
- package/build/commands/pre-order-collection-item/export-pre-order-collection-item-with-clients-horizontal.query.js +0 -16
- package/build/commands/pre-order-collection-item/export-pre-order-collection-item-with-clients-vertical.query.js +0 -19
- package/build/commands/pre-order-collection-item/get-active-pre-order-collection-item-list.query.js +0 -19
- package/build/commands/pre-order-collection-item/get-pre-order-collection-item-extended-with-clients-pre-order-product-list.query.js +0 -22
- package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list-filter-values-for-client.query.js +0 -26
- package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list-filter-values.query.js +0 -24
- package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list-for-client.query.js +0 -24
- package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list.query.js +0 -24
- package/build/commands/pre-order-collection-item/get-pre-order-collection-item.query.js +0 -13
- package/build/commands/pre-order-collection-item/index.js +0 -42
- package/build/commands/pre-order-collection-item/move-pre-order-collection-items-analyze.command.js +0 -51
- package/build/commands/pre-order-collection-item/move-pre-order-collection-items-execute.command.js +0 -16
- package/build/commands/pre-order-collection-item/multiplicity-option/create-pre-order-collection-item-multiplicity-option.command.js +0 -20
- package/build/commands/pre-order-collection-item/multiplicity-option/delete-pre-order-collection-item-multiplicity-option.command.js +0 -14
- package/build/commands/pre-order-collection-item/multiplicity-option/get-pre-order-collection-item-multiplicity-option-titles.query.js +0 -14
- package/build/commands/pre-order-collection-item/multiplicity-option/get-pre-order-collection-item-multiplicity-options.query.js +0 -15
- package/build/commands/pre-order-collection-item/multiplicity-option/reorder-pre-order-collection-item-multiplicity-options.command.js +0 -21
- package/build/commands/pre-order-collection-item/multiplicity-option/update-pre-order-collection-item-multiplicity-option.command.js +0 -22
- package/build/commands/pre-order-collection-item/update-group-pre-order-collection-item.command.js +0 -20
- package/build/commands/pre-order-collection-item/update-pre-order-collection-item-product-maching.command.js +0 -18
- package/build/commands/pre-order-collection-item/update-pre-order-collection-item.command.js +0 -14
- package/build/commands/pre-order-product/create-manually-pre-order-product-for-standing-order.command.js +0 -22
- package/build/commands/pre-order-product/create-manually-pre-order-product.command.js +0 -23
- package/build/commands/pre-order-product/create-pre-order-product-webshop.command.js +0 -14
- package/build/commands/pre-order-product/create-pre-order-product.command.js +0 -14
- package/build/commands/pre-order-product/delete-many-pre-order-product-by-pre-order-collection-item.command.js +0 -14
- package/build/commands/pre-order-product/delete-pre-order-product-webshop.command.js +0 -14
- package/build/commands/pre-order-product/delete-pre-order-product.command.js +0 -13
- package/build/commands/pre-order-product/get-active-stepper-positions.query.js +0 -17
- package/build/commands/pre-order-product/get-pre-order-product-extended-list.query.js +0 -18
- package/build/commands/pre-order-product/get-pre-order-product-list.query.js +0 -18
- package/build/commands/pre-order-product/get-pre-order-product.query.js +0 -13
- package/build/commands/pre-order-product/get-pre-order-products-by-pre-order-list.command.js +0 -17
- package/build/commands/pre-order-product/get-pre-order-products-by-pre-order.command.js +0 -13
- package/build/commands/pre-order-product/group/move-group-pre-order-product.command.js +0 -20
- package/build/commands/pre-order-product/index.js +0 -34
- package/build/commands/pre-order-product/purchase-many-pre-order-product-by-pre-order-collection-item.command.js +0 -18
- package/build/commands/pre-order-product/set-pre-order-product-quantity-webshop.command.js +0 -14
- package/build/commands/pre-order-product/update-pre-order-product-webshop.command.js +0 -14
- package/build/commands/pre-order-product/update-pre-order-product.command.js +0 -14
- package/build/commands/product/create-product.command.js +0 -43
- package/build/commands/product/delete-product.command.js +0 -16
- package/build/commands/product/generate-product-qr.query.js +0 -27
- package/build/commands/product/get-all-product-by-consignment.query.js +0 -15
- package/build/commands/product/get-product-list-filters-values.query.js +0 -38
- package/build/commands/product/get-product-list.query.js +0 -26
- package/build/commands/product/get-product-quantity-calculate.query.js +0 -25
- package/build/commands/product/get-product.query.js +0 -15
- package/build/commands/product/get-products-unique.query.js +0 -22
- package/build/commands/product/group/delete-group-product.command.js +0 -25
- package/build/commands/product/group/index.js +0 -23
- package/build/commands/product/group/update-group-product-category.command.js +0 -19
- package/build/commands/product/group/update-group-product-consignment.command.js +0 -19
- package/build/commands/product/group/update-group-product-is-open-by-consignment.command.js +0 -18
- package/build/commands/product/group/update-group-product-is-open.command.js +0 -19
- package/build/commands/product/group/update-group-product-prices.command.js +0 -24
- package/build/commands/product/group/update-group-product-update-batch.command.js +0 -44
- package/build/commands/product/index.js +0 -39
- package/build/commands/product/match-images-for-products.command.js +0 -20
- package/build/commands/product/multiplicity-option/create-product-multiplicity-option.command.js +0 -20
- package/build/commands/product/multiplicity-option/delete-product-multiplicity-option.command.js +0 -14
- package/build/commands/product/multiplicity-option/get-product-multiplicity-option-titles.query.js +0 -14
- package/build/commands/product/multiplicity-option/get-product-multiplicity-options.query.js +0 -15
- package/build/commands/product/multiplicity-option/reorder-product-multiplicity-options.command.js +0 -21
- package/build/commands/product/multiplicity-option/update-product-multiplicity-option.command.js +0 -22
- package/build/commands/product/update-product.command.js +0 -43
- package/build/commands/product/webshop/get-client-product-list-filters-values.query.js +0 -31
- package/build/commands/product/webshop/get-product-delivery-dates.query.js +0 -16
- package/build/commands/product/webshop/get-product-for-client.query.js +0 -15
- package/build/commands/product/webshop/get-product-list-for-client.query.js +0 -29
- package/build/commands/product-configuration/create-product-configuration.command.js +0 -14
- package/build/commands/product-configuration/delete-product-configuration.command.js +0 -15
- package/build/commands/product-configuration/find-product-configuration-by-attributes.query.js +0 -24
- package/build/commands/product-configuration/get-product-configuration-list.query.js +0 -28
- package/build/commands/product-configuration/get-product-configuration.query.js +0 -15
- package/build/commands/product-configuration/index.js +0 -22
- package/build/commands/product-configuration/update-product-configuration.command.js +0 -14
- package/build/commands/product-image/alias/create-product-image-alias.command.js +0 -17
- package/build/commands/product-image/alias/delete-product-image-alias.command.js +0 -15
- package/build/commands/product-image/alias/update-product-image-alias.command.js +0 -17
- package/build/commands/product-image/create-product-image.command.js +0 -23
- package/build/commands/product-image/delete-product-image.command.js +0 -13
- package/build/commands/product-image/get-product-image-filter-values.query.js +0 -24
- package/build/commands/product-image/get-product-image-list.query.js +0 -29
- package/build/commands/product-image/get-product-image.query.js +0 -13
- package/build/commands/product-image/group/delete-group-product-image.command.js +0 -18
- package/build/commands/product-image/group/update-group-product-image.command.js +0 -20
- package/build/commands/product-image/index.js +0 -28
- package/build/commands/product-image/sync-product-image.command.js +0 -14
- package/build/commands/product-image/update-product-image.command.js +0 -23
- package/build/commands/product-image-template/create-product-image-template.command.js +0 -15
- package/build/commands/product-image-template/delete-group-product-image-template.command.js +0 -17
- package/build/commands/product-image-template/delete-product-image-template.command.js +0 -13
- package/build/commands/product-image-template/get-product-image-template-list.query.js +0 -20
- package/build/commands/product-image-template/get-product-image-template.query.js +0 -13
- package/build/commands/product-image-template/index.js +0 -23
- package/build/commands/product-image-template/start-parsing-product-image-template.command.js +0 -14
- package/build/commands/product-image-template/update-product-image-template.command.js +0 -15
- package/build/commands/product-in-package/create-product-in-package.command.js +0 -15
- package/build/commands/product-in-package/delete-from-orders-by-package.command.js +0 -16
- package/build/commands/product-in-package/delete-product-in-package.command.js +0 -14
- package/build/commands/product-in-package/get-product-in-package-by-uuid.query.js +0 -13
- package/build/commands/product-in-package/index.js +0 -21
- package/build/commands/product-in-package/update-product-in-package.command.js +0 -15
- package/build/commands/report/export-client-statement.query.js +0 -31
- package/build/commands/report/export-inventory-movement.query.js +0 -52
- package/build/commands/report/export-inventory-stock.query.js +0 -32
- package/build/commands/report/export-inventory-turnover.query.js +0 -56
- package/build/commands/report/export-sales-by-client.query.js +0 -39
- package/build/commands/report/export-sales-revenue.query.js +0 -36
- package/build/commands/report/get-report-by-client-weeks.query.js +0 -31
- package/build/commands/report/get-report-for-period.query.js +0 -44
- package/build/commands/report/get-report-group-by-client.query.js +0 -46
- package/build/commands/report/get-report-group-by-position.query.js +0 -68
- package/build/commands/report/index.js +0 -26
- package/build/commands/session/create-ws-ticket.command.js +0 -11
- package/build/commands/session/get-active-sessions.query.js +0 -12
- package/build/commands/session/index.js +0 -15
- package/build/commands/session/session-logout.command.js +0 -11
- package/build/commands/session/session-revoke-all.command.js +0 -11
- package/build/commands/session/validate-session-s2s.query.js +0 -25
- package/build/commands/session/validate-ws-ticket-s2s.query.js +0 -12
- package/build/commands/settings/get-settings-for-admin.query.js +0 -13
- package/build/commands/settings/get-settings.query.js +0 -13
- package/build/commands/settings/index.js +0 -19
- package/build/commands/settings/update-settings.command.js +0 -14
- package/build/commands/transaction/apply-prepayment-transaction.command.js +0 -17
- package/build/commands/transaction/create-transaction.command.js +0 -24
- package/build/commands/transaction/delete-transaction.command.js +0 -16
- package/build/commands/transaction/export-transactions.command.js +0 -36
- package/build/commands/transaction/generate-check-transaction.command.js +0 -18
- package/build/commands/transaction/generate-pre-payment-check.command.js +0 -18
- package/build/commands/transaction/get-sum-transaction-by-money-account.query.js +0 -32
- package/build/commands/transaction/get-transaction-list.query.js +0 -38
- package/build/commands/transaction/get-transaction-summary.query.js +0 -39
- package/build/commands/transaction/get-transaction.query.js +0 -15
- package/build/commands/transaction/index.js +0 -28
- package/build/commands/transaction/update-transaction.command.js +0 -19
- package/build/commands/transaction/webshop/get-transaction-list-for-client.query.js +0 -37
- package/build/commands/type/create-type.command.js +0 -18
- package/build/commands/type/delete-type.command.js +0 -17
- package/build/commands/type/get-type-by-criteria.query.js +0 -15
- package/build/commands/type/get-type-by-uuid.query.js +0 -17
- package/build/commands/type/get-type-list.query.js +0 -24
- package/build/commands/type/index.js +0 -24
- package/build/commands/type/update-type-rank-many.command.js +0 -22
- package/build/commands/type/update-type-rank.command.js +0 -19
- package/build/commands/type/update-type.command.js +0 -18
- package/build/commands/user/attachUserToCompany.command.js +0 -13
- package/build/commands/user/create-user-global.command.js +0 -28
- package/build/commands/user/createUser.command.js +0 -14
- package/build/commands/user/createUserByClientId.command.js +0 -29
- package/build/commands/user/createUserForCompany.command.js +0 -27
- package/build/commands/user/generate-and-send-password-by-admin.command.js +0 -16
- package/build/commands/user/get-user-list-s2s.query.js +0 -13
- package/build/commands/user/get-user-list.query.js +0 -26
- package/build/commands/user/getUser.command.js +0 -14
- package/build/commands/user/index.js +0 -27
- package/build/commands/user/update-password-by-user.command.js +0 -15
- package/build/commands/user/update-user.command.js +0 -19
- package/build/commands/user/updateRole.command.js +0 -18
- package/build/commands/work-session/close-work-session-for-employee.command.js +0 -13
- package/build/commands/work-session/create-many-work-session.command.js +0 -17
- package/build/commands/work-session/create-work-session-for-employee.command.js +0 -14
- package/build/commands/work-session/delete-work-session.command.js +0 -13
- package/build/commands/work-session/export-overtime.query.js +0 -26
- package/build/commands/work-session/get-work-session-extended-list.query.js +0 -21
- package/build/commands/work-session/index.js +0 -23
- package/build/commands/work-session/update-work-session.command.js +0 -14
- package/build/commands/wrire-off-archive/create-wrire-off-archive.command.js +0 -20
- package/build/commands/wrire-off-archive/get-write-off-archive-files.command.js +0 -22
- package/build/commands/wrire-off-archive/index.js +0 -19
- package/build/commands/wrire-off-archive/info-wrire-off-archive.command.js +0 -20
- package/build/commands/write-off/create-write-off-from-order.command.js +0 -21
- package/build/commands/write-off/create-write-off-from-pending.command.js +0 -30
- package/build/commands/write-off/create-write-off-images.command.js +0 -17
- package/build/commands/write-off/create-write-off.command.js +0 -20
- package/build/commands/write-off/delete-write-off-image.command.js +0 -15
- package/build/commands/write-off/delete-write-off.command.js +0 -16
- package/build/commands/write-off/get-write-off-list.query.js +0 -27
- package/build/commands/write-off/get-write-off-reason-list.query.js +0 -16
- package/build/commands/write-off/get-write-off-sum-by-order.query.js +0 -14
- package/build/commands/write-off/get-write-off.query.js +0 -13
- package/build/commands/write-off/index.js +0 -29
- package/build/commands/write-off/update-write-off-price.command.js +0 -18
- package/build/commands/write-off/update-write-off-status.command.js +0 -29
- package/build/commands/write-off/webshop/create-write-off-from-order-for-client.command.js +0 -20
- package/build/commands/write-off/webshop/get-write-off-list-by-order.query.js +0 -15
- package/build/commands/write-off/webshop/index.js +0 -18
- package/build/constant/error-i18n-key.js +0 -21
- package/build/constant/error.js +0 -915
- package/build/constant/index.js +0 -19
- package/build/constant/verbose.js +0 -22
- package/build/enum/action-log-type.enum.js +0 -18
- package/build/enum/bank-payment-event-status.enum.js +0 -9
- package/build/enum/bank-payment-rule-match-type.enum.js +0 -10
- package/build/enum/bank-provider.enum.js +0 -7
- package/build/enum/category-status.enum.js +0 -8
- package/build/enum/chat-has-manager-mode.enum.js +0 -9
- package/build/enum/chat-no-manager-mode.enum.js +0 -8
- package/build/enum/client-import-entity-property.enum.js +0 -37
- package/build/enum/client-legal-type.enum.js +0 -8
- package/build/enum/client-statement-type.enum.js +0 -9
- package/build/enum/client-status.enum.js +0 -9
- package/build/enum/client-type.enum.js +0 -8
- package/build/enum/companyStatus.enum.js +0 -9
- package/build/enum/consignment-access-client-status.enum.js +0 -8
- package/build/enum/consignment-distribution-validation-status.enum.js +0 -8
- package/build/enum/consignment-distribution-validation-type.enum.js +0 -8
- package/build/enum/consignment-import-errors.enum.js +0 -9
- package/build/enum/consignment-import-schema-relation-entity-property.enum.js +0 -38
- package/build/enum/consignment-status.enum.js +0 -9
- package/build/enum/consignment-write-off-archives-status.enum.js +0 -9
- package/build/enum/context-message-context-type.enum.js +0 -9
- package/build/enum/country-code.enum.js +0 -264
- package/build/enum/delivery-route-status.enum.js +0 -9
- package/build/enum/discount-price-routing.enum.js +0 -10
- package/build/enum/discount-rules-apply-type.enum.js +0 -8
- package/build/enum/discount-rules-mode-type.enum.js +0 -8
- package/build/enum/discount-rules-status.enum.js +0 -8
- package/build/enum/discount-rules-type.enum.js +0 -11
- package/build/enum/file-expire-prefix.enum.js +0 -8
- package/build/enum/image-type.enum.js +0 -8
- package/build/enum/import-error-code.enum.js +0 -11
- package/build/enum/index.js +0 -82
- package/build/enum/inventory-movement-type.enum.js +0 -10
- package/build/enum/language.enum.js +0 -8
- package/build/enum/match-confidence.enum.js +0 -9
- package/build/enum/menu-items-url.enum.js +0 -15
- package/build/enum/money-account-status.enum.js +0 -8
- package/build/enum/notification-channel.enum.js +0 -15
- package/build/enum/notification-status.enum.js +0 -10
- package/build/enum/notification-type.enum.js +0 -12
- package/build/enum/order-active-status-list.js +0 -13
- package/build/enum/order-balance-status-list.js +0 -11
- package/build/enum/order-by.enum.js +0 -8
- package/build/enum/order-delivery-status.enum.js +0 -8
- package/build/enum/order-distribute-status-list.js +0 -10
- package/build/enum/order-restricted-status-list.js +0 -5
- package/build/enum/order-status.enum.js +0 -17
- package/build/enum/order-type.enum.js +0 -8
- package/build/enum/order-webshop-available-status-list.js +0 -15
- package/build/enum/package-status.enum.js +0 -9
- package/build/enum/package-type.enum.js +0 -36
- package/build/enum/parse-status.enum.js +0 -9
- package/build/enum/position-report-type.enum.js +0 -8
- package/build/enum/pre-order-aggregation-mode.enum.js +0 -9
- package/build/enum/pre-order-collection-item-import-entity-property.enum.js +0 -29
- package/build/enum/pre-order-collection-status.enum.js +0 -8
- package/build/enum/pre-order-collection-type.enum.js +0 -8
- package/build/enum/pre-order-status.enum.js +0 -12
- package/build/enum/product-image-created-from.enum.js +0 -8
- package/build/enum/product-image-order.enum.js +0 -8
- package/build/enum/product-in-package-status.enum.js +0 -8
- package/build/enum/report-period-type.enum.js +0 -9
- package/build/enum/sales-unit.enum.js +0 -9
- package/build/enum/security-code-status.enum.js +0 -11
- package/build/enum/session-platform.enum.js +0 -8
- package/build/enum/transaction-type-groups.js +0 -16
- package/build/enum/transaction-type.enum.js +0 -10
- package/build/enum/user-type.enum.js +0 -8
- package/build/enum/userRole.enum.js +0 -17
- package/build/enum/userStatus.enum.js +0 -9
- package/build/enum/webshop-main-display-mode.enum.js +0 -8
- package/build/enum/webshop-mode.enum.js +0 -8
- package/build/enum/write-off-status.enum.js +0 -9
- package/build/helpers/date.helper.js +0 -15
- package/build/helpers/index.js +0 -17
- package/build/index.js +0 -22
- package/build/schemas/action-log/action-log-payload.schema.js +0 -29
- package/build/schemas/action-log/action-log.schema.js +0 -105
- package/build/schemas/action-log/index.js +0 -30
- package/build/schemas/action-log/order-create-action-log.schema.js +0 -8
- package/build/schemas/action-log/order-delete-action-log-payload.schema.js +0 -8
- package/build/schemas/action-log/order-info.schema.js +0 -14
- package/build/schemas/action-log/order-product-delete-action-log.schema.js +0 -8
- package/build/schemas/action-log/order-product-info.schema.js +0 -16
- package/build/schemas/action-log/order-product-update-action-log.schema.js +0 -10
- package/build/schemas/action-log/order-update-action-log.schema.js +0 -9
- package/build/schemas/action-log/pre-order-create-action-log.schema.js +0 -8
- package/build/schemas/action-log/pre-order-delete-action-log.schema.js +0 -8
- package/build/schemas/action-log/pre-order-info.schema.js +0 -11
- package/build/schemas/action-log/pre-order-product-delete-action-log.schema.js +0 -8
- package/build/schemas/action-log/pre-order-product-info.schema.js +0 -13
- package/build/schemas/action-log/pre-order-product-update-action-log.schema.js +0 -11
- package/build/schemas/action-log/transaction-add-action-log.schema.js +0 -8
- package/build/schemas/action-log/transaction-delete-action-log.schema.js +0 -8
- package/build/schemas/action-log/transaction-info.schema.js +0 -13
- package/build/schemas/bank-payment/bank-payment.schema.js +0 -26
- package/build/schemas/bank-payment/get-bank-payment-match-suggestions.schema.js +0 -18
- package/build/schemas/bank-payment/index.js +0 -17
- package/build/schemas/bank-payment-rule/bank-payment-rule.schema.js +0 -19
- package/build/schemas/branch/branch-list.schema.js +0 -9
- package/build/schemas/branch/branch.schema.js +0 -17
- package/build/schemas/category/category.schema.js +0 -20
- package/build/schemas/category-alias/category-alias.schema.js +0 -17
- package/build/schemas/category-template/category-template.schema.js +0 -19
- package/build/schemas/category-template/index.js +0 -17
- package/build/schemas/client/client-debt.schema.js +0 -22
- package/build/schemas/client/client-individual-profile.schema.js +0 -13
- package/build/schemas/client/client-legal-profile.schema.js +0 -25
- package/build/schemas/client/client-marking.schema.js +0 -8
- package/build/schemas/client/client.schema.js +0 -53
- package/build/schemas/client/index.js +0 -21
- package/build/schemas/client-payment-identifier/client-payment-identifier.schema.js +0 -20
- package/build/schemas/company/company.schema.js +0 -14
- package/build/schemas/company/companyList.schema.js +0 -9
- package/build/schemas/consignment/consignment-distribution-validation.schema.js +0 -20
- package/build/schemas/consignment/consignment-list.schema.js +0 -9
- package/build/schemas/consignment/consignment.schema.js +0 -55
- package/build/schemas/consignment-import-schema/consignment-import-schema.scheme.js +0 -32
- package/build/schemas/consignment-import-schema/index.js +0 -17
- package/build/schemas/consignment-import-schema-relation/consignment-import-schema-relation.schema.js +0 -12
- package/build/schemas/delete-data-response.schema.js +0 -7
- package/build/schemas/delivery-route/delivery-route.schema.js +0 -49
- package/build/schemas/discount-rules/discount-rules.schema.js +0 -108
- package/build/schemas/distribution/distribution.schema.js +0 -24
- package/build/schemas/distribution/validate-distribution-by-product.schema.js +0 -9
- package/build/schemas/domain/domain.schema.js +0 -23
- package/build/schemas/employee-schedule/employee-schedule.schema.js +0 -42
- package/build/schemas/error-message.schema.js +0 -10
- package/build/schemas/file/file.schema.js +0 -7
- package/build/schemas/file/index.js +0 -17
- package/build/schemas/index.js +0 -77
- package/build/schemas/message/client-inbox-item.schema.js +0 -15
- package/build/schemas/message/context-inbox.schema.js +0 -22
- package/build/schemas/message/context-message-list.schema.js +0 -12
- package/build/schemas/message/context-message.schema.js +0 -18
- package/build/schemas/message/index.js +0 -20
- package/build/schemas/messenger-profile/index.js +0 -17
- package/build/schemas/messenger-profile/user-messenger-profile.schema.js +0 -18
- package/build/schemas/money-account/money-account.schema.js +0 -16
- package/build/schemas/order/order.schema.js +0 -62
- package/build/schemas/order-delivery/order-delivery.schema.js +0 -14
- package/build/schemas/order-product/order-product-list.schema.js +0 -13
- package/build/schemas/order-product/order-product-multiplicity-optiom.schema.js +0 -10
- package/build/schemas/order-product/order-product.schema.js +0 -70
- package/build/schemas/package/package.schema.js +0 -93
- package/build/schemas/package/validate-package.schema.js +0 -9
- package/build/schemas/pre-order/pre-order-copy.schema.js +0 -21
- package/build/schemas/pre-order/pre-order.schema.js +0 -49
- package/build/schemas/pre-order-collection/pre-order-collection.schema.js +0 -53
- package/build/schemas/pre-order-collection-item/pre-order-collection-item-multiplicity-option.schema.js +0 -11
- package/build/schemas/pre-order-collection-item/pre-order-collection-item.schema.js +0 -132
- package/build/schemas/pre-order-product/pre-order-product.schema.js +0 -126
- package/build/schemas/product/product-list.schema.js +0 -13
- package/build/schemas/product/product-multiplicity-option.schema.js +0 -11
- package/build/schemas/product/product.schema.js +0 -107
- package/build/schemas/product-configuration/product-configuration.schema.js +0 -34
- package/build/schemas/product-image/product-image-alias.schema.js +0 -8
- package/build/schemas/product-image/product-image.schema.js +0 -32
- package/build/schemas/product-image-template/product-image-template.schema.js +0 -21
- package/build/schemas/product-in-package/product-in-package.schema.js +0 -30
- package/build/schemas/report/client-by-weeks.schema.js +0 -14
- package/build/schemas/report/client-statement.schema.js +0 -13
- package/build/schemas/session/session.schema.js +0 -13
- package/build/schemas/settings/settings.schema.js +0 -224
- package/build/schemas/transaction/transaction-list.schema.js +0 -13
- package/build/schemas/transaction/transaction.schema.js +0 -31
- package/build/schemas/type/type.schema.js +0 -17
- package/build/schemas/type/typeList.schema.js +0 -9
- package/build/schemas/user/user.schema.js +0 -30
- package/build/schemas/work-session/work-session.schema.js +0 -41
- package/build/schemas/write-off/write-off-image.schema.js +0 -11
- package/build/schemas/write-off/write-off-list.schema.js +0 -9
- package/build/schemas/write-off/write-off.schema.js +0 -31
- package/build/types/client-import-data.type.js +0 -3
- package/build/types/index.js +0 -17
package/build/constant/index.js
DELETED
|
@@ -1,19 +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("./error"), exports);
|
|
18
|
-
__exportStar(require("./verbose"), exports);
|
|
19
|
-
__exportStar(require("./error-i18n-key"), exports);
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VERBOSE = void 0;
|
|
4
|
-
exports.VERBOSE = {
|
|
5
|
-
USER_SUCCESSFULLY_CREATED: { code: 'SM001', message: 'Пользователь успешно зарегистрирован' },
|
|
6
|
-
EMAIL_VERIFICATION_SEND: {
|
|
7
|
-
code: 'SM002',
|
|
8
|
-
message: 'Подтверждение адреса электронной почти отправлено успешно! Проверьте свой почтовый ящик.',
|
|
9
|
-
},
|
|
10
|
-
EMAIL_VERIFICATION_SUCCESS: { code: 'SM003', message: 'Подтверждение почты прошло успешно!' },
|
|
11
|
-
PASSWORD_SUCCESSFULLY_SET: { code: 'SM004', message: 'Пароль пользователя успешно установлен!' },
|
|
12
|
-
PASSWORD_SUCCESSFULLY_RESTORED: {
|
|
13
|
-
code: 'SM005',
|
|
14
|
-
message: 'Вам на почту выслано письмо с подтверждением сброса пароля. Проверьте свой почтовый ящик!',
|
|
15
|
-
},
|
|
16
|
-
PASSWORD_SUCCESSFULLY_RESET: { code: 'SM006', message: 'Пароль успешно сброшен' },
|
|
17
|
-
CABINET_SUCCESSFULLY_UPDATED: { code: 'SM007', message: 'Кабинет успешно обновлён' },
|
|
18
|
-
PROJECT_SUCCESSFULLY_CREATED: { code: 'SM008', message: 'Проект успешно создан.' },
|
|
19
|
-
PROJECT_SUCCESSFULLY_UPDATED: { code: 'SM009', message: 'Проект успешно обновлён.' },
|
|
20
|
-
// SMS GATEWAY
|
|
21
|
-
SMS_SUCCESSFULLY_SENT: { code: 'SM010', message: 'SMS сообщение успешно отправлено' },
|
|
22
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ActionLogTypeEnum = void 0;
|
|
4
|
-
var ActionLogTypeEnum;
|
|
5
|
-
(function (ActionLogTypeEnum) {
|
|
6
|
-
ActionLogTypeEnum["CONFIRM_ORDER"] = "CONFIRM_ORDER";
|
|
7
|
-
ActionLogTypeEnum["UPDATE_ORDER_STATUS"] = "UPDATE_ORDER_STATUS";
|
|
8
|
-
ActionLogTypeEnum["CREATE_ORDER"] = "CREATE_ORDER";
|
|
9
|
-
ActionLogTypeEnum["DELETE_ORDER"] = "DELETE_ORDER";
|
|
10
|
-
ActionLogTypeEnum["DELETE_ORDER_ITEM"] = "DELETE_ORDER_ITEM";
|
|
11
|
-
ActionLogTypeEnum["UPDATE_ORDER_ITEM"] = "UPDATE_ORDER_ITEM";
|
|
12
|
-
ActionLogTypeEnum["ADD_PAYMENT"] = "ADD_PAYMENT";
|
|
13
|
-
ActionLogTypeEnum["DELETE_PAYMENT"] = "DELETE_PAYMENT";
|
|
14
|
-
ActionLogTypeEnum["CREATE_PREORDER"] = "CREATE_PREORDER";
|
|
15
|
-
ActionLogTypeEnum["DELETE_PREORDER"] = "DELETE_PREORDER";
|
|
16
|
-
ActionLogTypeEnum["DELETE_PREORDER_ITEM"] = "DELETE_PREORDER_ITEM";
|
|
17
|
-
ActionLogTypeEnum["UPDATE_PREORDER_ITEM"] = "UPDATE_PREORDER_ITEM";
|
|
18
|
-
})(ActionLogTypeEnum || (exports.ActionLogTypeEnum = ActionLogTypeEnum = {}));
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BankPaymentEventStatusEnum = void 0;
|
|
4
|
-
var BankPaymentEventStatusEnum;
|
|
5
|
-
(function (BankPaymentEventStatusEnum) {
|
|
6
|
-
BankPaymentEventStatusEnum["NEW"] = "NEW";
|
|
7
|
-
BankPaymentEventStatusEnum["IGNORED"] = "IGNORED";
|
|
8
|
-
BankPaymentEventStatusEnum["APPLIED"] = "APPLIED";
|
|
9
|
-
})(BankPaymentEventStatusEnum || (exports.BankPaymentEventStatusEnum = BankPaymentEventStatusEnum = {}));
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BankPaymentRuleMatchTypeEnum = void 0;
|
|
4
|
-
var BankPaymentRuleMatchTypeEnum;
|
|
5
|
-
(function (BankPaymentRuleMatchTypeEnum) {
|
|
6
|
-
BankPaymentRuleMatchTypeEnum["CONTAINS"] = "CONTAINS";
|
|
7
|
-
BankPaymentRuleMatchTypeEnum["STARTS_WITH"] = "STARTS_WITH";
|
|
8
|
-
BankPaymentRuleMatchTypeEnum["ENDS_WITH"] = "ENDS_WITH";
|
|
9
|
-
BankPaymentRuleMatchTypeEnum["EQUALS"] = "EQUALS";
|
|
10
|
-
})(BankPaymentRuleMatchTypeEnum || (exports.BankPaymentRuleMatchTypeEnum = BankPaymentRuleMatchTypeEnum = {}));
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BankProviderEnum = void 0;
|
|
4
|
-
var BankProviderEnum;
|
|
5
|
-
(function (BankProviderEnum) {
|
|
6
|
-
BankProviderEnum["MODULBANK"] = "MODULBANK";
|
|
7
|
-
})(BankProviderEnum || (exports.BankProviderEnum = BankProviderEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CategoryStatusEnum = void 0;
|
|
4
|
-
var CategoryStatusEnum;
|
|
5
|
-
(function (CategoryStatusEnum) {
|
|
6
|
-
CategoryStatusEnum["ACTIVE"] = "ACTIVE";
|
|
7
|
-
CategoryStatusEnum["ARCHIVE"] = "ARCHIVE";
|
|
8
|
-
})(CategoryStatusEnum || (exports.CategoryStatusEnum = CategoryStatusEnum = {}));
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ChatHasManagerModeEnum = void 0;
|
|
4
|
-
var ChatHasManagerModeEnum;
|
|
5
|
-
(function (ChatHasManagerModeEnum) {
|
|
6
|
-
ChatHasManagerModeEnum["ALL_RW"] = "all_rw";
|
|
7
|
-
ChatHasManagerModeEnum["ALL_R_ASSIGNED_W"] = "all_r_assigned_w";
|
|
8
|
-
ChatHasManagerModeEnum["ASSIGNED_RW"] = "assigned_rw";
|
|
9
|
-
})(ChatHasManagerModeEnum || (exports.ChatHasManagerModeEnum = ChatHasManagerModeEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ChatNoManagerModeEnum = void 0;
|
|
4
|
-
var ChatNoManagerModeEnum;
|
|
5
|
-
(function (ChatNoManagerModeEnum) {
|
|
6
|
-
ChatNoManagerModeEnum["ADMINS_ONLY"] = "admins_only";
|
|
7
|
-
ChatNoManagerModeEnum["ANY_MANAGER"] = "any_manager";
|
|
8
|
-
})(ChatNoManagerModeEnum || (exports.ChatNoManagerModeEnum = ChatNoManagerModeEnum = {}));
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ClientImportEntityPropertyEnum = void 0;
|
|
4
|
-
var ClientImportEntityPropertyEnum;
|
|
5
|
-
(function (ClientImportEntityPropertyEnum) {
|
|
6
|
-
// Base Client Fields
|
|
7
|
-
ClientImportEntityPropertyEnum["NAME"] = "NAME";
|
|
8
|
-
ClientImportEntityPropertyEnum["EMAIL"] = "EMAIL";
|
|
9
|
-
ClientImportEntityPropertyEnum["PHONE"] = "PHONE";
|
|
10
|
-
ClientImportEntityPropertyEnum["CLIENT_TYPE"] = "CLIENT_TYPE";
|
|
11
|
-
ClientImportEntityPropertyEnum["CODE"] = "CODE";
|
|
12
|
-
ClientImportEntityPropertyEnum["CONTACT_NAME"] = "CONTACT_NAME";
|
|
13
|
-
ClientImportEntityPropertyEnum["ADDRESS"] = "ADDRESS";
|
|
14
|
-
ClientImportEntityPropertyEnum["CITY"] = "CITY";
|
|
15
|
-
ClientImportEntityPropertyEnum["GROUP"] = "GROUP";
|
|
16
|
-
ClientImportEntityPropertyEnum["CONTRACT_NUMBER"] = "CONTRACT_NUMBER";
|
|
17
|
-
ClientImportEntityPropertyEnum["CONTRACT_DATE"] = "CONTRACT_DATE";
|
|
18
|
-
// Individual Profile Fields
|
|
19
|
-
ClientImportEntityPropertyEnum["FIRST_NAME"] = "FIRST_NAME";
|
|
20
|
-
ClientImportEntityPropertyEnum["LAST_NAME"] = "LAST_NAME";
|
|
21
|
-
ClientImportEntityPropertyEnum["MIDDLE_NAME"] = "MIDDLE_NAME";
|
|
22
|
-
// Legal Profile Fields
|
|
23
|
-
ClientImportEntityPropertyEnum["FULL_COMPANY_NAME"] = "FULL_COMPANY_NAME";
|
|
24
|
-
ClientImportEntityPropertyEnum["TAX_ID"] = "TAX_ID";
|
|
25
|
-
ClientImportEntityPropertyEnum["BANK_NAME"] = "BANK_NAME";
|
|
26
|
-
ClientImportEntityPropertyEnum["BANK_ACCOUNT"] = "BANK_ACCOUNT";
|
|
27
|
-
ClientImportEntityPropertyEnum["BANK_BIC"] = "BANK_BIC";
|
|
28
|
-
ClientImportEntityPropertyEnum["KPP"] = "KPP";
|
|
29
|
-
ClientImportEntityPropertyEnum["OGRN"] = "OGRN";
|
|
30
|
-
ClientImportEntityPropertyEnum["OGRNIP"] = "OGRNIP";
|
|
31
|
-
ClientImportEntityPropertyEnum["DIRECTOR_NAME"] = "DIRECTOR_NAME";
|
|
32
|
-
ClientImportEntityPropertyEnum["DIRECTOR_POSITION"] = "DIRECTOR_POSITION";
|
|
33
|
-
ClientImportEntityPropertyEnum["DIRECTOR_AUTHORITY"] = "DIRECTOR_AUTHORITY";
|
|
34
|
-
ClientImportEntityPropertyEnum["EDO_ID"] = "EDO_ID";
|
|
35
|
-
ClientImportEntityPropertyEnum["EDO_USAGE"] = "EDO_USAGE";
|
|
36
|
-
ClientImportEntityPropertyEnum["LEGAL_TYPE"] = "LEGAL_TYPE";
|
|
37
|
-
})(ClientImportEntityPropertyEnum || (exports.ClientImportEntityPropertyEnum = ClientImportEntityPropertyEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ClientLegalTypeEnum = void 0;
|
|
4
|
-
var ClientLegalTypeEnum;
|
|
5
|
-
(function (ClientLegalTypeEnum) {
|
|
6
|
-
ClientLegalTypeEnum["ENTREPRENEUR"] = "ENTREPRENEUR";
|
|
7
|
-
ClientLegalTypeEnum["COMPANY"] = "COMPANY";
|
|
8
|
-
})(ClientLegalTypeEnum || (exports.ClientLegalTypeEnum = ClientLegalTypeEnum = {}));
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ClientStatementTypeEnum = void 0;
|
|
4
|
-
var ClientStatementTypeEnum;
|
|
5
|
-
(function (ClientStatementTypeEnum) {
|
|
6
|
-
ClientStatementTypeEnum["ORDER"] = "ORDER";
|
|
7
|
-
ClientStatementTypeEnum["TRANSACTION"] = "TRANSACTION";
|
|
8
|
-
ClientStatementTypeEnum["WRITE_OFF"] = "WRITE_OFF";
|
|
9
|
-
})(ClientStatementTypeEnum || (exports.ClientStatementTypeEnum = ClientStatementTypeEnum = {}));
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ClientStatusEnum = void 0;
|
|
4
|
-
var ClientStatusEnum;
|
|
5
|
-
(function (ClientStatusEnum) {
|
|
6
|
-
ClientStatusEnum["NEW"] = "NEW";
|
|
7
|
-
ClientStatusEnum["ACTIVE"] = "ACTIVE";
|
|
8
|
-
ClientStatusEnum["INACTIVE"] = "INACTIVE";
|
|
9
|
-
})(ClientStatusEnum || (exports.ClientStatusEnum = ClientStatusEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ClientTypeEnum = void 0;
|
|
4
|
-
var ClientTypeEnum;
|
|
5
|
-
(function (ClientTypeEnum) {
|
|
6
|
-
ClientTypeEnum["LEGAL"] = "LEGAL";
|
|
7
|
-
ClientTypeEnum["INDIVIDUAL"] = "INDIVIDUAL";
|
|
8
|
-
})(ClientTypeEnum || (exports.ClientTypeEnum = ClientTypeEnum = {}));
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CompanyStatusEnum = void 0;
|
|
4
|
-
var CompanyStatusEnum;
|
|
5
|
-
(function (CompanyStatusEnum) {
|
|
6
|
-
CompanyStatusEnum["NEW"] = "NEW";
|
|
7
|
-
CompanyStatusEnum["ACTIVE"] = "ACTIVE";
|
|
8
|
-
CompanyStatusEnum["INACTIVE"] = "INACTIVE";
|
|
9
|
-
})(CompanyStatusEnum || (exports.CompanyStatusEnum = CompanyStatusEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConsignmentAccessClientStatusEnum = void 0;
|
|
4
|
-
var ConsignmentAccessClientStatusEnum;
|
|
5
|
-
(function (ConsignmentAccessClientStatusEnum) {
|
|
6
|
-
ConsignmentAccessClientStatusEnum["ALLOW"] = "ALLOW";
|
|
7
|
-
ConsignmentAccessClientStatusEnum["DENY"] = "DENY";
|
|
8
|
-
})(ConsignmentAccessClientStatusEnum || (exports.ConsignmentAccessClientStatusEnum = ConsignmentAccessClientStatusEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConsignmentDistributionValidationStatusEnum = void 0;
|
|
4
|
-
var ConsignmentDistributionValidationStatusEnum;
|
|
5
|
-
(function (ConsignmentDistributionValidationStatusEnum) {
|
|
6
|
-
ConsignmentDistributionValidationStatusEnum["MISSING"] = "MISSING";
|
|
7
|
-
ConsignmentDistributionValidationStatusEnum["EXCESS"] = "EXCESS";
|
|
8
|
-
})(ConsignmentDistributionValidationStatusEnum || (exports.ConsignmentDistributionValidationStatusEnum = ConsignmentDistributionValidationStatusEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConsignmentDistributionValidationTypeEnum = void 0;
|
|
4
|
-
var ConsignmentDistributionValidationTypeEnum;
|
|
5
|
-
(function (ConsignmentDistributionValidationTypeEnum) {
|
|
6
|
-
ConsignmentDistributionValidationTypeEnum["PACKAGE"] = "PACKAGE";
|
|
7
|
-
ConsignmentDistributionValidationTypeEnum["DISTRIBUTION"] = "DISTRIBUTION";
|
|
8
|
-
})(ConsignmentDistributionValidationTypeEnum || (exports.ConsignmentDistributionValidationTypeEnum = ConsignmentDistributionValidationTypeEnum = {}));
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConsingmentImportErrorsEnum = void 0;
|
|
4
|
-
var ConsingmentImportErrorsEnum;
|
|
5
|
-
(function (ConsingmentImportErrorsEnum) {
|
|
6
|
-
ConsingmentImportErrorsEnum["REQUIRED"] = "REQUIRED";
|
|
7
|
-
ConsingmentImportErrorsEnum["INVALID_VALUE"] = "INVALID_VALUE";
|
|
8
|
-
ConsingmentImportErrorsEnum["DATA_NOT_EXISTS"] = "DATA_NOT_EXISTS";
|
|
9
|
-
})(ConsingmentImportErrorsEnum || (exports.ConsingmentImportErrorsEnum = ConsingmentImportErrorsEnum = {}));
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConsignmentImportSchemaRelationEntityPropertyEnum = void 0;
|
|
4
|
-
var ConsignmentImportSchemaRelationEntityPropertyEnum;
|
|
5
|
-
(function (ConsignmentImportSchemaRelationEntityPropertyEnum) {
|
|
6
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["NAME"] = "NAME";
|
|
7
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["BALANCE"] = "BALANCE";
|
|
8
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["QUANTITY"] = "QUANTITY";
|
|
9
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["QUANTITY_PER_UNIT"] = "QUANTITY_PER_UNIT";
|
|
10
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["UNITS"] = "UNITS";
|
|
11
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["PRICE"] = "PRICE";
|
|
12
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["COST_PRICE"] = "COST_PRICE";
|
|
13
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["MULTIPLICITY"] = "MULTIPLICITY";
|
|
14
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["ARTICLE"] = "ARTICLE";
|
|
15
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["VBN"] = "VBN";
|
|
16
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["BARCODE"] = "BARCODE";
|
|
17
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["COLOR"] = "COLOR";
|
|
18
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["CATEGORY"] = "CATEGORY";
|
|
19
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["SIZE"] = "SIZE";
|
|
20
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["SIZE2"] = "SIZE2";
|
|
21
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["SIZE3"] = "SIZE3";
|
|
22
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["INVOICE_PRICE"] = "INVOICE_PRICE";
|
|
23
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["IMAGE_URL"] = "IMAGE_URL";
|
|
24
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["COUNTRY"] = "COUNTRY";
|
|
25
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["DESCRIPTION"] = "DESCRIPTION";
|
|
26
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["QUALITY"] = "QUALITY";
|
|
27
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["GROWER"] = "GROWER";
|
|
28
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["VAT"] = "VAT";
|
|
29
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["PACKAGE_DISPLAY_ID"] = "PACKAGE_DISPLAY_ID";
|
|
30
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["PACKAGE_TYPE"] = "PACKAGE_TYPE";
|
|
31
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["PACKAGE_MARKING"] = "PACKAGE_MARKING";
|
|
32
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["PACKAGE_QUANTITY"] = "PACKAGE_QUANTITY";
|
|
33
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["INVOICE_NUMBER"] = "INVOICE_NUMBER";
|
|
34
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["OPTION1_TITLE"] = "OPTION1_TITLE";
|
|
35
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["OPTION1_MULTIPLICITY"] = "OPTION1_MULTIPLICITY";
|
|
36
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["OPTION1_PRICE"] = "OPTION1_PRICE";
|
|
37
|
-
ConsignmentImportSchemaRelationEntityPropertyEnum["SALES_UNIT"] = "SALES_UNIT";
|
|
38
|
-
})(ConsignmentImportSchemaRelationEntityPropertyEnum || (exports.ConsignmentImportSchemaRelationEntityPropertyEnum = ConsignmentImportSchemaRelationEntityPropertyEnum = {}));
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConsignmentStatusEnum = void 0;
|
|
4
|
-
var ConsignmentStatusEnum;
|
|
5
|
-
(function (ConsignmentStatusEnum) {
|
|
6
|
-
ConsignmentStatusEnum["ACTIVE"] = "ACTIVE";
|
|
7
|
-
ConsignmentStatusEnum["AVAILABLE"] = "AVAILABLE";
|
|
8
|
-
ConsignmentStatusEnum["LIMITED"] = "LIMITED";
|
|
9
|
-
})(ConsignmentStatusEnum || (exports.ConsignmentStatusEnum = ConsignmentStatusEnum = {}));
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConsignmentWriteOffArchivesStatusEnum = void 0;
|
|
4
|
-
var ConsignmentWriteOffArchivesStatusEnum;
|
|
5
|
-
(function (ConsignmentWriteOffArchivesStatusEnum) {
|
|
6
|
-
ConsignmentWriteOffArchivesStatusEnum["PENDING"] = "PENDING";
|
|
7
|
-
ConsignmentWriteOffArchivesStatusEnum["READY"] = "READY";
|
|
8
|
-
ConsignmentWriteOffArchivesStatusEnum["FAILED"] = "FAILED";
|
|
9
|
-
})(ConsignmentWriteOffArchivesStatusEnum || (exports.ConsignmentWriteOffArchivesStatusEnum = ConsignmentWriteOffArchivesStatusEnum = {}));
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ContextMessageContextTypeEnum = void 0;
|
|
4
|
-
var ContextMessageContextTypeEnum;
|
|
5
|
-
(function (ContextMessageContextTypeEnum) {
|
|
6
|
-
ContextMessageContextTypeEnum["CLIENT"] = "CLIENT";
|
|
7
|
-
ContextMessageContextTypeEnum["ORDER"] = "ORDER";
|
|
8
|
-
ContextMessageContextTypeEnum["PRE_ORDER"] = "PRE_ORDER";
|
|
9
|
-
})(ContextMessageContextTypeEnum || (exports.ContextMessageContextTypeEnum = ContextMessageContextTypeEnum = {}));
|
|
@@ -1,264 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isCountryCode = exports.COUNTRY_CODE_LIST = exports.CountryCodeEnum = void 0;
|
|
4
|
-
var CountryCodeEnum;
|
|
5
|
-
(function (CountryCodeEnum) {
|
|
6
|
-
CountryCodeEnum["AD"] = "AD";
|
|
7
|
-
CountryCodeEnum["AE"] = "AE";
|
|
8
|
-
CountryCodeEnum["AF"] = "AF";
|
|
9
|
-
CountryCodeEnum["AG"] = "AG";
|
|
10
|
-
CountryCodeEnum["AI"] = "AI";
|
|
11
|
-
CountryCodeEnum["AL"] = "AL";
|
|
12
|
-
CountryCodeEnum["AM"] = "AM";
|
|
13
|
-
CountryCodeEnum["AO"] = "AO";
|
|
14
|
-
CountryCodeEnum["AQ"] = "AQ";
|
|
15
|
-
CountryCodeEnum["AR"] = "AR";
|
|
16
|
-
CountryCodeEnum["AS"] = "AS";
|
|
17
|
-
CountryCodeEnum["AT"] = "AT";
|
|
18
|
-
CountryCodeEnum["AU"] = "AU";
|
|
19
|
-
CountryCodeEnum["AW"] = "AW";
|
|
20
|
-
CountryCodeEnum["AX"] = "AX";
|
|
21
|
-
CountryCodeEnum["AZ"] = "AZ";
|
|
22
|
-
CountryCodeEnum["BA"] = "BA";
|
|
23
|
-
CountryCodeEnum["BB"] = "BB";
|
|
24
|
-
CountryCodeEnum["BD"] = "BD";
|
|
25
|
-
CountryCodeEnum["BE"] = "BE";
|
|
26
|
-
CountryCodeEnum["BF"] = "BF";
|
|
27
|
-
CountryCodeEnum["BG"] = "BG";
|
|
28
|
-
CountryCodeEnum["BH"] = "BH";
|
|
29
|
-
CountryCodeEnum["BI"] = "BI";
|
|
30
|
-
CountryCodeEnum["BJ"] = "BJ";
|
|
31
|
-
CountryCodeEnum["BL"] = "BL";
|
|
32
|
-
CountryCodeEnum["BM"] = "BM";
|
|
33
|
-
CountryCodeEnum["BN"] = "BN";
|
|
34
|
-
CountryCodeEnum["BO"] = "BO";
|
|
35
|
-
CountryCodeEnum["BQ"] = "BQ";
|
|
36
|
-
CountryCodeEnum["BR"] = "BR";
|
|
37
|
-
CountryCodeEnum["BS"] = "BS";
|
|
38
|
-
CountryCodeEnum["BT"] = "BT";
|
|
39
|
-
CountryCodeEnum["BV"] = "BV";
|
|
40
|
-
CountryCodeEnum["BW"] = "BW";
|
|
41
|
-
CountryCodeEnum["BY"] = "BY";
|
|
42
|
-
CountryCodeEnum["BZ"] = "BZ";
|
|
43
|
-
CountryCodeEnum["CA"] = "CA";
|
|
44
|
-
CountryCodeEnum["CC"] = "CC";
|
|
45
|
-
CountryCodeEnum["CD"] = "CD";
|
|
46
|
-
CountryCodeEnum["CF"] = "CF";
|
|
47
|
-
CountryCodeEnum["CG"] = "CG";
|
|
48
|
-
CountryCodeEnum["CH"] = "CH";
|
|
49
|
-
CountryCodeEnum["CI"] = "CI";
|
|
50
|
-
CountryCodeEnum["CK"] = "CK";
|
|
51
|
-
CountryCodeEnum["CL"] = "CL";
|
|
52
|
-
CountryCodeEnum["CM"] = "CM";
|
|
53
|
-
CountryCodeEnum["CN"] = "CN";
|
|
54
|
-
CountryCodeEnum["CO"] = "CO";
|
|
55
|
-
CountryCodeEnum["CR"] = "CR";
|
|
56
|
-
CountryCodeEnum["CU"] = "CU";
|
|
57
|
-
CountryCodeEnum["CV"] = "CV";
|
|
58
|
-
CountryCodeEnum["CW"] = "CW";
|
|
59
|
-
CountryCodeEnum["CX"] = "CX";
|
|
60
|
-
CountryCodeEnum["CY"] = "CY";
|
|
61
|
-
CountryCodeEnum["CZ"] = "CZ";
|
|
62
|
-
CountryCodeEnum["DE"] = "DE";
|
|
63
|
-
CountryCodeEnum["DJ"] = "DJ";
|
|
64
|
-
CountryCodeEnum["DK"] = "DK";
|
|
65
|
-
CountryCodeEnum["DM"] = "DM";
|
|
66
|
-
CountryCodeEnum["DO"] = "DO";
|
|
67
|
-
CountryCodeEnum["DZ"] = "DZ";
|
|
68
|
-
CountryCodeEnum["EC"] = "EC";
|
|
69
|
-
CountryCodeEnum["EE"] = "EE";
|
|
70
|
-
CountryCodeEnum["EG"] = "EG";
|
|
71
|
-
CountryCodeEnum["EH"] = "EH";
|
|
72
|
-
CountryCodeEnum["ER"] = "ER";
|
|
73
|
-
CountryCodeEnum["ES"] = "ES";
|
|
74
|
-
CountryCodeEnum["ET"] = "ET";
|
|
75
|
-
CountryCodeEnum["FI"] = "FI";
|
|
76
|
-
CountryCodeEnum["FJ"] = "FJ";
|
|
77
|
-
CountryCodeEnum["FK"] = "FK";
|
|
78
|
-
CountryCodeEnum["FM"] = "FM";
|
|
79
|
-
CountryCodeEnum["FO"] = "FO";
|
|
80
|
-
CountryCodeEnum["FR"] = "FR";
|
|
81
|
-
CountryCodeEnum["GA"] = "GA";
|
|
82
|
-
CountryCodeEnum["GB"] = "GB";
|
|
83
|
-
CountryCodeEnum["GD"] = "GD";
|
|
84
|
-
CountryCodeEnum["GE"] = "GE";
|
|
85
|
-
CountryCodeEnum["GF"] = "GF";
|
|
86
|
-
CountryCodeEnum["GG"] = "GG";
|
|
87
|
-
CountryCodeEnum["GH"] = "GH";
|
|
88
|
-
CountryCodeEnum["GI"] = "GI";
|
|
89
|
-
CountryCodeEnum["GL"] = "GL";
|
|
90
|
-
CountryCodeEnum["GM"] = "GM";
|
|
91
|
-
CountryCodeEnum["GN"] = "GN";
|
|
92
|
-
CountryCodeEnum["GP"] = "GP";
|
|
93
|
-
CountryCodeEnum["GQ"] = "GQ";
|
|
94
|
-
CountryCodeEnum["GR"] = "GR";
|
|
95
|
-
CountryCodeEnum["GS"] = "GS";
|
|
96
|
-
CountryCodeEnum["GT"] = "GT";
|
|
97
|
-
CountryCodeEnum["GU"] = "GU";
|
|
98
|
-
CountryCodeEnum["GW"] = "GW";
|
|
99
|
-
CountryCodeEnum["GY"] = "GY";
|
|
100
|
-
CountryCodeEnum["HK"] = "HK";
|
|
101
|
-
CountryCodeEnum["HM"] = "HM";
|
|
102
|
-
CountryCodeEnum["HN"] = "HN";
|
|
103
|
-
CountryCodeEnum["HR"] = "HR";
|
|
104
|
-
CountryCodeEnum["HT"] = "HT";
|
|
105
|
-
CountryCodeEnum["HU"] = "HU";
|
|
106
|
-
CountryCodeEnum["ID"] = "ID";
|
|
107
|
-
CountryCodeEnum["IE"] = "IE";
|
|
108
|
-
CountryCodeEnum["IL"] = "IL";
|
|
109
|
-
CountryCodeEnum["IM"] = "IM";
|
|
110
|
-
CountryCodeEnum["IN"] = "IN";
|
|
111
|
-
CountryCodeEnum["IO"] = "IO";
|
|
112
|
-
CountryCodeEnum["IQ"] = "IQ";
|
|
113
|
-
CountryCodeEnum["IR"] = "IR";
|
|
114
|
-
CountryCodeEnum["IS"] = "IS";
|
|
115
|
-
CountryCodeEnum["IT"] = "IT";
|
|
116
|
-
CountryCodeEnum["JE"] = "JE";
|
|
117
|
-
CountryCodeEnum["JM"] = "JM";
|
|
118
|
-
CountryCodeEnum["JO"] = "JO";
|
|
119
|
-
CountryCodeEnum["JP"] = "JP";
|
|
120
|
-
CountryCodeEnum["KE"] = "KE";
|
|
121
|
-
CountryCodeEnum["KG"] = "KG";
|
|
122
|
-
CountryCodeEnum["KH"] = "KH";
|
|
123
|
-
CountryCodeEnum["KI"] = "KI";
|
|
124
|
-
CountryCodeEnum["KM"] = "KM";
|
|
125
|
-
CountryCodeEnum["KN"] = "KN";
|
|
126
|
-
CountryCodeEnum["KP"] = "KP";
|
|
127
|
-
CountryCodeEnum["KR"] = "KR";
|
|
128
|
-
CountryCodeEnum["KW"] = "KW";
|
|
129
|
-
CountryCodeEnum["KY"] = "KY";
|
|
130
|
-
CountryCodeEnum["KZ"] = "KZ";
|
|
131
|
-
CountryCodeEnum["LA"] = "LA";
|
|
132
|
-
CountryCodeEnum["LB"] = "LB";
|
|
133
|
-
CountryCodeEnum["LC"] = "LC";
|
|
134
|
-
CountryCodeEnum["LI"] = "LI";
|
|
135
|
-
CountryCodeEnum["LK"] = "LK";
|
|
136
|
-
CountryCodeEnum["LR"] = "LR";
|
|
137
|
-
CountryCodeEnum["LS"] = "LS";
|
|
138
|
-
CountryCodeEnum["LT"] = "LT";
|
|
139
|
-
CountryCodeEnum["LU"] = "LU";
|
|
140
|
-
CountryCodeEnum["LV"] = "LV";
|
|
141
|
-
CountryCodeEnum["LY"] = "LY";
|
|
142
|
-
CountryCodeEnum["MA"] = "MA";
|
|
143
|
-
CountryCodeEnum["MC"] = "MC";
|
|
144
|
-
CountryCodeEnum["MD"] = "MD";
|
|
145
|
-
CountryCodeEnum["ME"] = "ME";
|
|
146
|
-
CountryCodeEnum["MF"] = "MF";
|
|
147
|
-
CountryCodeEnum["MG"] = "MG";
|
|
148
|
-
CountryCodeEnum["MH"] = "MH";
|
|
149
|
-
CountryCodeEnum["MK"] = "MK";
|
|
150
|
-
CountryCodeEnum["ML"] = "ML";
|
|
151
|
-
CountryCodeEnum["MM"] = "MM";
|
|
152
|
-
CountryCodeEnum["MN"] = "MN";
|
|
153
|
-
CountryCodeEnum["MO"] = "MO";
|
|
154
|
-
CountryCodeEnum["MP"] = "MP";
|
|
155
|
-
CountryCodeEnum["MQ"] = "MQ";
|
|
156
|
-
CountryCodeEnum["MR"] = "MR";
|
|
157
|
-
CountryCodeEnum["MS"] = "MS";
|
|
158
|
-
CountryCodeEnum["MT"] = "MT";
|
|
159
|
-
CountryCodeEnum["MU"] = "MU";
|
|
160
|
-
CountryCodeEnum["MV"] = "MV";
|
|
161
|
-
CountryCodeEnum["MW"] = "MW";
|
|
162
|
-
CountryCodeEnum["MX"] = "MX";
|
|
163
|
-
CountryCodeEnum["MY"] = "MY";
|
|
164
|
-
CountryCodeEnum["MZ"] = "MZ";
|
|
165
|
-
CountryCodeEnum["NA"] = "NA";
|
|
166
|
-
CountryCodeEnum["NC"] = "NC";
|
|
167
|
-
CountryCodeEnum["NE"] = "NE";
|
|
168
|
-
CountryCodeEnum["NF"] = "NF";
|
|
169
|
-
CountryCodeEnum["NG"] = "NG";
|
|
170
|
-
CountryCodeEnum["NI"] = "NI";
|
|
171
|
-
CountryCodeEnum["NL"] = "NL";
|
|
172
|
-
CountryCodeEnum["NO"] = "NO";
|
|
173
|
-
CountryCodeEnum["NP"] = "NP";
|
|
174
|
-
CountryCodeEnum["NR"] = "NR";
|
|
175
|
-
CountryCodeEnum["NU"] = "NU";
|
|
176
|
-
CountryCodeEnum["NZ"] = "NZ";
|
|
177
|
-
CountryCodeEnum["OM"] = "OM";
|
|
178
|
-
CountryCodeEnum["PA"] = "PA";
|
|
179
|
-
CountryCodeEnum["PE"] = "PE";
|
|
180
|
-
CountryCodeEnum["PF"] = "PF";
|
|
181
|
-
CountryCodeEnum["PG"] = "PG";
|
|
182
|
-
CountryCodeEnum["PH"] = "PH";
|
|
183
|
-
CountryCodeEnum["PK"] = "PK";
|
|
184
|
-
CountryCodeEnum["PL"] = "PL";
|
|
185
|
-
CountryCodeEnum["PM"] = "PM";
|
|
186
|
-
CountryCodeEnum["PN"] = "PN";
|
|
187
|
-
CountryCodeEnum["PR"] = "PR";
|
|
188
|
-
CountryCodeEnum["PS"] = "PS";
|
|
189
|
-
CountryCodeEnum["PT"] = "PT";
|
|
190
|
-
CountryCodeEnum["PW"] = "PW";
|
|
191
|
-
CountryCodeEnum["PY"] = "PY";
|
|
192
|
-
CountryCodeEnum["QA"] = "QA";
|
|
193
|
-
CountryCodeEnum["RE"] = "RE";
|
|
194
|
-
CountryCodeEnum["RO"] = "RO";
|
|
195
|
-
CountryCodeEnum["RS"] = "RS";
|
|
196
|
-
CountryCodeEnum["RU"] = "RU";
|
|
197
|
-
CountryCodeEnum["RW"] = "RW";
|
|
198
|
-
CountryCodeEnum["SA"] = "SA";
|
|
199
|
-
CountryCodeEnum["SB"] = "SB";
|
|
200
|
-
CountryCodeEnum["SC"] = "SC";
|
|
201
|
-
CountryCodeEnum["SD"] = "SD";
|
|
202
|
-
CountryCodeEnum["SE"] = "SE";
|
|
203
|
-
CountryCodeEnum["SG"] = "SG";
|
|
204
|
-
CountryCodeEnum["SH"] = "SH";
|
|
205
|
-
CountryCodeEnum["SI"] = "SI";
|
|
206
|
-
CountryCodeEnum["SJ"] = "SJ";
|
|
207
|
-
CountryCodeEnum["SK"] = "SK";
|
|
208
|
-
CountryCodeEnum["SL"] = "SL";
|
|
209
|
-
CountryCodeEnum["SM"] = "SM";
|
|
210
|
-
CountryCodeEnum["SN"] = "SN";
|
|
211
|
-
CountryCodeEnum["SO"] = "SO";
|
|
212
|
-
CountryCodeEnum["SR"] = "SR";
|
|
213
|
-
CountryCodeEnum["SS"] = "SS";
|
|
214
|
-
CountryCodeEnum["ST"] = "ST";
|
|
215
|
-
CountryCodeEnum["SV"] = "SV";
|
|
216
|
-
CountryCodeEnum["SX"] = "SX";
|
|
217
|
-
CountryCodeEnum["SY"] = "SY";
|
|
218
|
-
CountryCodeEnum["SZ"] = "SZ";
|
|
219
|
-
CountryCodeEnum["TC"] = "TC";
|
|
220
|
-
CountryCodeEnum["TD"] = "TD";
|
|
221
|
-
CountryCodeEnum["TF"] = "TF";
|
|
222
|
-
CountryCodeEnum["TG"] = "TG";
|
|
223
|
-
CountryCodeEnum["TH"] = "TH";
|
|
224
|
-
CountryCodeEnum["TJ"] = "TJ";
|
|
225
|
-
CountryCodeEnum["TK"] = "TK";
|
|
226
|
-
CountryCodeEnum["TL"] = "TL";
|
|
227
|
-
CountryCodeEnum["TM"] = "TM";
|
|
228
|
-
CountryCodeEnum["TN"] = "TN";
|
|
229
|
-
CountryCodeEnum["TO"] = "TO";
|
|
230
|
-
CountryCodeEnum["TR"] = "TR";
|
|
231
|
-
CountryCodeEnum["TT"] = "TT";
|
|
232
|
-
CountryCodeEnum["TV"] = "TV";
|
|
233
|
-
CountryCodeEnum["TW"] = "TW";
|
|
234
|
-
CountryCodeEnum["TZ"] = "TZ";
|
|
235
|
-
CountryCodeEnum["UA"] = "UA";
|
|
236
|
-
CountryCodeEnum["UG"] = "UG";
|
|
237
|
-
CountryCodeEnum["UM"] = "UM";
|
|
238
|
-
CountryCodeEnum["US"] = "US";
|
|
239
|
-
CountryCodeEnum["UY"] = "UY";
|
|
240
|
-
CountryCodeEnum["UZ"] = "UZ";
|
|
241
|
-
CountryCodeEnum["VA"] = "VA";
|
|
242
|
-
CountryCodeEnum["VC"] = "VC";
|
|
243
|
-
CountryCodeEnum["VE"] = "VE";
|
|
244
|
-
CountryCodeEnum["VG"] = "VG";
|
|
245
|
-
CountryCodeEnum["VI"] = "VI";
|
|
246
|
-
CountryCodeEnum["VN"] = "VN";
|
|
247
|
-
CountryCodeEnum["VU"] = "VU";
|
|
248
|
-
CountryCodeEnum["WF"] = "WF";
|
|
249
|
-
CountryCodeEnum["WS"] = "WS";
|
|
250
|
-
CountryCodeEnum["YE"] = "YE";
|
|
251
|
-
CountryCodeEnum["YT"] = "YT";
|
|
252
|
-
CountryCodeEnum["ZA"] = "ZA";
|
|
253
|
-
CountryCodeEnum["ZM"] = "ZM";
|
|
254
|
-
CountryCodeEnum["ZW"] = "ZW";
|
|
255
|
-
})(CountryCodeEnum || (exports.CountryCodeEnum = CountryCodeEnum = {}));
|
|
256
|
-
const COUNTRY_CODE_KEYS = Object.keys(CountryCodeEnum);
|
|
257
|
-
exports.COUNTRY_CODE_LIST = COUNTRY_CODE_KEYS.map(k => CountryCodeEnum[k]);
|
|
258
|
-
const isCountryCode = (value) => {
|
|
259
|
-
if (typeof value !== 'string')
|
|
260
|
-
return false;
|
|
261
|
-
const list = exports.COUNTRY_CODE_LIST;
|
|
262
|
-
return list.indexOf(value) !== -1;
|
|
263
|
-
};
|
|
264
|
-
exports.isCountryCode = isCountryCode;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeliveryRouteStatusEnum = void 0;
|
|
4
|
-
var DeliveryRouteStatusEnum;
|
|
5
|
-
(function (DeliveryRouteStatusEnum) {
|
|
6
|
-
DeliveryRouteStatusEnum["NEW"] = "NEW";
|
|
7
|
-
DeliveryRouteStatusEnum["IN_TRANSIT"] = "IN_TRANSIT";
|
|
8
|
-
DeliveryRouteStatusEnum["COMPLETED"] = "COMPLETED";
|
|
9
|
-
})(DeliveryRouteStatusEnum || (exports.DeliveryRouteStatusEnum = DeliveryRouteStatusEnum = {}));
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DiscountPriceRoundingEnum = void 0;
|
|
4
|
-
var DiscountPriceRoundingEnum;
|
|
5
|
-
(function (DiscountPriceRoundingEnum) {
|
|
6
|
-
DiscountPriceRoundingEnum["NONE"] = "NONE";
|
|
7
|
-
DiscountPriceRoundingEnum["ROUND_TO_INT"] = "ROUND_TO_INT";
|
|
8
|
-
DiscountPriceRoundingEnum["ROUND_TO_TENTH"] = "ROUND_TO_TENTH";
|
|
9
|
-
DiscountPriceRoundingEnum["ROUND_TO_HUNDREDTH"] = "ROUND_TO_HUNDREDTH";
|
|
10
|
-
})(DiscountPriceRoundingEnum || (exports.DiscountPriceRoundingEnum = DiscountPriceRoundingEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DiscountRulesApplyTypeEnum = void 0;
|
|
4
|
-
var DiscountRulesApplyTypeEnum;
|
|
5
|
-
(function (DiscountRulesApplyTypeEnum) {
|
|
6
|
-
DiscountRulesApplyTypeEnum["INCLUDE"] = "INCLUDE";
|
|
7
|
-
DiscountRulesApplyTypeEnum["EXCLUDE"] = "EXCLUDE";
|
|
8
|
-
})(DiscountRulesApplyTypeEnum || (exports.DiscountRulesApplyTypeEnum = DiscountRulesApplyTypeEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DiscountRulesModeTypeEnum = void 0;
|
|
4
|
-
var DiscountRulesModeTypeEnum;
|
|
5
|
-
(function (DiscountRulesModeTypeEnum) {
|
|
6
|
-
DiscountRulesModeTypeEnum["FIXED"] = "FIXED";
|
|
7
|
-
DiscountRulesModeTypeEnum["PERCENT"] = "PERCENT";
|
|
8
|
-
})(DiscountRulesModeTypeEnum || (exports.DiscountRulesModeTypeEnum = DiscountRulesModeTypeEnum = {}));
|