@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.
Files changed (209) hide show
  1. package/.nvmrc +1 -1
  2. package/README.md +5 -5
  3. package/buf.gen.yaml +1 -5
  4. package/lib/auth.d.ts +9 -6
  5. package/lib/auth.js +4 -20
  6. package/lib/auth.js.map +1 -1
  7. package/lib/connect.d.ts +3 -3
  8. package/lib/connect.js +1 -2
  9. package/lib/connect.js.map +1 -1
  10. package/lib/connection.d.ts +2 -2
  11. package/lib/connection.js +4 -4
  12. package/lib/connection.js.map +1 -1
  13. package/lib/core.js +2 -2
  14. package/lib/core.js.map +1 -1
  15. package/lib/directory.d.ts +2 -2
  16. package/lib/directory.js +7 -7
  17. package/lib/directory.js.map +1 -1
  18. package/lib/domain.d.ts +6 -5
  19. package/lib/domain.js +4 -5
  20. package/lib/domain.js.map +1 -1
  21. package/lib/errors/base-exception.d.ts +1 -1
  22. package/lib/errors/base-exception.js +1 -1
  23. package/lib/errors/base-exception.js.map +1 -1
  24. package/lib/organization.d.ts +10 -9
  25. package/lib/organization.js +11 -9
  26. package/lib/organization.js.map +1 -1
  27. package/lib/passwordless.d.ts +2 -2
  28. package/lib/passwordless.js +8 -7
  29. package/lib/passwordless.js.map +1 -1
  30. package/lib/permission.d.ts +6 -5
  31. package/lib/permission.js +10 -11
  32. package/lib/permission.js.map +1 -1
  33. package/lib/pkg/grpc/buf/validate/validate_pb.d.ts +7 -0
  34. package/lib/pkg/grpc/buf/validate/validate_pb.js +25 -0
  35. package/lib/pkg/grpc/buf/validate/validate_pb.js.map +1 -0
  36. package/lib/pkg/grpc/google/api/annotations_pb.d.ts +7 -0
  37. package/lib/pkg/grpc/google/api/annotations_pb.js +25 -0
  38. package/lib/pkg/grpc/google/api/annotations_pb.js.map +1 -0
  39. package/lib/pkg/grpc/google/api/field_behavior_pb.d.ts +7 -0
  40. package/lib/pkg/grpc/google/api/field_behavior_pb.js +25 -0
  41. package/lib/pkg/grpc/google/api/field_behavior_pb.js.map +1 -0
  42. package/lib/pkg/grpc/google/api/visibility_pb.d.ts +7 -0
  43. package/lib/pkg/grpc/google/api/visibility_pb.js +25 -0
  44. package/lib/pkg/grpc/google/api/visibility_pb.js.map +1 -0
  45. package/lib/pkg/grpc/protoc-gen-openapiv2/options/annotations_pb.d.ts +7 -0
  46. package/lib/pkg/grpc/protoc-gen-openapiv2/options/annotations_pb.js +25 -0
  47. package/lib/pkg/grpc/protoc-gen-openapiv2/options/annotations_pb.js.map +1 -0
  48. package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_pb.d.ts +48 -42
  49. package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_pb.js +27 -263
  50. package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_pb.js.map +1 -1
  51. package/lib/pkg/grpc/scalekit/v1/auth/auth_pb.d.ts +371 -325
  52. package/lib/pkg/grpc/scalekit/v1/auth/auth_pb.js +132 -835
  53. package/lib/pkg/grpc/scalekit/v1/auth/auth_pb.js.map +1 -1
  54. package/lib/pkg/grpc/scalekit/v1/auth/passwordless_pb.d.ts +113 -87
  55. package/lib/pkg/grpc/scalekit/v1/auth/passwordless_pb.js +45 -201
  56. package/lib/pkg/grpc/scalekit/v1/auth/passwordless_pb.js.map +1 -1
  57. package/lib/pkg/grpc/scalekit/v1/auth/webauthn_pb.d.ts +262 -265
  58. package/lib/pkg/grpc/scalekit/v1/auth/webauthn_pb.js +92 -938
  59. package/lib/pkg/grpc/scalekit/v1/auth/webauthn_pb.js.map +1 -1
  60. package/lib/pkg/grpc/scalekit/v1/commons/commons_pb.d.ts +162 -157
  61. package/lib/pkg/grpc/scalekit/v1/commons/commons_pb.js +42 -313
  62. package/lib/pkg/grpc/scalekit/v1/commons/commons_pb.js.map +1 -1
  63. package/lib/pkg/grpc/scalekit/v1/connections/connections_pb.d.ts +1488 -1459
  64. package/lib/pkg/grpc/scalekit/v1/connections/connections_pb.js +353 -2362
  65. package/lib/pkg/grpc/scalekit/v1/connections/connections_pb.js.map +1 -1
  66. package/lib/pkg/grpc/scalekit/v1/directories/directories_pb.d.ts +520 -483
  67. package/lib/pkg/grpc/scalekit/v1/directories/directories_pb.js +224 -1555
  68. package/lib/pkg/grpc/scalekit/v1/directories/directories_pb.js.map +1 -1
  69. package/lib/pkg/grpc/scalekit/v1/domains/domains_pb.d.ts +219 -191
  70. package/lib/pkg/grpc/scalekit/v1/domains/domains_pb.js +96 -553
  71. package/lib/pkg/grpc/scalekit/v1/domains/domains_pb.js.map +1 -1
  72. package/lib/pkg/grpc/scalekit/v1/errdetails/errdetails_pb.d.ts +76 -102
  73. package/lib/pkg/grpc/scalekit/v1/errdetails/errdetails_pb.js +37 -393
  74. package/lib/pkg/grpc/scalekit/v1/errdetails/errdetails_pb.js.map +1 -1
  75. package/lib/pkg/grpc/scalekit/v1/options/options_pb.d.ts +36 -26
  76. package/lib/pkg/grpc/scalekit/v1/options/options_pb.js +20 -69
  77. package/lib/pkg/grpc/scalekit/v1/options/options_pb.js.map +1 -1
  78. package/lib/pkg/grpc/scalekit/v1/organizations/organizations_pb.d.ts +447 -400
  79. package/lib/pkg/grpc/scalekit/v1/organizations/organizations_pb.js +163 -1238
  80. package/lib/pkg/grpc/scalekit/v1/organizations/organizations_pb.js.map +1 -1
  81. package/lib/pkg/grpc/scalekit/v1/roles/roles_pb.d.ts +622 -556
  82. package/lib/pkg/grpc/scalekit/v1/roles/roles_pb.js +201 -1718
  83. package/lib/pkg/grpc/scalekit/v1/roles/roles_pb.js.map +1 -1
  84. package/lib/pkg/grpc/scalekit/v1/sessions/sessions_pb.d.ts +135 -132
  85. package/lib/pkg/grpc/scalekit/v1/sessions/sessions_pb.js +55 -518
  86. package/lib/pkg/grpc/scalekit/v1/sessions/sessions_pb.js.map +1 -1
  87. package/lib/pkg/grpc/scalekit/v1/users/users_pb.d.ts +445 -413
  88. package/lib/pkg/grpc/scalekit/v1/users/users_pb.js +142 -1490
  89. package/lib/pkg/grpc/scalekit/v1/users/users_pb.js.map +1 -1
  90. package/lib/role.d.ts +8 -7
  91. package/lib/role.js +14 -14
  92. package/lib/role.js.map +1 -1
  93. package/lib/scalekit.d.ts +0 -4
  94. package/lib/scalekit.js +0 -4
  95. package/lib/scalekit.js.map +1 -1
  96. package/lib/session.js +15 -24
  97. package/lib/session.js.map +1 -1
  98. package/lib/user.d.ts +6 -5
  99. package/lib/user.js +17 -20
  100. package/lib/user.js.map +1 -1
  101. package/lib/webauthn.js +6 -5
  102. package/lib/webauthn.js.map +1 -1
  103. package/package.json +6 -10
  104. package/reference.md +0 -671
  105. package/src/auth.ts +17 -17
  106. package/src/connect.ts +4 -5
  107. package/src/connection.ts +5 -5
  108. package/src/core.ts +2 -2
  109. package/src/directory.ts +8 -8
  110. package/src/domain.ts +9 -8
  111. package/src/errors/base-exception.ts +3 -2
  112. package/src/organization.ts +18 -15
  113. package/src/passwordless.ts +12 -11
  114. package/src/permission.ts +15 -15
  115. package/src/pkg/grpc/buf/validate/validate_pb.ts +28 -0
  116. package/src/pkg/grpc/google/api/annotations_pb.ts +28 -0
  117. package/src/pkg/grpc/google/api/field_behavior_pb.ts +28 -0
  118. package/src/pkg/grpc/google/api/visibility_pb.ts +28 -0
  119. package/src/pkg/grpc/protoc-gen-openapiv2/options/annotations_pb.ts +28 -0
  120. package/src/pkg/grpc/scalekit/v1/auditlogs/auditlogs_pb.ts +97 -182
  121. package/src/pkg/grpc/scalekit/v1/auth/auth_pb.ts +473 -850
  122. package/src/pkg/grpc/scalekit/v1/auth/passwordless_pb.ts +153 -225
  123. package/src/pkg/grpc/scalekit/v1/auth/webauthn_pb.ts +361 -830
  124. package/src/pkg/grpc/scalekit/v1/commons/commons_pb.ts +237 -358
  125. package/src/pkg/grpc/scalekit/v1/connections/connections_pb.ts +1625 -2826
  126. package/src/pkg/grpc/scalekit/v1/directories/directories_pb.ts +687 -1413
  127. package/src/pkg/grpc/scalekit/v1/domains/domains_pb.ts +286 -542
  128. package/src/pkg/grpc/scalekit/v1/errdetails/errdetails_pb.ts +115 -328
  129. package/src/pkg/grpc/scalekit/v1/options/options_pb.ts +50 -80
  130. package/src/pkg/grpc/scalekit/v1/organizations/organizations_pb.ts +558 -1183
  131. package/src/pkg/grpc/scalekit/v1/roles/roles_pb.ts +765 -1669
  132. package/src/pkg/grpc/scalekit/v1/sessions/sessions_pb.ts +195 -447
  133. package/src/pkg/grpc/scalekit/v1/users/users_pb.ts +592 -1339
  134. package/src/role.ts +21 -19
  135. package/src/scalekit.ts +0 -9
  136. package/src/session.ts +20 -34
  137. package/src/user.ts +30 -26
  138. package/src/webauthn.ts +10 -9
  139. package/tests/utils/test-data.ts +17 -8
  140. package/lib/connected-accounts.d.ts +0 -96
  141. package/lib/connected-accounts.js +0 -186
  142. package/lib/connected-accounts.js.map +0 -1
  143. package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_connect.d.ts +0 -19
  144. package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_connect.js +0 -27
  145. package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_connect.js.map +0 -1
  146. package/lib/pkg/grpc/scalekit/v1/auth/auth_connect.d.ts +0 -118
  147. package/lib/pkg/grpc/scalekit/v1/auth/auth_connect.js +0 -126
  148. package/lib/pkg/grpc/scalekit/v1/auth/auth_connect.js.map +0 -1
  149. package/lib/pkg/grpc/scalekit/v1/auth/passwordless_connect.d.ts +0 -37
  150. package/lib/pkg/grpc/scalekit/v1/auth/passwordless_connect.js +0 -45
  151. package/lib/pkg/grpc/scalekit/v1/auth/passwordless_connect.js.map +0 -1
  152. package/lib/pkg/grpc/scalekit/v1/auth/webauthn_connect.d.ts +0 -82
  153. package/lib/pkg/grpc/scalekit/v1/auth/webauthn_connect.js +0 -90
  154. package/lib/pkg/grpc/scalekit/v1/auth/webauthn_connect.js.map +0 -1
  155. package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_connect.d.ts +0 -87
  156. package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_connect.js +0 -95
  157. package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_connect.js.map +0 -1
  158. package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_pb.d.ts +0 -718
  159. package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_pb.js +0 -893
  160. package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_pb.js.map +0 -1
  161. package/lib/pkg/grpc/scalekit/v1/connections/connections_connect.d.ts +0 -172
  162. package/lib/pkg/grpc/scalekit/v1/connections/connections_connect.js +0 -180
  163. package/lib/pkg/grpc/scalekit/v1/connections/connections_connect.js.map +0 -1
  164. package/lib/pkg/grpc/scalekit/v1/directories/directories_connect.d.ts +0 -154
  165. package/lib/pkg/grpc/scalekit/v1/directories/directories_connect.js +0 -162
  166. package/lib/pkg/grpc/scalekit/v1/directories/directories_connect.js.map +0 -1
  167. package/lib/pkg/grpc/scalekit/v1/domains/domains_connect.d.ts +0 -73
  168. package/lib/pkg/grpc/scalekit/v1/domains/domains_connect.js +0 -81
  169. package/lib/pkg/grpc/scalekit/v1/domains/domains_connect.js.map +0 -1
  170. package/lib/pkg/grpc/scalekit/v1/organizations/organizations_connect.d.ts +0 -171
  171. package/lib/pkg/grpc/scalekit/v1/organizations/organizations_connect.js +0 -179
  172. package/lib/pkg/grpc/scalekit/v1/organizations/organizations_connect.js.map +0 -1
  173. package/lib/pkg/grpc/scalekit/v1/roles/roles_connect.d.ts +0 -250
  174. package/lib/pkg/grpc/scalekit/v1/roles/roles_connect.js +0 -258
  175. package/lib/pkg/grpc/scalekit/v1/roles/roles_connect.js.map +0 -1
  176. package/lib/pkg/grpc/scalekit/v1/sessions/sessions_connect.d.ts +0 -46
  177. package/lib/pkg/grpc/scalekit/v1/sessions/sessions_connect.js +0 -54
  178. package/lib/pkg/grpc/scalekit/v1/sessions/sessions_connect.js.map +0 -1
  179. package/lib/pkg/grpc/scalekit/v1/tools/tools_connect.d.ts +0 -75
  180. package/lib/pkg/grpc/scalekit/v1/tools/tools_connect.js +0 -83
  181. package/lib/pkg/grpc/scalekit/v1/tools/tools_connect.js.map +0 -1
  182. package/lib/pkg/grpc/scalekit/v1/tools/tools_pb.d.ts +0 -431
  183. package/lib/pkg/grpc/scalekit/v1/tools/tools_pb.js +0 -627
  184. package/lib/pkg/grpc/scalekit/v1/tools/tools_pb.js.map +0 -1
  185. package/lib/pkg/grpc/scalekit/v1/users/users_connect.d.ts +0 -173
  186. package/lib/pkg/grpc/scalekit/v1/users/users_connect.js +0 -181
  187. package/lib/pkg/grpc/scalekit/v1/users/users_connect.js.map +0 -1
  188. package/lib/tools.d.ts +0 -75
  189. package/lib/tools.js +0 -127
  190. package/lib/tools.js.map +0 -1
  191. package/src/connected-accounts.ts +0 -283
  192. package/src/pkg/grpc/scalekit/v1/auditlogs/auditlogs_connect.ts +0 -26
  193. package/src/pkg/grpc/scalekit/v1/auth/auth_connect.ts +0 -125
  194. package/src/pkg/grpc/scalekit/v1/auth/passwordless_connect.ts +0 -44
  195. package/src/pkg/grpc/scalekit/v1/auth/webauthn_connect.ts +0 -89
  196. package/src/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_connect.ts +0 -94
  197. package/src/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_pb.ts +0 -1294
  198. package/src/pkg/grpc/scalekit/v1/connections/connections_connect.ts +0 -179
  199. package/src/pkg/grpc/scalekit/v1/directories/directories_connect.ts +0 -161
  200. package/src/pkg/grpc/scalekit/v1/domains/domains_connect.ts +0 -80
  201. package/src/pkg/grpc/scalekit/v1/organizations/organizations_connect.ts +0 -178
  202. package/src/pkg/grpc/scalekit/v1/roles/roles_connect.ts +0 -257
  203. package/src/pkg/grpc/scalekit/v1/sessions/sessions_connect.ts +0 -53
  204. package/src/pkg/grpc/scalekit/v1/tools/tools_connect.ts +0 -82
  205. package/src/pkg/grpc/scalekit/v1/tools/tools_pb.ts +0 -847
  206. package/src/pkg/grpc/scalekit/v1/users/users_connect.ts +0 -180
  207. package/src/tools.ts +0 -166
  208. package/tests/connected-accounts.test.ts +0 -434
  209. package/tests/tools.test.ts +0 -239
@@ -1,142 +1,76 @@
1
- // @generated by protoc-gen-es v1.10.0 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=ts"
2
2
  // @generated from file scalekit/v1/organizations/organizations.proto (package scalekit.v1.organizations, syntax proto3)
3
3
  /* eslint-disable */
4
- // @ts-nocheck
5
4
 
6
- import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7
- import { BoolValue, FieldMask, Int32Value, Message, proto3, Timestamp } from "@bufbuild/protobuf";
8
- import { RegionCode } from "../commons/commons_pb.js";
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_field_behavior } from "../../../google/api/field_behavior_pb";
10
+ import { file_google_api_visibility } from "../../../google/api/visibility_pb";
11
+ import type { EmptySchema, FieldMask, Timestamp } from "@bufbuild/protobuf/wkt";
12
+ import { file_google_protobuf_empty, file_google_protobuf_field_mask, file_google_protobuf_timestamp, file_google_protobuf_wrappers } from "@bufbuild/protobuf/wkt";
13
+ import { file_protoc_gen_openapiv2_options_annotations } from "../../../protoc-gen-openapiv2/options/annotations_pb";
14
+ import type { RegionCode } from "../commons/commons_pb";
15
+ import { file_scalekit_v1_commons_commons } from "../commons/commons_pb";
16
+ import { file_scalekit_v1_options_options } from "../options/options_pb";
17
+ import type { Message } from "@bufbuild/protobuf";
9
18
 
10
19
  /**
11
- * Feature represents the available features that can be enabled for an organization's portal link
12
- *
13
- * @generated from enum scalekit.v1.organizations.Feature
20
+ * Describes the file scalekit/v1/organizations/organizations.proto.
14
21
  */
15
- export enum Feature {
16
- /**
17
- * An unspecified or invalid feature value
18
- *
19
- * @generated from enum value: FEATURE_UNSPECIFIED = 0;
20
- */
21
- FEATURE_UNSPECIFIED = 0,
22
-
23
- /**
24
- * @generated from enum value: UNSPECIFIED = 0 [deprecated = true];
25
- * @deprecated
26
- */
27
- UNSPECIFIED = 0,
28
-
29
- /**
30
- * Enables directory synchronization configuration in the portal
31
- *
32
- * @generated from enum value: dir_sync = 1;
33
- */
34
- dir_sync = 1,
35
-
36
- /**
37
- * Enables Single Sign-On (SSO) configuration in the portal
38
- *
39
- * @generated from enum value: sso = 2;
40
- */
41
- sso = 2,
42
- }
43
- // Retrieve enum metadata with: proto3.getEnumType(Feature)
44
- proto3.util.setEnumType(Feature, "scalekit.v1.organizations.Feature", [
45
- { no: 0, name: "FEATURE_UNSPECIFIED" },
46
- { no: 0, name: "UNSPECIFIED" },
47
- { no: 1, name: "dir_sync" },
48
- { no: 2, name: "sso" },
49
- ]);
22
+ export const file_scalekit_v1_organizations_organizations: GenFile = /*@__PURE__*/
23
+ fileDesc("Ci1zY2FsZWtpdC92MS9vcmdhbml6YXRpb25zL29yZ2FuaXphdGlvbnMucHJvdG8SGXNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMioQEKGUNyZWF0ZU9yZ2FuaXphdGlvblJlcXVlc3QSgwEKDG9yZ2FuaXphdGlvbhgBIAEoCzItLnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuQ3JlYXRlT3JnYW5pemF0aW9uQj6SQTUyM1JlcXVpcmVkIHBhcmFtZXRlcnMgZm9yIGNyZWF0aW5nIGEgbmV3IG9yZ2FuaXphdGlvbrpIA8gBASKrAQoaQ3JlYXRlT3JnYW5pemF0aW9uUmVzcG9uc2USjAEKDG9yZ2FuaXphdGlvbhgBIAEoCzInLnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuT3JnYW5pemF0aW9uQk2SQUoySFRoZSBuZXdseSBjcmVhdGVkIG9yZ2FuaXphdGlvbiBjb250YWluaW5nIGl0cyBJRCwgc2V0dGluZ3MsIGFuZCBtZXRhZGF0YSLkBAoSQ3JlYXRlT3JnYW5pemF0aW9uEncKDGRpc3BsYXlfbmFtZRgEIAEoCUJhkkFRMj9OYW1lIG9mIHRoZSBvcmdhbml6YXRpb24uIE11c3QgYmUgYmV0d2VlbiAxIGFuZCAyMDAgY2hhcmFjdGVycy5KDiJNZWdhc29mdCBJbmMi4EECukgHcgUQARjIARKUAQoLcmVnaW9uX2NvZGUYBSABKA4yHy5zY2FsZWtpdC52MS5jb21tb25zLlJlZ2lvbkNvZGVCXpJBTDJER2VvZ3JhcGhpYyByZWdpb24gY29kZSBmb3IgdGhlIG9yZ2FuaXphdGlvbi4gQ3VycmVudGx5IGxpbWl0ZWQgdG8gVVNKBCJVUyL60uSTAgkSB1BSRVZJRVcSkgEKC2V4dGVybmFsX2lkGAYgASgJQniSQXUyY1lvdXIgYXBwbGljYXRpb24ncyB1bmlxdWUgaWRlbnRpZmllciBmb3IgdGhpcyBvcmdhbml6YXRpb24sIHVzZWQgdG8gbGluayBTY2FsZWtpdCB3aXRoIHlvdXIgc3lzdGVtLkoOIm15X3VuaXF1ZV9pZCJIAIgBARJoCghtZXRhZGF0YRgHIAMoCzI7LnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuQ3JlYXRlT3JnYW5pemF0aW9uLk1ldGFkYXRhRW50cnlCGbpIFpoBExAKIgZyBBADGBkqB3IFEAEYgAIaLwoNTWV0YWRhdGFFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBQg4KDF9leHRlcm5hbF9pZCKGCAoMT3JnYW5pemF0aW9uEncKAmlkGAEgASgJQmuSQWgyTVVuaXF1ZSBzY2FsZWtpdC1nZW5lcmF0ZWQgaWRlbnRpZmllciB0aGF0IHVuaXF1ZWx5IHJlZmVyZW5jZXMgYW4gb3JnYW5pemF0aW9uShcib3JnXzU5NjE1MTkzOTA2MjgyNjM1IhKAAQoLY3JlYXRlX3RpbWUYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQk+SQUkyK1RpbWVzdGFtcCB3aGVuIHRoZSBvcmdhbml6YXRpb24gd2FzIGNyZWF0ZWRKGiIyMDI1LTAyLTE1VDA2OjIzOjQ0LjU2MFoi4EECEoIBCgt1cGRhdGVfdGltZRgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCUZJBTjIwVGltZXN0YW1wIHdoZW4gdGhlIG9yZ2FuaXphdGlvbiB3YXMgbGFzdCB1cGRhdGVkShoiMjAyNS0wMi0xNVQwNjoyMzo0NC41NjBaIhJvCgxkaXNwbGF5X25hbWUYBCABKAlCWZJBTDI+TmFtZSBvZiB0aGUgb3JnYW5pemF0aW9uLiBNdXN0IGJlIGJldHdlZW4gMSBhbmQgMjAwIGNoYXJhY3RlcnNKCiJNZWdhc29mdCK6SAdyBRABGMgBEoYBCgtyZWdpb25fY29kZRgFIAEoDjIfLnNjYWxla2l0LnYxLmNvbW1vbnMuUmVnaW9uQ29kZUJQkkFNMkVHZW9ncmFwaGljIHJlZ2lvbiBjb2RlIGZvciB0aGUgb3JnYW5pemF0aW9uLiBDdXJyZW50bHkgbGltaXRlZCB0byBVUy5KBCJVUyISkgEKC2V4dGVybmFsX2lkGAYgASgJQniSQXUyY1lvdXIgYXBwbGljYXRpb24ncyB1bmlxdWUgaWRlbnRpZmllciBmb3IgdGhpcyBvcmdhbml6YXRpb24sIHVzZWQgdG8gbGluayBTY2FsZWtpdCB3aXRoIHlvdXIgc3lzdGVtLkoOIm15X3VuaXF1ZV9pZCJIAIgBARJiCghtZXRhZGF0YRgHIAMoCzI1LnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuT3JnYW5pemF0aW9uLk1ldGFkYXRhRW50cnlCGbpIFpoBExAKIgZyBBADGBkqB3IFEAEYgAISQQoIc2V0dGluZ3MYCCABKAsyLy5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLk9yZ2FuaXphdGlvblNldHRpbmdzGi8KDU1ldGFkYXRhRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4AUIOCgxfZXh0ZXJuYWxfaWQitAMKGVVwZGF0ZU9yZ2FuaXphdGlvblJlcXVlc3QSZgoCaWQYASABKAlCWJJBTDIzVW5pcXVlIGlkZW50aWZpZXIgb2YgdGhlIG9yZ2FuaXphdGlvbiB0byBiZSB1cGRhdGVkShUib3JnXzEyMTMxMjQzNDEyMzMxMiK6SAZyBBABGCBIABJ5CgtleHRlcm5hbF9pZBgCIAEoCUJikkFJMi1FeHRlcm5hbCBJRCBvZiB0aGUgb3JnYW5pemF0aW9uIHRvIGJlIHVwZGF0ZWRKGCJ0ZW5hbnRfMTIzMTIzMTIzMTIzMTIzIrpIBHICEAH60uSTAgkSB1BSRVZJRVdIABJ1Cgxvcmdhbml6YXRpb24YAyABKAsyLS5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLlVwZGF0ZU9yZ2FuaXphdGlvbkIwkkEnMiVPcmdhbml6YXRpb24gUGFyYW1ldGVycyB0byBiZSB1cGRhdGVkukgDyAEBEi8KC3VwZGF0ZV9tYXNrGGMgASgLMhouZ29vZ2xlLnByb3RvYnVmLkZpZWxkTWFza0IMCgppZGVudGl0aWVzIrIFChJVcGRhdGVPcmdhbml6YXRpb24SkQEKDGRpc3BsYXlfbmFtZRgEIAEoCUJ2kkFpMlNOYW1lIG9mIHRoZSBvcmdhbml6YXRpb24gdG8gZGlzcGxheSBpbiB0aGUgVUkuIE11c3QgYmUgYmV0d2VlbiAxIGFuZCAyMDAgY2hhcmFjdGVyc0oSIkFjbWUgQ29ycG9yYXRpb24iukgHcgUQARjIAUgAiAEBEpEBCgtleHRlcm5hbF9pZBgGIAEoCUJ3kkF0MmJZb3VyIGFwcGxpY2F0aW9uJ3MgdW5pcXVlIGlkZW50aWZpZXIgZm9yIHRoaXMgb3JnYW5pemF0aW9uLCB1c2VkIHRvIGxpbmsgU2NhbGVraXQgd2l0aCB5b3VyIHN5c3RlbUoOInRlbmFudF8xMjM0NSJIAYgBARKbAgoIbWV0YWRhdGEYByADKAsyOy5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLlVwZGF0ZU9yZ2FuaXphdGlvbi5NZXRhZGF0YUVudHJ5QssBkkGuATKPAUN1c3RvbSBrZXktdmFsdWUgcGFpcnMgdG8gc3RvcmUgd2l0aCB0aGUgb3JnYW5pemF0aW9uLiBLZXlzIG11c3QgYmUgMy0yNSBjaGFyYWN0ZXJzLCB2YWx1ZXMgbXVzdCBiZSAxLTI1NiBjaGFyYWN0ZXJzLiBNYXhpbXVtIDEwIHBhaXJzIGFsbG93ZWQuShp7ImluZHVzdHJ5IjogInRlY2hub2xvZ3kifbpIFpoBExAKIgZyBBADGBkqB3IFEAEYgAIaLwoNTWV0YWRhdGFFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBQg8KDV9kaXNwbGF5X25hbWVCDgoMX2V4dGVybmFsX2lkSgQIBRAGIn4KGlVwZGF0ZU9yZ2FuaXphdGlvblJlc3BvbnNlEmAKDG9yZ2FuaXphdGlvbhgBIAEoCzInLnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuT3JnYW5pemF0aW9uQiGSQR4yHFVwZGF0ZWQgb3JnYW5pemF0aW9uIGRldGFpbHMi2wIKFkdldE9yZ2FuaXphdGlvblJlcXVlc3QSgAEKAmlkGAEgASgJQnKSQWYyTVVuaXF1ZSBzY2FsZWtpdC1nZW5lcmF0ZWQgaWRlbnRpZmllciB0aGF0IHVuaXF1ZWx5IHJlZmVyZW5jZXMgYW4gb3JnYW5pemF0aW9uShUib3JnXzEyMTMxMjQzNDEyMzMxMiK6SAZyBBABGCBIABKvAQoLZXh0ZXJuYWxfaWQYAiABKAlClwGSQX4yYlVuaXF1ZSBpZGVudGlmaWVyIHRoYXQgbGlua3MgYW4gT3JnYW5pemF0aW9uIE9iamVjdCB0byB5b3VyIGFwcCdzIHRlbmFudCwgc3RvcmVkIGFzIGFuIEV4dGVybmFsIElEShgidGVuYW50XzEyMzEyMzEyMzEyMzEyMyK6SARyAhAB+tLkkwIJEgdQUkVWSUVXSABCDAoKaWRlbnRpdGllcyJ9ChdHZXRPcmdhbml6YXRpb25SZXNwb25zZRJiCgxvcmdhbml6YXRpb24YASABKAsyJy5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLk9yZ2FuaXphdGlvbkIjkkEgMh5UaGUgbmV3bHkgY3JlYXRlZCBvcmdhbml6YXRpb24ivwUKGExpc3RPcmdhbml6YXRpb25zUmVxdWVzdBJqCglwYWdlX3NpemUYASABKA1CV5JBVDJOTWF4aW11bSBudW1iZXIgb2Ygb3JnYW5pemF0aW9ucyB0byByZXR1cm4gcGVyIHBhZ2UuIE11c3QgYmUgYmV0d2VlbiAxMCBhbmQgMTAwSgIzMBKEAQoKcGFnZV90b2tlbhgCIAEoCUJwkkFtMltQYWdpbmF0aW9uIHRva2VuIGZyb20gdGhlIHByZXZpb3VzIHJlc3BvbnNlLiBVc2UgdG8gcmV0cmlldmUgdGhlIG5leHQgcGFnZSBvZiBvcmdhbml6YXRpb25zSg4iPHBhZ2VfdG9rZW4+IhKcAQoLZXh0ZXJuYWxfaWQYAyABKAlCgQGSQX4yYllvdXIgYXBwbGljYXRpb24ncyB1bmlxdWUgaWRlbnRpZmllciBmb3IgdGhpcyBvcmdhbml6YXRpb24sIHVzZWQgdG8gbGluayBTY2FsZWtpdCB3aXRoIHlvdXIgc3lzdGVtShgiPHlvdXJfYXBwX2Fzc2lnbmVkX2lkPiJIAIgBATqAApJB/AEKqwEqEkxpc3QgT3JnYW5pemF0aW9uczKUAVJldHJpZXZlcyBhIHBhZ2luYXRlZCBsaXN0IG9mIGFsbCBvcmdhbml6YXRpb25zIHdpdGhpbiB0aGUgZW52aXJvbm1lbnQuIFVzZSB0aGUgYHBhZ2VfdG9rZW5gIGZyb20gdGhlIHJlc3BvbnNlIHRvIGFjY2VzcyBzdWJzZXF1ZW50IHBhZ2VzIG9mIHJlc3VsdHMqTAoSTGlzdCBPcmdhbml6YXRpb25zEjZodHRwczovL2RvY3Muc2NhbGVraXQuY29tL3JlZmVyZW5jZS9saXN0LW9yZ2FuaXphdGlvbnNCDgoMX2V4dGVybmFsX2lkIuwDChlMaXN0T3JnYW5pemF0aW9uc1Jlc3BvbnNlEogBCg9uZXh0X3BhZ2VfdG9rZW4YASABKAlCb5JBbDJVUGFnaW5hdGlvbiB0b2tlbiBmb3IgdGhlIG5leHQgcGFnZSBvZiByZXN1bHRzLiBVc2UgdGhpcyB0b2tlbiB0byBmZXRjaCB0aGUgbmV4dCBwYWdlLkoTIjxuZXh0X3BhZ2VfdG9rZW4+IhJOCgp0b3RhbF9zaXplGAIgASgNQjqSQTcyMVRvdGFsIG51bWJlciBvZiBvcmdhbml6YXRpb25zIGluIHRoZSBlbnZpcm9ubWVudC5KAjMwEmEKDW9yZ2FuaXphdGlvbnMYAyADKAsyJy5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLk9yZ2FuaXphdGlvbkIhkkEeMhxMaXN0IG9mIG9yZ2FuaXphdGlvbiBvYmplY3RzEpABCg9wcmV2X3BhZ2VfdG9rZW4YBCABKAlCd5JBdDJdUGFnaW5hdGlvbiB0b2tlbiBmb3IgdGhlIHByZXZpb3VzIHBhZ2Ugb2YgcmVzdWx0cy4gVXNlIHRoaXMgdG9rZW4gdG8gZmV0Y2ggdGhlIHByZXZpb3VzIHBhZ2UuShMiPHByZXZfcGFnZV90b2tlbj4iIooFChpTZWFyY2hPcmdhbml6YXRpb25zUmVxdWVzdBKeAQoFcXVlcnkYASABKAlCjgGSQX8yd1NlYXJjaCB0ZXJtIHRvIG1hdGNoIGFnYWluc3Qgb3JnYW5pemF0aW9uIG5hbWVzLCBJRHMsIG9yIGV4dGVybmFsIElEcy4gTXVzdCBiZSBhdCBsZWFzdCAzIGNoYXJhY3RlcnMuIENhc2UgaW5zZW5zaXRpdmUuSgRhY21lukgJyAEBcgQQAxhkEnYKCXBhZ2Vfc2l6ZRgCIAEoDUJjkkFZMlNNYXhpbXVtIG51bWJlciBvZiBvcmdhbml6YXRpb25zIHRvIHJldHVybiBwZXIgcGFnZS4gVmFsdWUgbXVzdCBiZSBiZXR3ZWVuIDEgYW5kIDMwLkoCMzC6SAQqAhgeEpoBCgpwYWdlX3Rva2VuGAMgASgJQoUBkkGBATJhVG9rZW4gZnJvbSBhIHByZXZpb3VzIHJlc3BvbnNlIGZvciBwYWdpbmF0aW9uLiBQcm92aWRlIHRoaXMgdG8gcmV0cmlldmUgdGhlIG5leHQgcGFnZSBvZiByZXN1bHRzLkocZXlKd1lXZGxJam95TENKc2FXMXBkQ0k2TXpCOTq1AZJBsQEKiAEqFFNlYXJjaCBPcmdhbml6YXRpb25zMnBTZWFyY2ggZm9yIG9yZ2FuaXphdGlvbnMgaW4geW91ciBlbnZpcm9ubWVudCB1c2luZyBhIHRleHQgcXVlcnkgdGhhdCBtYXRjaGVzIGFnYWluc3QgbmFtZXMsIElEcywgb3IgZXh0ZXJuYWwgSURzMiRxdWVyeT1hY21lJnBhZ2Vfc2l6ZT0zMCZwYWdlX3Rva2VuPTEiowEKG1NlYXJjaE9yZ2FuaXphdGlvbnNSZXNwb25zZRIXCg9uZXh0X3BhZ2VfdG9rZW4YASABKAkSEgoKdG90YWxfc2l6ZRgCIAEoDRI+Cg1vcmdhbml6YXRpb25zGAMgAygLMicuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5Pcmdhbml6YXRpb24SFwoPcHJldl9wYWdlX3Rva2VuGAQgASgJIpwCChlEZWxldGVPcmdhbml6YXRpb25SZXF1ZXN0EnoKAmlkGAEgASgJQmySQWAyTVVuaXF1ZSBzY2FsZWtpdC1nZW5lcmF0ZWQgaWRlbnRpZmllciB0aGF0IHVuaXF1ZWx5IHJlZmVyZW5jZXMgYW4gb3JnYW5pemF0aW9uSg8ib3JnXzEyMzQ1Njc4OSK6SAZyBBABGCBIABJ1CgtleHRlcm5hbF9pZBgCIAEoCUJekkFFMilFeHRlcm5hbCBJRCBvZiB0aGUgb3JnYW5pemF0aW9uIHRvIGRlbGV0ZUoYInRlbmFudF8xMjMxMjMxMjMxMjMxMjMiukgEcgIQAfrS5JMCCRIHUFJFVklFV0gAQgwKCmlkZW50aXRpZXMirQQKGUdlbmVyYXRlUG9ydGFsTGlua1JlcXVlc3QSSgoCaWQYASABKAlCPpJBKTIPT3JnYW5pemF0aW9uIElEShYib3JnXzEyMzEyMzQyMzM0MjQzNDQiukgPyAEBcgoQARggOgRvcmdfEiMKA3NzbxgCIAEoCEIRGAH60uSTAgkSB1BSRVZJRVdIAIgBARIuCg5kaXJlY3Rvcnlfc3luYxgDIAEoCEIRGAH60uSTAgkSB1BSRVZJRVdIAYgBARLTAgoIZmVhdHVyZXMYBCADKA4yIi5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLkZlYXR1cmVCnAKSQZgCMpUCRmVhdHVyZXMgdG8gZW5hYmxlIGluIHRoZSBhZG1pbiBwb3J0YWwgbGluay4gVG8gZW5hYmxlIGZlYXR1cmVzLCBhcHBlbmQgdGhlbSBhcyBVUkwgcGFyYW1ldGVyczoKCi0gU2luZ2xlIFNpZ24tT246ID9mZWF0dXJlcz1zc28KLSBEaXJlY3RvcnkgU3luYzogP2ZlYXR1cmVzPWRpcl9zeW5jCi0gQm90aCBmZWF0dXJlczogP2ZlYXR1cmVzPXNzbyZmZWF0dXJlcz1kaXJfc3luYwoKRXhhbXBsZSBVUkw6IGh0dHBzOi8vc2NhbGVraXQuY29tL3BvcnRhbC9sbmtfMTIzP2ZlYXR1cmVzPXNzb0IGCgRfc3NvQhEKD19kaXJlY3Rvcnlfc3luYyJiChRHZXRQb3J0YWxMaW5rUmVxdWVzdBJKCgJpZBgBIAEoCUI+kkEpMg9Pcmdhbml6YXRpb24gSURKFiJvcmdfMTIzMTIzNDIzMzQyNDM0NCK6SA/IAQFyChABGCA6BG9yZ18iZQoXRGVsZXRlUG9ydGFsTGlua1JlcXVlc3QSSgoCaWQYASABKAlCPpJBKTIPT3JnYW5pemF0aW9uIElEShYib3JnXzEyMzEyMzQyMzM0MjQzNDQiukgPyAEBcgoQARggOgRvcmdfIrIBChtEZWxldGVQb3J0YWxMaW5rQnlJZFJlcXVlc3QSSgoCaWQYASABKAlCPpJBKTIPT3JnYW5pemF0aW9uIElEShYib3JnXzEyMzEyMzQyMzM0MjQzNDQiukgPyAEBcgoQARggOgRvcmdfEkcKB2xpbmtfaWQYAiABKAlCNpJBITIHTGluayBJREoWImxua18xMjMxMjM0MjMzNDI0MzQ0IrpID8gBAXIKEAEYIDoEbG5rXyKbAwoETGluaxJGCgJpZBgBIAEoCUI6kkE3Mh5VbmlxdWUgSWRlbnRpZmllciBmb3IgdGhlIGxpbmtKFSJsbmtfMTIzMTIzMTIzMTIzMTIzIhK9AQoIbG9jYXRpb24YAiABKAlCqgGSQaYBMnFMb2NhdGlvbiBvZiB0aGUgbGluay4gVGhpcyBpcyB0aGUgVVJMIHRoYXQgY2FuIGJlIHVzZWQgdG8gYWNjZXNzIHRoZSBBZG1pbiBwb3J0YWwuIFRoZSBsaW5rIGlzIHZhbGlkIGZvciAxIG1pbnV0ZUoxImh0dHBzOi8vc2NhbGVraXQuY29tL3BvcnRhbC9sbmtfMTIzMTIzMTIzMTIzMTIzIhKKAQoLZXhwaXJlX3RpbWUYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQlmSQVYyOEV4cGlyeSB0aW1lIG9mIHRoZSBsaW5rLiBUaGUgbGluayBpcyB2YWxpZCBmb3IgMSBtaW51dGUuShoiMjAyNC0wMi0wNlQxNDo0ODowMC4wMDBaIiKQAgoaR2VuZXJhdGVQb3J0YWxMaW5rUmVzcG9uc2US8QEKBGxpbmsYASABKAsyHy5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLkxpbmtCwQGSQb0BMroBQ29udGFpbnMgdGhlIGdlbmVyYXRlZCBhZG1pbiBwb3J0YWwgbGluayBkZXRhaWxzLiBUaGUgbGluayBVUkwgY2FuIGJlIHNoYXJlZCB3aXRoIG9yZ2FuaXphdGlvbiBhZG1pbmlzdHJhdG9ycyB0byBzZXQgdXA6IFNpbmdsZSBTaWduLU9uIChTU08pIGF1dGhlbnRpY2F0aW9uIGFuZCBkaXJlY3Rvcnkgc3luY2hyb25pemF0aW9uImEKFkdldFBvcnRhbExpbmtzUmVzcG9uc2USRwoFbGlua3MYASADKAsyHy5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLkxpbmtCF5JBFDISQWRtaW4gUG9ydGFsIExpbmtzIoIECiFVcGRhdGVPcmdhbml6YXRpb25TZXR0aW5nc1JlcXVlc3QSkwEKAmlkGAEgASgJQoYBkkFxMldVbmlxdWUgaWRlbnRpZmllciBvZiB0aGUgb3JnYW5pemF0aW9uIHRvIHVwZGF0ZSBzZXR0aW5ncy4gTXVzdCBiZWdpbiB3aXRoICdvcmdfJyBwcmVmaXhKFiJvcmdfMTIzMTIzNDIzMzQyNDM0NCK6SA/IAQFyChABGCA6BG9yZ18SxgIKCHNldHRpbmdzGAIgASgLMi8uc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5Pcmdhbml6YXRpb25TZXR0aW5nc0KCApJB+AEylQFTZXR0aW5ncyBjb25maWd1cmF0aW9uIHRvIGFwcGx5IHRvIHRoZSBvcmdhbml6YXRpb24uIENvbnRhaW5zIGZlYXR1cmUgdG9nZ2xlcyBmb3IgU1NPLCBkaXJlY3Rvcnkgc3luY2hyb25pemF0aW9uLCBhbmQgb3RoZXIgb3JnYW5pemF0aW9uIGNhcGFiaWxpdGllc0peeyJmZWF0dXJlcyI6IFt7Im5hbWUiOiAic3NvIiwgImVuYWJsZWQiOiB0cnVlfSwgeyJuYW1lIjogImRpcmVjdG9yeV9zeW5jIiwgImVuYWJsZWQiOiBmYWxzZX1dfbpIA8gBASLKBAooVXBkYXRlT3JnYW5pemF0aW9uU2Vzc2lvblNldHRpbmdzUmVxdWVzdBKAAQoCaWQYASABKAlCdJJBYzJIVW5pcXVlIGlkZW50aWZpZXIgZm9yIHRoZSBvcmdhbml6YXRpb24sIGJlZ2lubmluZyB3aXRoIGFuICdvcmdfJyBwcmVmaXguShcib3JnXzU5NjE1MTkzOTA2MjgyNjM1IrpIC3IJEAEYIDoDb3JnEuMBCg5lbnZpcm9ubWVudF9pZBgCIAEoCULKAZJBuAEynAFVbmlxdWUgaWRlbnRpZmllciBmb3IgdGhlIGVudmlyb25tZW50IHdoZXJlIHRoZSBvcmdhbml6YXRpb24gcmVzaWRlcywgcHJlZml4ZWQgd2l0aCAnZW52XycuIFRoaXMgc3BlY2lmaWVzIHRoZSBlbnZpcm9ubWVudCBjb250ZXh0IGZvciB0aGUgc2Vzc2lvbiBzZXR0aW5ncy5KFyJlbnZfNTk2MTUxOTM5MDYyODI2MzUiukgLcgkQARggOgNlbnYStAEKEHNlc3Npb25fc2V0dGluZ3MYAyABKAsyNi5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLk9yZ2FuaXphdGlvblNlc3Npb25TZXR0aW5nc0JikkFZMldUaGUgc2Vzc2lvbiBzZXR0aW5ncyB0byBiZSBhcHBsaWVkLCBpbmNsdWRpbmcgYWJzb2x1dGUgYW5kIGlkbGUgdGltZW91dCBjb25maWd1cmF0aW9ucy66SAPIAQEi0gMKKVVwZGF0ZU9yZ2FuaXphdGlvblNlc3Npb25TZXR0aW5nc1Jlc3BvbnNlEoABCg5lbnZpcm9ubWVudF9pZBgBIAEoCUJokkFlMkpUaGUgZW52aXJvbm1lbnQgSUQgd2hlcmUgdGhlIG9yZ2FuaXphdGlvbidzIHNlc3Npb24gc2V0dGluZ3Mgd2VyZSB1cGRhdGVkLkoXImVudl81OTYxNTE5MzkwNjI4MjYzNSIShQEKD29yZ2FuaXphdGlvbl9pZBgCIAEoCUJskkFpMk5UaGUgdW5pcXVlIGlkZW50aWZpZXIgb2YgdGhlIG9yZ2FuaXphdGlvbiB3aG9zZSBzZXNzaW9uIHNldHRpbmdzIHdlcmUgdXBkYXRlZC5KFyJvcmdfNTk2MTUxOTM5MDYyODI2MzUiEpkBChBzZXNzaW9uX3NldHRpbmdzGAMgASgLMjYuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5Pcmdhbml6YXRpb25TZXNzaW9uU2V0dGluZ3NCR5JBRDJCVGhlIHVwZGF0ZWQgc2Vzc2lvbiBzZXR0aW5ncywgcmVmbGVjdGluZyB0aGUgbmV3IHRpbWVvdXQgcG9saWNpZXMuIssCCiJPcmdhbml6YXRpb25Vc2VyTWFuYWdlbWVudFNldHRpbmdzEqQCChFtYXhfYWxsb3dlZF91c2VycxgBIAEoCzIbLmdvb2dsZS5wcm90b2J1Zi5JbnQzMlZhbHVlQusBkkHnATLfAU1heGltdW0gbnVtYmVyIG9mIHVzZXJzIGFsbG93ZWQgaW4gdGhlIG9yZ2FuaXphdGlvbi4gV2hlbiBuaWwgKG5vdCBzZXQpLCB0aGVyZSBmZWF0dXJlIGlzIG5vdCBlbmFibGVkLiBXaGVuIGV4cGxpY2l0bHkgc2V0IHRvIHplcm8sIGl0IGFsc28gbWVhbnMgbm8gbGltaXQuIFdoZW4gc2V0IHRvIGEgcG9zaXRpdmUgaW50ZWdlciwgaXQgZW5mb3JjZXMgdGhlIG1heGltdW0gdXNlciBsaW1pdC5KAzEwMCLTBgobT3JnYW5pemF0aW9uU2Vzc2lvblNldHRpbmdzEuYBChhhYnNvbHV0ZV9zZXNzaW9uX3RpbWVvdXQYASABKAsyGy5nb29nbGUucHJvdG9idWYuSW50MzJWYWx1ZUKmAZJBogEymAFUaGUgbWF4aW11bSBkdXJhdGlvbiBpbiBzZWNvbmRzIHRoYXQgYSBzZXNzaW9uIGNhbiByZW1haW4gYWN0aXZlLCByZWdhcmRsZXNzIG9mIGFjdGl2aXR5LiBBZnRlciB0aGlzIHRpbWUsIHRoZSB1c2VyIHdpbGwgYmUgcmVxdWlyZWQgdG8gcmUtYXV0aGVudGljYXRlLkoFODY0MDASwwEKGnNlc3Npb25fbWFuYWdlbWVudF9lbmFibGVkGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLkJvb2xWYWx1ZUKCAZJBfzJ3RW5hYmxlcyBvciBkaXNhYmxlcyBzZXNzaW9uIG1hbmFnZW1lbnQgZmVhdHVyZXMgZm9yIHRoZSBvcmdhbml6YXRpb24uIFdoZW4gdHJ1ZSwgc2Vzc2lvbiB0aW1lb3V0IHBvbGljaWVzIGFyZSBlbmZvcmNlZC5KBHRydWUSwAEKFGlkbGVfc2Vzc2lvbl90aW1lb3V0GAMgASgLMhsuZ29vZ2xlLnByb3RvYnVmLkludDMyVmFsdWVChAGSQYABMnhUaGUgZHVyYXRpb24gaW4gc2Vjb25kcyB0aGF0IGEgc2Vzc2lvbiBjYW4gcmVtYWluIGlkbGUgYmVmb3JlIGl0IGlzIGF1dG9tYXRpY2FsbHkgdGVybWluYXRlZC4gQWN0aXZpdHkgcmVzZXRzIHRoZSB0aW1lci5KBDE4MDASwQEKFGlkbGVfc2Vzc2lvbl9lbmFibGVkGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLkJvb2xWYWx1ZUKGAZJBggEyekVuYWJsZXMgb3IgZGlzYWJsZXMgaWRsZSBzZXNzaW9uIHRpbWVvdXQuIElmIHRydWUsIGluYWN0aXZlIHNlc3Npb25zIHdpbGwgYmUgdGVybWluYXRlZCBhZnRlciB0aGUgc3BlY2lmaWVkIGlkbGUgZHVyYXRpb24uSgR0cnVlIu8CCiVHZXRPcmdhbml6YXRpb25TZXNzaW9uU2V0dGluZ3NSZXF1ZXN0Eo4BCgJpZBgBIAEoCUKBAZJBcDJVVGhlIHVuaXF1ZSBpZGVudGlmaWVyIG9mIHRoZSBvcmdhbml6YXRpb24gd2hvc2Ugc2Vzc2lvbiBzZXR0aW5ncyBhcmUgYmVpbmcgcmVxdWVzdGVkLkoXIm9yZ181OTYxNTE5MzkwNjI4MjYzNSK6SAtyCRABGCA6A29yZxK0AQoOZW52aXJvbm1lbnRfaWQYAiABKAlCmwGSQYkBMm5UaGUgZW52aXJvbm1lbnQgSUQgdG8gc2NvcGUgdGhlIHJlcXVlc3QuIFRoaXMgZW5zdXJlcyB0aGUgc2V0dGluZ3MgYXJlIHJldHJpZXZlZCBmcm9tIHRoZSBjb3JyZWN0IGVudmlyb25tZW50LkoXImVudl81OTYxNTE5MzkwNjI4MjYzNSK6SAtyCRABGCA6A2VudiL2AgooQ3JlYXRlT3JnYW5pemF0aW9uU2Vzc2lvblNldHRpbmdzUmVxdWVzdBKHAQoCaWQYASABKAlCe5JBajJPVGhlIHVuaXF1ZSBpZGVudGlmaWVyIG9mIHRoZSBvcmdhbml6YXRpb24gZm9yIHdoaWNoIHRvIGNyZWF0ZSBzZXNzaW9uIHNldHRpbmdzLkoXIm9yZ181OTYxNTE5MzkwNjI4MjYzNSK6SAtyCRABGCA6A29yZxK/AQoOZW52aXJvbm1lbnRfaWQYAiABKAlCpgGSQZQBMnlUaGUgZW52aXJvbm1lbnQgSUQgd2hlcmUgdGhlIG9yZ2FuaXphdGlvbiBleGlzdHMuIFRoaXMgc2NvcGVzIHRoZSBjcmVhdGlvbiBvZiBzZXNzaW9uIHNldHRpbmdzIHRvIGEgc3BlY2lmaWMgZW52aXJvbm1lbnQuShciZW52XzU5NjE1MTkzOTA2MjgyNjM1IrpIC3IJEAEYIDoDZW52IsMDCilDcmVhdGVPcmdhbml6YXRpb25TZXNzaW9uU2V0dGluZ3NSZXNwb25zZRJxCg5lbnZpcm9ubWVudF9pZBgBIAEoCUJZkkFWMjtUaGUgZW52aXJvbm1lbnQgSUQgd2hlcmUgdGhlIHNlc3Npb24gc2V0dGluZ3Mgd2VyZSBjcmVhdGVkLkoXImVudl81OTYxNTE5MzkwNjI4MjYzNSISiQEKD29yZ2FuaXphdGlvbl9pZBgCIAEoCUJwkkFtMlJUaGUgdW5pcXVlIGlkZW50aWZpZXIgb2YgdGhlIG9yZ2FuaXphdGlvbiBmb3Igd2hpY2ggc2Vzc2lvbiBzZXR0aW5ncyB3ZXJlIGNyZWF0ZWQuShcib3JnXzU5NjE1MTkzOTA2MjgyNjM1IhKWAQoQc2Vzc2lvbl9zZXR0aW5ncxgDIAEoCzI2LnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuT3JnYW5pemF0aW9uU2Vzc2lvblNldHRpbmdzQkSSQUEyP1RoZSBuZXdseSBjcmVhdGVkIHNlc3Npb24gc2V0dGluZ3MsIGluY2x1ZGluZyB0aW1lb3V0IHBvbGljaWVzLiLAAwomR2V0T3JnYW5pemF0aW9uU2Vzc2lvblNldHRpbmdzUmVzcG9uc2USeAoOZW52aXJvbm1lbnRfaWQYASABKAlCYJJBXTJCVGhlIGVudmlyb25tZW50IElEIGZyb20gd2hpY2ggdGhlIHNlc3Npb24gc2V0dGluZ3Mgd2VyZSByZXRyaWV2ZWQuShciZW52XzU5NjE1MTkzOTA2MjgyNjM1IhKFAQoPb3JnYW5pemF0aW9uX2lkGAIgASgJQmySQWkyTlRoZSB1bmlxdWUgaWRlbnRpZmllciBvZiB0aGUgb3JnYW5pemF0aW9uIHdob3NlIHNlc3Npb24gc2V0dGluZ3MgYXJlIHJldHVybmVkLkoXIm9yZ181OTYxNTE5MzkwNjI4MjYzNSISkwEKEHNlc3Npb25fc2V0dGluZ3MYAyABKAsyNi5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLk9yZ2FuaXphdGlvblNlc3Npb25TZXR0aW5nc0JBkkE+MjxUaGUgcmV0cmlldmVkIHNlc3Npb24gdGltZW91dCBwb2xpY2llcyBmb3IgdGhlIG9yZ2FuaXphdGlvbi4i+wIKKERlbGV0ZU9yZ2FuaXphdGlvblNlc3Npb25TZXR0aW5nc1JlcXVlc3QSiwEKAmlkGAEgASgJQn+SQW4yU1RoZSB1bmlxdWUgaWRlbnRpZmllciBvZiB0aGUgb3JnYW5pemF0aW9uIHdob3NlIHNlc3Npb24gc2V0dGluZ3Mgc2hvdWxkIGJlIGRlbGV0ZWQuShcib3JnXzU5NjE1MTkzOTA2MjgyNjM1IrpIC3IJEAEYIDoDb3JnEsABCg5lbnZpcm9ubWVudF9pZBgCIAEoCUKnAZJBlQEyelRoZSBlbnZpcm9ubWVudCBJRCB0byBzY29wZSB0aGUgZGVsZXRpb24uIFRoaXMgZW5zdXJlcyB0aGF0IHRoZSBzZXNzaW9uIHNldHRpbmdzIGFyZSByZW1vdmVkIGZyb20gdGhlIGNvcnJlY3QgZW52aXJvbm1lbnQuShciZW52XzU5NjE1MTkzOTA2MjgyNjM1IrpIC3IJEAEYIDoDZW52IoQEChRPcmdhbml6YXRpb25TZXR0aW5ncxKaAgoIZmVhdHVyZXMYASADKAsyNi5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLk9yZ2FuaXphdGlvblNldHRpbmdzRmVhdHVyZULPAZJBywEyd0xpc3Qgb2YgZmVhdHVyZSB0b2dnbGVzIHRoYXQgY29udHJvbCBvcmdhbml6YXRpb24gY2FwYWJpbGl0aWVzIHN1Y2ggYXMgU1NPIGF1dGhlbnRpY2F0aW9uIGFuZCBkaXJlY3Rvcnkgc3luY2hyb25pemF0aW9uSlBbeyJuYW1lIjogInNzbyIsICJlbmFibGVkIjogdHJ1ZX0sIHsibmFtZSI6ICJkaXJlY3Rvcnlfc3luYyIsICJlbmFibGVkIjogZmFsc2V9XTrOAZJBygEKaCoVT3JnYW5pemF0aW9uIFNldHRpbmdzMk9Db25maWd1cmF0aW9uIG9wdGlvbnMgdGhhdCBjb250cm9sIG9yZ2FuaXphdGlvbi1sZXZlbCBmZWF0dXJlcyBhbmQgY2FwYWJpbGl0aWVzMl57ImZlYXR1cmVzIjogW3sibmFtZSI6ICJzc28iLCAiZW5hYmxlZCI6IHRydWV9LCB7Im5hbWUiOiAiZGlyZWN0b3J5X3N5bmMiLCAiZW5hYmxlZCI6IGZhbHNlfV19IpADChtPcmdhbml6YXRpb25TZXR0aW5nc0ZlYXR1cmUSjAEKBG5hbWUYASABKAlCfpJBezJyRmVhdHVyZSBpZGVudGlmaWVyLiBTdXBwb3J0ZWQgdmFsdWVzIGluY2x1ZGU6ICJzc28iIChTaW5nbGUgU2lnbi1PbiksICJkaXJlY3Rvcnlfc3luYyIgKERpcmVjdG9yeSBTeW5jaHJvbml6YXRpb24pSgUic3NvIhJrCgdlbmFibGVkGAIgASgIQlqSQVcyT1doZXRoZXIgdGhlIGZlYXR1cmUgaXMgZW5hYmxlZCAodHJ1ZSkgb3IgZGlzYWJsZWQgKGZhbHNlKSBmb3IgdGhpcyBvcmdhbml6YXRpb25KBHRydWU6dZJBcgpwKhtPcmdhbml6YXRpb24gRmVhdHVyZSBUb2dnbGUyQENvbnRyb2xzIHRoZSBhY3RpdmF0aW9uIHN0YXRlIG9mIGEgc3BlY2lmaWMgb3JnYW5pemF0aW9uIGZlYXR1cmXSAQRuYW1l0gEHZW5hYmxlZCL8AQojVXBzZXJ0VXNlck1hbmFnZW1lbnRTZXR0aW5nc1JlcXVlc3QSRwoPb3JnYW5pemF0aW9uX2lkGAEgASgJQi6SQRkyF0lEIG9mIHRoZSBvcmdhbml6YXRpb24uukgPyAEBcgoQARggOgRvcmdfEosBCghzZXR0aW5ncxgCIAEoCzI9LnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuT3JnYW5pemF0aW9uVXNlck1hbmFnZW1lbnRTZXR0aW5nc0I6kkExMi9UaGUgbmV3IHZhbHVlcyBmb3IgdGhlIHNldHRpbmcgZmllbGRzIHRvIHBhdGNoLrpIA8gBASKSAQokVXBzZXJ0VXNlck1hbmFnZW1lbnRTZXR0aW5nc1Jlc3BvbnNlEmoKCHNldHRpbmdzGAEgASgLMj0uc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5Pcmdhbml6YXRpb25Vc2VyTWFuYWdlbWVudFNldHRpbmdzQhmSQRYyFFRoZSB1cGRhdGVkIHNldHRpbmcuIncKLEdldE9yZ2FuaXphdGlvblVzZXJNYW5hZ2VtZW50U2V0dGluZ3NSZXF1ZXN0EkcKD29yZ2FuaXphdGlvbl9pZBgBIAEoCUIukkEZMhdJRCBvZiB0aGUgb3JnYW5pemF0aW9uLrpID8gBAXIKEAEYIDoEb3JnXyKlAQotR2V0T3JnYW5pemF0aW9uVXNlck1hbmFnZW1lbnRTZXR0aW5nc1Jlc3BvbnNlEnQKCHNldHRpbmdzGAEgASgLMj0uc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5Pcmdhbml6YXRpb25Vc2VyTWFuYWdlbWVudFNldHRpbmdzQiOSQSAyHkxpc3Qgb2Ygb3JnYW5pemF0aW9uIHNldHRpbmdzLipSCgdGZWF0dXJlEhcKE0ZFQVRVUkVfVU5TUEVDSUZJRUQQABITCgtVTlNQRUNJRklFRBAAGgIIARIMCghkaXJfc3luYxABEgcKA3NzbxACGgIQATKgTAoTT3JnYW5pemF0aW9uU2VydmljZRKIBAoSQ3JlYXRlT3JnYW5pemF0aW9uEjQuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5DcmVhdGVPcmdhbml6YXRpb25SZXF1ZXN0GjUuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5DcmVhdGVPcmdhbml6YXRpb25SZXNwb25zZSKEA5JBzwIKDU9yZ2FuaXphdGlvbnMSFkNyZWF0ZSBhbiBvcmdhbml6YXRpb24ajwFDcmVhdGVzIGEgbmV3IG9yZ2FuaXphdGlvbiBpbiB5b3VyIGVudmlyb25tZW50LiBVc2UgdGhpcyBlbmRwb2ludCB0byBhZGQgYSBuZXcgdGVuYW50IHRoYXQgY2FuIGJlIGNvbmZpZ3VyZWQgd2l0aCB2YXJpb3VzIHNldHRpbmdzIGFuZCBtZXRhZGF0YUqTAQoDMjAxEosBCk5SZXR1cm5zIHRoZSBuZXdseSBjcmVhdGVkIG9yZ2FuaXphdGlvbiB3aXRoIGl0cyB1bmlxdWUgaWRlbnRpZmllciBhbmQgc2V0dGluZ3MSOQo3GjUuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5DcmVhdGVPcmdhbml6YXRpb25SZXNwb25zZYK1GAIYRILT5JMCJToMb3JnYW5pemF0aW9uIhUvYXBpL3YxL29yZ2FuaXphdGlvbnMSqgQKElVwZGF0ZU9yZ2FuaXphdGlvbhI0LnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuVXBkYXRlT3JnYW5pemF0aW9uUmVxdWVzdBo1LnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuVXBkYXRlT3JnYW5pemF0aW9uUmVzcG9uc2UipgOSQewCCg1Pcmdhbml6YXRpb25zEhtVcGRhdGUgb3JnYW5pemF0aW9uIGRldGFpbHMaoQFVcGRhdGVzIGFuIG9yZ2FuaXphdGlvbidzIGRpc3BsYXkgbmFtZSwgZXh0ZXJuYWwgSUQsIG9yIG1ldGFkYXRhLiBSZXF1aXJlcyBhIHZhbGlkIG9yZ2FuaXphdGlvbiBpZGVudGlmaWVyLiBSZWdpb24gY29kZSBjYW5ub3QgYmUgbW9kaWZpZWQgdGhyb3VnaCB0aGlzIGVuZHBvaW50LkqZAQoDMjAwEpEBClRSZXR1cm5zIHRoZSB1cGRhdGVkIG9yZ2FuaXphdGlvbiB3aXRoIGFsbCBjdXJyZW50IGRldGFpbHMgcmVmbGVjdGVkIGluIHRoZSByZXNwb25zZS4SOQo3GjUuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5VcGRhdGVPcmdhbml6YXRpb25SZXNwb25zZYK1GAIYRILT5JMCKjoMb3JnYW5pemF0aW9uMhovYXBpL3YxL29yZ2FuaXphdGlvbnMve2lkfRLKAwoPR2V0T3JnYW5pemF0aW9uEjEuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5HZXRPcmdhbml6YXRpb25SZXF1ZXN0GjIuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5HZXRPcmdhbml6YXRpb25SZXNwb25zZSLPApJBowIKDU9yZ2FuaXphdGlvbnMSGEdldCBvcmdhbml6YXRpb24gZGV0YWlscxpdUmV0cmlldmVzIG9yZ2FuaXphdGlvbiBkZXRhaWxzIGJ5IFNjYWxla2l0IElELCBpbmNsdWRpbmcgbmFtZSwgcmVnaW9uLCBtZXRhZGF0YSwgYW5kIHNldHRpbmdzSpgBCgMyMDASkAEKVlJldHVybnMgdGhlIGNvbXBsZXRlIG9yZ2FuaXphdGlvbiBvYmplY3Qgd2l0aCBJRCwgZGlzcGxheSBuYW1lLCBzZXR0aW5ncywgYW5kIG1ldGFkYXRhEjYKNBoyLnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuR2V0T3JnYW5pemF0aW9uUmVzcG9uc2WCtRgCGGSC0+STAhwSGi9hcGkvdjEvb3JnYW5pemF0aW9ucy97aWR9EsIJChBMaXN0T3JnYW5pemF0aW9uEjMuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5MaXN0T3JnYW5pemF0aW9uc1JlcXVlc3QaNC5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLkxpc3RPcmdhbml6YXRpb25zUmVzcG9uc2UiwgiSQZsICg1Pcmdhbml6YXRpb25zEhJMaXN0IG9yZ2FuaXphdGlvbnMaoAFSZXRyaWV2ZSBhIHBhZ2luYXRlZCBsaXN0IG9mIG9yZ2FuaXphdGlvbnMgd2l0aGluIHlvdXIgZW52aXJvbm1lbnQuIFRoZSByZXNwb25zZSBpbmNsdWRlcyBhIGBwYWdlX3Rva2VuYCB0aGF0IGNhbiBiZSB1c2VkIHRvIGFjY2VzcyBzdWJzZXF1ZW50IHBhZ2VzIG9mIHJlc3VsdHMuSnMKAzIwMBJsCjBTdWNjZXNzZnVsbHkgcmV0cmlldmVkIHRoZSBsaXN0IG9mIG9yZ2FuaXphdGlvbnMSOAo2GjQuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5MaXN0T3JnYW5pemF0aW9uc1Jlc3BvbnNlShsKAzQwMBIUChJJbnZhbGlkIHBhZ2UgdG9rZW5qwAUKDXgtY29kZVNhbXBsZXMSrgUyqwUKlwEqlAEKFgoFbGFiZWwSDRoLTm9kZS5qcyBTREsKFAoEbGFuZxIMGgpqYXZhc2NyaXB0CmQKBnNvdXJjZRJaGlhjb25zdCBvcmdhbml6YXRpb25zID0gYXdhaXQgc2NhbGVraXQub3JnYW5pemF0aW9uLmxpc3RPcmdhbml6YXRpb24oewogIHBhZ2VTaXplOiAxMCwKfSk7CsABKr0BChUKBWxhYmVsEgwaClB5dGhvbiBTREsKEAoEbGFuZxIIGgZweXRob24KkQEKBnNvdXJjZRKGARqDAW9wdGlvbnMgPSBMaXN0T3JnYW5pemF0aW9uT3B0aW9ucygpCm9wdGlvbnMucGFnZV9zaXplID0gMTAKCm9yZ2FuaXphdGlvbnMgPSBzYy5vcmdhbml6YXRpb24ubGlzdF9vcmdhbml6YXRpb25zKAogIG9wdGlvbnM9b3B0aW9ucwopCq8BKqwBChEKBWxhYmVsEggaBkdvIFNESwoMCgRsYW5nEgQaAmdvCogBCgZzb3VyY2USfhp8b3JnYW5pemF0aW9ucywgZXJyIDo9IHNjLk9yZ2FuaXphdGlvbi5MaXN0T3JnYW5pemF0aW9ucygKICBjdHgsCiAgJnNjYWxla2l0Lkxpc3RPcmdhbml6YXRpb25PcHRpb25zewogICAgUGFnZVNpemU6IDEwLAogIH0KKQqZASqWAQoTCgVsYWJlbBIKGghKYXZhIFNESwoOCgRsYW5nEgYaBGphdmEKbwoGc291cmNlEmUaY0xpc3RPcmdhbml6YXRpb25zUmVzcG9uc2Ugb3JnYW5pemF0aW9ucyA9IHNjYWxla2l0Q2xpZW50Lm9yZ2FuaXphdGlvbnMoKS5saXN0T3JnYW5pemF0aW9ucygxMCwgIiIpO4K1GAIYRILT5JMCFxIVL2FwaS92MS9vcmdhbml6YXRpb25zEvEEChJTZWFyY2hPcmdhbml6YXRpb24SNS5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLlNlYXJjaE9yZ2FuaXphdGlvbnNSZXF1ZXN0GjYuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5TZWFyY2hPcmdhbml6YXRpb25zUmVzcG9uc2Ui6wOSQa4DCg1Pcmdhbml6YXRpb25zEhRTZWFyY2ggb3JnYW5pemF0aW9ucxrUAVNlYXJjaGVzIGZvciBvcmdhbml6YXRpb25zIGluIHlvdXIgZW52aXJvbm1lbnQgdXNpbmcgYSBxdWVyeSBzdHJpbmcuIFRoZSBxdWVyeSBtYXRjaGVzIGFnYWluc3Qgb3JnYW5pemF0aW9uIG5hbWUsIElELCBvciBleHRlcm5hbCBJRC4gUmV0dXJucyBtdWx0aXBsZSByZXN1bHRzIHdoZW4gbW9yZSB0aGFuIG9uZSBvcmdhbml6YXRpb24gbWF0Y2hlcyB0aGUgY3JpdGVyaWEuSq8BCgMyMDASpwEKaVJldHVybnMgYSBsaXN0IG9mIG1hdGNoaW5nIG9yZ2FuaXphdGlvbnMgYW5kIGEgcGFnZSB0b2tlbiBmb3IgcGFnaW5hdGlvbiBpZiB0aGVyZSBhcmUgYWRkaXRpb25hbCByZXN1bHRzLhI6CjgaNi5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLlNlYXJjaE9yZ2FuaXphdGlvbnNSZXNwb25zZYK1GAIYRPrS5JMCCRIHUFJFVklFV4LT5JMCHhIcL2FwaS92MS9vcmdhbml6YXRpb25zOnNlYXJjaBLPAgoSRGVsZXRlT3JnYW5pemF0aW9uEjQuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5EZWxldGVPcmdhbml6YXRpb25SZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IuoBkkG+AQoNT3JnYW5pemF0aW9ucxIWRGVsZXRlIGFuIG9yZ2FuaXphdGlvbhpQUmVtb3ZlIGFuIGV4aXN0aW5nIG9yZ2FuaXphdGlvbiBmcm9tIHRoZSBlbnZpcm9ubWVudCB1c2luZyBpdHMgdW5pcXVlIGlkZW50aWZpZXJKQwoDMjAwEjwKOk9yZ2FuaXphdGlvbiBzdWNjZXNzZnVsbHkgZGVsZXRlZCBhbmQgbm8gbG9uZ2VyIGFjY2Vzc2libGWCtRgCGESC0+STAhwqGi9hcGkvdjEvb3JnYW5pemF0aW9ucy97aWR9EuIEChJHZW5lcmF0ZVBvcnRhbExpbmsSNC5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLkdlbmVyYXRlUG9ydGFsTGlua1JlcXVlc3QaNS5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLkdlbmVyYXRlUG9ydGFsTGlua1Jlc3BvbnNlIt4DkkGlAwoNT3JnYW5pemF0aW9ucxIaR2VuZXJhdGUgYWRtaW4gcG9ydGFsIGxpbmsa1QFDcmVhdGVzIGEgc2luZ2xlIHVzZSBBZG1pbiBQb3J0YWwgVVJMIHZhbGlkIGZvciAxIG1pbnV0ZS4gT25jZSB0aGUgZ2VuZXJhdGVkIGFkbWluIHBvcnRhbCBVUkwgaXMgYWNjZXNzZWQgb3IgcmVuZGVyZWQsIGEgdGVtcG9yYXJ5IHNlc3Npb24gb2YgNiBob3VycyBpcyBjcmVhdGVkIHRvIGFsbG93IHRoZSBhZG1pbiB0byB1cGRhdGUgU1NPL1NDSU0gY29uZmlndXJhdGlvbi5KnwEKAzIwMBKXAQpaQWRtaW4gUG9ydGFsIGxpbmsgZ2VuZXJhdGVkIHN1Y2Nlc3NmdWxseS4gUmV0dXJucyB0aGUgcG9ydGFsIFVSTCBhbmQgZXhwaXJhdGlvbiB0aW1lc3RhbXAuEjkKNxo1LnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuR2VuZXJhdGVQb3J0YWxMaW5rUmVzcG9uc2WCtRgCGESC0+STAikaJy9hcGkvdjEvb3JnYW5pemF0aW9ucy97aWR9L3BvcnRhbF9saW5rcxKgAgoQRGVsZXRlUG9ydGFsTGluaxIyLnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuRGVsZXRlUG9ydGFsTGlua1JlcXVlc3QaFi5nb29nbGUucHJvdG9idWYuRW1wdHkivwGSQXgKDEFkbWluIFBvcnRhbBISRGVsZXRlIHBvcnRhbCBsaW5rGilSZXZva2VzIGFuZCBkZWxldGVzIGFuIEFkbWluIHBvcnRhbCBsaW5rLkopCgMyMDASIgogUG9ydGFsIGxpbmsgZGVsZXRlZCBzdWNjZXNzZnVsbHmCtRgCGED60uSTAgkSB1BSRVZJRVeC0+STAikqJy9hcGkvdjEvb3JnYW5pemF0aW9ucy97aWR9L3BvcnRhbF9saW5rcxKfAgoURGVsZXRlUG9ydGFsTGlua0J5SUQSNi5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLkRlbGV0ZVBvcnRhbExpbmtCeUlkUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSK2AZJBZQoMQWRtaW4gUG9ydGFsEhhEZWxldGUgYWRtaW4gcG9ydGFsIGxpbmsaKVJldm9rZXMgYW5kIGRlbGV0ZXMgYW4gQWRtaW4gcG9ydGFsIGxpbmsuShAKAzIwMBIJCgdTdWNjZXNzgrUYAhhE+tLkkwIJEgdQUkVWSUVXgtPkkwIzKjEvYXBpL3YxL29yZ2FuaXphdGlvbnMve2lkfS9wb3J0YWxfbGlua3Mve2xpbmtfaWR9EogDCg5HZXRQb3J0YWxMaW5rcxIvLnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuR2V0UG9ydGFsTGlua1JlcXVlc3QaMS5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLkdldFBvcnRhbExpbmtzUmVzcG9uc2UikQKSQckBCgxBZG1pbiBQb3J0YWwSD0dldCBwb3J0YWwgbGluaxpfUmV0dXJucyB0aGUgQWRtaW4gcG9ydGFsIGxpbmsgaWYgaXQgZXhpc3RzLiBVc2UgR2VuZXJhdGUgUG9ydGFsIGxpbmsgdG8gY3JlYXRlIGFuZCBmZXRjaCBhIGxpbmtKRwoDMjAwEkAKB1N1Y2Nlc3MSNQozGjEuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5HZXRQb3J0YWxMaW5rc1Jlc3BvbnNlgrUYAhhA+tLkkwIJEgdQUkVWSUVXgtPkkwIpEicvYXBpL3YxL29yZ2FuaXphdGlvbnMve2lkfS9wb3J0YWxfbGlua3MS+gYKGlVwZGF0ZU9yZ2FuaXphdGlvblNldHRpbmdzEjwuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5VcGRhdGVPcmdhbml6YXRpb25TZXR0aW5nc1JlcXVlc3QaMi5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLkdldE9yZ2FuaXphdGlvblJlc3BvbnNlIukFkkGqBQoNT3JnYW5pemF0aW9ucxIcVG9nZ2xlIG9yZ2FuaXphdGlvbiBzZXR0aW5ncxrTAVVwZGF0ZXMgY29uZmlndXJhdGlvbiBzZXR0aW5ncyBmb3IgYW4gb3JnYW5pemF0aW9uLiBTdXBwb3J0cyBtb2RpZnlpbmcgU1NPIGNvbmZpZ3VyYXRpb24sIGRpcmVjdG9yeSBzeW5jaHJvbml6YXRpb24gc2V0dGluZ3MsIGFuZCBzZXNzaW9uIHBhcmFtZXRlcnMuIFJlcXVpcmVzIG9yZ2FuaXphdGlvbiBJRCBhbmQgdGhlIHNwZWNpZmljIHNldHRpbmdzIHRvIHVwZGF0ZS5K4wEKAzIwMBLbAQqgAVJldHVybnMgdGhlIGNvbXBsZXRlIG9yZ2FuaXphdGlvbiBvYmplY3Qgd2l0aCB1cGRhdGVkIHNldHRpbmdzIGFwcGxpZWQuIENvbnRhaW5zIGFsbCBvcmdhbml6YXRpb24gZGV0YWlscyBpbmNsdWRpbmcgSUQsIGRpc3BsYXkgbmFtZSwgYW5kIHRoZSBtb2RpZmllZCBzZXR0aW5ncy4SNgo0GjIuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5HZXRPcmdhbml6YXRpb25SZXNwb25zZUpwCgM0MDASaQpnSW52YWxpZCByZXF1ZXN0IC0gb2NjdXJzIHdoZW4gdGhlIHNldHRpbmdzIHBheWxvYWQgY29udGFpbnMgaW52YWxpZCB2YWx1ZXMgb3IgdW5zdXBwb3J0ZWQgY29uZmlndXJhdGlvbkpNCgM0MDQSRgpET3JnYW5pemF0aW9uIG5vdCBmb3VuZCAtIHRoZSBzcGVjaWZpZWQgb3JnYW5pemF0aW9uIElEIGRvZXNuJ3QgZXhpc3SCtRgCGESC0+STAi86CHNldHRpbmdzMiMvYXBpL3YxL29yZ2FuaXphdGlvbnMve2lkfS9zZXR0aW5ncxLaBQohQ3JlYXRlT3JnYW5pemF0aW9uU2Vzc2lvblNldHRpbmdzEkMuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5DcmVhdGVPcmdhbml6YXRpb25TZXNzaW9uU2V0dGluZ3NSZXF1ZXN0GkQuc2NhbGVraXQudjEub3JnYW5pemF0aW9ucy5DcmVhdGVPcmdhbml6YXRpb25TZXNzaW9uU2V0dGluZ3NSZXNwb25zZSKpBJJB3QMKDU9yZ2FuaXphdGlvbnMSJENyZWF0ZSBvcmdhbml6YXRpb24gc2Vzc2lvbiBzZXR0aW5ncxr5AURlZmluZXMgc2Vzc2lvbiB0aW1lb3V0IHBvbGljaWVzIGZvciBhbiBvcmdhbml6YXRpb24sIGluY2x1ZGluZyBhYnNvbHV0ZSBhbmQgaWRsZSB0aW1lb3V0IGR1cmF0aW9ucy4gVGhpcyBlbmRwb2ludCBpcyB1c2VkIHRvIGNvbmZpZ3VyZSBzZXNzaW9uIGxpZmV0aW1lcyBhbmQgZW5oYW5jZSBzZWN1cml0eSBieSBhdXRvbWF0aWNhbGx5IGxvZ2dpbmcgb3V0IHVzZXJzIGFmdGVyIGEgc3BlY2lmaWVkIHBlcmlvZCBvZiBpbmFjdGl2aXR5LkqpAQoDMjAxEqEBClVTZXNzaW9uIHNldHRpbmdzIGNyZWF0ZWQgc3VjY2Vzc2Z1bGx5LiBSZXR1cm5zIHRoZSBuZXdseSBjb25maWd1cmVkIHNlc3Npb24gcG9saWNpZXMuEkgKRhpELnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuQ3JlYXRlT3JnYW5pemF0aW9uU2Vzc2lvblNldHRpbmdzUmVzcG9uc2WCtRgCGET60uSTAgkSB1BSRVZJRVeC0+STAi0iKy9hcGkvdjEvb3JnYW5pemF0aW9ucy97aWR9L3Nlc3Npb24tc2V0dGluZ3MStQQKHkdldE9yZ2FuaXphdGlvblNlc3Npb25TZXR0aW5ncxJALnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuR2V0T3JnYW5pemF0aW9uU2Vzc2lvblNldHRpbmdzUmVxdWVzdBpBLnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuR2V0T3JnYW5pemF0aW9uU2Vzc2lvblNldHRpbmdzUmVzcG9uc2UijQOSQcECCg1Pcmdhbml6YXRpb25zEiFHZXQgb3JnYW5pemF0aW9uIHNlc3Npb24gc2V0dGluZ3MahAFSZXRyaWV2ZXMgdGhlIGN1cnJlbnRseSBjb25maWd1cmVkIHNlc3Npb24gdGltZW91dCBwb2xpY2llcyBmb3IgYSBzcGVjaWZpYyBvcmdhbml6YXRpb24sIGluY2x1ZGluZyBhYnNvbHV0ZSBhbmQgaWRsZSB0aW1lb3V0IHZhbHVlcy5KhQEKAzIwMBJ+CjVTdWNjZXNzZnVsbHkgcmV0cmlldmVkIG9yZ2FuaXphdGlvbiBzZXNzaW9uIHNldHRpbmdzLhJFCkMaQS5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLkdldE9yZ2FuaXphdGlvblNlc3Npb25TZXR0aW5nc1Jlc3BvbnNlgrUYAhhE+tLkkwIJEgdQUkVWSUVXgtPkkwItEisvYXBpL3YxL29yZ2FuaXphdGlvbnMve2lkfS9zZXNzaW9uLXNldHRpbmdzEo4FCiFVcGRhdGVPcmdhbml6YXRpb25TZXNzaW9uU2V0dGluZ3MSQy5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLlVwZGF0ZU9yZ2FuaXphdGlvblNlc3Npb25TZXR0aW5nc1JlcXVlc3QaRC5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLlVwZGF0ZU9yZ2FuaXphdGlvblNlc3Npb25TZXR0aW5nc1Jlc3BvbnNlIt0DkkH/AgoNT3JnYW5pemF0aW9ucxIkVXBkYXRlIG9yZ2FuaXphdGlvbiBzZXNzaW9uIHNldHRpbmdzGqMBTW9kaWZpZXMgdGhlIHNlc3Npb24gdGltZW91dCBwb2xpY2llcyBmb3IgYW4gb3JnYW5pemF0aW9uLiBVc2UgdGhpcyB0byBhZGp1c3QgdGhlIGFic29sdXRlIGFuZCBpZGxlIHNlc3Npb24gdGltZW91dCBkdXJhdGlvbnMgdG8gZW5mb3JjZSBkaWZmZXJlbnQgc2VjdXJpdHkgbGV2ZWxzLkqhAQoDMjAwEpkBCk1TZXNzaW9uIHNldHRpbmdzIHVwZGF0ZWQgc3VjY2Vzc2Z1bGx5LiBSZXR1cm5zIHRoZSBtb2RpZmllZCBzZXNzaW9uIHBvbGljaWVzLhJICkYaRC5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLlVwZGF0ZU9yZ2FuaXphdGlvblNlc3Npb25TZXR0aW5nc1Jlc3BvbnNlgrUYAhhE+tLkkwIJEgdQUkVWSUVXgtPkkwI/OhBzZXNzaW9uX3NldHRpbmdzMisvYXBpL3YxL29yZ2FuaXphdGlvbnMve2lkfS9zZXNzaW9uLXNldHRpbmdzEswDCiFEZWxldGVPcmdhbml6YXRpb25TZXNzaW9uU2V0dGluZ3MSQy5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLkRlbGV0ZU9yZ2FuaXphdGlvblNlc3Npb25TZXR0aW5nc1JlcXVlc3QaFi5nb29nbGUucHJvdG9idWYuRW1wdHkiyQKSQf0BCg1Pcmdhbml6YXRpb25zEiREZWxldGUgb3JnYW5pemF0aW9uIHNlc3Npb24gc2V0dGluZ3MahwFSZXNldHMgYW4gb3JnYW5pemF0aW9uJ3Mgc2Vzc2lvbiB0aW1lb3V0IHBvbGljaWVzIHRvIHRoZSBkZWZhdWx0IHNldHRpbmdzLCByZW1vdmluZyBhbnkgY3VzdG9tIGFic29sdXRlIG9yIGlkbGUgdGltZW91dCBjb25maWd1cmF0aW9ucy5KPAoDMjAwEjUKM09yZ2FuaXphdGlvbiBzZXNzaW9uIHNldHRpbmdzIGRlbGV0ZWQgc3VjY2Vzc2Z1bGx5LoK1GAIYRPrS5JMCCRIHUFJFVklFV4LT5JMCLSorL2FwaS92MS9vcmdhbml6YXRpb25zL3tpZH0vc2Vzc2lvbi1zZXR0aW5ncxLVAwocVXBzZXJ0VXNlck1hbmFnZW1lbnRTZXR0aW5ncxI+LnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuVXBzZXJ0VXNlck1hbmFnZW1lbnRTZXR0aW5nc1JlcXVlc3QaPy5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLlVwc2VydFVzZXJNYW5hZ2VtZW50U2V0dGluZ3NSZXNwb25zZSKzApJB3wEKDU9yZ2FuaXphdGlvbnMSIFVwc2VydCBvcmdhbml6YXRpb24gdXNlciBzZXR0aW5nGjNVcHNlcnQgdXNlciBtYW5hZ2VtZW50IHNldHRpbmdzIGZvciBhbiBvcmdhbml6YXRpb25KdwoDMjAwEnAKKVJldHVybnMgdGhlIHVwZGF0ZWQgb3JnYW5pemF0aW9uIHNldHRpbmcuEkMKQRo/LnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuVXBzZXJ0VXNlck1hbmFnZW1lbnRTZXR0aW5nc1Jlc3BvbnNlgrUYAhhkgtPkkwJEOgEqMj8vYXBpL3YxL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbl9pZH0vc2V0dGluZ3MvdXNlcm1hbmFnZW1lbnQSnwQKJEdldE9yZ2FuaXphdGlvblVzZXJNYW5hZ2VtZW50U2V0dGluZxJHLnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuR2V0T3JnYW5pemF0aW9uVXNlck1hbmFnZW1lbnRTZXR0aW5nc1JlcXVlc3QaSC5zY2FsZWtpdC52MS5vcmdhbml6YXRpb25zLkdldE9yZ2FuaXphdGlvblVzZXJNYW5hZ2VtZW50U2V0dGluZ3NSZXNwb25zZSLjApJBgwIKDU9yZ2FuaXphdGlvbnMSKEdldCBvcmdhbml6YXRpb24gdXNlciBtYW5hZ2VtZW50IHNldHRpbmcaQ1JldHJpZXZlcyB0aGUgdXNlciBtYW5hZ2VtZW50IHNldHRpbmdzIGZvciBhIHNwZWNpZmljIG9yZ2FuaXphdGlvbi5KggEKAzIwMBJ7CitSZXR1cm5zIHRoZSByZXF1ZXN0ZWQgb3JnYW5pemF0aW9uIHNldHRpbmcuEkwKShpILnNjYWxla2l0LnYxLm9yZ2FuaXphdGlvbnMuR2V0T3JnYW5pemF0aW9uVXNlck1hbmFnZW1lbnRTZXR0aW5nc1Jlc3BvbnNlgrUYAhhk+tLkkwIJEgdQUkVWSUVXgtPkkwJBEj8vYXBpL3YxL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbl9pZH0vc2V0dGluZ3MvdXNlcm1hbmFnZW1lbnQaWJJBVQoNT3JnYW5pemF0aW9ucxJEe3tpbXBvcnQgInByb3RvL3NjYWxla2l0L3YxL29yZ2FuaXphdGlvbnMvb3JnYW5pemF0aW9uX2RldGFpbHMubWQifX1CqSdaN2dpdGh1Yi5jb20vc2NhbGVraXQtaW5jL3NjYWxla2l0L3BrZy9ncnBjL29yZ2FuaXphdGlvbnOSQewmEpIiCg1TY2FsZWtpdCBBUElzEoMhIyBJbnRyb2R1Y3Rpb24KClRoZSBTY2FsZWtpdCBBUEkgaXMgYSBSRVNUZnVsIEFQSSB0aGF0IGVuYWJsZXMgeW91IHRvIG1hbmFnZSBvcmdhbml6YXRpb25zLCB1c2VycywgYW5kIGF1dGhlbnRpY2F0aW9uIHNldHRpbmdzLiBBbGwgcmVxdWVzdHMgbXVzdCB1c2UgSFRUUFMuCkFsbCBBUEkgcmVxdWVzdHMgdXNlIHRoZSBmb2xsb3dpbmcgYmFzZSBVUkxzOgoKYGBgCmh0dHBzOi8ve2Vudmlyb25tZW50fS5zY2FsZWtpdC5kZXYgKERldmVsb3BtZW50KQpodHRwczovL3tlbnZpcm9ubWVudH0uc2NhbGVraXQuY29tIChQcm9kdWN0aW9uKQpodHRwczovL2F1dGguZXhhbXBsZS5jb20gKEN1c3RvbSBkb21haW4pCmBgYAoKU2NhbGVraXQgb3BlcmF0ZXMgdHdvIHNlcGFyYXRlIGVudmlyb25tZW50czogRGV2ZWxvcG1lbnQgYW5kIFByb2R1Y3Rpb24uIFJlc291cmNlcyBjYW5ub3QgYmUgbW92ZWQgYmV0d2VlbiBlbnZpcm9ubWVudHMuCgojIEF1dGhlbnRpY2F0aW9uCgpUaGUgU2NhbGVraXQgQVBJIHVzZXMgT0F1dGggMi4wIENsaWVudCBDcmVkZW50aWFscyBmb3IgYXV0aGVudGljYXRpb24uCgpDb3B5IHlvdXIgQVBJIGNyZWRlbnRpYWxzIGZyb20gdGhlIFNjYWxla2l0IGRhc2hib2FyZCdzIEFQSSBDb25maWcgc2VjdGlvbiBhbmQgc2V0IHRoZW0gYXMgZW52aXJvbm1lbnQgdmFyaWFibGVzLgoKYGBgc2gKU0NBTEVLSVRfRU5WSVJPTk1FTlRfVVJMPSc8WU9VUl9FTlZJUk9OTUVOVF9VUkw+JwpTQ0FMRUtJVF9DTElFTlRfSUQ9JzxFTlZJUk9OTUVOVF9DTElFTlRfSUQ+JwpTQ0FMRUtJVF9DTElFTlRfU0VDUkVUPSc8RU5WSVJPTk1FTlRfQ0xJRU5UX1NFQ1JFVD4nCmBgYAoKR2V0dGluZyBhbiBhY2Nlc3MgdG9rZW4KCjEuIEdldCB5b3VyIGNyZWRlbnRpYWxzIGZyb20gdGhlIFtTY2FsZWtpdCBEYXNoYm9hcmRdKGh0dHBzOi8vYXBwLnNjYWxla2l0LmNvbSkKMi4gUmVxdWVzdCBhbiBhY2Nlc3MgdG9rZW46CgpgYGBzaApjdXJsIGh0dHBzOi8ve1NDQUxFS0lUX0VOVklST05NRU5UX1VSTH0vb2F1dGgvdG9rZW4gXAogIC1YIFBPU1QgXAogIC1IICdDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL3gtd3d3LWZvcm0tdXJsZW5jb2RlZCcgXAogIC1kICdjbGllbnRfaWQ9e2NsaWVudF9pZH0nIFwKICAtZCAnY2xpZW50X3NlY3JldD17Y2xpZW50X3NlY3JldH0nIFwKICAtZCAnZ3JhbnRfdHlwZT1jbGllbnRfY3JlZGVudGlhbHMnCmBgYAoKMy4gVXNlIHRoZSBhY2Nlc3MgdG9rZW4gaW4gQVBJIHJlcXVlc3RzOgoKYGBgc2gKY3VybCBodHRwczovL3tTQ0FMRUtJVF9FTlZJUk9OTUVOVF9VUkx9L2FwaS92MS9vcmdhbml6YXRpb25zIFwKICAtSCAnQ29udGVudC1UeXBlOiBhcHBsaWNhdGlvbi9qc29uJyBcCiAgLUggJ0F1dGhvcml6YXRpb246IEJlYXJlciB7YWNjZXNzX3Rva2VufScKYGBgCgpUaGUgcmVzcG9uc2UgaW5jbHVkZXMgYW4gYWNjZXNzIHRva2VuOgoKYGBganNvbgp7CgkiYWNjZXNzX3Rva2VuIjogImV5SmhiR2NpT2lKU1V6STFOaUlzSW10cFpDSTZJbk51YTE4MU9rNE9URXlNalUyTmlJc0luUjVjQ0k2SWtwWFZDSjkuLi4iLAoJInRva2VuX3R5cGUiOiAiQmVhcmVyIiwKCSJleHBpcmVzX2luIjogODYzOTksCgkic2NvcGUiOiAib3BlbmlkIgp9CmBgYAoKIyBTREtzCgpTY2FsZWtpdCBwcm92aWRlcyBvZmZpY2lhbCBTREtzIGZvciBtdWx0aXBsZSBwcm9ncmFtbWluZyBsYW5ndWFnZXMuIENoZWNrIHRoZSBjaGFuZ2Vsb2cgYXQgR2l0SHViIHJlcG9zaXRvcmllcyBmb3IgdGhlIGxhdGVzdCB1cGRhdGVzLgoKIyMjIE5vZGUuanMKCmBgYHNoCm5wbSBpbnN0YWxsIEBzY2FsZWtpdC1zZGsvbm9kZQpgYGAKCkNyZWF0ZSBhIG5ldyBTY2FsZWtpdCBjbGllbnQgaW5zdGFuY2UgYWZ0ZXIgaW5pdGlhbGl6aW5nIHRoZSBlbnZpcm9ubWVudCB2YXJpYWJsZXMKCmBgYGpzCmltcG9ydCB7IFNjYWxla2l0IH0gZnJvbSAiQHNjYWxla2l0LXNkay9ub2RlIjsKCmV4cG9ydCBsZXQgc2NhbGVraXQgPSBuZXcgU2NhbGVraXQoCglwcm9jZXNzLmVudi5TQ0FMRUtJVF9FTlZJUk9OTUVOVF9VUkwsCglwcm9jZXNzLmVudi5TQ0FMRUtJVF9DTElFTlRfSUQsCglwcm9jZXNzLmVudi5TQ0FMRUtJVF9DTElFTlRfU0VDUkVUCik7CmBgYAoKW1NlZSB0aGUgTm9kZSBTREsgY2hhbmdlbG9nXShodHRwczovL2dpdGh1Yi5jb20vc2NhbGVraXQtaW5jL3NjYWxla2l0LXNkay1ub2RlL3JlbGVhc2VzKQoKIyMjIFB5dGhvbgoKYGBgc2gKcGlwIGluc3RhbGwgc2NhbGVraXQtc2RrLXB5dGhvbgpgYGAKCkNyZWF0ZSBhIG5ldyBTY2FsZWtpdCBjbGllbnQgaW5zdGFuY2UgYWZ0ZXIgaW5pdGlhbGl6aW5nIHRoZSBlbnZpcm9ubWVudCB2YXJpYWJsZXMuCgpgYGBweQpmcm9tIHNjYWxla2l0IGltcG9ydCBTY2FsZWtpdENsaWVudAppbXBvcnQgb3MKCnNjYWxla2l0X2NsaWVudCA9IFNjYWxla2l0Q2xpZW50KAogICAgb3MuZW52aXJvbi5nZXQoJ1NDQUxFS0lUX0VOVklST05NRU5UX1VSTCcpLAogICAgb3MuZW52aXJvbi5nZXQoJ1NDQUxFS0lUX0NMSUVOVF9JRCcpLAogICAgb3MuZW52aXJvbi5nZXQoJ1NDQUxFS0lUX0NMSUVOVF9TRUNSRVQnKQopCmBgYAoKW1NlZSB0aGUgUHl0aG9uIFNESyBjaGFuZ2Vsb2ddKGh0dHBzOi8vZ2l0aHViLmNvbS9zY2FsZWtpdC1pbmMvc2NhbGVraXQtc2RrLXB5dGhvbi9yZWxlYXNlcykKCiMjIyBHbwoKYGBgc2gKZ28gZ2V0IC11IGdpdGh1Yi5jb20vc2NhbGVraXQtaW5jL3NjYWxla2l0LXNkay1nbwpgYGAKCkNyZWF0ZSBhIG5ldyBTY2FsZWtpdCBjbGllbnQgaW5zdGFuY2UgYWZ0ZXIgaW5pdGlhbGl6aW5nIHRoZSBlbnZpcm9ubWVudCB2YXJpYWJsZXMuCgpgYGBnbwpwYWNrYWdlIG1haW4KCmltcG9ydCAoCiAgICAib3MiCiAgICAiZ2l0aHViLmNvbS9zY2FsZWtpdC1pbmMvc2NhbGVraXQtc2RrLWdvIgopCgpzY2FsZWtpdENsaWVudCA6PSBzY2FsZWtpdC5OZXdTY2FsZWtpdENsaWVudCgKICAgIG9zLkdldGVudigiU0NBTEVLSVRfRU5WSVJPTk1FTlRfVVJMIiksCiAgICBvcy5HZXRlbnYoIlNDQUxFS0lUX0NMSUVOVF9JRCIpLAogICAgb3MuR2V0ZW52KCJTQ0FMRUtJVF9DTElFTlRfU0VDUkVUIiksCikKYGBgCgpbU2VlIHRoZSBHbyBTREsgY2hhbmdlbG9nXShodHRwczovL2dpdGh1Yi5jb20vc2NhbGVraXQtaW5jL3NjYWxla2l0LXNkay1nby9yZWxlYXNlcykKCiMjIyBKYXZhCgpgYGBncmFkbGUKLyogR3JhZGxlIHVzZXJzIC0gYWRkIHRoZSBmb2xsb3dpbmcgdG8geW91ciBkZXBlbmRlbmNpZXMgaW4gYnVpbGQgZmlsZSAqLwppbXBsZW1lbnRhdGlvbiAiY29tLnNjYWxla2l0OnNjYWxla2l0LXNkay1qYXZhOjIuMC42IgpgYGAKCmBgYHhtbAo8IS0tIE1hdmVuIHVzZXJzIC0gYWRkIHRoZSBmb2xsb3dpbmcgdG8geW91ciBgcG9tLnhtbGAgLS0+CjxkZXBlbmRlbmN5PgogICAgPGdyb3VwSWQ+Y29tLnNjYWxla2l0PC9ncm91cElkPgogICAgPGFydGlmYWN0SWQ+c2NhbGVraXQtc2RrLWphdmE8L2FydGlmYWN0SWQ+CiAgICA8dmVyc2lvbj4yLjAuNjwvdmVyc2lvbj4KPC9kZXBlbmRlbmN5PgpgYGAKCltTZWUgdGhlIEphdmEgU0RLIGNoYW5nZWxvZ10oaHR0cHM6Ly9naXRodWIuY29tL3NjYWxla2l0LWluYy9zY2FsZWtpdC1zZGstamF2YS9yZWxlYXNlcykKCiMgRXJyb3IgaGFuZGxpbmcKClRoZSBBUEkgdXNlcyBzdGFuZGFyZCBIVFRQIHN0YXR1cyBjb2RlczoKCnwgQ29kZSAgICAgICAgfCBEZXNjcmlwdGlvbiAgICAgICAgICB8CnwgLS0tLS0tLS0tLS0gfCAtLS0tLS0tLS0tLS0tLS0tLS0tLSB8CnwgMjAwLzIwMSAgICAgfCBTdWNjZXNzICAgICAgICAgICAgICB8CnwgNDAwICAgICAgICAgfCBJbnZhbGlkIHJlcXVlc3QgICAgICB8CnwgNDAxICAgICAgICAgfCBBdXRoZW50aWNhdGlvbiBlcnJvciB8CnwgNDA0ICAgICAgICAgfCBSZXNvdXJjZSBub3QgZm91bmQgICB8CnwgNDI5ICAgICAgICAgfCBSYXRlIGxpbWl0IGV4Y2VlZGVkICB8CnwgNTAwLzUwMS81MDQgfCBTZXJ2ZXIgZXJyb3IgICAgICAgICB8CgpFcnJvciByZXNwb25zZXMgaW5jbHVkZSBkZXRhaWxlZCBpbmZvcm1hdGlvbjoKCmBgYGpzb24KewoJImNvZGUiOiAxNiwKCSJtZXNzYWdlIjogIlRva2VuIGVtcHR5IiwKCSJkZXRhaWxzIjogWwoJCXsKCQkJIkB0eXBlIjogInR5cGUuZ29vZ2xlYXBpcy5jb20vc2NhbGVraXQudjEuZXJyZGV0YWlscy5FcnJvckluZm8iLAoJCQkiZXJyb3JfY29kZSI6ICJVTkFVVEhFTlRJQ0FURUQiCgkJfQoJXQp9CmBgYAoKIjoKDFNjYWxla2l0IEluYxIUaHR0cHM6Ly9zY2FsZWtpdC5jb20aFHN1cHBvcnRAc2NhbGVraXQuY29tKjgKCkFwYWNoZSAyLjASKmh0dHA6Ly93d3cuYXBhY2hlLm9yZy9saWNlbnNlcy9MSUNFTlNFLTIuMDIFMS4wLjAaGSRTQ0FMRUtJVF9FTlZJUk9OTUVOVF9VUkwqAQIyEGFwcGxpY2F0aW9uL2pzb246EGFwcGxpY2F0aW9uL2pzb25qDwoNT3JnYW5pemF0aW9uc2rUAwoLUGVybWlzc2lvbnMSxANQZXJtaXNzaW9uIG1hbmFnZW1lbnQgZm9yIGRlZmluaW5nIGFuZCBjb250cm9sbGluZyBhY2Nlc3MgdG8gc3lzdGVtIHJlc291cmNlcy4gQ3JlYXRlLCByZXRyaWV2ZSwgdXBkYXRlLCBhbmQgZGVsZXRlIGdyYW51bGFyIHBlcm1pc3Npb25zIHRoYXQgcmVwcmVzZW50IHNwZWNpZmljIGFjdGlvbnMgdXNlcnMgY2FuIHBlcmZvcm0uIFBlcm1pc3Npb25zIGFyZSB0aGUgYnVpbGRpbmcgYmxvY2tzIG9mIHJvbGUtYmFzZWQgYWNjZXNzIGNvbnRyb2wgKFJCQUMpIGFuZCBjYW4gYmUgYXNzaWduZWQgdG8gcm9sZXMgdG8gZ3JhbnQgdXNlcnMgdGhlIGFiaWxpdHkgdG8gcGVyZm9ybSBzcGVjaWZpYyBvcGVyYXRpb25zLiBVc2UgdGhpcyBzZXJ2aWNlIHRvIGRlZmluZSBjdXN0b20gcGVybWlzc2lvbnMgZm9yIHlvdXIgYXBwbGljYXRpb24ncyB1bmlxdWUgYWNjZXNzIGNvbnRyb2wgcmVxdWlyZW1lbnRzLnIrCg1TY2FsZWtpdCBEb2NzEhpodHRwczovL2RvY3Muc2NhbGVraXQuY29tL2IGcHJvdG8z", [file_buf_validate_validate, file_google_api_annotations, file_google_api_field_behavior, file_google_api_visibility, file_google_protobuf_empty, file_google_protobuf_field_mask, file_google_protobuf_timestamp, file_google_protobuf_wrappers, file_protoc_gen_openapiv2_options_annotations, file_scalekit_v1_commons_commons, file_scalekit_v1_options_options]);
50
24
 
51
25
  /**
52
26
  * @generated from message scalekit.v1.organizations.CreateOrganizationRequest
53
27
  */
54
- export class CreateOrganizationRequest extends Message<CreateOrganizationRequest> {
28
+ export type CreateOrganizationRequest = Message<"scalekit.v1.organizations.CreateOrganizationRequest"> & {
55
29
  /**
56
30
  * Organization details
57
31
  *
58
32
  * @generated from field: scalekit.v1.organizations.CreateOrganization organization = 1;
59
33
  */
60
34
  organization?: CreateOrganization;
35
+ };
61
36
 
62
- constructor(data?: PartialMessage<CreateOrganizationRequest>) {
63
- super();
64
- proto3.util.initPartial(data, this);
65
- }
66
-
67
- static readonly runtime: typeof proto3 = proto3;
68
- static readonly typeName = "scalekit.v1.organizations.CreateOrganizationRequest";
69
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
70
- { no: 1, name: "organization", kind: "message", T: CreateOrganization },
71
- ]);
72
-
73
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateOrganizationRequest {
74
- return new CreateOrganizationRequest().fromBinary(bytes, options);
75
- }
76
-
77
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateOrganizationRequest {
78
- return new CreateOrganizationRequest().fromJson(jsonValue, options);
79
- }
80
-
81
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateOrganizationRequest {
82
- return new CreateOrganizationRequest().fromJsonString(jsonString, options);
83
- }
84
-
85
- static equals(a: CreateOrganizationRequest | PlainMessage<CreateOrganizationRequest> | undefined, b: CreateOrganizationRequest | PlainMessage<CreateOrganizationRequest> | undefined): boolean {
86
- return proto3.util.equals(CreateOrganizationRequest, a, b);
87
- }
88
- }
37
+ /**
38
+ * Describes the message scalekit.v1.organizations.CreateOrganizationRequest.
39
+ * Use `create(CreateOrganizationRequestSchema)` to create a new message.
40
+ */
41
+ export const CreateOrganizationRequestSchema: GenMessage<CreateOrganizationRequest> = /*@__PURE__*/
42
+ messageDesc(file_scalekit_v1_organizations_organizations, 0);
89
43
 
90
44
  /**
91
45
  * @generated from message scalekit.v1.organizations.CreateOrganizationResponse
92
46
  */
93
- export class CreateOrganizationResponse extends Message<CreateOrganizationResponse> {
47
+ export type CreateOrganizationResponse = Message<"scalekit.v1.organizations.CreateOrganizationResponse"> & {
94
48
  /**
95
49
  * @generated from field: scalekit.v1.organizations.Organization organization = 1;
96
50
  */
97
51
  organization?: Organization;
52
+ };
98
53
 
99
- constructor(data?: PartialMessage<CreateOrganizationResponse>) {
100
- super();
101
- proto3.util.initPartial(data, this);
102
- }
103
-
104
- static readonly runtime: typeof proto3 = proto3;
105
- static readonly typeName = "scalekit.v1.organizations.CreateOrganizationResponse";
106
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
107
- { no: 1, name: "organization", kind: "message", T: Organization },
108
- ]);
109
-
110
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateOrganizationResponse {
111
- return new CreateOrganizationResponse().fromBinary(bytes, options);
112
- }
113
-
114
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateOrganizationResponse {
115
- return new CreateOrganizationResponse().fromJson(jsonValue, options);
116
- }
117
-
118
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateOrganizationResponse {
119
- return new CreateOrganizationResponse().fromJsonString(jsonString, options);
120
- }
121
-
122
- static equals(a: CreateOrganizationResponse | PlainMessage<CreateOrganizationResponse> | undefined, b: CreateOrganizationResponse | PlainMessage<CreateOrganizationResponse> | undefined): boolean {
123
- return proto3.util.equals(CreateOrganizationResponse, a, b);
124
- }
125
- }
54
+ /**
55
+ * Describes the message scalekit.v1.organizations.CreateOrganizationResponse.
56
+ * Use `create(CreateOrganizationResponseSchema)` to create a new message.
57
+ */
58
+ export const CreateOrganizationResponseSchema: GenMessage<CreateOrganizationResponse> = /*@__PURE__*/
59
+ messageDesc(file_scalekit_v1_organizations_organizations, 1);
126
60
 
127
61
  /**
128
62
  * @generated from message scalekit.v1.organizations.CreateOrganization
129
63
  */
130
- export class CreateOrganization extends Message<CreateOrganization> {
64
+ export type CreateOrganization = Message<"scalekit.v1.organizations.CreateOrganization"> & {
131
65
  /**
132
66
  * @generated from field: string display_name = 4;
133
67
  */
134
- displayName = "";
68
+ displayName: string;
135
69
 
136
70
  /**
137
71
  * @generated from field: scalekit.v1.commons.RegionCode region_code = 5;
138
72
  */
139
- regionCode = RegionCode.REGION_CODE_UNSPECIFIED;
73
+ regionCode: RegionCode;
140
74
 
141
75
  /**
142
76
  * @generated from field: optional string external_id = 6;
@@ -146,49 +80,26 @@ export class CreateOrganization extends Message<CreateOrganization> {
146
80
  /**
147
81
  * @generated from field: map<string, string> metadata = 7;
148
82
  */
149
- metadata: { [key: string]: string } = {};
150
-
151
- constructor(data?: PartialMessage<CreateOrganization>) {
152
- super();
153
- proto3.util.initPartial(data, this);
154
- }
155
-
156
- static readonly runtime: typeof proto3 = proto3;
157
- static readonly typeName = "scalekit.v1.organizations.CreateOrganization";
158
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
159
- { no: 4, name: "display_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
160
- { no: 5, name: "region_code", kind: "enum", T: proto3.getEnumType(RegionCode) },
161
- { no: 6, name: "external_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
162
- { no: 7, name: "metadata", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
163
- ]);
164
-
165
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateOrganization {
166
- return new CreateOrganization().fromBinary(bytes, options);
167
- }
168
-
169
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateOrganization {
170
- return new CreateOrganization().fromJson(jsonValue, options);
171
- }
172
-
173
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateOrganization {
174
- return new CreateOrganization().fromJsonString(jsonString, options);
175
- }
176
-
177
- static equals(a: CreateOrganization | PlainMessage<CreateOrganization> | undefined, b: CreateOrganization | PlainMessage<CreateOrganization> | undefined): boolean {
178
- return proto3.util.equals(CreateOrganization, a, b);
179
- }
180
- }
83
+ metadata: { [key: string]: string };
84
+ };
85
+
86
+ /**
87
+ * Describes the message scalekit.v1.organizations.CreateOrganization.
88
+ * Use `create(CreateOrganizationSchema)` to create a new message.
89
+ */
90
+ export const CreateOrganizationSchema: GenMessage<CreateOrganization> = /*@__PURE__*/
91
+ messageDesc(file_scalekit_v1_organizations_organizations, 2);
181
92
 
182
93
  /**
183
94
  * @generated from message scalekit.v1.organizations.Organization
184
95
  */
185
- export class Organization extends Message<Organization> {
96
+ export type Organization = Message<"scalekit.v1.organizations.Organization"> & {
186
97
  /**
187
98
  * Id
188
99
  *
189
100
  * @generated from field: string id = 1;
190
101
  */
191
- id = "";
102
+ id: string;
192
103
 
193
104
  /**
194
105
  * Created Time
@@ -209,14 +120,14 @@ export class Organization extends Message<Organization> {
209
120
  *
210
121
  * @generated from field: string display_name = 4;
211
122
  */
212
- displayName = "";
123
+ displayName: string;
213
124
 
214
125
  /**
215
126
  * Optional regioncode
216
127
  *
217
128
  * @generated from field: scalekit.v1.commons.RegionCode region_code = 5;
218
129
  */
219
- regionCode = RegionCode.REGION_CODE_UNSPECIFIED;
130
+ regionCode: RegionCode;
220
131
 
221
132
  /**
222
133
  * External Id is useful to store a unique identifier for a given Org that. The unique Identifier can be the id of your tenant / org in your SaaSApp
@@ -230,7 +141,7 @@ export class Organization extends Message<Organization> {
230
141
  *
231
142
  * @generated from field: map<string, string> metadata = 7;
232
143
  */
233
- metadata: { [key: string]: string } = {};
144
+ metadata: { [key: string]: string };
234
145
 
235
146
  /**
236
147
  * Organization Settings
@@ -238,46 +149,19 @@ export class Organization extends Message<Organization> {
238
149
  * @generated from field: scalekit.v1.organizations.OrganizationSettings settings = 8;
239
150
  */
240
151
  settings?: OrganizationSettings;
152
+ };
241
153
 
242
- constructor(data?: PartialMessage<Organization>) {
243
- super();
244
- proto3.util.initPartial(data, this);
245
- }
246
-
247
- static readonly runtime: typeof proto3 = proto3;
248
- static readonly typeName = "scalekit.v1.organizations.Organization";
249
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
250
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
251
- { no: 2, name: "create_time", kind: "message", T: Timestamp },
252
- { no: 3, name: "update_time", kind: "message", T: Timestamp },
253
- { no: 4, name: "display_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
254
- { no: 5, name: "region_code", kind: "enum", T: proto3.getEnumType(RegionCode) },
255
- { no: 6, name: "external_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
256
- { no: 7, name: "metadata", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
257
- { no: 8, name: "settings", kind: "message", T: OrganizationSettings },
258
- ]);
259
-
260
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Organization {
261
- return new Organization().fromBinary(bytes, options);
262
- }
263
-
264
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Organization {
265
- return new Organization().fromJson(jsonValue, options);
266
- }
267
-
268
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Organization {
269
- return new Organization().fromJsonString(jsonString, options);
270
- }
271
-
272
- static equals(a: Organization | PlainMessage<Organization> | undefined, b: Organization | PlainMessage<Organization> | undefined): boolean {
273
- return proto3.util.equals(Organization, a, b);
274
- }
275
- }
154
+ /**
155
+ * Describes the message scalekit.v1.organizations.Organization.
156
+ * Use `create(OrganizationSchema)` to create a new message.
157
+ */
158
+ export const OrganizationSchema: GenMessage<Organization> = /*@__PURE__*/
159
+ messageDesc(file_scalekit_v1_organizations_organizations, 3);
276
160
 
277
161
  /**
278
162
  * @generated from message scalekit.v1.organizations.UpdateOrganizationRequest
279
163
  */
280
- export class UpdateOrganizationRequest extends Message<UpdateOrganizationRequest> {
164
+ export type UpdateOrganizationRequest = Message<"scalekit.v1.organizations.UpdateOrganizationRequest"> & {
281
165
  /**
282
166
  * @generated from oneof scalekit.v1.organizations.UpdateOrganizationRequest.identities
283
167
  */
@@ -293,7 +177,7 @@ export class UpdateOrganizationRequest extends Message<UpdateOrganizationRequest
293
177
  */
294
178
  value: string;
295
179
  case: "externalId";
296
- } | { case: undefined; value?: undefined } = { case: undefined };
180
+ } | { case: undefined; value?: undefined };
297
181
 
298
182
  /**
299
183
  * @generated from field: scalekit.v1.organizations.UpdateOrganization organization = 3;
@@ -304,44 +188,21 @@ export class UpdateOrganizationRequest extends Message<UpdateOrganizationRequest
304
188
  * @generated from field: google.protobuf.FieldMask update_mask = 99;
305
189
  */
306
190
  updateMask?: FieldMask;
191
+ };
307
192
 
308
- constructor(data?: PartialMessage<UpdateOrganizationRequest>) {
309
- super();
310
- proto3.util.initPartial(data, this);
311
- }
312
-
313
- static readonly runtime: typeof proto3 = proto3;
314
- static readonly typeName = "scalekit.v1.organizations.UpdateOrganizationRequest";
315
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
316
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "identities" },
317
- { no: 2, name: "external_id", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "identities" },
318
- { no: 3, name: "organization", kind: "message", T: UpdateOrganization },
319
- { no: 99, name: "update_mask", kind: "message", T: FieldMask },
320
- ]);
321
-
322
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateOrganizationRequest {
323
- return new UpdateOrganizationRequest().fromBinary(bytes, options);
324
- }
325
-
326
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateOrganizationRequest {
327
- return new UpdateOrganizationRequest().fromJson(jsonValue, options);
328
- }
329
-
330
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateOrganizationRequest {
331
- return new UpdateOrganizationRequest().fromJsonString(jsonString, options);
332
- }
333
-
334
- static equals(a: UpdateOrganizationRequest | PlainMessage<UpdateOrganizationRequest> | undefined, b: UpdateOrganizationRequest | PlainMessage<UpdateOrganizationRequest> | undefined): boolean {
335
- return proto3.util.equals(UpdateOrganizationRequest, a, b);
336
- }
337
- }
193
+ /**
194
+ * Describes the message scalekit.v1.organizations.UpdateOrganizationRequest.
195
+ * Use `create(UpdateOrganizationRequestSchema)` to create a new message.
196
+ */
197
+ export const UpdateOrganizationRequestSchema: GenMessage<UpdateOrganizationRequest> = /*@__PURE__*/
198
+ messageDesc(file_scalekit_v1_organizations_organizations, 4);
338
199
 
339
200
  /**
340
201
  * For update messages ensure the indexes are same as the base model itself.
341
202
  *
342
203
  * @generated from message scalekit.v1.organizations.UpdateOrganization
343
204
  */
344
- export class UpdateOrganization extends Message<UpdateOrganization> {
205
+ export type UpdateOrganization = Message<"scalekit.v1.organizations.UpdateOrganization"> & {
345
206
  /**
346
207
  * @generated from field: optional string display_name = 4;
347
208
  */
@@ -355,79 +216,37 @@ export class UpdateOrganization extends Message<UpdateOrganization> {
355
216
  /**
356
217
  * @generated from field: map<string, string> metadata = 7;
357
218
  */
358
- metadata: { [key: string]: string } = {};
359
-
360
- constructor(data?: PartialMessage<UpdateOrganization>) {
361
- super();
362
- proto3.util.initPartial(data, this);
363
- }
364
-
365
- static readonly runtime: typeof proto3 = proto3;
366
- static readonly typeName = "scalekit.v1.organizations.UpdateOrganization";
367
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
368
- { no: 4, name: "display_name", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
369
- { no: 6, name: "external_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
370
- { no: 7, name: "metadata", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
371
- ]);
372
-
373
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateOrganization {
374
- return new UpdateOrganization().fromBinary(bytes, options);
375
- }
219
+ metadata: { [key: string]: string };
220
+ };
376
221
 
377
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateOrganization {
378
- return new UpdateOrganization().fromJson(jsonValue, options);
379
- }
380
-
381
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateOrganization {
382
- return new UpdateOrganization().fromJsonString(jsonString, options);
383
- }
384
-
385
- static equals(a: UpdateOrganization | PlainMessage<UpdateOrganization> | undefined, b: UpdateOrganization | PlainMessage<UpdateOrganization> | undefined): boolean {
386
- return proto3.util.equals(UpdateOrganization, a, b);
387
- }
388
- }
222
+ /**
223
+ * Describes the message scalekit.v1.organizations.UpdateOrganization.
224
+ * Use `create(UpdateOrganizationSchema)` to create a new message.
225
+ */
226
+ export const UpdateOrganizationSchema: GenMessage<UpdateOrganization> = /*@__PURE__*/
227
+ messageDesc(file_scalekit_v1_organizations_organizations, 5);
389
228
 
390
229
  /**
391
230
  * @generated from message scalekit.v1.organizations.UpdateOrganizationResponse
392
231
  */
393
- export class UpdateOrganizationResponse extends Message<UpdateOrganizationResponse> {
232
+ export type UpdateOrganizationResponse = Message<"scalekit.v1.organizations.UpdateOrganizationResponse"> & {
394
233
  /**
395
234
  * @generated from field: scalekit.v1.organizations.Organization organization = 1;
396
235
  */
397
236
  organization?: Organization;
237
+ };
398
238
 
399
- constructor(data?: PartialMessage<UpdateOrganizationResponse>) {
400
- super();
401
- proto3.util.initPartial(data, this);
402
- }
403
-
404
- static readonly runtime: typeof proto3 = proto3;
405
- static readonly typeName = "scalekit.v1.organizations.UpdateOrganizationResponse";
406
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
407
- { no: 1, name: "organization", kind: "message", T: Organization },
408
- ]);
409
-
410
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateOrganizationResponse {
411
- return new UpdateOrganizationResponse().fromBinary(bytes, options);
412
- }
413
-
414
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateOrganizationResponse {
415
- return new UpdateOrganizationResponse().fromJson(jsonValue, options);
416
- }
417
-
418
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateOrganizationResponse {
419
- return new UpdateOrganizationResponse().fromJsonString(jsonString, options);
420
- }
421
-
422
- static equals(a: UpdateOrganizationResponse | PlainMessage<UpdateOrganizationResponse> | undefined, b: UpdateOrganizationResponse | PlainMessage<UpdateOrganizationResponse> | undefined): boolean {
423
- return proto3.util.equals(UpdateOrganizationResponse, a, b);
424
- }
425
- }
239
+ /**
240
+ * Describes the message scalekit.v1.organizations.UpdateOrganizationResponse.
241
+ * Use `create(UpdateOrganizationResponseSchema)` to create a new message.
242
+ */
243
+ export const UpdateOrganizationResponseSchema: GenMessage<UpdateOrganizationResponse> = /*@__PURE__*/
244
+ messageDesc(file_scalekit_v1_organizations_organizations, 6);
426
245
 
427
246
  /**
428
247
  * @generated from message scalekit.v1.organizations.GetOrganizationRequest
429
248
  */
430
- export class GetOrganizationRequest extends Message<GetOrganizationRequest> {
249
+ export type GetOrganizationRequest = Message<"scalekit.v1.organizations.GetOrganizationRequest"> & {
431
250
  /**
432
251
  * @generated from oneof scalekit.v1.organizations.GetOrganizationRequest.identities
433
252
  */
@@ -443,286 +262,155 @@ export class GetOrganizationRequest extends Message<GetOrganizationRequest> {
443
262
  */
444
263
  value: string;
445
264
  case: "externalId";
446
- } | { case: undefined; value?: undefined } = { case: undefined };
447
-
448
- constructor(data?: PartialMessage<GetOrganizationRequest>) {
449
- super();
450
- proto3.util.initPartial(data, this);
451
- }
452
-
453
- static readonly runtime: typeof proto3 = proto3;
454
- static readonly typeName = "scalekit.v1.organizations.GetOrganizationRequest";
455
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
456
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "identities" },
457
- { no: 2, name: "external_id", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "identities" },
458
- ]);
459
-
460
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrganizationRequest {
461
- return new GetOrganizationRequest().fromBinary(bytes, options);
462
- }
463
-
464
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrganizationRequest {
465
- return new GetOrganizationRequest().fromJson(jsonValue, options);
466
- }
467
-
468
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrganizationRequest {
469
- return new GetOrganizationRequest().fromJsonString(jsonString, options);
470
- }
471
-
472
- static equals(a: GetOrganizationRequest | PlainMessage<GetOrganizationRequest> | undefined, b: GetOrganizationRequest | PlainMessage<GetOrganizationRequest> | undefined): boolean {
473
- return proto3.util.equals(GetOrganizationRequest, a, b);
474
- }
475
- }
265
+ } | { case: undefined; value?: undefined };
266
+ };
267
+
268
+ /**
269
+ * Describes the message scalekit.v1.organizations.GetOrganizationRequest.
270
+ * Use `create(GetOrganizationRequestSchema)` to create a new message.
271
+ */
272
+ export const GetOrganizationRequestSchema: GenMessage<GetOrganizationRequest> = /*@__PURE__*/
273
+ messageDesc(file_scalekit_v1_organizations_organizations, 7);
476
274
 
477
275
  /**
478
276
  * @generated from message scalekit.v1.organizations.GetOrganizationResponse
479
277
  */
480
- export class GetOrganizationResponse extends Message<GetOrganizationResponse> {
278
+ export type GetOrganizationResponse = Message<"scalekit.v1.organizations.GetOrganizationResponse"> & {
481
279
  /**
482
280
  * @generated from field: scalekit.v1.organizations.Organization organization = 1;
483
281
  */
484
282
  organization?: Organization;
283
+ };
485
284
 
486
- constructor(data?: PartialMessage<GetOrganizationResponse>) {
487
- super();
488
- proto3.util.initPartial(data, this);
489
- }
490
-
491
- static readonly runtime: typeof proto3 = proto3;
492
- static readonly typeName = "scalekit.v1.organizations.GetOrganizationResponse";
493
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
494
- { no: 1, name: "organization", kind: "message", T: Organization },
495
- ]);
496
-
497
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrganizationResponse {
498
- return new GetOrganizationResponse().fromBinary(bytes, options);
499
- }
500
-
501
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrganizationResponse {
502
- return new GetOrganizationResponse().fromJson(jsonValue, options);
503
- }
504
-
505
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrganizationResponse {
506
- return new GetOrganizationResponse().fromJsonString(jsonString, options);
507
- }
508
-
509
- static equals(a: GetOrganizationResponse | PlainMessage<GetOrganizationResponse> | undefined, b: GetOrganizationResponse | PlainMessage<GetOrganizationResponse> | undefined): boolean {
510
- return proto3.util.equals(GetOrganizationResponse, a, b);
511
- }
512
- }
285
+ /**
286
+ * Describes the message scalekit.v1.organizations.GetOrganizationResponse.
287
+ * Use `create(GetOrganizationResponseSchema)` to create a new message.
288
+ */
289
+ export const GetOrganizationResponseSchema: GenMessage<GetOrganizationResponse> = /*@__PURE__*/
290
+ messageDesc(file_scalekit_v1_organizations_organizations, 8);
513
291
 
514
292
  /**
515
293
  * @generated from message scalekit.v1.organizations.ListOrganizationsRequest
516
294
  */
517
- export class ListOrganizationsRequest extends Message<ListOrganizationsRequest> {
295
+ export type ListOrganizationsRequest = Message<"scalekit.v1.organizations.ListOrganizationsRequest"> & {
518
296
  /**
519
297
  * @generated from field: uint32 page_size = 1;
520
298
  */
521
- pageSize = 0;
299
+ pageSize: number;
522
300
 
523
301
  /**
524
302
  * @generated from field: string page_token = 2;
525
303
  */
526
- pageToken = "";
304
+ pageToken: string;
527
305
 
528
306
  /**
529
307
  * @generated from field: optional string external_id = 3;
530
308
  */
531
309
  externalId?: string;
310
+ };
532
311
 
533
- constructor(data?: PartialMessage<ListOrganizationsRequest>) {
534
- super();
535
- proto3.util.initPartial(data, this);
536
- }
537
-
538
- static readonly runtime: typeof proto3 = proto3;
539
- static readonly typeName = "scalekit.v1.organizations.ListOrganizationsRequest";
540
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
541
- { no: 1, name: "page_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
542
- { no: 2, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
543
- { no: 3, name: "external_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
544
- ]);
545
-
546
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListOrganizationsRequest {
547
- return new ListOrganizationsRequest().fromBinary(bytes, options);
548
- }
549
-
550
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListOrganizationsRequest {
551
- return new ListOrganizationsRequest().fromJson(jsonValue, options);
552
- }
553
-
554
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListOrganizationsRequest {
555
- return new ListOrganizationsRequest().fromJsonString(jsonString, options);
556
- }
557
-
558
- static equals(a: ListOrganizationsRequest | PlainMessage<ListOrganizationsRequest> | undefined, b: ListOrganizationsRequest | PlainMessage<ListOrganizationsRequest> | undefined): boolean {
559
- return proto3.util.equals(ListOrganizationsRequest, a, b);
560
- }
561
- }
312
+ /**
313
+ * Describes the message scalekit.v1.organizations.ListOrganizationsRequest.
314
+ * Use `create(ListOrganizationsRequestSchema)` to create a new message.
315
+ */
316
+ export const ListOrganizationsRequestSchema: GenMessage<ListOrganizationsRequest> = /*@__PURE__*/
317
+ messageDesc(file_scalekit_v1_organizations_organizations, 9);
562
318
 
563
319
  /**
564
320
  * @generated from message scalekit.v1.organizations.ListOrganizationsResponse
565
321
  */
566
- export class ListOrganizationsResponse extends Message<ListOrganizationsResponse> {
322
+ export type ListOrganizationsResponse = Message<"scalekit.v1.organizations.ListOrganizationsResponse"> & {
567
323
  /**
568
324
  * @generated from field: string next_page_token = 1;
569
325
  */
570
- nextPageToken = "";
326
+ nextPageToken: string;
571
327
 
572
328
  /**
573
329
  * @generated from field: uint32 total_size = 2;
574
330
  */
575
- totalSize = 0;
331
+ totalSize: number;
576
332
 
577
333
  /**
578
334
  * @generated from field: repeated scalekit.v1.organizations.Organization organizations = 3;
579
335
  */
580
- organizations: Organization[] = [];
336
+ organizations: Organization[];
581
337
 
582
338
  /**
583
339
  * @generated from field: string prev_page_token = 4;
584
340
  */
585
- prevPageToken = "";
586
-
587
- constructor(data?: PartialMessage<ListOrganizationsResponse>) {
588
- super();
589
- proto3.util.initPartial(data, this);
590
- }
591
-
592
- static readonly runtime: typeof proto3 = proto3;
593
- static readonly typeName = "scalekit.v1.organizations.ListOrganizationsResponse";
594
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
595
- { no: 1, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
596
- { no: 2, name: "total_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
597
- { no: 3, name: "organizations", kind: "message", T: Organization, repeated: true },
598
- { no: 4, name: "prev_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
599
- ]);
600
-
601
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListOrganizationsResponse {
602
- return new ListOrganizationsResponse().fromBinary(bytes, options);
603
- }
604
-
605
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListOrganizationsResponse {
606
- return new ListOrganizationsResponse().fromJson(jsonValue, options);
607
- }
608
-
609
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListOrganizationsResponse {
610
- return new ListOrganizationsResponse().fromJsonString(jsonString, options);
611
- }
612
-
613
- static equals(a: ListOrganizationsResponse | PlainMessage<ListOrganizationsResponse> | undefined, b: ListOrganizationsResponse | PlainMessage<ListOrganizationsResponse> | undefined): boolean {
614
- return proto3.util.equals(ListOrganizationsResponse, a, b);
615
- }
616
- }
341
+ prevPageToken: string;
342
+ };
343
+
344
+ /**
345
+ * Describes the message scalekit.v1.organizations.ListOrganizationsResponse.
346
+ * Use `create(ListOrganizationsResponseSchema)` to create a new message.
347
+ */
348
+ export const ListOrganizationsResponseSchema: GenMessage<ListOrganizationsResponse> = /*@__PURE__*/
349
+ messageDesc(file_scalekit_v1_organizations_organizations, 10);
617
350
 
618
351
  /**
619
352
  * @generated from message scalekit.v1.organizations.SearchOrganizationsRequest
620
353
  */
621
- export class SearchOrganizationsRequest extends Message<SearchOrganizationsRequest> {
354
+ export type SearchOrganizationsRequest = Message<"scalekit.v1.organizations.SearchOrganizationsRequest"> & {
622
355
  /**
623
356
  * @generated from field: string query = 1;
624
357
  */
625
- query = "";
358
+ query: string;
626
359
 
627
360
  /**
628
361
  * @generated from field: uint32 page_size = 2;
629
362
  */
630
- pageSize = 0;
363
+ pageSize: number;
631
364
 
632
365
  /**
633
366
  * @generated from field: string page_token = 3;
634
367
  */
635
- pageToken = "";
636
-
637
- constructor(data?: PartialMessage<SearchOrganizationsRequest>) {
638
- super();
639
- proto3.util.initPartial(data, this);
640
- }
641
-
642
- static readonly runtime: typeof proto3 = proto3;
643
- static readonly typeName = "scalekit.v1.organizations.SearchOrganizationsRequest";
644
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
645
- { no: 1, name: "query", kind: "scalar", T: 9 /* ScalarType.STRING */ },
646
- { no: 2, name: "page_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
647
- { no: 3, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
648
- ]);
368
+ pageToken: string;
369
+ };
649
370
 
650
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SearchOrganizationsRequest {
651
- return new SearchOrganizationsRequest().fromBinary(bytes, options);
652
- }
653
-
654
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SearchOrganizationsRequest {
655
- return new SearchOrganizationsRequest().fromJson(jsonValue, options);
656
- }
657
-
658
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SearchOrganizationsRequest {
659
- return new SearchOrganizationsRequest().fromJsonString(jsonString, options);
660
- }
661
-
662
- static equals(a: SearchOrganizationsRequest | PlainMessage<SearchOrganizationsRequest> | undefined, b: SearchOrganizationsRequest | PlainMessage<SearchOrganizationsRequest> | undefined): boolean {
663
- return proto3.util.equals(SearchOrganizationsRequest, a, b);
664
- }
665
- }
371
+ /**
372
+ * Describes the message scalekit.v1.organizations.SearchOrganizationsRequest.
373
+ * Use `create(SearchOrganizationsRequestSchema)` to create a new message.
374
+ */
375
+ export const SearchOrganizationsRequestSchema: GenMessage<SearchOrganizationsRequest> = /*@__PURE__*/
376
+ messageDesc(file_scalekit_v1_organizations_organizations, 11);
666
377
 
667
378
  /**
668
379
  * @generated from message scalekit.v1.organizations.SearchOrganizationsResponse
669
380
  */
670
- export class SearchOrganizationsResponse extends Message<SearchOrganizationsResponse> {
381
+ export type SearchOrganizationsResponse = Message<"scalekit.v1.organizations.SearchOrganizationsResponse"> & {
671
382
  /**
672
383
  * @generated from field: string next_page_token = 1;
673
384
  */
674
- nextPageToken = "";
385
+ nextPageToken: string;
675
386
 
676
387
  /**
677
388
  * @generated from field: uint32 total_size = 2;
678
389
  */
679
- totalSize = 0;
390
+ totalSize: number;
680
391
 
681
392
  /**
682
393
  * @generated from field: repeated scalekit.v1.organizations.Organization organizations = 3;
683
394
  */
684
- organizations: Organization[] = [];
395
+ organizations: Organization[];
685
396
 
686
397
  /**
687
398
  * @generated from field: string prev_page_token = 4;
688
399
  */
689
- prevPageToken = "";
690
-
691
- constructor(data?: PartialMessage<SearchOrganizationsResponse>) {
692
- super();
693
- proto3.util.initPartial(data, this);
694
- }
695
-
696
- static readonly runtime: typeof proto3 = proto3;
697
- static readonly typeName = "scalekit.v1.organizations.SearchOrganizationsResponse";
698
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
699
- { no: 1, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
700
- { no: 2, name: "total_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
701
- { no: 3, name: "organizations", kind: "message", T: Organization, repeated: true },
702
- { no: 4, name: "prev_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
703
- ]);
704
-
705
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SearchOrganizationsResponse {
706
- return new SearchOrganizationsResponse().fromBinary(bytes, options);
707
- }
708
-
709
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SearchOrganizationsResponse {
710
- return new SearchOrganizationsResponse().fromJson(jsonValue, options);
711
- }
712
-
713
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SearchOrganizationsResponse {
714
- return new SearchOrganizationsResponse().fromJsonString(jsonString, options);
715
- }
716
-
717
- static equals(a: SearchOrganizationsResponse | PlainMessage<SearchOrganizationsResponse> | undefined, b: SearchOrganizationsResponse | PlainMessage<SearchOrganizationsResponse> | undefined): boolean {
718
- return proto3.util.equals(SearchOrganizationsResponse, a, b);
719
- }
720
- }
400
+ prevPageToken: string;
401
+ };
402
+
403
+ /**
404
+ * Describes the message scalekit.v1.organizations.SearchOrganizationsResponse.
405
+ * Use `create(SearchOrganizationsResponseSchema)` to create a new message.
406
+ */
407
+ export const SearchOrganizationsResponseSchema: GenMessage<SearchOrganizationsResponse> = /*@__PURE__*/
408
+ messageDesc(file_scalekit_v1_organizations_organizations, 12);
721
409
 
722
410
  /**
723
411
  * @generated from message scalekit.v1.organizations.DeleteOrganizationRequest
724
412
  */
725
- export class DeleteOrganizationRequest extends Message<DeleteOrganizationRequest> {
413
+ export type DeleteOrganizationRequest = Message<"scalekit.v1.organizations.DeleteOrganizationRequest"> & {
726
414
  /**
727
415
  * @generated from oneof scalekit.v1.organizations.DeleteOrganizationRequest.identities
728
416
  */
@@ -738,45 +426,24 @@ export class DeleteOrganizationRequest extends Message<DeleteOrganizationRequest
738
426
  */
739
427
  value: string;
740
428
  case: "externalId";
741
- } | { case: undefined; value?: undefined } = { case: undefined };
742
-
743
- constructor(data?: PartialMessage<DeleteOrganizationRequest>) {
744
- super();
745
- proto3.util.initPartial(data, this);
746
- }
747
-
748
- static readonly runtime: typeof proto3 = proto3;
749
- static readonly typeName = "scalekit.v1.organizations.DeleteOrganizationRequest";
750
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
751
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "identities" },
752
- { no: 2, name: "external_id", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "identities" },
753
- ]);
754
-
755
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteOrganizationRequest {
756
- return new DeleteOrganizationRequest().fromBinary(bytes, options);
757
- }
758
-
759
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteOrganizationRequest {
760
- return new DeleteOrganizationRequest().fromJson(jsonValue, options);
761
- }
762
-
763
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteOrganizationRequest {
764
- return new DeleteOrganizationRequest().fromJsonString(jsonString, options);
765
- }
766
-
767
- static equals(a: DeleteOrganizationRequest | PlainMessage<DeleteOrganizationRequest> | undefined, b: DeleteOrganizationRequest | PlainMessage<DeleteOrganizationRequest> | undefined): boolean {
768
- return proto3.util.equals(DeleteOrganizationRequest, a, b);
769
- }
770
- }
429
+ } | { case: undefined; value?: undefined };
430
+ };
431
+
432
+ /**
433
+ * Describes the message scalekit.v1.organizations.DeleteOrganizationRequest.
434
+ * Use `create(DeleteOrganizationRequestSchema)` to create a new message.
435
+ */
436
+ export const DeleteOrganizationRequestSchema: GenMessage<DeleteOrganizationRequest> = /*@__PURE__*/
437
+ messageDesc(file_scalekit_v1_organizations_organizations, 13);
771
438
 
772
439
  /**
773
440
  * @generated from message scalekit.v1.organizations.GeneratePortalLinkRequest
774
441
  */
775
- export class GeneratePortalLinkRequest extends Message<GeneratePortalLinkRequest> {
442
+ export type GeneratePortalLinkRequest = Message<"scalekit.v1.organizations.GeneratePortalLinkRequest"> & {
776
443
  /**
777
444
  * @generated from field: string id = 1;
778
445
  */
779
- id = "";
446
+ id: string;
780
447
 
781
448
  /**
782
449
  * Deprecated: Use features
@@ -797,461 +464,230 @@ export class GeneratePortalLinkRequest extends Message<GeneratePortalLinkRequest
797
464
  /**
798
465
  * @generated from field: repeated scalekit.v1.organizations.Feature features = 4;
799
466
  */
800
- features: Feature[] = [];
801
-
802
- constructor(data?: PartialMessage<GeneratePortalLinkRequest>) {
803
- super();
804
- proto3.util.initPartial(data, this);
805
- }
806
-
807
- static readonly runtime: typeof proto3 = proto3;
808
- static readonly typeName = "scalekit.v1.organizations.GeneratePortalLinkRequest";
809
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
810
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
811
- { no: 2, name: "sso", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
812
- { no: 3, name: "directory_sync", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
813
- { no: 4, name: "features", kind: "enum", T: proto3.getEnumType(Feature), repeated: true },
814
- ]);
815
-
816
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GeneratePortalLinkRequest {
817
- return new GeneratePortalLinkRequest().fromBinary(bytes, options);
818
- }
819
-
820
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GeneratePortalLinkRequest {
821
- return new GeneratePortalLinkRequest().fromJson(jsonValue, options);
822
- }
823
-
824
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GeneratePortalLinkRequest {
825
- return new GeneratePortalLinkRequest().fromJsonString(jsonString, options);
826
- }
827
-
828
- static equals(a: GeneratePortalLinkRequest | PlainMessage<GeneratePortalLinkRequest> | undefined, b: GeneratePortalLinkRequest | PlainMessage<GeneratePortalLinkRequest> | undefined): boolean {
829
- return proto3.util.equals(GeneratePortalLinkRequest, a, b);
830
- }
831
- }
467
+ features: Feature[];
468
+ };
469
+
470
+ /**
471
+ * Describes the message scalekit.v1.organizations.GeneratePortalLinkRequest.
472
+ * Use `create(GeneratePortalLinkRequestSchema)` to create a new message.
473
+ */
474
+ export const GeneratePortalLinkRequestSchema: GenMessage<GeneratePortalLinkRequest> = /*@__PURE__*/
475
+ messageDesc(file_scalekit_v1_organizations_organizations, 14);
832
476
 
833
477
  /**
834
478
  * @generated from message scalekit.v1.organizations.GetPortalLinkRequest
835
479
  */
836
- export class GetPortalLinkRequest extends Message<GetPortalLinkRequest> {
480
+ export type GetPortalLinkRequest = Message<"scalekit.v1.organizations.GetPortalLinkRequest"> & {
837
481
  /**
838
482
  * @generated from field: string id = 1;
839
483
  */
840
- id = "";
841
-
842
- constructor(data?: PartialMessage<GetPortalLinkRequest>) {
843
- super();
844
- proto3.util.initPartial(data, this);
845
- }
846
-
847
- static readonly runtime: typeof proto3 = proto3;
848
- static readonly typeName = "scalekit.v1.organizations.GetPortalLinkRequest";
849
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
850
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
851
- ]);
484
+ id: string;
485
+ };
852
486
 
853
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPortalLinkRequest {
854
- return new GetPortalLinkRequest().fromBinary(bytes, options);
855
- }
856
-
857
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPortalLinkRequest {
858
- return new GetPortalLinkRequest().fromJson(jsonValue, options);
859
- }
860
-
861
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPortalLinkRequest {
862
- return new GetPortalLinkRequest().fromJsonString(jsonString, options);
863
- }
864
-
865
- static equals(a: GetPortalLinkRequest | PlainMessage<GetPortalLinkRequest> | undefined, b: GetPortalLinkRequest | PlainMessage<GetPortalLinkRequest> | undefined): boolean {
866
- return proto3.util.equals(GetPortalLinkRequest, a, b);
867
- }
868
- }
487
+ /**
488
+ * Describes the message scalekit.v1.organizations.GetPortalLinkRequest.
489
+ * Use `create(GetPortalLinkRequestSchema)` to create a new message.
490
+ */
491
+ export const GetPortalLinkRequestSchema: GenMessage<GetPortalLinkRequest> = /*@__PURE__*/
492
+ messageDesc(file_scalekit_v1_organizations_organizations, 15);
869
493
 
870
494
  /**
871
495
  * @generated from message scalekit.v1.organizations.DeletePortalLinkRequest
872
496
  */
873
- export class DeletePortalLinkRequest extends Message<DeletePortalLinkRequest> {
497
+ export type DeletePortalLinkRequest = Message<"scalekit.v1.organizations.DeletePortalLinkRequest"> & {
874
498
  /**
875
499
  * @generated from field: string id = 1;
876
500
  */
877
- id = "";
878
-
879
- constructor(data?: PartialMessage<DeletePortalLinkRequest>) {
880
- super();
881
- proto3.util.initPartial(data, this);
882
- }
883
-
884
- static readonly runtime: typeof proto3 = proto3;
885
- static readonly typeName = "scalekit.v1.organizations.DeletePortalLinkRequest";
886
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
887
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
888
- ]);
889
-
890
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeletePortalLinkRequest {
891
- return new DeletePortalLinkRequest().fromBinary(bytes, options);
892
- }
501
+ id: string;
502
+ };
893
503
 
894
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeletePortalLinkRequest {
895
- return new DeletePortalLinkRequest().fromJson(jsonValue, options);
896
- }
897
-
898
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeletePortalLinkRequest {
899
- return new DeletePortalLinkRequest().fromJsonString(jsonString, options);
900
- }
901
-
902
- static equals(a: DeletePortalLinkRequest | PlainMessage<DeletePortalLinkRequest> | undefined, b: DeletePortalLinkRequest | PlainMessage<DeletePortalLinkRequest> | undefined): boolean {
903
- return proto3.util.equals(DeletePortalLinkRequest, a, b);
904
- }
905
- }
504
+ /**
505
+ * Describes the message scalekit.v1.organizations.DeletePortalLinkRequest.
506
+ * Use `create(DeletePortalLinkRequestSchema)` to create a new message.
507
+ */
508
+ export const DeletePortalLinkRequestSchema: GenMessage<DeletePortalLinkRequest> = /*@__PURE__*/
509
+ messageDesc(file_scalekit_v1_organizations_organizations, 16);
906
510
 
907
511
  /**
908
512
  * @generated from message scalekit.v1.organizations.DeletePortalLinkByIdRequest
909
513
  */
910
- export class DeletePortalLinkByIdRequest extends Message<DeletePortalLinkByIdRequest> {
514
+ export type DeletePortalLinkByIdRequest = Message<"scalekit.v1.organizations.DeletePortalLinkByIdRequest"> & {
911
515
  /**
912
516
  * @generated from field: string id = 1;
913
517
  */
914
- id = "";
518
+ id: string;
915
519
 
916
520
  /**
917
521
  * @generated from field: string link_id = 2;
918
522
  */
919
- linkId = "";
523
+ linkId: string;
524
+ };
920
525
 
921
- constructor(data?: PartialMessage<DeletePortalLinkByIdRequest>) {
922
- super();
923
- proto3.util.initPartial(data, this);
924
- }
925
-
926
- static readonly runtime: typeof proto3 = proto3;
927
- static readonly typeName = "scalekit.v1.organizations.DeletePortalLinkByIdRequest";
928
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
929
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
930
- { no: 2, name: "link_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
931
- ]);
932
-
933
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeletePortalLinkByIdRequest {
934
- return new DeletePortalLinkByIdRequest().fromBinary(bytes, options);
935
- }
936
-
937
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeletePortalLinkByIdRequest {
938
- return new DeletePortalLinkByIdRequest().fromJson(jsonValue, options);
939
- }
940
-
941
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeletePortalLinkByIdRequest {
942
- return new DeletePortalLinkByIdRequest().fromJsonString(jsonString, options);
943
- }
944
-
945
- static equals(a: DeletePortalLinkByIdRequest | PlainMessage<DeletePortalLinkByIdRequest> | undefined, b: DeletePortalLinkByIdRequest | PlainMessage<DeletePortalLinkByIdRequest> | undefined): boolean {
946
- return proto3.util.equals(DeletePortalLinkByIdRequest, a, b);
947
- }
948
- }
526
+ /**
527
+ * Describes the message scalekit.v1.organizations.DeletePortalLinkByIdRequest.
528
+ * Use `create(DeletePortalLinkByIdRequestSchema)` to create a new message.
529
+ */
530
+ export const DeletePortalLinkByIdRequestSchema: GenMessage<DeletePortalLinkByIdRequest> = /*@__PURE__*/
531
+ messageDesc(file_scalekit_v1_organizations_organizations, 17);
949
532
 
950
533
  /**
951
534
  * @generated from message scalekit.v1.organizations.Link
952
535
  */
953
- export class Link extends Message<Link> {
536
+ export type Link = Message<"scalekit.v1.organizations.Link"> & {
954
537
  /**
955
538
  * @generated from field: string id = 1;
956
539
  */
957
- id = "";
540
+ id: string;
958
541
 
959
542
  /**
960
543
  * @generated from field: string location = 2;
961
544
  */
962
- location = "";
545
+ location: string;
963
546
 
964
547
  /**
965
548
  * @generated from field: google.protobuf.Timestamp expire_time = 3;
966
549
  */
967
550
  expireTime?: Timestamp;
551
+ };
968
552
 
969
- constructor(data?: PartialMessage<Link>) {
970
- super();
971
- proto3.util.initPartial(data, this);
972
- }
973
-
974
- static readonly runtime: typeof proto3 = proto3;
975
- static readonly typeName = "scalekit.v1.organizations.Link";
976
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
977
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
978
- { no: 2, name: "location", kind: "scalar", T: 9 /* ScalarType.STRING */ },
979
- { no: 3, name: "expire_time", kind: "message", T: Timestamp },
980
- ]);
981
-
982
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Link {
983
- return new Link().fromBinary(bytes, options);
984
- }
985
-
986
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Link {
987
- return new Link().fromJson(jsonValue, options);
988
- }
989
-
990
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Link {
991
- return new Link().fromJsonString(jsonString, options);
992
- }
993
-
994
- static equals(a: Link | PlainMessage<Link> | undefined, b: Link | PlainMessage<Link> | undefined): boolean {
995
- return proto3.util.equals(Link, a, b);
996
- }
997
- }
553
+ /**
554
+ * Describes the message scalekit.v1.organizations.Link.
555
+ * Use `create(LinkSchema)` to create a new message.
556
+ */
557
+ export const LinkSchema: GenMessage<Link> = /*@__PURE__*/
558
+ messageDesc(file_scalekit_v1_organizations_organizations, 18);
998
559
 
999
560
  /**
1000
561
  * @generated from message scalekit.v1.organizations.GeneratePortalLinkResponse
1001
562
  */
1002
- export class GeneratePortalLinkResponse extends Message<GeneratePortalLinkResponse> {
563
+ export type GeneratePortalLinkResponse = Message<"scalekit.v1.organizations.GeneratePortalLinkResponse"> & {
1003
564
  /**
1004
565
  * @generated from field: scalekit.v1.organizations.Link link = 1;
1005
566
  */
1006
567
  link?: Link;
568
+ };
1007
569
 
1008
- constructor(data?: PartialMessage<GeneratePortalLinkResponse>) {
1009
- super();
1010
- proto3.util.initPartial(data, this);
1011
- }
1012
-
1013
- static readonly runtime: typeof proto3 = proto3;
1014
- static readonly typeName = "scalekit.v1.organizations.GeneratePortalLinkResponse";
1015
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1016
- { no: 1, name: "link", kind: "message", T: Link },
1017
- ]);
1018
-
1019
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GeneratePortalLinkResponse {
1020
- return new GeneratePortalLinkResponse().fromBinary(bytes, options);
1021
- }
1022
-
1023
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GeneratePortalLinkResponse {
1024
- return new GeneratePortalLinkResponse().fromJson(jsonValue, options);
1025
- }
1026
-
1027
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GeneratePortalLinkResponse {
1028
- return new GeneratePortalLinkResponse().fromJsonString(jsonString, options);
1029
- }
1030
-
1031
- static equals(a: GeneratePortalLinkResponse | PlainMessage<GeneratePortalLinkResponse> | undefined, b: GeneratePortalLinkResponse | PlainMessage<GeneratePortalLinkResponse> | undefined): boolean {
1032
- return proto3.util.equals(GeneratePortalLinkResponse, a, b);
1033
- }
1034
- }
570
+ /**
571
+ * Describes the message scalekit.v1.organizations.GeneratePortalLinkResponse.
572
+ * Use `create(GeneratePortalLinkResponseSchema)` to create a new message.
573
+ */
574
+ export const GeneratePortalLinkResponseSchema: GenMessage<GeneratePortalLinkResponse> = /*@__PURE__*/
575
+ messageDesc(file_scalekit_v1_organizations_organizations, 19);
1035
576
 
1036
577
  /**
1037
578
  * @generated from message scalekit.v1.organizations.GetPortalLinksResponse
1038
579
  */
1039
- export class GetPortalLinksResponse extends Message<GetPortalLinksResponse> {
580
+ export type GetPortalLinksResponse = Message<"scalekit.v1.organizations.GetPortalLinksResponse"> & {
1040
581
  /**
1041
582
  * @generated from field: repeated scalekit.v1.organizations.Link links = 1;
1042
583
  */
1043
- links: Link[] = [];
1044
-
1045
- constructor(data?: PartialMessage<GetPortalLinksResponse>) {
1046
- super();
1047
- proto3.util.initPartial(data, this);
1048
- }
584
+ links: Link[];
585
+ };
1049
586
 
1050
- static readonly runtime: typeof proto3 = proto3;
1051
- static readonly typeName = "scalekit.v1.organizations.GetPortalLinksResponse";
1052
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1053
- { no: 1, name: "links", kind: "message", T: Link, repeated: true },
1054
- ]);
1055
-
1056
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPortalLinksResponse {
1057
- return new GetPortalLinksResponse().fromBinary(bytes, options);
1058
- }
1059
-
1060
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPortalLinksResponse {
1061
- return new GetPortalLinksResponse().fromJson(jsonValue, options);
1062
- }
1063
-
1064
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPortalLinksResponse {
1065
- return new GetPortalLinksResponse().fromJsonString(jsonString, options);
1066
- }
1067
-
1068
- static equals(a: GetPortalLinksResponse | PlainMessage<GetPortalLinksResponse> | undefined, b: GetPortalLinksResponse | PlainMessage<GetPortalLinksResponse> | undefined): boolean {
1069
- return proto3.util.equals(GetPortalLinksResponse, a, b);
1070
- }
1071
- }
587
+ /**
588
+ * Describes the message scalekit.v1.organizations.GetPortalLinksResponse.
589
+ * Use `create(GetPortalLinksResponseSchema)` to create a new message.
590
+ */
591
+ export const GetPortalLinksResponseSchema: GenMessage<GetPortalLinksResponse> = /*@__PURE__*/
592
+ messageDesc(file_scalekit_v1_organizations_organizations, 20);
1072
593
 
1073
594
  /**
1074
595
  * @generated from message scalekit.v1.organizations.UpdateOrganizationSettingsRequest
1075
596
  */
1076
- export class UpdateOrganizationSettingsRequest extends Message<UpdateOrganizationSettingsRequest> {
597
+ export type UpdateOrganizationSettingsRequest = Message<"scalekit.v1.organizations.UpdateOrganizationSettingsRequest"> & {
1077
598
  /**
1078
599
  * @generated from field: string id = 1;
1079
600
  */
1080
- id = "";
601
+ id: string;
1081
602
 
1082
603
  /**
1083
604
  * @generated from field: scalekit.v1.organizations.OrganizationSettings settings = 2;
1084
605
  */
1085
606
  settings?: OrganizationSettings;
607
+ };
1086
608
 
1087
- constructor(data?: PartialMessage<UpdateOrganizationSettingsRequest>) {
1088
- super();
1089
- proto3.util.initPartial(data, this);
1090
- }
1091
-
1092
- static readonly runtime: typeof proto3 = proto3;
1093
- static readonly typeName = "scalekit.v1.organizations.UpdateOrganizationSettingsRequest";
1094
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1095
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1096
- { no: 2, name: "settings", kind: "message", T: OrganizationSettings },
1097
- ]);
1098
-
1099
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateOrganizationSettingsRequest {
1100
- return new UpdateOrganizationSettingsRequest().fromBinary(bytes, options);
1101
- }
1102
-
1103
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateOrganizationSettingsRequest {
1104
- return new UpdateOrganizationSettingsRequest().fromJson(jsonValue, options);
1105
- }
1106
-
1107
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateOrganizationSettingsRequest {
1108
- return new UpdateOrganizationSettingsRequest().fromJsonString(jsonString, options);
1109
- }
1110
-
1111
- static equals(a: UpdateOrganizationSettingsRequest | PlainMessage<UpdateOrganizationSettingsRequest> | undefined, b: UpdateOrganizationSettingsRequest | PlainMessage<UpdateOrganizationSettingsRequest> | undefined): boolean {
1112
- return proto3.util.equals(UpdateOrganizationSettingsRequest, a, b);
1113
- }
1114
- }
609
+ /**
610
+ * Describes the message scalekit.v1.organizations.UpdateOrganizationSettingsRequest.
611
+ * Use `create(UpdateOrganizationSettingsRequestSchema)` to create a new message.
612
+ */
613
+ export const UpdateOrganizationSettingsRequestSchema: GenMessage<UpdateOrganizationSettingsRequest> = /*@__PURE__*/
614
+ messageDesc(file_scalekit_v1_organizations_organizations, 21);
1115
615
 
1116
616
  /**
1117
617
  * @generated from message scalekit.v1.organizations.UpdateOrganizationSessionSettingsRequest
1118
618
  */
1119
- export class UpdateOrganizationSessionSettingsRequest extends Message<UpdateOrganizationSessionSettingsRequest> {
619
+ export type UpdateOrganizationSessionSettingsRequest = Message<"scalekit.v1.organizations.UpdateOrganizationSessionSettingsRequest"> & {
1120
620
  /**
1121
621
  * @generated from field: string id = 1;
1122
622
  */
1123
- id = "";
623
+ id: string;
1124
624
 
1125
625
  /**
1126
626
  * @generated from field: string environment_id = 2;
1127
627
  */
1128
- environmentId = "";
628
+ environmentId: string;
1129
629
 
1130
630
  /**
1131
631
  * @generated from field: scalekit.v1.organizations.OrganizationSessionSettings session_settings = 3;
1132
632
  */
1133
633
  sessionSettings?: OrganizationSessionSettings;
634
+ };
1134
635
 
1135
- constructor(data?: PartialMessage<UpdateOrganizationSessionSettingsRequest>) {
1136
- super();
1137
- proto3.util.initPartial(data, this);
1138
- }
1139
-
1140
- static readonly runtime: typeof proto3 = proto3;
1141
- static readonly typeName = "scalekit.v1.organizations.UpdateOrganizationSessionSettingsRequest";
1142
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1143
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1144
- { no: 2, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1145
- { no: 3, name: "session_settings", kind: "message", T: OrganizationSessionSettings },
1146
- ]);
1147
-
1148
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateOrganizationSessionSettingsRequest {
1149
- return new UpdateOrganizationSessionSettingsRequest().fromBinary(bytes, options);
1150
- }
1151
-
1152
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateOrganizationSessionSettingsRequest {
1153
- return new UpdateOrganizationSessionSettingsRequest().fromJson(jsonValue, options);
1154
- }
1155
-
1156
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateOrganizationSessionSettingsRequest {
1157
- return new UpdateOrganizationSessionSettingsRequest().fromJsonString(jsonString, options);
1158
- }
1159
-
1160
- static equals(a: UpdateOrganizationSessionSettingsRequest | PlainMessage<UpdateOrganizationSessionSettingsRequest> | undefined, b: UpdateOrganizationSessionSettingsRequest | PlainMessage<UpdateOrganizationSessionSettingsRequest> | undefined): boolean {
1161
- return proto3.util.equals(UpdateOrganizationSessionSettingsRequest, a, b);
1162
- }
1163
- }
636
+ /**
637
+ * Describes the message scalekit.v1.organizations.UpdateOrganizationSessionSettingsRequest.
638
+ * Use `create(UpdateOrganizationSessionSettingsRequestSchema)` to create a new message.
639
+ */
640
+ export const UpdateOrganizationSessionSettingsRequestSchema: GenMessage<UpdateOrganizationSessionSettingsRequest> = /*@__PURE__*/
641
+ messageDesc(file_scalekit_v1_organizations_organizations, 22);
1164
642
 
1165
643
  /**
1166
644
  * @generated from message scalekit.v1.organizations.UpdateOrganizationSessionSettingsResponse
1167
645
  */
1168
- export class UpdateOrganizationSessionSettingsResponse extends Message<UpdateOrganizationSessionSettingsResponse> {
646
+ export type UpdateOrganizationSessionSettingsResponse = Message<"scalekit.v1.organizations.UpdateOrganizationSessionSettingsResponse"> & {
1169
647
  /**
1170
648
  * @generated from field: string environment_id = 1;
1171
649
  */
1172
- environmentId = "";
650
+ environmentId: string;
1173
651
 
1174
652
  /**
1175
653
  * @generated from field: string organization_id = 2;
1176
654
  */
1177
- organizationId = "";
655
+ organizationId: string;
1178
656
 
1179
657
  /**
1180
658
  * @generated from field: scalekit.v1.organizations.OrganizationSessionSettings session_settings = 3;
1181
659
  */
1182
660
  sessionSettings?: OrganizationSessionSettings;
661
+ };
1183
662
 
1184
- constructor(data?: PartialMessage<UpdateOrganizationSessionSettingsResponse>) {
1185
- super();
1186
- proto3.util.initPartial(data, this);
1187
- }
1188
-
1189
- static readonly runtime: typeof proto3 = proto3;
1190
- static readonly typeName = "scalekit.v1.organizations.UpdateOrganizationSessionSettingsResponse";
1191
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1192
- { no: 1, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1193
- { no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1194
- { no: 3, name: "session_settings", kind: "message", T: OrganizationSessionSettings },
1195
- ]);
1196
-
1197
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateOrganizationSessionSettingsResponse {
1198
- return new UpdateOrganizationSessionSettingsResponse().fromBinary(bytes, options);
1199
- }
1200
-
1201
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateOrganizationSessionSettingsResponse {
1202
- return new UpdateOrganizationSessionSettingsResponse().fromJson(jsonValue, options);
1203
- }
1204
-
1205
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateOrganizationSessionSettingsResponse {
1206
- return new UpdateOrganizationSessionSettingsResponse().fromJsonString(jsonString, options);
1207
- }
1208
-
1209
- static equals(a: UpdateOrganizationSessionSettingsResponse | PlainMessage<UpdateOrganizationSessionSettingsResponse> | undefined, b: UpdateOrganizationSessionSettingsResponse | PlainMessage<UpdateOrganizationSessionSettingsResponse> | undefined): boolean {
1210
- return proto3.util.equals(UpdateOrganizationSessionSettingsResponse, a, b);
1211
- }
1212
- }
663
+ /**
664
+ * Describes the message scalekit.v1.organizations.UpdateOrganizationSessionSettingsResponse.
665
+ * Use `create(UpdateOrganizationSessionSettingsResponseSchema)` to create a new message.
666
+ */
667
+ export const UpdateOrganizationSessionSettingsResponseSchema: GenMessage<UpdateOrganizationSessionSettingsResponse> = /*@__PURE__*/
668
+ messageDesc(file_scalekit_v1_organizations_organizations, 23);
1213
669
 
1214
670
  /**
1215
671
  * @generated from message scalekit.v1.organizations.OrganizationUserManagementSettings
1216
672
  */
1217
- export class OrganizationUserManagementSettings extends Message<OrganizationUserManagementSettings> {
673
+ export type OrganizationUserManagementSettings = Message<"scalekit.v1.organizations.OrganizationUserManagementSettings"> & {
1218
674
  /**
1219
675
  * @generated from field: google.protobuf.Int32Value max_allowed_users = 1;
1220
676
  */
1221
677
  maxAllowedUsers?: number;
678
+ };
1222
679
 
1223
- constructor(data?: PartialMessage<OrganizationUserManagementSettings>) {
1224
- super();
1225
- proto3.util.initPartial(data, this);
1226
- }
1227
-
1228
- static readonly runtime: typeof proto3 = proto3;
1229
- static readonly typeName = "scalekit.v1.organizations.OrganizationUserManagementSettings";
1230
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1231
- { no: 1, name: "max_allowed_users", kind: "message", T: Int32Value },
1232
- ]);
1233
-
1234
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrganizationUserManagementSettings {
1235
- return new OrganizationUserManagementSettings().fromBinary(bytes, options);
1236
- }
1237
-
1238
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrganizationUserManagementSettings {
1239
- return new OrganizationUserManagementSettings().fromJson(jsonValue, options);
1240
- }
1241
-
1242
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrganizationUserManagementSettings {
1243
- return new OrganizationUserManagementSettings().fromJsonString(jsonString, options);
1244
- }
1245
-
1246
- static equals(a: OrganizationUserManagementSettings | PlainMessage<OrganizationUserManagementSettings> | undefined, b: OrganizationUserManagementSettings | PlainMessage<OrganizationUserManagementSettings> | undefined): boolean {
1247
- return proto3.util.equals(OrganizationUserManagementSettings, a, b);
1248
- }
1249
- }
680
+ /**
681
+ * Describes the message scalekit.v1.organizations.OrganizationUserManagementSettings.
682
+ * Use `create(OrganizationUserManagementSettingsSchema)` to create a new message.
683
+ */
684
+ export const OrganizationUserManagementSettingsSchema: GenMessage<OrganizationUserManagementSettings> = /*@__PURE__*/
685
+ messageDesc(file_scalekit_v1_organizations_organizations, 24);
1250
686
 
1251
687
  /**
1252
688
  * @generated from message scalekit.v1.organizations.OrganizationSessionSettings
1253
689
  */
1254
- export class OrganizationSessionSettings extends Message<OrganizationSessionSettings> {
690
+ export type OrganizationSessionSettings = Message<"scalekit.v1.organizations.OrganizationSessionSettings"> & {
1255
691
  /**
1256
692
  * @generated from field: google.protobuf.Int32Value absolute_session_timeout = 1;
1257
693
  */
@@ -1271,496 +707,435 @@ export class OrganizationSessionSettings extends Message<OrganizationSessionSett
1271
707
  * @generated from field: google.protobuf.BoolValue idle_session_enabled = 4;
1272
708
  */
1273
709
  idleSessionEnabled?: boolean;
710
+ };
1274
711
 
1275
- constructor(data?: PartialMessage<OrganizationSessionSettings>) {
1276
- super();
1277
- proto3.util.initPartial(data, this);
1278
- }
1279
-
1280
- static readonly runtime: typeof proto3 = proto3;
1281
- static readonly typeName = "scalekit.v1.organizations.OrganizationSessionSettings";
1282
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1283
- { no: 1, name: "absolute_session_timeout", kind: "message", T: Int32Value },
1284
- { no: 2, name: "session_management_enabled", kind: "message", T: BoolValue },
1285
- { no: 3, name: "idle_session_timeout", kind: "message", T: Int32Value },
1286
- { no: 4, name: "idle_session_enabled", kind: "message", T: BoolValue },
1287
- ]);
1288
-
1289
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrganizationSessionSettings {
1290
- return new OrganizationSessionSettings().fromBinary(bytes, options);
1291
- }
1292
-
1293
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrganizationSessionSettings {
1294
- return new OrganizationSessionSettings().fromJson(jsonValue, options);
1295
- }
1296
-
1297
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrganizationSessionSettings {
1298
- return new OrganizationSessionSettings().fromJsonString(jsonString, options);
1299
- }
1300
-
1301
- static equals(a: OrganizationSessionSettings | PlainMessage<OrganizationSessionSettings> | undefined, b: OrganizationSessionSettings | PlainMessage<OrganizationSessionSettings> | undefined): boolean {
1302
- return proto3.util.equals(OrganizationSessionSettings, a, b);
1303
- }
1304
- }
712
+ /**
713
+ * Describes the message scalekit.v1.organizations.OrganizationSessionSettings.
714
+ * Use `create(OrganizationSessionSettingsSchema)` to create a new message.
715
+ */
716
+ export const OrganizationSessionSettingsSchema: GenMessage<OrganizationSessionSettings> = /*@__PURE__*/
717
+ messageDesc(file_scalekit_v1_organizations_organizations, 25);
1305
718
 
1306
719
  /**
1307
720
  * @generated from message scalekit.v1.organizations.GetOrganizationSessionSettingsRequest
1308
721
  */
1309
- export class GetOrganizationSessionSettingsRequest extends Message<GetOrganizationSessionSettingsRequest> {
722
+ export type GetOrganizationSessionSettingsRequest = Message<"scalekit.v1.organizations.GetOrganizationSessionSettingsRequest"> & {
1310
723
  /**
1311
724
  * @generated from field: string id = 1;
1312
725
  */
1313
- id = "";
726
+ id: string;
1314
727
 
1315
728
  /**
1316
729
  * @generated from field: string environment_id = 2;
1317
730
  */
1318
- environmentId = "";
1319
-
1320
- constructor(data?: PartialMessage<GetOrganizationSessionSettingsRequest>) {
1321
- super();
1322
- proto3.util.initPartial(data, this);
1323
- }
1324
-
1325
- static readonly runtime: typeof proto3 = proto3;
1326
- static readonly typeName = "scalekit.v1.organizations.GetOrganizationSessionSettingsRequest";
1327
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1328
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1329
- { no: 2, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1330
- ]);
731
+ environmentId: string;
732
+ };
1331
733
 
1332
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrganizationSessionSettingsRequest {
1333
- return new GetOrganizationSessionSettingsRequest().fromBinary(bytes, options);
1334
- }
1335
-
1336
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrganizationSessionSettingsRequest {
1337
- return new GetOrganizationSessionSettingsRequest().fromJson(jsonValue, options);
1338
- }
1339
-
1340
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrganizationSessionSettingsRequest {
1341
- return new GetOrganizationSessionSettingsRequest().fromJsonString(jsonString, options);
1342
- }
1343
-
1344
- static equals(a: GetOrganizationSessionSettingsRequest | PlainMessage<GetOrganizationSessionSettingsRequest> | undefined, b: GetOrganizationSessionSettingsRequest | PlainMessage<GetOrganizationSessionSettingsRequest> | undefined): boolean {
1345
- return proto3.util.equals(GetOrganizationSessionSettingsRequest, a, b);
1346
- }
1347
- }
734
+ /**
735
+ * Describes the message scalekit.v1.organizations.GetOrganizationSessionSettingsRequest.
736
+ * Use `create(GetOrganizationSessionSettingsRequestSchema)` to create a new message.
737
+ */
738
+ export const GetOrganizationSessionSettingsRequestSchema: GenMessage<GetOrganizationSessionSettingsRequest> = /*@__PURE__*/
739
+ messageDesc(file_scalekit_v1_organizations_organizations, 26);
1348
740
 
1349
741
  /**
1350
742
  * @generated from message scalekit.v1.organizations.CreateOrganizationSessionSettingsRequest
1351
743
  */
1352
- export class CreateOrganizationSessionSettingsRequest extends Message<CreateOrganizationSessionSettingsRequest> {
744
+ export type CreateOrganizationSessionSettingsRequest = Message<"scalekit.v1.organizations.CreateOrganizationSessionSettingsRequest"> & {
1353
745
  /**
1354
746
  * @generated from field: string id = 1;
1355
747
  */
1356
- id = "";
748
+ id: string;
1357
749
 
1358
750
  /**
1359
751
  * @generated from field: string environment_id = 2;
1360
752
  */
1361
- environmentId = "";
1362
-
1363
- constructor(data?: PartialMessage<CreateOrganizationSessionSettingsRequest>) {
1364
- super();
1365
- proto3.util.initPartial(data, this);
1366
- }
1367
-
1368
- static readonly runtime: typeof proto3 = proto3;
1369
- static readonly typeName = "scalekit.v1.organizations.CreateOrganizationSessionSettingsRequest";
1370
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1371
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1372
- { no: 2, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1373
- ]);
1374
-
1375
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateOrganizationSessionSettingsRequest {
1376
- return new CreateOrganizationSessionSettingsRequest().fromBinary(bytes, options);
1377
- }
1378
-
1379
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateOrganizationSessionSettingsRequest {
1380
- return new CreateOrganizationSessionSettingsRequest().fromJson(jsonValue, options);
1381
- }
753
+ environmentId: string;
754
+ };
1382
755
 
1383
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateOrganizationSessionSettingsRequest {
1384
- return new CreateOrganizationSessionSettingsRequest().fromJsonString(jsonString, options);
1385
- }
1386
-
1387
- static equals(a: CreateOrganizationSessionSettingsRequest | PlainMessage<CreateOrganizationSessionSettingsRequest> | undefined, b: CreateOrganizationSessionSettingsRequest | PlainMessage<CreateOrganizationSessionSettingsRequest> | undefined): boolean {
1388
- return proto3.util.equals(CreateOrganizationSessionSettingsRequest, a, b);
1389
- }
1390
- }
756
+ /**
757
+ * Describes the message scalekit.v1.organizations.CreateOrganizationSessionSettingsRequest.
758
+ * Use `create(CreateOrganizationSessionSettingsRequestSchema)` to create a new message.
759
+ */
760
+ export const CreateOrganizationSessionSettingsRequestSchema: GenMessage<CreateOrganizationSessionSettingsRequest> = /*@__PURE__*/
761
+ messageDesc(file_scalekit_v1_organizations_organizations, 27);
1391
762
 
1392
763
  /**
1393
764
  * @generated from message scalekit.v1.organizations.CreateOrganizationSessionSettingsResponse
1394
765
  */
1395
- export class CreateOrganizationSessionSettingsResponse extends Message<CreateOrganizationSessionSettingsResponse> {
766
+ export type CreateOrganizationSessionSettingsResponse = Message<"scalekit.v1.organizations.CreateOrganizationSessionSettingsResponse"> & {
1396
767
  /**
1397
768
  * @generated from field: string environment_id = 1;
1398
769
  */
1399
- environmentId = "";
770
+ environmentId: string;
1400
771
 
1401
772
  /**
1402
773
  * @generated from field: string organization_id = 2;
1403
774
  */
1404
- organizationId = "";
775
+ organizationId: string;
1405
776
 
1406
777
  /**
1407
778
  * @generated from field: scalekit.v1.organizations.OrganizationSessionSettings session_settings = 3;
1408
779
  */
1409
780
  sessionSettings?: OrganizationSessionSettings;
781
+ };
1410
782
 
1411
- constructor(data?: PartialMessage<CreateOrganizationSessionSettingsResponse>) {
1412
- super();
1413
- proto3.util.initPartial(data, this);
1414
- }
1415
-
1416
- static readonly runtime: typeof proto3 = proto3;
1417
- static readonly typeName = "scalekit.v1.organizations.CreateOrganizationSessionSettingsResponse";
1418
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1419
- { no: 1, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1420
- { no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1421
- { no: 3, name: "session_settings", kind: "message", T: OrganizationSessionSettings },
1422
- ]);
1423
-
1424
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateOrganizationSessionSettingsResponse {
1425
- return new CreateOrganizationSessionSettingsResponse().fromBinary(bytes, options);
1426
- }
1427
-
1428
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateOrganizationSessionSettingsResponse {
1429
- return new CreateOrganizationSessionSettingsResponse().fromJson(jsonValue, options);
1430
- }
1431
-
1432
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateOrganizationSessionSettingsResponse {
1433
- return new CreateOrganizationSessionSettingsResponse().fromJsonString(jsonString, options);
1434
- }
1435
-
1436
- static equals(a: CreateOrganizationSessionSettingsResponse | PlainMessage<CreateOrganizationSessionSettingsResponse> | undefined, b: CreateOrganizationSessionSettingsResponse | PlainMessage<CreateOrganizationSessionSettingsResponse> | undefined): boolean {
1437
- return proto3.util.equals(CreateOrganizationSessionSettingsResponse, a, b);
1438
- }
1439
- }
783
+ /**
784
+ * Describes the message scalekit.v1.organizations.CreateOrganizationSessionSettingsResponse.
785
+ * Use `create(CreateOrganizationSessionSettingsResponseSchema)` to create a new message.
786
+ */
787
+ export const CreateOrganizationSessionSettingsResponseSchema: GenMessage<CreateOrganizationSessionSettingsResponse> = /*@__PURE__*/
788
+ messageDesc(file_scalekit_v1_organizations_organizations, 28);
1440
789
 
1441
790
  /**
1442
791
  * @generated from message scalekit.v1.organizations.GetOrganizationSessionSettingsResponse
1443
792
  */
1444
- export class GetOrganizationSessionSettingsResponse extends Message<GetOrganizationSessionSettingsResponse> {
793
+ export type GetOrganizationSessionSettingsResponse = Message<"scalekit.v1.organizations.GetOrganizationSessionSettingsResponse"> & {
1445
794
  /**
1446
795
  * @generated from field: string environment_id = 1;
1447
796
  */
1448
- environmentId = "";
797
+ environmentId: string;
1449
798
 
1450
799
  /**
1451
800
  * @generated from field: string organization_id = 2;
1452
801
  */
1453
- organizationId = "";
802
+ organizationId: string;
1454
803
 
1455
804
  /**
1456
805
  * @generated from field: scalekit.v1.organizations.OrganizationSessionSettings session_settings = 3;
1457
806
  */
1458
807
  sessionSettings?: OrganizationSessionSettings;
808
+ };
1459
809
 
1460
- constructor(data?: PartialMessage<GetOrganizationSessionSettingsResponse>) {
1461
- super();
1462
- proto3.util.initPartial(data, this);
1463
- }
1464
-
1465
- static readonly runtime: typeof proto3 = proto3;
1466
- static readonly typeName = "scalekit.v1.organizations.GetOrganizationSessionSettingsResponse";
1467
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1468
- { no: 1, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1469
- { no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1470
- { no: 3, name: "session_settings", kind: "message", T: OrganizationSessionSettings },
1471
- ]);
1472
-
1473
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrganizationSessionSettingsResponse {
1474
- return new GetOrganizationSessionSettingsResponse().fromBinary(bytes, options);
1475
- }
1476
-
1477
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrganizationSessionSettingsResponse {
1478
- return new GetOrganizationSessionSettingsResponse().fromJson(jsonValue, options);
1479
- }
1480
-
1481
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrganizationSessionSettingsResponse {
1482
- return new GetOrganizationSessionSettingsResponse().fromJsonString(jsonString, options);
1483
- }
1484
-
1485
- static equals(a: GetOrganizationSessionSettingsResponse | PlainMessage<GetOrganizationSessionSettingsResponse> | undefined, b: GetOrganizationSessionSettingsResponse | PlainMessage<GetOrganizationSessionSettingsResponse> | undefined): boolean {
1486
- return proto3.util.equals(GetOrganizationSessionSettingsResponse, a, b);
1487
- }
1488
- }
810
+ /**
811
+ * Describes the message scalekit.v1.organizations.GetOrganizationSessionSettingsResponse.
812
+ * Use `create(GetOrganizationSessionSettingsResponseSchema)` to create a new message.
813
+ */
814
+ export const GetOrganizationSessionSettingsResponseSchema: GenMessage<GetOrganizationSessionSettingsResponse> = /*@__PURE__*/
815
+ messageDesc(file_scalekit_v1_organizations_organizations, 29);
1489
816
 
1490
817
  /**
1491
818
  * @generated from message scalekit.v1.organizations.DeleteOrganizationSessionSettingsRequest
1492
819
  */
1493
- export class DeleteOrganizationSessionSettingsRequest extends Message<DeleteOrganizationSessionSettingsRequest> {
820
+ export type DeleteOrganizationSessionSettingsRequest = Message<"scalekit.v1.organizations.DeleteOrganizationSessionSettingsRequest"> & {
1494
821
  /**
1495
822
  * @generated from field: string id = 1;
1496
823
  */
1497
- id = "";
824
+ id: string;
1498
825
 
1499
826
  /**
1500
827
  * @generated from field: string environment_id = 2;
1501
828
  */
1502
- environmentId = "";
1503
-
1504
- constructor(data?: PartialMessage<DeleteOrganizationSessionSettingsRequest>) {
1505
- super();
1506
- proto3.util.initPartial(data, this);
1507
- }
1508
-
1509
- static readonly runtime: typeof proto3 = proto3;
1510
- static readonly typeName = "scalekit.v1.organizations.DeleteOrganizationSessionSettingsRequest";
1511
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1512
- { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1513
- { no: 2, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1514
- ]);
1515
-
1516
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteOrganizationSessionSettingsRequest {
1517
- return new DeleteOrganizationSessionSettingsRequest().fromBinary(bytes, options);
1518
- }
1519
-
1520
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteOrganizationSessionSettingsRequest {
1521
- return new DeleteOrganizationSessionSettingsRequest().fromJson(jsonValue, options);
1522
- }
829
+ environmentId: string;
830
+ };
1523
831
 
1524
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteOrganizationSessionSettingsRequest {
1525
- return new DeleteOrganizationSessionSettingsRequest().fromJsonString(jsonString, options);
1526
- }
1527
-
1528
- static equals(a: DeleteOrganizationSessionSettingsRequest | PlainMessage<DeleteOrganizationSessionSettingsRequest> | undefined, b: DeleteOrganizationSessionSettingsRequest | PlainMessage<DeleteOrganizationSessionSettingsRequest> | undefined): boolean {
1529
- return proto3.util.equals(DeleteOrganizationSessionSettingsRequest, a, b);
1530
- }
1531
- }
832
+ /**
833
+ * Describes the message scalekit.v1.organizations.DeleteOrganizationSessionSettingsRequest.
834
+ * Use `create(DeleteOrganizationSessionSettingsRequestSchema)` to create a new message.
835
+ */
836
+ export const DeleteOrganizationSessionSettingsRequestSchema: GenMessage<DeleteOrganizationSessionSettingsRequest> = /*@__PURE__*/
837
+ messageDesc(file_scalekit_v1_organizations_organizations, 30);
1532
838
 
1533
839
  /**
1534
840
  * @generated from message scalekit.v1.organizations.OrganizationSettings
1535
841
  */
1536
- export class OrganizationSettings extends Message<OrganizationSettings> {
842
+ export type OrganizationSettings = Message<"scalekit.v1.organizations.OrganizationSettings"> & {
1537
843
  /**
1538
844
  * @generated from field: repeated scalekit.v1.organizations.OrganizationSettingsFeature features = 1;
1539
845
  */
1540
- features: OrganizationSettingsFeature[] = [];
1541
-
1542
- constructor(data?: PartialMessage<OrganizationSettings>) {
1543
- super();
1544
- proto3.util.initPartial(data, this);
1545
- }
846
+ features: OrganizationSettingsFeature[];
847
+ };
1546
848
 
1547
- static readonly runtime: typeof proto3 = proto3;
1548
- static readonly typeName = "scalekit.v1.organizations.OrganizationSettings";
1549
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1550
- { no: 1, name: "features", kind: "message", T: OrganizationSettingsFeature, repeated: true },
1551
- ]);
1552
-
1553
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrganizationSettings {
1554
- return new OrganizationSettings().fromBinary(bytes, options);
1555
- }
1556
-
1557
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrganizationSettings {
1558
- return new OrganizationSettings().fromJson(jsonValue, options);
1559
- }
1560
-
1561
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrganizationSettings {
1562
- return new OrganizationSettings().fromJsonString(jsonString, options);
1563
- }
1564
-
1565
- static equals(a: OrganizationSettings | PlainMessage<OrganizationSettings> | undefined, b: OrganizationSettings | PlainMessage<OrganizationSettings> | undefined): boolean {
1566
- return proto3.util.equals(OrganizationSettings, a, b);
1567
- }
1568
- }
849
+ /**
850
+ * Describes the message scalekit.v1.organizations.OrganizationSettings.
851
+ * Use `create(OrganizationSettingsSchema)` to create a new message.
852
+ */
853
+ export const OrganizationSettingsSchema: GenMessage<OrganizationSettings> = /*@__PURE__*/
854
+ messageDesc(file_scalekit_v1_organizations_organizations, 31);
1569
855
 
1570
856
  /**
1571
857
  * @generated from message scalekit.v1.organizations.OrganizationSettingsFeature
1572
858
  */
1573
- export class OrganizationSettingsFeature extends Message<OrganizationSettingsFeature> {
859
+ export type OrganizationSettingsFeature = Message<"scalekit.v1.organizations.OrganizationSettingsFeature"> & {
1574
860
  /**
1575
861
  * @generated from field: string name = 1;
1576
862
  */
1577
- name = "";
863
+ name: string;
1578
864
 
1579
865
  /**
1580
866
  * @generated from field: bool enabled = 2;
1581
867
  */
1582
- enabled = false;
1583
-
1584
- constructor(data?: PartialMessage<OrganizationSettingsFeature>) {
1585
- super();
1586
- proto3.util.initPartial(data, this);
1587
- }
1588
-
1589
- static readonly runtime: typeof proto3 = proto3;
1590
- static readonly typeName = "scalekit.v1.organizations.OrganizationSettingsFeature";
1591
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1592
- { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1593
- { no: 2, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
1594
- ]);
1595
-
1596
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrganizationSettingsFeature {
1597
- return new OrganizationSettingsFeature().fromBinary(bytes, options);
1598
- }
868
+ enabled: boolean;
869
+ };
1599
870
 
1600
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrganizationSettingsFeature {
1601
- return new OrganizationSettingsFeature().fromJson(jsonValue, options);
1602
- }
1603
-
1604
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrganizationSettingsFeature {
1605
- return new OrganizationSettingsFeature().fromJsonString(jsonString, options);
1606
- }
1607
-
1608
- static equals(a: OrganizationSettingsFeature | PlainMessage<OrganizationSettingsFeature> | undefined, b: OrganizationSettingsFeature | PlainMessage<OrganizationSettingsFeature> | undefined): boolean {
1609
- return proto3.util.equals(OrganizationSettingsFeature, a, b);
1610
- }
1611
- }
871
+ /**
872
+ * Describes the message scalekit.v1.organizations.OrganizationSettingsFeature.
873
+ * Use `create(OrganizationSettingsFeatureSchema)` to create a new message.
874
+ */
875
+ export const OrganizationSettingsFeatureSchema: GenMessage<OrganizationSettingsFeature> = /*@__PURE__*/
876
+ messageDesc(file_scalekit_v1_organizations_organizations, 32);
1612
877
 
1613
878
  /**
1614
879
  * @generated from message scalekit.v1.organizations.UpsertUserManagementSettingsRequest
1615
880
  */
1616
- export class UpsertUserManagementSettingsRequest extends Message<UpsertUserManagementSettingsRequest> {
881
+ export type UpsertUserManagementSettingsRequest = Message<"scalekit.v1.organizations.UpsertUserManagementSettingsRequest"> & {
1617
882
  /**
1618
883
  * @generated from field: string organization_id = 1;
1619
884
  */
1620
- organizationId = "";
885
+ organizationId: string;
1621
886
 
1622
887
  /**
1623
888
  * @generated from field: scalekit.v1.organizations.OrganizationUserManagementSettings settings = 2;
1624
889
  */
1625
890
  settings?: OrganizationUserManagementSettings;
891
+ };
1626
892
 
1627
- constructor(data?: PartialMessage<UpsertUserManagementSettingsRequest>) {
1628
- super();
1629
- proto3.util.initPartial(data, this);
1630
- }
1631
-
1632
- static readonly runtime: typeof proto3 = proto3;
1633
- static readonly typeName = "scalekit.v1.organizations.UpsertUserManagementSettingsRequest";
1634
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1635
- { no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1636
- { no: 2, name: "settings", kind: "message", T: OrganizationUserManagementSettings },
1637
- ]);
1638
-
1639
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpsertUserManagementSettingsRequest {
1640
- return new UpsertUserManagementSettingsRequest().fromBinary(bytes, options);
1641
- }
1642
-
1643
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpsertUserManagementSettingsRequest {
1644
- return new UpsertUserManagementSettingsRequest().fromJson(jsonValue, options);
1645
- }
1646
-
1647
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpsertUserManagementSettingsRequest {
1648
- return new UpsertUserManagementSettingsRequest().fromJsonString(jsonString, options);
1649
- }
1650
-
1651
- static equals(a: UpsertUserManagementSettingsRequest | PlainMessage<UpsertUserManagementSettingsRequest> | undefined, b: UpsertUserManagementSettingsRequest | PlainMessage<UpsertUserManagementSettingsRequest> | undefined): boolean {
1652
- return proto3.util.equals(UpsertUserManagementSettingsRequest, a, b);
1653
- }
1654
- }
893
+ /**
894
+ * Describes the message scalekit.v1.organizations.UpsertUserManagementSettingsRequest.
895
+ * Use `create(UpsertUserManagementSettingsRequestSchema)` to create a new message.
896
+ */
897
+ export const UpsertUserManagementSettingsRequestSchema: GenMessage<UpsertUserManagementSettingsRequest> = /*@__PURE__*/
898
+ messageDesc(file_scalekit_v1_organizations_organizations, 33);
1655
899
 
1656
900
  /**
1657
901
  * @generated from message scalekit.v1.organizations.UpsertUserManagementSettingsResponse
1658
902
  */
1659
- export class UpsertUserManagementSettingsResponse extends Message<UpsertUserManagementSettingsResponse> {
903
+ export type UpsertUserManagementSettingsResponse = Message<"scalekit.v1.organizations.UpsertUserManagementSettingsResponse"> & {
1660
904
  /**
1661
905
  * @generated from field: scalekit.v1.organizations.OrganizationUserManagementSettings settings = 1;
1662
906
  */
1663
907
  settings?: OrganizationUserManagementSettings;
908
+ };
1664
909
 
1665
- constructor(data?: PartialMessage<UpsertUserManagementSettingsResponse>) {
1666
- super();
1667
- proto3.util.initPartial(data, this);
1668
- }
1669
-
1670
- static readonly runtime: typeof proto3 = proto3;
1671
- static readonly typeName = "scalekit.v1.organizations.UpsertUserManagementSettingsResponse";
1672
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1673
- { no: 1, name: "settings", kind: "message", T: OrganizationUserManagementSettings },
1674
- ]);
1675
-
1676
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpsertUserManagementSettingsResponse {
1677
- return new UpsertUserManagementSettingsResponse().fromBinary(bytes, options);
1678
- }
1679
-
1680
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpsertUserManagementSettingsResponse {
1681
- return new UpsertUserManagementSettingsResponse().fromJson(jsonValue, options);
1682
- }
1683
-
1684
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpsertUserManagementSettingsResponse {
1685
- return new UpsertUserManagementSettingsResponse().fromJsonString(jsonString, options);
1686
- }
1687
-
1688
- static equals(a: UpsertUserManagementSettingsResponse | PlainMessage<UpsertUserManagementSettingsResponse> | undefined, b: UpsertUserManagementSettingsResponse | PlainMessage<UpsertUserManagementSettingsResponse> | undefined): boolean {
1689
- return proto3.util.equals(UpsertUserManagementSettingsResponse, a, b);
1690
- }
1691
- }
910
+ /**
911
+ * Describes the message scalekit.v1.organizations.UpsertUserManagementSettingsResponse.
912
+ * Use `create(UpsertUserManagementSettingsResponseSchema)` to create a new message.
913
+ */
914
+ export const UpsertUserManagementSettingsResponseSchema: GenMessage<UpsertUserManagementSettingsResponse> = /*@__PURE__*/
915
+ messageDesc(file_scalekit_v1_organizations_organizations, 34);
1692
916
 
1693
917
  /**
1694
918
  * @generated from message scalekit.v1.organizations.GetOrganizationUserManagementSettingsRequest
1695
919
  */
1696
- export class GetOrganizationUserManagementSettingsRequest extends Message<GetOrganizationUserManagementSettingsRequest> {
920
+ export type GetOrganizationUserManagementSettingsRequest = Message<"scalekit.v1.organizations.GetOrganizationUserManagementSettingsRequest"> & {
1697
921
  /**
1698
922
  * @generated from field: string organization_id = 1;
1699
923
  */
1700
- organizationId = "";
1701
-
1702
- constructor(data?: PartialMessage<GetOrganizationUserManagementSettingsRequest>) {
1703
- super();
1704
- proto3.util.initPartial(data, this);
1705
- }
1706
-
1707
- static readonly runtime: typeof proto3 = proto3;
1708
- static readonly typeName = "scalekit.v1.organizations.GetOrganizationUserManagementSettingsRequest";
1709
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1710
- { no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1711
- ]);
1712
-
1713
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrganizationUserManagementSettingsRequest {
1714
- return new GetOrganizationUserManagementSettingsRequest().fromBinary(bytes, options);
1715
- }
924
+ organizationId: string;
925
+ };
1716
926
 
1717
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrganizationUserManagementSettingsRequest {
1718
- return new GetOrganizationUserManagementSettingsRequest().fromJson(jsonValue, options);
1719
- }
1720
-
1721
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrganizationUserManagementSettingsRequest {
1722
- return new GetOrganizationUserManagementSettingsRequest().fromJsonString(jsonString, options);
1723
- }
1724
-
1725
- static equals(a: GetOrganizationUserManagementSettingsRequest | PlainMessage<GetOrganizationUserManagementSettingsRequest> | undefined, b: GetOrganizationUserManagementSettingsRequest | PlainMessage<GetOrganizationUserManagementSettingsRequest> | undefined): boolean {
1726
- return proto3.util.equals(GetOrganizationUserManagementSettingsRequest, a, b);
1727
- }
1728
- }
927
+ /**
928
+ * Describes the message scalekit.v1.organizations.GetOrganizationUserManagementSettingsRequest.
929
+ * Use `create(GetOrganizationUserManagementSettingsRequestSchema)` to create a new message.
930
+ */
931
+ export const GetOrganizationUserManagementSettingsRequestSchema: GenMessage<GetOrganizationUserManagementSettingsRequest> = /*@__PURE__*/
932
+ messageDesc(file_scalekit_v1_organizations_organizations, 35);
1729
933
 
1730
934
  /**
1731
935
  * @generated from message scalekit.v1.organizations.GetOrganizationUserManagementSettingsResponse
1732
936
  */
1733
- export class GetOrganizationUserManagementSettingsResponse extends Message<GetOrganizationUserManagementSettingsResponse> {
937
+ export type GetOrganizationUserManagementSettingsResponse = Message<"scalekit.v1.organizations.GetOrganizationUserManagementSettingsResponse"> & {
1734
938
  /**
1735
939
  * @generated from field: scalekit.v1.organizations.OrganizationUserManagementSettings settings = 1;
1736
940
  */
1737
941
  settings?: OrganizationUserManagementSettings;
942
+ };
1738
943
 
1739
- constructor(data?: PartialMessage<GetOrganizationUserManagementSettingsResponse>) {
1740
- super();
1741
- proto3.util.initPartial(data, this);
1742
- }
1743
-
1744
- static readonly runtime: typeof proto3 = proto3;
1745
- static readonly typeName = "scalekit.v1.organizations.GetOrganizationUserManagementSettingsResponse";
1746
- static readonly fields: FieldList = proto3.util.newFieldList(() => [
1747
- { no: 1, name: "settings", kind: "message", T: OrganizationUserManagementSettings },
1748
- ]);
944
+ /**
945
+ * Describes the message scalekit.v1.organizations.GetOrganizationUserManagementSettingsResponse.
946
+ * Use `create(GetOrganizationUserManagementSettingsResponseSchema)` to create a new message.
947
+ */
948
+ export const GetOrganizationUserManagementSettingsResponseSchema: GenMessage<GetOrganizationUserManagementSettingsResponse> = /*@__PURE__*/
949
+ messageDesc(file_scalekit_v1_organizations_organizations, 36);
1749
950
 
1750
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrganizationUserManagementSettingsResponse {
1751
- return new GetOrganizationUserManagementSettingsResponse().fromBinary(bytes, options);
1752
- }
951
+ /**
952
+ * Feature represents the available features that can be enabled for an organization's portal link
953
+ *
954
+ * @generated from enum scalekit.v1.organizations.Feature
955
+ */
956
+ export enum Feature {
957
+ /**
958
+ * An unspecified or invalid feature value
959
+ *
960
+ * @generated from enum value: FEATURE_UNSPECIFIED = 0;
961
+ */
962
+ FEATURE_UNSPECIFIED = 0,
1753
963
 
1754
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrganizationUserManagementSettingsResponse {
1755
- return new GetOrganizationUserManagementSettingsResponse().fromJson(jsonValue, options);
1756
- }
964
+ /**
965
+ * @generated from enum value: UNSPECIFIED = 0 [deprecated = true];
966
+ * @deprecated
967
+ */
968
+ UNSPECIFIED = 0,
1757
969
 
1758
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrganizationUserManagementSettingsResponse {
1759
- return new GetOrganizationUserManagementSettingsResponse().fromJsonString(jsonString, options);
1760
- }
970
+ /**
971
+ * Enables directory synchronization configuration in the portal
972
+ *
973
+ * @generated from enum value: dir_sync = 1;
974
+ */
975
+ dir_sync = 1,
1761
976
 
1762
- static equals(a: GetOrganizationUserManagementSettingsResponse | PlainMessage<GetOrganizationUserManagementSettingsResponse> | undefined, b: GetOrganizationUserManagementSettingsResponse | PlainMessage<GetOrganizationUserManagementSettingsResponse> | undefined): boolean {
1763
- return proto3.util.equals(GetOrganizationUserManagementSettingsResponse, a, b);
1764
- }
977
+ /**
978
+ * Enables Single Sign-On (SSO) configuration in the portal
979
+ *
980
+ * @generated from enum value: sso = 2;
981
+ */
982
+ sso = 2,
1765
983
  }
1766
984
 
985
+ /**
986
+ * Describes the enum scalekit.v1.organizations.Feature.
987
+ */
988
+ export const FeatureSchema: GenEnum<Feature> = /*@__PURE__*/
989
+ enumDesc(file_scalekit_v1_organizations_organizations, 0);
990
+
991
+ /**
992
+ * @generated from service scalekit.v1.organizations.OrganizationService
993
+ */
994
+ export const OrganizationService: GenService<{
995
+ /**
996
+ * Create Organization
997
+ *
998
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.CreateOrganization
999
+ */
1000
+ createOrganization: {
1001
+ methodKind: "unary";
1002
+ input: typeof CreateOrganizationRequestSchema;
1003
+ output: typeof CreateOrganizationResponseSchema;
1004
+ },
1005
+ /**
1006
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.UpdateOrganization
1007
+ */
1008
+ updateOrganization: {
1009
+ methodKind: "unary";
1010
+ input: typeof UpdateOrganizationRequestSchema;
1011
+ output: typeof UpdateOrganizationResponseSchema;
1012
+ },
1013
+ /**
1014
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.GetOrganization
1015
+ */
1016
+ getOrganization: {
1017
+ methodKind: "unary";
1018
+ input: typeof GetOrganizationRequestSchema;
1019
+ output: typeof GetOrganizationResponseSchema;
1020
+ },
1021
+ /**
1022
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.ListOrganization
1023
+ */
1024
+ listOrganization: {
1025
+ methodKind: "unary";
1026
+ input: typeof ListOrganizationsRequestSchema;
1027
+ output: typeof ListOrganizationsResponseSchema;
1028
+ },
1029
+ /**
1030
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.SearchOrganization
1031
+ */
1032
+ searchOrganization: {
1033
+ methodKind: "unary";
1034
+ input: typeof SearchOrganizationsRequestSchema;
1035
+ output: typeof SearchOrganizationsResponseSchema;
1036
+ },
1037
+ /**
1038
+ * Delete an Organization
1039
+ *
1040
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.DeleteOrganization
1041
+ */
1042
+ deleteOrganization: {
1043
+ methodKind: "unary";
1044
+ input: typeof DeleteOrganizationRequestSchema;
1045
+ output: typeof EmptySchema;
1046
+ },
1047
+ /**
1048
+ * Generate Portal Link for Org
1049
+ *
1050
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.GeneratePortalLink
1051
+ */
1052
+ generatePortalLink: {
1053
+ methodKind: "unary";
1054
+ input: typeof GeneratePortalLinkRequestSchema;
1055
+ output: typeof GeneratePortalLinkResponseSchema;
1056
+ },
1057
+ /**
1058
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.DeletePortalLink
1059
+ */
1060
+ deletePortalLink: {
1061
+ methodKind: "unary";
1062
+ input: typeof DeletePortalLinkRequestSchema;
1063
+ output: typeof EmptySchema;
1064
+ },
1065
+ /**
1066
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.DeletePortalLinkByID
1067
+ */
1068
+ deletePortalLinkByID: {
1069
+ methodKind: "unary";
1070
+ input: typeof DeletePortalLinkByIdRequestSchema;
1071
+ output: typeof EmptySchema;
1072
+ },
1073
+ /**
1074
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.GetPortalLinks
1075
+ */
1076
+ getPortalLinks: {
1077
+ methodKind: "unary";
1078
+ input: typeof GetPortalLinkRequestSchema;
1079
+ output: typeof GetPortalLinksResponseSchema;
1080
+ },
1081
+ /**
1082
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.UpdateOrganizationSettings
1083
+ */
1084
+ updateOrganizationSettings: {
1085
+ methodKind: "unary";
1086
+ input: typeof UpdateOrganizationSettingsRequestSchema;
1087
+ output: typeof GetOrganizationResponseSchema;
1088
+ },
1089
+ /**
1090
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.CreateOrganizationSessionSettings
1091
+ */
1092
+ createOrganizationSessionSettings: {
1093
+ methodKind: "unary";
1094
+ input: typeof CreateOrganizationSessionSettingsRequestSchema;
1095
+ output: typeof CreateOrganizationSessionSettingsResponseSchema;
1096
+ },
1097
+ /**
1098
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.GetOrganizationSessionSettings
1099
+ */
1100
+ getOrganizationSessionSettings: {
1101
+ methodKind: "unary";
1102
+ input: typeof GetOrganizationSessionSettingsRequestSchema;
1103
+ output: typeof GetOrganizationSessionSettingsResponseSchema;
1104
+ },
1105
+ /**
1106
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.UpdateOrganizationSessionSettings
1107
+ */
1108
+ updateOrganizationSessionSettings: {
1109
+ methodKind: "unary";
1110
+ input: typeof UpdateOrganizationSessionSettingsRequestSchema;
1111
+ output: typeof UpdateOrganizationSessionSettingsResponseSchema;
1112
+ },
1113
+ /**
1114
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.DeleteOrganizationSessionSettings
1115
+ */
1116
+ deleteOrganizationSessionSettings: {
1117
+ methodKind: "unary";
1118
+ input: typeof DeleteOrganizationSessionSettingsRequestSchema;
1119
+ output: typeof EmptySchema;
1120
+ },
1121
+ /**
1122
+ * Update user management setting for an organization
1123
+ *
1124
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.UpsertUserManagementSettings
1125
+ */
1126
+ upsertUserManagementSettings: {
1127
+ methodKind: "unary";
1128
+ input: typeof UpsertUserManagementSettingsRequestSchema;
1129
+ output: typeof UpsertUserManagementSettingsResponseSchema;
1130
+ },
1131
+ /**
1132
+ * @generated from rpc scalekit.v1.organizations.OrganizationService.GetOrganizationUserManagementSetting
1133
+ */
1134
+ getOrganizationUserManagementSetting: {
1135
+ methodKind: "unary";
1136
+ input: typeof GetOrganizationUserManagementSettingsRequestSchema;
1137
+ output: typeof GetOrganizationUserManagementSettingsResponseSchema;
1138
+ },
1139
+ }> = /*@__PURE__*/
1140
+ serviceDesc(file_scalekit_v1_organizations_organizations, 0);
1141
+