@eide/foir-proto-ts 0.1.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 (67) hide show
  1. package/package.json +55 -0
  2. package/src/analytics/v1/analytics_connect.d.ts +116 -0
  3. package/src/analytics/v1/analytics_connect.js +116 -0
  4. package/src/analytics/v1/analytics_pb.d.ts +850 -0
  5. package/src/analytics/v1/analytics_pb.js +250 -0
  6. package/src/billing/v1/billing_connect.d.ts +269 -0
  7. package/src/billing/v1/billing_connect.js +269 -0
  8. package/src/billing/v1/billing_pb.d.ts +2144 -0
  9. package/src/billing/v1/billing_pb.js +519 -0
  10. package/src/configs/v1/configs_connect.d.ts +111 -0
  11. package/src/configs/v1/configs_connect.js +111 -0
  12. package/src/configs/v1/configs_pb.d.ts +832 -0
  13. package/src/configs/v1/configs_pb.js +192 -0
  14. package/src/experiments/v1/experiments_connect.d.ts +162 -0
  15. package/src/experiments/v1/experiments_connect.js +162 -0
  16. package/src/experiments/v1/experiments_pb.d.ts +1086 -0
  17. package/src/experiments/v1/experiments_pb.js +284 -0
  18. package/src/expressions/v1/expressions_pb.d.ts +139 -0
  19. package/src/expressions/v1/expressions_pb.js +27 -0
  20. package/src/hooks/v1/hooks_connect.d.ts +106 -0
  21. package/src/hooks/v1/hooks_connect.js +106 -0
  22. package/src/hooks/v1/hooks_pb.d.ts +689 -0
  23. package/src/hooks/v1/hooks_pb.js +159 -0
  24. package/src/identity/v1/identity_connect.d.ts +738 -0
  25. package/src/identity/v1/identity_connect.js +738 -0
  26. package/src/identity/v1/identity_pb.d.ts +4612 -0
  27. package/src/identity/v1/identity_pb.js +1277 -0
  28. package/src/models/v1/models_connect.d.ts +104 -0
  29. package/src/models/v1/models_connect.js +104 -0
  30. package/src/models/v1/models_pb.d.ts +908 -0
  31. package/src/models/v1/models_pb.js +187 -0
  32. package/src/notifications/v1/notifications_connect.d.ts +182 -0
  33. package/src/notifications/v1/notifications_connect.js +182 -0
  34. package/src/notifications/v1/notifications_pb.d.ts +1173 -0
  35. package/src/notifications/v1/notifications_pb.js +302 -0
  36. package/src/operations/v1/operations_connect.d.ts +222 -0
  37. package/src/operations/v1/operations_connect.js +222 -0
  38. package/src/operations/v1/operations_pb.d.ts +1502 -0
  39. package/src/operations/v1/operations_pb.js +355 -0
  40. package/src/queue/v1/queue_connect.d.ts +89 -0
  41. package/src/queue/v1/queue_connect.js +89 -0
  42. package/src/queue/v1/queue_pb.d.ts +519 -0
  43. package/src/queue/v1/queue_pb.js +152 -0
  44. package/src/records/v1/records_connect.d.ts +451 -0
  45. package/src/records/v1/records_connect.js +451 -0
  46. package/src/records/v1/records_pb.d.ts +3099 -0
  47. package/src/records/v1/records_pb.js +798 -0
  48. package/src/schedules/v1/schedules_connect.d.ts +98 -0
  49. package/src/schedules/v1/schedules_connect.js +98 -0
  50. package/src/schedules/v1/schedules_pb.d.ts +622 -0
  51. package/src/schedules/v1/schedules_pb.js +159 -0
  52. package/src/segments/v1/segments_connect.d.ts +135 -0
  53. package/src/segments/v1/segments_connect.js +135 -0
  54. package/src/segments/v1/segments_pb.d.ts +800 -0
  55. package/src/segments/v1/segments_pb.js +216 -0
  56. package/src/settings/v1/settings_connect.d.ts +614 -0
  57. package/src/settings/v1/settings_connect.js +614 -0
  58. package/src/settings/v1/settings_pb.d.ts +4396 -0
  59. package/src/settings/v1/settings_pb.js +1085 -0
  60. package/src/storage/v1/storage_connect.d.ts +144 -0
  61. package/src/storage/v1/storage_connect.js +144 -0
  62. package/src/storage/v1/storage_pb.d.ts +930 -0
  63. package/src/storage/v1/storage_pb.js +239 -0
  64. package/src/workers/v1/workers_connect.d.ts +42 -0
  65. package/src/workers/v1/workers_connect.js +42 -0
  66. package/src/workers/v1/workers_pb.d.ts +220 -0
  67. package/src/workers/v1/workers_pb.js +56 -0
@@ -0,0 +1,4396 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "import_extension=js"
2
+ // @generated from file settings/v1/settings.proto (package settings.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
6
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
7
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
8
+ import type { RuleExpression } from "../../expressions/v1/expressions_pb.js";
9
+
10
+ /**
11
+ * Describes the file settings/v1/settings.proto.
12
+ */
13
+ export declare const file_settings_v1_settings: GenFile;
14
+
15
+ /**
16
+ * @generated from message settings.v1.Setting
17
+ */
18
+ export declare type Setting = Message<"settings.v1.Setting"> & {
19
+ /**
20
+ * @generated from field: string id = 1;
21
+ */
22
+ id: string;
23
+
24
+ /**
25
+ * @generated from field: string key = 2;
26
+ */
27
+ key: string;
28
+
29
+ /**
30
+ * @generated from field: string category = 3;
31
+ */
32
+ category: string;
33
+
34
+ /**
35
+ * @generated from field: optional google.protobuf.Struct value = 4;
36
+ */
37
+ value?: JsonObject;
38
+
39
+ /**
40
+ * @generated from field: optional string display_name = 5;
41
+ */
42
+ displayName?: string;
43
+
44
+ /**
45
+ * @generated from field: optional string description = 6;
46
+ */
47
+ description?: string;
48
+
49
+ /**
50
+ * @generated from field: string data_type = 7;
51
+ */
52
+ dataType: string;
53
+
54
+ /**
55
+ * @generated from field: bool is_public = 8;
56
+ */
57
+ isPublic: boolean;
58
+
59
+ /**
60
+ * Ownership.
61
+ *
62
+ * @generated from field: string tenant_id = 20;
63
+ */
64
+ tenantId: string;
65
+
66
+ /**
67
+ * @generated from field: optional string project_id = 21;
68
+ */
69
+ projectId?: string;
70
+
71
+ /**
72
+ * Timestamps.
73
+ *
74
+ * @generated from field: google.protobuf.Timestamp created_at = 50;
75
+ */
76
+ createdAt?: Timestamp;
77
+
78
+ /**
79
+ * @generated from field: google.protobuf.Timestamp updated_at = 51;
80
+ */
81
+ updatedAt?: Timestamp;
82
+ };
83
+
84
+ /**
85
+ * Describes the message settings.v1.Setting.
86
+ * Use `create(SettingSchema)` to create a new message.
87
+ */
88
+ export declare const SettingSchema: GenMessage<Setting>;
89
+
90
+ /**
91
+ * @generated from message settings.v1.AuditLog
92
+ */
93
+ export declare type AuditLog = Message<"settings.v1.AuditLog"> & {
94
+ /**
95
+ * @generated from field: string id = 1;
96
+ */
97
+ id: string;
98
+
99
+ /**
100
+ * @generated from field: google.protobuf.Timestamp timestamp = 2;
101
+ */
102
+ timestamp?: Timestamp;
103
+
104
+ /**
105
+ * @generated from field: optional string user_id = 3;
106
+ */
107
+ userId?: string;
108
+
109
+ /**
110
+ * @generated from field: optional string tenant_id = 4;
111
+ */
112
+ tenantId?: string;
113
+
114
+ /**
115
+ * @generated from field: optional string project_id = 5;
116
+ */
117
+ projectId?: string;
118
+
119
+ /**
120
+ * @generated from field: string action = 6;
121
+ */
122
+ action: string;
123
+
124
+ /**
125
+ * @generated from field: string resource_type = 7;
126
+ */
127
+ resourceType: string;
128
+
129
+ /**
130
+ * @generated from field: optional string resource_id = 8;
131
+ */
132
+ resourceId?: string;
133
+
134
+ /**
135
+ * @generated from field: optional google.protobuf.Struct before = 9;
136
+ */
137
+ before?: JsonObject;
138
+
139
+ /**
140
+ * @generated from field: optional google.protobuf.Struct after = 10;
141
+ */
142
+ after?: JsonObject;
143
+
144
+ /**
145
+ * @generated from field: optional google.protobuf.Struct metadata = 11;
146
+ */
147
+ metadata?: JsonObject;
148
+
149
+ /**
150
+ * @generated from field: optional string ip_address = 12;
151
+ */
152
+ ipAddress?: string;
153
+
154
+ /**
155
+ * @generated from field: optional string user_agent = 13;
156
+ */
157
+ userAgent?: string;
158
+
159
+ /**
160
+ * @generated from field: optional string request_id = 14;
161
+ */
162
+ requestId?: string;
163
+ };
164
+
165
+ /**
166
+ * Describes the message settings.v1.AuditLog.
167
+ * Use `create(AuditLogSchema)` to create a new message.
168
+ */
169
+ export declare const AuditLogSchema: GenMessage<AuditLog>;
170
+
171
+ /**
172
+ * @generated from message settings.v1.Note
173
+ */
174
+ export declare type Note = Message<"settings.v1.Note"> & {
175
+ /**
176
+ * @generated from field: string id = 1;
177
+ */
178
+ id: string;
179
+
180
+ /**
181
+ * @generated from field: string entity_type = 2;
182
+ */
183
+ entityType: string;
184
+
185
+ /**
186
+ * @generated from field: string entity_id = 3;
187
+ */
188
+ entityId: string;
189
+
190
+ /**
191
+ * @generated from field: optional string entity_natural_key = 4;
192
+ */
193
+ entityNaturalKey?: string;
194
+
195
+ /**
196
+ * @generated from field: optional string version_id = 5;
197
+ */
198
+ versionId?: string;
199
+
200
+ /**
201
+ * @generated from field: google.protobuf.Struct content = 6;
202
+ */
203
+ content?: JsonObject;
204
+
205
+ /**
206
+ * @generated from field: optional string content_plain_text = 7;
207
+ */
208
+ contentPlainText?: string;
209
+
210
+ /**
211
+ * Threading.
212
+ *
213
+ * @generated from field: optional string parent_note_id = 10;
214
+ */
215
+ parentNoteId?: string;
216
+
217
+ /**
218
+ * @generated from field: optional string thread_root_id = 11;
219
+ */
220
+ threadRootId?: string;
221
+
222
+ /**
223
+ * Resolution.
224
+ *
225
+ * @generated from field: bool is_resolved = 15;
226
+ */
227
+ isResolved: boolean;
228
+
229
+ /**
230
+ * @generated from field: optional google.protobuf.Timestamp resolved_at = 16;
231
+ */
232
+ resolvedAt?: Timestamp;
233
+
234
+ /**
235
+ * @generated from field: optional string resolved_by = 17;
236
+ */
237
+ resolvedBy?: string;
238
+
239
+ /**
240
+ * Metadata.
241
+ *
242
+ * @generated from field: optional google.protobuf.Struct metadata = 20;
243
+ */
244
+ metadata?: JsonObject;
245
+
246
+ /**
247
+ * Ownership.
248
+ *
249
+ * @generated from field: string tenant_id = 30;
250
+ */
251
+ tenantId: string;
252
+
253
+ /**
254
+ * @generated from field: optional string project_id = 31;
255
+ */
256
+ projectId?: string;
257
+
258
+ /**
259
+ * Attribution.
260
+ *
261
+ * @generated from field: string created_by = 40;
262
+ */
263
+ createdBy: string;
264
+
265
+ /**
266
+ * Timestamps.
267
+ *
268
+ * @generated from field: google.protobuf.Timestamp created_at = 50;
269
+ */
270
+ createdAt?: Timestamp;
271
+ };
272
+
273
+ /**
274
+ * Describes the message settings.v1.Note.
275
+ * Use `create(NoteSchema)` to create a new message.
276
+ */
277
+ export declare const NoteSchema: GenMessage<Note>;
278
+
279
+ /**
280
+ * @generated from message settings.v1.Share
281
+ */
282
+ export declare type Share = Message<"settings.v1.Share"> & {
283
+ /**
284
+ * @generated from field: string id = 1;
285
+ */
286
+ id: string;
287
+
288
+ /**
289
+ * @generated from field: settings.v1.ShareResourceType resource_type = 2;
290
+ */
291
+ resourceType: ShareResourceType;
292
+
293
+ /**
294
+ * @generated from field: optional string record_id = 3;
295
+ */
296
+ recordId?: string;
297
+
298
+ /**
299
+ * @generated from field: optional string file_id = 4;
300
+ */
301
+ fileId?: string;
302
+
303
+ /**
304
+ * @generated from field: optional string model_key = 5;
305
+ */
306
+ modelKey?: string;
307
+
308
+ /**
309
+ * @generated from field: string shared_with_customer_id = 6;
310
+ */
311
+ sharedWithCustomerId: string;
312
+
313
+ /**
314
+ * @generated from field: settings.v1.SharePermission permission = 7;
315
+ */
316
+ permission: SharePermission;
317
+
318
+ /**
319
+ * Status.
320
+ *
321
+ * @generated from field: settings.v1.ShareStatus status = 10;
322
+ */
323
+ status: ShareStatus;
324
+
325
+ /**
326
+ * @generated from field: optional google.protobuf.Timestamp accepted_at = 11;
327
+ */
328
+ acceptedAt?: Timestamp;
329
+
330
+ /**
331
+ * @generated from field: optional google.protobuf.Timestamp expires_at = 12;
332
+ */
333
+ expiresAt?: Timestamp;
334
+
335
+ /**
336
+ * Ownership.
337
+ *
338
+ * @generated from field: string tenant_id = 20;
339
+ */
340
+ tenantId: string;
341
+
342
+ /**
343
+ * @generated from field: string project_id = 21;
344
+ */
345
+ projectId: string;
346
+
347
+ /**
348
+ * Attribution.
349
+ *
350
+ * @generated from field: optional string created_by = 30;
351
+ */
352
+ createdBy?: string;
353
+
354
+ /**
355
+ * @generated from field: optional string revoked_by = 31;
356
+ */
357
+ revokedBy?: string;
358
+
359
+ /**
360
+ * @generated from field: optional google.protobuf.Timestamp revoked_at = 32;
361
+ */
362
+ revokedAt?: Timestamp;
363
+
364
+ /**
365
+ * Timestamps.
366
+ *
367
+ * @generated from field: google.protobuf.Timestamp created_at = 50;
368
+ */
369
+ createdAt?: Timestamp;
370
+ };
371
+
372
+ /**
373
+ * Describes the message settings.v1.Share.
374
+ * Use `create(ShareSchema)` to create a new message.
375
+ */
376
+ export declare const ShareSchema: GenMessage<Share>;
377
+
378
+ /**
379
+ * @generated from message settings.v1.GetSettingsRequest
380
+ */
381
+ export declare type GetSettingsRequest = Message<"settings.v1.GetSettingsRequest"> & {
382
+ /**
383
+ * @generated from field: optional string category = 1;
384
+ */
385
+ category?: string;
386
+
387
+ /**
388
+ * @generated from field: optional string key = 2;
389
+ */
390
+ key?: string;
391
+ };
392
+
393
+ /**
394
+ * Describes the message settings.v1.GetSettingsRequest.
395
+ * Use `create(GetSettingsRequestSchema)` to create a new message.
396
+ */
397
+ export declare const GetSettingsRequestSchema: GenMessage<GetSettingsRequest>;
398
+
399
+ /**
400
+ * @generated from message settings.v1.GetSettingsResponse
401
+ */
402
+ export declare type GetSettingsResponse = Message<"settings.v1.GetSettingsResponse"> & {
403
+ /**
404
+ * @generated from field: repeated settings.v1.Setting settings = 1;
405
+ */
406
+ settings: Setting[];
407
+ };
408
+
409
+ /**
410
+ * Describes the message settings.v1.GetSettingsResponse.
411
+ * Use `create(GetSettingsResponseSchema)` to create a new message.
412
+ */
413
+ export declare const GetSettingsResponseSchema: GenMessage<GetSettingsResponse>;
414
+
415
+ /**
416
+ * @generated from message settings.v1.UpdateSettingRequest
417
+ */
418
+ export declare type UpdateSettingRequest = Message<"settings.v1.UpdateSettingRequest"> & {
419
+ /**
420
+ * @generated from field: string key = 1;
421
+ */
422
+ key: string;
423
+
424
+ /**
425
+ * @generated from field: google.protobuf.Struct value = 2;
426
+ */
427
+ value?: JsonObject;
428
+ };
429
+
430
+ /**
431
+ * Describes the message settings.v1.UpdateSettingRequest.
432
+ * Use `create(UpdateSettingRequestSchema)` to create a new message.
433
+ */
434
+ export declare const UpdateSettingRequestSchema: GenMessage<UpdateSettingRequest>;
435
+
436
+ /**
437
+ * @generated from message settings.v1.UpdateSettingResponse
438
+ */
439
+ export declare type UpdateSettingResponse = Message<"settings.v1.UpdateSettingResponse"> & {
440
+ /**
441
+ * @generated from field: settings.v1.Setting setting = 1;
442
+ */
443
+ setting?: Setting;
444
+ };
445
+
446
+ /**
447
+ * Describes the message settings.v1.UpdateSettingResponse.
448
+ * Use `create(UpdateSettingResponseSchema)` to create a new message.
449
+ */
450
+ export declare const UpdateSettingResponseSchema: GenMessage<UpdateSettingResponse>;
451
+
452
+ /**
453
+ * @generated from message settings.v1.ListAuditLogsRequest
454
+ */
455
+ export declare type ListAuditLogsRequest = Message<"settings.v1.ListAuditLogsRequest"> & {
456
+ /**
457
+ * @generated from field: optional string action = 1;
458
+ */
459
+ action?: string;
460
+
461
+ /**
462
+ * @generated from field: optional string resource_type = 2;
463
+ */
464
+ resourceType?: string;
465
+
466
+ /**
467
+ * @generated from field: optional string resource_id = 3;
468
+ */
469
+ resourceId?: string;
470
+
471
+ /**
472
+ * @generated from field: optional string user_id = 4;
473
+ */
474
+ userId?: string;
475
+
476
+ /**
477
+ * @generated from field: optional google.protobuf.Timestamp from = 5;
478
+ */
479
+ from?: Timestamp;
480
+
481
+ /**
482
+ * @generated from field: optional google.protobuf.Timestamp to = 6;
483
+ */
484
+ to?: Timestamp;
485
+
486
+ /**
487
+ * @generated from field: int32 limit = 10;
488
+ */
489
+ limit: number;
490
+
491
+ /**
492
+ * @generated from field: int32 offset = 11;
493
+ */
494
+ offset: number;
495
+ };
496
+
497
+ /**
498
+ * Describes the message settings.v1.ListAuditLogsRequest.
499
+ * Use `create(ListAuditLogsRequestSchema)` to create a new message.
500
+ */
501
+ export declare const ListAuditLogsRequestSchema: GenMessage<ListAuditLogsRequest>;
502
+
503
+ /**
504
+ * @generated from message settings.v1.ListAuditLogsResponse
505
+ */
506
+ export declare type ListAuditLogsResponse = Message<"settings.v1.ListAuditLogsResponse"> & {
507
+ /**
508
+ * @generated from field: repeated settings.v1.AuditLog logs = 1;
509
+ */
510
+ logs: AuditLog[];
511
+
512
+ /**
513
+ * @generated from field: int32 total = 2;
514
+ */
515
+ total: number;
516
+ };
517
+
518
+ /**
519
+ * Describes the message settings.v1.ListAuditLogsResponse.
520
+ * Use `create(ListAuditLogsResponseSchema)` to create a new message.
521
+ */
522
+ export declare const ListAuditLogsResponseSchema: GenMessage<ListAuditLogsResponse>;
523
+
524
+ /**
525
+ * @generated from message settings.v1.CreateNoteRequest
526
+ */
527
+ export declare type CreateNoteRequest = Message<"settings.v1.CreateNoteRequest"> & {
528
+ /**
529
+ * @generated from field: string entity_type = 1;
530
+ */
531
+ entityType: string;
532
+
533
+ /**
534
+ * @generated from field: string entity_id = 2;
535
+ */
536
+ entityId: string;
537
+
538
+ /**
539
+ * @generated from field: google.protobuf.Struct content = 3;
540
+ */
541
+ content?: JsonObject;
542
+
543
+ /**
544
+ * @generated from field: optional string parent_note_id = 4;
545
+ */
546
+ parentNoteId?: string;
547
+ };
548
+
549
+ /**
550
+ * Describes the message settings.v1.CreateNoteRequest.
551
+ * Use `create(CreateNoteRequestSchema)` to create a new message.
552
+ */
553
+ export declare const CreateNoteRequestSchema: GenMessage<CreateNoteRequest>;
554
+
555
+ /**
556
+ * @generated from message settings.v1.CreateNoteResponse
557
+ */
558
+ export declare type CreateNoteResponse = Message<"settings.v1.CreateNoteResponse"> & {
559
+ /**
560
+ * @generated from field: settings.v1.Note note = 1;
561
+ */
562
+ note?: Note;
563
+ };
564
+
565
+ /**
566
+ * Describes the message settings.v1.CreateNoteResponse.
567
+ * Use `create(CreateNoteResponseSchema)` to create a new message.
568
+ */
569
+ export declare const CreateNoteResponseSchema: GenMessage<CreateNoteResponse>;
570
+
571
+ /**
572
+ * @generated from message settings.v1.GetNoteRequest
573
+ */
574
+ export declare type GetNoteRequest = Message<"settings.v1.GetNoteRequest"> & {
575
+ /**
576
+ * @generated from field: string id = 1;
577
+ */
578
+ id: string;
579
+ };
580
+
581
+ /**
582
+ * Describes the message settings.v1.GetNoteRequest.
583
+ * Use `create(GetNoteRequestSchema)` to create a new message.
584
+ */
585
+ export declare const GetNoteRequestSchema: GenMessage<GetNoteRequest>;
586
+
587
+ /**
588
+ * @generated from message settings.v1.GetNoteResponse
589
+ */
590
+ export declare type GetNoteResponse = Message<"settings.v1.GetNoteResponse"> & {
591
+ /**
592
+ * @generated from field: settings.v1.Note note = 1;
593
+ */
594
+ note?: Note;
595
+ };
596
+
597
+ /**
598
+ * Describes the message settings.v1.GetNoteResponse.
599
+ * Use `create(GetNoteResponseSchema)` to create a new message.
600
+ */
601
+ export declare const GetNoteResponseSchema: GenMessage<GetNoteResponse>;
602
+
603
+ /**
604
+ * @generated from message settings.v1.ListNotesRequest
605
+ */
606
+ export declare type ListNotesRequest = Message<"settings.v1.ListNotesRequest"> & {
607
+ /**
608
+ * @generated from field: string entity_type = 1;
609
+ */
610
+ entityType: string;
611
+
612
+ /**
613
+ * @generated from field: string entity_id = 2;
614
+ */
615
+ entityId: string;
616
+
617
+ /**
618
+ * @generated from field: optional string parent_note_id = 3;
619
+ */
620
+ parentNoteId?: string;
621
+
622
+ /**
623
+ * @generated from field: int32 limit = 10;
624
+ */
625
+ limit: number;
626
+
627
+ /**
628
+ * @generated from field: int32 offset = 11;
629
+ */
630
+ offset: number;
631
+ };
632
+
633
+ /**
634
+ * Describes the message settings.v1.ListNotesRequest.
635
+ * Use `create(ListNotesRequestSchema)` to create a new message.
636
+ */
637
+ export declare const ListNotesRequestSchema: GenMessage<ListNotesRequest>;
638
+
639
+ /**
640
+ * @generated from message settings.v1.ListNotesResponse
641
+ */
642
+ export declare type ListNotesResponse = Message<"settings.v1.ListNotesResponse"> & {
643
+ /**
644
+ * @generated from field: repeated settings.v1.Note notes = 1;
645
+ */
646
+ notes: Note[];
647
+
648
+ /**
649
+ * @generated from field: int32 total = 2;
650
+ */
651
+ total: number;
652
+ };
653
+
654
+ /**
655
+ * Describes the message settings.v1.ListNotesResponse.
656
+ * Use `create(ListNotesResponseSchema)` to create a new message.
657
+ */
658
+ export declare const ListNotesResponseSchema: GenMessage<ListNotesResponse>;
659
+
660
+ /**
661
+ * @generated from message settings.v1.UpdateNoteRequest
662
+ */
663
+ export declare type UpdateNoteRequest = Message<"settings.v1.UpdateNoteRequest"> & {
664
+ /**
665
+ * @generated from field: string id = 1;
666
+ */
667
+ id: string;
668
+
669
+ /**
670
+ * @generated from field: optional google.protobuf.Struct content = 2;
671
+ */
672
+ content?: JsonObject;
673
+
674
+ /**
675
+ * @generated from field: optional bool is_resolved = 3;
676
+ */
677
+ isResolved?: boolean;
678
+ };
679
+
680
+ /**
681
+ * Describes the message settings.v1.UpdateNoteRequest.
682
+ * Use `create(UpdateNoteRequestSchema)` to create a new message.
683
+ */
684
+ export declare const UpdateNoteRequestSchema: GenMessage<UpdateNoteRequest>;
685
+
686
+ /**
687
+ * @generated from message settings.v1.UpdateNoteResponse
688
+ */
689
+ export declare type UpdateNoteResponse = Message<"settings.v1.UpdateNoteResponse"> & {
690
+ /**
691
+ * @generated from field: settings.v1.Note note = 1;
692
+ */
693
+ note?: Note;
694
+ };
695
+
696
+ /**
697
+ * Describes the message settings.v1.UpdateNoteResponse.
698
+ * Use `create(UpdateNoteResponseSchema)` to create a new message.
699
+ */
700
+ export declare const UpdateNoteResponseSchema: GenMessage<UpdateNoteResponse>;
701
+
702
+ /**
703
+ * @generated from message settings.v1.DeleteNoteRequest
704
+ */
705
+ export declare type DeleteNoteRequest = Message<"settings.v1.DeleteNoteRequest"> & {
706
+ /**
707
+ * @generated from field: string id = 1;
708
+ */
709
+ id: string;
710
+ };
711
+
712
+ /**
713
+ * Describes the message settings.v1.DeleteNoteRequest.
714
+ * Use `create(DeleteNoteRequestSchema)` to create a new message.
715
+ */
716
+ export declare const DeleteNoteRequestSchema: GenMessage<DeleteNoteRequest>;
717
+
718
+ /**
719
+ * @generated from message settings.v1.DeleteNoteResponse
720
+ */
721
+ export declare type DeleteNoteResponse = Message<"settings.v1.DeleteNoteResponse"> & {
722
+ /**
723
+ * @generated from field: bool success = 1;
724
+ */
725
+ success: boolean;
726
+ };
727
+
728
+ /**
729
+ * Describes the message settings.v1.DeleteNoteResponse.
730
+ * Use `create(DeleteNoteResponseSchema)` to create a new message.
731
+ */
732
+ export declare const DeleteNoteResponseSchema: GenMessage<DeleteNoteResponse>;
733
+
734
+ /**
735
+ * @generated from message settings.v1.NoteMention
736
+ */
737
+ export declare type NoteMention = Message<"settings.v1.NoteMention"> & {
738
+ /**
739
+ * @generated from field: string id = 1;
740
+ */
741
+ id: string;
742
+
743
+ /**
744
+ * @generated from field: string note_id = 2;
745
+ */
746
+ noteId: string;
747
+
748
+ /**
749
+ * @generated from field: string mentioned_user_id = 3;
750
+ */
751
+ mentionedUserId: string;
752
+
753
+ /**
754
+ * @generated from field: string status = 4;
755
+ */
756
+ status: string;
757
+
758
+ /**
759
+ * @generated from field: optional google.protobuf.Timestamp seen_at = 5;
760
+ */
761
+ seenAt?: Timestamp;
762
+
763
+ /**
764
+ * @generated from field: optional google.protobuf.Timestamp acknowledged_at = 6;
765
+ */
766
+ acknowledgedAt?: Timestamp;
767
+
768
+ /**
769
+ * @generated from field: optional google.protobuf.Timestamp completed_at = 7;
770
+ */
771
+ completedAt?: Timestamp;
772
+
773
+ /**
774
+ * @generated from field: optional string completed_note = 8;
775
+ */
776
+ completedNote?: string;
777
+
778
+ /**
779
+ * @generated from field: optional google.protobuf.Timestamp dismissed_at = 9;
780
+ */
781
+ dismissedAt?: Timestamp;
782
+
783
+ /**
784
+ * @generated from field: optional string dismiss_reason = 10;
785
+ */
786
+ dismissReason?: string;
787
+
788
+ /**
789
+ * @generated from field: optional google.protobuf.Timestamp due_date = 11;
790
+ */
791
+ dueDate?: Timestamp;
792
+
793
+ /**
794
+ * Ownership.
795
+ *
796
+ * @generated from field: string tenant_id = 20;
797
+ */
798
+ tenantId: string;
799
+
800
+ /**
801
+ * @generated from field: optional string project_id = 21;
802
+ */
803
+ projectId?: string;
804
+
805
+ /**
806
+ * Timestamps.
807
+ *
808
+ * @generated from field: google.protobuf.Timestamp created_at = 50;
809
+ */
810
+ createdAt?: Timestamp;
811
+
812
+ /**
813
+ * @generated from field: google.protobuf.Timestamp updated_at = 51;
814
+ */
815
+ updatedAt?: Timestamp;
816
+ };
817
+
818
+ /**
819
+ * Describes the message settings.v1.NoteMention.
820
+ * Use `create(NoteMentionSchema)` to create a new message.
821
+ */
822
+ export declare const NoteMentionSchema: GenMessage<NoteMention>;
823
+
824
+ /**
825
+ * @generated from message settings.v1.MentionWithContext
826
+ */
827
+ export declare type MentionWithContext = Message<"settings.v1.MentionWithContext"> & {
828
+ /**
829
+ * @generated from field: settings.v1.NoteMention mention = 1;
830
+ */
831
+ mention?: NoteMention;
832
+
833
+ /**
834
+ * @generated from field: settings.v1.Note note = 2;
835
+ */
836
+ note?: Note;
837
+
838
+ /**
839
+ * @generated from field: optional string author_name = 3;
840
+ */
841
+ authorName?: string;
842
+
843
+ /**
844
+ * @generated from field: optional string entity_type = 4;
845
+ */
846
+ entityType?: string;
847
+
848
+ /**
849
+ * @generated from field: optional string entity_id = 5;
850
+ */
851
+ entityId?: string;
852
+ };
853
+
854
+ /**
855
+ * Describes the message settings.v1.MentionWithContext.
856
+ * Use `create(MentionWithContextSchema)` to create a new message.
857
+ */
858
+ export declare const MentionWithContextSchema: GenMessage<MentionWithContext>;
859
+
860
+ /**
861
+ * @generated from message settings.v1.MentionCounts
862
+ */
863
+ export declare type MentionCounts = Message<"settings.v1.MentionCounts"> & {
864
+ /**
865
+ * @generated from field: int32 pending = 1;
866
+ */
867
+ pending: number;
868
+
869
+ /**
870
+ * @generated from field: int32 past_due = 2;
871
+ */
872
+ pastDue: number;
873
+
874
+ /**
875
+ * @generated from field: int32 completed_this_week = 3;
876
+ */
877
+ completedThisWeek: number;
878
+ };
879
+
880
+ /**
881
+ * Describes the message settings.v1.MentionCounts.
882
+ * Use `create(MentionCountsSchema)` to create a new message.
883
+ */
884
+ export declare const MentionCountsSchema: GenMessage<MentionCounts>;
885
+
886
+ /**
887
+ * @generated from message settings.v1.ListMyMentionsRequest
888
+ */
889
+ export declare type ListMyMentionsRequest = Message<"settings.v1.ListMyMentionsRequest"> & {
890
+ /**
891
+ * @generated from field: repeated string status = 1;
892
+ */
893
+ status: string[];
894
+
895
+ /**
896
+ * @generated from field: optional string entity_type = 2;
897
+ */
898
+ entityType?: string;
899
+
900
+ /**
901
+ * @generated from field: int32 limit = 10;
902
+ */
903
+ limit: number;
904
+
905
+ /**
906
+ * @generated from field: int32 offset = 11;
907
+ */
908
+ offset: number;
909
+ };
910
+
911
+ /**
912
+ * Describes the message settings.v1.ListMyMentionsRequest.
913
+ * Use `create(ListMyMentionsRequestSchema)` to create a new message.
914
+ */
915
+ export declare const ListMyMentionsRequestSchema: GenMessage<ListMyMentionsRequest>;
916
+
917
+ /**
918
+ * @generated from message settings.v1.ListMyMentionsResponse
919
+ */
920
+ export declare type ListMyMentionsResponse = Message<"settings.v1.ListMyMentionsResponse"> & {
921
+ /**
922
+ * @generated from field: repeated settings.v1.MentionWithContext items = 1;
923
+ */
924
+ items: MentionWithContext[];
925
+
926
+ /**
927
+ * @generated from field: int32 total = 2;
928
+ */
929
+ total: number;
930
+
931
+ /**
932
+ * @generated from field: settings.v1.MentionCounts counts = 3;
933
+ */
934
+ counts?: MentionCounts;
935
+ };
936
+
937
+ /**
938
+ * Describes the message settings.v1.ListMyMentionsResponse.
939
+ * Use `create(ListMyMentionsResponseSchema)` to create a new message.
940
+ */
941
+ export declare const ListMyMentionsResponseSchema: GenMessage<ListMyMentionsResponse>;
942
+
943
+ /**
944
+ * @generated from message settings.v1.UpdateMentionStatusRequest
945
+ */
946
+ export declare type UpdateMentionStatusRequest = Message<"settings.v1.UpdateMentionStatusRequest"> & {
947
+ /**
948
+ * @generated from field: string mention_id = 1;
949
+ */
950
+ mentionId: string;
951
+
952
+ /**
953
+ * @generated from field: string status = 2;
954
+ */
955
+ status: string;
956
+
957
+ /**
958
+ * @generated from field: optional string completed_note = 3;
959
+ */
960
+ completedNote?: string;
961
+
962
+ /**
963
+ * @generated from field: optional string dismiss_reason = 4;
964
+ */
965
+ dismissReason?: string;
966
+ };
967
+
968
+ /**
969
+ * Describes the message settings.v1.UpdateMentionStatusRequest.
970
+ * Use `create(UpdateMentionStatusRequestSchema)` to create a new message.
971
+ */
972
+ export declare const UpdateMentionStatusRequestSchema: GenMessage<UpdateMentionStatusRequest>;
973
+
974
+ /**
975
+ * @generated from message settings.v1.UpdateMentionStatusResponse
976
+ */
977
+ export declare type UpdateMentionStatusResponse = Message<"settings.v1.UpdateMentionStatusResponse"> & {
978
+ /**
979
+ * @generated from field: settings.v1.NoteMention mention = 1;
980
+ */
981
+ mention?: NoteMention;
982
+ };
983
+
984
+ /**
985
+ * Describes the message settings.v1.UpdateMentionStatusResponse.
986
+ * Use `create(UpdateMentionStatusResponseSchema)` to create a new message.
987
+ */
988
+ export declare const UpdateMentionStatusResponseSchema: GenMessage<UpdateMentionStatusResponse>;
989
+
990
+ /**
991
+ * @generated from message settings.v1.CreateShareRequest
992
+ */
993
+ export declare type CreateShareRequest = Message<"settings.v1.CreateShareRequest"> & {
994
+ /**
995
+ * @generated from field: settings.v1.ShareResourceType resource_type = 1;
996
+ */
997
+ resourceType: ShareResourceType;
998
+
999
+ /**
1000
+ * @generated from field: optional string record_id = 2;
1001
+ */
1002
+ recordId?: string;
1003
+
1004
+ /**
1005
+ * @generated from field: optional string file_id = 3;
1006
+ */
1007
+ fileId?: string;
1008
+
1009
+ /**
1010
+ * @generated from field: string customer_id = 4;
1011
+ */
1012
+ customerId: string;
1013
+
1014
+ /**
1015
+ * @generated from field: settings.v1.SharePermission permission = 5;
1016
+ */
1017
+ permission: SharePermission;
1018
+ };
1019
+
1020
+ /**
1021
+ * Describes the message settings.v1.CreateShareRequest.
1022
+ * Use `create(CreateShareRequestSchema)` to create a new message.
1023
+ */
1024
+ export declare const CreateShareRequestSchema: GenMessage<CreateShareRequest>;
1025
+
1026
+ /**
1027
+ * @generated from message settings.v1.CreateShareResponse
1028
+ */
1029
+ export declare type CreateShareResponse = Message<"settings.v1.CreateShareResponse"> & {
1030
+ /**
1031
+ * @generated from field: settings.v1.Share share = 1;
1032
+ */
1033
+ share?: Share;
1034
+ };
1035
+
1036
+ /**
1037
+ * Describes the message settings.v1.CreateShareResponse.
1038
+ * Use `create(CreateShareResponseSchema)` to create a new message.
1039
+ */
1040
+ export declare const CreateShareResponseSchema: GenMessage<CreateShareResponse>;
1041
+
1042
+ /**
1043
+ * @generated from message settings.v1.GetShareRequest
1044
+ */
1045
+ export declare type GetShareRequest = Message<"settings.v1.GetShareRequest"> & {
1046
+ /**
1047
+ * @generated from field: string id = 1;
1048
+ */
1049
+ id: string;
1050
+ };
1051
+
1052
+ /**
1053
+ * Describes the message settings.v1.GetShareRequest.
1054
+ * Use `create(GetShareRequestSchema)` to create a new message.
1055
+ */
1056
+ export declare const GetShareRequestSchema: GenMessage<GetShareRequest>;
1057
+
1058
+ /**
1059
+ * @generated from message settings.v1.GetShareResponse
1060
+ */
1061
+ export declare type GetShareResponse = Message<"settings.v1.GetShareResponse"> & {
1062
+ /**
1063
+ * @generated from field: settings.v1.Share share = 1;
1064
+ */
1065
+ share?: Share;
1066
+ };
1067
+
1068
+ /**
1069
+ * Describes the message settings.v1.GetShareResponse.
1070
+ * Use `create(GetShareResponseSchema)` to create a new message.
1071
+ */
1072
+ export declare const GetShareResponseSchema: GenMessage<GetShareResponse>;
1073
+
1074
+ /**
1075
+ * @generated from message settings.v1.ListSharesRequest
1076
+ */
1077
+ export declare type ListSharesRequest = Message<"settings.v1.ListSharesRequest"> & {
1078
+ /**
1079
+ * @generated from field: optional settings.v1.ShareResourceType resource_type = 1;
1080
+ */
1081
+ resourceType?: ShareResourceType;
1082
+
1083
+ /**
1084
+ * @generated from field: optional string record_id = 2;
1085
+ */
1086
+ recordId?: string;
1087
+
1088
+ /**
1089
+ * @generated from field: optional string file_id = 3;
1090
+ */
1091
+ fileId?: string;
1092
+
1093
+ /**
1094
+ * @generated from field: int32 limit = 10;
1095
+ */
1096
+ limit: number;
1097
+
1098
+ /**
1099
+ * @generated from field: int32 offset = 11;
1100
+ */
1101
+ offset: number;
1102
+ };
1103
+
1104
+ /**
1105
+ * Describes the message settings.v1.ListSharesRequest.
1106
+ * Use `create(ListSharesRequestSchema)` to create a new message.
1107
+ */
1108
+ export declare const ListSharesRequestSchema: GenMessage<ListSharesRequest>;
1109
+
1110
+ /**
1111
+ * @generated from message settings.v1.ListSharesResponse
1112
+ */
1113
+ export declare type ListSharesResponse = Message<"settings.v1.ListSharesResponse"> & {
1114
+ /**
1115
+ * @generated from field: repeated settings.v1.Share shares = 1;
1116
+ */
1117
+ shares: Share[];
1118
+
1119
+ /**
1120
+ * @generated from field: int32 total = 2;
1121
+ */
1122
+ total: number;
1123
+ };
1124
+
1125
+ /**
1126
+ * Describes the message settings.v1.ListSharesResponse.
1127
+ * Use `create(ListSharesResponseSchema)` to create a new message.
1128
+ */
1129
+ export declare const ListSharesResponseSchema: GenMessage<ListSharesResponse>;
1130
+
1131
+ /**
1132
+ * @generated from message settings.v1.UpdateShareRequest
1133
+ */
1134
+ export declare type UpdateShareRequest = Message<"settings.v1.UpdateShareRequest"> & {
1135
+ /**
1136
+ * @generated from field: string id = 1;
1137
+ */
1138
+ id: string;
1139
+
1140
+ /**
1141
+ * @generated from field: optional settings.v1.SharePermission permission = 2;
1142
+ */
1143
+ permission?: SharePermission;
1144
+
1145
+ /**
1146
+ * @generated from field: optional settings.v1.ShareStatus status = 3;
1147
+ */
1148
+ status?: ShareStatus;
1149
+ };
1150
+
1151
+ /**
1152
+ * Describes the message settings.v1.UpdateShareRequest.
1153
+ * Use `create(UpdateShareRequestSchema)` to create a new message.
1154
+ */
1155
+ export declare const UpdateShareRequestSchema: GenMessage<UpdateShareRequest>;
1156
+
1157
+ /**
1158
+ * @generated from message settings.v1.UpdateShareResponse
1159
+ */
1160
+ export declare type UpdateShareResponse = Message<"settings.v1.UpdateShareResponse"> & {
1161
+ /**
1162
+ * @generated from field: settings.v1.Share share = 1;
1163
+ */
1164
+ share?: Share;
1165
+ };
1166
+
1167
+ /**
1168
+ * Describes the message settings.v1.UpdateShareResponse.
1169
+ * Use `create(UpdateShareResponseSchema)` to create a new message.
1170
+ */
1171
+ export declare const UpdateShareResponseSchema: GenMessage<UpdateShareResponse>;
1172
+
1173
+ /**
1174
+ * @generated from message settings.v1.RevokeShareRequest
1175
+ */
1176
+ export declare type RevokeShareRequest = Message<"settings.v1.RevokeShareRequest"> & {
1177
+ /**
1178
+ * @generated from field: string id = 1;
1179
+ */
1180
+ id: string;
1181
+ };
1182
+
1183
+ /**
1184
+ * Describes the message settings.v1.RevokeShareRequest.
1185
+ * Use `create(RevokeShareRequestSchema)` to create a new message.
1186
+ */
1187
+ export declare const RevokeShareRequestSchema: GenMessage<RevokeShareRequest>;
1188
+
1189
+ /**
1190
+ * @generated from message settings.v1.RevokeShareResponse
1191
+ */
1192
+ export declare type RevokeShareResponse = Message<"settings.v1.RevokeShareResponse"> & {
1193
+ /**
1194
+ * @generated from field: bool success = 1;
1195
+ */
1196
+ success: boolean;
1197
+ };
1198
+
1199
+ /**
1200
+ * Describes the message settings.v1.RevokeShareResponse.
1201
+ * Use `create(RevokeShareResponseSchema)` to create a new message.
1202
+ */
1203
+ export declare const RevokeShareResponseSchema: GenMessage<RevokeShareResponse>;
1204
+
1205
+ /**
1206
+ * @generated from message settings.v1.AcceptShareRequest
1207
+ */
1208
+ export declare type AcceptShareRequest = Message<"settings.v1.AcceptShareRequest"> & {
1209
+ /**
1210
+ * @generated from field: string id = 1;
1211
+ */
1212
+ id: string;
1213
+ };
1214
+
1215
+ /**
1216
+ * Describes the message settings.v1.AcceptShareRequest.
1217
+ * Use `create(AcceptShareRequestSchema)` to create a new message.
1218
+ */
1219
+ export declare const AcceptShareRequestSchema: GenMessage<AcceptShareRequest>;
1220
+
1221
+ /**
1222
+ * @generated from message settings.v1.AcceptShareResponse
1223
+ */
1224
+ export declare type AcceptShareResponse = Message<"settings.v1.AcceptShareResponse"> & {
1225
+ /**
1226
+ * @generated from field: settings.v1.Share share = 1;
1227
+ */
1228
+ share?: Share;
1229
+ };
1230
+
1231
+ /**
1232
+ * Describes the message settings.v1.AcceptShareResponse.
1233
+ * Use `create(AcceptShareResponseSchema)` to create a new message.
1234
+ */
1235
+ export declare const AcceptShareResponseSchema: GenMessage<AcceptShareResponse>;
1236
+
1237
+ /**
1238
+ * @generated from message settings.v1.DeclineShareRequest
1239
+ */
1240
+ export declare type DeclineShareRequest = Message<"settings.v1.DeclineShareRequest"> & {
1241
+ /**
1242
+ * @generated from field: string id = 1;
1243
+ */
1244
+ id: string;
1245
+ };
1246
+
1247
+ /**
1248
+ * Describes the message settings.v1.DeclineShareRequest.
1249
+ * Use `create(DeclineShareRequestSchema)` to create a new message.
1250
+ */
1251
+ export declare const DeclineShareRequestSchema: GenMessage<DeclineShareRequest>;
1252
+
1253
+ /**
1254
+ * @generated from message settings.v1.DeclineShareResponse
1255
+ */
1256
+ export declare type DeclineShareResponse = Message<"settings.v1.DeclineShareResponse"> & {
1257
+ /**
1258
+ * @generated from field: settings.v1.Share share = 1;
1259
+ */
1260
+ share?: Share;
1261
+ };
1262
+
1263
+ /**
1264
+ * Describes the message settings.v1.DeclineShareResponse.
1265
+ * Use `create(DeclineShareResponseSchema)` to create a new message.
1266
+ */
1267
+ export declare const DeclineShareResponseSchema: GenMessage<DeclineShareResponse>;
1268
+
1269
+ /**
1270
+ * @generated from message settings.v1.Locale
1271
+ */
1272
+ export declare type Locale = Message<"settings.v1.Locale"> & {
1273
+ /**
1274
+ * @generated from field: string id = 1;
1275
+ */
1276
+ id: string;
1277
+
1278
+ /**
1279
+ * @generated from field: string locale = 2;
1280
+ */
1281
+ locale: string;
1282
+
1283
+ /**
1284
+ * @generated from field: string display_name = 3;
1285
+ */
1286
+ displayName: string;
1287
+
1288
+ /**
1289
+ * @generated from field: optional string native_name = 4;
1290
+ */
1291
+ nativeName?: string;
1292
+
1293
+ /**
1294
+ * @generated from field: bool is_default = 5;
1295
+ */
1296
+ isDefault: boolean;
1297
+
1298
+ /**
1299
+ * @generated from field: bool is_active = 6;
1300
+ */
1301
+ isActive: boolean;
1302
+
1303
+ /**
1304
+ * @generated from field: bool is_rtl = 7;
1305
+ */
1306
+ isRtl: boolean;
1307
+
1308
+ /**
1309
+ * @generated from field: optional string fallback_locale = 8;
1310
+ */
1311
+ fallbackLocale?: string;
1312
+
1313
+ /**
1314
+ * @generated from field: int32 fallback_priority = 9;
1315
+ */
1316
+ fallbackPriority: number;
1317
+
1318
+ /**
1319
+ * Ownership.
1320
+ *
1321
+ * @generated from field: string tenant_id = 20;
1322
+ */
1323
+ tenantId: string;
1324
+
1325
+ /**
1326
+ * @generated from field: string project_id = 21;
1327
+ */
1328
+ projectId: string;
1329
+
1330
+ /**
1331
+ * Attribution.
1332
+ *
1333
+ * @generated from field: optional string created_by = 30;
1334
+ */
1335
+ createdBy?: string;
1336
+
1337
+ /**
1338
+ * @generated from field: optional string updated_by = 31;
1339
+ */
1340
+ updatedBy?: string;
1341
+
1342
+ /**
1343
+ * Timestamps.
1344
+ *
1345
+ * @generated from field: google.protobuf.Timestamp created_at = 50;
1346
+ */
1347
+ createdAt?: Timestamp;
1348
+
1349
+ /**
1350
+ * @generated from field: google.protobuf.Timestamp updated_at = 51;
1351
+ */
1352
+ updatedAt?: Timestamp;
1353
+ };
1354
+
1355
+ /**
1356
+ * Describes the message settings.v1.Locale.
1357
+ * Use `create(LocaleSchema)` to create a new message.
1358
+ */
1359
+ export declare const LocaleSchema: GenMessage<Locale>;
1360
+
1361
+ /**
1362
+ * @generated from message settings.v1.ListLocalesRequest
1363
+ */
1364
+ export declare type ListLocalesRequest = Message<"settings.v1.ListLocalesRequest"> & {
1365
+ /**
1366
+ * @generated from field: optional bool include_inactive = 1;
1367
+ */
1368
+ includeInactive?: boolean;
1369
+
1370
+ /**
1371
+ * @generated from field: int32 limit = 10;
1372
+ */
1373
+ limit: number;
1374
+
1375
+ /**
1376
+ * @generated from field: int32 offset = 11;
1377
+ */
1378
+ offset: number;
1379
+ };
1380
+
1381
+ /**
1382
+ * Describes the message settings.v1.ListLocalesRequest.
1383
+ * Use `create(ListLocalesRequestSchema)` to create a new message.
1384
+ */
1385
+ export declare const ListLocalesRequestSchema: GenMessage<ListLocalesRequest>;
1386
+
1387
+ /**
1388
+ * @generated from message settings.v1.ListLocalesResponse
1389
+ */
1390
+ export declare type ListLocalesResponse = Message<"settings.v1.ListLocalesResponse"> & {
1391
+ /**
1392
+ * @generated from field: repeated settings.v1.Locale locales = 1;
1393
+ */
1394
+ locales: Locale[];
1395
+
1396
+ /**
1397
+ * @generated from field: int32 total = 2;
1398
+ */
1399
+ total: number;
1400
+ };
1401
+
1402
+ /**
1403
+ * Describes the message settings.v1.ListLocalesResponse.
1404
+ * Use `create(ListLocalesResponseSchema)` to create a new message.
1405
+ */
1406
+ export declare const ListLocalesResponseSchema: GenMessage<ListLocalesResponse>;
1407
+
1408
+ /**
1409
+ * @generated from message settings.v1.GetLocaleRequest
1410
+ */
1411
+ export declare type GetLocaleRequest = Message<"settings.v1.GetLocaleRequest"> & {
1412
+ /**
1413
+ * @generated from field: string id = 1;
1414
+ */
1415
+ id: string;
1416
+ };
1417
+
1418
+ /**
1419
+ * Describes the message settings.v1.GetLocaleRequest.
1420
+ * Use `create(GetLocaleRequestSchema)` to create a new message.
1421
+ */
1422
+ export declare const GetLocaleRequestSchema: GenMessage<GetLocaleRequest>;
1423
+
1424
+ /**
1425
+ * @generated from message settings.v1.GetLocaleResponse
1426
+ */
1427
+ export declare type GetLocaleResponse = Message<"settings.v1.GetLocaleResponse"> & {
1428
+ /**
1429
+ * @generated from field: settings.v1.Locale locale = 1;
1430
+ */
1431
+ locale?: Locale;
1432
+ };
1433
+
1434
+ /**
1435
+ * Describes the message settings.v1.GetLocaleResponse.
1436
+ * Use `create(GetLocaleResponseSchema)` to create a new message.
1437
+ */
1438
+ export declare const GetLocaleResponseSchema: GenMessage<GetLocaleResponse>;
1439
+
1440
+ /**
1441
+ * @generated from message settings.v1.CreateLocaleRequest
1442
+ */
1443
+ export declare type CreateLocaleRequest = Message<"settings.v1.CreateLocaleRequest"> & {
1444
+ /**
1445
+ * @generated from field: string locale = 1;
1446
+ */
1447
+ locale: string;
1448
+
1449
+ /**
1450
+ * @generated from field: string display_name = 2;
1451
+ */
1452
+ displayName: string;
1453
+
1454
+ /**
1455
+ * @generated from field: optional string native_name = 3;
1456
+ */
1457
+ nativeName?: string;
1458
+
1459
+ /**
1460
+ * @generated from field: optional bool is_default = 4;
1461
+ */
1462
+ isDefault?: boolean;
1463
+
1464
+ /**
1465
+ * @generated from field: optional bool is_rtl = 5;
1466
+ */
1467
+ isRtl?: boolean;
1468
+
1469
+ /**
1470
+ * @generated from field: optional string fallback_locale = 6;
1471
+ */
1472
+ fallbackLocale?: string;
1473
+ };
1474
+
1475
+ /**
1476
+ * Describes the message settings.v1.CreateLocaleRequest.
1477
+ * Use `create(CreateLocaleRequestSchema)` to create a new message.
1478
+ */
1479
+ export declare const CreateLocaleRequestSchema: GenMessage<CreateLocaleRequest>;
1480
+
1481
+ /**
1482
+ * @generated from message settings.v1.CreateLocaleResponse
1483
+ */
1484
+ export declare type CreateLocaleResponse = Message<"settings.v1.CreateLocaleResponse"> & {
1485
+ /**
1486
+ * @generated from field: settings.v1.Locale locale = 1;
1487
+ */
1488
+ locale?: Locale;
1489
+ };
1490
+
1491
+ /**
1492
+ * Describes the message settings.v1.CreateLocaleResponse.
1493
+ * Use `create(CreateLocaleResponseSchema)` to create a new message.
1494
+ */
1495
+ export declare const CreateLocaleResponseSchema: GenMessage<CreateLocaleResponse>;
1496
+
1497
+ /**
1498
+ * @generated from message settings.v1.UpdateLocaleRequest
1499
+ */
1500
+ export declare type UpdateLocaleRequest = Message<"settings.v1.UpdateLocaleRequest"> & {
1501
+ /**
1502
+ * @generated from field: string id = 1;
1503
+ */
1504
+ id: string;
1505
+
1506
+ /**
1507
+ * @generated from field: optional string display_name = 2;
1508
+ */
1509
+ displayName?: string;
1510
+
1511
+ /**
1512
+ * @generated from field: optional string native_name = 3;
1513
+ */
1514
+ nativeName?: string;
1515
+
1516
+ /**
1517
+ * @generated from field: optional bool is_default = 4;
1518
+ */
1519
+ isDefault?: boolean;
1520
+
1521
+ /**
1522
+ * @generated from field: optional bool is_active = 5;
1523
+ */
1524
+ isActive?: boolean;
1525
+
1526
+ /**
1527
+ * @generated from field: optional bool is_rtl = 6;
1528
+ */
1529
+ isRtl?: boolean;
1530
+
1531
+ /**
1532
+ * @generated from field: optional string fallback_locale = 7;
1533
+ */
1534
+ fallbackLocale?: string;
1535
+ };
1536
+
1537
+ /**
1538
+ * Describes the message settings.v1.UpdateLocaleRequest.
1539
+ * Use `create(UpdateLocaleRequestSchema)` to create a new message.
1540
+ */
1541
+ export declare const UpdateLocaleRequestSchema: GenMessage<UpdateLocaleRequest>;
1542
+
1543
+ /**
1544
+ * @generated from message settings.v1.UpdateLocaleResponse
1545
+ */
1546
+ export declare type UpdateLocaleResponse = Message<"settings.v1.UpdateLocaleResponse"> & {
1547
+ /**
1548
+ * @generated from field: settings.v1.Locale locale = 1;
1549
+ */
1550
+ locale?: Locale;
1551
+ };
1552
+
1553
+ /**
1554
+ * Describes the message settings.v1.UpdateLocaleResponse.
1555
+ * Use `create(UpdateLocaleResponseSchema)` to create a new message.
1556
+ */
1557
+ export declare const UpdateLocaleResponseSchema: GenMessage<UpdateLocaleResponse>;
1558
+
1559
+ /**
1560
+ * @generated from message settings.v1.DeleteLocaleRequest
1561
+ */
1562
+ export declare type DeleteLocaleRequest = Message<"settings.v1.DeleteLocaleRequest"> & {
1563
+ /**
1564
+ * @generated from field: string id = 1;
1565
+ */
1566
+ id: string;
1567
+ };
1568
+
1569
+ /**
1570
+ * Describes the message settings.v1.DeleteLocaleRequest.
1571
+ * Use `create(DeleteLocaleRequestSchema)` to create a new message.
1572
+ */
1573
+ export declare const DeleteLocaleRequestSchema: GenMessage<DeleteLocaleRequest>;
1574
+
1575
+ /**
1576
+ * @generated from message settings.v1.DeleteLocaleResponse
1577
+ */
1578
+ export declare type DeleteLocaleResponse = Message<"settings.v1.DeleteLocaleResponse"> & {
1579
+ /**
1580
+ * @generated from field: bool success = 1;
1581
+ */
1582
+ success: boolean;
1583
+ };
1584
+
1585
+ /**
1586
+ * Describes the message settings.v1.DeleteLocaleResponse.
1587
+ * Use `create(DeleteLocaleResponseSchema)` to create a new message.
1588
+ */
1589
+ export declare const DeleteLocaleResponseSchema: GenMessage<DeleteLocaleResponse>;
1590
+
1591
+ /**
1592
+ * @generated from message settings.v1.NavPreferences
1593
+ */
1594
+ export declare type NavPreferences = Message<"settings.v1.NavPreferences"> & {
1595
+ /**
1596
+ * @generated from field: repeated string favorite_projects = 1;
1597
+ */
1598
+ favoriteProjects: string[];
1599
+
1600
+ /**
1601
+ * @generated from field: repeated string favorite_nav_items = 2;
1602
+ */
1603
+ favoriteNavItems: string[];
1604
+
1605
+ /**
1606
+ * @generated from field: repeated string collapsed_sections = 3;
1607
+ */
1608
+ collapsedSections: string[];
1609
+
1610
+ /**
1611
+ * @generated from field: google.protobuf.Struct nav_item_order = 4;
1612
+ */
1613
+ navItemOrder?: JsonObject;
1614
+ };
1615
+
1616
+ /**
1617
+ * Describes the message settings.v1.NavPreferences.
1618
+ * Use `create(NavPreferencesSchema)` to create a new message.
1619
+ */
1620
+ export declare const NavPreferencesSchema: GenMessage<NavPreferences>;
1621
+
1622
+ /**
1623
+ * @generated from message settings.v1.GetNavPreferencesRequest
1624
+ */
1625
+ export declare type GetNavPreferencesRequest = Message<"settings.v1.GetNavPreferencesRequest"> & {
1626
+ };
1627
+
1628
+ /**
1629
+ * Describes the message settings.v1.GetNavPreferencesRequest.
1630
+ * Use `create(GetNavPreferencesRequestSchema)` to create a new message.
1631
+ */
1632
+ export declare const GetNavPreferencesRequestSchema: GenMessage<GetNavPreferencesRequest>;
1633
+
1634
+ /**
1635
+ * @generated from message settings.v1.GetNavPreferencesResponse
1636
+ */
1637
+ export declare type GetNavPreferencesResponse = Message<"settings.v1.GetNavPreferencesResponse"> & {
1638
+ /**
1639
+ * @generated from field: settings.v1.NavPreferences preferences = 1;
1640
+ */
1641
+ preferences?: NavPreferences;
1642
+ };
1643
+
1644
+ /**
1645
+ * Describes the message settings.v1.GetNavPreferencesResponse.
1646
+ * Use `create(GetNavPreferencesResponseSchema)` to create a new message.
1647
+ */
1648
+ export declare const GetNavPreferencesResponseSchema: GenMessage<GetNavPreferencesResponse>;
1649
+
1650
+ /**
1651
+ * @generated from message settings.v1.UpdateNavPreferencesRequest
1652
+ */
1653
+ export declare type UpdateNavPreferencesRequest = Message<"settings.v1.UpdateNavPreferencesRequest"> & {
1654
+ /**
1655
+ * @generated from field: optional settings.v1.NavPreferences preferences = 1;
1656
+ */
1657
+ preferences?: NavPreferences;
1658
+
1659
+ /**
1660
+ * @generated from field: optional string toggle_project_id = 2;
1661
+ */
1662
+ toggleProjectId?: string;
1663
+
1664
+ /**
1665
+ * @generated from field: optional string toggle_nav_item = 3;
1666
+ */
1667
+ toggleNavItem?: string;
1668
+
1669
+ /**
1670
+ * @generated from field: optional string toggle_section = 4;
1671
+ */
1672
+ toggleSection?: string;
1673
+ };
1674
+
1675
+ /**
1676
+ * Describes the message settings.v1.UpdateNavPreferencesRequest.
1677
+ * Use `create(UpdateNavPreferencesRequestSchema)` to create a new message.
1678
+ */
1679
+ export declare const UpdateNavPreferencesRequestSchema: GenMessage<UpdateNavPreferencesRequest>;
1680
+
1681
+ /**
1682
+ * @generated from message settings.v1.UpdateNavPreferencesResponse
1683
+ */
1684
+ export declare type UpdateNavPreferencesResponse = Message<"settings.v1.UpdateNavPreferencesResponse"> & {
1685
+ /**
1686
+ * @generated from field: settings.v1.NavPreferences preferences = 1;
1687
+ */
1688
+ preferences?: NavPreferences;
1689
+ };
1690
+
1691
+ /**
1692
+ * Describes the message settings.v1.UpdateNavPreferencesResponse.
1693
+ * Use `create(UpdateNavPreferencesResponseSchema)` to create a new message.
1694
+ */
1695
+ export declare const UpdateNavPreferencesResponseSchema: GenMessage<UpdateNavPreferencesResponse>;
1696
+
1697
+ /**
1698
+ * @generated from message settings.v1.RecentlyOpenedItem
1699
+ */
1700
+ export declare type RecentlyOpenedItem = Message<"settings.v1.RecentlyOpenedItem"> & {
1701
+ /**
1702
+ * @generated from field: string type = 1;
1703
+ */
1704
+ type: string;
1705
+
1706
+ /**
1707
+ * @generated from field: string id = 2;
1708
+ */
1709
+ id: string;
1710
+
1711
+ /**
1712
+ * @generated from field: string label = 3;
1713
+ */
1714
+ label: string;
1715
+
1716
+ /**
1717
+ * @generated from field: string path = 4;
1718
+ */
1719
+ path: string;
1720
+
1721
+ /**
1722
+ * @generated from field: int64 timestamp = 5;
1723
+ */
1724
+ timestamp: bigint;
1725
+ };
1726
+
1727
+ /**
1728
+ * Describes the message settings.v1.RecentlyOpenedItem.
1729
+ * Use `create(RecentlyOpenedItemSchema)` to create a new message.
1730
+ */
1731
+ export declare const RecentlyOpenedItemSchema: GenMessage<RecentlyOpenedItem>;
1732
+
1733
+ /**
1734
+ * @generated from message settings.v1.ListRecentlyOpenedRequest
1735
+ */
1736
+ export declare type ListRecentlyOpenedRequest = Message<"settings.v1.ListRecentlyOpenedRequest"> & {
1737
+ /**
1738
+ * @generated from field: int32 limit = 1;
1739
+ */
1740
+ limit: number;
1741
+ };
1742
+
1743
+ /**
1744
+ * Describes the message settings.v1.ListRecentlyOpenedRequest.
1745
+ * Use `create(ListRecentlyOpenedRequestSchema)` to create a new message.
1746
+ */
1747
+ export declare const ListRecentlyOpenedRequestSchema: GenMessage<ListRecentlyOpenedRequest>;
1748
+
1749
+ /**
1750
+ * @generated from message settings.v1.ListRecentlyOpenedResponse
1751
+ */
1752
+ export declare type ListRecentlyOpenedResponse = Message<"settings.v1.ListRecentlyOpenedResponse"> & {
1753
+ /**
1754
+ * @generated from field: repeated settings.v1.RecentlyOpenedItem items = 1;
1755
+ */
1756
+ items: RecentlyOpenedItem[];
1757
+ };
1758
+
1759
+ /**
1760
+ * Describes the message settings.v1.ListRecentlyOpenedResponse.
1761
+ * Use `create(ListRecentlyOpenedResponseSchema)` to create a new message.
1762
+ */
1763
+ export declare const ListRecentlyOpenedResponseSchema: GenMessage<ListRecentlyOpenedResponse>;
1764
+
1765
+ /**
1766
+ * @generated from message settings.v1.TrackRecentlyOpenedRequest
1767
+ */
1768
+ export declare type TrackRecentlyOpenedRequest = Message<"settings.v1.TrackRecentlyOpenedRequest"> & {
1769
+ /**
1770
+ * @generated from field: string type = 1;
1771
+ */
1772
+ type: string;
1773
+
1774
+ /**
1775
+ * @generated from field: string id = 2;
1776
+ */
1777
+ id: string;
1778
+
1779
+ /**
1780
+ * @generated from field: string label = 3;
1781
+ */
1782
+ label: string;
1783
+
1784
+ /**
1785
+ * @generated from field: string path = 4;
1786
+ */
1787
+ path: string;
1788
+ };
1789
+
1790
+ /**
1791
+ * Describes the message settings.v1.TrackRecentlyOpenedRequest.
1792
+ * Use `create(TrackRecentlyOpenedRequestSchema)` to create a new message.
1793
+ */
1794
+ export declare const TrackRecentlyOpenedRequestSchema: GenMessage<TrackRecentlyOpenedRequest>;
1795
+
1796
+ /**
1797
+ * @generated from message settings.v1.TrackRecentlyOpenedResponse
1798
+ */
1799
+ export declare type TrackRecentlyOpenedResponse = Message<"settings.v1.TrackRecentlyOpenedResponse"> & {
1800
+ /**
1801
+ * @generated from field: bool success = 1;
1802
+ */
1803
+ success: boolean;
1804
+ };
1805
+
1806
+ /**
1807
+ * Describes the message settings.v1.TrackRecentlyOpenedResponse.
1808
+ * Use `create(TrackRecentlyOpenedResponseSchema)` to create a new message.
1809
+ */
1810
+ export declare const TrackRecentlyOpenedResponseSchema: GenMessage<TrackRecentlyOpenedResponse>;
1811
+
1812
+ /**
1813
+ * @generated from message settings.v1.RemoveRecentlyOpenedRequest
1814
+ */
1815
+ export declare type RemoveRecentlyOpenedRequest = Message<"settings.v1.RemoveRecentlyOpenedRequest"> & {
1816
+ /**
1817
+ * @generated from field: string type = 1;
1818
+ */
1819
+ type: string;
1820
+
1821
+ /**
1822
+ * @generated from field: string id = 2;
1823
+ */
1824
+ id: string;
1825
+ };
1826
+
1827
+ /**
1828
+ * Describes the message settings.v1.RemoveRecentlyOpenedRequest.
1829
+ * Use `create(RemoveRecentlyOpenedRequestSchema)` to create a new message.
1830
+ */
1831
+ export declare const RemoveRecentlyOpenedRequestSchema: GenMessage<RemoveRecentlyOpenedRequest>;
1832
+
1833
+ /**
1834
+ * @generated from message settings.v1.RemoveRecentlyOpenedResponse
1835
+ */
1836
+ export declare type RemoveRecentlyOpenedResponse = Message<"settings.v1.RemoveRecentlyOpenedResponse"> & {
1837
+ /**
1838
+ * @generated from field: bool success = 1;
1839
+ */
1840
+ success: boolean;
1841
+ };
1842
+
1843
+ /**
1844
+ * Describes the message settings.v1.RemoveRecentlyOpenedResponse.
1845
+ * Use `create(RemoveRecentlyOpenedResponseSchema)` to create a new message.
1846
+ */
1847
+ export declare const RemoveRecentlyOpenedResponseSchema: GenMessage<RemoveRecentlyOpenedResponse>;
1848
+
1849
+ /**
1850
+ * @generated from message settings.v1.ClearRecentlyOpenedRequest
1851
+ */
1852
+ export declare type ClearRecentlyOpenedRequest = Message<"settings.v1.ClearRecentlyOpenedRequest"> & {
1853
+ };
1854
+
1855
+ /**
1856
+ * Describes the message settings.v1.ClearRecentlyOpenedRequest.
1857
+ * Use `create(ClearRecentlyOpenedRequestSchema)` to create a new message.
1858
+ */
1859
+ export declare const ClearRecentlyOpenedRequestSchema: GenMessage<ClearRecentlyOpenedRequest>;
1860
+
1861
+ /**
1862
+ * @generated from message settings.v1.ClearRecentlyOpenedResponse
1863
+ */
1864
+ export declare type ClearRecentlyOpenedResponse = Message<"settings.v1.ClearRecentlyOpenedResponse"> & {
1865
+ /**
1866
+ * @generated from field: bool success = 1;
1867
+ */
1868
+ success: boolean;
1869
+ };
1870
+
1871
+ /**
1872
+ * Describes the message settings.v1.ClearRecentlyOpenedResponse.
1873
+ * Use `create(ClearRecentlyOpenedResponseSchema)` to create a new message.
1874
+ */
1875
+ export declare const ClearRecentlyOpenedResponseSchema: GenMessage<ClearRecentlyOpenedResponse>;
1876
+
1877
+ /**
1878
+ * @generated from message settings.v1.ContextDimension
1879
+ */
1880
+ export declare type ContextDimension = Message<"settings.v1.ContextDimension"> & {
1881
+ /**
1882
+ * @generated from field: string id = 1;
1883
+ */
1884
+ id: string;
1885
+
1886
+ /**
1887
+ * @generated from field: string key = 2;
1888
+ */
1889
+ key: string;
1890
+
1891
+ /**
1892
+ * @generated from field: string name = 3;
1893
+ */
1894
+ name: string;
1895
+
1896
+ /**
1897
+ * @generated from field: optional string description = 4;
1898
+ */
1899
+ description?: string;
1900
+
1901
+ /**
1902
+ * @generated from field: string source_type = 5;
1903
+ */
1904
+ sourceType: string;
1905
+
1906
+ /**
1907
+ * @generated from field: string source_model_key = 6;
1908
+ */
1909
+ sourceModelKey: string;
1910
+
1911
+ /**
1912
+ * @generated from field: optional string default_record_key = 7;
1913
+ */
1914
+ defaultRecordKey?: string;
1915
+
1916
+ /**
1917
+ * @generated from field: bool is_system = 8;
1918
+ */
1919
+ isSystem: boolean;
1920
+
1921
+ /**
1922
+ * @generated from field: repeated string built_in_values = 9;
1923
+ */
1924
+ builtInValues: string[];
1925
+
1926
+ /**
1927
+ * Type metadata.
1928
+ *
1929
+ * string, number, boolean, date, enum
1930
+ *
1931
+ * @generated from field: string data_type = 10;
1932
+ */
1933
+ dataType: string;
1934
+
1935
+ /**
1936
+ * system, temporal, customer, profile, segment, custom
1937
+ *
1938
+ * @generated from field: string category = 11;
1939
+ */
1940
+ category: string;
1941
+
1942
+ /**
1943
+ * @generated from field: bool is_required = 12;
1944
+ */
1945
+ isRequired: boolean;
1946
+
1947
+ /**
1948
+ * @generated from field: int32 sort_order = 13;
1949
+ */
1950
+ sortOrder: number;
1951
+
1952
+ /**
1953
+ * Ownership.
1954
+ *
1955
+ * @generated from field: string tenant_id = 20;
1956
+ */
1957
+ tenantId: string;
1958
+
1959
+ /**
1960
+ * @generated from field: string project_id = 21;
1961
+ */
1962
+ projectId: string;
1963
+
1964
+ /**
1965
+ * Attribution.
1966
+ *
1967
+ * @generated from field: optional string created_by = 30;
1968
+ */
1969
+ createdBy?: string;
1970
+
1971
+ /**
1972
+ * @generated from field: optional string updated_by = 31;
1973
+ */
1974
+ updatedBy?: string;
1975
+
1976
+ /**
1977
+ * Timestamps.
1978
+ *
1979
+ * @generated from field: google.protobuf.Timestamp created_at = 50;
1980
+ */
1981
+ createdAt?: Timestamp;
1982
+
1983
+ /**
1984
+ * @generated from field: google.protobuf.Timestamp updated_at = 51;
1985
+ */
1986
+ updatedAt?: Timestamp;
1987
+ };
1988
+
1989
+ /**
1990
+ * Describes the message settings.v1.ContextDimension.
1991
+ * Use `create(ContextDimensionSchema)` to create a new message.
1992
+ */
1993
+ export declare const ContextDimensionSchema: GenMessage<ContextDimension>;
1994
+
1995
+ /**
1996
+ * @generated from message settings.v1.ContextDimensionValue
1997
+ */
1998
+ export declare type ContextDimensionValue = Message<"settings.v1.ContextDimensionValue"> & {
1999
+ /**
2000
+ * @generated from field: string key = 1;
2001
+ */
2002
+ key: string;
2003
+
2004
+ /**
2005
+ * @generated from field: string label = 2;
2006
+ */
2007
+ label: string;
2008
+ };
2009
+
2010
+ /**
2011
+ * Describes the message settings.v1.ContextDimensionValue.
2012
+ * Use `create(ContextDimensionValueSchema)` to create a new message.
2013
+ */
2014
+ export declare const ContextDimensionValueSchema: GenMessage<ContextDimensionValue>;
2015
+
2016
+ /**
2017
+ * @generated from message settings.v1.ListContextDimensionsRequest
2018
+ */
2019
+ export declare type ListContextDimensionsRequest = Message<"settings.v1.ListContextDimensionsRequest"> & {
2020
+ /**
2021
+ * @generated from field: optional string search = 1;
2022
+ */
2023
+ search?: string;
2024
+
2025
+ /**
2026
+ * @generated from field: int32 limit = 10;
2027
+ */
2028
+ limit: number;
2029
+
2030
+ /**
2031
+ * @generated from field: int32 offset = 11;
2032
+ */
2033
+ offset: number;
2034
+ };
2035
+
2036
+ /**
2037
+ * Describes the message settings.v1.ListContextDimensionsRequest.
2038
+ * Use `create(ListContextDimensionsRequestSchema)` to create a new message.
2039
+ */
2040
+ export declare const ListContextDimensionsRequestSchema: GenMessage<ListContextDimensionsRequest>;
2041
+
2042
+ /**
2043
+ * @generated from message settings.v1.ListContextDimensionsResponse
2044
+ */
2045
+ export declare type ListContextDimensionsResponse = Message<"settings.v1.ListContextDimensionsResponse"> & {
2046
+ /**
2047
+ * @generated from field: repeated settings.v1.ContextDimension dimensions = 1;
2048
+ */
2049
+ dimensions: ContextDimension[];
2050
+
2051
+ /**
2052
+ * @generated from field: int32 total = 2;
2053
+ */
2054
+ total: number;
2055
+ };
2056
+
2057
+ /**
2058
+ * Describes the message settings.v1.ListContextDimensionsResponse.
2059
+ * Use `create(ListContextDimensionsResponseSchema)` to create a new message.
2060
+ */
2061
+ export declare const ListContextDimensionsResponseSchema: GenMessage<ListContextDimensionsResponse>;
2062
+
2063
+ /**
2064
+ * @generated from message settings.v1.GetContextDimensionRequest
2065
+ */
2066
+ export declare type GetContextDimensionRequest = Message<"settings.v1.GetContextDimensionRequest"> & {
2067
+ /**
2068
+ * @generated from field: string id = 1;
2069
+ */
2070
+ id: string;
2071
+ };
2072
+
2073
+ /**
2074
+ * Describes the message settings.v1.GetContextDimensionRequest.
2075
+ * Use `create(GetContextDimensionRequestSchema)` to create a new message.
2076
+ */
2077
+ export declare const GetContextDimensionRequestSchema: GenMessage<GetContextDimensionRequest>;
2078
+
2079
+ /**
2080
+ * @generated from message settings.v1.GetContextDimensionResponse
2081
+ */
2082
+ export declare type GetContextDimensionResponse = Message<"settings.v1.GetContextDimensionResponse"> & {
2083
+ /**
2084
+ * @generated from field: settings.v1.ContextDimension dimension = 1;
2085
+ */
2086
+ dimension?: ContextDimension;
2087
+ };
2088
+
2089
+ /**
2090
+ * Describes the message settings.v1.GetContextDimensionResponse.
2091
+ * Use `create(GetContextDimensionResponseSchema)` to create a new message.
2092
+ */
2093
+ export declare const GetContextDimensionResponseSchema: GenMessage<GetContextDimensionResponse>;
2094
+
2095
+ /**
2096
+ * @generated from message settings.v1.CreateContextDimensionRequest
2097
+ */
2098
+ export declare type CreateContextDimensionRequest = Message<"settings.v1.CreateContextDimensionRequest"> & {
2099
+ /**
2100
+ * @generated from field: string key = 1;
2101
+ */
2102
+ key: string;
2103
+
2104
+ /**
2105
+ * @generated from field: string name = 2;
2106
+ */
2107
+ name: string;
2108
+
2109
+ /**
2110
+ * @generated from field: optional string description = 3;
2111
+ */
2112
+ description?: string;
2113
+
2114
+ /**
2115
+ * @generated from field: string source_type = 4;
2116
+ */
2117
+ sourceType: string;
2118
+
2119
+ /**
2120
+ * @generated from field: string source_model_key = 5;
2121
+ */
2122
+ sourceModelKey: string;
2123
+
2124
+ /**
2125
+ * @generated from field: optional string default_record_key = 6;
2126
+ */
2127
+ defaultRecordKey?: string;
2128
+ };
2129
+
2130
+ /**
2131
+ * Describes the message settings.v1.CreateContextDimensionRequest.
2132
+ * Use `create(CreateContextDimensionRequestSchema)` to create a new message.
2133
+ */
2134
+ export declare const CreateContextDimensionRequestSchema: GenMessage<CreateContextDimensionRequest>;
2135
+
2136
+ /**
2137
+ * @generated from message settings.v1.CreateContextDimensionResponse
2138
+ */
2139
+ export declare type CreateContextDimensionResponse = Message<"settings.v1.CreateContextDimensionResponse"> & {
2140
+ /**
2141
+ * @generated from field: settings.v1.ContextDimension dimension = 1;
2142
+ */
2143
+ dimension?: ContextDimension;
2144
+ };
2145
+
2146
+ /**
2147
+ * Describes the message settings.v1.CreateContextDimensionResponse.
2148
+ * Use `create(CreateContextDimensionResponseSchema)` to create a new message.
2149
+ */
2150
+ export declare const CreateContextDimensionResponseSchema: GenMessage<CreateContextDimensionResponse>;
2151
+
2152
+ /**
2153
+ * @generated from message settings.v1.UpdateContextDimensionRequest
2154
+ */
2155
+ export declare type UpdateContextDimensionRequest = Message<"settings.v1.UpdateContextDimensionRequest"> & {
2156
+ /**
2157
+ * @generated from field: string id = 1;
2158
+ */
2159
+ id: string;
2160
+
2161
+ /**
2162
+ * @generated from field: optional string name = 2;
2163
+ */
2164
+ name?: string;
2165
+
2166
+ /**
2167
+ * @generated from field: optional string description = 3;
2168
+ */
2169
+ description?: string;
2170
+
2171
+ /**
2172
+ * @generated from field: optional string source_model_key = 4;
2173
+ */
2174
+ sourceModelKey?: string;
2175
+
2176
+ /**
2177
+ * @generated from field: optional string default_record_key = 5;
2178
+ */
2179
+ defaultRecordKey?: string;
2180
+ };
2181
+
2182
+ /**
2183
+ * Describes the message settings.v1.UpdateContextDimensionRequest.
2184
+ * Use `create(UpdateContextDimensionRequestSchema)` to create a new message.
2185
+ */
2186
+ export declare const UpdateContextDimensionRequestSchema: GenMessage<UpdateContextDimensionRequest>;
2187
+
2188
+ /**
2189
+ * @generated from message settings.v1.UpdateContextDimensionResponse
2190
+ */
2191
+ export declare type UpdateContextDimensionResponse = Message<"settings.v1.UpdateContextDimensionResponse"> & {
2192
+ /**
2193
+ * @generated from field: settings.v1.ContextDimension dimension = 1;
2194
+ */
2195
+ dimension?: ContextDimension;
2196
+ };
2197
+
2198
+ /**
2199
+ * Describes the message settings.v1.UpdateContextDimensionResponse.
2200
+ * Use `create(UpdateContextDimensionResponseSchema)` to create a new message.
2201
+ */
2202
+ export declare const UpdateContextDimensionResponseSchema: GenMessage<UpdateContextDimensionResponse>;
2203
+
2204
+ /**
2205
+ * @generated from message settings.v1.DeleteContextDimensionRequest
2206
+ */
2207
+ export declare type DeleteContextDimensionRequest = Message<"settings.v1.DeleteContextDimensionRequest"> & {
2208
+ /**
2209
+ * @generated from field: string id = 1;
2210
+ */
2211
+ id: string;
2212
+ };
2213
+
2214
+ /**
2215
+ * Describes the message settings.v1.DeleteContextDimensionRequest.
2216
+ * Use `create(DeleteContextDimensionRequestSchema)` to create a new message.
2217
+ */
2218
+ export declare const DeleteContextDimensionRequestSchema: GenMessage<DeleteContextDimensionRequest>;
2219
+
2220
+ /**
2221
+ * @generated from message settings.v1.DeleteContextDimensionResponse
2222
+ */
2223
+ export declare type DeleteContextDimensionResponse = Message<"settings.v1.DeleteContextDimensionResponse"> & {
2224
+ /**
2225
+ * @generated from field: bool success = 1;
2226
+ */
2227
+ success: boolean;
2228
+ };
2229
+
2230
+ /**
2231
+ * Describes the message settings.v1.DeleteContextDimensionResponse.
2232
+ * Use `create(DeleteContextDimensionResponseSchema)` to create a new message.
2233
+ */
2234
+ export declare const DeleteContextDimensionResponseSchema: GenMessage<DeleteContextDimensionResponse>;
2235
+
2236
+ /**
2237
+ * @generated from message settings.v1.GetContextDimensionValuesRequest
2238
+ */
2239
+ export declare type GetContextDimensionValuesRequest = Message<"settings.v1.GetContextDimensionValuesRequest"> & {
2240
+ /**
2241
+ * @generated from field: string dimension_key = 1;
2242
+ */
2243
+ dimensionKey: string;
2244
+
2245
+ /**
2246
+ * @generated from field: optional string search = 2;
2247
+ */
2248
+ search?: string;
2249
+
2250
+ /**
2251
+ * @generated from field: int32 limit = 10;
2252
+ */
2253
+ limit: number;
2254
+
2255
+ /**
2256
+ * @generated from field: int32 offset = 11;
2257
+ */
2258
+ offset: number;
2259
+ };
2260
+
2261
+ /**
2262
+ * Describes the message settings.v1.GetContextDimensionValuesRequest.
2263
+ * Use `create(GetContextDimensionValuesRequestSchema)` to create a new message.
2264
+ */
2265
+ export declare const GetContextDimensionValuesRequestSchema: GenMessage<GetContextDimensionValuesRequest>;
2266
+
2267
+ /**
2268
+ * @generated from message settings.v1.GetContextDimensionValuesResponse
2269
+ */
2270
+ export declare type GetContextDimensionValuesResponse = Message<"settings.v1.GetContextDimensionValuesResponse"> & {
2271
+ /**
2272
+ * @generated from field: repeated settings.v1.ContextDimensionValue values = 1;
2273
+ */
2274
+ values: ContextDimensionValue[];
2275
+
2276
+ /**
2277
+ * @generated from field: int32 total = 2;
2278
+ */
2279
+ total: number;
2280
+ };
2281
+
2282
+ /**
2283
+ * Describes the message settings.v1.GetContextDimensionValuesResponse.
2284
+ * Use `create(GetContextDimensionValuesResponseSchema)` to create a new message.
2285
+ */
2286
+ export declare const GetContextDimensionValuesResponseSchema: GenMessage<GetContextDimensionValuesResponse>;
2287
+
2288
+ /**
2289
+ * @generated from message settings.v1.CustomerProfileField
2290
+ */
2291
+ export declare type CustomerProfileField = Message<"settings.v1.CustomerProfileField"> & {
2292
+ /**
2293
+ * @generated from field: string id = 1;
2294
+ */
2295
+ id: string;
2296
+
2297
+ /**
2298
+ * @generated from field: string key = 2;
2299
+ */
2300
+ key: string;
2301
+
2302
+ /**
2303
+ * @generated from field: string type = 3;
2304
+ */
2305
+ type: string;
2306
+
2307
+ /**
2308
+ * @generated from field: string label = 4;
2309
+ */
2310
+ label: string;
2311
+
2312
+ /**
2313
+ * @generated from field: bool required = 5;
2314
+ */
2315
+ required: boolean;
2316
+
2317
+ /**
2318
+ * @generated from field: optional string help_text = 6;
2319
+ */
2320
+ helpText?: string;
2321
+
2322
+ /**
2323
+ * @generated from field: optional string placeholder = 7;
2324
+ */
2325
+ placeholder?: string;
2326
+
2327
+ /**
2328
+ * @generated from field: optional google.protobuf.Struct config = 8;
2329
+ */
2330
+ config?: JsonObject;
2331
+ };
2332
+
2333
+ /**
2334
+ * Describes the message settings.v1.CustomerProfileField.
2335
+ * Use `create(CustomerProfileFieldSchema)` to create a new message.
2336
+ */
2337
+ export declare const CustomerProfileFieldSchema: GenMessage<CustomerProfileField>;
2338
+
2339
+ /**
2340
+ * @generated from message settings.v1.CustomerProfileSchema
2341
+ */
2342
+ export declare type CustomerProfileSchema = Message<"settings.v1.CustomerProfileSchema"> & {
2343
+ /**
2344
+ * @generated from field: string id = 1;
2345
+ */
2346
+ id: string;
2347
+
2348
+ /**
2349
+ * @generated from field: repeated settings.v1.CustomerProfileField fields = 2;
2350
+ */
2351
+ fields: CustomerProfileField[];
2352
+
2353
+ /**
2354
+ * @generated from field: repeated string public_fields = 3;
2355
+ */
2356
+ publicFields: string[];
2357
+
2358
+ /**
2359
+ * @generated from field: int32 version = 4;
2360
+ */
2361
+ version: number;
2362
+
2363
+ /**
2364
+ * @generated from field: google.protobuf.Timestamp created_at = 50;
2365
+ */
2366
+ createdAt?: Timestamp;
2367
+
2368
+ /**
2369
+ * @generated from field: google.protobuf.Timestamp updated_at = 51;
2370
+ */
2371
+ updatedAt?: Timestamp;
2372
+ };
2373
+
2374
+ /**
2375
+ * Describes the message settings.v1.CustomerProfileSchema.
2376
+ * Use `create(CustomerProfileSchemaSchema)` to create a new message.
2377
+ */
2378
+ export declare const CustomerProfileSchemaSchema: GenMessage<CustomerProfileSchema>;
2379
+
2380
+ /**
2381
+ * @generated from message settings.v1.GetCustomerProfileSchemaRequest
2382
+ */
2383
+ export declare type GetCustomerProfileSchemaRequest = Message<"settings.v1.GetCustomerProfileSchemaRequest"> & {
2384
+ };
2385
+
2386
+ /**
2387
+ * Describes the message settings.v1.GetCustomerProfileSchemaRequest.
2388
+ * Use `create(GetCustomerProfileSchemaRequestSchema)` to create a new message.
2389
+ */
2390
+ export declare const GetCustomerProfileSchemaRequestSchema: GenMessage<GetCustomerProfileSchemaRequest>;
2391
+
2392
+ /**
2393
+ * @generated from message settings.v1.GetCustomerProfileSchemaResponse
2394
+ */
2395
+ export declare type GetCustomerProfileSchemaResponse = Message<"settings.v1.GetCustomerProfileSchemaResponse"> & {
2396
+ /**
2397
+ * @generated from field: settings.v1.CustomerProfileSchema schema = 1;
2398
+ */
2399
+ schema?: CustomerProfileSchema;
2400
+ };
2401
+
2402
+ /**
2403
+ * Describes the message settings.v1.GetCustomerProfileSchemaResponse.
2404
+ * Use `create(GetCustomerProfileSchemaResponseSchema)` to create a new message.
2405
+ */
2406
+ export declare const GetCustomerProfileSchemaResponseSchema: GenMessage<GetCustomerProfileSchemaResponse>;
2407
+
2408
+ /**
2409
+ * @generated from message settings.v1.VariantCatalogEntry
2410
+ */
2411
+ export declare type VariantCatalogEntry = Message<"settings.v1.VariantCatalogEntry"> & {
2412
+ /**
2413
+ * @generated from field: string id = 1;
2414
+ */
2415
+ id: string;
2416
+
2417
+ /**
2418
+ * @generated from field: string key = 2;
2419
+ */
2420
+ key: string;
2421
+
2422
+ /**
2423
+ * @generated from field: string name = 3;
2424
+ */
2425
+ name: string;
2426
+
2427
+ /**
2428
+ * @generated from field: optional string description = 4;
2429
+ */
2430
+ description?: string;
2431
+
2432
+ /**
2433
+ * @generated from field: optional expressions.v1.RuleExpression targeting_rules = 5;
2434
+ */
2435
+ targetingRules?: RuleExpression;
2436
+
2437
+ /**
2438
+ * @generated from field: int32 priority = 6;
2439
+ */
2440
+ priority: number;
2441
+
2442
+ /**
2443
+ * @generated from field: bool is_default = 7;
2444
+ */
2445
+ isDefault: boolean;
2446
+
2447
+ /**
2448
+ * @generated from field: bool is_active = 8;
2449
+ */
2450
+ isActive: boolean;
2451
+
2452
+ /**
2453
+ * @generated from field: optional string experiment_id = 9;
2454
+ */
2455
+ experimentId?: string;
2456
+
2457
+ /**
2458
+ * @generated from field: optional string fallback_id = 10;
2459
+ */
2460
+ fallbackId?: string;
2461
+
2462
+ /**
2463
+ * Ownership.
2464
+ *
2465
+ * @generated from field: string tenant_id = 20;
2466
+ */
2467
+ tenantId: string;
2468
+
2469
+ /**
2470
+ * @generated from field: string project_id = 21;
2471
+ */
2472
+ projectId: string;
2473
+
2474
+ /**
2475
+ * Attribution.
2476
+ *
2477
+ * @generated from field: optional string created_by = 30;
2478
+ */
2479
+ createdBy?: string;
2480
+
2481
+ /**
2482
+ * @generated from field: optional string updated_by = 31;
2483
+ */
2484
+ updatedBy?: string;
2485
+
2486
+ /**
2487
+ * Timestamps.
2488
+ *
2489
+ * @generated from field: google.protobuf.Timestamp created_at = 50;
2490
+ */
2491
+ createdAt?: Timestamp;
2492
+
2493
+ /**
2494
+ * @generated from field: google.protobuf.Timestamp updated_at = 51;
2495
+ */
2496
+ updatedAt?: Timestamp;
2497
+ };
2498
+
2499
+ /**
2500
+ * Describes the message settings.v1.VariantCatalogEntry.
2501
+ * Use `create(VariantCatalogEntrySchema)` to create a new message.
2502
+ */
2503
+ export declare const VariantCatalogEntrySchema: GenMessage<VariantCatalogEntry>;
2504
+
2505
+ /**
2506
+ * @generated from message settings.v1.ListVariantCatalogRequest
2507
+ */
2508
+ export declare type ListVariantCatalogRequest = Message<"settings.v1.ListVariantCatalogRequest"> & {
2509
+ /**
2510
+ * @generated from field: optional bool is_active = 1;
2511
+ */
2512
+ isActive?: boolean;
2513
+
2514
+ /**
2515
+ * @generated from field: int32 limit = 10;
2516
+ */
2517
+ limit: number;
2518
+
2519
+ /**
2520
+ * @generated from field: int32 offset = 11;
2521
+ */
2522
+ offset: number;
2523
+ };
2524
+
2525
+ /**
2526
+ * Describes the message settings.v1.ListVariantCatalogRequest.
2527
+ * Use `create(ListVariantCatalogRequestSchema)` to create a new message.
2528
+ */
2529
+ export declare const ListVariantCatalogRequestSchema: GenMessage<ListVariantCatalogRequest>;
2530
+
2531
+ /**
2532
+ * @generated from message settings.v1.ListVariantCatalogResponse
2533
+ */
2534
+ export declare type ListVariantCatalogResponse = Message<"settings.v1.ListVariantCatalogResponse"> & {
2535
+ /**
2536
+ * @generated from field: repeated settings.v1.VariantCatalogEntry entries = 1;
2537
+ */
2538
+ entries: VariantCatalogEntry[];
2539
+
2540
+ /**
2541
+ * @generated from field: int32 total = 2;
2542
+ */
2543
+ total: number;
2544
+ };
2545
+
2546
+ /**
2547
+ * Describes the message settings.v1.ListVariantCatalogResponse.
2548
+ * Use `create(ListVariantCatalogResponseSchema)` to create a new message.
2549
+ */
2550
+ export declare const ListVariantCatalogResponseSchema: GenMessage<ListVariantCatalogResponse>;
2551
+
2552
+ /**
2553
+ * @generated from message settings.v1.GetVariantCatalogEntryRequest
2554
+ */
2555
+ export declare type GetVariantCatalogEntryRequest = Message<"settings.v1.GetVariantCatalogEntryRequest"> & {
2556
+ /**
2557
+ * @generated from field: string id = 1;
2558
+ */
2559
+ id: string;
2560
+ };
2561
+
2562
+ /**
2563
+ * Describes the message settings.v1.GetVariantCatalogEntryRequest.
2564
+ * Use `create(GetVariantCatalogEntryRequestSchema)` to create a new message.
2565
+ */
2566
+ export declare const GetVariantCatalogEntryRequestSchema: GenMessage<GetVariantCatalogEntryRequest>;
2567
+
2568
+ /**
2569
+ * @generated from message settings.v1.GetVariantCatalogEntryResponse
2570
+ */
2571
+ export declare type GetVariantCatalogEntryResponse = Message<"settings.v1.GetVariantCatalogEntryResponse"> & {
2572
+ /**
2573
+ * @generated from field: settings.v1.VariantCatalogEntry entry = 1;
2574
+ */
2575
+ entry?: VariantCatalogEntry;
2576
+ };
2577
+
2578
+ /**
2579
+ * Describes the message settings.v1.GetVariantCatalogEntryResponse.
2580
+ * Use `create(GetVariantCatalogEntryResponseSchema)` to create a new message.
2581
+ */
2582
+ export declare const GetVariantCatalogEntryResponseSchema: GenMessage<GetVariantCatalogEntryResponse>;
2583
+
2584
+ /**
2585
+ * @generated from message settings.v1.CreateVariantCatalogEntryRequest
2586
+ */
2587
+ export declare type CreateVariantCatalogEntryRequest = Message<"settings.v1.CreateVariantCatalogEntryRequest"> & {
2588
+ /**
2589
+ * @generated from field: string key = 1;
2590
+ */
2591
+ key: string;
2592
+
2593
+ /**
2594
+ * @generated from field: string name = 2;
2595
+ */
2596
+ name: string;
2597
+
2598
+ /**
2599
+ * @generated from field: optional string description = 3;
2600
+ */
2601
+ description?: string;
2602
+
2603
+ /**
2604
+ * @generated from field: optional expressions.v1.RuleExpression targeting_rules = 4;
2605
+ */
2606
+ targetingRules?: RuleExpression;
2607
+
2608
+ /**
2609
+ * @generated from field: optional int32 priority = 5;
2610
+ */
2611
+ priority?: number;
2612
+
2613
+ /**
2614
+ * @generated from field: optional bool is_default = 6;
2615
+ */
2616
+ isDefault?: boolean;
2617
+
2618
+ /**
2619
+ * @generated from field: optional bool is_active = 7;
2620
+ */
2621
+ isActive?: boolean;
2622
+ };
2623
+
2624
+ /**
2625
+ * Describes the message settings.v1.CreateVariantCatalogEntryRequest.
2626
+ * Use `create(CreateVariantCatalogEntryRequestSchema)` to create a new message.
2627
+ */
2628
+ export declare const CreateVariantCatalogEntryRequestSchema: GenMessage<CreateVariantCatalogEntryRequest>;
2629
+
2630
+ /**
2631
+ * @generated from message settings.v1.CreateVariantCatalogEntryResponse
2632
+ */
2633
+ export declare type CreateVariantCatalogEntryResponse = Message<"settings.v1.CreateVariantCatalogEntryResponse"> & {
2634
+ /**
2635
+ * @generated from field: settings.v1.VariantCatalogEntry entry = 1;
2636
+ */
2637
+ entry?: VariantCatalogEntry;
2638
+ };
2639
+
2640
+ /**
2641
+ * Describes the message settings.v1.CreateVariantCatalogEntryResponse.
2642
+ * Use `create(CreateVariantCatalogEntryResponseSchema)` to create a new message.
2643
+ */
2644
+ export declare const CreateVariantCatalogEntryResponseSchema: GenMessage<CreateVariantCatalogEntryResponse>;
2645
+
2646
+ /**
2647
+ * @generated from message settings.v1.UpdateVariantCatalogEntryRequest
2648
+ */
2649
+ export declare type UpdateVariantCatalogEntryRequest = Message<"settings.v1.UpdateVariantCatalogEntryRequest"> & {
2650
+ /**
2651
+ * @generated from field: string id = 1;
2652
+ */
2653
+ id: string;
2654
+
2655
+ /**
2656
+ * @generated from field: optional string name = 2;
2657
+ */
2658
+ name?: string;
2659
+
2660
+ /**
2661
+ * @generated from field: optional string description = 3;
2662
+ */
2663
+ description?: string;
2664
+
2665
+ /**
2666
+ * @generated from field: optional expressions.v1.RuleExpression targeting_rules = 4;
2667
+ */
2668
+ targetingRules?: RuleExpression;
2669
+
2670
+ /**
2671
+ * @generated from field: optional int32 priority = 5;
2672
+ */
2673
+ priority?: number;
2674
+
2675
+ /**
2676
+ * @generated from field: optional bool is_default = 6;
2677
+ */
2678
+ isDefault?: boolean;
2679
+
2680
+ /**
2681
+ * @generated from field: optional bool is_active = 7;
2682
+ */
2683
+ isActive?: boolean;
2684
+ };
2685
+
2686
+ /**
2687
+ * Describes the message settings.v1.UpdateVariantCatalogEntryRequest.
2688
+ * Use `create(UpdateVariantCatalogEntryRequestSchema)` to create a new message.
2689
+ */
2690
+ export declare const UpdateVariantCatalogEntryRequestSchema: GenMessage<UpdateVariantCatalogEntryRequest>;
2691
+
2692
+ /**
2693
+ * @generated from message settings.v1.UpdateVariantCatalogEntryResponse
2694
+ */
2695
+ export declare type UpdateVariantCatalogEntryResponse = Message<"settings.v1.UpdateVariantCatalogEntryResponse"> & {
2696
+ /**
2697
+ * @generated from field: settings.v1.VariantCatalogEntry entry = 1;
2698
+ */
2699
+ entry?: VariantCatalogEntry;
2700
+ };
2701
+
2702
+ /**
2703
+ * Describes the message settings.v1.UpdateVariantCatalogEntryResponse.
2704
+ * Use `create(UpdateVariantCatalogEntryResponseSchema)` to create a new message.
2705
+ */
2706
+ export declare const UpdateVariantCatalogEntryResponseSchema: GenMessage<UpdateVariantCatalogEntryResponse>;
2707
+
2708
+ /**
2709
+ * @generated from message settings.v1.DeleteVariantCatalogEntryRequest
2710
+ */
2711
+ export declare type DeleteVariantCatalogEntryRequest = Message<"settings.v1.DeleteVariantCatalogEntryRequest"> & {
2712
+ /**
2713
+ * @generated from field: string id = 1;
2714
+ */
2715
+ id: string;
2716
+ };
2717
+
2718
+ /**
2719
+ * Describes the message settings.v1.DeleteVariantCatalogEntryRequest.
2720
+ * Use `create(DeleteVariantCatalogEntryRequestSchema)` to create a new message.
2721
+ */
2722
+ export declare const DeleteVariantCatalogEntryRequestSchema: GenMessage<DeleteVariantCatalogEntryRequest>;
2723
+
2724
+ /**
2725
+ * @generated from message settings.v1.DeleteVariantCatalogEntryResponse
2726
+ */
2727
+ export declare type DeleteVariantCatalogEntryResponse = Message<"settings.v1.DeleteVariantCatalogEntryResponse"> & {
2728
+ /**
2729
+ * @generated from field: bool success = 1;
2730
+ */
2731
+ success: boolean;
2732
+ };
2733
+
2734
+ /**
2735
+ * Describes the message settings.v1.DeleteVariantCatalogEntryResponse.
2736
+ * Use `create(DeleteVariantCatalogEntryResponseSchema)` to create a new message.
2737
+ */
2738
+ export declare const DeleteVariantCatalogEntryResponseSchema: GenMessage<DeleteVariantCatalogEntryResponse>;
2739
+
2740
+ /**
2741
+ * @generated from message settings.v1.GetCustomerProfileRequest
2742
+ */
2743
+ export declare type GetCustomerProfileRequest = Message<"settings.v1.GetCustomerProfileRequest"> & {
2744
+ /**
2745
+ * @generated from field: string customer_id = 1;
2746
+ */
2747
+ customerId: string;
2748
+ };
2749
+
2750
+ /**
2751
+ * Describes the message settings.v1.GetCustomerProfileRequest.
2752
+ * Use `create(GetCustomerProfileRequestSchema)` to create a new message.
2753
+ */
2754
+ export declare const GetCustomerProfileRequestSchema: GenMessage<GetCustomerProfileRequest>;
2755
+
2756
+ /**
2757
+ * @generated from message settings.v1.GetCustomerProfileResponse
2758
+ */
2759
+ export declare type GetCustomerProfileResponse = Message<"settings.v1.GetCustomerProfileResponse"> & {
2760
+ /**
2761
+ * @generated from field: google.protobuf.Struct data = 1;
2762
+ */
2763
+ data?: JsonObject;
2764
+ };
2765
+
2766
+ /**
2767
+ * Describes the message settings.v1.GetCustomerProfileResponse.
2768
+ * Use `create(GetCustomerProfileResponseSchema)` to create a new message.
2769
+ */
2770
+ export declare const GetCustomerProfileResponseSchema: GenMessage<GetCustomerProfileResponse>;
2771
+
2772
+ /**
2773
+ * @generated from message settings.v1.SetCustomerProfileRequest
2774
+ */
2775
+ export declare type SetCustomerProfileRequest = Message<"settings.v1.SetCustomerProfileRequest"> & {
2776
+ /**
2777
+ * @generated from field: string customer_id = 1;
2778
+ */
2779
+ customerId: string;
2780
+
2781
+ /**
2782
+ * @generated from field: google.protobuf.Struct data = 2;
2783
+ */
2784
+ data?: JsonObject;
2785
+ };
2786
+
2787
+ /**
2788
+ * Describes the message settings.v1.SetCustomerProfileRequest.
2789
+ * Use `create(SetCustomerProfileRequestSchema)` to create a new message.
2790
+ */
2791
+ export declare const SetCustomerProfileRequestSchema: GenMessage<SetCustomerProfileRequest>;
2792
+
2793
+ /**
2794
+ * @generated from message settings.v1.SetCustomerProfileResponse
2795
+ */
2796
+ export declare type SetCustomerProfileResponse = Message<"settings.v1.SetCustomerProfileResponse"> & {
2797
+ /**
2798
+ * @generated from field: bool success = 1;
2799
+ */
2800
+ success: boolean;
2801
+ };
2802
+
2803
+ /**
2804
+ * Describes the message settings.v1.SetCustomerProfileResponse.
2805
+ * Use `create(SetCustomerProfileResponseSchema)` to create a new message.
2806
+ */
2807
+ export declare const SetCustomerProfileResponseSchema: GenMessage<SetCustomerProfileResponse>;
2808
+
2809
+ /**
2810
+ * @generated from message settings.v1.UpdateCustomerProfileSchemaRequest
2811
+ */
2812
+ export declare type UpdateCustomerProfileSchemaRequest = Message<"settings.v1.UpdateCustomerProfileSchemaRequest"> & {
2813
+ /**
2814
+ * @generated from field: repeated settings.v1.CustomerProfileField fields = 1;
2815
+ */
2816
+ fields: CustomerProfileField[];
2817
+
2818
+ /**
2819
+ * @generated from field: repeated string public_fields = 2;
2820
+ */
2821
+ publicFields: string[];
2822
+ };
2823
+
2824
+ /**
2825
+ * Describes the message settings.v1.UpdateCustomerProfileSchemaRequest.
2826
+ * Use `create(UpdateCustomerProfileSchemaRequestSchema)` to create a new message.
2827
+ */
2828
+ export declare const UpdateCustomerProfileSchemaRequestSchema: GenMessage<UpdateCustomerProfileSchemaRequest>;
2829
+
2830
+ /**
2831
+ * @generated from message settings.v1.UpdateCustomerProfileSchemaResponse
2832
+ */
2833
+ export declare type UpdateCustomerProfileSchemaResponse = Message<"settings.v1.UpdateCustomerProfileSchemaResponse"> & {
2834
+ /**
2835
+ * @generated from field: settings.v1.CustomerProfileSchema schema = 1;
2836
+ */
2837
+ schema?: CustomerProfileSchema;
2838
+ };
2839
+
2840
+ /**
2841
+ * Describes the message settings.v1.UpdateCustomerProfileSchemaResponse.
2842
+ * Use `create(UpdateCustomerProfileSchemaResponseSchema)` to create a new message.
2843
+ */
2844
+ export declare const UpdateCustomerProfileSchemaResponseSchema: GenMessage<UpdateCustomerProfileSchemaResponse>;
2845
+
2846
+ /**
2847
+ * @generated from message settings.v1.CustomerProfileResult
2848
+ */
2849
+ export declare type CustomerProfileResult = Message<"settings.v1.CustomerProfileResult"> & {
2850
+ /**
2851
+ * @generated from field: string customer_id = 1;
2852
+ */
2853
+ customerId: string;
2854
+
2855
+ /**
2856
+ * @generated from field: google.protobuf.Struct data = 2;
2857
+ */
2858
+ data?: JsonObject;
2859
+ };
2860
+
2861
+ /**
2862
+ * Describes the message settings.v1.CustomerProfileResult.
2863
+ * Use `create(CustomerProfileResultSchema)` to create a new message.
2864
+ */
2865
+ export declare const CustomerProfileResultSchema: GenMessage<CustomerProfileResult>;
2866
+
2867
+ /**
2868
+ * @generated from message settings.v1.SearchCustomerProfilesRequest
2869
+ */
2870
+ export declare type SearchCustomerProfilesRequest = Message<"settings.v1.SearchCustomerProfilesRequest"> & {
2871
+ /**
2872
+ * @generated from field: string query = 1;
2873
+ */
2874
+ query: string;
2875
+
2876
+ /**
2877
+ * @generated from field: int32 limit = 10;
2878
+ */
2879
+ limit: number;
2880
+
2881
+ /**
2882
+ * @generated from field: int32 offset = 11;
2883
+ */
2884
+ offset: number;
2885
+ };
2886
+
2887
+ /**
2888
+ * Describes the message settings.v1.SearchCustomerProfilesRequest.
2889
+ * Use `create(SearchCustomerProfilesRequestSchema)` to create a new message.
2890
+ */
2891
+ export declare const SearchCustomerProfilesRequestSchema: GenMessage<SearchCustomerProfilesRequest>;
2892
+
2893
+ /**
2894
+ * @generated from message settings.v1.SearchCustomerProfilesResponse
2895
+ */
2896
+ export declare type SearchCustomerProfilesResponse = Message<"settings.v1.SearchCustomerProfilesResponse"> & {
2897
+ /**
2898
+ * @generated from field: repeated settings.v1.CustomerProfileResult results = 1;
2899
+ */
2900
+ results: CustomerProfileResult[];
2901
+
2902
+ /**
2903
+ * @generated from field: int32 total = 2;
2904
+ */
2905
+ total: number;
2906
+ };
2907
+
2908
+ /**
2909
+ * Describes the message settings.v1.SearchCustomerProfilesResponse.
2910
+ * Use `create(SearchCustomerProfilesResponseSchema)` to create a new message.
2911
+ */
2912
+ export declare const SearchCustomerProfilesResponseSchema: GenMessage<SearchCustomerProfilesResponse>;
2913
+
2914
+ /**
2915
+ * @generated from message settings.v1.DeleteCustomerProfileRequest
2916
+ */
2917
+ export declare type DeleteCustomerProfileRequest = Message<"settings.v1.DeleteCustomerProfileRequest"> & {
2918
+ /**
2919
+ * @generated from field: string customer_id = 1;
2920
+ */
2921
+ customerId: string;
2922
+ };
2923
+
2924
+ /**
2925
+ * Describes the message settings.v1.DeleteCustomerProfileRequest.
2926
+ * Use `create(DeleteCustomerProfileRequestSchema)` to create a new message.
2927
+ */
2928
+ export declare const DeleteCustomerProfileRequestSchema: GenMessage<DeleteCustomerProfileRequest>;
2929
+
2930
+ /**
2931
+ * @generated from message settings.v1.DeleteCustomerProfileResponse
2932
+ */
2933
+ export declare type DeleteCustomerProfileResponse = Message<"settings.v1.DeleteCustomerProfileResponse"> & {
2934
+ /**
2935
+ * @generated from field: bool success = 1;
2936
+ */
2937
+ success: boolean;
2938
+ };
2939
+
2940
+ /**
2941
+ * Describes the message settings.v1.DeleteCustomerProfileResponse.
2942
+ * Use `create(DeleteCustomerProfileResponseSchema)` to create a new message.
2943
+ */
2944
+ export declare const DeleteCustomerProfileResponseSchema: GenMessage<DeleteCustomerProfileResponse>;
2945
+
2946
+ /**
2947
+ * @generated from message settings.v1.GetCustomerResolutionAttributesRequest
2948
+ */
2949
+ export declare type GetCustomerResolutionAttributesRequest = Message<"settings.v1.GetCustomerResolutionAttributesRequest"> & {
2950
+ /**
2951
+ * @generated from field: string customer_id = 1;
2952
+ */
2953
+ customerId: string;
2954
+ };
2955
+
2956
+ /**
2957
+ * Describes the message settings.v1.GetCustomerResolutionAttributesRequest.
2958
+ * Use `create(GetCustomerResolutionAttributesRequestSchema)` to create a new message.
2959
+ */
2960
+ export declare const GetCustomerResolutionAttributesRequestSchema: GenMessage<GetCustomerResolutionAttributesRequest>;
2961
+
2962
+ /**
2963
+ * @generated from message settings.v1.ResolutionAttribute
2964
+ */
2965
+ export declare type ResolutionAttribute = Message<"settings.v1.ResolutionAttribute"> & {
2966
+ /**
2967
+ * @generated from field: string key = 1;
2968
+ */
2969
+ key: string;
2970
+
2971
+ /**
2972
+ * @generated from field: repeated settings.v1.ResolutionAttributeValue values = 2;
2973
+ */
2974
+ values: ResolutionAttributeValue[];
2975
+ };
2976
+
2977
+ /**
2978
+ * Describes the message settings.v1.ResolutionAttribute.
2979
+ * Use `create(ResolutionAttributeSchema)` to create a new message.
2980
+ */
2981
+ export declare const ResolutionAttributeSchema: GenMessage<ResolutionAttribute>;
2982
+
2983
+ /**
2984
+ * @generated from message settings.v1.ResolutionAttributeValue
2985
+ */
2986
+ export declare type ResolutionAttributeValue = Message<"settings.v1.ResolutionAttributeValue"> & {
2987
+ /**
2988
+ * @generated from field: string value = 1;
2989
+ */
2990
+ value: string;
2991
+
2992
+ /**
2993
+ * @generated from field: int32 count = 2;
2994
+ */
2995
+ count: number;
2996
+
2997
+ /**
2998
+ * @generated from field: optional google.protobuf.Timestamp last_seen_at = 3;
2999
+ */
3000
+ lastSeenAt?: Timestamp;
3001
+ };
3002
+
3003
+ /**
3004
+ * Describes the message settings.v1.ResolutionAttributeValue.
3005
+ * Use `create(ResolutionAttributeValueSchema)` to create a new message.
3006
+ */
3007
+ export declare const ResolutionAttributeValueSchema: GenMessage<ResolutionAttributeValue>;
3008
+
3009
+ /**
3010
+ * @generated from message settings.v1.GetCustomerResolutionAttributesResponse
3011
+ */
3012
+ export declare type GetCustomerResolutionAttributesResponse = Message<"settings.v1.GetCustomerResolutionAttributesResponse"> & {
3013
+ /**
3014
+ * @generated from field: int32 total_resolutions = 1;
3015
+ */
3016
+ totalResolutions: number;
3017
+
3018
+ /**
3019
+ * @generated from field: repeated settings.v1.ResolutionAttribute attributes = 2;
3020
+ */
3021
+ attributes: ResolutionAttribute[];
3022
+
3023
+ /**
3024
+ * @generated from field: optional google.protobuf.Timestamp first_seen_at = 10;
3025
+ */
3026
+ firstSeenAt?: Timestamp;
3027
+
3028
+ /**
3029
+ * @generated from field: optional google.protobuf.Timestamp last_seen_at = 11;
3030
+ */
3031
+ lastSeenAt?: Timestamp;
3032
+ };
3033
+
3034
+ /**
3035
+ * Describes the message settings.v1.GetCustomerResolutionAttributesResponse.
3036
+ * Use `create(GetCustomerResolutionAttributesResponseSchema)` to create a new message.
3037
+ */
3038
+ export declare const GetCustomerResolutionAttributesResponseSchema: GenMessage<GetCustomerResolutionAttributesResponse>;
3039
+
3040
+ /**
3041
+ * @generated from message settings.v1.GetEditorConfigsRequest
3042
+ */
3043
+ export declare type GetEditorConfigsRequest = Message<"settings.v1.GetEditorConfigsRequest"> & {
3044
+ /**
3045
+ * @generated from field: string model_key = 1;
3046
+ */
3047
+ modelKey: string;
3048
+ };
3049
+
3050
+ /**
3051
+ * Describes the message settings.v1.GetEditorConfigsRequest.
3052
+ * Use `create(GetEditorConfigsRequestSchema)` to create a new message.
3053
+ */
3054
+ export declare const GetEditorConfigsRequestSchema: GenMessage<GetEditorConfigsRequest>;
3055
+
3056
+ /**
3057
+ * @generated from message settings.v1.EditorConfigPlacement
3058
+ */
3059
+ export declare type EditorConfigPlacement = Message<"settings.v1.EditorConfigPlacement"> & {
3060
+ /**
3061
+ * @generated from field: string config_id = 1;
3062
+ */
3063
+ configId: string;
3064
+
3065
+ /**
3066
+ * @generated from field: string config_key = 2;
3067
+ */
3068
+ configKey: string;
3069
+
3070
+ /**
3071
+ * @generated from field: optional string url = 3;
3072
+ */
3073
+ url?: string;
3074
+
3075
+ /**
3076
+ * @generated from field: optional string allowed_origin = 4;
3077
+ */
3078
+ allowedOrigin?: string;
3079
+
3080
+ /**
3081
+ * @generated from field: optional int32 height = 5;
3082
+ */
3083
+ height?: number;
3084
+
3085
+ /**
3086
+ * @generated from field: optional string label = 6;
3087
+ */
3088
+ label?: string;
3089
+
3090
+ /**
3091
+ * @generated from field: optional string api_key = 7;
3092
+ */
3093
+ apiKey?: string;
3094
+
3095
+ /**
3096
+ * @generated from field: optional string api_url = 8;
3097
+ */
3098
+ apiUrl?: string;
3099
+
3100
+ /**
3101
+ * @generated from field: optional string connection_domain = 9;
3102
+ */
3103
+ connectionDomain?: string;
3104
+ };
3105
+
3106
+ /**
3107
+ * Describes the message settings.v1.EditorConfigPlacement.
3108
+ * Use `create(EditorConfigPlacementSchema)` to create a new message.
3109
+ */
3110
+ export declare const EditorConfigPlacementSchema: GenMessage<EditorConfigPlacement>;
3111
+
3112
+ /**
3113
+ * @generated from message settings.v1.GetEditorConfigsResponse
3114
+ */
3115
+ export declare type GetEditorConfigsResponse = Message<"settings.v1.GetEditorConfigsResponse"> & {
3116
+ /**
3117
+ * @generated from field: repeated settings.v1.EditorConfigPlacement placements = 1;
3118
+ */
3119
+ placements: EditorConfigPlacement[];
3120
+ };
3121
+
3122
+ /**
3123
+ * Describes the message settings.v1.GetEditorConfigsResponse.
3124
+ * Use `create(GetEditorConfigsResponseSchema)` to create a new message.
3125
+ */
3126
+ export declare const GetEditorConfigsResponseSchema: GenMessage<GetEditorConfigsResponse>;
3127
+
3128
+ /**
3129
+ * @generated from message settings.v1.EmailAction
3130
+ */
3131
+ export declare type EmailAction = Message<"settings.v1.EmailAction"> & {
3132
+ /**
3133
+ * @generated from field: string id = 1;
3134
+ */
3135
+ id: string;
3136
+
3137
+ /**
3138
+ * @generated from field: string key = 2;
3139
+ */
3140
+ key: string;
3141
+
3142
+ /**
3143
+ * @generated from field: string name = 3;
3144
+ */
3145
+ name: string;
3146
+
3147
+ /**
3148
+ * @generated from field: optional string description = 4;
3149
+ */
3150
+ description?: string;
3151
+
3152
+ /**
3153
+ * @generated from field: optional string resend_template_id = 5;
3154
+ */
3155
+ resendTemplateId?: string;
3156
+
3157
+ /**
3158
+ * @generated from field: optional string default_from = 6;
3159
+ */
3160
+ defaultFrom?: string;
3161
+
3162
+ /**
3163
+ * @generated from field: optional string default_subject = 7;
3164
+ */
3165
+ defaultSubject?: string;
3166
+
3167
+ /**
3168
+ * @generated from field: optional google.protobuf.Struct custom_data = 8;
3169
+ */
3170
+ customData?: JsonObject;
3171
+
3172
+ /**
3173
+ * @generated from field: bool is_active = 9;
3174
+ */
3175
+ isActive: boolean;
3176
+
3177
+ /**
3178
+ * @generated from field: string tenant_id = 20;
3179
+ */
3180
+ tenantId: string;
3181
+
3182
+ /**
3183
+ * @generated from field: optional string project_id = 21;
3184
+ */
3185
+ projectId?: string;
3186
+
3187
+ /**
3188
+ * @generated from field: google.protobuf.Timestamp created_at = 50;
3189
+ */
3190
+ createdAt?: Timestamp;
3191
+
3192
+ /**
3193
+ * @generated from field: google.protobuf.Timestamp updated_at = 51;
3194
+ */
3195
+ updatedAt?: Timestamp;
3196
+ };
3197
+
3198
+ /**
3199
+ * Describes the message settings.v1.EmailAction.
3200
+ * Use `create(EmailActionSchema)` to create a new message.
3201
+ */
3202
+ export declare const EmailActionSchema: GenMessage<EmailAction>;
3203
+
3204
+ /**
3205
+ * @generated from message settings.v1.ListEmailActionsRequest
3206
+ */
3207
+ export declare type ListEmailActionsRequest = Message<"settings.v1.ListEmailActionsRequest"> & {
3208
+ /**
3209
+ * @generated from field: int32 limit = 10;
3210
+ */
3211
+ limit: number;
3212
+
3213
+ /**
3214
+ * @generated from field: int32 offset = 11;
3215
+ */
3216
+ offset: number;
3217
+ };
3218
+
3219
+ /**
3220
+ * Describes the message settings.v1.ListEmailActionsRequest.
3221
+ * Use `create(ListEmailActionsRequestSchema)` to create a new message.
3222
+ */
3223
+ export declare const ListEmailActionsRequestSchema: GenMessage<ListEmailActionsRequest>;
3224
+
3225
+ /**
3226
+ * @generated from message settings.v1.ListEmailActionsResponse
3227
+ */
3228
+ export declare type ListEmailActionsResponse = Message<"settings.v1.ListEmailActionsResponse"> & {
3229
+ /**
3230
+ * @generated from field: repeated settings.v1.EmailAction actions = 1;
3231
+ */
3232
+ actions: EmailAction[];
3233
+
3234
+ /**
3235
+ * @generated from field: int32 total = 2;
3236
+ */
3237
+ total: number;
3238
+ };
3239
+
3240
+ /**
3241
+ * Describes the message settings.v1.ListEmailActionsResponse.
3242
+ * Use `create(ListEmailActionsResponseSchema)` to create a new message.
3243
+ */
3244
+ export declare const ListEmailActionsResponseSchema: GenMessage<ListEmailActionsResponse>;
3245
+
3246
+ /**
3247
+ * @generated from message settings.v1.GetEmailActionRequest
3248
+ */
3249
+ export declare type GetEmailActionRequest = Message<"settings.v1.GetEmailActionRequest"> & {
3250
+ /**
3251
+ * @generated from field: string key = 1;
3252
+ */
3253
+ key: string;
3254
+ };
3255
+
3256
+ /**
3257
+ * Describes the message settings.v1.GetEmailActionRequest.
3258
+ * Use `create(GetEmailActionRequestSchema)` to create a new message.
3259
+ */
3260
+ export declare const GetEmailActionRequestSchema: GenMessage<GetEmailActionRequest>;
3261
+
3262
+ /**
3263
+ * @generated from message settings.v1.GetEmailActionResponse
3264
+ */
3265
+ export declare type GetEmailActionResponse = Message<"settings.v1.GetEmailActionResponse"> & {
3266
+ /**
3267
+ * @generated from field: settings.v1.EmailAction action = 1;
3268
+ */
3269
+ action?: EmailAction;
3270
+ };
3271
+
3272
+ /**
3273
+ * Describes the message settings.v1.GetEmailActionResponse.
3274
+ * Use `create(GetEmailActionResponseSchema)` to create a new message.
3275
+ */
3276
+ export declare const GetEmailActionResponseSchema: GenMessage<GetEmailActionResponse>;
3277
+
3278
+ /**
3279
+ * @generated from message settings.v1.UpdateEmailActionRequest
3280
+ */
3281
+ export declare type UpdateEmailActionRequest = Message<"settings.v1.UpdateEmailActionRequest"> & {
3282
+ /**
3283
+ * @generated from field: string key = 1;
3284
+ */
3285
+ key: string;
3286
+
3287
+ /**
3288
+ * @generated from field: optional string resend_template_id = 2;
3289
+ */
3290
+ resendTemplateId?: string;
3291
+
3292
+ /**
3293
+ * @generated from field: optional string default_from = 3;
3294
+ */
3295
+ defaultFrom?: string;
3296
+
3297
+ /**
3298
+ * @generated from field: optional string default_subject = 4;
3299
+ */
3300
+ defaultSubject?: string;
3301
+
3302
+ /**
3303
+ * @generated from field: optional google.protobuf.Struct custom_data = 5;
3304
+ */
3305
+ customData?: JsonObject;
3306
+
3307
+ /**
3308
+ * @generated from field: optional bool is_active = 6;
3309
+ */
3310
+ isActive?: boolean;
3311
+ };
3312
+
3313
+ /**
3314
+ * Describes the message settings.v1.UpdateEmailActionRequest.
3315
+ * Use `create(UpdateEmailActionRequestSchema)` to create a new message.
3316
+ */
3317
+ export declare const UpdateEmailActionRequestSchema: GenMessage<UpdateEmailActionRequest>;
3318
+
3319
+ /**
3320
+ * @generated from message settings.v1.UpdateEmailActionResponse
3321
+ */
3322
+ export declare type UpdateEmailActionResponse = Message<"settings.v1.UpdateEmailActionResponse"> & {
3323
+ /**
3324
+ * @generated from field: settings.v1.EmailAction action = 1;
3325
+ */
3326
+ action?: EmailAction;
3327
+ };
3328
+
3329
+ /**
3330
+ * Describes the message settings.v1.UpdateEmailActionResponse.
3331
+ * Use `create(UpdateEmailActionResponseSchema)` to create a new message.
3332
+ */
3333
+ export declare const UpdateEmailActionResponseSchema: GenMessage<UpdateEmailActionResponse>;
3334
+
3335
+ /**
3336
+ * @generated from message settings.v1.ResendTemplate
3337
+ */
3338
+ export declare type ResendTemplate = Message<"settings.v1.ResendTemplate"> & {
3339
+ /**
3340
+ * @generated from field: string id = 1;
3341
+ */
3342
+ id: string;
3343
+
3344
+ /**
3345
+ * @generated from field: string name = 2;
3346
+ */
3347
+ name: string;
3348
+ };
3349
+
3350
+ /**
3351
+ * Describes the message settings.v1.ResendTemplate.
3352
+ * Use `create(ResendTemplateSchema)` to create a new message.
3353
+ */
3354
+ export declare const ResendTemplateSchema: GenMessage<ResendTemplate>;
3355
+
3356
+ /**
3357
+ * @generated from message settings.v1.ListResendTemplatesRequest
3358
+ */
3359
+ export declare type ListResendTemplatesRequest = Message<"settings.v1.ListResendTemplatesRequest"> & {
3360
+ };
3361
+
3362
+ /**
3363
+ * Describes the message settings.v1.ListResendTemplatesRequest.
3364
+ * Use `create(ListResendTemplatesRequestSchema)` to create a new message.
3365
+ */
3366
+ export declare const ListResendTemplatesRequestSchema: GenMessage<ListResendTemplatesRequest>;
3367
+
3368
+ /**
3369
+ * @generated from message settings.v1.ListResendTemplatesResponse
3370
+ */
3371
+ export declare type ListResendTemplatesResponse = Message<"settings.v1.ListResendTemplatesResponse"> & {
3372
+ /**
3373
+ * @generated from field: repeated settings.v1.ResendTemplate templates = 1;
3374
+ */
3375
+ templates: ResendTemplate[];
3376
+ };
3377
+
3378
+ /**
3379
+ * Describes the message settings.v1.ListResendTemplatesResponse.
3380
+ * Use `create(ListResendTemplatesResponseSchema)` to create a new message.
3381
+ */
3382
+ export declare const ListResendTemplatesResponseSchema: GenMessage<ListResendTemplatesResponse>;
3383
+
3384
+ /**
3385
+ * @generated from message settings.v1.ResolveNoteRequest
3386
+ */
3387
+ export declare type ResolveNoteRequest = Message<"settings.v1.ResolveNoteRequest"> & {
3388
+ /**
3389
+ * @generated from field: string id = 1;
3390
+ */
3391
+ id: string;
3392
+ };
3393
+
3394
+ /**
3395
+ * Describes the message settings.v1.ResolveNoteRequest.
3396
+ * Use `create(ResolveNoteRequestSchema)` to create a new message.
3397
+ */
3398
+ export declare const ResolveNoteRequestSchema: GenMessage<ResolveNoteRequest>;
3399
+
3400
+ /**
3401
+ * @generated from message settings.v1.ResolveNoteResponse
3402
+ */
3403
+ export declare type ResolveNoteResponse = Message<"settings.v1.ResolveNoteResponse"> & {
3404
+ /**
3405
+ * @generated from field: settings.v1.Note note = 1;
3406
+ */
3407
+ note?: Note;
3408
+ };
3409
+
3410
+ /**
3411
+ * Describes the message settings.v1.ResolveNoteResponse.
3412
+ * Use `create(ResolveNoteResponseSchema)` to create a new message.
3413
+ */
3414
+ export declare const ResolveNoteResponseSchema: GenMessage<ResolveNoteResponse>;
3415
+
3416
+ /**
3417
+ * @generated from message settings.v1.UnresolveNoteRequest
3418
+ */
3419
+ export declare type UnresolveNoteRequest = Message<"settings.v1.UnresolveNoteRequest"> & {
3420
+ /**
3421
+ * @generated from field: string id = 1;
3422
+ */
3423
+ id: string;
3424
+ };
3425
+
3426
+ /**
3427
+ * Describes the message settings.v1.UnresolveNoteRequest.
3428
+ * Use `create(UnresolveNoteRequestSchema)` to create a new message.
3429
+ */
3430
+ export declare const UnresolveNoteRequestSchema: GenMessage<UnresolveNoteRequest>;
3431
+
3432
+ /**
3433
+ * @generated from message settings.v1.UnresolveNoteResponse
3434
+ */
3435
+ export declare type UnresolveNoteResponse = Message<"settings.v1.UnresolveNoteResponse"> & {
3436
+ /**
3437
+ * @generated from field: settings.v1.Note note = 1;
3438
+ */
3439
+ note?: Note;
3440
+ };
3441
+
3442
+ /**
3443
+ * Describes the message settings.v1.UnresolveNoteResponse.
3444
+ * Use `create(UnresolveNoteResponseSchema)` to create a new message.
3445
+ */
3446
+ export declare const UnresolveNoteResponseSchema: GenMessage<UnresolveNoteResponse>;
3447
+
3448
+ /**
3449
+ * @generated from message settings.v1.SearchNotesRequest
3450
+ */
3451
+ export declare type SearchNotesRequest = Message<"settings.v1.SearchNotesRequest"> & {
3452
+ /**
3453
+ * @generated from field: string query = 1;
3454
+ */
3455
+ query: string;
3456
+
3457
+ /**
3458
+ * @generated from field: optional string entity_type = 2;
3459
+ */
3460
+ entityType?: string;
3461
+
3462
+ /**
3463
+ * @generated from field: int32 limit = 10;
3464
+ */
3465
+ limit: number;
3466
+
3467
+ /**
3468
+ * @generated from field: int32 offset = 11;
3469
+ */
3470
+ offset: number;
3471
+ };
3472
+
3473
+ /**
3474
+ * Describes the message settings.v1.SearchNotesRequest.
3475
+ * Use `create(SearchNotesRequestSchema)` to create a new message.
3476
+ */
3477
+ export declare const SearchNotesRequestSchema: GenMessage<SearchNotesRequest>;
3478
+
3479
+ /**
3480
+ * @generated from message settings.v1.SearchNotesResponse
3481
+ */
3482
+ export declare type SearchNotesResponse = Message<"settings.v1.SearchNotesResponse"> & {
3483
+ /**
3484
+ * @generated from field: repeated settings.v1.Note notes = 1;
3485
+ */
3486
+ notes: Note[];
3487
+
3488
+ /**
3489
+ * @generated from field: int32 total = 2;
3490
+ */
3491
+ total: number;
3492
+ };
3493
+
3494
+ /**
3495
+ * Describes the message settings.v1.SearchNotesResponse.
3496
+ * Use `create(SearchNotesResponseSchema)` to create a new message.
3497
+ */
3498
+ export declare const SearchNotesResponseSchema: GenMessage<SearchNotesResponse>;
3499
+
3500
+ /**
3501
+ * @generated from message settings.v1.MarkMentionsSeenRequest
3502
+ */
3503
+ export declare type MarkMentionsSeenRequest = Message<"settings.v1.MarkMentionsSeenRequest"> & {
3504
+ };
3505
+
3506
+ /**
3507
+ * Describes the message settings.v1.MarkMentionsSeenRequest.
3508
+ * Use `create(MarkMentionsSeenRequestSchema)` to create a new message.
3509
+ */
3510
+ export declare const MarkMentionsSeenRequestSchema: GenMessage<MarkMentionsSeenRequest>;
3511
+
3512
+ /**
3513
+ * @generated from message settings.v1.MarkMentionsSeenResponse
3514
+ */
3515
+ export declare type MarkMentionsSeenResponse = Message<"settings.v1.MarkMentionsSeenResponse"> & {
3516
+ /**
3517
+ * @generated from field: int32 count = 1;
3518
+ */
3519
+ count: number;
3520
+ };
3521
+
3522
+ /**
3523
+ * Describes the message settings.v1.MarkMentionsSeenResponse.
3524
+ * Use `create(MarkMentionsSeenResponseSchema)` to create a new message.
3525
+ */
3526
+ export declare const MarkMentionsSeenResponseSchema: GenMessage<MarkMentionsSeenResponse>;
3527
+
3528
+ /**
3529
+ * @generated from message settings.v1.GetContextDimensionByKeyRequest
3530
+ */
3531
+ export declare type GetContextDimensionByKeyRequest = Message<"settings.v1.GetContextDimensionByKeyRequest"> & {
3532
+ /**
3533
+ * @generated from field: string key = 1;
3534
+ */
3535
+ key: string;
3536
+ };
3537
+
3538
+ /**
3539
+ * Describes the message settings.v1.GetContextDimensionByKeyRequest.
3540
+ * Use `create(GetContextDimensionByKeyRequestSchema)` to create a new message.
3541
+ */
3542
+ export declare const GetContextDimensionByKeyRequestSchema: GenMessage<GetContextDimensionByKeyRequest>;
3543
+
3544
+ /**
3545
+ * @generated from message settings.v1.GetContextDimensionByKeyResponse
3546
+ */
3547
+ export declare type GetContextDimensionByKeyResponse = Message<"settings.v1.GetContextDimensionByKeyResponse"> & {
3548
+ /**
3549
+ * @generated from field: settings.v1.ContextDimension dimension = 1;
3550
+ */
3551
+ dimension?: ContextDimension;
3552
+ };
3553
+
3554
+ /**
3555
+ * Describes the message settings.v1.GetContextDimensionByKeyResponse.
3556
+ * Use `create(GetContextDimensionByKeyResponseSchema)` to create a new message.
3557
+ */
3558
+ export declare const GetContextDimensionByKeyResponseSchema: GenMessage<GetContextDimensionByKeyResponse>;
3559
+
3560
+ /**
3561
+ * @generated from message settings.v1.GetDefaultLocaleRequest
3562
+ */
3563
+ export declare type GetDefaultLocaleRequest = Message<"settings.v1.GetDefaultLocaleRequest"> & {
3564
+ };
3565
+
3566
+ /**
3567
+ * Describes the message settings.v1.GetDefaultLocaleRequest.
3568
+ * Use `create(GetDefaultLocaleRequestSchema)` to create a new message.
3569
+ */
3570
+ export declare const GetDefaultLocaleRequestSchema: GenMessage<GetDefaultLocaleRequest>;
3571
+
3572
+ /**
3573
+ * @generated from message settings.v1.GetDefaultLocaleResponse
3574
+ */
3575
+ export declare type GetDefaultLocaleResponse = Message<"settings.v1.GetDefaultLocaleResponse"> & {
3576
+ /**
3577
+ * @generated from field: settings.v1.Locale locale = 1;
3578
+ */
3579
+ locale?: Locale;
3580
+ };
3581
+
3582
+ /**
3583
+ * Describes the message settings.v1.GetDefaultLocaleResponse.
3584
+ * Use `create(GetDefaultLocaleResponseSchema)` to create a new message.
3585
+ */
3586
+ export declare const GetDefaultLocaleResponseSchema: GenMessage<GetDefaultLocaleResponse>;
3587
+
3588
+ /**
3589
+ * @generated from message settings.v1.GetLocaleByCodeRequest
3590
+ */
3591
+ export declare type GetLocaleByCodeRequest = Message<"settings.v1.GetLocaleByCodeRequest"> & {
3592
+ /**
3593
+ * @generated from field: string code = 1;
3594
+ */
3595
+ code: string;
3596
+ };
3597
+
3598
+ /**
3599
+ * Describes the message settings.v1.GetLocaleByCodeRequest.
3600
+ * Use `create(GetLocaleByCodeRequestSchema)` to create a new message.
3601
+ */
3602
+ export declare const GetLocaleByCodeRequestSchema: GenMessage<GetLocaleByCodeRequest>;
3603
+
3604
+ /**
3605
+ * @generated from message settings.v1.GetLocaleByCodeResponse
3606
+ */
3607
+ export declare type GetLocaleByCodeResponse = Message<"settings.v1.GetLocaleByCodeResponse"> & {
3608
+ /**
3609
+ * @generated from field: settings.v1.Locale locale = 1;
3610
+ */
3611
+ locale?: Locale;
3612
+ };
3613
+
3614
+ /**
3615
+ * Describes the message settings.v1.GetLocaleByCodeResponse.
3616
+ * Use `create(GetLocaleByCodeResponseSchema)` to create a new message.
3617
+ */
3618
+ export declare const GetLocaleByCodeResponseSchema: GenMessage<GetLocaleByCodeResponse>;
3619
+
3620
+ /**
3621
+ * @generated from message settings.v1.GetDefaultVariantCatalogEntryRequest
3622
+ */
3623
+ export declare type GetDefaultVariantCatalogEntryRequest = Message<"settings.v1.GetDefaultVariantCatalogEntryRequest"> & {
3624
+ };
3625
+
3626
+ /**
3627
+ * Describes the message settings.v1.GetDefaultVariantCatalogEntryRequest.
3628
+ * Use `create(GetDefaultVariantCatalogEntryRequestSchema)` to create a new message.
3629
+ */
3630
+ export declare const GetDefaultVariantCatalogEntryRequestSchema: GenMessage<GetDefaultVariantCatalogEntryRequest>;
3631
+
3632
+ /**
3633
+ * @generated from message settings.v1.GetDefaultVariantCatalogEntryResponse
3634
+ */
3635
+ export declare type GetDefaultVariantCatalogEntryResponse = Message<"settings.v1.GetDefaultVariantCatalogEntryResponse"> & {
3636
+ /**
3637
+ * @generated from field: settings.v1.VariantCatalogEntry entry = 1;
3638
+ */
3639
+ entry?: VariantCatalogEntry;
3640
+ };
3641
+
3642
+ /**
3643
+ * Describes the message settings.v1.GetDefaultVariantCatalogEntryResponse.
3644
+ * Use `create(GetDefaultVariantCatalogEntryResponseSchema)` to create a new message.
3645
+ */
3646
+ export declare const GetDefaultVariantCatalogEntryResponseSchema: GenMessage<GetDefaultVariantCatalogEntryResponse>;
3647
+
3648
+ /**
3649
+ * @generated from message settings.v1.DeleteSettingRequest
3650
+ */
3651
+ export declare type DeleteSettingRequest = Message<"settings.v1.DeleteSettingRequest"> & {
3652
+ /**
3653
+ * @generated from field: string key = 1;
3654
+ */
3655
+ key: string;
3656
+ };
3657
+
3658
+ /**
3659
+ * Describes the message settings.v1.DeleteSettingRequest.
3660
+ * Use `create(DeleteSettingRequestSchema)` to create a new message.
3661
+ */
3662
+ export declare const DeleteSettingRequestSchema: GenMessage<DeleteSettingRequest>;
3663
+
3664
+ /**
3665
+ * @generated from message settings.v1.DeleteSettingResponse
3666
+ */
3667
+ export declare type DeleteSettingResponse = Message<"settings.v1.DeleteSettingResponse"> & {
3668
+ /**
3669
+ * @generated from field: bool success = 1;
3670
+ */
3671
+ success: boolean;
3672
+ };
3673
+
3674
+ /**
3675
+ * Describes the message settings.v1.DeleteSettingResponse.
3676
+ * Use `create(DeleteSettingResponseSchema)` to create a new message.
3677
+ */
3678
+ export declare const DeleteSettingResponseSchema: GenMessage<DeleteSettingResponse>;
3679
+
3680
+ /**
3681
+ * @generated from message settings.v1.DeleteSettingsByCategoryRequest
3682
+ */
3683
+ export declare type DeleteSettingsByCategoryRequest = Message<"settings.v1.DeleteSettingsByCategoryRequest"> & {
3684
+ /**
3685
+ * @generated from field: string category = 1;
3686
+ */
3687
+ category: string;
3688
+ };
3689
+
3690
+ /**
3691
+ * Describes the message settings.v1.DeleteSettingsByCategoryRequest.
3692
+ * Use `create(DeleteSettingsByCategoryRequestSchema)` to create a new message.
3693
+ */
3694
+ export declare const DeleteSettingsByCategoryRequestSchema: GenMessage<DeleteSettingsByCategoryRequest>;
3695
+
3696
+ /**
3697
+ * @generated from message settings.v1.DeleteSettingsByCategoryResponse
3698
+ */
3699
+ export declare type DeleteSettingsByCategoryResponse = Message<"settings.v1.DeleteSettingsByCategoryResponse"> & {
3700
+ /**
3701
+ * @generated from field: int32 count = 1;
3702
+ */
3703
+ count: number;
3704
+ };
3705
+
3706
+ /**
3707
+ * Describes the message settings.v1.DeleteSettingsByCategoryResponse.
3708
+ * Use `create(DeleteSettingsByCategoryResponseSchema)` to create a new message.
3709
+ */
3710
+ export declare const DeleteSettingsByCategoryResponseSchema: GenMessage<DeleteSettingsByCategoryResponse>;
3711
+
3712
+ /**
3713
+ * @generated from message settings.v1.BulkSetSettingsRequest
3714
+ */
3715
+ export declare type BulkSetSettingsRequest = Message<"settings.v1.BulkSetSettingsRequest"> & {
3716
+ /**
3717
+ * @generated from field: repeated settings.v1.UpdateSettingRequest settings = 1;
3718
+ */
3719
+ settings: UpdateSettingRequest[];
3720
+ };
3721
+
3722
+ /**
3723
+ * Describes the message settings.v1.BulkSetSettingsRequest.
3724
+ * Use `create(BulkSetSettingsRequestSchema)` to create a new message.
3725
+ */
3726
+ export declare const BulkSetSettingsRequestSchema: GenMessage<BulkSetSettingsRequest>;
3727
+
3728
+ /**
3729
+ * @generated from message settings.v1.BulkSetSettingsResponse
3730
+ */
3731
+ export declare type BulkSetSettingsResponse = Message<"settings.v1.BulkSetSettingsResponse"> & {
3732
+ /**
3733
+ * @generated from field: int32 count = 1;
3734
+ */
3735
+ count: number;
3736
+ };
3737
+
3738
+ /**
3739
+ * Describes the message settings.v1.BulkSetSettingsResponse.
3740
+ * Use `create(BulkSetSettingsResponseSchema)` to create a new message.
3741
+ */
3742
+ export declare const BulkSetSettingsResponseSchema: GenMessage<BulkSetSettingsResponse>;
3743
+
3744
+ /**
3745
+ * @generated from message settings.v1.EnsureDefaultVariantCatalogEntryRequest
3746
+ */
3747
+ export declare type EnsureDefaultVariantCatalogEntryRequest = Message<"settings.v1.EnsureDefaultVariantCatalogEntryRequest"> & {
3748
+ };
3749
+
3750
+ /**
3751
+ * Describes the message settings.v1.EnsureDefaultVariantCatalogEntryRequest.
3752
+ * Use `create(EnsureDefaultVariantCatalogEntryRequestSchema)` to create a new message.
3753
+ */
3754
+ export declare const EnsureDefaultVariantCatalogEntryRequestSchema: GenMessage<EnsureDefaultVariantCatalogEntryRequest>;
3755
+
3756
+ /**
3757
+ * @generated from message settings.v1.EnsureDefaultVariantCatalogEntryResponse
3758
+ */
3759
+ export declare type EnsureDefaultVariantCatalogEntryResponse = Message<"settings.v1.EnsureDefaultVariantCatalogEntryResponse"> & {
3760
+ /**
3761
+ * @generated from field: settings.v1.VariantCatalogEntry entry = 1;
3762
+ */
3763
+ entry?: VariantCatalogEntry;
3764
+ };
3765
+
3766
+ /**
3767
+ * Describes the message settings.v1.EnsureDefaultVariantCatalogEntryResponse.
3768
+ * Use `create(EnsureDefaultVariantCatalogEntryResponseSchema)` to create a new message.
3769
+ */
3770
+ export declare const EnsureDefaultVariantCatalogEntryResponseSchema: GenMessage<EnsureDefaultVariantCatalogEntryResponse>;
3771
+
3772
+ /**
3773
+ * @generated from enum settings.v1.ShareResourceType
3774
+ */
3775
+ export enum ShareResourceType {
3776
+ /**
3777
+ * @generated from enum value: SHARE_RESOURCE_TYPE_UNSPECIFIED = 0;
3778
+ */
3779
+ UNSPECIFIED = 0,
3780
+
3781
+ /**
3782
+ * @generated from enum value: SHARE_RESOURCE_TYPE_RECORD = 1;
3783
+ */
3784
+ RECORD = 1,
3785
+
3786
+ /**
3787
+ * @generated from enum value: SHARE_RESOURCE_TYPE_FILE = 2;
3788
+ */
3789
+ FILE = 2,
3790
+ }
3791
+
3792
+ /**
3793
+ * Describes the enum settings.v1.ShareResourceType.
3794
+ */
3795
+ export declare const ShareResourceTypeSchema: GenEnum<ShareResourceType>;
3796
+
3797
+ /**
3798
+ * @generated from enum settings.v1.SharePermission
3799
+ */
3800
+ export enum SharePermission {
3801
+ /**
3802
+ * @generated from enum value: SHARE_PERMISSION_UNSPECIFIED = 0;
3803
+ */
3804
+ UNSPECIFIED = 0,
3805
+
3806
+ /**
3807
+ * @generated from enum value: SHARE_PERMISSION_VIEW = 1;
3808
+ */
3809
+ VIEW = 1,
3810
+
3811
+ /**
3812
+ * @generated from enum value: SHARE_PERMISSION_EDIT = 2;
3813
+ */
3814
+ EDIT = 2,
3815
+
3816
+ /**
3817
+ * @generated from enum value: SHARE_PERMISSION_ADMIN = 3;
3818
+ */
3819
+ ADMIN = 3,
3820
+ }
3821
+
3822
+ /**
3823
+ * Describes the enum settings.v1.SharePermission.
3824
+ */
3825
+ export declare const SharePermissionSchema: GenEnum<SharePermission>;
3826
+
3827
+ /**
3828
+ * @generated from enum settings.v1.ShareStatus
3829
+ */
3830
+ export enum ShareStatus {
3831
+ /**
3832
+ * @generated from enum value: SHARE_STATUS_UNSPECIFIED = 0;
3833
+ */
3834
+ UNSPECIFIED = 0,
3835
+
3836
+ /**
3837
+ * @generated from enum value: SHARE_STATUS_PENDING = 1;
3838
+ */
3839
+ PENDING = 1,
3840
+
3841
+ /**
3842
+ * @generated from enum value: SHARE_STATUS_ACCEPTED = 2;
3843
+ */
3844
+ ACCEPTED = 2,
3845
+
3846
+ /**
3847
+ * @generated from enum value: SHARE_STATUS_DECLINED = 3;
3848
+ */
3849
+ DECLINED = 3,
3850
+ }
3851
+
3852
+ /**
3853
+ * Describes the enum settings.v1.ShareStatus.
3854
+ */
3855
+ export declare const ShareStatusSchema: GenEnum<ShareStatus>;
3856
+
3857
+ /**
3858
+ * @generated from service settings.v1.SettingsService
3859
+ */
3860
+ export declare const SettingsService: GenService<{
3861
+ /**
3862
+ * Settings.
3863
+ *
3864
+ * @generated from rpc settings.v1.SettingsService.GetSettings
3865
+ */
3866
+ getSettings: {
3867
+ methodKind: "unary";
3868
+ input: typeof GetSettingsRequestSchema;
3869
+ output: typeof GetSettingsResponseSchema;
3870
+ },
3871
+ /**
3872
+ * @generated from rpc settings.v1.SettingsService.UpdateSetting
3873
+ */
3874
+ updateSetting: {
3875
+ methodKind: "unary";
3876
+ input: typeof UpdateSettingRequestSchema;
3877
+ output: typeof UpdateSettingResponseSchema;
3878
+ },
3879
+ /**
3880
+ * @generated from rpc settings.v1.SettingsService.DeleteSetting
3881
+ */
3882
+ deleteSetting: {
3883
+ methodKind: "unary";
3884
+ input: typeof DeleteSettingRequestSchema;
3885
+ output: typeof DeleteSettingResponseSchema;
3886
+ },
3887
+ /**
3888
+ * @generated from rpc settings.v1.SettingsService.DeleteSettingsByCategory
3889
+ */
3890
+ deleteSettingsByCategory: {
3891
+ methodKind: "unary";
3892
+ input: typeof DeleteSettingsByCategoryRequestSchema;
3893
+ output: typeof DeleteSettingsByCategoryResponseSchema;
3894
+ },
3895
+ /**
3896
+ * @generated from rpc settings.v1.SettingsService.BulkSetSettings
3897
+ */
3898
+ bulkSetSettings: {
3899
+ methodKind: "unary";
3900
+ input: typeof BulkSetSettingsRequestSchema;
3901
+ output: typeof BulkSetSettingsResponseSchema;
3902
+ },
3903
+ /**
3904
+ * Audit Logs.
3905
+ *
3906
+ * @generated from rpc settings.v1.SettingsService.ListAuditLogs
3907
+ */
3908
+ listAuditLogs: {
3909
+ methodKind: "unary";
3910
+ input: typeof ListAuditLogsRequestSchema;
3911
+ output: typeof ListAuditLogsResponseSchema;
3912
+ },
3913
+ /**
3914
+ * Notes.
3915
+ *
3916
+ * @generated from rpc settings.v1.SettingsService.CreateNote
3917
+ */
3918
+ createNote: {
3919
+ methodKind: "unary";
3920
+ input: typeof CreateNoteRequestSchema;
3921
+ output: typeof CreateNoteResponseSchema;
3922
+ },
3923
+ /**
3924
+ * @generated from rpc settings.v1.SettingsService.GetNote
3925
+ */
3926
+ getNote: {
3927
+ methodKind: "unary";
3928
+ input: typeof GetNoteRequestSchema;
3929
+ output: typeof GetNoteResponseSchema;
3930
+ },
3931
+ /**
3932
+ * @generated from rpc settings.v1.SettingsService.ListNotes
3933
+ */
3934
+ listNotes: {
3935
+ methodKind: "unary";
3936
+ input: typeof ListNotesRequestSchema;
3937
+ output: typeof ListNotesResponseSchema;
3938
+ },
3939
+ /**
3940
+ * @generated from rpc settings.v1.SettingsService.UpdateNote
3941
+ */
3942
+ updateNote: {
3943
+ methodKind: "unary";
3944
+ input: typeof UpdateNoteRequestSchema;
3945
+ output: typeof UpdateNoteResponseSchema;
3946
+ },
3947
+ /**
3948
+ * @generated from rpc settings.v1.SettingsService.DeleteNote
3949
+ */
3950
+ deleteNote: {
3951
+ methodKind: "unary";
3952
+ input: typeof DeleteNoteRequestSchema;
3953
+ output: typeof DeleteNoteResponseSchema;
3954
+ },
3955
+ /**
3956
+ * @generated from rpc settings.v1.SettingsService.ResolveNote
3957
+ */
3958
+ resolveNote: {
3959
+ methodKind: "unary";
3960
+ input: typeof ResolveNoteRequestSchema;
3961
+ output: typeof ResolveNoteResponseSchema;
3962
+ },
3963
+ /**
3964
+ * @generated from rpc settings.v1.SettingsService.UnresolveNote
3965
+ */
3966
+ unresolveNote: {
3967
+ methodKind: "unary";
3968
+ input: typeof UnresolveNoteRequestSchema;
3969
+ output: typeof UnresolveNoteResponseSchema;
3970
+ },
3971
+ /**
3972
+ * @generated from rpc settings.v1.SettingsService.SearchNotes
3973
+ */
3974
+ searchNotes: {
3975
+ methodKind: "unary";
3976
+ input: typeof SearchNotesRequestSchema;
3977
+ output: typeof SearchNotesResponseSchema;
3978
+ },
3979
+ /**
3980
+ * Mentions.
3981
+ *
3982
+ * @generated from rpc settings.v1.SettingsService.ListMyMentions
3983
+ */
3984
+ listMyMentions: {
3985
+ methodKind: "unary";
3986
+ input: typeof ListMyMentionsRequestSchema;
3987
+ output: typeof ListMyMentionsResponseSchema;
3988
+ },
3989
+ /**
3990
+ * @generated from rpc settings.v1.SettingsService.UpdateMentionStatus
3991
+ */
3992
+ updateMentionStatus: {
3993
+ methodKind: "unary";
3994
+ input: typeof UpdateMentionStatusRequestSchema;
3995
+ output: typeof UpdateMentionStatusResponseSchema;
3996
+ },
3997
+ /**
3998
+ * @generated from rpc settings.v1.SettingsService.MarkMentionsSeen
3999
+ */
4000
+ markMentionsSeen: {
4001
+ methodKind: "unary";
4002
+ input: typeof MarkMentionsSeenRequestSchema;
4003
+ output: typeof MarkMentionsSeenResponseSchema;
4004
+ },
4005
+ /**
4006
+ * Locales.
4007
+ *
4008
+ * @generated from rpc settings.v1.SettingsService.ListLocales
4009
+ */
4010
+ listLocales: {
4011
+ methodKind: "unary";
4012
+ input: typeof ListLocalesRequestSchema;
4013
+ output: typeof ListLocalesResponseSchema;
4014
+ },
4015
+ /**
4016
+ * @generated from rpc settings.v1.SettingsService.GetLocale
4017
+ */
4018
+ getLocale: {
4019
+ methodKind: "unary";
4020
+ input: typeof GetLocaleRequestSchema;
4021
+ output: typeof GetLocaleResponseSchema;
4022
+ },
4023
+ /**
4024
+ * @generated from rpc settings.v1.SettingsService.GetDefaultLocale
4025
+ */
4026
+ getDefaultLocale: {
4027
+ methodKind: "unary";
4028
+ input: typeof GetDefaultLocaleRequestSchema;
4029
+ output: typeof GetDefaultLocaleResponseSchema;
4030
+ },
4031
+ /**
4032
+ * @generated from rpc settings.v1.SettingsService.GetLocaleByCode
4033
+ */
4034
+ getLocaleByCode: {
4035
+ methodKind: "unary";
4036
+ input: typeof GetLocaleByCodeRequestSchema;
4037
+ output: typeof GetLocaleByCodeResponseSchema;
4038
+ },
4039
+ /**
4040
+ * @generated from rpc settings.v1.SettingsService.CreateLocale
4041
+ */
4042
+ createLocale: {
4043
+ methodKind: "unary";
4044
+ input: typeof CreateLocaleRequestSchema;
4045
+ output: typeof CreateLocaleResponseSchema;
4046
+ },
4047
+ /**
4048
+ * @generated from rpc settings.v1.SettingsService.UpdateLocale
4049
+ */
4050
+ updateLocale: {
4051
+ methodKind: "unary";
4052
+ input: typeof UpdateLocaleRequestSchema;
4053
+ output: typeof UpdateLocaleResponseSchema;
4054
+ },
4055
+ /**
4056
+ * @generated from rpc settings.v1.SettingsService.DeleteLocale
4057
+ */
4058
+ deleteLocale: {
4059
+ methodKind: "unary";
4060
+ input: typeof DeleteLocaleRequestSchema;
4061
+ output: typeof DeleteLocaleResponseSchema;
4062
+ },
4063
+ /**
4064
+ * Nav Preferences.
4065
+ *
4066
+ * @generated from rpc settings.v1.SettingsService.GetNavPreferences
4067
+ */
4068
+ getNavPreferences: {
4069
+ methodKind: "unary";
4070
+ input: typeof GetNavPreferencesRequestSchema;
4071
+ output: typeof GetNavPreferencesResponseSchema;
4072
+ },
4073
+ /**
4074
+ * @generated from rpc settings.v1.SettingsService.UpdateNavPreferences
4075
+ */
4076
+ updateNavPreferences: {
4077
+ methodKind: "unary";
4078
+ input: typeof UpdateNavPreferencesRequestSchema;
4079
+ output: typeof UpdateNavPreferencesResponseSchema;
4080
+ },
4081
+ /**
4082
+ * Recently Opened.
4083
+ *
4084
+ * @generated from rpc settings.v1.SettingsService.ListRecentlyOpened
4085
+ */
4086
+ listRecentlyOpened: {
4087
+ methodKind: "unary";
4088
+ input: typeof ListRecentlyOpenedRequestSchema;
4089
+ output: typeof ListRecentlyOpenedResponseSchema;
4090
+ },
4091
+ /**
4092
+ * @generated from rpc settings.v1.SettingsService.TrackRecentlyOpened
4093
+ */
4094
+ trackRecentlyOpened: {
4095
+ methodKind: "unary";
4096
+ input: typeof TrackRecentlyOpenedRequestSchema;
4097
+ output: typeof TrackRecentlyOpenedResponseSchema;
4098
+ },
4099
+ /**
4100
+ * @generated from rpc settings.v1.SettingsService.RemoveRecentlyOpened
4101
+ */
4102
+ removeRecentlyOpened: {
4103
+ methodKind: "unary";
4104
+ input: typeof RemoveRecentlyOpenedRequestSchema;
4105
+ output: typeof RemoveRecentlyOpenedResponseSchema;
4106
+ },
4107
+ /**
4108
+ * @generated from rpc settings.v1.SettingsService.ClearRecentlyOpened
4109
+ */
4110
+ clearRecentlyOpened: {
4111
+ methodKind: "unary";
4112
+ input: typeof ClearRecentlyOpenedRequestSchema;
4113
+ output: typeof ClearRecentlyOpenedResponseSchema;
4114
+ },
4115
+ /**
4116
+ * Shares.
4117
+ *
4118
+ * @generated from rpc settings.v1.SettingsService.CreateShare
4119
+ */
4120
+ createShare: {
4121
+ methodKind: "unary";
4122
+ input: typeof CreateShareRequestSchema;
4123
+ output: typeof CreateShareResponseSchema;
4124
+ },
4125
+ /**
4126
+ * @generated from rpc settings.v1.SettingsService.GetShare
4127
+ */
4128
+ getShare: {
4129
+ methodKind: "unary";
4130
+ input: typeof GetShareRequestSchema;
4131
+ output: typeof GetShareResponseSchema;
4132
+ },
4133
+ /**
4134
+ * @generated from rpc settings.v1.SettingsService.ListShares
4135
+ */
4136
+ listShares: {
4137
+ methodKind: "unary";
4138
+ input: typeof ListSharesRequestSchema;
4139
+ output: typeof ListSharesResponseSchema;
4140
+ },
4141
+ /**
4142
+ * @generated from rpc settings.v1.SettingsService.UpdateShare
4143
+ */
4144
+ updateShare: {
4145
+ methodKind: "unary";
4146
+ input: typeof UpdateShareRequestSchema;
4147
+ output: typeof UpdateShareResponseSchema;
4148
+ },
4149
+ /**
4150
+ * @generated from rpc settings.v1.SettingsService.RevokeShare
4151
+ */
4152
+ revokeShare: {
4153
+ methodKind: "unary";
4154
+ input: typeof RevokeShareRequestSchema;
4155
+ output: typeof RevokeShareResponseSchema;
4156
+ },
4157
+ /**
4158
+ * @generated from rpc settings.v1.SettingsService.AcceptShare
4159
+ */
4160
+ acceptShare: {
4161
+ methodKind: "unary";
4162
+ input: typeof AcceptShareRequestSchema;
4163
+ output: typeof AcceptShareResponseSchema;
4164
+ },
4165
+ /**
4166
+ * @generated from rpc settings.v1.SettingsService.DeclineShare
4167
+ */
4168
+ declineShare: {
4169
+ methodKind: "unary";
4170
+ input: typeof DeclineShareRequestSchema;
4171
+ output: typeof DeclineShareResponseSchema;
4172
+ },
4173
+ /**
4174
+ * Context Dimensions.
4175
+ *
4176
+ * @generated from rpc settings.v1.SettingsService.ListContextDimensions
4177
+ */
4178
+ listContextDimensions: {
4179
+ methodKind: "unary";
4180
+ input: typeof ListContextDimensionsRequestSchema;
4181
+ output: typeof ListContextDimensionsResponseSchema;
4182
+ },
4183
+ /**
4184
+ * @generated from rpc settings.v1.SettingsService.GetContextDimension
4185
+ */
4186
+ getContextDimension: {
4187
+ methodKind: "unary";
4188
+ input: typeof GetContextDimensionRequestSchema;
4189
+ output: typeof GetContextDimensionResponseSchema;
4190
+ },
4191
+ /**
4192
+ * @generated from rpc settings.v1.SettingsService.GetContextDimensionByKey
4193
+ */
4194
+ getContextDimensionByKey: {
4195
+ methodKind: "unary";
4196
+ input: typeof GetContextDimensionByKeyRequestSchema;
4197
+ output: typeof GetContextDimensionByKeyResponseSchema;
4198
+ },
4199
+ /**
4200
+ * @generated from rpc settings.v1.SettingsService.CreateContextDimension
4201
+ */
4202
+ createContextDimension: {
4203
+ methodKind: "unary";
4204
+ input: typeof CreateContextDimensionRequestSchema;
4205
+ output: typeof CreateContextDimensionResponseSchema;
4206
+ },
4207
+ /**
4208
+ * @generated from rpc settings.v1.SettingsService.UpdateContextDimension
4209
+ */
4210
+ updateContextDimension: {
4211
+ methodKind: "unary";
4212
+ input: typeof UpdateContextDimensionRequestSchema;
4213
+ output: typeof UpdateContextDimensionResponseSchema;
4214
+ },
4215
+ /**
4216
+ * @generated from rpc settings.v1.SettingsService.DeleteContextDimension
4217
+ */
4218
+ deleteContextDimension: {
4219
+ methodKind: "unary";
4220
+ input: typeof DeleteContextDimensionRequestSchema;
4221
+ output: typeof DeleteContextDimensionResponseSchema;
4222
+ },
4223
+ /**
4224
+ * @generated from rpc settings.v1.SettingsService.GetContextDimensionValues
4225
+ */
4226
+ getContextDimensionValues: {
4227
+ methodKind: "unary";
4228
+ input: typeof GetContextDimensionValuesRequestSchema;
4229
+ output: typeof GetContextDimensionValuesResponseSchema;
4230
+ },
4231
+ /**
4232
+ * Customer Profile Schema.
4233
+ *
4234
+ * @generated from rpc settings.v1.SettingsService.GetCustomerProfileSchema
4235
+ */
4236
+ getCustomerProfileSchema: {
4237
+ methodKind: "unary";
4238
+ input: typeof GetCustomerProfileSchemaRequestSchema;
4239
+ output: typeof GetCustomerProfileSchemaResponseSchema;
4240
+ },
4241
+ /**
4242
+ * Customer Profile.
4243
+ *
4244
+ * @generated from rpc settings.v1.SettingsService.GetCustomerProfile
4245
+ */
4246
+ getCustomerProfile: {
4247
+ methodKind: "unary";
4248
+ input: typeof GetCustomerProfileRequestSchema;
4249
+ output: typeof GetCustomerProfileResponseSchema;
4250
+ },
4251
+ /**
4252
+ * @generated from rpc settings.v1.SettingsService.SetCustomerProfile
4253
+ */
4254
+ setCustomerProfile: {
4255
+ methodKind: "unary";
4256
+ input: typeof SetCustomerProfileRequestSchema;
4257
+ output: typeof SetCustomerProfileResponseSchema;
4258
+ },
4259
+ /**
4260
+ * @generated from rpc settings.v1.SettingsService.UpdateCustomerProfileSchema
4261
+ */
4262
+ updateCustomerProfileSchema: {
4263
+ methodKind: "unary";
4264
+ input: typeof UpdateCustomerProfileSchemaRequestSchema;
4265
+ output: typeof UpdateCustomerProfileSchemaResponseSchema;
4266
+ },
4267
+ /**
4268
+ * @generated from rpc settings.v1.SettingsService.SearchCustomerProfiles
4269
+ */
4270
+ searchCustomerProfiles: {
4271
+ methodKind: "unary";
4272
+ input: typeof SearchCustomerProfilesRequestSchema;
4273
+ output: typeof SearchCustomerProfilesResponseSchema;
4274
+ },
4275
+ /**
4276
+ * @generated from rpc settings.v1.SettingsService.DeleteCustomerProfile
4277
+ */
4278
+ deleteCustomerProfile: {
4279
+ methodKind: "unary";
4280
+ input: typeof DeleteCustomerProfileRequestSchema;
4281
+ output: typeof DeleteCustomerProfileResponseSchema;
4282
+ },
4283
+ /**
4284
+ * Customer Resolution Attributes.
4285
+ *
4286
+ * @generated from rpc settings.v1.SettingsService.GetCustomerResolutionAttributes
4287
+ */
4288
+ getCustomerResolutionAttributes: {
4289
+ methodKind: "unary";
4290
+ input: typeof GetCustomerResolutionAttributesRequestSchema;
4291
+ output: typeof GetCustomerResolutionAttributesResponseSchema;
4292
+ },
4293
+ /**
4294
+ * Editor Configs.
4295
+ *
4296
+ * @generated from rpc settings.v1.SettingsService.GetEditorConfigs
4297
+ */
4298
+ getEditorConfigs: {
4299
+ methodKind: "unary";
4300
+ input: typeof GetEditorConfigsRequestSchema;
4301
+ output: typeof GetEditorConfigsResponseSchema;
4302
+ },
4303
+ /**
4304
+ * Variant Catalog.
4305
+ *
4306
+ * @generated from rpc settings.v1.SettingsService.ListVariantCatalog
4307
+ */
4308
+ listVariantCatalog: {
4309
+ methodKind: "unary";
4310
+ input: typeof ListVariantCatalogRequestSchema;
4311
+ output: typeof ListVariantCatalogResponseSchema;
4312
+ },
4313
+ /**
4314
+ * @generated from rpc settings.v1.SettingsService.GetVariantCatalogEntry
4315
+ */
4316
+ getVariantCatalogEntry: {
4317
+ methodKind: "unary";
4318
+ input: typeof GetVariantCatalogEntryRequestSchema;
4319
+ output: typeof GetVariantCatalogEntryResponseSchema;
4320
+ },
4321
+ /**
4322
+ * @generated from rpc settings.v1.SettingsService.CreateVariantCatalogEntry
4323
+ */
4324
+ createVariantCatalogEntry: {
4325
+ methodKind: "unary";
4326
+ input: typeof CreateVariantCatalogEntryRequestSchema;
4327
+ output: typeof CreateVariantCatalogEntryResponseSchema;
4328
+ },
4329
+ /**
4330
+ * @generated from rpc settings.v1.SettingsService.UpdateVariantCatalogEntry
4331
+ */
4332
+ updateVariantCatalogEntry: {
4333
+ methodKind: "unary";
4334
+ input: typeof UpdateVariantCatalogEntryRequestSchema;
4335
+ output: typeof UpdateVariantCatalogEntryResponseSchema;
4336
+ },
4337
+ /**
4338
+ * @generated from rpc settings.v1.SettingsService.DeleteVariantCatalogEntry
4339
+ */
4340
+ deleteVariantCatalogEntry: {
4341
+ methodKind: "unary";
4342
+ input: typeof DeleteVariantCatalogEntryRequestSchema;
4343
+ output: typeof DeleteVariantCatalogEntryResponseSchema;
4344
+ },
4345
+ /**
4346
+ * @generated from rpc settings.v1.SettingsService.GetDefaultVariantCatalogEntry
4347
+ */
4348
+ getDefaultVariantCatalogEntry: {
4349
+ methodKind: "unary";
4350
+ input: typeof GetDefaultVariantCatalogEntryRequestSchema;
4351
+ output: typeof GetDefaultVariantCatalogEntryResponseSchema;
4352
+ },
4353
+ /**
4354
+ * @generated from rpc settings.v1.SettingsService.EnsureDefaultVariantCatalogEntry
4355
+ */
4356
+ ensureDefaultVariantCatalogEntry: {
4357
+ methodKind: "unary";
4358
+ input: typeof EnsureDefaultVariantCatalogEntryRequestSchema;
4359
+ output: typeof EnsureDefaultVariantCatalogEntryResponseSchema;
4360
+ },
4361
+ /**
4362
+ * Email Actions.
4363
+ *
4364
+ * @generated from rpc settings.v1.SettingsService.ListEmailActions
4365
+ */
4366
+ listEmailActions: {
4367
+ methodKind: "unary";
4368
+ input: typeof ListEmailActionsRequestSchema;
4369
+ output: typeof ListEmailActionsResponseSchema;
4370
+ },
4371
+ /**
4372
+ * @generated from rpc settings.v1.SettingsService.GetEmailAction
4373
+ */
4374
+ getEmailAction: {
4375
+ methodKind: "unary";
4376
+ input: typeof GetEmailActionRequestSchema;
4377
+ output: typeof GetEmailActionResponseSchema;
4378
+ },
4379
+ /**
4380
+ * @generated from rpc settings.v1.SettingsService.UpdateEmailAction
4381
+ */
4382
+ updateEmailAction: {
4383
+ methodKind: "unary";
4384
+ input: typeof UpdateEmailActionRequestSchema;
4385
+ output: typeof UpdateEmailActionResponseSchema;
4386
+ },
4387
+ /**
4388
+ * @generated from rpc settings.v1.SettingsService.ListResendTemplates
4389
+ */
4390
+ listResendTemplates: {
4391
+ methodKind: "unary";
4392
+ input: typeof ListResendTemplatesRequestSchema;
4393
+ output: typeof ListResendTemplatesResponseSchema;
4394
+ },
4395
+ }>;
4396
+