@evalops/sdk-ts 0.1.121 → 0.1.123
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import type { RiskLevel } from "../../common/v1/risk_pb.js";
|
|
3
3
|
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
4
4
|
import type { TraceAnnotation } from "../../traces/v1/traces_pb.js";
|
|
@@ -780,6 +780,820 @@ export type GetOnboardingPlanResponse = Message<"console.v1.GetOnboardingPlanRes
|
|
|
780
780
|
* Use `create(GetOnboardingPlanResponseSchema)` to create a new message.
|
|
781
781
|
*/
|
|
782
782
|
export declare const GetOnboardingPlanResponseSchema: GenMessage<GetOnboardingPlanResponse>;
|
|
783
|
+
/**
|
|
784
|
+
* @generated from message console.v1.GetWorkspaceSettingsRequest
|
|
785
|
+
*/
|
|
786
|
+
export type GetWorkspaceSettingsRequest = Message<"console.v1.GetWorkspaceSettingsRequest"> & {
|
|
787
|
+
/**
|
|
788
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
789
|
+
*/
|
|
790
|
+
query?: ConsoleQuery | undefined;
|
|
791
|
+
};
|
|
792
|
+
/**
|
|
793
|
+
* Describes the message console.v1.GetWorkspaceSettingsRequest.
|
|
794
|
+
* Use `create(GetWorkspaceSettingsRequestSchema)` to create a new message.
|
|
795
|
+
*/
|
|
796
|
+
export declare const GetWorkspaceSettingsRequestSchema: GenMessage<GetWorkspaceSettingsRequest>;
|
|
797
|
+
/**
|
|
798
|
+
* @generated from message console.v1.GetWorkspaceSettingsResponse
|
|
799
|
+
*/
|
|
800
|
+
export type GetWorkspaceSettingsResponse = Message<"console.v1.GetWorkspaceSettingsResponse"> & {
|
|
801
|
+
/**
|
|
802
|
+
* @generated from field: console.v1.WorkspaceSettingsProfile workspace = 1;
|
|
803
|
+
*/
|
|
804
|
+
workspace?: WorkspaceSettingsProfile | undefined;
|
|
805
|
+
/**
|
|
806
|
+
* @generated from field: console.v1.WorkspaceSettingsPrincipal current_principal = 2;
|
|
807
|
+
*/
|
|
808
|
+
currentPrincipal?: WorkspaceSettingsPrincipal | undefined;
|
|
809
|
+
/**
|
|
810
|
+
* @generated from field: repeated console.v1.WorkspaceSettingsMember members = 3;
|
|
811
|
+
*/
|
|
812
|
+
members: WorkspaceSettingsMember[];
|
|
813
|
+
/**
|
|
814
|
+
* @generated from field: console.v1.WorkspaceSettingsBilling billing = 4;
|
|
815
|
+
*/
|
|
816
|
+
billing?: WorkspaceSettingsBilling | undefined;
|
|
817
|
+
/**
|
|
818
|
+
* @generated from field: console.v1.WorkspaceSettingsPolicy policy = 5;
|
|
819
|
+
*/
|
|
820
|
+
policy?: WorkspaceSettingsPolicy | undefined;
|
|
821
|
+
/**
|
|
822
|
+
* @generated from field: console.v1.WorkspaceSettingsNotifications notifications = 6;
|
|
823
|
+
*/
|
|
824
|
+
notifications?: WorkspaceSettingsNotifications | undefined;
|
|
825
|
+
/**
|
|
826
|
+
* @generated from field: repeated console.v1.WorkspaceSettingsIdentityProvider identity_providers = 7;
|
|
827
|
+
*/
|
|
828
|
+
identityProviders: WorkspaceSettingsIdentityProvider[];
|
|
829
|
+
/**
|
|
830
|
+
* @generated from field: repeated console.v1.WorkspaceSettingsIntegration integrations = 8;
|
|
831
|
+
*/
|
|
832
|
+
integrations: WorkspaceSettingsIntegration[];
|
|
833
|
+
/**
|
|
834
|
+
* @generated from field: repeated console.v1.WorkspaceSettingsCapability capabilities = 9;
|
|
835
|
+
*/
|
|
836
|
+
capabilities: WorkspaceSettingsCapability[];
|
|
837
|
+
/**
|
|
838
|
+
* @generated from field: repeated string warnings = 10;
|
|
839
|
+
*/
|
|
840
|
+
warnings: string[];
|
|
841
|
+
/**
|
|
842
|
+
* @generated from field: repeated console.v1.WorkspaceSettingsActivityEntry activity = 11;
|
|
843
|
+
*/
|
|
844
|
+
activity: WorkspaceSettingsActivityEntry[];
|
|
845
|
+
};
|
|
846
|
+
/**
|
|
847
|
+
* Describes the message console.v1.GetWorkspaceSettingsResponse.
|
|
848
|
+
* Use `create(GetWorkspaceSettingsResponseSchema)` to create a new message.
|
|
849
|
+
*/
|
|
850
|
+
export declare const GetWorkspaceSettingsResponseSchema: GenMessage<GetWorkspaceSettingsResponse>;
|
|
851
|
+
/**
|
|
852
|
+
* @generated from message console.v1.UpdateWorkspaceProfileRequest
|
|
853
|
+
*/
|
|
854
|
+
export type UpdateWorkspaceProfileRequest = Message<"console.v1.UpdateWorkspaceProfileRequest"> & {
|
|
855
|
+
/**
|
|
856
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
857
|
+
*/
|
|
858
|
+
query?: ConsoleQuery | undefined;
|
|
859
|
+
/**
|
|
860
|
+
* @generated from field: console.v1.WorkspaceSettingsProfile profile = 2;
|
|
861
|
+
*/
|
|
862
|
+
profile?: WorkspaceSettingsProfile | undefined;
|
|
863
|
+
};
|
|
864
|
+
/**
|
|
865
|
+
* Describes the message console.v1.UpdateWorkspaceProfileRequest.
|
|
866
|
+
* Use `create(UpdateWorkspaceProfileRequestSchema)` to create a new message.
|
|
867
|
+
*/
|
|
868
|
+
export declare const UpdateWorkspaceProfileRequestSchema: GenMessage<UpdateWorkspaceProfileRequest>;
|
|
869
|
+
/**
|
|
870
|
+
* @generated from message console.v1.UpdateWorkspaceProfileResponse
|
|
871
|
+
*/
|
|
872
|
+
export type UpdateWorkspaceProfileResponse = Message<"console.v1.UpdateWorkspaceProfileResponse"> & {
|
|
873
|
+
/**
|
|
874
|
+
* @generated from field: console.v1.GetWorkspaceSettingsResponse settings = 1;
|
|
875
|
+
*/
|
|
876
|
+
settings?: GetWorkspaceSettingsResponse | undefined;
|
|
877
|
+
};
|
|
878
|
+
/**
|
|
879
|
+
* Describes the message console.v1.UpdateWorkspaceProfileResponse.
|
|
880
|
+
* Use `create(UpdateWorkspaceProfileResponseSchema)` to create a new message.
|
|
881
|
+
*/
|
|
882
|
+
export declare const UpdateWorkspaceProfileResponseSchema: GenMessage<UpdateWorkspaceProfileResponse>;
|
|
883
|
+
/**
|
|
884
|
+
* @generated from message console.v1.ArchiveWorkspaceRequest
|
|
885
|
+
*/
|
|
886
|
+
export type ArchiveWorkspaceRequest = Message<"console.v1.ArchiveWorkspaceRequest"> & {
|
|
887
|
+
/**
|
|
888
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
889
|
+
*/
|
|
890
|
+
query?: ConsoleQuery | undefined;
|
|
891
|
+
/**
|
|
892
|
+
* @generated from field: bool archived = 2;
|
|
893
|
+
*/
|
|
894
|
+
archived: boolean;
|
|
895
|
+
};
|
|
896
|
+
/**
|
|
897
|
+
* Describes the message console.v1.ArchiveWorkspaceRequest.
|
|
898
|
+
* Use `create(ArchiveWorkspaceRequestSchema)` to create a new message.
|
|
899
|
+
*/
|
|
900
|
+
export declare const ArchiveWorkspaceRequestSchema: GenMessage<ArchiveWorkspaceRequest>;
|
|
901
|
+
/**
|
|
902
|
+
* @generated from message console.v1.ArchiveWorkspaceResponse
|
|
903
|
+
*/
|
|
904
|
+
export type ArchiveWorkspaceResponse = Message<"console.v1.ArchiveWorkspaceResponse"> & {
|
|
905
|
+
/**
|
|
906
|
+
* @generated from field: console.v1.GetWorkspaceSettingsResponse settings = 1;
|
|
907
|
+
*/
|
|
908
|
+
settings?: GetWorkspaceSettingsResponse | undefined;
|
|
909
|
+
};
|
|
910
|
+
/**
|
|
911
|
+
* Describes the message console.v1.ArchiveWorkspaceResponse.
|
|
912
|
+
* Use `create(ArchiveWorkspaceResponseSchema)` to create a new message.
|
|
913
|
+
*/
|
|
914
|
+
export declare const ArchiveWorkspaceResponseSchema: GenMessage<ArchiveWorkspaceResponse>;
|
|
915
|
+
/**
|
|
916
|
+
* @generated from message console.v1.UpdateWorkspacePolicyRequest
|
|
917
|
+
*/
|
|
918
|
+
export type UpdateWorkspacePolicyRequest = Message<"console.v1.UpdateWorkspacePolicyRequest"> & {
|
|
919
|
+
/**
|
|
920
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
921
|
+
*/
|
|
922
|
+
query?: ConsoleQuery | undefined;
|
|
923
|
+
/**
|
|
924
|
+
* @generated from field: console.v1.WorkspaceSettingsPolicy policy = 2;
|
|
925
|
+
*/
|
|
926
|
+
policy?: WorkspaceSettingsPolicy | undefined;
|
|
927
|
+
};
|
|
928
|
+
/**
|
|
929
|
+
* Describes the message console.v1.UpdateWorkspacePolicyRequest.
|
|
930
|
+
* Use `create(UpdateWorkspacePolicyRequestSchema)` to create a new message.
|
|
931
|
+
*/
|
|
932
|
+
export declare const UpdateWorkspacePolicyRequestSchema: GenMessage<UpdateWorkspacePolicyRequest>;
|
|
933
|
+
/**
|
|
934
|
+
* @generated from message console.v1.UpdateWorkspacePolicyResponse
|
|
935
|
+
*/
|
|
936
|
+
export type UpdateWorkspacePolicyResponse = Message<"console.v1.UpdateWorkspacePolicyResponse"> & {
|
|
937
|
+
/**
|
|
938
|
+
* @generated from field: console.v1.GetWorkspaceSettingsResponse settings = 1;
|
|
939
|
+
*/
|
|
940
|
+
settings?: GetWorkspaceSettingsResponse | undefined;
|
|
941
|
+
};
|
|
942
|
+
/**
|
|
943
|
+
* Describes the message console.v1.UpdateWorkspacePolicyResponse.
|
|
944
|
+
* Use `create(UpdateWorkspacePolicyResponseSchema)` to create a new message.
|
|
945
|
+
*/
|
|
946
|
+
export declare const UpdateWorkspacePolicyResponseSchema: GenMessage<UpdateWorkspacePolicyResponse>;
|
|
947
|
+
/**
|
|
948
|
+
* @generated from message console.v1.UpsertWorkspaceIdentityProviderRequest
|
|
949
|
+
*/
|
|
950
|
+
export type UpsertWorkspaceIdentityProviderRequest = Message<"console.v1.UpsertWorkspaceIdentityProviderRequest"> & {
|
|
951
|
+
/**
|
|
952
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
953
|
+
*/
|
|
954
|
+
query?: ConsoleQuery | undefined;
|
|
955
|
+
/**
|
|
956
|
+
* @generated from field: console.v1.WorkspaceSettingsIdentityProvider provider = 2;
|
|
957
|
+
*/
|
|
958
|
+
provider?: WorkspaceSettingsIdentityProvider | undefined;
|
|
959
|
+
};
|
|
960
|
+
/**
|
|
961
|
+
* Describes the message console.v1.UpsertWorkspaceIdentityProviderRequest.
|
|
962
|
+
* Use `create(UpsertWorkspaceIdentityProviderRequestSchema)` to create a new message.
|
|
963
|
+
*/
|
|
964
|
+
export declare const UpsertWorkspaceIdentityProviderRequestSchema: GenMessage<UpsertWorkspaceIdentityProviderRequest>;
|
|
965
|
+
/**
|
|
966
|
+
* @generated from message console.v1.UpsertWorkspaceIdentityProviderResponse
|
|
967
|
+
*/
|
|
968
|
+
export type UpsertWorkspaceIdentityProviderResponse = Message<"console.v1.UpsertWorkspaceIdentityProviderResponse"> & {
|
|
969
|
+
/**
|
|
970
|
+
* @generated from field: console.v1.GetWorkspaceSettingsResponse settings = 1;
|
|
971
|
+
*/
|
|
972
|
+
settings?: GetWorkspaceSettingsResponse | undefined;
|
|
973
|
+
};
|
|
974
|
+
/**
|
|
975
|
+
* Describes the message console.v1.UpsertWorkspaceIdentityProviderResponse.
|
|
976
|
+
* Use `create(UpsertWorkspaceIdentityProviderResponseSchema)` to create a new message.
|
|
977
|
+
*/
|
|
978
|
+
export declare const UpsertWorkspaceIdentityProviderResponseSchema: GenMessage<UpsertWorkspaceIdentityProviderResponse>;
|
|
979
|
+
/**
|
|
980
|
+
* @generated from message console.v1.RemoveWorkspaceIdentityProviderRequest
|
|
981
|
+
*/
|
|
982
|
+
export type RemoveWorkspaceIdentityProviderRequest = Message<"console.v1.RemoveWorkspaceIdentityProviderRequest"> & {
|
|
983
|
+
/**
|
|
984
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
985
|
+
*/
|
|
986
|
+
query?: ConsoleQuery | undefined;
|
|
987
|
+
/**
|
|
988
|
+
* @generated from field: string id = 2;
|
|
989
|
+
*/
|
|
990
|
+
id: string;
|
|
991
|
+
};
|
|
992
|
+
/**
|
|
993
|
+
* Describes the message console.v1.RemoveWorkspaceIdentityProviderRequest.
|
|
994
|
+
* Use `create(RemoveWorkspaceIdentityProviderRequestSchema)` to create a new message.
|
|
995
|
+
*/
|
|
996
|
+
export declare const RemoveWorkspaceIdentityProviderRequestSchema: GenMessage<RemoveWorkspaceIdentityProviderRequest>;
|
|
997
|
+
/**
|
|
998
|
+
* @generated from message console.v1.RemoveWorkspaceIdentityProviderResponse
|
|
999
|
+
*/
|
|
1000
|
+
export type RemoveWorkspaceIdentityProviderResponse = Message<"console.v1.RemoveWorkspaceIdentityProviderResponse"> & {
|
|
1001
|
+
/**
|
|
1002
|
+
* @generated from field: console.v1.GetWorkspaceSettingsResponse settings = 1;
|
|
1003
|
+
*/
|
|
1004
|
+
settings?: GetWorkspaceSettingsResponse | undefined;
|
|
1005
|
+
};
|
|
1006
|
+
/**
|
|
1007
|
+
* Describes the message console.v1.RemoveWorkspaceIdentityProviderResponse.
|
|
1008
|
+
* Use `create(RemoveWorkspaceIdentityProviderResponseSchema)` to create a new message.
|
|
1009
|
+
*/
|
|
1010
|
+
export declare const RemoveWorkspaceIdentityProviderResponseSchema: GenMessage<RemoveWorkspaceIdentityProviderResponse>;
|
|
1011
|
+
/**
|
|
1012
|
+
* @generated from message console.v1.UpsertWorkspaceIntegrationRequest
|
|
1013
|
+
*/
|
|
1014
|
+
export type UpsertWorkspaceIntegrationRequest = Message<"console.v1.UpsertWorkspaceIntegrationRequest"> & {
|
|
1015
|
+
/**
|
|
1016
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
1017
|
+
*/
|
|
1018
|
+
query?: ConsoleQuery | undefined;
|
|
1019
|
+
/**
|
|
1020
|
+
* @generated from field: console.v1.WorkspaceSettingsIntegration integration = 2;
|
|
1021
|
+
*/
|
|
1022
|
+
integration?: WorkspaceSettingsIntegration | undefined;
|
|
1023
|
+
};
|
|
1024
|
+
/**
|
|
1025
|
+
* Describes the message console.v1.UpsertWorkspaceIntegrationRequest.
|
|
1026
|
+
* Use `create(UpsertWorkspaceIntegrationRequestSchema)` to create a new message.
|
|
1027
|
+
*/
|
|
1028
|
+
export declare const UpsertWorkspaceIntegrationRequestSchema: GenMessage<UpsertWorkspaceIntegrationRequest>;
|
|
1029
|
+
/**
|
|
1030
|
+
* @generated from message console.v1.UpsertWorkspaceIntegrationResponse
|
|
1031
|
+
*/
|
|
1032
|
+
export type UpsertWorkspaceIntegrationResponse = Message<"console.v1.UpsertWorkspaceIntegrationResponse"> & {
|
|
1033
|
+
/**
|
|
1034
|
+
* @generated from field: console.v1.GetWorkspaceSettingsResponse settings = 1;
|
|
1035
|
+
*/
|
|
1036
|
+
settings?: GetWorkspaceSettingsResponse | undefined;
|
|
1037
|
+
};
|
|
1038
|
+
/**
|
|
1039
|
+
* Describes the message console.v1.UpsertWorkspaceIntegrationResponse.
|
|
1040
|
+
* Use `create(UpsertWorkspaceIntegrationResponseSchema)` to create a new message.
|
|
1041
|
+
*/
|
|
1042
|
+
export declare const UpsertWorkspaceIntegrationResponseSchema: GenMessage<UpsertWorkspaceIntegrationResponse>;
|
|
1043
|
+
/**
|
|
1044
|
+
* @generated from message console.v1.RemoveWorkspaceIntegrationRequest
|
|
1045
|
+
*/
|
|
1046
|
+
export type RemoveWorkspaceIntegrationRequest = Message<"console.v1.RemoveWorkspaceIntegrationRequest"> & {
|
|
1047
|
+
/**
|
|
1048
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
1049
|
+
*/
|
|
1050
|
+
query?: ConsoleQuery | undefined;
|
|
1051
|
+
/**
|
|
1052
|
+
* @generated from field: string id = 2;
|
|
1053
|
+
*/
|
|
1054
|
+
id: string;
|
|
1055
|
+
};
|
|
1056
|
+
/**
|
|
1057
|
+
* Describes the message console.v1.RemoveWorkspaceIntegrationRequest.
|
|
1058
|
+
* Use `create(RemoveWorkspaceIntegrationRequestSchema)` to create a new message.
|
|
1059
|
+
*/
|
|
1060
|
+
export declare const RemoveWorkspaceIntegrationRequestSchema: GenMessage<RemoveWorkspaceIntegrationRequest>;
|
|
1061
|
+
/**
|
|
1062
|
+
* @generated from message console.v1.RemoveWorkspaceIntegrationResponse
|
|
1063
|
+
*/
|
|
1064
|
+
export type RemoveWorkspaceIntegrationResponse = Message<"console.v1.RemoveWorkspaceIntegrationResponse"> & {
|
|
1065
|
+
/**
|
|
1066
|
+
* @generated from field: console.v1.GetWorkspaceSettingsResponse settings = 1;
|
|
1067
|
+
*/
|
|
1068
|
+
settings?: GetWorkspaceSettingsResponse | undefined;
|
|
1069
|
+
};
|
|
1070
|
+
/**
|
|
1071
|
+
* Describes the message console.v1.RemoveWorkspaceIntegrationResponse.
|
|
1072
|
+
* Use `create(RemoveWorkspaceIntegrationResponseSchema)` to create a new message.
|
|
1073
|
+
*/
|
|
1074
|
+
export declare const RemoveWorkspaceIntegrationResponseSchema: GenMessage<RemoveWorkspaceIntegrationResponse>;
|
|
1075
|
+
/**
|
|
1076
|
+
* @generated from message console.v1.UpdateWorkspaceBillingRequest
|
|
1077
|
+
*/
|
|
1078
|
+
export type UpdateWorkspaceBillingRequest = Message<"console.v1.UpdateWorkspaceBillingRequest"> & {
|
|
1079
|
+
/**
|
|
1080
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
1081
|
+
*/
|
|
1082
|
+
query?: ConsoleQuery | undefined;
|
|
1083
|
+
/**
|
|
1084
|
+
* @generated from field: console.v1.WorkspaceSettingsBilling billing = 2;
|
|
1085
|
+
*/
|
|
1086
|
+
billing?: WorkspaceSettingsBilling | undefined;
|
|
1087
|
+
};
|
|
1088
|
+
/**
|
|
1089
|
+
* Describes the message console.v1.UpdateWorkspaceBillingRequest.
|
|
1090
|
+
* Use `create(UpdateWorkspaceBillingRequestSchema)` to create a new message.
|
|
1091
|
+
*/
|
|
1092
|
+
export declare const UpdateWorkspaceBillingRequestSchema: GenMessage<UpdateWorkspaceBillingRequest>;
|
|
1093
|
+
/**
|
|
1094
|
+
* @generated from message console.v1.UpsertWorkspaceMemberRequest
|
|
1095
|
+
*/
|
|
1096
|
+
export type UpsertWorkspaceMemberRequest = Message<"console.v1.UpsertWorkspaceMemberRequest"> & {
|
|
1097
|
+
/**
|
|
1098
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
1099
|
+
*/
|
|
1100
|
+
query?: ConsoleQuery | undefined;
|
|
1101
|
+
/**
|
|
1102
|
+
* @generated from field: console.v1.WorkspaceSettingsMember member = 2;
|
|
1103
|
+
*/
|
|
1104
|
+
member?: WorkspaceSettingsMember | undefined;
|
|
1105
|
+
};
|
|
1106
|
+
/**
|
|
1107
|
+
* Describes the message console.v1.UpsertWorkspaceMemberRequest.
|
|
1108
|
+
* Use `create(UpsertWorkspaceMemberRequestSchema)` to create a new message.
|
|
1109
|
+
*/
|
|
1110
|
+
export declare const UpsertWorkspaceMemberRequestSchema: GenMessage<UpsertWorkspaceMemberRequest>;
|
|
1111
|
+
/**
|
|
1112
|
+
* @generated from message console.v1.RemoveWorkspaceMemberRequest
|
|
1113
|
+
*/
|
|
1114
|
+
export type RemoveWorkspaceMemberRequest = Message<"console.v1.RemoveWorkspaceMemberRequest"> & {
|
|
1115
|
+
/**
|
|
1116
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
1117
|
+
*/
|
|
1118
|
+
query?: ConsoleQuery | undefined;
|
|
1119
|
+
/**
|
|
1120
|
+
* @generated from field: string subject = 2;
|
|
1121
|
+
*/
|
|
1122
|
+
subject: string;
|
|
1123
|
+
/**
|
|
1124
|
+
* @generated from field: string email = 3;
|
|
1125
|
+
*/
|
|
1126
|
+
email: string;
|
|
1127
|
+
};
|
|
1128
|
+
/**
|
|
1129
|
+
* Describes the message console.v1.RemoveWorkspaceMemberRequest.
|
|
1130
|
+
* Use `create(RemoveWorkspaceMemberRequestSchema)` to create a new message.
|
|
1131
|
+
*/
|
|
1132
|
+
export declare const RemoveWorkspaceMemberRequestSchema: GenMessage<RemoveWorkspaceMemberRequest>;
|
|
1133
|
+
/**
|
|
1134
|
+
* @generated from message console.v1.UpdateWorkspaceNotificationPreferencesRequest
|
|
1135
|
+
*/
|
|
1136
|
+
export type UpdateWorkspaceNotificationPreferencesRequest = Message<"console.v1.UpdateWorkspaceNotificationPreferencesRequest"> & {
|
|
1137
|
+
/**
|
|
1138
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
1139
|
+
*/
|
|
1140
|
+
query?: ConsoleQuery | undefined;
|
|
1141
|
+
/**
|
|
1142
|
+
* @generated from field: console.v1.WorkspaceSettingsNotifications notifications = 2;
|
|
1143
|
+
*/
|
|
1144
|
+
notifications?: WorkspaceSettingsNotifications | undefined;
|
|
1145
|
+
};
|
|
1146
|
+
/**
|
|
1147
|
+
* Describes the message console.v1.UpdateWorkspaceNotificationPreferencesRequest.
|
|
1148
|
+
* Use `create(UpdateWorkspaceNotificationPreferencesRequestSchema)` to create a new message.
|
|
1149
|
+
*/
|
|
1150
|
+
export declare const UpdateWorkspaceNotificationPreferencesRequestSchema: GenMessage<UpdateWorkspaceNotificationPreferencesRequest>;
|
|
1151
|
+
/**
|
|
1152
|
+
* @generated from message console.v1.WorkspaceSettingsProfile
|
|
1153
|
+
*/
|
|
1154
|
+
export type WorkspaceSettingsProfile = Message<"console.v1.WorkspaceSettingsProfile"> & {
|
|
1155
|
+
/**
|
|
1156
|
+
* @generated from field: string organization_id = 1;
|
|
1157
|
+
*/
|
|
1158
|
+
organizationId: string;
|
|
1159
|
+
/**
|
|
1160
|
+
* @generated from field: string organization_label = 2;
|
|
1161
|
+
*/
|
|
1162
|
+
organizationLabel: string;
|
|
1163
|
+
/**
|
|
1164
|
+
* @generated from field: string workspace_id = 3;
|
|
1165
|
+
*/
|
|
1166
|
+
workspaceId: string;
|
|
1167
|
+
/**
|
|
1168
|
+
* @generated from field: string workspace_label = 4;
|
|
1169
|
+
*/
|
|
1170
|
+
workspaceLabel: string;
|
|
1171
|
+
/**
|
|
1172
|
+
* @generated from field: string environment = 5;
|
|
1173
|
+
*/
|
|
1174
|
+
environment: string;
|
|
1175
|
+
/**
|
|
1176
|
+
* @generated from field: string region = 6;
|
|
1177
|
+
*/
|
|
1178
|
+
region: string;
|
|
1179
|
+
/**
|
|
1180
|
+
* @generated from field: bool archived = 7;
|
|
1181
|
+
*/
|
|
1182
|
+
archived: boolean;
|
|
1183
|
+
/**
|
|
1184
|
+
* @generated from field: google.protobuf.Timestamp archived_at = 8;
|
|
1185
|
+
*/
|
|
1186
|
+
archivedAt?: Timestamp | undefined;
|
|
1187
|
+
/**
|
|
1188
|
+
* @generated from field: console.v1.WorkspaceSettingsCapability update_capability = 9;
|
|
1189
|
+
*/
|
|
1190
|
+
updateCapability?: WorkspaceSettingsCapability | undefined;
|
|
1191
|
+
/**
|
|
1192
|
+
* @generated from field: console.v1.WorkspaceSettingsCapability archive_capability = 10;
|
|
1193
|
+
*/
|
|
1194
|
+
archiveCapability?: WorkspaceSettingsCapability | undefined;
|
|
1195
|
+
};
|
|
1196
|
+
/**
|
|
1197
|
+
* Describes the message console.v1.WorkspaceSettingsProfile.
|
|
1198
|
+
* Use `create(WorkspaceSettingsProfileSchema)` to create a new message.
|
|
1199
|
+
*/
|
|
1200
|
+
export declare const WorkspaceSettingsProfileSchema: GenMessage<WorkspaceSettingsProfile>;
|
|
1201
|
+
/**
|
|
1202
|
+
* @generated from message console.v1.WorkspaceSettingsPrincipal
|
|
1203
|
+
*/
|
|
1204
|
+
export type WorkspaceSettingsPrincipal = Message<"console.v1.WorkspaceSettingsPrincipal"> & {
|
|
1205
|
+
/**
|
|
1206
|
+
* @generated from field: string subject = 1;
|
|
1207
|
+
*/
|
|
1208
|
+
subject: string;
|
|
1209
|
+
/**
|
|
1210
|
+
* @generated from field: string user_subject = 2;
|
|
1211
|
+
*/
|
|
1212
|
+
userSubject: string;
|
|
1213
|
+
/**
|
|
1214
|
+
* @generated from field: string display_name = 3;
|
|
1215
|
+
*/
|
|
1216
|
+
displayName: string;
|
|
1217
|
+
/**
|
|
1218
|
+
* Legacy display label. New clients should use rbac_role.
|
|
1219
|
+
*
|
|
1220
|
+
* @generated from field: string role = 4;
|
|
1221
|
+
*/
|
|
1222
|
+
role: string;
|
|
1223
|
+
/**
|
|
1224
|
+
* @generated from field: bool human = 5;
|
|
1225
|
+
*/
|
|
1226
|
+
human: boolean;
|
|
1227
|
+
/**
|
|
1228
|
+
* @generated from field: console.v1.WorkspaceSettingsRole rbac_role = 6;
|
|
1229
|
+
*/
|
|
1230
|
+
rbacRole: WorkspaceSettingsRole;
|
|
1231
|
+
};
|
|
1232
|
+
/**
|
|
1233
|
+
* Describes the message console.v1.WorkspaceSettingsPrincipal.
|
|
1234
|
+
* Use `create(WorkspaceSettingsPrincipalSchema)` to create a new message.
|
|
1235
|
+
*/
|
|
1236
|
+
export declare const WorkspaceSettingsPrincipalSchema: GenMessage<WorkspaceSettingsPrincipal>;
|
|
1237
|
+
/**
|
|
1238
|
+
* @generated from message console.v1.WorkspaceSettingsCapability
|
|
1239
|
+
*/
|
|
1240
|
+
export type WorkspaceSettingsCapability = Message<"console.v1.WorkspaceSettingsCapability"> & {
|
|
1241
|
+
/**
|
|
1242
|
+
* @generated from field: string id = 1;
|
|
1243
|
+
*/
|
|
1244
|
+
id: string;
|
|
1245
|
+
/**
|
|
1246
|
+
* @generated from field: string label = 2;
|
|
1247
|
+
*/
|
|
1248
|
+
label: string;
|
|
1249
|
+
/**
|
|
1250
|
+
* @generated from field: bool available = 3;
|
|
1251
|
+
*/
|
|
1252
|
+
available: boolean;
|
|
1253
|
+
/**
|
|
1254
|
+
* @generated from field: string reason = 4;
|
|
1255
|
+
*/
|
|
1256
|
+
reason: string;
|
|
1257
|
+
/**
|
|
1258
|
+
* @generated from field: string action_url = 5;
|
|
1259
|
+
*/
|
|
1260
|
+
actionUrl: string;
|
|
1261
|
+
};
|
|
1262
|
+
/**
|
|
1263
|
+
* Describes the message console.v1.WorkspaceSettingsCapability.
|
|
1264
|
+
* Use `create(WorkspaceSettingsCapabilitySchema)` to create a new message.
|
|
1265
|
+
*/
|
|
1266
|
+
export declare const WorkspaceSettingsCapabilitySchema: GenMessage<WorkspaceSettingsCapability>;
|
|
1267
|
+
/**
|
|
1268
|
+
* @generated from message console.v1.WorkspaceSettingsActivityEntry
|
|
1269
|
+
*/
|
|
1270
|
+
export type WorkspaceSettingsActivityEntry = Message<"console.v1.WorkspaceSettingsActivityEntry"> & {
|
|
1271
|
+
/**
|
|
1272
|
+
* @generated from field: string id = 1;
|
|
1273
|
+
*/
|
|
1274
|
+
id: string;
|
|
1275
|
+
/**
|
|
1276
|
+
* @generated from field: string section = 2;
|
|
1277
|
+
*/
|
|
1278
|
+
section: string;
|
|
1279
|
+
/**
|
|
1280
|
+
* @generated from field: string action = 3;
|
|
1281
|
+
*/
|
|
1282
|
+
action: string;
|
|
1283
|
+
/**
|
|
1284
|
+
* @generated from field: string actor_subject = 4;
|
|
1285
|
+
*/
|
|
1286
|
+
actorSubject: string;
|
|
1287
|
+
/**
|
|
1288
|
+
* @generated from field: string actor_email = 5;
|
|
1289
|
+
*/
|
|
1290
|
+
actorEmail: string;
|
|
1291
|
+
/**
|
|
1292
|
+
* @generated from field: string summary = 6;
|
|
1293
|
+
*/
|
|
1294
|
+
summary: string;
|
|
1295
|
+
/**
|
|
1296
|
+
* @generated from field: google.protobuf.Timestamp created_at = 7;
|
|
1297
|
+
*/
|
|
1298
|
+
createdAt?: Timestamp | undefined;
|
|
1299
|
+
/**
|
|
1300
|
+
* @generated from field: map<string, string> details = 8;
|
|
1301
|
+
*/
|
|
1302
|
+
details: {
|
|
1303
|
+
[key: string]: string;
|
|
1304
|
+
};
|
|
1305
|
+
};
|
|
1306
|
+
/**
|
|
1307
|
+
* Describes the message console.v1.WorkspaceSettingsActivityEntry.
|
|
1308
|
+
* Use `create(WorkspaceSettingsActivityEntrySchema)` to create a new message.
|
|
1309
|
+
*/
|
|
1310
|
+
export declare const WorkspaceSettingsActivityEntrySchema: GenMessage<WorkspaceSettingsActivityEntry>;
|
|
1311
|
+
/**
|
|
1312
|
+
* @generated from message console.v1.WorkspaceSettingsMember
|
|
1313
|
+
*/
|
|
1314
|
+
export type WorkspaceSettingsMember = Message<"console.v1.WorkspaceSettingsMember"> & {
|
|
1315
|
+
/**
|
|
1316
|
+
* @generated from field: string subject = 1;
|
|
1317
|
+
*/
|
|
1318
|
+
subject: string;
|
|
1319
|
+
/**
|
|
1320
|
+
* @generated from field: string display_name = 2;
|
|
1321
|
+
*/
|
|
1322
|
+
displayName: string;
|
|
1323
|
+
/**
|
|
1324
|
+
* @generated from field: string email = 3;
|
|
1325
|
+
*/
|
|
1326
|
+
email: string;
|
|
1327
|
+
/**
|
|
1328
|
+
* Legacy display label. New clients should use rbac_role.
|
|
1329
|
+
*
|
|
1330
|
+
* @generated from field: string role = 4;
|
|
1331
|
+
*/
|
|
1332
|
+
role: string;
|
|
1333
|
+
/**
|
|
1334
|
+
* @generated from field: string source = 5;
|
|
1335
|
+
*/
|
|
1336
|
+
source: string;
|
|
1337
|
+
/**
|
|
1338
|
+
* @generated from field: console.v1.WorkspaceSettingsCapability manage_capability = 6;
|
|
1339
|
+
*/
|
|
1340
|
+
manageCapability?: WorkspaceSettingsCapability | undefined;
|
|
1341
|
+
/**
|
|
1342
|
+
* @generated from field: console.v1.WorkspaceSettingsRole rbac_role = 7;
|
|
1343
|
+
*/
|
|
1344
|
+
rbacRole: WorkspaceSettingsRole;
|
|
1345
|
+
};
|
|
1346
|
+
/**
|
|
1347
|
+
* Describes the message console.v1.WorkspaceSettingsMember.
|
|
1348
|
+
* Use `create(WorkspaceSettingsMemberSchema)` to create a new message.
|
|
1349
|
+
*/
|
|
1350
|
+
export declare const WorkspaceSettingsMemberSchema: GenMessage<WorkspaceSettingsMember>;
|
|
1351
|
+
/**
|
|
1352
|
+
* @generated from message console.v1.WorkspaceSettingsBilling
|
|
1353
|
+
*/
|
|
1354
|
+
export type WorkspaceSettingsBilling = Message<"console.v1.WorkspaceSettingsBilling"> & {
|
|
1355
|
+
/**
|
|
1356
|
+
* @generated from field: string status = 1;
|
|
1357
|
+
*/
|
|
1358
|
+
status: string;
|
|
1359
|
+
/**
|
|
1360
|
+
* @generated from field: string plan = 2;
|
|
1361
|
+
*/
|
|
1362
|
+
plan: string;
|
|
1363
|
+
/**
|
|
1364
|
+
* @generated from field: int32 seats_used = 3;
|
|
1365
|
+
*/
|
|
1366
|
+
seatsUsed: number;
|
|
1367
|
+
/**
|
|
1368
|
+
* @generated from field: int32 seats_total = 4;
|
|
1369
|
+
*/
|
|
1370
|
+
seatsTotal: number;
|
|
1371
|
+
/**
|
|
1372
|
+
* @generated from field: google.protobuf.Timestamp renewal_at = 5;
|
|
1373
|
+
*/
|
|
1374
|
+
renewalAt?: Timestamp | undefined;
|
|
1375
|
+
/**
|
|
1376
|
+
* @generated from field: string billing_contact = 6;
|
|
1377
|
+
*/
|
|
1378
|
+
billingContact: string;
|
|
1379
|
+
/**
|
|
1380
|
+
* @generated from field: console.v1.WorkspaceSettingsCapability manage_capability = 7;
|
|
1381
|
+
*/
|
|
1382
|
+
manageCapability?: WorkspaceSettingsCapability | undefined;
|
|
1383
|
+
};
|
|
1384
|
+
/**
|
|
1385
|
+
* Describes the message console.v1.WorkspaceSettingsBilling.
|
|
1386
|
+
* Use `create(WorkspaceSettingsBillingSchema)` to create a new message.
|
|
1387
|
+
*/
|
|
1388
|
+
export declare const WorkspaceSettingsBillingSchema: GenMessage<WorkspaceSettingsBilling>;
|
|
1389
|
+
/**
|
|
1390
|
+
* @generated from message console.v1.WorkspaceSettingsPolicy
|
|
1391
|
+
*/
|
|
1392
|
+
export type WorkspaceSettingsPolicy = Message<"console.v1.WorkspaceSettingsPolicy"> & {
|
|
1393
|
+
/**
|
|
1394
|
+
* @generated from field: string status = 1;
|
|
1395
|
+
*/
|
|
1396
|
+
status: string;
|
|
1397
|
+
/**
|
|
1398
|
+
* @generated from field: bool require_human_approval_for_writes = 2;
|
|
1399
|
+
*/
|
|
1400
|
+
requireHumanApprovalForWrites: boolean;
|
|
1401
|
+
/**
|
|
1402
|
+
* @generated from field: bool block_missing_evidence = 3;
|
|
1403
|
+
*/
|
|
1404
|
+
blockMissingEvidence: boolean;
|
|
1405
|
+
/**
|
|
1406
|
+
* @generated from field: bool auto_revoke_idle_leases = 4;
|
|
1407
|
+
*/
|
|
1408
|
+
autoRevokeIdleLeases: boolean;
|
|
1409
|
+
/**
|
|
1410
|
+
* @generated from field: bool allow_cross_account_access = 5;
|
|
1411
|
+
*/
|
|
1412
|
+
allowCrossAccountAccess: boolean;
|
|
1413
|
+
/**
|
|
1414
|
+
* @generated from field: string max_lease_ttl = 6;
|
|
1415
|
+
*/
|
|
1416
|
+
maxLeaseTtl: string;
|
|
1417
|
+
/**
|
|
1418
|
+
* @generated from field: string evidence_requirement = 7;
|
|
1419
|
+
*/
|
|
1420
|
+
evidenceRequirement: string;
|
|
1421
|
+
/**
|
|
1422
|
+
* @generated from field: console.v1.WorkspaceSettingsCapability update_capability = 8;
|
|
1423
|
+
*/
|
|
1424
|
+
updateCapability?: WorkspaceSettingsCapability | undefined;
|
|
1425
|
+
/**
|
|
1426
|
+
* @generated from field: bool require_mfa = 9;
|
|
1427
|
+
*/
|
|
1428
|
+
requireMfa: boolean;
|
|
1429
|
+
/**
|
|
1430
|
+
* @generated from field: bool enforce_sso = 10;
|
|
1431
|
+
*/
|
|
1432
|
+
enforceSso: boolean;
|
|
1433
|
+
/**
|
|
1434
|
+
* @generated from field: bool scim_provisioning = 11;
|
|
1435
|
+
*/
|
|
1436
|
+
scimProvisioning: boolean;
|
|
1437
|
+
/**
|
|
1438
|
+
* Legacy display label. New clients should use default_member_rbac_role.
|
|
1439
|
+
*
|
|
1440
|
+
* @generated from field: string default_member_role = 12;
|
|
1441
|
+
*/
|
|
1442
|
+
defaultMemberRole: string;
|
|
1443
|
+
/**
|
|
1444
|
+
* @generated from field: string session_ttl = 13;
|
|
1445
|
+
*/
|
|
1446
|
+
sessionTtl: string;
|
|
1447
|
+
/**
|
|
1448
|
+
* @generated from field: repeated string allowed_domains = 14;
|
|
1449
|
+
*/
|
|
1450
|
+
allowedDomains: string[];
|
|
1451
|
+
/**
|
|
1452
|
+
* @generated from field: repeated string ip_allowlist = 15;
|
|
1453
|
+
*/
|
|
1454
|
+
ipAllowlist: string[];
|
|
1455
|
+
/**
|
|
1456
|
+
* @generated from field: int32 audit_log_retention_days = 16;
|
|
1457
|
+
*/
|
|
1458
|
+
auditLogRetentionDays: number;
|
|
1459
|
+
/**
|
|
1460
|
+
* @generated from field: int32 data_retention_days = 17;
|
|
1461
|
+
*/
|
|
1462
|
+
dataRetentionDays: number;
|
|
1463
|
+
/**
|
|
1464
|
+
* @generated from field: console.v1.WorkspaceSettingsRole default_member_rbac_role = 18;
|
|
1465
|
+
*/
|
|
1466
|
+
defaultMemberRbacRole: WorkspaceSettingsRole;
|
|
1467
|
+
};
|
|
1468
|
+
/**
|
|
1469
|
+
* Describes the message console.v1.WorkspaceSettingsPolicy.
|
|
1470
|
+
* Use `create(WorkspaceSettingsPolicySchema)` to create a new message.
|
|
1471
|
+
*/
|
|
1472
|
+
export declare const WorkspaceSettingsPolicySchema: GenMessage<WorkspaceSettingsPolicy>;
|
|
1473
|
+
/**
|
|
1474
|
+
* @generated from message console.v1.WorkspaceSettingsNotificationPreference
|
|
1475
|
+
*/
|
|
1476
|
+
export type WorkspaceSettingsNotificationPreference = Message<"console.v1.WorkspaceSettingsNotificationPreference"> & {
|
|
1477
|
+
/**
|
|
1478
|
+
* @generated from field: string id = 1;
|
|
1479
|
+
*/
|
|
1480
|
+
id: string;
|
|
1481
|
+
/**
|
|
1482
|
+
* @generated from field: string label = 2;
|
|
1483
|
+
*/
|
|
1484
|
+
label: string;
|
|
1485
|
+
/**
|
|
1486
|
+
* @generated from field: string detail = 3;
|
|
1487
|
+
*/
|
|
1488
|
+
detail: string;
|
|
1489
|
+
/**
|
|
1490
|
+
* @generated from field: bool enabled = 4;
|
|
1491
|
+
*/
|
|
1492
|
+
enabled: boolean;
|
|
1493
|
+
/**
|
|
1494
|
+
* @generated from field: console.v1.WorkspaceSettingsCapability update_capability = 5;
|
|
1495
|
+
*/
|
|
1496
|
+
updateCapability?: WorkspaceSettingsCapability | undefined;
|
|
1497
|
+
};
|
|
1498
|
+
/**
|
|
1499
|
+
* Describes the message console.v1.WorkspaceSettingsNotificationPreference.
|
|
1500
|
+
* Use `create(WorkspaceSettingsNotificationPreferenceSchema)` to create a new message.
|
|
1501
|
+
*/
|
|
1502
|
+
export declare const WorkspaceSettingsNotificationPreferenceSchema: GenMessage<WorkspaceSettingsNotificationPreference>;
|
|
1503
|
+
/**
|
|
1504
|
+
* @generated from message console.v1.WorkspaceSettingsNotifications
|
|
1505
|
+
*/
|
|
1506
|
+
export type WorkspaceSettingsNotifications = Message<"console.v1.WorkspaceSettingsNotifications"> & {
|
|
1507
|
+
/**
|
|
1508
|
+
* @generated from field: string status = 1;
|
|
1509
|
+
*/
|
|
1510
|
+
status: string;
|
|
1511
|
+
/**
|
|
1512
|
+
* @generated from field: repeated console.v1.WorkspaceSettingsNotificationPreference preferences = 2;
|
|
1513
|
+
*/
|
|
1514
|
+
preferences: WorkspaceSettingsNotificationPreference[];
|
|
1515
|
+
};
|
|
1516
|
+
/**
|
|
1517
|
+
* Describes the message console.v1.WorkspaceSettingsNotifications.
|
|
1518
|
+
* Use `create(WorkspaceSettingsNotificationsSchema)` to create a new message.
|
|
1519
|
+
*/
|
|
1520
|
+
export declare const WorkspaceSettingsNotificationsSchema: GenMessage<WorkspaceSettingsNotifications>;
|
|
1521
|
+
/**
|
|
1522
|
+
* @generated from message console.v1.WorkspaceSettingsIdentityProvider
|
|
1523
|
+
*/
|
|
1524
|
+
export type WorkspaceSettingsIdentityProvider = Message<"console.v1.WorkspaceSettingsIdentityProvider"> & {
|
|
1525
|
+
/**
|
|
1526
|
+
* @generated from field: string id = 1;
|
|
1527
|
+
*/
|
|
1528
|
+
id: string;
|
|
1529
|
+
/**
|
|
1530
|
+
* @generated from field: string name = 2;
|
|
1531
|
+
*/
|
|
1532
|
+
name: string;
|
|
1533
|
+
/**
|
|
1534
|
+
* @generated from field: string detail = 3;
|
|
1535
|
+
*/
|
|
1536
|
+
detail: string;
|
|
1537
|
+
/**
|
|
1538
|
+
* @generated from field: string status = 4;
|
|
1539
|
+
*/
|
|
1540
|
+
status: string;
|
|
1541
|
+
/**
|
|
1542
|
+
* @generated from field: console.v1.WorkspaceSettingsCapability configure_capability = 5;
|
|
1543
|
+
*/
|
|
1544
|
+
configureCapability?: WorkspaceSettingsCapability | undefined;
|
|
1545
|
+
/**
|
|
1546
|
+
* @generated from field: string source = 6;
|
|
1547
|
+
*/
|
|
1548
|
+
source: string;
|
|
1549
|
+
};
|
|
1550
|
+
/**
|
|
1551
|
+
* Describes the message console.v1.WorkspaceSettingsIdentityProvider.
|
|
1552
|
+
* Use `create(WorkspaceSettingsIdentityProviderSchema)` to create a new message.
|
|
1553
|
+
*/
|
|
1554
|
+
export declare const WorkspaceSettingsIdentityProviderSchema: GenMessage<WorkspaceSettingsIdentityProvider>;
|
|
1555
|
+
/**
|
|
1556
|
+
* @generated from message console.v1.WorkspaceSettingsIntegration
|
|
1557
|
+
*/
|
|
1558
|
+
export type WorkspaceSettingsIntegration = Message<"console.v1.WorkspaceSettingsIntegration"> & {
|
|
1559
|
+
/**
|
|
1560
|
+
* @generated from field: string id = 1;
|
|
1561
|
+
*/
|
|
1562
|
+
id: string;
|
|
1563
|
+
/**
|
|
1564
|
+
* @generated from field: string name = 2;
|
|
1565
|
+
*/
|
|
1566
|
+
name: string;
|
|
1567
|
+
/**
|
|
1568
|
+
* @generated from field: string provider = 3;
|
|
1569
|
+
*/
|
|
1570
|
+
provider: string;
|
|
1571
|
+
/**
|
|
1572
|
+
* @generated from field: string category = 4;
|
|
1573
|
+
*/
|
|
1574
|
+
category: string;
|
|
1575
|
+
/**
|
|
1576
|
+
* @generated from field: string detail = 5;
|
|
1577
|
+
*/
|
|
1578
|
+
detail: string;
|
|
1579
|
+
/**
|
|
1580
|
+
* @generated from field: string status = 6;
|
|
1581
|
+
*/
|
|
1582
|
+
status: string;
|
|
1583
|
+
/**
|
|
1584
|
+
* @generated from field: console.v1.WorkspaceSettingsCapability configure_capability = 7;
|
|
1585
|
+
*/
|
|
1586
|
+
configureCapability?: WorkspaceSettingsCapability | undefined;
|
|
1587
|
+
/**
|
|
1588
|
+
* @generated from field: string source = 8;
|
|
1589
|
+
*/
|
|
1590
|
+
source: string;
|
|
1591
|
+
};
|
|
1592
|
+
/**
|
|
1593
|
+
* Describes the message console.v1.WorkspaceSettingsIntegration.
|
|
1594
|
+
* Use `create(WorkspaceSettingsIntegrationSchema)` to create a new message.
|
|
1595
|
+
*/
|
|
1596
|
+
export declare const WorkspaceSettingsIntegrationSchema: GenMessage<WorkspaceSettingsIntegration>;
|
|
783
1597
|
/**
|
|
784
1598
|
* @generated from message console.v1.ListScenarioFixturesRequest
|
|
785
1599
|
*/
|
|
@@ -2897,6 +3711,39 @@ export type RelatedResource = Message<"console.v1.RelatedResource"> & {
|
|
|
2897
3711
|
* Use `create(RelatedResourceSchema)` to create a new message.
|
|
2898
3712
|
*/
|
|
2899
3713
|
export declare const RelatedResourceSchema: GenMessage<RelatedResource>;
|
|
3714
|
+
/**
|
|
3715
|
+
* @generated from enum console.v1.WorkspaceSettingsRole
|
|
3716
|
+
*/
|
|
3717
|
+
export declare enum WorkspaceSettingsRole {
|
|
3718
|
+
/**
|
|
3719
|
+
* @generated from enum value: WORKSPACE_SETTINGS_ROLE_UNSPECIFIED = 0;
|
|
3720
|
+
*/
|
|
3721
|
+
UNSPECIFIED = 0,
|
|
3722
|
+
/**
|
|
3723
|
+
* @generated from enum value: WORKSPACE_SETTINGS_ROLE_VIEWER = 1;
|
|
3724
|
+
*/
|
|
3725
|
+
VIEWER = 1,
|
|
3726
|
+
/**
|
|
3727
|
+
* @generated from enum value: WORKSPACE_SETTINGS_ROLE_DEVELOPER = 2;
|
|
3728
|
+
*/
|
|
3729
|
+
DEVELOPER = 2,
|
|
3730
|
+
/**
|
|
3731
|
+
* @generated from enum value: WORKSPACE_SETTINGS_ROLE_BILLING_ADMIN = 3;
|
|
3732
|
+
*/
|
|
3733
|
+
BILLING_ADMIN = 3,
|
|
3734
|
+
/**
|
|
3735
|
+
* @generated from enum value: WORKSPACE_SETTINGS_ROLE_ADMIN = 4;
|
|
3736
|
+
*/
|
|
3737
|
+
ADMIN = 4,
|
|
3738
|
+
/**
|
|
3739
|
+
* @generated from enum value: WORKSPACE_SETTINGS_ROLE_OWNER = 5;
|
|
3740
|
+
*/
|
|
3741
|
+
OWNER = 5
|
|
3742
|
+
}
|
|
3743
|
+
/**
|
|
3744
|
+
* Describes the enum console.v1.WorkspaceSettingsRole.
|
|
3745
|
+
*/
|
|
3746
|
+
export declare const WorkspaceSettingsRoleSchema: GenEnum<WorkspaceSettingsRole>;
|
|
2900
3747
|
/**
|
|
2901
3748
|
* ConsoleService provides the product-facing AI operations read model for the
|
|
2902
3749
|
* EvalOps web console. It composes agent inventory, traces, approvals,
|
|
@@ -3044,6 +3891,136 @@ export declare const ConsoleService: GenService<{
|
|
|
3044
3891
|
input: typeof GetOnboardingPlanRequestSchema;
|
|
3045
3892
|
output: typeof GetOnboardingPlanResponseSchema;
|
|
3046
3893
|
};
|
|
3894
|
+
/**
|
|
3895
|
+
* GetWorkspaceSettings returns the authenticated workspace settings summary.
|
|
3896
|
+
* It is the product contract for the Settings page: fields that are not yet
|
|
3897
|
+
* backed by an owning service are returned with explicit unavailable
|
|
3898
|
+
* capabilities instead of demo or client-local values.
|
|
3899
|
+
*
|
|
3900
|
+
* @generated from rpc console.v1.ConsoleService.GetWorkspaceSettings
|
|
3901
|
+
*/
|
|
3902
|
+
getWorkspaceSettings: {
|
|
3903
|
+
methodKind: "unary";
|
|
3904
|
+
input: typeof GetWorkspaceSettingsRequestSchema;
|
|
3905
|
+
output: typeof GetWorkspaceSettingsResponseSchema;
|
|
3906
|
+
};
|
|
3907
|
+
/**
|
|
3908
|
+
* UpdateWorkspaceProfile stores workspace-facing Settings metadata such as
|
|
3909
|
+
* labels, environment, and region.
|
|
3910
|
+
*
|
|
3911
|
+
* @generated from rpc console.v1.ConsoleService.UpdateWorkspaceProfile
|
|
3912
|
+
*/
|
|
3913
|
+
updateWorkspaceProfile: {
|
|
3914
|
+
methodKind: "unary";
|
|
3915
|
+
input: typeof UpdateWorkspaceProfileRequestSchema;
|
|
3916
|
+
output: typeof UpdateWorkspaceProfileResponseSchema;
|
|
3917
|
+
};
|
|
3918
|
+
/**
|
|
3919
|
+
* ArchiveWorkspace toggles the Console-owned archived state for this
|
|
3920
|
+
* workspace. Downstream lifecycle deletion remains separate.
|
|
3921
|
+
*
|
|
3922
|
+
* @generated from rpc console.v1.ConsoleService.ArchiveWorkspace
|
|
3923
|
+
*/
|
|
3924
|
+
archiveWorkspace: {
|
|
3925
|
+
methodKind: "unary";
|
|
3926
|
+
input: typeof ArchiveWorkspaceRequestSchema;
|
|
3927
|
+
output: typeof ArchiveWorkspaceResponseSchema;
|
|
3928
|
+
};
|
|
3929
|
+
/**
|
|
3930
|
+
* UpdateWorkspacePolicy stores the Settings governance policy envelope used
|
|
3931
|
+
* by Console surfaces.
|
|
3932
|
+
*
|
|
3933
|
+
* @generated from rpc console.v1.ConsoleService.UpdateWorkspacePolicy
|
|
3934
|
+
*/
|
|
3935
|
+
updateWorkspacePolicy: {
|
|
3936
|
+
methodKind: "unary";
|
|
3937
|
+
input: typeof UpdateWorkspacePolicyRequestSchema;
|
|
3938
|
+
output: typeof UpdateWorkspacePolicyResponseSchema;
|
|
3939
|
+
};
|
|
3940
|
+
/**
|
|
3941
|
+
* UpsertWorkspaceIdentityProvider stores or updates an identity provider row.
|
|
3942
|
+
*
|
|
3943
|
+
* @generated from rpc console.v1.ConsoleService.UpsertWorkspaceIdentityProvider
|
|
3944
|
+
*/
|
|
3945
|
+
upsertWorkspaceIdentityProvider: {
|
|
3946
|
+
methodKind: "unary";
|
|
3947
|
+
input: typeof UpsertWorkspaceIdentityProviderRequestSchema;
|
|
3948
|
+
output: typeof UpsertWorkspaceIdentityProviderResponseSchema;
|
|
3949
|
+
};
|
|
3950
|
+
/**
|
|
3951
|
+
* RemoveWorkspaceIdentityProvider removes a Console-owned identity provider row.
|
|
3952
|
+
*
|
|
3953
|
+
* @generated from rpc console.v1.ConsoleService.RemoveWorkspaceIdentityProvider
|
|
3954
|
+
*/
|
|
3955
|
+
removeWorkspaceIdentityProvider: {
|
|
3956
|
+
methodKind: "unary";
|
|
3957
|
+
input: typeof RemoveWorkspaceIdentityProviderRequestSchema;
|
|
3958
|
+
output: typeof RemoveWorkspaceIdentityProviderResponseSchema;
|
|
3959
|
+
};
|
|
3960
|
+
/**
|
|
3961
|
+
* UpsertWorkspaceIntegration stores or updates a Console-owned integration
|
|
3962
|
+
* settings row.
|
|
3963
|
+
*
|
|
3964
|
+
* @generated from rpc console.v1.ConsoleService.UpsertWorkspaceIntegration
|
|
3965
|
+
*/
|
|
3966
|
+
upsertWorkspaceIntegration: {
|
|
3967
|
+
methodKind: "unary";
|
|
3968
|
+
input: typeof UpsertWorkspaceIntegrationRequestSchema;
|
|
3969
|
+
output: typeof UpsertWorkspaceIntegrationResponseSchema;
|
|
3970
|
+
};
|
|
3971
|
+
/**
|
|
3972
|
+
* RemoveWorkspaceIntegration removes a Console-owned integration settings row.
|
|
3973
|
+
*
|
|
3974
|
+
* @generated from rpc console.v1.ConsoleService.RemoveWorkspaceIntegration
|
|
3975
|
+
*/
|
|
3976
|
+
removeWorkspaceIntegration: {
|
|
3977
|
+
methodKind: "unary";
|
|
3978
|
+
input: typeof RemoveWorkspaceIntegrationRequestSchema;
|
|
3979
|
+
output: typeof RemoveWorkspaceIntegrationResponseSchema;
|
|
3980
|
+
};
|
|
3981
|
+
/**
|
|
3982
|
+
* UpdateWorkspaceBilling stores the workspace billing summary displayed in
|
|
3983
|
+
* Settings. Until a dedicated billing service is connected to Console, this
|
|
3984
|
+
* is the durable operator-managed billing read model.
|
|
3985
|
+
*
|
|
3986
|
+
* @generated from rpc console.v1.ConsoleService.UpdateWorkspaceBilling
|
|
3987
|
+
*/
|
|
3988
|
+
updateWorkspaceBilling: {
|
|
3989
|
+
methodKind: "unary";
|
|
3990
|
+
input: typeof UpdateWorkspaceBillingRequestSchema;
|
|
3991
|
+
output: typeof GetWorkspaceSettingsResponseSchema;
|
|
3992
|
+
};
|
|
3993
|
+
/**
|
|
3994
|
+
* UpsertWorkspaceMember stores or updates a workspace member row.
|
|
3995
|
+
*
|
|
3996
|
+
* @generated from rpc console.v1.ConsoleService.UpsertWorkspaceMember
|
|
3997
|
+
*/
|
|
3998
|
+
upsertWorkspaceMember: {
|
|
3999
|
+
methodKind: "unary";
|
|
4000
|
+
input: typeof UpsertWorkspaceMemberRequestSchema;
|
|
4001
|
+
output: typeof GetWorkspaceSettingsResponseSchema;
|
|
4002
|
+
};
|
|
4003
|
+
/**
|
|
4004
|
+
* RemoveWorkspaceMember removes a workspace member row.
|
|
4005
|
+
*
|
|
4006
|
+
* @generated from rpc console.v1.ConsoleService.RemoveWorkspaceMember
|
|
4007
|
+
*/
|
|
4008
|
+
removeWorkspaceMember: {
|
|
4009
|
+
methodKind: "unary";
|
|
4010
|
+
input: typeof RemoveWorkspaceMemberRequestSchema;
|
|
4011
|
+
output: typeof GetWorkspaceSettingsResponseSchema;
|
|
4012
|
+
};
|
|
4013
|
+
/**
|
|
4014
|
+
* UpdateWorkspaceNotificationPreferences stores Settings notification
|
|
4015
|
+
* preferences for the workspace/current operator view.
|
|
4016
|
+
*
|
|
4017
|
+
* @generated from rpc console.v1.ConsoleService.UpdateWorkspaceNotificationPreferences
|
|
4018
|
+
*/
|
|
4019
|
+
updateWorkspaceNotificationPreferences: {
|
|
4020
|
+
methodKind: "unary";
|
|
4021
|
+
input: typeof UpdateWorkspaceNotificationPreferencesRequestSchema;
|
|
4022
|
+
output: typeof GetWorkspaceSettingsResponseSchema;
|
|
4023
|
+
};
|
|
3047
4024
|
/**
|
|
3048
4025
|
* ListScenarioFixtures returns Maestro replay fixtures promoted for this workspace.
|
|
3049
4026
|
*
|