@mikemo-coposit/am-accounting-shared 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/common/account-type.constant.d.ts +5 -0
- package/dist/cjs/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/index.d.ts +1 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/index.d.ts +1 -1
- package/dist/cjs/constants/report/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/cjs/index.js +243 -127
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +90 -90
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma/index.d.ts +1 -0
- package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +72 -72
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -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 +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +72 -72
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +3539 -3539
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +303 -303
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +20 -22
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/index.d.ts +3 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -1
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +53 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
- package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
- package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/index.d.ts +1 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/report/common/index.d.ts +1 -1
- package/dist/esm/constants/report/common/index.d.ts.map +1 -1
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/esm/index.mjs +210 -112
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +90 -90
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/esm/schemas/cma/index.d.ts +1 -0
- package/dist/esm/schemas/cma/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +72 -72
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -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 +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/esm/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +72 -72
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +3539 -3539
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/esm/schemas/property/property.rest.schema.d.ts +303 -303
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +20 -22
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/index.d.ts +3 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -1
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +53 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
- package/package.json +1 -1
- package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
- package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
- package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
- package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
|
@@ -375,40 +375,40 @@ export declare const payoutDetailRestResSchema: z.ZodObject<Omit<{
|
|
|
375
375
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
376
376
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
377
377
|
}, "strip", z.ZodTypeAny, {
|
|
378
|
-
id: string;
|
|
379
378
|
status: string;
|
|
379
|
+
id: string;
|
|
380
|
+
balanceCents: bigint;
|
|
381
|
+
stateCode: string;
|
|
382
|
+
bankCode: string;
|
|
380
383
|
isArchived: boolean;
|
|
381
384
|
createdBy: string | null;
|
|
382
385
|
createdAt: Date;
|
|
383
386
|
updatedAt: Date;
|
|
384
387
|
syncedAt: Date | null;
|
|
385
|
-
balanceCents: bigint;
|
|
386
388
|
name: string;
|
|
387
389
|
bsb: string;
|
|
388
390
|
accountNumber: string;
|
|
389
391
|
updatedBy: string | null;
|
|
390
392
|
country: string;
|
|
391
|
-
stateCode: string;
|
|
392
|
-
bankCode: string;
|
|
393
393
|
currentReceiveSeq: number;
|
|
394
394
|
currentPayoutSeq: number;
|
|
395
395
|
subsidiaryId: string;
|
|
396
396
|
}, {
|
|
397
|
-
id: string;
|
|
398
397
|
status: string;
|
|
398
|
+
id: string;
|
|
399
|
+
balanceCents: bigint;
|
|
400
|
+
stateCode: string;
|
|
401
|
+
bankCode: string;
|
|
399
402
|
isArchived: boolean;
|
|
400
403
|
createdBy: string | null;
|
|
401
404
|
createdAt: Date;
|
|
402
405
|
updatedAt: Date;
|
|
403
406
|
syncedAt: Date | null;
|
|
404
|
-
balanceCents: bigint;
|
|
405
407
|
name: string;
|
|
406
408
|
bsb: string;
|
|
407
409
|
accountNumber: string;
|
|
408
410
|
updatedBy: string | null;
|
|
409
411
|
country: string;
|
|
410
|
-
stateCode: string;
|
|
411
|
-
bankCode: string;
|
|
412
412
|
currentReceiveSeq: number;
|
|
413
413
|
currentPayoutSeq: number;
|
|
414
414
|
subsidiaryId: string;
|
|
@@ -433,8 +433,8 @@ export declare const payoutDetailRestResSchema: z.ZodObject<Omit<{
|
|
|
433
433
|
targetAccount: string;
|
|
434
434
|
}>, "many">>;
|
|
435
435
|
}, "strip", z.ZodTypeAny, {
|
|
436
|
-
id: string;
|
|
437
436
|
status: string;
|
|
437
|
+
id: string;
|
|
438
438
|
isArchived: boolean;
|
|
439
439
|
createdBy: string;
|
|
440
440
|
createdAt: Date;
|
|
@@ -451,21 +451,21 @@ export declare const payoutDetailRestResSchema: z.ZodObject<Omit<{
|
|
|
451
451
|
sourceAccountId: string;
|
|
452
452
|
sourceAccountType: string;
|
|
453
453
|
mta?: {
|
|
454
|
-
id: string;
|
|
455
454
|
status: string;
|
|
455
|
+
id: string;
|
|
456
|
+
balanceCents: bigint;
|
|
457
|
+
stateCode: string;
|
|
458
|
+
bankCode: string;
|
|
456
459
|
isArchived: boolean;
|
|
457
460
|
createdBy: string | null;
|
|
458
461
|
createdAt: Date;
|
|
459
462
|
updatedAt: Date;
|
|
460
463
|
syncedAt: Date | null;
|
|
461
|
-
balanceCents: bigint;
|
|
462
464
|
name: string;
|
|
463
465
|
bsb: string;
|
|
464
466
|
accountNumber: string;
|
|
465
467
|
updatedBy: string | null;
|
|
466
468
|
country: string;
|
|
467
|
-
stateCode: string;
|
|
468
|
-
bankCode: string;
|
|
469
469
|
currentReceiveSeq: number;
|
|
470
470
|
currentPayoutSeq: number;
|
|
471
471
|
subsidiaryId: string;
|
|
@@ -479,8 +479,8 @@ export declare const payoutDetailRestResSchema: z.ZodObject<Omit<{
|
|
|
479
479
|
targetAccount: string;
|
|
480
480
|
}[] | undefined;
|
|
481
481
|
}, {
|
|
482
|
-
id: string;
|
|
483
482
|
status: string;
|
|
483
|
+
id: string;
|
|
484
484
|
isArchived: boolean;
|
|
485
485
|
createdBy: string;
|
|
486
486
|
createdAt: Date;
|
|
@@ -497,21 +497,21 @@ export declare const payoutDetailRestResSchema: z.ZodObject<Omit<{
|
|
|
497
497
|
sourceAccountId: string;
|
|
498
498
|
sourceAccountType: string;
|
|
499
499
|
mta?: {
|
|
500
|
-
id: string;
|
|
501
500
|
status: string;
|
|
501
|
+
id: string;
|
|
502
|
+
balanceCents: bigint;
|
|
503
|
+
stateCode: string;
|
|
504
|
+
bankCode: string;
|
|
502
505
|
isArchived: boolean;
|
|
503
506
|
createdBy: string | null;
|
|
504
507
|
createdAt: Date;
|
|
505
508
|
updatedAt: Date;
|
|
506
509
|
syncedAt: Date | null;
|
|
507
|
-
balanceCents: bigint;
|
|
508
510
|
name: string;
|
|
509
511
|
bsb: string;
|
|
510
512
|
accountNumber: string;
|
|
511
513
|
updatedBy: string | null;
|
|
512
514
|
country: string;
|
|
513
|
-
stateCode: string;
|
|
514
|
-
bankCode: string;
|
|
515
515
|
currentReceiveSeq: number;
|
|
516
516
|
currentPayoutSeq: number;
|
|
517
517
|
subsidiaryId: string;
|
|
@@ -14,8 +14,8 @@ export declare const payoutBankFileEntitySchema: z.ZodObject<{
|
|
|
14
14
|
updatedAt: z.ZodDate;
|
|
15
15
|
createdBy: z.ZodString;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
id: string;
|
|
18
17
|
status: string;
|
|
18
|
+
id: string;
|
|
19
19
|
isArchived: boolean;
|
|
20
20
|
createdBy: string;
|
|
21
21
|
createdAt: Date;
|
|
@@ -28,8 +28,8 @@ export declare const payoutBankFileEntitySchema: z.ZodObject<{
|
|
|
28
28
|
lastDonwloadBy: string | null;
|
|
29
29
|
payoutProvsionDetailBackup?: any;
|
|
30
30
|
}, {
|
|
31
|
-
id: string;
|
|
32
31
|
status: string;
|
|
32
|
+
id: string;
|
|
33
33
|
isArchived: boolean;
|
|
34
34
|
createdBy: string;
|
|
35
35
|
createdAt: Date;
|
|
@@ -34,8 +34,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
34
34
|
createdAt: z.ZodDate;
|
|
35
35
|
updatedAt: z.ZodDate;
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
|
-
id: string;
|
|
38
37
|
status: string;
|
|
38
|
+
id: string;
|
|
39
39
|
isArchived: boolean;
|
|
40
40
|
createdAt: Date;
|
|
41
41
|
updatedAt: Date;
|
|
@@ -50,8 +50,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
50
50
|
preferTwoFaMethod: string | null;
|
|
51
51
|
twoFaAvailableMethods: string[];
|
|
52
52
|
}, {
|
|
53
|
-
id: string;
|
|
54
53
|
status: string;
|
|
54
|
+
id: string;
|
|
55
55
|
isArchived: boolean;
|
|
56
56
|
createdAt: Date;
|
|
57
57
|
updatedAt: Date;
|
|
@@ -83,8 +83,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
83
83
|
createdAt: z.ZodDate;
|
|
84
84
|
updatedAt: z.ZodDate;
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
|
-
id: string;
|
|
87
86
|
status: string;
|
|
87
|
+
id: string;
|
|
88
88
|
isArchived: boolean;
|
|
89
89
|
createdAt: Date;
|
|
90
90
|
updatedAt: Date;
|
|
@@ -99,8 +99,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
99
99
|
preferTwoFaMethod: string | null;
|
|
100
100
|
twoFaAvailableMethods: string[];
|
|
101
101
|
}, {
|
|
102
|
-
id: string;
|
|
103
102
|
status: string;
|
|
103
|
+
id: string;
|
|
104
104
|
isArchived: boolean;
|
|
105
105
|
createdAt: Date;
|
|
106
106
|
updatedAt: Date;
|
|
@@ -139,8 +139,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
139
139
|
createdAt: z.ZodDate;
|
|
140
140
|
updatedAt: z.ZodDate;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
142
|
-
id: string;
|
|
143
142
|
status: string;
|
|
143
|
+
id: string;
|
|
144
144
|
isArchived: boolean;
|
|
145
145
|
createdAt: Date;
|
|
146
146
|
updatedAt: Date;
|
|
@@ -155,8 +155,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
155
155
|
preferTwoFaMethod: string | null;
|
|
156
156
|
twoFaAvailableMethods: string[];
|
|
157
157
|
}, {
|
|
158
|
-
id: string;
|
|
159
158
|
status: string;
|
|
159
|
+
id: string;
|
|
160
160
|
isArchived: boolean;
|
|
161
161
|
createdAt: Date;
|
|
162
162
|
updatedAt: Date;
|
|
@@ -179,8 +179,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
179
179
|
downloadedAt: Date;
|
|
180
180
|
downloadedBy: string;
|
|
181
181
|
downloader?: {
|
|
182
|
-
id: string;
|
|
183
182
|
status: string;
|
|
183
|
+
id: string;
|
|
184
184
|
isArchived: boolean;
|
|
185
185
|
createdAt: Date;
|
|
186
186
|
updatedAt: Date;
|
|
@@ -203,8 +203,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
203
203
|
downloadedAt: Date;
|
|
204
204
|
downloadedBy: string;
|
|
205
205
|
downloader?: {
|
|
206
|
-
id: string;
|
|
207
206
|
status: string;
|
|
207
|
+
id: string;
|
|
208
208
|
isArchived: boolean;
|
|
209
209
|
createdAt: Date;
|
|
210
210
|
updatedAt: Date;
|
|
@@ -221,8 +221,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
221
221
|
} | null | undefined;
|
|
222
222
|
}>>, "many">>>;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
|
-
id: string;
|
|
225
224
|
status: "generated" | "downloaded" | "processed" | "archived";
|
|
225
|
+
id: string;
|
|
226
226
|
isArchived: boolean;
|
|
227
227
|
createdBy: string;
|
|
228
228
|
createdAt: Date;
|
|
@@ -233,8 +233,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
233
233
|
lastDonwloadAt: Date | null;
|
|
234
234
|
lastDonwloadBy: string | null;
|
|
235
235
|
creator?: {
|
|
236
|
-
id: string;
|
|
237
236
|
status: string;
|
|
237
|
+
id: string;
|
|
238
238
|
isArchived: boolean;
|
|
239
239
|
createdAt: Date;
|
|
240
240
|
updatedAt: Date;
|
|
@@ -250,8 +250,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
250
250
|
twoFaAvailableMethods: string[];
|
|
251
251
|
} | null | undefined;
|
|
252
252
|
lastDownloader?: {
|
|
253
|
-
id: string;
|
|
254
253
|
status: string;
|
|
254
|
+
id: string;
|
|
255
255
|
isArchived: boolean;
|
|
256
256
|
createdAt: Date;
|
|
257
257
|
updatedAt: Date;
|
|
@@ -274,8 +274,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
274
274
|
downloadedAt: Date;
|
|
275
275
|
downloadedBy: string;
|
|
276
276
|
downloader?: {
|
|
277
|
-
id: string;
|
|
278
277
|
status: string;
|
|
278
|
+
id: string;
|
|
279
279
|
isArchived: boolean;
|
|
280
280
|
createdAt: Date;
|
|
281
281
|
updatedAt: Date;
|
|
@@ -292,8 +292,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
292
292
|
} | null | undefined;
|
|
293
293
|
}[] | null | undefined;
|
|
294
294
|
}, {
|
|
295
|
-
id: string;
|
|
296
295
|
status: string;
|
|
296
|
+
id: string;
|
|
297
297
|
isArchived: boolean;
|
|
298
298
|
createdBy: string;
|
|
299
299
|
createdAt: Date;
|
|
@@ -304,8 +304,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
304
304
|
lastDonwloadAt: Date | null;
|
|
305
305
|
lastDonwloadBy: string | null;
|
|
306
306
|
creator?: {
|
|
307
|
-
id: string;
|
|
308
307
|
status: string;
|
|
308
|
+
id: string;
|
|
309
309
|
isArchived: boolean;
|
|
310
310
|
createdAt: Date;
|
|
311
311
|
updatedAt: Date;
|
|
@@ -321,8 +321,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
321
321
|
twoFaAvailableMethods: string[];
|
|
322
322
|
} | null | undefined;
|
|
323
323
|
lastDownloader?: {
|
|
324
|
-
id: string;
|
|
325
324
|
status: string;
|
|
325
|
+
id: string;
|
|
326
326
|
isArchived: boolean;
|
|
327
327
|
createdAt: Date;
|
|
328
328
|
updatedAt: Date;
|
|
@@ -345,8 +345,8 @@ export declare const payoutBankFileRestResSchema: z.ZodObject<{
|
|
|
345
345
|
downloadedAt: Date;
|
|
346
346
|
downloadedBy: string;
|
|
347
347
|
downloader?: {
|
|
348
|
-
id: string;
|
|
349
348
|
status: string;
|
|
349
|
+
id: string;
|
|
350
350
|
isArchived: boolean;
|
|
351
351
|
createdAt: Date;
|
|
352
352
|
updatedAt: Date;
|
|
@@ -23,8 +23,8 @@ export declare const payoutBankFileDownloadHistoryEntitySchema: z.ZodObject<{
|
|
|
23
23
|
createdAt: z.ZodDate;
|
|
24
24
|
updatedAt: z.ZodDate;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
id: string;
|
|
27
26
|
status: string;
|
|
27
|
+
id: string;
|
|
28
28
|
isArchived: boolean;
|
|
29
29
|
createdAt: Date;
|
|
30
30
|
updatedAt: Date;
|
|
@@ -39,8 +39,8 @@ export declare const payoutBankFileDownloadHistoryEntitySchema: z.ZodObject<{
|
|
|
39
39
|
preferTwoFaMethod: string | null;
|
|
40
40
|
twoFaAvailableMethods: string[];
|
|
41
41
|
}, {
|
|
42
|
-
id: string;
|
|
43
42
|
status: string;
|
|
43
|
+
id: string;
|
|
44
44
|
isArchived: boolean;
|
|
45
45
|
createdAt: Date;
|
|
46
46
|
updatedAt: Date;
|
|
@@ -63,8 +63,8 @@ export declare const payoutBankFileDownloadHistoryEntitySchema: z.ZodObject<{
|
|
|
63
63
|
downloadedAt: Date;
|
|
64
64
|
downloadedBy: string;
|
|
65
65
|
downloader?: {
|
|
66
|
-
id: string;
|
|
67
66
|
status: string;
|
|
67
|
+
id: string;
|
|
68
68
|
isArchived: boolean;
|
|
69
69
|
createdAt: Date;
|
|
70
70
|
updatedAt: Date;
|
|
@@ -87,8 +87,8 @@ export declare const payoutBankFileDownloadHistoryEntitySchema: z.ZodObject<{
|
|
|
87
87
|
downloadedAt: Date;
|
|
88
88
|
downloadedBy: string;
|
|
89
89
|
downloader?: {
|
|
90
|
-
id: string;
|
|
91
90
|
status: string;
|
|
91
|
+
id: string;
|
|
92
92
|
isArchived: boolean;
|
|
93
93
|
createdAt: Date;
|
|
94
94
|
updatedAt: Date;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout-transaction/index.ts"],"names":[],"mappings":"AAEA,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/payout-transaction/index.ts"],"names":[],"mappings":"AAEA,cAAc,mCAAmC,CAAC;AAClD,cAAc,yCAAyC,CAAC;AACxD,cAAc,kCAAkC,CAAC"}
|
|
@@ -21,14 +21,14 @@ export declare const payoutTransactionEntitySchema: z.ZodObject<{
|
|
|
21
21
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
22
22
|
description: z.ZodNullable<z.ZodString>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
+
status: string;
|
|
24
25
|
id: string;
|
|
26
|
+
propertyId: string | null;
|
|
25
27
|
cmaTransactionId: string | null;
|
|
26
|
-
status: string;
|
|
27
28
|
isArchived: boolean;
|
|
28
29
|
createdAt: Date;
|
|
29
30
|
updatedAt: Date;
|
|
30
31
|
description: string | null;
|
|
31
|
-
propertyId: string | null;
|
|
32
32
|
isCanceled: boolean;
|
|
33
33
|
payoutId: string;
|
|
34
34
|
sequence: number;
|
|
@@ -42,14 +42,14 @@ export declare const payoutTransactionEntitySchema: z.ZodObject<{
|
|
|
42
42
|
triggerDetails: string | null;
|
|
43
43
|
amountCents: bigint;
|
|
44
44
|
}, {
|
|
45
|
+
status: string;
|
|
45
46
|
id: string;
|
|
47
|
+
propertyId: string | null;
|
|
46
48
|
cmaTransactionId: string | null;
|
|
47
|
-
status: string;
|
|
48
49
|
isArchived: boolean;
|
|
49
50
|
createdAt: Date;
|
|
50
51
|
updatedAt: Date;
|
|
51
52
|
description: string | null;
|
|
52
|
-
propertyId: string | null;
|
|
53
53
|
isCanceled: boolean;
|
|
54
54
|
payoutId: string;
|
|
55
55
|
sequence: number;
|