@seamapi/types 1.557.0 → 1.559.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.
@@ -2017,25 +2017,6 @@ export declare const access_code: z.ZodObject<{
2017
2017
  message: z.ZodString;
2018
2018
  is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
2019
2019
  is_bridge_error: z.ZodOptional<z.ZodBoolean>;
2020
- } & {
2021
- error_code: z.ZodLiteral<"invalid_credentials">;
2022
- }, "strip", z.ZodTypeAny, {
2023
- message: string;
2024
- created_at: string;
2025
- error_code: "invalid_credentials";
2026
- is_connected_account_error?: boolean | undefined;
2027
- is_bridge_error?: boolean | undefined;
2028
- }, {
2029
- message: string;
2030
- created_at: string;
2031
- error_code: "invalid_credentials";
2032
- is_connected_account_error?: boolean | undefined;
2033
- is_bridge_error?: boolean | undefined;
2034
- }> | z.ZodObject<{
2035
- created_at: z.ZodString;
2036
- message: z.ZodString;
2037
- is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
2038
- is_bridge_error: z.ZodOptional<z.ZodBoolean>;
2039
2020
  } & {
2040
2021
  error_code: z.ZodLiteral<"bridge_disconnected">;
2041
2022
  }, "strip", z.ZodTypeAny, {
@@ -2529,12 +2510,6 @@ export declare const access_code: z.ZodObject<{
2529
2510
  error_code: "account_disconnected";
2530
2511
  is_connected_account_error?: boolean | undefined;
2531
2512
  is_bridge_error?: boolean | undefined;
2532
- } | {
2533
- message: string;
2534
- created_at: string;
2535
- error_code: "invalid_credentials";
2536
- is_connected_account_error?: boolean | undefined;
2537
- is_bridge_error?: boolean | undefined;
2538
2513
  } | {
2539
2514
  message: string;
2540
2515
  created_at: string;
@@ -2829,12 +2804,6 @@ export declare const access_code: z.ZodObject<{
2829
2804
  error_code: "account_disconnected";
2830
2805
  is_connected_account_error?: boolean | undefined;
2831
2806
  is_bridge_error?: boolean | undefined;
2832
- } | {
2833
- message: string;
2834
- created_at: string;
2835
- error_code: "invalid_credentials";
2836
- is_connected_account_error?: boolean | undefined;
2837
- is_bridge_error?: boolean | undefined;
2838
2807
  } | {
2839
2808
  message: string;
2840
2809
  created_at: string;
@@ -432,25 +432,6 @@ export declare const unmanaged_access_code: z.ZodObject<{
432
432
  message: z.ZodString;
433
433
  is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
434
434
  is_bridge_error: z.ZodOptional<z.ZodBoolean>;
435
- } & {
436
- error_code: z.ZodLiteral<"invalid_credentials">;
437
- }, "strip", z.ZodTypeAny, {
438
- message: string;
439
- created_at: string;
440
- error_code: "invalid_credentials";
441
- is_connected_account_error?: boolean | undefined;
442
- is_bridge_error?: boolean | undefined;
443
- }, {
444
- message: string;
445
- created_at: string;
446
- error_code: "invalid_credentials";
447
- is_connected_account_error?: boolean | undefined;
448
- is_bridge_error?: boolean | undefined;
449
- }> | z.ZodObject<{
450
- created_at: z.ZodString;
451
- message: z.ZodString;
452
- is_connected_account_error: z.ZodOptional<z.ZodBoolean>;
453
- is_bridge_error: z.ZodOptional<z.ZodBoolean>;
454
435
  } & {
455
436
  error_code: z.ZodLiteral<"bridge_disconnected">;
456
437
  }, "strip", z.ZodTypeAny, {
@@ -938,12 +919,6 @@ export declare const unmanaged_access_code: z.ZodObject<{
938
919
  error_code: "account_disconnected";
939
920
  is_connected_account_error?: boolean | undefined;
940
921
  is_bridge_error?: boolean | undefined;
941
- } | {
942
- message: string;
943
- created_at: string;
944
- error_code: "invalid_credentials";
945
- is_connected_account_error?: boolean | undefined;
946
- is_bridge_error?: boolean | undefined;
947
922
  } | {
948
923
  message: string;
949
924
  created_at: string;
@@ -1229,12 +1204,6 @@ export declare const unmanaged_access_code: z.ZodObject<{
1229
1204
  error_code: "account_disconnected";
1230
1205
  is_connected_account_error?: boolean | undefined;
1231
1206
  is_bridge_error?: boolean | undefined;
1232
- } | {
1233
- message: string;
1234
- created_at: string;
1235
- error_code: "invalid_credentials";
1236
- is_connected_account_error?: boolean | undefined;
1237
- is_bridge_error?: boolean | undefined;
1238
1207
  } | {
1239
1208
  message: string;
1240
1209
  created_at: string;