@renai-labs/sdk 0.1.25 → 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 +256 -52
- package/dist/generated/@tanstack/react-query.gen.js +235 -4
- package/dist/generated/internal/types.gen.d.ts +125 -125
- package/dist/generated/sdk.gen.d.ts +92 -6
- package/dist/generated/sdk.gen.js +180 -6
- package/dist/generated/types.gen.d.ts +1769 -907
- package/dist/generated/zod.gen.d.ts +901 -31
- package/dist/generated/zod.gen.js +286 -19
- package/package.json +1 -1
|
@@ -519,7 +519,7 @@ export type OrganizationLogoGetErrors = {
|
|
|
519
519
|
/**
|
|
520
520
|
* Stable discriminator for errors a client branches on.
|
|
521
521
|
*/
|
|
522
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
523
523
|
};
|
|
524
524
|
};
|
|
525
525
|
export type OrganizationLogoGetError = OrganizationLogoGetErrors[keyof OrganizationLogoGetErrors];
|
|
@@ -547,7 +547,7 @@ export type ResourceIconGetErrors = {
|
|
|
547
547
|
/**
|
|
548
548
|
* Stable discriminator for errors a client branches on.
|
|
549
549
|
*/
|
|
550
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
551
551
|
};
|
|
552
552
|
};
|
|
553
553
|
export type ResourceIconGetError = ResourceIconGetErrors[keyof ResourceIconGetErrors];
|
|
@@ -578,7 +578,7 @@ export type RegistryAgentGetBySlugErrors = {
|
|
|
578
578
|
/**
|
|
579
579
|
* Stable discriminator for errors a client branches on.
|
|
580
580
|
*/
|
|
581
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
582
582
|
};
|
|
583
583
|
};
|
|
584
584
|
export type RegistryAgentGetBySlugError = RegistryAgentGetBySlugErrors[keyof RegistryAgentGetBySlugErrors];
|
|
@@ -609,7 +609,7 @@ export type RegistrySkillGetBySlugErrors = {
|
|
|
609
609
|
/**
|
|
610
610
|
* Stable discriminator for errors a client branches on.
|
|
611
611
|
*/
|
|
612
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
613
613
|
};
|
|
614
614
|
};
|
|
615
615
|
export type RegistrySkillGetBySlugError = RegistrySkillGetBySlugErrors[keyof RegistrySkillGetBySlugErrors];
|
|
@@ -640,7 +640,7 @@ export type RegistryMcpGetBySlugErrors = {
|
|
|
640
640
|
/**
|
|
641
641
|
* Stable discriminator for errors a client branches on.
|
|
642
642
|
*/
|
|
643
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
644
644
|
};
|
|
645
645
|
};
|
|
646
646
|
export type RegistryMcpGetBySlugError = RegistryMcpGetBySlugErrors[keyof RegistryMcpGetBySlugErrors];
|
|
@@ -670,7 +670,7 @@ export type RegistryPublisherListErrors = {
|
|
|
670
670
|
/**
|
|
671
671
|
* Stable discriminator for errors a client branches on.
|
|
672
672
|
*/
|
|
673
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
674
674
|
};
|
|
675
675
|
};
|
|
676
676
|
export type RegistryPublisherListError = RegistryPublisherListErrors[keyof RegistryPublisherListErrors];
|
|
@@ -700,7 +700,7 @@ export type RegistryReplayListErrors = {
|
|
|
700
700
|
/**
|
|
701
701
|
* Stable discriminator for errors a client branches on.
|
|
702
702
|
*/
|
|
703
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
704
704
|
};
|
|
705
705
|
};
|
|
706
706
|
export type RegistryReplayListError = RegistryReplayListErrors[keyof RegistryReplayListErrors];
|
|
@@ -728,7 +728,7 @@ export type SandboxAuthExchangeErrors = {
|
|
|
728
728
|
/**
|
|
729
729
|
* Stable discriminator for errors a client branches on.
|
|
730
730
|
*/
|
|
731
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
732
732
|
};
|
|
733
733
|
/**
|
|
734
734
|
* Not found
|
|
@@ -738,7 +738,7 @@ export type SandboxAuthExchangeErrors = {
|
|
|
738
738
|
/**
|
|
739
739
|
* Stable discriminator for errors a client branches on.
|
|
740
740
|
*/
|
|
741
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
742
742
|
};
|
|
743
743
|
};
|
|
744
744
|
export type SandboxAuthExchangeError = SandboxAuthExchangeErrors[keyof SandboxAuthExchangeErrors];
|
|
@@ -766,7 +766,7 @@ export type SandboxAuthRefreshErrors = {
|
|
|
766
766
|
/**
|
|
767
767
|
* Stable discriminator for errors a client branches on.
|
|
768
768
|
*/
|
|
769
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
770
770
|
};
|
|
771
771
|
/**
|
|
772
772
|
* Not found
|
|
@@ -776,7 +776,7 @@ export type SandboxAuthRefreshErrors = {
|
|
|
776
776
|
/**
|
|
777
777
|
* Stable discriminator for errors a client branches on.
|
|
778
778
|
*/
|
|
779
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
780
780
|
};
|
|
781
781
|
};
|
|
782
782
|
export type SandboxAuthRefreshError = SandboxAuthRefreshErrors[keyof SandboxAuthRefreshErrors];
|
|
@@ -802,7 +802,7 @@ export type SandboxBootstrapCompleteErrors = {
|
|
|
802
802
|
/**
|
|
803
803
|
* Stable discriminator for errors a client branches on.
|
|
804
804
|
*/
|
|
805
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
806
806
|
};
|
|
807
807
|
/**
|
|
808
808
|
* Forbidden
|
|
@@ -812,7 +812,7 @@ export type SandboxBootstrapCompleteErrors = {
|
|
|
812
812
|
/**
|
|
813
813
|
* Stable discriminator for errors a client branches on.
|
|
814
814
|
*/
|
|
815
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
816
816
|
};
|
|
817
817
|
/**
|
|
818
818
|
* Not found
|
|
@@ -822,7 +822,7 @@ export type SandboxBootstrapCompleteErrors = {
|
|
|
822
822
|
/**
|
|
823
823
|
* Stable discriminator for errors a client branches on.
|
|
824
824
|
*/
|
|
825
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
826
826
|
};
|
|
827
827
|
};
|
|
828
828
|
export type SandboxBootstrapCompleteError = SandboxBootstrapCompleteErrors[keyof SandboxBootstrapCompleteErrors];
|
|
@@ -850,7 +850,7 @@ export type SandboxInvalidateCompleteErrors = {
|
|
|
850
850
|
/**
|
|
851
851
|
* Stable discriminator for errors a client branches on.
|
|
852
852
|
*/
|
|
853
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
854
854
|
};
|
|
855
855
|
/**
|
|
856
856
|
* Forbidden
|
|
@@ -860,7 +860,7 @@ export type SandboxInvalidateCompleteErrors = {
|
|
|
860
860
|
/**
|
|
861
861
|
* Stable discriminator for errors a client branches on.
|
|
862
862
|
*/
|
|
863
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
864
864
|
};
|
|
865
865
|
/**
|
|
866
866
|
* Not found
|
|
@@ -870,7 +870,7 @@ export type SandboxInvalidateCompleteErrors = {
|
|
|
870
870
|
/**
|
|
871
871
|
* Stable discriminator for errors a client branches on.
|
|
872
872
|
*/
|
|
873
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
874
874
|
};
|
|
875
875
|
};
|
|
876
876
|
export type SandboxInvalidateCompleteError = SandboxInvalidateCompleteErrors[keyof SandboxInvalidateCompleteErrors];
|
|
@@ -898,7 +898,7 @@ export type SandboxOtelTracesErrors = {
|
|
|
898
898
|
/**
|
|
899
899
|
* Stable discriminator for errors a client branches on.
|
|
900
900
|
*/
|
|
901
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
902
902
|
};
|
|
903
903
|
/**
|
|
904
904
|
* Forbidden
|
|
@@ -908,7 +908,7 @@ export type SandboxOtelTracesErrors = {
|
|
|
908
908
|
/**
|
|
909
909
|
* Stable discriminator for errors a client branches on.
|
|
910
910
|
*/
|
|
911
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
912
912
|
};
|
|
913
913
|
};
|
|
914
914
|
export type SandboxOtelTracesError = SandboxOtelTracesErrors[keyof SandboxOtelTracesErrors];
|
|
@@ -933,7 +933,7 @@ export type SandboxModelKeyGetErrors = {
|
|
|
933
933
|
/**
|
|
934
934
|
* Stable discriminator for errors a client branches on.
|
|
935
935
|
*/
|
|
936
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
937
937
|
};
|
|
938
938
|
/**
|
|
939
939
|
* Forbidden
|
|
@@ -943,7 +943,7 @@ export type SandboxModelKeyGetErrors = {
|
|
|
943
943
|
/**
|
|
944
944
|
* Stable discriminator for errors a client branches on.
|
|
945
945
|
*/
|
|
946
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
947
947
|
};
|
|
948
948
|
/**
|
|
949
949
|
* Not found
|
|
@@ -953,7 +953,7 @@ export type SandboxModelKeyGetErrors = {
|
|
|
953
953
|
/**
|
|
954
954
|
* Stable discriminator for errors a client branches on.
|
|
955
955
|
*/
|
|
956
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
957
957
|
};
|
|
958
958
|
};
|
|
959
959
|
export type SandboxModelKeyGetError = SandboxModelKeyGetErrors[keyof SandboxModelKeyGetErrors];
|
|
@@ -981,7 +981,7 @@ export type SandboxManifestGetErrors = {
|
|
|
981
981
|
/**
|
|
982
982
|
* Stable discriminator for errors a client branches on.
|
|
983
983
|
*/
|
|
984
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
985
985
|
};
|
|
986
986
|
/**
|
|
987
987
|
* Forbidden
|
|
@@ -991,7 +991,7 @@ export type SandboxManifestGetErrors = {
|
|
|
991
991
|
/**
|
|
992
992
|
* Stable discriminator for errors a client branches on.
|
|
993
993
|
*/
|
|
994
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
995
995
|
};
|
|
996
996
|
/**
|
|
997
997
|
* Not found
|
|
@@ -1001,7 +1001,7 @@ export type SandboxManifestGetErrors = {
|
|
|
1001
1001
|
/**
|
|
1002
1002
|
* Stable discriminator for errors a client branches on.
|
|
1003
1003
|
*/
|
|
1004
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1005
1005
|
};
|
|
1006
1006
|
};
|
|
1007
1007
|
export type SandboxManifestGetError = SandboxManifestGetErrors[keyof SandboxManifestGetErrors];
|
|
@@ -1027,7 +1027,7 @@ export type SandboxSessionsSeqsErrors = {
|
|
|
1027
1027
|
/**
|
|
1028
1028
|
* Stable discriminator for errors a client branches on.
|
|
1029
1029
|
*/
|
|
1030
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1031
1031
|
};
|
|
1032
1032
|
/**
|
|
1033
1033
|
* Forbidden
|
|
@@ -1037,7 +1037,7 @@ export type SandboxSessionsSeqsErrors = {
|
|
|
1037
1037
|
/**
|
|
1038
1038
|
* Stable discriminator for errors a client branches on.
|
|
1039
1039
|
*/
|
|
1040
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1041
1041
|
};
|
|
1042
1042
|
/**
|
|
1043
1043
|
* Not found
|
|
@@ -1047,7 +1047,7 @@ export type SandboxSessionsSeqsErrors = {
|
|
|
1047
1047
|
/**
|
|
1048
1048
|
* Stable discriminator for errors a client branches on.
|
|
1049
1049
|
*/
|
|
1050
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1051
1051
|
};
|
|
1052
1052
|
};
|
|
1053
1053
|
export type SandboxSessionsSeqsError = SandboxSessionsSeqsErrors[keyof SandboxSessionsSeqsErrors];
|
|
@@ -1085,7 +1085,7 @@ export type SandboxSyncAppendErrors = {
|
|
|
1085
1085
|
/**
|
|
1086
1086
|
* Stable discriminator for errors a client branches on.
|
|
1087
1087
|
*/
|
|
1088
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1089
1089
|
};
|
|
1090
1090
|
/**
|
|
1091
1091
|
* Unauthorized
|
|
@@ -1095,7 +1095,7 @@ export type SandboxSyncAppendErrors = {
|
|
|
1095
1095
|
/**
|
|
1096
1096
|
* Stable discriminator for errors a client branches on.
|
|
1097
1097
|
*/
|
|
1098
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1099
1099
|
};
|
|
1100
1100
|
/**
|
|
1101
1101
|
* Forbidden
|
|
@@ -1105,7 +1105,7 @@ export type SandboxSyncAppendErrors = {
|
|
|
1105
1105
|
/**
|
|
1106
1106
|
* Stable discriminator for errors a client branches on.
|
|
1107
1107
|
*/
|
|
1108
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1109
1109
|
};
|
|
1110
1110
|
/**
|
|
1111
1111
|
* Not found
|
|
@@ -1115,7 +1115,7 @@ export type SandboxSyncAppendErrors = {
|
|
|
1115
1115
|
/**
|
|
1116
1116
|
* Stable discriminator for errors a client branches on.
|
|
1117
1117
|
*/
|
|
1118
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1119
1119
|
};
|
|
1120
1120
|
/**
|
|
1121
1121
|
* Conflict
|
|
@@ -1125,7 +1125,7 @@ export type SandboxSyncAppendErrors = {
|
|
|
1125
1125
|
/**
|
|
1126
1126
|
* Stable discriminator for errors a client branches on.
|
|
1127
1127
|
*/
|
|
1128
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1129
1129
|
};
|
|
1130
1130
|
};
|
|
1131
1131
|
export type SandboxSyncAppendError = SandboxSyncAppendErrors[keyof SandboxSyncAppendErrors];
|
|
@@ -1156,7 +1156,7 @@ export type SandboxVolumesMintCredsErrors = {
|
|
|
1156
1156
|
/**
|
|
1157
1157
|
* Stable discriminator for errors a client branches on.
|
|
1158
1158
|
*/
|
|
1159
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1160
1160
|
};
|
|
1161
1161
|
/**
|
|
1162
1162
|
* Forbidden
|
|
@@ -1166,7 +1166,7 @@ export type SandboxVolumesMintCredsErrors = {
|
|
|
1166
1166
|
/**
|
|
1167
1167
|
* Stable discriminator for errors a client branches on.
|
|
1168
1168
|
*/
|
|
1169
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1170
1170
|
};
|
|
1171
1171
|
/**
|
|
1172
1172
|
* Not found
|
|
@@ -1176,7 +1176,7 @@ export type SandboxVolumesMintCredsErrors = {
|
|
|
1176
1176
|
/**
|
|
1177
1177
|
* Stable discriminator for errors a client branches on.
|
|
1178
1178
|
*/
|
|
1179
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1180
1180
|
};
|
|
1181
1181
|
};
|
|
1182
1182
|
export type SandboxVolumesMintCredsError = SandboxVolumesMintCredsErrors[keyof SandboxVolumesMintCredsErrors];
|
|
@@ -1202,7 +1202,7 @@ export type SandboxDatabasesMintCredsErrors = {
|
|
|
1202
1202
|
/**
|
|
1203
1203
|
* Stable discriminator for errors a client branches on.
|
|
1204
1204
|
*/
|
|
1205
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1206
1206
|
};
|
|
1207
1207
|
/**
|
|
1208
1208
|
* Forbidden
|
|
@@ -1212,7 +1212,7 @@ export type SandboxDatabasesMintCredsErrors = {
|
|
|
1212
1212
|
/**
|
|
1213
1213
|
* Stable discriminator for errors a client branches on.
|
|
1214
1214
|
*/
|
|
1215
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1216
1216
|
};
|
|
1217
1217
|
/**
|
|
1218
1218
|
* Not found
|
|
@@ -1222,7 +1222,7 @@ export type SandboxDatabasesMintCredsErrors = {
|
|
|
1222
1222
|
/**
|
|
1223
1223
|
* Stable discriminator for errors a client branches on.
|
|
1224
1224
|
*/
|
|
1225
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1226
1226
|
};
|
|
1227
1227
|
};
|
|
1228
1228
|
export type SandboxDatabasesMintCredsError = SandboxDatabasesMintCredsErrors[keyof SandboxDatabasesMintCredsErrors];
|
|
@@ -1248,7 +1248,7 @@ export type SandboxArtifactsMintCredsErrors = {
|
|
|
1248
1248
|
/**
|
|
1249
1249
|
* Stable discriminator for errors a client branches on.
|
|
1250
1250
|
*/
|
|
1251
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1252
1252
|
};
|
|
1253
1253
|
/**
|
|
1254
1254
|
* Forbidden
|
|
@@ -1258,7 +1258,7 @@ export type SandboxArtifactsMintCredsErrors = {
|
|
|
1258
1258
|
/**
|
|
1259
1259
|
* Stable discriminator for errors a client branches on.
|
|
1260
1260
|
*/
|
|
1261
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1262
1262
|
};
|
|
1263
1263
|
/**
|
|
1264
1264
|
* Not found
|
|
@@ -1268,7 +1268,7 @@ export type SandboxArtifactsMintCredsErrors = {
|
|
|
1268
1268
|
/**
|
|
1269
1269
|
* Stable discriminator for errors a client branches on.
|
|
1270
1270
|
*/
|
|
1271
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1272
1272
|
};
|
|
1273
1273
|
};
|
|
1274
1274
|
export type SandboxArtifactsMintCredsError = SandboxArtifactsMintCredsErrors[keyof SandboxArtifactsMintCredsErrors];
|
|
@@ -1294,7 +1294,7 @@ export type SandboxArtifactsTargetErrors = {
|
|
|
1294
1294
|
/**
|
|
1295
1295
|
* Stable discriminator for errors a client branches on.
|
|
1296
1296
|
*/
|
|
1297
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1298
1298
|
};
|
|
1299
1299
|
/**
|
|
1300
1300
|
* Forbidden
|
|
@@ -1304,7 +1304,7 @@ export type SandboxArtifactsTargetErrors = {
|
|
|
1304
1304
|
/**
|
|
1305
1305
|
* Stable discriminator for errors a client branches on.
|
|
1306
1306
|
*/
|
|
1307
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1308
1308
|
};
|
|
1309
1309
|
/**
|
|
1310
1310
|
* Not found
|
|
@@ -1314,7 +1314,7 @@ export type SandboxArtifactsTargetErrors = {
|
|
|
1314
1314
|
/**
|
|
1315
1315
|
* Stable discriminator for errors a client branches on.
|
|
1316
1316
|
*/
|
|
1317
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1318
1318
|
};
|
|
1319
1319
|
};
|
|
1320
1320
|
export type SandboxArtifactsTargetError = SandboxArtifactsTargetErrors[keyof SandboxArtifactsTargetErrors];
|
|
@@ -1354,7 +1354,7 @@ export type SandboxSessionUpdateErrors = {
|
|
|
1354
1354
|
/**
|
|
1355
1355
|
* Stable discriminator for errors a client branches on.
|
|
1356
1356
|
*/
|
|
1357
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1358
1358
|
};
|
|
1359
1359
|
/**
|
|
1360
1360
|
* Unauthorized
|
|
@@ -1364,7 +1364,7 @@ export type SandboxSessionUpdateErrors = {
|
|
|
1364
1364
|
/**
|
|
1365
1365
|
* Stable discriminator for errors a client branches on.
|
|
1366
1366
|
*/
|
|
1367
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1368
1368
|
};
|
|
1369
1369
|
/**
|
|
1370
1370
|
* Forbidden
|
|
@@ -1374,7 +1374,7 @@ export type SandboxSessionUpdateErrors = {
|
|
|
1374
1374
|
/**
|
|
1375
1375
|
* Stable discriminator for errors a client branches on.
|
|
1376
1376
|
*/
|
|
1377
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1378
1378
|
};
|
|
1379
1379
|
/**
|
|
1380
1380
|
* Not found
|
|
@@ -1384,7 +1384,7 @@ export type SandboxSessionUpdateErrors = {
|
|
|
1384
1384
|
/**
|
|
1385
1385
|
* Stable discriminator for errors a client branches on.
|
|
1386
1386
|
*/
|
|
1387
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1388
1388
|
};
|
|
1389
1389
|
};
|
|
1390
1390
|
export type SandboxSessionUpdateError = SandboxSessionUpdateErrors[keyof SandboxSessionUpdateErrors];
|
|
@@ -1420,7 +1420,7 @@ export type SandboxSlackMessageErrors = {
|
|
|
1420
1420
|
/**
|
|
1421
1421
|
* Stable discriminator for errors a client branches on.
|
|
1422
1422
|
*/
|
|
1423
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1424
1424
|
};
|
|
1425
1425
|
/**
|
|
1426
1426
|
* Unauthorized
|
|
@@ -1430,7 +1430,7 @@ export type SandboxSlackMessageErrors = {
|
|
|
1430
1430
|
/**
|
|
1431
1431
|
* Stable discriminator for errors a client branches on.
|
|
1432
1432
|
*/
|
|
1433
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1434
1434
|
};
|
|
1435
1435
|
/**
|
|
1436
1436
|
* Forbidden
|
|
@@ -1440,7 +1440,7 @@ export type SandboxSlackMessageErrors = {
|
|
|
1440
1440
|
/**
|
|
1441
1441
|
* Stable discriminator for errors a client branches on.
|
|
1442
1442
|
*/
|
|
1443
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1444
1444
|
};
|
|
1445
1445
|
/**
|
|
1446
1446
|
* Not found
|
|
@@ -1450,7 +1450,7 @@ export type SandboxSlackMessageErrors = {
|
|
|
1450
1450
|
/**
|
|
1451
1451
|
* Stable discriminator for errors a client branches on.
|
|
1452
1452
|
*/
|
|
1453
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1454
1454
|
};
|
|
1455
1455
|
};
|
|
1456
1456
|
export type SandboxSlackMessageError = SandboxSlackMessageErrors[keyof SandboxSlackMessageErrors];
|
|
@@ -1479,7 +1479,7 @@ export type SandboxSlackChannelsErrors = {
|
|
|
1479
1479
|
/**
|
|
1480
1480
|
* Stable discriminator for errors a client branches on.
|
|
1481
1481
|
*/
|
|
1482
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1483
1483
|
};
|
|
1484
1484
|
/**
|
|
1485
1485
|
* Unauthorized
|
|
@@ -1489,7 +1489,7 @@ export type SandboxSlackChannelsErrors = {
|
|
|
1489
1489
|
/**
|
|
1490
1490
|
* Stable discriminator for errors a client branches on.
|
|
1491
1491
|
*/
|
|
1492
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1493
1493
|
};
|
|
1494
1494
|
/**
|
|
1495
1495
|
* Forbidden
|
|
@@ -1499,7 +1499,7 @@ export type SandboxSlackChannelsErrors = {
|
|
|
1499
1499
|
/**
|
|
1500
1500
|
* Stable discriminator for errors a client branches on.
|
|
1501
1501
|
*/
|
|
1502
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1503
1503
|
};
|
|
1504
1504
|
/**
|
|
1505
1505
|
* Not found
|
|
@@ -1509,7 +1509,7 @@ export type SandboxSlackChannelsErrors = {
|
|
|
1509
1509
|
/**
|
|
1510
1510
|
* Stable discriminator for errors a client branches on.
|
|
1511
1511
|
*/
|
|
1512
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1513
1513
|
};
|
|
1514
1514
|
};
|
|
1515
1515
|
export type SandboxSlackChannelsError = SandboxSlackChannelsErrors[keyof SandboxSlackChannelsErrors];
|
|
@@ -1541,7 +1541,7 @@ export type SandboxSlackReadThreadErrors = {
|
|
|
1541
1541
|
/**
|
|
1542
1542
|
* Stable discriminator for errors a client branches on.
|
|
1543
1543
|
*/
|
|
1544
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1545
1545
|
};
|
|
1546
1546
|
/**
|
|
1547
1547
|
* Unauthorized
|
|
@@ -1551,7 +1551,7 @@ export type SandboxSlackReadThreadErrors = {
|
|
|
1551
1551
|
/**
|
|
1552
1552
|
* Stable discriminator for errors a client branches on.
|
|
1553
1553
|
*/
|
|
1554
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1555
1555
|
};
|
|
1556
1556
|
/**
|
|
1557
1557
|
* Forbidden
|
|
@@ -1561,7 +1561,7 @@ export type SandboxSlackReadThreadErrors = {
|
|
|
1561
1561
|
/**
|
|
1562
1562
|
* Stable discriminator for errors a client branches on.
|
|
1563
1563
|
*/
|
|
1564
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1565
1565
|
};
|
|
1566
1566
|
/**
|
|
1567
1567
|
* Not found
|
|
@@ -1571,7 +1571,7 @@ export type SandboxSlackReadThreadErrors = {
|
|
|
1571
1571
|
/**
|
|
1572
1572
|
* Stable discriminator for errors a client branches on.
|
|
1573
1573
|
*/
|
|
1574
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1575
1575
|
};
|
|
1576
1576
|
};
|
|
1577
1577
|
export type SandboxSlackReadThreadError = SandboxSlackReadThreadErrors[keyof SandboxSlackReadThreadErrors];
|
|
@@ -1605,7 +1605,7 @@ export type SandboxSlackUploadFileErrors = {
|
|
|
1605
1605
|
/**
|
|
1606
1606
|
* Stable discriminator for errors a client branches on.
|
|
1607
1607
|
*/
|
|
1608
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1609
1609
|
};
|
|
1610
1610
|
/**
|
|
1611
1611
|
* Unauthorized
|
|
@@ -1615,7 +1615,7 @@ export type SandboxSlackUploadFileErrors = {
|
|
|
1615
1615
|
/**
|
|
1616
1616
|
* Stable discriminator for errors a client branches on.
|
|
1617
1617
|
*/
|
|
1618
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1619
1619
|
};
|
|
1620
1620
|
/**
|
|
1621
1621
|
* Forbidden
|
|
@@ -1625,7 +1625,7 @@ export type SandboxSlackUploadFileErrors = {
|
|
|
1625
1625
|
/**
|
|
1626
1626
|
* Stable discriminator for errors a client branches on.
|
|
1627
1627
|
*/
|
|
1628
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1629
1629
|
};
|
|
1630
1630
|
/**
|
|
1631
1631
|
* Not found
|
|
@@ -1635,7 +1635,7 @@ export type SandboxSlackUploadFileErrors = {
|
|
|
1635
1635
|
/**
|
|
1636
1636
|
* Stable discriminator for errors a client branches on.
|
|
1637
1637
|
*/
|
|
1638
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1639
1639
|
};
|
|
1640
1640
|
};
|
|
1641
1641
|
export type SandboxSlackUploadFileError = SandboxSlackUploadFileErrors[keyof SandboxSlackUploadFileErrors];
|
|
@@ -1668,7 +1668,7 @@ export type SandboxSlackReactErrors = {
|
|
|
1668
1668
|
/**
|
|
1669
1669
|
* Stable discriminator for errors a client branches on.
|
|
1670
1670
|
*/
|
|
1671
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1672
1672
|
};
|
|
1673
1673
|
/**
|
|
1674
1674
|
* Unauthorized
|
|
@@ -1678,7 +1678,7 @@ export type SandboxSlackReactErrors = {
|
|
|
1678
1678
|
/**
|
|
1679
1679
|
* Stable discriminator for errors a client branches on.
|
|
1680
1680
|
*/
|
|
1681
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1682
1682
|
};
|
|
1683
1683
|
/**
|
|
1684
1684
|
* Forbidden
|
|
@@ -1688,7 +1688,7 @@ export type SandboxSlackReactErrors = {
|
|
|
1688
1688
|
/**
|
|
1689
1689
|
* Stable discriminator for errors a client branches on.
|
|
1690
1690
|
*/
|
|
1691
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1692
1692
|
};
|
|
1693
1693
|
/**
|
|
1694
1694
|
* Not found
|
|
@@ -1698,7 +1698,7 @@ export type SandboxSlackReactErrors = {
|
|
|
1698
1698
|
/**
|
|
1699
1699
|
* Stable discriminator for errors a client branches on.
|
|
1700
1700
|
*/
|
|
1701
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1702
1702
|
};
|
|
1703
1703
|
};
|
|
1704
1704
|
export type SandboxSlackReactError = SandboxSlackReactErrors[keyof SandboxSlackReactErrors];
|
|
@@ -1729,7 +1729,7 @@ export type SandboxSlackLookupUserErrors = {
|
|
|
1729
1729
|
/**
|
|
1730
1730
|
* Stable discriminator for errors a client branches on.
|
|
1731
1731
|
*/
|
|
1732
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1733
1733
|
};
|
|
1734
1734
|
/**
|
|
1735
1735
|
* Unauthorized
|
|
@@ -1739,7 +1739,7 @@ export type SandboxSlackLookupUserErrors = {
|
|
|
1739
1739
|
/**
|
|
1740
1740
|
* Stable discriminator for errors a client branches on.
|
|
1741
1741
|
*/
|
|
1742
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1743
1743
|
};
|
|
1744
1744
|
/**
|
|
1745
1745
|
* Forbidden
|
|
@@ -1749,7 +1749,7 @@ export type SandboxSlackLookupUserErrors = {
|
|
|
1749
1749
|
/**
|
|
1750
1750
|
* Stable discriminator for errors a client branches on.
|
|
1751
1751
|
*/
|
|
1752
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1753
1753
|
};
|
|
1754
1754
|
/**
|
|
1755
1755
|
* Not found
|
|
@@ -1759,7 +1759,7 @@ export type SandboxSlackLookupUserErrors = {
|
|
|
1759
1759
|
/**
|
|
1760
1760
|
* Stable discriminator for errors a client branches on.
|
|
1761
1761
|
*/
|
|
1762
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1763
1763
|
};
|
|
1764
1764
|
};
|
|
1765
1765
|
export type SandboxSlackLookupUserError = SandboxSlackLookupUserErrors[keyof SandboxSlackLookupUserErrors];
|
|
@@ -1794,7 +1794,7 @@ export type SandboxSlackMessageUpdateErrors = {
|
|
|
1794
1794
|
/**
|
|
1795
1795
|
* Stable discriminator for errors a client branches on.
|
|
1796
1796
|
*/
|
|
1797
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1798
1798
|
};
|
|
1799
1799
|
/**
|
|
1800
1800
|
* Unauthorized
|
|
@@ -1804,7 +1804,7 @@ export type SandboxSlackMessageUpdateErrors = {
|
|
|
1804
1804
|
/**
|
|
1805
1805
|
* Stable discriminator for errors a client branches on.
|
|
1806
1806
|
*/
|
|
1807
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1808
1808
|
};
|
|
1809
1809
|
/**
|
|
1810
1810
|
* Forbidden
|
|
@@ -1814,7 +1814,7 @@ export type SandboxSlackMessageUpdateErrors = {
|
|
|
1814
1814
|
/**
|
|
1815
1815
|
* Stable discriminator for errors a client branches on.
|
|
1816
1816
|
*/
|
|
1817
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1818
1818
|
};
|
|
1819
1819
|
/**
|
|
1820
1820
|
* Not found
|
|
@@ -1824,7 +1824,7 @@ export type SandboxSlackMessageUpdateErrors = {
|
|
|
1824
1824
|
/**
|
|
1825
1825
|
* Stable discriminator for errors a client branches on.
|
|
1826
1826
|
*/
|
|
1827
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1828
1828
|
};
|
|
1829
1829
|
};
|
|
1830
1830
|
export type SandboxSlackMessageUpdateError = SandboxSlackMessageUpdateErrors[keyof SandboxSlackMessageUpdateErrors];
|
|
@@ -1856,7 +1856,7 @@ export type SandboxSlackMessageDeleteErrors = {
|
|
|
1856
1856
|
/**
|
|
1857
1857
|
* Stable discriminator for errors a client branches on.
|
|
1858
1858
|
*/
|
|
1859
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1860
1860
|
};
|
|
1861
1861
|
/**
|
|
1862
1862
|
* Unauthorized
|
|
@@ -1866,7 +1866,7 @@ export type SandboxSlackMessageDeleteErrors = {
|
|
|
1866
1866
|
/**
|
|
1867
1867
|
* Stable discriminator for errors a client branches on.
|
|
1868
1868
|
*/
|
|
1869
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1870
1870
|
};
|
|
1871
1871
|
/**
|
|
1872
1872
|
* Forbidden
|
|
@@ -1876,7 +1876,7 @@ export type SandboxSlackMessageDeleteErrors = {
|
|
|
1876
1876
|
/**
|
|
1877
1877
|
* Stable discriminator for errors a client branches on.
|
|
1878
1878
|
*/
|
|
1879
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1880
1880
|
};
|
|
1881
1881
|
/**
|
|
1882
1882
|
* Not found
|
|
@@ -1886,7 +1886,7 @@ export type SandboxSlackMessageDeleteErrors = {
|
|
|
1886
1886
|
/**
|
|
1887
1887
|
* Stable discriminator for errors a client branches on.
|
|
1888
1888
|
*/
|
|
1889
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1890
1890
|
};
|
|
1891
1891
|
};
|
|
1892
1892
|
export type SandboxSlackMessageDeleteError = SandboxSlackMessageDeleteErrors[keyof SandboxSlackMessageDeleteErrors];
|
|
@@ -1917,7 +1917,7 @@ export type SandboxSlackReactionsErrors = {
|
|
|
1917
1917
|
/**
|
|
1918
1918
|
* Stable discriminator for errors a client branches on.
|
|
1919
1919
|
*/
|
|
1920
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1921
1921
|
};
|
|
1922
1922
|
/**
|
|
1923
1923
|
* Unauthorized
|
|
@@ -1927,7 +1927,7 @@ export type SandboxSlackReactionsErrors = {
|
|
|
1927
1927
|
/**
|
|
1928
1928
|
* Stable discriminator for errors a client branches on.
|
|
1929
1929
|
*/
|
|
1930
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1931
1931
|
};
|
|
1932
1932
|
/**
|
|
1933
1933
|
* Forbidden
|
|
@@ -1937,7 +1937,7 @@ export type SandboxSlackReactionsErrors = {
|
|
|
1937
1937
|
/**
|
|
1938
1938
|
* Stable discriminator for errors a client branches on.
|
|
1939
1939
|
*/
|
|
1940
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1941
1941
|
};
|
|
1942
1942
|
/**
|
|
1943
1943
|
* Not found
|
|
@@ -1947,7 +1947,7 @@ export type SandboxSlackReactionsErrors = {
|
|
|
1947
1947
|
/**
|
|
1948
1948
|
* Stable discriminator for errors a client branches on.
|
|
1949
1949
|
*/
|
|
1950
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1951
1951
|
};
|
|
1952
1952
|
};
|
|
1953
1953
|
export type SandboxSlackReactionsError = SandboxSlackReactionsErrors[keyof SandboxSlackReactionsErrors];
|
|
@@ -1980,7 +1980,7 @@ export type SandboxSlackHistoryErrors = {
|
|
|
1980
1980
|
/**
|
|
1981
1981
|
* Stable discriminator for errors a client branches on.
|
|
1982
1982
|
*/
|
|
1983
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1984
1984
|
};
|
|
1985
1985
|
/**
|
|
1986
1986
|
* Unauthorized
|
|
@@ -1990,7 +1990,7 @@ export type SandboxSlackHistoryErrors = {
|
|
|
1990
1990
|
/**
|
|
1991
1991
|
* Stable discriminator for errors a client branches on.
|
|
1992
1992
|
*/
|
|
1993
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
1994
1994
|
};
|
|
1995
1995
|
/**
|
|
1996
1996
|
* Forbidden
|
|
@@ -2000,7 +2000,7 @@ export type SandboxSlackHistoryErrors = {
|
|
|
2000
2000
|
/**
|
|
2001
2001
|
* Stable discriminator for errors a client branches on.
|
|
2002
2002
|
*/
|
|
2003
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2004
2004
|
};
|
|
2005
2005
|
/**
|
|
2006
2006
|
* Not found
|
|
@@ -2010,7 +2010,7 @@ export type SandboxSlackHistoryErrors = {
|
|
|
2010
2010
|
/**
|
|
2011
2011
|
* Stable discriminator for errors a client branches on.
|
|
2012
2012
|
*/
|
|
2013
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2014
2014
|
};
|
|
2015
2015
|
};
|
|
2016
2016
|
export type SandboxSlackHistoryError = SandboxSlackHistoryErrors[keyof SandboxSlackHistoryErrors];
|
|
@@ -2043,7 +2043,7 @@ export type SandboxSlackUsersErrors = {
|
|
|
2043
2043
|
/**
|
|
2044
2044
|
* Stable discriminator for errors a client branches on.
|
|
2045
2045
|
*/
|
|
2046
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2047
2047
|
};
|
|
2048
2048
|
/**
|
|
2049
2049
|
* Unauthorized
|
|
@@ -2053,7 +2053,7 @@ export type SandboxSlackUsersErrors = {
|
|
|
2053
2053
|
/**
|
|
2054
2054
|
* Stable discriminator for errors a client branches on.
|
|
2055
2055
|
*/
|
|
2056
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2057
2057
|
};
|
|
2058
2058
|
/**
|
|
2059
2059
|
* Forbidden
|
|
@@ -2063,7 +2063,7 @@ export type SandboxSlackUsersErrors = {
|
|
|
2063
2063
|
/**
|
|
2064
2064
|
* Stable discriminator for errors a client branches on.
|
|
2065
2065
|
*/
|
|
2066
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2067
2067
|
};
|
|
2068
2068
|
/**
|
|
2069
2069
|
* Not found
|
|
@@ -2073,7 +2073,7 @@ export type SandboxSlackUsersErrors = {
|
|
|
2073
2073
|
/**
|
|
2074
2074
|
* Stable discriminator for errors a client branches on.
|
|
2075
2075
|
*/
|
|
2076
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2077
2077
|
};
|
|
2078
2078
|
};
|
|
2079
2079
|
export type SandboxSlackUsersError = SandboxSlackUsersErrors[keyof SandboxSlackUsersErrors];
|
|
@@ -2111,7 +2111,7 @@ export type SandboxEmailSendErrors = {
|
|
|
2111
2111
|
/**
|
|
2112
2112
|
* Stable discriminator for errors a client branches on.
|
|
2113
2113
|
*/
|
|
2114
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2115
2115
|
};
|
|
2116
2116
|
/**
|
|
2117
2117
|
* Unauthorized
|
|
@@ -2121,7 +2121,7 @@ export type SandboxEmailSendErrors = {
|
|
|
2121
2121
|
/**
|
|
2122
2122
|
* Stable discriminator for errors a client branches on.
|
|
2123
2123
|
*/
|
|
2124
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2125
2125
|
};
|
|
2126
2126
|
/**
|
|
2127
2127
|
* Forbidden
|
|
@@ -2131,7 +2131,7 @@ export type SandboxEmailSendErrors = {
|
|
|
2131
2131
|
/**
|
|
2132
2132
|
* Stable discriminator for errors a client branches on.
|
|
2133
2133
|
*/
|
|
2134
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2135
2135
|
};
|
|
2136
2136
|
/**
|
|
2137
2137
|
* Not found
|
|
@@ -2141,7 +2141,7 @@ export type SandboxEmailSendErrors = {
|
|
|
2141
2141
|
/**
|
|
2142
2142
|
* Stable discriminator for errors a client branches on.
|
|
2143
2143
|
*/
|
|
2144
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2145
2145
|
};
|
|
2146
2146
|
};
|
|
2147
2147
|
export type SandboxEmailSendError = SandboxEmailSendErrors[keyof SandboxEmailSendErrors];
|
|
@@ -2175,7 +2175,7 @@ export type SandboxTelegramSendErrors = {
|
|
|
2175
2175
|
/**
|
|
2176
2176
|
* Stable discriminator for errors a client branches on.
|
|
2177
2177
|
*/
|
|
2178
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2179
2179
|
};
|
|
2180
2180
|
/**
|
|
2181
2181
|
* Unauthorized
|
|
@@ -2185,7 +2185,7 @@ export type SandboxTelegramSendErrors = {
|
|
|
2185
2185
|
/**
|
|
2186
2186
|
* Stable discriminator for errors a client branches on.
|
|
2187
2187
|
*/
|
|
2188
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2189
2189
|
};
|
|
2190
2190
|
/**
|
|
2191
2191
|
* Forbidden
|
|
@@ -2195,7 +2195,7 @@ export type SandboxTelegramSendErrors = {
|
|
|
2195
2195
|
/**
|
|
2196
2196
|
* Stable discriminator for errors a client branches on.
|
|
2197
2197
|
*/
|
|
2198
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2199
2199
|
};
|
|
2200
2200
|
/**
|
|
2201
2201
|
* Not found
|
|
@@ -2205,7 +2205,7 @@ export type SandboxTelegramSendErrors = {
|
|
|
2205
2205
|
/**
|
|
2206
2206
|
* Stable discriminator for errors a client branches on.
|
|
2207
2207
|
*/
|
|
2208
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2209
2209
|
};
|
|
2210
2210
|
};
|
|
2211
2211
|
export type SandboxTelegramSendError = SandboxTelegramSendErrors[keyof SandboxTelegramSendErrors];
|
|
@@ -2238,7 +2238,7 @@ export type SandboxTelegramReactErrors = {
|
|
|
2238
2238
|
/**
|
|
2239
2239
|
* Stable discriminator for errors a client branches on.
|
|
2240
2240
|
*/
|
|
2241
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2242
2242
|
};
|
|
2243
2243
|
/**
|
|
2244
2244
|
* Unauthorized
|
|
@@ -2248,7 +2248,7 @@ export type SandboxTelegramReactErrors = {
|
|
|
2248
2248
|
/**
|
|
2249
2249
|
* Stable discriminator for errors a client branches on.
|
|
2250
2250
|
*/
|
|
2251
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2252
2252
|
};
|
|
2253
2253
|
/**
|
|
2254
2254
|
* Forbidden
|
|
@@ -2258,7 +2258,7 @@ export type SandboxTelegramReactErrors = {
|
|
|
2258
2258
|
/**
|
|
2259
2259
|
* Stable discriminator for errors a client branches on.
|
|
2260
2260
|
*/
|
|
2261
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2262
2262
|
};
|
|
2263
2263
|
/**
|
|
2264
2264
|
* Not found
|
|
@@ -2268,7 +2268,7 @@ export type SandboxTelegramReactErrors = {
|
|
|
2268
2268
|
/**
|
|
2269
2269
|
* Stable discriminator for errors a client branches on.
|
|
2270
2270
|
*/
|
|
2271
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2272
2272
|
};
|
|
2273
2273
|
};
|
|
2274
2274
|
export type SandboxTelegramReactError = SandboxTelegramReactErrors[keyof SandboxTelegramReactErrors];
|
|
@@ -2302,7 +2302,7 @@ export type SandboxTelegramDocumentErrors = {
|
|
|
2302
2302
|
/**
|
|
2303
2303
|
* Stable discriminator for errors a client branches on.
|
|
2304
2304
|
*/
|
|
2305
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2306
2306
|
};
|
|
2307
2307
|
/**
|
|
2308
2308
|
* Unauthorized
|
|
@@ -2312,7 +2312,7 @@ export type SandboxTelegramDocumentErrors = {
|
|
|
2312
2312
|
/**
|
|
2313
2313
|
* Stable discriminator for errors a client branches on.
|
|
2314
2314
|
*/
|
|
2315
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2316
2316
|
};
|
|
2317
2317
|
/**
|
|
2318
2318
|
* Forbidden
|
|
@@ -2322,7 +2322,7 @@ export type SandboxTelegramDocumentErrors = {
|
|
|
2322
2322
|
/**
|
|
2323
2323
|
* Stable discriminator for errors a client branches on.
|
|
2324
2324
|
*/
|
|
2325
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2326
2326
|
};
|
|
2327
2327
|
/**
|
|
2328
2328
|
* Not found
|
|
@@ -2332,7 +2332,7 @@ export type SandboxTelegramDocumentErrors = {
|
|
|
2332
2332
|
/**
|
|
2333
2333
|
* Stable discriminator for errors a client branches on.
|
|
2334
2334
|
*/
|
|
2335
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2336
2336
|
};
|
|
2337
2337
|
};
|
|
2338
2338
|
export type SandboxTelegramDocumentError = SandboxTelegramDocumentErrors[keyof SandboxTelegramDocumentErrors];
|
|
@@ -2368,7 +2368,7 @@ export type SandboxSlackReplyCurrentErrors = {
|
|
|
2368
2368
|
/**
|
|
2369
2369
|
* Stable discriminator for errors a client branches on.
|
|
2370
2370
|
*/
|
|
2371
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2372
2372
|
};
|
|
2373
2373
|
/**
|
|
2374
2374
|
* Unauthorized
|
|
@@ -2378,7 +2378,7 @@ export type SandboxSlackReplyCurrentErrors = {
|
|
|
2378
2378
|
/**
|
|
2379
2379
|
* Stable discriminator for errors a client branches on.
|
|
2380
2380
|
*/
|
|
2381
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2382
2382
|
};
|
|
2383
2383
|
/**
|
|
2384
2384
|
* Forbidden
|
|
@@ -2388,7 +2388,7 @@ export type SandboxSlackReplyCurrentErrors = {
|
|
|
2388
2388
|
/**
|
|
2389
2389
|
* Stable discriminator for errors a client branches on.
|
|
2390
2390
|
*/
|
|
2391
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2392
2392
|
};
|
|
2393
2393
|
/**
|
|
2394
2394
|
* Not found
|
|
@@ -2398,7 +2398,7 @@ export type SandboxSlackReplyCurrentErrors = {
|
|
|
2398
2398
|
/**
|
|
2399
2399
|
* Stable discriminator for errors a client branches on.
|
|
2400
2400
|
*/
|
|
2401
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2402
2402
|
};
|
|
2403
2403
|
};
|
|
2404
2404
|
export type SandboxSlackReplyCurrentError = SandboxSlackReplyCurrentErrors[keyof SandboxSlackReplyCurrentErrors];
|
|
@@ -2434,7 +2434,7 @@ export type SandboxTelegramReplyCurrentErrors = {
|
|
|
2434
2434
|
/**
|
|
2435
2435
|
* Stable discriminator for errors a client branches on.
|
|
2436
2436
|
*/
|
|
2437
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2438
2438
|
};
|
|
2439
2439
|
/**
|
|
2440
2440
|
* Unauthorized
|
|
@@ -2444,7 +2444,7 @@ export type SandboxTelegramReplyCurrentErrors = {
|
|
|
2444
2444
|
/**
|
|
2445
2445
|
* Stable discriminator for errors a client branches on.
|
|
2446
2446
|
*/
|
|
2447
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2448
2448
|
};
|
|
2449
2449
|
/**
|
|
2450
2450
|
* Forbidden
|
|
@@ -2454,7 +2454,7 @@ export type SandboxTelegramReplyCurrentErrors = {
|
|
|
2454
2454
|
/**
|
|
2455
2455
|
* Stable discriminator for errors a client branches on.
|
|
2456
2456
|
*/
|
|
2457
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2458
2458
|
};
|
|
2459
2459
|
/**
|
|
2460
2460
|
* Not found
|
|
@@ -2464,7 +2464,7 @@ export type SandboxTelegramReplyCurrentErrors = {
|
|
|
2464
2464
|
/**
|
|
2465
2465
|
* Stable discriminator for errors a client branches on.
|
|
2466
2466
|
*/
|
|
2467
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2468
2468
|
};
|
|
2469
2469
|
};
|
|
2470
2470
|
export type SandboxTelegramReplyCurrentError = SandboxTelegramReplyCurrentErrors[keyof SandboxTelegramReplyCurrentErrors];
|
|
@@ -2500,7 +2500,7 @@ export type SandboxEmailReplyCurrentErrors = {
|
|
|
2500
2500
|
/**
|
|
2501
2501
|
* Stable discriminator for errors a client branches on.
|
|
2502
2502
|
*/
|
|
2503
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2504
2504
|
};
|
|
2505
2505
|
/**
|
|
2506
2506
|
* Unauthorized
|
|
@@ -2510,7 +2510,7 @@ export type SandboxEmailReplyCurrentErrors = {
|
|
|
2510
2510
|
/**
|
|
2511
2511
|
* Stable discriminator for errors a client branches on.
|
|
2512
2512
|
*/
|
|
2513
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2514
2514
|
};
|
|
2515
2515
|
/**
|
|
2516
2516
|
* Forbidden
|
|
@@ -2520,7 +2520,7 @@ export type SandboxEmailReplyCurrentErrors = {
|
|
|
2520
2520
|
/**
|
|
2521
2521
|
* Stable discriminator for errors a client branches on.
|
|
2522
2522
|
*/
|
|
2523
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2524
2524
|
};
|
|
2525
2525
|
/**
|
|
2526
2526
|
* Not found
|
|
@@ -2530,7 +2530,7 @@ export type SandboxEmailReplyCurrentErrors = {
|
|
|
2530
2530
|
/**
|
|
2531
2531
|
* Stable discriminator for errors a client branches on.
|
|
2532
2532
|
*/
|
|
2533
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2534
2534
|
};
|
|
2535
2535
|
};
|
|
2536
2536
|
export type SandboxEmailReplyCurrentError = SandboxEmailReplyCurrentErrors[keyof SandboxEmailReplyCurrentErrors];
|
|
@@ -2566,7 +2566,7 @@ export type SandboxLinearReplyCurrentErrors = {
|
|
|
2566
2566
|
/**
|
|
2567
2567
|
* Stable discriminator for errors a client branches on.
|
|
2568
2568
|
*/
|
|
2569
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2570
2570
|
};
|
|
2571
2571
|
/**
|
|
2572
2572
|
* Unauthorized
|
|
@@ -2576,7 +2576,7 @@ export type SandboxLinearReplyCurrentErrors = {
|
|
|
2576
2576
|
/**
|
|
2577
2577
|
* Stable discriminator for errors a client branches on.
|
|
2578
2578
|
*/
|
|
2579
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2580
2580
|
};
|
|
2581
2581
|
/**
|
|
2582
2582
|
* Forbidden
|
|
@@ -2586,7 +2586,7 @@ export type SandboxLinearReplyCurrentErrors = {
|
|
|
2586
2586
|
/**
|
|
2587
2587
|
* Stable discriminator for errors a client branches on.
|
|
2588
2588
|
*/
|
|
2589
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2590
2590
|
};
|
|
2591
2591
|
/**
|
|
2592
2592
|
* Not found
|
|
@@ -2596,7 +2596,7 @@ export type SandboxLinearReplyCurrentErrors = {
|
|
|
2596
2596
|
/**
|
|
2597
2597
|
* Stable discriminator for errors a client branches on.
|
|
2598
2598
|
*/
|
|
2599
|
-
code?: "mcp_duplicate_url" | "insufficient_credits" | "inference_key_revoke_pending";
|
|
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";
|
|
2600
2600
|
};
|
|
2601
2601
|
};
|
|
2602
2602
|
export type SandboxLinearReplyCurrentError = SandboxLinearReplyCurrentErrors[keyof SandboxLinearReplyCurrentErrors];
|