@scalekit-sdk/node 2.2.0-beta.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nvmrc +1 -1
- package/README.md +5 -5
- package/buf.gen.yaml +1 -5
- package/lib/auth.d.ts +9 -6
- package/lib/auth.js +4 -20
- package/lib/auth.js.map +1 -1
- package/lib/connect.d.ts +3 -3
- package/lib/connect.js +1 -2
- package/lib/connect.js.map +1 -1
- package/lib/connection.d.ts +2 -2
- package/lib/connection.js +4 -4
- package/lib/connection.js.map +1 -1
- package/lib/core.js +2 -2
- package/lib/core.js.map +1 -1
- package/lib/directory.d.ts +2 -2
- package/lib/directory.js +7 -7
- package/lib/directory.js.map +1 -1
- package/lib/domain.d.ts +6 -5
- package/lib/domain.js +4 -5
- package/lib/domain.js.map +1 -1
- package/lib/errors/base-exception.d.ts +1 -1
- package/lib/errors/base-exception.js +1 -1
- package/lib/errors/base-exception.js.map +1 -1
- package/lib/organization.d.ts +10 -9
- package/lib/organization.js +11 -9
- package/lib/organization.js.map +1 -1
- package/lib/passwordless.d.ts +2 -2
- package/lib/passwordless.js +8 -7
- package/lib/passwordless.js.map +1 -1
- package/lib/permission.d.ts +6 -5
- package/lib/permission.js +10 -11
- package/lib/permission.js.map +1 -1
- package/lib/pkg/grpc/buf/validate/validate_pb.d.ts +7 -0
- package/lib/pkg/grpc/buf/validate/validate_pb.js +25 -0
- package/lib/pkg/grpc/buf/validate/validate_pb.js.map +1 -0
- package/lib/pkg/grpc/google/api/annotations_pb.d.ts +7 -0
- package/lib/pkg/grpc/google/api/annotations_pb.js +25 -0
- package/lib/pkg/grpc/google/api/annotations_pb.js.map +1 -0
- package/lib/pkg/grpc/google/api/field_behavior_pb.d.ts +7 -0
- package/lib/pkg/grpc/google/api/field_behavior_pb.js +25 -0
- package/lib/pkg/grpc/google/api/field_behavior_pb.js.map +1 -0
- package/lib/pkg/grpc/google/api/visibility_pb.d.ts +7 -0
- package/lib/pkg/grpc/google/api/visibility_pb.js +25 -0
- package/lib/pkg/grpc/google/api/visibility_pb.js.map +1 -0
- package/lib/pkg/grpc/protoc-gen-openapiv2/options/annotations_pb.d.ts +7 -0
- package/lib/pkg/grpc/protoc-gen-openapiv2/options/annotations_pb.js +25 -0
- package/lib/pkg/grpc/protoc-gen-openapiv2/options/annotations_pb.js.map +1 -0
- package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_pb.d.ts +48 -42
- package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_pb.js +27 -263
- package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/auth/auth_pb.d.ts +371 -325
- package/lib/pkg/grpc/scalekit/v1/auth/auth_pb.js +132 -835
- package/lib/pkg/grpc/scalekit/v1/auth/auth_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/auth/passwordless_pb.d.ts +113 -87
- package/lib/pkg/grpc/scalekit/v1/auth/passwordless_pb.js +45 -201
- package/lib/pkg/grpc/scalekit/v1/auth/passwordless_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/auth/webauthn_pb.d.ts +262 -265
- package/lib/pkg/grpc/scalekit/v1/auth/webauthn_pb.js +92 -938
- package/lib/pkg/grpc/scalekit/v1/auth/webauthn_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/commons/commons_pb.d.ts +162 -157
- package/lib/pkg/grpc/scalekit/v1/commons/commons_pb.js +42 -313
- package/lib/pkg/grpc/scalekit/v1/commons/commons_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/connections/connections_pb.d.ts +1488 -1459
- package/lib/pkg/grpc/scalekit/v1/connections/connections_pb.js +353 -2362
- package/lib/pkg/grpc/scalekit/v1/connections/connections_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/directories/directories_pb.d.ts +520 -483
- package/lib/pkg/grpc/scalekit/v1/directories/directories_pb.js +224 -1555
- package/lib/pkg/grpc/scalekit/v1/directories/directories_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/domains/domains_pb.d.ts +219 -191
- package/lib/pkg/grpc/scalekit/v1/domains/domains_pb.js +96 -553
- package/lib/pkg/grpc/scalekit/v1/domains/domains_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/errdetails/errdetails_pb.d.ts +76 -102
- package/lib/pkg/grpc/scalekit/v1/errdetails/errdetails_pb.js +37 -393
- package/lib/pkg/grpc/scalekit/v1/errdetails/errdetails_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/options/options_pb.d.ts +36 -26
- package/lib/pkg/grpc/scalekit/v1/options/options_pb.js +20 -69
- package/lib/pkg/grpc/scalekit/v1/options/options_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/organizations/organizations_pb.d.ts +447 -400
- package/lib/pkg/grpc/scalekit/v1/organizations/organizations_pb.js +163 -1238
- package/lib/pkg/grpc/scalekit/v1/organizations/organizations_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/roles/roles_pb.d.ts +622 -556
- package/lib/pkg/grpc/scalekit/v1/roles/roles_pb.js +201 -1718
- package/lib/pkg/grpc/scalekit/v1/roles/roles_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/sessions/sessions_pb.d.ts +135 -132
- package/lib/pkg/grpc/scalekit/v1/sessions/sessions_pb.js +55 -518
- package/lib/pkg/grpc/scalekit/v1/sessions/sessions_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/users/users_pb.d.ts +445 -413
- package/lib/pkg/grpc/scalekit/v1/users/users_pb.js +142 -1490
- package/lib/pkg/grpc/scalekit/v1/users/users_pb.js.map +1 -1
- package/lib/role.d.ts +8 -7
- package/lib/role.js +14 -14
- package/lib/role.js.map +1 -1
- package/lib/scalekit.d.ts +0 -4
- package/lib/scalekit.js +0 -4
- package/lib/scalekit.js.map +1 -1
- package/lib/session.js +15 -24
- package/lib/session.js.map +1 -1
- package/lib/user.d.ts +6 -5
- package/lib/user.js +17 -20
- package/lib/user.js.map +1 -1
- package/lib/webauthn.js +6 -5
- package/lib/webauthn.js.map +1 -1
- package/package.json +6 -10
- package/reference.md +0 -671
- package/src/auth.ts +17 -17
- package/src/connect.ts +4 -5
- package/src/connection.ts +5 -5
- package/src/core.ts +2 -2
- package/src/directory.ts +8 -8
- package/src/domain.ts +9 -8
- package/src/errors/base-exception.ts +3 -2
- package/src/organization.ts +18 -15
- package/src/passwordless.ts +12 -11
- package/src/permission.ts +15 -15
- package/src/pkg/grpc/buf/validate/validate_pb.ts +28 -0
- package/src/pkg/grpc/google/api/annotations_pb.ts +28 -0
- package/src/pkg/grpc/google/api/field_behavior_pb.ts +28 -0
- package/src/pkg/grpc/google/api/visibility_pb.ts +28 -0
- package/src/pkg/grpc/protoc-gen-openapiv2/options/annotations_pb.ts +28 -0
- package/src/pkg/grpc/scalekit/v1/auditlogs/auditlogs_pb.ts +97 -182
- package/src/pkg/grpc/scalekit/v1/auth/auth_pb.ts +473 -850
- package/src/pkg/grpc/scalekit/v1/auth/passwordless_pb.ts +153 -225
- package/src/pkg/grpc/scalekit/v1/auth/webauthn_pb.ts +361 -830
- package/src/pkg/grpc/scalekit/v1/commons/commons_pb.ts +237 -358
- package/src/pkg/grpc/scalekit/v1/connections/connections_pb.ts +1625 -2826
- package/src/pkg/grpc/scalekit/v1/directories/directories_pb.ts +687 -1413
- package/src/pkg/grpc/scalekit/v1/domains/domains_pb.ts +286 -542
- package/src/pkg/grpc/scalekit/v1/errdetails/errdetails_pb.ts +115 -328
- package/src/pkg/grpc/scalekit/v1/options/options_pb.ts +50 -80
- package/src/pkg/grpc/scalekit/v1/organizations/organizations_pb.ts +558 -1183
- package/src/pkg/grpc/scalekit/v1/roles/roles_pb.ts +765 -1669
- package/src/pkg/grpc/scalekit/v1/sessions/sessions_pb.ts +195 -447
- package/src/pkg/grpc/scalekit/v1/users/users_pb.ts +592 -1339
- package/src/role.ts +21 -19
- package/src/scalekit.ts +0 -9
- package/src/session.ts +20 -34
- package/src/user.ts +30 -26
- package/src/webauthn.ts +10 -9
- package/tests/utils/test-data.ts +17 -8
- package/lib/connected-accounts.d.ts +0 -96
- package/lib/connected-accounts.js +0 -186
- package/lib/connected-accounts.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_connect.d.ts +0 -19
- package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_connect.js +0 -27
- package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/auth/auth_connect.d.ts +0 -118
- package/lib/pkg/grpc/scalekit/v1/auth/auth_connect.js +0 -126
- package/lib/pkg/grpc/scalekit/v1/auth/auth_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/auth/passwordless_connect.d.ts +0 -37
- package/lib/pkg/grpc/scalekit/v1/auth/passwordless_connect.js +0 -45
- package/lib/pkg/grpc/scalekit/v1/auth/passwordless_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/auth/webauthn_connect.d.ts +0 -82
- package/lib/pkg/grpc/scalekit/v1/auth/webauthn_connect.js +0 -90
- package/lib/pkg/grpc/scalekit/v1/auth/webauthn_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_connect.d.ts +0 -87
- package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_connect.js +0 -95
- package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_pb.d.ts +0 -718
- package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_pb.js +0 -893
- package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_pb.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/connections/connections_connect.d.ts +0 -172
- package/lib/pkg/grpc/scalekit/v1/connections/connections_connect.js +0 -180
- package/lib/pkg/grpc/scalekit/v1/connections/connections_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/directories/directories_connect.d.ts +0 -154
- package/lib/pkg/grpc/scalekit/v1/directories/directories_connect.js +0 -162
- package/lib/pkg/grpc/scalekit/v1/directories/directories_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/domains/domains_connect.d.ts +0 -73
- package/lib/pkg/grpc/scalekit/v1/domains/domains_connect.js +0 -81
- package/lib/pkg/grpc/scalekit/v1/domains/domains_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/organizations/organizations_connect.d.ts +0 -171
- package/lib/pkg/grpc/scalekit/v1/organizations/organizations_connect.js +0 -179
- package/lib/pkg/grpc/scalekit/v1/organizations/organizations_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/roles/roles_connect.d.ts +0 -250
- package/lib/pkg/grpc/scalekit/v1/roles/roles_connect.js +0 -258
- package/lib/pkg/grpc/scalekit/v1/roles/roles_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/sessions/sessions_connect.d.ts +0 -46
- package/lib/pkg/grpc/scalekit/v1/sessions/sessions_connect.js +0 -54
- package/lib/pkg/grpc/scalekit/v1/sessions/sessions_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/tools/tools_connect.d.ts +0 -75
- package/lib/pkg/grpc/scalekit/v1/tools/tools_connect.js +0 -83
- package/lib/pkg/grpc/scalekit/v1/tools/tools_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/tools/tools_pb.d.ts +0 -431
- package/lib/pkg/grpc/scalekit/v1/tools/tools_pb.js +0 -627
- package/lib/pkg/grpc/scalekit/v1/tools/tools_pb.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/users/users_connect.d.ts +0 -173
- package/lib/pkg/grpc/scalekit/v1/users/users_connect.js +0 -181
- package/lib/pkg/grpc/scalekit/v1/users/users_connect.js.map +0 -1
- package/lib/tools.d.ts +0 -75
- package/lib/tools.js +0 -127
- package/lib/tools.js.map +0 -1
- package/src/connected-accounts.ts +0 -283
- package/src/pkg/grpc/scalekit/v1/auditlogs/auditlogs_connect.ts +0 -26
- package/src/pkg/grpc/scalekit/v1/auth/auth_connect.ts +0 -125
- package/src/pkg/grpc/scalekit/v1/auth/passwordless_connect.ts +0 -44
- package/src/pkg/grpc/scalekit/v1/auth/webauthn_connect.ts +0 -89
- package/src/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_connect.ts +0 -94
- package/src/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_pb.ts +0 -1294
- package/src/pkg/grpc/scalekit/v1/connections/connections_connect.ts +0 -179
- package/src/pkg/grpc/scalekit/v1/directories/directories_connect.ts +0 -161
- package/src/pkg/grpc/scalekit/v1/domains/domains_connect.ts +0 -80
- package/src/pkg/grpc/scalekit/v1/organizations/organizations_connect.ts +0 -178
- package/src/pkg/grpc/scalekit/v1/roles/roles_connect.ts +0 -257
- package/src/pkg/grpc/scalekit/v1/sessions/sessions_connect.ts +0 -53
- package/src/pkg/grpc/scalekit/v1/tools/tools_connect.ts +0 -82
- package/src/pkg/grpc/scalekit/v1/tools/tools_pb.ts +0 -847
- package/src/pkg/grpc/scalekit/v1/users/users_connect.ts +0 -180
- package/src/tools.ts +0 -166
- package/tests/connected-accounts.test.ts +0 -434
- package/tests/tools.test.ts +0 -239
|
@@ -1,659 +1,299 @@
|
|
|
1
|
-
// @generated by protoc-gen-es
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts"
|
|
2
2
|
// @generated from file scalekit/v1/directories/directories.proto (package scalekit.v1.directories, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
4
|
|
|
6
|
-
import type {
|
|
7
|
-
import {
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import { file_buf_validate_validate } from "../../../buf/validate/validate_pb";
|
|
8
|
+
import { file_google_api_annotations } from "../../../google/api/annotations_pb";
|
|
9
|
+
import { file_google_api_visibility } from "../../../google/api/visibility_pb";
|
|
10
|
+
import type { EmptySchema, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
import { file_google_protobuf_empty, file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
12
|
+
import { file_protoc_gen_openapiv2_options_annotations } from "../../../protoc-gen-openapiv2/options/annotations_pb";
|
|
13
|
+
import { file_scalekit_v1_options_options } from "../options/options_pb";
|
|
14
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
8
15
|
|
|
9
16
|
/**
|
|
10
|
-
*
|
|
17
|
+
* Describes the file scalekit/v1/directories/directories.proto.
|
|
11
18
|
*/
|
|
12
|
-
export
|
|
13
|
-
/**
|
|
14
|
-
* @generated from enum value: DIRECTORY_TYPE_UNSPECIFIED = 0;
|
|
15
|
-
*/
|
|
16
|
-
DIRECTORY_TYPE_UNSPECIFIED = 0,
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* @generated from enum value: SCIM = 1;
|
|
20
|
-
*/
|
|
21
|
-
SCIM = 1,
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @generated from enum value: LDAP = 2;
|
|
25
|
-
*/
|
|
26
|
-
LDAP = 2,
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* @generated from enum value: POLL = 3;
|
|
30
|
-
*/
|
|
31
|
-
POLL = 3,
|
|
32
|
-
}
|
|
33
|
-
// Retrieve enum metadata with: proto3.getEnumType(DirectoryType)
|
|
34
|
-
proto3.util.setEnumType(DirectoryType, "scalekit.v1.directories.DirectoryType", [
|
|
35
|
-
{ no: 0, name: "DIRECTORY_TYPE_UNSPECIFIED" },
|
|
36
|
-
{ no: 1, name: "SCIM" },
|
|
37
|
-
{ no: 2, name: "LDAP" },
|
|
38
|
-
{ no: 3, name: "POLL" },
|
|
39
|
-
]);
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @generated from enum scalekit.v1.directories.DirectoryProvider
|
|
43
|
-
*/
|
|
44
|
-
export enum DirectoryProvider {
|
|
45
|
-
/**
|
|
46
|
-
* @generated from enum value: DIRECTORY_PROVIDER_UNSPECIFIED = 0;
|
|
47
|
-
*/
|
|
48
|
-
DIRECTORY_PROVIDER_UNSPECIFIED = 0,
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* @generated from enum value: OKTA = 1;
|
|
52
|
-
*/
|
|
53
|
-
OKTA = 1,
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @generated from enum value: GOOGLE = 2;
|
|
57
|
-
*/
|
|
58
|
-
GOOGLE = 2,
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @generated from enum value: MICROSOFT_AD = 3;
|
|
62
|
-
*/
|
|
63
|
-
MICROSOFT_AD = 3,
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* @generated from enum value: AUTH0 = 4;
|
|
67
|
-
*/
|
|
68
|
-
AUTH0 = 4,
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* @generated from enum value: ONELOGIN = 5;
|
|
72
|
-
*/
|
|
73
|
-
ONELOGIN = 5,
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* @generated from enum value: JUMPCLOUD = 6;
|
|
77
|
-
*/
|
|
78
|
-
JUMPCLOUD = 6,
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* @generated from enum value: PING_IDENTITY = 7;
|
|
82
|
-
*/
|
|
83
|
-
PING_IDENTITY = 7,
|
|
84
|
-
}
|
|
85
|
-
// Retrieve enum metadata with: proto3.getEnumType(DirectoryProvider)
|
|
86
|
-
proto3.util.setEnumType(DirectoryProvider, "scalekit.v1.directories.DirectoryProvider", [
|
|
87
|
-
{ no: 0, name: "DIRECTORY_PROVIDER_UNSPECIFIED" },
|
|
88
|
-
{ no: 1, name: "OKTA" },
|
|
89
|
-
{ no: 2, name: "GOOGLE" },
|
|
90
|
-
{ no: 3, name: "MICROSOFT_AD" },
|
|
91
|
-
{ no: 4, name: "AUTH0" },
|
|
92
|
-
{ no: 5, name: "ONELOGIN" },
|
|
93
|
-
{ no: 6, name: "JUMPCLOUD" },
|
|
94
|
-
{ no: 7, name: "PING_IDENTITY" },
|
|
95
|
-
]);
|
|
96
|
-
|
|
97
|
-
/**
|
|
98
|
-
* @generated from enum scalekit.v1.directories.DirectoryStatus
|
|
99
|
-
*/
|
|
100
|
-
export enum DirectoryStatus {
|
|
101
|
-
/**
|
|
102
|
-
* @generated from enum value: DIRECTORY_STATUS_UNSPECIFIED = 0;
|
|
103
|
-
*/
|
|
104
|
-
DIRECTORY_STATUS_UNSPECIFIED = 0,
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* @generated from enum value: DRAFT = 1;
|
|
108
|
-
*/
|
|
109
|
-
DRAFT = 1,
|
|
110
|
-
|
|
111
|
-
/**
|
|
112
|
-
* @generated from enum value: IN_PROGRESS = 2;
|
|
113
|
-
*/
|
|
114
|
-
IN_PROGRESS = 2,
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* @generated from enum value: COMPLETED = 3;
|
|
118
|
-
*/
|
|
119
|
-
COMPLETED = 3,
|
|
120
|
-
}
|
|
121
|
-
// Retrieve enum metadata with: proto3.getEnumType(DirectoryStatus)
|
|
122
|
-
proto3.util.setEnumType(DirectoryStatus, "scalekit.v1.directories.DirectoryStatus", [
|
|
123
|
-
{ no: 0, name: "DIRECTORY_STATUS_UNSPECIFIED" },
|
|
124
|
-
{ no: 1, name: "DRAFT" },
|
|
125
|
-
{ no: 2, name: "IN_PROGRESS" },
|
|
126
|
-
{ no: 3, name: "COMPLETED" },
|
|
127
|
-
]);
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
* @generated from enum scalekit.v1.directories.SecretStatus
|
|
131
|
-
*/
|
|
132
|
-
export enum SecretStatus {
|
|
133
|
-
/**
|
|
134
|
-
* @generated from enum value: ACTIVE = 0;
|
|
135
|
-
*/
|
|
136
|
-
ACTIVE = 0,
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* @generated from enum value: INACTIVE = 1;
|
|
140
|
-
*/
|
|
141
|
-
INACTIVE = 1,
|
|
142
|
-
}
|
|
143
|
-
// Retrieve enum metadata with: proto3.getEnumType(SecretStatus)
|
|
144
|
-
proto3.util.setEnumType(SecretStatus, "scalekit.v1.directories.SecretStatus", [
|
|
145
|
-
{ no: 0, name: "ACTIVE" },
|
|
146
|
-
{ no: 1, name: "INACTIVE" },
|
|
147
|
-
]);
|
|
19
|
+
export const file_scalekit_v1_directories_directories: GenFile = /*@__PURE__*/
|
|
20
|
+
fileDesc("CilzY2FsZWtpdC92MS9kaXJlY3Rvcmllcy9kaXJlY3Rvcmllcy5wcm90bxIXc2NhbGVraXQudjEuZGlyZWN0b3JpZXMixwEKE0dldERpcmVjdG9yeVJlcXVlc3QSTwoCaWQYASABKAlCQ5JBNzIiVW5pcXVlIGlkZW50aWZpZXIgb2YgdGhlIGRpcmVjdG9yeUoRImRpcl8xMjEzMTI0MzQxMiK6SAZyBBABGCASXwoPb3JnYW5pemF0aW9uX2lkGAIgASgJQkaSQToyJVVuaXF1ZSBpZGVudGlmaWVyIG9mIHRoZSBvcmdhbml6YXRpb25KESJvcmdfMTIxMzEyNDM0MTIiukgGcgQQARggIoYBChRHZXREaXJlY3RvcnlSZXNwb25zZRJuCglkaXJlY3RvcnkYASABKAsyIi5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5EaXJlY3RvcnlCN5JBNDIyRGV0YWlsZWQgaW5mb3JtYXRpb24gYWJvdXQgdGhlIHJlcXVlc3RlZCBkaXJlY3Rvcnki3AEKFkNyZWF0ZURpcmVjdG9yeVJlcXVlc3QSZwoPb3JnYW5pemF0aW9uX2lkGAEgASgJQk6SQT8yJFVuaXF1ZSBpZGVudGlmaWVyIHRvIGFuIE9yZ2FuaXphdGlvbkoXIm9yZ18xMjM2MjQ3NDkwMDY4NDgxNCK6SAnIAQFyBBABGCASWQoJZGlyZWN0b3J5GAIgASgLMiguc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuQ3JlYXRlRGlyZWN0b3J5QhySQRMyEURpcmVjdG9yeSBEZXRhaWxzukgDyAEBItUBCg9DcmVhdGVEaXJlY3RvcnkSXAoOZGlyZWN0b3J5X3R5cGUYASABKA4yJi5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5EaXJlY3RvcnlUeXBlQhySQQ4yBFR5cGVKBiJTQ0lNIrpICMgBAYIBAhABEmQKEmRpcmVjdG9yeV9wcm92aWRlchgCIAEoDjIqLnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLkRpcmVjdG9yeVByb3ZpZGVyQhySQREyB1Byb3ZpZGVKBiJPS1RBIrpIBYIBAhABIm4KF0NyZWF0ZURpcmVjdG9yeVJlc3BvbnNlElMKCWRpcmVjdG9yeRgBIAEoCzIiLnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLkRpcmVjdG9yeUIckkETMhFEaXJlY3RvcnkgRGV0YWlsc7pIA8gBASK6AQoWVXBkYXRlRGlyZWN0b3J5UmVxdWVzdBIbCgJpZBgBIAEoCUIPukgMcgoQARggOgRkaXJfEigKD29yZ2FuaXphdGlvbl9pZBgCIAEoCUIPukgMcgoQARggOgRvcmdfElkKCWRpcmVjdG9yeRgDIAEoCzIoLnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLlVwZGF0ZURpcmVjdG9yeUIckkETMhFEaXJlY3RvcnkgRGV0YWlsc7pIA8gBASLPBQoPVXBkYXRlRGlyZWN0b3J5Ei0KBG5hbWUYAiABKAlCH5JBEjIETmFtZUoKIkF6dXJlIEFEIrpIB3IFEAEYgAISWQoOZGlyZWN0b3J5X3R5cGUYAyABKA4yJi5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5EaXJlY3RvcnlUeXBlQhmSQQ4yBFR5cGVKBiJTQ0lNIrpIBYIBAhABEiIKB2VuYWJsZWQYByABKAhCEZJBDjIGU3RhdHVzSgR0cnVlEtkBChJkaXJlY3RvcnlfcHJvdmlkZXIYCCABKA4yKi5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5EaXJlY3RvcnlQcm92aWRlckKQAZJBhAEyLUlkZW50aXR5IHByb3ZpZGVyIGNvbm5lY3RlZCB0byB0aGlzIGRpcmVjdG9yeUpTIk9LVEEiLCAiR09PR0xFIiwgIk1JQ1JPU09GVF9BRCIsICJBVVRIMCIsICJPTkVMT0dJTiIsICJKVU1QQ0xPVUQiLCAiUElOR19JREVOVElUWSK6SAWCAQIQARJgCgZzdGF0dXMYCSABKA4yKC5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5EaXJlY3RvcnlTdGF0dXNCJpJBGzIMU2V0dXAgU3RhdHVzSgsiQ09NUExFVEVEIrpIBYIBAhABEjsKCG1hcHBpbmdzGAogAygLMikuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuRGlyZWN0b3J5TWFwcGluZxJpCgZncm91cHMYDyADKAsyJi5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5FeHRlcm5hbEdyb3VwQjGSQS4yLExpc3Qgb2YgZ3JvdXBzIGFzc29jaWF0ZWQgd2l0aCB0aGUgZGlyZWN0b3J5SgQIARACSgQIBBAFSgQIBhAHSgQICxAMSgQIDBANSgQIDRAOSgQIDhAPIm4KF1VwZGF0ZURpcmVjdG9yeVJlc3BvbnNlElMKCWRpcmVjdG9yeRgBIAEoCzIiLnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLkRpcmVjdG9yeUIckkETMhFEaXJlY3RvcnkgRGV0YWlsc7pIA8gBASK+AQofQXNzaWduR3JvdXBzRm9yRGlyZWN0b3J5UmVxdWVzdBIbCgJpZBgBIAEoCUIPukgMcgoQARggOgRkaXJfEigKD29yZ2FuaXphdGlvbl9pZBgCIAEoCUIPukgMcgoQARggOgRvcmdfElQKDGV4dGVybmFsX2lkcxgDIAMoCUI+kkE1MjNleHRlcm5hbF9pZHMgb2YgZ3JvdXBzIHRvIGJlIHRyYWNrZWQgZHVyaW5nIHBvbGxpbme6SAPIAQEiggEKFkxpc3REaXJlY3Rvcmllc1JlcXVlc3QSaAoPb3JnYW5pemF0aW9uX2lkGAEgASgJQk+SQT0yJVVuaXF1ZSBpZGVudGlmaWVyIG9mIHRoZSBvcmdhbml6YXRpb25KFCJvcmdfMTIzNjI0NzQ5MDA2ODQiukgMcgoQARggOgRvcmdfIpMBChdMaXN0RGlyZWN0b3JpZXNSZXNwb25zZRJ4CgtkaXJlY3RvcmllcxgBIAMoCzIiLnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLkRpcmVjdG9yeUI/kkE2MjRMaXN0IG9mIGRpcmVjdG9yaWVzIGFzc29jaWF0ZWQgd2l0aCB0aGUgb3JnYW5pemF0aW9uukgDyAEBIvMIChlMaXN0RGlyZWN0b3J5VXNlcnNSZXF1ZXN0EmgKD29yZ2FuaXphdGlvbl9pZBgBIAEoCUJPkkE9MiVVbmlxdWUgaWRlbnRpZmllciBvZiB0aGUgb3JnYW5pemF0aW9uShQib3JnXzEyMTMxMjQzNDEyMzMxIrpIDHIKEAEYIDoEb3JnXxJ6CgxkaXJlY3RvcnlfaWQYAiABKAlCZJJBUjI6VW5pcXVlIGlkZW50aWZpZXIgb2YgdGhlIGRpcmVjdG9yeSB3aXRoaW4gdGhlIG9yZ2FuaXphdGlvbkoUImRpcl8xMjEzMTI0MzQxMjMzMSK6SAxyChABGCA6BGRpcl8SfAoJcGFnZV9zaXplGAMgASgNQmmSQV8yWU51bWJlciBvZiB1c2VycyB0byByZXR1cm4gcGVyIHBhZ2UuIE1heGltdW0gdmFsdWUgaXMgMzAuIElmIG5vdCBzcGVjaWZpZWQsIGRlZmF1bHRzIHRvIDEwSgIxMLpIBCoCGB4SpQEKCnBhZ2VfdG9rZW4YBCABKAlCkAGSQYwBMokBVG9rZW4gZm9yIHBhZ2luYXRpb24uIFVzZSB0aGUgdmFsdWUgcmV0dXJuZWQgaW4gdGhlICduZXh0X3BhZ2VfdG9rZW4nIGZpZWxkIG9mIHRoZSBwcmV2aW91cyByZXNwb25zZSB0byByZXRyaWV2ZSB0aGUgbmV4dCBwYWdlIG9mIHJlc3VsdHMS0gEKDmluY2x1ZGVfZGV0YWlsGAUgASgIQrQBkkGwATKnAUlmIHNldCB0byB0cnVlLCB0aGUgcmVzcG9uc2Ugd2lsbCBpbmNsdWRlIHRoZSBmdWxsIHVzZXIgcGF5bG9hZCB3aXRoIGFsbCBhdmFpbGFibGUgZGV0YWlscy4gSWYgZmFsc2Ugb3Igbm90IHNwZWNpZmllZCwgb25seSBlc3NlbnRpYWwgdXNlciBpbmZvcm1hdGlvbiB3aWxsIGJlIHJldHVybmVkSgR0cnVlSACIAQESjwEKEmRpcmVjdG9yeV9ncm91cF9pZBgGIAEoCUJukkFXMj5GaWx0ZXIgdXNlcnMgYnkgdGhlaXIgbWVtYmVyc2hpcCBpbiBhIHNwZWNpZmljIGRpcmVjdG9yeSBncm91cEoVImRpcmdyb3VwXzEyMTMxMjQzNDEiukgRcg8QARglOglkaXJncm91cF9IAYgBARKmAQoNdXBkYXRlZF9hZnRlchgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCbpJBazJRRmlsdGVyIHVzZXJzIHRoYXQgd2VyZSB1cGRhdGVkIGFmdGVyIHRoZSBzcGVjaWZpZWQgdGltZXN0YW1wLiBVc2UgSVNPIDg2MDEgZm9ybWF0ShYiMjAyMS0wMS0wMVQwMDowMDowMFoiSAKIAQFCEQoPX2luY2x1ZGVfZGV0YWlsQhUKE19kaXJlY3RvcnlfZ3JvdXBfaWRCEAoOX3VwZGF0ZWRfYWZ0ZXIisAQKGkxpc3REaXJlY3RvcnlVc2Vyc1Jlc3BvbnNlEnoKBXVzZXJzGAEgAygLMiYuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuRGlyZWN0b3J5VXNlckJDkkFAMj5MaXN0IG9mIGRpcmVjdG9yeSB1c2VycyByZXRyaWV2ZWQgZnJvbSB0aGUgc3BlY2lmaWVkIGRpcmVjdG9yeRJpCgp0b3RhbF9zaXplGAIgASgNQlWSQVIyUFRvdGFsIG51bWJlciBvZiB1c2VycyBhdmFpbGFibGUgaW4gdGhlIGRpcmVjdG9yeSB0aGF0IG1hdGNoIHRoZSByZXF1ZXN0IGNyaXRlcmlhEpYBCg9uZXh0X3BhZ2VfdG9rZW4YAyABKAlCfZJBejJ4VG9rZW4gZm9yIHBhZ2luYXRpb24uIFVzZSB0aGlzIHRva2VuIGluIHRoZSAncGFnZV90b2tlbicgZmllbGQgb2YgdGhlIG5leHQgcmVxdWVzdCB0byBmZXRjaCB0aGUgc3Vic2VxdWVudCBwYWdlIG9mIHVzZXJzEpEBCg9wcmV2X3BhZ2VfdG9rZW4YBCABKAlCeJJBdTJzVG9rZW4gZm9yIHBhZ2luYXRpb24uIFVzZSB0aGlzIHRva2VuIGluIHRoZSAncGFnZV90b2tlbicgZmllbGQgb2YgdGhlIG5leHQgcmVxdWVzdCB0byBmZXRjaCB0aGUgcHJpb3IgcGFnZSBvZiB1c2VycyLNBwoaTGlzdERpcmVjdG9yeUdyb3Vwc1JlcXVlc3QSaQoPb3JnYW5pemF0aW9uX2lkGAEgASgJQlCSQT4yJVVuaXF1ZSBpZGVudGlmaWVyIG9mIHRoZSBvcmdhbml6YXRpb25KFSJvcmdfMTIxMzEyNDM0MTIzMzEyIrpIDHIKEAEYIDoEb3JnXxJjCgxkaXJlY3RvcnlfaWQYAiABKAlCTZJBOzIiVW5pcXVlIGlkZW50aWZpZXIgb2YgdGhlIGRpcmVjdG9yeUoVImRpcl8xMjEzMTI0MzQxMjMzMTIiukgMcgoQARggOgRkaXJfEn0KCXBhZ2Vfc2l6ZRgDIAEoDUJqkkFgMlpOdW1iZXIgb2YgZ3JvdXBzIHRvIHJldHVybiBwZXIgcGFnZS4gTWF4aW11bSB2YWx1ZSBpcyAzMC4gSWYgbm90IHNwZWNpZmllZCwgZGVmYXVsdHMgdG8gMTBKAjEwukgEKgIYHhJ9CgpwYWdlX3Rva2VuGAQgASgJQmmSQWYyZFRva2VuIGZvciBwYWdpbmF0aW9uLiBVc2UgdGhlIHZhbHVlIHJldHVybmVkIGluIHRoZSAnbmV4dF9wYWdlX3Rva2VuJyBmaWVsZCBvZiB0aGUgcHJldmlvdXMgcmVzcG9uc2USlAEKDXVwZGF0ZWRfYWZ0ZXIYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQlySQVkyP0ZpbHRlciBncm91cHMgdXBkYXRlZCBhZnRlciB0aGlzIHRpbWVzdGFtcC4gVXNlIElTTyA4NjAxIGZvcm1hdEoWIjIwMjEtMDEtMDFUMDA6MDA6MDBaIkgAiAEBEocBCg5pbmNsdWRlX2RldGFpbBgGIAEoCEJqkkFnMl9JZiB0cnVlLCBpbmNsdWRlcyBmdWxsIGdyb3VwIGRldGFpbHMuIElmIGZhbHNlIG9yIG5vdCBzcGVjaWZpZWQsIHJldHVybnMgYmFzaWMgaW5mb3JtYXRpb24gb25seUoEdHJ1ZUgBiAEBEn8KF2luY2x1ZGVfZXh0ZXJuYWxfZ3JvdXBzGAcgASgIQlmSQVYyTklmIHRydWUsIHJldHVybnMgZ3JvdXAgYW5kIGl0cyBkZXRhaWxzIGZyb20gZXh0ZXJuYWwgcHJvdmlkZXIgKGRlZmF1bHQ6IGZhbHNlKUoEdHJ1ZUgCiAEBQhAKDl91cGRhdGVkX2FmdGVyQhEKD19pbmNsdWRlX2RldGFpbEIaChhfaW5jbHVkZV9leHRlcm5hbF9ncm91cHMimwQKG0xpc3REaXJlY3RvcnlHcm91cHNSZXNwb25zZRJ9CgZncm91cHMYASADKAsyJy5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5EaXJlY3RvcnlHcm91cEJEkkFBMj9MaXN0IG9mIGRpcmVjdG9yeSBncm91cHMgcmV0cmlldmVkIGZyb20gdGhlIHNwZWNpZmllZCBkaXJlY3RvcnkSZwoKdG90YWxfc2l6ZRgCIAEoDUJTkkFQMk5Ub3RhbCBudW1iZXIgb2YgZ3JvdXBzIG1hdGNoaW5nIHRoZSByZXF1ZXN0IGNyaXRlcmlhLCByZWdhcmRsZXNzIG9mIHBhZ2luYXRpb24ShgEKD25leHRfcGFnZV90b2tlbhgDIAEoCUJtkkFqMmhUb2tlbiB0byByZXRyaWV2ZSB0aGUgbmV4dCBwYWdlIG9mIHJlc3VsdHMuIFVzZSB0aGlzIHRva2VuIGluIHRoZSAncGFnZV90b2tlbicgZmllbGQgb2YgdGhlIG5leHQgcmVxdWVzdBKKAQoPcHJldl9wYWdlX3Rva2VuGAQgASgJQnGSQW4ybFRva2VuIHRvIHJldHJpZXZlIHRoZSBwcmV2aW91cyBwYWdlIG9mIHJlc3VsdHMuIFVzZSB0aGlzIHRva2VuIGluIHRoZSAncGFnZV90b2tlbicgZmllbGQgb2YgdGhlIG5leHQgcmVxdWVzdCLzAQohTGlzdERpcmVjdG9yeUdyb3Vwc1N1bW1hcnlSZXF1ZXN0EmkKD29yZ2FuaXphdGlvbl9pZBgBIAEoCUJQkkE+MiVVbmlxdWUgaWRlbnRpZmllciBvZiB0aGUgb3JnYW5pemF0aW9uShUib3JnXzEyMTMxMjQzNDEyMzMxMiK6SAxyChABGCA6BG9yZ18SYwoMZGlyZWN0b3J5X2lkGAIgASgJQk2SQTsyIlVuaXF1ZSBpZGVudGlmaWVyIG9mIHRoZSBkaXJlY3RvcnlKFSJkaXJfMTIxMzEyNDM0MTIzMzEyIrpIDHIKEAEYIDoEZGlyXyLCEQoJRGlyZWN0b3J5ElkKAmlkGAEgASgJQk2SQTsyIlVuaXF1ZSBpZGVudGlmaWVyIG9mIHRoZSBkaXJlY3RvcnlKFSJkaXJfMTIxMzEyNDM0MTIzMzEyIrpIDHIKEAEYIDoEZGlyXxJ3CgRuYW1lGAIgASgJQmmSQVwyTk5hbWUgb2YgdGhlIGRpcmVjdG9yeSwgdHlwaWNhbGx5IHJlcHJlc2VudGluZyB0aGUgY29ubmVjdGVkIERpcmVjdG9yeSBwcm92aWRlckoKIkF6dXJlIEFEIrpIB3IFEAEYgAISqAEKDmRpcmVjdG9yeV90eXBlGAMgASgOMiYuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuRGlyZWN0b3J5VHlwZUJokkFdMlNUeXBlIG9mIHRoZSBkaXJlY3RvcnksIGluZGljYXRpbmcgdGhlIHByb3RvY29sIG9yIHN0YW5kYXJkIHVzZWQgZm9yIHN5bmNocm9uaXphdGlvbkoGIlNDSU0iukgFggECEAESiAEKD29yZ2FuaXphdGlvbl9pZBgEIAEoCUJvkkFdMkRVbmlxdWUgaWRlbnRpZmllciBvZiB0aGUgb3JnYW5pemF0aW9uIHRvIHdoaWNoIHRoZSBkaXJlY3RvcnkgYmVsb25nc0oVIm9yZ18xMjEzMTI0MzQxMjMzMTIiukgMcgoQARggOgRvcmdfEnwKB2VuYWJsZWQYBSABKAhCa5JBaDJgSW5kaWNhdGVzIHdoZXRoZXIgdGhlIGRpcmVjdG9yeSBpcyBjdXJyZW50bHkgZW5hYmxlZCBhbmQgYWN0aXZlbHkgc3luY2hyb25pemluZyB1c2VycyBhbmQgZ3JvdXBzSgR0cnVlEooBChJkaXJlY3RvcnlfcHJvdmlkZXIYBiABKA4yKi5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5EaXJlY3RvcnlQcm92aWRlckJCkkE3Mi1JZGVudGl0eSBwcm92aWRlciBjb25uZWN0ZWQgdG8gdGhpcyBkaXJlY3RvcnlKBiJPS1RBIrpIBYIBAhABErEBCg5sYXN0X3N5bmNlZF9hdBgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCfZJBejJgVGltZXN0YW1wIG9mIHRoZSBsYXN0IHN1Y2Nlc3NmdWwgc3luY2hyb25pemF0aW9uIG9mIHVzZXJzIGFuZCBncm91cHMgZnJvbSB0aGUgRGlyZWN0b3J5IFByb3ZpZGVyShYiMjAyNC0xMC0wMVQwMDowMDowMFoiEtoBChJkaXJlY3RvcnlfZW5kcG9pbnQYCCABKAlCvQGSQa8BMmVUaGUgZW5kcG9pbnQgVVJMIGdlbmVyYXRlZCBieSBTY2FsZWtpdCBmb3Igc3luY2hyb25pemluZyB1c2VycyBhbmQgZ3JvdXBzIGZyb20gdGhlIERpcmVjdG9yeSBQcm92aWRlckpGImh0dHBzOi8veW91cmFwcC5zY2FsZWtpdC5jb20vYXBpL3YxL2RpcmVjdG9pZXMvZGlyXzEyMzIxMjMxMi9zY2ltL3YyIrpIB3IFEAEY0A8SRAoLdG90YWxfdXNlcnMYCSABKAVCL5JBLDImVG90YWwgbnVtYmVyIG9mIHVzZXJzIGluIHRoZSBkaXJlY3RvcnlKAjEwEkYKDHRvdGFsX2dyb3VwcxgKIAEoBUIwkkEtMidUb3RhbCBudW1iZXIgb2YgZ3JvdXBzIGluIHRoZSBkaXJlY3RvcnlKAjEwEowBCgdzZWNyZXRzGAsgAygLMh8uc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuU2VjcmV0QlqSQVcyVUxpc3Qgb2Ygc2VjcmV0cyB1c2VkIGZvciBhdXRoZW50aWNhdGluZyBhbmQgc3luY2hyb25pemluZyB3aXRoIHRoZSBEaXJlY3RvcnkgUHJvdmlkZXISlAEKBXN0YXRzGAwgASgLMh4uc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuU3RhdHNCZZJBYjJgU3RhdGlzdGljcyBhbmQgbWV0cmljcyByZWxhdGVkIHRvIHRoZSBkaXJlY3RvcnksIHN1Y2ggYXMgc3luY2hyb25pemF0aW9uIHN0YXR1cyBhbmQgZXJyb3IgY291bnRzEp4BChByb2xlX2Fzc2lnbm1lbnRzGA0gASgLMiguc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuUm9sZUFzc2lnbm1lbnRzQlqSQVcyVVJvbGUgYXNzaWdubWVudHMgYXNzb2NpYXRlZCB3aXRoIHRoZSBkaXJlY3RvcnksIGRlZmluaW5nIGdyb3VwIGJhc2VkIHJvbGUgYXNzaWdubWVudHMSmQEKEmF0dHJpYnV0ZV9tYXBwaW5ncxgOIAEoCzIqLnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLkF0dHJpYnV0ZU1hcHBpbmdzQlGSQU4yTE1hcHBpbmdzIGJldHdlZW4gZGlyZWN0b3J5IGF0dHJpYnV0ZXMgYW5kIFNjYWxla2l0IHVzZXIgYW5kIGdyb3VwIGF0dHJpYnV0ZXMSPAoGc3RhdHVzGA8gASgJQiySQSEyEERpcmVjdG9yeSBTdGF0dXNKDSJJTl9QUk9HUkVTUyK6SAWCAQIQARJ3CgVlbWFpbBgQIAEoCUJokkFlMkhFbWFpbCBJZCBhc3NvY2lhdGVkIHdpdGggRGlyZWN0b3J5IHdob3NlIGFjY2VzcyB3aWxsIGJlIHVzZWQgZm9yIHBvbGxpbmdKGSJqb2huLmRvZUBzY2FsZWtpdC5jbG91ZCISZwoOZ3JvdXBzX3RyYWNrZWQYESABKAlCT5JBTDJDSXQgaW5kaWNhdGVzIGlmIGFsbCBncm91cHMgYXJlIHRyYWNrZWQgb3Igc2VsZWN0IGdyb3VwcyBhcmUgdHJhY2tlZEoFIkFMTCIimwMKFlRvZ2dsZURpcmVjdG9yeVJlcXVlc3QSuAEKD29yZ2FuaXphdGlvbl9pZBgBIAEoCUKeAZJBiwEyckEgdW5pcXVlIGlkZW50aWZpZXIgZm9yIHRoZSBvcmdhbml6YXRpb24uIFRoZSB2YWx1ZSBtdXN0IGJlZ2luIHdpdGggJ29yZ18nIGFuZCBiZSBiZXR3ZWVuIDEgYW5kIDMyIGNoYXJhY3RlcnMgbG9uZ0oVIm9yZ18xMjEzMTI0MzQxMjMzMTIiukgMcgoQARggOgRvcmdfEr8BCgJpZBgDIAEoCUKyAZJBnwEyhQFBIHVuaXF1ZSBpZGVudGlmaWVyIGZvciBhIGRpcmVjdG9yeSB3aXRoaW4gdGhlIG9yZ2FuaXphdGlvbi4gVGhlIHZhbHVlIG11c3QgYmVnaW4gd2l0aCAnZGlyXycgYW5kIGJlIGJldHdlZW4gMSBhbmQgMzIgY2hhcmFjdGVycyBsb25nShUiZGlyXzEyMTMxMjQzNDEyMzMxMiK6SAxyChABGCA6BGRpcl9KBAgCEAMilQQKF1RvZ2dsZURpcmVjdG9yeVJlc3BvbnNlEo0CCgdlbmFibGVkGAEgASgIQvsBkkH3ATLuAVNwZWNpZmllcyB0aGUgZGlyZWN0b3J5J3Mgc3RhdGUgYWZ0ZXIgdGhlIHRvZ2dsZSBvcGVyYXRpb24uIEEgdmFsdWUgb2YgYHRydWVgIGluZGljYXRlcyB0aGF0IHRoZSBkaXJlY3RvcnkgaXMgZW5hYmxlZCBhbmQgYWN0aXZlbHkgc3luY2hyb25pemluZyB1c2VycyBhbmQgZ3JvdXBzLiBBIHZhbHVlIG9mIGBmYWxzZWAgbWVhbnMgdGhlIGRpcmVjdG9yeSBpcyBkaXNhYmxlZCwgaGFsdGluZyBzeW5jaHJvbml6YXRpb25KBHRydWUS1wEKDWVycm9yX21lc3NhZ2UYAiABKAlCugGSQbYBMo8BQ29udGFpbnMgYSBodW1hbi1yZWFkYWJsZSBlcnJvciBtZXNzYWdlIGlmIHRoZSB0b2dnbGUgb3BlcmF0aW9uIGVuY291bnRlcmVkIGFuIGlzc3VlLiBJZiB0aGUgb3BlcmF0aW9uIHdhcyBzdWNjZXNzZnVsLCB0aGlzIGZpZWxkIHdpbGwgYmUgZW1wdHlKIiJUaGUgZGlyZWN0b3J5IGlzIGFscmVhZHkgZW5hYmxlZCJIAIgBAUIQCg5fZXJyb3JfbWVzc2FnZSJhChBEaXJlY3RvcnlNYXBwaW5nEhkKA2tleRgBIAEoCUIMukgJyAEBcgQQARggEhwKBm1hcF90bxgCIAEoCUIMukgJyAEBcgQQARggEhQKDGRpc3BsYXlfbmFtZRgDIAEoCSLSBAoNRGlyZWN0b3J5VXNlchJGCgJpZBgBIAEoCUI6kkEkMgdVc2VyIElEShkiZGlydXNlcl8xMjEzMTI0MzQxMjMzMTIiukgQcg4QARgkOghkaXJ1c2VyXxIuCgVlbWFpbBgCIAEoCUIfkkESMgVFbWFpbEoJImpvaG5kb2UiukgHcgUQARiAAhJIChJwcmVmZXJyZWRfdXNlcm5hbWUYAyABKAlCLJJBHzISUHJlZmVycmVkIFVzZXJuYW1lSgkiam9obmRvZSK6SAdyBRABGIACEjUKCmdpdmVuX25hbWUYBCABKAlCIZJBFDIKRmlyc3QgTmFtZUoGIkpvaG4iukgHcgUQARiAAhI0CgtmYW1pbHlfbmFtZRgFIAEoCUIfkkESMglMYXN0IE5hbWVKBSJEb2UiukgHcgUQARiAAhJXCgp1cGRhdGVkX2F0GAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEInkkEkMgpVcGRhdGVkIEF0ShYiMjAyNC0xMC0wMVQwMDowMDowMFoiEhsKBmVtYWlscxgQIAMoCUILkkEIMgZFbWFpbHMSRAoGZ3JvdXBzGBEgAygLMicuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuRGlyZWN0b3J5R3JvdXBCC5JBCDIGR3JvdXBzElAKC3VzZXJfZGV0YWlsGBIgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdEIikkEfMh1Db21wbGV0ZSBVc2VyIERldGFpbHMgUGF5bG9hZEoECAcQECLTAQoNRXh0ZXJuYWxHcm91cBJICgtleHRlcm5hbF9pZBgBIAEoCUIzkkEmMhFFeHRlcm5hbCBHcm91cCBJREoRIjAyeTN3MjQ3MTI0Y2NxaSK6SAdyBRABGIACEjsKDGRpc3BsYXlfbmFtZRgCIAEoCUIlkkEYMgxEaXNwbGF5IE5hbWVKCCJBZG1pbnMiukgHcgUQARiAAhI7CgVlbWFpbBgDIAEoCUIskkEfMgVFbWFpbEoWImpvaG5kb2VAc2NhbGVraXQuY29tIrpIB3IFEAEYgAIi/QIKDkRpcmVjdG9yeUdyb3VwEkkKAmlkGAEgASgJQj2SQSYyCEdyb3VwIElEShoiZGlyZ3JvdXBfMTIxMzEyNDM0MTIzMzEyIrpIEXIPEAEYJDoJZGlyZ3JvdXBfEjsKDGRpc3BsYXlfbmFtZRgCIAEoCUIlkkEYMgxEaXNwbGF5IE5hbWVKCCJBZG1pbnMiukgHcgUQARiAAhI2Cgt0b3RhbF91c2VycxgDIAEoBUIhkkEeMhhUb3RhbCBVc2VycyBpbiB0aGUgR3JvdXBKAjEwElcKCnVwZGF0ZWRfYXQYBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQieSQSQyClVwZGF0ZWQgQXRKFiIyMDI0LTEwLTAxVDAwOjAwOjAwWiISUgoMZ3JvdXBfZGV0YWlsGAUgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdEIjkkEgMh5Db21wbGV0ZSBHcm91cCBEZXRhaWxzIFBheWxvYWQinAEKHENyZWF0ZURpcmVjdG9yeVNlY3JldFJlcXVlc3QSVQoPb3JnYW5pemF0aW9uX2lkGAEgASgJQjySQSoyD09yZ2FuaXphdGlvbiBJREoXIm9yZ18xMjM2MjQ3NDkwMDY4NDgxNCK6SAxyChABGCA6BG9yZ18SJQoMZGlyZWN0b3J5X2lkGAIgASgJQg+6SAxyChABGCA6BGRpcl8ijwIKHUNyZWF0ZURpcmVjdG9yeVNlY3JldFJlc3BvbnNlEqcBCgxwbGFpbl9zZWNyZXQYASABKAlCkAGSQYwBMlZQbGFpbiBTZWNyZXQuIFRoaXMgaXMgb25seSByZXR1cm5lZCBpbiBQbGFpbiBUZXh0IGFzIHJlc3BvbnNlIHRvIHRoZSBDcmVhdGlvbiBSZXF1ZXN0LkoyImRYTmxjbTVoYldVNmNHRnpjM2R2Y21RNmMyVmpjbVYwYTJWNU1USXpORFUyTnpnNSISRAoGc2VjcmV0GAIgASgLMh8uc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuU2VjcmV0QhOSQRAyDlNlY3JldCBEZXRhaWxzInMKIFJlZ2VuZXJhdGVEaXJlY3RvcnlTZWNyZXRSZXF1ZXN0EigKD29yZ2FuaXphdGlvbl9pZBgBIAEoCUIPukgMcgoQARggOgRvcmdfEiUKDGRpcmVjdG9yeV9pZBgCIAEoCUIPukgMcgoQARggOgRkaXJfIpMCCiFSZWdlbmVyYXRlRGlyZWN0b3J5U2VjcmV0UmVzcG9uc2USpwEKDHBsYWluX3NlY3JldBgBIAEoCUKQAZJBjAEyVlBsYWluIFNlY3JldC4gVGhpcyBpcyBvbmx5IHJldHVybmVkIGluIFBsYWluIFRleHQgYXMgcmVzcG9uc2UgdG8gdGhlIENyZWF0aW9uIFJlcXVlc3QuSjIiZFhObGNtNWhiV1U2Y0dGemMzZHZjbVE2YzJWamNtVjBhMlY1TVRJek5EVTJOemc1IhJECgZzZWNyZXQYAiABKAsyHy5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5TZWNyZXRCE5JBEDIOU2VjcmV0IERldGFpbHMimQQKBlNlY3JldBIbCgJpZBgBIAEoCUIPukgMcgoQARggOgRzZWNfElsKC2NyZWF0ZV90aW1lGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEIqkkEnMg1DcmVhdGlvbiBUaW1lShYiMjAyNC0xMC0wMVQwMDowMDowMFoiEjEKDXNlY3JldF9zdWZmaXgYBCABKAlCGpJBFzINU2VjcmV0IFN1ZmZpeEoGIk56ZzUiElUKBnN0YXR1cxgFIAEoDjIlLnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLlNlY3JldFN0YXR1c0IekkEbMg1TZWNyZXQgU3RhdHVzSgoiSU5BQ1RJVkUiElkKC2V4cGlyZV90aW1lGAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEIokkElMgtFeHBpcnkgVGltZUoWIjIwMjUtMTAtMDFUMDA6MDA6MDBaIhJfCg5sYXN0X3VzZWRfdGltZRgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCK5JBKDIOTGFzdCBVc2VkIFRpbWVKFiIyMDI0LTEwLTAxVDAwOjAwOjAwWiISTwoMZGlyZWN0b3J5X2lkGAkgASgJQjmSQScyDERpcmVjdG9yeSBJREoXImRpcl8xMjM2MjQ3NDkwMDY4NDgxNCK6SAxyChABGCA6BGRpcl8i/QIKBVN0YXRzEjoKC3RvdGFsX3VzZXJzGAEgASgFQiWSQSIyHFRvdGFsIFVzZXJzIGluIHRoZSBEaXJlY3RvcnlKAjEwEjwKDHRvdGFsX2dyb3VwcxgCIAEoBUImkkEjMh1Ub3RhbCBHcm91cHMgaW4gdGhlIERpcmVjdG9yeUoCMTASfQoQZ3JvdXBfdXBkYXRlZF9hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCR5JBRDIqTWF4IHRpbWUgb2YgR3JvdXAgVXBkYXRlZCBBdCBmb3IgRGlyZWN0b3J5ShYiMjAyNC0xMC0wMVQwMDowMDowMFoiEnsKD3VzZXJfdXBkYXRlZF9hdBgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCRpJBQzIpTWF4IHRpbWUgb2YgVXNlciBVcGRhdGVkIEF0IGZvciBEaXJlY3RvcnlKFiIyMDI0LTEwLTAxVDAwOjAwOjAwWiIikwEKEkFzc2lnblJvbGVzUmVxdWVzdBIiCg9vcmdhbml6YXRpb25faWQYASABKAlCCbpIBnIEEAEYIBIVCgJpZBgCIAEoCUIJukgGcgQQARggEkIKEHJvbGVfYXNzaWdubWVudHMYAyABKAsyKC5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5Sb2xlQXNzaWdubWVudHMiTwoPUm9sZUFzc2lnbm1lbnRzEjwKC2Fzc2lnbm1lbnRzGAEgAygLMicuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuUm9sZUFzc2lnbm1lbnQiWQoTQXNzaWduUm9sZXNSZXNwb25zZRJCChByb2xlX2Fzc2lnbm1lbnRzGAEgASgLMiguc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuUm9sZUFzc2lnbm1lbnRzIv4BCg5Sb2xlQXNzaWdubWVudBJWCghncm91cF9pZBgBIAEoCUJEkkE4Mh1ncm91cCBJRCBmb3IgdGhlIHJvbGUgbWFwcGluZ0oXImRpcmdyb3VwXzEyMTMxMjQzNDEyMyK6SAZyBBABGCASNQoJcm9sZV9uYW1lGAIgASgJQiK6SB/IAQFyGhABGGQyFF5bYS16QS1aMC05X117MSw2NH0kEl0KB3JvbGVfaWQYAyABKAlCTJJBMzIccm9sZSBJRCBmb3IgdGhlIHJvbGUgbWFwcGluZ0oTInJvbGVfMTIxMzEyNDM0MTIzIrpIBHICGCD60uSTAgkSB1BSRVZJRVcipwEKF1VwZGF0ZUF0dHJpYnV0ZXNSZXF1ZXN0EigKD29yZ2FuaXphdGlvbl9pZBgBIAEoCUIPukgMcgoQARggOgRvcmdfEhsKAmlkGAIgASgJQg+6SAxyChABGCA6BGRpcl8SRQoRYXR0cmlidXRlX21hcHBpbmcYAyABKAsyKi5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5BdHRyaWJ1dGVNYXBwaW5ncyJSChFBdHRyaWJ1dGVNYXBwaW5ncxI9CgphdHRyaWJ1dGVzGAEgAygLMikuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuQXR0cmlidXRlTWFwcGluZyJLChBBdHRyaWJ1dGVNYXBwaW5nEhkKA2tleRgBIAEoCUIMukgJyAEBcgQQARggEhwKBm1hcF90bxgCIAEoCUIMukgJyAEBcgQQARggImIKGFVwZGF0ZUF0dHJpYnV0ZXNSZXNwb25zZRJGChJhdHRyaWJ1dGVfbWFwcGluZ3MYASABKAsyKi5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5BdHRyaWJ1dGVNYXBwaW5ncyJlChZEZWxldGVEaXJlY3RvcnlSZXF1ZXN0EigKD29yZ2FuaXphdGlvbl9pZBgBIAEoCUIPukgMcgoQARggOgRvcmdfEhsKAmlkGAMgASgJQg+6SAxyChABGCA6BGRpcl9KBAgCEAMi3gEKG1RyaWdnZXJEaXJlY3RvcnlTeW5jUmVxdWVzdBJbCgxkaXJlY3RvcnlfaWQYASABKAlCRZJBOTIgVW5pcXVlIGlkZW50aWZpZXIgb2YgYSBEaXJlY3RvcnlKFSJkaXJfMTIxMzEyNDM0MTIzMzEyIrpIBnIEEAEYIBJiCg9vcmdhbml6YXRpb25faWQYAiABKAlCSZJBPTIkVW5pcXVlIGlkZW50aWZpZXIgdG8gYW4gT3JnYW5pemF0aW9uShUib3JnXzEyMTMxMjQzNDEyMzMxMiK6SAZyBBABGCAqTQoNRGlyZWN0b3J5VHlwZRIeChpESVJFQ1RPUllfVFlQRV9VTlNQRUNJRklFRBAAEggKBFNDSU0QARIICgRMREFQEAISCAoEUE9MTBADKpoBChFEaXJlY3RvcnlQcm92aWRlchIiCh5ESVJFQ1RPUllfUFJPVklERVJfVU5TUEVDSUZJRUQQABIICgRPS1RBEAESCgoGR09PR0xFEAISEAoMTUlDUk9TT0ZUX0FEEAMSCQoFQVVUSDAQBBIMCghPTkVMT0dJThAFEg0KCUpVTVBDTE9VRBAGEhEKDVBJTkdfSURFTlRJVFkQBypeCg9EaXJlY3RvcnlTdGF0dXMSIAocRElSRUNUT1JZX1NUQVRVU19VTlNQRUNJRklFRBAAEgkKBURSQUZUEAESDwoLSU5fUFJPR1JFU1MQAhINCglDT01QTEVURUQQAyooCgxTZWNyZXRTdGF0dXMSCgoGQUNUSVZFEAASDAoISU5BQ1RJVkUQATLRLwoQRGlyZWN0b3J5U2VydmljZRLRAQoPQ3JlYXRlRGlyZWN0b3J5Ei8uc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuQ3JlYXRlRGlyZWN0b3J5UmVxdWVzdBowLnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLkNyZWF0ZURpcmVjdG9yeVJlc3BvbnNlIluCtRgCGGT60uSTAgkSB1BSRVZJRVeC0+STAkA6CWRpcmVjdG9yeSIzL2FwaS92MS9vcmdhbml6YXRpb25zL3tvcmdhbml6YXRpb25faWR9L2RpcmVjdG9yaWVzEp4CCg9EZWxldGVEaXJlY3RvcnkSLy5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5EZWxldGVEaXJlY3RvcnlSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IsEBkkFpCglEaXJlY3RvcnkSEkRlbGV0ZSBhIGRpcmVjdG9yeRopRGVsZXRlIGEgRGlyZWN0b3J5IHdpdGhpbiBhbiBvcmdhbml6YXRpb25KHQoDMjAwEhYKFERlbGV0ZWQgU3VjY2Vzc2Z1bGx5grUYAhhk+tLkkwIJEgdQUkVWSUVXgtPkkwI6KjgvYXBpL3YxL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbl9pZH0vZGlyZWN0b3JpZXMve2lkfRLWAQoPVXBkYXRlRGlyZWN0b3J5Ei8uc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuVXBkYXRlRGlyZWN0b3J5UmVxdWVzdBowLnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLlVwZGF0ZURpcmVjdG9yeVJlc3BvbnNlImCCtRgCGGT60uSTAgkSB1BSRVZJRVeC0+STAkU6CWRpcmVjdG9yeTI4L2FwaS92MS9vcmdhbml6YXRpb25zL3tvcmdhbml6YXRpb25faWR9L2RpcmVjdG9yaWVzL3tpZH0S1AEKGEFzc2lnbkdyb3Vwc0ZvckRpcmVjdG9yeRI4LnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLkFzc2lnbkdyb3Vwc0ZvckRpcmVjdG9yeVJlcXVlc3QaFi5nb29nbGUucHJvdG9idWYuRW1wdHkiZoK1GAIYZPrS5JMCCRIHUFJFVklFV4LT5JMCSzoBKhpGL2FwaS92MS9vcmdhbml6YXRpb25zL3tvcmdhbml6YXRpb25faWR9L2RpcmVjdG9yaWVzL3tpZH0vZ3JvdXBzOmFzc2lnbhLnAQoLQXNzaWduUm9sZXMSKy5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5Bc3NpZ25Sb2xlc1JlcXVlc3QaLC5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5Bc3NpZ25Sb2xlc1Jlc3BvbnNlIn2CtRgCGGT60uSTAgkSB1BSRVZJRVeC0+STAmI6EHJvbGVfYXNzaWdubWVudHMaTi9hcGkvdjEvb3JnYW5pemF0aW9ucy97b3JnYW5pemF0aW9uX2lkfS9kaXJlY3Rvcmllcy97aWR9L2dyb3Vwcy8tL3JvbGVzOmFzc2lnbhLsAQoQVXBkYXRlQXR0cmlidXRlcxIwLnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLlVwZGF0ZUF0dHJpYnV0ZXNSZXF1ZXN0GjEuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuVXBkYXRlQXR0cmlidXRlc1Jlc3BvbnNlInOCtRgCGGT60uSTAgkSB1BSRVZJRVeC0+STAlg6EWF0dHJpYnV0ZV9tYXBwaW5nGkMvYXBpL3YxL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbl9pZH0vZGlyZWN0b3JpZXMve2lkfS9hdHRyaWJ1dGVzEpIDCgxHZXREaXJlY3RvcnkSLC5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5HZXREaXJlY3RvcnlSZXF1ZXN0Gi0uc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuR2V0RGlyZWN0b3J5UmVzcG9uc2UipAKSQdoBCglEaXJlY3RvcnkSFUdldCBkaXJlY3RvcnkgZGV0YWlscxpQUmV0cmlldmVzIGRldGFpbGVkIGluZm9ybWF0aW9uIGFib3V0IGEgc3BlY2lmaWMgZGlyZWN0b3J5IHdpdGhpbiBhbiBvcmdhbml6YXRpb25KZAoDMjAwEl0KKFN1Y2Nlc3NmdWxseSByZXRyaWV2ZWQgZGlyZWN0b3J5IGRldGFpbHMSMQovGi0uc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuR2V0RGlyZWN0b3J5UmVzcG9uc2WCtRgCGGSC0+STAjoSOC9hcGkvdjEvb3JnYW5pemF0aW9ucy97b3JnYW5pemF0aW9uX2lkfS9kaXJlY3Rvcmllcy97aWR9EusCCg9MaXN0RGlyZWN0b3JpZXMSLy5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5MaXN0RGlyZWN0b3JpZXNSZXF1ZXN0GjAuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuTGlzdERpcmVjdG9yaWVzUmVzcG9uc2Ui9AGSQa8BCglEaXJlY3RvcnkSHUxpc3Qgb3JnYW5pemF0aW9uIGRpcmVjdG9yaWVzSoIBCgMyMDASewpDU3VjY2Vzc2Z1bGx5IHJldHJpZXZlZCB0aGUgbGlzdCBvZiBkaXJlY3RvcmllcyBmb3IgdGhlIG9yZ2FuaXphdGlvbhI0CjIaMC5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5MaXN0RGlyZWN0b3JpZXNSZXNwb25zZYK1GAIYZILT5JMCNRIzL2FwaS92MS9vcmdhbml6YXRpb25zL3tvcmdhbml6YXRpb25faWR9L2RpcmVjdG9yaWVzErADCg9FbmFibGVEaXJlY3RvcnkSLy5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5Ub2dnbGVEaXJlY3RvcnlSZXF1ZXN0GjAuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuVG9nZ2xlRGlyZWN0b3J5UmVzcG9uc2UiuQKSQegBCglEaXJlY3RvcnkSEkVuYWJsZSBhIGRpcmVjdG9yeRp/QWN0aXZhdGVzIGEgZGlyZWN0b3J5IHdpdGhpbiBhbiBvcmdhbml6YXRpb24sIGFsbG93aW5nIGl0IHRvIHN5bmNocm9uaXplIHVzZXJzIGFuZCBncm91cHMgd2l0aCB0aGUgY29ubmVjdGVkIERpcmVjdG9yeSBwcm92aWRlckpGCgMyMDASPwoHU3VjY2VzcxI0CjIaMC5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5Ub2dnbGVEaXJlY3RvcnlSZXNwb25zZYK1GAIYZILT5JMCQTI/L2FwaS92MS9vcmdhbml6YXRpb25zL3tvcmdhbml6YXRpb25faWR9L2RpcmVjdG9yaWVzL3tpZH06ZW5hYmxlEvsDChBEaXNhYmxlRGlyZWN0b3J5Ei8uc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuVG9nZ2xlRGlyZWN0b3J5UmVxdWVzdBowLnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLlRvZ2dsZURpcmVjdG9yeVJlc3BvbnNlIoMDkkGxAgoJRGlyZWN0b3J5EhNEaXNhYmxlIGEgZGlyZWN0b3J5GqoBU3RvcHMgc3luY2hyb25pemF0aW9uIG9mIHVzZXJzIGFuZCBncm91cHMgZnJvbSBhIHNwZWNpZmllZCBkaXJlY3Rvcnkgd2l0aGluIGFuIG9yZ2FuaXphdGlvbi4gVGhpcyBvcGVyYXRpb24gcHJldmVudHMgZnVydGhlciB1cGRhdGVzIGZyb20gdGhlIGNvbm5lY3RlZCBEaXJlY3RvcnkgcHJvdmlkZXJKYgoDMjAwElsKI1N1Y2Nlc3NmdWxseSBkaXNhYmxlZCB0aGUgZGlyZWN0b3J5EjQKMhowLnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLlRvZ2dsZURpcmVjdG9yeVJlc3BvbnNlgrUYAhhkgtPkkwJCMkAvYXBpL3YxL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbl9pZH0vZGlyZWN0b3JpZXMve2lkfTpkaXNhYmxlErsEChJMaXN0RGlyZWN0b3J5VXNlcnMSMi5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5MaXN0RGlyZWN0b3J5VXNlcnNSZXF1ZXN0GjMuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuTGlzdERpcmVjdG9yeVVzZXJzUmVzcG9uc2UiuwOSQeECCglEaXJlY3RvcnkSFExpc3QgZGlyZWN0b3J5IHVzZXJzGrIBUmV0cmlldmVzIGEgbGlzdCBvZiBhbGwgdXNlcnMgd2l0aGluIGEgc3BlY2lmaWVkIGRpcmVjdG9yeSBmb3IgYW4gb3JnYW5pemF0aW9uLiBUaGlzIGVuZHBvaW50IGFsbG93cyB5b3UgdG8gdmlldyB1c2VyIGFjY291bnRzIGFzc29jaWF0ZWQgd2l0aCB5b3VyIGNvbm5lY3RlZCBEaXJlY3RvcnkgUHJvdmlkZXJzLkqIAQoDMjAwEoABCkVTdWNjZXNzZnVsbHkgcmV0cmlldmVkIHRoZSBsaXN0IG9mIHVzZXJzIGZyb20gdGhlIHNwZWNpZmllZCBkaXJlY3RvcnkSNwo1GjMuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuTGlzdERpcmVjdG9yeVVzZXJzUmVzcG9uc2WCtRgCGGSC0+STAkoSSC9hcGkvdjEvb3JnYW5pemF0aW9ucy97b3JnYW5pemF0aW9uX2lkfS9kaXJlY3Rvcmllcy97ZGlyZWN0b3J5X2lkfS91c2VycxKSBAoTTGlzdERpcmVjdG9yeUdyb3VwcxIzLnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLkxpc3REaXJlY3RvcnlHcm91cHNSZXF1ZXN0GjQuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuTGlzdERpcmVjdG9yeUdyb3Vwc1Jlc3BvbnNlIo8DkkG0AgoJRGlyZWN0b3J5EhVMaXN0IGRpcmVjdG9yeSBncm91cHMaggFSZXRyaWV2ZXMgYWxsIGdyb3VwcyBmcm9tIGEgc3BlY2lmaWVkIGRpcmVjdG9yeS4gVXNlIHRoaXMgZW5kcG9pbnQgdG8gdmlldyBncm91cCBzdHJ1Y3R1cmVzIGZyb20geW91ciBjb25uZWN0ZWQgaWRlbnRpdHkgcHJvdmlkZXIuSooBCgMyMDASggEKRlN1Y2Nlc3NmdWxseSByZXRyaWV2ZWQgdGhlIGxpc3Qgb2YgZ3JvdXBzIGZyb20gdGhlIHNwZWNpZmllZCBkaXJlY3RvcnkSOAo2GjQuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuTGlzdERpcmVjdG9yeUdyb3Vwc1Jlc3BvbnNlgrUYAhhkgtPkkwJLEkkvYXBpL3YxL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbl9pZH0vZGlyZWN0b3JpZXMve2RpcmVjdG9yeV9pZH0vZ3JvdXBzEsEEChpMaXN0RGlyZWN0b3J5R3JvdXBzU3VtbWFyeRI6LnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLkxpc3REaXJlY3RvcnlHcm91cHNTdW1tYXJ5UmVxdWVzdBo0LnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLkxpc3REaXJlY3RvcnlHcm91cHNSZXNwb25zZSKwA5JBvgIKCURpcmVjdG9yeRIdTGlzdCBkaXJlY3RvcnkgZ3JvdXBzIHN1bW1hcnkahAFSZXRyaWV2ZXMgYWxsIGdyb3VwcyBmcm9tIGEgc3BlY2lmaWVkIGRpcmVjdG9yeS4gVGhpcyBpcyBub3QgYSBwYWdpbmF0ZWQgYXBpLiBJdCBnaXZlcyBhIHN1bW1hcnkgdmlldyB3aXRoIGlkIGFuZCBuYW1lIG9mIHRoZSBncm91cC5KigEKAzIwMBKCAQpGU3VjY2Vzc2Z1bGx5IHJldHJpZXZlZCB0aGUgbGlzdCBvZiBncm91cHMgZnJvbSB0aGUgc3BlY2lmaWVkIGRpcmVjdG9yeRI4CjYaNC5zY2FsZWtpdC52MS5kaXJlY3Rvcmllcy5MaXN0RGlyZWN0b3J5R3JvdXBzUmVzcG9uc2WCtRgCGGT60uSTAgkSB1BSRVZJRVeC0+STAlMSUS9hcGkvdjEvb3JnYW5pemF0aW9ucy97b3JnYW5pemF0aW9uX2lkfS9kaXJlY3Rvcmllcy97ZGlyZWN0b3J5X2lkfS9ncm91cHMvc3VtbWFyeRLrAgoVQ3JlYXRlRGlyZWN0b3J5U2VjcmV0EjUuc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuQ3JlYXRlRGlyZWN0b3J5U2VjcmV0UmVxdWVzdBo2LnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLkNyZWF0ZURpcmVjdG9yeVNlY3JldFJlc3BvbnNlIuIBkkF4CglEaXJlY3RvcnkSHUNyZWF0ZSBzZWNyZXQgZm9yIGEgZGlyZWN0b3J5SkwKAzIwMBJFCgdTdWNjZXNzEjoKOBo2LnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLkNyZWF0ZURpcmVjdG9yeVNlY3JldFJlc3BvbnNlgrUYAhhk+tLkkwIJEgdQUkVWSUVXgtPkkwJMIkovYXBpL3YxL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbl9pZH0vZGlyZWN0b3JpZXMve2RpcmVjdG9yeV9pZH0vc2VjcmV0cxKLAwoZUmVnZW5lcmF0ZURpcmVjdG9yeVNlY3JldBI5LnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLlJlZ2VuZXJhdGVEaXJlY3RvcnlTZWNyZXRSZXF1ZXN0Gjouc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuUmVnZW5lcmF0ZURpcmVjdG9yeVNlY3JldFJlc3BvbnNlIvYBkkGAAQoJRGlyZWN0b3J5EiFSZWdlbmVyYXRlIHNlY3JldCBmb3IgYSBkaXJlY3RvcnlKUAoDMjAwEkkKB1N1Y2Nlc3MSPgo8Gjouc2NhbGVraXQudjEuZGlyZWN0b3JpZXMuUmVnZW5lcmF0ZURpcmVjdG9yeVNlY3JldFJlc3BvbnNlgrUYAhhk+tLkkwIJEgdQUkVWSUVXgtPkkwJXIlUvYXBpL3YxL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbl9pZH0vZGlyZWN0b3JpZXMve2RpcmVjdG9yeV9pZH0vc2VjcmV0czpyZWdlbmVyYXRlEsoBChRUcmlnZ2VyRGlyZWN0b3J5U3luYxI0LnNjYWxla2l0LnYxLmRpcmVjdG9yaWVzLlRyaWdnZXJEaXJlY3RvcnlTeW5jUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSJkgrUYAhhk+tLkkwIJEgdQUkVWSUVXgtPkkwJJEkcvYXBpL3YxL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbl9pZH0vZGlyZWN0b3JpZXMve2RpcmVjdG9yeV9pZH06c3luYxqqApJBpgIKCURpcmVjdG9yeRKYAkRpcmVjdG9yeSBtYW5hZ2VtZW50IGZvciB2aWV3aW5nIGFuZCBjb250cm9sbGluZyBleHRlcm5hbCBpZGVudGl0eSBwcm92aWRlciBjb25uZWN0aW9ucyBpbiB5b3VyIFNjYWxla2l0IGVudmlyb25tZW50LiBUaGlzIHNlcnZpY2UgcHJvdmlkZXMgZW5kcG9pbnRzIGZvciByZXRyaWV2aW5nIGRpcmVjdG9yeSBpbmZvcm1hdGlvbiwgbGlzdGluZyBkaXJlY3RvcmllcyBhbmQgdGhlaXIgY29udGVudHMsIGFuZCBlbmFibGluZyBvciBkaXNhYmxpbmcgZGlyZWN0b3J5IHN5bmNocm9uaXphdGlvbi5CN1o1Z2l0aHViLmNvbS9zY2FsZWtpdC1pbmMvc2NhbGVraXQvcGtnL2dycGMvZGlyZWN0b3JpZXNiBnByb3RvMw", [file_buf_validate_validate, file_google_api_annotations, file_google_api_visibility, file_google_protobuf_empty, file_google_protobuf_struct, file_google_protobuf_timestamp, file_protoc_gen_openapiv2_options_annotations, file_scalekit_v1_options_options]);
|
|
148
21
|
|
|
149
22
|
/**
|
|
150
23
|
* @generated from message scalekit.v1.directories.GetDirectoryRequest
|
|
151
24
|
*/
|
|
152
|
-
export
|
|
25
|
+
export type GetDirectoryRequest = Message<"scalekit.v1.directories.GetDirectoryRequest"> & {
|
|
153
26
|
/**
|
|
154
27
|
* @generated from field: string id = 1;
|
|
155
28
|
*/
|
|
156
|
-
id
|
|
29
|
+
id: string;
|
|
157
30
|
|
|
158
31
|
/**
|
|
159
32
|
* @generated from field: string organization_id = 2;
|
|
160
33
|
*/
|
|
161
|
-
organizationId
|
|
162
|
-
|
|
163
|
-
constructor(data?: PartialMessage<GetDirectoryRequest>) {
|
|
164
|
-
super();
|
|
165
|
-
proto3.util.initPartial(data, this);
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
169
|
-
static readonly typeName = "scalekit.v1.directories.GetDirectoryRequest";
|
|
170
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
171
|
-
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
172
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
173
|
-
]);
|
|
174
|
-
|
|
175
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetDirectoryRequest {
|
|
176
|
-
return new GetDirectoryRequest().fromBinary(bytes, options);
|
|
177
|
-
}
|
|
34
|
+
organizationId: string;
|
|
35
|
+
};
|
|
178
36
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
static equals(a: GetDirectoryRequest | PlainMessage<GetDirectoryRequest> | undefined, b: GetDirectoryRequest | PlainMessage<GetDirectoryRequest> | undefined): boolean {
|
|
188
|
-
return proto3.util.equals(GetDirectoryRequest, a, b);
|
|
189
|
-
}
|
|
190
|
-
}
|
|
37
|
+
/**
|
|
38
|
+
* Describes the message scalekit.v1.directories.GetDirectoryRequest.
|
|
39
|
+
* Use `create(GetDirectoryRequestSchema)` to create a new message.
|
|
40
|
+
*/
|
|
41
|
+
export const GetDirectoryRequestSchema: GenMessage<GetDirectoryRequest> = /*@__PURE__*/
|
|
42
|
+
messageDesc(file_scalekit_v1_directories_directories, 0);
|
|
191
43
|
|
|
192
44
|
/**
|
|
193
45
|
* @generated from message scalekit.v1.directories.GetDirectoryResponse
|
|
194
46
|
*/
|
|
195
|
-
export
|
|
47
|
+
export type GetDirectoryResponse = Message<"scalekit.v1.directories.GetDirectoryResponse"> & {
|
|
196
48
|
/**
|
|
197
49
|
* @generated from field: scalekit.v1.directories.Directory directory = 1;
|
|
198
50
|
*/
|
|
199
51
|
directory?: Directory;
|
|
52
|
+
};
|
|
200
53
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
static readonly typeName = "scalekit.v1.directories.GetDirectoryResponse";
|
|
208
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
209
|
-
{ no: 1, name: "directory", kind: "message", T: Directory },
|
|
210
|
-
]);
|
|
211
|
-
|
|
212
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetDirectoryResponse {
|
|
213
|
-
return new GetDirectoryResponse().fromBinary(bytes, options);
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetDirectoryResponse {
|
|
217
|
-
return new GetDirectoryResponse().fromJson(jsonValue, options);
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetDirectoryResponse {
|
|
221
|
-
return new GetDirectoryResponse().fromJsonString(jsonString, options);
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
static equals(a: GetDirectoryResponse | PlainMessage<GetDirectoryResponse> | undefined, b: GetDirectoryResponse | PlainMessage<GetDirectoryResponse> | undefined): boolean {
|
|
225
|
-
return proto3.util.equals(GetDirectoryResponse, a, b);
|
|
226
|
-
}
|
|
227
|
-
}
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message scalekit.v1.directories.GetDirectoryResponse.
|
|
56
|
+
* Use `create(GetDirectoryResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetDirectoryResponseSchema: GenMessage<GetDirectoryResponse> = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_scalekit_v1_directories_directories, 1);
|
|
228
60
|
|
|
229
61
|
/**
|
|
230
62
|
* @generated from message scalekit.v1.directories.CreateDirectoryRequest
|
|
231
63
|
*/
|
|
232
|
-
export
|
|
64
|
+
export type CreateDirectoryRequest = Message<"scalekit.v1.directories.CreateDirectoryRequest"> & {
|
|
233
65
|
/**
|
|
234
66
|
* @generated from field: string organization_id = 1;
|
|
235
67
|
*/
|
|
236
|
-
organizationId
|
|
68
|
+
organizationId: string;
|
|
237
69
|
|
|
238
70
|
/**
|
|
239
71
|
* @generated from field: scalekit.v1.directories.CreateDirectory directory = 2;
|
|
240
72
|
*/
|
|
241
73
|
directory?: CreateDirectory;
|
|
74
|
+
};
|
|
242
75
|
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
static readonly typeName = "scalekit.v1.directories.CreateDirectoryRequest";
|
|
250
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
251
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
252
|
-
{ no: 2, name: "directory", kind: "message", T: CreateDirectory },
|
|
253
|
-
]);
|
|
254
|
-
|
|
255
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateDirectoryRequest {
|
|
256
|
-
return new CreateDirectoryRequest().fromBinary(bytes, options);
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateDirectoryRequest {
|
|
260
|
-
return new CreateDirectoryRequest().fromJson(jsonValue, options);
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateDirectoryRequest {
|
|
264
|
-
return new CreateDirectoryRequest().fromJsonString(jsonString, options);
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
static equals(a: CreateDirectoryRequest | PlainMessage<CreateDirectoryRequest> | undefined, b: CreateDirectoryRequest | PlainMessage<CreateDirectoryRequest> | undefined): boolean {
|
|
268
|
-
return proto3.util.equals(CreateDirectoryRequest, a, b);
|
|
269
|
-
}
|
|
270
|
-
}
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message scalekit.v1.directories.CreateDirectoryRequest.
|
|
78
|
+
* Use `create(CreateDirectoryRequestSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export const CreateDirectoryRequestSchema: GenMessage<CreateDirectoryRequest> = /*@__PURE__*/
|
|
81
|
+
messageDesc(file_scalekit_v1_directories_directories, 2);
|
|
271
82
|
|
|
272
83
|
/**
|
|
273
84
|
* @generated from message scalekit.v1.directories.CreateDirectory
|
|
274
85
|
*/
|
|
275
|
-
export
|
|
86
|
+
export type CreateDirectory = Message<"scalekit.v1.directories.CreateDirectory"> & {
|
|
276
87
|
/**
|
|
277
88
|
* @generated from field: scalekit.v1.directories.DirectoryType directory_type = 1;
|
|
278
89
|
*/
|
|
279
|
-
directoryType
|
|
90
|
+
directoryType: DirectoryType;
|
|
280
91
|
|
|
281
92
|
/**
|
|
282
93
|
* @generated from field: scalekit.v1.directories.DirectoryProvider directory_provider = 2;
|
|
283
94
|
*/
|
|
284
|
-
directoryProvider
|
|
285
|
-
|
|
286
|
-
constructor(data?: PartialMessage<CreateDirectory>) {
|
|
287
|
-
super();
|
|
288
|
-
proto3.util.initPartial(data, this);
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
292
|
-
static readonly typeName = "scalekit.v1.directories.CreateDirectory";
|
|
293
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
294
|
-
{ no: 1, name: "directory_type", kind: "enum", T: proto3.getEnumType(DirectoryType) },
|
|
295
|
-
{ no: 2, name: "directory_provider", kind: "enum", T: proto3.getEnumType(DirectoryProvider) },
|
|
296
|
-
]);
|
|
297
|
-
|
|
298
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateDirectory {
|
|
299
|
-
return new CreateDirectory().fromBinary(bytes, options);
|
|
300
|
-
}
|
|
95
|
+
directoryProvider: DirectoryProvider;
|
|
96
|
+
};
|
|
301
97
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
static equals(a: CreateDirectory | PlainMessage<CreateDirectory> | undefined, b: CreateDirectory | PlainMessage<CreateDirectory> | undefined): boolean {
|
|
311
|
-
return proto3.util.equals(CreateDirectory, a, b);
|
|
312
|
-
}
|
|
313
|
-
}
|
|
98
|
+
/**
|
|
99
|
+
* Describes the message scalekit.v1.directories.CreateDirectory.
|
|
100
|
+
* Use `create(CreateDirectorySchema)` to create a new message.
|
|
101
|
+
*/
|
|
102
|
+
export const CreateDirectorySchema: GenMessage<CreateDirectory> = /*@__PURE__*/
|
|
103
|
+
messageDesc(file_scalekit_v1_directories_directories, 3);
|
|
314
104
|
|
|
315
105
|
/**
|
|
316
106
|
* @generated from message scalekit.v1.directories.CreateDirectoryResponse
|
|
317
107
|
*/
|
|
318
|
-
export
|
|
108
|
+
export type CreateDirectoryResponse = Message<"scalekit.v1.directories.CreateDirectoryResponse"> & {
|
|
319
109
|
/**
|
|
320
110
|
* @generated from field: scalekit.v1.directories.Directory directory = 1;
|
|
321
111
|
*/
|
|
322
112
|
directory?: Directory;
|
|
113
|
+
};
|
|
323
114
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
static readonly typeName = "scalekit.v1.directories.CreateDirectoryResponse";
|
|
331
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
332
|
-
{ no: 1, name: "directory", kind: "message", T: Directory },
|
|
333
|
-
]);
|
|
334
|
-
|
|
335
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateDirectoryResponse {
|
|
336
|
-
return new CreateDirectoryResponse().fromBinary(bytes, options);
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateDirectoryResponse {
|
|
340
|
-
return new CreateDirectoryResponse().fromJson(jsonValue, options);
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateDirectoryResponse {
|
|
344
|
-
return new CreateDirectoryResponse().fromJsonString(jsonString, options);
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
static equals(a: CreateDirectoryResponse | PlainMessage<CreateDirectoryResponse> | undefined, b: CreateDirectoryResponse | PlainMessage<CreateDirectoryResponse> | undefined): boolean {
|
|
348
|
-
return proto3.util.equals(CreateDirectoryResponse, a, b);
|
|
349
|
-
}
|
|
350
|
-
}
|
|
115
|
+
/**
|
|
116
|
+
* Describes the message scalekit.v1.directories.CreateDirectoryResponse.
|
|
117
|
+
* Use `create(CreateDirectoryResponseSchema)` to create a new message.
|
|
118
|
+
*/
|
|
119
|
+
export const CreateDirectoryResponseSchema: GenMessage<CreateDirectoryResponse> = /*@__PURE__*/
|
|
120
|
+
messageDesc(file_scalekit_v1_directories_directories, 4);
|
|
351
121
|
|
|
352
122
|
/**
|
|
353
123
|
* @generated from message scalekit.v1.directories.UpdateDirectoryRequest
|
|
354
124
|
*/
|
|
355
|
-
export
|
|
125
|
+
export type UpdateDirectoryRequest = Message<"scalekit.v1.directories.UpdateDirectoryRequest"> & {
|
|
356
126
|
/**
|
|
357
127
|
* @generated from field: string id = 1;
|
|
358
128
|
*/
|
|
359
|
-
id
|
|
129
|
+
id: string;
|
|
360
130
|
|
|
361
131
|
/**
|
|
362
132
|
* @generated from field: string organization_id = 2;
|
|
363
133
|
*/
|
|
364
|
-
organizationId
|
|
134
|
+
organizationId: string;
|
|
365
135
|
|
|
366
136
|
/**
|
|
367
137
|
* @generated from field: scalekit.v1.directories.UpdateDirectory directory = 3;
|
|
368
138
|
*/
|
|
369
139
|
directory?: UpdateDirectory;
|
|
140
|
+
};
|
|
370
141
|
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
static readonly typeName = "scalekit.v1.directories.UpdateDirectoryRequest";
|
|
378
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
379
|
-
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
380
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
381
|
-
{ no: 3, name: "directory", kind: "message", T: UpdateDirectory },
|
|
382
|
-
]);
|
|
383
|
-
|
|
384
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateDirectoryRequest {
|
|
385
|
-
return new UpdateDirectoryRequest().fromBinary(bytes, options);
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateDirectoryRequest {
|
|
389
|
-
return new UpdateDirectoryRequest().fromJson(jsonValue, options);
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateDirectoryRequest {
|
|
393
|
-
return new UpdateDirectoryRequest().fromJsonString(jsonString, options);
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
static equals(a: UpdateDirectoryRequest | PlainMessage<UpdateDirectoryRequest> | undefined, b: UpdateDirectoryRequest | PlainMessage<UpdateDirectoryRequest> | undefined): boolean {
|
|
397
|
-
return proto3.util.equals(UpdateDirectoryRequest, a, b);
|
|
398
|
-
}
|
|
399
|
-
}
|
|
142
|
+
/**
|
|
143
|
+
* Describes the message scalekit.v1.directories.UpdateDirectoryRequest.
|
|
144
|
+
* Use `create(UpdateDirectoryRequestSchema)` to create a new message.
|
|
145
|
+
*/
|
|
146
|
+
export const UpdateDirectoryRequestSchema: GenMessage<UpdateDirectoryRequest> = /*@__PURE__*/
|
|
147
|
+
messageDesc(file_scalekit_v1_directories_directories, 5);
|
|
400
148
|
|
|
401
149
|
/**
|
|
402
150
|
* @generated from message scalekit.v1.directories.UpdateDirectory
|
|
403
151
|
*/
|
|
404
|
-
export
|
|
152
|
+
export type UpdateDirectory = Message<"scalekit.v1.directories.UpdateDirectory"> & {
|
|
405
153
|
/**
|
|
406
154
|
* @generated from field: string name = 2;
|
|
407
155
|
*/
|
|
408
|
-
name
|
|
156
|
+
name: string;
|
|
409
157
|
|
|
410
158
|
/**
|
|
411
159
|
* @generated from field: scalekit.v1.directories.DirectoryType directory_type = 3;
|
|
412
160
|
*/
|
|
413
|
-
directoryType
|
|
161
|
+
directoryType: DirectoryType;
|
|
414
162
|
|
|
415
163
|
/**
|
|
416
164
|
* @generated from field: bool enabled = 7;
|
|
417
165
|
*/
|
|
418
|
-
enabled
|
|
166
|
+
enabled: boolean;
|
|
419
167
|
|
|
420
168
|
/**
|
|
421
169
|
* @generated from field: scalekit.v1.directories.DirectoryProvider directory_provider = 8;
|
|
422
170
|
*/
|
|
423
|
-
directoryProvider
|
|
171
|
+
directoryProvider: DirectoryProvider;
|
|
424
172
|
|
|
425
173
|
/**
|
|
426
174
|
* @generated from field: scalekit.v1.directories.DirectoryStatus status = 9;
|
|
427
175
|
*/
|
|
428
|
-
status
|
|
176
|
+
status: DirectoryStatus;
|
|
429
177
|
|
|
430
178
|
/**
|
|
431
179
|
* @generated from field: repeated scalekit.v1.directories.DirectoryMapping mappings = 10;
|
|
432
180
|
*/
|
|
433
|
-
mappings: DirectoryMapping[]
|
|
181
|
+
mappings: DirectoryMapping[];
|
|
434
182
|
|
|
435
183
|
/**
|
|
436
184
|
* @generated from field: repeated scalekit.v1.directories.ExternalGroup groups = 15;
|
|
437
185
|
*/
|
|
438
|
-
groups: ExternalGroup[]
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
448
|
-
{ no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
449
|
-
{ no: 3, name: "directory_type", kind: "enum", T: proto3.getEnumType(DirectoryType) },
|
|
450
|
-
{ no: 7, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
451
|
-
{ no: 8, name: "directory_provider", kind: "enum", T: proto3.getEnumType(DirectoryProvider) },
|
|
452
|
-
{ no: 9, name: "status", kind: "enum", T: proto3.getEnumType(DirectoryStatus) },
|
|
453
|
-
{ no: 10, name: "mappings", kind: "message", T: DirectoryMapping, repeated: true },
|
|
454
|
-
{ no: 15, name: "groups", kind: "message", T: ExternalGroup, repeated: true },
|
|
455
|
-
]);
|
|
456
|
-
|
|
457
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateDirectory {
|
|
458
|
-
return new UpdateDirectory().fromBinary(bytes, options);
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateDirectory {
|
|
462
|
-
return new UpdateDirectory().fromJson(jsonValue, options);
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateDirectory {
|
|
466
|
-
return new UpdateDirectory().fromJsonString(jsonString, options);
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
static equals(a: UpdateDirectory | PlainMessage<UpdateDirectory> | undefined, b: UpdateDirectory | PlainMessage<UpdateDirectory> | undefined): boolean {
|
|
470
|
-
return proto3.util.equals(UpdateDirectory, a, b);
|
|
471
|
-
}
|
|
472
|
-
}
|
|
186
|
+
groups: ExternalGroup[];
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Describes the message scalekit.v1.directories.UpdateDirectory.
|
|
191
|
+
* Use `create(UpdateDirectorySchema)` to create a new message.
|
|
192
|
+
*/
|
|
193
|
+
export const UpdateDirectorySchema: GenMessage<UpdateDirectory> = /*@__PURE__*/
|
|
194
|
+
messageDesc(file_scalekit_v1_directories_directories, 6);
|
|
473
195
|
|
|
474
196
|
/**
|
|
475
197
|
* @generated from message scalekit.v1.directories.UpdateDirectoryResponse
|
|
476
198
|
*/
|
|
477
|
-
export
|
|
199
|
+
export type UpdateDirectoryResponse = Message<"scalekit.v1.directories.UpdateDirectoryResponse"> & {
|
|
478
200
|
/**
|
|
479
201
|
* @generated from field: scalekit.v1.directories.Directory directory = 1;
|
|
480
202
|
*/
|
|
481
203
|
directory?: Directory;
|
|
204
|
+
};
|
|
482
205
|
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
static readonly typeName = "scalekit.v1.directories.UpdateDirectoryResponse";
|
|
490
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
491
|
-
{ no: 1, name: "directory", kind: "message", T: Directory },
|
|
492
|
-
]);
|
|
493
|
-
|
|
494
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateDirectoryResponse {
|
|
495
|
-
return new UpdateDirectoryResponse().fromBinary(bytes, options);
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateDirectoryResponse {
|
|
499
|
-
return new UpdateDirectoryResponse().fromJson(jsonValue, options);
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateDirectoryResponse {
|
|
503
|
-
return new UpdateDirectoryResponse().fromJsonString(jsonString, options);
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
static equals(a: UpdateDirectoryResponse | PlainMessage<UpdateDirectoryResponse> | undefined, b: UpdateDirectoryResponse | PlainMessage<UpdateDirectoryResponse> | undefined): boolean {
|
|
507
|
-
return proto3.util.equals(UpdateDirectoryResponse, a, b);
|
|
508
|
-
}
|
|
509
|
-
}
|
|
206
|
+
/**
|
|
207
|
+
* Describes the message scalekit.v1.directories.UpdateDirectoryResponse.
|
|
208
|
+
* Use `create(UpdateDirectoryResponseSchema)` to create a new message.
|
|
209
|
+
*/
|
|
210
|
+
export const UpdateDirectoryResponseSchema: GenMessage<UpdateDirectoryResponse> = /*@__PURE__*/
|
|
211
|
+
messageDesc(file_scalekit_v1_directories_directories, 7);
|
|
510
212
|
|
|
511
213
|
/**
|
|
512
214
|
* @generated from message scalekit.v1.directories.AssignGroupsForDirectoryRequest
|
|
513
215
|
*/
|
|
514
|
-
export
|
|
216
|
+
export type AssignGroupsForDirectoryRequest = Message<"scalekit.v1.directories.AssignGroupsForDirectoryRequest"> & {
|
|
515
217
|
/**
|
|
516
218
|
* @generated from field: string id = 1;
|
|
517
219
|
*/
|
|
518
|
-
id
|
|
220
|
+
id: string;
|
|
519
221
|
|
|
520
222
|
/**
|
|
521
223
|
* @generated from field: string organization_id = 2;
|
|
522
224
|
*/
|
|
523
|
-
organizationId
|
|
225
|
+
organizationId: string;
|
|
524
226
|
|
|
525
227
|
/**
|
|
526
228
|
* @generated from field: repeated string external_ids = 3;
|
|
527
229
|
*/
|
|
528
|
-
externalIds: string[]
|
|
529
|
-
|
|
530
|
-
constructor(data?: PartialMessage<AssignGroupsForDirectoryRequest>) {
|
|
531
|
-
super();
|
|
532
|
-
proto3.util.initPartial(data, this);
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
536
|
-
static readonly typeName = "scalekit.v1.directories.AssignGroupsForDirectoryRequest";
|
|
537
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
538
|
-
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
539
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
540
|
-
{ no: 3, name: "external_ids", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
541
|
-
]);
|
|
542
|
-
|
|
543
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AssignGroupsForDirectoryRequest {
|
|
544
|
-
return new AssignGroupsForDirectoryRequest().fromBinary(bytes, options);
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AssignGroupsForDirectoryRequest {
|
|
548
|
-
return new AssignGroupsForDirectoryRequest().fromJson(jsonValue, options);
|
|
549
|
-
}
|
|
230
|
+
externalIds: string[];
|
|
231
|
+
};
|
|
550
232
|
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
}
|
|
558
|
-
}
|
|
233
|
+
/**
|
|
234
|
+
* Describes the message scalekit.v1.directories.AssignGroupsForDirectoryRequest.
|
|
235
|
+
* Use `create(AssignGroupsForDirectoryRequestSchema)` to create a new message.
|
|
236
|
+
*/
|
|
237
|
+
export const AssignGroupsForDirectoryRequestSchema: GenMessage<AssignGroupsForDirectoryRequest> = /*@__PURE__*/
|
|
238
|
+
messageDesc(file_scalekit_v1_directories_directories, 8);
|
|
559
239
|
|
|
560
240
|
/**
|
|
561
241
|
* @generated from message scalekit.v1.directories.ListDirectoriesRequest
|
|
562
242
|
*/
|
|
563
|
-
export
|
|
243
|
+
export type ListDirectoriesRequest = Message<"scalekit.v1.directories.ListDirectoriesRequest"> & {
|
|
564
244
|
/**
|
|
565
245
|
* @generated from field: string organization_id = 1;
|
|
566
246
|
*/
|
|
567
|
-
organizationId
|
|
568
|
-
|
|
569
|
-
constructor(data?: PartialMessage<ListDirectoriesRequest>) {
|
|
570
|
-
super();
|
|
571
|
-
proto3.util.initPartial(data, this);
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
575
|
-
static readonly typeName = "scalekit.v1.directories.ListDirectoriesRequest";
|
|
576
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
577
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
578
|
-
]);
|
|
579
|
-
|
|
580
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListDirectoriesRequest {
|
|
581
|
-
return new ListDirectoriesRequest().fromBinary(bytes, options);
|
|
582
|
-
}
|
|
247
|
+
organizationId: string;
|
|
248
|
+
};
|
|
583
249
|
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
static equals(a: ListDirectoriesRequest | PlainMessage<ListDirectoriesRequest> | undefined, b: ListDirectoriesRequest | PlainMessage<ListDirectoriesRequest> | undefined): boolean {
|
|
593
|
-
return proto3.util.equals(ListDirectoriesRequest, a, b);
|
|
594
|
-
}
|
|
595
|
-
}
|
|
250
|
+
/**
|
|
251
|
+
* Describes the message scalekit.v1.directories.ListDirectoriesRequest.
|
|
252
|
+
* Use `create(ListDirectoriesRequestSchema)` to create a new message.
|
|
253
|
+
*/
|
|
254
|
+
export const ListDirectoriesRequestSchema: GenMessage<ListDirectoriesRequest> = /*@__PURE__*/
|
|
255
|
+
messageDesc(file_scalekit_v1_directories_directories, 9);
|
|
596
256
|
|
|
597
257
|
/**
|
|
598
258
|
* @generated from message scalekit.v1.directories.ListDirectoriesResponse
|
|
599
259
|
*/
|
|
600
|
-
export
|
|
260
|
+
export type ListDirectoriesResponse = Message<"scalekit.v1.directories.ListDirectoriesResponse"> & {
|
|
601
261
|
/**
|
|
602
262
|
* @generated from field: repeated scalekit.v1.directories.Directory directories = 1;
|
|
603
263
|
*/
|
|
604
|
-
directories: Directory[]
|
|
605
|
-
|
|
606
|
-
constructor(data?: PartialMessage<ListDirectoriesResponse>) {
|
|
607
|
-
super();
|
|
608
|
-
proto3.util.initPartial(data, this);
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
612
|
-
static readonly typeName = "scalekit.v1.directories.ListDirectoriesResponse";
|
|
613
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
614
|
-
{ no: 1, name: "directories", kind: "message", T: Directory, repeated: true },
|
|
615
|
-
]);
|
|
264
|
+
directories: Directory[];
|
|
265
|
+
};
|
|
616
266
|
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListDirectoriesResponse {
|
|
626
|
-
return new ListDirectoriesResponse().fromJsonString(jsonString, options);
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
static equals(a: ListDirectoriesResponse | PlainMessage<ListDirectoriesResponse> | undefined, b: ListDirectoriesResponse | PlainMessage<ListDirectoriesResponse> | undefined): boolean {
|
|
630
|
-
return proto3.util.equals(ListDirectoriesResponse, a, b);
|
|
631
|
-
}
|
|
632
|
-
}
|
|
267
|
+
/**
|
|
268
|
+
* Describes the message scalekit.v1.directories.ListDirectoriesResponse.
|
|
269
|
+
* Use `create(ListDirectoriesResponseSchema)` to create a new message.
|
|
270
|
+
*/
|
|
271
|
+
export const ListDirectoriesResponseSchema: GenMessage<ListDirectoriesResponse> = /*@__PURE__*/
|
|
272
|
+
messageDesc(file_scalekit_v1_directories_directories, 10);
|
|
633
273
|
|
|
634
274
|
/**
|
|
635
275
|
* @generated from message scalekit.v1.directories.ListDirectoryUsersRequest
|
|
636
276
|
*/
|
|
637
|
-
export
|
|
277
|
+
export type ListDirectoryUsersRequest = Message<"scalekit.v1.directories.ListDirectoryUsersRequest"> & {
|
|
638
278
|
/**
|
|
639
279
|
* @generated from field: string organization_id = 1;
|
|
640
280
|
*/
|
|
641
|
-
organizationId
|
|
281
|
+
organizationId: string;
|
|
642
282
|
|
|
643
283
|
/**
|
|
644
284
|
* @generated from field: string directory_id = 2;
|
|
645
285
|
*/
|
|
646
|
-
directoryId
|
|
286
|
+
directoryId: string;
|
|
647
287
|
|
|
648
288
|
/**
|
|
649
289
|
* @generated from field: uint32 page_size = 3;
|
|
650
290
|
*/
|
|
651
|
-
pageSize
|
|
291
|
+
pageSize: number;
|
|
652
292
|
|
|
653
293
|
/**
|
|
654
294
|
* @generated from field: string page_token = 4;
|
|
655
295
|
*/
|
|
656
|
-
pageToken
|
|
296
|
+
pageToken: string;
|
|
657
297
|
|
|
658
298
|
/**
|
|
659
299
|
* @generated from field: optional bool include_detail = 5;
|
|
@@ -669,119 +309,70 @@ export class ListDirectoryUsersRequest extends Message<ListDirectoryUsersRequest
|
|
|
669
309
|
* @generated from field: optional google.protobuf.Timestamp updated_after = 7;
|
|
670
310
|
*/
|
|
671
311
|
updatedAfter?: Timestamp;
|
|
312
|
+
};
|
|
672
313
|
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
static readonly typeName = "scalekit.v1.directories.ListDirectoryUsersRequest";
|
|
680
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
681
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
682
|
-
{ no: 2, name: "directory_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
683
|
-
{ no: 3, name: "page_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
684
|
-
{ no: 4, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
685
|
-
{ no: 5, name: "include_detail", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
686
|
-
{ no: 6, name: "directory_group_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
687
|
-
{ no: 7, name: "updated_after", kind: "message", T: Timestamp, opt: true },
|
|
688
|
-
]);
|
|
689
|
-
|
|
690
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListDirectoryUsersRequest {
|
|
691
|
-
return new ListDirectoryUsersRequest().fromBinary(bytes, options);
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListDirectoryUsersRequest {
|
|
695
|
-
return new ListDirectoryUsersRequest().fromJson(jsonValue, options);
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListDirectoryUsersRequest {
|
|
699
|
-
return new ListDirectoryUsersRequest().fromJsonString(jsonString, options);
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
static equals(a: ListDirectoryUsersRequest | PlainMessage<ListDirectoryUsersRequest> | undefined, b: ListDirectoryUsersRequest | PlainMessage<ListDirectoryUsersRequest> | undefined): boolean {
|
|
703
|
-
return proto3.util.equals(ListDirectoryUsersRequest, a, b);
|
|
704
|
-
}
|
|
705
|
-
}
|
|
314
|
+
/**
|
|
315
|
+
* Describes the message scalekit.v1.directories.ListDirectoryUsersRequest.
|
|
316
|
+
* Use `create(ListDirectoryUsersRequestSchema)` to create a new message.
|
|
317
|
+
*/
|
|
318
|
+
export const ListDirectoryUsersRequestSchema: GenMessage<ListDirectoryUsersRequest> = /*@__PURE__*/
|
|
319
|
+
messageDesc(file_scalekit_v1_directories_directories, 11);
|
|
706
320
|
|
|
707
321
|
/**
|
|
708
322
|
* @generated from message scalekit.v1.directories.ListDirectoryUsersResponse
|
|
709
323
|
*/
|
|
710
|
-
export
|
|
324
|
+
export type ListDirectoryUsersResponse = Message<"scalekit.v1.directories.ListDirectoryUsersResponse"> & {
|
|
711
325
|
/**
|
|
712
326
|
* @generated from field: repeated scalekit.v1.directories.DirectoryUser users = 1;
|
|
713
327
|
*/
|
|
714
|
-
users: DirectoryUser[]
|
|
328
|
+
users: DirectoryUser[];
|
|
715
329
|
|
|
716
330
|
/**
|
|
717
331
|
* @generated from field: uint32 total_size = 2;
|
|
718
332
|
*/
|
|
719
|
-
totalSize
|
|
333
|
+
totalSize: number;
|
|
720
334
|
|
|
721
335
|
/**
|
|
722
336
|
* @generated from field: string next_page_token = 3;
|
|
723
337
|
*/
|
|
724
|
-
nextPageToken
|
|
338
|
+
nextPageToken: string;
|
|
725
339
|
|
|
726
340
|
/**
|
|
727
341
|
* @generated from field: string prev_page_token = 4;
|
|
728
342
|
*/
|
|
729
|
-
prevPageToken
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
739
|
-
{ no: 1, name: "users", kind: "message", T: DirectoryUser, repeated: true },
|
|
740
|
-
{ no: 2, name: "total_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
741
|
-
{ no: 3, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
742
|
-
{ no: 4, name: "prev_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
743
|
-
]);
|
|
744
|
-
|
|
745
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListDirectoryUsersResponse {
|
|
746
|
-
return new ListDirectoryUsersResponse().fromBinary(bytes, options);
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListDirectoryUsersResponse {
|
|
750
|
-
return new ListDirectoryUsersResponse().fromJson(jsonValue, options);
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListDirectoryUsersResponse {
|
|
754
|
-
return new ListDirectoryUsersResponse().fromJsonString(jsonString, options);
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
static equals(a: ListDirectoryUsersResponse | PlainMessage<ListDirectoryUsersResponse> | undefined, b: ListDirectoryUsersResponse | PlainMessage<ListDirectoryUsersResponse> | undefined): boolean {
|
|
758
|
-
return proto3.util.equals(ListDirectoryUsersResponse, a, b);
|
|
759
|
-
}
|
|
760
|
-
}
|
|
343
|
+
prevPageToken: string;
|
|
344
|
+
};
|
|
345
|
+
|
|
346
|
+
/**
|
|
347
|
+
* Describes the message scalekit.v1.directories.ListDirectoryUsersResponse.
|
|
348
|
+
* Use `create(ListDirectoryUsersResponseSchema)` to create a new message.
|
|
349
|
+
*/
|
|
350
|
+
export const ListDirectoryUsersResponseSchema: GenMessage<ListDirectoryUsersResponse> = /*@__PURE__*/
|
|
351
|
+
messageDesc(file_scalekit_v1_directories_directories, 12);
|
|
761
352
|
|
|
762
353
|
/**
|
|
763
354
|
* @generated from message scalekit.v1.directories.ListDirectoryGroupsRequest
|
|
764
355
|
*/
|
|
765
|
-
export
|
|
356
|
+
export type ListDirectoryGroupsRequest = Message<"scalekit.v1.directories.ListDirectoryGroupsRequest"> & {
|
|
766
357
|
/**
|
|
767
358
|
* @generated from field: string organization_id = 1;
|
|
768
359
|
*/
|
|
769
|
-
organizationId
|
|
360
|
+
organizationId: string;
|
|
770
361
|
|
|
771
362
|
/**
|
|
772
363
|
* @generated from field: string directory_id = 2;
|
|
773
364
|
*/
|
|
774
|
-
directoryId
|
|
365
|
+
directoryId: string;
|
|
775
366
|
|
|
776
367
|
/**
|
|
777
368
|
* @generated from field: uint32 page_size = 3;
|
|
778
369
|
*/
|
|
779
|
-
pageSize
|
|
370
|
+
pageSize: number;
|
|
780
371
|
|
|
781
372
|
/**
|
|
782
373
|
* @generated from field: string page_token = 4;
|
|
783
374
|
*/
|
|
784
|
-
pageToken
|
|
375
|
+
pageToken: string;
|
|
785
376
|
|
|
786
377
|
/**
|
|
787
378
|
* @generated from field: optional google.protobuf.Timestamp updated_after = 5;
|
|
@@ -797,172 +388,102 @@ export class ListDirectoryGroupsRequest extends Message<ListDirectoryGroupsReque
|
|
|
797
388
|
* @generated from field: optional bool include_external_groups = 7;
|
|
798
389
|
*/
|
|
799
390
|
includeExternalGroups?: boolean;
|
|
391
|
+
};
|
|
800
392
|
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
static readonly typeName = "scalekit.v1.directories.ListDirectoryGroupsRequest";
|
|
808
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
809
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
810
|
-
{ no: 2, name: "directory_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
811
|
-
{ no: 3, name: "page_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
812
|
-
{ no: 4, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
813
|
-
{ no: 5, name: "updated_after", kind: "message", T: Timestamp, opt: true },
|
|
814
|
-
{ no: 6, name: "include_detail", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
815
|
-
{ no: 7, name: "include_external_groups", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
816
|
-
]);
|
|
817
|
-
|
|
818
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListDirectoryGroupsRequest {
|
|
819
|
-
return new ListDirectoryGroupsRequest().fromBinary(bytes, options);
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListDirectoryGroupsRequest {
|
|
823
|
-
return new ListDirectoryGroupsRequest().fromJson(jsonValue, options);
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListDirectoryGroupsRequest {
|
|
827
|
-
return new ListDirectoryGroupsRequest().fromJsonString(jsonString, options);
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
static equals(a: ListDirectoryGroupsRequest | PlainMessage<ListDirectoryGroupsRequest> | undefined, b: ListDirectoryGroupsRequest | PlainMessage<ListDirectoryGroupsRequest> | undefined): boolean {
|
|
831
|
-
return proto3.util.equals(ListDirectoryGroupsRequest, a, b);
|
|
832
|
-
}
|
|
833
|
-
}
|
|
393
|
+
/**
|
|
394
|
+
* Describes the message scalekit.v1.directories.ListDirectoryGroupsRequest.
|
|
395
|
+
* Use `create(ListDirectoryGroupsRequestSchema)` to create a new message.
|
|
396
|
+
*/
|
|
397
|
+
export const ListDirectoryGroupsRequestSchema: GenMessage<ListDirectoryGroupsRequest> = /*@__PURE__*/
|
|
398
|
+
messageDesc(file_scalekit_v1_directories_directories, 13);
|
|
834
399
|
|
|
835
400
|
/**
|
|
836
401
|
* @generated from message scalekit.v1.directories.ListDirectoryGroupsResponse
|
|
837
402
|
*/
|
|
838
|
-
export
|
|
403
|
+
export type ListDirectoryGroupsResponse = Message<"scalekit.v1.directories.ListDirectoryGroupsResponse"> & {
|
|
839
404
|
/**
|
|
840
405
|
* @generated from field: repeated scalekit.v1.directories.DirectoryGroup groups = 1;
|
|
841
406
|
*/
|
|
842
|
-
groups: DirectoryGroup[]
|
|
407
|
+
groups: DirectoryGroup[];
|
|
843
408
|
|
|
844
409
|
/**
|
|
845
410
|
* @generated from field: uint32 total_size = 2;
|
|
846
411
|
*/
|
|
847
|
-
totalSize
|
|
412
|
+
totalSize: number;
|
|
848
413
|
|
|
849
414
|
/**
|
|
850
415
|
* @generated from field: string next_page_token = 3;
|
|
851
416
|
*/
|
|
852
|
-
nextPageToken
|
|
417
|
+
nextPageToken: string;
|
|
853
418
|
|
|
854
419
|
/**
|
|
855
420
|
* @generated from field: string prev_page_token = 4;
|
|
856
421
|
*/
|
|
857
|
-
prevPageToken
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
867
|
-
{ no: 1, name: "groups", kind: "message", T: DirectoryGroup, repeated: true },
|
|
868
|
-
{ no: 2, name: "total_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
869
|
-
{ no: 3, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
870
|
-
{ no: 4, name: "prev_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
871
|
-
]);
|
|
872
|
-
|
|
873
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListDirectoryGroupsResponse {
|
|
874
|
-
return new ListDirectoryGroupsResponse().fromBinary(bytes, options);
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListDirectoryGroupsResponse {
|
|
878
|
-
return new ListDirectoryGroupsResponse().fromJson(jsonValue, options);
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListDirectoryGroupsResponse {
|
|
882
|
-
return new ListDirectoryGroupsResponse().fromJsonString(jsonString, options);
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
static equals(a: ListDirectoryGroupsResponse | PlainMessage<ListDirectoryGroupsResponse> | undefined, b: ListDirectoryGroupsResponse | PlainMessage<ListDirectoryGroupsResponse> | undefined): boolean {
|
|
886
|
-
return proto3.util.equals(ListDirectoryGroupsResponse, a, b);
|
|
887
|
-
}
|
|
888
|
-
}
|
|
422
|
+
prevPageToken: string;
|
|
423
|
+
};
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* Describes the message scalekit.v1.directories.ListDirectoryGroupsResponse.
|
|
427
|
+
* Use `create(ListDirectoryGroupsResponseSchema)` to create a new message.
|
|
428
|
+
*/
|
|
429
|
+
export const ListDirectoryGroupsResponseSchema: GenMessage<ListDirectoryGroupsResponse> = /*@__PURE__*/
|
|
430
|
+
messageDesc(file_scalekit_v1_directories_directories, 14);
|
|
889
431
|
|
|
890
432
|
/**
|
|
891
433
|
* @generated from message scalekit.v1.directories.ListDirectoryGroupsSummaryRequest
|
|
892
434
|
*/
|
|
893
|
-
export
|
|
435
|
+
export type ListDirectoryGroupsSummaryRequest = Message<"scalekit.v1.directories.ListDirectoryGroupsSummaryRequest"> & {
|
|
894
436
|
/**
|
|
895
437
|
* @generated from field: string organization_id = 1;
|
|
896
438
|
*/
|
|
897
|
-
organizationId
|
|
439
|
+
organizationId: string;
|
|
898
440
|
|
|
899
441
|
/**
|
|
900
442
|
* @generated from field: string directory_id = 2;
|
|
901
443
|
*/
|
|
902
|
-
directoryId
|
|
903
|
-
|
|
904
|
-
constructor(data?: PartialMessage<ListDirectoryGroupsSummaryRequest>) {
|
|
905
|
-
super();
|
|
906
|
-
proto3.util.initPartial(data, this);
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
910
|
-
static readonly typeName = "scalekit.v1.directories.ListDirectoryGroupsSummaryRequest";
|
|
911
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
912
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
913
|
-
{ no: 2, name: "directory_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
914
|
-
]);
|
|
444
|
+
directoryId: string;
|
|
445
|
+
};
|
|
915
446
|
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListDirectoryGroupsSummaryRequest {
|
|
925
|
-
return new ListDirectoryGroupsSummaryRequest().fromJsonString(jsonString, options);
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
static equals(a: ListDirectoryGroupsSummaryRequest | PlainMessage<ListDirectoryGroupsSummaryRequest> | undefined, b: ListDirectoryGroupsSummaryRequest | PlainMessage<ListDirectoryGroupsSummaryRequest> | undefined): boolean {
|
|
929
|
-
return proto3.util.equals(ListDirectoryGroupsSummaryRequest, a, b);
|
|
930
|
-
}
|
|
931
|
-
}
|
|
447
|
+
/**
|
|
448
|
+
* Describes the message scalekit.v1.directories.ListDirectoryGroupsSummaryRequest.
|
|
449
|
+
* Use `create(ListDirectoryGroupsSummaryRequestSchema)` to create a new message.
|
|
450
|
+
*/
|
|
451
|
+
export const ListDirectoryGroupsSummaryRequestSchema: GenMessage<ListDirectoryGroupsSummaryRequest> = /*@__PURE__*/
|
|
452
|
+
messageDesc(file_scalekit_v1_directories_directories, 15);
|
|
932
453
|
|
|
933
454
|
/**
|
|
934
455
|
* @generated from message scalekit.v1.directories.Directory
|
|
935
456
|
*/
|
|
936
|
-
export
|
|
457
|
+
export type Directory = Message<"scalekit.v1.directories.Directory"> & {
|
|
937
458
|
/**
|
|
938
459
|
* @generated from field: string id = 1;
|
|
939
460
|
*/
|
|
940
|
-
id
|
|
461
|
+
id: string;
|
|
941
462
|
|
|
942
463
|
/**
|
|
943
464
|
* @generated from field: string name = 2;
|
|
944
465
|
*/
|
|
945
|
-
name
|
|
466
|
+
name: string;
|
|
946
467
|
|
|
947
468
|
/**
|
|
948
469
|
* @generated from field: scalekit.v1.directories.DirectoryType directory_type = 3;
|
|
949
470
|
*/
|
|
950
|
-
directoryType
|
|
471
|
+
directoryType: DirectoryType;
|
|
951
472
|
|
|
952
473
|
/**
|
|
953
474
|
* @generated from field: string organization_id = 4;
|
|
954
475
|
*/
|
|
955
|
-
organizationId
|
|
476
|
+
organizationId: string;
|
|
956
477
|
|
|
957
478
|
/**
|
|
958
479
|
* @generated from field: bool enabled = 5;
|
|
959
480
|
*/
|
|
960
|
-
enabled
|
|
481
|
+
enabled: boolean;
|
|
961
482
|
|
|
962
483
|
/**
|
|
963
484
|
* @generated from field: scalekit.v1.directories.DirectoryProvider directory_provider = 6;
|
|
964
485
|
*/
|
|
965
|
-
directoryProvider
|
|
486
|
+
directoryProvider: DirectoryProvider;
|
|
966
487
|
|
|
967
488
|
/**
|
|
968
489
|
* @generated from field: google.protobuf.Timestamp last_synced_at = 7;
|
|
@@ -972,22 +493,22 @@ export class Directory extends Message<Directory> {
|
|
|
972
493
|
/**
|
|
973
494
|
* @generated from field: string directory_endpoint = 8;
|
|
974
495
|
*/
|
|
975
|
-
directoryEndpoint
|
|
496
|
+
directoryEndpoint: string;
|
|
976
497
|
|
|
977
498
|
/**
|
|
978
499
|
* @generated from field: int32 total_users = 9;
|
|
979
500
|
*/
|
|
980
|
-
totalUsers
|
|
501
|
+
totalUsers: number;
|
|
981
502
|
|
|
982
503
|
/**
|
|
983
504
|
* @generated from field: int32 total_groups = 10;
|
|
984
505
|
*/
|
|
985
|
-
totalGroups
|
|
506
|
+
totalGroups: number;
|
|
986
507
|
|
|
987
508
|
/**
|
|
988
509
|
* @generated from field: repeated scalekit.v1.directories.Secret secrets = 11;
|
|
989
510
|
*/
|
|
990
|
-
secrets: Secret[]
|
|
511
|
+
secrets: Secret[];
|
|
991
512
|
|
|
992
513
|
/**
|
|
993
514
|
* @generated from field: scalekit.v1.directories.Stats stats = 12;
|
|
@@ -1007,225 +528,125 @@ export class Directory extends Message<Directory> {
|
|
|
1007
528
|
/**
|
|
1008
529
|
* @generated from field: string status = 15;
|
|
1009
530
|
*/
|
|
1010
|
-
status
|
|
531
|
+
status: string;
|
|
1011
532
|
|
|
1012
533
|
/**
|
|
1013
534
|
* @generated from field: string email = 16;
|
|
1014
535
|
*/
|
|
1015
|
-
email
|
|
536
|
+
email: string;
|
|
1016
537
|
|
|
1017
538
|
/**
|
|
1018
539
|
* @generated from field: string groups_tracked = 17;
|
|
1019
540
|
*/
|
|
1020
|
-
groupsTracked
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1030
|
-
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1031
|
-
{ no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1032
|
-
{ no: 3, name: "directory_type", kind: "enum", T: proto3.getEnumType(DirectoryType) },
|
|
1033
|
-
{ no: 4, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1034
|
-
{ no: 5, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1035
|
-
{ no: 6, name: "directory_provider", kind: "enum", T: proto3.getEnumType(DirectoryProvider) },
|
|
1036
|
-
{ no: 7, name: "last_synced_at", kind: "message", T: Timestamp },
|
|
1037
|
-
{ no: 8, name: "directory_endpoint", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1038
|
-
{ no: 9, name: "total_users", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1039
|
-
{ no: 10, name: "total_groups", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1040
|
-
{ no: 11, name: "secrets", kind: "message", T: Secret, repeated: true },
|
|
1041
|
-
{ no: 12, name: "stats", kind: "message", T: Stats },
|
|
1042
|
-
{ no: 13, name: "role_assignments", kind: "message", T: RoleAssignments },
|
|
1043
|
-
{ no: 14, name: "attribute_mappings", kind: "message", T: AttributeMappings },
|
|
1044
|
-
{ no: 15, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1045
|
-
{ no: 16, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1046
|
-
{ no: 17, name: "groups_tracked", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1047
|
-
]);
|
|
1048
|
-
|
|
1049
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Directory {
|
|
1050
|
-
return new Directory().fromBinary(bytes, options);
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Directory {
|
|
1054
|
-
return new Directory().fromJson(jsonValue, options);
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Directory {
|
|
1058
|
-
return new Directory().fromJsonString(jsonString, options);
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
static equals(a: Directory | PlainMessage<Directory> | undefined, b: Directory | PlainMessage<Directory> | undefined): boolean {
|
|
1062
|
-
return proto3.util.equals(Directory, a, b);
|
|
1063
|
-
}
|
|
1064
|
-
}
|
|
541
|
+
groupsTracked: string;
|
|
542
|
+
};
|
|
543
|
+
|
|
544
|
+
/**
|
|
545
|
+
* Describes the message scalekit.v1.directories.Directory.
|
|
546
|
+
* Use `create(DirectorySchema)` to create a new message.
|
|
547
|
+
*/
|
|
548
|
+
export const DirectorySchema: GenMessage<Directory> = /*@__PURE__*/
|
|
549
|
+
messageDesc(file_scalekit_v1_directories_directories, 16);
|
|
1065
550
|
|
|
1066
551
|
/**
|
|
1067
552
|
* @generated from message scalekit.v1.directories.ToggleDirectoryRequest
|
|
1068
553
|
*/
|
|
1069
|
-
export
|
|
554
|
+
export type ToggleDirectoryRequest = Message<"scalekit.v1.directories.ToggleDirectoryRequest"> & {
|
|
1070
555
|
/**
|
|
1071
556
|
* @generated from field: string organization_id = 1;
|
|
1072
557
|
*/
|
|
1073
|
-
organizationId
|
|
558
|
+
organizationId: string;
|
|
1074
559
|
|
|
1075
560
|
/**
|
|
1076
561
|
* @generated from field: string id = 3;
|
|
1077
562
|
*/
|
|
1078
|
-
id
|
|
1079
|
-
|
|
1080
|
-
constructor(data?: PartialMessage<ToggleDirectoryRequest>) {
|
|
1081
|
-
super();
|
|
1082
|
-
proto3.util.initPartial(data, this);
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1086
|
-
static readonly typeName = "scalekit.v1.directories.ToggleDirectoryRequest";
|
|
1087
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1088
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1089
|
-
{ no: 3, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1090
|
-
]);
|
|
1091
|
-
|
|
1092
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ToggleDirectoryRequest {
|
|
1093
|
-
return new ToggleDirectoryRequest().fromBinary(bytes, options);
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ToggleDirectoryRequest {
|
|
1097
|
-
return new ToggleDirectoryRequest().fromJson(jsonValue, options);
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ToggleDirectoryRequest {
|
|
1101
|
-
return new ToggleDirectoryRequest().fromJsonString(jsonString, options);
|
|
1102
|
-
}
|
|
563
|
+
id: string;
|
|
564
|
+
};
|
|
1103
565
|
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
566
|
+
/**
|
|
567
|
+
* Describes the message scalekit.v1.directories.ToggleDirectoryRequest.
|
|
568
|
+
* Use `create(ToggleDirectoryRequestSchema)` to create a new message.
|
|
569
|
+
*/
|
|
570
|
+
export const ToggleDirectoryRequestSchema: GenMessage<ToggleDirectoryRequest> = /*@__PURE__*/
|
|
571
|
+
messageDesc(file_scalekit_v1_directories_directories, 17);
|
|
1108
572
|
|
|
1109
573
|
/**
|
|
1110
574
|
* @generated from message scalekit.v1.directories.ToggleDirectoryResponse
|
|
1111
575
|
*/
|
|
1112
|
-
export
|
|
576
|
+
export type ToggleDirectoryResponse = Message<"scalekit.v1.directories.ToggleDirectoryResponse"> & {
|
|
1113
577
|
/**
|
|
1114
578
|
* @generated from field: bool enabled = 1;
|
|
1115
579
|
*/
|
|
1116
|
-
enabled
|
|
580
|
+
enabled: boolean;
|
|
1117
581
|
|
|
1118
582
|
/**
|
|
1119
583
|
* @generated from field: optional string error_message = 2;
|
|
1120
584
|
*/
|
|
1121
585
|
errorMessage?: string;
|
|
586
|
+
};
|
|
1122
587
|
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
static readonly typeName = "scalekit.v1.directories.ToggleDirectoryResponse";
|
|
1130
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1131
|
-
{ no: 1, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1132
|
-
{ no: 2, name: "error_message", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1133
|
-
]);
|
|
1134
|
-
|
|
1135
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ToggleDirectoryResponse {
|
|
1136
|
-
return new ToggleDirectoryResponse().fromBinary(bytes, options);
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ToggleDirectoryResponse {
|
|
1140
|
-
return new ToggleDirectoryResponse().fromJson(jsonValue, options);
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ToggleDirectoryResponse {
|
|
1144
|
-
return new ToggleDirectoryResponse().fromJsonString(jsonString, options);
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
static equals(a: ToggleDirectoryResponse | PlainMessage<ToggleDirectoryResponse> | undefined, b: ToggleDirectoryResponse | PlainMessage<ToggleDirectoryResponse> | undefined): boolean {
|
|
1148
|
-
return proto3.util.equals(ToggleDirectoryResponse, a, b);
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
588
|
+
/**
|
|
589
|
+
* Describes the message scalekit.v1.directories.ToggleDirectoryResponse.
|
|
590
|
+
* Use `create(ToggleDirectoryResponseSchema)` to create a new message.
|
|
591
|
+
*/
|
|
592
|
+
export const ToggleDirectoryResponseSchema: GenMessage<ToggleDirectoryResponse> = /*@__PURE__*/
|
|
593
|
+
messageDesc(file_scalekit_v1_directories_directories, 18);
|
|
1151
594
|
|
|
1152
595
|
/**
|
|
1153
596
|
* @generated from message scalekit.v1.directories.DirectoryMapping
|
|
1154
597
|
*/
|
|
1155
|
-
export
|
|
598
|
+
export type DirectoryMapping = Message<"scalekit.v1.directories.DirectoryMapping"> & {
|
|
1156
599
|
/**
|
|
1157
600
|
* @generated from field: string key = 1;
|
|
1158
601
|
*/
|
|
1159
|
-
key
|
|
602
|
+
key: string;
|
|
1160
603
|
|
|
1161
604
|
/**
|
|
1162
605
|
* @generated from field: string map_to = 2;
|
|
1163
606
|
*/
|
|
1164
|
-
mapTo
|
|
607
|
+
mapTo: string;
|
|
1165
608
|
|
|
1166
609
|
/**
|
|
1167
610
|
* @generated from field: string display_name = 3;
|
|
1168
611
|
*/
|
|
1169
|
-
displayName
|
|
1170
|
-
|
|
1171
|
-
constructor(data?: PartialMessage<DirectoryMapping>) {
|
|
1172
|
-
super();
|
|
1173
|
-
proto3.util.initPartial(data, this);
|
|
1174
|
-
}
|
|
612
|
+
displayName: string;
|
|
613
|
+
};
|
|
1175
614
|
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
]);
|
|
1183
|
-
|
|
1184
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DirectoryMapping {
|
|
1185
|
-
return new DirectoryMapping().fromBinary(bytes, options);
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DirectoryMapping {
|
|
1189
|
-
return new DirectoryMapping().fromJson(jsonValue, options);
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DirectoryMapping {
|
|
1193
|
-
return new DirectoryMapping().fromJsonString(jsonString, options);
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
static equals(a: DirectoryMapping | PlainMessage<DirectoryMapping> | undefined, b: DirectoryMapping | PlainMessage<DirectoryMapping> | undefined): boolean {
|
|
1197
|
-
return proto3.util.equals(DirectoryMapping, a, b);
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
615
|
+
/**
|
|
616
|
+
* Describes the message scalekit.v1.directories.DirectoryMapping.
|
|
617
|
+
* Use `create(DirectoryMappingSchema)` to create a new message.
|
|
618
|
+
*/
|
|
619
|
+
export const DirectoryMappingSchema: GenMessage<DirectoryMapping> = /*@__PURE__*/
|
|
620
|
+
messageDesc(file_scalekit_v1_directories_directories, 19);
|
|
1200
621
|
|
|
1201
622
|
/**
|
|
1202
623
|
* @generated from message scalekit.v1.directories.DirectoryUser
|
|
1203
624
|
*/
|
|
1204
|
-
export
|
|
625
|
+
export type DirectoryUser = Message<"scalekit.v1.directories.DirectoryUser"> & {
|
|
1205
626
|
/**
|
|
1206
627
|
* @generated from field: string id = 1;
|
|
1207
628
|
*/
|
|
1208
|
-
id
|
|
629
|
+
id: string;
|
|
1209
630
|
|
|
1210
631
|
/**
|
|
1211
632
|
* @generated from field: string email = 2;
|
|
1212
633
|
*/
|
|
1213
|
-
email
|
|
634
|
+
email: string;
|
|
1214
635
|
|
|
1215
636
|
/**
|
|
1216
637
|
* @generated from field: string preferred_username = 3;
|
|
1217
638
|
*/
|
|
1218
|
-
preferredUsername
|
|
639
|
+
preferredUsername: string;
|
|
1219
640
|
|
|
1220
641
|
/**
|
|
1221
642
|
* @generated from field: string given_name = 4;
|
|
1222
643
|
*/
|
|
1223
|
-
givenName
|
|
644
|
+
givenName: string;
|
|
1224
645
|
|
|
1225
646
|
/**
|
|
1226
647
|
* @generated from field: string family_name = 5;
|
|
1227
648
|
*/
|
|
1228
|
-
familyName
|
|
649
|
+
familyName: string;
|
|
1229
650
|
|
|
1230
651
|
/**
|
|
1231
652
|
* @generated from field: google.protobuf.Timestamp updated_at = 6;
|
|
@@ -1235,121 +656,71 @@ export class DirectoryUser extends Message<DirectoryUser> {
|
|
|
1235
656
|
/**
|
|
1236
657
|
* @generated from field: repeated string emails = 16;
|
|
1237
658
|
*/
|
|
1238
|
-
emails: string[]
|
|
659
|
+
emails: string[];
|
|
1239
660
|
|
|
1240
661
|
/**
|
|
1241
662
|
* @generated from field: repeated scalekit.v1.directories.DirectoryGroup groups = 17;
|
|
1242
663
|
*/
|
|
1243
|
-
groups: DirectoryGroup[]
|
|
664
|
+
groups: DirectoryGroup[];
|
|
1244
665
|
|
|
1245
666
|
/**
|
|
1246
667
|
* @generated from field: google.protobuf.Struct user_detail = 18;
|
|
1247
668
|
*/
|
|
1248
|
-
userDetail?:
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1258
|
-
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1259
|
-
{ no: 2, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1260
|
-
{ no: 3, name: "preferred_username", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1261
|
-
{ no: 4, name: "given_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1262
|
-
{ no: 5, name: "family_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1263
|
-
{ no: 6, name: "updated_at", kind: "message", T: Timestamp },
|
|
1264
|
-
{ no: 16, name: "emails", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
1265
|
-
{ no: 17, name: "groups", kind: "message", T: DirectoryGroup, repeated: true },
|
|
1266
|
-
{ no: 18, name: "user_detail", kind: "message", T: Struct },
|
|
1267
|
-
]);
|
|
1268
|
-
|
|
1269
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DirectoryUser {
|
|
1270
|
-
return new DirectoryUser().fromBinary(bytes, options);
|
|
1271
|
-
}
|
|
1272
|
-
|
|
1273
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DirectoryUser {
|
|
1274
|
-
return new DirectoryUser().fromJson(jsonValue, options);
|
|
1275
|
-
}
|
|
1276
|
-
|
|
1277
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DirectoryUser {
|
|
1278
|
-
return new DirectoryUser().fromJsonString(jsonString, options);
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
static equals(a: DirectoryUser | PlainMessage<DirectoryUser> | undefined, b: DirectoryUser | PlainMessage<DirectoryUser> | undefined): boolean {
|
|
1282
|
-
return proto3.util.equals(DirectoryUser, a, b);
|
|
1283
|
-
}
|
|
1284
|
-
}
|
|
669
|
+
userDetail?: JsonObject;
|
|
670
|
+
};
|
|
671
|
+
|
|
672
|
+
/**
|
|
673
|
+
* Describes the message scalekit.v1.directories.DirectoryUser.
|
|
674
|
+
* Use `create(DirectoryUserSchema)` to create a new message.
|
|
675
|
+
*/
|
|
676
|
+
export const DirectoryUserSchema: GenMessage<DirectoryUser> = /*@__PURE__*/
|
|
677
|
+
messageDesc(file_scalekit_v1_directories_directories, 20);
|
|
1285
678
|
|
|
1286
679
|
/**
|
|
1287
680
|
* @generated from message scalekit.v1.directories.ExternalGroup
|
|
1288
681
|
*/
|
|
1289
|
-
export
|
|
682
|
+
export type ExternalGroup = Message<"scalekit.v1.directories.ExternalGroup"> & {
|
|
1290
683
|
/**
|
|
1291
684
|
* @generated from field: string external_id = 1;
|
|
1292
685
|
*/
|
|
1293
|
-
externalId
|
|
686
|
+
externalId: string;
|
|
1294
687
|
|
|
1295
688
|
/**
|
|
1296
689
|
* @generated from field: string display_name = 2;
|
|
1297
690
|
*/
|
|
1298
|
-
displayName
|
|
691
|
+
displayName: string;
|
|
1299
692
|
|
|
1300
693
|
/**
|
|
1301
694
|
* @generated from field: string email = 3;
|
|
1302
695
|
*/
|
|
1303
|
-
email
|
|
1304
|
-
|
|
1305
|
-
constructor(data?: PartialMessage<ExternalGroup>) {
|
|
1306
|
-
super();
|
|
1307
|
-
proto3.util.initPartial(data, this);
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1311
|
-
static readonly typeName = "scalekit.v1.directories.ExternalGroup";
|
|
1312
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1313
|
-
{ no: 1, name: "external_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1314
|
-
{ no: 2, name: "display_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1315
|
-
{ no: 3, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1316
|
-
]);
|
|
1317
|
-
|
|
1318
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ExternalGroup {
|
|
1319
|
-
return new ExternalGroup().fromBinary(bytes, options);
|
|
1320
|
-
}
|
|
696
|
+
email: string;
|
|
697
|
+
};
|
|
1321
698
|
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1330
|
-
static equals(a: ExternalGroup | PlainMessage<ExternalGroup> | undefined, b: ExternalGroup | PlainMessage<ExternalGroup> | undefined): boolean {
|
|
1331
|
-
return proto3.util.equals(ExternalGroup, a, b);
|
|
1332
|
-
}
|
|
1333
|
-
}
|
|
699
|
+
/**
|
|
700
|
+
* Describes the message scalekit.v1.directories.ExternalGroup.
|
|
701
|
+
* Use `create(ExternalGroupSchema)` to create a new message.
|
|
702
|
+
*/
|
|
703
|
+
export const ExternalGroupSchema: GenMessage<ExternalGroup> = /*@__PURE__*/
|
|
704
|
+
messageDesc(file_scalekit_v1_directories_directories, 21);
|
|
1334
705
|
|
|
1335
706
|
/**
|
|
1336
707
|
* @generated from message scalekit.v1.directories.DirectoryGroup
|
|
1337
708
|
*/
|
|
1338
|
-
export
|
|
709
|
+
export type DirectoryGroup = Message<"scalekit.v1.directories.DirectoryGroup"> & {
|
|
1339
710
|
/**
|
|
1340
711
|
* @generated from field: string id = 1;
|
|
1341
712
|
*/
|
|
1342
|
-
id
|
|
713
|
+
id: string;
|
|
1343
714
|
|
|
1344
715
|
/**
|
|
1345
716
|
* @generated from field: string display_name = 2;
|
|
1346
717
|
*/
|
|
1347
|
-
displayName
|
|
718
|
+
displayName: string;
|
|
1348
719
|
|
|
1349
720
|
/**
|
|
1350
721
|
* @generated from field: int32 total_users = 3;
|
|
1351
722
|
*/
|
|
1352
|
-
totalUsers
|
|
723
|
+
totalUsers: number;
|
|
1353
724
|
|
|
1354
725
|
/**
|
|
1355
726
|
* @generated from field: google.protobuf.Timestamp updated_at = 4;
|
|
@@ -1359,220 +730,112 @@ export class DirectoryGroup extends Message<DirectoryGroup> {
|
|
|
1359
730
|
/**
|
|
1360
731
|
* @generated from field: google.protobuf.Struct group_detail = 5;
|
|
1361
732
|
*/
|
|
1362
|
-
groupDetail?:
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1372
|
-
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1373
|
-
{ no: 2, name: "display_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1374
|
-
{ no: 3, name: "total_users", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1375
|
-
{ no: 4, name: "updated_at", kind: "message", T: Timestamp },
|
|
1376
|
-
{ no: 5, name: "group_detail", kind: "message", T: Struct },
|
|
1377
|
-
]);
|
|
1378
|
-
|
|
1379
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DirectoryGroup {
|
|
1380
|
-
return new DirectoryGroup().fromBinary(bytes, options);
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DirectoryGroup {
|
|
1384
|
-
return new DirectoryGroup().fromJson(jsonValue, options);
|
|
1385
|
-
}
|
|
1386
|
-
|
|
1387
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DirectoryGroup {
|
|
1388
|
-
return new DirectoryGroup().fromJsonString(jsonString, options);
|
|
1389
|
-
}
|
|
1390
|
-
|
|
1391
|
-
static equals(a: DirectoryGroup | PlainMessage<DirectoryGroup> | undefined, b: DirectoryGroup | PlainMessage<DirectoryGroup> | undefined): boolean {
|
|
1392
|
-
return proto3.util.equals(DirectoryGroup, a, b);
|
|
1393
|
-
}
|
|
1394
|
-
}
|
|
733
|
+
groupDetail?: JsonObject;
|
|
734
|
+
};
|
|
735
|
+
|
|
736
|
+
/**
|
|
737
|
+
* Describes the message scalekit.v1.directories.DirectoryGroup.
|
|
738
|
+
* Use `create(DirectoryGroupSchema)` to create a new message.
|
|
739
|
+
*/
|
|
740
|
+
export const DirectoryGroupSchema: GenMessage<DirectoryGroup> = /*@__PURE__*/
|
|
741
|
+
messageDesc(file_scalekit_v1_directories_directories, 22);
|
|
1395
742
|
|
|
1396
743
|
/**
|
|
1397
744
|
* @generated from message scalekit.v1.directories.CreateDirectorySecretRequest
|
|
1398
745
|
*/
|
|
1399
|
-
export
|
|
746
|
+
export type CreateDirectorySecretRequest = Message<"scalekit.v1.directories.CreateDirectorySecretRequest"> & {
|
|
1400
747
|
/**
|
|
1401
748
|
* @generated from field: string organization_id = 1;
|
|
1402
749
|
*/
|
|
1403
|
-
organizationId
|
|
750
|
+
organizationId: string;
|
|
1404
751
|
|
|
1405
752
|
/**
|
|
1406
753
|
* @generated from field: string directory_id = 2;
|
|
1407
754
|
*/
|
|
1408
|
-
directoryId
|
|
1409
|
-
|
|
1410
|
-
constructor(data?: PartialMessage<CreateDirectorySecretRequest>) {
|
|
1411
|
-
super();
|
|
1412
|
-
proto3.util.initPartial(data, this);
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1416
|
-
static readonly typeName = "scalekit.v1.directories.CreateDirectorySecretRequest";
|
|
1417
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1418
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1419
|
-
{ no: 2, name: "directory_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1420
|
-
]);
|
|
1421
|
-
|
|
1422
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateDirectorySecretRequest {
|
|
1423
|
-
return new CreateDirectorySecretRequest().fromBinary(bytes, options);
|
|
1424
|
-
}
|
|
755
|
+
directoryId: string;
|
|
756
|
+
};
|
|
1425
757
|
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
}
|
|
1433
|
-
|
|
1434
|
-
static equals(a: CreateDirectorySecretRequest | PlainMessage<CreateDirectorySecretRequest> | undefined, b: CreateDirectorySecretRequest | PlainMessage<CreateDirectorySecretRequest> | undefined): boolean {
|
|
1435
|
-
return proto3.util.equals(CreateDirectorySecretRequest, a, b);
|
|
1436
|
-
}
|
|
1437
|
-
}
|
|
758
|
+
/**
|
|
759
|
+
* Describes the message scalekit.v1.directories.CreateDirectorySecretRequest.
|
|
760
|
+
* Use `create(CreateDirectorySecretRequestSchema)` to create a new message.
|
|
761
|
+
*/
|
|
762
|
+
export const CreateDirectorySecretRequestSchema: GenMessage<CreateDirectorySecretRequest> = /*@__PURE__*/
|
|
763
|
+
messageDesc(file_scalekit_v1_directories_directories, 23);
|
|
1438
764
|
|
|
1439
765
|
/**
|
|
1440
766
|
* @generated from message scalekit.v1.directories.CreateDirectorySecretResponse
|
|
1441
767
|
*/
|
|
1442
|
-
export
|
|
768
|
+
export type CreateDirectorySecretResponse = Message<"scalekit.v1.directories.CreateDirectorySecretResponse"> & {
|
|
1443
769
|
/**
|
|
1444
770
|
* @generated from field: string plain_secret = 1;
|
|
1445
771
|
*/
|
|
1446
|
-
plainSecret
|
|
772
|
+
plainSecret: string;
|
|
1447
773
|
|
|
1448
774
|
/**
|
|
1449
775
|
* @generated from field: scalekit.v1.directories.Secret secret = 2;
|
|
1450
776
|
*/
|
|
1451
777
|
secret?: Secret;
|
|
778
|
+
};
|
|
1452
779
|
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
static readonly typeName = "scalekit.v1.directories.CreateDirectorySecretResponse";
|
|
1460
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1461
|
-
{ no: 1, name: "plain_secret", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1462
|
-
{ no: 2, name: "secret", kind: "message", T: Secret },
|
|
1463
|
-
]);
|
|
1464
|
-
|
|
1465
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateDirectorySecretResponse {
|
|
1466
|
-
return new CreateDirectorySecretResponse().fromBinary(bytes, options);
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateDirectorySecretResponse {
|
|
1470
|
-
return new CreateDirectorySecretResponse().fromJson(jsonValue, options);
|
|
1471
|
-
}
|
|
1472
|
-
|
|
1473
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateDirectorySecretResponse {
|
|
1474
|
-
return new CreateDirectorySecretResponse().fromJsonString(jsonString, options);
|
|
1475
|
-
}
|
|
1476
|
-
|
|
1477
|
-
static equals(a: CreateDirectorySecretResponse | PlainMessage<CreateDirectorySecretResponse> | undefined, b: CreateDirectorySecretResponse | PlainMessage<CreateDirectorySecretResponse> | undefined): boolean {
|
|
1478
|
-
return proto3.util.equals(CreateDirectorySecretResponse, a, b);
|
|
1479
|
-
}
|
|
1480
|
-
}
|
|
780
|
+
/**
|
|
781
|
+
* Describes the message scalekit.v1.directories.CreateDirectorySecretResponse.
|
|
782
|
+
* Use `create(CreateDirectorySecretResponseSchema)` to create a new message.
|
|
783
|
+
*/
|
|
784
|
+
export const CreateDirectorySecretResponseSchema: GenMessage<CreateDirectorySecretResponse> = /*@__PURE__*/
|
|
785
|
+
messageDesc(file_scalekit_v1_directories_directories, 24);
|
|
1481
786
|
|
|
1482
787
|
/**
|
|
1483
788
|
* @generated from message scalekit.v1.directories.RegenerateDirectorySecretRequest
|
|
1484
789
|
*/
|
|
1485
|
-
export
|
|
790
|
+
export type RegenerateDirectorySecretRequest = Message<"scalekit.v1.directories.RegenerateDirectorySecretRequest"> & {
|
|
1486
791
|
/**
|
|
1487
792
|
* @generated from field: string organization_id = 1;
|
|
1488
793
|
*/
|
|
1489
|
-
organizationId
|
|
794
|
+
organizationId: string;
|
|
1490
795
|
|
|
1491
796
|
/**
|
|
1492
797
|
* @generated from field: string directory_id = 2;
|
|
1493
798
|
*/
|
|
1494
|
-
directoryId
|
|
1495
|
-
|
|
1496
|
-
constructor(data?: PartialMessage<RegenerateDirectorySecretRequest>) {
|
|
1497
|
-
super();
|
|
1498
|
-
proto3.util.initPartial(data, this);
|
|
1499
|
-
}
|
|
1500
|
-
|
|
1501
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1502
|
-
static readonly typeName = "scalekit.v1.directories.RegenerateDirectorySecretRequest";
|
|
1503
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1504
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1505
|
-
{ no: 2, name: "directory_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1506
|
-
]);
|
|
1507
|
-
|
|
1508
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RegenerateDirectorySecretRequest {
|
|
1509
|
-
return new RegenerateDirectorySecretRequest().fromBinary(bytes, options);
|
|
1510
|
-
}
|
|
799
|
+
directoryId: string;
|
|
800
|
+
};
|
|
1511
801
|
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
}
|
|
1519
|
-
|
|
1520
|
-
static equals(a: RegenerateDirectorySecretRequest | PlainMessage<RegenerateDirectorySecretRequest> | undefined, b: RegenerateDirectorySecretRequest | PlainMessage<RegenerateDirectorySecretRequest> | undefined): boolean {
|
|
1521
|
-
return proto3.util.equals(RegenerateDirectorySecretRequest, a, b);
|
|
1522
|
-
}
|
|
1523
|
-
}
|
|
802
|
+
/**
|
|
803
|
+
* Describes the message scalekit.v1.directories.RegenerateDirectorySecretRequest.
|
|
804
|
+
* Use `create(RegenerateDirectorySecretRequestSchema)` to create a new message.
|
|
805
|
+
*/
|
|
806
|
+
export const RegenerateDirectorySecretRequestSchema: GenMessage<RegenerateDirectorySecretRequest> = /*@__PURE__*/
|
|
807
|
+
messageDesc(file_scalekit_v1_directories_directories, 25);
|
|
1524
808
|
|
|
1525
809
|
/**
|
|
1526
810
|
* @generated from message scalekit.v1.directories.RegenerateDirectorySecretResponse
|
|
1527
811
|
*/
|
|
1528
|
-
export
|
|
812
|
+
export type RegenerateDirectorySecretResponse = Message<"scalekit.v1.directories.RegenerateDirectorySecretResponse"> & {
|
|
1529
813
|
/**
|
|
1530
814
|
* @generated from field: string plain_secret = 1;
|
|
1531
815
|
*/
|
|
1532
|
-
plainSecret
|
|
816
|
+
plainSecret: string;
|
|
1533
817
|
|
|
1534
818
|
/**
|
|
1535
819
|
* @generated from field: scalekit.v1.directories.Secret secret = 2;
|
|
1536
820
|
*/
|
|
1537
821
|
secret?: Secret;
|
|
822
|
+
};
|
|
1538
823
|
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
static readonly typeName = "scalekit.v1.directories.RegenerateDirectorySecretResponse";
|
|
1546
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1547
|
-
{ no: 1, name: "plain_secret", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1548
|
-
{ no: 2, name: "secret", kind: "message", T: Secret },
|
|
1549
|
-
]);
|
|
1550
|
-
|
|
1551
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RegenerateDirectorySecretResponse {
|
|
1552
|
-
return new RegenerateDirectorySecretResponse().fromBinary(bytes, options);
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RegenerateDirectorySecretResponse {
|
|
1556
|
-
return new RegenerateDirectorySecretResponse().fromJson(jsonValue, options);
|
|
1557
|
-
}
|
|
1558
|
-
|
|
1559
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RegenerateDirectorySecretResponse {
|
|
1560
|
-
return new RegenerateDirectorySecretResponse().fromJsonString(jsonString, options);
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
|
-
static equals(a: RegenerateDirectorySecretResponse | PlainMessage<RegenerateDirectorySecretResponse> | undefined, b: RegenerateDirectorySecretResponse | PlainMessage<RegenerateDirectorySecretResponse> | undefined): boolean {
|
|
1564
|
-
return proto3.util.equals(RegenerateDirectorySecretResponse, a, b);
|
|
1565
|
-
}
|
|
1566
|
-
}
|
|
824
|
+
/**
|
|
825
|
+
* Describes the message scalekit.v1.directories.RegenerateDirectorySecretResponse.
|
|
826
|
+
* Use `create(RegenerateDirectorySecretResponseSchema)` to create a new message.
|
|
827
|
+
*/
|
|
828
|
+
export const RegenerateDirectorySecretResponseSchema: GenMessage<RegenerateDirectorySecretResponse> = /*@__PURE__*/
|
|
829
|
+
messageDesc(file_scalekit_v1_directories_directories, 26);
|
|
1567
830
|
|
|
1568
831
|
/**
|
|
1569
832
|
* @generated from message scalekit.v1.directories.Secret
|
|
1570
833
|
*/
|
|
1571
|
-
export
|
|
834
|
+
export type Secret = Message<"scalekit.v1.directories.Secret"> & {
|
|
1572
835
|
/**
|
|
1573
836
|
* @generated from field: string id = 1;
|
|
1574
837
|
*/
|
|
1575
|
-
id
|
|
838
|
+
id: string;
|
|
1576
839
|
|
|
1577
840
|
/**
|
|
1578
841
|
* @generated from field: google.protobuf.Timestamp create_time = 2;
|
|
@@ -1582,12 +845,12 @@ export class Secret extends Message<Secret> {
|
|
|
1582
845
|
/**
|
|
1583
846
|
* @generated from field: string secret_suffix = 4;
|
|
1584
847
|
*/
|
|
1585
|
-
secretSuffix
|
|
848
|
+
secretSuffix: string;
|
|
1586
849
|
|
|
1587
850
|
/**
|
|
1588
851
|
* @generated from field: scalekit.v1.directories.SecretStatus status = 5;
|
|
1589
852
|
*/
|
|
1590
|
-
status
|
|
853
|
+
status: SecretStatus;
|
|
1591
854
|
|
|
1592
855
|
/**
|
|
1593
856
|
* @generated from field: google.protobuf.Timestamp expire_time = 6;
|
|
@@ -1602,55 +865,29 @@ export class Secret extends Message<Secret> {
|
|
|
1602
865
|
/**
|
|
1603
866
|
* @generated from field: string directory_id = 9;
|
|
1604
867
|
*/
|
|
1605
|
-
directoryId
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1615
|
-
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1616
|
-
{ no: 2, name: "create_time", kind: "message", T: Timestamp },
|
|
1617
|
-
{ no: 4, name: "secret_suffix", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1618
|
-
{ no: 5, name: "status", kind: "enum", T: proto3.getEnumType(SecretStatus) },
|
|
1619
|
-
{ no: 6, name: "expire_time", kind: "message", T: Timestamp },
|
|
1620
|
-
{ no: 7, name: "last_used_time", kind: "message", T: Timestamp },
|
|
1621
|
-
{ no: 9, name: "directory_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1622
|
-
]);
|
|
1623
|
-
|
|
1624
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Secret {
|
|
1625
|
-
return new Secret().fromBinary(bytes, options);
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Secret {
|
|
1629
|
-
return new Secret().fromJson(jsonValue, options);
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Secret {
|
|
1633
|
-
return new Secret().fromJsonString(jsonString, options);
|
|
1634
|
-
}
|
|
1635
|
-
|
|
1636
|
-
static equals(a: Secret | PlainMessage<Secret> | undefined, b: Secret | PlainMessage<Secret> | undefined): boolean {
|
|
1637
|
-
return proto3.util.equals(Secret, a, b);
|
|
1638
|
-
}
|
|
1639
|
-
}
|
|
868
|
+
directoryId: string;
|
|
869
|
+
};
|
|
870
|
+
|
|
871
|
+
/**
|
|
872
|
+
* Describes the message scalekit.v1.directories.Secret.
|
|
873
|
+
* Use `create(SecretSchema)` to create a new message.
|
|
874
|
+
*/
|
|
875
|
+
export const SecretSchema: GenMessage<Secret> = /*@__PURE__*/
|
|
876
|
+
messageDesc(file_scalekit_v1_directories_directories, 27);
|
|
1640
877
|
|
|
1641
878
|
/**
|
|
1642
879
|
* @generated from message scalekit.v1.directories.Stats
|
|
1643
880
|
*/
|
|
1644
|
-
export
|
|
881
|
+
export type Stats = Message<"scalekit.v1.directories.Stats"> & {
|
|
1645
882
|
/**
|
|
1646
883
|
* @generated from field: int32 total_users = 1;
|
|
1647
884
|
*/
|
|
1648
|
-
totalUsers
|
|
885
|
+
totalUsers: number;
|
|
1649
886
|
|
|
1650
887
|
/**
|
|
1651
888
|
* @generated from field: int32 total_groups = 2;
|
|
1652
889
|
*/
|
|
1653
|
-
totalGroups
|
|
890
|
+
totalGroups: number;
|
|
1654
891
|
|
|
1655
892
|
/**
|
|
1656
893
|
* @generated from field: google.protobuf.Timestamp group_updated_at = 3;
|
|
@@ -1661,459 +898,496 @@ export class Stats extends Message<Stats> {
|
|
|
1661
898
|
* @generated from field: google.protobuf.Timestamp user_updated_at = 4;
|
|
1662
899
|
*/
|
|
1663
900
|
userUpdatedAt?: Timestamp;
|
|
901
|
+
};
|
|
1664
902
|
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
static readonly typeName = "scalekit.v1.directories.Stats";
|
|
1672
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1673
|
-
{ no: 1, name: "total_users", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1674
|
-
{ no: 2, name: "total_groups", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1675
|
-
{ no: 3, name: "group_updated_at", kind: "message", T: Timestamp },
|
|
1676
|
-
{ no: 4, name: "user_updated_at", kind: "message", T: Timestamp },
|
|
1677
|
-
]);
|
|
1678
|
-
|
|
1679
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Stats {
|
|
1680
|
-
return new Stats().fromBinary(bytes, options);
|
|
1681
|
-
}
|
|
1682
|
-
|
|
1683
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Stats {
|
|
1684
|
-
return new Stats().fromJson(jsonValue, options);
|
|
1685
|
-
}
|
|
1686
|
-
|
|
1687
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Stats {
|
|
1688
|
-
return new Stats().fromJsonString(jsonString, options);
|
|
1689
|
-
}
|
|
1690
|
-
|
|
1691
|
-
static equals(a: Stats | PlainMessage<Stats> | undefined, b: Stats | PlainMessage<Stats> | undefined): boolean {
|
|
1692
|
-
return proto3.util.equals(Stats, a, b);
|
|
1693
|
-
}
|
|
1694
|
-
}
|
|
903
|
+
/**
|
|
904
|
+
* Describes the message scalekit.v1.directories.Stats.
|
|
905
|
+
* Use `create(StatsSchema)` to create a new message.
|
|
906
|
+
*/
|
|
907
|
+
export const StatsSchema: GenMessage<Stats> = /*@__PURE__*/
|
|
908
|
+
messageDesc(file_scalekit_v1_directories_directories, 28);
|
|
1695
909
|
|
|
1696
910
|
/**
|
|
1697
911
|
* @generated from message scalekit.v1.directories.AssignRolesRequest
|
|
1698
912
|
*/
|
|
1699
|
-
export
|
|
913
|
+
export type AssignRolesRequest = Message<"scalekit.v1.directories.AssignRolesRequest"> & {
|
|
1700
914
|
/**
|
|
1701
915
|
* @generated from field: string organization_id = 1;
|
|
1702
916
|
*/
|
|
1703
|
-
organizationId
|
|
917
|
+
organizationId: string;
|
|
1704
918
|
|
|
1705
919
|
/**
|
|
1706
920
|
* @generated from field: string id = 2;
|
|
1707
921
|
*/
|
|
1708
|
-
id
|
|
922
|
+
id: string;
|
|
1709
923
|
|
|
1710
924
|
/**
|
|
1711
925
|
* @generated from field: scalekit.v1.directories.RoleAssignments role_assignments = 3;
|
|
1712
926
|
*/
|
|
1713
927
|
roleAssignments?: RoleAssignments;
|
|
928
|
+
};
|
|
1714
929
|
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
static readonly typeName = "scalekit.v1.directories.AssignRolesRequest";
|
|
1722
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1723
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1724
|
-
{ no: 2, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1725
|
-
{ no: 3, name: "role_assignments", kind: "message", T: RoleAssignments },
|
|
1726
|
-
]);
|
|
1727
|
-
|
|
1728
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AssignRolesRequest {
|
|
1729
|
-
return new AssignRolesRequest().fromBinary(bytes, options);
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AssignRolesRequest {
|
|
1733
|
-
return new AssignRolesRequest().fromJson(jsonValue, options);
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AssignRolesRequest {
|
|
1737
|
-
return new AssignRolesRequest().fromJsonString(jsonString, options);
|
|
1738
|
-
}
|
|
1739
|
-
|
|
1740
|
-
static equals(a: AssignRolesRequest | PlainMessage<AssignRolesRequest> | undefined, b: AssignRolesRequest | PlainMessage<AssignRolesRequest> | undefined): boolean {
|
|
1741
|
-
return proto3.util.equals(AssignRolesRequest, a, b);
|
|
1742
|
-
}
|
|
1743
|
-
}
|
|
930
|
+
/**
|
|
931
|
+
* Describes the message scalekit.v1.directories.AssignRolesRequest.
|
|
932
|
+
* Use `create(AssignRolesRequestSchema)` to create a new message.
|
|
933
|
+
*/
|
|
934
|
+
export const AssignRolesRequestSchema: GenMessage<AssignRolesRequest> = /*@__PURE__*/
|
|
935
|
+
messageDesc(file_scalekit_v1_directories_directories, 29);
|
|
1744
936
|
|
|
1745
937
|
/**
|
|
1746
938
|
* @generated from message scalekit.v1.directories.RoleAssignments
|
|
1747
939
|
*/
|
|
1748
|
-
export
|
|
940
|
+
export type RoleAssignments = Message<"scalekit.v1.directories.RoleAssignments"> & {
|
|
1749
941
|
/**
|
|
1750
942
|
* @generated from field: repeated scalekit.v1.directories.RoleAssignment assignments = 1;
|
|
1751
943
|
*/
|
|
1752
|
-
assignments: RoleAssignment[]
|
|
1753
|
-
|
|
1754
|
-
constructor(data?: PartialMessage<RoleAssignments>) {
|
|
1755
|
-
super();
|
|
1756
|
-
proto3.util.initPartial(data, this);
|
|
1757
|
-
}
|
|
1758
|
-
|
|
1759
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1760
|
-
static readonly typeName = "scalekit.v1.directories.RoleAssignments";
|
|
1761
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1762
|
-
{ no: 1, name: "assignments", kind: "message", T: RoleAssignment, repeated: true },
|
|
1763
|
-
]);
|
|
1764
|
-
|
|
1765
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RoleAssignments {
|
|
1766
|
-
return new RoleAssignments().fromBinary(bytes, options);
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RoleAssignments {
|
|
1770
|
-
return new RoleAssignments().fromJson(jsonValue, options);
|
|
1771
|
-
}
|
|
944
|
+
assignments: RoleAssignment[];
|
|
945
|
+
};
|
|
1772
946
|
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
}
|
|
1780
|
-
}
|
|
947
|
+
/**
|
|
948
|
+
* Describes the message scalekit.v1.directories.RoleAssignments.
|
|
949
|
+
* Use `create(RoleAssignmentsSchema)` to create a new message.
|
|
950
|
+
*/
|
|
951
|
+
export const RoleAssignmentsSchema: GenMessage<RoleAssignments> = /*@__PURE__*/
|
|
952
|
+
messageDesc(file_scalekit_v1_directories_directories, 30);
|
|
1781
953
|
|
|
1782
954
|
/**
|
|
1783
955
|
* @generated from message scalekit.v1.directories.AssignRolesResponse
|
|
1784
956
|
*/
|
|
1785
|
-
export
|
|
957
|
+
export type AssignRolesResponse = Message<"scalekit.v1.directories.AssignRolesResponse"> & {
|
|
1786
958
|
/**
|
|
1787
959
|
* @generated from field: scalekit.v1.directories.RoleAssignments role_assignments = 1;
|
|
1788
960
|
*/
|
|
1789
961
|
roleAssignments?: RoleAssignments;
|
|
962
|
+
};
|
|
1790
963
|
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
static readonly typeName = "scalekit.v1.directories.AssignRolesResponse";
|
|
1798
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1799
|
-
{ no: 1, name: "role_assignments", kind: "message", T: RoleAssignments },
|
|
1800
|
-
]);
|
|
1801
|
-
|
|
1802
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AssignRolesResponse {
|
|
1803
|
-
return new AssignRolesResponse().fromBinary(bytes, options);
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AssignRolesResponse {
|
|
1807
|
-
return new AssignRolesResponse().fromJson(jsonValue, options);
|
|
1808
|
-
}
|
|
1809
|
-
|
|
1810
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AssignRolesResponse {
|
|
1811
|
-
return new AssignRolesResponse().fromJsonString(jsonString, options);
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
static equals(a: AssignRolesResponse | PlainMessage<AssignRolesResponse> | undefined, b: AssignRolesResponse | PlainMessage<AssignRolesResponse> | undefined): boolean {
|
|
1815
|
-
return proto3.util.equals(AssignRolesResponse, a, b);
|
|
1816
|
-
}
|
|
1817
|
-
}
|
|
964
|
+
/**
|
|
965
|
+
* Describes the message scalekit.v1.directories.AssignRolesResponse.
|
|
966
|
+
* Use `create(AssignRolesResponseSchema)` to create a new message.
|
|
967
|
+
*/
|
|
968
|
+
export const AssignRolesResponseSchema: GenMessage<AssignRolesResponse> = /*@__PURE__*/
|
|
969
|
+
messageDesc(file_scalekit_v1_directories_directories, 31);
|
|
1818
970
|
|
|
1819
971
|
/**
|
|
1820
972
|
* @generated from message scalekit.v1.directories.RoleAssignment
|
|
1821
973
|
*/
|
|
1822
|
-
export
|
|
974
|
+
export type RoleAssignment = Message<"scalekit.v1.directories.RoleAssignment"> & {
|
|
1823
975
|
/**
|
|
1824
976
|
* @generated from field: string group_id = 1;
|
|
1825
977
|
*/
|
|
1826
|
-
groupId
|
|
978
|
+
groupId: string;
|
|
1827
979
|
|
|
1828
980
|
/**
|
|
1829
981
|
* @generated from field: string role_name = 2;
|
|
1830
982
|
*/
|
|
1831
|
-
roleName
|
|
983
|
+
roleName: string;
|
|
1832
984
|
|
|
1833
985
|
/**
|
|
1834
986
|
* @generated from field: string role_id = 3;
|
|
1835
987
|
*/
|
|
1836
|
-
roleId
|
|
1837
|
-
|
|
1838
|
-
constructor(data?: PartialMessage<RoleAssignment>) {
|
|
1839
|
-
super();
|
|
1840
|
-
proto3.util.initPartial(data, this);
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1844
|
-
static readonly typeName = "scalekit.v1.directories.RoleAssignment";
|
|
1845
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1846
|
-
{ no: 1, name: "group_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1847
|
-
{ no: 2, name: "role_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1848
|
-
{ no: 3, name: "role_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1849
|
-
]);
|
|
988
|
+
roleId: string;
|
|
989
|
+
};
|
|
1850
990
|
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
}
|
|
1858
|
-
|
|
1859
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RoleAssignment {
|
|
1860
|
-
return new RoleAssignment().fromJsonString(jsonString, options);
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
|
-
static equals(a: RoleAssignment | PlainMessage<RoleAssignment> | undefined, b: RoleAssignment | PlainMessage<RoleAssignment> | undefined): boolean {
|
|
1864
|
-
return proto3.util.equals(RoleAssignment, a, b);
|
|
1865
|
-
}
|
|
1866
|
-
}
|
|
991
|
+
/**
|
|
992
|
+
* Describes the message scalekit.v1.directories.RoleAssignment.
|
|
993
|
+
* Use `create(RoleAssignmentSchema)` to create a new message.
|
|
994
|
+
*/
|
|
995
|
+
export const RoleAssignmentSchema: GenMessage<RoleAssignment> = /*@__PURE__*/
|
|
996
|
+
messageDesc(file_scalekit_v1_directories_directories, 32);
|
|
1867
997
|
|
|
1868
998
|
/**
|
|
1869
999
|
* @generated from message scalekit.v1.directories.UpdateAttributesRequest
|
|
1870
1000
|
*/
|
|
1871
|
-
export
|
|
1001
|
+
export type UpdateAttributesRequest = Message<"scalekit.v1.directories.UpdateAttributesRequest"> & {
|
|
1872
1002
|
/**
|
|
1873
1003
|
* @generated from field: string organization_id = 1;
|
|
1874
1004
|
*/
|
|
1875
|
-
organizationId
|
|
1005
|
+
organizationId: string;
|
|
1876
1006
|
|
|
1877
1007
|
/**
|
|
1878
1008
|
* @generated from field: string id = 2;
|
|
1879
1009
|
*/
|
|
1880
|
-
id
|
|
1010
|
+
id: string;
|
|
1881
1011
|
|
|
1882
1012
|
/**
|
|
1883
1013
|
* @generated from field: scalekit.v1.directories.AttributeMappings attribute_mapping = 3;
|
|
1884
1014
|
*/
|
|
1885
1015
|
attributeMapping?: AttributeMappings;
|
|
1016
|
+
};
|
|
1886
1017
|
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
static readonly typeName = "scalekit.v1.directories.UpdateAttributesRequest";
|
|
1894
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1895
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1896
|
-
{ no: 2, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1897
|
-
{ no: 3, name: "attribute_mapping", kind: "message", T: AttributeMappings },
|
|
1898
|
-
]);
|
|
1899
|
-
|
|
1900
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateAttributesRequest {
|
|
1901
|
-
return new UpdateAttributesRequest().fromBinary(bytes, options);
|
|
1902
|
-
}
|
|
1903
|
-
|
|
1904
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateAttributesRequest {
|
|
1905
|
-
return new UpdateAttributesRequest().fromJson(jsonValue, options);
|
|
1906
|
-
}
|
|
1907
|
-
|
|
1908
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateAttributesRequest {
|
|
1909
|
-
return new UpdateAttributesRequest().fromJsonString(jsonString, options);
|
|
1910
|
-
}
|
|
1911
|
-
|
|
1912
|
-
static equals(a: UpdateAttributesRequest | PlainMessage<UpdateAttributesRequest> | undefined, b: UpdateAttributesRequest | PlainMessage<UpdateAttributesRequest> | undefined): boolean {
|
|
1913
|
-
return proto3.util.equals(UpdateAttributesRequest, a, b);
|
|
1914
|
-
}
|
|
1915
|
-
}
|
|
1018
|
+
/**
|
|
1019
|
+
* Describes the message scalekit.v1.directories.UpdateAttributesRequest.
|
|
1020
|
+
* Use `create(UpdateAttributesRequestSchema)` to create a new message.
|
|
1021
|
+
*/
|
|
1022
|
+
export const UpdateAttributesRequestSchema: GenMessage<UpdateAttributesRequest> = /*@__PURE__*/
|
|
1023
|
+
messageDesc(file_scalekit_v1_directories_directories, 33);
|
|
1916
1024
|
|
|
1917
1025
|
/**
|
|
1918
1026
|
* @generated from message scalekit.v1.directories.AttributeMappings
|
|
1919
1027
|
*/
|
|
1920
|
-
export
|
|
1028
|
+
export type AttributeMappings = Message<"scalekit.v1.directories.AttributeMappings"> & {
|
|
1921
1029
|
/**
|
|
1922
1030
|
* @generated from field: repeated scalekit.v1.directories.AttributeMapping attributes = 1;
|
|
1923
1031
|
*/
|
|
1924
|
-
attributes: AttributeMapping[]
|
|
1925
|
-
|
|
1926
|
-
constructor(data?: PartialMessage<AttributeMappings>) {
|
|
1927
|
-
super();
|
|
1928
|
-
proto3.util.initPartial(data, this);
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1932
|
-
static readonly typeName = "scalekit.v1.directories.AttributeMappings";
|
|
1933
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1934
|
-
{ no: 1, name: "attributes", kind: "message", T: AttributeMapping, repeated: true },
|
|
1935
|
-
]);
|
|
1936
|
-
|
|
1937
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AttributeMappings {
|
|
1938
|
-
return new AttributeMappings().fromBinary(bytes, options);
|
|
1939
|
-
}
|
|
1032
|
+
attributes: AttributeMapping[];
|
|
1033
|
+
};
|
|
1940
1034
|
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
}
|
|
1948
|
-
|
|
1949
|
-
static equals(a: AttributeMappings | PlainMessage<AttributeMappings> | undefined, b: AttributeMappings | PlainMessage<AttributeMappings> | undefined): boolean {
|
|
1950
|
-
return proto3.util.equals(AttributeMappings, a, b);
|
|
1951
|
-
}
|
|
1952
|
-
}
|
|
1035
|
+
/**
|
|
1036
|
+
* Describes the message scalekit.v1.directories.AttributeMappings.
|
|
1037
|
+
* Use `create(AttributeMappingsSchema)` to create a new message.
|
|
1038
|
+
*/
|
|
1039
|
+
export const AttributeMappingsSchema: GenMessage<AttributeMappings> = /*@__PURE__*/
|
|
1040
|
+
messageDesc(file_scalekit_v1_directories_directories, 34);
|
|
1953
1041
|
|
|
1954
1042
|
/**
|
|
1955
1043
|
* @generated from message scalekit.v1.directories.AttributeMapping
|
|
1956
1044
|
*/
|
|
1957
|
-
export
|
|
1045
|
+
export type AttributeMapping = Message<"scalekit.v1.directories.AttributeMapping"> & {
|
|
1958
1046
|
/**
|
|
1959
1047
|
* @generated from field: string key = 1;
|
|
1960
1048
|
*/
|
|
1961
|
-
key
|
|
1049
|
+
key: string;
|
|
1962
1050
|
|
|
1963
1051
|
/**
|
|
1964
1052
|
* @generated from field: string map_to = 2;
|
|
1965
1053
|
*/
|
|
1966
|
-
mapTo
|
|
1054
|
+
mapTo: string;
|
|
1055
|
+
};
|
|
1967
1056
|
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1057
|
+
/**
|
|
1058
|
+
* Describes the message scalekit.v1.directories.AttributeMapping.
|
|
1059
|
+
* Use `create(AttributeMappingSchema)` to create a new message.
|
|
1060
|
+
*/
|
|
1061
|
+
export const AttributeMappingSchema: GenMessage<AttributeMapping> = /*@__PURE__*/
|
|
1062
|
+
messageDesc(file_scalekit_v1_directories_directories, 35);
|
|
1972
1063
|
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1064
|
+
/**
|
|
1065
|
+
* @generated from message scalekit.v1.directories.UpdateAttributesResponse
|
|
1066
|
+
*/
|
|
1067
|
+
export type UpdateAttributesResponse = Message<"scalekit.v1.directories.UpdateAttributesResponse"> & {
|
|
1068
|
+
/**
|
|
1069
|
+
* @generated from field: scalekit.v1.directories.AttributeMappings attribute_mappings = 1;
|
|
1070
|
+
*/
|
|
1071
|
+
attributeMappings?: AttributeMappings;
|
|
1072
|
+
};
|
|
1979
1073
|
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1074
|
+
/**
|
|
1075
|
+
* Describes the message scalekit.v1.directories.UpdateAttributesResponse.
|
|
1076
|
+
* Use `create(UpdateAttributesResponseSchema)` to create a new message.
|
|
1077
|
+
*/
|
|
1078
|
+
export const UpdateAttributesResponseSchema: GenMessage<UpdateAttributesResponse> = /*@__PURE__*/
|
|
1079
|
+
messageDesc(file_scalekit_v1_directories_directories, 36);
|
|
1983
1080
|
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1081
|
+
/**
|
|
1082
|
+
* @generated from message scalekit.v1.directories.DeleteDirectoryRequest
|
|
1083
|
+
*/
|
|
1084
|
+
export type DeleteDirectoryRequest = Message<"scalekit.v1.directories.DeleteDirectoryRequest"> & {
|
|
1085
|
+
/**
|
|
1086
|
+
* @generated from field: string organization_id = 1;
|
|
1087
|
+
*/
|
|
1088
|
+
organizationId: string;
|
|
1987
1089
|
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1090
|
+
/**
|
|
1091
|
+
* @generated from field: string id = 3;
|
|
1092
|
+
*/
|
|
1093
|
+
id: string;
|
|
1094
|
+
};
|
|
1991
1095
|
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1096
|
+
/**
|
|
1097
|
+
* Describes the message scalekit.v1.directories.DeleteDirectoryRequest.
|
|
1098
|
+
* Use `create(DeleteDirectoryRequestSchema)` to create a new message.
|
|
1099
|
+
*/
|
|
1100
|
+
export const DeleteDirectoryRequestSchema: GenMessage<DeleteDirectoryRequest> = /*@__PURE__*/
|
|
1101
|
+
messageDesc(file_scalekit_v1_directories_directories, 37);
|
|
1996
1102
|
|
|
1997
1103
|
/**
|
|
1998
|
-
* @generated from message scalekit.v1.directories.
|
|
1104
|
+
* @generated from message scalekit.v1.directories.TriggerDirectorySyncRequest
|
|
1999
1105
|
*/
|
|
2000
|
-
export
|
|
1106
|
+
export type TriggerDirectorySyncRequest = Message<"scalekit.v1.directories.TriggerDirectorySyncRequest"> & {
|
|
2001
1107
|
/**
|
|
2002
|
-
* @generated from field:
|
|
1108
|
+
* @generated from field: string directory_id = 1;
|
|
2003
1109
|
*/
|
|
2004
|
-
|
|
1110
|
+
directoryId: string;
|
|
2005
1111
|
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
1112
|
+
/**
|
|
1113
|
+
* @generated from field: string organization_id = 2;
|
|
1114
|
+
*/
|
|
1115
|
+
organizationId: string;
|
|
1116
|
+
};
|
|
2010
1117
|
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
1118
|
+
/**
|
|
1119
|
+
* Describes the message scalekit.v1.directories.TriggerDirectorySyncRequest.
|
|
1120
|
+
* Use `create(TriggerDirectorySyncRequestSchema)` to create a new message.
|
|
1121
|
+
*/
|
|
1122
|
+
export const TriggerDirectorySyncRequestSchema: GenMessage<TriggerDirectorySyncRequest> = /*@__PURE__*/
|
|
1123
|
+
messageDesc(file_scalekit_v1_directories_directories, 38);
|
|
2016
1124
|
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
1125
|
+
/**
|
|
1126
|
+
* @generated from enum scalekit.v1.directories.DirectoryType
|
|
1127
|
+
*/
|
|
1128
|
+
export enum DirectoryType {
|
|
1129
|
+
/**
|
|
1130
|
+
* @generated from enum value: DIRECTORY_TYPE_UNSPECIFIED = 0;
|
|
1131
|
+
*/
|
|
1132
|
+
DIRECTORY_TYPE_UNSPECIFIED = 0,
|
|
2020
1133
|
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
1134
|
+
/**
|
|
1135
|
+
* @generated from enum value: SCIM = 1;
|
|
1136
|
+
*/
|
|
1137
|
+
SCIM = 1,
|
|
2024
1138
|
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
1139
|
+
/**
|
|
1140
|
+
* @generated from enum value: LDAP = 2;
|
|
1141
|
+
*/
|
|
1142
|
+
LDAP = 2,
|
|
2028
1143
|
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
1144
|
+
/**
|
|
1145
|
+
* @generated from enum value: POLL = 3;
|
|
1146
|
+
*/
|
|
1147
|
+
POLL = 3,
|
|
2032
1148
|
}
|
|
2033
1149
|
|
|
2034
1150
|
/**
|
|
2035
|
-
*
|
|
1151
|
+
* Describes the enum scalekit.v1.directories.DirectoryType.
|
|
2036
1152
|
*/
|
|
2037
|
-
export
|
|
1153
|
+
export const DirectoryTypeSchema: GenEnum<DirectoryType> = /*@__PURE__*/
|
|
1154
|
+
enumDesc(file_scalekit_v1_directories_directories, 0);
|
|
1155
|
+
|
|
1156
|
+
/**
|
|
1157
|
+
* @generated from enum scalekit.v1.directories.DirectoryProvider
|
|
1158
|
+
*/
|
|
1159
|
+
export enum DirectoryProvider {
|
|
2038
1160
|
/**
|
|
2039
|
-
* @generated from
|
|
1161
|
+
* @generated from enum value: DIRECTORY_PROVIDER_UNSPECIFIED = 0;
|
|
2040
1162
|
*/
|
|
2041
|
-
|
|
1163
|
+
DIRECTORY_PROVIDER_UNSPECIFIED = 0,
|
|
2042
1164
|
|
|
2043
1165
|
/**
|
|
2044
|
-
* @generated from
|
|
1166
|
+
* @generated from enum value: OKTA = 1;
|
|
2045
1167
|
*/
|
|
2046
|
-
|
|
1168
|
+
OKTA = 1,
|
|
2047
1169
|
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
1170
|
+
/**
|
|
1171
|
+
* @generated from enum value: GOOGLE = 2;
|
|
1172
|
+
*/
|
|
1173
|
+
GOOGLE = 2,
|
|
2052
1174
|
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
{ no: 3, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2058
|
-
]);
|
|
1175
|
+
/**
|
|
1176
|
+
* @generated from enum value: MICROSOFT_AD = 3;
|
|
1177
|
+
*/
|
|
1178
|
+
MICROSOFT_AD = 3,
|
|
2059
1179
|
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
1180
|
+
/**
|
|
1181
|
+
* @generated from enum value: AUTH0 = 4;
|
|
1182
|
+
*/
|
|
1183
|
+
AUTH0 = 4,
|
|
2063
1184
|
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
1185
|
+
/**
|
|
1186
|
+
* @generated from enum value: ONELOGIN = 5;
|
|
1187
|
+
*/
|
|
1188
|
+
ONELOGIN = 5,
|
|
2067
1189
|
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
1190
|
+
/**
|
|
1191
|
+
* @generated from enum value: JUMPCLOUD = 6;
|
|
1192
|
+
*/
|
|
1193
|
+
JUMPCLOUD = 6,
|
|
2071
1194
|
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
1195
|
+
/**
|
|
1196
|
+
* @generated from enum value: PING_IDENTITY = 7;
|
|
1197
|
+
*/
|
|
1198
|
+
PING_IDENTITY = 7,
|
|
2075
1199
|
}
|
|
2076
1200
|
|
|
2077
1201
|
/**
|
|
2078
|
-
*
|
|
1202
|
+
* Describes the enum scalekit.v1.directories.DirectoryProvider.
|
|
1203
|
+
*/
|
|
1204
|
+
export const DirectoryProviderSchema: GenEnum<DirectoryProvider> = /*@__PURE__*/
|
|
1205
|
+
enumDesc(file_scalekit_v1_directories_directories, 1);
|
|
1206
|
+
|
|
1207
|
+
/**
|
|
1208
|
+
* @generated from enum scalekit.v1.directories.DirectoryStatus
|
|
2079
1209
|
*/
|
|
2080
|
-
export
|
|
1210
|
+
export enum DirectoryStatus {
|
|
2081
1211
|
/**
|
|
2082
|
-
* @generated from
|
|
1212
|
+
* @generated from enum value: DIRECTORY_STATUS_UNSPECIFIED = 0;
|
|
2083
1213
|
*/
|
|
2084
|
-
|
|
1214
|
+
DIRECTORY_STATUS_UNSPECIFIED = 0,
|
|
2085
1215
|
|
|
2086
1216
|
/**
|
|
2087
|
-
* @generated from
|
|
1217
|
+
* @generated from enum value: DRAFT = 1;
|
|
2088
1218
|
*/
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
constructor(data?: PartialMessage<TriggerDirectorySyncRequest>) {
|
|
2092
|
-
super();
|
|
2093
|
-
proto3.util.initPartial(data, this);
|
|
2094
|
-
}
|
|
1219
|
+
DRAFT = 1,
|
|
2095
1220
|
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2101
|
-
]);
|
|
1221
|
+
/**
|
|
1222
|
+
* @generated from enum value: IN_PROGRESS = 2;
|
|
1223
|
+
*/
|
|
1224
|
+
IN_PROGRESS = 2,
|
|
2102
1225
|
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
1226
|
+
/**
|
|
1227
|
+
* @generated from enum value: COMPLETED = 3;
|
|
1228
|
+
*/
|
|
1229
|
+
COMPLETED = 3,
|
|
1230
|
+
}
|
|
2106
1231
|
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
1232
|
+
/**
|
|
1233
|
+
* Describes the enum scalekit.v1.directories.DirectoryStatus.
|
|
1234
|
+
*/
|
|
1235
|
+
export const DirectoryStatusSchema: GenEnum<DirectoryStatus> = /*@__PURE__*/
|
|
1236
|
+
enumDesc(file_scalekit_v1_directories_directories, 2);
|
|
2110
1237
|
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
1238
|
+
/**
|
|
1239
|
+
* @generated from enum scalekit.v1.directories.SecretStatus
|
|
1240
|
+
*/
|
|
1241
|
+
export enum SecretStatus {
|
|
1242
|
+
/**
|
|
1243
|
+
* @generated from enum value: ACTIVE = 0;
|
|
1244
|
+
*/
|
|
1245
|
+
ACTIVE = 0,
|
|
2114
1246
|
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
1247
|
+
/**
|
|
1248
|
+
* @generated from enum value: INACTIVE = 1;
|
|
1249
|
+
*/
|
|
1250
|
+
INACTIVE = 1,
|
|
2118
1251
|
}
|
|
2119
1252
|
|
|
1253
|
+
/**
|
|
1254
|
+
* Describes the enum scalekit.v1.directories.SecretStatus.
|
|
1255
|
+
*/
|
|
1256
|
+
export const SecretStatusSchema: GenEnum<SecretStatus> = /*@__PURE__*/
|
|
1257
|
+
enumDesc(file_scalekit_v1_directories_directories, 3);
|
|
1258
|
+
|
|
1259
|
+
/**
|
|
1260
|
+
* @generated from service scalekit.v1.directories.DirectoryService
|
|
1261
|
+
*/
|
|
1262
|
+
export const DirectoryService: GenService<{
|
|
1263
|
+
/**
|
|
1264
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.CreateDirectory
|
|
1265
|
+
*/
|
|
1266
|
+
createDirectory: {
|
|
1267
|
+
methodKind: "unary";
|
|
1268
|
+
input: typeof CreateDirectoryRequestSchema;
|
|
1269
|
+
output: typeof CreateDirectoryResponseSchema;
|
|
1270
|
+
},
|
|
1271
|
+
/**
|
|
1272
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.DeleteDirectory
|
|
1273
|
+
*/
|
|
1274
|
+
deleteDirectory: {
|
|
1275
|
+
methodKind: "unary";
|
|
1276
|
+
input: typeof DeleteDirectoryRequestSchema;
|
|
1277
|
+
output: typeof EmptySchema;
|
|
1278
|
+
},
|
|
1279
|
+
/**
|
|
1280
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.UpdateDirectory
|
|
1281
|
+
*/
|
|
1282
|
+
updateDirectory: {
|
|
1283
|
+
methodKind: "unary";
|
|
1284
|
+
input: typeof UpdateDirectoryRequestSchema;
|
|
1285
|
+
output: typeof UpdateDirectoryResponseSchema;
|
|
1286
|
+
},
|
|
1287
|
+
/**
|
|
1288
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.AssignGroupsForDirectory
|
|
1289
|
+
*/
|
|
1290
|
+
assignGroupsForDirectory: {
|
|
1291
|
+
methodKind: "unary";
|
|
1292
|
+
input: typeof AssignGroupsForDirectoryRequestSchema;
|
|
1293
|
+
output: typeof EmptySchema;
|
|
1294
|
+
},
|
|
1295
|
+
/**
|
|
1296
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.AssignRoles
|
|
1297
|
+
*/
|
|
1298
|
+
assignRoles: {
|
|
1299
|
+
methodKind: "unary";
|
|
1300
|
+
input: typeof AssignRolesRequestSchema;
|
|
1301
|
+
output: typeof AssignRolesResponseSchema;
|
|
1302
|
+
},
|
|
1303
|
+
/**
|
|
1304
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.UpdateAttributes
|
|
1305
|
+
*/
|
|
1306
|
+
updateAttributes: {
|
|
1307
|
+
methodKind: "unary";
|
|
1308
|
+
input: typeof UpdateAttributesRequestSchema;
|
|
1309
|
+
output: typeof UpdateAttributesResponseSchema;
|
|
1310
|
+
},
|
|
1311
|
+
/**
|
|
1312
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.GetDirectory
|
|
1313
|
+
*/
|
|
1314
|
+
getDirectory: {
|
|
1315
|
+
methodKind: "unary";
|
|
1316
|
+
input: typeof GetDirectoryRequestSchema;
|
|
1317
|
+
output: typeof GetDirectoryResponseSchema;
|
|
1318
|
+
},
|
|
1319
|
+
/**
|
|
1320
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.ListDirectories
|
|
1321
|
+
*/
|
|
1322
|
+
listDirectories: {
|
|
1323
|
+
methodKind: "unary";
|
|
1324
|
+
input: typeof ListDirectoriesRequestSchema;
|
|
1325
|
+
output: typeof ListDirectoriesResponseSchema;
|
|
1326
|
+
},
|
|
1327
|
+
/**
|
|
1328
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.EnableDirectory
|
|
1329
|
+
*/
|
|
1330
|
+
enableDirectory: {
|
|
1331
|
+
methodKind: "unary";
|
|
1332
|
+
input: typeof ToggleDirectoryRequestSchema;
|
|
1333
|
+
output: typeof ToggleDirectoryResponseSchema;
|
|
1334
|
+
},
|
|
1335
|
+
/**
|
|
1336
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.DisableDirectory
|
|
1337
|
+
*/
|
|
1338
|
+
disableDirectory: {
|
|
1339
|
+
methodKind: "unary";
|
|
1340
|
+
input: typeof ToggleDirectoryRequestSchema;
|
|
1341
|
+
output: typeof ToggleDirectoryResponseSchema;
|
|
1342
|
+
},
|
|
1343
|
+
/**
|
|
1344
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.ListDirectoryUsers
|
|
1345
|
+
*/
|
|
1346
|
+
listDirectoryUsers: {
|
|
1347
|
+
methodKind: "unary";
|
|
1348
|
+
input: typeof ListDirectoryUsersRequestSchema;
|
|
1349
|
+
output: typeof ListDirectoryUsersResponseSchema;
|
|
1350
|
+
},
|
|
1351
|
+
/**
|
|
1352
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.ListDirectoryGroups
|
|
1353
|
+
*/
|
|
1354
|
+
listDirectoryGroups: {
|
|
1355
|
+
methodKind: "unary";
|
|
1356
|
+
input: typeof ListDirectoryGroupsRequestSchema;
|
|
1357
|
+
output: typeof ListDirectoryGroupsResponseSchema;
|
|
1358
|
+
},
|
|
1359
|
+
/**
|
|
1360
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.ListDirectoryGroupsSummary
|
|
1361
|
+
*/
|
|
1362
|
+
listDirectoryGroupsSummary: {
|
|
1363
|
+
methodKind: "unary";
|
|
1364
|
+
input: typeof ListDirectoryGroupsSummaryRequestSchema;
|
|
1365
|
+
output: typeof ListDirectoryGroupsResponseSchema;
|
|
1366
|
+
},
|
|
1367
|
+
/**
|
|
1368
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.CreateDirectorySecret
|
|
1369
|
+
*/
|
|
1370
|
+
createDirectorySecret: {
|
|
1371
|
+
methodKind: "unary";
|
|
1372
|
+
input: typeof CreateDirectorySecretRequestSchema;
|
|
1373
|
+
output: typeof CreateDirectorySecretResponseSchema;
|
|
1374
|
+
},
|
|
1375
|
+
/**
|
|
1376
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.RegenerateDirectorySecret
|
|
1377
|
+
*/
|
|
1378
|
+
regenerateDirectorySecret: {
|
|
1379
|
+
methodKind: "unary";
|
|
1380
|
+
input: typeof RegenerateDirectorySecretRequestSchema;
|
|
1381
|
+
output: typeof RegenerateDirectorySecretResponseSchema;
|
|
1382
|
+
},
|
|
1383
|
+
/**
|
|
1384
|
+
* @generated from rpc scalekit.v1.directories.DirectoryService.TriggerDirectorySync
|
|
1385
|
+
*/
|
|
1386
|
+
triggerDirectorySync: {
|
|
1387
|
+
methodKind: "unary";
|
|
1388
|
+
input: typeof TriggerDirectorySyncRequestSchema;
|
|
1389
|
+
output: typeof EmptySchema;
|
|
1390
|
+
},
|
|
1391
|
+
}> = /*@__PURE__*/
|
|
1392
|
+
serviceDesc(file_scalekit_v1_directories_directories, 0);
|
|
1393
|
+
|