@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAC;AAGvF,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,qCAAqC,EAAE,MAAM,sEAAsE,CAAC;AAK7H,QAAA,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"mta-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.rest.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -59,8 +59,8 @@ export declare const CreatePayoutSchema: z.ZodObject<Omit<{
|
|
|
59
59
|
}, z.ZodUnknown, "strip">>, "many">;
|
|
60
60
|
}, "strip", z.ZodTypeAny, {
|
|
61
61
|
sourceDetails: {
|
|
62
|
-
creditAmountCents: number | bigint;
|
|
63
62
|
debitAmountCents: number | bigint;
|
|
63
|
+
creditAmountCents: number | bigint;
|
|
64
64
|
transactionType: string;
|
|
65
65
|
sourceAccountId: string;
|
|
66
66
|
description?: string | null | undefined;
|
|
@@ -78,8 +78,8 @@ export declare const CreatePayoutSchema: z.ZodObject<Omit<{
|
|
|
78
78
|
}, z.ZodUnknown, "strip">[];
|
|
79
79
|
}, {
|
|
80
80
|
sourceDetails: {
|
|
81
|
-
creditAmountCents: string | number | bigint;
|
|
82
81
|
debitAmountCents: string | number | bigint;
|
|
82
|
+
creditAmountCents: string | number | bigint;
|
|
83
83
|
transactionType: string;
|
|
84
84
|
sourceAccountId: string;
|
|
85
85
|
description?: string | null | undefined;
|
|
@@ -106,8 +106,8 @@ export declare const CreatePayoutSchema: z.ZodObject<Omit<{
|
|
|
106
106
|
amountCents: number | bigint;
|
|
107
107
|
provisionDetails: {
|
|
108
108
|
sourceDetails: {
|
|
109
|
-
creditAmountCents: number | bigint;
|
|
110
109
|
debitAmountCents: number | bigint;
|
|
110
|
+
creditAmountCents: number | bigint;
|
|
111
111
|
transactionType: string;
|
|
112
112
|
sourceAccountId: string;
|
|
113
113
|
description?: string | null | undefined;
|
|
@@ -134,8 +134,8 @@ export declare const CreatePayoutSchema: z.ZodObject<Omit<{
|
|
|
134
134
|
amountCents: number | bigint;
|
|
135
135
|
provisionDetails: {
|
|
136
136
|
sourceDetails: {
|
|
137
|
-
creditAmountCents: string | number | bigint;
|
|
138
137
|
debitAmountCents: string | number | bigint;
|
|
138
|
+
creditAmountCents: string | number | bigint;
|
|
139
139
|
transactionType: string;
|
|
140
140
|
sourceAccountId: string;
|
|
141
141
|
description?: string | null | undefined;
|
|
@@ -92,8 +92,8 @@ export declare const provisionDetailsSchema: z.ZodObject<{
|
|
|
92
92
|
}, z.ZodUnknown, "strip">>, "many">;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
94
94
|
sourceDetails: {
|
|
95
|
-
creditAmountCents: number | bigint;
|
|
96
95
|
debitAmountCents: number | bigint;
|
|
96
|
+
creditAmountCents: number | bigint;
|
|
97
97
|
transactionType: string;
|
|
98
98
|
sourceAccountId: string;
|
|
99
99
|
description?: string | null | undefined;
|
|
@@ -111,8 +111,8 @@ export declare const provisionDetailsSchema: z.ZodObject<{
|
|
|
111
111
|
}, z.ZodUnknown, "strip">[];
|
|
112
112
|
}, {
|
|
113
113
|
sourceDetails: {
|
|
114
|
-
creditAmountCents: string | number | bigint;
|
|
115
114
|
debitAmountCents: string | number | bigint;
|
|
115
|
+
creditAmountCents: string | number | bigint;
|
|
116
116
|
transactionType: string;
|
|
117
117
|
sourceAccountId: string;
|
|
118
118
|
description?: string | null | undefined;
|
|
@@ -190,8 +190,8 @@ export declare const payoutEntitySchema: z.ZodObject<{
|
|
|
190
190
|
}, z.ZodUnknown, "strip">>, "many">;
|
|
191
191
|
}, "strip", z.ZodTypeAny, {
|
|
192
192
|
sourceDetails: {
|
|
193
|
-
creditAmountCents: number | bigint;
|
|
194
193
|
debitAmountCents: number | bigint;
|
|
194
|
+
creditAmountCents: number | bigint;
|
|
195
195
|
transactionType: string;
|
|
196
196
|
sourceAccountId: string;
|
|
197
197
|
description?: string | null | undefined;
|
|
@@ -209,8 +209,8 @@ export declare const payoutEntitySchema: z.ZodObject<{
|
|
|
209
209
|
}, z.ZodUnknown, "strip">[];
|
|
210
210
|
}, {
|
|
211
211
|
sourceDetails: {
|
|
212
|
-
creditAmountCents: string | number | bigint;
|
|
213
212
|
debitAmountCents: string | number | bigint;
|
|
213
|
+
creditAmountCents: string | number | bigint;
|
|
214
214
|
transactionType: string;
|
|
215
215
|
sourceAccountId: string;
|
|
216
216
|
description?: string | null | undefined;
|
|
@@ -234,16 +234,16 @@ export declare const payoutEntitySchema: z.ZodObject<{
|
|
|
234
234
|
createdAt: Date;
|
|
235
235
|
updatedAt: Date;
|
|
236
236
|
createdBy: string;
|
|
237
|
-
sequence: number;
|
|
238
237
|
updatedBy: string | null;
|
|
238
|
+
sequence: number;
|
|
239
239
|
sourceAccountId: string;
|
|
240
240
|
payoutType: string;
|
|
241
241
|
sourceAccountType: string;
|
|
242
242
|
amountCents: number | bigint;
|
|
243
243
|
provisionDetails: {
|
|
244
244
|
sourceDetails: {
|
|
245
|
-
creditAmountCents: number | bigint;
|
|
246
245
|
debitAmountCents: number | bigint;
|
|
246
|
+
creditAmountCents: number | bigint;
|
|
247
247
|
transactionType: string;
|
|
248
248
|
sourceAccountId: string;
|
|
249
249
|
description?: string | null | undefined;
|
|
@@ -267,16 +267,16 @@ export declare const payoutEntitySchema: z.ZodObject<{
|
|
|
267
267
|
createdAt: Date;
|
|
268
268
|
updatedAt: Date;
|
|
269
269
|
createdBy: string;
|
|
270
|
-
sequence: number;
|
|
271
270
|
updatedBy: string | null;
|
|
271
|
+
sequence: number;
|
|
272
272
|
sourceAccountId: string;
|
|
273
273
|
payoutType: string;
|
|
274
274
|
sourceAccountType: string;
|
|
275
275
|
amountCents: number | bigint;
|
|
276
276
|
provisionDetails: {
|
|
277
277
|
sourceDetails: {
|
|
278
|
-
creditAmountCents: string | number | bigint;
|
|
279
278
|
debitAmountCents: string | number | bigint;
|
|
279
|
+
creditAmountCents: string | number | bigint;
|
|
280
280
|
transactionType: string;
|
|
281
281
|
sourceAccountId: string;
|
|
282
282
|
description?: string | null | undefined;
|
|
@@ -312,30 +312,30 @@ export declare const payoutTransactionSchema: z.ZodObject<{
|
|
|
312
312
|
}, "strip", z.ZodTypeAny, {
|
|
313
313
|
id: string;
|
|
314
314
|
status: string;
|
|
315
|
-
payoutId: string;
|
|
316
315
|
isArchived: boolean;
|
|
317
316
|
createdAt: Date;
|
|
318
317
|
updatedAt: Date;
|
|
319
|
-
bankRef: string | null;
|
|
320
318
|
description: string | null;
|
|
319
|
+
payoutId: string;
|
|
320
|
+
cmaTransactionId: string | null;
|
|
321
|
+
bankRef: string | null;
|
|
321
322
|
isCanceled: boolean;
|
|
322
323
|
canceledAt: Date | null;
|
|
323
324
|
mainTrustTransactionId: string | null;
|
|
324
|
-
cmaTransactionId: string | null;
|
|
325
325
|
targetAccountDetails: string | null;
|
|
326
326
|
}, {
|
|
327
327
|
id: string;
|
|
328
328
|
status: string;
|
|
329
|
-
payoutId: string;
|
|
330
329
|
isArchived: boolean;
|
|
331
330
|
createdAt: Date;
|
|
332
331
|
updatedAt: Date;
|
|
333
|
-
bankRef: string | null;
|
|
334
332
|
description: string | null;
|
|
333
|
+
payoutId: string;
|
|
334
|
+
cmaTransactionId: string | null;
|
|
335
|
+
bankRef: string | null;
|
|
335
336
|
isCanceled: boolean;
|
|
336
337
|
canceledAt: Date | null;
|
|
337
338
|
mainTrustTransactionId: string | null;
|
|
338
|
-
cmaTransactionId: string | null;
|
|
339
339
|
targetAccountDetails: string | null;
|
|
340
340
|
}>;
|
|
341
341
|
export type PayoutTransactionEntity = z.infer<typeof payoutTransactionSchema>;
|
|
@@ -7,13 +7,13 @@ export declare const basePayoutItemShape: z.ZodObject<{
|
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
accountId: string;
|
|
9
9
|
targetAccountType: "CMA" | "BANK";
|
|
10
|
-
propertyId?: string | null | undefined;
|
|
11
10
|
description?: string | null | undefined;
|
|
11
|
+
propertyId?: string | null | undefined;
|
|
12
12
|
}, {
|
|
13
13
|
accountId: string;
|
|
14
14
|
targetAccountType: "CMA" | "BANK";
|
|
15
|
-
propertyId?: string | null | undefined;
|
|
16
15
|
description?: string | null | undefined;
|
|
16
|
+
propertyId?: string | null | undefined;
|
|
17
17
|
}>;
|
|
18
18
|
export declare const payoutItemReqSchema: z.ZodObject<{
|
|
19
19
|
propertyId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -26,14 +26,14 @@ export declare const payoutItemReqSchema: z.ZodObject<{
|
|
|
26
26
|
amount: number;
|
|
27
27
|
accountId: string;
|
|
28
28
|
targetAccountType: "CMA" | "BANK";
|
|
29
|
-
propertyId?: string | null | undefined;
|
|
30
29
|
description?: string | null | undefined;
|
|
30
|
+
propertyId?: string | null | undefined;
|
|
31
31
|
}, {
|
|
32
32
|
amount: number | bigint;
|
|
33
33
|
accountId: string;
|
|
34
34
|
targetAccountType: "CMA" | "BANK";
|
|
35
|
-
propertyId?: string | null | undefined;
|
|
36
35
|
description?: string | null | undefined;
|
|
36
|
+
propertyId?: string | null | undefined;
|
|
37
37
|
}>;
|
|
38
38
|
export declare const payoutRestReqSchema: z.ZodObject<{
|
|
39
39
|
payoutType: z.ZodString;
|
|
@@ -50,14 +50,14 @@ export declare const payoutRestReqSchema: z.ZodObject<{
|
|
|
50
50
|
amount: number;
|
|
51
51
|
accountId: string;
|
|
52
52
|
targetAccountType: "CMA" | "BANK";
|
|
53
|
-
propertyId?: string | null | undefined;
|
|
54
53
|
description?: string | null | undefined;
|
|
54
|
+
propertyId?: string | null | undefined;
|
|
55
55
|
}, {
|
|
56
56
|
amount: number | bigint;
|
|
57
57
|
accountId: string;
|
|
58
58
|
targetAccountType: "CMA" | "BANK";
|
|
59
|
-
propertyId?: string | null | undefined;
|
|
60
59
|
description?: string | null | undefined;
|
|
60
|
+
propertyId?: string | null | undefined;
|
|
61
61
|
}>, "many">;
|
|
62
62
|
}, "strip", z.ZodTypeAny, {
|
|
63
63
|
sourceAccountId: string;
|
|
@@ -67,8 +67,8 @@ export declare const payoutRestReqSchema: z.ZodObject<{
|
|
|
67
67
|
amount: number;
|
|
68
68
|
accountId: string;
|
|
69
69
|
targetAccountType: "CMA" | "BANK";
|
|
70
|
-
propertyId?: string | null | undefined;
|
|
71
70
|
description?: string | null | undefined;
|
|
71
|
+
propertyId?: string | null | undefined;
|
|
72
72
|
}[];
|
|
73
73
|
}, {
|
|
74
74
|
sourceAccountId: string;
|
|
@@ -78,8 +78,8 @@ export declare const payoutRestReqSchema: z.ZodObject<{
|
|
|
78
78
|
amount: number | bigint;
|
|
79
79
|
accountId: string;
|
|
80
80
|
targetAccountType: "CMA" | "BANK";
|
|
81
|
-
propertyId?: string | null | undefined;
|
|
82
81
|
description?: string | null | undefined;
|
|
82
|
+
propertyId?: string | null | undefined;
|
|
83
83
|
}[];
|
|
84
84
|
}>;
|
|
85
85
|
export type PayoutRestReq = z.infer<typeof payoutRestReqSchema>;
|
|
@@ -56,8 +56,8 @@ export declare const payoutListRestResSchema: z.ZodObject<{
|
|
|
56
56
|
}, z.ZodUnknown, "strip">>, "many">;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
58
|
sourceDetails: {
|
|
59
|
-
creditAmountCents: number | bigint;
|
|
60
59
|
debitAmountCents: number | bigint;
|
|
60
|
+
creditAmountCents: number | bigint;
|
|
61
61
|
transactionType: string;
|
|
62
62
|
sourceAccountId: string;
|
|
63
63
|
description?: string | null | undefined;
|
|
@@ -75,8 +75,8 @@ export declare const payoutListRestResSchema: z.ZodObject<{
|
|
|
75
75
|
}, z.ZodUnknown, "strip">[];
|
|
76
76
|
}, {
|
|
77
77
|
sourceDetails: {
|
|
78
|
-
creditAmountCents: string | number | bigint;
|
|
79
78
|
debitAmountCents: string | number | bigint;
|
|
79
|
+
creditAmountCents: string | number | bigint;
|
|
80
80
|
transactionType: string;
|
|
81
81
|
sourceAccountId: string;
|
|
82
82
|
description?: string | null | undefined;
|
|
@@ -109,16 +109,16 @@ export declare const payoutListRestResSchema: z.ZodObject<{
|
|
|
109
109
|
createdAt: string;
|
|
110
110
|
updatedAt: Date;
|
|
111
111
|
createdBy: string;
|
|
112
|
-
sequence: number;
|
|
113
112
|
updatedBy: string | null;
|
|
113
|
+
sequence: number;
|
|
114
114
|
sourceAccountId: string;
|
|
115
115
|
payoutType: string;
|
|
116
116
|
sourceAccountType: string;
|
|
117
117
|
amountCents: number | bigint;
|
|
118
118
|
provisionDetails: {
|
|
119
119
|
sourceDetails: {
|
|
120
|
-
creditAmountCents: number | bigint;
|
|
121
120
|
debitAmountCents: number | bigint;
|
|
121
|
+
creditAmountCents: number | bigint;
|
|
122
122
|
transactionType: string;
|
|
123
123
|
sourceAccountId: string;
|
|
124
124
|
description?: string | null | undefined;
|
|
@@ -147,16 +147,16 @@ export declare const payoutListRestResSchema: z.ZodObject<{
|
|
|
147
147
|
createdAt: string;
|
|
148
148
|
updatedAt: Date;
|
|
149
149
|
createdBy: string;
|
|
150
|
-
sequence: number;
|
|
151
150
|
updatedBy: string | null;
|
|
151
|
+
sequence: number;
|
|
152
152
|
sourceAccountId: string;
|
|
153
153
|
payoutType: string;
|
|
154
154
|
sourceAccountType: string;
|
|
155
155
|
amountCents: number | bigint;
|
|
156
156
|
provisionDetails: {
|
|
157
157
|
sourceDetails: {
|
|
158
|
-
creditAmountCents: string | number | bigint;
|
|
159
158
|
debitAmountCents: string | number | bigint;
|
|
159
|
+
creditAmountCents: string | number | bigint;
|
|
160
160
|
transactionType: string;
|
|
161
161
|
sourceAccountId: string;
|
|
162
162
|
description?: string | null | undefined;
|
|
@@ -79,8 +79,8 @@ export declare const payoutDetailRestResSchema: z.ZodObject<Omit<{
|
|
|
79
79
|
}, z.ZodUnknown, "strip">>, "many">;
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
81
|
sourceDetails: {
|
|
82
|
-
creditAmountCents: number | bigint;
|
|
83
82
|
debitAmountCents: number | bigint;
|
|
83
|
+
creditAmountCents: number | bigint;
|
|
84
84
|
transactionType: string;
|
|
85
85
|
sourceAccountId: string;
|
|
86
86
|
description?: string | null | undefined;
|
|
@@ -98,8 +98,8 @@ export declare const payoutDetailRestResSchema: z.ZodObject<Omit<{
|
|
|
98
98
|
}, z.ZodUnknown, "strip">[];
|
|
99
99
|
}, {
|
|
100
100
|
sourceDetails: {
|
|
101
|
-
creditAmountCents: string | number | bigint;
|
|
102
101
|
debitAmountCents: string | number | bigint;
|
|
102
|
+
creditAmountCents: string | number | bigint;
|
|
103
103
|
transactionType: string;
|
|
104
104
|
sourceAccountId: string;
|
|
105
105
|
description?: string | null | undefined;
|
|
@@ -139,40 +139,40 @@ export declare const payoutDetailRestResSchema: z.ZodObject<Omit<{
|
|
|
139
139
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
140
140
|
}, "strip", z.ZodTypeAny, {
|
|
141
141
|
id: string;
|
|
142
|
-
balanceCents: bigint;
|
|
143
142
|
status: string;
|
|
144
|
-
|
|
145
|
-
|
|
143
|
+
isArchived: boolean;
|
|
144
|
+
createdAt: Date;
|
|
145
|
+
syncedAt: Date | null;
|
|
146
|
+
updatedAt: Date;
|
|
147
|
+
balanceCents: bigint;
|
|
148
|
+
country: string;
|
|
146
149
|
stateCode: string;
|
|
147
150
|
bankCode: string;
|
|
148
151
|
bsb: string;
|
|
149
152
|
accountNumber: string;
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
updatedAt: Date;
|
|
153
|
+
currentReceiveSeq: number;
|
|
154
|
+
currentPayoutSeq: number;
|
|
153
155
|
createdBy: string | null;
|
|
154
|
-
syncedAt: Date | null;
|
|
155
156
|
name: string;
|
|
156
|
-
country: string;
|
|
157
157
|
subsidiaryId: string;
|
|
158
158
|
updatedBy: string | null;
|
|
159
159
|
}, {
|
|
160
160
|
id: string;
|
|
161
|
-
balanceCents: bigint;
|
|
162
161
|
status: string;
|
|
163
|
-
|
|
164
|
-
|
|
162
|
+
isArchived: boolean;
|
|
163
|
+
createdAt: Date;
|
|
164
|
+
syncedAt: Date | null;
|
|
165
|
+
updatedAt: Date;
|
|
166
|
+
balanceCents: bigint;
|
|
167
|
+
country: string;
|
|
165
168
|
stateCode: string;
|
|
166
169
|
bankCode: string;
|
|
167
170
|
bsb: string;
|
|
168
171
|
accountNumber: string;
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
updatedAt: Date;
|
|
172
|
+
currentReceiveSeq: number;
|
|
173
|
+
currentPayoutSeq: number;
|
|
172
174
|
createdBy: string | null;
|
|
173
|
-
syncedAt: Date | null;
|
|
174
175
|
name: string;
|
|
175
|
-
country: string;
|
|
176
176
|
subsidiaryId: string;
|
|
177
177
|
updatedBy: string | null;
|
|
178
178
|
}>>>>;
|
|
@@ -202,29 +202,29 @@ export declare const payoutDetailRestResSchema: z.ZodObject<Omit<{
|
|
|
202
202
|
createdAt: Date;
|
|
203
203
|
updatedAt: Date;
|
|
204
204
|
createdBy: string;
|
|
205
|
-
sequence: number;
|
|
206
205
|
updatedBy: string | null;
|
|
206
|
+
sequence: number;
|
|
207
207
|
sourceAccountId: string;
|
|
208
208
|
payoutType: string;
|
|
209
209
|
sourceAccountType: string;
|
|
210
210
|
amountCents: number | bigint;
|
|
211
211
|
mta?: {
|
|
212
212
|
id: string;
|
|
213
|
-
balanceCents: bigint;
|
|
214
213
|
status: string;
|
|
215
|
-
|
|
216
|
-
|
|
214
|
+
isArchived: boolean;
|
|
215
|
+
createdAt: Date;
|
|
216
|
+
syncedAt: Date | null;
|
|
217
|
+
updatedAt: Date;
|
|
218
|
+
balanceCents: bigint;
|
|
219
|
+
country: string;
|
|
217
220
|
stateCode: string;
|
|
218
221
|
bankCode: string;
|
|
219
222
|
bsb: string;
|
|
220
223
|
accountNumber: string;
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
updatedAt: Date;
|
|
224
|
+
currentReceiveSeq: number;
|
|
225
|
+
currentPayoutSeq: number;
|
|
224
226
|
createdBy: string | null;
|
|
225
|
-
syncedAt: Date | null;
|
|
226
227
|
name: string;
|
|
227
|
-
country: string;
|
|
228
228
|
subsidiaryId: string;
|
|
229
229
|
updatedBy: string | null;
|
|
230
230
|
} | null | undefined;
|
|
@@ -243,29 +243,29 @@ export declare const payoutDetailRestResSchema: z.ZodObject<Omit<{
|
|
|
243
243
|
createdAt: Date;
|
|
244
244
|
updatedAt: Date;
|
|
245
245
|
createdBy: string;
|
|
246
|
-
sequence: number;
|
|
247
246
|
updatedBy: string | null;
|
|
247
|
+
sequence: number;
|
|
248
248
|
sourceAccountId: string;
|
|
249
249
|
payoutType: string;
|
|
250
250
|
sourceAccountType: string;
|
|
251
251
|
amountCents: number | bigint;
|
|
252
252
|
mta?: {
|
|
253
253
|
id: string;
|
|
254
|
-
balanceCents: bigint;
|
|
255
254
|
status: string;
|
|
256
|
-
|
|
257
|
-
|
|
255
|
+
isArchived: boolean;
|
|
256
|
+
createdAt: Date;
|
|
257
|
+
syncedAt: Date | null;
|
|
258
|
+
updatedAt: Date;
|
|
259
|
+
balanceCents: bigint;
|
|
260
|
+
country: string;
|
|
258
261
|
stateCode: string;
|
|
259
262
|
bankCode: string;
|
|
260
263
|
bsb: string;
|
|
261
264
|
accountNumber: string;
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
updatedAt: Date;
|
|
265
|
+
currentReceiveSeq: number;
|
|
266
|
+
currentPayoutSeq: number;
|
|
265
267
|
createdBy: string | null;
|
|
266
|
-
syncedAt: Date | null;
|
|
267
268
|
name: string;
|
|
268
|
-
country: string;
|
|
269
269
|
subsidiaryId: string;
|
|
270
270
|
updatedBy: string | null;
|
|
271
271
|
} | null | undefined;
|
|
@@ -15,25 +15,25 @@ export declare const projectEntitySchema: z.ZodObject<{
|
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
id: string;
|
|
17
17
|
status: string;
|
|
18
|
-
type: string;
|
|
19
18
|
isArchived: boolean;
|
|
20
19
|
createdAt: Date;
|
|
21
|
-
updatedAt: Date;
|
|
22
20
|
syncedAt: Date;
|
|
23
|
-
|
|
21
|
+
updatedAt: Date;
|
|
22
|
+
type: string;
|
|
24
23
|
mtaId: string | null;
|
|
24
|
+
name: string;
|
|
25
25
|
developerId: string;
|
|
26
26
|
state: AuStateCode;
|
|
27
27
|
}, {
|
|
28
28
|
id: string;
|
|
29
29
|
status: string;
|
|
30
|
-
type: string;
|
|
31
30
|
isArchived: boolean;
|
|
32
31
|
createdAt: Date;
|
|
33
|
-
updatedAt: Date;
|
|
34
32
|
syncedAt: Date;
|
|
35
|
-
|
|
33
|
+
updatedAt: Date;
|
|
34
|
+
type: string;
|
|
36
35
|
mtaId: string | null;
|
|
36
|
+
name: string;
|
|
37
37
|
developerId: string;
|
|
38
38
|
state: AuStateCode;
|
|
39
39
|
}>;
|