@floristcloud/api-lib 1.2.1 → 1.2.4
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/build/commands/action-log/create-action-log.command.js +15 -0
- package/build/commands/action-log/get-action-log-list-for-client.query.js +34 -0
- package/build/commands/action-log/get-action-log-list.query.js +35 -0
- package/build/commands/action-log/index.js +19 -0
- package/build/commands/auth/get-available-channels.command.js +17 -0
- package/build/commands/auth/index.js +26 -0
- package/build/commands/auth/list-mobile-buyer-tenants-by-phone.command.js +20 -0
- package/build/commands/auth/login-user.command.js +22 -0
- package/build/commands/auth/mobile-login-user.command.js +22 -0
- package/build/commands/auth/register-user.command.js +21 -0
- package/build/commands/auth/reset-password-by-admin.command.js +15 -0
- package/build/commands/auth/reset-password-by-security-code.command.js +24 -0
- package/build/commands/auth/reset-password-by-token.command.js +26 -0
- package/build/commands/auth/reset-password-by-user.command.js +15 -0
- package/build/commands/auth/restore-password-by-security-code.command.js +18 -0
- package/build/commands/bank-payment/apply-bank-payment-event.command.js +18 -0
- package/build/commands/bank-payment/get-bank-payment-list.query.js +38 -0
- package/build/commands/bank-payment/get-bank-payment-match-suggestions.query.js +12 -0
- package/build/commands/bank-payment/index.js +20 -0
- package/build/commands/bank-payment/update-bank-payment-status.query.js +19 -0
- package/build/commands/bank-payment-rule/create-bank-payment-rule.command.js +22 -0
- package/build/commands/bank-payment-rule/delete-bank-payment-rule.command.js +14 -0
- package/build/commands/bank-payment-rule/get-bank-payment-rule-list.query.js +18 -0
- package/build/commands/bank-payment-rule/get-bank-payment-rule.query.js +13 -0
- package/build/commands/bank-payment-rule/index.js +21 -0
- package/build/commands/bank-payment-rule/update-bank-payment-rule.command.js +22 -0
- package/build/commands/branch/create-branch.command.js +23 -0
- package/build/commands/branch/delete-branch.command.js +19 -0
- package/build/commands/branch/get-branch-list-all-by-client-uuid.query.js +15 -0
- package/build/commands/branch/get-branch-list.query.js +18 -0
- package/build/commands/branch/get-branch.query.js +15 -0
- package/build/commands/branch/index.js +22 -0
- package/build/commands/branch/update-branch.command.js +23 -0
- package/build/commands/category/create-category.command.js +21 -0
- package/build/commands/category/delete-category.command.js +19 -0
- package/build/commands/category/get-category-by-uuid.query.js +17 -0
- package/build/commands/category/get-category-list.query.js +30 -0
- package/build/commands/category/index.js +22 -0
- package/build/commands/category/update-category-command.js +23 -0
- package/build/commands/category/webshop/get-category-list-for-client.query.js +13 -0
- package/build/commands/category-alias/create-category-alias.command.js +17 -0
- package/build/commands/category-alias/delete-category-alias.command.js +19 -0
- package/build/commands/category-alias/get-category-alias-by-uuid.query.js +17 -0
- package/build/commands/category-alias/get-category-alias-list-by-category-uuid.query.js +21 -0
- package/build/commands/category-alias/get-category-alias-list.query.js +23 -0
- package/build/commands/category-alias/index.js +17 -0
- package/build/commands/category-alias/update-category-alias.command.js +18 -0
- package/build/commands/category-template/create-category-template.command.js +20 -0
- package/build/commands/category-template/get-category-template-by-uuid.query.js +13 -0
- package/build/commands/category-template/get-category-template-list.query.js +13 -0
- package/build/commands/category-template/index.js +20 -0
- package/build/commands/category-template/update-category-template.command.js +20 -0
- package/build/commands/client/attach-user-to-client.command.js +17 -0
- package/build/commands/client/create-client.command.js +36 -0
- package/build/commands/client/delete-client.command.js +19 -0
- package/build/commands/client/detach-user-from-client.command.js +15 -0
- package/build/commands/client/get-client-calculate.query.js +17 -0
- package/build/commands/client/get-client-debt-list.query.js +25 -0
- package/build/commands/client/get-client-filters-values.query.js +17 -0
- package/build/commands/client/get-client-list.query.js +31 -0
- package/build/commands/client/get-client.query.js +15 -0
- package/build/commands/client/import-client.command.js +22 -0
- package/build/commands/client/index.js +36 -0
- package/build/commands/client/marking/create-client-marking.command.js +17 -0
- package/build/commands/client/marking/delete-client-marking.command.js +15 -0
- package/build/commands/client/marking/get-client-marking-by-client-list.command.js +16 -0
- package/build/commands/client/marking/update-client-marking.command.js +17 -0
- package/build/commands/client/profile/create-client-individual-profile.command.js +20 -0
- package/build/commands/client/profile/create-client-legal-profile.command.js +19 -0
- package/build/commands/client/profile/delete-client-individual-profile.command.js +17 -0
- package/build/commands/client/profile/delete-client-legal-profile.command.js +17 -0
- package/build/commands/client/profile/get-client-individual-profile.query.js +17 -0
- package/build/commands/client/profile/index.js +23 -0
- package/build/commands/client/profile/update-client-individual-profile.command.js +20 -0
- package/build/commands/client/profile/update-client-legal-profile.command.js +19 -0
- package/build/commands/client/set-balance-calculate-client.command.js +13 -0
- package/build/commands/client/update-client.command.js +38 -0
- package/build/commands/client/webshop/register-client-webshop.command.js +23 -0
- package/build/commands/client/webshop/update-client-for-client.command.js +21 -0
- package/build/commands/client-payment-identifier/create-client-payment-identifier.command.js +22 -0
- package/build/commands/client-payment-identifier/delete-client-payment-identifier.command.js +14 -0
- package/build/commands/client-payment-identifier/get-client-payment-identifier-list.query.js +27 -0
- package/build/commands/client-payment-identifier/index.js +19 -0
- package/build/commands/company/createCompany.command.js +20 -0
- package/build/commands/company/createCompanyWithUser.command.js +27 -0
- package/build/commands/company/deleteCompany.command.js +19 -0
- package/build/commands/company/getCompany.query.js +17 -0
- package/build/commands/company/getCompanyList.query.js +18 -0
- package/build/commands/company/index.js +22 -0
- package/build/commands/company/updateCompany.command.js +17 -0
- package/build/commands/consignment/create-consignment.command.js +25 -0
- package/build/commands/consignment/delete-consignment.command.js +18 -0
- package/build/commands/consignment/execute-consignment-product-update.command.js +53 -0
- package/build/commands/consignment/export-consignment.command.js +30 -0
- package/build/commands/consignment/get-access-clients-consignment.query.js +13 -0
- package/build/commands/consignment/get-client-uuids-consignment.query.js +14 -0
- package/build/commands/consignment/get-consignment-filters-values.query.js +16 -0
- package/build/commands/consignment/get-consignment-list.query.js +42 -0
- package/build/commands/consignment/get-consignment.query.js +15 -0
- package/build/commands/consignment/import-consignment.command.js +38 -0
- package/build/commands/consignment/import-packing-consignment.command.js +26 -0
- package/build/commands/consignment/index.js +30 -0
- package/build/commands/consignment/update-consignment.command.js +25 -0
- package/build/commands/consignment/upsert-access-clients-consignment.command.js +23 -0
- package/build/commands/consignment/validate-consignment-distribution.query.js +15 -0
- package/build/commands/consignment-import-schema/create-consignment-import-scheme.command.js +17 -0
- package/build/commands/consignment-import-schema/get-all-consignment-import-schema.query.js +15 -0
- package/build/commands/consignment-import-schema/get-cosignment-import-schema.query.js +15 -0
- package/build/commands/consignment-import-schema/index.js +18 -0
- package/build/commands/consignment-import-schema/update-consignment-import-schema.command.js +14 -0
- package/build/commands/delivery-route/attach-order-list-to-delivery-route.command.js +16 -0
- package/build/commands/delivery-route/create-delivery-route.command.js +14 -0
- package/build/commands/delivery-route/delete-delivery-route.command.js +14 -0
- package/build/commands/delivery-route/detach-order-list-to-delivery-route.command.js +17 -0
- package/build/commands/delivery-route/get-delivery-route-list.query.js +25 -0
- package/build/commands/delivery-route/get-delivery-route.query.js +15 -0
- package/build/commands/delivery-route/index.js +23 -0
- package/build/commands/delivery-route/update-delivery-route.command.js +14 -0
- package/build/commands/discount-rules/create-discount-rules.command.js +17 -0
- package/build/commands/discount-rules/delete-discount-rules.command.js +13 -0
- package/build/commands/discount-rules/get-discount-rules-all.query.js +20 -0
- package/build/commands/discount-rules/get-discount-rules-extended.query.js +13 -0
- package/build/commands/discount-rules/get-discount-rules-list.query.js +18 -0
- package/build/commands/discount-rules/get-discount-rules.query.js +13 -0
- package/build/commands/discount-rules/index.js +25 -0
- package/build/commands/discount-rules/split-quantity-discount-rules-for-client.query.js +15 -0
- package/build/commands/discount-rules/split-quantity-discount-rules.query.js +15 -0
- package/build/commands/discount-rules/update-discount-rules.command.js +17 -0
- package/build/commands/distribution/create-distribution.command.js +15 -0
- package/build/commands/distribution/index.js +19 -0
- package/build/commands/distribution/update-is-packed-distribution.command.js +17 -0
- package/build/commands/distribution/validate-distribution-by-product.query.js +15 -0
- package/build/commands/domain/create-domain.command.js +14 -0
- package/build/commands/domain/delete-domain.command.js +13 -0
- package/build/commands/domain/get-domain-by-uuid.query.js +13 -0
- package/build/commands/domain/get-domain-list.query.js +18 -0
- package/build/commands/domain/index.js +21 -0
- package/build/commands/domain/update-domain.command.js +14 -0
- package/build/commands/employee-schedule/create-employee-schedule.command.js +14 -0
- package/build/commands/employee-schedule/delete-employee-schedule.command.js +13 -0
- package/build/commands/employee-schedule/get-employee-schedule-extended-list.query.js +19 -0
- package/build/commands/employee-schedule/get-employee-schedule-list.query.js +38 -0
- package/build/commands/employee-schedule/index.js +21 -0
- package/build/commands/employee-schedule/update-employee-schedule.command.js +14 -0
- package/build/commands/file/deleteFile.command.js +17 -0
- package/build/commands/file/index.js +18 -0
- package/build/commands/file/uploadFile.command.js +8 -0
- package/build/commands/index.js +78 -0
- package/build/commands/integration/index.js +18 -0
- package/build/commands/integration/telegram/generate-telegram-link.command.js +17 -0
- package/build/commands/integration/telegram/get-telegram-link-status.command.js +19 -0
- package/build/commands/integration/telegram/index.js +19 -0
- package/build/commands/integration/telegram/unlink-telegram.command.js +14 -0
- package/build/commands/integration/telegram-staff/generate-telegram-staff-link.command.js +17 -0
- package/build/commands/integration/telegram-staff/get-telegram-staff-link-status.command.js +19 -0
- package/build/commands/integration/telegram-staff/index.js +19 -0
- package/build/commands/integration/telegram-staff/unlink-telegram-staff.command.js +16 -0
- package/build/commands/message/get-clients-messages-context-with-unread.query.js +23 -0
- package/build/commands/message/get-context-unread-count.query.js +21 -0
- package/build/commands/message/get-contexts-with-unread.query.js +22 -0
- package/build/commands/message/index.js +22 -0
- package/build/commands/message/list-context-messages.query.js +23 -0
- package/build/commands/message/mark-context-read.command.js +21 -0
- package/build/commands/message/send-context-message.command.js +22 -0
- package/build/commands/money-account/create-money-account.command.js +18 -0
- package/build/commands/money-account/delete-money-account.command.js +14 -0
- package/build/commands/money-account/get-money-account-by-criteria.query.js +15 -0
- package/build/commands/money-account/get-money-account-list.query.js +21 -0
- package/build/commands/money-account/get-money-account.query.js +13 -0
- package/build/commands/money-account/index.js +22 -0
- package/build/commands/money-account/update-money-account.command.js +19 -0
- package/build/commands/notification/index.js +17 -0
- package/build/commands/notification/send-staff-notification-s2s.command.js +21 -0
- package/build/commands/order/apply-order-discount.command.js +18 -0
- package/build/commands/order/copy-order.command.js +13 -0
- package/build/commands/order/create-order.command.js +26 -0
- package/build/commands/order/delete-order.command.js +14 -0
- package/build/commands/order/export-order-invoice.command.js +12 -0
- package/build/commands/order/get-order-list.query.js +49 -0
- package/build/commands/order/get-order.query.js +15 -0
- package/build/commands/order/group/deletet-group-order.command.js +18 -0
- package/build/commands/order/group/get-group-order-invoice-info.query.js +27 -0
- package/build/commands/order/group/merge-orders.command.js +26 -0
- package/build/commands/order/group/send-group-order-invoice.command.js +21 -0
- package/build/commands/order/group/split-group-order.command.js +17 -0
- package/build/commands/order/group/update-group-order-status.command.js +20 -0
- package/build/commands/order/group/update-group-order-tag.command.js +19 -0
- package/build/commands/order/group/update-group-order-type.command.js +20 -0
- package/build/commands/order/index.js +41 -0
- package/build/commands/order/send-order-invoice.command.js +26 -0
- package/build/commands/order/update-order.command.js +30 -0
- package/build/commands/order/webshop/create-cart.command.js +15 -0
- package/build/commands/order/webshop/get-order-for-client.query.js +15 -0
- package/build/commands/order/webshop/get-order-list-for-client.query.js +53 -0
- package/build/commands/order/webshop/get-order-sales-by-month.query.js +16 -0
- package/build/commands/order/webshop/update-cart.command.js +27 -0
- package/build/commands/order/zeroing-receipt-delivery-order.command.js +13 -0
- package/build/commands/order-delivery/create-order-delivery.command.js +21 -0
- package/build/commands/order-delivery/delete-order-delivery.command.js +16 -0
- package/build/commands/order-delivery/index.js +19 -0
- package/build/commands/order-delivery/update-order-delivery.command.js +25 -0
- package/build/commands/order-product/create-order-product.command.js +22 -0
- package/build/commands/order-product/delete-order-product.command.js +16 -0
- package/build/commands/order-product/get-order-product-list-all.query.js +15 -0
- package/build/commands/order-product/get-order-product-list-for-distribute.query.js +18 -0
- package/build/commands/order-product/get-order-product-list.query.js +19 -0
- package/build/commands/order-product/get-order-product.query.js +15 -0
- package/build/commands/order-product/group/delete-group-order-product.command.js +18 -0
- package/build/commands/order-product/group/update-group-order-product-order.command.js +24 -0
- package/build/commands/order-product/group/update-group-order-product-tag.command.js +19 -0
- package/build/commands/order-product/group/verify-group-order-product.command.js +19 -0
- package/build/commands/order-product/group/zeroing-receipt-order-product.command.js +17 -0
- package/build/commands/order-product/index.js +35 -0
- package/build/commands/order-product/update-order-product.command.js +23 -0
- package/build/commands/order-product/verify-order-product.command.js +15 -0
- package/build/commands/order-product/webshop/create-order-product-for-client.command.js +18 -0
- package/build/commands/order-product/webshop/get-active-stepper-positions-order.query.js +14 -0
- package/build/commands/order-product/webshop/get-order-product-for-client-list.query.js +15 -0
- package/build/commands/order-product/webshop/set-order-product-quantity-webshop.command.js +14 -0
- package/build/commands/order-product/webshop/update-order-product-for-client.command.js +19 -0
- package/build/commands/package/create-package.command.js +14 -0
- package/build/commands/package/delete-package.command.js +16 -0
- package/build/commands/package/get-package-by-uuid.query.js +12 -0
- package/build/commands/package/get-package-filters-values.query.js +27 -0
- package/build/commands/package/get-package-list.query.js +21 -0
- package/build/commands/package/index.js +23 -0
- package/build/commands/package/reorder-packages.command.js +21 -0
- package/build/commands/package/update-package.command.js +14 -0
- package/build/commands/package/validate-product-package.query.js +15 -0
- package/build/commands/pre-order/create-order-from-pre-order.command.js +20 -0
- package/build/commands/pre-order/create-pre-order.command.js +14 -0
- package/build/commands/pre-order/delete-pre-order.command.js +13 -0
- package/build/commands/pre-order/export-pre-order.command.js +12 -0
- package/build/commands/pre-order/get-pre-order-by-pre-order-collection-uuid.command.js +12 -0
- package/build/commands/pre-order/get-pre-order-list.query.js +26 -0
- package/build/commands/pre-order/get-pre-order.query.js +12 -0
- package/build/commands/pre-order/get-standing-order-import-template.command.js +13 -0
- package/build/commands/pre-order/group/analyze-copy-pre-orders.command.js +23 -0
- package/build/commands/pre-order/group/analyze-create-orders-from-pre-orders.command.js +41 -0
- package/build/commands/pre-order/group/analyze-create-pre-orders-from-standing-orders.command.js +38 -0
- package/build/commands/pre-order/group/group-copy-pre-orders-to-collection.command.js +40 -0
- package/build/commands/pre-order/group/group-create-orders-from-pre-orders.command.js +39 -0
- package/build/commands/pre-order/group/group-create-pre-orders-from-standing-orders.command.js +36 -0
- package/build/commands/pre-order/group/group-delete-pre-order.command.js +18 -0
- package/build/commands/pre-order/group/group-update-pre-order.command.js +20 -0
- package/build/commands/pre-order/group/index.js +26 -0
- package/build/commands/pre-order/group/merge-pre-orders.command.js +33 -0
- package/build/commands/pre-order/import-standing-order.command.js +24 -0
- package/build/commands/pre-order/index.js +29 -0
- package/build/commands/pre-order/update-pre-order.command.js +14 -0
- package/build/commands/pre-order/webshop/checkout-pre-order-webshop.command.js +20 -0
- package/build/commands/pre-order/webshop/create-pre-order-webshop.command.js +14 -0
- package/build/commands/pre-order/webshop/delete-pre-order-webshop.command.js +13 -0
- package/build/commands/pre-order/webshop/get-pre-order-list-webshop.command.js +19 -0
- package/build/commands/pre-order/webshop/index.js +21 -0
- package/build/commands/pre-order/webshop/update-pre-order-webshop.command.js +14 -0
- package/build/commands/pre-order-collection/copy-pre-order-collection.command.js +13 -0
- package/build/commands/pre-order-collection/create-pre-order-collection.command.js +14 -0
- package/build/commands/pre-order-collection/delete-pre-order-collection.command.js +14 -0
- package/build/commands/pre-order-collection/get-pre-order-collection-all.query.js +13 -0
- package/build/commands/pre-order-collection/get-pre-order-collection-list.query.js +23 -0
- package/build/commands/pre-order-collection/get-pre-order-collection.query.js +13 -0
- package/build/commands/pre-order-collection/index.js +24 -0
- package/build/commands/pre-order-collection/match-images-for-collection.command.js +20 -0
- package/build/commands/pre-order-collection/update-pre-order-collection.command.js +14 -0
- package/build/commands/pre-order-collection/webshop/get-pre-order-collection-list-with-categories.query.js +13 -0
- package/build/commands/pre-order-collection-item/create-group-pre-order-collection-item.command.js +16 -0
- package/build/commands/pre-order-collection-item/create-pre-order-collection-item.command.js +14 -0
- package/build/commands/pre-order-collection-item/delete-group-pre-order-collection-item.command.js +19 -0
- package/build/commands/pre-order-collection-item/delete-pre-order-collection-item.command.js +14 -0
- package/build/commands/pre-order-collection-item/execute-pre-order-collection-item-update.command.js +50 -0
- package/build/commands/pre-order-collection-item/export-pre-order-collection-item-with-clients-horizontal.query.js +16 -0
- package/build/commands/pre-order-collection-item/export-pre-order-collection-item-with-clients-vertical.query.js +19 -0
- package/build/commands/pre-order-collection-item/get-active-pre-order-collection-item-list.query.js +19 -0
- package/build/commands/pre-order-collection-item/get-pre-order-collection-item-extended-with-clients-pre-order-product-list.query.js +22 -0
- package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list-filter-values-for-client.query.js +26 -0
- package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list-filter-values.query.js +24 -0
- package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list-for-client.query.js +24 -0
- package/build/commands/pre-order-collection-item/get-pre-order-collection-item-list.query.js +24 -0
- package/build/commands/pre-order-collection-item/get-pre-order-collection-item.query.js +13 -0
- package/build/commands/pre-order-collection-item/index.js +42 -0
- package/build/commands/pre-order-collection-item/move-pre-order-collection-items-analyze.command.js +51 -0
- package/build/commands/pre-order-collection-item/move-pre-order-collection-items-execute.command.js +16 -0
- package/build/commands/pre-order-collection-item/multiplicity-option/create-pre-order-collection-item-multiplicity-option.command.js +20 -0
- package/build/commands/pre-order-collection-item/multiplicity-option/delete-pre-order-collection-item-multiplicity-option.command.js +14 -0
- package/build/commands/pre-order-collection-item/multiplicity-option/get-pre-order-collection-item-multiplicity-option-titles.query.js +14 -0
- package/build/commands/pre-order-collection-item/multiplicity-option/get-pre-order-collection-item-multiplicity-options.query.js +15 -0
- package/build/commands/pre-order-collection-item/multiplicity-option/reorder-pre-order-collection-item-multiplicity-options.command.js +21 -0
- package/build/commands/pre-order-collection-item/multiplicity-option/update-pre-order-collection-item-multiplicity-option.command.js +22 -0
- package/build/commands/pre-order-collection-item/update-group-pre-order-collection-item.command.js +20 -0
- package/build/commands/pre-order-collection-item/update-pre-order-collection-item-product-maching.command.js +18 -0
- package/build/commands/pre-order-collection-item/update-pre-order-collection-item.command.js +14 -0
- package/build/commands/pre-order-product/create-manually-pre-order-product-for-standing-order.command.js +22 -0
- package/build/commands/pre-order-product/create-manually-pre-order-product.command.js +23 -0
- package/build/commands/pre-order-product/create-pre-order-product-webshop.command.js +14 -0
- package/build/commands/pre-order-product/create-pre-order-product.command.js +14 -0
- package/build/commands/pre-order-product/delete-many-pre-order-product-by-pre-order-collection-item.command.js +14 -0
- package/build/commands/pre-order-product/delete-pre-order-product-webshop.command.js +14 -0
- package/build/commands/pre-order-product/delete-pre-order-product.command.js +13 -0
- package/build/commands/pre-order-product/get-active-stepper-positions.query.js +17 -0
- package/build/commands/pre-order-product/get-pre-order-product-extended-list.query.js +18 -0
- package/build/commands/pre-order-product/get-pre-order-product-list.query.js +18 -0
- package/build/commands/pre-order-product/get-pre-order-product.query.js +13 -0
- package/build/commands/pre-order-product/get-pre-order-products-by-pre-order-list.command.js +17 -0
- package/build/commands/pre-order-product/get-pre-order-products-by-pre-order.command.js +13 -0
- package/build/commands/pre-order-product/group/move-group-pre-order-product.command.js +20 -0
- package/build/commands/pre-order-product/index.js +34 -0
- package/build/commands/pre-order-product/purchase-many-pre-order-product-by-pre-order-collection-item.command.js +18 -0
- package/build/commands/pre-order-product/set-pre-order-product-quantity-webshop.command.js +14 -0
- package/build/commands/pre-order-product/update-pre-order-product-webshop.command.js +14 -0
- package/build/commands/pre-order-product/update-pre-order-product.command.js +14 -0
- package/build/commands/product/create-product.command.js +43 -0
- package/build/commands/product/delete-product.command.js +16 -0
- package/build/commands/product/generate-product-qr.query.js +27 -0
- package/build/commands/product/get-all-product-by-consignment.query.js +15 -0
- package/build/commands/product/get-product-list-filters-values.query.js +38 -0
- package/build/commands/product/get-product-list.query.js +26 -0
- package/build/commands/product/get-product-quantity-calculate.query.js +25 -0
- package/build/commands/product/get-product.query.js +15 -0
- package/build/commands/product/get-products-unique.query.js +22 -0
- package/build/commands/product/group/delete-group-product.command.js +25 -0
- package/build/commands/product/group/index.js +23 -0
- package/build/commands/product/group/update-group-product-category.command.js +19 -0
- package/build/commands/product/group/update-group-product-consignment.command.js +19 -0
- package/build/commands/product/group/update-group-product-is-open-by-consignment.command.js +18 -0
- package/build/commands/product/group/update-group-product-is-open.command.js +19 -0
- package/build/commands/product/group/update-group-product-prices.command.js +24 -0
- package/build/commands/product/group/update-group-product-update-batch.command.js +44 -0
- package/build/commands/product/index.js +39 -0
- package/build/commands/product/match-images-for-products.command.js +20 -0
- package/build/commands/product/multiplicity-option/create-product-multiplicity-option.command.js +20 -0
- package/build/commands/product/multiplicity-option/delete-product-multiplicity-option.command.js +14 -0
- package/build/commands/product/multiplicity-option/get-product-multiplicity-option-titles.query.js +14 -0
- package/build/commands/product/multiplicity-option/get-product-multiplicity-options.query.js +15 -0
- package/build/commands/product/multiplicity-option/reorder-product-multiplicity-options.command.js +21 -0
- package/build/commands/product/multiplicity-option/update-product-multiplicity-option.command.js +22 -0
- package/build/commands/product/update-product.command.js +43 -0
- package/build/commands/product/webshop/get-client-product-list-filters-values.query.js +31 -0
- package/build/commands/product/webshop/get-product-delivery-dates.query.js +16 -0
- package/build/commands/product/webshop/get-product-for-client.query.js +15 -0
- package/build/commands/product/webshop/get-product-list-for-client.query.js +29 -0
- package/build/commands/product-configuration/create-product-configuration.command.js +14 -0
- package/build/commands/product-configuration/delete-product-configuration.command.js +15 -0
- package/build/commands/product-configuration/find-product-configuration-by-attributes.query.js +24 -0
- package/build/commands/product-configuration/get-product-configuration-list.query.js +28 -0
- package/build/commands/product-configuration/get-product-configuration.query.js +15 -0
- package/build/commands/product-configuration/index.js +22 -0
- package/build/commands/product-configuration/update-product-configuration.command.js +14 -0
- package/build/commands/product-image/alias/create-product-image-alias.command.js +17 -0
- package/build/commands/product-image/alias/delete-product-image-alias.command.js +15 -0
- package/build/commands/product-image/alias/update-product-image-alias.command.js +17 -0
- package/build/commands/product-image/create-product-image.command.js +23 -0
- package/build/commands/product-image/delete-product-image.command.js +13 -0
- package/build/commands/product-image/get-product-image-filter-values.query.js +24 -0
- package/build/commands/product-image/get-product-image-list.query.js +29 -0
- package/build/commands/product-image/get-product-image.query.js +13 -0
- package/build/commands/product-image/group/delete-group-product-image.command.js +18 -0
- package/build/commands/product-image/group/update-group-product-image.command.js +20 -0
- package/build/commands/product-image/index.js +28 -0
- package/build/commands/product-image/sync-product-image.command.js +14 -0
- package/build/commands/product-image/update-product-image.command.js +23 -0
- package/build/commands/product-image-template/create-product-image-template.command.js +15 -0
- package/build/commands/product-image-template/delete-group-product-image-template.command.js +17 -0
- package/build/commands/product-image-template/delete-product-image-template.command.js +13 -0
- package/build/commands/product-image-template/get-product-image-template-list.query.js +20 -0
- package/build/commands/product-image-template/get-product-image-template.query.js +13 -0
- package/build/commands/product-image-template/index.js +23 -0
- package/build/commands/product-image-template/start-parsing-product-image-template.command.js +14 -0
- package/build/commands/product-image-template/update-product-image-template.command.js +15 -0
- package/build/commands/product-in-package/create-product-in-package.command.js +15 -0
- package/build/commands/product-in-package/delete-from-orders-by-package.command.js +16 -0
- package/build/commands/product-in-package/delete-product-in-package.command.js +14 -0
- package/build/commands/product-in-package/get-product-in-package-by-uuid.query.js +13 -0
- package/build/commands/product-in-package/index.js +21 -0
- package/build/commands/product-in-package/update-product-in-package.command.js +15 -0
- package/build/commands/report/export-client-statement.query.js +31 -0
- package/build/commands/report/export-inventory-movement.query.js +52 -0
- package/build/commands/report/export-inventory-stock.query.js +32 -0
- package/build/commands/report/export-inventory-turnover.query.js +56 -0
- package/build/commands/report/export-sales-by-client.query.js +39 -0
- package/build/commands/report/export-sales-revenue.query.js +36 -0
- package/build/commands/report/get-report-by-client-weeks.query.js +31 -0
- package/build/commands/report/get-report-for-period.query.js +44 -0
- package/build/commands/report/get-report-group-by-client.query.js +46 -0
- package/build/commands/report/get-report-group-by-position.query.js +68 -0
- package/build/commands/report/index.js +26 -0
- package/build/commands/session/create-ws-ticket.command.js +11 -0
- package/build/commands/session/get-active-sessions.query.js +20 -0
- package/build/commands/session/index.js +15 -0
- package/build/commands/session/session-logout.command.js +11 -0
- package/build/commands/session/session-revoke-all.command.js +11 -0
- package/build/commands/session/validate-session-s2s.query.js +25 -0
- package/build/commands/session/validate-ws-ticket-s2s.query.js +12 -0
- package/build/commands/settings/get-settings-for-admin.query.js +13 -0
- package/build/commands/settings/get-settings.query.js +13 -0
- package/build/commands/settings/index.js +19 -0
- package/build/commands/settings/update-settings.command.js +14 -0
- package/build/commands/transaction/apply-prepayment-transaction.command.js +17 -0
- package/build/commands/transaction/create-transaction.command.js +24 -0
- package/build/commands/transaction/delete-transaction.command.js +16 -0
- package/build/commands/transaction/export-transactions.command.js +36 -0
- package/build/commands/transaction/generate-check-transaction.command.js +18 -0
- package/build/commands/transaction/generate-pre-payment-check.command.js +18 -0
- package/build/commands/transaction/get-sum-transaction-by-money-account.query.js +32 -0
- package/build/commands/transaction/get-transaction-list.query.js +38 -0
- package/build/commands/transaction/get-transaction-summary.query.js +39 -0
- package/build/commands/transaction/get-transaction.query.js +15 -0
- package/build/commands/transaction/index.js +28 -0
- package/build/commands/transaction/update-transaction.command.js +19 -0
- package/build/commands/transaction/webshop/get-transaction-list-for-client.query.js +37 -0
- package/build/commands/type/create-type.command.js +18 -0
- package/build/commands/type/delete-type.command.js +17 -0
- package/build/commands/type/get-type-by-criteria.query.js +15 -0
- package/build/commands/type/get-type-by-uuid.query.js +17 -0
- package/build/commands/type/get-type-list.query.js +24 -0
- package/build/commands/type/index.js +24 -0
- package/build/commands/type/update-type-rank-many.command.js +22 -0
- package/build/commands/type/update-type-rank.command.js +19 -0
- package/build/commands/type/update-type.command.js +18 -0
- package/build/commands/user/attachUserToCompany.command.js +13 -0
- package/build/commands/user/create-user-global.command.js +28 -0
- package/build/commands/user/createUser.command.js +14 -0
- package/build/commands/user/createUserByClientId.command.js +29 -0
- package/build/commands/user/createUserForCompany.command.js +27 -0
- package/build/commands/user/generate-and-send-password-by-admin.command.js +16 -0
- package/build/commands/user/get-user-list-s2s.query.js +13 -0
- package/build/commands/user/get-user-list.query.js +26 -0
- package/build/commands/user/getUser.command.js +14 -0
- package/build/commands/user/index.js +27 -0
- package/build/commands/user/update-password-by-user.command.js +15 -0
- package/build/commands/user/update-user.command.js +19 -0
- package/build/commands/user/updateRole.command.js +18 -0
- package/build/commands/work-session/close-work-session-for-employee.command.js +13 -0
- package/build/commands/work-session/create-many-work-session.command.js +17 -0
- package/build/commands/work-session/create-work-session-for-employee.command.js +14 -0
- package/build/commands/work-session/delete-work-session.command.js +13 -0
- package/build/commands/work-session/export-overtime.query.js +26 -0
- package/build/commands/work-session/get-work-session-extended-list.query.js +21 -0
- package/build/commands/work-session/index.js +23 -0
- package/build/commands/work-session/update-work-session.command.js +14 -0
- package/build/commands/wrire-off-archive/create-wrire-off-archive.command.js +20 -0
- package/build/commands/wrire-off-archive/get-write-off-archive-files.command.js +22 -0
- package/build/commands/wrire-off-archive/index.js +19 -0
- package/build/commands/wrire-off-archive/info-wrire-off-archive.command.js +20 -0
- package/build/commands/write-off/create-write-off-from-order.command.js +21 -0
- package/build/commands/write-off/create-write-off-from-pending.command.js +30 -0
- package/build/commands/write-off/create-write-off-images.command.js +17 -0
- package/build/commands/write-off/create-write-off.command.js +20 -0
- package/build/commands/write-off/delete-write-off-image.command.js +15 -0
- package/build/commands/write-off/delete-write-off.command.js +16 -0
- package/build/commands/write-off/get-write-off-list.query.js +27 -0
- package/build/commands/write-off/get-write-off-reason-list.query.js +16 -0
- package/build/commands/write-off/get-write-off-sum-by-order.query.js +14 -0
- package/build/commands/write-off/get-write-off.query.js +13 -0
- package/build/commands/write-off/index.js +29 -0
- package/build/commands/write-off/update-write-off-price.command.js +18 -0
- package/build/commands/write-off/update-write-off-status.command.js +29 -0
- package/build/commands/write-off/webshop/create-write-off-from-order-for-client.command.js +20 -0
- package/build/commands/write-off/webshop/get-write-off-list-by-order.query.js +15 -0
- package/build/commands/write-off/webshop/index.js +18 -0
- package/build/constant/error-i18n-key.js +21 -0
- package/build/constant/error.js +915 -0
- package/build/constant/index.js +19 -0
- package/build/constant/verbose.js +22 -0
- package/build/enum/action-log-type.enum.js +18 -0
- package/build/enum/bank-payment-event-status.enum.js +9 -0
- package/build/enum/bank-payment-rule-match-type.enum.js +10 -0
- package/build/enum/bank-provider.enum.js +7 -0
- package/build/enum/category-status.enum.js +8 -0
- package/build/enum/chat-has-manager-mode.enum.js +9 -0
- package/build/enum/chat-no-manager-mode.enum.js +8 -0
- package/build/enum/client-import-entity-property.enum.js +37 -0
- package/build/enum/client-legal-type.enum.js +8 -0
- package/build/enum/client-statement-type.enum.js +9 -0
- package/build/enum/client-status.enum.js +9 -0
- package/build/enum/client-type.enum.js +8 -0
- package/build/enum/companyStatus.enum.js +9 -0
- package/build/enum/consignment-access-client-status.enum.js +8 -0
- package/build/enum/consignment-distribution-validation-status.enum.js +8 -0
- package/build/enum/consignment-distribution-validation-type.enum.js +8 -0
- package/build/enum/consignment-import-errors.enum.js +9 -0
- package/build/enum/consignment-import-schema-relation-entity-property.enum.js +38 -0
- package/build/enum/consignment-status.enum.js +9 -0
- package/build/enum/consignment-write-off-archives-status.enum.js +9 -0
- package/build/enum/context-message-context-type.enum.js +9 -0
- package/build/enum/country-code.enum.js +264 -0
- package/build/enum/delivery-route-status.enum.js +9 -0
- package/build/enum/discount-price-routing.enum.js +10 -0
- package/build/enum/discount-rules-apply-type.enum.js +8 -0
- package/build/enum/discount-rules-mode-type.enum.js +8 -0
- package/build/enum/discount-rules-status.enum.js +8 -0
- package/build/enum/discount-rules-type.enum.js +11 -0
- package/build/enum/file-expire-prefix.enum.js +8 -0
- package/build/enum/image-type.enum.js +8 -0
- package/build/enum/import-error-code.enum.js +11 -0
- package/build/enum/index.js +82 -0
- package/build/enum/inventory-movement-type.enum.js +10 -0
- package/build/enum/language.enum.js +8 -0
- package/build/enum/match-confidence.enum.js +9 -0
- package/build/enum/menu-items-url.enum.js +15 -0
- package/build/enum/money-account-status.enum.js +8 -0
- package/build/enum/notification-channel.enum.js +17 -0
- package/build/enum/notification-status.enum.js +10 -0
- package/build/enum/notification-type.enum.js +12 -0
- package/build/enum/order-active-status-list.js +13 -0
- package/build/enum/order-balance-status-list.js +11 -0
- package/build/enum/order-by.enum.js +8 -0
- package/build/enum/order-delivery-status.enum.js +8 -0
- package/build/enum/order-distribute-status-list.js +10 -0
- package/build/enum/order-restricted-status-list.js +5 -0
- package/build/enum/order-status.enum.js +17 -0
- package/build/enum/order-type.enum.js +8 -0
- package/build/enum/order-webshop-available-status-list.js +15 -0
- package/build/enum/package-status.enum.js +9 -0
- package/build/enum/package-type.enum.js +36 -0
- package/build/enum/parse-status.enum.js +9 -0
- package/build/enum/position-report-type.enum.js +8 -0
- package/build/enum/pre-order-aggregation-mode.enum.js +9 -0
- package/build/enum/pre-order-collection-item-import-entity-property.enum.js +29 -0
- package/build/enum/pre-order-collection-status.enum.js +8 -0
- package/build/enum/pre-order-collection-type.enum.js +8 -0
- package/build/enum/pre-order-status.enum.js +12 -0
- package/build/enum/product-image-created-from.enum.js +8 -0
- package/build/enum/product-image-order.enum.js +8 -0
- package/build/enum/product-in-package-status.enum.js +8 -0
- package/build/enum/report-period-type.enum.js +9 -0
- package/build/enum/sales-unit.enum.js +9 -0
- package/build/enum/security-code-status.enum.js +11 -0
- package/build/enum/session-platform.enum.js +8 -0
- package/build/enum/transaction-type-groups.js +16 -0
- package/build/enum/transaction-type.enum.js +10 -0
- package/build/enum/user-type.enum.js +8 -0
- package/build/enum/userRole.enum.js +17 -0
- package/build/enum/userStatus.enum.js +9 -0
- package/build/enum/webshop-main-display-mode.enum.js +8 -0
- package/build/enum/webshop-mode.enum.js +8 -0
- package/build/enum/write-off-status.enum.js +9 -0
- package/build/helpers/date.helper.js +15 -0
- package/build/helpers/index.js +17 -0
- package/build/index.js +22 -0
- package/build/schemas/action-log/action-log-payload.schema.js +29 -0
- package/build/schemas/action-log/action-log.schema.js +105 -0
- package/build/schemas/action-log/index.js +30 -0
- package/build/schemas/action-log/order-create-action-log.schema.js +8 -0
- package/build/schemas/action-log/order-delete-action-log-payload.schema.js +8 -0
- package/build/schemas/action-log/order-info.schema.js +14 -0
- package/build/schemas/action-log/order-product-delete-action-log.schema.js +8 -0
- package/build/schemas/action-log/order-product-info.schema.js +16 -0
- package/build/schemas/action-log/order-product-update-action-log.schema.js +10 -0
- package/build/schemas/action-log/order-update-action-log.schema.js +9 -0
- package/build/schemas/action-log/pre-order-create-action-log.schema.js +8 -0
- package/build/schemas/action-log/pre-order-delete-action-log.schema.js +8 -0
- package/build/schemas/action-log/pre-order-info.schema.js +11 -0
- package/build/schemas/action-log/pre-order-product-delete-action-log.schema.js +8 -0
- package/build/schemas/action-log/pre-order-product-info.schema.js +13 -0
- package/build/schemas/action-log/pre-order-product-update-action-log.schema.js +11 -0
- package/build/schemas/action-log/transaction-add-action-log.schema.js +8 -0
- package/build/schemas/action-log/transaction-delete-action-log.schema.js +8 -0
- package/build/schemas/action-log/transaction-info.schema.js +13 -0
- package/build/schemas/bank-payment/bank-payment.schema.js +26 -0
- package/build/schemas/bank-payment/get-bank-payment-match-suggestions.schema.js +18 -0
- package/build/schemas/bank-payment/index.js +17 -0
- package/build/schemas/bank-payment-rule/bank-payment-rule.schema.js +19 -0
- package/build/schemas/branch/branch-list.schema.js +9 -0
- package/build/schemas/branch/branch.schema.js +17 -0
- package/build/schemas/category/category.schema.js +20 -0
- package/build/schemas/category-alias/category-alias.schema.js +17 -0
- package/build/schemas/category-template/category-template.schema.js +19 -0
- package/build/schemas/category-template/index.js +17 -0
- package/build/schemas/client/client-debt.schema.js +22 -0
- package/build/schemas/client/client-individual-profile.schema.js +13 -0
- package/build/schemas/client/client-legal-profile.schema.js +25 -0
- package/build/schemas/client/client-marking.schema.js +8 -0
- package/build/schemas/client/client.schema.js +53 -0
- package/build/schemas/client/index.js +21 -0
- package/build/schemas/client-payment-identifier/client-payment-identifier.schema.js +20 -0
- package/build/schemas/company/company.schema.js +14 -0
- package/build/schemas/company/companyList.schema.js +9 -0
- package/build/schemas/consignment/consignment-distribution-validation.schema.js +20 -0
- package/build/schemas/consignment/consignment-list.schema.js +9 -0
- package/build/schemas/consignment/consignment.schema.js +55 -0
- package/build/schemas/consignment-import-schema/consignment-import-schema.scheme.js +32 -0
- package/build/schemas/consignment-import-schema/index.js +17 -0
- package/build/schemas/consignment-import-schema-relation/consignment-import-schema-relation.schema.js +12 -0
- package/build/schemas/delete-data-response.schema.js +7 -0
- package/build/schemas/delivery-route/delivery-route.schema.js +49 -0
- package/build/schemas/discount-rules/discount-rules.schema.js +108 -0
- package/build/schemas/distribution/distribution.schema.js +24 -0
- package/build/schemas/distribution/validate-distribution-by-product.schema.js +9 -0
- package/build/schemas/domain/domain.schema.js +23 -0
- package/build/schemas/employee-schedule/employee-schedule.schema.js +42 -0
- package/build/schemas/error-message.schema.js +10 -0
- package/build/schemas/file/file.schema.js +7 -0
- package/build/schemas/file/index.js +17 -0
- package/build/schemas/index.js +76 -0
- package/build/schemas/message/client-inbox-item.schema.js +15 -0
- package/build/schemas/message/context-inbox.schema.js +22 -0
- package/build/schemas/message/context-message-list.schema.js +12 -0
- package/build/schemas/message/context-message.schema.js +18 -0
- package/build/schemas/message/index.js +20 -0
- package/build/schemas/messenger-profile/index.js +17 -0
- package/build/schemas/messenger-profile/user-messenger-profile.schema.js +18 -0
- package/build/schemas/money-account/money-account.schema.js +16 -0
- package/build/schemas/order/order.schema.js +62 -0
- package/build/schemas/order-delivery/order-delivery.schema.js +14 -0
- package/build/schemas/order-product/order-product-list.schema.js +13 -0
- package/build/schemas/order-product/order-product-multiplicity-optiom.schema.js +10 -0
- package/build/schemas/order-product/order-product.schema.js +70 -0
- package/build/schemas/package/package.schema.js +93 -0
- package/build/schemas/package/validate-package.schema.js +9 -0
- package/build/schemas/pre-order/pre-order-copy.schema.js +21 -0
- package/build/schemas/pre-order/pre-order.schema.js +49 -0
- package/build/schemas/pre-order-collection/pre-order-collection.schema.js +53 -0
- package/build/schemas/pre-order-collection-item/pre-order-collection-item-multiplicity-option.schema.js +11 -0
- package/build/schemas/pre-order-collection-item/pre-order-collection-item.schema.js +132 -0
- package/build/schemas/pre-order-product/pre-order-product.schema.js +126 -0
- package/build/schemas/product/product-list.schema.js +13 -0
- package/build/schemas/product/product-multiplicity-option.schema.js +11 -0
- package/build/schemas/product/product.schema.js +107 -0
- package/build/schemas/product-configuration/product-configuration.schema.js +34 -0
- package/build/schemas/product-image/product-image-alias.schema.js +8 -0
- package/build/schemas/product-image/product-image.schema.js +32 -0
- package/build/schemas/product-image-template/product-image-template.schema.js +21 -0
- package/build/schemas/product-in-package/product-in-package.schema.js +30 -0
- package/build/schemas/report/client-by-weeks.schema.js +14 -0
- package/build/schemas/report/client-statement.schema.js +13 -0
- package/build/schemas/session/session.schema.js +13 -0
- package/build/schemas/settings/settings.schema.js +224 -0
- package/build/schemas/transaction/transaction-list.schema.js +13 -0
- package/build/schemas/transaction/transaction.schema.js +31 -0
- package/build/schemas/type/type.schema.js +17 -0
- package/build/schemas/type/typeList.schema.js +9 -0
- package/build/schemas/user/user.schema.js +30 -0
- package/build/schemas/work-session/work-session.schema.js +41 -0
- package/build/schemas/write-off/write-off-image.schema.js +11 -0
- package/build/schemas/write-off/write-off-list.schema.js +9 -0
- package/build/schemas/write-off/write-off.schema.js +31 -0
- package/build/types/client-import-data.type.js +3 -0
- package/build/types/index.js +17 -0
- package/commands/auth/get-available-channels.command.ts +19 -0
- package/commands/auth/index.ts +2 -0
- package/commands/auth/list-mobile-buyer-tenants-by-phone.command.ts +23 -0
- package/commands/auth/restore-password-by-security-code.command.ts +2 -0
- package/enum/notification-channel.enum.ts +2 -0
- package/package.json +3 -5
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateActionLogContractCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const schemas_1 = require("../../schemas");
|
|
6
|
+
const CreateActionLogRequestSchema = schemas_1.CreateActionLogSchema;
|
|
7
|
+
const CreateActionLogResponseSchema = zod_1.z.object({
|
|
8
|
+
message: zod_1.z.string().optional(),
|
|
9
|
+
data: schemas_1.ActionLogSchema,
|
|
10
|
+
});
|
|
11
|
+
var CreateActionLogContractCommand;
|
|
12
|
+
(function (CreateActionLogContractCommand) {
|
|
13
|
+
CreateActionLogContractCommand.RequestSchema = CreateActionLogRequestSchema;
|
|
14
|
+
CreateActionLogContractCommand.ResponseSchema = CreateActionLogResponseSchema;
|
|
15
|
+
})(CreateActionLogContractCommand || (exports.CreateActionLogContractCommand = CreateActionLogContractCommand = {}));
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetActionLogListForClientContractQuery = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const date_helper_1 = require("../../helpers/date.helper");
|
|
6
|
+
const enum_1 = require("../../enum");
|
|
7
|
+
const schemas_1 = require("../../schemas");
|
|
8
|
+
const GetActionLogListForClientRequestSchema = zod_1.z
|
|
9
|
+
.object({
|
|
10
|
+
page: zod_1.z.coerce.number().optional().default(1),
|
|
11
|
+
count: zod_1.z.coerce.number().optional().default(10),
|
|
12
|
+
startDate: zod_1.z.coerce.date().optional(),
|
|
13
|
+
endDate: zod_1.z.coerce.date().optional(),
|
|
14
|
+
actionType: zod_1.z.nativeEnum(enum_1.ActionLogTypeEnum).optional(),
|
|
15
|
+
})
|
|
16
|
+
.refine(value => {
|
|
17
|
+
const { startDate, endDate } = value;
|
|
18
|
+
if (startDate && endDate) {
|
|
19
|
+
return (0, date_helper_1.dateRangeCheck)(startDate, endDate);
|
|
20
|
+
}
|
|
21
|
+
return true;
|
|
22
|
+
}, {
|
|
23
|
+
message: 'End date must be greater than start date',
|
|
24
|
+
path: ['endDate', 'startDate'],
|
|
25
|
+
});
|
|
26
|
+
const GetActionLogListForClientResponseSchema = zod_1.z.object({
|
|
27
|
+
message: zod_1.z.string().optional(),
|
|
28
|
+
data: schemas_1.ActionLogListSchema,
|
|
29
|
+
});
|
|
30
|
+
var GetActionLogListForClientContractQuery;
|
|
31
|
+
(function (GetActionLogListForClientContractQuery) {
|
|
32
|
+
GetActionLogListForClientContractQuery.RequestSchema = GetActionLogListForClientRequestSchema;
|
|
33
|
+
GetActionLogListForClientContractQuery.ResponseSchema = GetActionLogListForClientResponseSchema;
|
|
34
|
+
})(GetActionLogListForClientContractQuery || (exports.GetActionLogListForClientContractQuery = GetActionLogListForClientContractQuery = {}));
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetActionLogListContractQuery = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const schemas_1 = require("../../schemas");
|
|
6
|
+
const date_helper_1 = require("../../helpers/date.helper");
|
|
7
|
+
const enum_1 = require("../../enum");
|
|
8
|
+
const GetActionLogListRequestSchema = zod_1.z
|
|
9
|
+
.object({
|
|
10
|
+
page: zod_1.z.coerce.number().optional().default(1),
|
|
11
|
+
count: zod_1.z.coerce.number().optional().default(10),
|
|
12
|
+
actionType: zod_1.z.nativeEnum(enum_1.ActionLogTypeEnum).optional(),
|
|
13
|
+
entityUUID: zod_1.z.string().optional(),
|
|
14
|
+
startDate: zod_1.z.coerce.date().optional(),
|
|
15
|
+
endDate: zod_1.z.coerce.date().optional(),
|
|
16
|
+
})
|
|
17
|
+
.refine(value => {
|
|
18
|
+
const { startDate, endDate } = value;
|
|
19
|
+
if (startDate && endDate) {
|
|
20
|
+
return (0, date_helper_1.dateRangeCheck)(startDate, endDate);
|
|
21
|
+
}
|
|
22
|
+
return true;
|
|
23
|
+
}, {
|
|
24
|
+
message: 'End date must be greater than start date',
|
|
25
|
+
path: ['endDate', 'startDate'],
|
|
26
|
+
});
|
|
27
|
+
const GetActionLogListResponseSchema = zod_1.z.object({
|
|
28
|
+
message: zod_1.z.string().optional(),
|
|
29
|
+
data: schemas_1.ActionLogListSchema,
|
|
30
|
+
});
|
|
31
|
+
var GetActionLogListContractQuery;
|
|
32
|
+
(function (GetActionLogListContractQuery) {
|
|
33
|
+
GetActionLogListContractQuery.RequestSchema = GetActionLogListRequestSchema;
|
|
34
|
+
GetActionLogListContractQuery.ResponseSchema = GetActionLogListResponseSchema;
|
|
35
|
+
})(GetActionLogListContractQuery || (exports.GetActionLogListContractQuery = GetActionLogListContractQuery = {}));
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./create-action-log.command"), exports);
|
|
18
|
+
__exportStar(require("./get-action-log-list.query"), exports);
|
|
19
|
+
__exportStar(require("./get-action-log-list-for-client.query"), exports);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetAvailableChannelsContractCommand = exports.GetAvailableChannelsResponseSchema = exports.GetAvailableChannelsRequestSchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const enum_1 = require("../../enum");
|
|
6
|
+
exports.GetAvailableChannelsRequestSchema = zod_1.z.object({
|
|
7
|
+
email: zod_1.z.email().toLowerCase().optional(),
|
|
8
|
+
phone: zod_1.z.string().optional(),
|
|
9
|
+
});
|
|
10
|
+
exports.GetAvailableChannelsResponseSchema = zod_1.z.object({
|
|
11
|
+
channels: zod_1.z.array(zod_1.z.nativeEnum(enum_1.NotificationChannelEnum)),
|
|
12
|
+
});
|
|
13
|
+
var GetAvailableChannelsContractCommand;
|
|
14
|
+
(function (GetAvailableChannelsContractCommand) {
|
|
15
|
+
GetAvailableChannelsContractCommand.RequestSchema = exports.GetAvailableChannelsRequestSchema;
|
|
16
|
+
GetAvailableChannelsContractCommand.ResponseSchema = exports.GetAvailableChannelsResponseSchema;
|
|
17
|
+
})(GetAvailableChannelsContractCommand || (exports.GetAvailableChannelsContractCommand = GetAvailableChannelsContractCommand = {}));
|
|
@@ -0,0 +1,26 @@
|
|
|
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("./register-user.command"), exports);
|
|
18
|
+
__exportStar(require("./reset-password-by-user.command"), exports);
|
|
19
|
+
__exportStar(require("./reset-password-by-admin.command"), exports);
|
|
20
|
+
__exportStar(require("./login-user.command"), exports);
|
|
21
|
+
__exportStar(require("./list-mobile-buyer-tenants-by-phone.command"), exports);
|
|
22
|
+
__exportStar(require("./reset-password-by-token.command"), exports);
|
|
23
|
+
__exportStar(require("./restore-password-by-security-code.command"), exports);
|
|
24
|
+
__exportStar(require("./reset-password-by-security-code.command"), exports);
|
|
25
|
+
__exportStar(require("./mobile-login-user.command"), exports);
|
|
26
|
+
__exportStar(require("./get-available-channels.command"), exports);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListMobileBuyerTenantsByPhoneContractCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const ListMobileBuyerTenantsByPhoneRequestSchema = zod_1.z.object({
|
|
6
|
+
phone: zod_1.z.string().min(1),
|
|
7
|
+
});
|
|
8
|
+
const MobileBuyerTenantItemSchema = zod_1.z.object({
|
|
9
|
+
companyUUID: zod_1.z.uuid(),
|
|
10
|
+
displayName: zod_1.z.string(),
|
|
11
|
+
domain: zod_1.z.string().nullable(),
|
|
12
|
+
});
|
|
13
|
+
const ListMobileBuyerTenantsByPhoneResponseSchema = zod_1.z.object({
|
|
14
|
+
items: zod_1.z.array(MobileBuyerTenantItemSchema),
|
|
15
|
+
});
|
|
16
|
+
var ListMobileBuyerTenantsByPhoneContractCommand;
|
|
17
|
+
(function (ListMobileBuyerTenantsByPhoneContractCommand) {
|
|
18
|
+
ListMobileBuyerTenantsByPhoneContractCommand.RequestSchema = ListMobileBuyerTenantsByPhoneRequestSchema;
|
|
19
|
+
ListMobileBuyerTenantsByPhoneContractCommand.ResponseSchema = ListMobileBuyerTenantsByPhoneResponseSchema;
|
|
20
|
+
})(ListMobileBuyerTenantsByPhoneContractCommand || (exports.ListMobileBuyerTenantsByPhoneContractCommand = ListMobileBuyerTenantsByPhoneContractCommand = {}));
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LoginUserContractCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const LoginUserRequestSchema = zod_1.z.object({
|
|
6
|
+
email: zod_1.z.email().toLowerCase().optional(),
|
|
7
|
+
phone: zod_1.z.string().optional(),
|
|
8
|
+
password: zod_1.z.string(),
|
|
9
|
+
isRemember: zod_1.z.coerce.boolean(),
|
|
10
|
+
});
|
|
11
|
+
const LoginUserResponseSchema = zod_1.z.object({
|
|
12
|
+
user: zod_1.z.object({
|
|
13
|
+
uuid: zod_1.z.uuid(),
|
|
14
|
+
email: zod_1.z.email().nullable(),
|
|
15
|
+
phone: zod_1.z.string().nullable(),
|
|
16
|
+
}),
|
|
17
|
+
});
|
|
18
|
+
var LoginUserContractCommand;
|
|
19
|
+
(function (LoginUserContractCommand) {
|
|
20
|
+
LoginUserContractCommand.RequestSchema = LoginUserRequestSchema;
|
|
21
|
+
LoginUserContractCommand.ResponseSchema = LoginUserResponseSchema;
|
|
22
|
+
})(LoginUserContractCommand || (exports.LoginUserContractCommand = LoginUserContractCommand = {}));
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MobileLoginUserContractCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const MobileLoginUserRequestSchema = zod_1.z.object({
|
|
6
|
+
email: zod_1.z.email().toLowerCase().optional(),
|
|
7
|
+
phone: zod_1.z.string().optional(),
|
|
8
|
+
password: zod_1.z.string(),
|
|
9
|
+
});
|
|
10
|
+
const MobileLoginUserResponseSchema = zod_1.z.object({
|
|
11
|
+
sessionToken: zod_1.z.string(),
|
|
12
|
+
user: zod_1.z.object({
|
|
13
|
+
uuid: zod_1.z.uuid(),
|
|
14
|
+
email: zod_1.z.email().nullable(),
|
|
15
|
+
phone: zod_1.z.string().nullable(),
|
|
16
|
+
}),
|
|
17
|
+
});
|
|
18
|
+
var MobileLoginUserContractCommand;
|
|
19
|
+
(function (MobileLoginUserContractCommand) {
|
|
20
|
+
MobileLoginUserContractCommand.RequestSchema = MobileLoginUserRequestSchema;
|
|
21
|
+
MobileLoginUserContractCommand.ResponseSchema = MobileLoginUserResponseSchema;
|
|
22
|
+
})(MobileLoginUserContractCommand || (exports.MobileLoginUserContractCommand = MobileLoginUserContractCommand = {}));
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RegisterUserContractCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const RegisterUserRequestSchema = zod_1.z.object({
|
|
6
|
+
email: zod_1.z.email().toLowerCase(),
|
|
7
|
+
phone: zod_1.z.string(),
|
|
8
|
+
name: zod_1.z.string(),
|
|
9
|
+
password: zod_1.z.string(),
|
|
10
|
+
});
|
|
11
|
+
const RegisterUserResponseSchema = zod_1.z.object({
|
|
12
|
+
message: zod_1.z.string().optional(),
|
|
13
|
+
data: zod_1.z.object({
|
|
14
|
+
success: zod_1.z.boolean(),
|
|
15
|
+
}),
|
|
16
|
+
});
|
|
17
|
+
var RegisterUserContractCommand;
|
|
18
|
+
(function (RegisterUserContractCommand) {
|
|
19
|
+
RegisterUserContractCommand.RequestSchema = RegisterUserRequestSchema;
|
|
20
|
+
RegisterUserContractCommand.ResponseSchema = RegisterUserResponseSchema;
|
|
21
|
+
})(RegisterUserContractCommand || (exports.RegisterUserContractCommand = RegisterUserContractCommand = {}));
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ResetPasswordByAdminContractCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const ResetPasswordByAdminRequestSchema = zod_1.z.object({
|
|
6
|
+
password: zod_1.z.string(),
|
|
7
|
+
});
|
|
8
|
+
const ResetPasswordByAdminResponseSchema = zod_1.z.object({
|
|
9
|
+
message: zod_1.z.string().optional(),
|
|
10
|
+
});
|
|
11
|
+
var ResetPasswordByAdminContractCommand;
|
|
12
|
+
(function (ResetPasswordByAdminContractCommand) {
|
|
13
|
+
ResetPasswordByAdminContractCommand.RequestSchema = ResetPasswordByAdminRequestSchema;
|
|
14
|
+
ResetPasswordByAdminContractCommand.ResponseSchema = ResetPasswordByAdminResponseSchema;
|
|
15
|
+
})(ResetPasswordByAdminContractCommand || (exports.ResetPasswordByAdminContractCommand = ResetPasswordByAdminContractCommand = {}));
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ResetPasswordBySecurityCodeContractCommand = exports.ResetPasswordBySecurityCodeResponseSchema = exports.ResetPasswordBySecurityCodeRequestSchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.ResetPasswordBySecurityCodeRequestSchema = zod_1.z.object({
|
|
6
|
+
email: zod_1.z.email().toLowerCase().optional(),
|
|
7
|
+
phone: zod_1.z.string().optional(),
|
|
8
|
+
securityCode: zod_1.z.string(),
|
|
9
|
+
password: zod_1.z.string().min(6),
|
|
10
|
+
});
|
|
11
|
+
exports.ResetPasswordBySecurityCodeResponseSchema = zod_1.z.object({
|
|
12
|
+
data: zod_1.z.object({
|
|
13
|
+
user: zod_1.z.object({
|
|
14
|
+
uuid: zod_1.z.string(),
|
|
15
|
+
email: zod_1.z.string().nullable(),
|
|
16
|
+
phone: zod_1.z.string().nullable(),
|
|
17
|
+
}),
|
|
18
|
+
}),
|
|
19
|
+
});
|
|
20
|
+
var ResetPasswordBySecurityCodeContractCommand;
|
|
21
|
+
(function (ResetPasswordBySecurityCodeContractCommand) {
|
|
22
|
+
ResetPasswordBySecurityCodeContractCommand.RequestSchema = exports.ResetPasswordBySecurityCodeRequestSchema;
|
|
23
|
+
ResetPasswordBySecurityCodeContractCommand.ResponseSchema = exports.ResetPasswordBySecurityCodeResponseSchema;
|
|
24
|
+
})(ResetPasswordBySecurityCodeContractCommand || (exports.ResetPasswordBySecurityCodeContractCommand = ResetPasswordBySecurityCodeContractCommand = {}));
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ResetPasswordByTokenContractCommand = exports.ResetPasswordByTokenResponseSchema = exports.ResetPasswordByTokenRequestSchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.ResetPasswordByTokenRequestSchema = zod_1.z
|
|
6
|
+
.object({
|
|
7
|
+
email: zod_1.z.email().toLowerCase().optional(),
|
|
8
|
+
phone: zod_1.z.string().optional(),
|
|
9
|
+
restoreToken: zod_1.z.string(),
|
|
10
|
+
password: zod_1.z.string(),
|
|
11
|
+
})
|
|
12
|
+
.refine(data => data.email || data.phone, {
|
|
13
|
+
message: 'Either email or phone must be provided',
|
|
14
|
+
path: ['email', 'phone'],
|
|
15
|
+
});
|
|
16
|
+
exports.ResetPasswordByTokenResponseSchema = zod_1.z.object({
|
|
17
|
+
message: zod_1.z.string().optional(),
|
|
18
|
+
data: zod_1.z.object({
|
|
19
|
+
accessToken: zod_1.z.string(),
|
|
20
|
+
}),
|
|
21
|
+
});
|
|
22
|
+
var ResetPasswordByTokenContractCommand;
|
|
23
|
+
(function (ResetPasswordByTokenContractCommand) {
|
|
24
|
+
ResetPasswordByTokenContractCommand.RequestSchema = exports.ResetPasswordByTokenRequestSchema;
|
|
25
|
+
ResetPasswordByTokenContractCommand.ResponseSchema = exports.ResetPasswordByTokenResponseSchema;
|
|
26
|
+
})(ResetPasswordByTokenContractCommand || (exports.ResetPasswordByTokenContractCommand = ResetPasswordByTokenContractCommand = {}));
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ResetPasswordByUserContractCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const ResetPasswordByUserRequestSchema = zod_1.z.object({
|
|
6
|
+
password: zod_1.z.string(),
|
|
7
|
+
});
|
|
8
|
+
const ResetPasswordByUserResponseSchema = zod_1.z.object({
|
|
9
|
+
message: zod_1.z.string().optional(),
|
|
10
|
+
});
|
|
11
|
+
var ResetPasswordByUserContractCommand;
|
|
12
|
+
(function (ResetPasswordByUserContractCommand) {
|
|
13
|
+
ResetPasswordByUserContractCommand.RequestSchema = ResetPasswordByUserRequestSchema;
|
|
14
|
+
ResetPasswordByUserContractCommand.ResponseSchema = ResetPasswordByUserResponseSchema;
|
|
15
|
+
})(ResetPasswordByUserContractCommand || (exports.ResetPasswordByUserContractCommand = ResetPasswordByUserContractCommand = {}));
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RestorePasswordBySecurityCodeContractCommand = exports.RestorePasswordBySecurityCodeResponseSchema = exports.RestorePasswordBySecurityCodeRequestSchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const enum_1 = require("../../enum");
|
|
6
|
+
exports.RestorePasswordBySecurityCodeRequestSchema = zod_1.z.object({
|
|
7
|
+
email: zod_1.z.email().toLowerCase().optional(),
|
|
8
|
+
phone: zod_1.z.string().optional(),
|
|
9
|
+
channel: zod_1.z.nativeEnum(enum_1.NotificationChannelEnum).optional(),
|
|
10
|
+
});
|
|
11
|
+
exports.RestorePasswordBySecurityCodeResponseSchema = zod_1.z.object({
|
|
12
|
+
message: zod_1.z.string().optional(),
|
|
13
|
+
});
|
|
14
|
+
var RestorePasswordBySecurityCodeContractCommand;
|
|
15
|
+
(function (RestorePasswordBySecurityCodeContractCommand) {
|
|
16
|
+
RestorePasswordBySecurityCodeContractCommand.RequestSchema = exports.RestorePasswordBySecurityCodeRequestSchema;
|
|
17
|
+
RestorePasswordBySecurityCodeContractCommand.ResponseSchema = exports.RestorePasswordBySecurityCodeResponseSchema;
|
|
18
|
+
})(RestorePasswordBySecurityCodeContractCommand || (exports.RestorePasswordBySecurityCodeContractCommand = RestorePasswordBySecurityCodeContractCommand = {}));
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ApplyBankPaymentEventContractCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const ApplyBankPaymentEventRequestSchema = zod_1.z.object({
|
|
6
|
+
clientUUID: zod_1.z.uuid().optional().nullable(),
|
|
7
|
+
orderUUID: zod_1.z.uuid().optional().nullable(),
|
|
8
|
+
moneyAccountUUID: zod_1.z.uuid().optional().nullable(),
|
|
9
|
+
});
|
|
10
|
+
const ApplyBankPaymentEventResponseSchema = zod_1.z.object({
|
|
11
|
+
transactionUUID: zod_1.z.uuid().optional().nullable(),
|
|
12
|
+
appliedAt: zod_1.z.date(),
|
|
13
|
+
});
|
|
14
|
+
var ApplyBankPaymentEventContractCommand;
|
|
15
|
+
(function (ApplyBankPaymentEventContractCommand) {
|
|
16
|
+
ApplyBankPaymentEventContractCommand.RequestSchema = ApplyBankPaymentEventRequestSchema;
|
|
17
|
+
ApplyBankPaymentEventContractCommand.ResponseSchema = ApplyBankPaymentEventResponseSchema;
|
|
18
|
+
})(ApplyBankPaymentEventContractCommand || (exports.ApplyBankPaymentEventContractCommand = ApplyBankPaymentEventContractCommand = {}));
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetBankPaymentListContractQuery = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const date_helper_1 = require("../../helpers/date.helper");
|
|
6
|
+
const bank_payment_event_status_enum_1 = require("../../enum/bank-payment-event-status.enum");
|
|
7
|
+
const bank_payment_schema_1 = require("../../schemas/bank-payment/bank-payment.schema");
|
|
8
|
+
const GetBankPaymentListRequestSchema = zod_1.z
|
|
9
|
+
.object({
|
|
10
|
+
page: zod_1.z.coerce.number().optional().default(1),
|
|
11
|
+
count: zod_1.z.coerce.number().optional().default(20),
|
|
12
|
+
status: zod_1.z.nativeEnum(bank_payment_event_status_enum_1.BankPaymentEventStatusEnum).optional(),
|
|
13
|
+
searchQuery: zod_1.z.string().optional(),
|
|
14
|
+
startDate: zod_1.z.coerce.date().optional(),
|
|
15
|
+
endDate: zod_1.z.coerce.date().optional(),
|
|
16
|
+
})
|
|
17
|
+
.refine(value => {
|
|
18
|
+
const { startDate, endDate } = value;
|
|
19
|
+
if (startDate && endDate) {
|
|
20
|
+
return (0, date_helper_1.dateRangeCheck)(startDate, endDate);
|
|
21
|
+
}
|
|
22
|
+
return true;
|
|
23
|
+
}, {
|
|
24
|
+
message: 'End date must be greater than start date',
|
|
25
|
+
path: ['endDate', 'startDate'],
|
|
26
|
+
});
|
|
27
|
+
const GetBankPaymentListResponseSchema = zod_1.z.object({
|
|
28
|
+
message: zod_1.z.string().optional(),
|
|
29
|
+
data: zod_1.z.object({
|
|
30
|
+
list: bank_payment_schema_1.BankPaymentSchema.array(),
|
|
31
|
+
total: zod_1.z.number(),
|
|
32
|
+
}),
|
|
33
|
+
});
|
|
34
|
+
var GetBankPaymentListContractQuery;
|
|
35
|
+
(function (GetBankPaymentListContractQuery) {
|
|
36
|
+
GetBankPaymentListContractQuery.RequestSchema = GetBankPaymentListRequestSchema;
|
|
37
|
+
GetBankPaymentListContractQuery.ResponseSchema = GetBankPaymentListResponseSchema;
|
|
38
|
+
})(GetBankPaymentListContractQuery || (exports.GetBankPaymentListContractQuery = GetBankPaymentListContractQuery = {}));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetBankPaymentMatchSuggestionsContractQuery = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const get_bank_payment_match_suggestions_schema_1 = require("../../schemas/bank-payment/get-bank-payment-match-suggestions.schema");
|
|
6
|
+
var GetBankPaymentMatchSuggestionsContractQuery;
|
|
7
|
+
(function (GetBankPaymentMatchSuggestionsContractQuery) {
|
|
8
|
+
GetBankPaymentMatchSuggestionsContractQuery.RequestSchema = get_bank_payment_match_suggestions_schema_1.GetBankPaymentMatchSuggestionsRequestSchema;
|
|
9
|
+
GetBankPaymentMatchSuggestionsContractQuery.ResponseSchema = zod_1.z.object({
|
|
10
|
+
data: get_bank_payment_match_suggestions_schema_1.GetBankPaymentMatchSuggestionsResponseSchema,
|
|
11
|
+
});
|
|
12
|
+
})(GetBankPaymentMatchSuggestionsContractQuery || (exports.GetBankPaymentMatchSuggestionsContractQuery = GetBankPaymentMatchSuggestionsContractQuery = {}));
|
|
@@ -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("./get-bank-payment-list.query"), exports);
|
|
18
|
+
__exportStar(require("./update-bank-payment-status.query"), exports);
|
|
19
|
+
__exportStar(require("./get-bank-payment-match-suggestions.query"), exports);
|
|
20
|
+
__exportStar(require("./apply-bank-payment-event.command"), exports);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateBankPaymentStatusContractQuery = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const bank_payment_event_status_enum_1 = require("../../enum/bank-payment-event-status.enum");
|
|
6
|
+
const UpdateBankPaymentStatusRequestSchema = zod_1.z.object({
|
|
7
|
+
status: zod_1.z.nativeEnum(bank_payment_event_status_enum_1.BankPaymentEventStatusEnum),
|
|
8
|
+
});
|
|
9
|
+
const UpdateBankPaymentStatusResponseSchema = zod_1.z.object({
|
|
10
|
+
message: zod_1.z.string().optional(),
|
|
11
|
+
data: zod_1.z.object({
|
|
12
|
+
success: zod_1.z.boolean(),
|
|
13
|
+
}),
|
|
14
|
+
});
|
|
15
|
+
var UpdateBankPaymentStatusContractQuery;
|
|
16
|
+
(function (UpdateBankPaymentStatusContractQuery) {
|
|
17
|
+
UpdateBankPaymentStatusContractQuery.RequestSchema = UpdateBankPaymentStatusRequestSchema;
|
|
18
|
+
UpdateBankPaymentStatusContractQuery.ResponseSchema = UpdateBankPaymentStatusResponseSchema;
|
|
19
|
+
})(UpdateBankPaymentStatusContractQuery || (exports.UpdateBankPaymentStatusContractQuery = UpdateBankPaymentStatusContractQuery = {}));
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateBankPaymentRuleContractCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const bank_payment_rule_match_type_enum_1 = require("../../enum/bank-payment-rule-match-type.enum");
|
|
6
|
+
const bank_payment_rule_schema_1 = require("../../schemas/bank-payment-rule/bank-payment-rule.schema");
|
|
7
|
+
const CreateBankPaymentRuleRequestSchema = zod_1.z.object({
|
|
8
|
+
priority: zod_1.z.number().int().min(0).max(1000),
|
|
9
|
+
enabled: zod_1.z.boolean().default(true),
|
|
10
|
+
matchType: zod_1.z.nativeEnum(bank_payment_rule_match_type_enum_1.BankPaymentRuleMatchTypeEnum),
|
|
11
|
+
pattern: zod_1.z.string().min(1).max(500),
|
|
12
|
+
moneyAccountUUID: zod_1.z.uuid(),
|
|
13
|
+
});
|
|
14
|
+
const CreateBankPaymentRuleResponseSchema = zod_1.z.object({
|
|
15
|
+
message: zod_1.z.string().optional(),
|
|
16
|
+
data: bank_payment_rule_schema_1.BankPaymentRuleSchema,
|
|
17
|
+
});
|
|
18
|
+
var CreateBankPaymentRuleContractCommand;
|
|
19
|
+
(function (CreateBankPaymentRuleContractCommand) {
|
|
20
|
+
CreateBankPaymentRuleContractCommand.RequestSchema = CreateBankPaymentRuleRequestSchema;
|
|
21
|
+
CreateBankPaymentRuleContractCommand.ResponseSchema = CreateBankPaymentRuleResponseSchema;
|
|
22
|
+
})(CreateBankPaymentRuleContractCommand || (exports.CreateBankPaymentRuleContractCommand = CreateBankPaymentRuleContractCommand = {}));
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteBankPaymentRuleContractCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const DeleteBankPaymentRuleResponseSchema = zod_1.z.object({
|
|
6
|
+
message: zod_1.z.string().optional(),
|
|
7
|
+
data: zod_1.z.object({
|
|
8
|
+
success: zod_1.z.boolean(),
|
|
9
|
+
}),
|
|
10
|
+
});
|
|
11
|
+
var DeleteBankPaymentRuleContractCommand;
|
|
12
|
+
(function (DeleteBankPaymentRuleContractCommand) {
|
|
13
|
+
DeleteBankPaymentRuleContractCommand.ResponseSchema = DeleteBankPaymentRuleResponseSchema;
|
|
14
|
+
})(DeleteBankPaymentRuleContractCommand || (exports.DeleteBankPaymentRuleContractCommand = DeleteBankPaymentRuleContractCommand = {}));
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetBankPaymentRuleListContractQuery = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const bank_payment_rule_schema_1 = require("../../schemas/bank-payment-rule/bank-payment-rule.schema");
|
|
6
|
+
const GetBankPaymentRuleListRequestSchema = zod_1.z.object({
|
|
7
|
+
page: zod_1.z.coerce.number().int().positive().default(1),
|
|
8
|
+
count: zod_1.z.coerce.number().int().positive().default(10),
|
|
9
|
+
});
|
|
10
|
+
const GetBankPaymentRuleListResponseSchema = zod_1.z.object({
|
|
11
|
+
message: zod_1.z.string().optional(),
|
|
12
|
+
data: bank_payment_rule_schema_1.BankPaymentRuleListSchema,
|
|
13
|
+
});
|
|
14
|
+
var GetBankPaymentRuleListContractQuery;
|
|
15
|
+
(function (GetBankPaymentRuleListContractQuery) {
|
|
16
|
+
GetBankPaymentRuleListContractQuery.RequestSchema = GetBankPaymentRuleListRequestSchema;
|
|
17
|
+
GetBankPaymentRuleListContractQuery.ResponseSchema = GetBankPaymentRuleListResponseSchema;
|
|
18
|
+
})(GetBankPaymentRuleListContractQuery || (exports.GetBankPaymentRuleListContractQuery = GetBankPaymentRuleListContractQuery = {}));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetBankPaymentRuleContractQuery = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const bank_payment_rule_schema_1 = require("../../schemas/bank-payment-rule/bank-payment-rule.schema");
|
|
6
|
+
const GetBankPaymentRuleResponseSchema = zod_1.z.object({
|
|
7
|
+
message: zod_1.z.string().optional(),
|
|
8
|
+
data: bank_payment_rule_schema_1.BankPaymentRuleSchema,
|
|
9
|
+
});
|
|
10
|
+
var GetBankPaymentRuleContractQuery;
|
|
11
|
+
(function (GetBankPaymentRuleContractQuery) {
|
|
12
|
+
GetBankPaymentRuleContractQuery.ResponseSchema = GetBankPaymentRuleResponseSchema;
|
|
13
|
+
})(GetBankPaymentRuleContractQuery || (exports.GetBankPaymentRuleContractQuery = GetBankPaymentRuleContractQuery = {}));
|
|
@@ -0,0 +1,21 @@
|
|
|
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("./create-bank-payment-rule.command"), exports);
|
|
18
|
+
__exportStar(require("./update-bank-payment-rule.command"), exports);
|
|
19
|
+
__exportStar(require("./delete-bank-payment-rule.command"), exports);
|
|
20
|
+
__exportStar(require("./get-bank-payment-rule-list.query"), exports);
|
|
21
|
+
__exportStar(require("./get-bank-payment-rule.query"), exports);
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateBankPaymentRuleContractCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const bank_payment_rule_match_type_enum_1 = require("../../enum/bank-payment-rule-match-type.enum");
|
|
6
|
+
const bank_payment_rule_schema_1 = require("../../schemas/bank-payment-rule/bank-payment-rule.schema");
|
|
7
|
+
const UpdateBankPaymentRuleRequestSchema = zod_1.z.object({
|
|
8
|
+
priority: zod_1.z.number().int().min(0).max(1000).optional(),
|
|
9
|
+
enabled: zod_1.z.boolean().optional(),
|
|
10
|
+
matchType: zod_1.z.nativeEnum(bank_payment_rule_match_type_enum_1.BankPaymentRuleMatchTypeEnum).optional(),
|
|
11
|
+
pattern: zod_1.z.string().min(1).max(500).optional(),
|
|
12
|
+
moneyAccountUUID: zod_1.z.uuid().optional(),
|
|
13
|
+
});
|
|
14
|
+
const UpdateBankPaymentRuleResponseSchema = zod_1.z.object({
|
|
15
|
+
message: zod_1.z.string().optional(),
|
|
16
|
+
data: bank_payment_rule_schema_1.BankPaymentRuleSchema,
|
|
17
|
+
});
|
|
18
|
+
var UpdateBankPaymentRuleContractCommand;
|
|
19
|
+
(function (UpdateBankPaymentRuleContractCommand) {
|
|
20
|
+
UpdateBankPaymentRuleContractCommand.RequestSchema = UpdateBankPaymentRuleRequestSchema;
|
|
21
|
+
UpdateBankPaymentRuleContractCommand.ResponseSchema = UpdateBankPaymentRuleResponseSchema;
|
|
22
|
+
})(UpdateBankPaymentRuleContractCommand || (exports.UpdateBankPaymentRuleContractCommand = UpdateBankPaymentRuleContractCommand = {}));
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateBranchContractCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const branch_schema_1 = require("../../schemas/branch/branch.schema");
|
|
6
|
+
const CreateBranchRequestSchema = zod_1.z.object({
|
|
7
|
+
name: zod_1.z.string(),
|
|
8
|
+
contactName: zod_1.z.string().nullable(),
|
|
9
|
+
contactPhone: zod_1.z.string().nullable(),
|
|
10
|
+
address: zod_1.z.string().nullable(),
|
|
11
|
+
city: zod_1.z.string().nullable(),
|
|
12
|
+
region: zod_1.z.string().nullable(),
|
|
13
|
+
country: zod_1.z.string().nullable(),
|
|
14
|
+
});
|
|
15
|
+
const CreateBranchResponseSchema = zod_1.z.object({
|
|
16
|
+
message: zod_1.z.string().optional(),
|
|
17
|
+
data: branch_schema_1.BranchSchema.nullable(),
|
|
18
|
+
});
|
|
19
|
+
var CreateBranchContractCommand;
|
|
20
|
+
(function (CreateBranchContractCommand) {
|
|
21
|
+
CreateBranchContractCommand.RequestSchema = CreateBranchRequestSchema;
|
|
22
|
+
CreateBranchContractCommand.ResponseSchema = CreateBranchResponseSchema;
|
|
23
|
+
})(CreateBranchContractCommand || (exports.CreateBranchContractCommand = CreateBranchContractCommand = {}));
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteBranchContractCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const DeleteBranchRequestSchema = zod_1.z.object({
|
|
6
|
+
uuid: zod_1.z.uuid(),
|
|
7
|
+
});
|
|
8
|
+
const DeleteDataResponseSchema = zod_1.z.object({
|
|
9
|
+
success: zod_1.z.boolean(),
|
|
10
|
+
});
|
|
11
|
+
const DeleteBranchResponseSchema = zod_1.z.object({
|
|
12
|
+
message: zod_1.z.string().optional(),
|
|
13
|
+
data: DeleteDataResponseSchema,
|
|
14
|
+
});
|
|
15
|
+
var DeleteBranchContractCommand;
|
|
16
|
+
(function (DeleteBranchContractCommand) {
|
|
17
|
+
DeleteBranchContractCommand.RequestSchema = DeleteBranchRequestSchema;
|
|
18
|
+
DeleteBranchContractCommand.ResponseSchema = DeleteBranchResponseSchema;
|
|
19
|
+
})(DeleteBranchContractCommand || (exports.DeleteBranchContractCommand = DeleteBranchContractCommand = {}));
|