@mikemo-coposit/am-accounting-shared 1.0.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/cma-creation-request/cma-creation-request.constant.d.ts +6 -0
- package/dist/cjs/constants/cma-creation-request/cma-creation-request.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma-creation-request/index.d.ts +2 -0
- package/dist/cjs/constants/cma-creation-request/index.d.ts.map +1 -0
- package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/constants/index.d.ts +1 -0
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +2 -2
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/payout/payout-type.constant.d.ts +2 -2
- package/dist/cjs/constants/payout/payout-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/payout/payout.constant.d.ts +4 -4
- package/dist/cjs/index.cjs +439 -283
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +354 -108
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +24 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +13 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +78 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-creation-request/index.d.ts +3 -0
- package/dist/cjs/schemas/cma-creation-request/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +25 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +452 -206
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +1 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/sort-req.schema.d.ts +3 -3
- package/dist/cjs/schemas/common/search/sort-req.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts +1 -1
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +168 -144
- 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 +84 -72
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +247 -2
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +28 -27
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/index.d.ts +1 -0
- package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +2 -0
- 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 +303 -225
- 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 +78 -2
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +15 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +77 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +13377 -5280
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts +45 -0
- package/dist/cjs/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/refund-payout/index.d.ts +4 -0
- package/dist/cjs/schemas/payout/refund-payout/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +138 -0
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts +31 -0
- package/dist/cjs/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2 -0
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.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.rest.entity.d.ts +130 -96
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project-search.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +640 -11
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +3 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +104 -78
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/utils/currency.util.d.ts +1 -1
- package/dist/cjs/utils/currency.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-creation-request/cma-creation-request.constant.d.ts +6 -0
- package/dist/esm/constants/cma-creation-request/cma-creation-request.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma-creation-request/index.d.ts +2 -0
- package/dist/esm/constants/cma-creation-request/index.d.ts.map +1 -0
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/constants/index.d.ts +1 -0
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +2 -2
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/payout/payout-type.constant.d.ts +2 -2
- package/dist/esm/constants/payout/payout-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/payout/payout.constant.d.ts +4 -4
- package/dist/esm/index.js +361 -186
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +354 -108
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +24 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +13 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +78 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-creation-request/index.d.ts +3 -0
- package/dist/esm/schemas/cma-creation-request/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +25 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +452 -206
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +1 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/sort-req.schema.d.ts +3 -3
- package/dist/esm/schemas/common/search/sort-req.schema.d.ts.map +1 -1
- package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts +1 -1
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +168 -144
- 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 +84 -72
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +247 -2
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +28 -27
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/index.d.ts +1 -0
- package/dist/esm/schemas/payout/index.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +2 -0
- 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 +303 -225
- 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 +78 -2
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +15 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +77 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +13377 -5280
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts +45 -0
- package/dist/esm/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/refund-payout/index.d.ts +4 -0
- package/dist/esm/schemas/payout/refund-payout/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +138 -0
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts +31 -0
- package/dist/esm/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2 -0
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.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.rest.entity.d.ts +130 -96
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project-search.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +640 -11
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +3 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +104 -78
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/utils/currency.util.d.ts +1 -1
- package/dist/esm/utils/currency.util.d.ts.map +1 -1
- package/package.json +22 -18
package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2CAA2C;;;iBAGtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAEhH,eAAO,MAAM,2CAA2C
|
|
1
|
+
{"version":3,"file":"mta-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2CAA2C;;;iBAGtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAEhH,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC"}
|
package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts
CHANGED
|
@@ -11,6 +11,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
11
11
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
12
12
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
13
13
|
mtaTransaction: z.ZodOptional<z.ZodLazy<z.ZodType<{
|
|
14
|
+
creditAmountCents: number;
|
|
15
|
+
debitAmountCents: number;
|
|
16
|
+
balanceCents: number;
|
|
17
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
18
|
+
transactionType: string;
|
|
19
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
14
20
|
id: string;
|
|
15
21
|
referenceId: string | null;
|
|
16
22
|
sequence: number;
|
|
@@ -31,12 +37,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
31
37
|
canceledAt: Date | null;
|
|
32
38
|
canceledReason: string | null;
|
|
33
39
|
payoutId: string | null;
|
|
34
|
-
creditAmountCents: number;
|
|
35
|
-
debitAmountCents: number;
|
|
36
|
-
balanceCents: number;
|
|
37
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
38
|
-
transactionType: string;
|
|
39
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
40
40
|
createdBy?: string | {
|
|
41
41
|
id: string;
|
|
42
42
|
email: string;
|
|
@@ -72,6 +72,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
72
72
|
cmaId?: string | null | undefined;
|
|
73
73
|
buyerName?: string | null | undefined;
|
|
74
74
|
initialDepositStatus?: string | null | undefined;
|
|
75
|
+
copositSaleStatus?: string | null | undefined;
|
|
75
76
|
project?: {
|
|
76
77
|
id: string;
|
|
77
78
|
name: string;
|
|
@@ -110,6 +111,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
110
111
|
} & {
|
|
111
112
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
112
113
|
sourceTransaction?: ({
|
|
114
|
+
creditAmountCents: number;
|
|
115
|
+
debitAmountCents: number;
|
|
116
|
+
balanceCents: number;
|
|
117
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
118
|
+
transactionType: string;
|
|
119
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
113
120
|
id: string;
|
|
114
121
|
referenceId: string | null;
|
|
115
122
|
sequence: number;
|
|
@@ -130,12 +137,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
130
137
|
canceledAt: Date | null;
|
|
131
138
|
canceledReason: string | null;
|
|
132
139
|
payoutId: string | null;
|
|
133
|
-
creditAmountCents: number;
|
|
134
|
-
debitAmountCents: number;
|
|
135
|
-
balanceCents: number;
|
|
136
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
137
|
-
transactionType: string;
|
|
138
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
139
140
|
createdBy?: string | {
|
|
140
141
|
id: string;
|
|
141
142
|
email: string;
|
|
@@ -171,6 +172,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
171
172
|
cmaId?: string | null | undefined;
|
|
172
173
|
buyerName?: string | null | undefined;
|
|
173
174
|
initialDepositStatus?: string | null | undefined;
|
|
175
|
+
copositSaleStatus?: string | null | undefined;
|
|
174
176
|
project?: {
|
|
175
177
|
id: string;
|
|
176
178
|
name: string;
|
|
@@ -208,6 +210,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
208
210
|
} | null | undefined;
|
|
209
211
|
} & /*elided*/ any) | null | undefined;
|
|
210
212
|
subsequentTransactions?: ({
|
|
213
|
+
creditAmountCents: number;
|
|
214
|
+
debitAmountCents: number;
|
|
215
|
+
balanceCents: number;
|
|
216
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
217
|
+
transactionType: string;
|
|
218
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
211
219
|
id: string;
|
|
212
220
|
referenceId: string | null;
|
|
213
221
|
sequence: number;
|
|
@@ -228,12 +236,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
228
236
|
canceledAt: Date | null;
|
|
229
237
|
canceledReason: string | null;
|
|
230
238
|
payoutId: string | null;
|
|
231
|
-
creditAmountCents: number;
|
|
232
|
-
debitAmountCents: number;
|
|
233
|
-
balanceCents: number;
|
|
234
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
235
|
-
transactionType: string;
|
|
236
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
237
239
|
createdBy?: string | {
|
|
238
240
|
id: string;
|
|
239
241
|
email: string;
|
|
@@ -269,6 +271,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
269
271
|
cmaId?: string | null | undefined;
|
|
270
272
|
buyerName?: string | null | undefined;
|
|
271
273
|
initialDepositStatus?: string | null | undefined;
|
|
274
|
+
copositSaleStatus?: string | null | undefined;
|
|
272
275
|
project?: {
|
|
273
276
|
id: string;
|
|
274
277
|
name: string;
|
|
@@ -318,6 +321,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
318
321
|
isCancelable?: boolean | null | undefined;
|
|
319
322
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
320
323
|
}, {
|
|
324
|
+
creditAmountCents: string | number | bigint;
|
|
325
|
+
debitAmountCents: string | number | bigint;
|
|
326
|
+
balanceCents: string | number | bigint;
|
|
327
|
+
inputType: string;
|
|
328
|
+
transactionType: string;
|
|
329
|
+
status: string;
|
|
321
330
|
id: string;
|
|
322
331
|
referenceId: string | null;
|
|
323
332
|
sequence: number;
|
|
@@ -338,12 +347,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
338
347
|
canceledAt: unknown;
|
|
339
348
|
canceledReason: string | null;
|
|
340
349
|
payoutId: string | null;
|
|
341
|
-
creditAmountCents: string | number | bigint;
|
|
342
|
-
debitAmountCents: string | number | bigint;
|
|
343
|
-
balanceCents: string | number | bigint;
|
|
344
|
-
inputType: string;
|
|
345
|
-
transactionType: string;
|
|
346
|
-
status: string;
|
|
347
350
|
createdBy?: string | {
|
|
348
351
|
id: string;
|
|
349
352
|
email: string;
|
|
@@ -379,6 +382,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
379
382
|
buyerName?: string | null | undefined;
|
|
380
383
|
isCmaRequired?: boolean | undefined;
|
|
381
384
|
initialDepositStatus?: string | null | undefined;
|
|
385
|
+
copositSaleStatus?: string | null | undefined;
|
|
382
386
|
project?: {
|
|
383
387
|
id: string;
|
|
384
388
|
name: string;
|
|
@@ -417,6 +421,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
417
421
|
} & {
|
|
418
422
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
419
423
|
sourceTransaction?: ({
|
|
424
|
+
creditAmountCents: string | number | bigint;
|
|
425
|
+
debitAmountCents: string | number | bigint;
|
|
426
|
+
balanceCents: string | number | bigint;
|
|
427
|
+
inputType: string;
|
|
428
|
+
transactionType: string;
|
|
429
|
+
status: string;
|
|
420
430
|
id: string;
|
|
421
431
|
referenceId: string | null;
|
|
422
432
|
sequence: number;
|
|
@@ -437,12 +447,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
437
447
|
canceledAt: unknown;
|
|
438
448
|
canceledReason: string | null;
|
|
439
449
|
payoutId: string | null;
|
|
440
|
-
creditAmountCents: string | number | bigint;
|
|
441
|
-
debitAmountCents: string | number | bigint;
|
|
442
|
-
balanceCents: string | number | bigint;
|
|
443
|
-
inputType: string;
|
|
444
|
-
transactionType: string;
|
|
445
|
-
status: string;
|
|
446
450
|
createdBy?: string | {
|
|
447
451
|
id: string;
|
|
448
452
|
email: string;
|
|
@@ -478,6 +482,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
478
482
|
buyerName?: string | null | undefined;
|
|
479
483
|
isCmaRequired?: boolean | undefined;
|
|
480
484
|
initialDepositStatus?: string | null | undefined;
|
|
485
|
+
copositSaleStatus?: string | null | undefined;
|
|
481
486
|
project?: {
|
|
482
487
|
id: string;
|
|
483
488
|
name: string;
|
|
@@ -515,6 +520,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
515
520
|
} | null | undefined;
|
|
516
521
|
} & /*elided*/ any) | null | undefined;
|
|
517
522
|
subsequentTransactions?: ({
|
|
523
|
+
creditAmountCents: string | number | bigint;
|
|
524
|
+
debitAmountCents: string | number | bigint;
|
|
525
|
+
balanceCents: string | number | bigint;
|
|
526
|
+
inputType: string;
|
|
527
|
+
transactionType: string;
|
|
528
|
+
status: string;
|
|
518
529
|
id: string;
|
|
519
530
|
referenceId: string | null;
|
|
520
531
|
sequence: number;
|
|
@@ -535,12 +546,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
535
546
|
canceledAt: unknown;
|
|
536
547
|
canceledReason: string | null;
|
|
537
548
|
payoutId: string | null;
|
|
538
|
-
creditAmountCents: string | number | bigint;
|
|
539
|
-
debitAmountCents: string | number | bigint;
|
|
540
|
-
balanceCents: string | number | bigint;
|
|
541
|
-
inputType: string;
|
|
542
|
-
transactionType: string;
|
|
543
|
-
status: string;
|
|
544
549
|
createdBy?: string | {
|
|
545
550
|
id: string;
|
|
546
551
|
email: string;
|
|
@@ -576,6 +581,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
576
581
|
buyerName?: string | null | undefined;
|
|
577
582
|
isCmaRequired?: boolean | undefined;
|
|
578
583
|
initialDepositStatus?: string | null | undefined;
|
|
584
|
+
copositSaleStatus?: string | null | undefined;
|
|
579
585
|
project?: {
|
|
580
586
|
id: string;
|
|
581
587
|
name: string;
|
|
@@ -615,6 +621,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
615
621
|
reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
616
622
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
617
623
|
}, z.core.$ZodTypeInternals<{
|
|
624
|
+
creditAmountCents: number;
|
|
625
|
+
debitAmountCents: number;
|
|
626
|
+
balanceCents: number;
|
|
627
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
628
|
+
transactionType: string;
|
|
629
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
618
630
|
id: string;
|
|
619
631
|
referenceId: string | null;
|
|
620
632
|
sequence: number;
|
|
@@ -635,12 +647,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
635
647
|
canceledAt: Date | null;
|
|
636
648
|
canceledReason: string | null;
|
|
637
649
|
payoutId: string | null;
|
|
638
|
-
creditAmountCents: number;
|
|
639
|
-
debitAmountCents: number;
|
|
640
|
-
balanceCents: number;
|
|
641
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
642
|
-
transactionType: string;
|
|
643
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
644
650
|
createdBy?: string | {
|
|
645
651
|
id: string;
|
|
646
652
|
email: string;
|
|
@@ -676,6 +682,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
676
682
|
cmaId?: string | null | undefined;
|
|
677
683
|
buyerName?: string | null | undefined;
|
|
678
684
|
initialDepositStatus?: string | null | undefined;
|
|
685
|
+
copositSaleStatus?: string | null | undefined;
|
|
679
686
|
project?: {
|
|
680
687
|
id: string;
|
|
681
688
|
name: string;
|
|
@@ -714,6 +721,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
714
721
|
} & {
|
|
715
722
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
716
723
|
sourceTransaction?: ({
|
|
724
|
+
creditAmountCents: number;
|
|
725
|
+
debitAmountCents: number;
|
|
726
|
+
balanceCents: number;
|
|
727
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
728
|
+
transactionType: string;
|
|
729
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
717
730
|
id: string;
|
|
718
731
|
referenceId: string | null;
|
|
719
732
|
sequence: number;
|
|
@@ -734,12 +747,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
734
747
|
canceledAt: Date | null;
|
|
735
748
|
canceledReason: string | null;
|
|
736
749
|
payoutId: string | null;
|
|
737
|
-
creditAmountCents: number;
|
|
738
|
-
debitAmountCents: number;
|
|
739
|
-
balanceCents: number;
|
|
740
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
741
|
-
transactionType: string;
|
|
742
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
743
750
|
createdBy?: string | {
|
|
744
751
|
id: string;
|
|
745
752
|
email: string;
|
|
@@ -775,6 +782,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
775
782
|
cmaId?: string | null | undefined;
|
|
776
783
|
buyerName?: string | null | undefined;
|
|
777
784
|
initialDepositStatus?: string | null | undefined;
|
|
785
|
+
copositSaleStatus?: string | null | undefined;
|
|
778
786
|
project?: {
|
|
779
787
|
id: string;
|
|
780
788
|
name: string;
|
|
@@ -812,6 +820,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
812
820
|
} | null | undefined;
|
|
813
821
|
} & /*elided*/ any) | null | undefined;
|
|
814
822
|
subsequentTransactions?: ({
|
|
823
|
+
creditAmountCents: number;
|
|
824
|
+
debitAmountCents: number;
|
|
825
|
+
balanceCents: number;
|
|
826
|
+
inputType: import("../..").MtaTransactionInputType;
|
|
827
|
+
transactionType: string;
|
|
828
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
815
829
|
id: string;
|
|
816
830
|
referenceId: string | null;
|
|
817
831
|
sequence: number;
|
|
@@ -832,12 +846,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
832
846
|
canceledAt: Date | null;
|
|
833
847
|
canceledReason: string | null;
|
|
834
848
|
payoutId: string | null;
|
|
835
|
-
creditAmountCents: number;
|
|
836
|
-
debitAmountCents: number;
|
|
837
|
-
balanceCents: number;
|
|
838
|
-
inputType: import("../..").MtaTransactionInputType;
|
|
839
|
-
transactionType: string;
|
|
840
|
-
status: "clearing" | "cleared" | "reconciled";
|
|
841
849
|
createdBy?: string | {
|
|
842
850
|
id: string;
|
|
843
851
|
email: string;
|
|
@@ -873,6 +881,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
873
881
|
cmaId?: string | null | undefined;
|
|
874
882
|
buyerName?: string | null | undefined;
|
|
875
883
|
initialDepositStatus?: string | null | undefined;
|
|
884
|
+
copositSaleStatus?: string | null | undefined;
|
|
876
885
|
project?: {
|
|
877
886
|
id: string;
|
|
878
887
|
name: string;
|
|
@@ -922,6 +931,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
922
931
|
isCancelable?: boolean | null | undefined;
|
|
923
932
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
924
933
|
}, {
|
|
934
|
+
creditAmountCents: string | number | bigint;
|
|
935
|
+
debitAmountCents: string | number | bigint;
|
|
936
|
+
balanceCents: string | number | bigint;
|
|
937
|
+
inputType: string;
|
|
938
|
+
transactionType: string;
|
|
939
|
+
status: string;
|
|
925
940
|
id: string;
|
|
926
941
|
referenceId: string | null;
|
|
927
942
|
sequence: number;
|
|
@@ -942,12 +957,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
942
957
|
canceledAt: unknown;
|
|
943
958
|
canceledReason: string | null;
|
|
944
959
|
payoutId: string | null;
|
|
945
|
-
creditAmountCents: string | number | bigint;
|
|
946
|
-
debitAmountCents: string | number | bigint;
|
|
947
|
-
balanceCents: string | number | bigint;
|
|
948
|
-
inputType: string;
|
|
949
|
-
transactionType: string;
|
|
950
|
-
status: string;
|
|
951
960
|
createdBy?: string | {
|
|
952
961
|
id: string;
|
|
953
962
|
email: string;
|
|
@@ -983,6 +992,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
983
992
|
buyerName?: string | null | undefined;
|
|
984
993
|
isCmaRequired?: boolean | undefined;
|
|
985
994
|
initialDepositStatus?: string | null | undefined;
|
|
995
|
+
copositSaleStatus?: string | null | undefined;
|
|
986
996
|
project?: {
|
|
987
997
|
id: string;
|
|
988
998
|
name: string;
|
|
@@ -1021,6 +1031,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1021
1031
|
} & {
|
|
1022
1032
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1023
1033
|
sourceTransaction?: ({
|
|
1034
|
+
creditAmountCents: string | number | bigint;
|
|
1035
|
+
debitAmountCents: string | number | bigint;
|
|
1036
|
+
balanceCents: string | number | bigint;
|
|
1037
|
+
inputType: string;
|
|
1038
|
+
transactionType: string;
|
|
1039
|
+
status: string;
|
|
1024
1040
|
id: string;
|
|
1025
1041
|
referenceId: string | null;
|
|
1026
1042
|
sequence: number;
|
|
@@ -1041,12 +1057,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1041
1057
|
canceledAt: unknown;
|
|
1042
1058
|
canceledReason: string | null;
|
|
1043
1059
|
payoutId: string | null;
|
|
1044
|
-
creditAmountCents: string | number | bigint;
|
|
1045
|
-
debitAmountCents: string | number | bigint;
|
|
1046
|
-
balanceCents: string | number | bigint;
|
|
1047
|
-
inputType: string;
|
|
1048
|
-
transactionType: string;
|
|
1049
|
-
status: string;
|
|
1050
1060
|
createdBy?: string | {
|
|
1051
1061
|
id: string;
|
|
1052
1062
|
email: string;
|
|
@@ -1082,6 +1092,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1082
1092
|
buyerName?: string | null | undefined;
|
|
1083
1093
|
isCmaRequired?: boolean | undefined;
|
|
1084
1094
|
initialDepositStatus?: string | null | undefined;
|
|
1095
|
+
copositSaleStatus?: string | null | undefined;
|
|
1085
1096
|
project?: {
|
|
1086
1097
|
id: string;
|
|
1087
1098
|
name: string;
|
|
@@ -1119,6 +1130,12 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1119
1130
|
} | null | undefined;
|
|
1120
1131
|
} & /*elided*/ any) | null | undefined;
|
|
1121
1132
|
subsequentTransactions?: ({
|
|
1133
|
+
creditAmountCents: string | number | bigint;
|
|
1134
|
+
debitAmountCents: string | number | bigint;
|
|
1135
|
+
balanceCents: string | number | bigint;
|
|
1136
|
+
inputType: string;
|
|
1137
|
+
transactionType: string;
|
|
1138
|
+
status: string;
|
|
1122
1139
|
id: string;
|
|
1123
1140
|
referenceId: string | null;
|
|
1124
1141
|
sequence: number;
|
|
@@ -1139,12 +1156,6 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1139
1156
|
canceledAt: unknown;
|
|
1140
1157
|
canceledReason: string | null;
|
|
1141
1158
|
payoutId: string | null;
|
|
1142
|
-
creditAmountCents: string | number | bigint;
|
|
1143
|
-
debitAmountCents: string | number | bigint;
|
|
1144
|
-
balanceCents: string | number | bigint;
|
|
1145
|
-
inputType: string;
|
|
1146
|
-
transactionType: string;
|
|
1147
|
-
status: string;
|
|
1148
1159
|
createdBy?: string | {
|
|
1149
1160
|
id: string;
|
|
1150
1161
|
email: string;
|
|
@@ -1180,6 +1191,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1180
1191
|
buyerName?: string | null | undefined;
|
|
1181
1192
|
isCmaRequired?: boolean | undefined;
|
|
1182
1193
|
initialDepositStatus?: string | null | undefined;
|
|
1194
|
+
copositSaleStatus?: string | null | undefined;
|
|
1183
1195
|
project?: {
|
|
1184
1196
|
id: string;
|
|
1185
1197
|
name: string;
|
package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC
|
|
1
|
+
{"version":3,"file":"mta-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGhD,CAAC;AAEH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
|
|
@@ -11,7 +11,7 @@ export declare const createMtaTransactionRestReqSchema: z.ZodObject<{
|
|
|
11
11
|
TRANSACTION_CANCEL: string;
|
|
12
12
|
TRUST_TO_CMA_PAYOUT: string;
|
|
13
13
|
TRUST_SETTLEMENT_PAYOUT: string;
|
|
14
|
-
|
|
14
|
+
REFUND_PAYOUT: string;
|
|
15
15
|
UNKNOWN_PAYOUT: string;
|
|
16
16
|
PAYOUT: string;
|
|
17
17
|
UNKNOWN: string;
|