@mikemo-coposit/am-accounting-shared 0.0.17 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/index.js +104 -28
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +2 -1
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +2 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +53 -49
- 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 +26 -24
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +16 -16
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +5 -4
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.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 +78 -72
- 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-provision-data.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +303 -276
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +31 -28
- 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 +4 -4
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +26 -24
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/cjs/utils/date.util.d.ts.map +1 -1
- package/dist/cjs/utils/property.util.d.ts +8 -0
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/cjs/utils/transaction.util.d.ts +2 -0
- package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/index.mjs +96 -26
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +2 -1
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +2 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +53 -49
- 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 +26 -24
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +16 -16
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +5 -4
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.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 +78 -72
- 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-provision-data.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +303 -276
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +31 -28
- 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 +4 -4
- package/dist/esm/schemas/property/property.rest.schema.d.ts +26 -24
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +2 -2
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/esm/utils/date.util.d.ts.map +1 -1
- package/dist/esm/utils/property.util.d.ts +8 -0
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/dist/esm/utils/transaction.util.d.ts +2 -0
- package/dist/esm/utils/transaction.util.d.ts.map +1 -1
- package/package.json +10 -20
package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts
CHANGED
|
@@ -327,6 +327,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
327
327
|
isUnknown?: boolean | null | undefined;
|
|
328
328
|
isAssignableToProperty?: boolean | null | undefined;
|
|
329
329
|
isAssignedToProperty?: boolean | null | undefined;
|
|
330
|
+
isPaidout?: boolean | null | undefined;
|
|
330
331
|
amountStr?: string | null | undefined;
|
|
331
332
|
transactionNumber?: string | null | undefined;
|
|
332
333
|
isCancelable?: boolean | null | undefined;
|
|
@@ -341,10 +342,10 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
341
342
|
isRefunded: boolean;
|
|
342
343
|
isCanceled: boolean;
|
|
343
344
|
isArchived: boolean;
|
|
344
|
-
clearedAt:
|
|
345
|
-
createdAt:
|
|
346
|
-
syncedAt:
|
|
347
|
-
updatedAt:
|
|
345
|
+
clearedAt: Date | null;
|
|
346
|
+
createdAt: Date;
|
|
347
|
+
syncedAt: Date;
|
|
348
|
+
updatedAt: Date;
|
|
348
349
|
note: string | null;
|
|
349
350
|
sourceTransactionId: string | null;
|
|
350
351
|
cancelType: string | null;
|
|
@@ -437,10 +438,10 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
437
438
|
isRefunded: boolean;
|
|
438
439
|
isCanceled: boolean;
|
|
439
440
|
isArchived: boolean;
|
|
440
|
-
clearedAt:
|
|
441
|
-
createdAt:
|
|
442
|
-
syncedAt:
|
|
443
|
-
updatedAt:
|
|
441
|
+
clearedAt: Date | null;
|
|
442
|
+
createdAt: Date;
|
|
443
|
+
syncedAt: Date;
|
|
444
|
+
updatedAt: Date;
|
|
444
445
|
note: string | null;
|
|
445
446
|
sourceTransactionId: string | null;
|
|
446
447
|
cancelType: string | null;
|
|
@@ -532,10 +533,10 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
532
533
|
isRefunded: boolean;
|
|
533
534
|
isCanceled: boolean;
|
|
534
535
|
isArchived: boolean;
|
|
535
|
-
clearedAt:
|
|
536
|
-
createdAt:
|
|
537
|
-
syncedAt:
|
|
538
|
-
updatedAt:
|
|
536
|
+
clearedAt: Date | null;
|
|
537
|
+
createdAt: Date;
|
|
538
|
+
syncedAt: Date;
|
|
539
|
+
updatedAt: Date;
|
|
539
540
|
note: string | null;
|
|
540
541
|
sourceTransactionId: string | null;
|
|
541
542
|
cancelType: string | null;
|
|
@@ -910,6 +911,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
910
911
|
isUnknown?: boolean | null | undefined;
|
|
911
912
|
isAssignableToProperty?: boolean | null | undefined;
|
|
912
913
|
isAssignedToProperty?: boolean | null | undefined;
|
|
914
|
+
isPaidout?: boolean | null | undefined;
|
|
913
915
|
amountStr?: string | null | undefined;
|
|
914
916
|
transactionNumber?: string | null | undefined;
|
|
915
917
|
isCancelable?: boolean | null | undefined;
|
|
@@ -924,10 +926,10 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
924
926
|
isRefunded: boolean;
|
|
925
927
|
isCanceled: boolean;
|
|
926
928
|
isArchived: boolean;
|
|
927
|
-
clearedAt:
|
|
928
|
-
createdAt:
|
|
929
|
-
syncedAt:
|
|
930
|
-
updatedAt:
|
|
929
|
+
clearedAt: Date | null;
|
|
930
|
+
createdAt: Date;
|
|
931
|
+
syncedAt: Date;
|
|
932
|
+
updatedAt: Date;
|
|
931
933
|
note: string | null;
|
|
932
934
|
sourceTransactionId: string | null;
|
|
933
935
|
cancelType: string | null;
|
|
@@ -1020,10 +1022,10 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1020
1022
|
isRefunded: boolean;
|
|
1021
1023
|
isCanceled: boolean;
|
|
1022
1024
|
isArchived: boolean;
|
|
1023
|
-
clearedAt:
|
|
1024
|
-
createdAt:
|
|
1025
|
-
syncedAt:
|
|
1026
|
-
updatedAt:
|
|
1025
|
+
clearedAt: Date | null;
|
|
1026
|
+
createdAt: Date;
|
|
1027
|
+
syncedAt: Date;
|
|
1028
|
+
updatedAt: Date;
|
|
1027
1029
|
note: string | null;
|
|
1028
1030
|
sourceTransactionId: string | null;
|
|
1029
1031
|
cancelType: string | null;
|
|
@@ -1115,10 +1117,10 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1115
1117
|
isRefunded: boolean;
|
|
1116
1118
|
isCanceled: boolean;
|
|
1117
1119
|
isArchived: boolean;
|
|
1118
|
-
clearedAt:
|
|
1119
|
-
createdAt:
|
|
1120
|
-
syncedAt:
|
|
1121
|
-
updatedAt:
|
|
1120
|
+
clearedAt: Date | null;
|
|
1121
|
+
createdAt: Date;
|
|
1122
|
+
syncedAt: Date;
|
|
1123
|
+
updatedAt: Date;
|
|
1122
1124
|
note: string | null;
|
|
1123
1125
|
sourceTransactionId: string | null;
|
|
1124
1126
|
cancelType: string | null;
|
|
@@ -2778,6 +2780,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2778
2780
|
isUnknown?: boolean | null | undefined;
|
|
2779
2781
|
isAssignableToProperty?: boolean | null | undefined;
|
|
2780
2782
|
isAssignedToProperty?: boolean | null | undefined;
|
|
2783
|
+
isPaidout?: boolean | null | undefined;
|
|
2781
2784
|
amountStr?: string | null | undefined;
|
|
2782
2785
|
transactionNumber?: string | null | undefined;
|
|
2783
2786
|
isCancelable?: boolean | null | undefined;
|
|
@@ -2792,10 +2795,10 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2792
2795
|
isRefunded: boolean;
|
|
2793
2796
|
isCanceled: boolean;
|
|
2794
2797
|
isArchived: boolean;
|
|
2795
|
-
clearedAt:
|
|
2796
|
-
createdAt:
|
|
2797
|
-
syncedAt:
|
|
2798
|
-
updatedAt:
|
|
2798
|
+
clearedAt: Date | null;
|
|
2799
|
+
createdAt: Date;
|
|
2800
|
+
syncedAt: Date;
|
|
2801
|
+
updatedAt: Date;
|
|
2799
2802
|
note: string | null;
|
|
2800
2803
|
sourceTransactionId: string | null;
|
|
2801
2804
|
cancelType: string | null;
|
|
@@ -2888,10 +2891,10 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2888
2891
|
isRefunded: boolean;
|
|
2889
2892
|
isCanceled: boolean;
|
|
2890
2893
|
isArchived: boolean;
|
|
2891
|
-
clearedAt:
|
|
2892
|
-
createdAt:
|
|
2893
|
-
syncedAt:
|
|
2894
|
-
updatedAt:
|
|
2894
|
+
clearedAt: Date | null;
|
|
2895
|
+
createdAt: Date;
|
|
2896
|
+
syncedAt: Date;
|
|
2897
|
+
updatedAt: Date;
|
|
2895
2898
|
note: string | null;
|
|
2896
2899
|
sourceTransactionId: string | null;
|
|
2897
2900
|
cancelType: string | null;
|
|
@@ -2983,10 +2986,10 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2983
2986
|
isRefunded: boolean;
|
|
2984
2987
|
isCanceled: boolean;
|
|
2985
2988
|
isArchived: boolean;
|
|
2986
|
-
clearedAt:
|
|
2987
|
-
createdAt:
|
|
2988
|
-
syncedAt:
|
|
2989
|
-
updatedAt:
|
|
2989
|
+
clearedAt: Date | null;
|
|
2990
|
+
createdAt: Date;
|
|
2991
|
+
syncedAt: Date;
|
|
2992
|
+
updatedAt: Date;
|
|
2990
2993
|
note: string | null;
|
|
2991
2994
|
sourceTransactionId: string | null;
|
|
2992
2995
|
cancelType: string | null;
|
|
@@ -3361,6 +3364,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3361
3364
|
isUnknown?: boolean | null | undefined;
|
|
3362
3365
|
isAssignableToProperty?: boolean | null | undefined;
|
|
3363
3366
|
isAssignedToProperty?: boolean | null | undefined;
|
|
3367
|
+
isPaidout?: boolean | null | undefined;
|
|
3364
3368
|
amountStr?: string | null | undefined;
|
|
3365
3369
|
transactionNumber?: string | null | undefined;
|
|
3366
3370
|
isCancelable?: boolean | null | undefined;
|
|
@@ -3375,10 +3379,10 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3375
3379
|
isRefunded: boolean;
|
|
3376
3380
|
isCanceled: boolean;
|
|
3377
3381
|
isArchived: boolean;
|
|
3378
|
-
clearedAt:
|
|
3379
|
-
createdAt:
|
|
3380
|
-
syncedAt:
|
|
3381
|
-
updatedAt:
|
|
3382
|
+
clearedAt: Date | null;
|
|
3383
|
+
createdAt: Date;
|
|
3384
|
+
syncedAt: Date;
|
|
3385
|
+
updatedAt: Date;
|
|
3382
3386
|
note: string | null;
|
|
3383
3387
|
sourceTransactionId: string | null;
|
|
3384
3388
|
cancelType: string | null;
|
|
@@ -3471,10 +3475,10 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3471
3475
|
isRefunded: boolean;
|
|
3472
3476
|
isCanceled: boolean;
|
|
3473
3477
|
isArchived: boolean;
|
|
3474
|
-
clearedAt:
|
|
3475
|
-
createdAt:
|
|
3476
|
-
syncedAt:
|
|
3477
|
-
updatedAt:
|
|
3478
|
+
clearedAt: Date | null;
|
|
3479
|
+
createdAt: Date;
|
|
3480
|
+
syncedAt: Date;
|
|
3481
|
+
updatedAt: Date;
|
|
3478
3482
|
note: string | null;
|
|
3479
3483
|
sourceTransactionId: string | null;
|
|
3480
3484
|
cancelType: string | null;
|
|
@@ -3566,10 +3570,10 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3566
3570
|
isRefunded: boolean;
|
|
3567
3571
|
isCanceled: boolean;
|
|
3568
3572
|
isArchived: boolean;
|
|
3569
|
-
clearedAt:
|
|
3570
|
-
createdAt:
|
|
3571
|
-
syncedAt:
|
|
3572
|
-
updatedAt:
|
|
3573
|
+
clearedAt: Date | null;
|
|
3574
|
+
createdAt: Date;
|
|
3575
|
+
syncedAt: Date;
|
|
3576
|
+
updatedAt: Date;
|
|
3573
3577
|
note: string | null;
|
|
3574
3578
|
sourceTransactionId: string | null;
|
|
3575
3579
|
cancelType: string | null;
|
|
@@ -5251,6 +5255,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5251
5255
|
isUnknown?: boolean | null | undefined;
|
|
5252
5256
|
isAssignableToProperty?: boolean | null | undefined;
|
|
5253
5257
|
isAssignedToProperty?: boolean | null | undefined;
|
|
5258
|
+
isPaidout?: boolean | null | undefined;
|
|
5254
5259
|
amountStr?: string | null | undefined;
|
|
5255
5260
|
transactionNumber?: string | null | undefined;
|
|
5256
5261
|
isCancelable?: boolean | null | undefined;
|
|
@@ -5265,10 +5270,10 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5265
5270
|
isRefunded: boolean;
|
|
5266
5271
|
isCanceled: boolean;
|
|
5267
5272
|
isArchived: boolean;
|
|
5268
|
-
clearedAt:
|
|
5269
|
-
createdAt:
|
|
5270
|
-
syncedAt:
|
|
5271
|
-
updatedAt:
|
|
5273
|
+
clearedAt: Date | null;
|
|
5274
|
+
createdAt: Date;
|
|
5275
|
+
syncedAt: Date;
|
|
5276
|
+
updatedAt: Date;
|
|
5272
5277
|
note: string | null;
|
|
5273
5278
|
sourceTransactionId: string | null;
|
|
5274
5279
|
cancelType: string | null;
|
|
@@ -5361,10 +5366,10 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5361
5366
|
isRefunded: boolean;
|
|
5362
5367
|
isCanceled: boolean;
|
|
5363
5368
|
isArchived: boolean;
|
|
5364
|
-
clearedAt:
|
|
5365
|
-
createdAt:
|
|
5366
|
-
syncedAt:
|
|
5367
|
-
updatedAt:
|
|
5369
|
+
clearedAt: Date | null;
|
|
5370
|
+
createdAt: Date;
|
|
5371
|
+
syncedAt: Date;
|
|
5372
|
+
updatedAt: Date;
|
|
5368
5373
|
note: string | null;
|
|
5369
5374
|
sourceTransactionId: string | null;
|
|
5370
5375
|
cancelType: string | null;
|
|
@@ -5456,10 +5461,10 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5456
5461
|
isRefunded: boolean;
|
|
5457
5462
|
isCanceled: boolean;
|
|
5458
5463
|
isArchived: boolean;
|
|
5459
|
-
clearedAt:
|
|
5460
|
-
createdAt:
|
|
5461
|
-
syncedAt:
|
|
5462
|
-
updatedAt:
|
|
5464
|
+
clearedAt: Date | null;
|
|
5465
|
+
createdAt: Date;
|
|
5466
|
+
syncedAt: Date;
|
|
5467
|
+
updatedAt: Date;
|
|
5463
5468
|
note: string | null;
|
|
5464
5469
|
sourceTransactionId: string | null;
|
|
5465
5470
|
cancelType: string | null;
|
|
@@ -5834,6 +5839,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5834
5839
|
isUnknown?: boolean | null | undefined;
|
|
5835
5840
|
isAssignableToProperty?: boolean | null | undefined;
|
|
5836
5841
|
isAssignedToProperty?: boolean | null | undefined;
|
|
5842
|
+
isPaidout?: boolean | null | undefined;
|
|
5837
5843
|
amountStr?: string | null | undefined;
|
|
5838
5844
|
transactionNumber?: string | null | undefined;
|
|
5839
5845
|
isCancelable?: boolean | null | undefined;
|
|
@@ -5848,10 +5854,10 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5848
5854
|
isRefunded: boolean;
|
|
5849
5855
|
isCanceled: boolean;
|
|
5850
5856
|
isArchived: boolean;
|
|
5851
|
-
clearedAt:
|
|
5852
|
-
createdAt:
|
|
5853
|
-
syncedAt:
|
|
5854
|
-
updatedAt:
|
|
5857
|
+
clearedAt: Date | null;
|
|
5858
|
+
createdAt: Date;
|
|
5859
|
+
syncedAt: Date;
|
|
5860
|
+
updatedAt: Date;
|
|
5855
5861
|
note: string | null;
|
|
5856
5862
|
sourceTransactionId: string | null;
|
|
5857
5863
|
cancelType: string | null;
|
|
@@ -5944,10 +5950,10 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5944
5950
|
isRefunded: boolean;
|
|
5945
5951
|
isCanceled: boolean;
|
|
5946
5952
|
isArchived: boolean;
|
|
5947
|
-
clearedAt:
|
|
5948
|
-
createdAt:
|
|
5949
|
-
syncedAt:
|
|
5950
|
-
updatedAt:
|
|
5953
|
+
clearedAt: Date | null;
|
|
5954
|
+
createdAt: Date;
|
|
5955
|
+
syncedAt: Date;
|
|
5956
|
+
updatedAt: Date;
|
|
5951
5957
|
note: string | null;
|
|
5952
5958
|
sourceTransactionId: string | null;
|
|
5953
5959
|
cancelType: string | null;
|
|
@@ -6039,10 +6045,10 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6039
6045
|
isRefunded: boolean;
|
|
6040
6046
|
isCanceled: boolean;
|
|
6041
6047
|
isArchived: boolean;
|
|
6042
|
-
clearedAt:
|
|
6043
|
-
createdAt:
|
|
6044
|
-
syncedAt:
|
|
6045
|
-
updatedAt:
|
|
6048
|
+
clearedAt: Date | null;
|
|
6049
|
+
createdAt: Date;
|
|
6050
|
+
syncedAt: Date;
|
|
6051
|
+
updatedAt: Date;
|
|
6046
6052
|
note: string | null;
|
|
6047
6053
|
sourceTransactionId: string | null;
|
|
6048
6054
|
cancelType: string | null;
|
|
@@ -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
|
|
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"}
|
|
@@ -195,10 +195,10 @@ export declare const payoutProvisionDataEntitySchema: z.ZodDiscriminatedUnion<[z
|
|
|
195
195
|
isRefunded: z.ZodBoolean;
|
|
196
196
|
isCanceled: z.ZodBoolean;
|
|
197
197
|
isArchived: z.ZodBoolean;
|
|
198
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
199
|
-
createdAt: z.ZodCoercedDate<
|
|
200
|
-
syncedAt: z.ZodCoercedDate<
|
|
201
|
-
updatedAt: z.ZodCoercedDate<
|
|
198
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
199
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
200
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
201
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
202
202
|
note: z.ZodNullable<z.ZodString>;
|
|
203
203
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
204
204
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -209,10 +209,10 @@ export declare const payoutEntitySchema: z.ZodObject<{
|
|
|
209
209
|
isRefunded: z.ZodBoolean;
|
|
210
210
|
isCanceled: z.ZodBoolean;
|
|
211
211
|
isArchived: z.ZodBoolean;
|
|
212
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
213
|
-
createdAt: z.ZodCoercedDate<
|
|
214
|
-
syncedAt: z.ZodCoercedDate<
|
|
215
|
-
updatedAt: z.ZodCoercedDate<
|
|
212
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
213
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
214
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
215
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
216
216
|
note: z.ZodNullable<z.ZodString>;
|
|
217
217
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
218
218
|
cancelType: z.ZodNullable<z.ZodString>;
|