@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
|
@@ -31,77 +31,72 @@ export declare const propertyListRestResSchema: z.ZodObject<{
|
|
|
31
31
|
cma: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32
32
|
id: z.ZodString;
|
|
33
33
|
cmaSeq: z.ZodNumber;
|
|
34
|
+
country: z.ZodNullable<z.ZodString>;
|
|
35
|
+
stateCode: z.ZodNullable<z.ZodString>;
|
|
36
|
+
description: z.ZodNullable<z.ZodString>;
|
|
37
|
+
bankCode: z.ZodNullable<z.ZodString>;
|
|
38
|
+
bsb: z.ZodNullable<z.ZodString>;
|
|
39
|
+
accountNumber: z.ZodNullable<z.ZodString>;
|
|
40
|
+
accountName: z.ZodNullable<z.ZodString>;
|
|
34
41
|
propertyId: z.ZodString;
|
|
35
|
-
balanceCents: z.
|
|
42
|
+
balanceCents: z.ZodBigInt;
|
|
36
43
|
currentReceiveSeq: z.ZodNumber;
|
|
37
44
|
currentPayoutSeq: z.ZodNumber;
|
|
38
45
|
payoutId: z.ZodNumber;
|
|
39
|
-
|
|
40
|
-
bankCode: z.ZodString;
|
|
41
|
-
bsb: z.ZodString;
|
|
42
|
-
accountNumber: z.ZodString;
|
|
43
|
-
accountName: z.ZodString;
|
|
44
|
-
status: z.ZodNativeEnum<{
|
|
45
|
-
readonly ACTIVE: "active";
|
|
46
|
-
readonly INACTIVE: "inactive";
|
|
47
|
-
}>;
|
|
46
|
+
status: z.ZodString;
|
|
48
47
|
isArchived: z.ZodBoolean;
|
|
49
48
|
createdAt: z.ZodDate;
|
|
50
49
|
updatedAt: z.ZodDate;
|
|
51
50
|
createdBy: z.ZodString;
|
|
52
|
-
developerCompanyName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
53
|
-
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
54
51
|
}, "strip", z.ZodTypeAny, {
|
|
55
52
|
id: string;
|
|
53
|
+
status: string;
|
|
54
|
+
isArchived: boolean;
|
|
55
|
+
createdAt: Date;
|
|
56
|
+
updatedAt: Date;
|
|
57
|
+
balanceCents: bigint;
|
|
56
58
|
cmaSeq: number;
|
|
59
|
+
country: string | null;
|
|
60
|
+
stateCode: string | null;
|
|
61
|
+
description: string | null;
|
|
62
|
+
bankCode: string | null;
|
|
63
|
+
bsb: string | null;
|
|
64
|
+
accountNumber: string | null;
|
|
65
|
+
accountName: string | null;
|
|
57
66
|
propertyId: string;
|
|
58
|
-
balanceCents: number;
|
|
59
|
-
status: "active" | "inactive";
|
|
60
67
|
currentReceiveSeq: number;
|
|
61
68
|
currentPayoutSeq: number;
|
|
62
69
|
payoutId: number;
|
|
63
|
-
stateCode: string;
|
|
64
|
-
bankCode: string;
|
|
65
|
-
bsb: string;
|
|
66
|
-
accountNumber: string;
|
|
67
|
-
accountName: string;
|
|
68
|
-
isArchived: boolean;
|
|
69
|
-
createdAt: Date;
|
|
70
|
-
updatedAt: Date;
|
|
71
70
|
createdBy: string;
|
|
72
|
-
developerCompanyName?: string | null | undefined;
|
|
73
|
-
buyerName?: string | null | undefined;
|
|
74
71
|
}, {
|
|
75
72
|
id: string;
|
|
73
|
+
status: string;
|
|
74
|
+
isArchived: boolean;
|
|
75
|
+
createdAt: Date;
|
|
76
|
+
updatedAt: Date;
|
|
77
|
+
balanceCents: bigint;
|
|
76
78
|
cmaSeq: number;
|
|
79
|
+
country: string | null;
|
|
80
|
+
stateCode: string | null;
|
|
81
|
+
description: string | null;
|
|
82
|
+
bankCode: string | null;
|
|
83
|
+
bsb: string | null;
|
|
84
|
+
accountNumber: string | null;
|
|
85
|
+
accountName: string | null;
|
|
77
86
|
propertyId: string;
|
|
78
|
-
balanceCents: number | bigint;
|
|
79
|
-
status: "active" | "inactive";
|
|
80
87
|
currentReceiveSeq: number;
|
|
81
88
|
currentPayoutSeq: number;
|
|
82
89
|
payoutId: number;
|
|
83
|
-
stateCode: string;
|
|
84
|
-
bankCode: string;
|
|
85
|
-
bsb: string;
|
|
86
|
-
accountNumber: string;
|
|
87
|
-
accountName: string;
|
|
88
|
-
isArchived: boolean;
|
|
89
|
-
createdAt: Date;
|
|
90
|
-
updatedAt: Date;
|
|
91
90
|
createdBy: string;
|
|
92
|
-
developerCompanyName?: string | null | undefined;
|
|
93
|
-
buyerName?: string | null | undefined;
|
|
94
91
|
}>>>>>;
|
|
95
92
|
}, "strip", z.ZodTypeAny, {
|
|
96
93
|
id: string;
|
|
97
|
-
balanceCents: number | bigint;
|
|
98
94
|
status: "active";
|
|
99
95
|
isArchived: boolean;
|
|
100
96
|
createdAt: Date;
|
|
101
|
-
updatedAt: Date;
|
|
102
|
-
developerCompanyName: string | null;
|
|
103
97
|
syncedAt: Date;
|
|
104
|
-
|
|
98
|
+
updatedAt: Date;
|
|
99
|
+
balanceCents: number | bigint;
|
|
105
100
|
customerId: string;
|
|
106
101
|
projectId: string;
|
|
107
102
|
lotDetail: string | null;
|
|
@@ -109,6 +104,7 @@ export declare const propertyListRestResSchema: z.ZodObject<{
|
|
|
109
104
|
cmaBalanceCents: number | bigint;
|
|
110
105
|
mtaBalanceCents: number | bigint;
|
|
111
106
|
stage: PropertyStage;
|
|
107
|
+
mtaId: string;
|
|
112
108
|
developerId: string;
|
|
113
109
|
customerEmail: string | null;
|
|
114
110
|
customerMobile: string | null;
|
|
@@ -116,38 +112,37 @@ export declare const propertyListRestResSchema: z.ZodObject<{
|
|
|
116
112
|
projectName: string;
|
|
117
113
|
propertyName: string;
|
|
118
114
|
hasCMA: boolean;
|
|
119
|
-
|
|
115
|
+
developerCompanyName: string | null;
|
|
120
116
|
cma?: {
|
|
121
117
|
id: string;
|
|
118
|
+
status: string;
|
|
119
|
+
isArchived: boolean;
|
|
120
|
+
createdAt: Date;
|
|
121
|
+
updatedAt: Date;
|
|
122
|
+
balanceCents: bigint;
|
|
122
123
|
cmaSeq: number;
|
|
124
|
+
country: string | null;
|
|
125
|
+
stateCode: string | null;
|
|
126
|
+
description: string | null;
|
|
127
|
+
bankCode: string | null;
|
|
128
|
+
bsb: string | null;
|
|
129
|
+
accountNumber: string | null;
|
|
130
|
+
accountName: string | null;
|
|
123
131
|
propertyId: string;
|
|
124
|
-
balanceCents: number;
|
|
125
|
-
status: "active" | "inactive";
|
|
126
132
|
currentReceiveSeq: number;
|
|
127
133
|
currentPayoutSeq: number;
|
|
128
134
|
payoutId: number;
|
|
129
|
-
stateCode: string;
|
|
130
|
-
bankCode: string;
|
|
131
|
-
bsb: string;
|
|
132
|
-
accountNumber: string;
|
|
133
|
-
accountName: string;
|
|
134
|
-
isArchived: boolean;
|
|
135
|
-
createdAt: Date;
|
|
136
|
-
updatedAt: Date;
|
|
137
135
|
createdBy: string;
|
|
138
|
-
developerCompanyName?: string | null | undefined;
|
|
139
|
-
buyerName?: string | null | undefined;
|
|
140
136
|
} | null | undefined;
|
|
137
|
+
buyerName?: string | null | undefined;
|
|
141
138
|
}, {
|
|
142
139
|
id: string;
|
|
143
|
-
balanceCents: number | bigint;
|
|
144
140
|
status: "active";
|
|
145
141
|
isArchived: boolean;
|
|
146
142
|
createdAt: Date;
|
|
147
|
-
updatedAt: Date;
|
|
148
|
-
developerCompanyName: string | null;
|
|
149
143
|
syncedAt: Date;
|
|
150
|
-
|
|
144
|
+
updatedAt: Date;
|
|
145
|
+
balanceCents: number | bigint;
|
|
151
146
|
customerId: string;
|
|
152
147
|
projectId: string;
|
|
153
148
|
lotDetail: string | null;
|
|
@@ -155,6 +150,7 @@ export declare const propertyListRestResSchema: z.ZodObject<{
|
|
|
155
150
|
cmaBalanceCents: number | bigint;
|
|
156
151
|
mtaBalanceCents: number | bigint;
|
|
157
152
|
stage: PropertyStage;
|
|
153
|
+
mtaId: string;
|
|
158
154
|
developerId: string;
|
|
159
155
|
customerEmail: string | null;
|
|
160
156
|
customerMobile: string | null;
|
|
@@ -162,31 +158,32 @@ export declare const propertyListRestResSchema: z.ZodObject<{
|
|
|
162
158
|
projectName: string;
|
|
163
159
|
propertyName: string;
|
|
164
160
|
hasCMA: boolean;
|
|
165
|
-
|
|
161
|
+
developerCompanyName: string | null;
|
|
166
162
|
cma?: {
|
|
167
163
|
id: string;
|
|
164
|
+
status: string;
|
|
165
|
+
isArchived: boolean;
|
|
166
|
+
createdAt: Date;
|
|
167
|
+
updatedAt: Date;
|
|
168
|
+
balanceCents: bigint;
|
|
168
169
|
cmaSeq: number;
|
|
170
|
+
country: string | null;
|
|
171
|
+
stateCode: string | null;
|
|
172
|
+
description: string | null;
|
|
173
|
+
bankCode: string | null;
|
|
174
|
+
bsb: string | null;
|
|
175
|
+
accountNumber: string | null;
|
|
176
|
+
accountName: string | null;
|
|
169
177
|
propertyId: string;
|
|
170
|
-
balanceCents: number | bigint;
|
|
171
|
-
status: "active" | "inactive";
|
|
172
178
|
currentReceiveSeq: number;
|
|
173
179
|
currentPayoutSeq: number;
|
|
174
180
|
payoutId: number;
|
|
175
|
-
stateCode: string;
|
|
176
|
-
bankCode: string;
|
|
177
|
-
bsb: string;
|
|
178
|
-
accountNumber: string;
|
|
179
|
-
accountName: string;
|
|
180
|
-
isArchived: boolean;
|
|
181
|
-
createdAt: Date;
|
|
182
|
-
updatedAt: Date;
|
|
183
181
|
createdBy: string;
|
|
184
|
-
developerCompanyName?: string | null | undefined;
|
|
185
|
-
buyerName?: string | null | undefined;
|
|
186
182
|
} | null | undefined;
|
|
183
|
+
buyerName?: string | null | undefined;
|
|
187
184
|
}>;
|
|
188
185
|
export type PropertyListRestRes = z.infer<typeof propertyListRestResSchema>;
|
|
189
|
-
export declare const
|
|
186
|
+
export declare const propertyWithProjectRestResSchema: z.ZodObject<{
|
|
190
187
|
id: z.ZodString;
|
|
191
188
|
customerId: z.ZodString;
|
|
192
189
|
projectId: z.ZodString;
|
|
@@ -210,7 +207,7 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
210
207
|
syncedAt: z.ZodDate;
|
|
211
208
|
updatedAt: z.ZodDate;
|
|
212
209
|
} & {
|
|
213
|
-
project: z.
|
|
210
|
+
project: z.ZodLazy<z.ZodObject<{
|
|
214
211
|
id: z.ZodString;
|
|
215
212
|
name: z.ZodString;
|
|
216
213
|
developerId: z.ZodString;
|
|
@@ -236,944 +233,212 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
236
233
|
status: string;
|
|
237
234
|
isArchived: boolean;
|
|
238
235
|
createdAt: Date;
|
|
239
|
-
updatedAt: Date;
|
|
240
236
|
syncedAt: Date;
|
|
237
|
+
updatedAt: Date;
|
|
241
238
|
companyName: string | null;
|
|
242
239
|
}, {
|
|
243
240
|
id: string;
|
|
244
241
|
status: string;
|
|
245
242
|
isArchived: boolean;
|
|
246
243
|
createdAt: Date;
|
|
247
|
-
updatedAt: Date;
|
|
248
244
|
syncedAt: Date;
|
|
245
|
+
updatedAt: Date;
|
|
249
246
|
companyName: string | null;
|
|
250
247
|
}>>>>>;
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
} & {
|
|
265
|
-
stateCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>;
|
|
266
|
-
bankCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>;
|
|
267
|
-
accountNumber: z.ZodEffects<z.ZodString, string, string>;
|
|
268
|
-
bsb: z.ZodEffects<z.ZodString, string, string>;
|
|
269
|
-
subsidiaryId: z.ZodString;
|
|
270
|
-
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
271
|
-
paymentMethods: z.ZodOptional<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
272
|
-
id: z.ZodString;
|
|
273
|
-
mtaId: z.ZodString;
|
|
274
|
-
paymentProviderId: z.ZodString;
|
|
275
|
-
bankAccountId: z.ZodString;
|
|
276
|
-
status: z.ZodString;
|
|
277
|
-
isArchived: z.ZodBoolean;
|
|
278
|
-
createdAt: z.ZodDate;
|
|
279
|
-
updatedAt: z.ZodDate;
|
|
280
|
-
} & {
|
|
281
|
-
paymentProvider: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
282
|
-
id: z.ZodString;
|
|
283
|
-
name: z.ZodString;
|
|
284
|
-
providerCode: z.ZodString;
|
|
285
|
-
isArchived: z.ZodBoolean;
|
|
286
|
-
settings: z.ZodString;
|
|
287
|
-
status: z.ZodString;
|
|
288
|
-
createdAt: z.ZodDate;
|
|
289
|
-
updatedAt: z.ZodDate;
|
|
290
|
-
}, "strip", z.ZodTypeAny, {
|
|
291
|
-
id: string;
|
|
292
|
-
status: string;
|
|
293
|
-
isArchived: boolean;
|
|
294
|
-
createdAt: Date;
|
|
295
|
-
updatedAt: Date;
|
|
296
|
-
name: string;
|
|
297
|
-
providerCode: string;
|
|
298
|
-
settings: string;
|
|
299
|
-
}, {
|
|
300
|
-
id: string;
|
|
301
|
-
status: string;
|
|
302
|
-
isArchived: boolean;
|
|
303
|
-
createdAt: Date;
|
|
304
|
-
updatedAt: Date;
|
|
305
|
-
name: string;
|
|
306
|
-
providerCode: string;
|
|
307
|
-
settings: string;
|
|
308
|
-
}>>>;
|
|
309
|
-
mta: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
310
|
-
id: z.ZodString;
|
|
311
|
-
name: z.ZodString;
|
|
312
|
-
country: z.ZodString;
|
|
313
|
-
stateCode: z.ZodString;
|
|
314
|
-
bankCode: z.ZodString;
|
|
315
|
-
subsidiaryId: z.ZodString;
|
|
316
|
-
bsb: z.ZodString;
|
|
317
|
-
accountNumber: z.ZodString;
|
|
318
|
-
balanceCents: z.ZodBigInt;
|
|
319
|
-
currentReceiveSeq: z.ZodNumber;
|
|
320
|
-
currentPayoutSeq: z.ZodNumber;
|
|
321
|
-
status: z.ZodString;
|
|
322
|
-
isArchived: z.ZodBoolean;
|
|
323
|
-
createdAt: z.ZodDate;
|
|
324
|
-
syncedAt: z.ZodNullable<z.ZodDate>;
|
|
325
|
-
updatedAt: z.ZodDate;
|
|
326
|
-
createdBy: z.ZodNullable<z.ZodString>;
|
|
327
|
-
updatedBy: z.ZodNullable<z.ZodString>;
|
|
328
|
-
}, "strip", z.ZodTypeAny, {
|
|
329
|
-
id: string;
|
|
330
|
-
balanceCents: bigint;
|
|
331
|
-
status: string;
|
|
332
|
-
currentReceiveSeq: number;
|
|
333
|
-
currentPayoutSeq: number;
|
|
334
|
-
stateCode: string;
|
|
335
|
-
bankCode: string;
|
|
336
|
-
bsb: string;
|
|
337
|
-
accountNumber: string;
|
|
338
|
-
isArchived: boolean;
|
|
339
|
-
createdAt: Date;
|
|
340
|
-
updatedAt: Date;
|
|
341
|
-
createdBy: string | null;
|
|
342
|
-
syncedAt: Date | null;
|
|
343
|
-
name: string;
|
|
344
|
-
country: string;
|
|
345
|
-
subsidiaryId: string;
|
|
346
|
-
updatedBy: string | null;
|
|
347
|
-
}, {
|
|
348
|
-
id: string;
|
|
349
|
-
balanceCents: bigint;
|
|
350
|
-
status: string;
|
|
351
|
-
currentReceiveSeq: number;
|
|
352
|
-
currentPayoutSeq: number;
|
|
353
|
-
stateCode: string;
|
|
354
|
-
bankCode: string;
|
|
355
|
-
bsb: string;
|
|
356
|
-
accountNumber: string;
|
|
357
|
-
isArchived: boolean;
|
|
358
|
-
createdAt: Date;
|
|
359
|
-
updatedAt: Date;
|
|
360
|
-
createdBy: string | null;
|
|
361
|
-
syncedAt: Date | null;
|
|
362
|
-
name: string;
|
|
363
|
-
country: string;
|
|
364
|
-
subsidiaryId: string;
|
|
365
|
-
updatedBy: string | null;
|
|
366
|
-
}>>>;
|
|
367
|
-
account: z.ZodPipeline<z.ZodEffects<z.ZodString, any, string>, z.ZodObject<{
|
|
368
|
-
bsb: z.ZodString;
|
|
369
|
-
accountNumber: z.ZodString;
|
|
370
|
-
credential: z.ZodObject<{
|
|
371
|
-
bankAccountId: z.ZodString;
|
|
372
|
-
}, "strip", z.ZodTypeAny, {
|
|
373
|
-
bankAccountId: string;
|
|
374
|
-
}, {
|
|
375
|
-
bankAccountId: string;
|
|
376
|
-
}>;
|
|
377
|
-
}, "strip", z.ZodTypeAny, {
|
|
378
|
-
bsb: string;
|
|
379
|
-
accountNumber: string;
|
|
380
|
-
credential: {
|
|
381
|
-
bankAccountId: string;
|
|
382
|
-
};
|
|
383
|
-
}, {
|
|
384
|
-
bsb: string;
|
|
385
|
-
accountNumber: string;
|
|
386
|
-
credential: {
|
|
387
|
-
bankAccountId: string;
|
|
388
|
-
};
|
|
389
|
-
}>>;
|
|
390
|
-
floatAccount: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodNullable<z.ZodString>, any, string | null>, z.ZodObject<{
|
|
391
|
-
domainName: z.ZodString;
|
|
392
|
-
credential: z.ZodObject<{
|
|
393
|
-
bankAccountId: z.ZodString;
|
|
394
|
-
}, "strip", z.ZodTypeAny, {
|
|
395
|
-
bankAccountId: string;
|
|
396
|
-
}, {
|
|
397
|
-
bankAccountId: string;
|
|
398
|
-
}>;
|
|
399
|
-
}, "strip", z.ZodTypeAny, {
|
|
400
|
-
credential: {
|
|
401
|
-
bankAccountId: string;
|
|
402
|
-
};
|
|
403
|
-
domainName: string;
|
|
404
|
-
}, {
|
|
405
|
-
credential: {
|
|
406
|
-
bankAccountId: string;
|
|
407
|
-
};
|
|
408
|
-
domainName: string;
|
|
409
|
-
}>>>>;
|
|
410
|
-
}, "strip", z.ZodTypeAny, {
|
|
411
|
-
id: string;
|
|
412
|
-
status: string;
|
|
413
|
-
isArchived: boolean;
|
|
414
|
-
createdAt: Date;
|
|
415
|
-
updatedAt: Date;
|
|
416
|
-
mtaId: string;
|
|
417
|
-
bankAccountId: string;
|
|
418
|
-
paymentProviderId: string;
|
|
419
|
-
account: {
|
|
420
|
-
bsb: string;
|
|
421
|
-
accountNumber: string;
|
|
422
|
-
credential: {
|
|
423
|
-
bankAccountId: string;
|
|
424
|
-
};
|
|
425
|
-
};
|
|
426
|
-
floatAccount?: {
|
|
427
|
-
credential: {
|
|
428
|
-
bankAccountId: string;
|
|
429
|
-
};
|
|
430
|
-
domainName: string;
|
|
431
|
-
} | null | undefined;
|
|
432
|
-
paymentProvider?: {
|
|
433
|
-
id: string;
|
|
434
|
-
status: string;
|
|
435
|
-
isArchived: boolean;
|
|
436
|
-
createdAt: Date;
|
|
437
|
-
updatedAt: Date;
|
|
438
|
-
name: string;
|
|
439
|
-
providerCode: string;
|
|
440
|
-
settings: string;
|
|
441
|
-
} | undefined;
|
|
442
|
-
mta?: {
|
|
443
|
-
id: string;
|
|
444
|
-
balanceCents: bigint;
|
|
445
|
-
status: string;
|
|
446
|
-
currentReceiveSeq: number;
|
|
447
|
-
currentPayoutSeq: number;
|
|
448
|
-
stateCode: string;
|
|
449
|
-
bankCode: string;
|
|
450
|
-
bsb: string;
|
|
451
|
-
accountNumber: string;
|
|
452
|
-
isArchived: boolean;
|
|
453
|
-
createdAt: Date;
|
|
454
|
-
updatedAt: Date;
|
|
455
|
-
createdBy: string | null;
|
|
456
|
-
syncedAt: Date | null;
|
|
457
|
-
name: string;
|
|
458
|
-
country: string;
|
|
459
|
-
subsidiaryId: string;
|
|
460
|
-
updatedBy: string | null;
|
|
461
|
-
} | undefined;
|
|
462
|
-
}, {
|
|
463
|
-
id: string;
|
|
464
|
-
status: string;
|
|
465
|
-
isArchived: boolean;
|
|
466
|
-
createdAt: Date;
|
|
467
|
-
updatedAt: Date;
|
|
468
|
-
mtaId: string;
|
|
469
|
-
bankAccountId: string;
|
|
470
|
-
paymentProviderId: string;
|
|
471
|
-
account: string;
|
|
472
|
-
floatAccount?: string | null | undefined;
|
|
473
|
-
paymentProvider?: {
|
|
474
|
-
id: string;
|
|
475
|
-
status: string;
|
|
476
|
-
isArchived: boolean;
|
|
477
|
-
createdAt: Date;
|
|
478
|
-
updatedAt: Date;
|
|
479
|
-
name: string;
|
|
480
|
-
providerCode: string;
|
|
481
|
-
settings: string;
|
|
482
|
-
} | undefined;
|
|
483
|
-
mta?: {
|
|
484
|
-
id: string;
|
|
485
|
-
balanceCents: bigint;
|
|
486
|
-
status: string;
|
|
487
|
-
currentReceiveSeq: number;
|
|
488
|
-
currentPayoutSeq: number;
|
|
489
|
-
stateCode: string;
|
|
490
|
-
bankCode: string;
|
|
491
|
-
bsb: string;
|
|
492
|
-
accountNumber: string;
|
|
493
|
-
isArchived: boolean;
|
|
494
|
-
createdAt: Date;
|
|
495
|
-
updatedAt: Date;
|
|
496
|
-
createdBy: string | null;
|
|
497
|
-
syncedAt: Date | null;
|
|
498
|
-
name: string;
|
|
499
|
-
country: string;
|
|
500
|
-
subsidiaryId: string;
|
|
501
|
-
updatedBy: string | null;
|
|
502
|
-
} | undefined;
|
|
503
|
-
}>, "many">>>;
|
|
504
|
-
accountPeriods: z.ZodLazy<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
505
|
-
id: z.ZodString;
|
|
506
|
-
startDate: z.ZodDate;
|
|
507
|
-
endDate: z.ZodNullable<z.ZodDate>;
|
|
508
|
-
openingBalanceCents: z.ZodBigInt;
|
|
509
|
-
closingBalanceCents: z.ZodNullable<z.ZodBigInt>;
|
|
510
|
-
status: z.ZodString;
|
|
511
|
-
closedBy: z.ZodNullable<z.ZodString>;
|
|
512
|
-
closedAt: z.ZodNullable<z.ZodDate>;
|
|
513
|
-
isArchived: z.ZodBoolean;
|
|
514
|
-
createdAt: z.ZodDate;
|
|
515
|
-
updatedAt: z.ZodDate;
|
|
516
|
-
mtaId: z.ZodString;
|
|
517
|
-
closingDescription: z.ZodNullable<z.ZodString>;
|
|
518
|
-
}, "strip", z.ZodTypeAny, {
|
|
519
|
-
id: string;
|
|
520
|
-
status: string;
|
|
521
|
-
isArchived: boolean;
|
|
522
|
-
createdAt: Date;
|
|
523
|
-
updatedAt: Date;
|
|
524
|
-
startDate: Date;
|
|
525
|
-
endDate: Date | null;
|
|
526
|
-
openingBalanceCents: bigint;
|
|
527
|
-
closingBalanceCents: bigint | null;
|
|
528
|
-
closedBy: string | null;
|
|
529
|
-
closedAt: Date | null;
|
|
530
|
-
mtaId: string;
|
|
531
|
-
closingDescription: string | null;
|
|
532
|
-
}, {
|
|
533
|
-
id: string;
|
|
534
|
-
status: string;
|
|
535
|
-
isArchived: boolean;
|
|
536
|
-
createdAt: Date;
|
|
537
|
-
updatedAt: Date;
|
|
538
|
-
startDate: Date;
|
|
539
|
-
endDate: Date | null;
|
|
540
|
-
openingBalanceCents: bigint;
|
|
541
|
-
closingBalanceCents: bigint | null;
|
|
542
|
-
closedBy: string | null;
|
|
543
|
-
closedAt: Date | null;
|
|
544
|
-
mtaId: string;
|
|
545
|
-
closingDescription: string | null;
|
|
546
|
-
}>, "many">>>;
|
|
547
|
-
}, "strip", z.ZodTypeAny, {
|
|
248
|
+
}, "strip", z.ZodTypeAny, {
|
|
249
|
+
id: string;
|
|
250
|
+
status: string;
|
|
251
|
+
isArchived: boolean;
|
|
252
|
+
createdAt: Date;
|
|
253
|
+
syncedAt: Date;
|
|
254
|
+
updatedAt: Date;
|
|
255
|
+
type: string;
|
|
256
|
+
mtaId: string | null;
|
|
257
|
+
name: string;
|
|
258
|
+
developerId: string;
|
|
259
|
+
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
260
|
+
developer?: {
|
|
548
261
|
id: string;
|
|
549
|
-
balanceCents: number;
|
|
550
262
|
status: string;
|
|
551
|
-
currentReceiveSeq: number;
|
|
552
|
-
currentPayoutSeq: number;
|
|
553
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
554
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
555
|
-
bsb: string;
|
|
556
|
-
accountNumber: string;
|
|
557
263
|
isArchived: boolean;
|
|
558
264
|
createdAt: Date;
|
|
265
|
+
syncedAt: Date;
|
|
559
266
|
updatedAt: Date;
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
account: {
|
|
576
|
-
bsb: string;
|
|
577
|
-
accountNumber: string;
|
|
578
|
-
credential: {
|
|
579
|
-
bankAccountId: string;
|
|
580
|
-
};
|
|
581
|
-
};
|
|
582
|
-
floatAccount?: {
|
|
583
|
-
credential: {
|
|
584
|
-
bankAccountId: string;
|
|
585
|
-
};
|
|
586
|
-
domainName: string;
|
|
587
|
-
} | null | undefined;
|
|
588
|
-
paymentProvider?: {
|
|
589
|
-
id: string;
|
|
590
|
-
status: string;
|
|
591
|
-
isArchived: boolean;
|
|
592
|
-
createdAt: Date;
|
|
593
|
-
updatedAt: Date;
|
|
594
|
-
name: string;
|
|
595
|
-
providerCode: string;
|
|
596
|
-
settings: string;
|
|
597
|
-
} | undefined;
|
|
598
|
-
mta?: {
|
|
599
|
-
id: string;
|
|
600
|
-
balanceCents: bigint;
|
|
601
|
-
status: string;
|
|
602
|
-
currentReceiveSeq: number;
|
|
603
|
-
currentPayoutSeq: number;
|
|
604
|
-
stateCode: string;
|
|
605
|
-
bankCode: string;
|
|
606
|
-
bsb: string;
|
|
607
|
-
accountNumber: string;
|
|
608
|
-
isArchived: boolean;
|
|
609
|
-
createdAt: Date;
|
|
610
|
-
updatedAt: Date;
|
|
611
|
-
createdBy: string | null;
|
|
612
|
-
syncedAt: Date | null;
|
|
613
|
-
name: string;
|
|
614
|
-
country: string;
|
|
615
|
-
subsidiaryId: string;
|
|
616
|
-
updatedBy: string | null;
|
|
617
|
-
} | undefined;
|
|
618
|
-
}[] | undefined;
|
|
619
|
-
accountPeriods?: {
|
|
620
|
-
id: string;
|
|
621
|
-
status: string;
|
|
622
|
-
isArchived: boolean;
|
|
623
|
-
createdAt: Date;
|
|
624
|
-
updatedAt: Date;
|
|
625
|
-
startDate: Date;
|
|
626
|
-
endDate: Date | null;
|
|
627
|
-
openingBalanceCents: bigint;
|
|
628
|
-
closingBalanceCents: bigint | null;
|
|
629
|
-
closedBy: string | null;
|
|
630
|
-
closedAt: Date | null;
|
|
631
|
-
mtaId: string;
|
|
632
|
-
closingDescription: string | null;
|
|
633
|
-
}[] | undefined;
|
|
634
|
-
}, {
|
|
267
|
+
companyName: string | null;
|
|
268
|
+
} | null | undefined;
|
|
269
|
+
}, {
|
|
270
|
+
id: string;
|
|
271
|
+
status: string;
|
|
272
|
+
isArchived: boolean;
|
|
273
|
+
createdAt: Date;
|
|
274
|
+
syncedAt: Date;
|
|
275
|
+
updatedAt: Date;
|
|
276
|
+
type: string;
|
|
277
|
+
mtaId: string | null;
|
|
278
|
+
name: string;
|
|
279
|
+
developerId: string;
|
|
280
|
+
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
281
|
+
developer?: {
|
|
635
282
|
id: string;
|
|
636
|
-
balanceCents: number | bigint;
|
|
637
283
|
status: string;
|
|
638
|
-
currentReceiveSeq: number;
|
|
639
|
-
currentPayoutSeq: number;
|
|
640
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
641
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
642
|
-
bsb: string;
|
|
643
|
-
accountNumber: string;
|
|
644
284
|
isArchived: boolean;
|
|
645
285
|
createdAt: Date;
|
|
286
|
+
syncedAt: Date;
|
|
646
287
|
updatedAt: Date;
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
288
|
+
companyName: string | null;
|
|
289
|
+
} | null | undefined;
|
|
290
|
+
}>>;
|
|
291
|
+
}, "strip", z.ZodTypeAny, {
|
|
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: import("@mikemo-coposit/am-zshared").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
|
+
}, {
|
|
331
|
+
id: string;
|
|
332
|
+
status: "active";
|
|
333
|
+
isArchived: boolean;
|
|
334
|
+
createdAt: Date;
|
|
335
|
+
syncedAt: Date;
|
|
336
|
+
updatedAt: Date;
|
|
337
|
+
balanceCents: number | bigint;
|
|
338
|
+
customerId: string;
|
|
339
|
+
projectId: string;
|
|
340
|
+
lotDetail: string | null;
|
|
341
|
+
propertyAddress: string;
|
|
342
|
+
cmaBalanceCents: number | bigint;
|
|
343
|
+
mtaBalanceCents: number | bigint;
|
|
344
|
+
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
345
|
+
mtaId: string;
|
|
346
|
+
project: {
|
|
347
|
+
id: string;
|
|
348
|
+
status: string;
|
|
349
|
+
isArchived: boolean;
|
|
350
|
+
createdAt: Date;
|
|
351
|
+
syncedAt: Date;
|
|
352
|
+
updatedAt: Date;
|
|
353
|
+
type: string;
|
|
354
|
+
mtaId: string | null;
|
|
355
|
+
name: string;
|
|
356
|
+
developerId: string;
|
|
357
|
+
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
358
|
+
developer?: {
|
|
359
|
+
id: string;
|
|
360
|
+
status: string;
|
|
361
|
+
isArchived: boolean;
|
|
362
|
+
createdAt: Date;
|
|
363
|
+
syncedAt: Date;
|
|
364
|
+
updatedAt: Date;
|
|
365
|
+
companyName: string | null;
|
|
366
|
+
} | null | undefined;
|
|
367
|
+
};
|
|
368
|
+
buyerName?: string | null | undefined;
|
|
369
|
+
}>;
|
|
370
|
+
export declare const propertyRestResSchema: z.ZodObject<{
|
|
371
|
+
id: z.ZodString;
|
|
372
|
+
customerId: z.ZodString;
|
|
373
|
+
projectId: z.ZodString;
|
|
374
|
+
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
375
|
+
lotDetail: z.ZodNullable<z.ZodString>;
|
|
376
|
+
propertyAddress: z.ZodString;
|
|
377
|
+
balanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
378
|
+
cmaBalanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
379
|
+
mtaBalanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
380
|
+
stage: z.ZodNativeEnum<{
|
|
381
|
+
readonly INITIAL_DEPOSIT: "initial_deposit";
|
|
382
|
+
readonly STANDARD_SALE: "standard_sale";
|
|
383
|
+
readonly COPOSIT_SALE: "coposit_sale";
|
|
384
|
+
}>;
|
|
385
|
+
status: z.ZodNativeEnum<{
|
|
386
|
+
readonly ACTIVE: "active";
|
|
387
|
+
}>;
|
|
388
|
+
mtaId: z.ZodString;
|
|
389
|
+
isArchived: z.ZodBoolean;
|
|
390
|
+
createdAt: z.ZodDate;
|
|
391
|
+
syncedAt: z.ZodDate;
|
|
392
|
+
updatedAt: z.ZodDate;
|
|
393
|
+
} & {
|
|
394
|
+
project: z.ZodLazy<z.ZodObject<{
|
|
395
|
+
id: z.ZodString;
|
|
396
|
+
name: z.ZodString;
|
|
397
|
+
developerId: z.ZodString;
|
|
398
|
+
mtaId: z.ZodNullable<z.ZodString>;
|
|
399
|
+
state: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>;
|
|
400
|
+
type: z.ZodString;
|
|
401
|
+
status: z.ZodString;
|
|
402
|
+
isArchived: z.ZodBoolean;
|
|
403
|
+
createdAt: z.ZodDate;
|
|
404
|
+
syncedAt: z.ZodDate;
|
|
405
|
+
updatedAt: z.ZodDate;
|
|
406
|
+
} & {
|
|
407
|
+
developer: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
712
408
|
id: z.ZodString;
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
readonly PENDING_APPROVAL: "pending_approval";
|
|
717
|
-
readonly APPROVED: "approved";
|
|
718
|
-
readonly REJECTED: "rejected";
|
|
719
|
-
}>;
|
|
720
|
-
status: z.ZodNativeEnum<typeof import("../..").AccountingCommonStatus>;
|
|
409
|
+
companyName: z.ZodNullable<z.ZodString>;
|
|
410
|
+
status: z.ZodString;
|
|
411
|
+
isArchived: z.ZodBoolean;
|
|
721
412
|
createdAt: z.ZodDate;
|
|
722
|
-
|
|
723
|
-
approvedBy: z.ZodNullable<z.ZodString>;
|
|
724
|
-
createdBy: z.ZodNullable<z.ZodString>;
|
|
413
|
+
syncedAt: z.ZodDate;
|
|
725
414
|
updatedAt: z.ZodDate;
|
|
726
|
-
lastSyncedAt: z.ZodNullable<z.ZodDate>;
|
|
727
|
-
syncStatus: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<{
|
|
728
|
-
readonly PENDING: "pending";
|
|
729
|
-
readonly SYNCED: "synced";
|
|
730
|
-
readonly FAILED: "failed";
|
|
731
|
-
}>>>>;
|
|
732
|
-
isArchived: z.ZodBoolean;
|
|
733
|
-
} & {
|
|
734
|
-
mta: z.ZodLazy<z.ZodObject<Pick<{
|
|
735
|
-
id: z.ZodString;
|
|
736
|
-
name: z.ZodString;
|
|
737
|
-
country: z.ZodString;
|
|
738
|
-
currentReceiveSeq: z.ZodNumber;
|
|
739
|
-
currentPayoutSeq: z.ZodNumber;
|
|
740
|
-
status: z.ZodString;
|
|
741
|
-
isArchived: z.ZodBoolean;
|
|
742
|
-
createdAt: z.ZodDate;
|
|
743
|
-
syncedAt: z.ZodNullable<z.ZodDate>;
|
|
744
|
-
updatedAt: z.ZodDate;
|
|
745
|
-
createdBy: z.ZodNullable<z.ZodString>;
|
|
746
|
-
updatedBy: z.ZodNullable<z.ZodString>;
|
|
747
|
-
} & {
|
|
748
|
-
stateCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>;
|
|
749
|
-
bankCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>;
|
|
750
|
-
accountNumber: z.ZodEffects<z.ZodString, string, string>;
|
|
751
|
-
bsb: z.ZodEffects<z.ZodString, string, string>;
|
|
752
|
-
subsidiaryId: z.ZodString;
|
|
753
|
-
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
754
|
-
paymentMethods: z.ZodOptional<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
755
|
-
id: z.ZodString;
|
|
756
|
-
mtaId: z.ZodString;
|
|
757
|
-
paymentProviderId: z.ZodString;
|
|
758
|
-
bankAccountId: z.ZodString;
|
|
759
|
-
status: z.ZodString;
|
|
760
|
-
isArchived: z.ZodBoolean;
|
|
761
|
-
createdAt: z.ZodDate;
|
|
762
|
-
updatedAt: z.ZodDate;
|
|
763
|
-
} & {
|
|
764
|
-
paymentProvider: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
765
|
-
id: z.ZodString;
|
|
766
|
-
name: z.ZodString;
|
|
767
|
-
providerCode: z.ZodString;
|
|
768
|
-
isArchived: z.ZodBoolean;
|
|
769
|
-
settings: z.ZodString;
|
|
770
|
-
status: z.ZodString;
|
|
771
|
-
createdAt: z.ZodDate;
|
|
772
|
-
updatedAt: z.ZodDate;
|
|
773
|
-
}, "strip", z.ZodTypeAny, {
|
|
774
|
-
id: string;
|
|
775
|
-
status: string;
|
|
776
|
-
isArchived: boolean;
|
|
777
|
-
createdAt: Date;
|
|
778
|
-
updatedAt: Date;
|
|
779
|
-
name: string;
|
|
780
|
-
providerCode: string;
|
|
781
|
-
settings: string;
|
|
782
|
-
}, {
|
|
783
|
-
id: string;
|
|
784
|
-
status: string;
|
|
785
|
-
isArchived: boolean;
|
|
786
|
-
createdAt: Date;
|
|
787
|
-
updatedAt: Date;
|
|
788
|
-
name: string;
|
|
789
|
-
providerCode: string;
|
|
790
|
-
settings: string;
|
|
791
|
-
}>>>;
|
|
792
|
-
mta: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
793
|
-
id: z.ZodString;
|
|
794
|
-
name: z.ZodString;
|
|
795
|
-
country: z.ZodString;
|
|
796
|
-
stateCode: z.ZodString;
|
|
797
|
-
bankCode: z.ZodString;
|
|
798
|
-
subsidiaryId: z.ZodString;
|
|
799
|
-
bsb: z.ZodString;
|
|
800
|
-
accountNumber: z.ZodString;
|
|
801
|
-
balanceCents: z.ZodBigInt;
|
|
802
|
-
currentReceiveSeq: z.ZodNumber;
|
|
803
|
-
currentPayoutSeq: z.ZodNumber;
|
|
804
|
-
status: z.ZodString;
|
|
805
|
-
isArchived: z.ZodBoolean;
|
|
806
|
-
createdAt: z.ZodDate;
|
|
807
|
-
syncedAt: z.ZodNullable<z.ZodDate>;
|
|
808
|
-
updatedAt: z.ZodDate;
|
|
809
|
-
createdBy: z.ZodNullable<z.ZodString>;
|
|
810
|
-
updatedBy: z.ZodNullable<z.ZodString>;
|
|
811
|
-
}, "strip", z.ZodTypeAny, {
|
|
812
|
-
id: string;
|
|
813
|
-
balanceCents: bigint;
|
|
814
|
-
status: string;
|
|
815
|
-
currentReceiveSeq: number;
|
|
816
|
-
currentPayoutSeq: number;
|
|
817
|
-
stateCode: string;
|
|
818
|
-
bankCode: string;
|
|
819
|
-
bsb: string;
|
|
820
|
-
accountNumber: string;
|
|
821
|
-
isArchived: boolean;
|
|
822
|
-
createdAt: Date;
|
|
823
|
-
updatedAt: Date;
|
|
824
|
-
createdBy: string | null;
|
|
825
|
-
syncedAt: Date | null;
|
|
826
|
-
name: string;
|
|
827
|
-
country: string;
|
|
828
|
-
subsidiaryId: string;
|
|
829
|
-
updatedBy: string | null;
|
|
830
|
-
}, {
|
|
831
|
-
id: string;
|
|
832
|
-
balanceCents: bigint;
|
|
833
|
-
status: string;
|
|
834
|
-
currentReceiveSeq: number;
|
|
835
|
-
currentPayoutSeq: number;
|
|
836
|
-
stateCode: string;
|
|
837
|
-
bankCode: string;
|
|
838
|
-
bsb: string;
|
|
839
|
-
accountNumber: string;
|
|
840
|
-
isArchived: boolean;
|
|
841
|
-
createdAt: Date;
|
|
842
|
-
updatedAt: Date;
|
|
843
|
-
createdBy: string | null;
|
|
844
|
-
syncedAt: Date | null;
|
|
845
|
-
name: string;
|
|
846
|
-
country: string;
|
|
847
|
-
subsidiaryId: string;
|
|
848
|
-
updatedBy: string | null;
|
|
849
|
-
}>>>;
|
|
850
|
-
account: z.ZodPipeline<z.ZodEffects<z.ZodString, any, string>, z.ZodObject<{
|
|
851
|
-
bsb: z.ZodString;
|
|
852
|
-
accountNumber: z.ZodString;
|
|
853
|
-
credential: z.ZodObject<{
|
|
854
|
-
bankAccountId: z.ZodString;
|
|
855
|
-
}, "strip", z.ZodTypeAny, {
|
|
856
|
-
bankAccountId: string;
|
|
857
|
-
}, {
|
|
858
|
-
bankAccountId: string;
|
|
859
|
-
}>;
|
|
860
|
-
}, "strip", z.ZodTypeAny, {
|
|
861
|
-
bsb: string;
|
|
862
|
-
accountNumber: string;
|
|
863
|
-
credential: {
|
|
864
|
-
bankAccountId: string;
|
|
865
|
-
};
|
|
866
|
-
}, {
|
|
867
|
-
bsb: string;
|
|
868
|
-
accountNumber: string;
|
|
869
|
-
credential: {
|
|
870
|
-
bankAccountId: string;
|
|
871
|
-
};
|
|
872
|
-
}>>;
|
|
873
|
-
floatAccount: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodNullable<z.ZodString>, any, string | null>, z.ZodObject<{
|
|
874
|
-
domainName: z.ZodString;
|
|
875
|
-
credential: z.ZodObject<{
|
|
876
|
-
bankAccountId: z.ZodString;
|
|
877
|
-
}, "strip", z.ZodTypeAny, {
|
|
878
|
-
bankAccountId: string;
|
|
879
|
-
}, {
|
|
880
|
-
bankAccountId: string;
|
|
881
|
-
}>;
|
|
882
|
-
}, "strip", z.ZodTypeAny, {
|
|
883
|
-
credential: {
|
|
884
|
-
bankAccountId: string;
|
|
885
|
-
};
|
|
886
|
-
domainName: string;
|
|
887
|
-
}, {
|
|
888
|
-
credential: {
|
|
889
|
-
bankAccountId: string;
|
|
890
|
-
};
|
|
891
|
-
domainName: string;
|
|
892
|
-
}>>>>;
|
|
893
|
-
}, "strip", z.ZodTypeAny, {
|
|
894
|
-
id: string;
|
|
895
|
-
status: string;
|
|
896
|
-
isArchived: boolean;
|
|
897
|
-
createdAt: Date;
|
|
898
|
-
updatedAt: Date;
|
|
899
|
-
mtaId: string;
|
|
900
|
-
bankAccountId: string;
|
|
901
|
-
paymentProviderId: string;
|
|
902
|
-
account: {
|
|
903
|
-
bsb: string;
|
|
904
|
-
accountNumber: string;
|
|
905
|
-
credential: {
|
|
906
|
-
bankAccountId: string;
|
|
907
|
-
};
|
|
908
|
-
};
|
|
909
|
-
floatAccount?: {
|
|
910
|
-
credential: {
|
|
911
|
-
bankAccountId: string;
|
|
912
|
-
};
|
|
913
|
-
domainName: string;
|
|
914
|
-
} | null | undefined;
|
|
915
|
-
paymentProvider?: {
|
|
916
|
-
id: string;
|
|
917
|
-
status: string;
|
|
918
|
-
isArchived: boolean;
|
|
919
|
-
createdAt: Date;
|
|
920
|
-
updatedAt: Date;
|
|
921
|
-
name: string;
|
|
922
|
-
providerCode: string;
|
|
923
|
-
settings: string;
|
|
924
|
-
} | undefined;
|
|
925
|
-
mta?: {
|
|
926
|
-
id: string;
|
|
927
|
-
balanceCents: bigint;
|
|
928
|
-
status: string;
|
|
929
|
-
currentReceiveSeq: number;
|
|
930
|
-
currentPayoutSeq: number;
|
|
931
|
-
stateCode: string;
|
|
932
|
-
bankCode: string;
|
|
933
|
-
bsb: string;
|
|
934
|
-
accountNumber: string;
|
|
935
|
-
isArchived: boolean;
|
|
936
|
-
createdAt: Date;
|
|
937
|
-
updatedAt: Date;
|
|
938
|
-
createdBy: string | null;
|
|
939
|
-
syncedAt: Date | null;
|
|
940
|
-
name: string;
|
|
941
|
-
country: string;
|
|
942
|
-
subsidiaryId: string;
|
|
943
|
-
updatedBy: string | null;
|
|
944
|
-
} | undefined;
|
|
945
|
-
}, {
|
|
946
|
-
id: string;
|
|
947
|
-
status: string;
|
|
948
|
-
isArchived: boolean;
|
|
949
|
-
createdAt: Date;
|
|
950
|
-
updatedAt: Date;
|
|
951
|
-
mtaId: string;
|
|
952
|
-
bankAccountId: string;
|
|
953
|
-
paymentProviderId: string;
|
|
954
|
-
account: string;
|
|
955
|
-
floatAccount?: string | null | undefined;
|
|
956
|
-
paymentProvider?: {
|
|
957
|
-
id: string;
|
|
958
|
-
status: string;
|
|
959
|
-
isArchived: boolean;
|
|
960
|
-
createdAt: Date;
|
|
961
|
-
updatedAt: Date;
|
|
962
|
-
name: string;
|
|
963
|
-
providerCode: string;
|
|
964
|
-
settings: string;
|
|
965
|
-
} | undefined;
|
|
966
|
-
mta?: {
|
|
967
|
-
id: string;
|
|
968
|
-
balanceCents: bigint;
|
|
969
|
-
status: string;
|
|
970
|
-
currentReceiveSeq: number;
|
|
971
|
-
currentPayoutSeq: number;
|
|
972
|
-
stateCode: string;
|
|
973
|
-
bankCode: string;
|
|
974
|
-
bsb: string;
|
|
975
|
-
accountNumber: string;
|
|
976
|
-
isArchived: boolean;
|
|
977
|
-
createdAt: Date;
|
|
978
|
-
updatedAt: Date;
|
|
979
|
-
createdBy: string | null;
|
|
980
|
-
syncedAt: Date | null;
|
|
981
|
-
name: string;
|
|
982
|
-
country: string;
|
|
983
|
-
subsidiaryId: string;
|
|
984
|
-
updatedBy: string | null;
|
|
985
|
-
} | undefined;
|
|
986
|
-
}>, "many">>>;
|
|
987
|
-
accountPeriods: z.ZodLazy<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
988
|
-
id: z.ZodString;
|
|
989
|
-
startDate: z.ZodDate;
|
|
990
|
-
endDate: z.ZodNullable<z.ZodDate>;
|
|
991
|
-
openingBalanceCents: z.ZodBigInt;
|
|
992
|
-
closingBalanceCents: z.ZodNullable<z.ZodBigInt>;
|
|
993
|
-
status: z.ZodString;
|
|
994
|
-
closedBy: z.ZodNullable<z.ZodString>;
|
|
995
|
-
closedAt: z.ZodNullable<z.ZodDate>;
|
|
996
|
-
isArchived: z.ZodBoolean;
|
|
997
|
-
createdAt: z.ZodDate;
|
|
998
|
-
updatedAt: z.ZodDate;
|
|
999
|
-
mtaId: z.ZodString;
|
|
1000
|
-
closingDescription: z.ZodNullable<z.ZodString>;
|
|
1001
|
-
}, "strip", z.ZodTypeAny, {
|
|
1002
|
-
id: string;
|
|
1003
|
-
status: string;
|
|
1004
|
-
isArchived: boolean;
|
|
1005
|
-
createdAt: Date;
|
|
1006
|
-
updatedAt: Date;
|
|
1007
|
-
startDate: Date;
|
|
1008
|
-
endDate: Date | null;
|
|
1009
|
-
openingBalanceCents: bigint;
|
|
1010
|
-
closingBalanceCents: bigint | null;
|
|
1011
|
-
closedBy: string | null;
|
|
1012
|
-
closedAt: Date | null;
|
|
1013
|
-
mtaId: string;
|
|
1014
|
-
closingDescription: string | null;
|
|
1015
|
-
}, {
|
|
1016
|
-
id: string;
|
|
1017
|
-
status: string;
|
|
1018
|
-
isArchived: boolean;
|
|
1019
|
-
createdAt: Date;
|
|
1020
|
-
updatedAt: Date;
|
|
1021
|
-
startDate: Date;
|
|
1022
|
-
endDate: Date | null;
|
|
1023
|
-
openingBalanceCents: bigint;
|
|
1024
|
-
closingBalanceCents: bigint | null;
|
|
1025
|
-
closedBy: string | null;
|
|
1026
|
-
closedAt: Date | null;
|
|
1027
|
-
mtaId: string;
|
|
1028
|
-
closingDescription: string | null;
|
|
1029
|
-
}>, "many">>>;
|
|
1030
|
-
}, "id" | "stateCode" | "bankCode" | "bsb" | "accountNumber" | "name">, "strip", z.ZodTypeAny, {
|
|
1031
|
-
id: string;
|
|
1032
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1033
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1034
|
-
bsb: string;
|
|
1035
|
-
accountNumber: string;
|
|
1036
|
-
name: string;
|
|
1037
|
-
}, {
|
|
1038
|
-
id: string;
|
|
1039
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1040
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1041
|
-
bsb: string;
|
|
1042
|
-
accountNumber: string;
|
|
1043
|
-
name: string;
|
|
1044
|
-
}>>;
|
|
1045
|
-
creator: z.ZodLazy<z.ZodObject<Pick<{
|
|
1046
|
-
id: z.ZodString;
|
|
1047
|
-
email: z.ZodString;
|
|
1048
|
-
firstName: z.ZodNullable<z.ZodString>;
|
|
1049
|
-
lastName: z.ZodNullable<z.ZodString>;
|
|
1050
|
-
mobile: z.ZodString;
|
|
1051
|
-
avatar: z.ZodNullable<z.ZodString>;
|
|
1052
|
-
password: z.ZodString;
|
|
1053
|
-
passwordVersion: z.ZodNumber;
|
|
1054
|
-
isTwoFaRequired: z.ZodBoolean;
|
|
1055
|
-
preferTwoFaMethod: z.ZodNullable<z.ZodString>;
|
|
1056
|
-
twoFaAvailableMethods: z.ZodArray<z.ZodString, "many">;
|
|
1057
|
-
status: z.ZodString;
|
|
1058
|
-
isArchived: z.ZodBoolean;
|
|
1059
|
-
createdAt: z.ZodDate;
|
|
1060
|
-
updatedAt: z.ZodDate;
|
|
1061
|
-
}, "id" | "firstName" | "lastName">, "strip", z.ZodTypeAny, {
|
|
1062
|
-
id: string;
|
|
1063
|
-
firstName: string | null;
|
|
1064
|
-
lastName: string | null;
|
|
1065
|
-
}, {
|
|
1066
|
-
id: string;
|
|
1067
|
-
firstName: string | null;
|
|
1068
|
-
lastName: string | null;
|
|
1069
|
-
}>>;
|
|
1070
|
-
approver: z.ZodOptional<z.ZodLazy<z.ZodObject<Pick<{
|
|
1071
|
-
id: z.ZodString;
|
|
1072
|
-
email: z.ZodString;
|
|
1073
|
-
firstName: z.ZodNullable<z.ZodString>;
|
|
1074
|
-
lastName: z.ZodNullable<z.ZodString>;
|
|
1075
|
-
mobile: z.ZodString;
|
|
1076
|
-
avatar: z.ZodNullable<z.ZodString>;
|
|
1077
|
-
password: z.ZodString;
|
|
1078
|
-
passwordVersion: z.ZodNumber;
|
|
1079
|
-
isTwoFaRequired: z.ZodBoolean;
|
|
1080
|
-
preferTwoFaMethod: z.ZodNullable<z.ZodString>;
|
|
1081
|
-
twoFaAvailableMethods: z.ZodArray<z.ZodString, "many">;
|
|
1082
|
-
status: z.ZodString;
|
|
1083
|
-
isArchived: z.ZodBoolean;
|
|
1084
|
-
createdAt: z.ZodDate;
|
|
1085
|
-
updatedAt: z.ZodDate;
|
|
1086
|
-
}, "id" | "firstName" | "lastName">, "strip", z.ZodTypeAny, {
|
|
1087
|
-
id: string;
|
|
1088
|
-
firstName: string | null;
|
|
1089
|
-
lastName: string | null;
|
|
1090
|
-
}, {
|
|
1091
|
-
id: string;
|
|
1092
|
-
firstName: string | null;
|
|
1093
|
-
lastName: string | null;
|
|
1094
|
-
}>>>;
|
|
1095
415
|
}, "strip", z.ZodTypeAny, {
|
|
1096
416
|
id: string;
|
|
1097
|
-
status:
|
|
417
|
+
status: string;
|
|
1098
418
|
isArchived: boolean;
|
|
1099
419
|
createdAt: Date;
|
|
420
|
+
syncedAt: Date;
|
|
1100
421
|
updatedAt: Date;
|
|
1101
|
-
|
|
1102
|
-
mtaId: string;
|
|
1103
|
-
mta: {
|
|
1104
|
-
id: string;
|
|
1105
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1106
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1107
|
-
bsb: string;
|
|
1108
|
-
accountNumber: string;
|
|
1109
|
-
name: string;
|
|
1110
|
-
};
|
|
1111
|
-
creator: {
|
|
1112
|
-
id: string;
|
|
1113
|
-
firstName: string | null;
|
|
1114
|
-
lastName: string | null;
|
|
1115
|
-
};
|
|
1116
|
-
projectId: string;
|
|
1117
|
-
applyStatus: "pending_approval" | "approved" | "rejected";
|
|
1118
|
-
approvedAt: Date | null;
|
|
1119
|
-
approvedBy: string | null;
|
|
1120
|
-
lastSyncedAt: Date | null;
|
|
1121
|
-
syncStatus?: "pending" | "synced" | "failed" | null | undefined;
|
|
1122
|
-
approver?: {
|
|
1123
|
-
id: string;
|
|
1124
|
-
firstName: string | null;
|
|
1125
|
-
lastName: string | null;
|
|
1126
|
-
} | undefined;
|
|
422
|
+
companyName: string | null;
|
|
1127
423
|
}, {
|
|
1128
424
|
id: string;
|
|
1129
|
-
status:
|
|
425
|
+
status: string;
|
|
1130
426
|
isArchived: boolean;
|
|
1131
427
|
createdAt: Date;
|
|
428
|
+
syncedAt: Date;
|
|
1132
429
|
updatedAt: Date;
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
id: string;
|
|
1137
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1138
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1139
|
-
bsb: string;
|
|
1140
|
-
accountNumber: string;
|
|
1141
|
-
name: string;
|
|
1142
|
-
};
|
|
1143
|
-
creator: {
|
|
1144
|
-
id: string;
|
|
1145
|
-
firstName: string | null;
|
|
1146
|
-
lastName: string | null;
|
|
1147
|
-
};
|
|
1148
|
-
projectId: string;
|
|
1149
|
-
applyStatus: "pending_approval" | "approved" | "rejected";
|
|
1150
|
-
approvedAt: Date | null;
|
|
1151
|
-
approvedBy: string | null;
|
|
1152
|
-
lastSyncedAt: Date | null;
|
|
1153
|
-
syncStatus?: "pending" | "synced" | "failed" | null | undefined;
|
|
1154
|
-
approver?: {
|
|
1155
|
-
id: string;
|
|
1156
|
-
firstName: string | null;
|
|
1157
|
-
lastName: string | null;
|
|
1158
|
-
} | undefined;
|
|
1159
|
-
}>, "many">>>>>;
|
|
1160
|
-
applyStatus: z.ZodNativeEnum<{
|
|
1161
|
-
readonly PENDING_APPROVAL: "pending_approval";
|
|
1162
|
-
readonly APPROVED: "approved";
|
|
1163
|
-
readonly REJECTED: "rejected";
|
|
1164
|
-
readonly MISS_MATCH: "miss_match";
|
|
1165
|
-
readonly PENDING_TRUST_ACCOUNT: "pending_trust_account";
|
|
1166
|
-
}>;
|
|
1167
|
-
}, "mta" | "applyStatus" | "mtaAllocations">, "strip", z.ZodTypeAny, {
|
|
430
|
+
companyName: string | null;
|
|
431
|
+
}>>>>>;
|
|
432
|
+
}, "strip", z.ZodTypeAny, {
|
|
1168
433
|
id: string;
|
|
1169
434
|
status: string;
|
|
1170
|
-
type: string;
|
|
1171
435
|
isArchived: boolean;
|
|
1172
436
|
createdAt: Date;
|
|
1173
|
-
updatedAt: Date;
|
|
1174
437
|
syncedAt: Date;
|
|
1175
|
-
|
|
438
|
+
updatedAt: Date;
|
|
439
|
+
type: string;
|
|
1176
440
|
mtaId: string | null;
|
|
441
|
+
name: string;
|
|
1177
442
|
developerId: string;
|
|
1178
443
|
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1179
444
|
developer?: {
|
|
@@ -1181,20 +446,20 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1181
446
|
status: string;
|
|
1182
447
|
isArchived: boolean;
|
|
1183
448
|
createdAt: Date;
|
|
1184
|
-
updatedAt: Date;
|
|
1185
449
|
syncedAt: Date;
|
|
450
|
+
updatedAt: Date;
|
|
1186
451
|
companyName: string | null;
|
|
1187
452
|
} | null | undefined;
|
|
1188
453
|
}, {
|
|
1189
454
|
id: string;
|
|
1190
455
|
status: string;
|
|
1191
|
-
type: string;
|
|
1192
456
|
isArchived: boolean;
|
|
1193
457
|
createdAt: Date;
|
|
1194
|
-
updatedAt: Date;
|
|
1195
458
|
syncedAt: Date;
|
|
1196
|
-
|
|
459
|
+
updatedAt: Date;
|
|
460
|
+
type: string;
|
|
1197
461
|
mtaId: string | null;
|
|
462
|
+
name: string;
|
|
1198
463
|
developerId: string;
|
|
1199
464
|
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1200
465
|
developer?: {
|
|
@@ -1202,17 +467,49 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1202
467
|
status: string;
|
|
1203
468
|
isArchived: boolean;
|
|
1204
469
|
createdAt: Date;
|
|
1205
|
-
updatedAt: Date;
|
|
1206
470
|
syncedAt: Date;
|
|
471
|
+
updatedAt: Date;
|
|
1207
472
|
companyName: string | null;
|
|
1208
473
|
} | null | undefined;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
474
|
+
}>>;
|
|
475
|
+
} & {
|
|
476
|
+
customer: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
1211
477
|
id: z.ZodString;
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
478
|
+
fullName: z.ZodNullable<z.ZodString>;
|
|
479
|
+
mobile: z.ZodNullable<z.ZodString>;
|
|
480
|
+
email: z.ZodString;
|
|
481
|
+
status: z.ZodString;
|
|
482
|
+
isArchived: z.ZodBoolean;
|
|
483
|
+
createdAt: z.ZodDate;
|
|
484
|
+
syncedAt: z.ZodDate;
|
|
485
|
+
updatedAt: z.ZodDate;
|
|
486
|
+
}, "strip", z.ZodTypeAny, {
|
|
487
|
+
id: string;
|
|
488
|
+
fullName: string | null;
|
|
489
|
+
mobile: string | null;
|
|
490
|
+
email: string;
|
|
491
|
+
status: string;
|
|
492
|
+
isArchived: boolean;
|
|
493
|
+
createdAt: Date;
|
|
494
|
+
syncedAt: Date;
|
|
495
|
+
updatedAt: Date;
|
|
496
|
+
}, {
|
|
497
|
+
id: string;
|
|
498
|
+
fullName: string | null;
|
|
499
|
+
mobile: string | null;
|
|
500
|
+
email: string;
|
|
501
|
+
status: string;
|
|
502
|
+
isArchived: boolean;
|
|
503
|
+
createdAt: Date;
|
|
504
|
+
syncedAt: Date;
|
|
505
|
+
updatedAt: Date;
|
|
506
|
+
}>>>>;
|
|
507
|
+
mta: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<Omit<{
|
|
508
|
+
id: z.ZodString;
|
|
509
|
+
name: z.ZodString;
|
|
510
|
+
country: z.ZodString;
|
|
511
|
+
currentReceiveSeq: z.ZodNumber;
|
|
512
|
+
currentPayoutSeq: z.ZodNumber;
|
|
1216
513
|
status: z.ZodString;
|
|
1217
514
|
isArchived: z.ZodBoolean;
|
|
1218
515
|
createdAt: z.ZodDate;
|
|
@@ -1286,40 +583,40 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1286
583
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
1287
584
|
}, "strip", z.ZodTypeAny, {
|
|
1288
585
|
id: string;
|
|
1289
|
-
balanceCents: bigint;
|
|
1290
586
|
status: string;
|
|
1291
|
-
|
|
1292
|
-
|
|
587
|
+
isArchived: boolean;
|
|
588
|
+
createdAt: Date;
|
|
589
|
+
syncedAt: Date | null;
|
|
590
|
+
updatedAt: Date;
|
|
591
|
+
balanceCents: bigint;
|
|
592
|
+
country: string;
|
|
1293
593
|
stateCode: string;
|
|
1294
594
|
bankCode: string;
|
|
1295
595
|
bsb: string;
|
|
1296
596
|
accountNumber: string;
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
updatedAt: Date;
|
|
597
|
+
currentReceiveSeq: number;
|
|
598
|
+
currentPayoutSeq: number;
|
|
1300
599
|
createdBy: string | null;
|
|
1301
|
-
syncedAt: Date | null;
|
|
1302
600
|
name: string;
|
|
1303
|
-
country: string;
|
|
1304
601
|
subsidiaryId: string;
|
|
1305
602
|
updatedBy: string | null;
|
|
1306
603
|
}, {
|
|
1307
604
|
id: string;
|
|
1308
|
-
balanceCents: bigint;
|
|
1309
605
|
status: string;
|
|
1310
|
-
|
|
1311
|
-
|
|
606
|
+
isArchived: boolean;
|
|
607
|
+
createdAt: Date;
|
|
608
|
+
syncedAt: Date | null;
|
|
609
|
+
updatedAt: Date;
|
|
610
|
+
balanceCents: bigint;
|
|
611
|
+
country: string;
|
|
1312
612
|
stateCode: string;
|
|
1313
613
|
bankCode: string;
|
|
1314
614
|
bsb: string;
|
|
1315
615
|
accountNumber: string;
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
updatedAt: Date;
|
|
616
|
+
currentReceiveSeq: number;
|
|
617
|
+
currentPayoutSeq: number;
|
|
1319
618
|
createdBy: string | null;
|
|
1320
|
-
syncedAt: Date | null;
|
|
1321
619
|
name: string;
|
|
1322
|
-
country: string;
|
|
1323
620
|
subsidiaryId: string;
|
|
1324
621
|
updatedBy: string | null;
|
|
1325
622
|
}>>>;
|
|
@@ -1382,6 +679,26 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1382
679
|
bankAccountId: string;
|
|
1383
680
|
};
|
|
1384
681
|
};
|
|
682
|
+
mta?: {
|
|
683
|
+
id: string;
|
|
684
|
+
status: string;
|
|
685
|
+
isArchived: boolean;
|
|
686
|
+
createdAt: Date;
|
|
687
|
+
syncedAt: Date | null;
|
|
688
|
+
updatedAt: Date;
|
|
689
|
+
balanceCents: bigint;
|
|
690
|
+
country: string;
|
|
691
|
+
stateCode: string;
|
|
692
|
+
bankCode: string;
|
|
693
|
+
bsb: string;
|
|
694
|
+
accountNumber: string;
|
|
695
|
+
currentReceiveSeq: number;
|
|
696
|
+
currentPayoutSeq: number;
|
|
697
|
+
createdBy: string | null;
|
|
698
|
+
name: string;
|
|
699
|
+
subsidiaryId: string;
|
|
700
|
+
updatedBy: string | null;
|
|
701
|
+
} | undefined;
|
|
1385
702
|
floatAccount?: {
|
|
1386
703
|
credential: {
|
|
1387
704
|
bankAccountId: string;
|
|
@@ -1398,26 +715,6 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1398
715
|
providerCode: string;
|
|
1399
716
|
settings: string;
|
|
1400
717
|
} | undefined;
|
|
1401
|
-
mta?: {
|
|
1402
|
-
id: string;
|
|
1403
|
-
balanceCents: bigint;
|
|
1404
|
-
status: string;
|
|
1405
|
-
currentReceiveSeq: number;
|
|
1406
|
-
currentPayoutSeq: number;
|
|
1407
|
-
stateCode: string;
|
|
1408
|
-
bankCode: string;
|
|
1409
|
-
bsb: string;
|
|
1410
|
-
accountNumber: string;
|
|
1411
|
-
isArchived: boolean;
|
|
1412
|
-
createdAt: Date;
|
|
1413
|
-
updatedAt: Date;
|
|
1414
|
-
createdBy: string | null;
|
|
1415
|
-
syncedAt: Date | null;
|
|
1416
|
-
name: string;
|
|
1417
|
-
country: string;
|
|
1418
|
-
subsidiaryId: string;
|
|
1419
|
-
updatedBy: string | null;
|
|
1420
|
-
} | undefined;
|
|
1421
718
|
}, {
|
|
1422
719
|
id: string;
|
|
1423
720
|
status: string;
|
|
@@ -1428,37 +725,37 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1428
725
|
bankAccountId: string;
|
|
1429
726
|
paymentProviderId: string;
|
|
1430
727
|
account: string;
|
|
1431
|
-
|
|
1432
|
-
paymentProvider?: {
|
|
728
|
+
mta?: {
|
|
1433
729
|
id: string;
|
|
1434
730
|
status: string;
|
|
1435
731
|
isArchived: boolean;
|
|
1436
732
|
createdAt: Date;
|
|
733
|
+
syncedAt: Date | null;
|
|
1437
734
|
updatedAt: Date;
|
|
1438
|
-
name: string;
|
|
1439
|
-
providerCode: string;
|
|
1440
|
-
settings: string;
|
|
1441
|
-
} | undefined;
|
|
1442
|
-
mta?: {
|
|
1443
|
-
id: string;
|
|
1444
735
|
balanceCents: bigint;
|
|
1445
|
-
|
|
1446
|
-
currentReceiveSeq: number;
|
|
1447
|
-
currentPayoutSeq: number;
|
|
736
|
+
country: string;
|
|
1448
737
|
stateCode: string;
|
|
1449
738
|
bankCode: string;
|
|
1450
739
|
bsb: string;
|
|
1451
740
|
accountNumber: string;
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
updatedAt: Date;
|
|
741
|
+
currentReceiveSeq: number;
|
|
742
|
+
currentPayoutSeq: number;
|
|
1455
743
|
createdBy: string | null;
|
|
1456
|
-
syncedAt: Date | null;
|
|
1457
744
|
name: string;
|
|
1458
|
-
country: string;
|
|
1459
745
|
subsidiaryId: string;
|
|
1460
746
|
updatedBy: string | null;
|
|
1461
747
|
} | undefined;
|
|
748
|
+
floatAccount?: string | null | undefined;
|
|
749
|
+
paymentProvider?: {
|
|
750
|
+
id: string;
|
|
751
|
+
status: string;
|
|
752
|
+
isArchived: boolean;
|
|
753
|
+
createdAt: Date;
|
|
754
|
+
updatedAt: Date;
|
|
755
|
+
name: string;
|
|
756
|
+
providerCode: string;
|
|
757
|
+
settings: string;
|
|
758
|
+
} | undefined;
|
|
1462
759
|
}>, "many">>>;
|
|
1463
760
|
accountPeriods: z.ZodLazy<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1464
761
|
id: z.ZodString;
|
|
@@ -1480,13 +777,13 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1480
777
|
isArchived: boolean;
|
|
1481
778
|
createdAt: Date;
|
|
1482
779
|
updatedAt: Date;
|
|
780
|
+
mtaId: string;
|
|
1483
781
|
startDate: Date;
|
|
1484
782
|
endDate: Date | null;
|
|
1485
783
|
openingBalanceCents: bigint;
|
|
1486
784
|
closingBalanceCents: bigint | null;
|
|
1487
785
|
closedBy: string | null;
|
|
1488
786
|
closedAt: Date | null;
|
|
1489
|
-
mtaId: string;
|
|
1490
787
|
closingDescription: string | null;
|
|
1491
788
|
}, {
|
|
1492
789
|
id: string;
|
|
@@ -1494,358 +791,329 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1494
791
|
isArchived: boolean;
|
|
1495
792
|
createdAt: Date;
|
|
1496
793
|
updatedAt: Date;
|
|
794
|
+
mtaId: string;
|
|
1497
795
|
startDate: Date;
|
|
1498
796
|
endDate: Date | null;
|
|
1499
797
|
openingBalanceCents: bigint;
|
|
1500
798
|
closingBalanceCents: bigint | null;
|
|
1501
799
|
closedBy: string | null;
|
|
1502
800
|
closedAt: Date | null;
|
|
1503
|
-
mtaId: string;
|
|
1504
801
|
closingDescription: string | null;
|
|
1505
802
|
}>, "many">>>;
|
|
1506
|
-
}, "strip", z.ZodTypeAny, {
|
|
803
|
+
}, "paymentMethods" | "accountPeriods">, "strip", z.ZodTypeAny, {
|
|
1507
804
|
id: string;
|
|
1508
|
-
balanceCents: number;
|
|
1509
805
|
status: string;
|
|
1510
|
-
|
|
1511
|
-
|
|
806
|
+
isArchived: boolean;
|
|
807
|
+
createdAt: Date;
|
|
808
|
+
syncedAt: Date | null;
|
|
809
|
+
updatedAt: Date;
|
|
810
|
+
balanceCents: number;
|
|
811
|
+
country: string;
|
|
1512
812
|
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1513
813
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1514
814
|
bsb: string;
|
|
1515
815
|
accountNumber: string;
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
updatedAt: Date;
|
|
816
|
+
currentReceiveSeq: number;
|
|
817
|
+
currentPayoutSeq: number;
|
|
1519
818
|
createdBy: string | null;
|
|
1520
|
-
syncedAt: Date | null;
|
|
1521
819
|
name: string;
|
|
1522
|
-
country: string;
|
|
1523
820
|
subsidiaryId: string;
|
|
1524
821
|
updatedBy: string | null;
|
|
1525
|
-
paymentMethods?: {
|
|
1526
|
-
id: string;
|
|
1527
|
-
status: string;
|
|
1528
|
-
isArchived: boolean;
|
|
1529
|
-
createdAt: Date;
|
|
1530
|
-
updatedAt: Date;
|
|
1531
|
-
mtaId: string;
|
|
1532
|
-
bankAccountId: string;
|
|
1533
|
-
paymentProviderId: string;
|
|
1534
|
-
account: {
|
|
1535
|
-
bsb: string;
|
|
1536
|
-
accountNumber: string;
|
|
1537
|
-
credential: {
|
|
1538
|
-
bankAccountId: string;
|
|
1539
|
-
};
|
|
1540
|
-
};
|
|
1541
|
-
floatAccount?: {
|
|
1542
|
-
credential: {
|
|
1543
|
-
bankAccountId: string;
|
|
1544
|
-
};
|
|
1545
|
-
domainName: string;
|
|
1546
|
-
} | null | undefined;
|
|
1547
|
-
paymentProvider?: {
|
|
1548
|
-
id: string;
|
|
1549
|
-
status: string;
|
|
1550
|
-
isArchived: boolean;
|
|
1551
|
-
createdAt: Date;
|
|
1552
|
-
updatedAt: Date;
|
|
1553
|
-
name: string;
|
|
1554
|
-
providerCode: string;
|
|
1555
|
-
settings: string;
|
|
1556
|
-
} | undefined;
|
|
1557
|
-
mta?: {
|
|
1558
|
-
id: string;
|
|
1559
|
-
balanceCents: bigint;
|
|
1560
|
-
status: string;
|
|
1561
|
-
currentReceiveSeq: number;
|
|
1562
|
-
currentPayoutSeq: number;
|
|
1563
|
-
stateCode: string;
|
|
1564
|
-
bankCode: string;
|
|
1565
|
-
bsb: string;
|
|
1566
|
-
accountNumber: string;
|
|
1567
|
-
isArchived: boolean;
|
|
1568
|
-
createdAt: Date;
|
|
1569
|
-
updatedAt: Date;
|
|
1570
|
-
createdBy: string | null;
|
|
1571
|
-
syncedAt: Date | null;
|
|
1572
|
-
name: string;
|
|
1573
|
-
country: string;
|
|
1574
|
-
subsidiaryId: string;
|
|
1575
|
-
updatedBy: string | null;
|
|
1576
|
-
} | undefined;
|
|
1577
|
-
}[] | undefined;
|
|
1578
|
-
accountPeriods?: {
|
|
1579
|
-
id: string;
|
|
1580
|
-
status: string;
|
|
1581
|
-
isArchived: boolean;
|
|
1582
|
-
createdAt: Date;
|
|
1583
|
-
updatedAt: Date;
|
|
1584
|
-
startDate: Date;
|
|
1585
|
-
endDate: Date | null;
|
|
1586
|
-
openingBalanceCents: bigint;
|
|
1587
|
-
closingBalanceCents: bigint | null;
|
|
1588
|
-
closedBy: string | null;
|
|
1589
|
-
closedAt: Date | null;
|
|
1590
|
-
mtaId: string;
|
|
1591
|
-
closingDescription: string | null;
|
|
1592
|
-
}[] | undefined;
|
|
1593
822
|
}, {
|
|
1594
823
|
id: string;
|
|
1595
|
-
balanceCents: number | bigint;
|
|
1596
824
|
status: string;
|
|
1597
|
-
|
|
1598
|
-
|
|
825
|
+
isArchived: boolean;
|
|
826
|
+
createdAt: Date;
|
|
827
|
+
syncedAt: Date | null;
|
|
828
|
+
updatedAt: Date;
|
|
829
|
+
balanceCents: number | bigint;
|
|
830
|
+
country: string;
|
|
1599
831
|
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1600
832
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1601
833
|
bsb: string;
|
|
1602
834
|
accountNumber: string;
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
updatedAt: Date;
|
|
835
|
+
currentReceiveSeq: number;
|
|
836
|
+
currentPayoutSeq: number;
|
|
1606
837
|
createdBy: string | null;
|
|
1607
|
-
syncedAt: Date | null;
|
|
1608
838
|
name: string;
|
|
1609
|
-
country: string;
|
|
1610
839
|
subsidiaryId: string;
|
|
1611
840
|
updatedBy: string | null;
|
|
1612
|
-
paymentMethods?: {
|
|
1613
|
-
id: string;
|
|
1614
|
-
status: string;
|
|
1615
|
-
isArchived: boolean;
|
|
1616
|
-
createdAt: Date;
|
|
1617
|
-
updatedAt: Date;
|
|
1618
|
-
mtaId: string;
|
|
1619
|
-
bankAccountId: string;
|
|
1620
|
-
paymentProviderId: string;
|
|
1621
|
-
account: string;
|
|
1622
|
-
floatAccount?: string | null | undefined;
|
|
1623
|
-
paymentProvider?: {
|
|
1624
|
-
id: string;
|
|
1625
|
-
status: string;
|
|
1626
|
-
isArchived: boolean;
|
|
1627
|
-
createdAt: Date;
|
|
1628
|
-
updatedAt: Date;
|
|
1629
|
-
name: string;
|
|
1630
|
-
providerCode: string;
|
|
1631
|
-
settings: string;
|
|
1632
|
-
} | undefined;
|
|
1633
|
-
mta?: {
|
|
1634
|
-
id: string;
|
|
1635
|
-
balanceCents: bigint;
|
|
1636
|
-
status: string;
|
|
1637
|
-
currentReceiveSeq: number;
|
|
1638
|
-
currentPayoutSeq: number;
|
|
1639
|
-
stateCode: string;
|
|
1640
|
-
bankCode: string;
|
|
1641
|
-
bsb: string;
|
|
1642
|
-
accountNumber: string;
|
|
1643
|
-
isArchived: boolean;
|
|
1644
|
-
createdAt: Date;
|
|
1645
|
-
updatedAt: Date;
|
|
1646
|
-
createdBy: string | null;
|
|
1647
|
-
syncedAt: Date | null;
|
|
1648
|
-
name: string;
|
|
1649
|
-
country: string;
|
|
1650
|
-
subsidiaryId: string;
|
|
1651
|
-
updatedBy: string | null;
|
|
1652
|
-
} | undefined;
|
|
1653
|
-
}[] | undefined;
|
|
1654
|
-
accountPeriods?: {
|
|
1655
|
-
id: string;
|
|
1656
|
-
status: string;
|
|
1657
|
-
isArchived: boolean;
|
|
1658
|
-
createdAt: Date;
|
|
1659
|
-
updatedAt: Date;
|
|
1660
|
-
startDate: Date;
|
|
1661
|
-
endDate: Date | null;
|
|
1662
|
-
openingBalanceCents: bigint;
|
|
1663
|
-
closingBalanceCents: bigint | null;
|
|
1664
|
-
closedBy: string | null;
|
|
1665
|
-
closedAt: Date | null;
|
|
1666
|
-
mtaId: string;
|
|
1667
|
-
closingDescription: string | null;
|
|
1668
|
-
}[] | undefined;
|
|
1669
841
|
}>>>>;
|
|
1670
|
-
cma: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
842
|
+
cma: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<Omit<{
|
|
1671
843
|
id: z.ZodString;
|
|
1672
844
|
cmaSeq: z.ZodNumber;
|
|
845
|
+
country: z.ZodNullable<z.ZodString>;
|
|
846
|
+
description: z.ZodNullable<z.ZodString>;
|
|
847
|
+
accountName: z.ZodNullable<z.ZodString>;
|
|
1673
848
|
propertyId: z.ZodString;
|
|
1674
|
-
balanceCents: z.ZodEffects<z.ZodBigInt, number, bigint>;
|
|
1675
849
|
currentReceiveSeq: z.ZodNumber;
|
|
1676
850
|
currentPayoutSeq: z.ZodNumber;
|
|
1677
851
|
payoutId: z.ZodNumber;
|
|
1678
|
-
stateCode: z.ZodString;
|
|
1679
|
-
bankCode: z.ZodString;
|
|
1680
|
-
bsb: z.ZodString;
|
|
1681
|
-
accountNumber: z.ZodString;
|
|
1682
|
-
accountName: z.ZodString;
|
|
1683
|
-
status: z.ZodNativeEnum<{
|
|
1684
|
-
readonly ACTIVE: "active";
|
|
1685
|
-
readonly INACTIVE: "inactive";
|
|
1686
|
-
}>;
|
|
1687
852
|
isArchived: z.ZodBoolean;
|
|
1688
853
|
createdAt: z.ZodDate;
|
|
1689
854
|
updatedAt: z.ZodDate;
|
|
1690
855
|
createdBy: z.ZodString;
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
createdBy: string | null;
|
|
1765
|
-
syncedAt: Date | null;
|
|
1766
|
-
name: string;
|
|
1767
|
-
country: string;
|
|
1768
|
-
subsidiaryId: string;
|
|
1769
|
-
updatedBy: string | null;
|
|
1770
|
-
paymentMethods?: {
|
|
1771
|
-
id: string;
|
|
1772
|
-
status: string;
|
|
1773
|
-
isArchived: boolean;
|
|
1774
|
-
createdAt: Date;
|
|
1775
|
-
updatedAt: Date;
|
|
1776
|
-
mtaId: string;
|
|
1777
|
-
bankAccountId: string;
|
|
1778
|
-
paymentProviderId: string;
|
|
1779
|
-
account: {
|
|
1780
|
-
bsb: string;
|
|
1781
|
-
accountNumber: string;
|
|
1782
|
-
credential: {
|
|
1783
|
-
bankAccountId: string;
|
|
1784
|
-
};
|
|
1785
|
-
};
|
|
1786
|
-
floatAccount?: {
|
|
1787
|
-
credential: {
|
|
1788
|
-
bankAccountId: string;
|
|
1789
|
-
};
|
|
1790
|
-
domainName: string;
|
|
1791
|
-
} | null | undefined;
|
|
1792
|
-
paymentProvider?: {
|
|
856
|
+
} & {
|
|
857
|
+
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNumber>;
|
|
858
|
+
stateCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>;
|
|
859
|
+
bankCode: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>;
|
|
860
|
+
accountNumber: z.ZodEffects<z.ZodString, string, string>;
|
|
861
|
+
bsb: z.ZodEffects<z.ZodString, string, string>;
|
|
862
|
+
status: z.ZodNativeEnum<{
|
|
863
|
+
readonly ACTIVE: "active";
|
|
864
|
+
readonly INACTIVE: "inactive";
|
|
865
|
+
}>;
|
|
866
|
+
property: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
867
|
+
id: z.ZodString;
|
|
868
|
+
customerId: z.ZodString;
|
|
869
|
+
projectId: z.ZodString;
|
|
870
|
+
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
871
|
+
lotDetail: z.ZodNullable<z.ZodString>;
|
|
872
|
+
propertyAddress: z.ZodString;
|
|
873
|
+
balanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
874
|
+
cmaBalanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
875
|
+
mtaBalanceCents: z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>;
|
|
876
|
+
stage: z.ZodNativeEnum<{
|
|
877
|
+
readonly INITIAL_DEPOSIT: "initial_deposit";
|
|
878
|
+
readonly STANDARD_SALE: "standard_sale";
|
|
879
|
+
readonly COPOSIT_SALE: "coposit_sale";
|
|
880
|
+
}>;
|
|
881
|
+
status: z.ZodNativeEnum<{
|
|
882
|
+
readonly ACTIVE: "active";
|
|
883
|
+
}>;
|
|
884
|
+
mtaId: z.ZodString;
|
|
885
|
+
isArchived: z.ZodBoolean;
|
|
886
|
+
createdAt: z.ZodDate;
|
|
887
|
+
syncedAt: z.ZodDate;
|
|
888
|
+
updatedAt: z.ZodDate;
|
|
889
|
+
} & {
|
|
890
|
+
project: z.ZodLazy<z.ZodObject<{
|
|
891
|
+
id: z.ZodString;
|
|
892
|
+
name: z.ZodString;
|
|
893
|
+
developerId: z.ZodString;
|
|
894
|
+
mtaId: z.ZodNullable<z.ZodString>;
|
|
895
|
+
state: z.ZodNativeEnum<typeof import("@mikemo-coposit/am-zshared").AuStateCode>;
|
|
896
|
+
type: z.ZodString;
|
|
897
|
+
status: z.ZodString;
|
|
898
|
+
isArchived: z.ZodBoolean;
|
|
899
|
+
createdAt: z.ZodDate;
|
|
900
|
+
syncedAt: z.ZodDate;
|
|
901
|
+
updatedAt: z.ZodDate;
|
|
902
|
+
} & {
|
|
903
|
+
developer: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
904
|
+
id: z.ZodString;
|
|
905
|
+
companyName: z.ZodNullable<z.ZodString>;
|
|
906
|
+
status: z.ZodString;
|
|
907
|
+
isArchived: z.ZodBoolean;
|
|
908
|
+
createdAt: z.ZodDate;
|
|
909
|
+
syncedAt: z.ZodDate;
|
|
910
|
+
updatedAt: z.ZodDate;
|
|
911
|
+
}, "strip", z.ZodTypeAny, {
|
|
912
|
+
id: string;
|
|
913
|
+
status: string;
|
|
914
|
+
isArchived: boolean;
|
|
915
|
+
createdAt: Date;
|
|
916
|
+
syncedAt: Date;
|
|
917
|
+
updatedAt: Date;
|
|
918
|
+
companyName: string | null;
|
|
919
|
+
}, {
|
|
920
|
+
id: string;
|
|
921
|
+
status: string;
|
|
922
|
+
isArchived: boolean;
|
|
923
|
+
createdAt: Date;
|
|
924
|
+
syncedAt: Date;
|
|
925
|
+
updatedAt: Date;
|
|
926
|
+
companyName: string | null;
|
|
927
|
+
}>>>>>;
|
|
928
|
+
}, "strip", z.ZodTypeAny, {
|
|
1793
929
|
id: string;
|
|
1794
930
|
status: string;
|
|
1795
931
|
isArchived: boolean;
|
|
1796
932
|
createdAt: Date;
|
|
933
|
+
syncedAt: Date;
|
|
1797
934
|
updatedAt: Date;
|
|
935
|
+
type: string;
|
|
936
|
+
mtaId: string | null;
|
|
1798
937
|
name: string;
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
938
|
+
developerId: string;
|
|
939
|
+
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
940
|
+
developer?: {
|
|
941
|
+
id: string;
|
|
942
|
+
status: string;
|
|
943
|
+
isArchived: boolean;
|
|
944
|
+
createdAt: Date;
|
|
945
|
+
syncedAt: Date;
|
|
946
|
+
updatedAt: Date;
|
|
947
|
+
companyName: string | null;
|
|
948
|
+
} | null | undefined;
|
|
949
|
+
}, {
|
|
1803
950
|
id: string;
|
|
1804
|
-
balanceCents: bigint;
|
|
1805
951
|
status: string;
|
|
1806
|
-
currentReceiveSeq: number;
|
|
1807
|
-
currentPayoutSeq: number;
|
|
1808
|
-
stateCode: string;
|
|
1809
|
-
bankCode: string;
|
|
1810
|
-
bsb: string;
|
|
1811
|
-
accountNumber: string;
|
|
1812
952
|
isArchived: boolean;
|
|
1813
953
|
createdAt: Date;
|
|
954
|
+
syncedAt: Date;
|
|
1814
955
|
updatedAt: Date;
|
|
1815
|
-
|
|
1816
|
-
|
|
956
|
+
type: string;
|
|
957
|
+
mtaId: string | null;
|
|
1817
958
|
name: string;
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
959
|
+
developerId: string;
|
|
960
|
+
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
961
|
+
developer?: {
|
|
962
|
+
id: string;
|
|
963
|
+
status: string;
|
|
964
|
+
isArchived: boolean;
|
|
965
|
+
createdAt: Date;
|
|
966
|
+
syncedAt: Date;
|
|
967
|
+
updatedAt: Date;
|
|
968
|
+
companyName: string | null;
|
|
969
|
+
} | null | undefined;
|
|
970
|
+
}>>;
|
|
971
|
+
}, "strip", z.ZodTypeAny, {
|
|
972
|
+
id: string;
|
|
973
|
+
status: "active";
|
|
974
|
+
isArchived: boolean;
|
|
975
|
+
createdAt: Date;
|
|
976
|
+
syncedAt: Date;
|
|
977
|
+
updatedAt: Date;
|
|
978
|
+
balanceCents: number | bigint;
|
|
979
|
+
customerId: string;
|
|
980
|
+
projectId: string;
|
|
981
|
+
lotDetail: string | null;
|
|
982
|
+
propertyAddress: string;
|
|
983
|
+
cmaBalanceCents: number | bigint;
|
|
984
|
+
mtaBalanceCents: number | bigint;
|
|
985
|
+
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
986
|
+
mtaId: string;
|
|
987
|
+
project: {
|
|
988
|
+
id: string;
|
|
989
|
+
status: string;
|
|
990
|
+
isArchived: boolean;
|
|
991
|
+
createdAt: Date;
|
|
992
|
+
syncedAt: Date;
|
|
993
|
+
updatedAt: Date;
|
|
994
|
+
type: string;
|
|
995
|
+
mtaId: string | null;
|
|
996
|
+
name: string;
|
|
997
|
+
developerId: string;
|
|
998
|
+
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
999
|
+
developer?: {
|
|
1000
|
+
id: string;
|
|
1001
|
+
status: string;
|
|
1002
|
+
isArchived: boolean;
|
|
1003
|
+
createdAt: Date;
|
|
1004
|
+
syncedAt: Date;
|
|
1005
|
+
updatedAt: Date;
|
|
1006
|
+
companyName: string | null;
|
|
1007
|
+
} | null | undefined;
|
|
1008
|
+
};
|
|
1009
|
+
buyerName?: string | null | undefined;
|
|
1010
|
+
}, {
|
|
1824
1011
|
id: string;
|
|
1825
|
-
status:
|
|
1012
|
+
status: "active";
|
|
1826
1013
|
isArchived: boolean;
|
|
1827
1014
|
createdAt: Date;
|
|
1015
|
+
syncedAt: Date;
|
|
1828
1016
|
updatedAt: Date;
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1017
|
+
balanceCents: number | bigint;
|
|
1018
|
+
customerId: string;
|
|
1019
|
+
projectId: string;
|
|
1020
|
+
lotDetail: string | null;
|
|
1021
|
+
propertyAddress: string;
|
|
1022
|
+
cmaBalanceCents: number | bigint;
|
|
1023
|
+
mtaBalanceCents: number | bigint;
|
|
1024
|
+
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
1835
1025
|
mtaId: string;
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1026
|
+
project: {
|
|
1027
|
+
id: string;
|
|
1028
|
+
status: string;
|
|
1029
|
+
isArchived: boolean;
|
|
1030
|
+
createdAt: Date;
|
|
1031
|
+
syncedAt: Date;
|
|
1032
|
+
updatedAt: Date;
|
|
1033
|
+
type: string;
|
|
1034
|
+
mtaId: string | null;
|
|
1035
|
+
name: string;
|
|
1036
|
+
developerId: string;
|
|
1037
|
+
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1038
|
+
developer?: {
|
|
1039
|
+
id: string;
|
|
1040
|
+
status: string;
|
|
1041
|
+
isArchived: boolean;
|
|
1042
|
+
createdAt: Date;
|
|
1043
|
+
syncedAt: Date;
|
|
1044
|
+
updatedAt: Date;
|
|
1045
|
+
companyName: string | null;
|
|
1046
|
+
} | null | undefined;
|
|
1047
|
+
};
|
|
1048
|
+
buyerName?: string | null | undefined;
|
|
1049
|
+
}>>>>;
|
|
1050
|
+
}, "property">, "strip", z.ZodTypeAny, {
|
|
1840
1051
|
id: string;
|
|
1841
|
-
status:
|
|
1842
|
-
|
|
1052
|
+
status: "active" | "inactive";
|
|
1053
|
+
isArchived: boolean;
|
|
1054
|
+
createdAt: Date;
|
|
1055
|
+
updatedAt: Date;
|
|
1056
|
+
balanceCents: number;
|
|
1057
|
+
cmaSeq: number;
|
|
1058
|
+
country: string | null;
|
|
1059
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1060
|
+
description: string | null;
|
|
1061
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1062
|
+
bsb: string;
|
|
1063
|
+
accountNumber: string;
|
|
1064
|
+
accountName: string | null;
|
|
1065
|
+
propertyId: string;
|
|
1066
|
+
currentReceiveSeq: number;
|
|
1067
|
+
currentPayoutSeq: number;
|
|
1068
|
+
payoutId: number;
|
|
1069
|
+
createdBy: string;
|
|
1070
|
+
}, {
|
|
1071
|
+
id: string;
|
|
1072
|
+
status: "active" | "inactive";
|
|
1843
1073
|
isArchived: boolean;
|
|
1844
1074
|
createdAt: Date;
|
|
1845
1075
|
updatedAt: Date;
|
|
1076
|
+
balanceCents: number | bigint;
|
|
1077
|
+
cmaSeq: number;
|
|
1078
|
+
country: string | null;
|
|
1079
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1080
|
+
description: string | null;
|
|
1081
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1082
|
+
bsb: string;
|
|
1083
|
+
accountNumber: string;
|
|
1084
|
+
accountName: string | null;
|
|
1085
|
+
propertyId: string;
|
|
1086
|
+
currentReceiveSeq: number;
|
|
1087
|
+
currentPayoutSeq: number;
|
|
1088
|
+
payoutId: number;
|
|
1089
|
+
createdBy: string;
|
|
1090
|
+
}>>>>;
|
|
1091
|
+
}, "strip", z.ZodTypeAny, {
|
|
1092
|
+
id: string;
|
|
1093
|
+
status: "active";
|
|
1094
|
+
isArchived: boolean;
|
|
1095
|
+
createdAt: Date;
|
|
1096
|
+
syncedAt: Date;
|
|
1097
|
+
updatedAt: Date;
|
|
1098
|
+
balanceCents: number | bigint;
|
|
1099
|
+
customerId: string;
|
|
1100
|
+
projectId: string;
|
|
1101
|
+
lotDetail: string | null;
|
|
1102
|
+
propertyAddress: string;
|
|
1103
|
+
cmaBalanceCents: number | bigint;
|
|
1104
|
+
mtaBalanceCents: number | bigint;
|
|
1105
|
+
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
1106
|
+
mtaId: string;
|
|
1107
|
+
project: {
|
|
1108
|
+
id: string;
|
|
1109
|
+
status: string;
|
|
1110
|
+
isArchived: boolean;
|
|
1111
|
+
createdAt: Date;
|
|
1846
1112
|
syncedAt: Date;
|
|
1847
|
-
|
|
1113
|
+
updatedAt: Date;
|
|
1114
|
+
type: string;
|
|
1848
1115
|
mtaId: string | null;
|
|
1116
|
+
name: string;
|
|
1849
1117
|
developerId: string;
|
|
1850
1118
|
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1851
1119
|
developer?: {
|
|
@@ -1853,41 +1121,72 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1853
1121
|
status: string;
|
|
1854
1122
|
isArchived: boolean;
|
|
1855
1123
|
createdAt: Date;
|
|
1856
|
-
updatedAt: Date;
|
|
1857
1124
|
syncedAt: Date;
|
|
1125
|
+
updatedAt: Date;
|
|
1858
1126
|
companyName: string | null;
|
|
1859
1127
|
} | null | undefined;
|
|
1128
|
+
};
|
|
1129
|
+
customer?: {
|
|
1130
|
+
id: string;
|
|
1131
|
+
fullName: string | null;
|
|
1132
|
+
mobile: string | null;
|
|
1133
|
+
email: string;
|
|
1134
|
+
status: string;
|
|
1135
|
+
isArchived: boolean;
|
|
1136
|
+
createdAt: Date;
|
|
1137
|
+
syncedAt: Date;
|
|
1138
|
+
updatedAt: Date;
|
|
1860
1139
|
} | null | undefined;
|
|
1861
|
-
|
|
1140
|
+
mta?: {
|
|
1862
1141
|
id: string;
|
|
1863
|
-
|
|
1864
|
-
|
|
1142
|
+
status: string;
|
|
1143
|
+
isArchived: boolean;
|
|
1144
|
+
createdAt: Date;
|
|
1145
|
+
syncedAt: Date | null;
|
|
1146
|
+
updatedAt: Date;
|
|
1865
1147
|
balanceCents: number;
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
payoutId: number;
|
|
1870
|
-
stateCode: string;
|
|
1871
|
-
bankCode: string;
|
|
1148
|
+
country: string;
|
|
1149
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1150
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1872
1151
|
bsb: string;
|
|
1873
1152
|
accountNumber: string;
|
|
1874
|
-
|
|
1153
|
+
currentReceiveSeq: number;
|
|
1154
|
+
currentPayoutSeq: number;
|
|
1155
|
+
createdBy: string | null;
|
|
1156
|
+
name: string;
|
|
1157
|
+
subsidiaryId: string;
|
|
1158
|
+
updatedBy: string | null;
|
|
1159
|
+
} | null | undefined;
|
|
1160
|
+
cma?: {
|
|
1161
|
+
id: string;
|
|
1162
|
+
status: "active" | "inactive";
|
|
1875
1163
|
isArchived: boolean;
|
|
1876
1164
|
createdAt: Date;
|
|
1877
1165
|
updatedAt: Date;
|
|
1166
|
+
balanceCents: number;
|
|
1167
|
+
cmaSeq: number;
|
|
1168
|
+
country: string | null;
|
|
1169
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1170
|
+
description: string | null;
|
|
1171
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1172
|
+
bsb: string;
|
|
1173
|
+
accountNumber: string;
|
|
1174
|
+
accountName: string | null;
|
|
1175
|
+
propertyId: string;
|
|
1176
|
+
currentReceiveSeq: number;
|
|
1177
|
+
currentPayoutSeq: number;
|
|
1178
|
+
payoutId: number;
|
|
1878
1179
|
createdBy: string;
|
|
1879
|
-
developerCompanyName: string;
|
|
1880
|
-
buyerName: string;
|
|
1881
1180
|
} | null | undefined;
|
|
1181
|
+
buyerName?: string | null | undefined;
|
|
1882
1182
|
}, {
|
|
1883
1183
|
id: string;
|
|
1884
|
-
balanceCents: number | bigint;
|
|
1885
1184
|
status: "active";
|
|
1886
1185
|
isArchived: boolean;
|
|
1887
1186
|
createdAt: Date;
|
|
1888
|
-
updatedAt: Date;
|
|
1889
1187
|
syncedAt: Date;
|
|
1890
|
-
|
|
1188
|
+
updatedAt: Date;
|
|
1189
|
+
balanceCents: number | bigint;
|
|
1891
1190
|
customerId: string;
|
|
1892
1191
|
projectId: string;
|
|
1893
1192
|
lotDetail: string | null;
|
|
@@ -1895,127 +1194,82 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1895
1194
|
cmaBalanceCents: number | bigint;
|
|
1896
1195
|
mtaBalanceCents: number | bigint;
|
|
1897
1196
|
stage: "initial_deposit" | "standard_sale" | "coposit_sale";
|
|
1898
|
-
|
|
1899
|
-
|
|
1197
|
+
mtaId: string;
|
|
1198
|
+
project: {
|
|
1900
1199
|
id: string;
|
|
1901
|
-
balanceCents: number | bigint;
|
|
1902
1200
|
status: string;
|
|
1903
|
-
currentReceiveSeq: number;
|
|
1904
|
-
currentPayoutSeq: number;
|
|
1905
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1906
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1907
|
-
bsb: string;
|
|
1908
|
-
accountNumber: string;
|
|
1909
1201
|
isArchived: boolean;
|
|
1910
1202
|
createdAt: Date;
|
|
1203
|
+
syncedAt: Date;
|
|
1911
1204
|
updatedAt: Date;
|
|
1912
|
-
|
|
1913
|
-
|
|
1205
|
+
type: string;
|
|
1206
|
+
mtaId: string | null;
|
|
1914
1207
|
name: string;
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
paymentMethods?: {
|
|
1919
|
-
id: string;
|
|
1920
|
-
status: string;
|
|
1921
|
-
isArchived: boolean;
|
|
1922
|
-
createdAt: Date;
|
|
1923
|
-
updatedAt: Date;
|
|
1924
|
-
mtaId: string;
|
|
1925
|
-
bankAccountId: string;
|
|
1926
|
-
paymentProviderId: string;
|
|
1927
|
-
account: string;
|
|
1928
|
-
floatAccount?: string | null | undefined;
|
|
1929
|
-
paymentProvider?: {
|
|
1930
|
-
id: string;
|
|
1931
|
-
status: string;
|
|
1932
|
-
isArchived: boolean;
|
|
1933
|
-
createdAt: Date;
|
|
1934
|
-
updatedAt: Date;
|
|
1935
|
-
name: string;
|
|
1936
|
-
providerCode: string;
|
|
1937
|
-
settings: string;
|
|
1938
|
-
} | undefined;
|
|
1939
|
-
mta?: {
|
|
1940
|
-
id: string;
|
|
1941
|
-
balanceCents: bigint;
|
|
1942
|
-
status: string;
|
|
1943
|
-
currentReceiveSeq: number;
|
|
1944
|
-
currentPayoutSeq: number;
|
|
1945
|
-
stateCode: string;
|
|
1946
|
-
bankCode: string;
|
|
1947
|
-
bsb: string;
|
|
1948
|
-
accountNumber: string;
|
|
1949
|
-
isArchived: boolean;
|
|
1950
|
-
createdAt: Date;
|
|
1951
|
-
updatedAt: Date;
|
|
1952
|
-
createdBy: string | null;
|
|
1953
|
-
syncedAt: Date | null;
|
|
1954
|
-
name: string;
|
|
1955
|
-
country: string;
|
|
1956
|
-
subsidiaryId: string;
|
|
1957
|
-
updatedBy: string | null;
|
|
1958
|
-
} | undefined;
|
|
1959
|
-
}[] | undefined;
|
|
1960
|
-
accountPeriods?: {
|
|
1208
|
+
developerId: string;
|
|
1209
|
+
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1210
|
+
developer?: {
|
|
1961
1211
|
id: string;
|
|
1962
1212
|
status: string;
|
|
1963
1213
|
isArchived: boolean;
|
|
1964
1214
|
createdAt: Date;
|
|
1215
|
+
syncedAt: Date;
|
|
1965
1216
|
updatedAt: Date;
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1217
|
+
companyName: string | null;
|
|
1218
|
+
} | null | undefined;
|
|
1219
|
+
};
|
|
1220
|
+
customer?: {
|
|
1221
|
+
id: string;
|
|
1222
|
+
fullName: string | null;
|
|
1223
|
+
mobile: string | null;
|
|
1224
|
+
email: string;
|
|
1225
|
+
status: string;
|
|
1226
|
+
isArchived: boolean;
|
|
1227
|
+
createdAt: Date;
|
|
1228
|
+
syncedAt: Date;
|
|
1229
|
+
updatedAt: Date;
|
|
1975
1230
|
} | null | undefined;
|
|
1976
|
-
|
|
1231
|
+
mta?: {
|
|
1977
1232
|
id: string;
|
|
1978
1233
|
status: string;
|
|
1979
|
-
type: string;
|
|
1980
1234
|
isArchived: boolean;
|
|
1981
1235
|
createdAt: Date;
|
|
1236
|
+
syncedAt: Date | null;
|
|
1982
1237
|
updatedAt: Date;
|
|
1983
|
-
|
|
1238
|
+
balanceCents: number | bigint;
|
|
1239
|
+
country: string;
|
|
1240
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1241
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1242
|
+
bsb: string;
|
|
1243
|
+
accountNumber: string;
|
|
1244
|
+
currentReceiveSeq: number;
|
|
1245
|
+
currentPayoutSeq: number;
|
|
1246
|
+
createdBy: string | null;
|
|
1984
1247
|
name: string;
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
state: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1988
|
-
developer?: {
|
|
1989
|
-
id: string;
|
|
1990
|
-
status: string;
|
|
1991
|
-
isArchived: boolean;
|
|
1992
|
-
createdAt: Date;
|
|
1993
|
-
updatedAt: Date;
|
|
1994
|
-
syncedAt: Date;
|
|
1995
|
-
companyName: string | null;
|
|
1996
|
-
} | null | undefined;
|
|
1248
|
+
subsidiaryId: string;
|
|
1249
|
+
updatedBy: string | null;
|
|
1997
1250
|
} | null | undefined;
|
|
1998
1251
|
cma?: {
|
|
1999
1252
|
id: string;
|
|
1253
|
+
status: "active" | "inactive";
|
|
1254
|
+
isArchived: boolean;
|
|
1255
|
+
createdAt: Date;
|
|
1256
|
+
updatedAt: Date;
|
|
1257
|
+
balanceCents: number | bigint;
|
|
2000
1258
|
cmaSeq: number;
|
|
1259
|
+
country: string | null;
|
|
1260
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1261
|
+
description: string | null;
|
|
1262
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1263
|
+
bsb: string;
|
|
1264
|
+
accountNumber: string;
|
|
1265
|
+
accountName: string | null;
|
|
2001
1266
|
propertyId: string;
|
|
2002
|
-
balanceCents: bigint;
|
|
2003
|
-
status: "active" | "inactive";
|
|
2004
1267
|
currentReceiveSeq: number;
|
|
2005
1268
|
currentPayoutSeq: number;
|
|
2006
1269
|
payoutId: number;
|
|
2007
|
-
stateCode: string;
|
|
2008
|
-
bankCode: string;
|
|
2009
|
-
bsb: string;
|
|
2010
|
-
accountNumber: string;
|
|
2011
|
-
accountName: string;
|
|
2012
|
-
isArchived: boolean;
|
|
2013
|
-
createdAt: Date;
|
|
2014
|
-
updatedAt: Date;
|
|
2015
1270
|
createdBy: string;
|
|
2016
|
-
developerCompanyName: string;
|
|
2017
|
-
buyerName: string;
|
|
2018
1271
|
} | null | undefined;
|
|
1272
|
+
buyerName?: string | null | undefined;
|
|
2019
1273
|
}>;
|
|
2020
1274
|
export type PropertyRestRes = z.infer<typeof propertyRestResSchema>;
|
|
2021
1275
|
//# sourceMappingURL=property.rest.schema.d.ts.map
|