@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
|
@@ -20,13 +20,13 @@ declare const mtaAccountPeriodRestResBaseSchema: z.ZodObject<{
|
|
|
20
20
|
isArchived: boolean;
|
|
21
21
|
createdAt: Date;
|
|
22
22
|
updatedAt: Date;
|
|
23
|
+
mtaId: string;
|
|
23
24
|
startDate: Date;
|
|
24
25
|
endDate: Date | null;
|
|
25
26
|
openingBalanceCents: number;
|
|
26
27
|
closingBalanceCents: number;
|
|
27
28
|
closedBy: string | null;
|
|
28
29
|
closedAt: Date | null;
|
|
29
|
-
mtaId: string;
|
|
30
30
|
closingDescription: string | null;
|
|
31
31
|
}, {
|
|
32
32
|
id: string;
|
|
@@ -34,12 +34,12 @@ declare const mtaAccountPeriodRestResBaseSchema: z.ZodObject<{
|
|
|
34
34
|
isArchived: boolean;
|
|
35
35
|
createdAt: Date;
|
|
36
36
|
updatedAt: Date;
|
|
37
|
+
mtaId: string;
|
|
37
38
|
startDate: Date;
|
|
38
39
|
endDate: Date | null;
|
|
39
40
|
openingBalanceCents: number | bigint;
|
|
40
41
|
closedBy: string | null;
|
|
41
42
|
closedAt: Date | null;
|
|
42
|
-
mtaId: string;
|
|
43
43
|
closingDescription: string | null;
|
|
44
44
|
closingBalanceCents?: number | bigint | null | undefined;
|
|
45
45
|
}>;
|
|
@@ -138,40 +138,40 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
138
138
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
139
139
|
}, "strip", z.ZodTypeAny, {
|
|
140
140
|
id: string;
|
|
141
|
-
balanceCents: bigint;
|
|
142
141
|
status: string;
|
|
143
|
-
|
|
144
|
-
|
|
142
|
+
isArchived: boolean;
|
|
143
|
+
createdAt: Date;
|
|
144
|
+
syncedAt: Date | null;
|
|
145
|
+
updatedAt: Date;
|
|
146
|
+
balanceCents: bigint;
|
|
147
|
+
country: string;
|
|
145
148
|
stateCode: string;
|
|
146
149
|
bankCode: string;
|
|
147
150
|
bsb: string;
|
|
148
151
|
accountNumber: string;
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
updatedAt: Date;
|
|
152
|
+
currentReceiveSeq: number;
|
|
153
|
+
currentPayoutSeq: number;
|
|
152
154
|
createdBy: string | null;
|
|
153
|
-
syncedAt: Date | null;
|
|
154
155
|
name: string;
|
|
155
|
-
country: string;
|
|
156
156
|
subsidiaryId: string;
|
|
157
157
|
updatedBy: string | null;
|
|
158
158
|
}, {
|
|
159
159
|
id: string;
|
|
160
|
-
balanceCents: bigint;
|
|
161
160
|
status: string;
|
|
162
|
-
|
|
163
|
-
|
|
161
|
+
isArchived: boolean;
|
|
162
|
+
createdAt: Date;
|
|
163
|
+
syncedAt: Date | null;
|
|
164
|
+
updatedAt: Date;
|
|
165
|
+
balanceCents: bigint;
|
|
166
|
+
country: string;
|
|
164
167
|
stateCode: string;
|
|
165
168
|
bankCode: string;
|
|
166
169
|
bsb: string;
|
|
167
170
|
accountNumber: string;
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
updatedAt: Date;
|
|
171
|
+
currentReceiveSeq: number;
|
|
172
|
+
currentPayoutSeq: number;
|
|
171
173
|
createdBy: string | null;
|
|
172
|
-
syncedAt: Date | null;
|
|
173
174
|
name: string;
|
|
174
|
-
country: string;
|
|
175
175
|
subsidiaryId: string;
|
|
176
176
|
updatedBy: string | null;
|
|
177
177
|
}>>>;
|
|
@@ -234,6 +234,26 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
234
234
|
bankAccountId: string;
|
|
235
235
|
};
|
|
236
236
|
};
|
|
237
|
+
mta?: {
|
|
238
|
+
id: string;
|
|
239
|
+
status: string;
|
|
240
|
+
isArchived: boolean;
|
|
241
|
+
createdAt: Date;
|
|
242
|
+
syncedAt: Date | null;
|
|
243
|
+
updatedAt: Date;
|
|
244
|
+
balanceCents: bigint;
|
|
245
|
+
country: string;
|
|
246
|
+
stateCode: string;
|
|
247
|
+
bankCode: string;
|
|
248
|
+
bsb: string;
|
|
249
|
+
accountNumber: string;
|
|
250
|
+
currentReceiveSeq: number;
|
|
251
|
+
currentPayoutSeq: number;
|
|
252
|
+
createdBy: string | null;
|
|
253
|
+
name: string;
|
|
254
|
+
subsidiaryId: string;
|
|
255
|
+
updatedBy: string | null;
|
|
256
|
+
} | undefined;
|
|
237
257
|
floatAccount?: {
|
|
238
258
|
credential: {
|
|
239
259
|
bankAccountId: string;
|
|
@@ -250,26 +270,6 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
250
270
|
providerCode: string;
|
|
251
271
|
settings: string;
|
|
252
272
|
} | undefined;
|
|
253
|
-
mta?: {
|
|
254
|
-
id: string;
|
|
255
|
-
balanceCents: bigint;
|
|
256
|
-
status: string;
|
|
257
|
-
currentReceiveSeq: number;
|
|
258
|
-
currentPayoutSeq: number;
|
|
259
|
-
stateCode: string;
|
|
260
|
-
bankCode: string;
|
|
261
|
-
bsb: string;
|
|
262
|
-
accountNumber: string;
|
|
263
|
-
isArchived: boolean;
|
|
264
|
-
createdAt: Date;
|
|
265
|
-
updatedAt: Date;
|
|
266
|
-
createdBy: string | null;
|
|
267
|
-
syncedAt: Date | null;
|
|
268
|
-
name: string;
|
|
269
|
-
country: string;
|
|
270
|
-
subsidiaryId: string;
|
|
271
|
-
updatedBy: string | null;
|
|
272
|
-
} | undefined;
|
|
273
273
|
}, {
|
|
274
274
|
id: string;
|
|
275
275
|
status: string;
|
|
@@ -280,37 +280,37 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
280
280
|
bankAccountId: string;
|
|
281
281
|
paymentProviderId: string;
|
|
282
282
|
account: string;
|
|
283
|
-
|
|
284
|
-
paymentProvider?: {
|
|
283
|
+
mta?: {
|
|
285
284
|
id: string;
|
|
286
285
|
status: string;
|
|
287
286
|
isArchived: boolean;
|
|
288
287
|
createdAt: Date;
|
|
288
|
+
syncedAt: Date | null;
|
|
289
289
|
updatedAt: Date;
|
|
290
|
-
name: string;
|
|
291
|
-
providerCode: string;
|
|
292
|
-
settings: string;
|
|
293
|
-
} | undefined;
|
|
294
|
-
mta?: {
|
|
295
|
-
id: string;
|
|
296
290
|
balanceCents: bigint;
|
|
297
|
-
|
|
298
|
-
currentReceiveSeq: number;
|
|
299
|
-
currentPayoutSeq: number;
|
|
291
|
+
country: string;
|
|
300
292
|
stateCode: string;
|
|
301
293
|
bankCode: string;
|
|
302
294
|
bsb: string;
|
|
303
295
|
accountNumber: string;
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
updatedAt: Date;
|
|
296
|
+
currentReceiveSeq: number;
|
|
297
|
+
currentPayoutSeq: number;
|
|
307
298
|
createdBy: string | null;
|
|
308
|
-
syncedAt: Date | null;
|
|
309
299
|
name: string;
|
|
310
|
-
country: string;
|
|
311
300
|
subsidiaryId: string;
|
|
312
301
|
updatedBy: string | null;
|
|
313
302
|
} | undefined;
|
|
303
|
+
floatAccount?: string | null | undefined;
|
|
304
|
+
paymentProvider?: {
|
|
305
|
+
id: string;
|
|
306
|
+
status: string;
|
|
307
|
+
isArchived: boolean;
|
|
308
|
+
createdAt: Date;
|
|
309
|
+
updatedAt: Date;
|
|
310
|
+
name: string;
|
|
311
|
+
providerCode: string;
|
|
312
|
+
settings: string;
|
|
313
|
+
} | undefined;
|
|
314
314
|
}>, "many">>>;
|
|
315
315
|
accountPeriods: z.ZodLazy<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
316
316
|
id: z.ZodString;
|
|
@@ -332,13 +332,13 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
332
332
|
isArchived: boolean;
|
|
333
333
|
createdAt: Date;
|
|
334
334
|
updatedAt: Date;
|
|
335
|
+
mtaId: string;
|
|
335
336
|
startDate: Date;
|
|
336
337
|
endDate: Date | null;
|
|
337
338
|
openingBalanceCents: bigint;
|
|
338
339
|
closingBalanceCents: bigint | null;
|
|
339
340
|
closedBy: string | null;
|
|
340
341
|
closedAt: Date | null;
|
|
341
|
-
mtaId: string;
|
|
342
342
|
closingDescription: string | null;
|
|
343
343
|
}, {
|
|
344
344
|
id: string;
|
|
@@ -346,32 +346,32 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
346
346
|
isArchived: boolean;
|
|
347
347
|
createdAt: Date;
|
|
348
348
|
updatedAt: Date;
|
|
349
|
+
mtaId: string;
|
|
349
350
|
startDate: Date;
|
|
350
351
|
endDate: Date | null;
|
|
351
352
|
openingBalanceCents: bigint;
|
|
352
353
|
closingBalanceCents: bigint | null;
|
|
353
354
|
closedBy: string | null;
|
|
354
355
|
closedAt: Date | null;
|
|
355
|
-
mtaId: string;
|
|
356
356
|
closingDescription: string | null;
|
|
357
357
|
}>, "many">>>;
|
|
358
358
|
}, "strip", z.ZodTypeAny, {
|
|
359
359
|
id: string;
|
|
360
|
-
balanceCents: number;
|
|
361
360
|
status: string;
|
|
362
|
-
|
|
363
|
-
|
|
361
|
+
isArchived: boolean;
|
|
362
|
+
createdAt: Date;
|
|
363
|
+
syncedAt: Date | null;
|
|
364
|
+
updatedAt: Date;
|
|
365
|
+
balanceCents: number;
|
|
366
|
+
country: string;
|
|
364
367
|
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
365
368
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
366
369
|
bsb: string;
|
|
367
370
|
accountNumber: string;
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
updatedAt: Date;
|
|
371
|
+
currentReceiveSeq: number;
|
|
372
|
+
currentPayoutSeq: number;
|
|
371
373
|
createdBy: string | null;
|
|
372
|
-
syncedAt: Date | null;
|
|
373
374
|
name: string;
|
|
374
|
-
country: string;
|
|
375
375
|
subsidiaryId: string;
|
|
376
376
|
updatedBy: string | null;
|
|
377
377
|
paymentMethods?: {
|
|
@@ -390,6 +390,26 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
390
390
|
bankAccountId: string;
|
|
391
391
|
};
|
|
392
392
|
};
|
|
393
|
+
mta?: {
|
|
394
|
+
id: string;
|
|
395
|
+
status: string;
|
|
396
|
+
isArchived: boolean;
|
|
397
|
+
createdAt: Date;
|
|
398
|
+
syncedAt: Date | null;
|
|
399
|
+
updatedAt: Date;
|
|
400
|
+
balanceCents: bigint;
|
|
401
|
+
country: string;
|
|
402
|
+
stateCode: string;
|
|
403
|
+
bankCode: string;
|
|
404
|
+
bsb: string;
|
|
405
|
+
accountNumber: string;
|
|
406
|
+
currentReceiveSeq: number;
|
|
407
|
+
currentPayoutSeq: number;
|
|
408
|
+
createdBy: string | null;
|
|
409
|
+
name: string;
|
|
410
|
+
subsidiaryId: string;
|
|
411
|
+
updatedBy: string | null;
|
|
412
|
+
} | undefined;
|
|
393
413
|
floatAccount?: {
|
|
394
414
|
credential: {
|
|
395
415
|
bankAccountId: string;
|
|
@@ -406,26 +426,6 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
406
426
|
providerCode: string;
|
|
407
427
|
settings: string;
|
|
408
428
|
} | undefined;
|
|
409
|
-
mta?: {
|
|
410
|
-
id: string;
|
|
411
|
-
balanceCents: bigint;
|
|
412
|
-
status: string;
|
|
413
|
-
currentReceiveSeq: number;
|
|
414
|
-
currentPayoutSeq: number;
|
|
415
|
-
stateCode: string;
|
|
416
|
-
bankCode: string;
|
|
417
|
-
bsb: string;
|
|
418
|
-
accountNumber: string;
|
|
419
|
-
isArchived: boolean;
|
|
420
|
-
createdAt: Date;
|
|
421
|
-
updatedAt: Date;
|
|
422
|
-
createdBy: string | null;
|
|
423
|
-
syncedAt: Date | null;
|
|
424
|
-
name: string;
|
|
425
|
-
country: string;
|
|
426
|
-
subsidiaryId: string;
|
|
427
|
-
updatedBy: string | null;
|
|
428
|
-
} | undefined;
|
|
429
429
|
}[] | undefined;
|
|
430
430
|
accountPeriods?: {
|
|
431
431
|
id: string;
|
|
@@ -433,32 +433,32 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
433
433
|
isArchived: boolean;
|
|
434
434
|
createdAt: Date;
|
|
435
435
|
updatedAt: Date;
|
|
436
|
+
mtaId: string;
|
|
436
437
|
startDate: Date;
|
|
437
438
|
endDate: Date | null;
|
|
438
439
|
openingBalanceCents: bigint;
|
|
439
440
|
closingBalanceCents: bigint | null;
|
|
440
441
|
closedBy: string | null;
|
|
441
442
|
closedAt: Date | null;
|
|
442
|
-
mtaId: string;
|
|
443
443
|
closingDescription: string | null;
|
|
444
444
|
}[] | undefined;
|
|
445
445
|
}, {
|
|
446
446
|
id: string;
|
|
447
|
-
balanceCents: number | bigint;
|
|
448
447
|
status: string;
|
|
449
|
-
|
|
450
|
-
|
|
448
|
+
isArchived: boolean;
|
|
449
|
+
createdAt: Date;
|
|
450
|
+
syncedAt: Date | null;
|
|
451
|
+
updatedAt: Date;
|
|
452
|
+
balanceCents: number | bigint;
|
|
453
|
+
country: string;
|
|
451
454
|
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
452
455
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
453
456
|
bsb: string;
|
|
454
457
|
accountNumber: string;
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
updatedAt: Date;
|
|
458
|
+
currentReceiveSeq: number;
|
|
459
|
+
currentPayoutSeq: number;
|
|
458
460
|
createdBy: string | null;
|
|
459
|
-
syncedAt: Date | null;
|
|
460
461
|
name: string;
|
|
461
|
-
country: string;
|
|
462
462
|
subsidiaryId: string;
|
|
463
463
|
updatedBy: string | null;
|
|
464
464
|
paymentMethods?: {
|
|
@@ -471,37 +471,37 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
471
471
|
bankAccountId: string;
|
|
472
472
|
paymentProviderId: string;
|
|
473
473
|
account: string;
|
|
474
|
-
|
|
475
|
-
paymentProvider?: {
|
|
474
|
+
mta?: {
|
|
476
475
|
id: string;
|
|
477
476
|
status: string;
|
|
478
477
|
isArchived: boolean;
|
|
479
478
|
createdAt: Date;
|
|
479
|
+
syncedAt: Date | null;
|
|
480
480
|
updatedAt: Date;
|
|
481
|
-
name: string;
|
|
482
|
-
providerCode: string;
|
|
483
|
-
settings: string;
|
|
484
|
-
} | undefined;
|
|
485
|
-
mta?: {
|
|
486
|
-
id: string;
|
|
487
481
|
balanceCents: bigint;
|
|
488
|
-
|
|
489
|
-
currentReceiveSeq: number;
|
|
490
|
-
currentPayoutSeq: number;
|
|
482
|
+
country: string;
|
|
491
483
|
stateCode: string;
|
|
492
484
|
bankCode: string;
|
|
493
485
|
bsb: string;
|
|
494
486
|
accountNumber: string;
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
updatedAt: Date;
|
|
487
|
+
currentReceiveSeq: number;
|
|
488
|
+
currentPayoutSeq: number;
|
|
498
489
|
createdBy: string | null;
|
|
499
|
-
syncedAt: Date | null;
|
|
500
490
|
name: string;
|
|
501
|
-
country: string;
|
|
502
491
|
subsidiaryId: string;
|
|
503
492
|
updatedBy: string | null;
|
|
504
493
|
} | undefined;
|
|
494
|
+
floatAccount?: string | null | undefined;
|
|
495
|
+
paymentProvider?: {
|
|
496
|
+
id: string;
|
|
497
|
+
status: string;
|
|
498
|
+
isArchived: boolean;
|
|
499
|
+
createdAt: Date;
|
|
500
|
+
updatedAt: Date;
|
|
501
|
+
name: string;
|
|
502
|
+
providerCode: string;
|
|
503
|
+
settings: string;
|
|
504
|
+
} | undefined;
|
|
505
505
|
}[] | undefined;
|
|
506
506
|
accountPeriods?: {
|
|
507
507
|
id: string;
|
|
@@ -509,13 +509,13 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
509
509
|
isArchived: boolean;
|
|
510
510
|
createdAt: Date;
|
|
511
511
|
updatedAt: Date;
|
|
512
|
+
mtaId: string;
|
|
512
513
|
startDate: Date;
|
|
513
514
|
endDate: Date | null;
|
|
514
515
|
openingBalanceCents: bigint;
|
|
515
516
|
closingBalanceCents: bigint | null;
|
|
516
517
|
closedBy: string | null;
|
|
517
518
|
closedAt: Date | null;
|
|
518
|
-
mtaId: string;
|
|
519
519
|
closingDescription: string | null;
|
|
520
520
|
}[] | undefined;
|
|
521
521
|
}>>>;
|
|
@@ -528,31 +528,31 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
528
528
|
isArchived: boolean;
|
|
529
529
|
createdAt: Date;
|
|
530
530
|
updatedAt: Date;
|
|
531
|
+
mtaId: string;
|
|
531
532
|
startDate: Date;
|
|
532
533
|
endDate: Date | null;
|
|
533
534
|
openingBalanceCents: number;
|
|
534
535
|
closingBalanceCents: number;
|
|
535
536
|
closedBy: string | null;
|
|
536
537
|
closedAt: Date | null;
|
|
537
|
-
mtaId: string;
|
|
538
538
|
closingDescription: string | null;
|
|
539
539
|
mta?: {
|
|
540
540
|
id: string;
|
|
541
|
-
balanceCents: number;
|
|
542
541
|
status: string;
|
|
543
|
-
|
|
544
|
-
|
|
542
|
+
isArchived: boolean;
|
|
543
|
+
createdAt: Date;
|
|
544
|
+
syncedAt: Date | null;
|
|
545
|
+
updatedAt: Date;
|
|
546
|
+
balanceCents: number;
|
|
547
|
+
country: string;
|
|
545
548
|
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
546
549
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
547
550
|
bsb: string;
|
|
548
551
|
accountNumber: string;
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
updatedAt: Date;
|
|
552
|
+
currentReceiveSeq: number;
|
|
553
|
+
currentPayoutSeq: number;
|
|
552
554
|
createdBy: string | null;
|
|
553
|
-
syncedAt: Date | null;
|
|
554
555
|
name: string;
|
|
555
|
-
country: string;
|
|
556
556
|
subsidiaryId: string;
|
|
557
557
|
updatedBy: string | null;
|
|
558
558
|
paymentMethods?: {
|
|
@@ -571,6 +571,26 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
571
571
|
bankAccountId: string;
|
|
572
572
|
};
|
|
573
573
|
};
|
|
574
|
+
mta?: {
|
|
575
|
+
id: string;
|
|
576
|
+
status: string;
|
|
577
|
+
isArchived: boolean;
|
|
578
|
+
createdAt: Date;
|
|
579
|
+
syncedAt: Date | null;
|
|
580
|
+
updatedAt: Date;
|
|
581
|
+
balanceCents: bigint;
|
|
582
|
+
country: string;
|
|
583
|
+
stateCode: string;
|
|
584
|
+
bankCode: string;
|
|
585
|
+
bsb: string;
|
|
586
|
+
accountNumber: string;
|
|
587
|
+
currentReceiveSeq: number;
|
|
588
|
+
currentPayoutSeq: number;
|
|
589
|
+
createdBy: string | null;
|
|
590
|
+
name: string;
|
|
591
|
+
subsidiaryId: string;
|
|
592
|
+
updatedBy: string | null;
|
|
593
|
+
} | undefined;
|
|
574
594
|
floatAccount?: {
|
|
575
595
|
credential: {
|
|
576
596
|
bankAccountId: string;
|
|
@@ -587,26 +607,6 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
587
607
|
providerCode: string;
|
|
588
608
|
settings: string;
|
|
589
609
|
} | undefined;
|
|
590
|
-
mta?: {
|
|
591
|
-
id: string;
|
|
592
|
-
balanceCents: bigint;
|
|
593
|
-
status: string;
|
|
594
|
-
currentReceiveSeq: number;
|
|
595
|
-
currentPayoutSeq: number;
|
|
596
|
-
stateCode: string;
|
|
597
|
-
bankCode: string;
|
|
598
|
-
bsb: string;
|
|
599
|
-
accountNumber: string;
|
|
600
|
-
isArchived: boolean;
|
|
601
|
-
createdAt: Date;
|
|
602
|
-
updatedAt: Date;
|
|
603
|
-
createdBy: string | null;
|
|
604
|
-
syncedAt: Date | null;
|
|
605
|
-
name: string;
|
|
606
|
-
country: string;
|
|
607
|
-
subsidiaryId: string;
|
|
608
|
-
updatedBy: string | null;
|
|
609
|
-
} | undefined;
|
|
610
610
|
}[] | undefined;
|
|
611
611
|
accountPeriods?: {
|
|
612
612
|
id: string;
|
|
@@ -614,13 +614,13 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
614
614
|
isArchived: boolean;
|
|
615
615
|
createdAt: Date;
|
|
616
616
|
updatedAt: Date;
|
|
617
|
+
mtaId: string;
|
|
617
618
|
startDate: Date;
|
|
618
619
|
endDate: Date | null;
|
|
619
620
|
openingBalanceCents: bigint;
|
|
620
621
|
closingBalanceCents: bigint | null;
|
|
621
622
|
closedBy: string | null;
|
|
622
623
|
closedAt: Date | null;
|
|
623
|
-
mtaId: string;
|
|
624
624
|
closingDescription: string | null;
|
|
625
625
|
}[] | undefined;
|
|
626
626
|
} | undefined;
|
|
@@ -633,31 +633,30 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
633
633
|
isArchived: boolean;
|
|
634
634
|
createdAt: Date;
|
|
635
635
|
updatedAt: Date;
|
|
636
|
+
mtaId: string;
|
|
636
637
|
startDate: Date;
|
|
637
638
|
endDate: Date | null;
|
|
638
639
|
openingBalanceCents: number | bigint;
|
|
639
640
|
closedBy: string | null;
|
|
640
641
|
closedAt: Date | null;
|
|
641
|
-
mtaId: string;
|
|
642
642
|
closingDescription: string | null;
|
|
643
|
-
closingBalanceCents?: number | bigint | null | undefined;
|
|
644
643
|
mta?: {
|
|
645
644
|
id: string;
|
|
646
|
-
balanceCents: number | bigint;
|
|
647
645
|
status: string;
|
|
648
|
-
|
|
649
|
-
|
|
646
|
+
isArchived: boolean;
|
|
647
|
+
createdAt: Date;
|
|
648
|
+
syncedAt: Date | null;
|
|
649
|
+
updatedAt: Date;
|
|
650
|
+
balanceCents: number | bigint;
|
|
651
|
+
country: string;
|
|
650
652
|
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
651
653
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
652
654
|
bsb: string;
|
|
653
655
|
accountNumber: string;
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
updatedAt: Date;
|
|
656
|
+
currentReceiveSeq: number;
|
|
657
|
+
currentPayoutSeq: number;
|
|
657
658
|
createdBy: string | null;
|
|
658
|
-
syncedAt: Date | null;
|
|
659
659
|
name: string;
|
|
660
|
-
country: string;
|
|
661
660
|
subsidiaryId: string;
|
|
662
661
|
updatedBy: string | null;
|
|
663
662
|
paymentMethods?: {
|
|
@@ -670,36 +669,36 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
670
669
|
bankAccountId: string;
|
|
671
670
|
paymentProviderId: string;
|
|
672
671
|
account: string;
|
|
673
|
-
|
|
674
|
-
paymentProvider?: {
|
|
672
|
+
mta?: {
|
|
675
673
|
id: string;
|
|
676
674
|
status: string;
|
|
677
675
|
isArchived: boolean;
|
|
678
676
|
createdAt: Date;
|
|
677
|
+
syncedAt: Date | null;
|
|
679
678
|
updatedAt: Date;
|
|
679
|
+
balanceCents: bigint;
|
|
680
|
+
country: string;
|
|
681
|
+
stateCode: string;
|
|
682
|
+
bankCode: string;
|
|
683
|
+
bsb: string;
|
|
684
|
+
accountNumber: string;
|
|
685
|
+
currentReceiveSeq: number;
|
|
686
|
+
currentPayoutSeq: number;
|
|
687
|
+
createdBy: string | null;
|
|
680
688
|
name: string;
|
|
681
|
-
|
|
682
|
-
|
|
689
|
+
subsidiaryId: string;
|
|
690
|
+
updatedBy: string | null;
|
|
683
691
|
} | undefined;
|
|
684
|
-
|
|
692
|
+
floatAccount?: string | null | undefined;
|
|
693
|
+
paymentProvider?: {
|
|
685
694
|
id: string;
|
|
686
|
-
balanceCents: bigint;
|
|
687
695
|
status: string;
|
|
688
|
-
currentReceiveSeq: number;
|
|
689
|
-
currentPayoutSeq: number;
|
|
690
|
-
stateCode: string;
|
|
691
|
-
bankCode: string;
|
|
692
|
-
bsb: string;
|
|
693
|
-
accountNumber: string;
|
|
694
696
|
isArchived: boolean;
|
|
695
697
|
createdAt: Date;
|
|
696
698
|
updatedAt: Date;
|
|
697
|
-
createdBy: string | null;
|
|
698
|
-
syncedAt: Date | null;
|
|
699
699
|
name: string;
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
updatedBy: string | null;
|
|
700
|
+
providerCode: string;
|
|
701
|
+
settings: string;
|
|
703
702
|
} | undefined;
|
|
704
703
|
}[] | undefined;
|
|
705
704
|
accountPeriods?: {
|
|
@@ -708,16 +707,17 @@ export declare const mtaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
708
707
|
isArchived: boolean;
|
|
709
708
|
createdAt: Date;
|
|
710
709
|
updatedAt: Date;
|
|
710
|
+
mtaId: string;
|
|
711
711
|
startDate: Date;
|
|
712
712
|
endDate: Date | null;
|
|
713
713
|
openingBalanceCents: bigint;
|
|
714
714
|
closingBalanceCents: bigint | null;
|
|
715
715
|
closedBy: string | null;
|
|
716
716
|
closedAt: Date | null;
|
|
717
|
-
mtaId: string;
|
|
718
717
|
closingDescription: string | null;
|
|
719
718
|
}[] | undefined;
|
|
720
719
|
} | undefined;
|
|
720
|
+
closingBalanceCents?: number | bigint | null | undefined;
|
|
721
721
|
reconciledAmountCents?: number | bigint | null | undefined;
|
|
722
722
|
unreconciledAmountCents?: number | bigint | null | undefined;
|
|
723
723
|
totalReconciledAmountCents?: number | bigint | null | undefined;
|
|
@@ -817,40 +817,40 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
817
817
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
818
818
|
}, "strip", z.ZodTypeAny, {
|
|
819
819
|
id: string;
|
|
820
|
-
balanceCents: bigint;
|
|
821
820
|
status: string;
|
|
822
|
-
|
|
823
|
-
|
|
821
|
+
isArchived: boolean;
|
|
822
|
+
createdAt: Date;
|
|
823
|
+
syncedAt: Date | null;
|
|
824
|
+
updatedAt: Date;
|
|
825
|
+
balanceCents: bigint;
|
|
826
|
+
country: string;
|
|
824
827
|
stateCode: string;
|
|
825
828
|
bankCode: string;
|
|
826
829
|
bsb: string;
|
|
827
830
|
accountNumber: string;
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
updatedAt: Date;
|
|
831
|
+
currentReceiveSeq: number;
|
|
832
|
+
currentPayoutSeq: number;
|
|
831
833
|
createdBy: string | null;
|
|
832
|
-
syncedAt: Date | null;
|
|
833
834
|
name: string;
|
|
834
|
-
country: string;
|
|
835
835
|
subsidiaryId: string;
|
|
836
836
|
updatedBy: string | null;
|
|
837
837
|
}, {
|
|
838
838
|
id: string;
|
|
839
|
-
balanceCents: bigint;
|
|
840
839
|
status: string;
|
|
841
|
-
|
|
842
|
-
|
|
840
|
+
isArchived: boolean;
|
|
841
|
+
createdAt: Date;
|
|
842
|
+
syncedAt: Date | null;
|
|
843
|
+
updatedAt: Date;
|
|
844
|
+
balanceCents: bigint;
|
|
845
|
+
country: string;
|
|
843
846
|
stateCode: string;
|
|
844
847
|
bankCode: string;
|
|
845
848
|
bsb: string;
|
|
846
849
|
accountNumber: string;
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
updatedAt: Date;
|
|
850
|
+
currentReceiveSeq: number;
|
|
851
|
+
currentPayoutSeq: number;
|
|
850
852
|
createdBy: string | null;
|
|
851
|
-
syncedAt: Date | null;
|
|
852
853
|
name: string;
|
|
853
|
-
country: string;
|
|
854
854
|
subsidiaryId: string;
|
|
855
855
|
updatedBy: string | null;
|
|
856
856
|
}>>>;
|
|
@@ -913,6 +913,26 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
913
913
|
bankAccountId: string;
|
|
914
914
|
};
|
|
915
915
|
};
|
|
916
|
+
mta?: {
|
|
917
|
+
id: string;
|
|
918
|
+
status: string;
|
|
919
|
+
isArchived: boolean;
|
|
920
|
+
createdAt: Date;
|
|
921
|
+
syncedAt: Date | null;
|
|
922
|
+
updatedAt: Date;
|
|
923
|
+
balanceCents: bigint;
|
|
924
|
+
country: string;
|
|
925
|
+
stateCode: string;
|
|
926
|
+
bankCode: string;
|
|
927
|
+
bsb: string;
|
|
928
|
+
accountNumber: string;
|
|
929
|
+
currentReceiveSeq: number;
|
|
930
|
+
currentPayoutSeq: number;
|
|
931
|
+
createdBy: string | null;
|
|
932
|
+
name: string;
|
|
933
|
+
subsidiaryId: string;
|
|
934
|
+
updatedBy: string | null;
|
|
935
|
+
} | undefined;
|
|
916
936
|
floatAccount?: {
|
|
917
937
|
credential: {
|
|
918
938
|
bankAccountId: string;
|
|
@@ -929,26 +949,6 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
929
949
|
providerCode: string;
|
|
930
950
|
settings: string;
|
|
931
951
|
} | undefined;
|
|
932
|
-
mta?: {
|
|
933
|
-
id: string;
|
|
934
|
-
balanceCents: bigint;
|
|
935
|
-
status: string;
|
|
936
|
-
currentReceiveSeq: number;
|
|
937
|
-
currentPayoutSeq: number;
|
|
938
|
-
stateCode: string;
|
|
939
|
-
bankCode: string;
|
|
940
|
-
bsb: string;
|
|
941
|
-
accountNumber: string;
|
|
942
|
-
isArchived: boolean;
|
|
943
|
-
createdAt: Date;
|
|
944
|
-
updatedAt: Date;
|
|
945
|
-
createdBy: string | null;
|
|
946
|
-
syncedAt: Date | null;
|
|
947
|
-
name: string;
|
|
948
|
-
country: string;
|
|
949
|
-
subsidiaryId: string;
|
|
950
|
-
updatedBy: string | null;
|
|
951
|
-
} | undefined;
|
|
952
952
|
}, {
|
|
953
953
|
id: string;
|
|
954
954
|
status: string;
|
|
@@ -959,37 +959,37 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
959
959
|
bankAccountId: string;
|
|
960
960
|
paymentProviderId: string;
|
|
961
961
|
account: string;
|
|
962
|
-
|
|
963
|
-
paymentProvider?: {
|
|
962
|
+
mta?: {
|
|
964
963
|
id: string;
|
|
965
964
|
status: string;
|
|
966
965
|
isArchived: boolean;
|
|
967
966
|
createdAt: Date;
|
|
967
|
+
syncedAt: Date | null;
|
|
968
968
|
updatedAt: Date;
|
|
969
|
-
name: string;
|
|
970
|
-
providerCode: string;
|
|
971
|
-
settings: string;
|
|
972
|
-
} | undefined;
|
|
973
|
-
mta?: {
|
|
974
|
-
id: string;
|
|
975
969
|
balanceCents: bigint;
|
|
976
|
-
|
|
977
|
-
currentReceiveSeq: number;
|
|
978
|
-
currentPayoutSeq: number;
|
|
970
|
+
country: string;
|
|
979
971
|
stateCode: string;
|
|
980
972
|
bankCode: string;
|
|
981
973
|
bsb: string;
|
|
982
974
|
accountNumber: string;
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
updatedAt: Date;
|
|
975
|
+
currentReceiveSeq: number;
|
|
976
|
+
currentPayoutSeq: number;
|
|
986
977
|
createdBy: string | null;
|
|
987
|
-
syncedAt: Date | null;
|
|
988
978
|
name: string;
|
|
989
|
-
country: string;
|
|
990
979
|
subsidiaryId: string;
|
|
991
980
|
updatedBy: string | null;
|
|
992
981
|
} | undefined;
|
|
982
|
+
floatAccount?: string | null | undefined;
|
|
983
|
+
paymentProvider?: {
|
|
984
|
+
id: string;
|
|
985
|
+
status: string;
|
|
986
|
+
isArchived: boolean;
|
|
987
|
+
createdAt: Date;
|
|
988
|
+
updatedAt: Date;
|
|
989
|
+
name: string;
|
|
990
|
+
providerCode: string;
|
|
991
|
+
settings: string;
|
|
992
|
+
} | undefined;
|
|
993
993
|
}>, "many">>>;
|
|
994
994
|
accountPeriods: z.ZodLazy<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
995
995
|
id: z.ZodString;
|
|
@@ -1011,13 +1011,13 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1011
1011
|
isArchived: boolean;
|
|
1012
1012
|
createdAt: Date;
|
|
1013
1013
|
updatedAt: Date;
|
|
1014
|
+
mtaId: string;
|
|
1014
1015
|
startDate: Date;
|
|
1015
1016
|
endDate: Date | null;
|
|
1016
1017
|
openingBalanceCents: bigint;
|
|
1017
1018
|
closingBalanceCents: bigint | null;
|
|
1018
1019
|
closedBy: string | null;
|
|
1019
1020
|
closedAt: Date | null;
|
|
1020
|
-
mtaId: string;
|
|
1021
1021
|
closingDescription: string | null;
|
|
1022
1022
|
}, {
|
|
1023
1023
|
id: string;
|
|
@@ -1025,32 +1025,32 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1025
1025
|
isArchived: boolean;
|
|
1026
1026
|
createdAt: Date;
|
|
1027
1027
|
updatedAt: Date;
|
|
1028
|
+
mtaId: string;
|
|
1028
1029
|
startDate: Date;
|
|
1029
1030
|
endDate: Date | null;
|
|
1030
1031
|
openingBalanceCents: bigint;
|
|
1031
1032
|
closingBalanceCents: bigint | null;
|
|
1032
1033
|
closedBy: string | null;
|
|
1033
1034
|
closedAt: Date | null;
|
|
1034
|
-
mtaId: string;
|
|
1035
1035
|
closingDescription: string | null;
|
|
1036
1036
|
}>, "many">>>;
|
|
1037
1037
|
}, "strip", z.ZodTypeAny, {
|
|
1038
1038
|
id: string;
|
|
1039
|
-
balanceCents: number;
|
|
1040
1039
|
status: string;
|
|
1041
|
-
|
|
1042
|
-
|
|
1040
|
+
isArchived: boolean;
|
|
1041
|
+
createdAt: Date;
|
|
1042
|
+
syncedAt: Date | null;
|
|
1043
|
+
updatedAt: Date;
|
|
1044
|
+
balanceCents: number;
|
|
1045
|
+
country: string;
|
|
1043
1046
|
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1044
1047
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1045
1048
|
bsb: string;
|
|
1046
1049
|
accountNumber: string;
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
updatedAt: Date;
|
|
1050
|
+
currentReceiveSeq: number;
|
|
1051
|
+
currentPayoutSeq: number;
|
|
1050
1052
|
createdBy: string | null;
|
|
1051
|
-
syncedAt: Date | null;
|
|
1052
1053
|
name: string;
|
|
1053
|
-
country: string;
|
|
1054
1054
|
subsidiaryId: string;
|
|
1055
1055
|
updatedBy: string | null;
|
|
1056
1056
|
paymentMethods?: {
|
|
@@ -1069,6 +1069,26 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1069
1069
|
bankAccountId: string;
|
|
1070
1070
|
};
|
|
1071
1071
|
};
|
|
1072
|
+
mta?: {
|
|
1073
|
+
id: string;
|
|
1074
|
+
status: string;
|
|
1075
|
+
isArchived: boolean;
|
|
1076
|
+
createdAt: Date;
|
|
1077
|
+
syncedAt: Date | null;
|
|
1078
|
+
updatedAt: Date;
|
|
1079
|
+
balanceCents: bigint;
|
|
1080
|
+
country: string;
|
|
1081
|
+
stateCode: string;
|
|
1082
|
+
bankCode: string;
|
|
1083
|
+
bsb: string;
|
|
1084
|
+
accountNumber: string;
|
|
1085
|
+
currentReceiveSeq: number;
|
|
1086
|
+
currentPayoutSeq: number;
|
|
1087
|
+
createdBy: string | null;
|
|
1088
|
+
name: string;
|
|
1089
|
+
subsidiaryId: string;
|
|
1090
|
+
updatedBy: string | null;
|
|
1091
|
+
} | undefined;
|
|
1072
1092
|
floatAccount?: {
|
|
1073
1093
|
credential: {
|
|
1074
1094
|
bankAccountId: string;
|
|
@@ -1085,26 +1105,6 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1085
1105
|
providerCode: string;
|
|
1086
1106
|
settings: string;
|
|
1087
1107
|
} | undefined;
|
|
1088
|
-
mta?: {
|
|
1089
|
-
id: string;
|
|
1090
|
-
balanceCents: bigint;
|
|
1091
|
-
status: string;
|
|
1092
|
-
currentReceiveSeq: number;
|
|
1093
|
-
currentPayoutSeq: number;
|
|
1094
|
-
stateCode: string;
|
|
1095
|
-
bankCode: string;
|
|
1096
|
-
bsb: string;
|
|
1097
|
-
accountNumber: string;
|
|
1098
|
-
isArchived: boolean;
|
|
1099
|
-
createdAt: Date;
|
|
1100
|
-
updatedAt: Date;
|
|
1101
|
-
createdBy: string | null;
|
|
1102
|
-
syncedAt: Date | null;
|
|
1103
|
-
name: string;
|
|
1104
|
-
country: string;
|
|
1105
|
-
subsidiaryId: string;
|
|
1106
|
-
updatedBy: string | null;
|
|
1107
|
-
} | undefined;
|
|
1108
1108
|
}[] | undefined;
|
|
1109
1109
|
accountPeriods?: {
|
|
1110
1110
|
id: string;
|
|
@@ -1112,32 +1112,32 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1112
1112
|
isArchived: boolean;
|
|
1113
1113
|
createdAt: Date;
|
|
1114
1114
|
updatedAt: Date;
|
|
1115
|
+
mtaId: string;
|
|
1115
1116
|
startDate: Date;
|
|
1116
1117
|
endDate: Date | null;
|
|
1117
1118
|
openingBalanceCents: bigint;
|
|
1118
1119
|
closingBalanceCents: bigint | null;
|
|
1119
1120
|
closedBy: string | null;
|
|
1120
1121
|
closedAt: Date | null;
|
|
1121
|
-
mtaId: string;
|
|
1122
1122
|
closingDescription: string | null;
|
|
1123
1123
|
}[] | undefined;
|
|
1124
1124
|
}, {
|
|
1125
1125
|
id: string;
|
|
1126
|
-
balanceCents: number | bigint;
|
|
1127
1126
|
status: string;
|
|
1128
|
-
|
|
1129
|
-
|
|
1127
|
+
isArchived: boolean;
|
|
1128
|
+
createdAt: Date;
|
|
1129
|
+
syncedAt: Date | null;
|
|
1130
|
+
updatedAt: Date;
|
|
1131
|
+
balanceCents: number | bigint;
|
|
1132
|
+
country: string;
|
|
1130
1133
|
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1131
1134
|
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1132
1135
|
bsb: string;
|
|
1133
1136
|
accountNumber: string;
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
updatedAt: Date;
|
|
1137
|
+
currentReceiveSeq: number;
|
|
1138
|
+
currentPayoutSeq: number;
|
|
1137
1139
|
createdBy: string | null;
|
|
1138
|
-
syncedAt: Date | null;
|
|
1139
1140
|
name: string;
|
|
1140
|
-
country: string;
|
|
1141
1141
|
subsidiaryId: string;
|
|
1142
1142
|
updatedBy: string | null;
|
|
1143
1143
|
paymentMethods?: {
|
|
@@ -1150,37 +1150,37 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1150
1150
|
bankAccountId: string;
|
|
1151
1151
|
paymentProviderId: string;
|
|
1152
1152
|
account: string;
|
|
1153
|
-
|
|
1154
|
-
paymentProvider?: {
|
|
1153
|
+
mta?: {
|
|
1155
1154
|
id: string;
|
|
1156
1155
|
status: string;
|
|
1157
1156
|
isArchived: boolean;
|
|
1158
1157
|
createdAt: Date;
|
|
1158
|
+
syncedAt: Date | null;
|
|
1159
1159
|
updatedAt: Date;
|
|
1160
|
-
name: string;
|
|
1161
|
-
providerCode: string;
|
|
1162
|
-
settings: string;
|
|
1163
|
-
} | undefined;
|
|
1164
|
-
mta?: {
|
|
1165
|
-
id: string;
|
|
1166
1160
|
balanceCents: bigint;
|
|
1167
|
-
|
|
1168
|
-
currentReceiveSeq: number;
|
|
1169
|
-
currentPayoutSeq: number;
|
|
1161
|
+
country: string;
|
|
1170
1162
|
stateCode: string;
|
|
1171
1163
|
bankCode: string;
|
|
1172
1164
|
bsb: string;
|
|
1173
1165
|
accountNumber: string;
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
updatedAt: Date;
|
|
1166
|
+
currentReceiveSeq: number;
|
|
1167
|
+
currentPayoutSeq: number;
|
|
1177
1168
|
createdBy: string | null;
|
|
1178
|
-
syncedAt: Date | null;
|
|
1179
1169
|
name: string;
|
|
1180
|
-
country: string;
|
|
1181
1170
|
subsidiaryId: string;
|
|
1182
1171
|
updatedBy: string | null;
|
|
1183
1172
|
} | undefined;
|
|
1173
|
+
floatAccount?: string | null | undefined;
|
|
1174
|
+
paymentProvider?: {
|
|
1175
|
+
id: string;
|
|
1176
|
+
status: string;
|
|
1177
|
+
isArchived: boolean;
|
|
1178
|
+
createdAt: Date;
|
|
1179
|
+
updatedAt: Date;
|
|
1180
|
+
name: string;
|
|
1181
|
+
providerCode: string;
|
|
1182
|
+
settings: string;
|
|
1183
|
+
} | undefined;
|
|
1184
1184
|
}[] | undefined;
|
|
1185
1185
|
accountPeriods?: {
|
|
1186
1186
|
id: string;
|
|
@@ -1188,13 +1188,13 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1188
1188
|
isArchived: boolean;
|
|
1189
1189
|
createdAt: Date;
|
|
1190
1190
|
updatedAt: Date;
|
|
1191
|
+
mtaId: string;
|
|
1191
1192
|
startDate: Date;
|
|
1192
1193
|
endDate: Date | null;
|
|
1193
1194
|
openingBalanceCents: bigint;
|
|
1194
1195
|
closingBalanceCents: bigint | null;
|
|
1195
1196
|
closedBy: string | null;
|
|
1196
1197
|
closedAt: Date | null;
|
|
1197
|
-
mtaId: string;
|
|
1198
1198
|
closingDescription: string | null;
|
|
1199
1199
|
}[] | undefined;
|
|
1200
1200
|
}>>>;
|
|
@@ -1230,11 +1230,11 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1230
1230
|
status: string;
|
|
1231
1231
|
isArchived: boolean;
|
|
1232
1232
|
createdAt: Date;
|
|
1233
|
+
mtaId: string;
|
|
1233
1234
|
createdBy: string;
|
|
1234
|
-
updatedBy: string | null;
|
|
1235
1235
|
closedBy: string | null;
|
|
1236
1236
|
closedAt: Date | null;
|
|
1237
|
-
|
|
1237
|
+
updatedBy: string | null;
|
|
1238
1238
|
mtaAccountPeriodId: string;
|
|
1239
1239
|
reconciledTo: Date;
|
|
1240
1240
|
reconciledAmountCents: bigint | null;
|
|
@@ -1252,11 +1252,11 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1252
1252
|
status: string;
|
|
1253
1253
|
isArchived: boolean;
|
|
1254
1254
|
createdAt: Date;
|
|
1255
|
+
mtaId: string;
|
|
1255
1256
|
createdBy: string;
|
|
1256
|
-
updatedBy: string | null;
|
|
1257
1257
|
closedBy: string | null;
|
|
1258
1258
|
closedAt: Date | null;
|
|
1259
|
-
|
|
1259
|
+
updatedBy: string | null;
|
|
1260
1260
|
mtaAccountPeriodId: string;
|
|
1261
1261
|
reconciledTo: Date;
|
|
1262
1262
|
reconciledAmountCents: bigint | null;
|
|
@@ -1276,13 +1276,13 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1276
1276
|
isArchived: boolean;
|
|
1277
1277
|
createdAt: Date;
|
|
1278
1278
|
updatedAt: Date;
|
|
1279
|
+
mtaId: string;
|
|
1279
1280
|
startDate: Date;
|
|
1280
1281
|
endDate: Date | null;
|
|
1281
1282
|
openingBalanceCents: number;
|
|
1282
1283
|
closingBalanceCents: number;
|
|
1283
1284
|
closedBy: string | null;
|
|
1284
1285
|
closedAt: Date | null;
|
|
1285
|
-
mtaId: string;
|
|
1286
1286
|
closingDescription: string | null;
|
|
1287
1287
|
reconciledAmountCents?: number | null | undefined;
|
|
1288
1288
|
unreconciledAmountCents?: number | null | undefined;
|
|
@@ -1292,11 +1292,11 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1292
1292
|
status: string;
|
|
1293
1293
|
isArchived: boolean;
|
|
1294
1294
|
createdAt: Date;
|
|
1295
|
+
mtaId: string;
|
|
1295
1296
|
createdBy: string;
|
|
1296
|
-
updatedBy: string | null;
|
|
1297
1297
|
closedBy: string | null;
|
|
1298
1298
|
closedAt: Date | null;
|
|
1299
|
-
|
|
1299
|
+
updatedBy: string | null;
|
|
1300
1300
|
mtaAccountPeriodId: string;
|
|
1301
1301
|
reconciledTo: Date;
|
|
1302
1302
|
reconciledAmountCents: bigint | null;
|
|
@@ -1316,12 +1316,12 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1316
1316
|
isArchived: boolean;
|
|
1317
1317
|
createdAt: Date;
|
|
1318
1318
|
updatedAt: Date;
|
|
1319
|
+
mtaId: string;
|
|
1319
1320
|
startDate: Date;
|
|
1320
1321
|
endDate: Date | null;
|
|
1321
1322
|
openingBalanceCents: number | bigint;
|
|
1322
1323
|
closedBy: string | null;
|
|
1323
1324
|
closedAt: Date | null;
|
|
1324
|
-
mtaId: string;
|
|
1325
1325
|
closingDescription: string | null;
|
|
1326
1326
|
closingBalanceCents?: number | bigint | null | undefined;
|
|
1327
1327
|
reconciledAmountCents?: number | bigint | null | undefined;
|
|
@@ -1332,11 +1332,11 @@ export declare const mtaClosedAccountPeriodRestResSchema: z.ZodObject<Omit<{
|
|
|
1332
1332
|
status: string;
|
|
1333
1333
|
isArchived: boolean;
|
|
1334
1334
|
createdAt: Date;
|
|
1335
|
+
mtaId: string;
|
|
1335
1336
|
createdBy: string;
|
|
1336
|
-
updatedBy: string | null;
|
|
1337
1337
|
closedBy: string | null;
|
|
1338
1338
|
closedAt: Date | null;
|
|
1339
|
-
|
|
1339
|
+
updatedBy: string | null;
|
|
1340
1340
|
mtaAccountPeriodId: string;
|
|
1341
1341
|
reconciledTo: Date;
|
|
1342
1342
|
reconciledAmountCents: bigint | null;
|