@evalops/sdk-ts 0.1.123 → 0.1.125
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/agentruntime/v1/runtime_pb.d.ts +12 -0
- package/dist/agentruntime/v1/runtime_pb.js +1 -1
- package/dist/compliance/v1/compliance_pb.d.ts +1 -1
- package/dist/compliance/v1/compliance_pb.js +3 -2
- package/dist/console/v1/console_pb.d.ts +337 -0
- package/dist/console/v1/console_pb.js +287 -44
- package/dist/notifications/v1/notifications_pb.js +2 -1
- package/dist/objectives/v1/objectives_pb.js +2 -1
- package/dist/toolexecution/v1/toolexecution_pb.d.ts +4 -0
- package/dist/toolexecution/v1/toolexecution_pb.js +2 -1
- package/dist/workflows/v1/workflows_pb.d.ts +1 -1
- package/dist/workflows/v1/workflows_pb.js +3 -2
- package/package.json +1 -5
- package/dist/relationships/v1/relationships_pb.d.ts +0 -367
- package/dist/relationships/v1/relationships_pb.js +0 -96
|
@@ -842,6 +842,10 @@ export type GetWorkspaceSettingsResponse = Message<"console.v1.GetWorkspaceSetti
|
|
|
842
842
|
* @generated from field: repeated console.v1.WorkspaceSettingsActivityEntry activity = 11;
|
|
843
843
|
*/
|
|
844
844
|
activity: WorkspaceSettingsActivityEntry[];
|
|
845
|
+
/**
|
|
846
|
+
* @generated from field: repeated console.v1.WorkspaceSettingsOwnerStatus owner_services = 12;
|
|
847
|
+
*/
|
|
848
|
+
ownerServices: WorkspaceSettingsOwnerStatus[];
|
|
845
849
|
};
|
|
846
850
|
/**
|
|
847
851
|
* Describes the message console.v1.GetWorkspaceSettingsResponse.
|
|
@@ -1342,6 +1346,34 @@ export type WorkspaceSettingsMember = Message<"console.v1.WorkspaceSettingsMembe
|
|
|
1342
1346
|
* @generated from field: console.v1.WorkspaceSettingsRole rbac_role = 7;
|
|
1343
1347
|
*/
|
|
1344
1348
|
rbacRole: WorkspaceSettingsRole;
|
|
1349
|
+
/**
|
|
1350
|
+
* @generated from field: string status = 8;
|
|
1351
|
+
*/
|
|
1352
|
+
status: string;
|
|
1353
|
+
/**
|
|
1354
|
+
* @generated from field: bool managed = 9;
|
|
1355
|
+
*/
|
|
1356
|
+
managed: boolean;
|
|
1357
|
+
/**
|
|
1358
|
+
* @generated from field: string provisioning_source = 10;
|
|
1359
|
+
*/
|
|
1360
|
+
provisioningSource: string;
|
|
1361
|
+
/**
|
|
1362
|
+
* @generated from field: google.protobuf.Timestamp last_seen_at = 11;
|
|
1363
|
+
*/
|
|
1364
|
+
lastSeenAt?: Timestamp | undefined;
|
|
1365
|
+
/**
|
|
1366
|
+
* @generated from field: console.v1.WorkspaceSettingsMemberStatus status_enum = 12;
|
|
1367
|
+
*/
|
|
1368
|
+
statusEnum: WorkspaceSettingsMemberStatus;
|
|
1369
|
+
/**
|
|
1370
|
+
* @generated from field: console.v1.WorkspaceSettingsSource source_enum = 13;
|
|
1371
|
+
*/
|
|
1372
|
+
sourceEnum: WorkspaceSettingsSource;
|
|
1373
|
+
/**
|
|
1374
|
+
* @generated from field: console.v1.WorkspaceSettingsSource provisioning_source_enum = 14;
|
|
1375
|
+
*/
|
|
1376
|
+
provisioningSourceEnum: WorkspaceSettingsSource;
|
|
1345
1377
|
};
|
|
1346
1378
|
/**
|
|
1347
1379
|
* Describes the message console.v1.WorkspaceSettingsMember.
|
|
@@ -1380,6 +1412,10 @@ export type WorkspaceSettingsBilling = Message<"console.v1.WorkspaceSettingsBill
|
|
|
1380
1412
|
* @generated from field: console.v1.WorkspaceSettingsCapability manage_capability = 7;
|
|
1381
1413
|
*/
|
|
1382
1414
|
manageCapability?: WorkspaceSettingsCapability | undefined;
|
|
1415
|
+
/**
|
|
1416
|
+
* @generated from field: console.v1.WorkspaceSettingsBillingStatus status_enum = 8;
|
|
1417
|
+
*/
|
|
1418
|
+
statusEnum: WorkspaceSettingsBillingStatus;
|
|
1383
1419
|
};
|
|
1384
1420
|
/**
|
|
1385
1421
|
* Describes the message console.v1.WorkspaceSettingsBilling.
|
|
@@ -1464,6 +1500,10 @@ export type WorkspaceSettingsPolicy = Message<"console.v1.WorkspaceSettingsPolic
|
|
|
1464
1500
|
* @generated from field: console.v1.WorkspaceSettingsRole default_member_rbac_role = 18;
|
|
1465
1501
|
*/
|
|
1466
1502
|
defaultMemberRbacRole: WorkspaceSettingsRole;
|
|
1503
|
+
/**
|
|
1504
|
+
* @generated from field: console.v1.WorkspaceSettingsAvailabilityStatus status_enum = 19;
|
|
1505
|
+
*/
|
|
1506
|
+
statusEnum: WorkspaceSettingsAvailabilityStatus;
|
|
1467
1507
|
};
|
|
1468
1508
|
/**
|
|
1469
1509
|
* Describes the message console.v1.WorkspaceSettingsPolicy.
|
|
@@ -1512,6 +1552,10 @@ export type WorkspaceSettingsNotifications = Message<"console.v1.WorkspaceSettin
|
|
|
1512
1552
|
* @generated from field: repeated console.v1.WorkspaceSettingsNotificationPreference preferences = 2;
|
|
1513
1553
|
*/
|
|
1514
1554
|
preferences: WorkspaceSettingsNotificationPreference[];
|
|
1555
|
+
/**
|
|
1556
|
+
* @generated from field: console.v1.WorkspaceSettingsAvailabilityStatus status_enum = 3;
|
|
1557
|
+
*/
|
|
1558
|
+
statusEnum: WorkspaceSettingsAvailabilityStatus;
|
|
1515
1559
|
};
|
|
1516
1560
|
/**
|
|
1517
1561
|
* Describes the message console.v1.WorkspaceSettingsNotifications.
|
|
@@ -1546,6 +1590,14 @@ export type WorkspaceSettingsIdentityProvider = Message<"console.v1.WorkspaceSet
|
|
|
1546
1590
|
* @generated from field: string source = 6;
|
|
1547
1591
|
*/
|
|
1548
1592
|
source: string;
|
|
1593
|
+
/**
|
|
1594
|
+
* @generated from field: console.v1.WorkspaceSettingsIdentityProviderStatus status_enum = 7;
|
|
1595
|
+
*/
|
|
1596
|
+
statusEnum: WorkspaceSettingsIdentityProviderStatus;
|
|
1597
|
+
/**
|
|
1598
|
+
* @generated from field: console.v1.WorkspaceSettingsSource source_enum = 8;
|
|
1599
|
+
*/
|
|
1600
|
+
sourceEnum: WorkspaceSettingsSource;
|
|
1549
1601
|
};
|
|
1550
1602
|
/**
|
|
1551
1603
|
* Describes the message console.v1.WorkspaceSettingsIdentityProvider.
|
|
@@ -1588,12 +1640,66 @@ export type WorkspaceSettingsIntegration = Message<"console.v1.WorkspaceSettings
|
|
|
1588
1640
|
* @generated from field: string source = 8;
|
|
1589
1641
|
*/
|
|
1590
1642
|
source: string;
|
|
1643
|
+
/**
|
|
1644
|
+
* @generated from field: console.v1.WorkspaceSettingsIntegrationStatus status_enum = 9;
|
|
1645
|
+
*/
|
|
1646
|
+
statusEnum: WorkspaceSettingsIntegrationStatus;
|
|
1647
|
+
/**
|
|
1648
|
+
* @generated from field: console.v1.WorkspaceSettingsSource source_enum = 10;
|
|
1649
|
+
*/
|
|
1650
|
+
sourceEnum: WorkspaceSettingsSource;
|
|
1591
1651
|
};
|
|
1592
1652
|
/**
|
|
1593
1653
|
* Describes the message console.v1.WorkspaceSettingsIntegration.
|
|
1594
1654
|
* Use `create(WorkspaceSettingsIntegrationSchema)` to create a new message.
|
|
1595
1655
|
*/
|
|
1596
1656
|
export declare const WorkspaceSettingsIntegrationSchema: GenMessage<WorkspaceSettingsIntegration>;
|
|
1657
|
+
/**
|
|
1658
|
+
* @generated from message console.v1.WorkspaceSettingsOwnerStatus
|
|
1659
|
+
*/
|
|
1660
|
+
export type WorkspaceSettingsOwnerStatus = Message<"console.v1.WorkspaceSettingsOwnerStatus"> & {
|
|
1661
|
+
/**
|
|
1662
|
+
* @generated from field: string id = 1;
|
|
1663
|
+
*/
|
|
1664
|
+
id: string;
|
|
1665
|
+
/**
|
|
1666
|
+
* @generated from field: string label = 2;
|
|
1667
|
+
*/
|
|
1668
|
+
label: string;
|
|
1669
|
+
/**
|
|
1670
|
+
* @generated from field: string owner_service = 3;
|
|
1671
|
+
*/
|
|
1672
|
+
ownerService: string;
|
|
1673
|
+
/**
|
|
1674
|
+
* @generated from field: string status = 4;
|
|
1675
|
+
*/
|
|
1676
|
+
status: string;
|
|
1677
|
+
/**
|
|
1678
|
+
* @generated from field: string summary = 5;
|
|
1679
|
+
*/
|
|
1680
|
+
summary: string;
|
|
1681
|
+
/**
|
|
1682
|
+
* @generated from field: repeated string settings = 6;
|
|
1683
|
+
*/
|
|
1684
|
+
settings: string[];
|
|
1685
|
+
/**
|
|
1686
|
+
* @generated from field: console.v1.WorkspaceSettingsCapability capability = 7;
|
|
1687
|
+
*/
|
|
1688
|
+
capability?: WorkspaceSettingsCapability | undefined;
|
|
1689
|
+
/**
|
|
1690
|
+
* @generated from field: google.protobuf.Timestamp checked_at = 8;
|
|
1691
|
+
*/
|
|
1692
|
+
checkedAt?: Timestamp | undefined;
|
|
1693
|
+
/**
|
|
1694
|
+
* @generated from field: console.v1.WorkspaceSettingsOwnerServiceStatus status_enum = 9;
|
|
1695
|
+
*/
|
|
1696
|
+
statusEnum: WorkspaceSettingsOwnerServiceStatus;
|
|
1697
|
+
};
|
|
1698
|
+
/**
|
|
1699
|
+
* Describes the message console.v1.WorkspaceSettingsOwnerStatus.
|
|
1700
|
+
* Use `create(WorkspaceSettingsOwnerStatusSchema)` to create a new message.
|
|
1701
|
+
*/
|
|
1702
|
+
export declare const WorkspaceSettingsOwnerStatusSchema: GenMessage<WorkspaceSettingsOwnerStatus>;
|
|
1597
1703
|
/**
|
|
1598
1704
|
* @generated from message console.v1.ListScenarioFixturesRequest
|
|
1599
1705
|
*/
|
|
@@ -3744,6 +3850,237 @@ export declare enum WorkspaceSettingsRole {
|
|
|
3744
3850
|
* Describes the enum console.v1.WorkspaceSettingsRole.
|
|
3745
3851
|
*/
|
|
3746
3852
|
export declare const WorkspaceSettingsRoleSchema: GenEnum<WorkspaceSettingsRole>;
|
|
3853
|
+
/**
|
|
3854
|
+
* @generated from enum console.v1.WorkspaceSettingsAvailabilityStatus
|
|
3855
|
+
*/
|
|
3856
|
+
export declare enum WorkspaceSettingsAvailabilityStatus {
|
|
3857
|
+
/**
|
|
3858
|
+
* @generated from enum value: WORKSPACE_SETTINGS_AVAILABILITY_STATUS_UNSPECIFIED = 0;
|
|
3859
|
+
*/
|
|
3860
|
+
UNSPECIFIED = 0,
|
|
3861
|
+
/**
|
|
3862
|
+
* @generated from enum value: WORKSPACE_SETTINGS_AVAILABILITY_STATUS_ACTIVE = 1;
|
|
3863
|
+
*/
|
|
3864
|
+
ACTIVE = 1,
|
|
3865
|
+
/**
|
|
3866
|
+
* @generated from enum value: WORKSPACE_SETTINGS_AVAILABILITY_STATUS_UNAVAILABLE = 2;
|
|
3867
|
+
*/
|
|
3868
|
+
UNAVAILABLE = 2
|
|
3869
|
+
}
|
|
3870
|
+
/**
|
|
3871
|
+
* Describes the enum console.v1.WorkspaceSettingsAvailabilityStatus.
|
|
3872
|
+
*/
|
|
3873
|
+
export declare const WorkspaceSettingsAvailabilityStatusSchema: GenEnum<WorkspaceSettingsAvailabilityStatus>;
|
|
3874
|
+
/**
|
|
3875
|
+
* @generated from enum console.v1.WorkspaceSettingsBillingStatus
|
|
3876
|
+
*/
|
|
3877
|
+
export declare enum WorkspaceSettingsBillingStatus {
|
|
3878
|
+
/**
|
|
3879
|
+
* @generated from enum value: WORKSPACE_SETTINGS_BILLING_STATUS_UNSPECIFIED = 0;
|
|
3880
|
+
*/
|
|
3881
|
+
UNSPECIFIED = 0,
|
|
3882
|
+
/**
|
|
3883
|
+
* @generated from enum value: WORKSPACE_SETTINGS_BILLING_STATUS_ACTIVE = 1;
|
|
3884
|
+
*/
|
|
3885
|
+
ACTIVE = 1,
|
|
3886
|
+
/**
|
|
3887
|
+
* @generated from enum value: WORKSPACE_SETTINGS_BILLING_STATUS_TRIALING = 2;
|
|
3888
|
+
*/
|
|
3889
|
+
TRIALING = 2,
|
|
3890
|
+
/**
|
|
3891
|
+
* @generated from enum value: WORKSPACE_SETTINGS_BILLING_STATUS_PAST_DUE = 3;
|
|
3892
|
+
*/
|
|
3893
|
+
PAST_DUE = 3,
|
|
3894
|
+
/**
|
|
3895
|
+
* @generated from enum value: WORKSPACE_SETTINGS_BILLING_STATUS_CANCELED = 4;
|
|
3896
|
+
*/
|
|
3897
|
+
CANCELED = 4,
|
|
3898
|
+
/**
|
|
3899
|
+
* @generated from enum value: WORKSPACE_SETTINGS_BILLING_STATUS_UNAVAILABLE = 5;
|
|
3900
|
+
*/
|
|
3901
|
+
UNAVAILABLE = 5
|
|
3902
|
+
}
|
|
3903
|
+
/**
|
|
3904
|
+
* Describes the enum console.v1.WorkspaceSettingsBillingStatus.
|
|
3905
|
+
*/
|
|
3906
|
+
export declare const WorkspaceSettingsBillingStatusSchema: GenEnum<WorkspaceSettingsBillingStatus>;
|
|
3907
|
+
/**
|
|
3908
|
+
* @generated from enum console.v1.WorkspaceSettingsMemberStatus
|
|
3909
|
+
*/
|
|
3910
|
+
export declare enum WorkspaceSettingsMemberStatus {
|
|
3911
|
+
/**
|
|
3912
|
+
* @generated from enum value: WORKSPACE_SETTINGS_MEMBER_STATUS_UNSPECIFIED = 0;
|
|
3913
|
+
*/
|
|
3914
|
+
UNSPECIFIED = 0,
|
|
3915
|
+
/**
|
|
3916
|
+
* @generated from enum value: WORKSPACE_SETTINGS_MEMBER_STATUS_ACTIVE = 1;
|
|
3917
|
+
*/
|
|
3918
|
+
ACTIVE = 1,
|
|
3919
|
+
/**
|
|
3920
|
+
* @generated from enum value: WORKSPACE_SETTINGS_MEMBER_STATUS_INVITED = 2;
|
|
3921
|
+
*/
|
|
3922
|
+
INVITED = 2,
|
|
3923
|
+
/**
|
|
3924
|
+
* @generated from enum value: WORKSPACE_SETTINGS_MEMBER_STATUS_SUSPENDED = 3;
|
|
3925
|
+
*/
|
|
3926
|
+
SUSPENDED = 3
|
|
3927
|
+
}
|
|
3928
|
+
/**
|
|
3929
|
+
* Describes the enum console.v1.WorkspaceSettingsMemberStatus.
|
|
3930
|
+
*/
|
|
3931
|
+
export declare const WorkspaceSettingsMemberStatusSchema: GenEnum<WorkspaceSettingsMemberStatus>;
|
|
3932
|
+
/**
|
|
3933
|
+
* @generated from enum console.v1.WorkspaceSettingsIdentityProviderStatus
|
|
3934
|
+
*/
|
|
3935
|
+
export declare enum WorkspaceSettingsIdentityProviderStatus {
|
|
3936
|
+
/**
|
|
3937
|
+
* @generated from enum value: WORKSPACE_SETTINGS_IDENTITY_PROVIDER_STATUS_UNSPECIFIED = 0;
|
|
3938
|
+
*/
|
|
3939
|
+
UNSPECIFIED = 0,
|
|
3940
|
+
/**
|
|
3941
|
+
* @generated from enum value: WORKSPACE_SETTINGS_IDENTITY_PROVIDER_STATUS_CONFIGURED = 1;
|
|
3942
|
+
*/
|
|
3943
|
+
CONFIGURED = 1,
|
|
3944
|
+
/**
|
|
3945
|
+
* @generated from enum value: WORKSPACE_SETTINGS_IDENTITY_PROVIDER_STATUS_CONNECTED = 2;
|
|
3946
|
+
*/
|
|
3947
|
+
CONNECTED = 2,
|
|
3948
|
+
/**
|
|
3949
|
+
* @generated from enum value: WORKSPACE_SETTINGS_IDENTITY_PROVIDER_STATUS_DEGRADED = 3;
|
|
3950
|
+
*/
|
|
3951
|
+
DEGRADED = 3,
|
|
3952
|
+
/**
|
|
3953
|
+
* @generated from enum value: WORKSPACE_SETTINGS_IDENTITY_PROVIDER_STATUS_DISABLED = 4;
|
|
3954
|
+
*/
|
|
3955
|
+
DISABLED = 4,
|
|
3956
|
+
/**
|
|
3957
|
+
* @generated from enum value: WORKSPACE_SETTINGS_IDENTITY_PROVIDER_STATUS_UNAVAILABLE = 5;
|
|
3958
|
+
*/
|
|
3959
|
+
UNAVAILABLE = 5
|
|
3960
|
+
}
|
|
3961
|
+
/**
|
|
3962
|
+
* Describes the enum console.v1.WorkspaceSettingsIdentityProviderStatus.
|
|
3963
|
+
*/
|
|
3964
|
+
export declare const WorkspaceSettingsIdentityProviderStatusSchema: GenEnum<WorkspaceSettingsIdentityProviderStatus>;
|
|
3965
|
+
/**
|
|
3966
|
+
* @generated from enum console.v1.WorkspaceSettingsIntegrationStatus
|
|
3967
|
+
*/
|
|
3968
|
+
export declare enum WorkspaceSettingsIntegrationStatus {
|
|
3969
|
+
/**
|
|
3970
|
+
* @generated from enum value: WORKSPACE_SETTINGS_INTEGRATION_STATUS_UNSPECIFIED = 0;
|
|
3971
|
+
*/
|
|
3972
|
+
UNSPECIFIED = 0,
|
|
3973
|
+
/**
|
|
3974
|
+
* @generated from enum value: WORKSPACE_SETTINGS_INTEGRATION_STATUS_CONFIGURED = 1;
|
|
3975
|
+
*/
|
|
3976
|
+
CONFIGURED = 1,
|
|
3977
|
+
/**
|
|
3978
|
+
* @generated from enum value: WORKSPACE_SETTINGS_INTEGRATION_STATUS_CONNECTED = 2;
|
|
3979
|
+
*/
|
|
3980
|
+
CONNECTED = 2,
|
|
3981
|
+
/**
|
|
3982
|
+
* @generated from enum value: WORKSPACE_SETTINGS_INTEGRATION_STATUS_HEALTHY = 3;
|
|
3983
|
+
*/
|
|
3984
|
+
HEALTHY = 3,
|
|
3985
|
+
/**
|
|
3986
|
+
* @generated from enum value: WORKSPACE_SETTINGS_INTEGRATION_STATUS_DEGRADED = 4;
|
|
3987
|
+
*/
|
|
3988
|
+
DEGRADED = 4,
|
|
3989
|
+
/**
|
|
3990
|
+
* @generated from enum value: WORKSPACE_SETTINGS_INTEGRATION_STATUS_DISABLED = 5;
|
|
3991
|
+
*/
|
|
3992
|
+
DISABLED = 5,
|
|
3993
|
+
/**
|
|
3994
|
+
* @generated from enum value: WORKSPACE_SETTINGS_INTEGRATION_STATUS_UNAVAILABLE = 6;
|
|
3995
|
+
*/
|
|
3996
|
+
UNAVAILABLE = 6
|
|
3997
|
+
}
|
|
3998
|
+
/**
|
|
3999
|
+
* Describes the enum console.v1.WorkspaceSettingsIntegrationStatus.
|
|
4000
|
+
*/
|
|
4001
|
+
export declare const WorkspaceSettingsIntegrationStatusSchema: GenEnum<WorkspaceSettingsIntegrationStatus>;
|
|
4002
|
+
/**
|
|
4003
|
+
* @generated from enum console.v1.WorkspaceSettingsOwnerServiceStatus
|
|
4004
|
+
*/
|
|
4005
|
+
export declare enum WorkspaceSettingsOwnerServiceStatus {
|
|
4006
|
+
/**
|
|
4007
|
+
* @generated from enum value: WORKSPACE_SETTINGS_OWNER_SERVICE_STATUS_UNSPECIFIED = 0;
|
|
4008
|
+
*/
|
|
4009
|
+
UNSPECIFIED = 0,
|
|
4010
|
+
/**
|
|
4011
|
+
* @generated from enum value: WORKSPACE_SETTINGS_OWNER_SERVICE_STATUS_ACTIVE = 1;
|
|
4012
|
+
*/
|
|
4013
|
+
ACTIVE = 1,
|
|
4014
|
+
/**
|
|
4015
|
+
* @generated from enum value: WORKSPACE_SETTINGS_OWNER_SERVICE_STATUS_PROJECTION = 2;
|
|
4016
|
+
*/
|
|
4017
|
+
PROJECTION = 2,
|
|
4018
|
+
/**
|
|
4019
|
+
* @generated from enum value: WORKSPACE_SETTINGS_OWNER_SERVICE_STATUS_PARTIAL = 3;
|
|
4020
|
+
*/
|
|
4021
|
+
PARTIAL = 3,
|
|
4022
|
+
/**
|
|
4023
|
+
* @generated from enum value: WORKSPACE_SETTINGS_OWNER_SERVICE_STATUS_LOCAL = 4;
|
|
4024
|
+
*/
|
|
4025
|
+
LOCAL = 4,
|
|
4026
|
+
/**
|
|
4027
|
+
* @generated from enum value: WORKSPACE_SETTINGS_OWNER_SERVICE_STATUS_UNAVAILABLE = 5;
|
|
4028
|
+
*/
|
|
4029
|
+
UNAVAILABLE = 5
|
|
4030
|
+
}
|
|
4031
|
+
/**
|
|
4032
|
+
* Describes the enum console.v1.WorkspaceSettingsOwnerServiceStatus.
|
|
4033
|
+
*/
|
|
4034
|
+
export declare const WorkspaceSettingsOwnerServiceStatusSchema: GenEnum<WorkspaceSettingsOwnerServiceStatus>;
|
|
4035
|
+
/**
|
|
4036
|
+
* @generated from enum console.v1.WorkspaceSettingsSource
|
|
4037
|
+
*/
|
|
4038
|
+
export declare enum WorkspaceSettingsSource {
|
|
4039
|
+
/**
|
|
4040
|
+
* @generated from enum value: WORKSPACE_SETTINGS_SOURCE_UNSPECIFIED = 0;
|
|
4041
|
+
*/
|
|
4042
|
+
UNSPECIFIED = 0,
|
|
4043
|
+
/**
|
|
4044
|
+
* @generated from enum value: WORKSPACE_SETTINGS_SOURCE_CONSOLE_SETTINGS = 1;
|
|
4045
|
+
*/
|
|
4046
|
+
CONSOLE_SETTINGS = 1,
|
|
4047
|
+
/**
|
|
4048
|
+
* @generated from enum value: WORKSPACE_SETTINGS_SOURCE_CONSOLE_INVITATION = 2;
|
|
4049
|
+
*/
|
|
4050
|
+
CONSOLE_INVITATION = 2,
|
|
4051
|
+
/**
|
|
4052
|
+
* @generated from enum value: WORKSPACE_SETTINGS_SOURCE_AUTHENTICATED_PRINCIPAL = 3;
|
|
4053
|
+
*/
|
|
4054
|
+
AUTHENTICATED_PRINCIPAL = 3,
|
|
4055
|
+
/**
|
|
4056
|
+
* @generated from enum value: WORKSPACE_SETTINGS_SOURCE_MANUAL = 4;
|
|
4057
|
+
*/
|
|
4058
|
+
MANUAL = 4,
|
|
4059
|
+
/**
|
|
4060
|
+
* @generated from enum value: WORKSPACE_SETTINGS_SOURCE_SCIM = 5;
|
|
4061
|
+
*/
|
|
4062
|
+
SCIM = 5,
|
|
4063
|
+
/**
|
|
4064
|
+
* @generated from enum value: WORKSPACE_SETTINGS_SOURCE_SAML = 6;
|
|
4065
|
+
*/
|
|
4066
|
+
SAML = 6,
|
|
4067
|
+
/**
|
|
4068
|
+
* @generated from enum value: WORKSPACE_SETTINGS_SOURCE_OAUTH = 7;
|
|
4069
|
+
*/
|
|
4070
|
+
OAUTH = 7,
|
|
4071
|
+
/**
|
|
4072
|
+
* @generated from enum value: WORKSPACE_SETTINGS_SOURCE_SYSTEM = 8;
|
|
4073
|
+
*/
|
|
4074
|
+
SYSTEM = 8,
|
|
4075
|
+
/**
|
|
4076
|
+
* @generated from enum value: WORKSPACE_SETTINGS_SOURCE_CONSOLE_SNAPSHOT = 9;
|
|
4077
|
+
*/
|
|
4078
|
+
CONSOLE_SNAPSHOT = 9
|
|
4079
|
+
}
|
|
4080
|
+
/**
|
|
4081
|
+
* Describes the enum console.v1.WorkspaceSettingsSource.
|
|
4082
|
+
*/
|
|
4083
|
+
export declare const WorkspaceSettingsSourceSchema: GenEnum<WorkspaceSettingsSource>;
|
|
3747
4084
|
/**
|
|
3748
4085
|
* ConsoleService provides the product-facing AI operations read model for the
|
|
3749
4086
|
* EvalOps web console. It composes agent inventory, traces, approvals,
|