@mikemo-coposit/am-accounting-shared 0.0.3 → 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 +1 -1
- package/dist/cjs/constants/cma/index.d.ts.map +1 -1
- 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/index.d.ts +2 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- 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 +1 -0
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/index.js +823 -354
- 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 +3 -3
- package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
- 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 +48 -42
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
- 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 +4 -0
- package/dist/cjs/schemas/cma-transaction/index.d.ts.map +1 -1
- 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 +2 -2
- package/dist/cjs/schemas/index.d.ts +3 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +16 -16
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +186 -186
- package/dist/cjs/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1750 -1354
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +286 -286
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +52 -52
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +11 -11
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +20 -20
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +586 -1366
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.create.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +14 -14
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +6 -6
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +36 -36
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +6 -6
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +254 -254
- package/dist/cjs/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +2 -2
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +68 -68
- 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 +2 -0
- package/dist/cjs/schemas/property/index.d.ts.map +1 -1
- 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 +6 -6
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +687 -1433
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +4 -4
- package/dist/cjs/utils/transaction.util.d.ts +4 -2
- package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
- 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 +1 -1
- package/dist/esm/constants/cma/index.d.ts.map +1 -1
- 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/index.d.ts +2 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- 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 +1 -0
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/index.mjs +699 -320
- 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 +3 -3
- package/dist/esm/schemas/cma/index.d.ts.map +1 -1
- 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 +48 -42
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts.map +1 -1
- 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 +4 -0
- package/dist/esm/schemas/cma-transaction/index.d.ts.map +1 -1
- 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 +2 -2
- package/dist/esm/schemas/index.d.ts +3 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/esm/schemas/menu/update-menu.schema.d.ts +2 -2
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +16 -16
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +186 -186
- package/dist/esm/schemas/mta-account-period/mta-account-period-close.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +1750 -1354
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +286 -286
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +52 -52
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +11 -11
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +20 -20
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +586 -1366
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.create.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +14 -14
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +6 -6
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +36 -36
- package/dist/esm/schemas/project/project.entity.schema.d.ts +6 -6
- package/dist/esm/schemas/project/project.rest.schema.d.ts +254 -254
- package/dist/esm/schemas/project-mta-allocation/allocate-mta-to-project.schema.d.ts +2 -2
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +68 -68
- 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 +2 -0
- package/dist/esm/schemas/property/index.d.ts.map +1 -1
- 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 +6 -6
- package/dist/esm/schemas/property/property.rest.schema.d.ts +687 -1433
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/user/user.entity.schema.d.ts +4 -4
- package/dist/esm/utils/transaction.util.d.ts +4 -2
- package/dist/esm/utils/transaction.util.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/constants/cma/cma-account.constant.d.ts +0 -6
- package/dist/cjs/constants/cma/cma-account.constant.d.ts.map +0 -1
- package/dist/cjs/schemas/cma/cma-account-res.schema.d.ts +0 -67
- package/dist/cjs/schemas/cma/cma-account-res.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/cma/cma-account.entity.schema.d.ts +0 -67
- package/dist/cjs/schemas/cma/cma-account.entity.schema.d.ts.map +0 -1
- package/dist/cjs/schemas/cma/create-cma-account.schema.d.ts +0 -24
- package/dist/cjs/schemas/cma/create-cma-account.schema.d.ts.map +0 -1
- package/dist/esm/constants/cma/cma-account.constant.d.ts +0 -6
- package/dist/esm/constants/cma/cma-account.constant.d.ts.map +0 -1
- package/dist/esm/schemas/cma/cma-account-res.schema.d.ts +0 -67
- package/dist/esm/schemas/cma/cma-account-res.schema.d.ts.map +0 -1
- package/dist/esm/schemas/cma/cma-account.entity.schema.d.ts +0 -67
- package/dist/esm/schemas/cma/cma-account.entity.schema.d.ts.map +0 -1
- package/dist/esm/schemas/cma/create-cma-account.schema.d.ts +0 -24
- package/dist/esm/schemas/cma/create-cma-account.schema.d.ts.map +0 -1
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
import { AuStateCode, AuTrustAccountBankCode } from '@mikemo-coposit/am-zshared';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
export declare const cmaRestResSchema: z.ZodObject<{
|
|
4
|
+
id: z.ZodString;
|
|
5
|
+
cmaSeq: z.ZodNumber;
|
|
6
|
+
country: z.ZodNullable<z.ZodString>;
|
|
7
|
+
description: z.ZodNullable<z.ZodString>;
|
|
8
|
+
accountName: z.ZodNullable<z.ZodString>;
|
|
9
|
+
propertyId: z.ZodString;
|
|
10
|
+
currentReceiveSeq: z.ZodNumber;
|
|
11
|
+
currentPayoutSeq: z.ZodNumber;
|
|
12
|
+
payoutId: z.ZodNumber;
|
|
13
|
+
isArchived: z.ZodBoolean;
|
|
14
|
+
createdAt: z.ZodDate;
|
|
15
|
+
updatedAt: z.ZodDate;
|
|
16
|
+
createdBy: z.ZodString;
|
|
17
|
+
} & {
|
|
18
|
+
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
19
|
+
stateCode: z.ZodNativeEnum<typeof AuStateCode>;
|
|
20
|
+
bankCode: z.ZodNativeEnum<typeof AuTrustAccountBankCode>;
|
|
21
|
+
accountNumber: z.ZodEffects<z.ZodString, string, string>;
|
|
22
|
+
bsb: z.ZodEffects<z.ZodString, string, string>;
|
|
23
|
+
status: z.ZodNativeEnum<{
|
|
24
|
+
readonly ACTIVE: "active";
|
|
25
|
+
readonly INACTIVE: "inactive";
|
|
26
|
+
}>;
|
|
27
|
+
property: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
28
|
+
id: z.ZodString;
|
|
29
|
+
customerId: z.ZodString;
|
|
30
|
+
projectId: z.ZodString;
|
|
31
|
+
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
32
|
+
lotDetail: z.ZodNullable<z.ZodString>;
|
|
33
|
+
propertyAddress: z.ZodString;
|
|
34
|
+
balanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
35
|
+
cmaBalanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
36
|
+
mtaBalanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
37
|
+
stage: z.ZodNativeEnum<{
|
|
38
|
+
readonly INITIAL_DEPOSIT: "initial_deposit";
|
|
39
|
+
readonly STANDARD_SALE: "standard_sale";
|
|
40
|
+
readonly COPOSIT_SALE: "coposit_sale";
|
|
41
|
+
}>;
|
|
42
|
+
status: z.ZodNativeEnum<{
|
|
43
|
+
readonly ACTIVE: "active";
|
|
44
|
+
}>;
|
|
45
|
+
mtaId: z.ZodString;
|
|
46
|
+
isArchived: z.ZodBoolean;
|
|
47
|
+
createdAt: z.ZodDate;
|
|
48
|
+
syncedAt: z.ZodDate;
|
|
49
|
+
updatedAt: z.ZodDate;
|
|
50
|
+
} & {
|
|
51
|
+
project: z.ZodLazy<z.ZodObject<{
|
|
52
|
+
id: z.ZodString;
|
|
53
|
+
name: z.ZodString;
|
|
54
|
+
developerId: z.ZodString;
|
|
55
|
+
mtaId: z.ZodNullable<z.ZodString>;
|
|
56
|
+
state: z.ZodNativeEnum<typeof AuStateCode>;
|
|
57
|
+
type: z.ZodString;
|
|
58
|
+
status: z.ZodString;
|
|
59
|
+
isArchived: z.ZodBoolean;
|
|
60
|
+
createdAt: z.ZodDate;
|
|
61
|
+
syncedAt: z.ZodDate;
|
|
62
|
+
updatedAt: z.ZodDate;
|
|
63
|
+
} & {
|
|
64
|
+
developer: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
65
|
+
id: z.ZodString;
|
|
66
|
+
companyName: z.ZodNullable<z.ZodString>;
|
|
67
|
+
status: z.ZodString;
|
|
68
|
+
isArchived: z.ZodBoolean;
|
|
69
|
+
createdAt: z.ZodDate;
|
|
70
|
+
syncedAt: z.ZodDate;
|
|
71
|
+
updatedAt: z.ZodDate;
|
|
72
|
+
}, "strip", z.ZodTypeAny, {
|
|
73
|
+
id: string;
|
|
74
|
+
status: string;
|
|
75
|
+
isArchived: boolean;
|
|
76
|
+
createdAt: Date;
|
|
77
|
+
syncedAt: Date;
|
|
78
|
+
updatedAt: Date;
|
|
79
|
+
companyName: string | null;
|
|
80
|
+
}, {
|
|
81
|
+
id: string;
|
|
82
|
+
status: string;
|
|
83
|
+
isArchived: boolean;
|
|
84
|
+
createdAt: Date;
|
|
85
|
+
syncedAt: Date;
|
|
86
|
+
updatedAt: Date;
|
|
87
|
+
companyName: string | null;
|
|
88
|
+
}>>>>>;
|
|
89
|
+
}, "strip", z.ZodTypeAny, {
|
|
90
|
+
id: string;
|
|
91
|
+
status: string;
|
|
92
|
+
isArchived: boolean;
|
|
93
|
+
createdAt: Date;
|
|
94
|
+
syncedAt: Date;
|
|
95
|
+
updatedAt: Date;
|
|
96
|
+
type: string;
|
|
97
|
+
mtaId: string | null;
|
|
98
|
+
name: string;
|
|
99
|
+
developerId: string;
|
|
100
|
+
state: AuStateCode;
|
|
101
|
+
developer?: {
|
|
102
|
+
id: string;
|
|
103
|
+
status: string;
|
|
104
|
+
isArchived: boolean;
|
|
105
|
+
createdAt: Date;
|
|
106
|
+
syncedAt: Date;
|
|
107
|
+
updatedAt: Date;
|
|
108
|
+
companyName: string | null;
|
|
109
|
+
} | null | undefined;
|
|
110
|
+
}, {
|
|
111
|
+
id: string;
|
|
112
|
+
status: string;
|
|
113
|
+
isArchived: boolean;
|
|
114
|
+
createdAt: Date;
|
|
115
|
+
syncedAt: Date;
|
|
116
|
+
updatedAt: Date;
|
|
117
|
+
type: string;
|
|
118
|
+
mtaId: string | null;
|
|
119
|
+
name: string;
|
|
120
|
+
developerId: string;
|
|
121
|
+
state: AuStateCode;
|
|
122
|
+
developer?: {
|
|
123
|
+
id: string;
|
|
124
|
+
status: string;
|
|
125
|
+
isArchived: boolean;
|
|
126
|
+
createdAt: Date;
|
|
127
|
+
syncedAt: Date;
|
|
128
|
+
updatedAt: Date;
|
|
129
|
+
companyName: string | null;
|
|
130
|
+
} | null | undefined;
|
|
131
|
+
}>>;
|
|
132
|
+
}, "strip", z.ZodTypeAny, {
|
|
133
|
+
id: string;
|
|
134
|
+
status: "active";
|
|
135
|
+
isArchived: boolean;
|
|
136
|
+
createdAt: Date;
|
|
137
|
+
syncedAt: Date;
|
|
138
|
+
updatedAt: Date;
|
|
139
|
+
balanceCents: number | bigint;
|
|
140
|
+
customerId: string;
|
|
141
|
+
projectId: string;
|
|
142
|
+
lotDetail: string | null;
|
|
143
|
+
propertyAddress: string;
|
|
144
|
+
cmaBalanceCents: number | bigint;
|
|
145
|
+
mtaBalanceCents: number | bigint;
|
|
146
|
+
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
147
|
+
mtaId: string;
|
|
148
|
+
project: {
|
|
149
|
+
id: string;
|
|
150
|
+
status: string;
|
|
151
|
+
isArchived: boolean;
|
|
152
|
+
createdAt: Date;
|
|
153
|
+
syncedAt: Date;
|
|
154
|
+
updatedAt: Date;
|
|
155
|
+
type: string;
|
|
156
|
+
mtaId: string | null;
|
|
157
|
+
name: string;
|
|
158
|
+
developerId: string;
|
|
159
|
+
state: AuStateCode;
|
|
160
|
+
developer?: {
|
|
161
|
+
id: string;
|
|
162
|
+
status: string;
|
|
163
|
+
isArchived: boolean;
|
|
164
|
+
createdAt: Date;
|
|
165
|
+
syncedAt: Date;
|
|
166
|
+
updatedAt: Date;
|
|
167
|
+
companyName: string | null;
|
|
168
|
+
} | null | undefined;
|
|
169
|
+
};
|
|
170
|
+
buyerName?: string | null | undefined;
|
|
171
|
+
}, {
|
|
172
|
+
id: string;
|
|
173
|
+
status: "active";
|
|
174
|
+
isArchived: boolean;
|
|
175
|
+
createdAt: Date;
|
|
176
|
+
syncedAt: Date;
|
|
177
|
+
updatedAt: Date;
|
|
178
|
+
balanceCents: number | bigint;
|
|
179
|
+
customerId: string;
|
|
180
|
+
projectId: string;
|
|
181
|
+
lotDetail: string | null;
|
|
182
|
+
propertyAddress: string;
|
|
183
|
+
cmaBalanceCents: number | bigint;
|
|
184
|
+
mtaBalanceCents: number | bigint;
|
|
185
|
+
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
186
|
+
mtaId: string;
|
|
187
|
+
project: {
|
|
188
|
+
id: string;
|
|
189
|
+
status: string;
|
|
190
|
+
isArchived: boolean;
|
|
191
|
+
createdAt: Date;
|
|
192
|
+
syncedAt: Date;
|
|
193
|
+
updatedAt: Date;
|
|
194
|
+
type: string;
|
|
195
|
+
mtaId: string | null;
|
|
196
|
+
name: string;
|
|
197
|
+
developerId: string;
|
|
198
|
+
state: AuStateCode;
|
|
199
|
+
developer?: {
|
|
200
|
+
id: string;
|
|
201
|
+
status: string;
|
|
202
|
+
isArchived: boolean;
|
|
203
|
+
createdAt: Date;
|
|
204
|
+
syncedAt: Date;
|
|
205
|
+
updatedAt: Date;
|
|
206
|
+
companyName: string | null;
|
|
207
|
+
} | null | undefined;
|
|
208
|
+
};
|
|
209
|
+
buyerName?: string | null | undefined;
|
|
210
|
+
}>>>>;
|
|
211
|
+
}, "strip", z.ZodTypeAny, {
|
|
212
|
+
id: string;
|
|
213
|
+
status: "active" | "inactive";
|
|
214
|
+
isArchived: boolean;
|
|
215
|
+
createdAt: Date;
|
|
216
|
+
updatedAt: Date;
|
|
217
|
+
balanceCents: number;
|
|
218
|
+
cmaSeq: number;
|
|
219
|
+
country: string | null;
|
|
220
|
+
stateCode: AuStateCode;
|
|
221
|
+
description: string | null;
|
|
222
|
+
bankCode: AuTrustAccountBankCode;
|
|
223
|
+
bsb: string;
|
|
224
|
+
accountNumber: string;
|
|
225
|
+
accountName: string | null;
|
|
226
|
+
propertyId: string;
|
|
227
|
+
currentReceiveSeq: number;
|
|
228
|
+
currentPayoutSeq: number;
|
|
229
|
+
payoutId: number;
|
|
230
|
+
createdBy: string;
|
|
231
|
+
property?: {
|
|
232
|
+
id: string;
|
|
233
|
+
status: "active";
|
|
234
|
+
isArchived: boolean;
|
|
235
|
+
createdAt: Date;
|
|
236
|
+
syncedAt: Date;
|
|
237
|
+
updatedAt: Date;
|
|
238
|
+
balanceCents: number | bigint;
|
|
239
|
+
customerId: string;
|
|
240
|
+
projectId: string;
|
|
241
|
+
lotDetail: string | null;
|
|
242
|
+
propertyAddress: string;
|
|
243
|
+
cmaBalanceCents: number | bigint;
|
|
244
|
+
mtaBalanceCents: number | bigint;
|
|
245
|
+
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
246
|
+
mtaId: string;
|
|
247
|
+
project: {
|
|
248
|
+
id: string;
|
|
249
|
+
status: string;
|
|
250
|
+
isArchived: boolean;
|
|
251
|
+
createdAt: Date;
|
|
252
|
+
syncedAt: Date;
|
|
253
|
+
updatedAt: Date;
|
|
254
|
+
type: string;
|
|
255
|
+
mtaId: string | null;
|
|
256
|
+
name: string;
|
|
257
|
+
developerId: string;
|
|
258
|
+
state: AuStateCode;
|
|
259
|
+
developer?: {
|
|
260
|
+
id: string;
|
|
261
|
+
status: string;
|
|
262
|
+
isArchived: boolean;
|
|
263
|
+
createdAt: Date;
|
|
264
|
+
syncedAt: Date;
|
|
265
|
+
updatedAt: Date;
|
|
266
|
+
companyName: string | null;
|
|
267
|
+
} | null | undefined;
|
|
268
|
+
};
|
|
269
|
+
buyerName?: string | null | undefined;
|
|
270
|
+
} | null | undefined;
|
|
271
|
+
}, {
|
|
272
|
+
id: string;
|
|
273
|
+
status: "active" | "inactive";
|
|
274
|
+
isArchived: boolean;
|
|
275
|
+
createdAt: Date;
|
|
276
|
+
updatedAt: Date;
|
|
277
|
+
balanceCents: number | bigint;
|
|
278
|
+
cmaSeq: number;
|
|
279
|
+
country: string | null;
|
|
280
|
+
stateCode: AuStateCode;
|
|
281
|
+
description: string | null;
|
|
282
|
+
bankCode: AuTrustAccountBankCode;
|
|
283
|
+
bsb: string;
|
|
284
|
+
accountNumber: string;
|
|
285
|
+
accountName: string | null;
|
|
286
|
+
propertyId: string;
|
|
287
|
+
currentReceiveSeq: number;
|
|
288
|
+
currentPayoutSeq: number;
|
|
289
|
+
payoutId: number;
|
|
290
|
+
createdBy: string;
|
|
291
|
+
property?: {
|
|
292
|
+
id: string;
|
|
293
|
+
status: "active";
|
|
294
|
+
isArchived: boolean;
|
|
295
|
+
createdAt: Date;
|
|
296
|
+
syncedAt: Date;
|
|
297
|
+
updatedAt: Date;
|
|
298
|
+
balanceCents: number | bigint;
|
|
299
|
+
customerId: string;
|
|
300
|
+
projectId: string;
|
|
301
|
+
lotDetail: string | null;
|
|
302
|
+
propertyAddress: string;
|
|
303
|
+
cmaBalanceCents: number | bigint;
|
|
304
|
+
mtaBalanceCents: number | bigint;
|
|
305
|
+
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
306
|
+
mtaId: string;
|
|
307
|
+
project: {
|
|
308
|
+
id: string;
|
|
309
|
+
status: string;
|
|
310
|
+
isArchived: boolean;
|
|
311
|
+
createdAt: Date;
|
|
312
|
+
syncedAt: Date;
|
|
313
|
+
updatedAt: Date;
|
|
314
|
+
type: string;
|
|
315
|
+
mtaId: string | null;
|
|
316
|
+
name: string;
|
|
317
|
+
developerId: string;
|
|
318
|
+
state: AuStateCode;
|
|
319
|
+
developer?: {
|
|
320
|
+
id: string;
|
|
321
|
+
status: string;
|
|
322
|
+
isArchived: boolean;
|
|
323
|
+
createdAt: Date;
|
|
324
|
+
syncedAt: Date;
|
|
325
|
+
updatedAt: Date;
|
|
326
|
+
companyName: string | null;
|
|
327
|
+
} | null | undefined;
|
|
328
|
+
};
|
|
329
|
+
buyerName?: string | null | undefined;
|
|
330
|
+
} | null | undefined;
|
|
331
|
+
}>;
|
|
332
|
+
export type CmaRestRes = z.infer<typeof cmaRestResSchema>;
|
|
333
|
+
//# sourceMappingURL=cma-res.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cma-res.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/cma-res.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACjF,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBnB,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const cmaEntitySchema: z.ZodObject<{
|
|
3
|
+
id: z.ZodString;
|
|
4
|
+
cmaSeq: z.ZodNumber;
|
|
5
|
+
country: z.ZodNullable<z.ZodString>;
|
|
6
|
+
stateCode: z.ZodNullable<z.ZodString>;
|
|
7
|
+
description: z.ZodNullable<z.ZodString>;
|
|
8
|
+
bankCode: z.ZodNullable<z.ZodString>;
|
|
9
|
+
bsb: z.ZodNullable<z.ZodString>;
|
|
10
|
+
accountNumber: z.ZodNullable<z.ZodString>;
|
|
11
|
+
accountName: z.ZodNullable<z.ZodString>;
|
|
12
|
+
propertyId: z.ZodString;
|
|
13
|
+
balanceCents: z.ZodBigInt;
|
|
14
|
+
currentReceiveSeq: z.ZodNumber;
|
|
15
|
+
currentPayoutSeq: z.ZodNumber;
|
|
16
|
+
payoutId: z.ZodNumber;
|
|
17
|
+
status: z.ZodString;
|
|
18
|
+
isArchived: z.ZodBoolean;
|
|
19
|
+
createdAt: z.ZodDate;
|
|
20
|
+
updatedAt: z.ZodDate;
|
|
21
|
+
createdBy: z.ZodString;
|
|
22
|
+
}, "strip", z.ZodTypeAny, {
|
|
23
|
+
id: string;
|
|
24
|
+
status: string;
|
|
25
|
+
isArchived: boolean;
|
|
26
|
+
createdAt: Date;
|
|
27
|
+
updatedAt: Date;
|
|
28
|
+
balanceCents: bigint;
|
|
29
|
+
cmaSeq: number;
|
|
30
|
+
country: string | null;
|
|
31
|
+
stateCode: string | null;
|
|
32
|
+
description: string | null;
|
|
33
|
+
bankCode: string | null;
|
|
34
|
+
bsb: string | null;
|
|
35
|
+
accountNumber: string | null;
|
|
36
|
+
accountName: string | null;
|
|
37
|
+
propertyId: string;
|
|
38
|
+
currentReceiveSeq: number;
|
|
39
|
+
currentPayoutSeq: number;
|
|
40
|
+
payoutId: number;
|
|
41
|
+
createdBy: string;
|
|
42
|
+
}, {
|
|
43
|
+
id: string;
|
|
44
|
+
status: string;
|
|
45
|
+
isArchived: boolean;
|
|
46
|
+
createdAt: Date;
|
|
47
|
+
updatedAt: Date;
|
|
48
|
+
balanceCents: bigint;
|
|
49
|
+
cmaSeq: number;
|
|
50
|
+
country: string | null;
|
|
51
|
+
stateCode: string | null;
|
|
52
|
+
description: string | null;
|
|
53
|
+
bankCode: string | null;
|
|
54
|
+
bsb: string | null;
|
|
55
|
+
accountNumber: string | null;
|
|
56
|
+
accountName: string | null;
|
|
57
|
+
propertyId: string;
|
|
58
|
+
currentReceiveSeq: number;
|
|
59
|
+
currentPayoutSeq: number;
|
|
60
|
+
payoutId: number;
|
|
61
|
+
createdBy: string;
|
|
62
|
+
}>;
|
|
63
|
+
export type CmaEntity = z.infer<typeof cmaEntitySchema>;
|
|
64
|
+
//# sourceMappingURL=cma.entity.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cma.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/cma.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBlB,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AuTrustAccountBankCode } from '@mikemo-coposit/am-zshared';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
import { cmaEntitySchema } from './cma.entity.schema';
|
|
4
|
+
export declare const createCmaRestReqSchema: z.ZodObject<{
|
|
5
|
+
propertyId: z.ZodString;
|
|
6
|
+
accountName: z.ZodString;
|
|
7
|
+
bankCode: z.ZodNativeEnum<typeof AuTrustAccountBankCode>;
|
|
8
|
+
bsb: z.ZodString;
|
|
9
|
+
accountNumber: z.ZodString;
|
|
10
|
+
}, "strip", z.ZodTypeAny, {
|
|
11
|
+
bankCode: AuTrustAccountBankCode;
|
|
12
|
+
bsb: string;
|
|
13
|
+
accountNumber: string;
|
|
14
|
+
accountName: string;
|
|
15
|
+
propertyId: string;
|
|
16
|
+
}, {
|
|
17
|
+
bankCode: AuTrustAccountBankCode;
|
|
18
|
+
bsb: string;
|
|
19
|
+
accountNumber: string;
|
|
20
|
+
accountName: string;
|
|
21
|
+
propertyId: string;
|
|
22
|
+
}>;
|
|
23
|
+
export type CreateCmaRestReq = z.infer<typeof createCmaRestReqSchema>;
|
|
24
|
+
export type CreateCmaRestRes = z.infer<typeof cmaEntitySchema>;
|
|
25
|
+
//# sourceMappingURL=create-cma.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-cma.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/create-cma.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;EAOjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './cma-
|
|
2
|
-
export * from './cma
|
|
3
|
-
export * from './create-cma
|
|
1
|
+
export * from './cma-res.schema';
|
|
2
|
+
export * from './cma.entity.schema';
|
|
3
|
+
export * from './create-cma.schema';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/index.ts"],"names":[],"mappings":"AAEA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/index.ts"],"names":[],"mappings":"AAEA,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const cmaAccountPeriodCloseRestReqSchema: z.ZodObject<{
|
|
3
|
+
cmaId: z.ZodString;
|
|
4
|
+
cmaAccountPeriodId: z.ZodString;
|
|
5
|
+
endDate: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, Date, string | Date>, z.ZodDate>;
|
|
6
|
+
closingDescription: z.ZodOptional<z.ZodString>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
endDate: Date;
|
|
9
|
+
cmaId: string;
|
|
10
|
+
cmaAccountPeriodId: string;
|
|
11
|
+
closingDescription?: string | undefined;
|
|
12
|
+
}, {
|
|
13
|
+
endDate: string | Date;
|
|
14
|
+
cmaId: string;
|
|
15
|
+
cmaAccountPeriodId: string;
|
|
16
|
+
closingDescription?: string | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
export type CmaAccountPeriodCloseRestReq = z.infer<typeof cmaAccountPeriodCloseRestReqSchema>;
|
|
19
|
+
//# sourceMappingURL=cma-account-period-close.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cma-account-period-close.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-account-period-close.rest.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;EAK7C,CAAC;AAEH,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC"}
|