@mikemo-coposit/am-accounting-shared 1.1.2 → 1.2.0
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/cma.constant.d.ts +1 -0
- package/dist/cjs/constants/cma/cma.constant.d.ts.map +1 -1
- package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/index.cjs +118 -44
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +11 -5
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +4 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +95 -0
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts +17 -0
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-closure-request/index.d.ts +3 -0
- package/dist/cjs/schemas/cma-closure-request/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +11 -5
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/index.d.ts +1 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +3 -3
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/string-null.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/search/string-null.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +11 -5
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +6 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +37 -7
- 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 +3 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project-search.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +20 -8
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/constants/cma/cma.constant.d.ts +1 -0
- package/dist/esm/constants/cma/cma.constant.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/index.js +103 -44
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +11 -5
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +4 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +95 -0
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts +17 -0
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-closure-request/index.d.ts +3 -0
- package/dist/esm/schemas/cma-closure-request/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +11 -5
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/index.d.ts +1 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +3 -3
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/string-null.schema.d.ts +3 -0
- package/dist/esm/schemas/common/search/string-null.schema.d.ts.map +1 -0
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +11 -5
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +6 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +37 -7
- 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 +3 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project-search.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +20 -8
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/package.json +18 -25
|
@@ -391,8 +391,8 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
391
391
|
}, z.core.$strict>>]>>;
|
|
392
392
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
393
393
|
mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
394
|
-
equals: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
395
|
-
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
394
|
+
equals: z.ZodOptional<z.ZodNullable<z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>>>;
|
|
395
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
396
396
|
equals: z.ZodOptional<z.ZodString>;
|
|
397
397
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
398
398
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1104,8 +1104,8 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
1104
1104
|
} | undefined;
|
|
1105
1105
|
}>>>>;
|
|
1106
1106
|
cmaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1107
|
-
equals: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
1108
|
-
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
1107
|
+
equals: z.ZodOptional<z.ZodNullable<z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>>>;
|
|
1108
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
1109
1109
|
equals: z.ZodOptional<z.ZodString>;
|
|
1110
1110
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1111
1111
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1130,7 +1130,13 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
1130
1130
|
readonly DEFAULT: "default";
|
|
1131
1131
|
readonly INSENSITIVE: "insensitive";
|
|
1132
1132
|
}>>>>;
|
|
1133
|
-
}, z.core.$strict>>>>, z.ZodString]>>;
|
|
1133
|
+
}, z.core.$strict>>>>, z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>]>>;
|
|
1134
|
+
isCmaRequired: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
1135
|
+
equals: z.ZodPipe<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>, z.ZodTransform<boolean, string | boolean>>;
|
|
1136
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodLazy<z.ZodObject<{
|
|
1137
|
+
equals: z.ZodPipe<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>, z.ZodTransform<boolean, string | boolean>>;
|
|
1138
|
+
}, z.core.$strict>>]>>;
|
|
1139
|
+
}, z.core.$strict>>, z.ZodBoolean, z.ZodCodec<z.ZodString, z.ZodBoolean>]>>;
|
|
1134
1140
|
page: z.ZodOptional<z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>>;
|
|
1135
1141
|
pageSize: z.ZodOptional<z.ZodPipe<z.ZodCoercedNumber<string | number>, z.ZodInt>>;
|
|
1136
1142
|
}, z.core.$strip>>]>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"cma-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA8BR,CAAC;AAEvC,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/schemas/common/search/index.ts"],"names":[],"mappings":"AAEA,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/schemas/common/search/index.ts"],"names":[],"mappings":"AAEA,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { z } from
|
|
1
|
+
import { z } from "zod";
|
|
2
2
|
export declare const StringFilterBaseSchema: z.ZodObject<{
|
|
3
3
|
equals: z.ZodOptional<z.ZodString>;
|
|
4
4
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -40,8 +40,8 @@ export declare const stringFilterSchema: z.ZodObject<{
|
|
|
40
40
|
}, z.core.$strict>>]>>;
|
|
41
41
|
}, z.core.$strict>;
|
|
42
42
|
export declare const stringNullableFilterSchema: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
43
|
-
equals: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
44
|
-
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
43
|
+
equals: z.ZodOptional<z.ZodNullable<z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>>>;
|
|
44
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
45
45
|
equals: z.ZodOptional<z.ZodString>;
|
|
46
46
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
47
47
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"string-filter.schema.d.ts","sourceRoot":"","sources":["../../../../../packages/schemas/common/search/string-filter.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"string-filter.schema.d.ts","sourceRoot":"","sources":["../../../../../packages/schemas/common/search/string-filter.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;kBAWjC,CAAC;AAMH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAiB7B,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAM3B,CAAC;AAEb,eAAO,MAAM,wBAAwB;;;;;;;kBAOnC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"string-null.schema.d.ts","sourceRoot":"","sources":["../../../../../packages/schemas/common/search/string-null.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAY,MAAM,KAAK,CAAC;AAE/B,eAAO,MAAM,gBAAgB,wEAa3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/schemas/index.ts"],"names":[],"mappings":"AAEA,cAAc,OAAO,CAAC;AACtB,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,qCAAqC,CAAC;AACpD,cAAc,sBAAsB,CAAC;AACrC,cAAc,WAAW,CAAC;AAC1B,cAAc,0BAA0B,CAAC;AACzC,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/schemas/index.ts"],"names":[],"mappings":"AAEA,cAAc,OAAO,CAAC;AACtB,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,qCAAqC,CAAC;AACpD,cAAc,sBAAsB,CAAC;AACrC,cAAc,WAAW,CAAC;AAC1B,cAAc,0BAA0B,CAAC;AACzC,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC"}
|
|
@@ -746,8 +746,8 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
746
746
|
} | undefined;
|
|
747
747
|
}>>>>;
|
|
748
748
|
cmaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
749
|
-
equals: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
750
|
-
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
749
|
+
equals: z.ZodOptional<z.ZodNullable<z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>>>;
|
|
750
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
751
751
|
equals: z.ZodOptional<z.ZodString>;
|
|
752
752
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
753
753
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -772,7 +772,7 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
772
772
|
readonly DEFAULT: "default";
|
|
773
773
|
readonly INSENSITIVE: "insensitive";
|
|
774
774
|
}>>>>;
|
|
775
|
-
}, z.core.$strict>>>>, z.ZodString]>>;
|
|
775
|
+
}, z.core.$strict>>>>, z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>]>>;
|
|
776
776
|
balanceCents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
777
777
|
equals: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
778
778
|
in: z.ZodOptional<z.ZodArray<z.ZodCoercedBigInt<string | number | bigint>>>;
|
|
@@ -967,6 +967,12 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
967
967
|
gte: z.ZodOptional<z.ZodCoercedBigInt<string | number | bigint>>;
|
|
968
968
|
}, z.core.$strip>>]>>;
|
|
969
969
|
}, z.core.$strip>>, z.ZodCoercedBigInt<string | number | bigint>]>>;
|
|
970
|
+
isCmaRequired: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
971
|
+
equals: z.ZodPipe<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>, z.ZodTransform<boolean, string | boolean>>;
|
|
972
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodLazy<z.ZodObject<{
|
|
973
|
+
equals: z.ZodPipe<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>, z.ZodTransform<boolean, string | boolean>>;
|
|
974
|
+
}, z.core.$strict>>]>>;
|
|
975
|
+
}, z.core.$strict>>, z.ZodBoolean, z.ZodCodec<z.ZodString, z.ZodBoolean>]>>;
|
|
970
976
|
stage: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
971
977
|
equals: z.ZodOptional<z.ZodString>;
|
|
972
978
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1084,8 +1090,8 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
1084
1090
|
}, z.core.$strict>>]>>;
|
|
1085
1091
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
1086
1092
|
mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1087
|
-
equals: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
1088
|
-
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
1093
|
+
equals: z.ZodOptional<z.ZodNullable<z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>>>;
|
|
1094
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodString, z.ZodUnion<readonly [z.ZodNull, z.ZodString]>>, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
1089
1095
|
equals: z.ZodOptional<z.ZodString>;
|
|
1090
1096
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1091
1097
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"mta-transaction-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAsBR,CAAC;AAEvC,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
|
package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts
CHANGED
|
@@ -1294,9 +1294,11 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1294
1294
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
1295
1295
|
readonly ACTIVE: "active";
|
|
1296
1296
|
readonly INACTIVE: "inactive";
|
|
1297
|
+
readonly CLOSED: "closed";
|
|
1297
1298
|
}>]>, z.ZodEnum<{
|
|
1298
1299
|
readonly ACTIVE: "active";
|
|
1299
1300
|
readonly INACTIVE: "inactive";
|
|
1301
|
+
readonly CLOSED: "closed";
|
|
1300
1302
|
}>>;
|
|
1301
1303
|
readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
|
|
1302
1304
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3854,9 +3856,11 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3854
3856
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
3855
3857
|
readonly ACTIVE: "active";
|
|
3856
3858
|
readonly INACTIVE: "inactive";
|
|
3859
|
+
readonly CLOSED: "closed";
|
|
3857
3860
|
}>]>, z.ZodEnum<{
|
|
3858
3861
|
readonly ACTIVE: "active";
|
|
3859
3862
|
readonly INACTIVE: "inactive";
|
|
3863
|
+
readonly CLOSED: "closed";
|
|
3860
3864
|
}>>;
|
|
3861
3865
|
readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
|
|
3862
3866
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6436,9 +6440,11 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6436
6440
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
6437
6441
|
readonly ACTIVE: "active";
|
|
6438
6442
|
readonly INACTIVE: "inactive";
|
|
6443
|
+
readonly CLOSED: "closed";
|
|
6439
6444
|
}>]>, z.ZodEnum<{
|
|
6440
6445
|
readonly ACTIVE: "active";
|
|
6441
6446
|
readonly INACTIVE: "inactive";
|
|
6447
|
+
readonly CLOSED: "closed";
|
|
6442
6448
|
}>>;
|
|
6443
6449
|
readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
|
|
6444
6450
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provision-data.mta-to-cma-payout.rest.schema.d.ts","sourceRoot":"","sources":["../../../../../packages/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIvC,CAAC;AAEX,eAAO,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"provision-data.mta-to-cma-payout.rest.schema.d.ts","sourceRoot":"","sources":["../../../../../packages/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIvC,CAAC;AAEX,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGvC,CAAC;AAEX,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAG1C,CAAC;AAEH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIxC,CAAC;AAEX,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
|
|
@@ -163,7 +163,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
163
163
|
bsb: string | null;
|
|
164
164
|
accountNumber: string;
|
|
165
165
|
id: string;
|
|
166
|
-
status: "active" | "inactive";
|
|
166
|
+
status: "active" | "inactive" | "closed";
|
|
167
167
|
isArchived: boolean;
|
|
168
168
|
createdAt: Date;
|
|
169
169
|
updatedAt: Date;
|
|
@@ -678,9 +678,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
678
678
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
679
679
|
readonly ACTIVE: "active";
|
|
680
680
|
readonly INACTIVE: "inactive";
|
|
681
|
+
readonly CLOSED: "closed";
|
|
681
682
|
}>]>, z.ZodEnum<{
|
|
682
683
|
readonly ACTIVE: "active";
|
|
683
684
|
readonly INACTIVE: "inactive";
|
|
685
|
+
readonly CLOSED: "closed";
|
|
684
686
|
}>>;
|
|
685
687
|
}, z.core.$strip>>>;
|
|
686
688
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
@@ -4152,9 +4154,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4152
4154
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
4153
4155
|
readonly ACTIVE: "active";
|
|
4154
4156
|
readonly INACTIVE: "inactive";
|
|
4157
|
+
readonly CLOSED: "closed";
|
|
4155
4158
|
}>]>, z.ZodEnum<{
|
|
4156
4159
|
readonly ACTIVE: "active";
|
|
4157
4160
|
readonly INACTIVE: "inactive";
|
|
4161
|
+
readonly CLOSED: "closed";
|
|
4158
4162
|
}>>;
|
|
4159
4163
|
}, z.core.$strip>>>;
|
|
4160
4164
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
@@ -7092,9 +7096,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7092
7096
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
7093
7097
|
readonly ACTIVE: "active";
|
|
7094
7098
|
readonly INACTIVE: "inactive";
|
|
7099
|
+
readonly CLOSED: "closed";
|
|
7095
7100
|
}>]>, z.ZodEnum<{
|
|
7096
7101
|
readonly ACTIVE: "active";
|
|
7097
7102
|
readonly INACTIVE: "inactive";
|
|
7103
|
+
readonly CLOSED: "closed";
|
|
7098
7104
|
}>>;
|
|
7099
7105
|
}, z.core.$strip>>>>;
|
|
7100
7106
|
payments: z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
@@ -7123,7 +7129,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7123
7129
|
bsb: string | null;
|
|
7124
7130
|
accountNumber: string;
|
|
7125
7131
|
id: string;
|
|
7126
|
-
status: "active" | "inactive";
|
|
7132
|
+
status: "active" | "inactive" | "closed";
|
|
7127
7133
|
isArchived: boolean;
|
|
7128
7134
|
createdAt: Date;
|
|
7129
7135
|
updatedAt: Date;
|
|
@@ -7579,9 +7585,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7579
7585
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
7580
7586
|
readonly ACTIVE: "active";
|
|
7581
7587
|
readonly INACTIVE: "inactive";
|
|
7588
|
+
readonly CLOSED: "closed";
|
|
7582
7589
|
}>]>, z.ZodEnum<{
|
|
7583
7590
|
readonly ACTIVE: "active";
|
|
7584
7591
|
readonly INACTIVE: "inactive";
|
|
7592
|
+
readonly CLOSED: "closed";
|
|
7585
7593
|
}>>;
|
|
7586
7594
|
}, z.core.$strip>>>;
|
|
7587
7595
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
@@ -10683,9 +10691,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10683
10691
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
10684
10692
|
readonly ACTIVE: "active";
|
|
10685
10693
|
readonly INACTIVE: "inactive";
|
|
10694
|
+
readonly CLOSED: "closed";
|
|
10686
10695
|
}>]>, z.ZodEnum<{
|
|
10687
10696
|
readonly ACTIVE: "active";
|
|
10688
10697
|
readonly INACTIVE: "inactive";
|
|
10698
|
+
readonly CLOSED: "closed";
|
|
10689
10699
|
}>>;
|
|
10690
10700
|
}, z.core.$strip>>>;
|
|
10691
10701
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
@@ -13914,9 +13924,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13914
13924
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
13915
13925
|
readonly ACTIVE: "active";
|
|
13916
13926
|
readonly INACTIVE: "inactive";
|
|
13927
|
+
readonly CLOSED: "closed";
|
|
13917
13928
|
}>]>, z.ZodEnum<{
|
|
13918
13929
|
readonly ACTIVE: "active";
|
|
13919
13930
|
readonly INACTIVE: "inactive";
|
|
13931
|
+
readonly CLOSED: "closed";
|
|
13920
13932
|
}>>;
|
|
13921
13933
|
}, z.core.$strip>>>;
|
|
13922
13934
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
@@ -16853,9 +16865,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16853
16865
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
16854
16866
|
readonly ACTIVE: "active";
|
|
16855
16867
|
readonly INACTIVE: "inactive";
|
|
16868
|
+
readonly CLOSED: "closed";
|
|
16856
16869
|
}>]>, z.ZodEnum<{
|
|
16857
16870
|
readonly ACTIVE: "active";
|
|
16858
16871
|
readonly INACTIVE: "inactive";
|
|
16872
|
+
readonly CLOSED: "closed";
|
|
16859
16873
|
}>>;
|
|
16860
16874
|
}, z.core.$strip>>>>;
|
|
16861
16875
|
payments: z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
@@ -16884,7 +16898,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16884
16898
|
bsb: string | null;
|
|
16885
16899
|
accountNumber: string;
|
|
16886
16900
|
id: string;
|
|
16887
|
-
status: "active" | "inactive";
|
|
16901
|
+
status: "active" | "inactive" | "closed";
|
|
16888
16902
|
isArchived: boolean;
|
|
16889
16903
|
createdAt: Date;
|
|
16890
16904
|
updatedAt: Date;
|
|
@@ -17340,9 +17354,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17340
17354
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
17341
17355
|
readonly ACTIVE: "active";
|
|
17342
17356
|
readonly INACTIVE: "inactive";
|
|
17357
|
+
readonly CLOSED: "closed";
|
|
17343
17358
|
}>]>, z.ZodEnum<{
|
|
17344
17359
|
readonly ACTIVE: "active";
|
|
17345
17360
|
readonly INACTIVE: "inactive";
|
|
17361
|
+
readonly CLOSED: "closed";
|
|
17346
17362
|
}>>;
|
|
17347
17363
|
}, z.core.$strip>>>;
|
|
17348
17364
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
@@ -20388,9 +20404,11 @@ export declare const refundPayoutRestResSchema: z.ZodObject<{
|
|
|
20388
20404
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
20389
20405
|
readonly ACTIVE: "active";
|
|
20390
20406
|
readonly INACTIVE: "inactive";
|
|
20407
|
+
readonly CLOSED: "closed";
|
|
20391
20408
|
}>]>, z.ZodEnum<{
|
|
20392
20409
|
readonly ACTIVE: "active";
|
|
20393
20410
|
readonly INACTIVE: "inactive";
|
|
20411
|
+
readonly CLOSED: "closed";
|
|
20394
20412
|
}>>;
|
|
20395
20413
|
}, z.core.$strip>>>;
|
|
20396
20414
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
@@ -23572,7 +23590,7 @@ export declare const refundPayoutRestResSchema: z.ZodObject<{
|
|
|
23572
23590
|
bsb: string | null;
|
|
23573
23591
|
accountNumber: string;
|
|
23574
23592
|
id: string;
|
|
23575
|
-
status: "active" | "inactive";
|
|
23593
|
+
status: "active" | "inactive" | "closed";
|
|
23576
23594
|
isArchived: boolean;
|
|
23577
23595
|
createdAt: Date;
|
|
23578
23596
|
updatedAt: Date;
|
|
@@ -24192,7 +24210,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24192
24210
|
bsb: string | null;
|
|
24193
24211
|
accountNumber: string;
|
|
24194
24212
|
id: string;
|
|
24195
|
-
status: "active" | "inactive";
|
|
24213
|
+
status: "active" | "inactive" | "closed";
|
|
24196
24214
|
isArchived: boolean;
|
|
24197
24215
|
createdAt: Date;
|
|
24198
24216
|
updatedAt: Date;
|
|
@@ -24707,9 +24725,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24707
24725
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
24708
24726
|
readonly ACTIVE: "active";
|
|
24709
24727
|
readonly INACTIVE: "inactive";
|
|
24728
|
+
readonly CLOSED: "closed";
|
|
24710
24729
|
}>]>, z.ZodEnum<{
|
|
24711
24730
|
readonly ACTIVE: "active";
|
|
24712
24731
|
readonly INACTIVE: "inactive";
|
|
24732
|
+
readonly CLOSED: "closed";
|
|
24713
24733
|
}>>;
|
|
24714
24734
|
}, z.core.$strip>>>;
|
|
24715
24735
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
@@ -28180,9 +28200,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28180
28200
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
28181
28201
|
readonly ACTIVE: "active";
|
|
28182
28202
|
readonly INACTIVE: "inactive";
|
|
28203
|
+
readonly CLOSED: "closed";
|
|
28183
28204
|
}>]>, z.ZodEnum<{
|
|
28184
28205
|
readonly ACTIVE: "active";
|
|
28185
28206
|
readonly INACTIVE: "inactive";
|
|
28207
|
+
readonly CLOSED: "closed";
|
|
28186
28208
|
}>>;
|
|
28187
28209
|
}, z.core.$strip>>>;
|
|
28188
28210
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
@@ -31119,9 +31141,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31119
31141
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
31120
31142
|
readonly ACTIVE: "active";
|
|
31121
31143
|
readonly INACTIVE: "inactive";
|
|
31144
|
+
readonly CLOSED: "closed";
|
|
31122
31145
|
}>]>, z.ZodEnum<{
|
|
31123
31146
|
readonly ACTIVE: "active";
|
|
31124
31147
|
readonly INACTIVE: "inactive";
|
|
31148
|
+
readonly CLOSED: "closed";
|
|
31125
31149
|
}>>;
|
|
31126
31150
|
}, z.core.$strip>>>>;
|
|
31127
31151
|
payments: z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
@@ -31150,7 +31174,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31150
31174
|
bsb: string | null;
|
|
31151
31175
|
accountNumber: string;
|
|
31152
31176
|
id: string;
|
|
31153
|
-
status: "active" | "inactive";
|
|
31177
|
+
status: "active" | "inactive" | "closed";
|
|
31154
31178
|
isArchived: boolean;
|
|
31155
31179
|
createdAt: Date;
|
|
31156
31180
|
updatedAt: Date;
|
|
@@ -31606,9 +31630,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31606
31630
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
31607
31631
|
readonly ACTIVE: "active";
|
|
31608
31632
|
readonly INACTIVE: "inactive";
|
|
31633
|
+
readonly CLOSED: "closed";
|
|
31609
31634
|
}>]>, z.ZodEnum<{
|
|
31610
31635
|
readonly ACTIVE: "active";
|
|
31611
31636
|
readonly INACTIVE: "inactive";
|
|
31637
|
+
readonly CLOSED: "closed";
|
|
31612
31638
|
}>>;
|
|
31613
31639
|
}, z.core.$strip>>>;
|
|
31614
31640
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
@@ -34709,9 +34735,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
34709
34735
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
34710
34736
|
readonly ACTIVE: "active";
|
|
34711
34737
|
readonly INACTIVE: "inactive";
|
|
34738
|
+
readonly CLOSED: "closed";
|
|
34712
34739
|
}>]>, z.ZodEnum<{
|
|
34713
34740
|
readonly ACTIVE: "active";
|
|
34714
34741
|
readonly INACTIVE: "inactive";
|
|
34742
|
+
readonly CLOSED: "closed";
|
|
34715
34743
|
}>>;
|
|
34716
34744
|
}, z.core.$strip>>>;
|
|
34717
34745
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
@@ -37883,9 +37911,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
37883
37911
|
status: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodEnum<{
|
|
37884
37912
|
readonly ACTIVE: "active";
|
|
37885
37913
|
readonly INACTIVE: "inactive";
|
|
37914
|
+
readonly CLOSED: "closed";
|
|
37886
37915
|
}>]>, z.ZodEnum<{
|
|
37887
37916
|
readonly ACTIVE: "active";
|
|
37888
37917
|
readonly INACTIVE: "inactive";
|
|
37918
|
+
readonly CLOSED: "closed";
|
|
37889
37919
|
}>>;
|
|
37890
37920
|
}, z.core.$strip>>>;
|
|
37891
37921
|
cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
|
|
@@ -41067,7 +41097,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
41067
41097
|
bsb: string | null;
|
|
41068
41098
|
accountNumber: string;
|
|
41069
41099
|
id: string;
|
|
41070
|
-
status: "active" | "inactive";
|
|
41100
|
+
status: "active" | "inactive" | "closed";
|
|
41071
41101
|
isArchived: boolean;
|
|
41072
41102
|
createdAt: Date;
|
|
41073
41103
|
updatedAt: Date;
|