@mikemo-coposit/am-accounting-shared 0.0.7 → 0.0.9
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-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/common/account-type.constant.d.ts +5 -0
- package/dist/cjs/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/index.d.ts +1 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/index.d.ts +1 -1
- package/dist/cjs/constants/report/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/cjs/index.js +420 -248
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +130 -130
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma/index.d.ts +1 -0
- package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +695 -695
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +172 -172
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +440 -440
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +112 -112
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
- 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 +4 -4
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +700 -700
- 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 +78 -78
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- 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 +324 -324
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- 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.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +117 -114
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +2806 -2806
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +6625 -6625
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1301 -1301
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +550 -550
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +22 -24
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/index.d.ts +8 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -1
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
- package/dist/cjs/utils/property.util.d.ts +1 -1
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
- package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/index.d.ts +1 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/report/common/index.d.ts +1 -1
- package/dist/esm/constants/report/common/index.d.ts.map +1 -1
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/esm/index.mjs +251 -130
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +130 -130
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/esm/schemas/cma/index.d.ts +1 -0
- package/dist/esm/schemas/cma/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +695 -695
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +172 -172
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +440 -440
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +112 -112
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
- 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 +4 -4
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +700 -700
- 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 +78 -78
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- 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 +324 -324
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- 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.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +117 -114
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +2806 -2806
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +6625 -6625
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +1301 -1301
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/esm/schemas/property/property.rest.schema.d.ts +550 -550
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +22 -24
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/index.d.ts +8 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -1
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
- package/dist/esm/utils/property.util.d.ts +1 -1
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/package.json +18 -26
- package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
- package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
- package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
- package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
|
@@ -19,8 +19,8 @@ export declare const mtaPaymentMethodRestResSchema: z.ZodObject<{
|
|
|
19
19
|
createdAt: z.ZodDate;
|
|
20
20
|
updatedAt: z.ZodDate;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
|
-
id: string;
|
|
23
22
|
status: string;
|
|
23
|
+
id: string;
|
|
24
24
|
isArchived: boolean;
|
|
25
25
|
createdAt: Date;
|
|
26
26
|
updatedAt: Date;
|
|
@@ -28,8 +28,8 @@ export declare const mtaPaymentMethodRestResSchema: z.ZodObject<{
|
|
|
28
28
|
providerCode: string;
|
|
29
29
|
settings: string;
|
|
30
30
|
}, {
|
|
31
|
-
id: string;
|
|
32
31
|
status: string;
|
|
32
|
+
id: string;
|
|
33
33
|
isArchived: boolean;
|
|
34
34
|
createdAt: Date;
|
|
35
35
|
updatedAt: Date;
|
|
@@ -57,40 +57,40 @@ export declare const mtaPaymentMethodRestResSchema: z.ZodObject<{
|
|
|
57
57
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
58
58
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
59
59
|
}, "strip", z.ZodTypeAny, {
|
|
60
|
-
id: string;
|
|
61
60
|
status: string;
|
|
61
|
+
id: string;
|
|
62
|
+
balanceCents: bigint;
|
|
63
|
+
stateCode: string;
|
|
64
|
+
bankCode: string;
|
|
62
65
|
isArchived: boolean;
|
|
63
66
|
createdBy: string | null;
|
|
64
67
|
createdAt: Date;
|
|
65
68
|
updatedAt: Date;
|
|
66
69
|
syncedAt: Date | null;
|
|
67
|
-
balanceCents: bigint;
|
|
68
70
|
name: string;
|
|
69
71
|
bsb: string;
|
|
70
72
|
accountNumber: string;
|
|
71
73
|
updatedBy: string | null;
|
|
72
74
|
country: string;
|
|
73
|
-
stateCode: string;
|
|
74
|
-
bankCode: string;
|
|
75
75
|
currentReceiveSeq: number;
|
|
76
76
|
currentPayoutSeq: number;
|
|
77
77
|
subsidiaryId: string;
|
|
78
78
|
}, {
|
|
79
|
-
id: string;
|
|
80
79
|
status: string;
|
|
80
|
+
id: string;
|
|
81
|
+
balanceCents: bigint;
|
|
82
|
+
stateCode: string;
|
|
83
|
+
bankCode: string;
|
|
81
84
|
isArchived: boolean;
|
|
82
85
|
createdBy: string | null;
|
|
83
86
|
createdAt: Date;
|
|
84
87
|
updatedAt: Date;
|
|
85
88
|
syncedAt: Date | null;
|
|
86
|
-
balanceCents: bigint;
|
|
87
89
|
name: string;
|
|
88
90
|
bsb: string;
|
|
89
91
|
accountNumber: string;
|
|
90
92
|
updatedBy: string | null;
|
|
91
93
|
country: string;
|
|
92
|
-
stateCode: string;
|
|
93
|
-
bankCode: string;
|
|
94
94
|
currentReceiveSeq: number;
|
|
95
95
|
currentPayoutSeq: number;
|
|
96
96
|
subsidiaryId: string;
|
|
@@ -139,8 +139,8 @@ export declare const mtaPaymentMethodRestResSchema: z.ZodObject<{
|
|
|
139
139
|
domainName: string;
|
|
140
140
|
}>>>>;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
142
|
-
id: string;
|
|
143
142
|
status: string;
|
|
143
|
+
id: string;
|
|
144
144
|
isArchived: boolean;
|
|
145
145
|
createdAt: Date;
|
|
146
146
|
updatedAt: Date;
|
|
@@ -155,21 +155,21 @@ export declare const mtaPaymentMethodRestResSchema: z.ZodObject<{
|
|
|
155
155
|
};
|
|
156
156
|
};
|
|
157
157
|
mta?: {
|
|
158
|
-
id: string;
|
|
159
158
|
status: string;
|
|
159
|
+
id: string;
|
|
160
|
+
balanceCents: bigint;
|
|
161
|
+
stateCode: string;
|
|
162
|
+
bankCode: string;
|
|
160
163
|
isArchived: boolean;
|
|
161
164
|
createdBy: string | null;
|
|
162
165
|
createdAt: Date;
|
|
163
166
|
updatedAt: Date;
|
|
164
167
|
syncedAt: Date | null;
|
|
165
|
-
balanceCents: bigint;
|
|
166
168
|
name: string;
|
|
167
169
|
bsb: string;
|
|
168
170
|
accountNumber: string;
|
|
169
171
|
updatedBy: string | null;
|
|
170
172
|
country: string;
|
|
171
|
-
stateCode: string;
|
|
172
|
-
bankCode: string;
|
|
173
173
|
currentReceiveSeq: number;
|
|
174
174
|
currentPayoutSeq: number;
|
|
175
175
|
subsidiaryId: string;
|
|
@@ -181,8 +181,8 @@ export declare const mtaPaymentMethodRestResSchema: z.ZodObject<{
|
|
|
181
181
|
domainName: string;
|
|
182
182
|
} | null | undefined;
|
|
183
183
|
paymentProvider?: {
|
|
184
|
-
id: string;
|
|
185
184
|
status: string;
|
|
185
|
+
id: string;
|
|
186
186
|
isArchived: boolean;
|
|
187
187
|
createdAt: Date;
|
|
188
188
|
updatedAt: Date;
|
|
@@ -191,8 +191,8 @@ export declare const mtaPaymentMethodRestResSchema: z.ZodObject<{
|
|
|
191
191
|
settings: string;
|
|
192
192
|
} | undefined;
|
|
193
193
|
}, {
|
|
194
|
-
id: string;
|
|
195
194
|
status: string;
|
|
195
|
+
id: string;
|
|
196
196
|
isArchived: boolean;
|
|
197
197
|
createdAt: Date;
|
|
198
198
|
updatedAt: Date;
|
|
@@ -201,29 +201,29 @@ export declare const mtaPaymentMethodRestResSchema: z.ZodObject<{
|
|
|
201
201
|
paymentProviderId: string;
|
|
202
202
|
account: string;
|
|
203
203
|
mta?: {
|
|
204
|
-
id: string;
|
|
205
204
|
status: string;
|
|
205
|
+
id: string;
|
|
206
|
+
balanceCents: bigint;
|
|
207
|
+
stateCode: string;
|
|
208
|
+
bankCode: string;
|
|
206
209
|
isArchived: boolean;
|
|
207
210
|
createdBy: string | null;
|
|
208
211
|
createdAt: Date;
|
|
209
212
|
updatedAt: Date;
|
|
210
213
|
syncedAt: Date | null;
|
|
211
|
-
balanceCents: bigint;
|
|
212
214
|
name: string;
|
|
213
215
|
bsb: string;
|
|
214
216
|
accountNumber: string;
|
|
215
217
|
updatedBy: string | null;
|
|
216
218
|
country: string;
|
|
217
|
-
stateCode: string;
|
|
218
|
-
bankCode: string;
|
|
219
219
|
currentReceiveSeq: number;
|
|
220
220
|
currentPayoutSeq: number;
|
|
221
221
|
subsidiaryId: string;
|
|
222
222
|
} | undefined;
|
|
223
223
|
floatAccount?: string | null | undefined;
|
|
224
224
|
paymentProvider?: {
|
|
225
|
-
id: string;
|
|
226
225
|
status: string;
|
|
226
|
+
id: string;
|
|
227
227
|
isArchived: boolean;
|
|
228
228
|
createdAt: Date;
|
|
229
229
|
updatedAt: Date;
|
package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts
CHANGED
|
@@ -11,22 +11,22 @@ export declare const mtaReconciledTransactionEntitySchema: z.ZodObject<{
|
|
|
11
11
|
createdAt: z.ZodDate;
|
|
12
12
|
updatedAt: z.ZodDate;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
status: string;
|
|
14
15
|
id: string;
|
|
15
16
|
accountPeriodId: string | null;
|
|
16
17
|
reconciledByReconciliationId: string;
|
|
17
18
|
reconciledAt: Date;
|
|
18
|
-
status: string;
|
|
19
19
|
isArchived: boolean;
|
|
20
20
|
createdBy: string;
|
|
21
21
|
createdAt: Date;
|
|
22
22
|
updatedAt: Date;
|
|
23
23
|
mtaTransactionId: string;
|
|
24
24
|
}, {
|
|
25
|
+
status: string;
|
|
25
26
|
id: string;
|
|
26
27
|
accountPeriodId: string | null;
|
|
27
28
|
reconciledByReconciliationId: string;
|
|
28
29
|
reconciledAt: Date;
|
|
29
|
-
status: string;
|
|
30
30
|
isArchived: boolean;
|
|
31
31
|
createdBy: string;
|
|
32
32
|
createdAt: Date;
|