@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
|
@@ -34,14 +34,14 @@ export declare const payoutSearchRestReqSchema: z.ZodObject<{
|
|
|
34
34
|
string_starts_with: z.ZodOptional<z.ZodString>;
|
|
35
35
|
string_ends_with: z.ZodOptional<z.ZodString>;
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
|
-
path?: string[] | undefined;
|
|
38
37
|
equals?: string | undefined;
|
|
38
|
+
path?: string[] | undefined;
|
|
39
39
|
string_contains?: string | undefined;
|
|
40
40
|
string_starts_with?: string | undefined;
|
|
41
41
|
string_ends_with?: string | undefined;
|
|
42
42
|
}, {
|
|
43
|
-
path?: string[] | undefined;
|
|
44
43
|
equals?: string | undefined;
|
|
44
|
+
path?: string[] | undefined;
|
|
45
45
|
string_contains?: string | undefined;
|
|
46
46
|
string_starts_with?: string | undefined;
|
|
47
47
|
string_ends_with?: string | undefined;
|
|
@@ -185,8 +185,8 @@ export declare const payoutSearchRestReqSchema: z.ZodObject<{
|
|
|
185
185
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
186
186
|
}) | undefined;
|
|
187
187
|
provisionDetails?: {
|
|
188
|
-
path?: string[] | undefined;
|
|
189
188
|
equals?: string | undefined;
|
|
189
|
+
path?: string[] | undefined;
|
|
190
190
|
string_contains?: string | undefined;
|
|
191
191
|
string_starts_with?: string | undefined;
|
|
192
192
|
string_ends_with?: string | undefined;
|
|
@@ -249,8 +249,8 @@ export declare const payoutSearchRestReqSchema: z.ZodObject<{
|
|
|
249
249
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
250
250
|
}) | undefined;
|
|
251
251
|
provisionDetails?: {
|
|
252
|
-
path?: string[] | undefined;
|
|
253
252
|
equals?: string | undefined;
|
|
253
|
+
path?: string[] | undefined;
|
|
254
254
|
string_contains?: string | undefined;
|
|
255
255
|
string_starts_with?: string | undefined;
|
|
256
256
|
string_ends_with?: string | undefined;
|
|
@@ -334,8 +334,8 @@ export declare const payoutEntitySchema: z.ZodObject<{
|
|
|
334
334
|
canceledBy: z.ZodNullable<z.ZodString>;
|
|
335
335
|
canceledReason: z.ZodNullable<z.ZodString>;
|
|
336
336
|
}, "strip", z.ZodTypeAny, {
|
|
337
|
-
id: string;
|
|
338
337
|
status: string;
|
|
338
|
+
id: string;
|
|
339
339
|
isArchived: boolean;
|
|
340
340
|
createdBy: string;
|
|
341
341
|
createdAt: Date;
|
|
@@ -394,8 +394,8 @@ export declare const payoutEntitySchema: z.ZodObject<{
|
|
|
394
394
|
[k: string]: unknown;
|
|
395
395
|
};
|
|
396
396
|
}, {
|
|
397
|
-
id: string;
|
|
398
397
|
status: string;
|
|
398
|
+
id: string;
|
|
399
399
|
isArchived: boolean;
|
|
400
400
|
createdBy: string;
|
|
401
401
|
createdAt: Date;
|
|
@@ -7,13 +7,13 @@ export declare const basePayoutItemShape: z.ZodObject<{
|
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
targetAccountType: "CMA" | "BANK";
|
|
9
9
|
accountId: string;
|
|
10
|
-
description?: string | null | undefined;
|
|
11
10
|
propertyId?: string | null | undefined;
|
|
11
|
+
description?: string | null | undefined;
|
|
12
12
|
}, {
|
|
13
13
|
targetAccountType: "CMA" | "BANK";
|
|
14
14
|
accountId: string;
|
|
15
|
-
description?: string | null | undefined;
|
|
16
15
|
propertyId?: string | null | undefined;
|
|
16
|
+
description?: string | null | undefined;
|
|
17
17
|
}>;
|
|
18
18
|
export declare const payoutItemReqSchema: z.ZodObject<{
|
|
19
19
|
propertyId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -26,14 +26,14 @@ export declare const payoutItemReqSchema: z.ZodObject<{
|
|
|
26
26
|
targetAccountType: "CMA" | "BANK";
|
|
27
27
|
amount: number;
|
|
28
28
|
accountId: string;
|
|
29
|
-
description?: string | null | undefined;
|
|
30
29
|
propertyId?: string | null | undefined;
|
|
30
|
+
description?: string | null | undefined;
|
|
31
31
|
}, {
|
|
32
32
|
targetAccountType: "CMA" | "BANK";
|
|
33
33
|
amount: number | bigint;
|
|
34
34
|
accountId: string;
|
|
35
|
-
description?: string | null | undefined;
|
|
36
35
|
propertyId?: string | null | undefined;
|
|
36
|
+
description?: string | null | undefined;
|
|
37
37
|
}>;
|
|
38
38
|
export declare const payoutRestReqSchema: z.ZodObject<{
|
|
39
39
|
payoutType: z.ZodString;
|
|
@@ -50,14 +50,14 @@ export declare const payoutRestReqSchema: z.ZodObject<{
|
|
|
50
50
|
targetAccountType: "CMA" | "BANK";
|
|
51
51
|
amount: number;
|
|
52
52
|
accountId: string;
|
|
53
|
-
description?: string | null | undefined;
|
|
54
53
|
propertyId?: string | null | undefined;
|
|
54
|
+
description?: string | null | undefined;
|
|
55
55
|
}, {
|
|
56
56
|
targetAccountType: "CMA" | "BANK";
|
|
57
57
|
amount: number | bigint;
|
|
58
58
|
accountId: string;
|
|
59
|
-
description?: string | null | undefined;
|
|
60
59
|
propertyId?: string | null | undefined;
|
|
60
|
+
description?: string | null | undefined;
|
|
61
61
|
}>, "many">>;
|
|
62
62
|
}, "strip", z.ZodTypeAny, {
|
|
63
63
|
payoutType: string;
|
|
@@ -67,8 +67,8 @@ export declare const payoutRestReqSchema: z.ZodObject<{
|
|
|
67
67
|
targetAccountType: "CMA" | "BANK";
|
|
68
68
|
amount: number;
|
|
69
69
|
accountId: string;
|
|
70
|
-
description?: string | null | undefined;
|
|
71
70
|
propertyId?: string | null | undefined;
|
|
71
|
+
description?: string | null | undefined;
|
|
72
72
|
}[];
|
|
73
73
|
}, {
|
|
74
74
|
payoutType: string;
|
|
@@ -78,8 +78,8 @@ export declare const payoutRestReqSchema: z.ZodObject<{
|
|
|
78
78
|
targetAccountType: "CMA" | "BANK";
|
|
79
79
|
amount: number | bigint;
|
|
80
80
|
accountId: string;
|
|
81
|
-
description?: string | null | undefined;
|
|
82
81
|
propertyId?: string | null | undefined;
|
|
82
|
+
description?: string | null | undefined;
|
|
83
83
|
}[];
|
|
84
84
|
}>;
|
|
85
85
|
export type PayoutRestReq = z.infer<typeof payoutRestReqSchema>;
|
|
@@ -340,8 +340,8 @@ export declare const payoutListRestResSchema: z.ZodObject<{
|
|
|
340
340
|
abaStatus: z.ZodString;
|
|
341
341
|
status: z.ZodString;
|
|
342
342
|
}, "strip", z.ZodTypeAny, {
|
|
343
|
-
id: string;
|
|
344
343
|
status: string;
|
|
344
|
+
id: string;
|
|
345
345
|
isArchived: boolean;
|
|
346
346
|
createdBy: string;
|
|
347
347
|
createdAt: string;
|
|
@@ -405,8 +405,8 @@ export declare const payoutListRestResSchema: z.ZodObject<{
|
|
|
405
405
|
fromAccount: string;
|
|
406
406
|
abaStatus: string;
|
|
407
407
|
}, {
|
|
408
|
-
id: string;
|
|
409
408
|
status: string;
|
|
409
|
+
id: string;
|
|
410
410
|
isArchived: boolean;
|
|
411
411
|
createdBy: string;
|
|
412
412
|
createdAt: string;
|