@mikemo-coposit/am-accounting-shared 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/common/account-type.constant.d.ts +5 -0
- package/dist/cjs/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/index.d.ts +1 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/index.d.ts +1 -0
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +2 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/index.d.ts +3 -0
- package/dist/cjs/constants/report/common/index.d.ts.map +1 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/report/common/report-group-type.constant.d.ts +5 -0
- package/dist/cjs/constants/report/common/report-group-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/report/index.d.ts +2 -0
- package/dist/cjs/constants/report/index.d.ts.map +1 -0
- package/dist/cjs/index.js +308 -104
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +90 -90
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma/index.d.ts +1 -0
- package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +73 -72
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/index.d.ts +4 -0
- package/dist/cjs/schemas/common/date/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/index.d.ts +1 -0
- package/dist/cjs/schemas/common/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -0
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +73 -72
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +3539 -3539
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +303 -303
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/index.d.ts +5 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +53 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
- package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/index.d.ts +1 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/index.d.ts +1 -0
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +2 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/report/common/index.d.ts +3 -0
- package/dist/esm/constants/report/common/index.d.ts.map +1 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/report/common/report-group-type.constant.d.ts +5 -0
- package/dist/esm/constants/report/common/report-group-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/report/index.d.ts +2 -0
- package/dist/esm/constants/report/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +257 -92
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +90 -90
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/esm/schemas/cma/index.d.ts +1 -0
- package/dist/esm/schemas/cma/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +73 -72
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/index.d.ts +4 -0
- package/dist/esm/schemas/common/date/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/index.d.ts +1 -0
- package/dist/esm/schemas/common/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/esm/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -0
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +73 -72
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +3539 -3539
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/esm/schemas/property/property.rest.schema.d.ts +303 -303
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/index.d.ts +5 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +53 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,337 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const payoutTransactionSearchRestReqSchema: z.ZodObject<{
|
|
3
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
4
|
+
equals?: string | undefined;
|
|
5
|
+
in?: string[] | undefined;
|
|
6
|
+
notIn?: string[] | undefined;
|
|
7
|
+
lt?: string | undefined;
|
|
8
|
+
lte?: string | undefined;
|
|
9
|
+
gt?: string | undefined;
|
|
10
|
+
gte?: string | undefined;
|
|
11
|
+
contains?: string | undefined;
|
|
12
|
+
startsWith?: string | undefined;
|
|
13
|
+
endsWith?: string | undefined;
|
|
14
|
+
} & {
|
|
15
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
16
|
+
}, z.ZodTypeDef, {
|
|
17
|
+
equals?: string | undefined;
|
|
18
|
+
in?: string[] | undefined;
|
|
19
|
+
notIn?: string[] | undefined;
|
|
20
|
+
lt?: string | undefined;
|
|
21
|
+
lte?: string | undefined;
|
|
22
|
+
gt?: string | undefined;
|
|
23
|
+
gte?: string | undefined;
|
|
24
|
+
contains?: string | undefined;
|
|
25
|
+
startsWith?: string | undefined;
|
|
26
|
+
endsWith?: string | undefined;
|
|
27
|
+
} & {
|
|
28
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
29
|
+
}>>, z.ZodString]>>;
|
|
30
|
+
payoutId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
31
|
+
equals?: string | undefined;
|
|
32
|
+
in?: string[] | undefined;
|
|
33
|
+
notIn?: string[] | undefined;
|
|
34
|
+
lt?: string | undefined;
|
|
35
|
+
lte?: string | undefined;
|
|
36
|
+
gt?: string | undefined;
|
|
37
|
+
gte?: string | undefined;
|
|
38
|
+
contains?: string | undefined;
|
|
39
|
+
startsWith?: string | undefined;
|
|
40
|
+
endsWith?: string | undefined;
|
|
41
|
+
} & {
|
|
42
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
43
|
+
}, z.ZodTypeDef, {
|
|
44
|
+
equals?: string | undefined;
|
|
45
|
+
in?: string[] | undefined;
|
|
46
|
+
notIn?: string[] | undefined;
|
|
47
|
+
lt?: string | undefined;
|
|
48
|
+
lte?: string | undefined;
|
|
49
|
+
gt?: string | undefined;
|
|
50
|
+
gte?: string | undefined;
|
|
51
|
+
contains?: string | undefined;
|
|
52
|
+
startsWith?: string | undefined;
|
|
53
|
+
endsWith?: string | undefined;
|
|
54
|
+
} & {
|
|
55
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
56
|
+
}>>, z.ZodString]>>;
|
|
57
|
+
mtaTransactionId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
58
|
+
equals?: string | undefined;
|
|
59
|
+
in?: string[] | undefined;
|
|
60
|
+
notIn?: string[] | undefined;
|
|
61
|
+
lt?: string | undefined;
|
|
62
|
+
lte?: string | undefined;
|
|
63
|
+
gt?: string | undefined;
|
|
64
|
+
gte?: string | undefined;
|
|
65
|
+
contains?: string | undefined;
|
|
66
|
+
startsWith?: string | undefined;
|
|
67
|
+
endsWith?: string | undefined;
|
|
68
|
+
} & {
|
|
69
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
70
|
+
}, z.ZodTypeDef, {
|
|
71
|
+
equals?: string | undefined;
|
|
72
|
+
in?: string[] | undefined;
|
|
73
|
+
notIn?: string[] | undefined;
|
|
74
|
+
lt?: string | undefined;
|
|
75
|
+
lte?: string | undefined;
|
|
76
|
+
gt?: string | undefined;
|
|
77
|
+
gte?: string | undefined;
|
|
78
|
+
contains?: string | undefined;
|
|
79
|
+
startsWith?: string | undefined;
|
|
80
|
+
endsWith?: string | undefined;
|
|
81
|
+
} & {
|
|
82
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
83
|
+
}>>, z.ZodString]>>;
|
|
84
|
+
cmaTransactionId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
85
|
+
equals?: string | undefined;
|
|
86
|
+
in?: string[] | undefined;
|
|
87
|
+
notIn?: string[] | undefined;
|
|
88
|
+
lt?: string | undefined;
|
|
89
|
+
lte?: string | undefined;
|
|
90
|
+
gt?: string | undefined;
|
|
91
|
+
gte?: string | undefined;
|
|
92
|
+
contains?: string | undefined;
|
|
93
|
+
startsWith?: string | undefined;
|
|
94
|
+
endsWith?: string | undefined;
|
|
95
|
+
} & {
|
|
96
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
97
|
+
}, z.ZodTypeDef, {
|
|
98
|
+
equals?: string | undefined;
|
|
99
|
+
in?: string[] | undefined;
|
|
100
|
+
notIn?: string[] | undefined;
|
|
101
|
+
lt?: string | undefined;
|
|
102
|
+
lte?: string | undefined;
|
|
103
|
+
gt?: string | undefined;
|
|
104
|
+
gte?: string | undefined;
|
|
105
|
+
contains?: string | undefined;
|
|
106
|
+
startsWith?: string | undefined;
|
|
107
|
+
endsWith?: string | undefined;
|
|
108
|
+
} & {
|
|
109
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
110
|
+
}>>, z.ZodString]>>;
|
|
111
|
+
propertyId: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
112
|
+
equals?: string | undefined;
|
|
113
|
+
in?: string[] | undefined;
|
|
114
|
+
notIn?: string[] | undefined;
|
|
115
|
+
lt?: string | undefined;
|
|
116
|
+
lte?: string | undefined;
|
|
117
|
+
gt?: string | undefined;
|
|
118
|
+
gte?: string | undefined;
|
|
119
|
+
contains?: string | undefined;
|
|
120
|
+
startsWith?: string | undefined;
|
|
121
|
+
endsWith?: string | undefined;
|
|
122
|
+
} & {
|
|
123
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
124
|
+
}, z.ZodTypeDef, {
|
|
125
|
+
equals?: string | undefined;
|
|
126
|
+
in?: string[] | undefined;
|
|
127
|
+
notIn?: string[] | undefined;
|
|
128
|
+
lt?: string | undefined;
|
|
129
|
+
lte?: string | undefined;
|
|
130
|
+
gt?: string | undefined;
|
|
131
|
+
gte?: string | undefined;
|
|
132
|
+
contains?: string | undefined;
|
|
133
|
+
startsWith?: string | undefined;
|
|
134
|
+
endsWith?: string | undefined;
|
|
135
|
+
} & {
|
|
136
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
137
|
+
}>>, z.ZodString]>>>;
|
|
138
|
+
targetAccountType: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
139
|
+
equals?: string | undefined;
|
|
140
|
+
in?: string[] | undefined;
|
|
141
|
+
notIn?: string[] | undefined;
|
|
142
|
+
lt?: string | undefined;
|
|
143
|
+
lte?: string | undefined;
|
|
144
|
+
gt?: string | undefined;
|
|
145
|
+
gte?: string | undefined;
|
|
146
|
+
contains?: string | undefined;
|
|
147
|
+
startsWith?: string | undefined;
|
|
148
|
+
endsWith?: string | undefined;
|
|
149
|
+
} & {
|
|
150
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
151
|
+
}, z.ZodTypeDef, {
|
|
152
|
+
equals?: string | undefined;
|
|
153
|
+
in?: string[] | undefined;
|
|
154
|
+
notIn?: string[] | undefined;
|
|
155
|
+
lt?: string | undefined;
|
|
156
|
+
lte?: string | undefined;
|
|
157
|
+
gt?: string | undefined;
|
|
158
|
+
gte?: string | undefined;
|
|
159
|
+
contains?: string | undefined;
|
|
160
|
+
startsWith?: string | undefined;
|
|
161
|
+
endsWith?: string | undefined;
|
|
162
|
+
} & {
|
|
163
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
164
|
+
}>>, z.ZodString]>>>;
|
|
165
|
+
}, "strip", z.ZodTypeAny, {
|
|
166
|
+
id?: string | ({
|
|
167
|
+
equals?: string | undefined;
|
|
168
|
+
in?: string[] | undefined;
|
|
169
|
+
notIn?: string[] | undefined;
|
|
170
|
+
lt?: string | undefined;
|
|
171
|
+
lte?: string | undefined;
|
|
172
|
+
gt?: string | undefined;
|
|
173
|
+
gte?: string | undefined;
|
|
174
|
+
contains?: string | undefined;
|
|
175
|
+
startsWith?: string | undefined;
|
|
176
|
+
endsWith?: string | undefined;
|
|
177
|
+
} & {
|
|
178
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
179
|
+
}) | undefined;
|
|
180
|
+
propertyId?: string | ({
|
|
181
|
+
equals?: string | undefined;
|
|
182
|
+
in?: string[] | undefined;
|
|
183
|
+
notIn?: string[] | undefined;
|
|
184
|
+
lt?: string | undefined;
|
|
185
|
+
lte?: string | undefined;
|
|
186
|
+
gt?: string | undefined;
|
|
187
|
+
gte?: string | undefined;
|
|
188
|
+
contains?: string | undefined;
|
|
189
|
+
startsWith?: string | undefined;
|
|
190
|
+
endsWith?: string | undefined;
|
|
191
|
+
} & {
|
|
192
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
193
|
+
}) | null | undefined;
|
|
194
|
+
cmaTransactionId?: string | ({
|
|
195
|
+
equals?: string | undefined;
|
|
196
|
+
in?: string[] | undefined;
|
|
197
|
+
notIn?: string[] | undefined;
|
|
198
|
+
lt?: string | undefined;
|
|
199
|
+
lte?: string | undefined;
|
|
200
|
+
gt?: string | undefined;
|
|
201
|
+
gte?: string | undefined;
|
|
202
|
+
contains?: string | undefined;
|
|
203
|
+
startsWith?: string | undefined;
|
|
204
|
+
endsWith?: string | undefined;
|
|
205
|
+
} & {
|
|
206
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
207
|
+
}) | undefined;
|
|
208
|
+
payoutId?: string | ({
|
|
209
|
+
equals?: string | undefined;
|
|
210
|
+
in?: string[] | undefined;
|
|
211
|
+
notIn?: string[] | undefined;
|
|
212
|
+
lt?: string | undefined;
|
|
213
|
+
lte?: string | undefined;
|
|
214
|
+
gt?: string | undefined;
|
|
215
|
+
gte?: string | undefined;
|
|
216
|
+
contains?: string | undefined;
|
|
217
|
+
startsWith?: string | undefined;
|
|
218
|
+
endsWith?: string | undefined;
|
|
219
|
+
} & {
|
|
220
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
221
|
+
}) | undefined;
|
|
222
|
+
mtaTransactionId?: string | ({
|
|
223
|
+
equals?: string | undefined;
|
|
224
|
+
in?: string[] | undefined;
|
|
225
|
+
notIn?: string[] | undefined;
|
|
226
|
+
lt?: string | undefined;
|
|
227
|
+
lte?: string | undefined;
|
|
228
|
+
gt?: string | undefined;
|
|
229
|
+
gte?: string | undefined;
|
|
230
|
+
contains?: string | undefined;
|
|
231
|
+
startsWith?: string | undefined;
|
|
232
|
+
endsWith?: string | undefined;
|
|
233
|
+
} & {
|
|
234
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
235
|
+
}) | undefined;
|
|
236
|
+
targetAccountType?: string | ({
|
|
237
|
+
equals?: string | undefined;
|
|
238
|
+
in?: string[] | undefined;
|
|
239
|
+
notIn?: string[] | undefined;
|
|
240
|
+
lt?: string | undefined;
|
|
241
|
+
lte?: string | undefined;
|
|
242
|
+
gt?: string | undefined;
|
|
243
|
+
gte?: string | undefined;
|
|
244
|
+
contains?: string | undefined;
|
|
245
|
+
startsWith?: string | undefined;
|
|
246
|
+
endsWith?: string | undefined;
|
|
247
|
+
} & {
|
|
248
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
249
|
+
}) | null | undefined;
|
|
250
|
+
}, {
|
|
251
|
+
id?: string | ({
|
|
252
|
+
equals?: string | undefined;
|
|
253
|
+
in?: string[] | undefined;
|
|
254
|
+
notIn?: string[] | undefined;
|
|
255
|
+
lt?: string | undefined;
|
|
256
|
+
lte?: string | undefined;
|
|
257
|
+
gt?: string | undefined;
|
|
258
|
+
gte?: string | undefined;
|
|
259
|
+
contains?: string | undefined;
|
|
260
|
+
startsWith?: string | undefined;
|
|
261
|
+
endsWith?: string | undefined;
|
|
262
|
+
} & {
|
|
263
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
264
|
+
}) | undefined;
|
|
265
|
+
propertyId?: string | ({
|
|
266
|
+
equals?: string | undefined;
|
|
267
|
+
in?: string[] | undefined;
|
|
268
|
+
notIn?: string[] | undefined;
|
|
269
|
+
lt?: string | undefined;
|
|
270
|
+
lte?: string | undefined;
|
|
271
|
+
gt?: string | undefined;
|
|
272
|
+
gte?: string | undefined;
|
|
273
|
+
contains?: string | undefined;
|
|
274
|
+
startsWith?: string | undefined;
|
|
275
|
+
endsWith?: string | undefined;
|
|
276
|
+
} & {
|
|
277
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
278
|
+
}) | null | undefined;
|
|
279
|
+
cmaTransactionId?: string | ({
|
|
280
|
+
equals?: string | undefined;
|
|
281
|
+
in?: string[] | undefined;
|
|
282
|
+
notIn?: string[] | undefined;
|
|
283
|
+
lt?: string | undefined;
|
|
284
|
+
lte?: string | undefined;
|
|
285
|
+
gt?: string | undefined;
|
|
286
|
+
gte?: string | undefined;
|
|
287
|
+
contains?: string | undefined;
|
|
288
|
+
startsWith?: string | undefined;
|
|
289
|
+
endsWith?: string | undefined;
|
|
290
|
+
} & {
|
|
291
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
292
|
+
}) | undefined;
|
|
293
|
+
payoutId?: string | ({
|
|
294
|
+
equals?: string | undefined;
|
|
295
|
+
in?: string[] | undefined;
|
|
296
|
+
notIn?: string[] | undefined;
|
|
297
|
+
lt?: string | undefined;
|
|
298
|
+
lte?: string | undefined;
|
|
299
|
+
gt?: string | undefined;
|
|
300
|
+
gte?: string | undefined;
|
|
301
|
+
contains?: string | undefined;
|
|
302
|
+
startsWith?: string | undefined;
|
|
303
|
+
endsWith?: string | undefined;
|
|
304
|
+
} & {
|
|
305
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
306
|
+
}) | undefined;
|
|
307
|
+
mtaTransactionId?: string | ({
|
|
308
|
+
equals?: string | undefined;
|
|
309
|
+
in?: string[] | undefined;
|
|
310
|
+
notIn?: string[] | undefined;
|
|
311
|
+
lt?: string | undefined;
|
|
312
|
+
lte?: string | undefined;
|
|
313
|
+
gt?: string | undefined;
|
|
314
|
+
gte?: string | undefined;
|
|
315
|
+
contains?: string | undefined;
|
|
316
|
+
startsWith?: string | undefined;
|
|
317
|
+
endsWith?: string | undefined;
|
|
318
|
+
} & {
|
|
319
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
320
|
+
}) | undefined;
|
|
321
|
+
targetAccountType?: string | ({
|
|
322
|
+
equals?: string | undefined;
|
|
323
|
+
in?: string[] | undefined;
|
|
324
|
+
notIn?: string[] | undefined;
|
|
325
|
+
lt?: string | undefined;
|
|
326
|
+
lte?: string | undefined;
|
|
327
|
+
gt?: string | undefined;
|
|
328
|
+
gte?: string | undefined;
|
|
329
|
+
contains?: string | undefined;
|
|
330
|
+
startsWith?: string | undefined;
|
|
331
|
+
endsWith?: string | undefined;
|
|
332
|
+
} & {
|
|
333
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
334
|
+
}) | null | undefined;
|
|
335
|
+
}>;
|
|
336
|
+
export type PayoutTransactionSearchRestReq = z.input<typeof payoutTransactionSearchRestReqSchema>;
|
|
337
|
+
//# sourceMappingURL=payout-transaction-search.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payout-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout-transaction/payout-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;uBAK/C,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;;;;;;;;;;;;;uBAAR,EAAG,KAAK;;EAGR,CAAC;AAEH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC"}
|