@mikemo-coposit/am-accounting-shared 0.0.8 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +211 -155
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +399 -399
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +66 -66
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +220 -220
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +44 -44
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +417 -417
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +138 -138
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -47
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1487 -1487
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +4007 -4007
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +675 -675
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +22 -22
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +292 -292
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/index.d.ts +5 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -1
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +10 -6
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/utils/property.util.d.ts +1 -1
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +58 -35
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +44 -44
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +44 -44
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +399 -399
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +66 -66
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +220 -220
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +44 -44
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +44 -44
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +417 -417
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +138 -138
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -47
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1487 -1487
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +4007 -4007
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +675 -675
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +22 -22
- package/dist/esm/schemas/property/property.rest.schema.d.ts +292 -292
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/index.d.ts +5 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -1
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +10 -6
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/utils/property.util.d.ts +1 -1
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/package.json +8 -9
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIpC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAUowB,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAA0M,EAAG,MAAM;;;;;;;iBAAuV,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA/8B,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAA8K,EAAG,KAAK;iBAA+E,EAAG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"property.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.rest.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const bankReconciliationSummaryRestReqSchema: z.ZodEffects<z.ZodIntersection<z.ZodEffects<z.ZodObject<{
|
|
3
|
+
reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
|
|
4
|
+
endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
|
|
5
|
+
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>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
endDate: Date;
|
|
8
|
+
startDate: Date;
|
|
9
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
10
|
+
}, {
|
|
11
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
12
|
+
endDate?: string | Date | null | undefined;
|
|
13
|
+
startDate?: string | Date | null | undefined;
|
|
14
|
+
}>, {
|
|
15
|
+
endDate: Date;
|
|
16
|
+
startDate: Date;
|
|
17
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
18
|
+
}, {
|
|
19
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
20
|
+
endDate?: string | Date | null | undefined;
|
|
21
|
+
startDate?: string | Date | null | undefined;
|
|
22
|
+
}>, z.ZodObject<{
|
|
23
|
+
cmaIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
24
|
+
mtaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
+
accountType: z.ZodNativeEnum<typeof import("../..").AccountType>;
|
|
26
|
+
reportGroupType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../..").ReportGroupType>>>;
|
|
27
|
+
}, "strip", z.ZodTypeAny, {
|
|
28
|
+
accountType: import("../..").AccountType;
|
|
29
|
+
mtaId?: string | null | undefined;
|
|
30
|
+
cmaIds?: string[] | null | undefined;
|
|
31
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
32
|
+
}, {
|
|
33
|
+
accountType: import("../..").AccountType;
|
|
34
|
+
mtaId?: string | null | undefined;
|
|
35
|
+
cmaIds?: string[] | null | undefined;
|
|
36
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
37
|
+
}>>, {
|
|
38
|
+
endDate: Date;
|
|
39
|
+
startDate: Date;
|
|
40
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
41
|
+
} & {
|
|
42
|
+
accountType: import("../..").AccountType;
|
|
43
|
+
mtaId?: string | null | undefined;
|
|
44
|
+
cmaIds?: string[] | null | undefined;
|
|
45
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
46
|
+
}, {
|
|
47
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
48
|
+
endDate?: string | Date | null | undefined;
|
|
49
|
+
startDate?: string | Date | null | undefined;
|
|
50
|
+
} & {
|
|
51
|
+
accountType: import("../..").AccountType;
|
|
52
|
+
mtaId?: string | null | undefined;
|
|
53
|
+
cmaIds?: string[] | null | undefined;
|
|
54
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
55
|
+
}>;
|
|
56
|
+
export type BankReconciliationSummaryRestReq = z.input<typeof bankReconciliationSummaryRestReqSchema>;
|
|
57
|
+
//# sourceMappingURL=bank-reconciliation-summary.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bank-reconciliation-summary.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/bank-reconciliation-summary.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA4C,CAAC;AAEhG,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { AccountType, ReportGroupType } from '../../constants';
|
|
3
|
+
export declare const commonReportWithCmaSelectionRestReqSchema: 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
|
+
reportGroupType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof ReportGroupType>>>;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
accountType: AccountType;
|
|
30
|
+
mtaId?: string | null | undefined;
|
|
31
|
+
cmaIds?: string[] | null | undefined;
|
|
32
|
+
reportGroupType?: ReportGroupType | null | undefined;
|
|
33
|
+
}, {
|
|
34
|
+
accountType: AccountType;
|
|
35
|
+
mtaId?: string | null | undefined;
|
|
36
|
+
cmaIds?: string[] | null | undefined;
|
|
37
|
+
reportGroupType?: ReportGroupType | null | undefined;
|
|
38
|
+
}>>, {
|
|
39
|
+
endDate: Date;
|
|
40
|
+
startDate: Date;
|
|
41
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
42
|
+
} & {
|
|
43
|
+
accountType: AccountType;
|
|
44
|
+
mtaId?: string | null | undefined;
|
|
45
|
+
cmaIds?: string[] | null | undefined;
|
|
46
|
+
reportGroupType?: ReportGroupType | null | undefined;
|
|
47
|
+
}, {
|
|
48
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
49
|
+
endDate?: string | Date | null | undefined;
|
|
50
|
+
startDate?: string | Date | null | undefined;
|
|
51
|
+
} & {
|
|
52
|
+
accountType: AccountType;
|
|
53
|
+
mtaId?: string | null | undefined;
|
|
54
|
+
cmaIds?: string[] | null | undefined;
|
|
55
|
+
reportGroupType?: ReportGroupType | null | undefined;
|
|
56
|
+
}>;
|
|
57
|
+
export type CommonReportWithCmaSelectionRestReq = z.input<typeof commonReportWithCmaSelectionRestReqSchema>;
|
|
58
|
+
//# sourceMappingURL=common-report-with-cma-selection.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common-report-with-cma-selection.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/common-report-with-cma-selection.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAG/D,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBpD,CAAC;AAEH,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAC"}
|
|
@@ -24,11 +24,11 @@ export declare const customerLedgerRestReqSchema: z.ZodIntersection<z.ZodEffects
|
|
|
24
24
|
propertyIds: z.ZodArray<z.ZodString, "many">;
|
|
25
25
|
reportGroupType: z.ZodNativeEnum<typeof ReportGroupType>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
propertyIds: string[];
|
|
28
27
|
reportGroupType: ReportGroupType;
|
|
29
|
-
}, {
|
|
30
28
|
propertyIds: string[];
|
|
29
|
+
}, {
|
|
31
30
|
reportGroupType: ReportGroupType;
|
|
31
|
+
propertyIds: string[];
|
|
32
32
|
}>>;
|
|
33
33
|
export type CustomerLedgerRestReq = z.input<typeof customerLedgerRestReqSchema>;
|
|
34
34
|
//# sourceMappingURL=customer-ledger.rest.schema.d.ts.map
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
+
export * from './bank-reconciliation-summary.schema';
|
|
2
|
+
export * from './common-report-with-cma-selection.rest.schema';
|
|
1
3
|
export * from './common-report.rest.schema';
|
|
2
4
|
export * from './customer-ledger.rest.schema';
|
|
5
|
+
export * from './payment-list.rest.schema';
|
|
3
6
|
export * from './receipt-list.rest.schema';
|
|
7
|
+
export * from './reconciled-items-list.rest.schema';
|
|
4
8
|
export * from './trust-trial.rest.schema';
|
|
9
|
+
export * from './unreconciled-items-list.rest.schema';
|
|
5
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/index.ts"],"names":[],"mappings":"AAEA,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uCAAuC,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { AccountType } from '../../constants';
|
|
3
|
+
export declare const paymentListReportRestReqSchema: 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 PaymentListReportRestReq = z.input<typeof paymentListReportRestReqSchema>;
|
|
34
|
+
//# sourceMappingURL=payment-list.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-list.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/payment-list.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGxC,CAAC;AAEJ,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const reconciledItemsListReportRestReqSchema: z.ZodEffects<z.ZodIntersection<z.ZodEffects<z.ZodObject<{
|
|
3
|
+
reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
|
|
4
|
+
endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
|
|
5
|
+
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>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
endDate: Date;
|
|
8
|
+
startDate: Date;
|
|
9
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
10
|
+
}, {
|
|
11
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
12
|
+
endDate?: string | Date | null | undefined;
|
|
13
|
+
startDate?: string | Date | null | undefined;
|
|
14
|
+
}>, {
|
|
15
|
+
endDate: Date;
|
|
16
|
+
startDate: Date;
|
|
17
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
18
|
+
}, {
|
|
19
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
20
|
+
endDate?: string | Date | null | undefined;
|
|
21
|
+
startDate?: string | Date | null | undefined;
|
|
22
|
+
}>, z.ZodObject<{
|
|
23
|
+
cmaIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
24
|
+
mtaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
+
accountType: z.ZodNativeEnum<typeof import("../..").AccountType>;
|
|
26
|
+
reportGroupType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../..").ReportGroupType>>>;
|
|
27
|
+
}, "strip", z.ZodTypeAny, {
|
|
28
|
+
accountType: import("../..").AccountType;
|
|
29
|
+
mtaId?: string | null | undefined;
|
|
30
|
+
cmaIds?: string[] | null | undefined;
|
|
31
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
32
|
+
}, {
|
|
33
|
+
accountType: import("../..").AccountType;
|
|
34
|
+
mtaId?: string | null | undefined;
|
|
35
|
+
cmaIds?: string[] | null | undefined;
|
|
36
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
37
|
+
}>>, {
|
|
38
|
+
endDate: Date;
|
|
39
|
+
startDate: Date;
|
|
40
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
41
|
+
} & {
|
|
42
|
+
accountType: import("../..").AccountType;
|
|
43
|
+
mtaId?: string | null | undefined;
|
|
44
|
+
cmaIds?: string[] | null | undefined;
|
|
45
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
46
|
+
}, {
|
|
47
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
48
|
+
endDate?: string | Date | null | undefined;
|
|
49
|
+
startDate?: string | Date | null | undefined;
|
|
50
|
+
} & {
|
|
51
|
+
accountType: import("../..").AccountType;
|
|
52
|
+
mtaId?: string | null | undefined;
|
|
53
|
+
cmaIds?: string[] | null | undefined;
|
|
54
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
55
|
+
}>;
|
|
56
|
+
export type ReconciledItemsListReportRestReq = z.input<typeof reconciledItemsListReportRestReqSchema>;
|
|
57
|
+
//# sourceMappingURL=reconciled-items-list.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reconciled-items-list.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/reconciled-items-list.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA4C,CAAC;AAEhG,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { AccountType } from '../../constants/common/account-type.constant';
|
|
3
2
|
export declare const trustTrialBalanceReportRestReqSchema: z.ZodEffects<z.ZodIntersection<z.ZodEffects<z.ZodObject<{
|
|
4
3
|
reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
|
|
5
4
|
endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
|
|
@@ -23,31 +22,36 @@ export declare const trustTrialBalanceReportRestReqSchema: z.ZodEffects<z.ZodInt
|
|
|
23
22
|
}>, z.ZodObject<{
|
|
24
23
|
cmaIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
25
24
|
mtaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
-
accountType: z.ZodNativeEnum<typeof AccountType>;
|
|
25
|
+
accountType: z.ZodNativeEnum<typeof import("../..").AccountType>;
|
|
26
|
+
reportGroupType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../..").ReportGroupType>>>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
accountType: AccountType;
|
|
28
|
+
accountType: import("../..").AccountType;
|
|
29
29
|
mtaId?: string | null | undefined;
|
|
30
30
|
cmaIds?: string[] | null | undefined;
|
|
31
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
31
32
|
}, {
|
|
32
|
-
accountType: AccountType;
|
|
33
|
+
accountType: import("../..").AccountType;
|
|
33
34
|
mtaId?: string | null | undefined;
|
|
34
35
|
cmaIds?: string[] | null | undefined;
|
|
36
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
35
37
|
}>>, {
|
|
36
38
|
endDate: Date;
|
|
37
39
|
startDate: Date;
|
|
38
40
|
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
39
41
|
} & {
|
|
40
|
-
accountType: AccountType;
|
|
42
|
+
accountType: import("../..").AccountType;
|
|
41
43
|
mtaId?: string | null | undefined;
|
|
42
44
|
cmaIds?: string[] | null | undefined;
|
|
45
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
43
46
|
}, {
|
|
44
47
|
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
45
48
|
endDate?: string | Date | null | undefined;
|
|
46
49
|
startDate?: string | Date | null | undefined;
|
|
47
50
|
} & {
|
|
48
|
-
accountType: AccountType;
|
|
51
|
+
accountType: import("../..").AccountType;
|
|
49
52
|
mtaId?: string | null | undefined;
|
|
50
53
|
cmaIds?: string[] | null | undefined;
|
|
54
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
51
55
|
}>;
|
|
52
56
|
export type TrustTrialBalanceReportRestReq = z.input<typeof trustTrialBalanceReportRestReqSchema>;
|
|
53
57
|
//# sourceMappingURL=trust-trial.rest.schema.d.ts.map
|
|
@@ -1 +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;
|
|
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;AAGxB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA4C,CAAC;AAE9F,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const unreconciledItemsListReportRestReqSchema: z.ZodEffects<z.ZodIntersection<z.ZodEffects<z.ZodObject<{
|
|
3
|
+
reportDataRangeType: z.ZodNativeEnum<typeof import("../..").ReportDataRangeType>;
|
|
4
|
+
endDate: z.ZodPipeline<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string | Date | null, string | Date>>>, z.ZodDate>;
|
|
5
|
+
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>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
endDate: Date;
|
|
8
|
+
startDate: Date;
|
|
9
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
10
|
+
}, {
|
|
11
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
12
|
+
endDate?: string | Date | null | undefined;
|
|
13
|
+
startDate?: string | Date | null | undefined;
|
|
14
|
+
}>, {
|
|
15
|
+
endDate: Date;
|
|
16
|
+
startDate: Date;
|
|
17
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
18
|
+
}, {
|
|
19
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
20
|
+
endDate?: string | Date | null | undefined;
|
|
21
|
+
startDate?: string | Date | null | undefined;
|
|
22
|
+
}>, z.ZodObject<{
|
|
23
|
+
cmaIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
24
|
+
mtaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
+
accountType: z.ZodNativeEnum<typeof import("../..").AccountType>;
|
|
26
|
+
reportGroupType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../..").ReportGroupType>>>;
|
|
27
|
+
}, "strip", z.ZodTypeAny, {
|
|
28
|
+
accountType: import("../..").AccountType;
|
|
29
|
+
mtaId?: string | null | undefined;
|
|
30
|
+
cmaIds?: string[] | null | undefined;
|
|
31
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
32
|
+
}, {
|
|
33
|
+
accountType: import("../..").AccountType;
|
|
34
|
+
mtaId?: string | null | undefined;
|
|
35
|
+
cmaIds?: string[] | null | undefined;
|
|
36
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
37
|
+
}>>, {
|
|
38
|
+
endDate: Date;
|
|
39
|
+
startDate: Date;
|
|
40
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
41
|
+
} & {
|
|
42
|
+
accountType: import("../..").AccountType;
|
|
43
|
+
mtaId?: string | null | undefined;
|
|
44
|
+
cmaIds?: string[] | null | undefined;
|
|
45
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
46
|
+
}, {
|
|
47
|
+
reportDataRangeType: import("../..").ReportDataRangeType;
|
|
48
|
+
endDate?: string | Date | null | undefined;
|
|
49
|
+
startDate?: string | Date | null | undefined;
|
|
50
|
+
} & {
|
|
51
|
+
accountType: import("../..").AccountType;
|
|
52
|
+
mtaId?: string | null | undefined;
|
|
53
|
+
cmaIds?: string[] | null | undefined;
|
|
54
|
+
reportGroupType?: import("../..").ReportGroupType | null | undefined;
|
|
55
|
+
}>;
|
|
56
|
+
export type UnreconciledItemsListReportRestReq = z.input<typeof unreconciledItemsListReportRestReqSchema>;
|
|
57
|
+
//# sourceMappingURL=unreconciled-items-list.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unreconciled-items-list.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/unreconciled-items-list.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA4C,CAAC;AAElG,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAC"}
|
|
@@ -6,7 +6,7 @@ type Property = Pick<PropertyEntity, 'buyerName' | 'propertyAddress' | 'lotDetai
|
|
|
6
6
|
};
|
|
7
7
|
};
|
|
8
8
|
export declare const getPropertyName: (property: Property, options?: {
|
|
9
|
-
target?: "payout" | "refund" | "cma" | "mta";
|
|
9
|
+
target?: "payout" | "refund" | "cma" | "mta" | "payment-list-report";
|
|
10
10
|
}) => string;
|
|
11
11
|
export {};
|
|
12
12
|
//# sourceMappingURL=property.util.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property.util.d.ts","sourceRoot":"","sources":["../../../packages/utils/property.util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAE5E,KAAK,QAAQ,GAAG,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,iBAAiB,GAAG,WAAW,CAAC,GAAG;IACpF,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,GAAG;QACzD,SAAS,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;KACrE,CAAC;CACH,CAAC;AAcF,eAAO,MAAM,eAAe,GAAI,UAAU,QAAQ,EAAE,UAAU;IAC5D,MAAM,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"property.util.d.ts","sourceRoot":"","sources":["../../../packages/utils/property.util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAE5E,KAAK,QAAQ,GAAG,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,iBAAiB,GAAG,WAAW,CAAC,GAAG;IACpF,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,GAAG;QACzD,SAAS,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;KACrE,CAAC;CACH,CAAC;AAcF,eAAO,MAAM,eAAe,GAAI,UAAU,QAAQ,EAAE,UAAU;IAC5D,MAAM,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,GAAG,qBAAqB,CAAC;CACtE,WAyCA,CAAC"}
|
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
export declare enum CmaTransactionInputType {
|
|
2
|
+
RECEIPT = "receipt",
|
|
3
|
+
PAYMENT = "payment"
|
|
4
|
+
}
|
|
5
|
+
export declare enum CmaTransactionCreateType {
|
|
2
6
|
MANUAL = "manual",
|
|
3
7
|
SYSTEM = "system",
|
|
4
8
|
FROM_PAYOUT = "from_payout"
|
|
5
9
|
}
|
|
10
|
+
export declare const CmaTransactionInputTypeToDisplayText: {
|
|
11
|
+
receipt: string;
|
|
12
|
+
payment: string;
|
|
13
|
+
};
|
|
14
|
+
export declare const CmaTransactionCreateTypeToDisplayText: {
|
|
15
|
+
manual: string;
|
|
16
|
+
system: string;
|
|
17
|
+
from_payout: string;
|
|
18
|
+
};
|
|
6
19
|
//# sourceMappingURL=cma-input-type.constant.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-input-type.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/cma-transaction/cma-input-type.constant.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;IACjC,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,WAAW,gBAAgB;CAC5B"}
|
|
1
|
+
{"version":3,"file":"cma-input-type.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/cma-transaction/cma-input-type.constant.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;IACjC,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB;AAED,oBAAY,wBAAwB;IAClC,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,WAAW,gBAAgB;CAC5B;AAED,eAAO,MAAM,oCAAoC;;;CAGhD,CAAC;AAEF,eAAO,MAAM,qCAAqC;;;;CAIjD,CAAC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export declare enum MtaTransactionInputType {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
SYSTEM = "system",
|
|
5
|
-
PAYOUT = "payout",
|
|
6
|
-
MANUAL = "manual"
|
|
2
|
+
RECEIPT = "receipt",
|
|
3
|
+
PAYMENT = "payment"
|
|
7
4
|
}
|
|
5
|
+
export declare const MtaTransactionInputTypeToDisplayText: {
|
|
6
|
+
receipt: string;
|
|
7
|
+
payment: string;
|
|
8
|
+
};
|
|
8
9
|
//# sourceMappingURL=mta-input-type.constant.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-input-type.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/mta-transaction/mta-input-type.constant.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;
|
|
1
|
+
{"version":3,"file":"mta-input-type.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/mta-transaction/mta-input-type.constant.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;IAMjC,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB;AAED,eAAO,MAAM,oCAAoC;;;CAGhD,CAAC"}
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
export declare const MtaCustomerTransactionType: {
|
|
2
|
+
HOLDING_DEPOSIT: string;
|
|
3
|
+
SIGNING_DEPOSIT: string;
|
|
4
|
+
WEEKLY_PAYMENT: string;
|
|
5
|
+
};
|
|
6
|
+
export type MtaCustomerTransactionTypeType = (typeof MtaCustomerTransactionType)[keyof typeof MtaCustomerTransactionType];
|
|
7
|
+
export declare const MtaUnknownTransactionType: {
|
|
8
|
+
UNKNOWN: string;
|
|
9
|
+
};
|
|
10
|
+
export type MtaUnknownTransactionTypeType = (typeof MtaUnknownTransactionType)[keyof typeof MtaUnknownTransactionType];
|
|
1
11
|
export declare const MtaReceiptTransactionType: {
|
|
2
12
|
UNKNOWN: string;
|
|
3
13
|
HOLDING_DEPOSIT: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-type.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/mta-transaction/mta-type.constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB;;;;;
|
|
1
|
+
{"version":3,"file":"mta-type.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/mta-transaction/mta-type.constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B;;;;CAItC,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG,CAAC,OAAO,0BAA0B,CAAC,CAAC,MAAM,OAAO,0BAA0B,CAAC,CAAC;AAE1H,eAAO,MAAM,yBAAyB;;CAErC,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,OAAO,yBAAyB,CAAC,CAAC;AAEvH,eAAO,MAAM,yBAAyB;;;;;CAGrC,CAAC;AAKF,eAAO,MAAM,0BAA0B,+BAA+B,CAAC;AACvE,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AAEvD,MAAM,MAAM,6BAA6B,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,OAAO,yBAAyB,CAAC,CAAC;AAEvH,eAAO,MAAM,wBAAwB;;;;;;CAMpC,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,OAAO,wBAAwB,CAAC,CAAC;AAEpH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;CAK9B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAElG,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,sBAAsB,EAAE,MAAM,CAYxF,CAAC"}
|