@mikemo-coposit/am-accounting-shared 0.0.7 → 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/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/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 +243 -127
- 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 +72 -72
- 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 +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/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +72 -72
- 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 +20 -22
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/index.d.ts +3 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -1
- 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/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/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 +210 -112
- 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 +72 -72
- 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 +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/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +72 -72
- 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 +20 -22
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/index.d.ts +3 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -1
- 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
- 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
|
@@ -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;
|
|
@@ -20,40 +20,40 @@ export declare const mtaRestResBaseSchema: z.ZodObject<{
|
|
|
20
20
|
bsb: z.ZodEffects<z.ZodString, string | null, string>;
|
|
21
21
|
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
|
-
id: string;
|
|
24
23
|
status: string;
|
|
24
|
+
id: string;
|
|
25
|
+
balanceCents: number;
|
|
26
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
27
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
25
28
|
isArchived: boolean;
|
|
26
29
|
createdBy: string | null;
|
|
27
30
|
createdAt: Date;
|
|
28
31
|
updatedAt: Date;
|
|
29
32
|
syncedAt: Date | null;
|
|
30
|
-
balanceCents: number;
|
|
31
33
|
name: string;
|
|
32
34
|
bsb: string | null;
|
|
33
35
|
accountNumber: string | null;
|
|
34
36
|
updatedBy: string | null;
|
|
35
37
|
country: string;
|
|
36
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
37
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
38
38
|
currentReceiveSeq: number;
|
|
39
39
|
currentPayoutSeq: number;
|
|
40
40
|
subsidiaryId: string;
|
|
41
41
|
}, {
|
|
42
|
-
id: string;
|
|
43
42
|
status: string;
|
|
43
|
+
id: string;
|
|
44
|
+
balanceCents: string | number | bigint;
|
|
45
|
+
stateCode: string;
|
|
46
|
+
bankCode: string;
|
|
44
47
|
isArchived: boolean;
|
|
45
48
|
createdBy: string | null;
|
|
46
49
|
createdAt: Date;
|
|
47
50
|
updatedAt: Date;
|
|
48
51
|
syncedAt: Date | null;
|
|
49
|
-
balanceCents: string | number | bigint;
|
|
50
52
|
name: string;
|
|
51
53
|
bsb: string;
|
|
52
54
|
accountNumber: string;
|
|
53
55
|
updatedBy: string | null;
|
|
54
56
|
country: string;
|
|
55
|
-
stateCode: string;
|
|
56
|
-
bankCode: string;
|
|
57
57
|
currentReceiveSeq: number;
|
|
58
58
|
currentPayoutSeq: number;
|
|
59
59
|
subsidiaryId: string;
|
|
@@ -100,8 +100,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
100
100
|
createdAt: z.ZodDate;
|
|
101
101
|
updatedAt: z.ZodDate;
|
|
102
102
|
}, "strip", z.ZodTypeAny, {
|
|
103
|
-
id: string;
|
|
104
103
|
status: string;
|
|
104
|
+
id: string;
|
|
105
105
|
isArchived: boolean;
|
|
106
106
|
createdAt: Date;
|
|
107
107
|
updatedAt: Date;
|
|
@@ -109,8 +109,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
109
109
|
providerCode: string;
|
|
110
110
|
settings: string;
|
|
111
111
|
}, {
|
|
112
|
-
id: string;
|
|
113
112
|
status: string;
|
|
113
|
+
id: string;
|
|
114
114
|
isArchived: boolean;
|
|
115
115
|
createdAt: Date;
|
|
116
116
|
updatedAt: Date;
|
|
@@ -138,40 +138,40 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
138
138
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
139
139
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
140
140
|
}, "strip", z.ZodTypeAny, {
|
|
141
|
-
id: string;
|
|
142
141
|
status: string;
|
|
142
|
+
id: string;
|
|
143
|
+
balanceCents: bigint;
|
|
144
|
+
stateCode: string;
|
|
145
|
+
bankCode: string;
|
|
143
146
|
isArchived: boolean;
|
|
144
147
|
createdBy: string | null;
|
|
145
148
|
createdAt: Date;
|
|
146
149
|
updatedAt: Date;
|
|
147
150
|
syncedAt: Date | null;
|
|
148
|
-
balanceCents: bigint;
|
|
149
151
|
name: string;
|
|
150
152
|
bsb: string;
|
|
151
153
|
accountNumber: string;
|
|
152
154
|
updatedBy: string | null;
|
|
153
155
|
country: string;
|
|
154
|
-
stateCode: string;
|
|
155
|
-
bankCode: string;
|
|
156
156
|
currentReceiveSeq: number;
|
|
157
157
|
currentPayoutSeq: number;
|
|
158
158
|
subsidiaryId: string;
|
|
159
159
|
}, {
|
|
160
|
-
id: string;
|
|
161
160
|
status: string;
|
|
161
|
+
id: string;
|
|
162
|
+
balanceCents: bigint;
|
|
163
|
+
stateCode: string;
|
|
164
|
+
bankCode: string;
|
|
162
165
|
isArchived: boolean;
|
|
163
166
|
createdBy: string | null;
|
|
164
167
|
createdAt: Date;
|
|
165
168
|
updatedAt: Date;
|
|
166
169
|
syncedAt: Date | null;
|
|
167
|
-
balanceCents: bigint;
|
|
168
170
|
name: string;
|
|
169
171
|
bsb: string;
|
|
170
172
|
accountNumber: string;
|
|
171
173
|
updatedBy: string | null;
|
|
172
174
|
country: string;
|
|
173
|
-
stateCode: string;
|
|
174
|
-
bankCode: string;
|
|
175
175
|
currentReceiveSeq: number;
|
|
176
176
|
currentPayoutSeq: number;
|
|
177
177
|
subsidiaryId: string;
|
|
@@ -220,8 +220,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
220
220
|
domainName: string;
|
|
221
221
|
}>>>>;
|
|
222
222
|
}, "strip", z.ZodTypeAny, {
|
|
223
|
-
id: string;
|
|
224
223
|
status: string;
|
|
224
|
+
id: string;
|
|
225
225
|
isArchived: boolean;
|
|
226
226
|
createdAt: Date;
|
|
227
227
|
updatedAt: Date;
|
|
@@ -236,21 +236,21 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
236
236
|
};
|
|
237
237
|
};
|
|
238
238
|
mta?: {
|
|
239
|
-
id: string;
|
|
240
239
|
status: string;
|
|
240
|
+
id: string;
|
|
241
|
+
balanceCents: bigint;
|
|
242
|
+
stateCode: string;
|
|
243
|
+
bankCode: string;
|
|
241
244
|
isArchived: boolean;
|
|
242
245
|
createdBy: string | null;
|
|
243
246
|
createdAt: Date;
|
|
244
247
|
updatedAt: Date;
|
|
245
248
|
syncedAt: Date | null;
|
|
246
|
-
balanceCents: bigint;
|
|
247
249
|
name: string;
|
|
248
250
|
bsb: string;
|
|
249
251
|
accountNumber: string;
|
|
250
252
|
updatedBy: string | null;
|
|
251
253
|
country: string;
|
|
252
|
-
stateCode: string;
|
|
253
|
-
bankCode: string;
|
|
254
254
|
currentReceiveSeq: number;
|
|
255
255
|
currentPayoutSeq: number;
|
|
256
256
|
subsidiaryId: string;
|
|
@@ -262,8 +262,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
262
262
|
domainName: string;
|
|
263
263
|
} | null | undefined;
|
|
264
264
|
paymentProvider?: {
|
|
265
|
-
id: string;
|
|
266
265
|
status: string;
|
|
266
|
+
id: string;
|
|
267
267
|
isArchived: boolean;
|
|
268
268
|
createdAt: Date;
|
|
269
269
|
updatedAt: Date;
|
|
@@ -272,8 +272,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
272
272
|
settings: string;
|
|
273
273
|
} | undefined;
|
|
274
274
|
}, {
|
|
275
|
-
id: string;
|
|
276
275
|
status: string;
|
|
276
|
+
id: string;
|
|
277
277
|
isArchived: boolean;
|
|
278
278
|
createdAt: Date;
|
|
279
279
|
updatedAt: Date;
|
|
@@ -282,29 +282,29 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
282
282
|
paymentProviderId: string;
|
|
283
283
|
account: string;
|
|
284
284
|
mta?: {
|
|
285
|
-
id: string;
|
|
286
285
|
status: string;
|
|
286
|
+
id: string;
|
|
287
|
+
balanceCents: bigint;
|
|
288
|
+
stateCode: string;
|
|
289
|
+
bankCode: string;
|
|
287
290
|
isArchived: boolean;
|
|
288
291
|
createdBy: string | null;
|
|
289
292
|
createdAt: Date;
|
|
290
293
|
updatedAt: Date;
|
|
291
294
|
syncedAt: Date | null;
|
|
292
|
-
balanceCents: bigint;
|
|
293
295
|
name: string;
|
|
294
296
|
bsb: string;
|
|
295
297
|
accountNumber: string;
|
|
296
298
|
updatedBy: string | null;
|
|
297
299
|
country: string;
|
|
298
|
-
stateCode: string;
|
|
299
|
-
bankCode: string;
|
|
300
300
|
currentReceiveSeq: number;
|
|
301
301
|
currentPayoutSeq: number;
|
|
302
302
|
subsidiaryId: string;
|
|
303
303
|
} | undefined;
|
|
304
304
|
floatAccount?: string | null | undefined;
|
|
305
305
|
paymentProvider?: {
|
|
306
|
-
id: string;
|
|
307
306
|
status: string;
|
|
307
|
+
id: string;
|
|
308
308
|
isArchived: boolean;
|
|
309
309
|
createdAt: Date;
|
|
310
310
|
updatedAt: Date;
|
|
@@ -328,8 +328,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
328
328
|
mtaId: z.ZodString;
|
|
329
329
|
closingDescription: z.ZodNullable<z.ZodString>;
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
|
-
id: string;
|
|
332
331
|
status: string;
|
|
332
|
+
id: string;
|
|
333
333
|
isArchived: boolean;
|
|
334
334
|
createdAt: Date;
|
|
335
335
|
updatedAt: Date;
|
|
@@ -342,8 +342,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
342
342
|
startDate: Date;
|
|
343
343
|
openingBalanceCents: bigint;
|
|
344
344
|
}, {
|
|
345
|
-
id: string;
|
|
346
345
|
status: string;
|
|
346
|
+
id: string;
|
|
347
347
|
isArchived: boolean;
|
|
348
348
|
createdAt: Date;
|
|
349
349
|
updatedAt: Date;
|
|
@@ -357,27 +357,27 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
357
357
|
openingBalanceCents: bigint;
|
|
358
358
|
}>, "many">>>;
|
|
359
359
|
}, "strip", z.ZodTypeAny, {
|
|
360
|
-
id: string;
|
|
361
360
|
status: string;
|
|
361
|
+
id: string;
|
|
362
|
+
balanceCents: number;
|
|
363
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
364
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
362
365
|
isArchived: boolean;
|
|
363
366
|
createdBy: string | null;
|
|
364
367
|
createdAt: Date;
|
|
365
368
|
updatedAt: Date;
|
|
366
369
|
syncedAt: Date | null;
|
|
367
|
-
balanceCents: number;
|
|
368
370
|
name: string;
|
|
369
371
|
bsb: string | null;
|
|
370
372
|
accountNumber: string | null;
|
|
371
373
|
updatedBy: string | null;
|
|
372
374
|
country: string;
|
|
373
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
374
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
375
375
|
currentReceiveSeq: number;
|
|
376
376
|
currentPayoutSeq: number;
|
|
377
377
|
subsidiaryId: string;
|
|
378
378
|
paymentMethods?: {
|
|
379
|
-
id: string;
|
|
380
379
|
status: string;
|
|
380
|
+
id: string;
|
|
381
381
|
isArchived: boolean;
|
|
382
382
|
createdAt: Date;
|
|
383
383
|
updatedAt: Date;
|
|
@@ -392,21 +392,21 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
392
392
|
};
|
|
393
393
|
};
|
|
394
394
|
mta?: {
|
|
395
|
-
id: string;
|
|
396
395
|
status: string;
|
|
396
|
+
id: string;
|
|
397
|
+
balanceCents: bigint;
|
|
398
|
+
stateCode: string;
|
|
399
|
+
bankCode: string;
|
|
397
400
|
isArchived: boolean;
|
|
398
401
|
createdBy: string | null;
|
|
399
402
|
createdAt: Date;
|
|
400
403
|
updatedAt: Date;
|
|
401
404
|
syncedAt: Date | null;
|
|
402
|
-
balanceCents: bigint;
|
|
403
405
|
name: string;
|
|
404
406
|
bsb: string;
|
|
405
407
|
accountNumber: string;
|
|
406
408
|
updatedBy: string | null;
|
|
407
409
|
country: string;
|
|
408
|
-
stateCode: string;
|
|
409
|
-
bankCode: string;
|
|
410
410
|
currentReceiveSeq: number;
|
|
411
411
|
currentPayoutSeq: number;
|
|
412
412
|
subsidiaryId: string;
|
|
@@ -418,8 +418,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
418
418
|
domainName: string;
|
|
419
419
|
} | null | undefined;
|
|
420
420
|
paymentProvider?: {
|
|
421
|
-
id: string;
|
|
422
421
|
status: string;
|
|
422
|
+
id: string;
|
|
423
423
|
isArchived: boolean;
|
|
424
424
|
createdAt: Date;
|
|
425
425
|
updatedAt: Date;
|
|
@@ -429,8 +429,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
429
429
|
} | undefined;
|
|
430
430
|
}[] | undefined;
|
|
431
431
|
accountPeriods?: {
|
|
432
|
-
id: string;
|
|
433
432
|
status: string;
|
|
433
|
+
id: string;
|
|
434
434
|
isArchived: boolean;
|
|
435
435
|
createdAt: Date;
|
|
436
436
|
updatedAt: Date;
|
|
@@ -444,27 +444,27 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
444
444
|
openingBalanceCents: bigint;
|
|
445
445
|
}[] | undefined;
|
|
446
446
|
}, {
|
|
447
|
-
id: string;
|
|
448
447
|
status: string;
|
|
448
|
+
id: string;
|
|
449
|
+
balanceCents: string | number | bigint;
|
|
450
|
+
stateCode: string;
|
|
451
|
+
bankCode: string;
|
|
449
452
|
isArchived: boolean;
|
|
450
453
|
createdBy: string | null;
|
|
451
454
|
createdAt: Date;
|
|
452
455
|
updatedAt: Date;
|
|
453
456
|
syncedAt: Date | null;
|
|
454
|
-
balanceCents: string | number | bigint;
|
|
455
457
|
name: string;
|
|
456
458
|
bsb: string;
|
|
457
459
|
accountNumber: string;
|
|
458
460
|
updatedBy: string | null;
|
|
459
461
|
country: string;
|
|
460
|
-
stateCode: string;
|
|
461
|
-
bankCode: string;
|
|
462
462
|
currentReceiveSeq: number;
|
|
463
463
|
currentPayoutSeq: number;
|
|
464
464
|
subsidiaryId: string;
|
|
465
465
|
paymentMethods?: {
|
|
466
|
-
id: string;
|
|
467
466
|
status: string;
|
|
467
|
+
id: string;
|
|
468
468
|
isArchived: boolean;
|
|
469
469
|
createdAt: Date;
|
|
470
470
|
updatedAt: Date;
|
|
@@ -473,29 +473,29 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
473
473
|
paymentProviderId: string;
|
|
474
474
|
account: string;
|
|
475
475
|
mta?: {
|
|
476
|
-
id: string;
|
|
477
476
|
status: string;
|
|
477
|
+
id: string;
|
|
478
|
+
balanceCents: bigint;
|
|
479
|
+
stateCode: string;
|
|
480
|
+
bankCode: string;
|
|
478
481
|
isArchived: boolean;
|
|
479
482
|
createdBy: string | null;
|
|
480
483
|
createdAt: Date;
|
|
481
484
|
updatedAt: Date;
|
|
482
485
|
syncedAt: Date | null;
|
|
483
|
-
balanceCents: bigint;
|
|
484
486
|
name: string;
|
|
485
487
|
bsb: string;
|
|
486
488
|
accountNumber: string;
|
|
487
489
|
updatedBy: string | null;
|
|
488
490
|
country: string;
|
|
489
|
-
stateCode: string;
|
|
490
|
-
bankCode: string;
|
|
491
491
|
currentReceiveSeq: number;
|
|
492
492
|
currentPayoutSeq: number;
|
|
493
493
|
subsidiaryId: string;
|
|
494
494
|
} | undefined;
|
|
495
495
|
floatAccount?: string | null | undefined;
|
|
496
496
|
paymentProvider?: {
|
|
497
|
-
id: string;
|
|
498
497
|
status: string;
|
|
498
|
+
id: string;
|
|
499
499
|
isArchived: boolean;
|
|
500
500
|
createdAt: Date;
|
|
501
501
|
updatedAt: Date;
|
|
@@ -505,8 +505,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
505
505
|
} | undefined;
|
|
506
506
|
}[] | undefined;
|
|
507
507
|
accountPeriods?: {
|
|
508
|
-
id: string;
|
|
509
508
|
status: string;
|
|
509
|
+
id: string;
|
|
510
510
|
isArchived: boolean;
|
|
511
511
|
createdAt: Date;
|
|
512
512
|
updatedAt: Date;
|
|
@@ -566,8 +566,8 @@ export declare const mtaListItemRestResSchema: z.ZodObject<{
|
|
|
566
566
|
currentReconciledBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
567
567
|
currentVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
568
568
|
}, "strip", z.ZodTypeAny, {
|
|
569
|
-
id: string;
|
|
570
569
|
status: string;
|
|
570
|
+
id: string;
|
|
571
571
|
isArchived: boolean;
|
|
572
572
|
createdBy: string;
|
|
573
573
|
createdAt: Date;
|
|
@@ -588,8 +588,8 @@ export declare const mtaListItemRestResSchema: z.ZodObject<{
|
|
|
588
588
|
currentReconciledBalanceCents?: number | null | undefined;
|
|
589
589
|
currentVarianceCents?: number | null | undefined;
|
|
590
590
|
}, {
|
|
591
|
-
id: string;
|
|
592
591
|
status: string;
|
|
592
|
+
id: string;
|
|
593
593
|
isArchived: boolean;
|
|
594
594
|
createdBy: string;
|
|
595
595
|
createdAt: Date;
|
|
@@ -611,27 +611,27 @@ export declare const mtaListItemRestResSchema: z.ZodObject<{
|
|
|
611
611
|
currentVarianceCents?: string | number | bigint | null | undefined;
|
|
612
612
|
}>>>>;
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
|
-
id: string;
|
|
615
614
|
status: string;
|
|
615
|
+
id: string;
|
|
616
|
+
balanceCents: number;
|
|
617
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
618
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
616
619
|
isArchived: boolean;
|
|
617
620
|
createdBy: string | null;
|
|
618
621
|
createdAt: Date;
|
|
619
622
|
updatedAt: Date;
|
|
620
623
|
syncedAt: Date | null;
|
|
621
|
-
balanceCents: number;
|
|
622
624
|
name: string;
|
|
623
625
|
bsb: string | null;
|
|
624
626
|
accountNumber: string | null;
|
|
625
627
|
updatedBy: string | null;
|
|
626
628
|
country: string;
|
|
627
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
628
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
629
629
|
currentReceiveSeq: number;
|
|
630
630
|
currentPayoutSeq: number;
|
|
631
631
|
subsidiaryId: string;
|
|
632
632
|
currentReconciliation?: {
|
|
633
|
-
id: string;
|
|
634
633
|
status: string;
|
|
634
|
+
id: string;
|
|
635
635
|
isArchived: boolean;
|
|
636
636
|
createdBy: string;
|
|
637
637
|
createdAt: Date;
|
|
@@ -653,27 +653,27 @@ export declare const mtaListItemRestResSchema: z.ZodObject<{
|
|
|
653
653
|
currentVarianceCents?: number | null | undefined;
|
|
654
654
|
} | null | undefined;
|
|
655
655
|
}, {
|
|
656
|
-
id: string;
|
|
657
656
|
status: string;
|
|
657
|
+
id: string;
|
|
658
|
+
balanceCents: string | number | bigint;
|
|
659
|
+
stateCode: string;
|
|
660
|
+
bankCode: string;
|
|
658
661
|
isArchived: boolean;
|
|
659
662
|
createdBy: string | null;
|
|
660
663
|
createdAt: Date;
|
|
661
664
|
updatedAt: Date;
|
|
662
665
|
syncedAt: Date | null;
|
|
663
|
-
balanceCents: string | number | bigint;
|
|
664
666
|
name: string;
|
|
665
667
|
bsb: string;
|
|
666
668
|
accountNumber: string;
|
|
667
669
|
updatedBy: string | null;
|
|
668
670
|
country: string;
|
|
669
|
-
stateCode: string;
|
|
670
|
-
bankCode: string;
|
|
671
671
|
currentReceiveSeq: number;
|
|
672
672
|
currentPayoutSeq: number;
|
|
673
673
|
subsidiaryId: string;
|
|
674
674
|
currentReconciliation?: {
|
|
675
|
-
id: string;
|
|
676
675
|
status: string;
|
|
676
|
+
id: string;
|
|
677
677
|
isArchived: boolean;
|
|
678
678
|
createdBy: string;
|
|
679
679
|
createdAt: Date;
|