@virtru/dsp-sdk 0.1.10 → 0.1.11-pr611.d602a68b

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 (32) hide show
  1. package/.rush/temp/operation/_phase_build/state.json +1 -1
  2. package/.rush/temp/package-deps__phase_build.json +19 -15
  3. package/dist/src/gen/config/v1/config_pb.d.ts +231 -0
  4. package/dist/src/gen/config/v1/config_pb.js +100 -9
  5. package/dist/src/gen/config/v1/kas_config_pb.d.ts +128 -0
  6. package/dist/src/gen/config/v1/kas_config_pb.js +67 -0
  7. package/dist/src/gen/config/v1/meta_pb.js +3 -5
  8. package/dist/src/gen/config/v1/outlook_config_pb.d.ts +178 -0
  9. package/dist/src/gen/config/v1/outlook_config_pb.js +62 -0
  10. package/dist/src/gen/config/v1/secureviewer_config_pb.d.ts +114 -0
  11. package/dist/src/gen/config/v1/secureviewer_config_pb.js +62 -0
  12. package/dist/src/gen/config/v1/tagging_pb.js +3 -5
  13. package/dist/src/gen/policyimportexport/v1/policy_import_export_pb.js +3 -5
  14. package/dist/src/gen/shared/v1/shared_pb.js +3 -5
  15. package/dist/src/gen/tagging/pdp/v2/tagging_pb.js +3 -5
  16. package/dist/src/gen/version/v1/version_pb.js +3 -5
  17. package/package.json +1 -1
  18. package/src/gen/config/formatters/testdata/v1/test_pb.ts +0 -6
  19. package/src/gen/config/v1/config_pb.ts +307 -11
  20. package/src/gen/config/v1/kas_config_pb.ts +177 -0
  21. package/src/gen/config/v1/meta_pb.ts +0 -6
  22. package/src/gen/config/v1/outlook_config_pb.ts +236 -0
  23. package/src/gen/config/v1/secureviewer_config_pb.ts +155 -0
  24. package/src/gen/config/v1/tagging_pb.ts +0 -6
  25. package/src/gen/policyimportexport/v1/policy_import_export_pb.ts +0 -6
  26. package/src/gen/shared/v1/shared_pb.ts +0 -6
  27. package/src/gen/shared/v2/shared_pb.ts +0 -6
  28. package/src/gen/tagging/pdp/v2/externalprocessors/processor_pb.ts +0 -6
  29. package/src/gen/tagging/pdp/v2/stanag/stanag_pb.ts +0 -6
  30. package/src/gen/tagging/pdp/v2/tagging_pb.ts +0 -6
  31. package/src/gen/version/v1/version_pb.ts +0 -6
  32. package/src/gen/web-admin/v1/config_pb.ts +167 -0
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 5435.617602000013
2
+ "nonCachedDurationMs": 7369.527890980244
3
3
  }
@@ -2,26 +2,30 @@
2
2
  "files": {
3
3
  "libraries/dsp-sdk/.gitignore": "63ff9c3c57396245247098596ed79b36fd1d76a6",
4
4
  "libraries/dsp-sdk/.prettierrc": "544138be45652abc7bc3873341deacd3f4f90c61",
5
- "libraries/dsp-sdk/CHANGELOG.json": "59c5b8d6b962b0fd3ce92887e815ba4939b594a5",
6
- "libraries/dsp-sdk/CHANGELOG.md": "b5e39356c00ca4c681fe2a7aca417671b37770b8",
5
+ "libraries/dsp-sdk/CHANGELOG.json": "251609bf14f252c3298ae3db9581e4222337c383",
6
+ "libraries/dsp-sdk/CHANGELOG.md": "f8b15e539bfe68fa10980de070d79528da9ba9bf",
7
7
  "libraries/dsp-sdk/README.md": "c680864c4d569416235cb0b114fa68207ddfc667",
8
8
  "libraries/dsp-sdk/eslint.config.mjs": "a0b9402f6b9a945b8610d66a0b564c7b59238aba",
9
- "libraries/dsp-sdk/package.json": "05fe0ad2078f7d20ea20e7f369f3c722fab047bd",
9
+ "libraries/dsp-sdk/package.json": "9e7d4ccb8917685326b54530fd6eee3caffb674e",
10
10
  "libraries/dsp-sdk/src/gen/buf/validate/validate_pb.ts": "f944ab8ae554fdc9cc773fdd55fd90557407f8c6",
11
- "libraries/dsp-sdk/src/gen/config/formatters/testdata/v1/test_pb.ts": "6875e00a5ea2500550890b52aa82b98ccba04692",
12
- "libraries/dsp-sdk/src/gen/config/v1/config_pb.ts": "814d6ff867840fc1e932456a1033cdc8b9efe7e8",
13
- "libraries/dsp-sdk/src/gen/config/v1/meta_pb.ts": "e895cd00db68fb3e164c0f9d1d22aa91ce9a04fb",
14
- "libraries/dsp-sdk/src/gen/config/v1/tagging_pb.ts": "73e7d5af233035f18b41c9a767c723380cd32fe3",
11
+ "libraries/dsp-sdk/src/gen/config/formatters/testdata/v1/test_pb.ts": "f424a02061aa2477be8524afdd19a32024ab3f54",
12
+ "libraries/dsp-sdk/src/gen/config/v1/config_pb.ts": "1a41b17e189997cab3e3aea0a99b1c2df0e09da3",
13
+ "libraries/dsp-sdk/src/gen/config/v1/kas_config_pb.ts": "a3fc66c944220dd22d9d8abe6c58a72df8b507e5",
14
+ "libraries/dsp-sdk/src/gen/config/v1/meta_pb.ts": "0096da14e81cc90502d6c07284bc82557e3e9436",
15
+ "libraries/dsp-sdk/src/gen/config/v1/outlook_config_pb.ts": "6eb87d9883610085780fc2b0b462213034af5bbc",
16
+ "libraries/dsp-sdk/src/gen/config/v1/secureviewer_config_pb.ts": "945b2482e0ad2f145ec220fd63426ce4c11edc08",
17
+ "libraries/dsp-sdk/src/gen/config/v1/tagging_pb.ts": "85ae3a5f11beaa789768d892e8342fa4f065dba4",
15
18
  "libraries/dsp-sdk/src/gen/google/api/annotations_pb.ts": "055c67af9722191301430f4b0cd89864e842ccef",
16
19
  "libraries/dsp-sdk/src/gen/google/api/http_pb.ts": "5d02eb9453fa2a4b3acbfabde8bdb0e5c99af73d",
17
20
  "libraries/dsp-sdk/src/gen/helloworld/v1/helloworld_pb.ts": "0128a53289cf5d6c1647581c9acef28f98b5928f",
18
- "libraries/dsp-sdk/src/gen/policyimportexport/v1/policy_import_export_pb.ts": "b7c4ab80fc0eb402384b3089040ee7d71946f192",
19
- "libraries/dsp-sdk/src/gen/shared/v1/shared_pb.ts": "d839e04c4e8a246b54366897c4536a9c27e1d3c1",
20
- "libraries/dsp-sdk/src/gen/shared/v2/shared_pb.ts": "0a3fc851ec6c333883849797374db166bce11d7a",
21
- "libraries/dsp-sdk/src/gen/tagging/pdp/v2/externalprocessors/processor_pb.ts": "b860748174906cd7306b465ab08871bf30535c9a",
22
- "libraries/dsp-sdk/src/gen/tagging/pdp/v2/stanag/stanag_pb.ts": "0e27454e14de6012a69de4c38a4198f0f4c23aeb",
23
- "libraries/dsp-sdk/src/gen/tagging/pdp/v2/tagging_pb.ts": "0775584ab0bf384e15e82898b44ad55dfcd76894",
24
- "libraries/dsp-sdk/src/gen/version/v1/version_pb.ts": "1d566636fe3011499fdbf21269537a677e3c3227",
21
+ "libraries/dsp-sdk/src/gen/policyimportexport/v1/policy_import_export_pb.ts": "2d8837752d1909a1192269c87039be4a7bc41afc",
22
+ "libraries/dsp-sdk/src/gen/shared/v1/shared_pb.ts": "26157a223ea7002c3aca164a48e86f40aa8d092e",
23
+ "libraries/dsp-sdk/src/gen/shared/v2/shared_pb.ts": "0e690cf783a83e8ad785d0a134b83286bbd1cd9a",
24
+ "libraries/dsp-sdk/src/gen/tagging/pdp/v2/externalprocessors/processor_pb.ts": "67add2105fc9bf65ab6f65454040bd0b5c5c61cf",
25
+ "libraries/dsp-sdk/src/gen/tagging/pdp/v2/stanag/stanag_pb.ts": "68b79cb24d36376dd66c8b55de7bf79eb563a0c9",
26
+ "libraries/dsp-sdk/src/gen/tagging/pdp/v2/tagging_pb.ts": "3fccc3f2aaf2cf45d539f19717708bf719366894",
27
+ "libraries/dsp-sdk/src/gen/version/v1/version_pb.ts": "482c6b47f9dc0777b54634956313bb7a3e3f7531",
28
+ "libraries/dsp-sdk/src/gen/web-admin/v1/config_pb.ts": "d5f9afa1fcf63696e3c8d6a6e915917b169d2d44",
25
29
  "libraries/dsp-sdk/src/index.ts": "4c65127c2357d34e74a124837c6ce7da9385cffa",
26
30
  "libraries/dsp-sdk/src/lib/client.ts": "33c17d132de7bb27d10fe34c78c31c62c70fd03d",
27
31
  "libraries/dsp-sdk/src/lib/dsp.ts": "f11b0270e65edd03a1f3e28f8a7dea24dd55f2bc",
@@ -37,5 +41,5 @@
37
41
  "libraries/dsp-sdk/vitest.config.ts": "a73223aad1dd4af267c277821cc7c3de2e024f6d",
38
42
  "libraries/dsp-sdk/.rush/temp/shrinkwrap-deps.json": "0239a7e64d1694495de9fc05495f1211475e1d05"
39
43
  },
40
- "arguments": "heft build --clean --production"
44
+ "arguments": "heft build --clean "
41
45
  }
@@ -1,5 +1,8 @@
1
1
  import type { GenFile, GenMessage, GenService } from '@bufbuild/protobuf/codegenv1';
2
2
  import type { TaggingPDPConfig, TaggingPDPConfigVersion } from './tagging_pb';
3
+ import type { KASConfig, KASConfigVersion } from './kas_config_pb';
4
+ import type { SecureViewerConfig, SecureViewerConfigVersion } from './secureviewer_config_pb';
5
+ import type { OutlookConfig, OutlookConfigVersion } from './outlook_config_pb';
3
6
  import type { Message } from '@bufbuild/protobuf';
4
7
  /**
5
8
  * Describes the file config/v1/config.proto.
@@ -23,6 +26,60 @@ export type GetTaggingPDPConfigResponse = Message<'config.v1.GetTaggingPDPConfig
23
26
  * Use `create(GetTaggingPDPConfigResponseSchema)` to create a new message.
24
27
  */
25
28
  export declare const GetTaggingPDPConfigResponseSchema: GenMessage<GetTaggingPDPConfigResponse>;
29
+ /**
30
+ * @generated from message config.v1.GetSecureViewerConfigResponse
31
+ */
32
+ export type GetSecureViewerConfigResponse = Message<'config.v1.GetSecureViewerConfigResponse'> & {
33
+ /**
34
+ * @generated from field: string value = 1;
35
+ */
36
+ value: string;
37
+ /**
38
+ * @generated from field: string json_schema = 2;
39
+ */
40
+ jsonSchema: string;
41
+ };
42
+ /**
43
+ * Describes the message config.v1.GetSecureViewerConfigResponse.
44
+ * Use `create(GetSecureViewerConfigResponseSchema)` to create a new message.
45
+ */
46
+ export declare const GetSecureViewerConfigResponseSchema: GenMessage<GetSecureViewerConfigResponse>;
47
+ /**
48
+ * @generated from message config.v1.GetKASConfigResponse
49
+ */
50
+ export type GetKASConfigResponse = Message<'config.v1.GetKASConfigResponse'> & {
51
+ /**
52
+ * @generated from field: string value = 1;
53
+ */
54
+ value: string;
55
+ /**
56
+ * @generated from field: string json_schema = 2;
57
+ */
58
+ jsonSchema: string;
59
+ };
60
+ /**
61
+ * Describes the message config.v1.GetKASConfigResponse.
62
+ * Use `create(GetKASConfigResponseSchema)` to create a new message.
63
+ */
64
+ export declare const GetKASConfigResponseSchema: GenMessage<GetKASConfigResponse>;
65
+ /**
66
+ * @generated from message config.v1.GetOutlookConfigResponse
67
+ */
68
+ export type GetOutlookConfigResponse = Message<'config.v1.GetOutlookConfigResponse'> & {
69
+ /**
70
+ * @generated from field: string value = 1;
71
+ */
72
+ value: string;
73
+ /**
74
+ * @generated from field: string json_schema = 2;
75
+ */
76
+ jsonSchema: string;
77
+ };
78
+ /**
79
+ * Describes the message config.v1.GetOutlookConfigResponse.
80
+ * Use `create(GetOutlookConfigResponseSchema)` to create a new message.
81
+ */
82
+ export declare const GetOutlookConfigResponseSchema: GenMessage<GetOutlookConfigResponse>;
26
83
  /**
27
84
  * @generated from message config.v1.GetTaggingPDPConfigRequest
28
85
  */
@@ -65,6 +122,132 @@ export type SetTaggingPDPConfigResponse = Message<'config.v1.SetTaggingPDPConfig
65
122
  * Use `create(SetTaggingPDPConfigResponseSchema)` to create a new message.
66
123
  */
67
124
  export declare const SetTaggingPDPConfigResponseSchema: GenMessage<SetTaggingPDPConfigResponse>;
125
+ /**
126
+ * @generated from message config.v1.GetSecureViewerConfigRequest
127
+ */
128
+ export type GetSecureViewerConfigRequest = Message<'config.v1.GetSecureViewerConfigRequest'> & {
129
+ /**
130
+ * @generated from field: config.v1.SecureViewerConfigVersion version = 1;
131
+ */
132
+ version: SecureViewerConfigVersion;
133
+ };
134
+ /**
135
+ * Describes the message config.v1.GetSecureViewerConfigRequest.
136
+ * Use `create(GetSecureViewerConfigRequestSchema)` to create a new message.
137
+ */
138
+ export declare const GetSecureViewerConfigRequestSchema: GenMessage<GetSecureViewerConfigRequest>;
139
+ /**
140
+ * @generated from message config.v1.SetSecureViewerConfigRequest
141
+ */
142
+ export type SetSecureViewerConfigRequest = Message<'config.v1.SetSecureViewerConfigRequest'> & {
143
+ /**
144
+ * @generated from field: config.v1.SecureViewerConfig config = 1;
145
+ */
146
+ config?: SecureViewerConfig;
147
+ };
148
+ /**
149
+ * Describes the message config.v1.SetSecureViewerConfigRequest.
150
+ * Use `create(SetSecureViewerConfigRequestSchema)` to create a new message.
151
+ */
152
+ export declare const SetSecureViewerConfigRequestSchema: GenMessage<SetSecureViewerConfigRequest>;
153
+ /**
154
+ * @generated from message config.v1.SetSecureViewerConfigResponse
155
+ */
156
+ export type SetSecureViewerConfigResponse = Message<'config.v1.SetSecureViewerConfigResponse'> & {
157
+ /**
158
+ * @generated from field: config.v1.SecureViewerConfig config = 1;
159
+ */
160
+ config?: SecureViewerConfig;
161
+ };
162
+ /**
163
+ * Describes the message config.v1.SetSecureViewerConfigResponse.
164
+ * Use `create(SetSecureViewerConfigResponseSchema)` to create a new message.
165
+ */
166
+ export declare const SetSecureViewerConfigResponseSchema: GenMessage<SetSecureViewerConfigResponse>;
167
+ /**
168
+ * @generated from message config.v1.GetOutlookConfigRequest
169
+ */
170
+ export type GetOutlookConfigRequest = Message<'config.v1.GetOutlookConfigRequest'> & {
171
+ /**
172
+ * @generated from field: config.v1.OutlookConfigVersion version = 1;
173
+ */
174
+ version: OutlookConfigVersion;
175
+ };
176
+ /**
177
+ * Describes the message config.v1.GetOutlookConfigRequest.
178
+ * Use `create(GetOutlookConfigRequestSchema)` to create a new message.
179
+ */
180
+ export declare const GetOutlookConfigRequestSchema: GenMessage<GetOutlookConfigRequest>;
181
+ /**
182
+ * @generated from message config.v1.SetOutlookConfigRequest
183
+ */
184
+ export type SetOutlookConfigRequest = Message<'config.v1.SetOutlookConfigRequest'> & {
185
+ /**
186
+ * @generated from field: config.v1.OutlookConfig config = 1;
187
+ */
188
+ config?: OutlookConfig;
189
+ };
190
+ /**
191
+ * Describes the message config.v1.SetOutlookConfigRequest.
192
+ * Use `create(SetOutlookConfigRequestSchema)` to create a new message.
193
+ */
194
+ export declare const SetOutlookConfigRequestSchema: GenMessage<SetOutlookConfigRequest>;
195
+ /**
196
+ * @generated from message config.v1.SetOutlookConfigResponse
197
+ */
198
+ export type SetOutlookConfigResponse = Message<'config.v1.SetOutlookConfigResponse'> & {
199
+ /**
200
+ * @generated from field: config.v1.OutlookConfig config = 1;
201
+ */
202
+ config?: OutlookConfig;
203
+ };
204
+ /**
205
+ * Describes the message config.v1.SetOutlookConfigResponse.
206
+ * Use `create(SetOutlookConfigResponseSchema)` to create a new message.
207
+ */
208
+ export declare const SetOutlookConfigResponseSchema: GenMessage<SetOutlookConfigResponse>;
209
+ /**
210
+ * @generated from message config.v1.GetKASConfigRequest
211
+ */
212
+ export type GetKASConfigRequest = Message<'config.v1.GetKASConfigRequest'> & {
213
+ /**
214
+ * @generated from field: config.v1.KASConfigVersion version = 1;
215
+ */
216
+ version: KASConfigVersion;
217
+ };
218
+ /**
219
+ * Describes the message config.v1.GetKASConfigRequest.
220
+ * Use `create(GetKASConfigRequestSchema)` to create a new message.
221
+ */
222
+ export declare const GetKASConfigRequestSchema: GenMessage<GetKASConfigRequest>;
223
+ /**
224
+ * @generated from message config.v1.SetKASConfigRequest
225
+ */
226
+ export type SetKASConfigRequest = Message<'config.v1.SetKASConfigRequest'> & {
227
+ /**
228
+ * @generated from field: config.v1.KASConfig config = 1;
229
+ */
230
+ config?: KASConfig;
231
+ };
232
+ /**
233
+ * Describes the message config.v1.SetKASConfigRequest.
234
+ * Use `create(SetKASConfigRequestSchema)` to create a new message.
235
+ */
236
+ export declare const SetKASConfigRequestSchema: GenMessage<SetKASConfigRequest>;
237
+ /**
238
+ * @generated from message config.v1.SetKASConfigResponse
239
+ */
240
+ export type SetKASConfigResponse = Message<'config.v1.SetKASConfigResponse'> & {
241
+ /**
242
+ * @generated from field: config.v1.KASConfig config = 1;
243
+ */
244
+ config?: KASConfig;
245
+ };
246
+ /**
247
+ * Describes the message config.v1.SetKASConfigResponse.
248
+ * Use `create(SetKASConfigResponseSchema)` to create a new message.
249
+ */
250
+ export declare const SetKASConfigResponseSchema: GenMessage<SetKASConfigResponse>;
68
251
  /**
69
252
  * @generated from service config.v1.ConfigService
70
253
  */
@@ -85,4 +268,52 @@ export declare const ConfigService: GenService<{
85
268
  input: typeof SetTaggingPDPConfigRequestSchema;
86
269
  output: typeof SetTaggingPDPConfigResponseSchema;
87
270
  };
271
+ /**
272
+ * @generated from rpc config.v1.ConfigService.GetSecureViewerConfig
273
+ */
274
+ getSecureViewerConfig: {
275
+ methodKind: 'unary';
276
+ input: typeof GetSecureViewerConfigRequestSchema;
277
+ output: typeof GetSecureViewerConfigResponseSchema;
278
+ };
279
+ /**
280
+ * @generated from rpc config.v1.ConfigService.SetSecureViewerConfig
281
+ */
282
+ setSecureViewerConfig: {
283
+ methodKind: 'unary';
284
+ input: typeof SetSecureViewerConfigRequestSchema;
285
+ output: typeof SetSecureViewerConfigResponseSchema;
286
+ };
287
+ /**
288
+ * @generated from rpc config.v1.ConfigService.GetOutlookConfig
289
+ */
290
+ getOutlookConfig: {
291
+ methodKind: 'unary';
292
+ input: typeof GetOutlookConfigRequestSchema;
293
+ output: typeof GetOutlookConfigResponseSchema;
294
+ };
295
+ /**
296
+ * @generated from rpc config.v1.ConfigService.SetOutlookConfig
297
+ */
298
+ setOutlookConfig: {
299
+ methodKind: 'unary';
300
+ input: typeof SetOutlookConfigRequestSchema;
301
+ output: typeof SetOutlookConfigResponseSchema;
302
+ };
303
+ /**
304
+ * @generated from rpc config.v1.ConfigService.GetKASConfig
305
+ */
306
+ getKASConfig: {
307
+ methodKind: 'unary';
308
+ input: typeof GetKASConfigRequestSchema;
309
+ output: typeof GetKASConfigResponseSchema;
310
+ };
311
+ /**
312
+ * @generated from rpc config.v1.ConfigService.SetKASConfig
313
+ */
314
+ setKASConfig: {
315
+ methodKind: 'unary';
316
+ input: typeof SetKASConfigRequestSchema;
317
+ output: typeof SetKASConfigResponseSchema;
318
+ };
88
319
  }>;
@@ -1,17 +1,24 @@
1
- /*
2
- * Copyright (c) Virtru Corporation. All rights reserved.
3
- *
4
- * Your use of this file is governed by the Virtu Terms of Service <https://www.virtru.com/terms-of-service/>.
5
- */
1
+ // @generated by protoc-gen-es v2.3.0 with parameter "target=ts"
2
+ // @generated from file config/v1/config.proto (package config.v1, syntax proto3)
3
+ /* eslint-disable */
6
4
  import { fileDesc, messageDesc, serviceDesc, } from '@bufbuild/protobuf/codegenv1';
7
5
  import { file_buf_validate_validate } from '../../buf/validate/validate_pb';
8
6
  import { file_config_v1_tagging } from './tagging_pb';
7
+ import { file_config_v1_kas_config } from './kas_config_pb';
8
+ import { file_config_v1_secureviewer_config } from './secureviewer_config_pb';
9
+ import { file_config_v1_outlook_config } from './outlook_config_pb';
9
10
  /**
10
11
  * Describes the file config/v1/config.proto.
11
12
  */
12
13
  export const file_config_v1_config =
13
14
  /*@__PURE__*/
14
- fileDesc('ChZjb25maWcvdjEvY29uZmlnLnByb3RvEgljb25maWcudjEiQQobR2V0VGFnZ2luZ1BEUENvbmZpZ1Jlc3BvbnNlEg0KBXZhbHVlGAEgASgJEhMKC2pzb25fc2NoZW1hGAIgASgJIlkKGkdldFRhZ2dpbmdQRFBDb25maWdSZXF1ZXN0EjsKB3ZlcnNpb24YASABKA4yIi5jb25maWcudjEuVGFnZ2luZ1BEUENvbmZpZ1ZlcnNpb25CBrpIA8gBASJJChpTZXRUYWdnaW5nUERQQ29uZmlnUmVxdWVzdBIrCgZjb25maWcYASABKAsyGy5jb25maWcudjEuVGFnZ2luZ1BEUENvbmZpZyJKChtTZXRUYWdnaW5nUERQQ29uZmlnUmVzcG9uc2USKwoGY29uZmlnGAEgASgLMhsuY29uZmlnLnYxLlRhZ2dpbmdQRFBDb25maWcy3wEKDUNvbmZpZ1NlcnZpY2USZgoTR2V0VGFnZ2luZ1BEUENvbmZpZxIlLmNvbmZpZy52MS5HZXRUYWdnaW5nUERQQ29uZmlnUmVxdWVzdBomLmNvbmZpZy52MS5HZXRUYWdnaW5nUERQQ29uZmlnUmVzcG9uc2UiABJmChNTZXRUYWdnaW5nUERQQ29uZmlnEiUuY29uZmlnLnYxLlNldFRhZ2dpbmdQRFBDb25maWdSZXF1ZXN0GiYuY29uZmlnLnYxLlNldFRhZ2dpbmdQRFBDb25maWdSZXNwb25zZSIAQq4BCg1jb20uY29uZmlnLnYxQgtDb25maWdQcm90b1ABWktnaXRodWIuY29tL3ZpcnRydS1jb3JwL2RhdGEtc2VjdXJpdHktcGxhdGZvcm0vc2RrL3YyL2dlbi9jb25maWcvdjE7Y29uZmlndjGiAgNDWFiqAglDb25maWcuVjHKAglDb25maWdcVjHiAhVDb25maWdcVjFcR1BCTWV0YWRhdGHqAgpDb25maWc6OlYxYgZwcm90bzM', [file_buf_validate_validate, file_config_v1_tagging]);
15
+ fileDesc('ChZjb25maWcvdjEvY29uZmlnLnByb3RvEgljb25maWcudjEiQQobR2V0VGFnZ2luZ1BEUENvbmZpZ1Jlc3BvbnNlEg0KBXZhbHVlGAEgASgJEhMKC2pzb25fc2NoZW1hGAIgASgJIkMKHUdldFNlY3VyZVZpZXdlckNvbmZpZ1Jlc3BvbnNlEg0KBXZhbHVlGAEgASgJEhMKC2pzb25fc2NoZW1hGAIgASgJIjoKFEdldEtBU0NvbmZpZ1Jlc3BvbnNlEg0KBXZhbHVlGAEgASgJEhMKC2pzb25fc2NoZW1hGAIgASgJIj4KGEdldE91dGxvb2tDb25maWdSZXNwb25zZRINCgV2YWx1ZRgBIAEoCRITCgtqc29uX3NjaGVtYRgCIAEoCSJZChpHZXRUYWdnaW5nUERQQ29uZmlnUmVxdWVzdBI7Cgd2ZXJzaW9uGAEgASgOMiIuY29uZmlnLnYxLlRhZ2dpbmdQRFBDb25maWdWZXJzaW9uQga6SAPIAQEiSQoaU2V0VGFnZ2luZ1BEUENvbmZpZ1JlcXVlc3QSKwoGY29uZmlnGAEgASgLMhsuY29uZmlnLnYxLlRhZ2dpbmdQRFBDb25maWciSgobU2V0VGFnZ2luZ1BEUENvbmZpZ1Jlc3BvbnNlEisKBmNvbmZpZxgBIAEoCzIbLmNvbmZpZy52MS5UYWdnaW5nUERQQ29uZmlnIl0KHEdldFNlY3VyZVZpZXdlckNvbmZpZ1JlcXVlc3QSPQoHdmVyc2lvbhgBIAEoDjIkLmNvbmZpZy52MS5TZWN1cmVWaWV3ZXJDb25maWdWZXJzaW9uQga6SAPIAQEiTQocU2V0U2VjdXJlVmlld2VyQ29uZmlnUmVxdWVzdBItCgZjb25maWcYASABKAsyHS5jb25maWcudjEuU2VjdXJlVmlld2VyQ29uZmlnIk4KHVNldFNlY3VyZVZpZXdlckNvbmZpZ1Jlc3BvbnNlEi0KBmNvbmZpZxgBIAEoCzIdLmNvbmZpZy52MS5TZWN1cmVWaWV3ZXJDb25maWciUwoXR2V0T3V0bG9va0NvbmZpZ1JlcXVlc3QSOAoHdmVyc2lvbhgBIAEoDjIfLmNvbmZpZy52MS5PdXRsb29rQ29uZmlnVmVyc2lvbkIGukgDyAEBIkMKF1NldE91dGxvb2tDb25maWdSZXF1ZXN0EigKBmNvbmZpZxgBIAEoCzIYLmNvbmZpZy52MS5PdXRsb29rQ29uZmlnIkQKGFNldE91dGxvb2tDb25maWdSZXNwb25zZRIoCgZjb25maWcYASABKAsyGC5jb25maWcudjEuT3V0bG9va0NvbmZpZyJLChNHZXRLQVNDb25maWdSZXF1ZXN0EjQKB3ZlcnNpb24YASABKA4yGy5jb25maWcudjEuS0FTQ29uZmlnVmVyc2lvbkIGukgDyAEBIjsKE1NldEtBU0NvbmZpZ1JlcXVlc3QSJAoGY29uZmlnGAEgASgLMhQuY29uZmlnLnYxLktBU0NvbmZpZyI8ChRTZXRLQVNDb25maWdSZXNwb25zZRIkCgZjb25maWcYASABKAsyFC5jb25maWcudjEuS0FTQ29uZmlnMp8GCg1Db25maWdTZXJ2aWNlEmYKE0dldFRhZ2dpbmdQRFBDb25maWcSJS5jb25maWcudjEuR2V0VGFnZ2luZ1BEUENvbmZpZ1JlcXVlc3QaJi5jb25maWcudjEuR2V0VGFnZ2luZ1BEUENvbmZpZ1Jlc3BvbnNlIgASZgoTU2V0VGFnZ2luZ1BEUENvbmZpZxIlLmNvbmZpZy52MS5TZXRUYWdnaW5nUERQQ29uZmlnUmVxdWVzdBomLmNvbmZpZy52MS5TZXRUYWdnaW5nUERQQ29uZmlnUmVzcG9uc2UiABJsChVHZXRTZWN1cmVWaWV3ZXJDb25maWcSJy5jb25maWcudjEuR2V0U2VjdXJlVmlld2VyQ29uZmlnUmVxdWVzdBooLmNvbmZpZy52MS5HZXRTZWN1cmVWaWV3ZXJDb25maWdSZXNwb25zZSIAEmwKFVNldFNlY3VyZVZpZXdlckNvbmZpZxInLmNvbmZpZy52MS5TZXRTZWN1cmVWaWV3ZXJDb25maWdSZXF1ZXN0GiguY29uZmlnLnYxLlNldFNlY3VyZVZpZXdlckNvbmZpZ1Jlc3BvbnNlIgASXQoQR2V0T3V0bG9va0NvbmZpZxIiLmNvbmZpZy52MS5HZXRPdXRsb29rQ29uZmlnUmVxdWVzdBojLmNvbmZpZy52MS5HZXRPdXRsb29rQ29uZmlnUmVzcG9uc2UiABJdChBTZXRPdXRsb29rQ29uZmlnEiIuY29uZmlnLnYxLlNldE91dGxvb2tDb25maWdSZXF1ZXN0GiMuY29uZmlnLnYxLlNldE91dGxvb2tDb25maWdSZXNwb25zZSIAElEKDEdldEtBU0NvbmZpZxIeLmNvbmZpZy52MS5HZXRLQVNDb25maWdSZXF1ZXN0Gh8uY29uZmlnLnYxLkdldEtBU0NvbmZpZ1Jlc3BvbnNlIgASUQoMU2V0S0FTQ29uZmlnEh4uY29uZmlnLnYxLlNldEtBU0NvbmZpZ1JlcXVlc3QaHy5jb25maWcudjEuU2V0S0FTQ29uZmlnUmVzcG9uc2UiAEKuAQoNY29tLmNvbmZpZy52MUILQ29uZmlnUHJvdG9QAVpLZ2l0aHViLmNvbS92aXJ0cnUtY29ycC9kYXRhLXNlY3VyaXR5LXBsYXRmb3JtL3Nkay92Mi9nZW4vY29uZmlnL3YxO2NvbmZpZ3YxogIDQ1hYqgIJQ29uZmlnLlYxygIJQ29uZmlnXFYx4gIVQ29uZmlnXFYxXEdQQk1ldGFkYXRh6gIKQ29uZmlnOjpWMWIGcHJvdG8z', [
16
+ file_buf_validate_validate,
17
+ file_config_v1_tagging,
18
+ file_config_v1_kas_config,
19
+ file_config_v1_secureviewer_config,
20
+ file_config_v1_outlook_config,
21
+ ]);
15
22
  /**
16
23
  * Describes the message config.v1.GetTaggingPDPConfigResponse.
17
24
  * Use `create(GetTaggingPDPConfigResponseSchema)` to create a new message.
@@ -19,27 +26,111 @@ fileDesc('ChZjb25maWcvdjEvY29uZmlnLnByb3RvEgljb25maWcudjEiQQobR2V0VGFnZ2luZ1BEUE
19
26
  export const GetTaggingPDPConfigResponseSchema =
20
27
  /*@__PURE__*/
21
28
  messageDesc(file_config_v1_config, 0);
29
+ /**
30
+ * Describes the message config.v1.GetSecureViewerConfigResponse.
31
+ * Use `create(GetSecureViewerConfigResponseSchema)` to create a new message.
32
+ */
33
+ export const GetSecureViewerConfigResponseSchema =
34
+ /*@__PURE__*/
35
+ messageDesc(file_config_v1_config, 1);
36
+ /**
37
+ * Describes the message config.v1.GetKASConfigResponse.
38
+ * Use `create(GetKASConfigResponseSchema)` to create a new message.
39
+ */
40
+ export const GetKASConfigResponseSchema =
41
+ /*@__PURE__*/
42
+ messageDesc(file_config_v1_config, 2);
43
+ /**
44
+ * Describes the message config.v1.GetOutlookConfigResponse.
45
+ * Use `create(GetOutlookConfigResponseSchema)` to create a new message.
46
+ */
47
+ export const GetOutlookConfigResponseSchema =
48
+ /*@__PURE__*/
49
+ messageDesc(file_config_v1_config, 3);
22
50
  /**
23
51
  * Describes the message config.v1.GetTaggingPDPConfigRequest.
24
52
  * Use `create(GetTaggingPDPConfigRequestSchema)` to create a new message.
25
53
  */
26
54
  export const GetTaggingPDPConfigRequestSchema =
27
55
  /*@__PURE__*/
28
- messageDesc(file_config_v1_config, 1);
56
+ messageDesc(file_config_v1_config, 4);
29
57
  /**
30
58
  * Describes the message config.v1.SetTaggingPDPConfigRequest.
31
59
  * Use `create(SetTaggingPDPConfigRequestSchema)` to create a new message.
32
60
  */
33
61
  export const SetTaggingPDPConfigRequestSchema =
34
62
  /*@__PURE__*/
35
- messageDesc(file_config_v1_config, 2);
63
+ messageDesc(file_config_v1_config, 5);
36
64
  /**
37
65
  * Describes the message config.v1.SetTaggingPDPConfigResponse.
38
66
  * Use `create(SetTaggingPDPConfigResponseSchema)` to create a new message.
39
67
  */
40
68
  export const SetTaggingPDPConfigResponseSchema =
41
69
  /*@__PURE__*/
42
- messageDesc(file_config_v1_config, 3);
70
+ messageDesc(file_config_v1_config, 6);
71
+ /**
72
+ * Describes the message config.v1.GetSecureViewerConfigRequest.
73
+ * Use `create(GetSecureViewerConfigRequestSchema)` to create a new message.
74
+ */
75
+ export const GetSecureViewerConfigRequestSchema =
76
+ /*@__PURE__*/
77
+ messageDesc(file_config_v1_config, 7);
78
+ /**
79
+ * Describes the message config.v1.SetSecureViewerConfigRequest.
80
+ * Use `create(SetSecureViewerConfigRequestSchema)` to create a new message.
81
+ */
82
+ export const SetSecureViewerConfigRequestSchema =
83
+ /*@__PURE__*/
84
+ messageDesc(file_config_v1_config, 8);
85
+ /**
86
+ * Describes the message config.v1.SetSecureViewerConfigResponse.
87
+ * Use `create(SetSecureViewerConfigResponseSchema)` to create a new message.
88
+ */
89
+ export const SetSecureViewerConfigResponseSchema =
90
+ /*@__PURE__*/
91
+ messageDesc(file_config_v1_config, 9);
92
+ /**
93
+ * Describes the message config.v1.GetOutlookConfigRequest.
94
+ * Use `create(GetOutlookConfigRequestSchema)` to create a new message.
95
+ */
96
+ export const GetOutlookConfigRequestSchema =
97
+ /*@__PURE__*/
98
+ messageDesc(file_config_v1_config, 10);
99
+ /**
100
+ * Describes the message config.v1.SetOutlookConfigRequest.
101
+ * Use `create(SetOutlookConfigRequestSchema)` to create a new message.
102
+ */
103
+ export const SetOutlookConfigRequestSchema =
104
+ /*@__PURE__*/
105
+ messageDesc(file_config_v1_config, 11);
106
+ /**
107
+ * Describes the message config.v1.SetOutlookConfigResponse.
108
+ * Use `create(SetOutlookConfigResponseSchema)` to create a new message.
109
+ */
110
+ export const SetOutlookConfigResponseSchema =
111
+ /*@__PURE__*/
112
+ messageDesc(file_config_v1_config, 12);
113
+ /**
114
+ * Describes the message config.v1.GetKASConfigRequest.
115
+ * Use `create(GetKASConfigRequestSchema)` to create a new message.
116
+ */
117
+ export const GetKASConfigRequestSchema =
118
+ /*@__PURE__*/
119
+ messageDesc(file_config_v1_config, 13);
120
+ /**
121
+ * Describes the message config.v1.SetKASConfigRequest.
122
+ * Use `create(SetKASConfigRequestSchema)` to create a new message.
123
+ */
124
+ export const SetKASConfigRequestSchema =
125
+ /*@__PURE__*/
126
+ messageDesc(file_config_v1_config, 14);
127
+ /**
128
+ * Describes the message config.v1.SetKASConfigResponse.
129
+ * Use `create(SetKASConfigResponseSchema)` to create a new message.
130
+ */
131
+ export const SetKASConfigResponseSchema =
132
+ /*@__PURE__*/
133
+ messageDesc(file_config_v1_config, 15);
43
134
  /**
44
135
  * @generated from service config.v1.ConfigService
45
136
  */
@@ -0,0 +1,128 @@
1
+ import type { GenEnum, GenFile, GenMessage } from '@bufbuild/protobuf/codegenv1';
2
+ import type { Duration } from '@bufbuild/protobuf/wkt';
3
+ import type { Message } from '@bufbuild/protobuf';
4
+ /**
5
+ * Describes the file config/v1/kas_config.proto.
6
+ */
7
+ export declare const file_config_v1_kas_config: GenFile;
8
+ /**
9
+ * A wrapper message that uses a oneof to support multiple config versions.
10
+ *
11
+ * @generated from message config.v1.KASConfig
12
+ */
13
+ export type KASConfig = Message<'config.v1.KASConfig'> & {
14
+ /**
15
+ * @generated from oneof config.v1.KASConfig.version
16
+ */
17
+ version: {
18
+ /**
19
+ * @generated from field: config.v1.KASConfigV1 v1 = 1;
20
+ */
21
+ value: KASConfigV1;
22
+ case: 'v1';
23
+ } | {
24
+ case: undefined;
25
+ value?: undefined;
26
+ };
27
+ };
28
+ /**
29
+ * Describes the message config.v1.KASConfig.
30
+ * Use `create(KASConfigSchema)` to create a new message.
31
+ */
32
+ export declare const KASConfigSchema: GenMessage<KASConfig>;
33
+ /**
34
+ * Corresponds to the Go `CurrentKeyFor` struct.
35
+ * Specifies the preferred/default key for a given algorithm type.
36
+ *
37
+ * @generated from message config.v1.KASKeyringItem
38
+ */
39
+ export type KASKeyringItem = Message<'config.v1.KASKeyringItem'> & {
40
+ /**
41
+ * @generated from field: string algorithm = 1;
42
+ */
43
+ algorithm: string;
44
+ /**
45
+ * @generated from field: string kid = 2;
46
+ */
47
+ kid: string;
48
+ /**
49
+ * @generated from field: bool legacy = 3;
50
+ */
51
+ legacy: boolean;
52
+ };
53
+ /**
54
+ * Describes the message config.v1.KASKeyringItem.
55
+ * Use `create(KASKeyringItemSchema)` to create a new message.
56
+ */
57
+ export declare const KASKeyringItemSchema: GenMessage<KASKeyringItem>;
58
+ /**
59
+ * Corresponds to the Go `Preview` struct.
60
+ *
61
+ * @generated from message config.v1.KASPreviewFeatures
62
+ */
63
+ export type KASPreviewFeatures = Message<'config.v1.KASPreviewFeatures'> & {
64
+ /**
65
+ * @generated from field: bool ec_tdf_enabled = 1;
66
+ */
67
+ ecTdfEnabled: boolean;
68
+ /**
69
+ * @generated from field: bool key_management = 2;
70
+ */
71
+ keyManagement: boolean;
72
+ };
73
+ /**
74
+ * Describes the message config.v1.KASPreviewFeatures.
75
+ * Use `create(KASPreviewFeaturesSchema)` to create a new message.
76
+ */
77
+ export declare const KASPreviewFeaturesSchema: GenMessage<KASPreviewFeatures>;
78
+ /**
79
+ * The V1 definition for the KAS configuration, mapping from the Go `KASConfig` struct.
80
+ *
81
+ * @generated from message config.v1.KASConfigV1
82
+ */
83
+ export type KASConfigV1 = Message<'config.v1.KASConfigV1'> & {
84
+ /**
85
+ * @generated from field: repeated config.v1.KASKeyringItem keyring = 1;
86
+ */
87
+ keyring: KASKeyringItem[];
88
+ /**
89
+ * @generated from field: string root_key = 2;
90
+ */
91
+ rootKey: string;
92
+ /**
93
+ * @generated from field: google.protobuf.Duration key_cache_expiration = 3;
94
+ */
95
+ keyCacheExpiration?: Duration;
96
+ /**
97
+ * @generated from field: config.v1.KASPreviewFeatures preview = 4;
98
+ */
99
+ preview?: KASPreviewFeatures;
100
+ /**
101
+ * @generated from field: string registered_kas_uri = 5;
102
+ */
103
+ registeredKasUri: string;
104
+ };
105
+ /**
106
+ * Describes the message config.v1.KASConfigV1.
107
+ * Use `create(KASConfigV1Schema)` to create a new message.
108
+ */
109
+ export declare const KASConfigV1Schema: GenMessage<KASConfigV1>;
110
+ /**
111
+ * Enum to manage different versions of the KAS configuration.
112
+ *
113
+ * @generated from enum config.v1.KASConfigVersion
114
+ */
115
+ export declare enum KASConfigVersion {
116
+ /**
117
+ * @generated from enum value: KAS_CONFIG_VERSION_UNSPECIFIED = 0;
118
+ */
119
+ KAS_CONFIG_VERSION_UNSPECIFIED = 0,
120
+ /**
121
+ * @generated from enum value: KAS_CONFIG_VERSION_V1 = 1;
122
+ */
123
+ KAS_CONFIG_VERSION_V1 = 1
124
+ }
125
+ /**
126
+ * Describes the enum config.v1.KASConfigVersion.
127
+ */
128
+ export declare const KASConfigVersionSchema: GenEnum<KASConfigVersion>;
@@ -0,0 +1,67 @@
1
+ // @generated by protoc-gen-es v2.3.0 with parameter "target=ts"
2
+ // @generated from file config/v1/kas_config.proto (package config.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc, messageDesc } from '@bufbuild/protobuf/codegenv1';
5
+ import { file_buf_validate_validate } from '../../buf/validate/validate_pb';
6
+ import { file_config_v1_meta } from './meta_pb';
7
+ import { file_google_protobuf_duration } from '@bufbuild/protobuf/wkt';
8
+ /**
9
+ * Describes the file config/v1/kas_config.proto.
10
+ */
11
+ export const file_config_v1_kas_config =
12
+ /*@__PURE__*/
13
+ fileDesc('Chpjb25maWcvdjEva2FzX2NvbmZpZy5wcm90bxIJY29uZmlnLnYxIkMKCUtBU0NvbmZpZxIkCgJ2MRgBIAEoCzIWLmNvbmZpZy52MS5LQVNDb25maWdWMUgAQhAKB3ZlcnNpb24SBbpIAggBIuYCCg5LQVNLZXlyaW5nSXRlbRJoCglhbGdvcml0aG0YASABKAlCVbpIA8gBAYK1GEsKCUFsZ29yaXRobRI+VGhlIGNyeXB0b2dyYXBoaWMgYWxnb3JpdGhtIGlkZW50aWZpZXIgKGUuZy4sICdlYzpzZWNwMjU2cjEnKS4SSQoDa2lkGAIgASgJQjy6SAPIAQGCtRgyCgxLZXkgSUQgKEtJRCkSIlRoZSB1bmlxdWUgaWRlbnRpZmllciBmb3IgdGhlIGtleS4SngEKBmxlZ2FjeRgDIAEoCEKNAYK1GIgBCgpMZWdhY3kgS2V5EnNJbmRpY2F0ZXMgdGhhdCB0aGUga2V5IHNob3VsZCBub3QgYmUgc2VydmVkIGJ5IGRlZmF1bHQsIGJ1dCBpcyBhbGxvd2VkIGZvciBsZWdhY3kgcmVhc29ucyBvbiBkZWNyeXB0IChyZXdyYXApIG9ubHkuGgVmYWxzZSKaAgoSS0FTUHJldmlld0ZlYXR1cmVzEpwBCg5lY190ZGZfZW5hYmxlZBgBIAEoCEKDAYK1GH8KDUVuYWJsZSBFQyBUREYSZ0VuYWJsZXMgZXhwZXJpbWVudGFsIEVsbGlwdGljLUN1cnZlIHN1cHBvcnQgaW4gVERGcywgcmVxdWlyZWQgdG8gcGFyc2UgS0FPcyB3aXRoIHRoZSBgZWMtd3JhcHBlZGAgdHlwZS4aBWZhbHNlEmUKDmtleV9tYW5hZ2VtZW50GAIgASgIQk2CtRhJChVFbmFibGUgS2V5IE1hbmFnZW1lbnQSKUVuYWJsZXMgZXhwZXJpbWVudGFsIGtleSBtYW5hZ2VtZW50IEFQSXMuGgVmYWxzZSKfBQoLS0FTQ29uZmlnVjESewoHa2V5cmluZxgBIAMoCzIZLmNvbmZpZy52MS5LQVNLZXlyaW5nSXRlbUJPgrUYSwoHS2V5cmluZxJARGVmaW5lcyB3aGljaCBrZXlzIGFyZSBjdXJyZW50bHkgYWN0aXZlIGZvciBzcGVjaWZpYyBhbGdvcml0aG1zLhJyCghyb290X2tleRgCIAEoCUJgukgDyAEBgrUYVgoIUm9vdCBLZXkSSklkZW50aWZpZXIgb3IgcmVmZXJlbmNlIHRvIHRoZSByb290IGtleSB1c2VkIGZvciBjcnlwdG9ncmFwaGljIG9wZXJhdGlvbnMuEoYBChRrZXlfY2FjaGVfZXhwaXJhdGlvbhgDIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdGlvbkJNgrUYSQoUS2V5IENhY2hlIEV4cGlyYXRpb24SMVRoZSBkdXJhdGlvbiBmb3Igd2hpY2gga2V5cyBhcmUgY2FjaGVkIGluIG1lbW9yeS4SgAEKB3ByZXZpZXcYBCABKAsyHS5jb25maWcudjEuS0FTUHJldmlld0ZlYXR1cmVzQlCCtRhMChBQcmV2aWV3IEZlYXR1cmVzEjhDb25maWd1cmF0aW9uIGZvciBleHBlcmltZW50YWwgb3IgcHJldmlldyBmdW5jdGlvbmFsaXR5LhKSAQoScmVnaXN0ZXJlZF9rYXNfdXJpGAUgASgJQnaCtRhyChJSZWdpc3RlcmVkIEtBUyBVUkkSXFRoZSBwdWJsaWNseSBhY2Nlc3NpYmxlIFVSSSBvZiB0aGlzIEtBUyBpbnN0YW5jZSwgYXMgaXQgc2hvdWxkIGFwcGVhciBpbiBLZXkgQWNjZXNzIE9iamVjdHMuKlEKEEtBU0NvbmZpZ1ZlcnNpb24SIgoeS0FTX0NPTkZJR19WRVJTSU9OX1VOU1BFQ0lGSUVEEAASGQoVS0FTX0NPTkZJR19WRVJTSU9OX1YxEAFCsQEKDWNvbS5jb25maWcudjFCDkthc0NvbmZpZ1Byb3RvUAFaS2dpdGh1Yi5jb20vdmlydHJ1LWNvcnAvZGF0YS1zZWN1cml0eS1wbGF0Zm9ybS9zZGsvdjIvZ2VuL2NvbmZpZy92MTtjb25maWd2MaICA0NYWKoCCUNvbmZpZy5WMcoCCUNvbmZpZ1xWMeICFUNvbmZpZ1xWMVxHUEJNZXRhZGF0YeoCCkNvbmZpZzo6VjFiBnByb3RvMw', [
14
+ file_buf_validate_validate,
15
+ file_config_v1_meta,
16
+ file_google_protobuf_duration,
17
+ ]);
18
+ /**
19
+ * Describes the message config.v1.KASConfig.
20
+ * Use `create(KASConfigSchema)` to create a new message.
21
+ */
22
+ export const KASConfigSchema =
23
+ /*@__PURE__*/
24
+ messageDesc(file_config_v1_kas_config, 0);
25
+ /**
26
+ * Describes the message config.v1.KASKeyringItem.
27
+ * Use `create(KASKeyringItemSchema)` to create a new message.
28
+ */
29
+ export const KASKeyringItemSchema =
30
+ /*@__PURE__*/
31
+ messageDesc(file_config_v1_kas_config, 1);
32
+ /**
33
+ * Describes the message config.v1.KASPreviewFeatures.
34
+ * Use `create(KASPreviewFeaturesSchema)` to create a new message.
35
+ */
36
+ export const KASPreviewFeaturesSchema =
37
+ /*@__PURE__*/
38
+ messageDesc(file_config_v1_kas_config, 2);
39
+ /**
40
+ * Describes the message config.v1.KASConfigV1.
41
+ * Use `create(KASConfigV1Schema)` to create a new message.
42
+ */
43
+ export const KASConfigV1Schema =
44
+ /*@__PURE__*/
45
+ messageDesc(file_config_v1_kas_config, 3);
46
+ /**
47
+ * Enum to manage different versions of the KAS configuration.
48
+ *
49
+ * @generated from enum config.v1.KASConfigVersion
50
+ */
51
+ export var KASConfigVersion;
52
+ (function (KASConfigVersion) {
53
+ /**
54
+ * @generated from enum value: KAS_CONFIG_VERSION_UNSPECIFIED = 0;
55
+ */
56
+ KASConfigVersion[KASConfigVersion["KAS_CONFIG_VERSION_UNSPECIFIED"] = 0] = "KAS_CONFIG_VERSION_UNSPECIFIED";
57
+ /**
58
+ * @generated from enum value: KAS_CONFIG_VERSION_V1 = 1;
59
+ */
60
+ KASConfigVersion[KASConfigVersion["KAS_CONFIG_VERSION_V1"] = 1] = "KAS_CONFIG_VERSION_V1";
61
+ })(KASConfigVersion || (KASConfigVersion = {}));
62
+ /**
63
+ * Describes the enum config.v1.KASConfigVersion.
64
+ */
65
+ export const KASConfigVersionSchema =
66
+ /*@__PURE__*/
67
+ enumDesc(file_config_v1_kas_config, 0);