@mikemo-coposit/am-accounting-shared 0.0.2 → 0.0.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/dist/cjs/constants/cma/cma.constant.d.ts +6 -0
- package/dist/cjs/constants/cma/cma.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma/index.d.ts +2 -0
- package/dist/cjs/constants/cma/index.d.ts.map +1 -0
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +4 -0
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma-transaction/cma-payment-method.constant.d.ts +4 -0
- package/dist/cjs/constants/cma-transaction/cma-payment-method.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts +20 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma-transaction/index.d.ts +4 -0
- package/dist/cjs/constants/cma-transaction/index.d.ts.map +1 -0
- package/dist/cjs/constants/common/account-period.constant.d.ts +5 -0
- package/dist/cjs/constants/common/account-period.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/common-status.constant.d.ts +5 -0
- package/dist/cjs/constants/common/common-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/common-sync-status.constant.d.ts +7 -0
- package/dist/cjs/constants/common/common-sync-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/index.d.ts +6 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -0
- package/dist/cjs/constants/common/reconcile-transaction-action.constant.d.ts +5 -0
- package/dist/cjs/constants/common/reconcile-transaction-action.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/reconciliation.constant.d.ts +5 -0
- package/dist/cjs/constants/common/reconciliation.constant.d.ts.map +1 -0
- package/dist/cjs/constants/index.d.ts +11 -0
- package/dist/cjs/constants/index.d.ts.map +1 -0
- package/dist/cjs/constants/menu/index.d.ts +3 -0
- package/dist/cjs/constants/menu/index.d.ts.map +1 -0
- package/dist/cjs/constants/menu/menu-status.constant.d.ts +6 -0
- package/dist/cjs/constants/menu/menu-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/menu/menu-type.constant.d.ts +7 -0
- package/dist/cjs/constants/menu/menu-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/mta/index.d.ts +2 -0
- package/dist/cjs/constants/mta/index.d.ts.map +1 -0
- package/dist/cjs/constants/mta/mta.d.ts +5 -0
- package/dist/cjs/constants/mta/mta.d.ts.map +1 -0
- package/dist/cjs/constants/mta-account-period/index.d.ts +2 -0
- package/dist/cjs/constants/mta-account-period/index.d.ts.map +1 -0
- package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts +5 -0
- package/dist/cjs/constants/mta-account-period/mta-account-period.constant.d.ts.map +1 -0
- package/dist/cjs/constants/mta-reconciliation/index.d.ts +2 -0
- package/dist/cjs/constants/mta-reconciliation/index.d.ts.map +1 -0
- package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +5 -0
- package/dist/cjs/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +1 -0
- package/dist/cjs/constants/mta-transaction/index.d.ts +4 -0
- package/dist/cjs/constants/mta-transaction/index.d.ts.map +1 -0
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +6 -0
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/mta-transaction/mta-payment-method.constant.d.ts +4 -0
- package/dist/cjs/constants/mta-transaction/mta-payment-method.constant.d.ts.map +1 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +35 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/project/index.d.ts +3 -0
- package/dist/cjs/constants/project/index.d.ts.map +1 -0
- package/dist/cjs/constants/project/project-apply-status.rest.constant.d.ts +9 -0
- package/dist/cjs/constants/project/project-apply-status.rest.constant.d.ts.map +1 -0
- package/dist/cjs/constants/project/project-mta-allocation-status.constant.d.ts +7 -0
- package/dist/cjs/constants/project/project-mta-allocation-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/property/index.d.ts +2 -0
- package/dist/cjs/constants/property/index.d.ts.map +1 -0
- package/dist/cjs/constants/property/property-status.constant.d.ts +10 -0
- package/dist/cjs/constants/property/property-status.constant.d.ts.map +1 -0
- package/dist/cjs/index.d.ts +6 -0
- package/dist/cjs/index.d.ts.map +1 -0
- package/dist/cjs/index.js +7216 -0
- package/dist/cjs/index.js.LICENSE.txt +13 -0
- package/dist/cjs/interfaces/common/common.interface.d.ts +5 -0
- package/dist/cjs/interfaces/common/common.interface.d.ts.map +1 -0
- package/dist/cjs/interfaces/common/index.d.ts +2 -0
- package/dist/cjs/interfaces/common/index.d.ts.map +1 -0
- package/dist/cjs/interfaces/index.d.ts +2 -0
- package/dist/cjs/interfaces/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/cma-res.schema.d.ts +333 -0
- package/dist/cjs/schemas/cma/cma-res.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +64 -0
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +25 -0
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/index.d.ts +4 -0
- package/dist/cjs/schemas/cma/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +19 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +4381 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +46 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1052 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-account-period/index.d.ts +6 -0
- package/dist/cjs/schemas/cma-account-period/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +19 -0
- package/dist/cjs/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +37 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +49 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/index.d.ts +3 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +61 -0
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +71 -0
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +16 -0
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciliation/index.d.ts +5 -0
- package/dist/cjs/schemas/cma-reconciliation/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +16 -0
- package/dist/cjs/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +82 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +1206 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +38 -0
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/index.d.ts +6 -0
- package/dist/cjs/schemas/cma-transaction/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +17 -0
- package/dist/cjs/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +28 -0
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/developer/index.d.ts +2 -0
- package/dist/cjs/schemas/developer/index.d.ts.map +1 -0
- package/dist/cjs/schemas/index.d.ts +20 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -0
- package/dist/{schemas → cjs/schemas}/menu/create-menu.schema.d.ts +7 -9
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/menu/index.d.ts +4 -0
- package/dist/cjs/schemas/menu/index.d.ts.map +1 -0
- package/dist/{schemas → cjs/schemas}/menu/menu-res.schema.d.ts +44 -46
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts.map +1 -0
- package/dist/{schemas → cjs/schemas}/menu/update-menu.schema.d.ts +9 -11
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +41 -0
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta/index.d.ts +5 -0
- package/dist/cjs/schemas/mta/index.d.ts.map +1 -0
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +61 -0
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +914 -0
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta/update-mta.schema.d.ts +13 -0
- package/dist/cjs/schemas/mta/update-mta.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-account-period/index.d.ts +6 -0
- package/dist/cjs/schemas/mta-account-period/index.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +19 -0
- package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +4435 -0
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +46 -0
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +1357 -0
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +19 -0
- package/dist/cjs/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-payment-method/index.d.ts +3 -0
- package/dist/cjs/schemas/mta-payment-method/index.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +82 -0
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +236 -0
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-reconciled-transaction/index.d.ts +3 -0
- package/dist/cjs/schemas/mta-reconciled-transaction/index.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +37 -0
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +49 -0
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +16 -0
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-reconciliation/index.d.ts +5 -0
- package/dist/cjs/schemas/mta-reconciliation/index.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +61 -0
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +71 -0
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +19 -0
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +16 -0
- package/dist/cjs/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +69 -0
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-transaction/index.d.ts +7 -0
- package/dist/cjs/schemas/mta-transaction/index.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +88 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +1219 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +17 -0
- package/dist/cjs/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payment-provider/index.d.ts +2 -0
- package/dist/cjs/schemas/payment-provider/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +31 -0
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/index.d.ts +6 -0
- package/dist/cjs/schemas/payout/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout.create.schema.d.ts +157 -0
- package/dist/cjs/schemas/payout/payout.create.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +342 -0
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +101 -0
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +183 -0
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +282 -0
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/project/index.d.ts +3 -0
- package/dist/cjs/schemas/project/index.d.ts.map +1 -0
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +41 -0
- package/dist/cjs/schemas/project/project.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +1233 -0
- package/dist/cjs/schemas/project/project.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +13 -0
- package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +13 -0
- package/dist/cjs/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/project-mta-allocation/index.d.ts +5 -0
- package/dist/cjs/schemas/project-mta-allocation/index.d.ts.map +1 -0
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +55 -0
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +452 -0
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts +33 -0
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/index.d.ts +5 -0
- package/dist/cjs/schemas/property/index.d.ts.map +1 -0
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +66 -0
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +61 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +1275 -0
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/user/index.d.ts +2 -0
- package/dist/cjs/schemas/user/index.d.ts.map +1 -0
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +52 -0
- package/dist/cjs/schemas/user/user.entity.schema.d.ts.map +1 -0
- package/dist/cjs/third-party-integrations/ammo-zepto/ammo-zepto.client.d.ts +13 -0
- package/dist/cjs/third-party-integrations/ammo-zepto/ammo-zepto.client.d.ts.map +1 -0
- package/dist/cjs/third-party-integrations/ammo-zepto/bank-accounts/bank-account.type.d.ts +19 -0
- package/dist/cjs/third-party-integrations/ammo-zepto/bank-accounts/bank-account.type.d.ts.map +1 -0
- package/dist/cjs/third-party-integrations/ammo-zepto/bank-accounts/bank-accounts.api.d.ts +8 -0
- package/dist/cjs/third-party-integrations/ammo-zepto/bank-accounts/bank-accounts.api.d.ts.map +1 -0
- package/dist/cjs/third-party-integrations/ammo-zepto/bank-accounts/index.d.ts +3 -0
- package/dist/cjs/third-party-integrations/ammo-zepto/bank-accounts/index.d.ts.map +1 -0
- package/dist/cjs/third-party-integrations/ammo-zepto/index.d.ts +3 -0
- package/dist/cjs/third-party-integrations/ammo-zepto/index.d.ts.map +1 -0
- package/dist/cjs/third-party-integrations/index.d.ts +2 -0
- package/dist/cjs/third-party-integrations/index.d.ts.map +1 -0
- package/dist/cjs/utils/amount.util.d.ts +3 -0
- package/dist/cjs/utils/amount.util.d.ts.map +1 -0
- package/dist/cjs/utils/currency.util.d.ts +5 -0
- package/dist/cjs/utils/currency.util.d.ts.map +1 -0
- package/dist/cjs/utils/index.d.ts +6 -0
- package/dist/cjs/utils/index.d.ts.map +1 -0
- package/dist/cjs/utils/mask-string.util.d.ts +6 -0
- package/dist/cjs/utils/mask-string.util.d.ts.map +1 -0
- package/dist/cjs/utils/payment-credential-generate.util.d.ts +11 -0
- package/dist/cjs/utils/payment-credential-generate.util.d.ts.map +1 -0
- package/dist/cjs/utils/transaction.util.d.ts +47 -0
- package/dist/cjs/utils/transaction.util.d.ts.map +1 -0
- package/dist/esm/constants/cma/cma.constant.d.ts +6 -0
- package/dist/esm/constants/cma/cma.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma/index.d.ts +2 -0
- package/dist/esm/constants/cma/index.d.ts.map +1 -0
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +4 -0
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma-transaction/cma-payment-method.constant.d.ts +4 -0
- package/dist/esm/constants/cma-transaction/cma-payment-method.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +20 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma-transaction/index.d.ts +4 -0
- package/dist/esm/constants/cma-transaction/index.d.ts.map +1 -0
- package/dist/esm/constants/common/account-period.constant.d.ts +5 -0
- package/dist/esm/constants/common/account-period.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/common-status.constant.d.ts +5 -0
- package/dist/esm/constants/common/common-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/common-sync-status.constant.d.ts +7 -0
- package/dist/esm/constants/common/common-sync-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/index.d.ts +6 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -0
- package/dist/esm/constants/common/reconcile-transaction-action.constant.d.ts +5 -0
- package/dist/esm/constants/common/reconcile-transaction-action.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/reconciliation.constant.d.ts +5 -0
- package/dist/esm/constants/common/reconciliation.constant.d.ts.map +1 -0
- package/dist/esm/constants/index.d.ts +11 -0
- package/dist/esm/constants/index.d.ts.map +1 -0
- package/dist/esm/constants/menu/index.d.ts +3 -0
- package/dist/esm/constants/menu/index.d.ts.map +1 -0
- package/dist/esm/constants/menu/menu-status.constant.d.ts +6 -0
- package/dist/esm/constants/menu/menu-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/menu/menu-type.constant.d.ts +7 -0
- package/dist/esm/constants/menu/menu-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/mta/index.d.ts +2 -0
- package/dist/esm/constants/mta/index.d.ts.map +1 -0
- package/dist/esm/constants/mta/mta.d.ts +5 -0
- package/dist/esm/constants/mta/mta.d.ts.map +1 -0
- package/dist/esm/constants/mta-account-period/index.d.ts +2 -0
- package/dist/esm/constants/mta-account-period/index.d.ts.map +1 -0
- package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts +5 -0
- package/dist/esm/constants/mta-account-period/mta-account-period.constant.d.ts.map +1 -0
- package/dist/esm/constants/mta-reconciliation/index.d.ts +2 -0
- package/dist/esm/constants/mta-reconciliation/index.d.ts.map +1 -0
- package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts +5 -0
- package/dist/esm/constants/mta-reconciliation/mta-reconciliation.constant.d.ts.map +1 -0
- package/dist/esm/constants/mta-transaction/index.d.ts +4 -0
- package/dist/esm/constants/mta-transaction/index.d.ts.map +1 -0
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +6 -0
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/mta-transaction/mta-payment-method.constant.d.ts +4 -0
- package/dist/esm/constants/mta-transaction/mta-payment-method.constant.d.ts.map +1 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +35 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/project/index.d.ts +3 -0
- package/dist/esm/constants/project/index.d.ts.map +1 -0
- package/dist/esm/constants/project/project-apply-status.rest.constant.d.ts +9 -0
- package/dist/esm/constants/project/project-apply-status.rest.constant.d.ts.map +1 -0
- package/dist/esm/constants/project/project-mta-allocation-status.constant.d.ts +7 -0
- package/dist/esm/constants/project/project-mta-allocation-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/property/index.d.ts +2 -0
- package/dist/esm/constants/property/index.d.ts.map +1 -0
- package/dist/esm/constants/property/property-status.constant.d.ts +10 -0
- package/dist/esm/constants/property/property-status.constant.d.ts.map +1 -0
- package/dist/esm/index.d.ts +6 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +3593 -0
- package/dist/esm/interfaces/common/common.interface.d.ts +5 -0
- package/dist/esm/interfaces/common/common.interface.d.ts.map +1 -0
- package/dist/esm/interfaces/common/index.d.ts +2 -0
- package/dist/esm/interfaces/common/index.d.ts.map +1 -0
- package/dist/esm/interfaces/index.d.ts +2 -0
- package/dist/esm/interfaces/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma/cma-res.schema.d.ts +333 -0
- package/dist/esm/schemas/cma/cma-res.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +64 -0
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +25 -0
- package/dist/esm/schemas/cma/create-cma.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma/index.d.ts +4 -0
- package/dist/esm/schemas/cma/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +19 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +4381 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +46 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +1052 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-account-period/index.d.ts +6 -0
- package/dist/esm/schemas/cma-account-period/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts +19 -0
- package/dist/esm/schemas/cma-account-period/update-cma-period-reconciled-to.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +37 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +49 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciled-transaction/index.d.ts +3 -0
- package/dist/esm/schemas/cma-reconciled-transaction/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +61 -0
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +71 -0
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +16 -0
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciliation/index.d.ts +5 -0
- package/dist/esm/schemas/cma-reconciliation/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/cma-reconciliation/update-cma-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts +16 -0
- package/dist/esm/schemas/cma-transaction/cancel-cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +82 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +1206 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +38 -0
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/index.d.ts +6 -0
- package/dist/esm/schemas/cma-transaction/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts +17 -0
- package/dist/esm/schemas/cma-transaction/reconcile-cma-transaction.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +28 -0
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/developer/index.d.ts +2 -0
- package/dist/esm/schemas/developer/index.d.ts.map +1 -0
- package/dist/esm/schemas/index.d.ts +20 -0
- package/dist/esm/schemas/index.d.ts.map +1 -0
- package/dist/{schemas/menu/create-menu.schema.d.mts → esm/schemas/menu/create-menu.schema.d.ts} +7 -9
- package/dist/esm/schemas/menu/create-menu.schema.d.ts.map +1 -0
- package/dist/esm/schemas/menu/index.d.ts +4 -0
- package/dist/esm/schemas/menu/index.d.ts.map +1 -0
- package/dist/{schemas/menu/menu-res.schema.d.mts → esm/schemas/menu/menu-res.schema.d.ts} +44 -46
- package/dist/esm/schemas/menu/menu-res.schema.d.ts.map +1 -0
- package/dist/{schemas/menu/update-menu.schema.d.mts → esm/schemas/menu/update-menu.schema.d.ts} +9 -11
- package/dist/esm/schemas/menu/update-menu.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +41 -0
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta/index.d.ts +5 -0
- package/dist/esm/schemas/mta/index.d.ts.map +1 -0
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +61 -0
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +914 -0
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta/update-mta.schema.d.ts +13 -0
- package/dist/esm/schemas/mta/update-mta.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-account-period/index.d.ts +6 -0
- package/dist/esm/schemas/mta-account-period/index.d.ts.map +1 -0
- package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +19 -0
- package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +4435 -0
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +46 -0
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +1357 -0
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts +19 -0
- package/dist/esm/schemas/mta-account-period/update-mta-period-reconciled-to.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-payment-method/index.d.ts +3 -0
- package/dist/esm/schemas/mta-payment-method/index.d.ts.map +1 -0
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +82 -0
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +236 -0
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-reconciled-transaction/index.d.ts +3 -0
- package/dist/esm/schemas/mta-reconciled-transaction/index.d.ts.map +1 -0
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +37 -0
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +49 -0
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +16 -0
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-reconciliation/index.d.ts +5 -0
- package/dist/esm/schemas/mta-reconciliation/index.d.ts.map +1 -0
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +61 -0
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +71 -0
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/mta-reconciliation/update-mta-reconciliation-current-bank-balance.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +19 -0
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts +16 -0
- package/dist/esm/schemas/mta-transaction/cancel-mta-transaction.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +69 -0
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-transaction/index.d.ts +7 -0
- package/dist/esm/schemas/mta-transaction/index.d.ts.map +1 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +88 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +1219 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts +17 -0
- package/dist/esm/schemas/mta-transaction/reconcile-mta-transaction.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payment-provider/index.d.ts +2 -0
- package/dist/esm/schemas/payment-provider/index.d.ts.map +1 -0
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +31 -0
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/index.d.ts +6 -0
- package/dist/esm/schemas/payout/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout.create.schema.d.ts +157 -0
- package/dist/esm/schemas/payout/payout.create.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +342 -0
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +101 -0
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +183 -0
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +282 -0
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts.map +1 -0
- package/dist/esm/schemas/project/index.d.ts +3 -0
- package/dist/esm/schemas/project/index.d.ts.map +1 -0
- package/dist/esm/schemas/project/project.entity.schema.d.ts +41 -0
- package/dist/esm/schemas/project/project.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/project/project.rest.schema.d.ts +1233 -0
- package/dist/esm/schemas/project/project.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +13 -0
- package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts.map +1 -0
- package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts +13 -0
- package/dist/esm/schemas/project-mta-allocation/approve-mta-allocation.schema.d.ts.map +1 -0
- package/dist/esm/schemas/project-mta-allocation/index.d.ts +5 -0
- package/dist/esm/schemas/project-mta-allocation/index.d.ts.map +1 -0
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +55 -0
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +452 -0
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/customer.entity.schema.d.ts +33 -0
- package/dist/esm/schemas/property/customer.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/index.d.ts +5 -0
- package/dist/esm/schemas/property/index.d.ts.map +1 -0
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +66 -0
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts +61 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/property.rest.schema.d.ts +1275 -0
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/user/index.d.ts +2 -0
- package/dist/esm/schemas/user/index.d.ts.map +1 -0
- package/dist/esm/schemas/user/user.entity.schema.d.ts +52 -0
- package/dist/esm/schemas/user/user.entity.schema.d.ts.map +1 -0
- package/dist/esm/third-party-integrations/ammo-zepto/ammo-zepto.client.d.ts +13 -0
- package/dist/esm/third-party-integrations/ammo-zepto/ammo-zepto.client.d.ts.map +1 -0
- package/dist/esm/third-party-integrations/ammo-zepto/bank-accounts/bank-account.type.d.ts +19 -0
- package/dist/esm/third-party-integrations/ammo-zepto/bank-accounts/bank-account.type.d.ts.map +1 -0
- package/dist/esm/third-party-integrations/ammo-zepto/bank-accounts/bank-accounts.api.d.ts +8 -0
- package/dist/esm/third-party-integrations/ammo-zepto/bank-accounts/bank-accounts.api.d.ts.map +1 -0
- package/dist/esm/third-party-integrations/ammo-zepto/bank-accounts/index.d.ts +3 -0
- package/dist/esm/third-party-integrations/ammo-zepto/bank-accounts/index.d.ts.map +1 -0
- package/dist/esm/third-party-integrations/ammo-zepto/index.d.ts +3 -0
- package/dist/esm/third-party-integrations/ammo-zepto/index.d.ts.map +1 -0
- package/dist/esm/third-party-integrations/index.d.ts +2 -0
- package/dist/esm/third-party-integrations/index.d.ts.map +1 -0
- package/dist/esm/utils/amount.util.d.ts +3 -0
- package/dist/esm/utils/amount.util.d.ts.map +1 -0
- package/dist/esm/utils/currency.util.d.ts +5 -0
- package/dist/esm/utils/currency.util.d.ts.map +1 -0
- package/dist/esm/utils/index.d.ts +6 -0
- package/dist/esm/utils/index.d.ts.map +1 -0
- package/dist/esm/utils/mask-string.util.d.ts +6 -0
- package/dist/esm/utils/mask-string.util.d.ts.map +1 -0
- package/dist/esm/utils/payment-credential-generate.util.d.ts +11 -0
- package/dist/esm/utils/payment-credential-generate.util.d.ts.map +1 -0
- package/dist/esm/utils/transaction.util.d.ts +47 -0
- package/dist/esm/utils/transaction.util.d.ts.map +1 -0
- package/package.json +16 -64
- package/dist/constants/index.d.mts +0 -5
- package/dist/constants/index.d.ts +0 -5
- package/dist/constants/index.js +0 -21
- package/dist/constants/index.js.map +0 -1
- package/dist/constants/index.mjs +0 -4
- package/dist/constants/index.mjs.map +0 -1
- package/dist/constants/menu/index.d.mts +0 -2
- package/dist/constants/menu/index.d.ts +0 -2
- package/dist/constants/menu/index.js +0 -20
- package/dist/constants/menu/index.js.map +0 -1
- package/dist/constants/menu/index.mjs +0 -3
- package/dist/constants/menu/index.mjs.map +0 -1
- package/dist/constants/menu/menu-status.constant.d.mts +0 -7
- package/dist/constants/menu/menu-status.constant.d.ts +0 -7
- package/dist/constants/menu/menu-status.constant.js +0 -28
- package/dist/constants/menu/menu-status.constant.js.map +0 -1
- package/dist/constants/menu/menu-status.constant.mjs +0 -8
- package/dist/constants/menu/menu-status.constant.mjs.map +0 -1
- package/dist/constants/menu/menu-type.constant.d.mts +0 -8
- package/dist/constants/menu/menu-type.constant.d.ts +0 -8
- package/dist/constants/menu/menu-type.constant.js +0 -29
- package/dist/constants/menu/menu-type.constant.js.map +0 -1
- package/dist/constants/menu/menu-type.constant.mjs +0 -9
- package/dist/constants/menu/menu-type.constant.mjs.map +0 -1
- package/dist/constants/project/index.d.mts +0 -2
- package/dist/constants/project/index.d.ts +0 -2
- package/dist/constants/project/index.js +0 -20
- package/dist/constants/project/index.js.map +0 -1
- package/dist/constants/project/index.mjs +0 -3
- package/dist/constants/project/index.mjs.map +0 -1
- package/dist/constants/project/project-res-status.constant.d.mts +0 -10
- package/dist/constants/project/project-res-status.constant.d.ts +0 -10
- package/dist/constants/project/project-res-status.constant.js +0 -31
- package/dist/constants/project/project-res-status.constant.js.map +0 -1
- package/dist/constants/project/project-res-status.constant.mjs +0 -11
- package/dist/constants/project/project-res-status.constant.mjs.map +0 -1
- package/dist/constants/project/project-trust-account-allocation-status.constant.d.mts +0 -8
- package/dist/constants/project/project-trust-account-allocation-status.constant.d.ts +0 -8
- package/dist/constants/project/project-trust-account-allocation-status.constant.js +0 -29
- package/dist/constants/project/project-trust-account-allocation-status.constant.js.map +0 -1
- package/dist/constants/project/project-trust-account-allocation-status.constant.mjs +0 -9
- package/dist/constants/project/project-trust-account-allocation-status.constant.mjs.map +0 -1
- package/dist/constants/trust-account/index.d.mts +0 -1
- package/dist/constants/trust-account/index.d.ts +0 -1
- package/dist/constants/trust-account/index.js +0 -19
- package/dist/constants/trust-account/index.js.map +0 -1
- package/dist/constants/trust-account/index.mjs +0 -2
- package/dist/constants/trust-account/index.mjs.map +0 -1
- package/dist/constants/trust-account/trust-account-status.constant.d.mts +0 -6
- package/dist/constants/trust-account/trust-account-status.constant.d.ts +0 -6
- package/dist/constants/trust-account/trust-account-status.constant.js +0 -29
- package/dist/constants/trust-account/trust-account-status.constant.js.map +0 -1
- package/dist/constants/trust-account/trust-account-status.constant.mjs +0 -9
- package/dist/constants/trust-account/trust-account-status.constant.mjs.map +0 -1
- package/dist/grpc/constants/accountms.constant.d.mts +0 -14
- package/dist/grpc/constants/accountms.constant.d.ts +0 -14
- package/dist/grpc/constants/accountms.constant.js +0 -39
- package/dist/grpc/constants/accountms.constant.js.map +0 -1
- package/dist/grpc/constants/accountms.constant.mjs +0 -19
- package/dist/grpc/constants/accountms.constant.mjs.map +0 -1
- package/dist/grpc/constants/index.d.mts +0 -1
- package/dist/grpc/constants/index.d.ts +0 -1
- package/dist/grpc/constants/index.js +0 -19
- package/dist/grpc/constants/index.js.map +0 -1
- package/dist/grpc/constants/index.mjs +0 -2
- package/dist/grpc/constants/index.mjs.map +0 -1
- package/dist/grpc/index.d.mts +0 -4
- package/dist/grpc/index.d.ts +0 -4
- package/dist/grpc/index.js +0 -20
- package/dist/grpc/index.js.map +0 -1
- package/dist/grpc/index.mjs +0 -3
- package/dist/grpc/index.mjs.map +0 -1
- package/dist/grpc/protos/common/common.file.d.mts +0 -2
- package/dist/grpc/protos/common/common.file.d.ts +0 -2
- package/dist/grpc/protos/common/common.file.proto +0 -30
- package/dist/grpc/protos/common/common.general.d.mts +0 -2
- package/dist/grpc/protos/common/common.general.d.ts +0 -2
- package/dist/grpc/protos/common/common.general.proto +0 -53
- package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.d.mts +0 -2
- package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.d.ts +0 -2
- package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.e.d.mts +0 -2
- package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.e.d.ts +0 -2
- package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.e.proto +0 -16
- package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.proto +0 -28
- package/dist/grpc/protos/trust-account/trust-account.d.mts +0 -2
- package/dist/grpc/protos/trust-account/trust-account.d.ts +0 -2
- package/dist/grpc/protos/trust-account/trust-account.e.d.mts +0 -2
- package/dist/grpc/protos/trust-account/trust-account.e.d.ts +0 -2
- package/dist/grpc/protos/trust-account/trust-account.e.proto +0 -18
- package/dist/grpc/protos/trust-account/trust-account.proto +0 -35
- package/dist/grpc/utils/grpc.options.util.d.mts +0 -10
- package/dist/grpc/utils/grpc.options.util.d.ts +0 -10
- package/dist/grpc/utils/grpc.options.util.js +0 -57
- package/dist/grpc/utils/grpc.options.util.js.map +0 -1
- package/dist/grpc/utils/grpc.options.util.mjs +0 -37
- package/dist/grpc/utils/grpc.options.util.mjs.map +0 -1
- package/dist/grpc/utils/index.d.mts +0 -3
- package/dist/grpc/utils/index.d.ts +0 -3
- package/dist/grpc/utils/index.js +0 -20
- package/dist/grpc/utils/index.js.map +0 -1
- package/dist/grpc/utils/index.mjs +0 -3
- package/dist/grpc/utils/index.mjs.map +0 -1
- package/dist/grpc/utils/proto.util.d.mts +0 -18
- package/dist/grpc/utils/proto.util.d.ts +0 -18
- package/dist/grpc/utils/proto.util.js +0 -102
- package/dist/grpc/utils/proto.util.js.map +0 -1
- package/dist/grpc/utils/proto.util.mjs +0 -82
- package/dist/grpc/utils/proto.util.mjs.map +0 -1
- package/dist/index.d.mts +0 -28
- package/dist/index.d.ts +0 -28
- package/dist/index.js +0 -23
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -6
- package/dist/index.mjs.map +0 -1
- package/dist/interfaces/common/common.interface.d.mts +0 -6
- package/dist/interfaces/common/common.interface.d.ts +0 -6
- package/dist/interfaces/common/common.interface.js +0 -17
- package/dist/interfaces/common/common.interface.js.map +0 -1
- package/dist/interfaces/common/common.interface.mjs +0 -1
- package/dist/interfaces/common/common.interface.mjs.map +0 -1
- package/dist/interfaces/common/index.d.mts +0 -1
- package/dist/interfaces/common/index.d.ts +0 -1
- package/dist/interfaces/common/index.js +0 -19
- package/dist/interfaces/common/index.js.map +0 -1
- package/dist/interfaces/common/index.mjs +0 -2
- package/dist/interfaces/common/index.mjs.map +0 -1
- package/dist/interfaces/index.d.mts +0 -12
- package/dist/interfaces/index.d.ts +0 -12
- package/dist/interfaces/index.js +0 -21
- package/dist/interfaces/index.js.map +0 -1
- package/dist/interfaces/index.mjs +0 -4
- package/dist/interfaces/index.mjs.map +0 -1
- package/dist/interfaces/project-trust-account-allocation/index.d.mts +0 -7
- package/dist/interfaces/project-trust-account-allocation/index.d.ts +0 -7
- package/dist/interfaces/project-trust-account-allocation/index.js +0 -20
- package/dist/interfaces/project-trust-account-allocation/index.js.map +0 -1
- package/dist/interfaces/project-trust-account-allocation/index.mjs +0 -3
- package/dist/interfaces/project-trust-account-allocation/index.mjs.map +0 -1
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.d.mts +0 -16
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.d.ts +0 -16
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.js +0 -17
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.js.map +0 -1
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.mjs +0 -1
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.mjs.map +0 -1
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.d.mts +0 -24
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.d.ts +0 -24
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.js +0 -17
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.js.map +0 -1
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.mjs +0 -1
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.mjs.map +0 -1
- package/dist/interfaces/trust-account/index.d.mts +0 -8
- package/dist/interfaces/trust-account/index.d.ts +0 -8
- package/dist/interfaces/trust-account/index.js +0 -20
- package/dist/interfaces/trust-account/index.js.map +0 -1
- package/dist/interfaces/trust-account/index.mjs +0 -3
- package/dist/interfaces/trust-account/index.mjs.map +0 -1
- package/dist/interfaces/trust-account/trust-account.entity.interface.d.mts +0 -18
- package/dist/interfaces/trust-account/trust-account.entity.interface.d.ts +0 -18
- package/dist/interfaces/trust-account/trust-account.entity.interface.js +0 -17
- package/dist/interfaces/trust-account/trust-account.entity.interface.js.map +0 -1
- package/dist/interfaces/trust-account/trust-account.entity.interface.mjs +0 -1
- package/dist/interfaces/trust-account/trust-account.entity.interface.mjs.map +0 -1
- package/dist/interfaces/trust-account/trust-account.grpc.interface.d.mts +0 -24
- package/dist/interfaces/trust-account/trust-account.grpc.interface.d.ts +0 -24
- package/dist/interfaces/trust-account/trust-account.grpc.interface.js +0 -17
- package/dist/interfaces/trust-account/trust-account.grpc.interface.js.map +0 -1
- package/dist/interfaces/trust-account/trust-account.grpc.interface.mjs +0 -1
- package/dist/interfaces/trust-account/trust-account.grpc.interface.mjs.map +0 -1
- package/dist/schemas/index.d.mts +0 -12
- package/dist/schemas/index.d.ts +0 -12
- package/dist/schemas/index.js +0 -22
- package/dist/schemas/index.js.map +0 -1
- package/dist/schemas/index.mjs +0 -5
- package/dist/schemas/index.mjs.map +0 -1
- package/dist/schemas/menu/create-menu.schema.js +0 -40
- package/dist/schemas/menu/create-menu.schema.js.map +0 -1
- package/dist/schemas/menu/create-menu.schema.mjs +0 -20
- package/dist/schemas/menu/create-menu.schema.mjs.map +0 -1
- package/dist/schemas/menu/index.d.mts +0 -4
- package/dist/schemas/menu/index.d.ts +0 -4
- package/dist/schemas/menu/index.js +0 -21
- package/dist/schemas/menu/index.js.map +0 -1
- package/dist/schemas/menu/index.mjs +0 -4
- package/dist/schemas/menu/index.mjs.map +0 -1
- package/dist/schemas/menu/menu-res.schema.js +0 -49
- package/dist/schemas/menu/menu-res.schema.js.map +0 -1
- package/dist/schemas/menu/menu-res.schema.mjs +0 -29
- package/dist/schemas/menu/menu-res.schema.mjs.map +0 -1
- package/dist/schemas/menu/update-menu.schema.js +0 -29
- package/dist/schemas/menu/update-menu.schema.js.map +0 -1
- package/dist/schemas/menu/update-menu.schema.mjs +0 -9
- package/dist/schemas/menu/update-menu.schema.mjs.map +0 -1
- package/dist/schemas/project/index.d.mts +0 -3
- package/dist/schemas/project/index.d.ts +0 -3
- package/dist/schemas/project/index.js +0 -19
- package/dist/schemas/project/index.js.map +0 -1
- package/dist/schemas/project/index.mjs +0 -2
- package/dist/schemas/project/index.mjs.map +0 -1
- package/dist/schemas/project/project-res.schema.d.mts +0 -154
- package/dist/schemas/project/project-res.schema.d.ts +0 -154
- package/dist/schemas/project/project-res.schema.js +0 -42
- package/dist/schemas/project/project-res.schema.js.map +0 -1
- package/dist/schemas/project/project-res.schema.mjs +0 -22
- package/dist/schemas/project/project-res.schema.mjs.map +0 -1
- package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.d.mts +0 -15
- package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.d.ts +0 -15
- package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.js +0 -29
- package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.js.map +0 -1
- package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.mjs +0 -9
- package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.mjs.map +0 -1
- package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.d.mts +0 -12
- package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.d.ts +0 -12
- package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.js +0 -28
- package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.js.map +0 -1
- package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.mjs +0 -8
- package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.mjs.map +0 -1
- package/dist/schemas/project-trust-account-allocation/index.d.mts +0 -4
- package/dist/schemas/project-trust-account-allocation/index.d.ts +0 -4
- package/dist/schemas/project-trust-account-allocation/index.js +0 -21
- package/dist/schemas/project-trust-account-allocation/index.js.map +0 -1
- package/dist/schemas/project-trust-account-allocation/index.mjs +0 -4
- package/dist/schemas/project-trust-account-allocation/index.mjs.map +0 -1
- package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.d.mts +0 -46
- package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.d.ts +0 -46
- package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.js +0 -39
- package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.js.map +0 -1
- package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.mjs +0 -19
- package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.mjs.map +0 -1
- package/dist/schemas/trust-account/create-trust-account.schema.d.mts +0 -28
- package/dist/schemas/trust-account/create-trust-account.schema.d.ts +0 -28
- package/dist/schemas/trust-account/create-trust-account.schema.js +0 -36
- package/dist/schemas/trust-account/create-trust-account.schema.js.map +0 -1
- package/dist/schemas/trust-account/create-trust-account.schema.mjs +0 -16
- package/dist/schemas/trust-account/create-trust-account.schema.mjs.map +0 -1
- package/dist/schemas/trust-account/index.d.mts +0 -5
- package/dist/schemas/trust-account/index.d.ts +0 -5
- package/dist/schemas/trust-account/index.js +0 -21
- package/dist/schemas/trust-account/index.js.map +0 -1
- package/dist/schemas/trust-account/index.mjs +0 -4
- package/dist/schemas/trust-account/index.mjs.map +0 -1
- package/dist/schemas/trust-account/trust-account-res.schema.d.mts +0 -31
- package/dist/schemas/trust-account/trust-account-res.schema.d.ts +0 -31
- package/dist/schemas/trust-account/trust-account-res.schema.js +0 -46
- package/dist/schemas/trust-account/trust-account-res.schema.js.map +0 -1
- package/dist/schemas/trust-account/trust-account-res.schema.mjs +0 -26
- package/dist/schemas/trust-account/trust-account-res.schema.mjs.map +0 -1
- package/dist/schemas/trust-account/update-trust-account.schema.d.mts +0 -15
- package/dist/schemas/trust-account/update-trust-account.schema.d.ts +0 -15
- package/dist/schemas/trust-account/update-trust-account.schema.js +0 -29
- package/dist/schemas/trust-account/update-trust-account.schema.js.map +0 -1
- package/dist/schemas/trust-account/update-trust-account.schema.mjs +0 -9
- package/dist/schemas/trust-account/update-trust-account.schema.mjs.map +0 -1
- package/dist/utils/index.d.mts +0 -1
- package/dist/utils/index.d.ts +0 -1
- package/dist/utils/index.js +0 -19
- package/dist/utils/index.js.map +0 -1
- package/dist/utils/index.mjs +0 -2
- package/dist/utils/index.mjs.map +0 -1
- package/dist/utils/mask.d.mts +0 -7
- package/dist/utils/mask.d.ts +0 -7
- package/dist/utils/mask.js +0 -41
- package/dist/utils/mask.js.map +0 -1
- package/dist/utils/mask.mjs +0 -21
- package/dist/utils/mask.mjs.map +0 -1
package/dist/schemas/index.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../packages/schemas/index.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\n\nexport * from './menu';\nexport * from './project';\nexport * from './project-trust-account-allocation';\nexport * from './trust-account';\n"],"mappings":"AAEA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var create_menu_schema_exports = {};
|
|
20
|
-
__export(create_menu_schema_exports, {
|
|
21
|
-
createMenuRestReqSchema: () => createMenuRestReqSchema
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(create_menu_schema_exports);
|
|
24
|
-
var import_zod = require("zod");
|
|
25
|
-
var import_menu_status = require("../../constants/menu/menu-status.constant");
|
|
26
|
-
var import_menu_type = require("../../constants/menu/menu-type.constant");
|
|
27
|
-
const createMenuRestReqSchema = import_zod.z.object({
|
|
28
|
-
parentId: import_zod.z.string().optional(),
|
|
29
|
-
label: import_zod.z.string(),
|
|
30
|
-
title: import_zod.z.string().optional(),
|
|
31
|
-
section: import_zod.z.string().optional(),
|
|
32
|
-
icon: import_zod.z.string().optional(),
|
|
33
|
-
show: import_zod.z.boolean().optional().default(true),
|
|
34
|
-
path: import_zod.z.string().optional(),
|
|
35
|
-
type: import_zod.z.nativeEnum(import_menu_type.MenuType),
|
|
36
|
-
permissionKey: import_zod.z.string().min(1, "Permission key is required"),
|
|
37
|
-
sort: import_zod.z.number().optional().default(99),
|
|
38
|
-
status: import_zod.z.nativeEnum(import_menu_status.MenuStatus).default(import_menu_status.MenuStatus.ACTIVE)
|
|
39
|
-
});
|
|
40
|
-
//# sourceMappingURL=create-menu.schema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../packages/schemas/menu/create-menu.schema.ts"],"sourcesContent":["import { z } from 'zod';\nimport { MenuStatus } from '../../constants/menu/menu-status.constant';\nimport { MenuType } from '../../constants/menu/menu-type.constant';\n\nexport const createMenuRestReqSchema = z.object({\n parentId: z.string().optional(),\n label: z.string(),\n title: z.string().optional(),\n section: z.string().optional(),\n icon: z.string().optional(),\n show: z.boolean().optional().default(true),\n path: z.string().optional(),\n type: z.nativeEnum(MenuType),\n permissionKey: z.string().min(1, 'Permission key is required'),\n sort: z.number().optional().default(99),\n status: z.nativeEnum(MenuStatus).default(MenuStatus.ACTIVE),\n});\n\nexport type CreateMenuRestReq = z.infer<typeof createMenuRestReqSchema>;\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAkB;AAClB,yBAA2B;AAC3B,uBAAyB;AAElB,MAAM,0BAA0B,aAAE,OAAO;AAAA,EAC9C,UAAU,aAAE,OAAO,EAAE,SAAS;AAAA,EAC9B,OAAO,aAAE,OAAO;AAAA,EAChB,OAAO,aAAE,OAAO,EAAE,SAAS;AAAA,EAC3B,SAAS,aAAE,OAAO,EAAE,SAAS;AAAA,EAC7B,MAAM,aAAE,OAAO,EAAE,SAAS;AAAA,EAC1B,MAAM,aAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,IAAI;AAAA,EACzC,MAAM,aAAE,OAAO,EAAE,SAAS;AAAA,EAC1B,MAAM,aAAE,WAAW,yBAAQ;AAAA,EAC3B,eAAe,aAAE,OAAO,EAAE,IAAI,GAAG,4BAA4B;AAAA,EAC7D,MAAM,aAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE;AAAA,EACtC,QAAQ,aAAE,WAAW,6BAAU,EAAE,QAAQ,8BAAW,MAAM;AAC5D,CAAC;","names":[]}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
import { MenuStatus } from "../../constants/menu/menu-status.constant";
|
|
3
|
-
import { MenuType } from "../../constants/menu/menu-type.constant";
|
|
4
|
-
const createMenuRestReqSchema = z.object({
|
|
5
|
-
parentId: z.string().optional(),
|
|
6
|
-
label: z.string(),
|
|
7
|
-
title: z.string().optional(),
|
|
8
|
-
section: z.string().optional(),
|
|
9
|
-
icon: z.string().optional(),
|
|
10
|
-
show: z.boolean().optional().default(true),
|
|
11
|
-
path: z.string().optional(),
|
|
12
|
-
type: z.nativeEnum(MenuType),
|
|
13
|
-
permissionKey: z.string().min(1, "Permission key is required"),
|
|
14
|
-
sort: z.number().optional().default(99),
|
|
15
|
-
status: z.nativeEnum(MenuStatus).default(MenuStatus.ACTIVE)
|
|
16
|
-
});
|
|
17
|
-
export {
|
|
18
|
-
createMenuRestReqSchema
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=create-menu.schema.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../packages/schemas/menu/create-menu.schema.ts"],"sourcesContent":["import { z } from 'zod';\nimport { MenuStatus } from '../../constants/menu/menu-status.constant';\nimport { MenuType } from '../../constants/menu/menu-type.constant';\n\nexport const createMenuRestReqSchema = z.object({\n parentId: z.string().optional(),\n label: z.string(),\n title: z.string().optional(),\n section: z.string().optional(),\n icon: z.string().optional(),\n show: z.boolean().optional().default(true),\n path: z.string().optional(),\n type: z.nativeEnum(MenuType),\n permissionKey: z.string().min(1, 'Permission key is required'),\n sort: z.number().optional().default(99),\n status: z.nativeEnum(MenuStatus).default(MenuStatus.ACTIVE),\n});\n\nexport type CreateMenuRestReq = z.infer<typeof createMenuRestReqSchema>;\n"],"mappings":"AAAA,SAAS,SAAS;AAClB,SAAS,kBAAkB;AAC3B,SAAS,gBAAgB;AAElB,MAAM,0BAA0B,EAAE,OAAO;AAAA,EAC9C,UAAU,EAAE,OAAO,EAAE,SAAS;AAAA,EAC9B,OAAO,EAAE,OAAO;AAAA,EAChB,OAAO,EAAE,OAAO,EAAE,SAAS;AAAA,EAC3B,SAAS,EAAE,OAAO,EAAE,SAAS;AAAA,EAC7B,MAAM,EAAE,OAAO,EAAE,SAAS;AAAA,EAC1B,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,IAAI;AAAA,EACzC,MAAM,EAAE,OAAO,EAAE,SAAS;AAAA,EAC1B,MAAM,EAAE,WAAW,QAAQ;AAAA,EAC3B,eAAe,EAAE,OAAO,EAAE,IAAI,GAAG,4BAA4B;AAAA,EAC7D,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE;AAAA,EACtC,QAAQ,EAAE,WAAW,UAAU,EAAE,QAAQ,WAAW,MAAM;AAC5D,CAAC;","names":[]}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export { CreateMenuRestReq, createMenuRestReqSchema } from './create-menu.schema.mjs';
|
|
2
|
-
export { MenuRestRes, menuRestResSchema, menuSchema } from './menu-res.schema.mjs';
|
|
3
|
-
export { UpdateMenuRestReq, updateMenuRestReqSchema } from './update-menu.schema.mjs';
|
|
4
|
-
import 'zod';
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export { CreateMenuRestReq, createMenuRestReqSchema } from './create-menu.schema.js';
|
|
2
|
-
export { MenuRestRes, menuRestResSchema, menuSchema } from './menu-res.schema.js';
|
|
3
|
-
export { UpdateMenuRestReq, updateMenuRestReqSchema } from './update-menu.schema.js';
|
|
4
|
-
import 'zod';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
-
var menu_exports = {};
|
|
17
|
-
module.exports = __toCommonJS(menu_exports);
|
|
18
|
-
__reExport(menu_exports, require("./create-menu.schema"), module.exports);
|
|
19
|
-
__reExport(menu_exports, require("./menu-res.schema"), module.exports);
|
|
20
|
-
__reExport(menu_exports, require("./update-menu.schema"), module.exports);
|
|
21
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../packages/schemas/menu/index.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\n\nexport * from './create-menu.schema';\nexport * from './menu-res.schema';\nexport * from './update-menu.schema';\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAEA,yBAAc,iCAFd;AAGA,yBAAc,8BAHd;AAIA,yBAAc,iCAJd;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../packages/schemas/menu/index.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\n\nexport * from './create-menu.schema';\nexport * from './menu-res.schema';\nexport * from './update-menu.schema';\n"],"mappings":"AAEA,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var menu_res_schema_exports = {};
|
|
20
|
-
__export(menu_res_schema_exports, {
|
|
21
|
-
menuRestResSchema: () => menuRestResSchema,
|
|
22
|
-
menuSchema: () => menuSchema
|
|
23
|
-
});
|
|
24
|
-
module.exports = __toCommonJS(menu_res_schema_exports);
|
|
25
|
-
var import_zod = require("zod");
|
|
26
|
-
var import_menu_status = require("../../constants/menu/menu-status.constant");
|
|
27
|
-
var import_menu_type = require("../../constants/menu/menu-type.constant");
|
|
28
|
-
const menuSchema = import_zod.z.object({
|
|
29
|
-
id: import_zod.z.string(),
|
|
30
|
-
parentId: import_zod.z.string().nullish(),
|
|
31
|
-
label: import_zod.z.string(),
|
|
32
|
-
title: import_zod.z.string().nullish(),
|
|
33
|
-
section: import_zod.z.string().nullish(),
|
|
34
|
-
icon: import_zod.z.string().nullish(),
|
|
35
|
-
path: import_zod.z.string().nullish(),
|
|
36
|
-
absolutePath: import_zod.z.string().nullish(),
|
|
37
|
-
type: import_zod.z.nativeEnum(import_menu_type.MenuType),
|
|
38
|
-
permissionKey: import_zod.z.string().nullish(),
|
|
39
|
-
sort: import_zod.z.number().nullish(),
|
|
40
|
-
show: import_zod.z.boolean().nullish(),
|
|
41
|
-
status: import_zod.z.nativeEnum(import_menu_status.MenuStatus),
|
|
42
|
-
createdAt: import_zod.z.date(),
|
|
43
|
-
updatedAt: import_zod.z.date(),
|
|
44
|
-
isArchived: import_zod.z.boolean()
|
|
45
|
-
});
|
|
46
|
-
const menuRestResSchema = menuSchema.extend({
|
|
47
|
-
children: import_zod.z.array(menuSchema).optional()
|
|
48
|
-
});
|
|
49
|
-
//# sourceMappingURL=menu-res.schema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../packages/schemas/menu/menu-res.schema.ts"],"sourcesContent":["import { z } from 'zod';\nimport { MenuStatus } from '../../constants/menu/menu-status.constant';\nimport { MenuType } from '../../constants/menu/menu-type.constant';\n\nexport const menuSchema = z.object({\n id: z.string(),\n parentId: z.string().nullish(),\n label: z.string(),\n title: z.string().nullish(),\n section: z.string().nullish(),\n icon: z.string().nullish(),\n path: z.string().nullish(),\n absolutePath: z.string().nullish(),\n type: z.nativeEnum(MenuType),\n permissionKey: z.string().nullish(),\n sort: z.number().nullish(),\n show: z.boolean().nullish(),\n status: z.nativeEnum(MenuStatus),\n createdAt: z.date(),\n updatedAt: z.date(),\n isArchived: z.boolean(),\n});\n\nexport const menuRestResSchema = menuSchema.extend({\n children: z.array(menuSchema).optional(),\n});\n\nexport type MenuRestRes = z.infer<typeof menuRestResSchema>;\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAkB;AAClB,yBAA2B;AAC3B,uBAAyB;AAElB,MAAM,aAAa,aAAE,OAAO;AAAA,EACjC,IAAI,aAAE,OAAO;AAAA,EACb,UAAU,aAAE,OAAO,EAAE,QAAQ;AAAA,EAC7B,OAAO,aAAE,OAAO;AAAA,EAChB,OAAO,aAAE,OAAO,EAAE,QAAQ;AAAA,EAC1B,SAAS,aAAE,OAAO,EAAE,QAAQ;AAAA,EAC5B,MAAM,aAAE,OAAO,EAAE,QAAQ;AAAA,EACzB,MAAM,aAAE,OAAO,EAAE,QAAQ;AAAA,EACzB,cAAc,aAAE,OAAO,EAAE,QAAQ;AAAA,EACjC,MAAM,aAAE,WAAW,yBAAQ;AAAA,EAC3B,eAAe,aAAE,OAAO,EAAE,QAAQ;AAAA,EAClC,MAAM,aAAE,OAAO,EAAE,QAAQ;AAAA,EACzB,MAAM,aAAE,QAAQ,EAAE,QAAQ;AAAA,EAC1B,QAAQ,aAAE,WAAW,6BAAU;AAAA,EAC/B,WAAW,aAAE,KAAK;AAAA,EAClB,WAAW,aAAE,KAAK;AAAA,EAClB,YAAY,aAAE,QAAQ;AACxB,CAAC;AAEM,MAAM,oBAAoB,WAAW,OAAO;AAAA,EACjD,UAAU,aAAE,MAAM,UAAU,EAAE,SAAS;AACzC,CAAC;","names":[]}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
import { MenuStatus } from "../../constants/menu/menu-status.constant";
|
|
3
|
-
import { MenuType } from "../../constants/menu/menu-type.constant";
|
|
4
|
-
const menuSchema = z.object({
|
|
5
|
-
id: z.string(),
|
|
6
|
-
parentId: z.string().nullish(),
|
|
7
|
-
label: z.string(),
|
|
8
|
-
title: z.string().nullish(),
|
|
9
|
-
section: z.string().nullish(),
|
|
10
|
-
icon: z.string().nullish(),
|
|
11
|
-
path: z.string().nullish(),
|
|
12
|
-
absolutePath: z.string().nullish(),
|
|
13
|
-
type: z.nativeEnum(MenuType),
|
|
14
|
-
permissionKey: z.string().nullish(),
|
|
15
|
-
sort: z.number().nullish(),
|
|
16
|
-
show: z.boolean().nullish(),
|
|
17
|
-
status: z.nativeEnum(MenuStatus),
|
|
18
|
-
createdAt: z.date(),
|
|
19
|
-
updatedAt: z.date(),
|
|
20
|
-
isArchived: z.boolean()
|
|
21
|
-
});
|
|
22
|
-
const menuRestResSchema = menuSchema.extend({
|
|
23
|
-
children: z.array(menuSchema).optional()
|
|
24
|
-
});
|
|
25
|
-
export {
|
|
26
|
-
menuRestResSchema,
|
|
27
|
-
menuSchema
|
|
28
|
-
};
|
|
29
|
-
//# sourceMappingURL=menu-res.schema.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../packages/schemas/menu/menu-res.schema.ts"],"sourcesContent":["import { z } from 'zod';\nimport { MenuStatus } from '../../constants/menu/menu-status.constant';\nimport { MenuType } from '../../constants/menu/menu-type.constant';\n\nexport const menuSchema = z.object({\n id: z.string(),\n parentId: z.string().nullish(),\n label: z.string(),\n title: z.string().nullish(),\n section: z.string().nullish(),\n icon: z.string().nullish(),\n path: z.string().nullish(),\n absolutePath: z.string().nullish(),\n type: z.nativeEnum(MenuType),\n permissionKey: z.string().nullish(),\n sort: z.number().nullish(),\n show: z.boolean().nullish(),\n status: z.nativeEnum(MenuStatus),\n createdAt: z.date(),\n updatedAt: z.date(),\n isArchived: z.boolean(),\n});\n\nexport const menuRestResSchema = menuSchema.extend({\n children: z.array(menuSchema).optional(),\n});\n\nexport type MenuRestRes = z.infer<typeof menuRestResSchema>;\n"],"mappings":"AAAA,SAAS,SAAS;AAClB,SAAS,kBAAkB;AAC3B,SAAS,gBAAgB;AAElB,MAAM,aAAa,EAAE,OAAO;AAAA,EACjC,IAAI,EAAE,OAAO;AAAA,EACb,UAAU,EAAE,OAAO,EAAE,QAAQ;AAAA,EAC7B,OAAO,EAAE,OAAO;AAAA,EAChB,OAAO,EAAE,OAAO,EAAE,QAAQ;AAAA,EAC1B,SAAS,EAAE,OAAO,EAAE,QAAQ;AAAA,EAC5B,MAAM,EAAE,OAAO,EAAE,QAAQ;AAAA,EACzB,MAAM,EAAE,OAAO,EAAE,QAAQ;AAAA,EACzB,cAAc,EAAE,OAAO,EAAE,QAAQ;AAAA,EACjC,MAAM,EAAE,WAAW,QAAQ;AAAA,EAC3B,eAAe,EAAE,OAAO,EAAE,QAAQ;AAAA,EAClC,MAAM,EAAE,OAAO,EAAE,QAAQ;AAAA,EACzB,MAAM,EAAE,QAAQ,EAAE,QAAQ;AAAA,EAC1B,QAAQ,EAAE,WAAW,UAAU;AAAA,EAC/B,WAAW,EAAE,KAAK;AAAA,EAClB,WAAW,EAAE,KAAK;AAAA,EAClB,YAAY,EAAE,QAAQ;AACxB,CAAC;AAEM,MAAM,oBAAoB,WAAW,OAAO;AAAA,EACjD,UAAU,EAAE,MAAM,UAAU,EAAE,SAAS;AACzC,CAAC;","names":[]}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var update_menu_schema_exports = {};
|
|
20
|
-
__export(update_menu_schema_exports, {
|
|
21
|
-
updateMenuRestReqSchema: () => updateMenuRestReqSchema
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(update_menu_schema_exports);
|
|
24
|
-
var import_zod = require("zod");
|
|
25
|
-
var import_create_menu = require("./create-menu.schema");
|
|
26
|
-
const updateMenuRestReqSchema = import_create_menu.createMenuRestReqSchema.extend({
|
|
27
|
-
id: import_zod.z.string()
|
|
28
|
-
});
|
|
29
|
-
//# sourceMappingURL=update-menu.schema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../packages/schemas/menu/update-menu.schema.ts"],"sourcesContent":["import { z } from 'zod';\nimport { createMenuRestReqSchema } from './create-menu.schema';\n\nexport const updateMenuRestReqSchema = createMenuRestReqSchema.extend({\n id: z.string(),\n});\n\nexport type UpdateMenuRestReq = z.infer<typeof updateMenuRestReqSchema>;\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAkB;AAClB,yBAAwC;AAEjC,MAAM,0BAA0B,2CAAwB,OAAO;AAAA,EACpE,IAAI,aAAE,OAAO;AACf,CAAC;","names":[]}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
import { createMenuRestReqSchema } from "./create-menu.schema";
|
|
3
|
-
const updateMenuRestReqSchema = createMenuRestReqSchema.extend({
|
|
4
|
-
id: z.string()
|
|
5
|
-
});
|
|
6
|
-
export {
|
|
7
|
-
updateMenuRestReqSchema
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=update-menu.schema.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../packages/schemas/menu/update-menu.schema.ts"],"sourcesContent":["import { z } from 'zod';\nimport { createMenuRestReqSchema } from './create-menu.schema';\n\nexport const updateMenuRestReqSchema = createMenuRestReqSchema.extend({\n id: z.string(),\n});\n\nexport type UpdateMenuRestReq = z.infer<typeof updateMenuRestReqSchema>;\n"],"mappings":"AAAA,SAAS,SAAS;AAClB,SAAS,+BAA+B;AAEjC,MAAM,0BAA0B,wBAAwB,OAAO;AAAA,EACpE,IAAI,EAAE,OAAO;AACf,CAAC;","names":[]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
-
var project_exports = {};
|
|
17
|
-
module.exports = __toCommonJS(project_exports);
|
|
18
|
-
__reExport(project_exports, require("./project-res.schema"), module.exports);
|
|
19
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../packages/schemas/project/index.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\n\nexport * from './project-res.schema';\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAEA,4BAAc,iCAFd;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../packages/schemas/project/index.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\n\nexport * from './project-res.schema';\n"],"mappings":"AAEA,cAAc;","names":[]}
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
import * as _mikemo_coposit_am_zshared from '@mikemo-coposit/am-zshared';
|
|
2
|
-
import { AuStateCode } from '@mikemo-coposit/am-zshared';
|
|
3
|
-
import { z } from 'zod';
|
|
4
|
-
|
|
5
|
-
declare const projectRestResSchema: z.ZodObject<{
|
|
6
|
-
id: z.ZodString;
|
|
7
|
-
name: z.ZodString;
|
|
8
|
-
developerName: z.ZodString;
|
|
9
|
-
state: z.ZodNativeEnum<typeof AuStateCode>;
|
|
10
|
-
country: z.ZodString;
|
|
11
|
-
trustAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
-
trustAccount: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
13
|
-
id: z.ZodString;
|
|
14
|
-
name: z.ZodString;
|
|
15
|
-
country: z.ZodString;
|
|
16
|
-
stateCode: z.ZodNativeEnum<typeof AuStateCode>;
|
|
17
|
-
bankCode: z.ZodNativeEnum<typeof _mikemo_coposit_am_zshared.AuTrustAccountBankCode>;
|
|
18
|
-
accountNumber: z.ZodEffects<z.ZodString, string, string>;
|
|
19
|
-
bsb: z.ZodEffects<z.ZodString, string, string>;
|
|
20
|
-
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
id: string;
|
|
22
|
-
name: string;
|
|
23
|
-
country: string;
|
|
24
|
-
stateCode: AuStateCode;
|
|
25
|
-
bankCode: _mikemo_coposit_am_zshared.AuTrustAccountBankCode;
|
|
26
|
-
accountNumber: string;
|
|
27
|
-
bsb: string;
|
|
28
|
-
}, {
|
|
29
|
-
id: string;
|
|
30
|
-
name: string;
|
|
31
|
-
country: string;
|
|
32
|
-
stateCode: AuStateCode;
|
|
33
|
-
bankCode: _mikemo_coposit_am_zshared.AuTrustAccountBankCode;
|
|
34
|
-
accountNumber: string;
|
|
35
|
-
bsb: string;
|
|
36
|
-
}>>>>;
|
|
37
|
-
createdAt: z.ZodString;
|
|
38
|
-
updatedAt: z.ZodString;
|
|
39
|
-
trustAccountAllocation: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
40
|
-
id: z.ZodString;
|
|
41
|
-
projectId: z.ZodString;
|
|
42
|
-
trustAccountId: z.ZodString;
|
|
43
|
-
status: z.ZodNativeEnum<{
|
|
44
|
-
readonly PENDING_APPROVAL: "pending_approval";
|
|
45
|
-
readonly APPROVED: "approved";
|
|
46
|
-
readonly REJECTED: "rejected";
|
|
47
|
-
}>;
|
|
48
|
-
createdBy: z.ZodString;
|
|
49
|
-
createdAt: z.ZodString;
|
|
50
|
-
approvedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51
|
-
approvedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
-
updatedAt: z.ZodString;
|
|
53
|
-
creatorName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
-
approverName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
-
}, "strip", z.ZodTypeAny, {
|
|
56
|
-
projectId: string;
|
|
57
|
-
trustAccountId: string;
|
|
58
|
-
status: "pending_approval" | "approved" | "rejected";
|
|
59
|
-
id: string;
|
|
60
|
-
createdAt: string;
|
|
61
|
-
updatedAt: string;
|
|
62
|
-
createdBy: string;
|
|
63
|
-
approvedBy?: string | null | undefined;
|
|
64
|
-
approvedAt?: string | null | undefined;
|
|
65
|
-
creatorName?: string | null | undefined;
|
|
66
|
-
approverName?: string | null | undefined;
|
|
67
|
-
}, {
|
|
68
|
-
projectId: string;
|
|
69
|
-
trustAccountId: string;
|
|
70
|
-
status: "pending_approval" | "approved" | "rejected";
|
|
71
|
-
id: string;
|
|
72
|
-
createdAt: string;
|
|
73
|
-
updatedAt: string;
|
|
74
|
-
createdBy: string;
|
|
75
|
-
approvedBy?: string | null | undefined;
|
|
76
|
-
approvedAt?: string | null | undefined;
|
|
77
|
-
creatorName?: string | null | undefined;
|
|
78
|
-
approverName?: string | null | undefined;
|
|
79
|
-
}>>>>;
|
|
80
|
-
status: z.ZodNativeEnum<{
|
|
81
|
-
readonly MISS_MATCH: "miss_match";
|
|
82
|
-
readonly PENDING_TRUST_ACCOUNT: "pending_trust_account";
|
|
83
|
-
readonly PENDING_APPROVAL: "pending_approval";
|
|
84
|
-
readonly APPROVED: "approved";
|
|
85
|
-
readonly REJECTED: "rejected";
|
|
86
|
-
}>;
|
|
87
|
-
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
status: "miss_match" | "pending_trust_account" | "pending_approval" | "approved" | "rejected";
|
|
89
|
-
id: string;
|
|
90
|
-
createdAt: string;
|
|
91
|
-
updatedAt: string;
|
|
92
|
-
name: string;
|
|
93
|
-
country: string;
|
|
94
|
-
developerName: string;
|
|
95
|
-
state: AuStateCode;
|
|
96
|
-
trustAccountId?: string | null | undefined;
|
|
97
|
-
trustAccount?: {
|
|
98
|
-
id: string;
|
|
99
|
-
name: string;
|
|
100
|
-
country: string;
|
|
101
|
-
stateCode: AuStateCode;
|
|
102
|
-
bankCode: _mikemo_coposit_am_zshared.AuTrustAccountBankCode;
|
|
103
|
-
accountNumber: string;
|
|
104
|
-
bsb: string;
|
|
105
|
-
} | null | undefined;
|
|
106
|
-
trustAccountAllocation?: {
|
|
107
|
-
projectId: string;
|
|
108
|
-
trustAccountId: string;
|
|
109
|
-
status: "pending_approval" | "approved" | "rejected";
|
|
110
|
-
id: string;
|
|
111
|
-
createdAt: string;
|
|
112
|
-
updatedAt: string;
|
|
113
|
-
createdBy: string;
|
|
114
|
-
approvedBy?: string | null | undefined;
|
|
115
|
-
approvedAt?: string | null | undefined;
|
|
116
|
-
creatorName?: string | null | undefined;
|
|
117
|
-
approverName?: string | null | undefined;
|
|
118
|
-
} | null | undefined;
|
|
119
|
-
}, {
|
|
120
|
-
status: "miss_match" | "pending_trust_account" | "pending_approval" | "approved" | "rejected";
|
|
121
|
-
id: string;
|
|
122
|
-
createdAt: string;
|
|
123
|
-
updatedAt: string;
|
|
124
|
-
name: string;
|
|
125
|
-
country: string;
|
|
126
|
-
developerName: string;
|
|
127
|
-
state: AuStateCode;
|
|
128
|
-
trustAccountId?: string | null | undefined;
|
|
129
|
-
trustAccount?: {
|
|
130
|
-
id: string;
|
|
131
|
-
name: string;
|
|
132
|
-
country: string;
|
|
133
|
-
stateCode: AuStateCode;
|
|
134
|
-
bankCode: _mikemo_coposit_am_zshared.AuTrustAccountBankCode;
|
|
135
|
-
accountNumber: string;
|
|
136
|
-
bsb: string;
|
|
137
|
-
} | null | undefined;
|
|
138
|
-
trustAccountAllocation?: {
|
|
139
|
-
projectId: string;
|
|
140
|
-
trustAccountId: string;
|
|
141
|
-
status: "pending_approval" | "approved" | "rejected";
|
|
142
|
-
id: string;
|
|
143
|
-
createdAt: string;
|
|
144
|
-
updatedAt: string;
|
|
145
|
-
createdBy: string;
|
|
146
|
-
approvedBy?: string | null | undefined;
|
|
147
|
-
approvedAt?: string | null | undefined;
|
|
148
|
-
creatorName?: string | null | undefined;
|
|
149
|
-
approverName?: string | null | undefined;
|
|
150
|
-
} | null | undefined;
|
|
151
|
-
}>;
|
|
152
|
-
type ProjectRestRes = z.infer<typeof projectRestResSchema>;
|
|
153
|
-
|
|
154
|
-
export { type ProjectRestRes, projectRestResSchema };
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
import * as _mikemo_coposit_am_zshared from '@mikemo-coposit/am-zshared';
|
|
2
|
-
import { AuStateCode } from '@mikemo-coposit/am-zshared';
|
|
3
|
-
import { z } from 'zod';
|
|
4
|
-
|
|
5
|
-
declare const projectRestResSchema: z.ZodObject<{
|
|
6
|
-
id: z.ZodString;
|
|
7
|
-
name: z.ZodString;
|
|
8
|
-
developerName: z.ZodString;
|
|
9
|
-
state: z.ZodNativeEnum<typeof AuStateCode>;
|
|
10
|
-
country: z.ZodString;
|
|
11
|
-
trustAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
-
trustAccount: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
13
|
-
id: z.ZodString;
|
|
14
|
-
name: z.ZodString;
|
|
15
|
-
country: z.ZodString;
|
|
16
|
-
stateCode: z.ZodNativeEnum<typeof AuStateCode>;
|
|
17
|
-
bankCode: z.ZodNativeEnum<typeof _mikemo_coposit_am_zshared.AuTrustAccountBankCode>;
|
|
18
|
-
accountNumber: z.ZodEffects<z.ZodString, string, string>;
|
|
19
|
-
bsb: z.ZodEffects<z.ZodString, string, string>;
|
|
20
|
-
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
id: string;
|
|
22
|
-
name: string;
|
|
23
|
-
country: string;
|
|
24
|
-
stateCode: AuStateCode;
|
|
25
|
-
bankCode: _mikemo_coposit_am_zshared.AuTrustAccountBankCode;
|
|
26
|
-
accountNumber: string;
|
|
27
|
-
bsb: string;
|
|
28
|
-
}, {
|
|
29
|
-
id: string;
|
|
30
|
-
name: string;
|
|
31
|
-
country: string;
|
|
32
|
-
stateCode: AuStateCode;
|
|
33
|
-
bankCode: _mikemo_coposit_am_zshared.AuTrustAccountBankCode;
|
|
34
|
-
accountNumber: string;
|
|
35
|
-
bsb: string;
|
|
36
|
-
}>>>>;
|
|
37
|
-
createdAt: z.ZodString;
|
|
38
|
-
updatedAt: z.ZodString;
|
|
39
|
-
trustAccountAllocation: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
40
|
-
id: z.ZodString;
|
|
41
|
-
projectId: z.ZodString;
|
|
42
|
-
trustAccountId: z.ZodString;
|
|
43
|
-
status: z.ZodNativeEnum<{
|
|
44
|
-
readonly PENDING_APPROVAL: "pending_approval";
|
|
45
|
-
readonly APPROVED: "approved";
|
|
46
|
-
readonly REJECTED: "rejected";
|
|
47
|
-
}>;
|
|
48
|
-
createdBy: z.ZodString;
|
|
49
|
-
createdAt: z.ZodString;
|
|
50
|
-
approvedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51
|
-
approvedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
-
updatedAt: z.ZodString;
|
|
53
|
-
creatorName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
-
approverName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
-
}, "strip", z.ZodTypeAny, {
|
|
56
|
-
projectId: string;
|
|
57
|
-
trustAccountId: string;
|
|
58
|
-
status: "pending_approval" | "approved" | "rejected";
|
|
59
|
-
id: string;
|
|
60
|
-
createdAt: string;
|
|
61
|
-
updatedAt: string;
|
|
62
|
-
createdBy: string;
|
|
63
|
-
approvedBy?: string | null | undefined;
|
|
64
|
-
approvedAt?: string | null | undefined;
|
|
65
|
-
creatorName?: string | null | undefined;
|
|
66
|
-
approverName?: string | null | undefined;
|
|
67
|
-
}, {
|
|
68
|
-
projectId: string;
|
|
69
|
-
trustAccountId: string;
|
|
70
|
-
status: "pending_approval" | "approved" | "rejected";
|
|
71
|
-
id: string;
|
|
72
|
-
createdAt: string;
|
|
73
|
-
updatedAt: string;
|
|
74
|
-
createdBy: string;
|
|
75
|
-
approvedBy?: string | null | undefined;
|
|
76
|
-
approvedAt?: string | null | undefined;
|
|
77
|
-
creatorName?: string | null | undefined;
|
|
78
|
-
approverName?: string | null | undefined;
|
|
79
|
-
}>>>>;
|
|
80
|
-
status: z.ZodNativeEnum<{
|
|
81
|
-
readonly MISS_MATCH: "miss_match";
|
|
82
|
-
readonly PENDING_TRUST_ACCOUNT: "pending_trust_account";
|
|
83
|
-
readonly PENDING_APPROVAL: "pending_approval";
|
|
84
|
-
readonly APPROVED: "approved";
|
|
85
|
-
readonly REJECTED: "rejected";
|
|
86
|
-
}>;
|
|
87
|
-
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
status: "miss_match" | "pending_trust_account" | "pending_approval" | "approved" | "rejected";
|
|
89
|
-
id: string;
|
|
90
|
-
createdAt: string;
|
|
91
|
-
updatedAt: string;
|
|
92
|
-
name: string;
|
|
93
|
-
country: string;
|
|
94
|
-
developerName: string;
|
|
95
|
-
state: AuStateCode;
|
|
96
|
-
trustAccountId?: string | null | undefined;
|
|
97
|
-
trustAccount?: {
|
|
98
|
-
id: string;
|
|
99
|
-
name: string;
|
|
100
|
-
country: string;
|
|
101
|
-
stateCode: AuStateCode;
|
|
102
|
-
bankCode: _mikemo_coposit_am_zshared.AuTrustAccountBankCode;
|
|
103
|
-
accountNumber: string;
|
|
104
|
-
bsb: string;
|
|
105
|
-
} | null | undefined;
|
|
106
|
-
trustAccountAllocation?: {
|
|
107
|
-
projectId: string;
|
|
108
|
-
trustAccountId: string;
|
|
109
|
-
status: "pending_approval" | "approved" | "rejected";
|
|
110
|
-
id: string;
|
|
111
|
-
createdAt: string;
|
|
112
|
-
updatedAt: string;
|
|
113
|
-
createdBy: string;
|
|
114
|
-
approvedBy?: string | null | undefined;
|
|
115
|
-
approvedAt?: string | null | undefined;
|
|
116
|
-
creatorName?: string | null | undefined;
|
|
117
|
-
approverName?: string | null | undefined;
|
|
118
|
-
} | null | undefined;
|
|
119
|
-
}, {
|
|
120
|
-
status: "miss_match" | "pending_trust_account" | "pending_approval" | "approved" | "rejected";
|
|
121
|
-
id: string;
|
|
122
|
-
createdAt: string;
|
|
123
|
-
updatedAt: string;
|
|
124
|
-
name: string;
|
|
125
|
-
country: string;
|
|
126
|
-
developerName: string;
|
|
127
|
-
state: AuStateCode;
|
|
128
|
-
trustAccountId?: string | null | undefined;
|
|
129
|
-
trustAccount?: {
|
|
130
|
-
id: string;
|
|
131
|
-
name: string;
|
|
132
|
-
country: string;
|
|
133
|
-
stateCode: AuStateCode;
|
|
134
|
-
bankCode: _mikemo_coposit_am_zshared.AuTrustAccountBankCode;
|
|
135
|
-
accountNumber: string;
|
|
136
|
-
bsb: string;
|
|
137
|
-
} | null | undefined;
|
|
138
|
-
trustAccountAllocation?: {
|
|
139
|
-
projectId: string;
|
|
140
|
-
trustAccountId: string;
|
|
141
|
-
status: "pending_approval" | "approved" | "rejected";
|
|
142
|
-
id: string;
|
|
143
|
-
createdAt: string;
|
|
144
|
-
updatedAt: string;
|
|
145
|
-
createdBy: string;
|
|
146
|
-
approvedBy?: string | null | undefined;
|
|
147
|
-
approvedAt?: string | null | undefined;
|
|
148
|
-
creatorName?: string | null | undefined;
|
|
149
|
-
approverName?: string | null | undefined;
|
|
150
|
-
} | null | undefined;
|
|
151
|
-
}>;
|
|
152
|
-
type ProjectRestRes = z.infer<typeof projectRestResSchema>;
|
|
153
|
-
|
|
154
|
-
export { type ProjectRestRes, projectRestResSchema };
|