@seamapi/types 1.558.0 → 1.560.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +215 -150
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +297 -775
- package/dist/index.cjs +215 -150
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -31
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -31
- package/lib/seam/connect/models/batch.d.ts +0 -602
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +0 -104
- package/lib/seam/connect/models/connected-accounts/connected-account.js +0 -9
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +0 -50
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -31
- package/lib/seam/connect/openapi.d.ts +255 -0
- package/lib/seam/connect/openapi.js +215 -145
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +42 -429
- package/package.json +1 -1
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +0 -10
- package/src/lib/seam/connect/openapi.ts +222 -175
- package/src/lib/seam/connect/route-types.ts +42 -468
|
@@ -2535,25 +2535,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
2535
2535
|
message: z.ZodString;
|
|
2536
2536
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
2537
2537
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
2538
|
-
} & {
|
|
2539
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
2540
|
-
}, "strip", z.ZodTypeAny, {
|
|
2541
|
-
message: string;
|
|
2542
|
-
created_at: string;
|
|
2543
|
-
error_code: "invalid_credentials";
|
|
2544
|
-
is_connected_account_error?: boolean | undefined;
|
|
2545
|
-
is_bridge_error?: boolean | undefined;
|
|
2546
|
-
}, {
|
|
2547
|
-
message: string;
|
|
2548
|
-
created_at: string;
|
|
2549
|
-
error_code: "invalid_credentials";
|
|
2550
|
-
is_connected_account_error?: boolean | undefined;
|
|
2551
|
-
is_bridge_error?: boolean | undefined;
|
|
2552
|
-
}> | z.ZodObject<{
|
|
2553
|
-
created_at: z.ZodString;
|
|
2554
|
-
message: z.ZodString;
|
|
2555
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
2556
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
2557
2538
|
} & {
|
|
2558
2539
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
2559
2540
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2889,12 +2870,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
2889
2870
|
error_code: "account_disconnected";
|
|
2890
2871
|
is_connected_account_error?: boolean | undefined;
|
|
2891
2872
|
is_bridge_error?: boolean | undefined;
|
|
2892
|
-
} | {
|
|
2893
|
-
message: string;
|
|
2894
|
-
created_at: string;
|
|
2895
|
-
error_code: "invalid_credentials";
|
|
2896
|
-
is_connected_account_error?: boolean | undefined;
|
|
2897
|
-
is_bridge_error?: boolean | undefined;
|
|
2898
2873
|
} | {
|
|
2899
2874
|
message: string;
|
|
2900
2875
|
created_at: string;
|
|
@@ -3549,12 +3524,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
3549
3524
|
error_code: "account_disconnected";
|
|
3550
3525
|
is_connected_account_error?: boolean | undefined;
|
|
3551
3526
|
is_bridge_error?: boolean | undefined;
|
|
3552
|
-
} | {
|
|
3553
|
-
message: string;
|
|
3554
|
-
created_at: string;
|
|
3555
|
-
error_code: "invalid_credentials";
|
|
3556
|
-
is_connected_account_error?: boolean | undefined;
|
|
3557
|
-
is_bridge_error?: boolean | undefined;
|
|
3558
3527
|
} | {
|
|
3559
3528
|
message: string;
|
|
3560
3529
|
created_at: string;
|
|
@@ -4539,25 +4508,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4539
4508
|
message: z.ZodString;
|
|
4540
4509
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
4541
4510
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
4542
|
-
} & {
|
|
4543
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
4544
|
-
}, "strip", z.ZodTypeAny, {
|
|
4545
|
-
message: string;
|
|
4546
|
-
created_at: string;
|
|
4547
|
-
error_code: "invalid_credentials";
|
|
4548
|
-
is_connected_account_error?: boolean | undefined;
|
|
4549
|
-
is_bridge_error?: boolean | undefined;
|
|
4550
|
-
}, {
|
|
4551
|
-
message: string;
|
|
4552
|
-
created_at: string;
|
|
4553
|
-
error_code: "invalid_credentials";
|
|
4554
|
-
is_connected_account_error?: boolean | undefined;
|
|
4555
|
-
is_bridge_error?: boolean | undefined;
|
|
4556
|
-
}>, z.ZodObject<{
|
|
4557
|
-
created_at: z.ZodString;
|
|
4558
|
-
message: z.ZodString;
|
|
4559
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
4560
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
4561
4511
|
} & {
|
|
4562
4512
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
4563
4513
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4739,12 +4689,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4739
4689
|
error_code: "account_disconnected";
|
|
4740
4690
|
is_connected_account_error?: boolean | undefined;
|
|
4741
4691
|
is_bridge_error?: boolean | undefined;
|
|
4742
|
-
} | {
|
|
4743
|
-
message: string;
|
|
4744
|
-
created_at: string;
|
|
4745
|
-
error_code: "invalid_credentials";
|
|
4746
|
-
is_connected_account_error?: boolean | undefined;
|
|
4747
|
-
is_bridge_error?: boolean | undefined;
|
|
4748
4692
|
} | {
|
|
4749
4693
|
message: string;
|
|
4750
4694
|
created_at: string;
|
|
@@ -4809,12 +4753,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4809
4753
|
error_code: "account_disconnected";
|
|
4810
4754
|
is_connected_account_error?: boolean | undefined;
|
|
4811
4755
|
is_bridge_error?: boolean | undefined;
|
|
4812
|
-
} | {
|
|
4813
|
-
message: string;
|
|
4814
|
-
created_at: string;
|
|
4815
|
-
error_code: "invalid_credentials";
|
|
4816
|
-
is_connected_account_error?: boolean | undefined;
|
|
4817
|
-
is_bridge_error?: boolean | undefined;
|
|
4818
4756
|
} | {
|
|
4819
4757
|
message: string;
|
|
4820
4758
|
created_at: string;
|
|
@@ -5189,12 +5127,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5189
5127
|
error_code: "account_disconnected";
|
|
5190
5128
|
is_connected_account_error?: boolean | undefined;
|
|
5191
5129
|
is_bridge_error?: boolean | undefined;
|
|
5192
|
-
} | {
|
|
5193
|
-
message: string;
|
|
5194
|
-
created_at: string;
|
|
5195
|
-
error_code: "invalid_credentials";
|
|
5196
|
-
is_connected_account_error?: boolean | undefined;
|
|
5197
|
-
is_bridge_error?: boolean | undefined;
|
|
5198
5130
|
} | {
|
|
5199
5131
|
message: string;
|
|
5200
5132
|
created_at: string;
|
|
@@ -5911,12 +5843,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5911
5843
|
error_code: "account_disconnected";
|
|
5912
5844
|
is_connected_account_error?: boolean | undefined;
|
|
5913
5845
|
is_bridge_error?: boolean | undefined;
|
|
5914
|
-
} | {
|
|
5915
|
-
message: string;
|
|
5916
|
-
created_at: string;
|
|
5917
|
-
error_code: "invalid_credentials";
|
|
5918
|
-
is_connected_account_error?: boolean | undefined;
|
|
5919
|
-
is_bridge_error?: boolean | undefined;
|
|
5920
5846
|
} | {
|
|
5921
5847
|
message: string;
|
|
5922
5848
|
created_at: string;
|
|
@@ -6064,12 +5990,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
6064
5990
|
error_code: "account_disconnected";
|
|
6065
5991
|
is_connected_account_error?: boolean | undefined;
|
|
6066
5992
|
is_bridge_error?: boolean | undefined;
|
|
6067
|
-
} | {
|
|
6068
|
-
message: string;
|
|
6069
|
-
created_at: string;
|
|
6070
|
-
error_code: "invalid_credentials";
|
|
6071
|
-
is_connected_account_error?: boolean | undefined;
|
|
6072
|
-
is_bridge_error?: boolean | undefined;
|
|
6073
5993
|
} | {
|
|
6074
5994
|
message: string;
|
|
6075
5995
|
created_at: string;
|
|
@@ -6786,12 +6706,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
6786
6706
|
error_code: "account_disconnected";
|
|
6787
6707
|
is_connected_account_error?: boolean | undefined;
|
|
6788
6708
|
is_bridge_error?: boolean | undefined;
|
|
6789
|
-
} | {
|
|
6790
|
-
message: string;
|
|
6791
|
-
created_at: string;
|
|
6792
|
-
error_code: "invalid_credentials";
|
|
6793
|
-
is_connected_account_error?: boolean | undefined;
|
|
6794
|
-
is_bridge_error?: boolean | undefined;
|
|
6795
6709
|
} | {
|
|
6796
6710
|
message: string;
|
|
6797
6711
|
created_at: string;
|
|
@@ -9453,25 +9367,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
9453
9367
|
message: z.ZodString;
|
|
9454
9368
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
9455
9369
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
9456
|
-
} & {
|
|
9457
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
9458
|
-
}, "strip", z.ZodTypeAny, {
|
|
9459
|
-
message: string;
|
|
9460
|
-
created_at: string;
|
|
9461
|
-
error_code: "invalid_credentials";
|
|
9462
|
-
is_connected_account_error?: boolean | undefined;
|
|
9463
|
-
is_bridge_error?: boolean | undefined;
|
|
9464
|
-
}, {
|
|
9465
|
-
message: string;
|
|
9466
|
-
created_at: string;
|
|
9467
|
-
error_code: "invalid_credentials";
|
|
9468
|
-
is_connected_account_error?: boolean | undefined;
|
|
9469
|
-
is_bridge_error?: boolean | undefined;
|
|
9470
|
-
}> | z.ZodObject<{
|
|
9471
|
-
created_at: z.ZodString;
|
|
9472
|
-
message: z.ZodString;
|
|
9473
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
9474
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
9475
9370
|
} & {
|
|
9476
9371
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
9477
9372
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9807,12 +9702,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
9807
9702
|
error_code: "account_disconnected";
|
|
9808
9703
|
is_connected_account_error?: boolean | undefined;
|
|
9809
9704
|
is_bridge_error?: boolean | undefined;
|
|
9810
|
-
} | {
|
|
9811
|
-
message: string;
|
|
9812
|
-
created_at: string;
|
|
9813
|
-
error_code: "invalid_credentials";
|
|
9814
|
-
is_connected_account_error?: boolean | undefined;
|
|
9815
|
-
is_bridge_error?: boolean | undefined;
|
|
9816
9705
|
} | {
|
|
9817
9706
|
message: string;
|
|
9818
9707
|
created_at: string;
|
|
@@ -10467,12 +10356,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
10467
10356
|
error_code: "account_disconnected";
|
|
10468
10357
|
is_connected_account_error?: boolean | undefined;
|
|
10469
10358
|
is_bridge_error?: boolean | undefined;
|
|
10470
|
-
} | {
|
|
10471
|
-
message: string;
|
|
10472
|
-
created_at: string;
|
|
10473
|
-
error_code: "invalid_credentials";
|
|
10474
|
-
is_connected_account_error?: boolean | undefined;
|
|
10475
|
-
is_bridge_error?: boolean | undefined;
|
|
10476
10359
|
} | {
|
|
10477
10360
|
message: string;
|
|
10478
10361
|
created_at: string;
|
|
@@ -11567,25 +11450,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11567
11450
|
message: z.ZodString;
|
|
11568
11451
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
11569
11452
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
11570
|
-
} & {
|
|
11571
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
11572
|
-
}, "strip", z.ZodTypeAny, {
|
|
11573
|
-
message: string;
|
|
11574
|
-
created_at: string;
|
|
11575
|
-
error_code: "invalid_credentials";
|
|
11576
|
-
is_connected_account_error?: boolean | undefined;
|
|
11577
|
-
is_bridge_error?: boolean | undefined;
|
|
11578
|
-
}, {
|
|
11579
|
-
message: string;
|
|
11580
|
-
created_at: string;
|
|
11581
|
-
error_code: "invalid_credentials";
|
|
11582
|
-
is_connected_account_error?: boolean | undefined;
|
|
11583
|
-
is_bridge_error?: boolean | undefined;
|
|
11584
|
-
}>, z.ZodObject<{
|
|
11585
|
-
created_at: z.ZodString;
|
|
11586
|
-
message: z.ZodString;
|
|
11587
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
11588
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
11589
11453
|
} & {
|
|
11590
11454
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
11591
11455
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11767,12 +11631,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11767
11631
|
error_code: "account_disconnected";
|
|
11768
11632
|
is_connected_account_error?: boolean | undefined;
|
|
11769
11633
|
is_bridge_error?: boolean | undefined;
|
|
11770
|
-
} | {
|
|
11771
|
-
message: string;
|
|
11772
|
-
created_at: string;
|
|
11773
|
-
error_code: "invalid_credentials";
|
|
11774
|
-
is_connected_account_error?: boolean | undefined;
|
|
11775
|
-
is_bridge_error?: boolean | undefined;
|
|
11776
11634
|
} | {
|
|
11777
11635
|
message: string;
|
|
11778
11636
|
created_at: string;
|
|
@@ -11837,12 +11695,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11837
11695
|
error_code: "account_disconnected";
|
|
11838
11696
|
is_connected_account_error?: boolean | undefined;
|
|
11839
11697
|
is_bridge_error?: boolean | undefined;
|
|
11840
|
-
} | {
|
|
11841
|
-
message: string;
|
|
11842
|
-
created_at: string;
|
|
11843
|
-
error_code: "invalid_credentials";
|
|
11844
|
-
is_connected_account_error?: boolean | undefined;
|
|
11845
|
-
is_bridge_error?: boolean | undefined;
|
|
11846
11698
|
} | {
|
|
11847
11699
|
message: string;
|
|
11848
11700
|
created_at: string;
|
|
@@ -12282,12 +12134,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
12282
12134
|
error_code: "account_disconnected";
|
|
12283
12135
|
is_connected_account_error?: boolean | undefined;
|
|
12284
12136
|
is_bridge_error?: boolean | undefined;
|
|
12285
|
-
} | {
|
|
12286
|
-
message: string;
|
|
12287
|
-
created_at: string;
|
|
12288
|
-
error_code: "invalid_credentials";
|
|
12289
|
-
is_connected_account_error?: boolean | undefined;
|
|
12290
|
-
is_bridge_error?: boolean | undefined;
|
|
12291
12137
|
} | {
|
|
12292
12138
|
message: string;
|
|
12293
12139
|
created_at: string;
|
|
@@ -13004,12 +12850,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13004
12850
|
error_code: "account_disconnected";
|
|
13005
12851
|
is_connected_account_error?: boolean | undefined;
|
|
13006
12852
|
is_bridge_error?: boolean | undefined;
|
|
13007
|
-
} | {
|
|
13008
|
-
message: string;
|
|
13009
|
-
created_at: string;
|
|
13010
|
-
error_code: "invalid_credentials";
|
|
13011
|
-
is_connected_account_error?: boolean | undefined;
|
|
13012
|
-
is_bridge_error?: boolean | undefined;
|
|
13013
12853
|
} | {
|
|
13014
12854
|
message: string;
|
|
13015
12855
|
created_at: string;
|
|
@@ -13203,12 +13043,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13203
13043
|
error_code: "account_disconnected";
|
|
13204
13044
|
is_connected_account_error?: boolean | undefined;
|
|
13205
13045
|
is_bridge_error?: boolean | undefined;
|
|
13206
|
-
} | {
|
|
13207
|
-
message: string;
|
|
13208
|
-
created_at: string;
|
|
13209
|
-
error_code: "invalid_credentials";
|
|
13210
|
-
is_connected_account_error?: boolean | undefined;
|
|
13211
|
-
is_bridge_error?: boolean | undefined;
|
|
13212
13046
|
} | {
|
|
13213
13047
|
message: string;
|
|
13214
13048
|
created_at: string;
|
|
@@ -13925,12 +13759,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13925
13759
|
error_code: "account_disconnected";
|
|
13926
13760
|
is_connected_account_error?: boolean | undefined;
|
|
13927
13761
|
is_bridge_error?: boolean | undefined;
|
|
13928
|
-
} | {
|
|
13929
|
-
message: string;
|
|
13930
|
-
created_at: string;
|
|
13931
|
-
error_code: "invalid_credentials";
|
|
13932
|
-
is_connected_account_error?: boolean | undefined;
|
|
13933
|
-
is_bridge_error?: boolean | undefined;
|
|
13934
13762
|
} | {
|
|
13935
13763
|
message: string;
|
|
13936
13764
|
created_at: string;
|
|
@@ -16638,25 +16466,6 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
16638
16466
|
message: z.ZodString;
|
|
16639
16467
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
16640
16468
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
16641
|
-
} & {
|
|
16642
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
16643
|
-
}, "strip", z.ZodTypeAny, {
|
|
16644
|
-
message: string;
|
|
16645
|
-
created_at: string;
|
|
16646
|
-
error_code: "invalid_credentials";
|
|
16647
|
-
is_connected_account_error?: boolean | undefined;
|
|
16648
|
-
is_bridge_error?: boolean | undefined;
|
|
16649
|
-
}, {
|
|
16650
|
-
message: string;
|
|
16651
|
-
created_at: string;
|
|
16652
|
-
error_code: "invalid_credentials";
|
|
16653
|
-
is_connected_account_error?: boolean | undefined;
|
|
16654
|
-
is_bridge_error?: boolean | undefined;
|
|
16655
|
-
}> | z.ZodObject<{
|
|
16656
|
-
created_at: z.ZodString;
|
|
16657
|
-
message: z.ZodString;
|
|
16658
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
16659
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
16660
16469
|
} & {
|
|
16661
16470
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
16662
16471
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16992,12 +16801,6 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
16992
16801
|
error_code: "account_disconnected";
|
|
16993
16802
|
is_connected_account_error?: boolean | undefined;
|
|
16994
16803
|
is_bridge_error?: boolean | undefined;
|
|
16995
|
-
} | {
|
|
16996
|
-
message: string;
|
|
16997
|
-
created_at: string;
|
|
16998
|
-
error_code: "invalid_credentials";
|
|
16999
|
-
is_connected_account_error?: boolean | undefined;
|
|
17000
|
-
is_bridge_error?: boolean | undefined;
|
|
17001
16804
|
} | {
|
|
17002
16805
|
message: string;
|
|
17003
16806
|
created_at: string;
|
|
@@ -17652,12 +17455,6 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
17652
17455
|
error_code: "account_disconnected";
|
|
17653
17456
|
is_connected_account_error?: boolean | undefined;
|
|
17654
17457
|
is_bridge_error?: boolean | undefined;
|
|
17655
|
-
} | {
|
|
17656
|
-
message: string;
|
|
17657
|
-
created_at: string;
|
|
17658
|
-
error_code: "invalid_credentials";
|
|
17659
|
-
is_connected_account_error?: boolean | undefined;
|
|
17660
|
-
is_bridge_error?: boolean | undefined;
|
|
17661
17458
|
} | {
|
|
17662
17459
|
message: string;
|
|
17663
17460
|
created_at: string;
|
|
@@ -18617,12 +18414,6 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18617
18414
|
error_code: "account_disconnected";
|
|
18618
18415
|
is_connected_account_error?: boolean | undefined;
|
|
18619
18416
|
is_bridge_error?: boolean | undefined;
|
|
18620
|
-
} | {
|
|
18621
|
-
message: string;
|
|
18622
|
-
created_at: string;
|
|
18623
|
-
error_code: "invalid_credentials";
|
|
18624
|
-
is_connected_account_error?: boolean | undefined;
|
|
18625
|
-
is_bridge_error?: boolean | undefined;
|
|
18626
18417
|
} | {
|
|
18627
18418
|
message: string;
|
|
18628
18419
|
created_at: string;
|
|
@@ -19355,12 +19146,6 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
19355
19146
|
error_code: "account_disconnected";
|
|
19356
19147
|
is_connected_account_error?: boolean | undefined;
|
|
19357
19148
|
is_bridge_error?: boolean | undefined;
|
|
19358
|
-
} | {
|
|
19359
|
-
message: string;
|
|
19360
|
-
created_at: string;
|
|
19361
|
-
error_code: "invalid_credentials";
|
|
19362
|
-
is_connected_account_error?: boolean | undefined;
|
|
19363
|
-
is_bridge_error?: boolean | undefined;
|
|
19364
19149
|
} | {
|
|
19365
19150
|
message: string;
|
|
19366
19151
|
created_at: string;
|
|
@@ -22778,25 +22563,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
22778
22563
|
message: z.ZodString;
|
|
22779
22564
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
22780
22565
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
22781
|
-
} & {
|
|
22782
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
22783
|
-
}, "strip", z.ZodTypeAny, {
|
|
22784
|
-
message: string;
|
|
22785
|
-
created_at: string;
|
|
22786
|
-
error_code: "invalid_credentials";
|
|
22787
|
-
is_connected_account_error?: boolean | undefined;
|
|
22788
|
-
is_bridge_error?: boolean | undefined;
|
|
22789
|
-
}, {
|
|
22790
|
-
message: string;
|
|
22791
|
-
created_at: string;
|
|
22792
|
-
error_code: "invalid_credentials";
|
|
22793
|
-
is_connected_account_error?: boolean | undefined;
|
|
22794
|
-
is_bridge_error?: boolean | undefined;
|
|
22795
|
-
}> | z.ZodObject<{
|
|
22796
|
-
created_at: z.ZodString;
|
|
22797
|
-
message: z.ZodString;
|
|
22798
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
22799
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
22800
22566
|
} & {
|
|
22801
22567
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
22802
22568
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23132,12 +22898,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
23132
22898
|
error_code: "account_disconnected";
|
|
23133
22899
|
is_connected_account_error?: boolean | undefined;
|
|
23134
22900
|
is_bridge_error?: boolean | undefined;
|
|
23135
|
-
} | {
|
|
23136
|
-
message: string;
|
|
23137
|
-
created_at: string;
|
|
23138
|
-
error_code: "invalid_credentials";
|
|
23139
|
-
is_connected_account_error?: boolean | undefined;
|
|
23140
|
-
is_bridge_error?: boolean | undefined;
|
|
23141
22901
|
} | {
|
|
23142
22902
|
message: string;
|
|
23143
22903
|
created_at: string;
|
|
@@ -23792,12 +23552,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
23792
23552
|
error_code: "account_disconnected";
|
|
23793
23553
|
is_connected_account_error?: boolean | undefined;
|
|
23794
23554
|
is_bridge_error?: boolean | undefined;
|
|
23795
|
-
} | {
|
|
23796
|
-
message: string;
|
|
23797
|
-
created_at: string;
|
|
23798
|
-
error_code: "invalid_credentials";
|
|
23799
|
-
is_connected_account_error?: boolean | undefined;
|
|
23800
|
-
is_bridge_error?: boolean | undefined;
|
|
23801
23555
|
} | {
|
|
23802
23556
|
message: string;
|
|
23803
23557
|
created_at: string;
|
|
@@ -33403,25 +33157,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
33403
33157
|
message: z.ZodString;
|
|
33404
33158
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
33405
33159
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
33406
|
-
} & {
|
|
33407
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
33408
|
-
}, "strip", z.ZodTypeAny, {
|
|
33409
|
-
message: string;
|
|
33410
|
-
created_at: string;
|
|
33411
|
-
error_code: "invalid_credentials";
|
|
33412
|
-
is_connected_account_error?: boolean | undefined;
|
|
33413
|
-
is_bridge_error?: boolean | undefined;
|
|
33414
|
-
}, {
|
|
33415
|
-
message: string;
|
|
33416
|
-
created_at: string;
|
|
33417
|
-
error_code: "invalid_credentials";
|
|
33418
|
-
is_connected_account_error?: boolean | undefined;
|
|
33419
|
-
is_bridge_error?: boolean | undefined;
|
|
33420
|
-
}> | z.ZodObject<{
|
|
33421
|
-
created_at: z.ZodString;
|
|
33422
|
-
message: z.ZodString;
|
|
33423
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
33424
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
33425
33160
|
} & {
|
|
33426
33161
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
33427
33162
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -33909,12 +33644,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
33909
33644
|
error_code: "account_disconnected";
|
|
33910
33645
|
is_connected_account_error?: boolean | undefined;
|
|
33911
33646
|
is_bridge_error?: boolean | undefined;
|
|
33912
|
-
} | {
|
|
33913
|
-
message: string;
|
|
33914
|
-
created_at: string;
|
|
33915
|
-
error_code: "invalid_credentials";
|
|
33916
|
-
is_connected_account_error?: boolean | undefined;
|
|
33917
|
-
is_bridge_error?: boolean | undefined;
|
|
33918
33647
|
} | {
|
|
33919
33648
|
message: string;
|
|
33920
33649
|
created_at: string;
|
|
@@ -34141,12 +33870,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34141
33870
|
error_code: "account_disconnected";
|
|
34142
33871
|
is_connected_account_error?: boolean | undefined;
|
|
34143
33872
|
is_bridge_error?: boolean | undefined;
|
|
34144
|
-
} | {
|
|
34145
|
-
message: string;
|
|
34146
|
-
created_at: string;
|
|
34147
|
-
error_code: "invalid_credentials";
|
|
34148
|
-
is_connected_account_error?: boolean | undefined;
|
|
34149
|
-
is_bridge_error?: boolean | undefined;
|
|
34150
33873
|
} | {
|
|
34151
33874
|
message: string;
|
|
34152
33875
|
created_at: string;
|
|
@@ -34412,25 +34135,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34412
34135
|
message: z.ZodString;
|
|
34413
34136
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
34414
34137
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
34415
|
-
} & {
|
|
34416
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
34417
|
-
}, "strip", z.ZodTypeAny, {
|
|
34418
|
-
message: string;
|
|
34419
|
-
created_at: string;
|
|
34420
|
-
error_code: "invalid_credentials";
|
|
34421
|
-
is_connected_account_error?: boolean | undefined;
|
|
34422
|
-
is_bridge_error?: boolean | undefined;
|
|
34423
|
-
}, {
|
|
34424
|
-
message: string;
|
|
34425
|
-
created_at: string;
|
|
34426
|
-
error_code: "invalid_credentials";
|
|
34427
|
-
is_connected_account_error?: boolean | undefined;
|
|
34428
|
-
is_bridge_error?: boolean | undefined;
|
|
34429
|
-
}>, z.ZodObject<{
|
|
34430
|
-
created_at: z.ZodString;
|
|
34431
|
-
message: z.ZodString;
|
|
34432
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
34433
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
34434
34138
|
} & {
|
|
34435
34139
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
34436
34140
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -34612,12 +34316,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34612
34316
|
error_code: "account_disconnected";
|
|
34613
34317
|
is_connected_account_error?: boolean | undefined;
|
|
34614
34318
|
is_bridge_error?: boolean | undefined;
|
|
34615
|
-
} | {
|
|
34616
|
-
message: string;
|
|
34617
|
-
created_at: string;
|
|
34618
|
-
error_code: "invalid_credentials";
|
|
34619
|
-
is_connected_account_error?: boolean | undefined;
|
|
34620
|
-
is_bridge_error?: boolean | undefined;
|
|
34621
34319
|
} | {
|
|
34622
34320
|
message: string;
|
|
34623
34321
|
created_at: string;
|
|
@@ -34682,12 +34380,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34682
34380
|
error_code: "account_disconnected";
|
|
34683
34381
|
is_connected_account_error?: boolean | undefined;
|
|
34684
34382
|
is_bridge_error?: boolean | undefined;
|
|
34685
|
-
} | {
|
|
34686
|
-
message: string;
|
|
34687
|
-
created_at: string;
|
|
34688
|
-
error_code: "invalid_credentials";
|
|
34689
|
-
is_connected_account_error?: boolean | undefined;
|
|
34690
|
-
is_bridge_error?: boolean | undefined;
|
|
34691
34383
|
} | {
|
|
34692
34384
|
message: string;
|
|
34693
34385
|
created_at: string;
|
|
@@ -38450,25 +38142,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
38450
38142
|
message: z.ZodString;
|
|
38451
38143
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
38452
38144
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
38453
|
-
} & {
|
|
38454
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
38455
|
-
}, "strip", z.ZodTypeAny, {
|
|
38456
|
-
message: string;
|
|
38457
|
-
created_at: string;
|
|
38458
|
-
error_code: "invalid_credentials";
|
|
38459
|
-
is_connected_account_error?: boolean | undefined;
|
|
38460
|
-
is_bridge_error?: boolean | undefined;
|
|
38461
|
-
}, {
|
|
38462
|
-
message: string;
|
|
38463
|
-
created_at: string;
|
|
38464
|
-
error_code: "invalid_credentials";
|
|
38465
|
-
is_connected_account_error?: boolean | undefined;
|
|
38466
|
-
is_bridge_error?: boolean | undefined;
|
|
38467
|
-
}> | z.ZodObject<{
|
|
38468
|
-
created_at: z.ZodString;
|
|
38469
|
-
message: z.ZodString;
|
|
38470
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
38471
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
38472
38145
|
} & {
|
|
38473
38146
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
38474
38147
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38962,12 +38635,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
38962
38635
|
error_code: "account_disconnected";
|
|
38963
38636
|
is_connected_account_error?: boolean | undefined;
|
|
38964
38637
|
is_bridge_error?: boolean | undefined;
|
|
38965
|
-
} | {
|
|
38966
|
-
message: string;
|
|
38967
|
-
created_at: string;
|
|
38968
|
-
error_code: "invalid_credentials";
|
|
38969
|
-
is_connected_account_error?: boolean | undefined;
|
|
38970
|
-
is_bridge_error?: boolean | undefined;
|
|
38971
38638
|
} | {
|
|
38972
38639
|
message: string;
|
|
38973
38640
|
created_at: string;
|
|
@@ -39262,12 +38929,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
39262
38929
|
error_code: "account_disconnected";
|
|
39263
38930
|
is_connected_account_error?: boolean | undefined;
|
|
39264
38931
|
is_bridge_error?: boolean | undefined;
|
|
39265
|
-
} | {
|
|
39266
|
-
message: string;
|
|
39267
|
-
created_at: string;
|
|
39268
|
-
error_code: "invalid_credentials";
|
|
39269
|
-
is_connected_account_error?: boolean | undefined;
|
|
39270
|
-
is_bridge_error?: boolean | undefined;
|
|
39271
38932
|
} | {
|
|
39272
38933
|
message: string;
|
|
39273
38934
|
created_at: string;
|
|
@@ -39982,25 +39643,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
39982
39643
|
message: z.ZodString;
|
|
39983
39644
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
39984
39645
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
39985
|
-
} & {
|
|
39986
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
39987
|
-
}, "strip", z.ZodTypeAny, {
|
|
39988
|
-
message: string;
|
|
39989
|
-
created_at: string;
|
|
39990
|
-
error_code: "invalid_credentials";
|
|
39991
|
-
is_connected_account_error?: boolean | undefined;
|
|
39992
|
-
is_bridge_error?: boolean | undefined;
|
|
39993
|
-
}, {
|
|
39994
|
-
message: string;
|
|
39995
|
-
created_at: string;
|
|
39996
|
-
error_code: "invalid_credentials";
|
|
39997
|
-
is_connected_account_error?: boolean | undefined;
|
|
39998
|
-
is_bridge_error?: boolean | undefined;
|
|
39999
|
-
}> | z.ZodObject<{
|
|
40000
|
-
created_at: z.ZodString;
|
|
40001
|
-
message: z.ZodString;
|
|
40002
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
40003
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
40004
39646
|
} & {
|
|
40005
39647
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
40006
39648
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -40488,12 +40130,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
40488
40130
|
error_code: "account_disconnected";
|
|
40489
40131
|
is_connected_account_error?: boolean | undefined;
|
|
40490
40132
|
is_bridge_error?: boolean | undefined;
|
|
40491
|
-
} | {
|
|
40492
|
-
message: string;
|
|
40493
|
-
created_at: string;
|
|
40494
|
-
error_code: "invalid_credentials";
|
|
40495
|
-
is_connected_account_error?: boolean | undefined;
|
|
40496
|
-
is_bridge_error?: boolean | undefined;
|
|
40497
40133
|
} | {
|
|
40498
40134
|
message: string;
|
|
40499
40135
|
created_at: string;
|
|
@@ -40779,12 +40415,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
40779
40415
|
error_code: "account_disconnected";
|
|
40780
40416
|
is_connected_account_error?: boolean | undefined;
|
|
40781
40417
|
is_bridge_error?: boolean | undefined;
|
|
40782
|
-
} | {
|
|
40783
|
-
message: string;
|
|
40784
|
-
created_at: string;
|
|
40785
|
-
error_code: "invalid_credentials";
|
|
40786
|
-
is_connected_account_error?: boolean | undefined;
|
|
40787
|
-
is_bridge_error?: boolean | undefined;
|
|
40788
40418
|
} | {
|
|
40789
40419
|
message: string;
|
|
40790
40420
|
created_at: string;
|
|
@@ -41230,12 +40860,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
41230
40860
|
error_code: "account_disconnected";
|
|
41231
40861
|
is_connected_account_error?: boolean | undefined;
|
|
41232
40862
|
is_bridge_error?: boolean | undefined;
|
|
41233
|
-
} | {
|
|
41234
|
-
message: string;
|
|
41235
|
-
created_at: string;
|
|
41236
|
-
error_code: "invalid_credentials";
|
|
41237
|
-
is_connected_account_error?: boolean | undefined;
|
|
41238
|
-
is_bridge_error?: boolean | undefined;
|
|
41239
40863
|
} | {
|
|
41240
40864
|
message: string;
|
|
41241
40865
|
created_at: string;
|
|
@@ -41952,12 +41576,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
41952
41576
|
error_code: "account_disconnected";
|
|
41953
41577
|
is_connected_account_error?: boolean | undefined;
|
|
41954
41578
|
is_bridge_error?: boolean | undefined;
|
|
41955
|
-
} | {
|
|
41956
|
-
message: string;
|
|
41957
|
-
created_at: string;
|
|
41958
|
-
error_code: "invalid_credentials";
|
|
41959
|
-
is_connected_account_error?: boolean | undefined;
|
|
41960
|
-
is_bridge_error?: boolean | undefined;
|
|
41961
41579
|
} | {
|
|
41962
41580
|
message: string;
|
|
41963
41581
|
created_at: string;
|
|
@@ -43361,12 +42979,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
43361
42979
|
error_code: "account_disconnected";
|
|
43362
42980
|
is_connected_account_error?: boolean | undefined;
|
|
43363
42981
|
is_bridge_error?: boolean | undefined;
|
|
43364
|
-
} | {
|
|
43365
|
-
message: string;
|
|
43366
|
-
created_at: string;
|
|
43367
|
-
error_code: "invalid_credentials";
|
|
43368
|
-
is_connected_account_error?: boolean | undefined;
|
|
43369
|
-
is_bridge_error?: boolean | undefined;
|
|
43370
42982
|
} | {
|
|
43371
42983
|
message: string;
|
|
43372
42984
|
created_at: string;
|
|
@@ -44559,12 +44171,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
44559
44171
|
error_code: "account_disconnected";
|
|
44560
44172
|
is_connected_account_error?: boolean | undefined;
|
|
44561
44173
|
is_bridge_error?: boolean | undefined;
|
|
44562
|
-
} | {
|
|
44563
|
-
message: string;
|
|
44564
|
-
created_at: string;
|
|
44565
|
-
error_code: "invalid_credentials";
|
|
44566
|
-
is_connected_account_error?: boolean | undefined;
|
|
44567
|
-
is_bridge_error?: boolean | undefined;
|
|
44568
44174
|
} | {
|
|
44569
44175
|
message: string;
|
|
44570
44176
|
created_at: string;
|
|
@@ -44860,12 +44466,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
44860
44466
|
error_code: "account_disconnected";
|
|
44861
44467
|
is_connected_account_error?: boolean | undefined;
|
|
44862
44468
|
is_bridge_error?: boolean | undefined;
|
|
44863
|
-
} | {
|
|
44864
|
-
message: string;
|
|
44865
|
-
created_at: string;
|
|
44866
|
-
error_code: "invalid_credentials";
|
|
44867
|
-
is_connected_account_error?: boolean | undefined;
|
|
44868
|
-
is_bridge_error?: boolean | undefined;
|
|
44869
44469
|
} | {
|
|
44870
44470
|
message: string;
|
|
44871
44471
|
created_at: string;
|
|
@@ -45206,12 +44806,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45206
44806
|
error_code: "account_disconnected";
|
|
45207
44807
|
is_connected_account_error?: boolean | undefined;
|
|
45208
44808
|
is_bridge_error?: boolean | undefined;
|
|
45209
|
-
} | {
|
|
45210
|
-
message: string;
|
|
45211
|
-
created_at: string;
|
|
45212
|
-
error_code: "invalid_credentials";
|
|
45213
|
-
is_connected_account_error?: boolean | undefined;
|
|
45214
|
-
is_bridge_error?: boolean | undefined;
|
|
45215
44809
|
} | {
|
|
45216
44810
|
message: string;
|
|
45217
44811
|
created_at: string;
|
|
@@ -45928,12 +45522,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45928
45522
|
error_code: "account_disconnected";
|
|
45929
45523
|
is_connected_account_error?: boolean | undefined;
|
|
45930
45524
|
is_bridge_error?: boolean | undefined;
|
|
45931
|
-
} | {
|
|
45932
|
-
message: string;
|
|
45933
|
-
created_at: string;
|
|
45934
|
-
error_code: "invalid_credentials";
|
|
45935
|
-
is_connected_account_error?: boolean | undefined;
|
|
45936
|
-
is_bridge_error?: boolean | undefined;
|
|
45937
45525
|
} | {
|
|
45938
45526
|
message: string;
|
|
45939
45527
|
created_at: string;
|
|
@@ -47337,12 +46925,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
47337
46925
|
error_code: "account_disconnected";
|
|
47338
46926
|
is_connected_account_error?: boolean | undefined;
|
|
47339
46927
|
is_bridge_error?: boolean | undefined;
|
|
47340
|
-
} | {
|
|
47341
|
-
message: string;
|
|
47342
|
-
created_at: string;
|
|
47343
|
-
error_code: "invalid_credentials";
|
|
47344
|
-
is_connected_account_error?: boolean | undefined;
|
|
47345
|
-
is_bridge_error?: boolean | undefined;
|
|
47346
46928
|
} | {
|
|
47347
46929
|
message: string;
|
|
47348
46930
|
created_at: string;
|
|
@@ -48535,12 +48117,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
48535
48117
|
error_code: "account_disconnected";
|
|
48536
48118
|
is_connected_account_error?: boolean | undefined;
|
|
48537
48119
|
is_bridge_error?: boolean | undefined;
|
|
48538
|
-
} | {
|
|
48539
|
-
message: string;
|
|
48540
|
-
created_at: string;
|
|
48541
|
-
error_code: "invalid_credentials";
|
|
48542
|
-
is_connected_account_error?: boolean | undefined;
|
|
48543
|
-
is_bridge_error?: boolean | undefined;
|
|
48544
48120
|
} | {
|
|
48545
48121
|
message: string;
|
|
48546
48122
|
created_at: string;
|
|
@@ -48836,12 +48412,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
48836
48412
|
error_code: "account_disconnected";
|
|
48837
48413
|
is_connected_account_error?: boolean | undefined;
|
|
48838
48414
|
is_bridge_error?: boolean | undefined;
|
|
48839
|
-
} | {
|
|
48840
|
-
message: string;
|
|
48841
|
-
created_at: string;
|
|
48842
|
-
error_code: "invalid_credentials";
|
|
48843
|
-
is_connected_account_error?: boolean | undefined;
|
|
48844
|
-
is_bridge_error?: boolean | undefined;
|
|
48845
48415
|
} | {
|
|
48846
48416
|
message: string;
|
|
48847
48417
|
created_at: string;
|
|
@@ -51856,25 +51426,6 @@ export declare const batch: z.ZodObject<{
|
|
|
51856
51426
|
message: z.ZodString;
|
|
51857
51427
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
51858
51428
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
51859
|
-
} & {
|
|
51860
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
51861
|
-
}, "strip", z.ZodTypeAny, {
|
|
51862
|
-
message: string;
|
|
51863
|
-
created_at: string;
|
|
51864
|
-
error_code: "invalid_credentials";
|
|
51865
|
-
is_connected_account_error?: boolean | undefined;
|
|
51866
|
-
is_bridge_error?: boolean | undefined;
|
|
51867
|
-
}, {
|
|
51868
|
-
message: string;
|
|
51869
|
-
created_at: string;
|
|
51870
|
-
error_code: "invalid_credentials";
|
|
51871
|
-
is_connected_account_error?: boolean | undefined;
|
|
51872
|
-
is_bridge_error?: boolean | undefined;
|
|
51873
|
-
}> | z.ZodObject<{
|
|
51874
|
-
created_at: z.ZodString;
|
|
51875
|
-
message: z.ZodString;
|
|
51876
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
51877
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
51878
51429
|
} & {
|
|
51879
51430
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
51880
51431
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -52210,12 +51761,6 @@ export declare const batch: z.ZodObject<{
|
|
|
52210
51761
|
error_code: "account_disconnected";
|
|
52211
51762
|
is_connected_account_error?: boolean | undefined;
|
|
52212
51763
|
is_bridge_error?: boolean | undefined;
|
|
52213
|
-
} | {
|
|
52214
|
-
message: string;
|
|
52215
|
-
created_at: string;
|
|
52216
|
-
error_code: "invalid_credentials";
|
|
52217
|
-
is_connected_account_error?: boolean | undefined;
|
|
52218
|
-
is_bridge_error?: boolean | undefined;
|
|
52219
51764
|
} | {
|
|
52220
51765
|
message: string;
|
|
52221
51766
|
created_at: string;
|
|
@@ -52870,12 +52415,6 @@ export declare const batch: z.ZodObject<{
|
|
|
52870
52415
|
error_code: "account_disconnected";
|
|
52871
52416
|
is_connected_account_error?: boolean | undefined;
|
|
52872
52417
|
is_bridge_error?: boolean | undefined;
|
|
52873
|
-
} | {
|
|
52874
|
-
message: string;
|
|
52875
|
-
created_at: string;
|
|
52876
|
-
error_code: "invalid_credentials";
|
|
52877
|
-
is_connected_account_error?: boolean | undefined;
|
|
52878
|
-
is_bridge_error?: boolean | undefined;
|
|
52879
52418
|
} | {
|
|
52880
52419
|
message: string;
|
|
52881
52420
|
created_at: string;
|
|
@@ -62481,25 +62020,6 @@ export declare const batch: z.ZodObject<{
|
|
|
62481
62020
|
message: z.ZodString;
|
|
62482
62021
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
62483
62022
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
62484
|
-
} & {
|
|
62485
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
62486
|
-
}, "strip", z.ZodTypeAny, {
|
|
62487
|
-
message: string;
|
|
62488
|
-
created_at: string;
|
|
62489
|
-
error_code: "invalid_credentials";
|
|
62490
|
-
is_connected_account_error?: boolean | undefined;
|
|
62491
|
-
is_bridge_error?: boolean | undefined;
|
|
62492
|
-
}, {
|
|
62493
|
-
message: string;
|
|
62494
|
-
created_at: string;
|
|
62495
|
-
error_code: "invalid_credentials";
|
|
62496
|
-
is_connected_account_error?: boolean | undefined;
|
|
62497
|
-
is_bridge_error?: boolean | undefined;
|
|
62498
|
-
}> | z.ZodObject<{
|
|
62499
|
-
created_at: z.ZodString;
|
|
62500
|
-
message: z.ZodString;
|
|
62501
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
62502
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
62503
62023
|
} & {
|
|
62504
62024
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
62505
62025
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -62987,12 +62507,6 @@ export declare const batch: z.ZodObject<{
|
|
|
62987
62507
|
error_code: "account_disconnected";
|
|
62988
62508
|
is_connected_account_error?: boolean | undefined;
|
|
62989
62509
|
is_bridge_error?: boolean | undefined;
|
|
62990
|
-
} | {
|
|
62991
|
-
message: string;
|
|
62992
|
-
created_at: string;
|
|
62993
|
-
error_code: "invalid_credentials";
|
|
62994
|
-
is_connected_account_error?: boolean | undefined;
|
|
62995
|
-
is_bridge_error?: boolean | undefined;
|
|
62996
62510
|
} | {
|
|
62997
62511
|
message: string;
|
|
62998
62512
|
created_at: string;
|
|
@@ -63219,12 +62733,6 @@ export declare const batch: z.ZodObject<{
|
|
|
63219
62733
|
error_code: "account_disconnected";
|
|
63220
62734
|
is_connected_account_error?: boolean | undefined;
|
|
63221
62735
|
is_bridge_error?: boolean | undefined;
|
|
63222
|
-
} | {
|
|
63223
|
-
message: string;
|
|
63224
|
-
created_at: string;
|
|
63225
|
-
error_code: "invalid_credentials";
|
|
63226
|
-
is_connected_account_error?: boolean | undefined;
|
|
63227
|
-
is_bridge_error?: boolean | undefined;
|
|
63228
62736
|
} | {
|
|
63229
62737
|
message: string;
|
|
63230
62738
|
created_at: string;
|
|
@@ -67146,25 +66654,6 @@ export declare const batch: z.ZodObject<{
|
|
|
67146
66654
|
message: z.ZodString;
|
|
67147
66655
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
67148
66656
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
67149
|
-
} & {
|
|
67150
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
67151
|
-
}, "strip", z.ZodTypeAny, {
|
|
67152
|
-
message: string;
|
|
67153
|
-
created_at: string;
|
|
67154
|
-
error_code: "invalid_credentials";
|
|
67155
|
-
is_connected_account_error?: boolean | undefined;
|
|
67156
|
-
is_bridge_error?: boolean | undefined;
|
|
67157
|
-
}, {
|
|
67158
|
-
message: string;
|
|
67159
|
-
created_at: string;
|
|
67160
|
-
error_code: "invalid_credentials";
|
|
67161
|
-
is_connected_account_error?: boolean | undefined;
|
|
67162
|
-
is_bridge_error?: boolean | undefined;
|
|
67163
|
-
}> | z.ZodObject<{
|
|
67164
|
-
created_at: z.ZodString;
|
|
67165
|
-
message: z.ZodString;
|
|
67166
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
67167
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
67168
66657
|
} & {
|
|
67169
66658
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
67170
66659
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -67658,12 +67147,6 @@ export declare const batch: z.ZodObject<{
|
|
|
67658
67147
|
error_code: "account_disconnected";
|
|
67659
67148
|
is_connected_account_error?: boolean | undefined;
|
|
67660
67149
|
is_bridge_error?: boolean | undefined;
|
|
67661
|
-
} | {
|
|
67662
|
-
message: string;
|
|
67663
|
-
created_at: string;
|
|
67664
|
-
error_code: "invalid_credentials";
|
|
67665
|
-
is_connected_account_error?: boolean | undefined;
|
|
67666
|
-
is_bridge_error?: boolean | undefined;
|
|
67667
67150
|
} | {
|
|
67668
67151
|
message: string;
|
|
67669
67152
|
created_at: string;
|
|
@@ -67958,12 +67441,6 @@ export declare const batch: z.ZodObject<{
|
|
|
67958
67441
|
error_code: "account_disconnected";
|
|
67959
67442
|
is_connected_account_error?: boolean | undefined;
|
|
67960
67443
|
is_bridge_error?: boolean | undefined;
|
|
67961
|
-
} | {
|
|
67962
|
-
message: string;
|
|
67963
|
-
created_at: string;
|
|
67964
|
-
error_code: "invalid_credentials";
|
|
67965
|
-
is_connected_account_error?: boolean | undefined;
|
|
67966
|
-
is_bridge_error?: boolean | undefined;
|
|
67967
67444
|
} | {
|
|
67968
67445
|
message: string;
|
|
67969
67446
|
created_at: string;
|
|
@@ -68678,25 +68155,6 @@ export declare const batch: z.ZodObject<{
|
|
|
68678
68155
|
message: z.ZodString;
|
|
68679
68156
|
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
68680
68157
|
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
68681
|
-
} & {
|
|
68682
|
-
error_code: z.ZodLiteral<"invalid_credentials">;
|
|
68683
|
-
}, "strip", z.ZodTypeAny, {
|
|
68684
|
-
message: string;
|
|
68685
|
-
created_at: string;
|
|
68686
|
-
error_code: "invalid_credentials";
|
|
68687
|
-
is_connected_account_error?: boolean | undefined;
|
|
68688
|
-
is_bridge_error?: boolean | undefined;
|
|
68689
|
-
}, {
|
|
68690
|
-
message: string;
|
|
68691
|
-
created_at: string;
|
|
68692
|
-
error_code: "invalid_credentials";
|
|
68693
|
-
is_connected_account_error?: boolean | undefined;
|
|
68694
|
-
is_bridge_error?: boolean | undefined;
|
|
68695
|
-
}> | z.ZodObject<{
|
|
68696
|
-
created_at: z.ZodString;
|
|
68697
|
-
message: z.ZodString;
|
|
68698
|
-
is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
|
|
68699
|
-
is_bridge_error: z.ZodOptional<z.ZodBoolean>;
|
|
68700
68158
|
} & {
|
|
68701
68159
|
error_code: z.ZodLiteral<"bridge_disconnected">;
|
|
68702
68160
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -69184,12 +68642,6 @@ export declare const batch: z.ZodObject<{
|
|
|
69184
68642
|
error_code: "account_disconnected";
|
|
69185
68643
|
is_connected_account_error?: boolean | undefined;
|
|
69186
68644
|
is_bridge_error?: boolean | undefined;
|
|
69187
|
-
} | {
|
|
69188
|
-
message: string;
|
|
69189
|
-
created_at: string;
|
|
69190
|
-
error_code: "invalid_credentials";
|
|
69191
|
-
is_connected_account_error?: boolean | undefined;
|
|
69192
|
-
is_bridge_error?: boolean | undefined;
|
|
69193
68645
|
} | {
|
|
69194
68646
|
message: string;
|
|
69195
68647
|
created_at: string;
|
|
@@ -69475,12 +68927,6 @@ export declare const batch: z.ZodObject<{
|
|
|
69475
68927
|
error_code: "account_disconnected";
|
|
69476
68928
|
is_connected_account_error?: boolean | undefined;
|
|
69477
68929
|
is_bridge_error?: boolean | undefined;
|
|
69478
|
-
} | {
|
|
69479
|
-
message: string;
|
|
69480
|
-
created_at: string;
|
|
69481
|
-
error_code: "invalid_credentials";
|
|
69482
|
-
is_connected_account_error?: boolean | undefined;
|
|
69483
|
-
is_bridge_error?: boolean | undefined;
|
|
69484
68930
|
} | {
|
|
69485
68931
|
message: string;
|
|
69486
68932
|
created_at: string;
|
|
@@ -69926,12 +69372,6 @@ export declare const batch: z.ZodObject<{
|
|
|
69926
69372
|
error_code: "account_disconnected";
|
|
69927
69373
|
is_connected_account_error?: boolean | undefined;
|
|
69928
69374
|
is_bridge_error?: boolean | undefined;
|
|
69929
|
-
} | {
|
|
69930
|
-
message: string;
|
|
69931
|
-
created_at: string;
|
|
69932
|
-
error_code: "invalid_credentials";
|
|
69933
|
-
is_connected_account_error?: boolean | undefined;
|
|
69934
|
-
is_bridge_error?: boolean | undefined;
|
|
69935
69375
|
} | {
|
|
69936
69376
|
message: string;
|
|
69937
69377
|
created_at: string;
|
|
@@ -71986,12 +71426,6 @@ export declare const batch: z.ZodObject<{
|
|
|
71986
71426
|
error_code: "account_disconnected";
|
|
71987
71427
|
is_connected_account_error?: boolean | undefined;
|
|
71988
71428
|
is_bridge_error?: boolean | undefined;
|
|
71989
|
-
} | {
|
|
71990
|
-
message: string;
|
|
71991
|
-
created_at: string;
|
|
71992
|
-
error_code: "invalid_credentials";
|
|
71993
|
-
is_connected_account_error?: boolean | undefined;
|
|
71994
|
-
is_bridge_error?: boolean | undefined;
|
|
71995
71429
|
} | {
|
|
71996
71430
|
message: string;
|
|
71997
71431
|
created_at: string;
|
|
@@ -73184,12 +72618,6 @@ export declare const batch: z.ZodObject<{
|
|
|
73184
72618
|
error_code: "account_disconnected";
|
|
73185
72619
|
is_connected_account_error?: boolean | undefined;
|
|
73186
72620
|
is_bridge_error?: boolean | undefined;
|
|
73187
|
-
} | {
|
|
73188
|
-
message: string;
|
|
73189
|
-
created_at: string;
|
|
73190
|
-
error_code: "invalid_credentials";
|
|
73191
|
-
is_connected_account_error?: boolean | undefined;
|
|
73192
|
-
is_bridge_error?: boolean | undefined;
|
|
73193
72621
|
} | {
|
|
73194
72622
|
message: string;
|
|
73195
72623
|
created_at: string;
|
|
@@ -73485,12 +72913,6 @@ export declare const batch: z.ZodObject<{
|
|
|
73485
72913
|
error_code: "account_disconnected";
|
|
73486
72914
|
is_connected_account_error?: boolean | undefined;
|
|
73487
72915
|
is_bridge_error?: boolean | undefined;
|
|
73488
|
-
} | {
|
|
73489
|
-
message: string;
|
|
73490
|
-
created_at: string;
|
|
73491
|
-
error_code: "invalid_credentials";
|
|
73492
|
-
is_connected_account_error?: boolean | undefined;
|
|
73493
|
-
is_bridge_error?: boolean | undefined;
|
|
73494
72916
|
} | {
|
|
73495
72917
|
message: string;
|
|
73496
72918
|
created_at: string;
|
|
@@ -73831,12 +73253,6 @@ export declare const batch: z.ZodObject<{
|
|
|
73831
73253
|
error_code: "account_disconnected";
|
|
73832
73254
|
is_connected_account_error?: boolean | undefined;
|
|
73833
73255
|
is_bridge_error?: boolean | undefined;
|
|
73834
|
-
} | {
|
|
73835
|
-
message: string;
|
|
73836
|
-
created_at: string;
|
|
73837
|
-
error_code: "invalid_credentials";
|
|
73838
|
-
is_connected_account_error?: boolean | undefined;
|
|
73839
|
-
is_bridge_error?: boolean | undefined;
|
|
73840
73256
|
} | {
|
|
73841
73257
|
message: string;
|
|
73842
73258
|
created_at: string;
|
|
@@ -75891,12 +75307,6 @@ export declare const batch: z.ZodObject<{
|
|
|
75891
75307
|
error_code: "account_disconnected";
|
|
75892
75308
|
is_connected_account_error?: boolean | undefined;
|
|
75893
75309
|
is_bridge_error?: boolean | undefined;
|
|
75894
|
-
} | {
|
|
75895
|
-
message: string;
|
|
75896
|
-
created_at: string;
|
|
75897
|
-
error_code: "invalid_credentials";
|
|
75898
|
-
is_connected_account_error?: boolean | undefined;
|
|
75899
|
-
is_bridge_error?: boolean | undefined;
|
|
75900
75310
|
} | {
|
|
75901
75311
|
message: string;
|
|
75902
75312
|
created_at: string;
|
|
@@ -77089,12 +76499,6 @@ export declare const batch: z.ZodObject<{
|
|
|
77089
76499
|
error_code: "account_disconnected";
|
|
77090
76500
|
is_connected_account_error?: boolean | undefined;
|
|
77091
76501
|
is_bridge_error?: boolean | undefined;
|
|
77092
|
-
} | {
|
|
77093
|
-
message: string;
|
|
77094
|
-
created_at: string;
|
|
77095
|
-
error_code: "invalid_credentials";
|
|
77096
|
-
is_connected_account_error?: boolean | undefined;
|
|
77097
|
-
is_bridge_error?: boolean | undefined;
|
|
77098
76502
|
} | {
|
|
77099
76503
|
message: string;
|
|
77100
76504
|
created_at: string;
|
|
@@ -77390,12 +76794,6 @@ export declare const batch: z.ZodObject<{
|
|
|
77390
76794
|
error_code: "account_disconnected";
|
|
77391
76795
|
is_connected_account_error?: boolean | undefined;
|
|
77392
76796
|
is_bridge_error?: boolean | undefined;
|
|
77393
|
-
} | {
|
|
77394
|
-
message: string;
|
|
77395
|
-
created_at: string;
|
|
77396
|
-
error_code: "invalid_credentials";
|
|
77397
|
-
is_connected_account_error?: boolean | undefined;
|
|
77398
|
-
is_bridge_error?: boolean | undefined;
|
|
77399
76797
|
} | {
|
|
77400
76798
|
message: string;
|
|
77401
76799
|
created_at: string;
|