@mikemo-coposit/am-accounting-shared 0.0.17 → 0.0.18
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 +77 -18
- 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 +69 -16
- 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 +1 -1
|
@@ -2225,6 +2225,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2225
2225
|
isUnknown?: boolean | null | undefined;
|
|
2226
2226
|
isAssignableToProperty?: boolean | null | undefined;
|
|
2227
2227
|
isAssignedToProperty?: boolean | null | undefined;
|
|
2228
|
+
isPaidout?: boolean | null | undefined;
|
|
2228
2229
|
amountStr?: string | null | undefined;
|
|
2229
2230
|
transactionNumber?: string | null | undefined;
|
|
2230
2231
|
isCancelable?: boolean | null | undefined;
|
|
@@ -2239,10 +2240,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2239
2240
|
isRefunded: boolean;
|
|
2240
2241
|
isCanceled: boolean;
|
|
2241
2242
|
isArchived: boolean;
|
|
2242
|
-
clearedAt:
|
|
2243
|
-
createdAt:
|
|
2244
|
-
syncedAt:
|
|
2245
|
-
updatedAt:
|
|
2243
|
+
clearedAt: Date | null;
|
|
2244
|
+
createdAt: Date;
|
|
2245
|
+
syncedAt: Date;
|
|
2246
|
+
updatedAt: Date;
|
|
2246
2247
|
note: string | null;
|
|
2247
2248
|
sourceTransactionId: string | null;
|
|
2248
2249
|
cancelType: string | null;
|
|
@@ -2335,10 +2336,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2335
2336
|
isRefunded: boolean;
|
|
2336
2337
|
isCanceled: boolean;
|
|
2337
2338
|
isArchived: boolean;
|
|
2338
|
-
clearedAt:
|
|
2339
|
-
createdAt:
|
|
2340
|
-
syncedAt:
|
|
2341
|
-
updatedAt:
|
|
2339
|
+
clearedAt: Date | null;
|
|
2340
|
+
createdAt: Date;
|
|
2341
|
+
syncedAt: Date;
|
|
2342
|
+
updatedAt: Date;
|
|
2342
2343
|
note: string | null;
|
|
2343
2344
|
sourceTransactionId: string | null;
|
|
2344
2345
|
cancelType: string | null;
|
|
@@ -2430,10 +2431,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2430
2431
|
isRefunded: boolean;
|
|
2431
2432
|
isCanceled: boolean;
|
|
2432
2433
|
isArchived: boolean;
|
|
2433
|
-
clearedAt:
|
|
2434
|
-
createdAt:
|
|
2435
|
-
syncedAt:
|
|
2436
|
-
updatedAt:
|
|
2434
|
+
clearedAt: Date | null;
|
|
2435
|
+
createdAt: Date;
|
|
2436
|
+
syncedAt: Date;
|
|
2437
|
+
updatedAt: Date;
|
|
2437
2438
|
note: string | null;
|
|
2438
2439
|
sourceTransactionId: string | null;
|
|
2439
2440
|
cancelType: string | null;
|
|
@@ -2808,6 +2809,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2808
2809
|
isUnknown?: boolean | null | undefined;
|
|
2809
2810
|
isAssignableToProperty?: boolean | null | undefined;
|
|
2810
2811
|
isAssignedToProperty?: boolean | null | undefined;
|
|
2812
|
+
isPaidout?: boolean | null | undefined;
|
|
2811
2813
|
amountStr?: string | null | undefined;
|
|
2812
2814
|
transactionNumber?: string | null | undefined;
|
|
2813
2815
|
isCancelable?: boolean | null | undefined;
|
|
@@ -2822,10 +2824,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2822
2824
|
isRefunded: boolean;
|
|
2823
2825
|
isCanceled: boolean;
|
|
2824
2826
|
isArchived: boolean;
|
|
2825
|
-
clearedAt:
|
|
2826
|
-
createdAt:
|
|
2827
|
-
syncedAt:
|
|
2828
|
-
updatedAt:
|
|
2827
|
+
clearedAt: Date | null;
|
|
2828
|
+
createdAt: Date;
|
|
2829
|
+
syncedAt: Date;
|
|
2830
|
+
updatedAt: Date;
|
|
2829
2831
|
note: string | null;
|
|
2830
2832
|
sourceTransactionId: string | null;
|
|
2831
2833
|
cancelType: string | null;
|
|
@@ -2918,10 +2920,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2918
2920
|
isRefunded: boolean;
|
|
2919
2921
|
isCanceled: boolean;
|
|
2920
2922
|
isArchived: boolean;
|
|
2921
|
-
clearedAt:
|
|
2922
|
-
createdAt:
|
|
2923
|
-
syncedAt:
|
|
2924
|
-
updatedAt:
|
|
2923
|
+
clearedAt: Date | null;
|
|
2924
|
+
createdAt: Date;
|
|
2925
|
+
syncedAt: Date;
|
|
2926
|
+
updatedAt: Date;
|
|
2925
2927
|
note: string | null;
|
|
2926
2928
|
sourceTransactionId: string | null;
|
|
2927
2929
|
cancelType: string | null;
|
|
@@ -3013,10 +3015,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3013
3015
|
isRefunded: boolean;
|
|
3014
3016
|
isCanceled: boolean;
|
|
3015
3017
|
isArchived: boolean;
|
|
3016
|
-
clearedAt:
|
|
3017
|
-
createdAt:
|
|
3018
|
-
syncedAt:
|
|
3019
|
-
updatedAt:
|
|
3018
|
+
clearedAt: Date | null;
|
|
3019
|
+
createdAt: Date;
|
|
3020
|
+
syncedAt: Date;
|
|
3021
|
+
updatedAt: Date;
|
|
3020
3022
|
note: string | null;
|
|
3021
3023
|
sourceTransactionId: string | null;
|
|
3022
3024
|
cancelType: string | null;
|
|
@@ -3117,10 +3119,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3117
3119
|
isRefunded: z.ZodBoolean;
|
|
3118
3120
|
isCanceled: z.ZodBoolean;
|
|
3119
3121
|
isArchived: z.ZodBoolean;
|
|
3120
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
3121
|
-
createdAt: z.ZodCoercedDate<
|
|
3122
|
-
syncedAt: z.ZodCoercedDate<
|
|
3123
|
-
updatedAt: z.ZodCoercedDate<
|
|
3122
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
3123
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
3124
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
3125
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
3124
3126
|
note: z.ZodNullable<z.ZodString>;
|
|
3125
3127
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
3126
3128
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -3422,6 +3424,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3422
3424
|
isUnknown?: boolean | null | undefined;
|
|
3423
3425
|
isAssignableToProperty?: boolean | null | undefined;
|
|
3424
3426
|
isAssignedToProperty?: boolean | null | undefined;
|
|
3427
|
+
isPaidout?: boolean | null | undefined;
|
|
3425
3428
|
amountStr?: string | null | undefined;
|
|
3426
3429
|
transactionNumber?: string | null | undefined;
|
|
3427
3430
|
isCancelable?: boolean | null | undefined;
|
|
@@ -5567,6 +5570,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5567
5570
|
isUnknown?: boolean | null | undefined;
|
|
5568
5571
|
isAssignableToProperty?: boolean | null | undefined;
|
|
5569
5572
|
isAssignedToProperty?: boolean | null | undefined;
|
|
5573
|
+
isPaidout?: boolean | null | undefined;
|
|
5570
5574
|
amountStr?: string | null | undefined;
|
|
5571
5575
|
transactionNumber?: string | null | undefined;
|
|
5572
5576
|
isCancelable?: boolean | null | undefined;
|
|
@@ -5581,10 +5585,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5581
5585
|
isRefunded: boolean;
|
|
5582
5586
|
isCanceled: boolean;
|
|
5583
5587
|
isArchived: boolean;
|
|
5584
|
-
clearedAt:
|
|
5585
|
-
createdAt:
|
|
5586
|
-
syncedAt:
|
|
5587
|
-
updatedAt:
|
|
5588
|
+
clearedAt: Date | null;
|
|
5589
|
+
createdAt: Date;
|
|
5590
|
+
syncedAt: Date;
|
|
5591
|
+
updatedAt: Date;
|
|
5588
5592
|
note: string | null;
|
|
5589
5593
|
sourceTransactionId: string | null;
|
|
5590
5594
|
cancelType: string | null;
|
|
@@ -5677,10 +5681,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5677
5681
|
isRefunded: boolean;
|
|
5678
5682
|
isCanceled: boolean;
|
|
5679
5683
|
isArchived: boolean;
|
|
5680
|
-
clearedAt:
|
|
5681
|
-
createdAt:
|
|
5682
|
-
syncedAt:
|
|
5683
|
-
updatedAt:
|
|
5684
|
+
clearedAt: Date | null;
|
|
5685
|
+
createdAt: Date;
|
|
5686
|
+
syncedAt: Date;
|
|
5687
|
+
updatedAt: Date;
|
|
5684
5688
|
note: string | null;
|
|
5685
5689
|
sourceTransactionId: string | null;
|
|
5686
5690
|
cancelType: string | null;
|
|
@@ -5772,10 +5776,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5772
5776
|
isRefunded: boolean;
|
|
5773
5777
|
isCanceled: boolean;
|
|
5774
5778
|
isArchived: boolean;
|
|
5775
|
-
clearedAt:
|
|
5776
|
-
createdAt:
|
|
5777
|
-
syncedAt:
|
|
5778
|
-
updatedAt:
|
|
5779
|
+
clearedAt: Date | null;
|
|
5780
|
+
createdAt: Date;
|
|
5781
|
+
syncedAt: Date;
|
|
5782
|
+
updatedAt: Date;
|
|
5779
5783
|
note: string | null;
|
|
5780
5784
|
sourceTransactionId: string | null;
|
|
5781
5785
|
cancelType: string | null;
|
|
@@ -6150,6 +6154,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6150
6154
|
isUnknown?: boolean | null | undefined;
|
|
6151
6155
|
isAssignableToProperty?: boolean | null | undefined;
|
|
6152
6156
|
isAssignedToProperty?: boolean | null | undefined;
|
|
6157
|
+
isPaidout?: boolean | null | undefined;
|
|
6153
6158
|
amountStr?: string | null | undefined;
|
|
6154
6159
|
transactionNumber?: string | null | undefined;
|
|
6155
6160
|
isCancelable?: boolean | null | undefined;
|
|
@@ -6164,10 +6169,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6164
6169
|
isRefunded: boolean;
|
|
6165
6170
|
isCanceled: boolean;
|
|
6166
6171
|
isArchived: boolean;
|
|
6167
|
-
clearedAt:
|
|
6168
|
-
createdAt:
|
|
6169
|
-
syncedAt:
|
|
6170
|
-
updatedAt:
|
|
6172
|
+
clearedAt: Date | null;
|
|
6173
|
+
createdAt: Date;
|
|
6174
|
+
syncedAt: Date;
|
|
6175
|
+
updatedAt: Date;
|
|
6171
6176
|
note: string | null;
|
|
6172
6177
|
sourceTransactionId: string | null;
|
|
6173
6178
|
cancelType: string | null;
|
|
@@ -6260,10 +6265,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6260
6265
|
isRefunded: boolean;
|
|
6261
6266
|
isCanceled: boolean;
|
|
6262
6267
|
isArchived: boolean;
|
|
6263
|
-
clearedAt:
|
|
6264
|
-
createdAt:
|
|
6265
|
-
syncedAt:
|
|
6266
|
-
updatedAt:
|
|
6268
|
+
clearedAt: Date | null;
|
|
6269
|
+
createdAt: Date;
|
|
6270
|
+
syncedAt: Date;
|
|
6271
|
+
updatedAt: Date;
|
|
6267
6272
|
note: string | null;
|
|
6268
6273
|
sourceTransactionId: string | null;
|
|
6269
6274
|
cancelType: string | null;
|
|
@@ -6355,10 +6360,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6355
6360
|
isRefunded: boolean;
|
|
6356
6361
|
isCanceled: boolean;
|
|
6357
6362
|
isArchived: boolean;
|
|
6358
|
-
clearedAt:
|
|
6359
|
-
createdAt:
|
|
6360
|
-
syncedAt:
|
|
6361
|
-
updatedAt:
|
|
6363
|
+
clearedAt: Date | null;
|
|
6364
|
+
createdAt: Date;
|
|
6365
|
+
syncedAt: Date;
|
|
6366
|
+
updatedAt: Date;
|
|
6362
6367
|
note: string | null;
|
|
6363
6368
|
sourceTransactionId: string | null;
|
|
6364
6369
|
cancelType: string | null;
|
|
@@ -6459,10 +6464,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6459
6464
|
isRefunded: z.ZodBoolean;
|
|
6460
6465
|
isCanceled: z.ZodBoolean;
|
|
6461
6466
|
isArchived: z.ZodBoolean;
|
|
6462
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
6463
|
-
createdAt: z.ZodCoercedDate<
|
|
6464
|
-
syncedAt: z.ZodCoercedDate<
|
|
6465
|
-
updatedAt: z.ZodCoercedDate<
|
|
6467
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
6468
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
6469
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
6470
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
6466
6471
|
note: z.ZodNullable<z.ZodString>;
|
|
6467
6472
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
6468
6473
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -6764,6 +6769,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6764
6769
|
isUnknown?: boolean | null | undefined;
|
|
6765
6770
|
isAssignableToProperty?: boolean | null | undefined;
|
|
6766
6771
|
isAssignedToProperty?: boolean | null | undefined;
|
|
6772
|
+
isPaidout?: boolean | null | undefined;
|
|
6767
6773
|
amountStr?: string | null | undefined;
|
|
6768
6774
|
transactionNumber?: string | null | undefined;
|
|
6769
6775
|
isCancelable?: boolean | null | undefined;
|
|
@@ -8862,6 +8868,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8862
8868
|
isUnknown?: boolean | null | undefined;
|
|
8863
8869
|
isAssignableToProperty?: boolean | null | undefined;
|
|
8864
8870
|
isAssignedToProperty?: boolean | null | undefined;
|
|
8871
|
+
isPaidout?: boolean | null | undefined;
|
|
8865
8872
|
amountStr?: string | null | undefined;
|
|
8866
8873
|
transactionNumber?: string | null | undefined;
|
|
8867
8874
|
isCancelable?: boolean | null | undefined;
|
|
@@ -8876,10 +8883,10 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8876
8883
|
isRefunded: boolean;
|
|
8877
8884
|
isCanceled: boolean;
|
|
8878
8885
|
isArchived: boolean;
|
|
8879
|
-
clearedAt:
|
|
8880
|
-
createdAt:
|
|
8881
|
-
syncedAt:
|
|
8882
|
-
updatedAt:
|
|
8886
|
+
clearedAt: Date | null;
|
|
8887
|
+
createdAt: Date;
|
|
8888
|
+
syncedAt: Date;
|
|
8889
|
+
updatedAt: Date;
|
|
8883
8890
|
note: string | null;
|
|
8884
8891
|
sourceTransactionId: string | null;
|
|
8885
8892
|
cancelType: string | null;
|
|
@@ -8972,10 +8979,10 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8972
8979
|
isRefunded: boolean;
|
|
8973
8980
|
isCanceled: boolean;
|
|
8974
8981
|
isArchived: boolean;
|
|
8975
|
-
clearedAt:
|
|
8976
|
-
createdAt:
|
|
8977
|
-
syncedAt:
|
|
8978
|
-
updatedAt:
|
|
8982
|
+
clearedAt: Date | null;
|
|
8983
|
+
createdAt: Date;
|
|
8984
|
+
syncedAt: Date;
|
|
8985
|
+
updatedAt: Date;
|
|
8979
8986
|
note: string | null;
|
|
8980
8987
|
sourceTransactionId: string | null;
|
|
8981
8988
|
cancelType: string | null;
|
|
@@ -9067,10 +9074,10 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9067
9074
|
isRefunded: boolean;
|
|
9068
9075
|
isCanceled: boolean;
|
|
9069
9076
|
isArchived: boolean;
|
|
9070
|
-
clearedAt:
|
|
9071
|
-
createdAt:
|
|
9072
|
-
syncedAt:
|
|
9073
|
-
updatedAt:
|
|
9077
|
+
clearedAt: Date | null;
|
|
9078
|
+
createdAt: Date;
|
|
9079
|
+
syncedAt: Date;
|
|
9080
|
+
updatedAt: Date;
|
|
9074
9081
|
note: string | null;
|
|
9075
9082
|
sourceTransactionId: string | null;
|
|
9076
9083
|
cancelType: string | null;
|
|
@@ -9445,6 +9452,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9445
9452
|
isUnknown?: boolean | null | undefined;
|
|
9446
9453
|
isAssignableToProperty?: boolean | null | undefined;
|
|
9447
9454
|
isAssignedToProperty?: boolean | null | undefined;
|
|
9455
|
+
isPaidout?: boolean | null | undefined;
|
|
9448
9456
|
amountStr?: string | null | undefined;
|
|
9449
9457
|
transactionNumber?: string | null | undefined;
|
|
9450
9458
|
isCancelable?: boolean | null | undefined;
|
|
@@ -9459,10 +9467,10 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9459
9467
|
isRefunded: boolean;
|
|
9460
9468
|
isCanceled: boolean;
|
|
9461
9469
|
isArchived: boolean;
|
|
9462
|
-
clearedAt:
|
|
9463
|
-
createdAt:
|
|
9464
|
-
syncedAt:
|
|
9465
|
-
updatedAt:
|
|
9470
|
+
clearedAt: Date | null;
|
|
9471
|
+
createdAt: Date;
|
|
9472
|
+
syncedAt: Date;
|
|
9473
|
+
updatedAt: Date;
|
|
9466
9474
|
note: string | null;
|
|
9467
9475
|
sourceTransactionId: string | null;
|
|
9468
9476
|
cancelType: string | null;
|
|
@@ -9555,10 +9563,10 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9555
9563
|
isRefunded: boolean;
|
|
9556
9564
|
isCanceled: boolean;
|
|
9557
9565
|
isArchived: boolean;
|
|
9558
|
-
clearedAt:
|
|
9559
|
-
createdAt:
|
|
9560
|
-
syncedAt:
|
|
9561
|
-
updatedAt:
|
|
9566
|
+
clearedAt: Date | null;
|
|
9567
|
+
createdAt: Date;
|
|
9568
|
+
syncedAt: Date;
|
|
9569
|
+
updatedAt: Date;
|
|
9562
9570
|
note: string | null;
|
|
9563
9571
|
sourceTransactionId: string | null;
|
|
9564
9572
|
cancelType: string | null;
|
|
@@ -9650,10 +9658,10 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9650
9658
|
isRefunded: boolean;
|
|
9651
9659
|
isCanceled: boolean;
|
|
9652
9660
|
isArchived: boolean;
|
|
9653
|
-
clearedAt:
|
|
9654
|
-
createdAt:
|
|
9655
|
-
syncedAt:
|
|
9656
|
-
updatedAt:
|
|
9661
|
+
clearedAt: Date | null;
|
|
9662
|
+
createdAt: Date;
|
|
9663
|
+
syncedAt: Date;
|
|
9664
|
+
updatedAt: Date;
|
|
9657
9665
|
note: string | null;
|
|
9658
9666
|
sourceTransactionId: string | null;
|
|
9659
9667
|
cancelType: string | null;
|
|
@@ -11848,6 +11856,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11848
11856
|
isUnknown?: boolean | null | undefined;
|
|
11849
11857
|
isAssignableToProperty?: boolean | null | undefined;
|
|
11850
11858
|
isAssignedToProperty?: boolean | null | undefined;
|
|
11859
|
+
isPaidout?: boolean | null | undefined;
|
|
11851
11860
|
amountStr?: string | null | undefined;
|
|
11852
11861
|
transactionNumber?: string | null | undefined;
|
|
11853
11862
|
isCancelable?: boolean | null | undefined;
|
|
@@ -11862,10 +11871,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11862
11871
|
isRefunded: boolean;
|
|
11863
11872
|
isCanceled: boolean;
|
|
11864
11873
|
isArchived: boolean;
|
|
11865
|
-
clearedAt:
|
|
11866
|
-
createdAt:
|
|
11867
|
-
syncedAt:
|
|
11868
|
-
updatedAt:
|
|
11874
|
+
clearedAt: Date | null;
|
|
11875
|
+
createdAt: Date;
|
|
11876
|
+
syncedAt: Date;
|
|
11877
|
+
updatedAt: Date;
|
|
11869
11878
|
note: string | null;
|
|
11870
11879
|
sourceTransactionId: string | null;
|
|
11871
11880
|
cancelType: string | null;
|
|
@@ -11958,10 +11967,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11958
11967
|
isRefunded: boolean;
|
|
11959
11968
|
isCanceled: boolean;
|
|
11960
11969
|
isArchived: boolean;
|
|
11961
|
-
clearedAt:
|
|
11962
|
-
createdAt:
|
|
11963
|
-
syncedAt:
|
|
11964
|
-
updatedAt:
|
|
11970
|
+
clearedAt: Date | null;
|
|
11971
|
+
createdAt: Date;
|
|
11972
|
+
syncedAt: Date;
|
|
11973
|
+
updatedAt: Date;
|
|
11965
11974
|
note: string | null;
|
|
11966
11975
|
sourceTransactionId: string | null;
|
|
11967
11976
|
cancelType: string | null;
|
|
@@ -12053,10 +12062,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12053
12062
|
isRefunded: boolean;
|
|
12054
12063
|
isCanceled: boolean;
|
|
12055
12064
|
isArchived: boolean;
|
|
12056
|
-
clearedAt:
|
|
12057
|
-
createdAt:
|
|
12058
|
-
syncedAt:
|
|
12059
|
-
updatedAt:
|
|
12065
|
+
clearedAt: Date | null;
|
|
12066
|
+
createdAt: Date;
|
|
12067
|
+
syncedAt: Date;
|
|
12068
|
+
updatedAt: Date;
|
|
12060
12069
|
note: string | null;
|
|
12061
12070
|
sourceTransactionId: string | null;
|
|
12062
12071
|
cancelType: string | null;
|
|
@@ -12431,6 +12440,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12431
12440
|
isUnknown?: boolean | null | undefined;
|
|
12432
12441
|
isAssignableToProperty?: boolean | null | undefined;
|
|
12433
12442
|
isAssignedToProperty?: boolean | null | undefined;
|
|
12443
|
+
isPaidout?: boolean | null | undefined;
|
|
12434
12444
|
amountStr?: string | null | undefined;
|
|
12435
12445
|
transactionNumber?: string | null | undefined;
|
|
12436
12446
|
isCancelable?: boolean | null | undefined;
|
|
@@ -12445,10 +12455,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12445
12455
|
isRefunded: boolean;
|
|
12446
12456
|
isCanceled: boolean;
|
|
12447
12457
|
isArchived: boolean;
|
|
12448
|
-
clearedAt:
|
|
12449
|
-
createdAt:
|
|
12450
|
-
syncedAt:
|
|
12451
|
-
updatedAt:
|
|
12458
|
+
clearedAt: Date | null;
|
|
12459
|
+
createdAt: Date;
|
|
12460
|
+
syncedAt: Date;
|
|
12461
|
+
updatedAt: Date;
|
|
12452
12462
|
note: string | null;
|
|
12453
12463
|
sourceTransactionId: string | null;
|
|
12454
12464
|
cancelType: string | null;
|
|
@@ -12541,10 +12551,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12541
12551
|
isRefunded: boolean;
|
|
12542
12552
|
isCanceled: boolean;
|
|
12543
12553
|
isArchived: boolean;
|
|
12544
|
-
clearedAt:
|
|
12545
|
-
createdAt:
|
|
12546
|
-
syncedAt:
|
|
12547
|
-
updatedAt:
|
|
12554
|
+
clearedAt: Date | null;
|
|
12555
|
+
createdAt: Date;
|
|
12556
|
+
syncedAt: Date;
|
|
12557
|
+
updatedAt: Date;
|
|
12548
12558
|
note: string | null;
|
|
12549
12559
|
sourceTransactionId: string | null;
|
|
12550
12560
|
cancelType: string | null;
|
|
@@ -12636,10 +12646,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12636
12646
|
isRefunded: boolean;
|
|
12637
12647
|
isCanceled: boolean;
|
|
12638
12648
|
isArchived: boolean;
|
|
12639
|
-
clearedAt:
|
|
12640
|
-
createdAt:
|
|
12641
|
-
syncedAt:
|
|
12642
|
-
updatedAt:
|
|
12649
|
+
clearedAt: Date | null;
|
|
12650
|
+
createdAt: Date;
|
|
12651
|
+
syncedAt: Date;
|
|
12652
|
+
updatedAt: Date;
|
|
12643
12653
|
note: string | null;
|
|
12644
12654
|
sourceTransactionId: string | null;
|
|
12645
12655
|
cancelType: string | null;
|
|
@@ -12740,10 +12750,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12740
12750
|
isRefunded: z.ZodBoolean;
|
|
12741
12751
|
isCanceled: z.ZodBoolean;
|
|
12742
12752
|
isArchived: z.ZodBoolean;
|
|
12743
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
12744
|
-
createdAt: z.ZodCoercedDate<
|
|
12745
|
-
syncedAt: z.ZodCoercedDate<
|
|
12746
|
-
updatedAt: z.ZodCoercedDate<
|
|
12753
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
12754
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
12755
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
12756
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
12747
12757
|
note: z.ZodNullable<z.ZodString>;
|
|
12748
12758
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
12749
12759
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -13045,6 +13055,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
13045
13055
|
isUnknown?: boolean | null | undefined;
|
|
13046
13056
|
isAssignableToProperty?: boolean | null | undefined;
|
|
13047
13057
|
isAssignedToProperty?: boolean | null | undefined;
|
|
13058
|
+
isPaidout?: boolean | null | undefined;
|
|
13048
13059
|
amountStr?: string | null | undefined;
|
|
13049
13060
|
transactionNumber?: string | null | undefined;
|
|
13050
13061
|
isCancelable?: boolean | null | undefined;
|
|
@@ -13095,10 +13106,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
13095
13106
|
isRefunded: z.ZodBoolean;
|
|
13096
13107
|
isCanceled: z.ZodBoolean;
|
|
13097
13108
|
isArchived: z.ZodBoolean;
|
|
13098
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
13099
|
-
createdAt: z.ZodCoercedDate<
|
|
13100
|
-
syncedAt: z.ZodCoercedDate<
|
|
13101
|
-
updatedAt: z.ZodCoercedDate<
|
|
13109
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
13110
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
13111
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
13112
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
13102
13113
|
note: z.ZodNullable<z.ZodString>;
|
|
13103
13114
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
13104
13115
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -14953,6 +14964,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14953
14964
|
isUnknown?: boolean | null | undefined;
|
|
14954
14965
|
isAssignableToProperty?: boolean | null | undefined;
|
|
14955
14966
|
isAssignedToProperty?: boolean | null | undefined;
|
|
14967
|
+
isPaidout?: boolean | null | undefined;
|
|
14956
14968
|
amountStr?: string | null | undefined;
|
|
14957
14969
|
transactionNumber?: string | null | undefined;
|
|
14958
14970
|
isCancelable?: boolean | null | undefined;
|
|
@@ -14967,10 +14979,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14967
14979
|
isRefunded: boolean;
|
|
14968
14980
|
isCanceled: boolean;
|
|
14969
14981
|
isArchived: boolean;
|
|
14970
|
-
clearedAt:
|
|
14971
|
-
createdAt:
|
|
14972
|
-
syncedAt:
|
|
14973
|
-
updatedAt:
|
|
14982
|
+
clearedAt: Date | null;
|
|
14983
|
+
createdAt: Date;
|
|
14984
|
+
syncedAt: Date;
|
|
14985
|
+
updatedAt: Date;
|
|
14974
14986
|
note: string | null;
|
|
14975
14987
|
sourceTransactionId: string | null;
|
|
14976
14988
|
cancelType: string | null;
|
|
@@ -15063,10 +15075,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15063
15075
|
isRefunded: boolean;
|
|
15064
15076
|
isCanceled: boolean;
|
|
15065
15077
|
isArchived: boolean;
|
|
15066
|
-
clearedAt:
|
|
15067
|
-
createdAt:
|
|
15068
|
-
syncedAt:
|
|
15069
|
-
updatedAt:
|
|
15078
|
+
clearedAt: Date | null;
|
|
15079
|
+
createdAt: Date;
|
|
15080
|
+
syncedAt: Date;
|
|
15081
|
+
updatedAt: Date;
|
|
15070
15082
|
note: string | null;
|
|
15071
15083
|
sourceTransactionId: string | null;
|
|
15072
15084
|
cancelType: string | null;
|
|
@@ -15158,10 +15170,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15158
15170
|
isRefunded: boolean;
|
|
15159
15171
|
isCanceled: boolean;
|
|
15160
15172
|
isArchived: boolean;
|
|
15161
|
-
clearedAt:
|
|
15162
|
-
createdAt:
|
|
15163
|
-
syncedAt:
|
|
15164
|
-
updatedAt:
|
|
15173
|
+
clearedAt: Date | null;
|
|
15174
|
+
createdAt: Date;
|
|
15175
|
+
syncedAt: Date;
|
|
15176
|
+
updatedAt: Date;
|
|
15165
15177
|
note: string | null;
|
|
15166
15178
|
sourceTransactionId: string | null;
|
|
15167
15179
|
cancelType: string | null;
|
|
@@ -15536,6 +15548,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15536
15548
|
isUnknown?: boolean | null | undefined;
|
|
15537
15549
|
isAssignableToProperty?: boolean | null | undefined;
|
|
15538
15550
|
isAssignedToProperty?: boolean | null | undefined;
|
|
15551
|
+
isPaidout?: boolean | null | undefined;
|
|
15539
15552
|
amountStr?: string | null | undefined;
|
|
15540
15553
|
transactionNumber?: string | null | undefined;
|
|
15541
15554
|
isCancelable?: boolean | null | undefined;
|
|
@@ -15550,10 +15563,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15550
15563
|
isRefunded: boolean;
|
|
15551
15564
|
isCanceled: boolean;
|
|
15552
15565
|
isArchived: boolean;
|
|
15553
|
-
clearedAt:
|
|
15554
|
-
createdAt:
|
|
15555
|
-
syncedAt:
|
|
15556
|
-
updatedAt:
|
|
15566
|
+
clearedAt: Date | null;
|
|
15567
|
+
createdAt: Date;
|
|
15568
|
+
syncedAt: Date;
|
|
15569
|
+
updatedAt: Date;
|
|
15557
15570
|
note: string | null;
|
|
15558
15571
|
sourceTransactionId: string | null;
|
|
15559
15572
|
cancelType: string | null;
|
|
@@ -15646,10 +15659,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15646
15659
|
isRefunded: boolean;
|
|
15647
15660
|
isCanceled: boolean;
|
|
15648
15661
|
isArchived: boolean;
|
|
15649
|
-
clearedAt:
|
|
15650
|
-
createdAt:
|
|
15651
|
-
syncedAt:
|
|
15652
|
-
updatedAt:
|
|
15662
|
+
clearedAt: Date | null;
|
|
15663
|
+
createdAt: Date;
|
|
15664
|
+
syncedAt: Date;
|
|
15665
|
+
updatedAt: Date;
|
|
15653
15666
|
note: string | null;
|
|
15654
15667
|
sourceTransactionId: string | null;
|
|
15655
15668
|
cancelType: string | null;
|
|
@@ -15741,10 +15754,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15741
15754
|
isRefunded: boolean;
|
|
15742
15755
|
isCanceled: boolean;
|
|
15743
15756
|
isArchived: boolean;
|
|
15744
|
-
clearedAt:
|
|
15745
|
-
createdAt:
|
|
15746
|
-
syncedAt:
|
|
15747
|
-
updatedAt:
|
|
15757
|
+
clearedAt: Date | null;
|
|
15758
|
+
createdAt: Date;
|
|
15759
|
+
syncedAt: Date;
|
|
15760
|
+
updatedAt: Date;
|
|
15748
15761
|
note: string | null;
|
|
15749
15762
|
sourceTransactionId: string | null;
|
|
15750
15763
|
cancelType: string | null;
|
|
@@ -15845,10 +15858,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15845
15858
|
isRefunded: z.ZodBoolean;
|
|
15846
15859
|
isCanceled: z.ZodBoolean;
|
|
15847
15860
|
isArchived: z.ZodBoolean;
|
|
15848
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
15849
|
-
createdAt: z.ZodCoercedDate<
|
|
15850
|
-
syncedAt: z.ZodCoercedDate<
|
|
15851
|
-
updatedAt: z.ZodCoercedDate<
|
|
15861
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
15862
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
15863
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
15864
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
15852
15865
|
note: z.ZodNullable<z.ZodString>;
|
|
15853
15866
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
15854
15867
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -16150,6 +16163,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16150
16163
|
isUnknown?: boolean | null | undefined;
|
|
16151
16164
|
isAssignableToProperty?: boolean | null | undefined;
|
|
16152
16165
|
isAssignedToProperty?: boolean | null | undefined;
|
|
16166
|
+
isPaidout?: boolean | null | undefined;
|
|
16153
16167
|
amountStr?: string | null | undefined;
|
|
16154
16168
|
transactionNumber?: string | null | undefined;
|
|
16155
16169
|
isCancelable?: boolean | null | undefined;
|
|
@@ -18247,6 +18261,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18247
18261
|
isUnknown?: boolean | null | undefined;
|
|
18248
18262
|
isAssignableToProperty?: boolean | null | undefined;
|
|
18249
18263
|
isAssignedToProperty?: boolean | null | undefined;
|
|
18264
|
+
isPaidout?: boolean | null | undefined;
|
|
18250
18265
|
amountStr?: string | null | undefined;
|
|
18251
18266
|
transactionNumber?: string | null | undefined;
|
|
18252
18267
|
isCancelable?: boolean | null | undefined;
|
|
@@ -18261,10 +18276,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18261
18276
|
isRefunded: boolean;
|
|
18262
18277
|
isCanceled: boolean;
|
|
18263
18278
|
isArchived: boolean;
|
|
18264
|
-
clearedAt:
|
|
18265
|
-
createdAt:
|
|
18266
|
-
syncedAt:
|
|
18267
|
-
updatedAt:
|
|
18279
|
+
clearedAt: Date | null;
|
|
18280
|
+
createdAt: Date;
|
|
18281
|
+
syncedAt: Date;
|
|
18282
|
+
updatedAt: Date;
|
|
18268
18283
|
note: string | null;
|
|
18269
18284
|
sourceTransactionId: string | null;
|
|
18270
18285
|
cancelType: string | null;
|
|
@@ -18357,10 +18372,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18357
18372
|
isRefunded: boolean;
|
|
18358
18373
|
isCanceled: boolean;
|
|
18359
18374
|
isArchived: boolean;
|
|
18360
|
-
clearedAt:
|
|
18361
|
-
createdAt:
|
|
18362
|
-
syncedAt:
|
|
18363
|
-
updatedAt:
|
|
18375
|
+
clearedAt: Date | null;
|
|
18376
|
+
createdAt: Date;
|
|
18377
|
+
syncedAt: Date;
|
|
18378
|
+
updatedAt: Date;
|
|
18364
18379
|
note: string | null;
|
|
18365
18380
|
sourceTransactionId: string | null;
|
|
18366
18381
|
cancelType: string | null;
|
|
@@ -18452,10 +18467,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18452
18467
|
isRefunded: boolean;
|
|
18453
18468
|
isCanceled: boolean;
|
|
18454
18469
|
isArchived: boolean;
|
|
18455
|
-
clearedAt:
|
|
18456
|
-
createdAt:
|
|
18457
|
-
syncedAt:
|
|
18458
|
-
updatedAt:
|
|
18470
|
+
clearedAt: Date | null;
|
|
18471
|
+
createdAt: Date;
|
|
18472
|
+
syncedAt: Date;
|
|
18473
|
+
updatedAt: Date;
|
|
18459
18474
|
note: string | null;
|
|
18460
18475
|
sourceTransactionId: string | null;
|
|
18461
18476
|
cancelType: string | null;
|
|
@@ -18830,6 +18845,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18830
18845
|
isUnknown?: boolean | null | undefined;
|
|
18831
18846
|
isAssignableToProperty?: boolean | null | undefined;
|
|
18832
18847
|
isAssignedToProperty?: boolean | null | undefined;
|
|
18848
|
+
isPaidout?: boolean | null | undefined;
|
|
18833
18849
|
amountStr?: string | null | undefined;
|
|
18834
18850
|
transactionNumber?: string | null | undefined;
|
|
18835
18851
|
isCancelable?: boolean | null | undefined;
|
|
@@ -18844,10 +18860,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18844
18860
|
isRefunded: boolean;
|
|
18845
18861
|
isCanceled: boolean;
|
|
18846
18862
|
isArchived: boolean;
|
|
18847
|
-
clearedAt:
|
|
18848
|
-
createdAt:
|
|
18849
|
-
syncedAt:
|
|
18850
|
-
updatedAt:
|
|
18863
|
+
clearedAt: Date | null;
|
|
18864
|
+
createdAt: Date;
|
|
18865
|
+
syncedAt: Date;
|
|
18866
|
+
updatedAt: Date;
|
|
18851
18867
|
note: string | null;
|
|
18852
18868
|
sourceTransactionId: string | null;
|
|
18853
18869
|
cancelType: string | null;
|
|
@@ -18940,10 +18956,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18940
18956
|
isRefunded: boolean;
|
|
18941
18957
|
isCanceled: boolean;
|
|
18942
18958
|
isArchived: boolean;
|
|
18943
|
-
clearedAt:
|
|
18944
|
-
createdAt:
|
|
18945
|
-
syncedAt:
|
|
18946
|
-
updatedAt:
|
|
18959
|
+
clearedAt: Date | null;
|
|
18960
|
+
createdAt: Date;
|
|
18961
|
+
syncedAt: Date;
|
|
18962
|
+
updatedAt: Date;
|
|
18947
18963
|
note: string | null;
|
|
18948
18964
|
sourceTransactionId: string | null;
|
|
18949
18965
|
cancelType: string | null;
|
|
@@ -19035,10 +19051,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
19035
19051
|
isRefunded: boolean;
|
|
19036
19052
|
isCanceled: boolean;
|
|
19037
19053
|
isArchived: boolean;
|
|
19038
|
-
clearedAt:
|
|
19039
|
-
createdAt:
|
|
19040
|
-
syncedAt:
|
|
19041
|
-
updatedAt:
|
|
19054
|
+
clearedAt: Date | null;
|
|
19055
|
+
createdAt: Date;
|
|
19056
|
+
syncedAt: Date;
|
|
19057
|
+
updatedAt: Date;
|
|
19042
19058
|
note: string | null;
|
|
19043
19059
|
sourceTransactionId: string | null;
|
|
19044
19060
|
cancelType: string | null;
|
|
@@ -21587,6 +21603,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21587
21603
|
isUnknown?: boolean | null | undefined;
|
|
21588
21604
|
isAssignableToProperty?: boolean | null | undefined;
|
|
21589
21605
|
isAssignedToProperty?: boolean | null | undefined;
|
|
21606
|
+
isPaidout?: boolean | null | undefined;
|
|
21590
21607
|
amountStr?: string | null | undefined;
|
|
21591
21608
|
transactionNumber?: string | null | undefined;
|
|
21592
21609
|
isCancelable?: boolean | null | undefined;
|
|
@@ -21601,10 +21618,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21601
21618
|
isRefunded: boolean;
|
|
21602
21619
|
isCanceled: boolean;
|
|
21603
21620
|
isArchived: boolean;
|
|
21604
|
-
clearedAt:
|
|
21605
|
-
createdAt:
|
|
21606
|
-
syncedAt:
|
|
21607
|
-
updatedAt:
|
|
21621
|
+
clearedAt: Date | null;
|
|
21622
|
+
createdAt: Date;
|
|
21623
|
+
syncedAt: Date;
|
|
21624
|
+
updatedAt: Date;
|
|
21608
21625
|
note: string | null;
|
|
21609
21626
|
sourceTransactionId: string | null;
|
|
21610
21627
|
cancelType: string | null;
|
|
@@ -21697,10 +21714,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21697
21714
|
isRefunded: boolean;
|
|
21698
21715
|
isCanceled: boolean;
|
|
21699
21716
|
isArchived: boolean;
|
|
21700
|
-
clearedAt:
|
|
21701
|
-
createdAt:
|
|
21702
|
-
syncedAt:
|
|
21703
|
-
updatedAt:
|
|
21717
|
+
clearedAt: Date | null;
|
|
21718
|
+
createdAt: Date;
|
|
21719
|
+
syncedAt: Date;
|
|
21720
|
+
updatedAt: Date;
|
|
21704
21721
|
note: string | null;
|
|
21705
21722
|
sourceTransactionId: string | null;
|
|
21706
21723
|
cancelType: string | null;
|
|
@@ -21792,10 +21809,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21792
21809
|
isRefunded: boolean;
|
|
21793
21810
|
isCanceled: boolean;
|
|
21794
21811
|
isArchived: boolean;
|
|
21795
|
-
clearedAt:
|
|
21796
|
-
createdAt:
|
|
21797
|
-
syncedAt:
|
|
21798
|
-
updatedAt:
|
|
21812
|
+
clearedAt: Date | null;
|
|
21813
|
+
createdAt: Date;
|
|
21814
|
+
syncedAt: Date;
|
|
21815
|
+
updatedAt: Date;
|
|
21799
21816
|
note: string | null;
|
|
21800
21817
|
sourceTransactionId: string | null;
|
|
21801
21818
|
cancelType: string | null;
|
|
@@ -22170,6 +22187,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22170
22187
|
isUnknown?: boolean | null | undefined;
|
|
22171
22188
|
isAssignableToProperty?: boolean | null | undefined;
|
|
22172
22189
|
isAssignedToProperty?: boolean | null | undefined;
|
|
22190
|
+
isPaidout?: boolean | null | undefined;
|
|
22173
22191
|
amountStr?: string | null | undefined;
|
|
22174
22192
|
transactionNumber?: string | null | undefined;
|
|
22175
22193
|
isCancelable?: boolean | null | undefined;
|
|
@@ -22184,10 +22202,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22184
22202
|
isRefunded: boolean;
|
|
22185
22203
|
isCanceled: boolean;
|
|
22186
22204
|
isArchived: boolean;
|
|
22187
|
-
clearedAt:
|
|
22188
|
-
createdAt:
|
|
22189
|
-
syncedAt:
|
|
22190
|
-
updatedAt:
|
|
22205
|
+
clearedAt: Date | null;
|
|
22206
|
+
createdAt: Date;
|
|
22207
|
+
syncedAt: Date;
|
|
22208
|
+
updatedAt: Date;
|
|
22191
22209
|
note: string | null;
|
|
22192
22210
|
sourceTransactionId: string | null;
|
|
22193
22211
|
cancelType: string | null;
|
|
@@ -22280,10 +22298,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22280
22298
|
isRefunded: boolean;
|
|
22281
22299
|
isCanceled: boolean;
|
|
22282
22300
|
isArchived: boolean;
|
|
22283
|
-
clearedAt:
|
|
22284
|
-
createdAt:
|
|
22285
|
-
syncedAt:
|
|
22286
|
-
updatedAt:
|
|
22301
|
+
clearedAt: Date | null;
|
|
22302
|
+
createdAt: Date;
|
|
22303
|
+
syncedAt: Date;
|
|
22304
|
+
updatedAt: Date;
|
|
22287
22305
|
note: string | null;
|
|
22288
22306
|
sourceTransactionId: string | null;
|
|
22289
22307
|
cancelType: string | null;
|
|
@@ -22375,10 +22393,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22375
22393
|
isRefunded: boolean;
|
|
22376
22394
|
isCanceled: boolean;
|
|
22377
22395
|
isArchived: boolean;
|
|
22378
|
-
clearedAt:
|
|
22379
|
-
createdAt:
|
|
22380
|
-
syncedAt:
|
|
22381
|
-
updatedAt:
|
|
22396
|
+
clearedAt: Date | null;
|
|
22397
|
+
createdAt: Date;
|
|
22398
|
+
syncedAt: Date;
|
|
22399
|
+
updatedAt: Date;
|
|
22382
22400
|
note: string | null;
|
|
22383
22401
|
sourceTransactionId: string | null;
|
|
22384
22402
|
cancelType: string | null;
|
|
@@ -22479,10 +22497,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22479
22497
|
isRefunded: z.ZodBoolean;
|
|
22480
22498
|
isCanceled: z.ZodBoolean;
|
|
22481
22499
|
isArchived: z.ZodBoolean;
|
|
22482
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
22483
|
-
createdAt: z.ZodCoercedDate<
|
|
22484
|
-
syncedAt: z.ZodCoercedDate<
|
|
22485
|
-
updatedAt: z.ZodCoercedDate<
|
|
22500
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
22501
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
22502
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
22503
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
22486
22504
|
note: z.ZodNullable<z.ZodString>;
|
|
22487
22505
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
22488
22506
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -22784,6 +22802,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22784
22802
|
isUnknown?: boolean | null | undefined;
|
|
22785
22803
|
isAssignableToProperty?: boolean | null | undefined;
|
|
22786
22804
|
isAssignedToProperty?: boolean | null | undefined;
|
|
22805
|
+
isPaidout?: boolean | null | undefined;
|
|
22787
22806
|
amountStr?: string | null | undefined;
|
|
22788
22807
|
transactionNumber?: string | null | undefined;
|
|
22789
22808
|
isCancelable?: boolean | null | undefined;
|
|
@@ -24928,6 +24947,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24928
24947
|
isUnknown?: boolean | null | undefined;
|
|
24929
24948
|
isAssignableToProperty?: boolean | null | undefined;
|
|
24930
24949
|
isAssignedToProperty?: boolean | null | undefined;
|
|
24950
|
+
isPaidout?: boolean | null | undefined;
|
|
24931
24951
|
amountStr?: string | null | undefined;
|
|
24932
24952
|
transactionNumber?: string | null | undefined;
|
|
24933
24953
|
isCancelable?: boolean | null | undefined;
|
|
@@ -24942,10 +24962,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24942
24962
|
isRefunded: boolean;
|
|
24943
24963
|
isCanceled: boolean;
|
|
24944
24964
|
isArchived: boolean;
|
|
24945
|
-
clearedAt:
|
|
24946
|
-
createdAt:
|
|
24947
|
-
syncedAt:
|
|
24948
|
-
updatedAt:
|
|
24965
|
+
clearedAt: Date | null;
|
|
24966
|
+
createdAt: Date;
|
|
24967
|
+
syncedAt: Date;
|
|
24968
|
+
updatedAt: Date;
|
|
24949
24969
|
note: string | null;
|
|
24950
24970
|
sourceTransactionId: string | null;
|
|
24951
24971
|
cancelType: string | null;
|
|
@@ -25038,10 +25058,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25038
25058
|
isRefunded: boolean;
|
|
25039
25059
|
isCanceled: boolean;
|
|
25040
25060
|
isArchived: boolean;
|
|
25041
|
-
clearedAt:
|
|
25042
|
-
createdAt:
|
|
25043
|
-
syncedAt:
|
|
25044
|
-
updatedAt:
|
|
25061
|
+
clearedAt: Date | null;
|
|
25062
|
+
createdAt: Date;
|
|
25063
|
+
syncedAt: Date;
|
|
25064
|
+
updatedAt: Date;
|
|
25045
25065
|
note: string | null;
|
|
25046
25066
|
sourceTransactionId: string | null;
|
|
25047
25067
|
cancelType: string | null;
|
|
@@ -25133,10 +25153,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25133
25153
|
isRefunded: boolean;
|
|
25134
25154
|
isCanceled: boolean;
|
|
25135
25155
|
isArchived: boolean;
|
|
25136
|
-
clearedAt:
|
|
25137
|
-
createdAt:
|
|
25138
|
-
syncedAt:
|
|
25139
|
-
updatedAt:
|
|
25156
|
+
clearedAt: Date | null;
|
|
25157
|
+
createdAt: Date;
|
|
25158
|
+
syncedAt: Date;
|
|
25159
|
+
updatedAt: Date;
|
|
25140
25160
|
note: string | null;
|
|
25141
25161
|
sourceTransactionId: string | null;
|
|
25142
25162
|
cancelType: string | null;
|
|
@@ -25511,6 +25531,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25511
25531
|
isUnknown?: boolean | null | undefined;
|
|
25512
25532
|
isAssignableToProperty?: boolean | null | undefined;
|
|
25513
25533
|
isAssignedToProperty?: boolean | null | undefined;
|
|
25534
|
+
isPaidout?: boolean | null | undefined;
|
|
25514
25535
|
amountStr?: string | null | undefined;
|
|
25515
25536
|
transactionNumber?: string | null | undefined;
|
|
25516
25537
|
isCancelable?: boolean | null | undefined;
|
|
@@ -25525,10 +25546,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25525
25546
|
isRefunded: boolean;
|
|
25526
25547
|
isCanceled: boolean;
|
|
25527
25548
|
isArchived: boolean;
|
|
25528
|
-
clearedAt:
|
|
25529
|
-
createdAt:
|
|
25530
|
-
syncedAt:
|
|
25531
|
-
updatedAt:
|
|
25549
|
+
clearedAt: Date | null;
|
|
25550
|
+
createdAt: Date;
|
|
25551
|
+
syncedAt: Date;
|
|
25552
|
+
updatedAt: Date;
|
|
25532
25553
|
note: string | null;
|
|
25533
25554
|
sourceTransactionId: string | null;
|
|
25534
25555
|
cancelType: string | null;
|
|
@@ -25621,10 +25642,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25621
25642
|
isRefunded: boolean;
|
|
25622
25643
|
isCanceled: boolean;
|
|
25623
25644
|
isArchived: boolean;
|
|
25624
|
-
clearedAt:
|
|
25625
|
-
createdAt:
|
|
25626
|
-
syncedAt:
|
|
25627
|
-
updatedAt:
|
|
25645
|
+
clearedAt: Date | null;
|
|
25646
|
+
createdAt: Date;
|
|
25647
|
+
syncedAt: Date;
|
|
25648
|
+
updatedAt: Date;
|
|
25628
25649
|
note: string | null;
|
|
25629
25650
|
sourceTransactionId: string | null;
|
|
25630
25651
|
cancelType: string | null;
|
|
@@ -25716,10 +25737,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25716
25737
|
isRefunded: boolean;
|
|
25717
25738
|
isCanceled: boolean;
|
|
25718
25739
|
isArchived: boolean;
|
|
25719
|
-
clearedAt:
|
|
25720
|
-
createdAt:
|
|
25721
|
-
syncedAt:
|
|
25722
|
-
updatedAt:
|
|
25740
|
+
clearedAt: Date | null;
|
|
25741
|
+
createdAt: Date;
|
|
25742
|
+
syncedAt: Date;
|
|
25743
|
+
updatedAt: Date;
|
|
25723
25744
|
note: string | null;
|
|
25724
25745
|
sourceTransactionId: string | null;
|
|
25725
25746
|
cancelType: string | null;
|
|
@@ -25820,10 +25841,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25820
25841
|
isRefunded: z.ZodBoolean;
|
|
25821
25842
|
isCanceled: z.ZodBoolean;
|
|
25822
25843
|
isArchived: z.ZodBoolean;
|
|
25823
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
25824
|
-
createdAt: z.ZodCoercedDate<
|
|
25825
|
-
syncedAt: z.ZodCoercedDate<
|
|
25826
|
-
updatedAt: z.ZodCoercedDate<
|
|
25844
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
25845
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
25846
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
25847
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
25827
25848
|
note: z.ZodNullable<z.ZodString>;
|
|
25828
25849
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
25829
25850
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -26125,6 +26146,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26125
26146
|
isUnknown?: boolean | null | undefined;
|
|
26126
26147
|
isAssignableToProperty?: boolean | null | undefined;
|
|
26127
26148
|
isAssignedToProperty?: boolean | null | undefined;
|
|
26149
|
+
isPaidout?: boolean | null | undefined;
|
|
26128
26150
|
amountStr?: string | null | undefined;
|
|
26129
26151
|
transactionNumber?: string | null | undefined;
|
|
26130
26152
|
isCancelable?: boolean | null | undefined;
|
|
@@ -28222,6 +28244,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28222
28244
|
isUnknown?: boolean | null | undefined;
|
|
28223
28245
|
isAssignableToProperty?: boolean | null | undefined;
|
|
28224
28246
|
isAssignedToProperty?: boolean | null | undefined;
|
|
28247
|
+
isPaidout?: boolean | null | undefined;
|
|
28225
28248
|
amountStr?: string | null | undefined;
|
|
28226
28249
|
transactionNumber?: string | null | undefined;
|
|
28227
28250
|
isCancelable?: boolean | null | undefined;
|
|
@@ -28236,10 +28259,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28236
28259
|
isRefunded: boolean;
|
|
28237
28260
|
isCanceled: boolean;
|
|
28238
28261
|
isArchived: boolean;
|
|
28239
|
-
clearedAt:
|
|
28240
|
-
createdAt:
|
|
28241
|
-
syncedAt:
|
|
28242
|
-
updatedAt:
|
|
28262
|
+
clearedAt: Date | null;
|
|
28263
|
+
createdAt: Date;
|
|
28264
|
+
syncedAt: Date;
|
|
28265
|
+
updatedAt: Date;
|
|
28243
28266
|
note: string | null;
|
|
28244
28267
|
sourceTransactionId: string | null;
|
|
28245
28268
|
cancelType: string | null;
|
|
@@ -28332,10 +28355,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28332
28355
|
isRefunded: boolean;
|
|
28333
28356
|
isCanceled: boolean;
|
|
28334
28357
|
isArchived: boolean;
|
|
28335
|
-
clearedAt:
|
|
28336
|
-
createdAt:
|
|
28337
|
-
syncedAt:
|
|
28338
|
-
updatedAt:
|
|
28358
|
+
clearedAt: Date | null;
|
|
28359
|
+
createdAt: Date;
|
|
28360
|
+
syncedAt: Date;
|
|
28361
|
+
updatedAt: Date;
|
|
28339
28362
|
note: string | null;
|
|
28340
28363
|
sourceTransactionId: string | null;
|
|
28341
28364
|
cancelType: string | null;
|
|
@@ -28427,10 +28450,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28427
28450
|
isRefunded: boolean;
|
|
28428
28451
|
isCanceled: boolean;
|
|
28429
28452
|
isArchived: boolean;
|
|
28430
|
-
clearedAt:
|
|
28431
|
-
createdAt:
|
|
28432
|
-
syncedAt:
|
|
28433
|
-
updatedAt:
|
|
28453
|
+
clearedAt: Date | null;
|
|
28454
|
+
createdAt: Date;
|
|
28455
|
+
syncedAt: Date;
|
|
28456
|
+
updatedAt: Date;
|
|
28434
28457
|
note: string | null;
|
|
28435
28458
|
sourceTransactionId: string | null;
|
|
28436
28459
|
cancelType: string | null;
|
|
@@ -28805,6 +28828,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28805
28828
|
isUnknown?: boolean | null | undefined;
|
|
28806
28829
|
isAssignableToProperty?: boolean | null | undefined;
|
|
28807
28830
|
isAssignedToProperty?: boolean | null | undefined;
|
|
28831
|
+
isPaidout?: boolean | null | undefined;
|
|
28808
28832
|
amountStr?: string | null | undefined;
|
|
28809
28833
|
transactionNumber?: string | null | undefined;
|
|
28810
28834
|
isCancelable?: boolean | null | undefined;
|
|
@@ -28819,10 +28843,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28819
28843
|
isRefunded: boolean;
|
|
28820
28844
|
isCanceled: boolean;
|
|
28821
28845
|
isArchived: boolean;
|
|
28822
|
-
clearedAt:
|
|
28823
|
-
createdAt:
|
|
28824
|
-
syncedAt:
|
|
28825
|
-
updatedAt:
|
|
28846
|
+
clearedAt: Date | null;
|
|
28847
|
+
createdAt: Date;
|
|
28848
|
+
syncedAt: Date;
|
|
28849
|
+
updatedAt: Date;
|
|
28826
28850
|
note: string | null;
|
|
28827
28851
|
sourceTransactionId: string | null;
|
|
28828
28852
|
cancelType: string | null;
|
|
@@ -28915,10 +28939,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28915
28939
|
isRefunded: boolean;
|
|
28916
28940
|
isCanceled: boolean;
|
|
28917
28941
|
isArchived: boolean;
|
|
28918
|
-
clearedAt:
|
|
28919
|
-
createdAt:
|
|
28920
|
-
syncedAt:
|
|
28921
|
-
updatedAt:
|
|
28942
|
+
clearedAt: Date | null;
|
|
28943
|
+
createdAt: Date;
|
|
28944
|
+
syncedAt: Date;
|
|
28945
|
+
updatedAt: Date;
|
|
28922
28946
|
note: string | null;
|
|
28923
28947
|
sourceTransactionId: string | null;
|
|
28924
28948
|
cancelType: string | null;
|
|
@@ -29010,10 +29034,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29010
29034
|
isRefunded: boolean;
|
|
29011
29035
|
isCanceled: boolean;
|
|
29012
29036
|
isArchived: boolean;
|
|
29013
|
-
clearedAt:
|
|
29014
|
-
createdAt:
|
|
29015
|
-
syncedAt:
|
|
29016
|
-
updatedAt:
|
|
29037
|
+
clearedAt: Date | null;
|
|
29038
|
+
createdAt: Date;
|
|
29039
|
+
syncedAt: Date;
|
|
29040
|
+
updatedAt: Date;
|
|
29017
29041
|
note: string | null;
|
|
29018
29042
|
sourceTransactionId: string | null;
|
|
29019
29043
|
cancelType: string | null;
|
|
@@ -31207,6 +31231,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31207
31231
|
isUnknown?: boolean | null | undefined;
|
|
31208
31232
|
isAssignableToProperty?: boolean | null | undefined;
|
|
31209
31233
|
isAssignedToProperty?: boolean | null | undefined;
|
|
31234
|
+
isPaidout?: boolean | null | undefined;
|
|
31210
31235
|
amountStr?: string | null | undefined;
|
|
31211
31236
|
transactionNumber?: string | null | undefined;
|
|
31212
31237
|
isCancelable?: boolean | null | undefined;
|
|
@@ -31221,10 +31246,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31221
31246
|
isRefunded: boolean;
|
|
31222
31247
|
isCanceled: boolean;
|
|
31223
31248
|
isArchived: boolean;
|
|
31224
|
-
clearedAt:
|
|
31225
|
-
createdAt:
|
|
31226
|
-
syncedAt:
|
|
31227
|
-
updatedAt:
|
|
31249
|
+
clearedAt: Date | null;
|
|
31250
|
+
createdAt: Date;
|
|
31251
|
+
syncedAt: Date;
|
|
31252
|
+
updatedAt: Date;
|
|
31228
31253
|
note: string | null;
|
|
31229
31254
|
sourceTransactionId: string | null;
|
|
31230
31255
|
cancelType: string | null;
|
|
@@ -31317,10 +31342,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31317
31342
|
isRefunded: boolean;
|
|
31318
31343
|
isCanceled: boolean;
|
|
31319
31344
|
isArchived: boolean;
|
|
31320
|
-
clearedAt:
|
|
31321
|
-
createdAt:
|
|
31322
|
-
syncedAt:
|
|
31323
|
-
updatedAt:
|
|
31345
|
+
clearedAt: Date | null;
|
|
31346
|
+
createdAt: Date;
|
|
31347
|
+
syncedAt: Date;
|
|
31348
|
+
updatedAt: Date;
|
|
31324
31349
|
note: string | null;
|
|
31325
31350
|
sourceTransactionId: string | null;
|
|
31326
31351
|
cancelType: string | null;
|
|
@@ -31412,10 +31437,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31412
31437
|
isRefunded: boolean;
|
|
31413
31438
|
isCanceled: boolean;
|
|
31414
31439
|
isArchived: boolean;
|
|
31415
|
-
clearedAt:
|
|
31416
|
-
createdAt:
|
|
31417
|
-
syncedAt:
|
|
31418
|
-
updatedAt:
|
|
31440
|
+
clearedAt: Date | null;
|
|
31441
|
+
createdAt: Date;
|
|
31442
|
+
syncedAt: Date;
|
|
31443
|
+
updatedAt: Date;
|
|
31419
31444
|
note: string | null;
|
|
31420
31445
|
sourceTransactionId: string | null;
|
|
31421
31446
|
cancelType: string | null;
|
|
@@ -31790,6 +31815,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31790
31815
|
isUnknown?: boolean | null | undefined;
|
|
31791
31816
|
isAssignableToProperty?: boolean | null | undefined;
|
|
31792
31817
|
isAssignedToProperty?: boolean | null | undefined;
|
|
31818
|
+
isPaidout?: boolean | null | undefined;
|
|
31793
31819
|
amountStr?: string | null | undefined;
|
|
31794
31820
|
transactionNumber?: string | null | undefined;
|
|
31795
31821
|
isCancelable?: boolean | null | undefined;
|
|
@@ -31804,10 +31830,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31804
31830
|
isRefunded: boolean;
|
|
31805
31831
|
isCanceled: boolean;
|
|
31806
31832
|
isArchived: boolean;
|
|
31807
|
-
clearedAt:
|
|
31808
|
-
createdAt:
|
|
31809
|
-
syncedAt:
|
|
31810
|
-
updatedAt:
|
|
31833
|
+
clearedAt: Date | null;
|
|
31834
|
+
createdAt: Date;
|
|
31835
|
+
syncedAt: Date;
|
|
31836
|
+
updatedAt: Date;
|
|
31811
31837
|
note: string | null;
|
|
31812
31838
|
sourceTransactionId: string | null;
|
|
31813
31839
|
cancelType: string | null;
|
|
@@ -31900,10 +31926,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31900
31926
|
isRefunded: boolean;
|
|
31901
31927
|
isCanceled: boolean;
|
|
31902
31928
|
isArchived: boolean;
|
|
31903
|
-
clearedAt:
|
|
31904
|
-
createdAt:
|
|
31905
|
-
syncedAt:
|
|
31906
|
-
updatedAt:
|
|
31929
|
+
clearedAt: Date | null;
|
|
31930
|
+
createdAt: Date;
|
|
31931
|
+
syncedAt: Date;
|
|
31932
|
+
updatedAt: Date;
|
|
31907
31933
|
note: string | null;
|
|
31908
31934
|
sourceTransactionId: string | null;
|
|
31909
31935
|
cancelType: string | null;
|
|
@@ -31995,10 +32021,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31995
32021
|
isRefunded: boolean;
|
|
31996
32022
|
isCanceled: boolean;
|
|
31997
32023
|
isArchived: boolean;
|
|
31998
|
-
clearedAt:
|
|
31999
|
-
createdAt:
|
|
32000
|
-
syncedAt:
|
|
32001
|
-
updatedAt:
|
|
32024
|
+
clearedAt: Date | null;
|
|
32025
|
+
createdAt: Date;
|
|
32026
|
+
syncedAt: Date;
|
|
32027
|
+
updatedAt: Date;
|
|
32002
32028
|
note: string | null;
|
|
32003
32029
|
sourceTransactionId: string | null;
|
|
32004
32030
|
cancelType: string | null;
|
|
@@ -32099,10 +32125,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
32099
32125
|
isRefunded: z.ZodBoolean;
|
|
32100
32126
|
isCanceled: z.ZodBoolean;
|
|
32101
32127
|
isArchived: z.ZodBoolean;
|
|
32102
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
32103
|
-
createdAt: z.ZodCoercedDate<
|
|
32104
|
-
syncedAt: z.ZodCoercedDate<
|
|
32105
|
-
updatedAt: z.ZodCoercedDate<
|
|
32128
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
32129
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
32130
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
32131
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
32106
32132
|
note: z.ZodNullable<z.ZodString>;
|
|
32107
32133
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
32108
32134
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -32404,6 +32430,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
32404
32430
|
isUnknown?: boolean | null | undefined;
|
|
32405
32431
|
isAssignableToProperty?: boolean | null | undefined;
|
|
32406
32432
|
isAssignedToProperty?: boolean | null | undefined;
|
|
32433
|
+
isPaidout?: boolean | null | undefined;
|
|
32407
32434
|
amountStr?: string | null | undefined;
|
|
32408
32435
|
transactionNumber?: string | null | undefined;
|
|
32409
32436
|
isCancelable?: boolean | null | undefined;
|
|
@@ -32454,10 +32481,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
32454
32481
|
isRefunded: z.ZodBoolean;
|
|
32455
32482
|
isCanceled: z.ZodBoolean;
|
|
32456
32483
|
isArchived: z.ZodBoolean;
|
|
32457
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
32458
|
-
createdAt: z.ZodCoercedDate<
|
|
32459
|
-
syncedAt: z.ZodCoercedDate<
|
|
32460
|
-
updatedAt: z.ZodCoercedDate<
|
|
32484
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
32485
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
32486
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
32487
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
32461
32488
|
note: z.ZodNullable<z.ZodString>;
|
|
32462
32489
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
32463
32490
|
cancelType: z.ZodNullable<z.ZodString>;
|