@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
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ReportDataRangeType } from '../../constants/report/common/report-data-range-type.constant';
|
|
3
|
+
export declare const commonReportRestReqSchema: z.ZodEffects<z.ZodObject<{
|
|
4
|
+
reportDataRangeType: z.ZodNativeEnum<typeof ReportDataRangeType>;
|
|
5
|
+
endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
|
|
6
|
+
startDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>>, string | Date | null | undefined, string | Date | null | undefined>>>, z.ZodDate>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
endDate: Date;
|
|
9
|
+
startDate: Date;
|
|
10
|
+
reportDataRangeType: ReportDataRangeType;
|
|
11
|
+
}, {
|
|
12
|
+
reportDataRangeType: ReportDataRangeType;
|
|
13
|
+
endDate?: string | Date | null | undefined;
|
|
14
|
+
startDate?: string | Date | null | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
endDate: Date;
|
|
17
|
+
startDate: Date;
|
|
18
|
+
reportDataRangeType: ReportDataRangeType;
|
|
19
|
+
}, {
|
|
20
|
+
reportDataRangeType: ReportDataRangeType;
|
|
21
|
+
endDate?: string | Date | null | undefined;
|
|
22
|
+
startDate?: string | Date | null | undefined;
|
|
23
|
+
}>;
|
|
24
|
+
export type CommonReportRestReq = z.input<typeof commonReportRestReqSchema>;
|
|
25
|
+
//# sourceMappingURL=common-report.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common-report.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/common-report.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,mBAAmB,EAAE,MAAM,+DAA+D,CAAC;AAqCpG,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;EAkCpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
|
|
@@ -1,36 +1,34 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { ReportDataRangerType } from '../../constants/report/common/report-data-ranger-type.constant';
|
|
3
2
|
import { ReportGroupType } from '../../constants/report/common/report-group-type.constant';
|
|
4
|
-
export declare const customerLedgerRestReqSchema: z.ZodEffects<z.ZodObject<{
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
reportGroupType: z.ZodNativeEnum<typeof ReportGroupType>;
|
|
9
|
-
reportDataRangerType: z.ZodNativeEnum<typeof ReportDataRangerType>;
|
|
3
|
+
export declare const customerLedgerRestReqSchema: z.ZodIntersection<z.ZodEffects<z.ZodObject<{
|
|
4
|
+
reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
|
|
5
|
+
endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
|
|
6
|
+
startDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>>, string | Date | null | undefined, string | Date | null | undefined>>>, z.ZodDate>;
|
|
10
7
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
endDate?: Date | null | undefined;
|
|
15
|
-
startDate?: Date | null | undefined;
|
|
8
|
+
endDate: Date;
|
|
9
|
+
startDate: Date;
|
|
10
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
16
11
|
}, {
|
|
17
|
-
|
|
18
|
-
reportGroupType: ReportGroupType;
|
|
19
|
-
reportDataRangerType: ReportDataRangerType;
|
|
12
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
20
13
|
endDate?: string | Date | null | undefined;
|
|
21
14
|
startDate?: string | Date | null | undefined;
|
|
22
15
|
}>, {
|
|
16
|
+
endDate: Date;
|
|
17
|
+
startDate: Date;
|
|
18
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
19
|
+
}, {
|
|
20
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
21
|
+
endDate?: string | Date | null | undefined;
|
|
22
|
+
startDate?: string | Date | null | undefined;
|
|
23
|
+
}>, z.ZodObject<{
|
|
24
|
+
propertyIds: z.ZodArray<z.ZodString, "many">;
|
|
25
|
+
reportGroupType: z.ZodNativeEnum<typeof ReportGroupType>;
|
|
26
|
+
}, "strip", z.ZodTypeAny, {
|
|
23
27
|
propertyIds: string[];
|
|
24
28
|
reportGroupType: ReportGroupType;
|
|
25
|
-
reportDataRangerType: ReportDataRangerType;
|
|
26
|
-
endDate?: Date | null | undefined;
|
|
27
|
-
startDate?: Date | null | undefined;
|
|
28
29
|
}, {
|
|
29
30
|
propertyIds: string[];
|
|
30
31
|
reportGroupType: ReportGroupType;
|
|
31
|
-
|
|
32
|
-
endDate?: string | Date | null | undefined;
|
|
33
|
-
startDate?: string | Date | null | undefined;
|
|
34
|
-
}>;
|
|
32
|
+
}>>;
|
|
35
33
|
export type CustomerLedgerRestReq = z.input<typeof customerLedgerRestReqSchema>;
|
|
36
34
|
//# sourceMappingURL=customer-ledger.rest.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer-ledger.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/customer-ledger.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"customer-ledger.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/customer-ledger.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAG3F,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGrC,CAAC;AAEJ,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/index.ts"],"names":[],"mappings":"AAEA,cAAc,+BAA+B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/index.ts"],"names":[],"mappings":"AAEA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { AccountType } from '../../constants/common/account-type.constant';
|
|
3
|
+
export declare const receiptListReportRestReqSchema: z.ZodIntersection<z.ZodEffects<z.ZodObject<{
|
|
4
|
+
reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
|
|
5
|
+
endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
|
|
6
|
+
startDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>>, string | Date | null | undefined, string | Date | null | undefined>>>, z.ZodDate>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
endDate: Date;
|
|
9
|
+
startDate: Date;
|
|
10
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
11
|
+
}, {
|
|
12
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
13
|
+
endDate?: string | Date | null | undefined;
|
|
14
|
+
startDate?: string | Date | null | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
endDate: Date;
|
|
17
|
+
startDate: Date;
|
|
18
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
19
|
+
}, {
|
|
20
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
21
|
+
endDate?: string | Date | null | undefined;
|
|
22
|
+
startDate?: string | Date | null | undefined;
|
|
23
|
+
}>, z.ZodObject<{
|
|
24
|
+
accountId: z.ZodString;
|
|
25
|
+
accountType: z.ZodNativeEnum<typeof AccountType>;
|
|
26
|
+
}, "strip", z.ZodTypeAny, {
|
|
27
|
+
accountId: string;
|
|
28
|
+
accountType: AccountType;
|
|
29
|
+
}, {
|
|
30
|
+
accountId: string;
|
|
31
|
+
accountType: AccountType;
|
|
32
|
+
}>>;
|
|
33
|
+
export type ReceiptListReportRestReq = z.input<typeof receiptListReportRestReqSchema>;
|
|
34
|
+
//# sourceMappingURL=receipt-list.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"receipt-list.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/receipt-list.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,WAAW,EAAE,MAAM,8CAA8C,CAAC;AAG3E,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGxC,CAAC;AAEJ,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { AccountType } from '../../constants/common/account-type.constant';
|
|
3
|
+
export declare const trustTrialBalanceReportRestReqSchema: z.ZodEffects<z.ZodIntersection<z.ZodEffects<z.ZodObject<{
|
|
4
|
+
reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
|
|
5
|
+
endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
|
|
6
|
+
startDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>>, string | Date | null | undefined, string | Date | null | undefined>>>, z.ZodDate>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
endDate: Date;
|
|
9
|
+
startDate: Date;
|
|
10
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
11
|
+
}, {
|
|
12
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
13
|
+
endDate?: string | Date | null | undefined;
|
|
14
|
+
startDate?: string | Date | null | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
endDate: Date;
|
|
17
|
+
startDate: Date;
|
|
18
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
19
|
+
}, {
|
|
20
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
21
|
+
endDate?: string | Date | null | undefined;
|
|
22
|
+
startDate?: string | Date | null | undefined;
|
|
23
|
+
}>, z.ZodObject<{
|
|
24
|
+
cmaIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
25
|
+
mtaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
accountType: z.ZodNativeEnum<typeof AccountType>;
|
|
27
|
+
}, "strip", z.ZodTypeAny, {
|
|
28
|
+
accountType: AccountType;
|
|
29
|
+
mtaId?: string | null | undefined;
|
|
30
|
+
cmaIds?: string[] | null | undefined;
|
|
31
|
+
}, {
|
|
32
|
+
accountType: AccountType;
|
|
33
|
+
mtaId?: string | null | undefined;
|
|
34
|
+
cmaIds?: string[] | null | undefined;
|
|
35
|
+
}>>, {
|
|
36
|
+
endDate: Date;
|
|
37
|
+
startDate: Date;
|
|
38
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
39
|
+
} & {
|
|
40
|
+
accountType: AccountType;
|
|
41
|
+
mtaId?: string | null | undefined;
|
|
42
|
+
cmaIds?: string[] | null | undefined;
|
|
43
|
+
}, {
|
|
44
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
45
|
+
endDate?: string | Date | null | undefined;
|
|
46
|
+
startDate?: string | Date | null | undefined;
|
|
47
|
+
} & {
|
|
48
|
+
accountType: AccountType;
|
|
49
|
+
mtaId?: string | null | undefined;
|
|
50
|
+
cmaIds?: string[] | null | undefined;
|
|
51
|
+
}>;
|
|
52
|
+
export type TrustTrialBalanceReportRestReq = z.input<typeof trustTrialBalanceReportRestReqSchema>;
|
|
53
|
+
//# sourceMappingURL=trust-trial.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trust-trial.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/trust-trial.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,WAAW,EAAE,MAAM,8CAA8C,CAAC;AAG3E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoB/C,CAAC;AAEH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC"}
|
|
@@ -16,8 +16,8 @@ export declare const userEntitySchema: z.ZodObject<{
|
|
|
16
16
|
createdAt: z.ZodDate;
|
|
17
17
|
updatedAt: z.ZodDate;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
|
-
id: string;
|
|
20
19
|
status: string;
|
|
20
|
+
id: string;
|
|
21
21
|
isArchived: boolean;
|
|
22
22
|
createdAt: Date;
|
|
23
23
|
updatedAt: Date;
|
|
@@ -32,8 +32,8 @@ export declare const userEntitySchema: z.ZodObject<{
|
|
|
32
32
|
preferTwoFaMethod: string | null;
|
|
33
33
|
twoFaAvailableMethods: string[];
|
|
34
34
|
}, {
|
|
35
|
-
id: string;
|
|
36
35
|
status: string;
|
|
36
|
+
id: string;
|
|
37
37
|
isArchived: boolean;
|
|
38
38
|
createdAt: Date;
|
|
39
39
|
updatedAt: Date;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"report-data-ranger-type.constant.d.ts","sourceRoot":"","sources":["../../../../../packages/constants/report/common/report-data-ranger-type.constant.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB;IAC9B,mBAAmB,wBAAwB;IAC3C,sBAAsB,2BAA2B;CAClD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"report-data-ranger-type.constant.d.ts","sourceRoot":"","sources":["../../../../../packages/constants/report/common/report-data-ranger-type.constant.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB;IAC9B,mBAAmB,wBAAwB;IAC3C,sBAAsB,2BAA2B;CAClD"}
|