@mikemo-coposit/am-accounting-shared 0.0.5 → 0.0.7
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-transaction/cma-transaction-type.constant.d.ts +2 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +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 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/index.d.ts +3 -0
- package/dist/cjs/constants/report/common/index.d.ts.map +1 -0
- package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts +5 -0
- package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/report/common/report-group-type.constant.d.ts +5 -0
- package/dist/cjs/constants/report/common/report-group-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/report/index.d.ts +2 -0
- package/dist/cjs/constants/report/index.d.ts.map +1 -0
- package/dist/cjs/index.js +175 -31
- 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/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/index.d.ts +4 -0
- package/dist/cjs/schemas/common/date/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/index.d.ts +1 -0
- package/dist/cjs/schemas/common/index.d.ts.map +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-transaction/create-mta-transactionrest.schema.d.ts +1 -0
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +1 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts +416 -0
- package/dist/cjs/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +1 -0
- 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/payout.rest.schema.d.ts +298 -298
- package/dist/cjs/schemas/payout/payout.rest.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 +4 -4
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +36 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/index.d.ts +2 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +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 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/report/common/index.d.ts +3 -0
- package/dist/esm/constants/report/common/index.d.ts.map +1 -0
- package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts +5 -0
- package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/report/common/report-group-type.constant.d.ts +5 -0
- package/dist/esm/constants/report/common/report-group-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/report/index.d.ts +2 -0
- package/dist/esm/constants/report/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +120 -15
- 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/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/index.d.ts +4 -0
- package/dist/esm/schemas/common/date/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/index.d.ts +1 -0
- package/dist/esm/schemas/common/index.d.ts.map +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-transaction/create-mta-transactionrest.schema.d.ts +1 -0
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +1 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts +416 -0
- package/dist/esm/schemas/payout/create-settlement-payout.rest.schema.d.ts.map +1 -0
- 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/payout.rest.schema.d.ts +298 -298
- package/dist/esm/schemas/payout/payout.rest.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 +4 -4
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +36 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/index.d.ts +2 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -7782,10 +7782,10 @@ export declare const payoutRestResBaseSchema: z.ZodObject<{
|
|
|
7782
7782
|
bankRef: string | null;
|
|
7783
7783
|
canceledAt: Date | null;
|
|
7784
7784
|
mtaTransactionId: string | null;
|
|
7785
|
-
targetBsb: string | null;
|
|
7786
7785
|
targetAccountType: string | null;
|
|
7787
|
-
targetAccountNumber: string | null;
|
|
7788
7786
|
targetAccountName: string | null;
|
|
7787
|
+
targetAccountNumber: string | null;
|
|
7788
|
+
targetBsb: string | null;
|
|
7789
7789
|
triggerDetails: string | null;
|
|
7790
7790
|
amountCents: bigint;
|
|
7791
7791
|
}, {
|
|
@@ -7803,10 +7803,10 @@ export declare const payoutRestResBaseSchema: z.ZodObject<{
|
|
|
7803
7803
|
bankRef: string | null;
|
|
7804
7804
|
canceledAt: Date | null;
|
|
7805
7805
|
mtaTransactionId: string | null;
|
|
7806
|
-
targetBsb: string | null;
|
|
7807
7806
|
targetAccountType: string | null;
|
|
7808
|
-
targetAccountNumber: string | null;
|
|
7809
7807
|
targetAccountName: string | null;
|
|
7808
|
+
targetAccountNumber: string | null;
|
|
7809
|
+
targetBsb: string | null;
|
|
7810
7810
|
triggerDetails: string | null;
|
|
7811
7811
|
amountCents: bigint;
|
|
7812
7812
|
}>, "many">>>>;
|
|
@@ -8191,48 +8191,6 @@ export declare const payoutRestResBaseSchema: z.ZodObject<{
|
|
|
8191
8191
|
payoutType: "cma_settlement_payout" | "trust_to_cma_payout" | "trust_settlement_payout" | "trust_refund_payout" | "unknown_payout";
|
|
8192
8192
|
sourceAccountId: string;
|
|
8193
8193
|
sourceAccountType: string;
|
|
8194
|
-
provisionDetails: {
|
|
8195
|
-
targetDetails: (z.objectOutputType<{
|
|
8196
|
-
creditAmountCents: z.ZodBigInt;
|
|
8197
|
-
description: z.ZodString;
|
|
8198
|
-
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8199
|
-
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8200
|
-
} & {
|
|
8201
|
-
targetAccountId: z.ZodString;
|
|
8202
|
-
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.CMA>;
|
|
8203
|
-
targetBsb: z.ZodString;
|
|
8204
|
-
targetAccountNumber: z.ZodString;
|
|
8205
|
-
targetAccountName: z.ZodString;
|
|
8206
|
-
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
8207
|
-
targetBsb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8208
|
-
targetAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8209
|
-
targetAccountName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8210
|
-
creditAmountCents: z.ZodBigInt;
|
|
8211
|
-
description: z.ZodString;
|
|
8212
|
-
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8213
|
-
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8214
|
-
} & {
|
|
8215
|
-
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
8216
|
-
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
8217
|
-
}, z.ZodTypeAny, "passthrough">)[];
|
|
8218
|
-
sourceDetails: {
|
|
8219
|
-
debitAmountCents: bigint;
|
|
8220
|
-
description: string;
|
|
8221
|
-
bankRef: string;
|
|
8222
|
-
sourceAccountId: string;
|
|
8223
|
-
sourceAccountType: string;
|
|
8224
|
-
sourceAccountName: string;
|
|
8225
|
-
sourceBsb: string;
|
|
8226
|
-
sourceAccountNumber: string;
|
|
8227
|
-
sourceAccountStateCode: string;
|
|
8228
|
-
sourceAccountBankCode: string;
|
|
8229
|
-
transactionType?: string | null | undefined;
|
|
8230
|
-
} & {
|
|
8231
|
-
[k: string]: unknown;
|
|
8232
|
-
};
|
|
8233
|
-
} & {
|
|
8234
|
-
[k: string]: unknown;
|
|
8235
|
-
};
|
|
8236
8194
|
sourceAccount: z.objectOutputType<{
|
|
8237
8195
|
description: z.ZodString;
|
|
8238
8196
|
bankRef: z.ZodString;
|
|
@@ -10679,6 +10637,48 @@ export declare const payoutRestResBaseSchema: z.ZodObject<{
|
|
|
10679
10637
|
} & {
|
|
10680
10638
|
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
10681
10639
|
}, z.ZodTypeAny, "passthrough">)[];
|
|
10640
|
+
provisionDetails: {
|
|
10641
|
+
targetDetails: (z.objectOutputType<{
|
|
10642
|
+
creditAmountCents: z.ZodBigInt;
|
|
10643
|
+
description: z.ZodString;
|
|
10644
|
+
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10645
|
+
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10646
|
+
} & {
|
|
10647
|
+
targetAccountId: z.ZodString;
|
|
10648
|
+
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.CMA>;
|
|
10649
|
+
targetBsb: z.ZodString;
|
|
10650
|
+
targetAccountNumber: z.ZodString;
|
|
10651
|
+
targetAccountName: z.ZodString;
|
|
10652
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
10653
|
+
targetBsb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10654
|
+
targetAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10655
|
+
targetAccountName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10656
|
+
creditAmountCents: z.ZodBigInt;
|
|
10657
|
+
description: z.ZodString;
|
|
10658
|
+
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10659
|
+
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10660
|
+
} & {
|
|
10661
|
+
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
10662
|
+
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
10663
|
+
}, z.ZodTypeAny, "passthrough">)[];
|
|
10664
|
+
sourceDetails: {
|
|
10665
|
+
debitAmountCents: bigint;
|
|
10666
|
+
description: string;
|
|
10667
|
+
bankRef: string;
|
|
10668
|
+
sourceAccountId: string;
|
|
10669
|
+
sourceAccountType: string;
|
|
10670
|
+
sourceAccountName: string;
|
|
10671
|
+
sourceBsb: string;
|
|
10672
|
+
sourceAccountNumber: string;
|
|
10673
|
+
sourceAccountStateCode: string;
|
|
10674
|
+
sourceAccountBankCode: string;
|
|
10675
|
+
transactionType?: string | null | undefined;
|
|
10676
|
+
} & {
|
|
10677
|
+
[k: string]: unknown;
|
|
10678
|
+
};
|
|
10679
|
+
} & {
|
|
10680
|
+
[k: string]: unknown;
|
|
10681
|
+
};
|
|
10682
10682
|
createdBy?: string | {
|
|
10683
10683
|
id: string;
|
|
10684
10684
|
email: string;
|
|
@@ -10708,10 +10708,10 @@ export declare const payoutRestResBaseSchema: z.ZodObject<{
|
|
|
10708
10708
|
bankRef: string | null;
|
|
10709
10709
|
canceledAt: Date | null;
|
|
10710
10710
|
mtaTransactionId: string | null;
|
|
10711
|
-
targetBsb: string | null;
|
|
10712
10711
|
targetAccountType: string | null;
|
|
10713
|
-
targetAccountNumber: string | null;
|
|
10714
10712
|
targetAccountName: string | null;
|
|
10713
|
+
targetAccountNumber: string | null;
|
|
10714
|
+
targetBsb: string | null;
|
|
10715
10715
|
triggerDetails: string | null;
|
|
10716
10716
|
amountCents: bigint;
|
|
10717
10717
|
}[] | null | undefined;
|
|
@@ -10804,48 +10804,6 @@ export declare const payoutRestResBaseSchema: z.ZodObject<{
|
|
|
10804
10804
|
payoutType: string;
|
|
10805
10805
|
sourceAccountId: string;
|
|
10806
10806
|
sourceAccountType: string;
|
|
10807
|
-
provisionDetails: {
|
|
10808
|
-
targetDetails: (z.objectInputType<{
|
|
10809
|
-
creditAmountCents: z.ZodBigInt;
|
|
10810
|
-
description: z.ZodString;
|
|
10811
|
-
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10812
|
-
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10813
|
-
} & {
|
|
10814
|
-
targetAccountId: z.ZodString;
|
|
10815
|
-
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.CMA>;
|
|
10816
|
-
targetBsb: z.ZodString;
|
|
10817
|
-
targetAccountNumber: z.ZodString;
|
|
10818
|
-
targetAccountName: z.ZodString;
|
|
10819
|
-
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
10820
|
-
targetBsb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10821
|
-
targetAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10822
|
-
targetAccountName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10823
|
-
creditAmountCents: z.ZodBigInt;
|
|
10824
|
-
description: z.ZodString;
|
|
10825
|
-
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10826
|
-
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10827
|
-
} & {
|
|
10828
|
-
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
10829
|
-
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
10830
|
-
}, z.ZodTypeAny, "passthrough">)[];
|
|
10831
|
-
sourceDetails: {
|
|
10832
|
-
debitAmountCents: bigint;
|
|
10833
|
-
description: string;
|
|
10834
|
-
bankRef: string;
|
|
10835
|
-
sourceAccountId: string;
|
|
10836
|
-
sourceAccountType: string;
|
|
10837
|
-
sourceAccountName: string;
|
|
10838
|
-
sourceBsb: string;
|
|
10839
|
-
sourceAccountNumber: string;
|
|
10840
|
-
sourceAccountStateCode: string;
|
|
10841
|
-
sourceAccountBankCode: string;
|
|
10842
|
-
transactionType?: string | null | undefined;
|
|
10843
|
-
} & {
|
|
10844
|
-
[k: string]: unknown;
|
|
10845
|
-
};
|
|
10846
|
-
} & {
|
|
10847
|
-
[k: string]: unknown;
|
|
10848
|
-
};
|
|
10849
10807
|
sourceAccount: z.objectInputType<{
|
|
10850
10808
|
description: z.ZodString;
|
|
10851
10809
|
bankRef: z.ZodString;
|
|
@@ -13292,6 +13250,48 @@ export declare const payoutRestResBaseSchema: z.ZodObject<{
|
|
|
13292
13250
|
} & {
|
|
13293
13251
|
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
13294
13252
|
}, z.ZodTypeAny, "passthrough">)[];
|
|
13253
|
+
provisionDetails: {
|
|
13254
|
+
targetDetails: (z.objectInputType<{
|
|
13255
|
+
creditAmountCents: z.ZodBigInt;
|
|
13256
|
+
description: z.ZodString;
|
|
13257
|
+
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13258
|
+
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13259
|
+
} & {
|
|
13260
|
+
targetAccountId: z.ZodString;
|
|
13261
|
+
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.CMA>;
|
|
13262
|
+
targetBsb: z.ZodString;
|
|
13263
|
+
targetAccountNumber: z.ZodString;
|
|
13264
|
+
targetAccountName: z.ZodString;
|
|
13265
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
13266
|
+
targetBsb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13267
|
+
targetAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13268
|
+
targetAccountName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13269
|
+
creditAmountCents: z.ZodBigInt;
|
|
13270
|
+
description: z.ZodString;
|
|
13271
|
+
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13272
|
+
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13273
|
+
} & {
|
|
13274
|
+
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
13275
|
+
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
13276
|
+
}, z.ZodTypeAny, "passthrough">)[];
|
|
13277
|
+
sourceDetails: {
|
|
13278
|
+
debitAmountCents: bigint;
|
|
13279
|
+
description: string;
|
|
13280
|
+
bankRef: string;
|
|
13281
|
+
sourceAccountId: string;
|
|
13282
|
+
sourceAccountType: string;
|
|
13283
|
+
sourceAccountName: string;
|
|
13284
|
+
sourceBsb: string;
|
|
13285
|
+
sourceAccountNumber: string;
|
|
13286
|
+
sourceAccountStateCode: string;
|
|
13287
|
+
sourceAccountBankCode: string;
|
|
13288
|
+
transactionType?: string | null | undefined;
|
|
13289
|
+
} & {
|
|
13290
|
+
[k: string]: unknown;
|
|
13291
|
+
};
|
|
13292
|
+
} & {
|
|
13293
|
+
[k: string]: unknown;
|
|
13294
|
+
};
|
|
13295
13295
|
createdBy?: string | {
|
|
13296
13296
|
id: string;
|
|
13297
13297
|
email: string;
|
|
@@ -13321,10 +13321,10 @@ export declare const payoutRestResBaseSchema: z.ZodObject<{
|
|
|
13321
13321
|
bankRef: string | null;
|
|
13322
13322
|
canceledAt: Date | null;
|
|
13323
13323
|
mtaTransactionId: string | null;
|
|
13324
|
-
targetBsb: string | null;
|
|
13325
13324
|
targetAccountType: string | null;
|
|
13326
|
-
targetAccountNumber: string | null;
|
|
13327
13325
|
targetAccountName: string | null;
|
|
13326
|
+
targetAccountNumber: string | null;
|
|
13327
|
+
targetBsb: string | null;
|
|
13328
13328
|
triggerDetails: string | null;
|
|
13329
13329
|
amountCents: bigint;
|
|
13330
13330
|
}[] | null | undefined;
|
|
@@ -21181,10 +21181,10 @@ export declare const payoutRestResSchema: z.ZodObject<{
|
|
|
21181
21181
|
bankRef: string | null;
|
|
21182
21182
|
canceledAt: Date | null;
|
|
21183
21183
|
mtaTransactionId: string | null;
|
|
21184
|
-
targetBsb: string | null;
|
|
21185
21184
|
targetAccountType: string | null;
|
|
21186
|
-
targetAccountNumber: string | null;
|
|
21187
21185
|
targetAccountName: string | null;
|
|
21186
|
+
targetAccountNumber: string | null;
|
|
21187
|
+
targetBsb: string | null;
|
|
21188
21188
|
triggerDetails: string | null;
|
|
21189
21189
|
amountCents: bigint;
|
|
21190
21190
|
}, {
|
|
@@ -21202,10 +21202,10 @@ export declare const payoutRestResSchema: z.ZodObject<{
|
|
|
21202
21202
|
bankRef: string | null;
|
|
21203
21203
|
canceledAt: Date | null;
|
|
21204
21204
|
mtaTransactionId: string | null;
|
|
21205
|
-
targetBsb: string | null;
|
|
21206
21205
|
targetAccountType: string | null;
|
|
21207
|
-
targetAccountNumber: string | null;
|
|
21208
21206
|
targetAccountName: string | null;
|
|
21207
|
+
targetAccountNumber: string | null;
|
|
21208
|
+
targetBsb: string | null;
|
|
21209
21209
|
triggerDetails: string | null;
|
|
21210
21210
|
amountCents: bigint;
|
|
21211
21211
|
}>, "many">>>>;
|
|
@@ -21590,48 +21590,6 @@ export declare const payoutRestResSchema: z.ZodObject<{
|
|
|
21590
21590
|
payoutType: "cma_settlement_payout" | "trust_to_cma_payout" | "trust_settlement_payout" | "trust_refund_payout" | "unknown_payout";
|
|
21591
21591
|
sourceAccountId: string;
|
|
21592
21592
|
sourceAccountType: string;
|
|
21593
|
-
provisionDetails: {
|
|
21594
|
-
targetDetails: (z.objectOutputType<{
|
|
21595
|
-
creditAmountCents: z.ZodBigInt;
|
|
21596
|
-
description: z.ZodString;
|
|
21597
|
-
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21598
|
-
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21599
|
-
} & {
|
|
21600
|
-
targetAccountId: z.ZodString;
|
|
21601
|
-
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.CMA>;
|
|
21602
|
-
targetBsb: z.ZodString;
|
|
21603
|
-
targetAccountNumber: z.ZodString;
|
|
21604
|
-
targetAccountName: z.ZodString;
|
|
21605
|
-
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
21606
|
-
targetBsb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21607
|
-
targetAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21608
|
-
targetAccountName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21609
|
-
creditAmountCents: z.ZodBigInt;
|
|
21610
|
-
description: z.ZodString;
|
|
21611
|
-
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21612
|
-
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21613
|
-
} & {
|
|
21614
|
-
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
21615
|
-
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
21616
|
-
}, z.ZodTypeAny, "passthrough">)[];
|
|
21617
|
-
sourceDetails: {
|
|
21618
|
-
debitAmountCents: bigint;
|
|
21619
|
-
description: string;
|
|
21620
|
-
bankRef: string;
|
|
21621
|
-
sourceAccountId: string;
|
|
21622
|
-
sourceAccountType: string;
|
|
21623
|
-
sourceAccountName: string;
|
|
21624
|
-
sourceBsb: string;
|
|
21625
|
-
sourceAccountNumber: string;
|
|
21626
|
-
sourceAccountStateCode: string;
|
|
21627
|
-
sourceAccountBankCode: string;
|
|
21628
|
-
transactionType?: string | null | undefined;
|
|
21629
|
-
} & {
|
|
21630
|
-
[k: string]: unknown;
|
|
21631
|
-
};
|
|
21632
|
-
} & {
|
|
21633
|
-
[k: string]: unknown;
|
|
21634
|
-
};
|
|
21635
21593
|
sourceAccount: z.objectOutputType<{
|
|
21636
21594
|
description: z.ZodString;
|
|
21637
21595
|
bankRef: z.ZodString;
|
|
@@ -24078,28 +24036,70 @@ export declare const payoutRestResSchema: z.ZodObject<{
|
|
|
24078
24036
|
} & {
|
|
24079
24037
|
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
24080
24038
|
}, z.ZodTypeAny, "passthrough">)[];
|
|
24081
|
-
|
|
24082
|
-
|
|
24083
|
-
|
|
24084
|
-
|
|
24085
|
-
|
|
24086
|
-
|
|
24087
|
-
|
|
24088
|
-
|
|
24089
|
-
|
|
24090
|
-
|
|
24091
|
-
|
|
24092
|
-
|
|
24093
|
-
|
|
24094
|
-
|
|
24095
|
-
|
|
24096
|
-
|
|
24097
|
-
|
|
24098
|
-
|
|
24099
|
-
|
|
24100
|
-
|
|
24101
|
-
|
|
24102
|
-
|
|
24039
|
+
provisionDetails: {
|
|
24040
|
+
targetDetails: (z.objectOutputType<{
|
|
24041
|
+
creditAmountCents: z.ZodBigInt;
|
|
24042
|
+
description: z.ZodString;
|
|
24043
|
+
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24044
|
+
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24045
|
+
} & {
|
|
24046
|
+
targetAccountId: z.ZodString;
|
|
24047
|
+
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.CMA>;
|
|
24048
|
+
targetBsb: z.ZodString;
|
|
24049
|
+
targetAccountNumber: z.ZodString;
|
|
24050
|
+
targetAccountName: z.ZodString;
|
|
24051
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
24052
|
+
targetBsb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24053
|
+
targetAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24054
|
+
targetAccountName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24055
|
+
creditAmountCents: z.ZodBigInt;
|
|
24056
|
+
description: z.ZodString;
|
|
24057
|
+
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24058
|
+
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24059
|
+
} & {
|
|
24060
|
+
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
24061
|
+
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
24062
|
+
}, z.ZodTypeAny, "passthrough">)[];
|
|
24063
|
+
sourceDetails: {
|
|
24064
|
+
debitAmountCents: bigint;
|
|
24065
|
+
description: string;
|
|
24066
|
+
bankRef: string;
|
|
24067
|
+
sourceAccountId: string;
|
|
24068
|
+
sourceAccountType: string;
|
|
24069
|
+
sourceAccountName: string;
|
|
24070
|
+
sourceBsb: string;
|
|
24071
|
+
sourceAccountNumber: string;
|
|
24072
|
+
sourceAccountStateCode: string;
|
|
24073
|
+
sourceAccountBankCode: string;
|
|
24074
|
+
transactionType?: string | null | undefined;
|
|
24075
|
+
} & {
|
|
24076
|
+
[k: string]: unknown;
|
|
24077
|
+
};
|
|
24078
|
+
} & {
|
|
24079
|
+
[k: string]: unknown;
|
|
24080
|
+
};
|
|
24081
|
+
createdBy?: string | {
|
|
24082
|
+
id: string;
|
|
24083
|
+
email: string;
|
|
24084
|
+
fullName?: string | null | undefined;
|
|
24085
|
+
firstName?: string | null | undefined;
|
|
24086
|
+
lastName?: string | null | undefined;
|
|
24087
|
+
} | null | undefined;
|
|
24088
|
+
cancelledBy?: string | {
|
|
24089
|
+
id: string;
|
|
24090
|
+
email: string;
|
|
24091
|
+
fullName?: string | null | undefined;
|
|
24092
|
+
firstName?: string | null | undefined;
|
|
24093
|
+
lastName?: string | null | undefined;
|
|
24094
|
+
} | null | undefined;
|
|
24095
|
+
transactions?: {
|
|
24096
|
+
id: string;
|
|
24097
|
+
cmaTransactionId: string | null;
|
|
24098
|
+
status: string;
|
|
24099
|
+
isArchived: boolean;
|
|
24100
|
+
createdAt: Date;
|
|
24101
|
+
updatedAt: Date;
|
|
24102
|
+
description: string | null;
|
|
24103
24103
|
propertyId: string | null;
|
|
24104
24104
|
isCanceled: boolean;
|
|
24105
24105
|
payoutId: string;
|
|
@@ -24107,10 +24107,10 @@ export declare const payoutRestResSchema: z.ZodObject<{
|
|
|
24107
24107
|
bankRef: string | null;
|
|
24108
24108
|
canceledAt: Date | null;
|
|
24109
24109
|
mtaTransactionId: string | null;
|
|
24110
|
-
targetBsb: string | null;
|
|
24111
24110
|
targetAccountType: string | null;
|
|
24112
|
-
targetAccountNumber: string | null;
|
|
24113
24111
|
targetAccountName: string | null;
|
|
24112
|
+
targetAccountNumber: string | null;
|
|
24113
|
+
targetBsb: string | null;
|
|
24114
24114
|
triggerDetails: string | null;
|
|
24115
24115
|
amountCents: bigint;
|
|
24116
24116
|
}[] | null | undefined;
|
|
@@ -24203,48 +24203,6 @@ export declare const payoutRestResSchema: z.ZodObject<{
|
|
|
24203
24203
|
payoutType: string;
|
|
24204
24204
|
sourceAccountId: string;
|
|
24205
24205
|
sourceAccountType: string;
|
|
24206
|
-
provisionDetails: {
|
|
24207
|
-
targetDetails: (z.objectInputType<{
|
|
24208
|
-
creditAmountCents: z.ZodBigInt;
|
|
24209
|
-
description: z.ZodString;
|
|
24210
|
-
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24211
|
-
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24212
|
-
} & {
|
|
24213
|
-
targetAccountId: z.ZodString;
|
|
24214
|
-
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.CMA>;
|
|
24215
|
-
targetBsb: z.ZodString;
|
|
24216
|
-
targetAccountNumber: z.ZodString;
|
|
24217
|
-
targetAccountName: z.ZodString;
|
|
24218
|
-
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
24219
|
-
targetBsb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24220
|
-
targetAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24221
|
-
targetAccountName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24222
|
-
creditAmountCents: z.ZodBigInt;
|
|
24223
|
-
description: z.ZodString;
|
|
24224
|
-
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24225
|
-
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24226
|
-
} & {
|
|
24227
|
-
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
24228
|
-
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
24229
|
-
}, z.ZodTypeAny, "passthrough">)[];
|
|
24230
|
-
sourceDetails: {
|
|
24231
|
-
debitAmountCents: bigint;
|
|
24232
|
-
description: string;
|
|
24233
|
-
bankRef: string;
|
|
24234
|
-
sourceAccountId: string;
|
|
24235
|
-
sourceAccountType: string;
|
|
24236
|
-
sourceAccountName: string;
|
|
24237
|
-
sourceBsb: string;
|
|
24238
|
-
sourceAccountNumber: string;
|
|
24239
|
-
sourceAccountStateCode: string;
|
|
24240
|
-
sourceAccountBankCode: string;
|
|
24241
|
-
transactionType?: string | null | undefined;
|
|
24242
|
-
} & {
|
|
24243
|
-
[k: string]: unknown;
|
|
24244
|
-
};
|
|
24245
|
-
} & {
|
|
24246
|
-
[k: string]: unknown;
|
|
24247
|
-
};
|
|
24248
24206
|
sourceAccount: z.objectInputType<{
|
|
24249
24207
|
description: z.ZodString;
|
|
24250
24208
|
bankRef: z.ZodString;
|
|
@@ -26691,6 +26649,48 @@ export declare const payoutRestResSchema: z.ZodObject<{
|
|
|
26691
26649
|
} & {
|
|
26692
26650
|
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
26693
26651
|
}, z.ZodTypeAny, "passthrough">)[];
|
|
26652
|
+
provisionDetails: {
|
|
26653
|
+
targetDetails: (z.objectInputType<{
|
|
26654
|
+
creditAmountCents: z.ZodBigInt;
|
|
26655
|
+
description: z.ZodString;
|
|
26656
|
+
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26657
|
+
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26658
|
+
} & {
|
|
26659
|
+
targetAccountId: z.ZodString;
|
|
26660
|
+
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.CMA>;
|
|
26661
|
+
targetBsb: z.ZodString;
|
|
26662
|
+
targetAccountNumber: z.ZodString;
|
|
26663
|
+
targetAccountName: z.ZodString;
|
|
26664
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
26665
|
+
targetBsb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26666
|
+
targetAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26667
|
+
targetAccountName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26668
|
+
creditAmountCents: z.ZodBigInt;
|
|
26669
|
+
description: z.ZodString;
|
|
26670
|
+
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26671
|
+
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26672
|
+
} & {
|
|
26673
|
+
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
26674
|
+
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
26675
|
+
}, z.ZodTypeAny, "passthrough">)[];
|
|
26676
|
+
sourceDetails: {
|
|
26677
|
+
debitAmountCents: bigint;
|
|
26678
|
+
description: string;
|
|
26679
|
+
bankRef: string;
|
|
26680
|
+
sourceAccountId: string;
|
|
26681
|
+
sourceAccountType: string;
|
|
26682
|
+
sourceAccountName: string;
|
|
26683
|
+
sourceBsb: string;
|
|
26684
|
+
sourceAccountNumber: string;
|
|
26685
|
+
sourceAccountStateCode: string;
|
|
26686
|
+
sourceAccountBankCode: string;
|
|
26687
|
+
transactionType?: string | null | undefined;
|
|
26688
|
+
} & {
|
|
26689
|
+
[k: string]: unknown;
|
|
26690
|
+
};
|
|
26691
|
+
} & {
|
|
26692
|
+
[k: string]: unknown;
|
|
26693
|
+
};
|
|
26694
26694
|
createdBy?: string | {
|
|
26695
26695
|
id: string;
|
|
26696
26696
|
email: string;
|
|
@@ -26720,10 +26720,10 @@ export declare const payoutRestResSchema: z.ZodObject<{
|
|
|
26720
26720
|
bankRef: string | null;
|
|
26721
26721
|
canceledAt: Date | null;
|
|
26722
26722
|
mtaTransactionId: string | null;
|
|
26723
|
-
targetBsb: string | null;
|
|
26724
26723
|
targetAccountType: string | null;
|
|
26725
|
-
targetAccountNumber: string | null;
|
|
26726
26724
|
targetAccountName: string | null;
|
|
26725
|
+
targetAccountNumber: string | null;
|
|
26726
|
+
targetBsb: string | null;
|
|
26727
26727
|
triggerDetails: string | null;
|
|
26728
26728
|
amountCents: bigint;
|
|
26729
26729
|
}[] | null | undefined;
|
|
@@ -27239,10 +27239,10 @@ export declare const payoutMtaToCmaRestResSchema: z.ZodObject<{
|
|
|
27239
27239
|
bankRef: string | null;
|
|
27240
27240
|
canceledAt: Date | null;
|
|
27241
27241
|
mtaTransactionId: string | null;
|
|
27242
|
-
targetBsb: string | null;
|
|
27243
27242
|
targetAccountType: string | null;
|
|
27244
|
-
targetAccountNumber: string | null;
|
|
27245
27243
|
targetAccountName: string | null;
|
|
27244
|
+
targetAccountNumber: string | null;
|
|
27245
|
+
targetBsb: string | null;
|
|
27246
27246
|
triggerDetails: string | null;
|
|
27247
27247
|
amountCents: bigint;
|
|
27248
27248
|
}, {
|
|
@@ -27260,10 +27260,10 @@ export declare const payoutMtaToCmaRestResSchema: z.ZodObject<{
|
|
|
27260
27260
|
bankRef: string | null;
|
|
27261
27261
|
canceledAt: Date | null;
|
|
27262
27262
|
mtaTransactionId: string | null;
|
|
27263
|
-
targetBsb: string | null;
|
|
27264
27263
|
targetAccountType: string | null;
|
|
27265
|
-
targetAccountNumber: string | null;
|
|
27266
27264
|
targetAccountName: string | null;
|
|
27265
|
+
targetAccountNumber: string | null;
|
|
27266
|
+
targetBsb: string | null;
|
|
27267
27267
|
triggerDetails: string | null;
|
|
27268
27268
|
amountCents: bigint;
|
|
27269
27269
|
}>, "many">>>>;
|
|
@@ -33214,48 +33214,6 @@ export declare const payoutMtaToCmaRestResSchema: z.ZodObject<{
|
|
|
33214
33214
|
payoutType: "trust_to_cma_payout";
|
|
33215
33215
|
sourceAccountId: string;
|
|
33216
33216
|
sourceAccountType: string;
|
|
33217
|
-
provisionDetails: {
|
|
33218
|
-
targetDetails: (z.objectOutputType<{
|
|
33219
|
-
creditAmountCents: z.ZodBigInt;
|
|
33220
|
-
description: z.ZodString;
|
|
33221
|
-
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33222
|
-
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33223
|
-
} & {
|
|
33224
|
-
targetAccountId: z.ZodString;
|
|
33225
|
-
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.CMA>;
|
|
33226
|
-
targetBsb: z.ZodString;
|
|
33227
|
-
targetAccountNumber: z.ZodString;
|
|
33228
|
-
targetAccountName: z.ZodString;
|
|
33229
|
-
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
33230
|
-
targetBsb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33231
|
-
targetAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33232
|
-
targetAccountName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33233
|
-
creditAmountCents: z.ZodBigInt;
|
|
33234
|
-
description: z.ZodString;
|
|
33235
|
-
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33236
|
-
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33237
|
-
} & {
|
|
33238
|
-
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
33239
|
-
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
33240
|
-
}, z.ZodTypeAny, "passthrough">)[];
|
|
33241
|
-
sourceDetails: {
|
|
33242
|
-
debitAmountCents: bigint;
|
|
33243
|
-
description: string;
|
|
33244
|
-
bankRef: string;
|
|
33245
|
-
sourceAccountId: string;
|
|
33246
|
-
sourceAccountType: string;
|
|
33247
|
-
sourceAccountName: string;
|
|
33248
|
-
sourceBsb: string;
|
|
33249
|
-
sourceAccountNumber: string;
|
|
33250
|
-
sourceAccountStateCode: string;
|
|
33251
|
-
sourceAccountBankCode: string;
|
|
33252
|
-
transactionType?: string | null | undefined;
|
|
33253
|
-
} & {
|
|
33254
|
-
[k: string]: unknown;
|
|
33255
|
-
};
|
|
33256
|
-
} & {
|
|
33257
|
-
[k: string]: unknown;
|
|
33258
|
-
};
|
|
33259
33217
|
sourceAccount: {
|
|
33260
33218
|
debitAmountCents: number;
|
|
33261
33219
|
description: string;
|
|
@@ -34832,6 +34790,48 @@ export declare const payoutMtaToCmaRestResSchema: z.ZodObject<{
|
|
|
34832
34790
|
} | undefined;
|
|
34833
34791
|
}>>;
|
|
34834
34792
|
}, z.ZodTypeAny, "passthrough">[];
|
|
34793
|
+
provisionDetails: {
|
|
34794
|
+
targetDetails: (z.objectOutputType<{
|
|
34795
|
+
creditAmountCents: z.ZodBigInt;
|
|
34796
|
+
description: z.ZodString;
|
|
34797
|
+
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34798
|
+
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34799
|
+
} & {
|
|
34800
|
+
targetAccountId: z.ZodString;
|
|
34801
|
+
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.CMA>;
|
|
34802
|
+
targetBsb: z.ZodString;
|
|
34803
|
+
targetAccountNumber: z.ZodString;
|
|
34804
|
+
targetAccountName: z.ZodString;
|
|
34805
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
34806
|
+
targetBsb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34807
|
+
targetAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34808
|
+
targetAccountName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34809
|
+
creditAmountCents: z.ZodBigInt;
|
|
34810
|
+
description: z.ZodString;
|
|
34811
|
+
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34812
|
+
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34813
|
+
} & {
|
|
34814
|
+
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
34815
|
+
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
34816
|
+
}, z.ZodTypeAny, "passthrough">)[];
|
|
34817
|
+
sourceDetails: {
|
|
34818
|
+
debitAmountCents: bigint;
|
|
34819
|
+
description: string;
|
|
34820
|
+
bankRef: string;
|
|
34821
|
+
sourceAccountId: string;
|
|
34822
|
+
sourceAccountType: string;
|
|
34823
|
+
sourceAccountName: string;
|
|
34824
|
+
sourceBsb: string;
|
|
34825
|
+
sourceAccountNumber: string;
|
|
34826
|
+
sourceAccountStateCode: string;
|
|
34827
|
+
sourceAccountBankCode: string;
|
|
34828
|
+
transactionType?: string | null | undefined;
|
|
34829
|
+
} & {
|
|
34830
|
+
[k: string]: unknown;
|
|
34831
|
+
};
|
|
34832
|
+
} & {
|
|
34833
|
+
[k: string]: unknown;
|
|
34834
|
+
};
|
|
34835
34835
|
createdBy?: string | {
|
|
34836
34836
|
id: string;
|
|
34837
34837
|
email: string;
|
|
@@ -34861,10 +34861,10 @@ export declare const payoutMtaToCmaRestResSchema: z.ZodObject<{
|
|
|
34861
34861
|
bankRef: string | null;
|
|
34862
34862
|
canceledAt: Date | null;
|
|
34863
34863
|
mtaTransactionId: string | null;
|
|
34864
|
-
targetBsb: string | null;
|
|
34865
34864
|
targetAccountType: string | null;
|
|
34866
|
-
targetAccountNumber: string | null;
|
|
34867
34865
|
targetAccountName: string | null;
|
|
34866
|
+
targetAccountNumber: string | null;
|
|
34867
|
+
targetBsb: string | null;
|
|
34868
34868
|
triggerDetails: string | null;
|
|
34869
34869
|
amountCents: bigint;
|
|
34870
34870
|
}[] | null | undefined;
|
|
@@ -34957,48 +34957,6 @@ export declare const payoutMtaToCmaRestResSchema: z.ZodObject<{
|
|
|
34957
34957
|
payoutType: "trust_to_cma_payout";
|
|
34958
34958
|
sourceAccountId: string;
|
|
34959
34959
|
sourceAccountType: string;
|
|
34960
|
-
provisionDetails: {
|
|
34961
|
-
targetDetails: (z.objectInputType<{
|
|
34962
|
-
creditAmountCents: z.ZodBigInt;
|
|
34963
|
-
description: z.ZodString;
|
|
34964
|
-
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34965
|
-
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34966
|
-
} & {
|
|
34967
|
-
targetAccountId: z.ZodString;
|
|
34968
|
-
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.CMA>;
|
|
34969
|
-
targetBsb: z.ZodString;
|
|
34970
|
-
targetAccountNumber: z.ZodString;
|
|
34971
|
-
targetAccountName: z.ZodString;
|
|
34972
|
-
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
34973
|
-
targetBsb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34974
|
-
targetAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34975
|
-
targetAccountName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34976
|
-
creditAmountCents: z.ZodBigInt;
|
|
34977
|
-
description: z.ZodString;
|
|
34978
|
-
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34979
|
-
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34980
|
-
} & {
|
|
34981
|
-
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
34982
|
-
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
34983
|
-
}, z.ZodTypeAny, "passthrough">)[];
|
|
34984
|
-
sourceDetails: {
|
|
34985
|
-
debitAmountCents: bigint;
|
|
34986
|
-
description: string;
|
|
34987
|
-
bankRef: string;
|
|
34988
|
-
sourceAccountId: string;
|
|
34989
|
-
sourceAccountType: string;
|
|
34990
|
-
sourceAccountName: string;
|
|
34991
|
-
sourceBsb: string;
|
|
34992
|
-
sourceAccountNumber: string;
|
|
34993
|
-
sourceAccountStateCode: string;
|
|
34994
|
-
sourceAccountBankCode: string;
|
|
34995
|
-
transactionType?: string | null | undefined;
|
|
34996
|
-
} & {
|
|
34997
|
-
[k: string]: unknown;
|
|
34998
|
-
};
|
|
34999
|
-
} & {
|
|
35000
|
-
[k: string]: unknown;
|
|
35001
|
-
};
|
|
35002
34960
|
sourceAccount: {
|
|
35003
34961
|
debitAmountCents: string | number | bigint;
|
|
35004
34962
|
description: string;
|
|
@@ -36566,6 +36524,48 @@ export declare const payoutMtaToCmaRestResSchema: z.ZodObject<{
|
|
|
36566
36524
|
} | undefined;
|
|
36567
36525
|
}>>;
|
|
36568
36526
|
}, z.ZodTypeAny, "passthrough">[];
|
|
36527
|
+
provisionDetails: {
|
|
36528
|
+
targetDetails: (z.objectInputType<{
|
|
36529
|
+
creditAmountCents: z.ZodBigInt;
|
|
36530
|
+
description: z.ZodString;
|
|
36531
|
+
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36532
|
+
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36533
|
+
} & {
|
|
36534
|
+
targetAccountId: z.ZodString;
|
|
36535
|
+
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.CMA>;
|
|
36536
|
+
targetBsb: z.ZodString;
|
|
36537
|
+
targetAccountNumber: z.ZodString;
|
|
36538
|
+
targetAccountName: z.ZodString;
|
|
36539
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
36540
|
+
targetBsb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36541
|
+
targetAccountNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36542
|
+
targetAccountName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36543
|
+
creditAmountCents: z.ZodBigInt;
|
|
36544
|
+
description: z.ZodString;
|
|
36545
|
+
bankRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36546
|
+
transactionType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36547
|
+
} & {
|
|
36548
|
+
targetAccountType: z.ZodLiteral<import("../..").PayoutTargetAccountType.OTHER>;
|
|
36549
|
+
sourcePropertyId: z.ZodOptional<z.ZodString>;
|
|
36550
|
+
}, z.ZodTypeAny, "passthrough">)[];
|
|
36551
|
+
sourceDetails: {
|
|
36552
|
+
debitAmountCents: bigint;
|
|
36553
|
+
description: string;
|
|
36554
|
+
bankRef: string;
|
|
36555
|
+
sourceAccountId: string;
|
|
36556
|
+
sourceAccountType: string;
|
|
36557
|
+
sourceAccountName: string;
|
|
36558
|
+
sourceBsb: string;
|
|
36559
|
+
sourceAccountNumber: string;
|
|
36560
|
+
sourceAccountStateCode: string;
|
|
36561
|
+
sourceAccountBankCode: string;
|
|
36562
|
+
transactionType?: string | null | undefined;
|
|
36563
|
+
} & {
|
|
36564
|
+
[k: string]: unknown;
|
|
36565
|
+
};
|
|
36566
|
+
} & {
|
|
36567
|
+
[k: string]: unknown;
|
|
36568
|
+
};
|
|
36569
36569
|
createdBy?: string | {
|
|
36570
36570
|
id: string;
|
|
36571
36571
|
email: string;
|
|
@@ -36595,10 +36595,10 @@ export declare const payoutMtaToCmaRestResSchema: z.ZodObject<{
|
|
|
36595
36595
|
bankRef: string | null;
|
|
36596
36596
|
canceledAt: Date | null;
|
|
36597
36597
|
mtaTransactionId: string | null;
|
|
36598
|
-
targetBsb: string | null;
|
|
36599
36598
|
targetAccountType: string | null;
|
|
36600
|
-
targetAccountNumber: string | null;
|
|
36601
36599
|
targetAccountName: string | null;
|
|
36600
|
+
targetAccountNumber: string | null;
|
|
36601
|
+
targetBsb: string | null;
|
|
36602
36602
|
triggerDetails: string | null;
|
|
36603
36603
|
amountCents: bigint;
|
|
36604
36604
|
}[] | null | undefined;
|