@devizovaburza/txs-sdk 3.1.7 → 3.1.8-canary.18bc1486d
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/v1/index.d.cts +43 -41
- package/dist/v1/index.d.mts +43 -41
- package/dist/v1/index.d.ts +43 -41
- package/package.json +1 -1
package/dist/v1/index.d.cts
CHANGED
|
@@ -7860,6 +7860,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7860
7860
|
id: string;
|
|
7861
7861
|
createdAt: string | null;
|
|
7862
7862
|
updatedAt: string | null;
|
|
7863
|
+
updatedBy: string | null;
|
|
7863
7864
|
deletedAt: string | null;
|
|
7864
7865
|
type: "CLIENT" | "PROVIDER";
|
|
7865
7866
|
partyType: "INDIVIDUAL" | "SELF_EMPLOYED" | "ORGANIZATION";
|
|
@@ -11219,7 +11220,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11219
11220
|
bsb?: string | undefined;
|
|
11220
11221
|
brBankNumber?: string | undefined;
|
|
11221
11222
|
};
|
|
11222
|
-
|
|
11223
|
+
archived: boolean;
|
|
11224
|
+
accountOut?: {
|
|
11223
11225
|
id?: string | undefined;
|
|
11224
11226
|
number?: string | undefined;
|
|
11225
11227
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -11241,8 +11243,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11241
11243
|
clabe?: string | undefined;
|
|
11242
11244
|
bsb?: string | undefined;
|
|
11243
11245
|
brBankNumber?: string | undefined;
|
|
11244
|
-
};
|
|
11245
|
-
archived: boolean;
|
|
11246
|
+
} | undefined;
|
|
11246
11247
|
note?: string | undefined;
|
|
11247
11248
|
asigneeId?: string | undefined;
|
|
11248
11249
|
creatorId?: string | undefined;
|
|
@@ -11345,7 +11346,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11345
11346
|
clabe?: string | undefined;
|
|
11346
11347
|
bsb?: string | undefined;
|
|
11347
11348
|
brBankNumber?: string | undefined;
|
|
11348
|
-
};
|
|
11349
|
+
} | null;
|
|
11349
11350
|
note: string | null;
|
|
11350
11351
|
asigneeId: string | null;
|
|
11351
11352
|
creatorId: string | null;
|
|
@@ -11446,7 +11447,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11446
11447
|
bsb?: string | undefined;
|
|
11447
11448
|
brBankNumber?: string | undefined;
|
|
11448
11449
|
};
|
|
11449
|
-
|
|
11450
|
+
archived: boolean;
|
|
11451
|
+
accountOut?: {
|
|
11450
11452
|
id?: string | undefined;
|
|
11451
11453
|
number?: string | undefined;
|
|
11452
11454
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -11468,8 +11470,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11468
11470
|
clabe?: string | undefined;
|
|
11469
11471
|
bsb?: string | undefined;
|
|
11470
11472
|
brBankNumber?: string | undefined;
|
|
11471
|
-
};
|
|
11472
|
-
archived: boolean;
|
|
11473
|
+
} | undefined;
|
|
11473
11474
|
note?: string | undefined;
|
|
11474
11475
|
asigneeId?: string | undefined;
|
|
11475
11476
|
creatorId?: string | undefined;
|
|
@@ -11558,7 +11559,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11558
11559
|
bsb?: string | undefined;
|
|
11559
11560
|
brBankNumber?: string | undefined;
|
|
11560
11561
|
};
|
|
11561
|
-
|
|
11562
|
+
archived: boolean;
|
|
11563
|
+
accountOut?: {
|
|
11562
11564
|
id?: string | undefined;
|
|
11563
11565
|
number?: string | undefined;
|
|
11564
11566
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -11580,8 +11582,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11580
11582
|
clabe?: string | undefined;
|
|
11581
11583
|
bsb?: string | undefined;
|
|
11582
11584
|
brBankNumber?: string | undefined;
|
|
11583
|
-
};
|
|
11584
|
-
archived: boolean;
|
|
11585
|
+
} | undefined;
|
|
11585
11586
|
note?: string | undefined;
|
|
11586
11587
|
asigneeId?: string | undefined;
|
|
11587
11588
|
creatorId?: string | undefined;
|
|
@@ -11699,7 +11700,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11699
11700
|
clabe?: string | undefined;
|
|
11700
11701
|
bsb?: string | undefined;
|
|
11701
11702
|
brBankNumber?: string | undefined;
|
|
11702
|
-
};
|
|
11703
|
+
} | null;
|
|
11703
11704
|
note: string | null;
|
|
11704
11705
|
asigneeId: string | null;
|
|
11705
11706
|
creatorId: string | null;
|
|
@@ -11888,7 +11889,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11888
11889
|
clabe?: string | undefined;
|
|
11889
11890
|
bsb?: string | undefined;
|
|
11890
11891
|
brBankNumber?: string | undefined;
|
|
11891
|
-
};
|
|
11892
|
+
} | null;
|
|
11892
11893
|
note: string | null;
|
|
11893
11894
|
asigneeId: string | null;
|
|
11894
11895
|
creatorId: string | null;
|
|
@@ -12017,7 +12018,9 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12017
12018
|
bsb?: string | undefined;
|
|
12018
12019
|
brBankNumber?: string | undefined;
|
|
12019
12020
|
};
|
|
12020
|
-
|
|
12021
|
+
archived: boolean;
|
|
12022
|
+
vs?: string | undefined;
|
|
12023
|
+
accountOut?: {
|
|
12021
12024
|
id?: string | undefined;
|
|
12022
12025
|
number?: string | undefined;
|
|
12023
12026
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -12039,9 +12042,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12039
12042
|
clabe?: string | undefined;
|
|
12040
12043
|
bsb?: string | undefined;
|
|
12041
12044
|
brBankNumber?: string | undefined;
|
|
12042
|
-
};
|
|
12043
|
-
archived: boolean;
|
|
12044
|
-
vs?: string | undefined;
|
|
12045
|
+
} | undefined;
|
|
12045
12046
|
note?: string | undefined;
|
|
12046
12047
|
asigneeId?: string | undefined;
|
|
12047
12048
|
creatorId?: string | undefined;
|
|
@@ -12144,7 +12145,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12144
12145
|
clabe?: string | undefined;
|
|
12145
12146
|
bsb?: string | undefined;
|
|
12146
12147
|
brBankNumber?: string | undefined;
|
|
12147
|
-
};
|
|
12148
|
+
} | null;
|
|
12148
12149
|
note: string | null;
|
|
12149
12150
|
asigneeId: string | null;
|
|
12150
12151
|
creatorId: string | null;
|
|
@@ -12243,7 +12244,9 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12243
12244
|
bsb?: string | undefined;
|
|
12244
12245
|
brBankNumber?: string | undefined;
|
|
12245
12246
|
};
|
|
12246
|
-
|
|
12247
|
+
archived: boolean;
|
|
12248
|
+
vs?: string | undefined;
|
|
12249
|
+
accountOut?: {
|
|
12247
12250
|
id?: string | undefined;
|
|
12248
12251
|
number?: string | undefined;
|
|
12249
12252
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -12265,9 +12268,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12265
12268
|
clabe?: string | undefined;
|
|
12266
12269
|
bsb?: string | undefined;
|
|
12267
12270
|
brBankNumber?: string | undefined;
|
|
12268
|
-
};
|
|
12269
|
-
archived: boolean;
|
|
12270
|
-
vs?: string | undefined;
|
|
12271
|
+
} | undefined;
|
|
12271
12272
|
note?: string | undefined;
|
|
12272
12273
|
asigneeId?: string | undefined;
|
|
12273
12274
|
creatorId?: string | undefined;
|
|
@@ -12354,7 +12355,9 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12354
12355
|
bsb?: string | undefined;
|
|
12355
12356
|
brBankNumber?: string | undefined;
|
|
12356
12357
|
};
|
|
12357
|
-
|
|
12358
|
+
archived: boolean;
|
|
12359
|
+
vs?: string | undefined;
|
|
12360
|
+
accountOut?: {
|
|
12358
12361
|
id?: string | undefined;
|
|
12359
12362
|
number?: string | undefined;
|
|
12360
12363
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -12376,9 +12379,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12376
12379
|
clabe?: string | undefined;
|
|
12377
12380
|
bsb?: string | undefined;
|
|
12378
12381
|
brBankNumber?: string | undefined;
|
|
12379
|
-
};
|
|
12380
|
-
archived: boolean;
|
|
12381
|
-
vs?: string | undefined;
|
|
12382
|
+
} | undefined;
|
|
12382
12383
|
note?: string | undefined;
|
|
12383
12384
|
asigneeId?: string | undefined;
|
|
12384
12385
|
creatorId?: string | undefined;
|
|
@@ -12465,7 +12466,9 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12465
12466
|
bsb?: string | undefined;
|
|
12466
12467
|
brBankNumber?: string | undefined;
|
|
12467
12468
|
};
|
|
12468
|
-
|
|
12469
|
+
archived: boolean;
|
|
12470
|
+
vs?: string | undefined;
|
|
12471
|
+
accountOut?: {
|
|
12469
12472
|
id?: string | undefined;
|
|
12470
12473
|
number?: string | undefined;
|
|
12471
12474
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -12487,9 +12490,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12487
12490
|
clabe?: string | undefined;
|
|
12488
12491
|
bsb?: string | undefined;
|
|
12489
12492
|
brBankNumber?: string | undefined;
|
|
12490
|
-
};
|
|
12491
|
-
archived: boolean;
|
|
12492
|
-
vs?: string | undefined;
|
|
12493
|
+
} | undefined;
|
|
12493
12494
|
note?: string | undefined;
|
|
12494
12495
|
asigneeId?: string | undefined;
|
|
12495
12496
|
creatorId?: string | undefined;
|
|
@@ -23547,7 +23548,7 @@ declare const requestBodySchema$A: z.ZodObject<{
|
|
|
23547
23548
|
bsb: z.ZodOptional<z.ZodString>;
|
|
23548
23549
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
23549
23550
|
}, z.core.$strip>;
|
|
23550
|
-
accountOut: z.ZodObject<{
|
|
23551
|
+
accountOut: z.ZodOptional<z.ZodObject<{
|
|
23551
23552
|
id: z.ZodOptional<z.ZodString>;
|
|
23552
23553
|
number: z.ZodOptional<z.ZodString>;
|
|
23553
23554
|
bankCode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -24109,7 +24110,7 @@ declare const requestBodySchema$A: z.ZodObject<{
|
|
|
24109
24110
|
clabe: z.ZodOptional<z.ZodString>;
|
|
24110
24111
|
bsb: z.ZodOptional<z.ZodString>;
|
|
24111
24112
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
24112
|
-
}, z.core.$strip
|
|
24113
|
+
}, z.core.$strip>>;
|
|
24113
24114
|
note: z.ZodOptional<z.ZodString>;
|
|
24114
24115
|
asigneeId: z.ZodOptional<z.ZodString>;
|
|
24115
24116
|
creatorId: z.ZodOptional<z.ZodString>;
|
|
@@ -25449,7 +25450,7 @@ declare const responseBodySchema$1i: z.ZodObject<{
|
|
|
25449
25450
|
bsb: z.ZodOptional<z.ZodString>;
|
|
25450
25451
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
25451
25452
|
}, z.core.$strip>;
|
|
25452
|
-
accountOut: z.ZodObject<{
|
|
25453
|
+
accountOut: z.ZodNullable<z.ZodObject<{
|
|
25453
25454
|
id: z.ZodOptional<z.ZodString>;
|
|
25454
25455
|
number: z.ZodOptional<z.ZodString>;
|
|
25455
25456
|
bankCode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -26011,7 +26012,7 @@ declare const responseBodySchema$1i: z.ZodObject<{
|
|
|
26011
26012
|
clabe: z.ZodOptional<z.ZodString>;
|
|
26012
26013
|
bsb: z.ZodOptional<z.ZodString>;
|
|
26013
26014
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
26014
|
-
}, z.core.$strip
|
|
26015
|
+
}, z.core.$strip>>;
|
|
26015
26016
|
note: z.ZodNullable<z.ZodString>;
|
|
26016
26017
|
asigneeId: z.ZodNullable<z.ZodString>;
|
|
26017
26018
|
creatorId: z.ZodNullable<z.ZodString>;
|
|
@@ -27629,7 +27630,7 @@ declare const getForwardsResponseSchema: z$1.ZodObject<{
|
|
|
27629
27630
|
bsb: z$1.ZodOptional<z$1.ZodString>;
|
|
27630
27631
|
brBankNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
27631
27632
|
}, z$1.core.$strip>;
|
|
27632
|
-
accountOut: z$1.ZodObject<{
|
|
27633
|
+
accountOut: z$1.ZodNullable<z$1.ZodObject<{
|
|
27633
27634
|
id: z$1.ZodOptional<z$1.ZodString>;
|
|
27634
27635
|
number: z$1.ZodOptional<z$1.ZodString>;
|
|
27635
27636
|
bankCode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -28191,7 +28192,7 @@ declare const getForwardsResponseSchema: z$1.ZodObject<{
|
|
|
28191
28192
|
clabe: z$1.ZodOptional<z$1.ZodString>;
|
|
28192
28193
|
bsb: z$1.ZodOptional<z$1.ZodString>;
|
|
28193
28194
|
brBankNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
28194
|
-
}, z$1.core.$strip
|
|
28195
|
+
}, z$1.core.$strip>>;
|
|
28195
28196
|
note: z$1.ZodNullable<z$1.ZodString>;
|
|
28196
28197
|
asigneeId: z$1.ZodNullable<z$1.ZodString>;
|
|
28197
28198
|
creatorId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -29608,7 +29609,7 @@ declare const responseBodySchema$1g: z$1.ZodObject<{
|
|
|
29608
29609
|
bsb: z$1.ZodOptional<z$1.ZodString>;
|
|
29609
29610
|
brBankNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
29610
29611
|
}, z$1.core.$strip>;
|
|
29611
|
-
accountOut: z$1.ZodObject<{
|
|
29612
|
+
accountOut: z$1.ZodNullable<z$1.ZodObject<{
|
|
29612
29613
|
id: z$1.ZodOptional<z$1.ZodString>;
|
|
29613
29614
|
number: z$1.ZodOptional<z$1.ZodString>;
|
|
29614
29615
|
bankCode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -30170,7 +30171,7 @@ declare const responseBodySchema$1g: z$1.ZodObject<{
|
|
|
30170
30171
|
clabe: z$1.ZodOptional<z$1.ZodString>;
|
|
30171
30172
|
bsb: z$1.ZodOptional<z$1.ZodString>;
|
|
30172
30173
|
brBankNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
30173
|
-
}, z$1.core.$strip
|
|
30174
|
+
}, z$1.core.$strip>>;
|
|
30174
30175
|
note: z$1.ZodNullable<z$1.ZodString>;
|
|
30175
30176
|
asigneeId: z$1.ZodNullable<z$1.ZodString>;
|
|
30176
30177
|
creatorId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -31572,7 +31573,7 @@ declare const requestBodySchema$z: z.ZodObject<{
|
|
|
31572
31573
|
bsb: z.ZodOptional<z.ZodString>;
|
|
31573
31574
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
31574
31575
|
}, z.core.$strip>;
|
|
31575
|
-
accountOut: z.ZodObject<{
|
|
31576
|
+
accountOut: z.ZodOptional<z.ZodObject<{
|
|
31576
31577
|
id: z.ZodOptional<z.ZodString>;
|
|
31577
31578
|
number: z.ZodOptional<z.ZodString>;
|
|
31578
31579
|
bankCode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -32134,7 +32135,7 @@ declare const requestBodySchema$z: z.ZodObject<{
|
|
|
32134
32135
|
clabe: z.ZodOptional<z.ZodString>;
|
|
32135
32136
|
bsb: z.ZodOptional<z.ZodString>;
|
|
32136
32137
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
32137
|
-
}, z.core.$strip
|
|
32138
|
+
}, z.core.$strip>>;
|
|
32138
32139
|
note: z.ZodOptional<z.ZodString>;
|
|
32139
32140
|
asigneeId: z.ZodOptional<z.ZodString>;
|
|
32140
32141
|
creatorId: z.ZodOptional<z.ZodString>;
|
|
@@ -33474,7 +33475,7 @@ declare const responseBodySchema$1f: z.ZodObject<{
|
|
|
33474
33475
|
bsb: z.ZodOptional<z.ZodString>;
|
|
33475
33476
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
33476
33477
|
}, z.core.$strip>;
|
|
33477
|
-
accountOut: z.ZodObject<{
|
|
33478
|
+
accountOut: z.ZodNullable<z.ZodObject<{
|
|
33478
33479
|
id: z.ZodOptional<z.ZodString>;
|
|
33479
33480
|
number: z.ZodOptional<z.ZodString>;
|
|
33480
33481
|
bankCode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -34036,7 +34037,7 @@ declare const responseBodySchema$1f: z.ZodObject<{
|
|
|
34036
34037
|
clabe: z.ZodOptional<z.ZodString>;
|
|
34037
34038
|
bsb: z.ZodOptional<z.ZodString>;
|
|
34038
34039
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
34039
|
-
}, z.core.$strip
|
|
34040
|
+
}, z.core.$strip>>;
|
|
34040
34041
|
note: z.ZodNullable<z.ZodString>;
|
|
34041
34042
|
asigneeId: z.ZodNullable<z.ZodString>;
|
|
34042
34043
|
creatorId: z.ZodNullable<z.ZodString>;
|
|
@@ -79911,6 +79912,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
|
|
|
79911
79912
|
id: z$1.ZodUUID;
|
|
79912
79913
|
createdAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
|
79913
79914
|
updatedAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
|
79915
|
+
updatedBy: z$1.ZodNullable<z$1.ZodString>;
|
|
79914
79916
|
deletedAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
|
79915
79917
|
type: z$1.ZodEnum<{
|
|
79916
79918
|
CLIENT: "CLIENT";
|
package/dist/v1/index.d.mts
CHANGED
|
@@ -7860,6 +7860,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7860
7860
|
id: string;
|
|
7861
7861
|
createdAt: string | null;
|
|
7862
7862
|
updatedAt: string | null;
|
|
7863
|
+
updatedBy: string | null;
|
|
7863
7864
|
deletedAt: string | null;
|
|
7864
7865
|
type: "CLIENT" | "PROVIDER";
|
|
7865
7866
|
partyType: "INDIVIDUAL" | "SELF_EMPLOYED" | "ORGANIZATION";
|
|
@@ -11219,7 +11220,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11219
11220
|
bsb?: string | undefined;
|
|
11220
11221
|
brBankNumber?: string | undefined;
|
|
11221
11222
|
};
|
|
11222
|
-
|
|
11223
|
+
archived: boolean;
|
|
11224
|
+
accountOut?: {
|
|
11223
11225
|
id?: string | undefined;
|
|
11224
11226
|
number?: string | undefined;
|
|
11225
11227
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -11241,8 +11243,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11241
11243
|
clabe?: string | undefined;
|
|
11242
11244
|
bsb?: string | undefined;
|
|
11243
11245
|
brBankNumber?: string | undefined;
|
|
11244
|
-
};
|
|
11245
|
-
archived: boolean;
|
|
11246
|
+
} | undefined;
|
|
11246
11247
|
note?: string | undefined;
|
|
11247
11248
|
asigneeId?: string | undefined;
|
|
11248
11249
|
creatorId?: string | undefined;
|
|
@@ -11345,7 +11346,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11345
11346
|
clabe?: string | undefined;
|
|
11346
11347
|
bsb?: string | undefined;
|
|
11347
11348
|
brBankNumber?: string | undefined;
|
|
11348
|
-
};
|
|
11349
|
+
} | null;
|
|
11349
11350
|
note: string | null;
|
|
11350
11351
|
asigneeId: string | null;
|
|
11351
11352
|
creatorId: string | null;
|
|
@@ -11446,7 +11447,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11446
11447
|
bsb?: string | undefined;
|
|
11447
11448
|
brBankNumber?: string | undefined;
|
|
11448
11449
|
};
|
|
11449
|
-
|
|
11450
|
+
archived: boolean;
|
|
11451
|
+
accountOut?: {
|
|
11450
11452
|
id?: string | undefined;
|
|
11451
11453
|
number?: string | undefined;
|
|
11452
11454
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -11468,8 +11470,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11468
11470
|
clabe?: string | undefined;
|
|
11469
11471
|
bsb?: string | undefined;
|
|
11470
11472
|
brBankNumber?: string | undefined;
|
|
11471
|
-
};
|
|
11472
|
-
archived: boolean;
|
|
11473
|
+
} | undefined;
|
|
11473
11474
|
note?: string | undefined;
|
|
11474
11475
|
asigneeId?: string | undefined;
|
|
11475
11476
|
creatorId?: string | undefined;
|
|
@@ -11558,7 +11559,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11558
11559
|
bsb?: string | undefined;
|
|
11559
11560
|
brBankNumber?: string | undefined;
|
|
11560
11561
|
};
|
|
11561
|
-
|
|
11562
|
+
archived: boolean;
|
|
11563
|
+
accountOut?: {
|
|
11562
11564
|
id?: string | undefined;
|
|
11563
11565
|
number?: string | undefined;
|
|
11564
11566
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -11580,8 +11582,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11580
11582
|
clabe?: string | undefined;
|
|
11581
11583
|
bsb?: string | undefined;
|
|
11582
11584
|
brBankNumber?: string | undefined;
|
|
11583
|
-
};
|
|
11584
|
-
archived: boolean;
|
|
11585
|
+
} | undefined;
|
|
11585
11586
|
note?: string | undefined;
|
|
11586
11587
|
asigneeId?: string | undefined;
|
|
11587
11588
|
creatorId?: string | undefined;
|
|
@@ -11699,7 +11700,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11699
11700
|
clabe?: string | undefined;
|
|
11700
11701
|
bsb?: string | undefined;
|
|
11701
11702
|
brBankNumber?: string | undefined;
|
|
11702
|
-
};
|
|
11703
|
+
} | null;
|
|
11703
11704
|
note: string | null;
|
|
11704
11705
|
asigneeId: string | null;
|
|
11705
11706
|
creatorId: string | null;
|
|
@@ -11888,7 +11889,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11888
11889
|
clabe?: string | undefined;
|
|
11889
11890
|
bsb?: string | undefined;
|
|
11890
11891
|
brBankNumber?: string | undefined;
|
|
11891
|
-
};
|
|
11892
|
+
} | null;
|
|
11892
11893
|
note: string | null;
|
|
11893
11894
|
asigneeId: string | null;
|
|
11894
11895
|
creatorId: string | null;
|
|
@@ -12017,7 +12018,9 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12017
12018
|
bsb?: string | undefined;
|
|
12018
12019
|
brBankNumber?: string | undefined;
|
|
12019
12020
|
};
|
|
12020
|
-
|
|
12021
|
+
archived: boolean;
|
|
12022
|
+
vs?: string | undefined;
|
|
12023
|
+
accountOut?: {
|
|
12021
12024
|
id?: string | undefined;
|
|
12022
12025
|
number?: string | undefined;
|
|
12023
12026
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -12039,9 +12042,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12039
12042
|
clabe?: string | undefined;
|
|
12040
12043
|
bsb?: string | undefined;
|
|
12041
12044
|
brBankNumber?: string | undefined;
|
|
12042
|
-
};
|
|
12043
|
-
archived: boolean;
|
|
12044
|
-
vs?: string | undefined;
|
|
12045
|
+
} | undefined;
|
|
12045
12046
|
note?: string | undefined;
|
|
12046
12047
|
asigneeId?: string | undefined;
|
|
12047
12048
|
creatorId?: string | undefined;
|
|
@@ -12144,7 +12145,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12144
12145
|
clabe?: string | undefined;
|
|
12145
12146
|
bsb?: string | undefined;
|
|
12146
12147
|
brBankNumber?: string | undefined;
|
|
12147
|
-
};
|
|
12148
|
+
} | null;
|
|
12148
12149
|
note: string | null;
|
|
12149
12150
|
asigneeId: string | null;
|
|
12150
12151
|
creatorId: string | null;
|
|
@@ -12243,7 +12244,9 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12243
12244
|
bsb?: string | undefined;
|
|
12244
12245
|
brBankNumber?: string | undefined;
|
|
12245
12246
|
};
|
|
12246
|
-
|
|
12247
|
+
archived: boolean;
|
|
12248
|
+
vs?: string | undefined;
|
|
12249
|
+
accountOut?: {
|
|
12247
12250
|
id?: string | undefined;
|
|
12248
12251
|
number?: string | undefined;
|
|
12249
12252
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -12265,9 +12268,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12265
12268
|
clabe?: string | undefined;
|
|
12266
12269
|
bsb?: string | undefined;
|
|
12267
12270
|
brBankNumber?: string | undefined;
|
|
12268
|
-
};
|
|
12269
|
-
archived: boolean;
|
|
12270
|
-
vs?: string | undefined;
|
|
12271
|
+
} | undefined;
|
|
12271
12272
|
note?: string | undefined;
|
|
12272
12273
|
asigneeId?: string | undefined;
|
|
12273
12274
|
creatorId?: string | undefined;
|
|
@@ -12354,7 +12355,9 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12354
12355
|
bsb?: string | undefined;
|
|
12355
12356
|
brBankNumber?: string | undefined;
|
|
12356
12357
|
};
|
|
12357
|
-
|
|
12358
|
+
archived: boolean;
|
|
12359
|
+
vs?: string | undefined;
|
|
12360
|
+
accountOut?: {
|
|
12358
12361
|
id?: string | undefined;
|
|
12359
12362
|
number?: string | undefined;
|
|
12360
12363
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -12376,9 +12379,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12376
12379
|
clabe?: string | undefined;
|
|
12377
12380
|
bsb?: string | undefined;
|
|
12378
12381
|
brBankNumber?: string | undefined;
|
|
12379
|
-
};
|
|
12380
|
-
archived: boolean;
|
|
12381
|
-
vs?: string | undefined;
|
|
12382
|
+
} | undefined;
|
|
12382
12383
|
note?: string | undefined;
|
|
12383
12384
|
asigneeId?: string | undefined;
|
|
12384
12385
|
creatorId?: string | undefined;
|
|
@@ -12465,7 +12466,9 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12465
12466
|
bsb?: string | undefined;
|
|
12466
12467
|
brBankNumber?: string | undefined;
|
|
12467
12468
|
};
|
|
12468
|
-
|
|
12469
|
+
archived: boolean;
|
|
12470
|
+
vs?: string | undefined;
|
|
12471
|
+
accountOut?: {
|
|
12469
12472
|
id?: string | undefined;
|
|
12470
12473
|
number?: string | undefined;
|
|
12471
12474
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -12487,9 +12490,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12487
12490
|
clabe?: string | undefined;
|
|
12488
12491
|
bsb?: string | undefined;
|
|
12489
12492
|
brBankNumber?: string | undefined;
|
|
12490
|
-
};
|
|
12491
|
-
archived: boolean;
|
|
12492
|
-
vs?: string | undefined;
|
|
12493
|
+
} | undefined;
|
|
12493
12494
|
note?: string | undefined;
|
|
12494
12495
|
asigneeId?: string | undefined;
|
|
12495
12496
|
creatorId?: string | undefined;
|
|
@@ -23547,7 +23548,7 @@ declare const requestBodySchema$A: z.ZodObject<{
|
|
|
23547
23548
|
bsb: z.ZodOptional<z.ZodString>;
|
|
23548
23549
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
23549
23550
|
}, z.core.$strip>;
|
|
23550
|
-
accountOut: z.ZodObject<{
|
|
23551
|
+
accountOut: z.ZodOptional<z.ZodObject<{
|
|
23551
23552
|
id: z.ZodOptional<z.ZodString>;
|
|
23552
23553
|
number: z.ZodOptional<z.ZodString>;
|
|
23553
23554
|
bankCode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -24109,7 +24110,7 @@ declare const requestBodySchema$A: z.ZodObject<{
|
|
|
24109
24110
|
clabe: z.ZodOptional<z.ZodString>;
|
|
24110
24111
|
bsb: z.ZodOptional<z.ZodString>;
|
|
24111
24112
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
24112
|
-
}, z.core.$strip
|
|
24113
|
+
}, z.core.$strip>>;
|
|
24113
24114
|
note: z.ZodOptional<z.ZodString>;
|
|
24114
24115
|
asigneeId: z.ZodOptional<z.ZodString>;
|
|
24115
24116
|
creatorId: z.ZodOptional<z.ZodString>;
|
|
@@ -25449,7 +25450,7 @@ declare const responseBodySchema$1i: z.ZodObject<{
|
|
|
25449
25450
|
bsb: z.ZodOptional<z.ZodString>;
|
|
25450
25451
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
25451
25452
|
}, z.core.$strip>;
|
|
25452
|
-
accountOut: z.ZodObject<{
|
|
25453
|
+
accountOut: z.ZodNullable<z.ZodObject<{
|
|
25453
25454
|
id: z.ZodOptional<z.ZodString>;
|
|
25454
25455
|
number: z.ZodOptional<z.ZodString>;
|
|
25455
25456
|
bankCode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -26011,7 +26012,7 @@ declare const responseBodySchema$1i: z.ZodObject<{
|
|
|
26011
26012
|
clabe: z.ZodOptional<z.ZodString>;
|
|
26012
26013
|
bsb: z.ZodOptional<z.ZodString>;
|
|
26013
26014
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
26014
|
-
}, z.core.$strip
|
|
26015
|
+
}, z.core.$strip>>;
|
|
26015
26016
|
note: z.ZodNullable<z.ZodString>;
|
|
26016
26017
|
asigneeId: z.ZodNullable<z.ZodString>;
|
|
26017
26018
|
creatorId: z.ZodNullable<z.ZodString>;
|
|
@@ -27629,7 +27630,7 @@ declare const getForwardsResponseSchema: z$1.ZodObject<{
|
|
|
27629
27630
|
bsb: z$1.ZodOptional<z$1.ZodString>;
|
|
27630
27631
|
brBankNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
27631
27632
|
}, z$1.core.$strip>;
|
|
27632
|
-
accountOut: z$1.ZodObject<{
|
|
27633
|
+
accountOut: z$1.ZodNullable<z$1.ZodObject<{
|
|
27633
27634
|
id: z$1.ZodOptional<z$1.ZodString>;
|
|
27634
27635
|
number: z$1.ZodOptional<z$1.ZodString>;
|
|
27635
27636
|
bankCode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -28191,7 +28192,7 @@ declare const getForwardsResponseSchema: z$1.ZodObject<{
|
|
|
28191
28192
|
clabe: z$1.ZodOptional<z$1.ZodString>;
|
|
28192
28193
|
bsb: z$1.ZodOptional<z$1.ZodString>;
|
|
28193
28194
|
brBankNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
28194
|
-
}, z$1.core.$strip
|
|
28195
|
+
}, z$1.core.$strip>>;
|
|
28195
28196
|
note: z$1.ZodNullable<z$1.ZodString>;
|
|
28196
28197
|
asigneeId: z$1.ZodNullable<z$1.ZodString>;
|
|
28197
28198
|
creatorId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -29608,7 +29609,7 @@ declare const responseBodySchema$1g: z$1.ZodObject<{
|
|
|
29608
29609
|
bsb: z$1.ZodOptional<z$1.ZodString>;
|
|
29609
29610
|
brBankNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
29610
29611
|
}, z$1.core.$strip>;
|
|
29611
|
-
accountOut: z$1.ZodObject<{
|
|
29612
|
+
accountOut: z$1.ZodNullable<z$1.ZodObject<{
|
|
29612
29613
|
id: z$1.ZodOptional<z$1.ZodString>;
|
|
29613
29614
|
number: z$1.ZodOptional<z$1.ZodString>;
|
|
29614
29615
|
bankCode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -30170,7 +30171,7 @@ declare const responseBodySchema$1g: z$1.ZodObject<{
|
|
|
30170
30171
|
clabe: z$1.ZodOptional<z$1.ZodString>;
|
|
30171
30172
|
bsb: z$1.ZodOptional<z$1.ZodString>;
|
|
30172
30173
|
brBankNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
30173
|
-
}, z$1.core.$strip
|
|
30174
|
+
}, z$1.core.$strip>>;
|
|
30174
30175
|
note: z$1.ZodNullable<z$1.ZodString>;
|
|
30175
30176
|
asigneeId: z$1.ZodNullable<z$1.ZodString>;
|
|
30176
30177
|
creatorId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -31572,7 +31573,7 @@ declare const requestBodySchema$z: z.ZodObject<{
|
|
|
31572
31573
|
bsb: z.ZodOptional<z.ZodString>;
|
|
31573
31574
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
31574
31575
|
}, z.core.$strip>;
|
|
31575
|
-
accountOut: z.ZodObject<{
|
|
31576
|
+
accountOut: z.ZodOptional<z.ZodObject<{
|
|
31576
31577
|
id: z.ZodOptional<z.ZodString>;
|
|
31577
31578
|
number: z.ZodOptional<z.ZodString>;
|
|
31578
31579
|
bankCode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -32134,7 +32135,7 @@ declare const requestBodySchema$z: z.ZodObject<{
|
|
|
32134
32135
|
clabe: z.ZodOptional<z.ZodString>;
|
|
32135
32136
|
bsb: z.ZodOptional<z.ZodString>;
|
|
32136
32137
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
32137
|
-
}, z.core.$strip
|
|
32138
|
+
}, z.core.$strip>>;
|
|
32138
32139
|
note: z.ZodOptional<z.ZodString>;
|
|
32139
32140
|
asigneeId: z.ZodOptional<z.ZodString>;
|
|
32140
32141
|
creatorId: z.ZodOptional<z.ZodString>;
|
|
@@ -33474,7 +33475,7 @@ declare const responseBodySchema$1f: z.ZodObject<{
|
|
|
33474
33475
|
bsb: z.ZodOptional<z.ZodString>;
|
|
33475
33476
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
33476
33477
|
}, z.core.$strip>;
|
|
33477
|
-
accountOut: z.ZodObject<{
|
|
33478
|
+
accountOut: z.ZodNullable<z.ZodObject<{
|
|
33478
33479
|
id: z.ZodOptional<z.ZodString>;
|
|
33479
33480
|
number: z.ZodOptional<z.ZodString>;
|
|
33480
33481
|
bankCode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -34036,7 +34037,7 @@ declare const responseBodySchema$1f: z.ZodObject<{
|
|
|
34036
34037
|
clabe: z.ZodOptional<z.ZodString>;
|
|
34037
34038
|
bsb: z.ZodOptional<z.ZodString>;
|
|
34038
34039
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
34039
|
-
}, z.core.$strip
|
|
34040
|
+
}, z.core.$strip>>;
|
|
34040
34041
|
note: z.ZodNullable<z.ZodString>;
|
|
34041
34042
|
asigneeId: z.ZodNullable<z.ZodString>;
|
|
34042
34043
|
creatorId: z.ZodNullable<z.ZodString>;
|
|
@@ -79911,6 +79912,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
|
|
|
79911
79912
|
id: z$1.ZodUUID;
|
|
79912
79913
|
createdAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
|
79913
79914
|
updatedAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
|
79915
|
+
updatedBy: z$1.ZodNullable<z$1.ZodString>;
|
|
79914
79916
|
deletedAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
|
79915
79917
|
type: z$1.ZodEnum<{
|
|
79916
79918
|
CLIENT: "CLIENT";
|
package/dist/v1/index.d.ts
CHANGED
|
@@ -7860,6 +7860,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7860
7860
|
id: string;
|
|
7861
7861
|
createdAt: string | null;
|
|
7862
7862
|
updatedAt: string | null;
|
|
7863
|
+
updatedBy: string | null;
|
|
7863
7864
|
deletedAt: string | null;
|
|
7864
7865
|
type: "CLIENT" | "PROVIDER";
|
|
7865
7866
|
partyType: "INDIVIDUAL" | "SELF_EMPLOYED" | "ORGANIZATION";
|
|
@@ -11219,7 +11220,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11219
11220
|
bsb?: string | undefined;
|
|
11220
11221
|
brBankNumber?: string | undefined;
|
|
11221
11222
|
};
|
|
11222
|
-
|
|
11223
|
+
archived: boolean;
|
|
11224
|
+
accountOut?: {
|
|
11223
11225
|
id?: string | undefined;
|
|
11224
11226
|
number?: string | undefined;
|
|
11225
11227
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -11241,8 +11243,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11241
11243
|
clabe?: string | undefined;
|
|
11242
11244
|
bsb?: string | undefined;
|
|
11243
11245
|
brBankNumber?: string | undefined;
|
|
11244
|
-
};
|
|
11245
|
-
archived: boolean;
|
|
11246
|
+
} | undefined;
|
|
11246
11247
|
note?: string | undefined;
|
|
11247
11248
|
asigneeId?: string | undefined;
|
|
11248
11249
|
creatorId?: string | undefined;
|
|
@@ -11345,7 +11346,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11345
11346
|
clabe?: string | undefined;
|
|
11346
11347
|
bsb?: string | undefined;
|
|
11347
11348
|
brBankNumber?: string | undefined;
|
|
11348
|
-
};
|
|
11349
|
+
} | null;
|
|
11349
11350
|
note: string | null;
|
|
11350
11351
|
asigneeId: string | null;
|
|
11351
11352
|
creatorId: string | null;
|
|
@@ -11446,7 +11447,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11446
11447
|
bsb?: string | undefined;
|
|
11447
11448
|
brBankNumber?: string | undefined;
|
|
11448
11449
|
};
|
|
11449
|
-
|
|
11450
|
+
archived: boolean;
|
|
11451
|
+
accountOut?: {
|
|
11450
11452
|
id?: string | undefined;
|
|
11451
11453
|
number?: string | undefined;
|
|
11452
11454
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -11468,8 +11470,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11468
11470
|
clabe?: string | undefined;
|
|
11469
11471
|
bsb?: string | undefined;
|
|
11470
11472
|
brBankNumber?: string | undefined;
|
|
11471
|
-
};
|
|
11472
|
-
archived: boolean;
|
|
11473
|
+
} | undefined;
|
|
11473
11474
|
note?: string | undefined;
|
|
11474
11475
|
asigneeId?: string | undefined;
|
|
11475
11476
|
creatorId?: string | undefined;
|
|
@@ -11558,7 +11559,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11558
11559
|
bsb?: string | undefined;
|
|
11559
11560
|
brBankNumber?: string | undefined;
|
|
11560
11561
|
};
|
|
11561
|
-
|
|
11562
|
+
archived: boolean;
|
|
11563
|
+
accountOut?: {
|
|
11562
11564
|
id?: string | undefined;
|
|
11563
11565
|
number?: string | undefined;
|
|
11564
11566
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -11580,8 +11582,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11580
11582
|
clabe?: string | undefined;
|
|
11581
11583
|
bsb?: string | undefined;
|
|
11582
11584
|
brBankNumber?: string | undefined;
|
|
11583
|
-
};
|
|
11584
|
-
archived: boolean;
|
|
11585
|
+
} | undefined;
|
|
11585
11586
|
note?: string | undefined;
|
|
11586
11587
|
asigneeId?: string | undefined;
|
|
11587
11588
|
creatorId?: string | undefined;
|
|
@@ -11699,7 +11700,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11699
11700
|
clabe?: string | undefined;
|
|
11700
11701
|
bsb?: string | undefined;
|
|
11701
11702
|
brBankNumber?: string | undefined;
|
|
11702
|
-
};
|
|
11703
|
+
} | null;
|
|
11703
11704
|
note: string | null;
|
|
11704
11705
|
asigneeId: string | null;
|
|
11705
11706
|
creatorId: string | null;
|
|
@@ -11888,7 +11889,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
11888
11889
|
clabe?: string | undefined;
|
|
11889
11890
|
bsb?: string | undefined;
|
|
11890
11891
|
brBankNumber?: string | undefined;
|
|
11891
|
-
};
|
|
11892
|
+
} | null;
|
|
11892
11893
|
note: string | null;
|
|
11893
11894
|
asigneeId: string | null;
|
|
11894
11895
|
creatorId: string | null;
|
|
@@ -12017,7 +12018,9 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12017
12018
|
bsb?: string | undefined;
|
|
12018
12019
|
brBankNumber?: string | undefined;
|
|
12019
12020
|
};
|
|
12020
|
-
|
|
12021
|
+
archived: boolean;
|
|
12022
|
+
vs?: string | undefined;
|
|
12023
|
+
accountOut?: {
|
|
12021
12024
|
id?: string | undefined;
|
|
12022
12025
|
number?: string | undefined;
|
|
12023
12026
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -12039,9 +12042,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12039
12042
|
clabe?: string | undefined;
|
|
12040
12043
|
bsb?: string | undefined;
|
|
12041
12044
|
brBankNumber?: string | undefined;
|
|
12042
|
-
};
|
|
12043
|
-
archived: boolean;
|
|
12044
|
-
vs?: string | undefined;
|
|
12045
|
+
} | undefined;
|
|
12045
12046
|
note?: string | undefined;
|
|
12046
12047
|
asigneeId?: string | undefined;
|
|
12047
12048
|
creatorId?: string | undefined;
|
|
@@ -12144,7 +12145,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12144
12145
|
clabe?: string | undefined;
|
|
12145
12146
|
bsb?: string | undefined;
|
|
12146
12147
|
brBankNumber?: string | undefined;
|
|
12147
|
-
};
|
|
12148
|
+
} | null;
|
|
12148
12149
|
note: string | null;
|
|
12149
12150
|
asigneeId: string | null;
|
|
12150
12151
|
creatorId: string | null;
|
|
@@ -12243,7 +12244,9 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12243
12244
|
bsb?: string | undefined;
|
|
12244
12245
|
brBankNumber?: string | undefined;
|
|
12245
12246
|
};
|
|
12246
|
-
|
|
12247
|
+
archived: boolean;
|
|
12248
|
+
vs?: string | undefined;
|
|
12249
|
+
accountOut?: {
|
|
12247
12250
|
id?: string | undefined;
|
|
12248
12251
|
number?: string | undefined;
|
|
12249
12252
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -12265,9 +12268,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12265
12268
|
clabe?: string | undefined;
|
|
12266
12269
|
bsb?: string | undefined;
|
|
12267
12270
|
brBankNumber?: string | undefined;
|
|
12268
|
-
};
|
|
12269
|
-
archived: boolean;
|
|
12270
|
-
vs?: string | undefined;
|
|
12271
|
+
} | undefined;
|
|
12271
12272
|
note?: string | undefined;
|
|
12272
12273
|
asigneeId?: string | undefined;
|
|
12273
12274
|
creatorId?: string | undefined;
|
|
@@ -12354,7 +12355,9 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12354
12355
|
bsb?: string | undefined;
|
|
12355
12356
|
brBankNumber?: string | undefined;
|
|
12356
12357
|
};
|
|
12357
|
-
|
|
12358
|
+
archived: boolean;
|
|
12359
|
+
vs?: string | undefined;
|
|
12360
|
+
accountOut?: {
|
|
12358
12361
|
id?: string | undefined;
|
|
12359
12362
|
number?: string | undefined;
|
|
12360
12363
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -12376,9 +12379,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12376
12379
|
clabe?: string | undefined;
|
|
12377
12380
|
bsb?: string | undefined;
|
|
12378
12381
|
brBankNumber?: string | undefined;
|
|
12379
|
-
};
|
|
12380
|
-
archived: boolean;
|
|
12381
|
-
vs?: string | undefined;
|
|
12382
|
+
} | undefined;
|
|
12382
12383
|
note?: string | undefined;
|
|
12383
12384
|
asigneeId?: string | undefined;
|
|
12384
12385
|
creatorId?: string | undefined;
|
|
@@ -12465,7 +12466,9 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12465
12466
|
bsb?: string | undefined;
|
|
12466
12467
|
brBankNumber?: string | undefined;
|
|
12467
12468
|
};
|
|
12468
|
-
|
|
12469
|
+
archived: boolean;
|
|
12470
|
+
vs?: string | undefined;
|
|
12471
|
+
accountOut?: {
|
|
12469
12472
|
id?: string | undefined;
|
|
12470
12473
|
number?: string | undefined;
|
|
12471
12474
|
bankCode?: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610" | undefined;
|
|
@@ -12487,9 +12490,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12487
12490
|
clabe?: string | undefined;
|
|
12488
12491
|
bsb?: string | undefined;
|
|
12489
12492
|
brBankNumber?: string | undefined;
|
|
12490
|
-
};
|
|
12491
|
-
archived: boolean;
|
|
12492
|
-
vs?: string | undefined;
|
|
12493
|
+
} | undefined;
|
|
12493
12494
|
note?: string | undefined;
|
|
12494
12495
|
asigneeId?: string | undefined;
|
|
12495
12496
|
creatorId?: string | undefined;
|
|
@@ -23547,7 +23548,7 @@ declare const requestBodySchema$A: z.ZodObject<{
|
|
|
23547
23548
|
bsb: z.ZodOptional<z.ZodString>;
|
|
23548
23549
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
23549
23550
|
}, z.core.$strip>;
|
|
23550
|
-
accountOut: z.ZodObject<{
|
|
23551
|
+
accountOut: z.ZodOptional<z.ZodObject<{
|
|
23551
23552
|
id: z.ZodOptional<z.ZodString>;
|
|
23552
23553
|
number: z.ZodOptional<z.ZodString>;
|
|
23553
23554
|
bankCode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -24109,7 +24110,7 @@ declare const requestBodySchema$A: z.ZodObject<{
|
|
|
24109
24110
|
clabe: z.ZodOptional<z.ZodString>;
|
|
24110
24111
|
bsb: z.ZodOptional<z.ZodString>;
|
|
24111
24112
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
24112
|
-
}, z.core.$strip
|
|
24113
|
+
}, z.core.$strip>>;
|
|
24113
24114
|
note: z.ZodOptional<z.ZodString>;
|
|
24114
24115
|
asigneeId: z.ZodOptional<z.ZodString>;
|
|
24115
24116
|
creatorId: z.ZodOptional<z.ZodString>;
|
|
@@ -25449,7 +25450,7 @@ declare const responseBodySchema$1i: z.ZodObject<{
|
|
|
25449
25450
|
bsb: z.ZodOptional<z.ZodString>;
|
|
25450
25451
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
25451
25452
|
}, z.core.$strip>;
|
|
25452
|
-
accountOut: z.ZodObject<{
|
|
25453
|
+
accountOut: z.ZodNullable<z.ZodObject<{
|
|
25453
25454
|
id: z.ZodOptional<z.ZodString>;
|
|
25454
25455
|
number: z.ZodOptional<z.ZodString>;
|
|
25455
25456
|
bankCode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -26011,7 +26012,7 @@ declare const responseBodySchema$1i: z.ZodObject<{
|
|
|
26011
26012
|
clabe: z.ZodOptional<z.ZodString>;
|
|
26012
26013
|
bsb: z.ZodOptional<z.ZodString>;
|
|
26013
26014
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
26014
|
-
}, z.core.$strip
|
|
26015
|
+
}, z.core.$strip>>;
|
|
26015
26016
|
note: z.ZodNullable<z.ZodString>;
|
|
26016
26017
|
asigneeId: z.ZodNullable<z.ZodString>;
|
|
26017
26018
|
creatorId: z.ZodNullable<z.ZodString>;
|
|
@@ -27629,7 +27630,7 @@ declare const getForwardsResponseSchema: z$1.ZodObject<{
|
|
|
27629
27630
|
bsb: z$1.ZodOptional<z$1.ZodString>;
|
|
27630
27631
|
brBankNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
27631
27632
|
}, z$1.core.$strip>;
|
|
27632
|
-
accountOut: z$1.ZodObject<{
|
|
27633
|
+
accountOut: z$1.ZodNullable<z$1.ZodObject<{
|
|
27633
27634
|
id: z$1.ZodOptional<z$1.ZodString>;
|
|
27634
27635
|
number: z$1.ZodOptional<z$1.ZodString>;
|
|
27635
27636
|
bankCode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -28191,7 +28192,7 @@ declare const getForwardsResponseSchema: z$1.ZodObject<{
|
|
|
28191
28192
|
clabe: z$1.ZodOptional<z$1.ZodString>;
|
|
28192
28193
|
bsb: z$1.ZodOptional<z$1.ZodString>;
|
|
28193
28194
|
brBankNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
28194
|
-
}, z$1.core.$strip
|
|
28195
|
+
}, z$1.core.$strip>>;
|
|
28195
28196
|
note: z$1.ZodNullable<z$1.ZodString>;
|
|
28196
28197
|
asigneeId: z$1.ZodNullable<z$1.ZodString>;
|
|
28197
28198
|
creatorId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -29608,7 +29609,7 @@ declare const responseBodySchema$1g: z$1.ZodObject<{
|
|
|
29608
29609
|
bsb: z$1.ZodOptional<z$1.ZodString>;
|
|
29609
29610
|
brBankNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
29610
29611
|
}, z$1.core.$strip>;
|
|
29611
|
-
accountOut: z$1.ZodObject<{
|
|
29612
|
+
accountOut: z$1.ZodNullable<z$1.ZodObject<{
|
|
29612
29613
|
id: z$1.ZodOptional<z$1.ZodString>;
|
|
29613
29614
|
number: z$1.ZodOptional<z$1.ZodString>;
|
|
29614
29615
|
bankCode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -30170,7 +30171,7 @@ declare const responseBodySchema$1g: z$1.ZodObject<{
|
|
|
30170
30171
|
clabe: z$1.ZodOptional<z$1.ZodString>;
|
|
30171
30172
|
bsb: z$1.ZodOptional<z$1.ZodString>;
|
|
30172
30173
|
brBankNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
30173
|
-
}, z$1.core.$strip
|
|
30174
|
+
}, z$1.core.$strip>>;
|
|
30174
30175
|
note: z$1.ZodNullable<z$1.ZodString>;
|
|
30175
30176
|
asigneeId: z$1.ZodNullable<z$1.ZodString>;
|
|
30176
30177
|
creatorId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -31572,7 +31573,7 @@ declare const requestBodySchema$z: z.ZodObject<{
|
|
|
31572
31573
|
bsb: z.ZodOptional<z.ZodString>;
|
|
31573
31574
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
31574
31575
|
}, z.core.$strip>;
|
|
31575
|
-
accountOut: z.ZodObject<{
|
|
31576
|
+
accountOut: z.ZodOptional<z.ZodObject<{
|
|
31576
31577
|
id: z.ZodOptional<z.ZodString>;
|
|
31577
31578
|
number: z.ZodOptional<z.ZodString>;
|
|
31578
31579
|
bankCode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -32134,7 +32135,7 @@ declare const requestBodySchema$z: z.ZodObject<{
|
|
|
32134
32135
|
clabe: z.ZodOptional<z.ZodString>;
|
|
32135
32136
|
bsb: z.ZodOptional<z.ZodString>;
|
|
32136
32137
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
32137
|
-
}, z.core.$strip
|
|
32138
|
+
}, z.core.$strip>>;
|
|
32138
32139
|
note: z.ZodOptional<z.ZodString>;
|
|
32139
32140
|
asigneeId: z.ZodOptional<z.ZodString>;
|
|
32140
32141
|
creatorId: z.ZodOptional<z.ZodString>;
|
|
@@ -33474,7 +33475,7 @@ declare const responseBodySchema$1f: z.ZodObject<{
|
|
|
33474
33475
|
bsb: z.ZodOptional<z.ZodString>;
|
|
33475
33476
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
33476
33477
|
}, z.core.$strip>;
|
|
33477
|
-
accountOut: z.ZodObject<{
|
|
33478
|
+
accountOut: z.ZodNullable<z.ZodObject<{
|
|
33478
33479
|
id: z.ZodOptional<z.ZodString>;
|
|
33479
33480
|
number: z.ZodOptional<z.ZodString>;
|
|
33480
33481
|
bankCode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -34036,7 +34037,7 @@ declare const responseBodySchema$1f: z.ZodObject<{
|
|
|
34036
34037
|
clabe: z.ZodOptional<z.ZodString>;
|
|
34037
34038
|
bsb: z.ZodOptional<z.ZodString>;
|
|
34038
34039
|
brBankNumber: z.ZodOptional<z.ZodString>;
|
|
34039
|
-
}, z.core.$strip
|
|
34040
|
+
}, z.core.$strip>>;
|
|
34040
34041
|
note: z.ZodNullable<z.ZodString>;
|
|
34041
34042
|
asigneeId: z.ZodNullable<z.ZodString>;
|
|
34042
34043
|
creatorId: z.ZodNullable<z.ZodString>;
|
|
@@ -79911,6 +79912,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
|
|
|
79911
79912
|
id: z$1.ZodUUID;
|
|
79912
79913
|
createdAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
|
79913
79914
|
updatedAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
|
79915
|
+
updatedBy: z$1.ZodNullable<z$1.ZodString>;
|
|
79914
79916
|
deletedAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
|
79915
79917
|
type: z$1.ZodEnum<{
|
|
79916
79918
|
CLIENT: "CLIENT";
|