@renai-labs/sdk 0.1.24 → 0.1.26
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/generated/@tanstack/react-query.gen.d.ts +332 -52
- package/dist/generated/@tanstack/react-query.gen.js +347 -4
- package/dist/generated/internal/types.gen.d.ts +133 -126
- package/dist/generated/sdk.gen.d.ts +132 -6
- package/dist/generated/sdk.gen.js +264 -6
- package/dist/generated/types.gen.d.ts +2620 -1450
- package/dist/generated/zod.gen.d.ts +4839 -3909
- package/dist/generated/zod.gen.js +618 -284
- package/package.json +2 -2
|
@@ -191,6 +191,13 @@ export type ReplayPublicListItem = {
|
|
|
191
191
|
websiteMetadata: WebsiteMetadata | null;
|
|
192
192
|
updatedAt: string;
|
|
193
193
|
};
|
|
194
|
+
/**
|
|
195
|
+
* Model this trigger's fires run on; absent inherits the agent/project default.
|
|
196
|
+
*/
|
|
197
|
+
export type ModelSelection = {
|
|
198
|
+
model: string;
|
|
199
|
+
variant?: string | null;
|
|
200
|
+
};
|
|
194
201
|
export type PublisherLink = {
|
|
195
202
|
label: string;
|
|
196
203
|
href: string;
|
|
@@ -353,7 +360,7 @@ export type AgentLatestVersion = {
|
|
|
353
360
|
version: string;
|
|
354
361
|
description: string | null;
|
|
355
362
|
prompt: string | null;
|
|
356
|
-
model:
|
|
363
|
+
model: ModelSelection | null;
|
|
357
364
|
skills: Array<{
|
|
358
365
|
skillId: string;
|
|
359
366
|
/**
|
|
@@ -512,7 +519,7 @@ export type OrganizationLogoGetErrors = {
|
|
|
512
519
|
/**
|
|
513
520
|
* Stable discriminator for errors a client branches on.
|
|
514
521
|
*/
|
|
515
|
-
code?: "mcp_duplicate_url";
|
|
522
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
516
523
|
};
|
|
517
524
|
};
|
|
518
525
|
export type OrganizationLogoGetError = OrganizationLogoGetErrors[keyof OrganizationLogoGetErrors];
|
|
@@ -540,7 +547,7 @@ export type ResourceIconGetErrors = {
|
|
|
540
547
|
/**
|
|
541
548
|
* Stable discriminator for errors a client branches on.
|
|
542
549
|
*/
|
|
543
|
-
code?: "mcp_duplicate_url";
|
|
550
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
544
551
|
};
|
|
545
552
|
};
|
|
546
553
|
export type ResourceIconGetError = ResourceIconGetErrors[keyof ResourceIconGetErrors];
|
|
@@ -571,7 +578,7 @@ export type RegistryAgentGetBySlugErrors = {
|
|
|
571
578
|
/**
|
|
572
579
|
* Stable discriminator for errors a client branches on.
|
|
573
580
|
*/
|
|
574
|
-
code?: "mcp_duplicate_url";
|
|
581
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
575
582
|
};
|
|
576
583
|
};
|
|
577
584
|
export type RegistryAgentGetBySlugError = RegistryAgentGetBySlugErrors[keyof RegistryAgentGetBySlugErrors];
|
|
@@ -602,7 +609,7 @@ export type RegistrySkillGetBySlugErrors = {
|
|
|
602
609
|
/**
|
|
603
610
|
* Stable discriminator for errors a client branches on.
|
|
604
611
|
*/
|
|
605
|
-
code?: "mcp_duplicate_url";
|
|
612
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
606
613
|
};
|
|
607
614
|
};
|
|
608
615
|
export type RegistrySkillGetBySlugError = RegistrySkillGetBySlugErrors[keyof RegistrySkillGetBySlugErrors];
|
|
@@ -633,7 +640,7 @@ export type RegistryMcpGetBySlugErrors = {
|
|
|
633
640
|
/**
|
|
634
641
|
* Stable discriminator for errors a client branches on.
|
|
635
642
|
*/
|
|
636
|
-
code?: "mcp_duplicate_url";
|
|
643
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
637
644
|
};
|
|
638
645
|
};
|
|
639
646
|
export type RegistryMcpGetBySlugError = RegistryMcpGetBySlugErrors[keyof RegistryMcpGetBySlugErrors];
|
|
@@ -663,7 +670,7 @@ export type RegistryPublisherListErrors = {
|
|
|
663
670
|
/**
|
|
664
671
|
* Stable discriminator for errors a client branches on.
|
|
665
672
|
*/
|
|
666
|
-
code?: "mcp_duplicate_url";
|
|
673
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
667
674
|
};
|
|
668
675
|
};
|
|
669
676
|
export type RegistryPublisherListError = RegistryPublisherListErrors[keyof RegistryPublisherListErrors];
|
|
@@ -693,7 +700,7 @@ export type RegistryReplayListErrors = {
|
|
|
693
700
|
/**
|
|
694
701
|
* Stable discriminator for errors a client branches on.
|
|
695
702
|
*/
|
|
696
|
-
code?: "mcp_duplicate_url";
|
|
703
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
697
704
|
};
|
|
698
705
|
};
|
|
699
706
|
export type RegistryReplayListError = RegistryReplayListErrors[keyof RegistryReplayListErrors];
|
|
@@ -721,7 +728,7 @@ export type SandboxAuthExchangeErrors = {
|
|
|
721
728
|
/**
|
|
722
729
|
* Stable discriminator for errors a client branches on.
|
|
723
730
|
*/
|
|
724
|
-
code?: "mcp_duplicate_url";
|
|
731
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
725
732
|
};
|
|
726
733
|
/**
|
|
727
734
|
* Not found
|
|
@@ -731,7 +738,7 @@ export type SandboxAuthExchangeErrors = {
|
|
|
731
738
|
/**
|
|
732
739
|
* Stable discriminator for errors a client branches on.
|
|
733
740
|
*/
|
|
734
|
-
code?: "mcp_duplicate_url";
|
|
741
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
735
742
|
};
|
|
736
743
|
};
|
|
737
744
|
export type SandboxAuthExchangeError = SandboxAuthExchangeErrors[keyof SandboxAuthExchangeErrors];
|
|
@@ -759,7 +766,7 @@ export type SandboxAuthRefreshErrors = {
|
|
|
759
766
|
/**
|
|
760
767
|
* Stable discriminator for errors a client branches on.
|
|
761
768
|
*/
|
|
762
|
-
code?: "mcp_duplicate_url";
|
|
769
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
763
770
|
};
|
|
764
771
|
/**
|
|
765
772
|
* Not found
|
|
@@ -769,7 +776,7 @@ export type SandboxAuthRefreshErrors = {
|
|
|
769
776
|
/**
|
|
770
777
|
* Stable discriminator for errors a client branches on.
|
|
771
778
|
*/
|
|
772
|
-
code?: "mcp_duplicate_url";
|
|
779
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
773
780
|
};
|
|
774
781
|
};
|
|
775
782
|
export type SandboxAuthRefreshError = SandboxAuthRefreshErrors[keyof SandboxAuthRefreshErrors];
|
|
@@ -795,7 +802,7 @@ export type SandboxBootstrapCompleteErrors = {
|
|
|
795
802
|
/**
|
|
796
803
|
* Stable discriminator for errors a client branches on.
|
|
797
804
|
*/
|
|
798
|
-
code?: "mcp_duplicate_url";
|
|
805
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
799
806
|
};
|
|
800
807
|
/**
|
|
801
808
|
* Forbidden
|
|
@@ -805,7 +812,7 @@ export type SandboxBootstrapCompleteErrors = {
|
|
|
805
812
|
/**
|
|
806
813
|
* Stable discriminator for errors a client branches on.
|
|
807
814
|
*/
|
|
808
|
-
code?: "mcp_duplicate_url";
|
|
815
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
809
816
|
};
|
|
810
817
|
/**
|
|
811
818
|
* Not found
|
|
@@ -815,7 +822,7 @@ export type SandboxBootstrapCompleteErrors = {
|
|
|
815
822
|
/**
|
|
816
823
|
* Stable discriminator for errors a client branches on.
|
|
817
824
|
*/
|
|
818
|
-
code?: "mcp_duplicate_url";
|
|
825
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
819
826
|
};
|
|
820
827
|
};
|
|
821
828
|
export type SandboxBootstrapCompleteError = SandboxBootstrapCompleteErrors[keyof SandboxBootstrapCompleteErrors];
|
|
@@ -843,7 +850,7 @@ export type SandboxInvalidateCompleteErrors = {
|
|
|
843
850
|
/**
|
|
844
851
|
* Stable discriminator for errors a client branches on.
|
|
845
852
|
*/
|
|
846
|
-
code?: "mcp_duplicate_url";
|
|
853
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
847
854
|
};
|
|
848
855
|
/**
|
|
849
856
|
* Forbidden
|
|
@@ -853,7 +860,7 @@ export type SandboxInvalidateCompleteErrors = {
|
|
|
853
860
|
/**
|
|
854
861
|
* Stable discriminator for errors a client branches on.
|
|
855
862
|
*/
|
|
856
|
-
code?: "mcp_duplicate_url";
|
|
863
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
857
864
|
};
|
|
858
865
|
/**
|
|
859
866
|
* Not found
|
|
@@ -863,7 +870,7 @@ export type SandboxInvalidateCompleteErrors = {
|
|
|
863
870
|
/**
|
|
864
871
|
* Stable discriminator for errors a client branches on.
|
|
865
872
|
*/
|
|
866
|
-
code?: "mcp_duplicate_url";
|
|
873
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
867
874
|
};
|
|
868
875
|
};
|
|
869
876
|
export type SandboxInvalidateCompleteError = SandboxInvalidateCompleteErrors[keyof SandboxInvalidateCompleteErrors];
|
|
@@ -891,7 +898,7 @@ export type SandboxOtelTracesErrors = {
|
|
|
891
898
|
/**
|
|
892
899
|
* Stable discriminator for errors a client branches on.
|
|
893
900
|
*/
|
|
894
|
-
code?: "mcp_duplicate_url";
|
|
901
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
895
902
|
};
|
|
896
903
|
/**
|
|
897
904
|
* Forbidden
|
|
@@ -901,7 +908,7 @@ export type SandboxOtelTracesErrors = {
|
|
|
901
908
|
/**
|
|
902
909
|
* Stable discriminator for errors a client branches on.
|
|
903
910
|
*/
|
|
904
|
-
code?: "mcp_duplicate_url";
|
|
911
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
905
912
|
};
|
|
906
913
|
};
|
|
907
914
|
export type SandboxOtelTracesError = SandboxOtelTracesErrors[keyof SandboxOtelTracesErrors];
|
|
@@ -926,7 +933,7 @@ export type SandboxModelKeyGetErrors = {
|
|
|
926
933
|
/**
|
|
927
934
|
* Stable discriminator for errors a client branches on.
|
|
928
935
|
*/
|
|
929
|
-
code?: "mcp_duplicate_url";
|
|
936
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
930
937
|
};
|
|
931
938
|
/**
|
|
932
939
|
* Forbidden
|
|
@@ -936,7 +943,7 @@ export type SandboxModelKeyGetErrors = {
|
|
|
936
943
|
/**
|
|
937
944
|
* Stable discriminator for errors a client branches on.
|
|
938
945
|
*/
|
|
939
|
-
code?: "mcp_duplicate_url";
|
|
946
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
940
947
|
};
|
|
941
948
|
/**
|
|
942
949
|
* Not found
|
|
@@ -946,7 +953,7 @@ export type SandboxModelKeyGetErrors = {
|
|
|
946
953
|
/**
|
|
947
954
|
* Stable discriminator for errors a client branches on.
|
|
948
955
|
*/
|
|
949
|
-
code?: "mcp_duplicate_url";
|
|
956
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
950
957
|
};
|
|
951
958
|
};
|
|
952
959
|
export type SandboxModelKeyGetError = SandboxModelKeyGetErrors[keyof SandboxModelKeyGetErrors];
|
|
@@ -974,7 +981,7 @@ export type SandboxManifestGetErrors = {
|
|
|
974
981
|
/**
|
|
975
982
|
* Stable discriminator for errors a client branches on.
|
|
976
983
|
*/
|
|
977
|
-
code?: "mcp_duplicate_url";
|
|
984
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
978
985
|
};
|
|
979
986
|
/**
|
|
980
987
|
* Forbidden
|
|
@@ -984,7 +991,7 @@ export type SandboxManifestGetErrors = {
|
|
|
984
991
|
/**
|
|
985
992
|
* Stable discriminator for errors a client branches on.
|
|
986
993
|
*/
|
|
987
|
-
code?: "mcp_duplicate_url";
|
|
994
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
988
995
|
};
|
|
989
996
|
/**
|
|
990
997
|
* Not found
|
|
@@ -994,7 +1001,7 @@ export type SandboxManifestGetErrors = {
|
|
|
994
1001
|
/**
|
|
995
1002
|
* Stable discriminator for errors a client branches on.
|
|
996
1003
|
*/
|
|
997
|
-
code?: "mcp_duplicate_url";
|
|
1004
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
998
1005
|
};
|
|
999
1006
|
};
|
|
1000
1007
|
export type SandboxManifestGetError = SandboxManifestGetErrors[keyof SandboxManifestGetErrors];
|
|
@@ -1020,7 +1027,7 @@ export type SandboxSessionsSeqsErrors = {
|
|
|
1020
1027
|
/**
|
|
1021
1028
|
* Stable discriminator for errors a client branches on.
|
|
1022
1029
|
*/
|
|
1023
|
-
code?: "mcp_duplicate_url";
|
|
1030
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1024
1031
|
};
|
|
1025
1032
|
/**
|
|
1026
1033
|
* Forbidden
|
|
@@ -1030,7 +1037,7 @@ export type SandboxSessionsSeqsErrors = {
|
|
|
1030
1037
|
/**
|
|
1031
1038
|
* Stable discriminator for errors a client branches on.
|
|
1032
1039
|
*/
|
|
1033
|
-
code?: "mcp_duplicate_url";
|
|
1040
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1034
1041
|
};
|
|
1035
1042
|
/**
|
|
1036
1043
|
* Not found
|
|
@@ -1040,7 +1047,7 @@ export type SandboxSessionsSeqsErrors = {
|
|
|
1040
1047
|
/**
|
|
1041
1048
|
* Stable discriminator for errors a client branches on.
|
|
1042
1049
|
*/
|
|
1043
|
-
code?: "mcp_duplicate_url";
|
|
1050
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1044
1051
|
};
|
|
1045
1052
|
};
|
|
1046
1053
|
export type SandboxSessionsSeqsError = SandboxSessionsSeqsErrors[keyof SandboxSessionsSeqsErrors];
|
|
@@ -1078,7 +1085,7 @@ export type SandboxSyncAppendErrors = {
|
|
|
1078
1085
|
/**
|
|
1079
1086
|
* Stable discriminator for errors a client branches on.
|
|
1080
1087
|
*/
|
|
1081
|
-
code?: "mcp_duplicate_url";
|
|
1088
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1082
1089
|
};
|
|
1083
1090
|
/**
|
|
1084
1091
|
* Unauthorized
|
|
@@ -1088,7 +1095,7 @@ export type SandboxSyncAppendErrors = {
|
|
|
1088
1095
|
/**
|
|
1089
1096
|
* Stable discriminator for errors a client branches on.
|
|
1090
1097
|
*/
|
|
1091
|
-
code?: "mcp_duplicate_url";
|
|
1098
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1092
1099
|
};
|
|
1093
1100
|
/**
|
|
1094
1101
|
* Forbidden
|
|
@@ -1098,7 +1105,7 @@ export type SandboxSyncAppendErrors = {
|
|
|
1098
1105
|
/**
|
|
1099
1106
|
* Stable discriminator for errors a client branches on.
|
|
1100
1107
|
*/
|
|
1101
|
-
code?: "mcp_duplicate_url";
|
|
1108
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1102
1109
|
};
|
|
1103
1110
|
/**
|
|
1104
1111
|
* Not found
|
|
@@ -1108,7 +1115,7 @@ export type SandboxSyncAppendErrors = {
|
|
|
1108
1115
|
/**
|
|
1109
1116
|
* Stable discriminator for errors a client branches on.
|
|
1110
1117
|
*/
|
|
1111
|
-
code?: "mcp_duplicate_url";
|
|
1118
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1112
1119
|
};
|
|
1113
1120
|
/**
|
|
1114
1121
|
* Conflict
|
|
@@ -1118,7 +1125,7 @@ export type SandboxSyncAppendErrors = {
|
|
|
1118
1125
|
/**
|
|
1119
1126
|
* Stable discriminator for errors a client branches on.
|
|
1120
1127
|
*/
|
|
1121
|
-
code?: "mcp_duplicate_url";
|
|
1128
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1122
1129
|
};
|
|
1123
1130
|
};
|
|
1124
1131
|
export type SandboxSyncAppendError = SandboxSyncAppendErrors[keyof SandboxSyncAppendErrors];
|
|
@@ -1149,7 +1156,7 @@ export type SandboxVolumesMintCredsErrors = {
|
|
|
1149
1156
|
/**
|
|
1150
1157
|
* Stable discriminator for errors a client branches on.
|
|
1151
1158
|
*/
|
|
1152
|
-
code?: "mcp_duplicate_url";
|
|
1159
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1153
1160
|
};
|
|
1154
1161
|
/**
|
|
1155
1162
|
* Forbidden
|
|
@@ -1159,7 +1166,7 @@ export type SandboxVolumesMintCredsErrors = {
|
|
|
1159
1166
|
/**
|
|
1160
1167
|
* Stable discriminator for errors a client branches on.
|
|
1161
1168
|
*/
|
|
1162
|
-
code?: "mcp_duplicate_url";
|
|
1169
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1163
1170
|
};
|
|
1164
1171
|
/**
|
|
1165
1172
|
* Not found
|
|
@@ -1169,7 +1176,7 @@ export type SandboxVolumesMintCredsErrors = {
|
|
|
1169
1176
|
/**
|
|
1170
1177
|
* Stable discriminator for errors a client branches on.
|
|
1171
1178
|
*/
|
|
1172
|
-
code?: "mcp_duplicate_url";
|
|
1179
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1173
1180
|
};
|
|
1174
1181
|
};
|
|
1175
1182
|
export type SandboxVolumesMintCredsError = SandboxVolumesMintCredsErrors[keyof SandboxVolumesMintCredsErrors];
|
|
@@ -1195,7 +1202,7 @@ export type SandboxDatabasesMintCredsErrors = {
|
|
|
1195
1202
|
/**
|
|
1196
1203
|
* Stable discriminator for errors a client branches on.
|
|
1197
1204
|
*/
|
|
1198
|
-
code?: "mcp_duplicate_url";
|
|
1205
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1199
1206
|
};
|
|
1200
1207
|
/**
|
|
1201
1208
|
* Forbidden
|
|
@@ -1205,7 +1212,7 @@ export type SandboxDatabasesMintCredsErrors = {
|
|
|
1205
1212
|
/**
|
|
1206
1213
|
* Stable discriminator for errors a client branches on.
|
|
1207
1214
|
*/
|
|
1208
|
-
code?: "mcp_duplicate_url";
|
|
1215
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1209
1216
|
};
|
|
1210
1217
|
/**
|
|
1211
1218
|
* Not found
|
|
@@ -1215,7 +1222,7 @@ export type SandboxDatabasesMintCredsErrors = {
|
|
|
1215
1222
|
/**
|
|
1216
1223
|
* Stable discriminator for errors a client branches on.
|
|
1217
1224
|
*/
|
|
1218
|
-
code?: "mcp_duplicate_url";
|
|
1225
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1219
1226
|
};
|
|
1220
1227
|
};
|
|
1221
1228
|
export type SandboxDatabasesMintCredsError = SandboxDatabasesMintCredsErrors[keyof SandboxDatabasesMintCredsErrors];
|
|
@@ -1241,7 +1248,7 @@ export type SandboxArtifactsMintCredsErrors = {
|
|
|
1241
1248
|
/**
|
|
1242
1249
|
* Stable discriminator for errors a client branches on.
|
|
1243
1250
|
*/
|
|
1244
|
-
code?: "mcp_duplicate_url";
|
|
1251
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1245
1252
|
};
|
|
1246
1253
|
/**
|
|
1247
1254
|
* Forbidden
|
|
@@ -1251,7 +1258,7 @@ export type SandboxArtifactsMintCredsErrors = {
|
|
|
1251
1258
|
/**
|
|
1252
1259
|
* Stable discriminator for errors a client branches on.
|
|
1253
1260
|
*/
|
|
1254
|
-
code?: "mcp_duplicate_url";
|
|
1261
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1255
1262
|
};
|
|
1256
1263
|
/**
|
|
1257
1264
|
* Not found
|
|
@@ -1261,7 +1268,7 @@ export type SandboxArtifactsMintCredsErrors = {
|
|
|
1261
1268
|
/**
|
|
1262
1269
|
* Stable discriminator for errors a client branches on.
|
|
1263
1270
|
*/
|
|
1264
|
-
code?: "mcp_duplicate_url";
|
|
1271
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1265
1272
|
};
|
|
1266
1273
|
};
|
|
1267
1274
|
export type SandboxArtifactsMintCredsError = SandboxArtifactsMintCredsErrors[keyof SandboxArtifactsMintCredsErrors];
|
|
@@ -1287,7 +1294,7 @@ export type SandboxArtifactsTargetErrors = {
|
|
|
1287
1294
|
/**
|
|
1288
1295
|
* Stable discriminator for errors a client branches on.
|
|
1289
1296
|
*/
|
|
1290
|
-
code?: "mcp_duplicate_url";
|
|
1297
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1291
1298
|
};
|
|
1292
1299
|
/**
|
|
1293
1300
|
* Forbidden
|
|
@@ -1297,7 +1304,7 @@ export type SandboxArtifactsTargetErrors = {
|
|
|
1297
1304
|
/**
|
|
1298
1305
|
* Stable discriminator for errors a client branches on.
|
|
1299
1306
|
*/
|
|
1300
|
-
code?: "mcp_duplicate_url";
|
|
1307
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1301
1308
|
};
|
|
1302
1309
|
/**
|
|
1303
1310
|
* Not found
|
|
@@ -1307,7 +1314,7 @@ export type SandboxArtifactsTargetErrors = {
|
|
|
1307
1314
|
/**
|
|
1308
1315
|
* Stable discriminator for errors a client branches on.
|
|
1309
1316
|
*/
|
|
1310
|
-
code?: "mcp_duplicate_url";
|
|
1317
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1311
1318
|
};
|
|
1312
1319
|
};
|
|
1313
1320
|
export type SandboxArtifactsTargetError = SandboxArtifactsTargetErrors[keyof SandboxArtifactsTargetErrors];
|
|
@@ -1347,7 +1354,7 @@ export type SandboxSessionUpdateErrors = {
|
|
|
1347
1354
|
/**
|
|
1348
1355
|
* Stable discriminator for errors a client branches on.
|
|
1349
1356
|
*/
|
|
1350
|
-
code?: "mcp_duplicate_url";
|
|
1357
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1351
1358
|
};
|
|
1352
1359
|
/**
|
|
1353
1360
|
* Unauthorized
|
|
@@ -1357,7 +1364,7 @@ export type SandboxSessionUpdateErrors = {
|
|
|
1357
1364
|
/**
|
|
1358
1365
|
* Stable discriminator for errors a client branches on.
|
|
1359
1366
|
*/
|
|
1360
|
-
code?: "mcp_duplicate_url";
|
|
1367
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1361
1368
|
};
|
|
1362
1369
|
/**
|
|
1363
1370
|
* Forbidden
|
|
@@ -1367,7 +1374,7 @@ export type SandboxSessionUpdateErrors = {
|
|
|
1367
1374
|
/**
|
|
1368
1375
|
* Stable discriminator for errors a client branches on.
|
|
1369
1376
|
*/
|
|
1370
|
-
code?: "mcp_duplicate_url";
|
|
1377
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1371
1378
|
};
|
|
1372
1379
|
/**
|
|
1373
1380
|
* Not found
|
|
@@ -1377,7 +1384,7 @@ export type SandboxSessionUpdateErrors = {
|
|
|
1377
1384
|
/**
|
|
1378
1385
|
* Stable discriminator for errors a client branches on.
|
|
1379
1386
|
*/
|
|
1380
|
-
code?: "mcp_duplicate_url";
|
|
1387
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1381
1388
|
};
|
|
1382
1389
|
};
|
|
1383
1390
|
export type SandboxSessionUpdateError = SandboxSessionUpdateErrors[keyof SandboxSessionUpdateErrors];
|
|
@@ -1413,7 +1420,7 @@ export type SandboxSlackMessageErrors = {
|
|
|
1413
1420
|
/**
|
|
1414
1421
|
* Stable discriminator for errors a client branches on.
|
|
1415
1422
|
*/
|
|
1416
|
-
code?: "mcp_duplicate_url";
|
|
1423
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1417
1424
|
};
|
|
1418
1425
|
/**
|
|
1419
1426
|
* Unauthorized
|
|
@@ -1423,7 +1430,7 @@ export type SandboxSlackMessageErrors = {
|
|
|
1423
1430
|
/**
|
|
1424
1431
|
* Stable discriminator for errors a client branches on.
|
|
1425
1432
|
*/
|
|
1426
|
-
code?: "mcp_duplicate_url";
|
|
1433
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1427
1434
|
};
|
|
1428
1435
|
/**
|
|
1429
1436
|
* Forbidden
|
|
@@ -1433,7 +1440,7 @@ export type SandboxSlackMessageErrors = {
|
|
|
1433
1440
|
/**
|
|
1434
1441
|
* Stable discriminator for errors a client branches on.
|
|
1435
1442
|
*/
|
|
1436
|
-
code?: "mcp_duplicate_url";
|
|
1443
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1437
1444
|
};
|
|
1438
1445
|
/**
|
|
1439
1446
|
* Not found
|
|
@@ -1443,7 +1450,7 @@ export type SandboxSlackMessageErrors = {
|
|
|
1443
1450
|
/**
|
|
1444
1451
|
* Stable discriminator for errors a client branches on.
|
|
1445
1452
|
*/
|
|
1446
|
-
code?: "mcp_duplicate_url";
|
|
1453
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1447
1454
|
};
|
|
1448
1455
|
};
|
|
1449
1456
|
export type SandboxSlackMessageError = SandboxSlackMessageErrors[keyof SandboxSlackMessageErrors];
|
|
@@ -1472,7 +1479,7 @@ export type SandboxSlackChannelsErrors = {
|
|
|
1472
1479
|
/**
|
|
1473
1480
|
* Stable discriminator for errors a client branches on.
|
|
1474
1481
|
*/
|
|
1475
|
-
code?: "mcp_duplicate_url";
|
|
1482
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1476
1483
|
};
|
|
1477
1484
|
/**
|
|
1478
1485
|
* Unauthorized
|
|
@@ -1482,7 +1489,7 @@ export type SandboxSlackChannelsErrors = {
|
|
|
1482
1489
|
/**
|
|
1483
1490
|
* Stable discriminator for errors a client branches on.
|
|
1484
1491
|
*/
|
|
1485
|
-
code?: "mcp_duplicate_url";
|
|
1492
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1486
1493
|
};
|
|
1487
1494
|
/**
|
|
1488
1495
|
* Forbidden
|
|
@@ -1492,7 +1499,7 @@ export type SandboxSlackChannelsErrors = {
|
|
|
1492
1499
|
/**
|
|
1493
1500
|
* Stable discriminator for errors a client branches on.
|
|
1494
1501
|
*/
|
|
1495
|
-
code?: "mcp_duplicate_url";
|
|
1502
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1496
1503
|
};
|
|
1497
1504
|
/**
|
|
1498
1505
|
* Not found
|
|
@@ -1502,7 +1509,7 @@ export type SandboxSlackChannelsErrors = {
|
|
|
1502
1509
|
/**
|
|
1503
1510
|
* Stable discriminator for errors a client branches on.
|
|
1504
1511
|
*/
|
|
1505
|
-
code?: "mcp_duplicate_url";
|
|
1512
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1506
1513
|
};
|
|
1507
1514
|
};
|
|
1508
1515
|
export type SandboxSlackChannelsError = SandboxSlackChannelsErrors[keyof SandboxSlackChannelsErrors];
|
|
@@ -1534,7 +1541,7 @@ export type SandboxSlackReadThreadErrors = {
|
|
|
1534
1541
|
/**
|
|
1535
1542
|
* Stable discriminator for errors a client branches on.
|
|
1536
1543
|
*/
|
|
1537
|
-
code?: "mcp_duplicate_url";
|
|
1544
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1538
1545
|
};
|
|
1539
1546
|
/**
|
|
1540
1547
|
* Unauthorized
|
|
@@ -1544,7 +1551,7 @@ export type SandboxSlackReadThreadErrors = {
|
|
|
1544
1551
|
/**
|
|
1545
1552
|
* Stable discriminator for errors a client branches on.
|
|
1546
1553
|
*/
|
|
1547
|
-
code?: "mcp_duplicate_url";
|
|
1554
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1548
1555
|
};
|
|
1549
1556
|
/**
|
|
1550
1557
|
* Forbidden
|
|
@@ -1554,7 +1561,7 @@ export type SandboxSlackReadThreadErrors = {
|
|
|
1554
1561
|
/**
|
|
1555
1562
|
* Stable discriminator for errors a client branches on.
|
|
1556
1563
|
*/
|
|
1557
|
-
code?: "mcp_duplicate_url";
|
|
1564
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1558
1565
|
};
|
|
1559
1566
|
/**
|
|
1560
1567
|
* Not found
|
|
@@ -1564,7 +1571,7 @@ export type SandboxSlackReadThreadErrors = {
|
|
|
1564
1571
|
/**
|
|
1565
1572
|
* Stable discriminator for errors a client branches on.
|
|
1566
1573
|
*/
|
|
1567
|
-
code?: "mcp_duplicate_url";
|
|
1574
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1568
1575
|
};
|
|
1569
1576
|
};
|
|
1570
1577
|
export type SandboxSlackReadThreadError = SandboxSlackReadThreadErrors[keyof SandboxSlackReadThreadErrors];
|
|
@@ -1598,7 +1605,7 @@ export type SandboxSlackUploadFileErrors = {
|
|
|
1598
1605
|
/**
|
|
1599
1606
|
* Stable discriminator for errors a client branches on.
|
|
1600
1607
|
*/
|
|
1601
|
-
code?: "mcp_duplicate_url";
|
|
1608
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1602
1609
|
};
|
|
1603
1610
|
/**
|
|
1604
1611
|
* Unauthorized
|
|
@@ -1608,7 +1615,7 @@ export type SandboxSlackUploadFileErrors = {
|
|
|
1608
1615
|
/**
|
|
1609
1616
|
* Stable discriminator for errors a client branches on.
|
|
1610
1617
|
*/
|
|
1611
|
-
code?: "mcp_duplicate_url";
|
|
1618
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1612
1619
|
};
|
|
1613
1620
|
/**
|
|
1614
1621
|
* Forbidden
|
|
@@ -1618,7 +1625,7 @@ export type SandboxSlackUploadFileErrors = {
|
|
|
1618
1625
|
/**
|
|
1619
1626
|
* Stable discriminator for errors a client branches on.
|
|
1620
1627
|
*/
|
|
1621
|
-
code?: "mcp_duplicate_url";
|
|
1628
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1622
1629
|
};
|
|
1623
1630
|
/**
|
|
1624
1631
|
* Not found
|
|
@@ -1628,7 +1635,7 @@ export type SandboxSlackUploadFileErrors = {
|
|
|
1628
1635
|
/**
|
|
1629
1636
|
* Stable discriminator for errors a client branches on.
|
|
1630
1637
|
*/
|
|
1631
|
-
code?: "mcp_duplicate_url";
|
|
1638
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1632
1639
|
};
|
|
1633
1640
|
};
|
|
1634
1641
|
export type SandboxSlackUploadFileError = SandboxSlackUploadFileErrors[keyof SandboxSlackUploadFileErrors];
|
|
@@ -1661,7 +1668,7 @@ export type SandboxSlackReactErrors = {
|
|
|
1661
1668
|
/**
|
|
1662
1669
|
* Stable discriminator for errors a client branches on.
|
|
1663
1670
|
*/
|
|
1664
|
-
code?: "mcp_duplicate_url";
|
|
1671
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1665
1672
|
};
|
|
1666
1673
|
/**
|
|
1667
1674
|
* Unauthorized
|
|
@@ -1671,7 +1678,7 @@ export type SandboxSlackReactErrors = {
|
|
|
1671
1678
|
/**
|
|
1672
1679
|
* Stable discriminator for errors a client branches on.
|
|
1673
1680
|
*/
|
|
1674
|
-
code?: "mcp_duplicate_url";
|
|
1681
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1675
1682
|
};
|
|
1676
1683
|
/**
|
|
1677
1684
|
* Forbidden
|
|
@@ -1681,7 +1688,7 @@ export type SandboxSlackReactErrors = {
|
|
|
1681
1688
|
/**
|
|
1682
1689
|
* Stable discriminator for errors a client branches on.
|
|
1683
1690
|
*/
|
|
1684
|
-
code?: "mcp_duplicate_url";
|
|
1691
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1685
1692
|
};
|
|
1686
1693
|
/**
|
|
1687
1694
|
* Not found
|
|
@@ -1691,7 +1698,7 @@ export type SandboxSlackReactErrors = {
|
|
|
1691
1698
|
/**
|
|
1692
1699
|
* Stable discriminator for errors a client branches on.
|
|
1693
1700
|
*/
|
|
1694
|
-
code?: "mcp_duplicate_url";
|
|
1701
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1695
1702
|
};
|
|
1696
1703
|
};
|
|
1697
1704
|
export type SandboxSlackReactError = SandboxSlackReactErrors[keyof SandboxSlackReactErrors];
|
|
@@ -1722,7 +1729,7 @@ export type SandboxSlackLookupUserErrors = {
|
|
|
1722
1729
|
/**
|
|
1723
1730
|
* Stable discriminator for errors a client branches on.
|
|
1724
1731
|
*/
|
|
1725
|
-
code?: "mcp_duplicate_url";
|
|
1732
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1726
1733
|
};
|
|
1727
1734
|
/**
|
|
1728
1735
|
* Unauthorized
|
|
@@ -1732,7 +1739,7 @@ export type SandboxSlackLookupUserErrors = {
|
|
|
1732
1739
|
/**
|
|
1733
1740
|
* Stable discriminator for errors a client branches on.
|
|
1734
1741
|
*/
|
|
1735
|
-
code?: "mcp_duplicate_url";
|
|
1742
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1736
1743
|
};
|
|
1737
1744
|
/**
|
|
1738
1745
|
* Forbidden
|
|
@@ -1742,7 +1749,7 @@ export type SandboxSlackLookupUserErrors = {
|
|
|
1742
1749
|
/**
|
|
1743
1750
|
* Stable discriminator for errors a client branches on.
|
|
1744
1751
|
*/
|
|
1745
|
-
code?: "mcp_duplicate_url";
|
|
1752
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1746
1753
|
};
|
|
1747
1754
|
/**
|
|
1748
1755
|
* Not found
|
|
@@ -1752,7 +1759,7 @@ export type SandboxSlackLookupUserErrors = {
|
|
|
1752
1759
|
/**
|
|
1753
1760
|
* Stable discriminator for errors a client branches on.
|
|
1754
1761
|
*/
|
|
1755
|
-
code?: "mcp_duplicate_url";
|
|
1762
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1756
1763
|
};
|
|
1757
1764
|
};
|
|
1758
1765
|
export type SandboxSlackLookupUserError = SandboxSlackLookupUserErrors[keyof SandboxSlackLookupUserErrors];
|
|
@@ -1787,7 +1794,7 @@ export type SandboxSlackMessageUpdateErrors = {
|
|
|
1787
1794
|
/**
|
|
1788
1795
|
* Stable discriminator for errors a client branches on.
|
|
1789
1796
|
*/
|
|
1790
|
-
code?: "mcp_duplicate_url";
|
|
1797
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1791
1798
|
};
|
|
1792
1799
|
/**
|
|
1793
1800
|
* Unauthorized
|
|
@@ -1797,7 +1804,7 @@ export type SandboxSlackMessageUpdateErrors = {
|
|
|
1797
1804
|
/**
|
|
1798
1805
|
* Stable discriminator for errors a client branches on.
|
|
1799
1806
|
*/
|
|
1800
|
-
code?: "mcp_duplicate_url";
|
|
1807
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1801
1808
|
};
|
|
1802
1809
|
/**
|
|
1803
1810
|
* Forbidden
|
|
@@ -1807,7 +1814,7 @@ export type SandboxSlackMessageUpdateErrors = {
|
|
|
1807
1814
|
/**
|
|
1808
1815
|
* Stable discriminator for errors a client branches on.
|
|
1809
1816
|
*/
|
|
1810
|
-
code?: "mcp_duplicate_url";
|
|
1817
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1811
1818
|
};
|
|
1812
1819
|
/**
|
|
1813
1820
|
* Not found
|
|
@@ -1817,7 +1824,7 @@ export type SandboxSlackMessageUpdateErrors = {
|
|
|
1817
1824
|
/**
|
|
1818
1825
|
* Stable discriminator for errors a client branches on.
|
|
1819
1826
|
*/
|
|
1820
|
-
code?: "mcp_duplicate_url";
|
|
1827
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1821
1828
|
};
|
|
1822
1829
|
};
|
|
1823
1830
|
export type SandboxSlackMessageUpdateError = SandboxSlackMessageUpdateErrors[keyof SandboxSlackMessageUpdateErrors];
|
|
@@ -1849,7 +1856,7 @@ export type SandboxSlackMessageDeleteErrors = {
|
|
|
1849
1856
|
/**
|
|
1850
1857
|
* Stable discriminator for errors a client branches on.
|
|
1851
1858
|
*/
|
|
1852
|
-
code?: "mcp_duplicate_url";
|
|
1859
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1853
1860
|
};
|
|
1854
1861
|
/**
|
|
1855
1862
|
* Unauthorized
|
|
@@ -1859,7 +1866,7 @@ export type SandboxSlackMessageDeleteErrors = {
|
|
|
1859
1866
|
/**
|
|
1860
1867
|
* Stable discriminator for errors a client branches on.
|
|
1861
1868
|
*/
|
|
1862
|
-
code?: "mcp_duplicate_url";
|
|
1869
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1863
1870
|
};
|
|
1864
1871
|
/**
|
|
1865
1872
|
* Forbidden
|
|
@@ -1869,7 +1876,7 @@ export type SandboxSlackMessageDeleteErrors = {
|
|
|
1869
1876
|
/**
|
|
1870
1877
|
* Stable discriminator for errors a client branches on.
|
|
1871
1878
|
*/
|
|
1872
|
-
code?: "mcp_duplicate_url";
|
|
1879
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1873
1880
|
};
|
|
1874
1881
|
/**
|
|
1875
1882
|
* Not found
|
|
@@ -1879,7 +1886,7 @@ export type SandboxSlackMessageDeleteErrors = {
|
|
|
1879
1886
|
/**
|
|
1880
1887
|
* Stable discriminator for errors a client branches on.
|
|
1881
1888
|
*/
|
|
1882
|
-
code?: "mcp_duplicate_url";
|
|
1889
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1883
1890
|
};
|
|
1884
1891
|
};
|
|
1885
1892
|
export type SandboxSlackMessageDeleteError = SandboxSlackMessageDeleteErrors[keyof SandboxSlackMessageDeleteErrors];
|
|
@@ -1910,7 +1917,7 @@ export type SandboxSlackReactionsErrors = {
|
|
|
1910
1917
|
/**
|
|
1911
1918
|
* Stable discriminator for errors a client branches on.
|
|
1912
1919
|
*/
|
|
1913
|
-
code?: "mcp_duplicate_url";
|
|
1920
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1914
1921
|
};
|
|
1915
1922
|
/**
|
|
1916
1923
|
* Unauthorized
|
|
@@ -1920,7 +1927,7 @@ export type SandboxSlackReactionsErrors = {
|
|
|
1920
1927
|
/**
|
|
1921
1928
|
* Stable discriminator for errors a client branches on.
|
|
1922
1929
|
*/
|
|
1923
|
-
code?: "mcp_duplicate_url";
|
|
1930
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1924
1931
|
};
|
|
1925
1932
|
/**
|
|
1926
1933
|
* Forbidden
|
|
@@ -1930,7 +1937,7 @@ export type SandboxSlackReactionsErrors = {
|
|
|
1930
1937
|
/**
|
|
1931
1938
|
* Stable discriminator for errors a client branches on.
|
|
1932
1939
|
*/
|
|
1933
|
-
code?: "mcp_duplicate_url";
|
|
1940
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1934
1941
|
};
|
|
1935
1942
|
/**
|
|
1936
1943
|
* Not found
|
|
@@ -1940,7 +1947,7 @@ export type SandboxSlackReactionsErrors = {
|
|
|
1940
1947
|
/**
|
|
1941
1948
|
* Stable discriminator for errors a client branches on.
|
|
1942
1949
|
*/
|
|
1943
|
-
code?: "mcp_duplicate_url";
|
|
1950
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1944
1951
|
};
|
|
1945
1952
|
};
|
|
1946
1953
|
export type SandboxSlackReactionsError = SandboxSlackReactionsErrors[keyof SandboxSlackReactionsErrors];
|
|
@@ -1973,7 +1980,7 @@ export type SandboxSlackHistoryErrors = {
|
|
|
1973
1980
|
/**
|
|
1974
1981
|
* Stable discriminator for errors a client branches on.
|
|
1975
1982
|
*/
|
|
1976
|
-
code?: "mcp_duplicate_url";
|
|
1983
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1977
1984
|
};
|
|
1978
1985
|
/**
|
|
1979
1986
|
* Unauthorized
|
|
@@ -1983,7 +1990,7 @@ export type SandboxSlackHistoryErrors = {
|
|
|
1983
1990
|
/**
|
|
1984
1991
|
* Stable discriminator for errors a client branches on.
|
|
1985
1992
|
*/
|
|
1986
|
-
code?: "mcp_duplicate_url";
|
|
1993
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1987
1994
|
};
|
|
1988
1995
|
/**
|
|
1989
1996
|
* Forbidden
|
|
@@ -1993,7 +2000,7 @@ export type SandboxSlackHistoryErrors = {
|
|
|
1993
2000
|
/**
|
|
1994
2001
|
* Stable discriminator for errors a client branches on.
|
|
1995
2002
|
*/
|
|
1996
|
-
code?: "mcp_duplicate_url";
|
|
2003
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
1997
2004
|
};
|
|
1998
2005
|
/**
|
|
1999
2006
|
* Not found
|
|
@@ -2003,7 +2010,7 @@ export type SandboxSlackHistoryErrors = {
|
|
|
2003
2010
|
/**
|
|
2004
2011
|
* Stable discriminator for errors a client branches on.
|
|
2005
2012
|
*/
|
|
2006
|
-
code?: "mcp_duplicate_url";
|
|
2013
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2007
2014
|
};
|
|
2008
2015
|
};
|
|
2009
2016
|
export type SandboxSlackHistoryError = SandboxSlackHistoryErrors[keyof SandboxSlackHistoryErrors];
|
|
@@ -2036,7 +2043,7 @@ export type SandboxSlackUsersErrors = {
|
|
|
2036
2043
|
/**
|
|
2037
2044
|
* Stable discriminator for errors a client branches on.
|
|
2038
2045
|
*/
|
|
2039
|
-
code?: "mcp_duplicate_url";
|
|
2046
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2040
2047
|
};
|
|
2041
2048
|
/**
|
|
2042
2049
|
* Unauthorized
|
|
@@ -2046,7 +2053,7 @@ export type SandboxSlackUsersErrors = {
|
|
|
2046
2053
|
/**
|
|
2047
2054
|
* Stable discriminator for errors a client branches on.
|
|
2048
2055
|
*/
|
|
2049
|
-
code?: "mcp_duplicate_url";
|
|
2056
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2050
2057
|
};
|
|
2051
2058
|
/**
|
|
2052
2059
|
* Forbidden
|
|
@@ -2056,7 +2063,7 @@ export type SandboxSlackUsersErrors = {
|
|
|
2056
2063
|
/**
|
|
2057
2064
|
* Stable discriminator for errors a client branches on.
|
|
2058
2065
|
*/
|
|
2059
|
-
code?: "mcp_duplicate_url";
|
|
2066
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2060
2067
|
};
|
|
2061
2068
|
/**
|
|
2062
2069
|
* Not found
|
|
@@ -2066,7 +2073,7 @@ export type SandboxSlackUsersErrors = {
|
|
|
2066
2073
|
/**
|
|
2067
2074
|
* Stable discriminator for errors a client branches on.
|
|
2068
2075
|
*/
|
|
2069
|
-
code?: "mcp_duplicate_url";
|
|
2076
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2070
2077
|
};
|
|
2071
2078
|
};
|
|
2072
2079
|
export type SandboxSlackUsersError = SandboxSlackUsersErrors[keyof SandboxSlackUsersErrors];
|
|
@@ -2104,7 +2111,7 @@ export type SandboxEmailSendErrors = {
|
|
|
2104
2111
|
/**
|
|
2105
2112
|
* Stable discriminator for errors a client branches on.
|
|
2106
2113
|
*/
|
|
2107
|
-
code?: "mcp_duplicate_url";
|
|
2114
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2108
2115
|
};
|
|
2109
2116
|
/**
|
|
2110
2117
|
* Unauthorized
|
|
@@ -2114,7 +2121,7 @@ export type SandboxEmailSendErrors = {
|
|
|
2114
2121
|
/**
|
|
2115
2122
|
* Stable discriminator for errors a client branches on.
|
|
2116
2123
|
*/
|
|
2117
|
-
code?: "mcp_duplicate_url";
|
|
2124
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2118
2125
|
};
|
|
2119
2126
|
/**
|
|
2120
2127
|
* Forbidden
|
|
@@ -2124,7 +2131,7 @@ export type SandboxEmailSendErrors = {
|
|
|
2124
2131
|
/**
|
|
2125
2132
|
* Stable discriminator for errors a client branches on.
|
|
2126
2133
|
*/
|
|
2127
|
-
code?: "mcp_duplicate_url";
|
|
2134
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2128
2135
|
};
|
|
2129
2136
|
/**
|
|
2130
2137
|
* Not found
|
|
@@ -2134,7 +2141,7 @@ export type SandboxEmailSendErrors = {
|
|
|
2134
2141
|
/**
|
|
2135
2142
|
* Stable discriminator for errors a client branches on.
|
|
2136
2143
|
*/
|
|
2137
|
-
code?: "mcp_duplicate_url";
|
|
2144
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2138
2145
|
};
|
|
2139
2146
|
};
|
|
2140
2147
|
export type SandboxEmailSendError = SandboxEmailSendErrors[keyof SandboxEmailSendErrors];
|
|
@@ -2168,7 +2175,7 @@ export type SandboxTelegramSendErrors = {
|
|
|
2168
2175
|
/**
|
|
2169
2176
|
* Stable discriminator for errors a client branches on.
|
|
2170
2177
|
*/
|
|
2171
|
-
code?: "mcp_duplicate_url";
|
|
2178
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2172
2179
|
};
|
|
2173
2180
|
/**
|
|
2174
2181
|
* Unauthorized
|
|
@@ -2178,7 +2185,7 @@ export type SandboxTelegramSendErrors = {
|
|
|
2178
2185
|
/**
|
|
2179
2186
|
* Stable discriminator for errors a client branches on.
|
|
2180
2187
|
*/
|
|
2181
|
-
code?: "mcp_duplicate_url";
|
|
2188
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2182
2189
|
};
|
|
2183
2190
|
/**
|
|
2184
2191
|
* Forbidden
|
|
@@ -2188,7 +2195,7 @@ export type SandboxTelegramSendErrors = {
|
|
|
2188
2195
|
/**
|
|
2189
2196
|
* Stable discriminator for errors a client branches on.
|
|
2190
2197
|
*/
|
|
2191
|
-
code?: "mcp_duplicate_url";
|
|
2198
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2192
2199
|
};
|
|
2193
2200
|
/**
|
|
2194
2201
|
* Not found
|
|
@@ -2198,7 +2205,7 @@ export type SandboxTelegramSendErrors = {
|
|
|
2198
2205
|
/**
|
|
2199
2206
|
* Stable discriminator for errors a client branches on.
|
|
2200
2207
|
*/
|
|
2201
|
-
code?: "mcp_duplicate_url";
|
|
2208
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2202
2209
|
};
|
|
2203
2210
|
};
|
|
2204
2211
|
export type SandboxTelegramSendError = SandboxTelegramSendErrors[keyof SandboxTelegramSendErrors];
|
|
@@ -2231,7 +2238,7 @@ export type SandboxTelegramReactErrors = {
|
|
|
2231
2238
|
/**
|
|
2232
2239
|
* Stable discriminator for errors a client branches on.
|
|
2233
2240
|
*/
|
|
2234
|
-
code?: "mcp_duplicate_url";
|
|
2241
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2235
2242
|
};
|
|
2236
2243
|
/**
|
|
2237
2244
|
* Unauthorized
|
|
@@ -2241,7 +2248,7 @@ export type SandboxTelegramReactErrors = {
|
|
|
2241
2248
|
/**
|
|
2242
2249
|
* Stable discriminator for errors a client branches on.
|
|
2243
2250
|
*/
|
|
2244
|
-
code?: "mcp_duplicate_url";
|
|
2251
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2245
2252
|
};
|
|
2246
2253
|
/**
|
|
2247
2254
|
* Forbidden
|
|
@@ -2251,7 +2258,7 @@ export type SandboxTelegramReactErrors = {
|
|
|
2251
2258
|
/**
|
|
2252
2259
|
* Stable discriminator for errors a client branches on.
|
|
2253
2260
|
*/
|
|
2254
|
-
code?: "mcp_duplicate_url";
|
|
2261
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2255
2262
|
};
|
|
2256
2263
|
/**
|
|
2257
2264
|
* Not found
|
|
@@ -2261,7 +2268,7 @@ export type SandboxTelegramReactErrors = {
|
|
|
2261
2268
|
/**
|
|
2262
2269
|
* Stable discriminator for errors a client branches on.
|
|
2263
2270
|
*/
|
|
2264
|
-
code?: "mcp_duplicate_url";
|
|
2271
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2265
2272
|
};
|
|
2266
2273
|
};
|
|
2267
2274
|
export type SandboxTelegramReactError = SandboxTelegramReactErrors[keyof SandboxTelegramReactErrors];
|
|
@@ -2295,7 +2302,7 @@ export type SandboxTelegramDocumentErrors = {
|
|
|
2295
2302
|
/**
|
|
2296
2303
|
* Stable discriminator for errors a client branches on.
|
|
2297
2304
|
*/
|
|
2298
|
-
code?: "mcp_duplicate_url";
|
|
2305
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2299
2306
|
};
|
|
2300
2307
|
/**
|
|
2301
2308
|
* Unauthorized
|
|
@@ -2305,7 +2312,7 @@ export type SandboxTelegramDocumentErrors = {
|
|
|
2305
2312
|
/**
|
|
2306
2313
|
* Stable discriminator for errors a client branches on.
|
|
2307
2314
|
*/
|
|
2308
|
-
code?: "mcp_duplicate_url";
|
|
2315
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2309
2316
|
};
|
|
2310
2317
|
/**
|
|
2311
2318
|
* Forbidden
|
|
@@ -2315,7 +2322,7 @@ export type SandboxTelegramDocumentErrors = {
|
|
|
2315
2322
|
/**
|
|
2316
2323
|
* Stable discriminator for errors a client branches on.
|
|
2317
2324
|
*/
|
|
2318
|
-
code?: "mcp_duplicate_url";
|
|
2325
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2319
2326
|
};
|
|
2320
2327
|
/**
|
|
2321
2328
|
* Not found
|
|
@@ -2325,7 +2332,7 @@ export type SandboxTelegramDocumentErrors = {
|
|
|
2325
2332
|
/**
|
|
2326
2333
|
* Stable discriminator for errors a client branches on.
|
|
2327
2334
|
*/
|
|
2328
|
-
code?: "mcp_duplicate_url";
|
|
2335
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2329
2336
|
};
|
|
2330
2337
|
};
|
|
2331
2338
|
export type SandboxTelegramDocumentError = SandboxTelegramDocumentErrors[keyof SandboxTelegramDocumentErrors];
|
|
@@ -2361,7 +2368,7 @@ export type SandboxSlackReplyCurrentErrors = {
|
|
|
2361
2368
|
/**
|
|
2362
2369
|
* Stable discriminator for errors a client branches on.
|
|
2363
2370
|
*/
|
|
2364
|
-
code?: "mcp_duplicate_url";
|
|
2371
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2365
2372
|
};
|
|
2366
2373
|
/**
|
|
2367
2374
|
* Unauthorized
|
|
@@ -2371,7 +2378,7 @@ export type SandboxSlackReplyCurrentErrors = {
|
|
|
2371
2378
|
/**
|
|
2372
2379
|
* Stable discriminator for errors a client branches on.
|
|
2373
2380
|
*/
|
|
2374
|
-
code?: "mcp_duplicate_url";
|
|
2381
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2375
2382
|
};
|
|
2376
2383
|
/**
|
|
2377
2384
|
* Forbidden
|
|
@@ -2381,7 +2388,7 @@ export type SandboxSlackReplyCurrentErrors = {
|
|
|
2381
2388
|
/**
|
|
2382
2389
|
* Stable discriminator for errors a client branches on.
|
|
2383
2390
|
*/
|
|
2384
|
-
code?: "mcp_duplicate_url";
|
|
2391
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2385
2392
|
};
|
|
2386
2393
|
/**
|
|
2387
2394
|
* Not found
|
|
@@ -2391,7 +2398,7 @@ export type SandboxSlackReplyCurrentErrors = {
|
|
|
2391
2398
|
/**
|
|
2392
2399
|
* Stable discriminator for errors a client branches on.
|
|
2393
2400
|
*/
|
|
2394
|
-
code?: "mcp_duplicate_url";
|
|
2401
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2395
2402
|
};
|
|
2396
2403
|
};
|
|
2397
2404
|
export type SandboxSlackReplyCurrentError = SandboxSlackReplyCurrentErrors[keyof SandboxSlackReplyCurrentErrors];
|
|
@@ -2427,7 +2434,7 @@ export type SandboxTelegramReplyCurrentErrors = {
|
|
|
2427
2434
|
/**
|
|
2428
2435
|
* Stable discriminator for errors a client branches on.
|
|
2429
2436
|
*/
|
|
2430
|
-
code?: "mcp_duplicate_url";
|
|
2437
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2431
2438
|
};
|
|
2432
2439
|
/**
|
|
2433
2440
|
* Unauthorized
|
|
@@ -2437,7 +2444,7 @@ export type SandboxTelegramReplyCurrentErrors = {
|
|
|
2437
2444
|
/**
|
|
2438
2445
|
* Stable discriminator for errors a client branches on.
|
|
2439
2446
|
*/
|
|
2440
|
-
code?: "mcp_duplicate_url";
|
|
2447
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2441
2448
|
};
|
|
2442
2449
|
/**
|
|
2443
2450
|
* Forbidden
|
|
@@ -2447,7 +2454,7 @@ export type SandboxTelegramReplyCurrentErrors = {
|
|
|
2447
2454
|
/**
|
|
2448
2455
|
* Stable discriminator for errors a client branches on.
|
|
2449
2456
|
*/
|
|
2450
|
-
code?: "mcp_duplicate_url";
|
|
2457
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2451
2458
|
};
|
|
2452
2459
|
/**
|
|
2453
2460
|
* Not found
|
|
@@ -2457,7 +2464,7 @@ export type SandboxTelegramReplyCurrentErrors = {
|
|
|
2457
2464
|
/**
|
|
2458
2465
|
* Stable discriminator for errors a client branches on.
|
|
2459
2466
|
*/
|
|
2460
|
-
code?: "mcp_duplicate_url";
|
|
2467
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2461
2468
|
};
|
|
2462
2469
|
};
|
|
2463
2470
|
export type SandboxTelegramReplyCurrentError = SandboxTelegramReplyCurrentErrors[keyof SandboxTelegramReplyCurrentErrors];
|
|
@@ -2493,7 +2500,7 @@ export type SandboxEmailReplyCurrentErrors = {
|
|
|
2493
2500
|
/**
|
|
2494
2501
|
* Stable discriminator for errors a client branches on.
|
|
2495
2502
|
*/
|
|
2496
|
-
code?: "mcp_duplicate_url";
|
|
2503
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2497
2504
|
};
|
|
2498
2505
|
/**
|
|
2499
2506
|
* Unauthorized
|
|
@@ -2503,7 +2510,7 @@ export type SandboxEmailReplyCurrentErrors = {
|
|
|
2503
2510
|
/**
|
|
2504
2511
|
* Stable discriminator for errors a client branches on.
|
|
2505
2512
|
*/
|
|
2506
|
-
code?: "mcp_duplicate_url";
|
|
2513
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2507
2514
|
};
|
|
2508
2515
|
/**
|
|
2509
2516
|
* Forbidden
|
|
@@ -2513,7 +2520,7 @@ export type SandboxEmailReplyCurrentErrors = {
|
|
|
2513
2520
|
/**
|
|
2514
2521
|
* Stable discriminator for errors a client branches on.
|
|
2515
2522
|
*/
|
|
2516
|
-
code?: "mcp_duplicate_url";
|
|
2523
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2517
2524
|
};
|
|
2518
2525
|
/**
|
|
2519
2526
|
* Not found
|
|
@@ -2523,7 +2530,7 @@ export type SandboxEmailReplyCurrentErrors = {
|
|
|
2523
2530
|
/**
|
|
2524
2531
|
* Stable discriminator for errors a client branches on.
|
|
2525
2532
|
*/
|
|
2526
|
-
code?: "mcp_duplicate_url";
|
|
2533
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2527
2534
|
};
|
|
2528
2535
|
};
|
|
2529
2536
|
export type SandboxEmailReplyCurrentError = SandboxEmailReplyCurrentErrors[keyof SandboxEmailReplyCurrentErrors];
|
|
@@ -2559,7 +2566,7 @@ export type SandboxLinearReplyCurrentErrors = {
|
|
|
2559
2566
|
/**
|
|
2560
2567
|
* Stable discriminator for errors a client branches on.
|
|
2561
2568
|
*/
|
|
2562
|
-
code?: "mcp_duplicate_url";
|
|
2569
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2563
2570
|
};
|
|
2564
2571
|
/**
|
|
2565
2572
|
* Unauthorized
|
|
@@ -2569,7 +2576,7 @@ export type SandboxLinearReplyCurrentErrors = {
|
|
|
2569
2576
|
/**
|
|
2570
2577
|
* Stable discriminator for errors a client branches on.
|
|
2571
2578
|
*/
|
|
2572
|
-
code?: "mcp_duplicate_url";
|
|
2579
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2573
2580
|
};
|
|
2574
2581
|
/**
|
|
2575
2582
|
* Forbidden
|
|
@@ -2579,7 +2586,7 @@ export type SandboxLinearReplyCurrentErrors = {
|
|
|
2579
2586
|
/**
|
|
2580
2587
|
* Stable discriminator for errors a client branches on.
|
|
2581
2588
|
*/
|
|
2582
|
-
code?: "mcp_duplicate_url";
|
|
2589
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2583
2590
|
};
|
|
2584
2591
|
/**
|
|
2585
2592
|
* Not found
|
|
@@ -2589,7 +2596,7 @@ export type SandboxLinearReplyCurrentErrors = {
|
|
|
2589
2596
|
/**
|
|
2590
2597
|
* Stable discriminator for errors a client branches on.
|
|
2591
2598
|
*/
|
|
2592
|
-
code?: "mcp_duplicate_url";
|
|
2599
|
+
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending" | "oauth_session_expired" | "oauth_session_busy" | "oauth_exchange_unreachable" | "oauth_session_failed" | "codex_device_auth_disabled";
|
|
2593
2600
|
};
|
|
2594
2601
|
};
|
|
2595
2602
|
export type SandboxLinearReplyCurrentError = SandboxLinearReplyCurrentErrors[keyof SandboxLinearReplyCurrentErrors];
|