@mikemo-coposit/am-accounting-shared 0.0.6 → 0.0.8
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-transaction-type.constant.d.ts +2 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-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/index.d.ts +1 -0
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +2 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/index.d.ts +3 -0
- package/dist/cjs/constants/report/common/index.d.ts.map +1 -0
- 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/constants/report/common/report-group-type.constant.d.ts +5 -0
- package/dist/cjs/constants/report/common/report-group-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/report/index.d.ts +2 -0
- package/dist/cjs/constants/report/index.d.ts.map +1 -0
- package/dist/cjs/index.js +308 -104
- 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 +90 -90
- 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 +328 -328
- 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 +112 -112
- 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 +240 -240
- 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 +73 -72
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/index.d.ts +4 -0
- package/dist/cjs/schemas/common/date/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/index.d.ts +1 -0
- package/dist/cjs/schemas/common/index.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/index.d.ts +1 -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 +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 +328 -328
- 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 +204 -204
- 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 +1 -0
- 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 +73 -72
- 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 +1446 -1446
- 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 +3539 -3539
- 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 +732 -732
- 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 +303 -303
- 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 +34 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/index.d.ts +5 -0
- package/dist/cjs/schemas/report/index.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/trust-trial.rest.schema.d.ts +53 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-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/index.d.ts +1 -0
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +2 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/report/common/index.d.ts +3 -0
- package/dist/esm/constants/report/common/index.d.ts.map +1 -0
- 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/constants/report/common/report-group-type.constant.d.ts +5 -0
- package/dist/esm/constants/report/common/report-group-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/report/index.d.ts +2 -0
- package/dist/esm/constants/report/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +257 -92
- 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 +90 -90
- 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 +328 -328
- 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 +112 -112
- 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 +240 -240
- 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 +73 -72
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/index.d.ts +4 -0
- package/dist/esm/schemas/common/date/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/index.d.ts +1 -0
- package/dist/esm/schemas/common/index.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/index.d.ts +1 -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 +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 +328 -328
- 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 +204 -204
- 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 +1 -0
- 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 +73 -72
- 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 +1446 -1446
- 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 +3539 -3539
- 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 +732 -732
- 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 +303 -303
- 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 +34 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/index.d.ts +5 -0
- package/dist/esm/schemas/report/index.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/trust-trial.rest.schema.d.ts +53 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
- package/package.json +1 -1
|
@@ -19,9 +19,9 @@ export declare const createMenuRestReqSchema: z.ZodObject<{
|
|
|
19
19
|
readonly DISABLED: "disabled";
|
|
20
20
|
}>>;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
|
-
status: "active" | "disabled";
|
|
23
22
|
type: "directory" | "menu" | "permission";
|
|
24
23
|
sort: number;
|
|
24
|
+
status: "active" | "disabled";
|
|
25
25
|
label: string;
|
|
26
26
|
show: boolean;
|
|
27
27
|
permissionKey: string;
|
|
@@ -34,9 +34,9 @@ export declare const createMenuRestReqSchema: z.ZodObject<{
|
|
|
34
34
|
type: "directory" | "menu" | "permission";
|
|
35
35
|
label: string;
|
|
36
36
|
permissionKey: string;
|
|
37
|
-
status?: "active" | "disabled" | undefined;
|
|
38
37
|
path?: string | undefined;
|
|
39
38
|
sort?: number | undefined;
|
|
39
|
+
status?: "active" | "disabled" | undefined;
|
|
40
40
|
parentId?: string | undefined;
|
|
41
41
|
title?: string | undefined;
|
|
42
42
|
section?: string | undefined;
|
|
@@ -24,12 +24,12 @@ export declare const menuSchema: z.ZodObject<{
|
|
|
24
24
|
updatedAt: z.ZodDate;
|
|
25
25
|
isArchived: z.ZodBoolean;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
|
|
27
|
+
type: "directory" | "menu" | "permission";
|
|
28
28
|
status: "active" | "disabled";
|
|
29
|
+
id: string;
|
|
29
30
|
isArchived: boolean;
|
|
30
31
|
createdAt: Date;
|
|
31
32
|
updatedAt: Date;
|
|
32
|
-
type: "directory" | "menu" | "permission";
|
|
33
33
|
label: string;
|
|
34
34
|
path?: string | null | undefined;
|
|
35
35
|
sort?: number | null | undefined;
|
|
@@ -41,12 +41,12 @@ export declare const menuSchema: z.ZodObject<{
|
|
|
41
41
|
permissionKey?: string | null | undefined;
|
|
42
42
|
absolutePath?: string | null | undefined;
|
|
43
43
|
}, {
|
|
44
|
-
|
|
44
|
+
type: "directory" | "menu" | "permission";
|
|
45
45
|
status: "active" | "disabled";
|
|
46
|
+
id: string;
|
|
46
47
|
isArchived: boolean;
|
|
47
48
|
createdAt: Date;
|
|
48
49
|
updatedAt: Date;
|
|
49
|
-
type: "directory" | "menu" | "permission";
|
|
50
50
|
label: string;
|
|
51
51
|
path?: string | null | undefined;
|
|
52
52
|
sort?: number | null | undefined;
|
|
@@ -108,12 +108,12 @@ export declare const menuRestResSchema: z.ZodObject<{
|
|
|
108
108
|
updatedAt: z.ZodDate;
|
|
109
109
|
isArchived: z.ZodBoolean;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
|
-
|
|
111
|
+
type: "directory" | "menu" | "permission";
|
|
112
112
|
status: "active" | "disabled";
|
|
113
|
+
id: string;
|
|
113
114
|
isArchived: boolean;
|
|
114
115
|
createdAt: Date;
|
|
115
116
|
updatedAt: Date;
|
|
116
|
-
type: "directory" | "menu" | "permission";
|
|
117
117
|
label: string;
|
|
118
118
|
path?: string | null | undefined;
|
|
119
119
|
sort?: number | null | undefined;
|
|
@@ -125,12 +125,12 @@ export declare const menuRestResSchema: z.ZodObject<{
|
|
|
125
125
|
permissionKey?: string | null | undefined;
|
|
126
126
|
absolutePath?: string | null | undefined;
|
|
127
127
|
}, {
|
|
128
|
-
|
|
128
|
+
type: "directory" | "menu" | "permission";
|
|
129
129
|
status: "active" | "disabled";
|
|
130
|
+
id: string;
|
|
130
131
|
isArchived: boolean;
|
|
131
132
|
createdAt: Date;
|
|
132
133
|
updatedAt: Date;
|
|
133
|
-
type: "directory" | "menu" | "permission";
|
|
134
134
|
label: string;
|
|
135
135
|
path?: string | null | undefined;
|
|
136
136
|
sort?: number | null | undefined;
|
|
@@ -143,12 +143,12 @@ export declare const menuRestResSchema: z.ZodObject<{
|
|
|
143
143
|
absolutePath?: string | null | undefined;
|
|
144
144
|
}>, "many">>;
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
146
|
-
|
|
146
|
+
type: "directory" | "menu" | "permission";
|
|
147
147
|
status: "active" | "disabled";
|
|
148
|
+
id: string;
|
|
148
149
|
isArchived: boolean;
|
|
149
150
|
createdAt: Date;
|
|
150
151
|
updatedAt: Date;
|
|
151
|
-
type: "directory" | "menu" | "permission";
|
|
152
152
|
label: string;
|
|
153
153
|
path?: string | null | undefined;
|
|
154
154
|
sort?: number | null | undefined;
|
|
@@ -160,12 +160,12 @@ export declare const menuRestResSchema: z.ZodObject<{
|
|
|
160
160
|
permissionKey?: string | null | undefined;
|
|
161
161
|
absolutePath?: string | null | undefined;
|
|
162
162
|
children?: {
|
|
163
|
-
|
|
163
|
+
type: "directory" | "menu" | "permission";
|
|
164
164
|
status: "active" | "disabled";
|
|
165
|
+
id: string;
|
|
165
166
|
isArchived: boolean;
|
|
166
167
|
createdAt: Date;
|
|
167
168
|
updatedAt: Date;
|
|
168
|
-
type: "directory" | "menu" | "permission";
|
|
169
169
|
label: string;
|
|
170
170
|
path?: string | null | undefined;
|
|
171
171
|
sort?: number | null | undefined;
|
|
@@ -178,12 +178,12 @@ export declare const menuRestResSchema: z.ZodObject<{
|
|
|
178
178
|
absolutePath?: string | null | undefined;
|
|
179
179
|
}[] | undefined;
|
|
180
180
|
}, {
|
|
181
|
-
|
|
181
|
+
type: "directory" | "menu" | "permission";
|
|
182
182
|
status: "active" | "disabled";
|
|
183
|
+
id: string;
|
|
183
184
|
isArchived: boolean;
|
|
184
185
|
createdAt: Date;
|
|
185
186
|
updatedAt: Date;
|
|
186
|
-
type: "directory" | "menu" | "permission";
|
|
187
187
|
label: string;
|
|
188
188
|
path?: string | null | undefined;
|
|
189
189
|
sort?: number | null | undefined;
|
|
@@ -195,12 +195,12 @@ export declare const menuRestResSchema: z.ZodObject<{
|
|
|
195
195
|
permissionKey?: string | null | undefined;
|
|
196
196
|
absolutePath?: string | null | undefined;
|
|
197
197
|
children?: {
|
|
198
|
-
|
|
198
|
+
type: "directory" | "menu" | "permission";
|
|
199
199
|
status: "active" | "disabled";
|
|
200
|
+
id: string;
|
|
200
201
|
isArchived: boolean;
|
|
201
202
|
createdAt: Date;
|
|
202
203
|
updatedAt: Date;
|
|
203
|
-
type: "directory" | "menu" | "permission";
|
|
204
204
|
label: string;
|
|
205
205
|
path?: string | null | undefined;
|
|
206
206
|
sort?: number | null | undefined;
|
|
@@ -21,10 +21,10 @@ export declare const updateMenuRestReqSchema: z.ZodObject<{
|
|
|
21
21
|
} & {
|
|
22
22
|
id: z.ZodString;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
id: string;
|
|
25
|
-
status: "active" | "disabled";
|
|
26
24
|
type: "directory" | "menu" | "permission";
|
|
27
25
|
sort: number;
|
|
26
|
+
status: "active" | "disabled";
|
|
27
|
+
id: string;
|
|
28
28
|
label: string;
|
|
29
29
|
show: boolean;
|
|
30
30
|
permissionKey: string;
|
|
@@ -34,13 +34,13 @@ export declare const updateMenuRestReqSchema: z.ZodObject<{
|
|
|
34
34
|
section?: string | undefined;
|
|
35
35
|
icon?: string | undefined;
|
|
36
36
|
}, {
|
|
37
|
-
id: string;
|
|
38
37
|
type: "directory" | "menu" | "permission";
|
|
38
|
+
id: string;
|
|
39
39
|
label: string;
|
|
40
40
|
permissionKey: string;
|
|
41
|
-
status?: "active" | "disabled" | undefined;
|
|
42
41
|
path?: string | undefined;
|
|
43
42
|
sort?: number | undefined;
|
|
43
|
+
status?: "active" | "disabled" | undefined;
|
|
44
44
|
parentId?: string | undefined;
|
|
45
45
|
title?: string | undefined;
|
|
46
46
|
section?: string | undefined;
|
|
@@ -13,24 +13,24 @@ export declare const createMtaRestReqSchema: z.ZodObject<{
|
|
|
13
13
|
payIdProviderCode: z.ZodNativeEnum<typeof PaymentProviderCode>;
|
|
14
14
|
zeptoBankAccountId: z.ZodString;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
+
stateCode: AuStateCode;
|
|
17
|
+
bankCode: AuTrustAccountBankCode;
|
|
16
18
|
name: string;
|
|
17
19
|
bsb: string;
|
|
18
20
|
accountNumber: string;
|
|
19
21
|
country: "Australia";
|
|
20
|
-
stateCode: AuStateCode;
|
|
21
|
-
bankCode: AuTrustAccountBankCode;
|
|
22
22
|
directDebitBankAccountId: string;
|
|
23
23
|
directDebitProviderCode: PaymentProviderCode;
|
|
24
24
|
payIdBankAccountId: string;
|
|
25
25
|
payIdProviderCode: PaymentProviderCode;
|
|
26
26
|
zeptoBankAccountId: string;
|
|
27
27
|
}, {
|
|
28
|
+
stateCode: AuStateCode;
|
|
29
|
+
bankCode: AuTrustAccountBankCode;
|
|
28
30
|
name: string;
|
|
29
31
|
bsb: string;
|
|
30
32
|
accountNumber: string;
|
|
31
33
|
country: string;
|
|
32
|
-
stateCode: AuStateCode;
|
|
33
|
-
bankCode: AuTrustAccountBankCode;
|
|
34
34
|
directDebitBankAccountId: string;
|
|
35
35
|
directDebitProviderCode: PaymentProviderCode;
|
|
36
36
|
payIdBankAccountId: string;
|
|
@@ -19,40 +19,40 @@ export declare const mtaEntitySchema: z.ZodObject<{
|
|
|
19
19
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
20
20
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
|
-
id: string;
|
|
23
22
|
status: string;
|
|
23
|
+
id: string;
|
|
24
|
+
balanceCents: bigint;
|
|
25
|
+
stateCode: string;
|
|
26
|
+
bankCode: string;
|
|
24
27
|
isArchived: boolean;
|
|
25
28
|
createdBy: string | null;
|
|
26
29
|
createdAt: Date;
|
|
27
30
|
updatedAt: Date;
|
|
28
31
|
syncedAt: Date | null;
|
|
29
|
-
balanceCents: bigint;
|
|
30
32
|
name: string;
|
|
31
33
|
bsb: string;
|
|
32
34
|
accountNumber: string;
|
|
33
35
|
updatedBy: string | null;
|
|
34
36
|
country: string;
|
|
35
|
-
stateCode: string;
|
|
36
|
-
bankCode: string;
|
|
37
37
|
currentReceiveSeq: number;
|
|
38
38
|
currentPayoutSeq: number;
|
|
39
39
|
subsidiaryId: string;
|
|
40
40
|
}, {
|
|
41
|
-
id: string;
|
|
42
41
|
status: string;
|
|
42
|
+
id: string;
|
|
43
|
+
balanceCents: bigint;
|
|
44
|
+
stateCode: string;
|
|
45
|
+
bankCode: string;
|
|
43
46
|
isArchived: boolean;
|
|
44
47
|
createdBy: string | null;
|
|
45
48
|
createdAt: Date;
|
|
46
49
|
updatedAt: Date;
|
|
47
50
|
syncedAt: Date | null;
|
|
48
|
-
balanceCents: bigint;
|
|
49
51
|
name: string;
|
|
50
52
|
bsb: string;
|
|
51
53
|
accountNumber: string;
|
|
52
54
|
updatedBy: string | null;
|
|
53
55
|
country: string;
|
|
54
|
-
stateCode: string;
|
|
55
|
-
bankCode: string;
|
|
56
56
|
currentReceiveSeq: number;
|
|
57
57
|
currentPayoutSeq: number;
|
|
58
58
|
subsidiaryId: string;
|