@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.
- package/package.json +55 -0
- package/src/analytics/v1/analytics_connect.d.ts +116 -0
- package/src/analytics/v1/analytics_connect.js +116 -0
- package/src/analytics/v1/analytics_pb.d.ts +850 -0
- package/src/analytics/v1/analytics_pb.js +250 -0
- package/src/billing/v1/billing_connect.d.ts +269 -0
- package/src/billing/v1/billing_connect.js +269 -0
- package/src/billing/v1/billing_pb.d.ts +2144 -0
- package/src/billing/v1/billing_pb.js +519 -0
- package/src/configs/v1/configs_connect.d.ts +111 -0
- package/src/configs/v1/configs_connect.js +111 -0
- package/src/configs/v1/configs_pb.d.ts +832 -0
- package/src/configs/v1/configs_pb.js +192 -0
- package/src/experiments/v1/experiments_connect.d.ts +162 -0
- package/src/experiments/v1/experiments_connect.js +162 -0
- package/src/experiments/v1/experiments_pb.d.ts +1086 -0
- package/src/experiments/v1/experiments_pb.js +284 -0
- package/src/expressions/v1/expressions_pb.d.ts +139 -0
- package/src/expressions/v1/expressions_pb.js +27 -0
- package/src/hooks/v1/hooks_connect.d.ts +106 -0
- package/src/hooks/v1/hooks_connect.js +106 -0
- package/src/hooks/v1/hooks_pb.d.ts +689 -0
- package/src/hooks/v1/hooks_pb.js +159 -0
- package/src/identity/v1/identity_connect.d.ts +738 -0
- package/src/identity/v1/identity_connect.js +738 -0
- package/src/identity/v1/identity_pb.d.ts +4612 -0
- package/src/identity/v1/identity_pb.js +1277 -0
- package/src/models/v1/models_connect.d.ts +104 -0
- package/src/models/v1/models_connect.js +104 -0
- package/src/models/v1/models_pb.d.ts +908 -0
- package/src/models/v1/models_pb.js +187 -0
- package/src/notifications/v1/notifications_connect.d.ts +182 -0
- package/src/notifications/v1/notifications_connect.js +182 -0
- package/src/notifications/v1/notifications_pb.d.ts +1173 -0
- package/src/notifications/v1/notifications_pb.js +302 -0
- package/src/operations/v1/operations_connect.d.ts +222 -0
- package/src/operations/v1/operations_connect.js +222 -0
- package/src/operations/v1/operations_pb.d.ts +1502 -0
- package/src/operations/v1/operations_pb.js +355 -0
- package/src/queue/v1/queue_connect.d.ts +89 -0
- package/src/queue/v1/queue_connect.js +89 -0
- package/src/queue/v1/queue_pb.d.ts +519 -0
- package/src/queue/v1/queue_pb.js +152 -0
- package/src/records/v1/records_connect.d.ts +451 -0
- package/src/records/v1/records_connect.js +451 -0
- package/src/records/v1/records_pb.d.ts +3099 -0
- package/src/records/v1/records_pb.js +798 -0
- package/src/schedules/v1/schedules_connect.d.ts +98 -0
- package/src/schedules/v1/schedules_connect.js +98 -0
- package/src/schedules/v1/schedules_pb.d.ts +622 -0
- package/src/schedules/v1/schedules_pb.js +159 -0
- package/src/segments/v1/segments_connect.d.ts +135 -0
- package/src/segments/v1/segments_connect.js +135 -0
- package/src/segments/v1/segments_pb.d.ts +800 -0
- package/src/segments/v1/segments_pb.js +216 -0
- package/src/settings/v1/settings_connect.d.ts +614 -0
- package/src/settings/v1/settings_connect.js +614 -0
- package/src/settings/v1/settings_pb.d.ts +4396 -0
- package/src/settings/v1/settings_pb.js +1085 -0
- package/src/storage/v1/storage_connect.d.ts +144 -0
- package/src/storage/v1/storage_connect.js +144 -0
- package/src/storage/v1/storage_pb.d.ts +930 -0
- package/src/storage/v1/storage_pb.js +239 -0
- package/src/workers/v1/workers_connect.d.ts +42 -0
- package/src/workers/v1/workers_connect.js +42 -0
- package/src/workers/v1/workers_pb.d.ts +220 -0
- package/src/workers/v1/workers_pb.js +56 -0
|
@@ -0,0 +1,3099 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file records/v1/records.proto (package records.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, Value } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
import type { RuleExpression } from "../../expressions/v1/expressions_pb.js";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file records/v1/records.proto.
|
|
12
|
+
*/
|
|
13
|
+
export declare const file_records_v1_records: GenFile;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Record is the unified message for records, variants, and versions.
|
|
17
|
+
* The record_type discriminator indicates which kind it is.
|
|
18
|
+
* Computed fields are populated server-side from metadata JSONB and version state.
|
|
19
|
+
*
|
|
20
|
+
* @generated from message records.v1.Record
|
|
21
|
+
*/
|
|
22
|
+
export declare type Record = Message<"records.v1.Record"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: string id = 1;
|
|
25
|
+
*/
|
|
26
|
+
id: string;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: string model_key = 2;
|
|
30
|
+
*/
|
|
31
|
+
modelKey: string;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: optional string natural_key = 3;
|
|
35
|
+
*/
|
|
36
|
+
naturalKey?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: optional string parent_id = 4;
|
|
40
|
+
*/
|
|
41
|
+
parentId?: string;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: records.v1.RecordType record_type = 5;
|
|
45
|
+
*/
|
|
46
|
+
recordType: RecordType;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: google.protobuf.Struct data = 6;
|
|
50
|
+
*/
|
|
51
|
+
data?: JsonObject;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @generated from field: optional google.protobuf.Struct metadata = 7;
|
|
55
|
+
*/
|
|
56
|
+
metadata?: JsonObject;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: optional string customer_id = 8;
|
|
60
|
+
*/
|
|
61
|
+
customerId?: string;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* @generated from field: int64 sync_version = 9;
|
|
65
|
+
*/
|
|
66
|
+
syncVersion: bigint;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Ownership.
|
|
70
|
+
*
|
|
71
|
+
* @generated from field: string tenant_id = 10;
|
|
72
|
+
*/
|
|
73
|
+
tenantId: string;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: string project_id = 11;
|
|
77
|
+
*/
|
|
78
|
+
projectId: string;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Attribution.
|
|
82
|
+
*
|
|
83
|
+
* @generated from field: optional string created_by = 20;
|
|
84
|
+
*/
|
|
85
|
+
createdBy?: string;
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* @generated from field: optional string updated_by = 21;
|
|
89
|
+
*/
|
|
90
|
+
updatedBy?: string;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Timestamps.
|
|
94
|
+
*
|
|
95
|
+
* @generated from field: google.protobuf.Timestamp created_at = 30;
|
|
96
|
+
*/
|
|
97
|
+
createdAt?: Timestamp;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 31;
|
|
101
|
+
*/
|
|
102
|
+
updatedAt?: Timestamp;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* --- Version metadata (populated when record_type = VERSION) ---
|
|
106
|
+
*
|
|
107
|
+
* @generated from field: optional int32 version_number = 40;
|
|
108
|
+
*/
|
|
109
|
+
versionNumber?: number;
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* @generated from field: optional string content_hash = 41;
|
|
113
|
+
*/
|
|
114
|
+
contentHash?: string;
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* @generated from field: optional string change_description = 42;
|
|
118
|
+
*/
|
|
119
|
+
changeDescription?: string;
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* "draft" | "published" | "scheduled"
|
|
123
|
+
*
|
|
124
|
+
* @generated from field: optional string publish_status = 43;
|
|
125
|
+
*/
|
|
126
|
+
publishStatus?: string;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* @generated from field: optional google.protobuf.Timestamp scheduled_publish_at = 44;
|
|
130
|
+
*/
|
|
131
|
+
scheduledPublishAt?: Timestamp;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* @generated from field: optional google.protobuf.Timestamp scheduled_unpublish_at = 45;
|
|
135
|
+
*/
|
|
136
|
+
scheduledUnpublishAt?: Timestamp;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* --- Variant metadata (populated when record_type = VARIANT) ---
|
|
140
|
+
*
|
|
141
|
+
* @generated from field: optional string variant_key = 50;
|
|
142
|
+
*/
|
|
143
|
+
variantKey?: string;
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* @generated from field: optional string variant_name = 51;
|
|
147
|
+
*/
|
|
148
|
+
variantName?: string;
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* @generated from field: optional string variant_description = 52;
|
|
152
|
+
*/
|
|
153
|
+
variantDescription?: string;
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* @generated from field: optional string catalog_id = 53;
|
|
157
|
+
*/
|
|
158
|
+
catalogId?: string;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* @generated from field: optional int32 priority = 54;
|
|
162
|
+
*/
|
|
163
|
+
priority?: number;
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* @generated from field: optional expressions.v1.RuleExpression targeting_rules = 55;
|
|
167
|
+
*/
|
|
168
|
+
targetingRules?: RuleExpression;
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* @generated from field: optional bool is_default = 56;
|
|
172
|
+
*/
|
|
173
|
+
isDefault?: boolean;
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* --- Computed version state (populated on RECORD and VARIANT types) ---
|
|
177
|
+
* Derived from child version rows — not stored in the DB.
|
|
178
|
+
*
|
|
179
|
+
* @generated from field: optional string current_version_id = 60;
|
|
180
|
+
*/
|
|
181
|
+
currentVersionId?: string;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* @generated from field: optional string published_version_id = 61;
|
|
185
|
+
*/
|
|
186
|
+
publishedVersionId?: string;
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* @generated from field: optional int32 published_version_number = 62;
|
|
190
|
+
*/
|
|
191
|
+
publishedVersionNumber?: number;
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* @generated from field: optional google.protobuf.Timestamp published_at = 63;
|
|
195
|
+
*/
|
|
196
|
+
publishedAt?: Timestamp;
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* @generated from field: optional string published_by = 64;
|
|
200
|
+
*/
|
|
201
|
+
publishedBy?: string;
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* @generated from field: bool can_publish = 65;
|
|
205
|
+
*/
|
|
206
|
+
canPublish: boolean;
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* @generated from field: bool can_unpublish = 66;
|
|
210
|
+
*/
|
|
211
|
+
canUnpublish: boolean;
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* @generated from field: bool has_unpublished_changes = 67;
|
|
215
|
+
*/
|
|
216
|
+
hasUnpublishedChanges: boolean;
|
|
217
|
+
};
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* Describes the message records.v1.Record.
|
|
221
|
+
* Use `create(RecordSchema)` to create a new message.
|
|
222
|
+
*/
|
|
223
|
+
export declare const RecordSchema: GenMessage<Record>;
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* @generated from message records.v1.PublishSchedule
|
|
227
|
+
*/
|
|
228
|
+
export declare type PublishSchedule = Message<"records.v1.PublishSchedule"> & {
|
|
229
|
+
/**
|
|
230
|
+
* @generated from field: string version_id = 1;
|
|
231
|
+
*/
|
|
232
|
+
versionId: string;
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* @generated from field: google.protobuf.Timestamp publish_at = 2;
|
|
236
|
+
*/
|
|
237
|
+
publishAt?: Timestamp;
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* @generated from field: optional google.protobuf.Timestamp unpublish_at = 3;
|
|
241
|
+
*/
|
|
242
|
+
unpublishAt?: Timestamp;
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* @generated from field: google.protobuf.Timestamp created_at = 4;
|
|
246
|
+
*/
|
|
247
|
+
createdAt?: Timestamp;
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* @generated from field: optional string created_by = 5;
|
|
251
|
+
*/
|
|
252
|
+
createdBy?: string;
|
|
253
|
+
};
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* Describes the message records.v1.PublishSchedule.
|
|
257
|
+
* Use `create(PublishScheduleSchema)` to create a new message.
|
|
258
|
+
*/
|
|
259
|
+
export declare const PublishScheduleSchema: GenMessage<PublishSchedule>;
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* @generated from message records.v1.PublishBatch
|
|
263
|
+
*/
|
|
264
|
+
export declare type PublishBatch = Message<"records.v1.PublishBatch"> & {
|
|
265
|
+
/**
|
|
266
|
+
* @generated from field: string id = 1;
|
|
267
|
+
*/
|
|
268
|
+
id: string;
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* @generated from field: string name = 2;
|
|
272
|
+
*/
|
|
273
|
+
name: string;
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* @generated from field: records.v1.BatchStatus status = 3;
|
|
277
|
+
*/
|
|
278
|
+
status: BatchStatus;
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* @generated from field: optional google.protobuf.Timestamp scheduled_at = 4;
|
|
282
|
+
*/
|
|
283
|
+
scheduledAt?: Timestamp;
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* @generated from field: optional google.protobuf.Timestamp executed_at = 5;
|
|
287
|
+
*/
|
|
288
|
+
executedAt?: Timestamp;
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* @generated from field: int32 items_count = 6;
|
|
292
|
+
*/
|
|
293
|
+
itemsCount: number;
|
|
294
|
+
|
|
295
|
+
/**
|
|
296
|
+
* @generated from field: int32 completed_count = 7;
|
|
297
|
+
*/
|
|
298
|
+
completedCount: number;
|
|
299
|
+
|
|
300
|
+
/**
|
|
301
|
+
* @generated from field: int32 failed_count = 8;
|
|
302
|
+
*/
|
|
303
|
+
failedCount: number;
|
|
304
|
+
|
|
305
|
+
/**
|
|
306
|
+
* @generated from field: google.protobuf.Timestamp created_at = 9;
|
|
307
|
+
*/
|
|
308
|
+
createdAt?: Timestamp;
|
|
309
|
+
|
|
310
|
+
/**
|
|
311
|
+
* @generated from field: optional string created_by = 10;
|
|
312
|
+
*/
|
|
313
|
+
createdBy?: string;
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* Additional fields from DB.
|
|
317
|
+
*
|
|
318
|
+
* @generated from field: string tenant_id = 11;
|
|
319
|
+
*/
|
|
320
|
+
tenantId: string;
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* @generated from field: string project_id = 12;
|
|
324
|
+
*/
|
|
325
|
+
projectId: string;
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 13;
|
|
329
|
+
*/
|
|
330
|
+
updatedAt?: Timestamp;
|
|
331
|
+
};
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* Describes the message records.v1.PublishBatch.
|
|
335
|
+
* Use `create(PublishBatchSchema)` to create a new message.
|
|
336
|
+
*/
|
|
337
|
+
export declare const PublishBatchSchema: GenMessage<PublishBatch>;
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* @generated from message records.v1.RecordFilter
|
|
341
|
+
*/
|
|
342
|
+
export declare type RecordFilter = Message<"records.v1.RecordFilter"> & {
|
|
343
|
+
/**
|
|
344
|
+
* @generated from field: string field = 1;
|
|
345
|
+
*/
|
|
346
|
+
field: string;
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* @generated from field: string operator = 2;
|
|
350
|
+
*/
|
|
351
|
+
operator: string;
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* @generated from field: google.protobuf.Value value = 3;
|
|
355
|
+
*/
|
|
356
|
+
value?: Value;
|
|
357
|
+
};
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* Describes the message records.v1.RecordFilter.
|
|
361
|
+
* Use `create(RecordFilterSchema)` to create a new message.
|
|
362
|
+
*/
|
|
363
|
+
export declare const RecordFilterSchema: GenMessage<RecordFilter>;
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* @generated from message records.v1.SortField
|
|
367
|
+
*/
|
|
368
|
+
export declare type SortField = Message<"records.v1.SortField"> & {
|
|
369
|
+
/**
|
|
370
|
+
* @generated from field: string field = 1;
|
|
371
|
+
*/
|
|
372
|
+
field: string;
|
|
373
|
+
|
|
374
|
+
/**
|
|
375
|
+
* @generated from field: bool descending = 2;
|
|
376
|
+
*/
|
|
377
|
+
descending: boolean;
|
|
378
|
+
};
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* Describes the message records.v1.SortField.
|
|
382
|
+
* Use `create(SortFieldSchema)` to create a new message.
|
|
383
|
+
*/
|
|
384
|
+
export declare const SortFieldSchema: GenMessage<SortField>;
|
|
385
|
+
|
|
386
|
+
/**
|
|
387
|
+
* Batch operation uses flat fields + type discriminator.
|
|
388
|
+
* The handler reads type to determine which fields are relevant.
|
|
389
|
+
*
|
|
390
|
+
* @generated from message records.v1.BatchOperation
|
|
391
|
+
*/
|
|
392
|
+
export declare type BatchOperation = Message<"records.v1.BatchOperation"> & {
|
|
393
|
+
/**
|
|
394
|
+
* @generated from field: records.v1.BatchOperationType type = 1;
|
|
395
|
+
*/
|
|
396
|
+
type: BatchOperationType;
|
|
397
|
+
|
|
398
|
+
/**
|
|
399
|
+
* For create: model_key + data required, natural_key + customer_id optional.
|
|
400
|
+
* For update: id + data required, natural_key optional.
|
|
401
|
+
* For delete: id required.
|
|
402
|
+
*
|
|
403
|
+
* @generated from field: optional string id = 2;
|
|
404
|
+
*/
|
|
405
|
+
id?: string;
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* @generated from field: optional string model_key = 3;
|
|
409
|
+
*/
|
|
410
|
+
modelKey?: string;
|
|
411
|
+
|
|
412
|
+
/**
|
|
413
|
+
* @generated from field: optional string natural_key = 4;
|
|
414
|
+
*/
|
|
415
|
+
naturalKey?: string;
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* @generated from field: optional google.protobuf.Struct data = 5;
|
|
419
|
+
*/
|
|
420
|
+
data?: JsonObject;
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* @generated from field: optional string customer_id = 6;
|
|
424
|
+
*/
|
|
425
|
+
customerId?: string;
|
|
426
|
+
};
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* Describes the message records.v1.BatchOperation.
|
|
430
|
+
* Use `create(BatchOperationSchema)` to create a new message.
|
|
431
|
+
*/
|
|
432
|
+
export declare const BatchOperationSchema: GenMessage<BatchOperation>;
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* @generated from message records.v1.BatchOperationResult
|
|
436
|
+
*/
|
|
437
|
+
export declare type BatchOperationResult = Message<"records.v1.BatchOperationResult"> & {
|
|
438
|
+
/**
|
|
439
|
+
* @generated from field: int32 index = 1;
|
|
440
|
+
*/
|
|
441
|
+
index: number;
|
|
442
|
+
|
|
443
|
+
/**
|
|
444
|
+
* @generated from field: bool success = 2;
|
|
445
|
+
*/
|
|
446
|
+
success: boolean;
|
|
447
|
+
|
|
448
|
+
/**
|
|
449
|
+
* @generated from field: optional records.v1.Record record = 3;
|
|
450
|
+
*/
|
|
451
|
+
record?: Record;
|
|
452
|
+
|
|
453
|
+
/**
|
|
454
|
+
* @generated from field: optional string error = 4;
|
|
455
|
+
*/
|
|
456
|
+
error?: string;
|
|
457
|
+
};
|
|
458
|
+
|
|
459
|
+
/**
|
|
460
|
+
* Describes the message records.v1.BatchOperationResult.
|
|
461
|
+
* Use `create(BatchOperationResultSchema)` to create a new message.
|
|
462
|
+
*/
|
|
463
|
+
export declare const BatchOperationResultSchema: GenMessage<BatchOperationResult>;
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* @generated from message records.v1.CreateRecordRequest
|
|
467
|
+
*/
|
|
468
|
+
export declare type CreateRecordRequest = Message<"records.v1.CreateRecordRequest"> & {
|
|
469
|
+
/**
|
|
470
|
+
* @generated from field: string model_key = 1;
|
|
471
|
+
*/
|
|
472
|
+
modelKey: string;
|
|
473
|
+
|
|
474
|
+
/**
|
|
475
|
+
* @generated from field: optional string natural_key = 2;
|
|
476
|
+
*/
|
|
477
|
+
naturalKey?: string;
|
|
478
|
+
|
|
479
|
+
/**
|
|
480
|
+
* @generated from field: google.protobuf.Struct data = 3;
|
|
481
|
+
*/
|
|
482
|
+
data?: JsonObject;
|
|
483
|
+
|
|
484
|
+
/**
|
|
485
|
+
* @generated from field: optional string customer_id = 4;
|
|
486
|
+
*/
|
|
487
|
+
customerId?: string;
|
|
488
|
+
|
|
489
|
+
/**
|
|
490
|
+
* Display metadata (name, description, etc.)
|
|
491
|
+
*
|
|
492
|
+
* @generated from field: optional google.protobuf.Struct metadata = 5;
|
|
493
|
+
*/
|
|
494
|
+
metadata?: JsonObject;
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* Description for the initial version.
|
|
498
|
+
*
|
|
499
|
+
* @generated from field: optional string change_description = 6;
|
|
500
|
+
*/
|
|
501
|
+
changeDescription?: string;
|
|
502
|
+
};
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* Describes the message records.v1.CreateRecordRequest.
|
|
506
|
+
* Use `create(CreateRecordRequestSchema)` to create a new message.
|
|
507
|
+
*/
|
|
508
|
+
export declare const CreateRecordRequestSchema: GenMessage<CreateRecordRequest>;
|
|
509
|
+
|
|
510
|
+
/**
|
|
511
|
+
* @generated from message records.v1.CreateRecordResponse
|
|
512
|
+
*/
|
|
513
|
+
export declare type CreateRecordResponse = Message<"records.v1.CreateRecordResponse"> & {
|
|
514
|
+
/**
|
|
515
|
+
* @generated from field: records.v1.Record record = 1;
|
|
516
|
+
*/
|
|
517
|
+
record?: Record;
|
|
518
|
+
|
|
519
|
+
/**
|
|
520
|
+
* Default variant (if model has variants).
|
|
521
|
+
*
|
|
522
|
+
* @generated from field: optional records.v1.Record variant = 2;
|
|
523
|
+
*/
|
|
524
|
+
variant?: Record;
|
|
525
|
+
|
|
526
|
+
/**
|
|
527
|
+
* Initial version (if model is versioned).
|
|
528
|
+
*
|
|
529
|
+
* @generated from field: optional records.v1.Record version = 3;
|
|
530
|
+
*/
|
|
531
|
+
version?: Record;
|
|
532
|
+
};
|
|
533
|
+
|
|
534
|
+
/**
|
|
535
|
+
* Describes the message records.v1.CreateRecordResponse.
|
|
536
|
+
* Use `create(CreateRecordResponseSchema)` to create a new message.
|
|
537
|
+
*/
|
|
538
|
+
export declare const CreateRecordResponseSchema: GenMessage<CreateRecordResponse>;
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* @generated from message records.v1.GetRecordRequest
|
|
542
|
+
*/
|
|
543
|
+
export declare type GetRecordRequest = Message<"records.v1.GetRecordRequest"> & {
|
|
544
|
+
/**
|
|
545
|
+
* @generated from field: string id = 1;
|
|
546
|
+
*/
|
|
547
|
+
id: string;
|
|
548
|
+
};
|
|
549
|
+
|
|
550
|
+
/**
|
|
551
|
+
* Describes the message records.v1.GetRecordRequest.
|
|
552
|
+
* Use `create(GetRecordRequestSchema)` to create a new message.
|
|
553
|
+
*/
|
|
554
|
+
export declare const GetRecordRequestSchema: GenMessage<GetRecordRequest>;
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* @generated from message records.v1.GetRecordResponse
|
|
558
|
+
*/
|
|
559
|
+
export declare type GetRecordResponse = Message<"records.v1.GetRecordResponse"> & {
|
|
560
|
+
/**
|
|
561
|
+
* @generated from field: records.v1.Record record = 1;
|
|
562
|
+
*/
|
|
563
|
+
record?: Record;
|
|
564
|
+
};
|
|
565
|
+
|
|
566
|
+
/**
|
|
567
|
+
* Describes the message records.v1.GetRecordResponse.
|
|
568
|
+
* Use `create(GetRecordResponseSchema)` to create a new message.
|
|
569
|
+
*/
|
|
570
|
+
export declare const GetRecordResponseSchema: GenMessage<GetRecordResponse>;
|
|
571
|
+
|
|
572
|
+
/**
|
|
573
|
+
* @generated from message records.v1.GetRecordByKeyRequest
|
|
574
|
+
*/
|
|
575
|
+
export declare type GetRecordByKeyRequest = Message<"records.v1.GetRecordByKeyRequest"> & {
|
|
576
|
+
/**
|
|
577
|
+
* @generated from field: string model_key = 1;
|
|
578
|
+
*/
|
|
579
|
+
modelKey: string;
|
|
580
|
+
|
|
581
|
+
/**
|
|
582
|
+
* @generated from field: string natural_key = 2;
|
|
583
|
+
*/
|
|
584
|
+
naturalKey: string;
|
|
585
|
+
};
|
|
586
|
+
|
|
587
|
+
/**
|
|
588
|
+
* Describes the message records.v1.GetRecordByKeyRequest.
|
|
589
|
+
* Use `create(GetRecordByKeyRequestSchema)` to create a new message.
|
|
590
|
+
*/
|
|
591
|
+
export declare const GetRecordByKeyRequestSchema: GenMessage<GetRecordByKeyRequest>;
|
|
592
|
+
|
|
593
|
+
/**
|
|
594
|
+
* @generated from message records.v1.GetRecordByKeyResponse
|
|
595
|
+
*/
|
|
596
|
+
export declare type GetRecordByKeyResponse = Message<"records.v1.GetRecordByKeyResponse"> & {
|
|
597
|
+
/**
|
|
598
|
+
* @generated from field: records.v1.Record record = 1;
|
|
599
|
+
*/
|
|
600
|
+
record?: Record;
|
|
601
|
+
};
|
|
602
|
+
|
|
603
|
+
/**
|
|
604
|
+
* Describes the message records.v1.GetRecordByKeyResponse.
|
|
605
|
+
* Use `create(GetRecordByKeyResponseSchema)` to create a new message.
|
|
606
|
+
*/
|
|
607
|
+
export declare const GetRecordByKeyResponseSchema: GenMessage<GetRecordByKeyResponse>;
|
|
608
|
+
|
|
609
|
+
/**
|
|
610
|
+
* Lookup by natural_key first, fallback to id.
|
|
611
|
+
*
|
|
612
|
+
* @generated from message records.v1.GetRecordByKeyOrIdRequest
|
|
613
|
+
*/
|
|
614
|
+
export declare type GetRecordByKeyOrIdRequest = Message<"records.v1.GetRecordByKeyOrIdRequest"> & {
|
|
615
|
+
/**
|
|
616
|
+
* @generated from field: string model_key = 1;
|
|
617
|
+
*/
|
|
618
|
+
modelKey: string;
|
|
619
|
+
|
|
620
|
+
/**
|
|
621
|
+
* @generated from field: string identifier = 2;
|
|
622
|
+
*/
|
|
623
|
+
identifier: string;
|
|
624
|
+
};
|
|
625
|
+
|
|
626
|
+
/**
|
|
627
|
+
* Describes the message records.v1.GetRecordByKeyOrIdRequest.
|
|
628
|
+
* Use `create(GetRecordByKeyOrIdRequestSchema)` to create a new message.
|
|
629
|
+
*/
|
|
630
|
+
export declare const GetRecordByKeyOrIdRequestSchema: GenMessage<GetRecordByKeyOrIdRequest>;
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* @generated from message records.v1.GetRecordByKeyOrIdResponse
|
|
634
|
+
*/
|
|
635
|
+
export declare type GetRecordByKeyOrIdResponse = Message<"records.v1.GetRecordByKeyOrIdResponse"> & {
|
|
636
|
+
/**
|
|
637
|
+
* @generated from field: records.v1.Record record = 1;
|
|
638
|
+
*/
|
|
639
|
+
record?: Record;
|
|
640
|
+
};
|
|
641
|
+
|
|
642
|
+
/**
|
|
643
|
+
* Describes the message records.v1.GetRecordByKeyOrIdResponse.
|
|
644
|
+
* Use `create(GetRecordByKeyOrIdResponseSchema)` to create a new message.
|
|
645
|
+
*/
|
|
646
|
+
export declare const GetRecordByKeyOrIdResponseSchema: GenMessage<GetRecordByKeyOrIdResponse>;
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* @generated from message records.v1.ListRecordsRequest
|
|
650
|
+
*/
|
|
651
|
+
export declare type ListRecordsRequest = Message<"records.v1.ListRecordsRequest"> & {
|
|
652
|
+
/**
|
|
653
|
+
* @generated from field: string model_key = 1;
|
|
654
|
+
*/
|
|
655
|
+
modelKey: string;
|
|
656
|
+
|
|
657
|
+
/**
|
|
658
|
+
* @generated from field: int32 limit = 2;
|
|
659
|
+
*/
|
|
660
|
+
limit: number;
|
|
661
|
+
|
|
662
|
+
/**
|
|
663
|
+
* @generated from field: int32 offset = 3;
|
|
664
|
+
*/
|
|
665
|
+
offset: number;
|
|
666
|
+
|
|
667
|
+
/**
|
|
668
|
+
* @generated from field: repeated records.v1.RecordFilter filters = 4;
|
|
669
|
+
*/
|
|
670
|
+
filters: RecordFilter[];
|
|
671
|
+
|
|
672
|
+
/**
|
|
673
|
+
* @generated from field: repeated records.v1.SortField sort = 5;
|
|
674
|
+
*/
|
|
675
|
+
sort: SortField[];
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* @generated from field: optional string customer_id = 6;
|
|
679
|
+
*/
|
|
680
|
+
customerId?: string;
|
|
681
|
+
|
|
682
|
+
/**
|
|
683
|
+
* @generated from field: optional string search = 7;
|
|
684
|
+
*/
|
|
685
|
+
search?: string;
|
|
686
|
+
};
|
|
687
|
+
|
|
688
|
+
/**
|
|
689
|
+
* Describes the message records.v1.ListRecordsRequest.
|
|
690
|
+
* Use `create(ListRecordsRequestSchema)` to create a new message.
|
|
691
|
+
*/
|
|
692
|
+
export declare const ListRecordsRequestSchema: GenMessage<ListRecordsRequest>;
|
|
693
|
+
|
|
694
|
+
/**
|
|
695
|
+
* @generated from message records.v1.ListRecordsResponse
|
|
696
|
+
*/
|
|
697
|
+
export declare type ListRecordsResponse = Message<"records.v1.ListRecordsResponse"> & {
|
|
698
|
+
/**
|
|
699
|
+
* @generated from field: repeated records.v1.Record records = 1;
|
|
700
|
+
*/
|
|
701
|
+
records: Record[];
|
|
702
|
+
|
|
703
|
+
/**
|
|
704
|
+
* @generated from field: int32 total = 2;
|
|
705
|
+
*/
|
|
706
|
+
total: number;
|
|
707
|
+
};
|
|
708
|
+
|
|
709
|
+
/**
|
|
710
|
+
* Describes the message records.v1.ListRecordsResponse.
|
|
711
|
+
* Use `create(ListRecordsResponseSchema)` to create a new message.
|
|
712
|
+
*/
|
|
713
|
+
export declare const ListRecordsResponseSchema: GenMessage<ListRecordsResponse>;
|
|
714
|
+
|
|
715
|
+
/**
|
|
716
|
+
* @generated from message records.v1.UpdateRecordRequest
|
|
717
|
+
*/
|
|
718
|
+
export declare type UpdateRecordRequest = Message<"records.v1.UpdateRecordRequest"> & {
|
|
719
|
+
/**
|
|
720
|
+
* @generated from field: string id = 1;
|
|
721
|
+
*/
|
|
722
|
+
id: string;
|
|
723
|
+
|
|
724
|
+
/**
|
|
725
|
+
* @generated from field: google.protobuf.Struct data = 2;
|
|
726
|
+
*/
|
|
727
|
+
data?: JsonObject;
|
|
728
|
+
|
|
729
|
+
/**
|
|
730
|
+
* @generated from field: optional string natural_key = 3;
|
|
731
|
+
*/
|
|
732
|
+
naturalKey?: string;
|
|
733
|
+
};
|
|
734
|
+
|
|
735
|
+
/**
|
|
736
|
+
* Describes the message records.v1.UpdateRecordRequest.
|
|
737
|
+
* Use `create(UpdateRecordRequestSchema)` to create a new message.
|
|
738
|
+
*/
|
|
739
|
+
export declare const UpdateRecordRequestSchema: GenMessage<UpdateRecordRequest>;
|
|
740
|
+
|
|
741
|
+
/**
|
|
742
|
+
* @generated from message records.v1.UpdateRecordResponse
|
|
743
|
+
*/
|
|
744
|
+
export declare type UpdateRecordResponse = Message<"records.v1.UpdateRecordResponse"> & {
|
|
745
|
+
/**
|
|
746
|
+
* @generated from field: records.v1.Record record = 1;
|
|
747
|
+
*/
|
|
748
|
+
record?: Record;
|
|
749
|
+
};
|
|
750
|
+
|
|
751
|
+
/**
|
|
752
|
+
* Describes the message records.v1.UpdateRecordResponse.
|
|
753
|
+
* Use `create(UpdateRecordResponseSchema)` to create a new message.
|
|
754
|
+
*/
|
|
755
|
+
export declare const UpdateRecordResponseSchema: GenMessage<UpdateRecordResponse>;
|
|
756
|
+
|
|
757
|
+
/**
|
|
758
|
+
* @generated from message records.v1.DeleteRecordRequest
|
|
759
|
+
*/
|
|
760
|
+
export declare type DeleteRecordRequest = Message<"records.v1.DeleteRecordRequest"> & {
|
|
761
|
+
/**
|
|
762
|
+
* @generated from field: string id = 1;
|
|
763
|
+
*/
|
|
764
|
+
id: string;
|
|
765
|
+
};
|
|
766
|
+
|
|
767
|
+
/**
|
|
768
|
+
* Describes the message records.v1.DeleteRecordRequest.
|
|
769
|
+
* Use `create(DeleteRecordRequestSchema)` to create a new message.
|
|
770
|
+
*/
|
|
771
|
+
export declare const DeleteRecordRequestSchema: GenMessage<DeleteRecordRequest>;
|
|
772
|
+
|
|
773
|
+
/**
|
|
774
|
+
* @generated from message records.v1.DeleteRecordResponse
|
|
775
|
+
*/
|
|
776
|
+
export declare type DeleteRecordResponse = Message<"records.v1.DeleteRecordResponse"> & {
|
|
777
|
+
/**
|
|
778
|
+
* @generated from field: bool success = 1;
|
|
779
|
+
*/
|
|
780
|
+
success: boolean;
|
|
781
|
+
};
|
|
782
|
+
|
|
783
|
+
/**
|
|
784
|
+
* Describes the message records.v1.DeleteRecordResponse.
|
|
785
|
+
* Use `create(DeleteRecordResponseSchema)` to create a new message.
|
|
786
|
+
*/
|
|
787
|
+
export declare const DeleteRecordResponseSchema: GenMessage<DeleteRecordResponse>;
|
|
788
|
+
|
|
789
|
+
/**
|
|
790
|
+
* @generated from message records.v1.BatchRecordOperationsRequest
|
|
791
|
+
*/
|
|
792
|
+
export declare type BatchRecordOperationsRequest = Message<"records.v1.BatchRecordOperationsRequest"> & {
|
|
793
|
+
/**
|
|
794
|
+
* @generated from field: repeated records.v1.BatchOperation operations = 1;
|
|
795
|
+
*/
|
|
796
|
+
operations: BatchOperation[];
|
|
797
|
+
};
|
|
798
|
+
|
|
799
|
+
/**
|
|
800
|
+
* Describes the message records.v1.BatchRecordOperationsRequest.
|
|
801
|
+
* Use `create(BatchRecordOperationsRequestSchema)` to create a new message.
|
|
802
|
+
*/
|
|
803
|
+
export declare const BatchRecordOperationsRequestSchema: GenMessage<BatchRecordOperationsRequest>;
|
|
804
|
+
|
|
805
|
+
/**
|
|
806
|
+
* @generated from message records.v1.BatchRecordOperationsResponse
|
|
807
|
+
*/
|
|
808
|
+
export declare type BatchRecordOperationsResponse = Message<"records.v1.BatchRecordOperationsResponse"> & {
|
|
809
|
+
/**
|
|
810
|
+
* @generated from field: repeated records.v1.BatchOperationResult results = 1;
|
|
811
|
+
*/
|
|
812
|
+
results: BatchOperationResult[];
|
|
813
|
+
};
|
|
814
|
+
|
|
815
|
+
/**
|
|
816
|
+
* Describes the message records.v1.BatchRecordOperationsResponse.
|
|
817
|
+
* Use `create(BatchRecordOperationsResponseSchema)` to create a new message.
|
|
818
|
+
*/
|
|
819
|
+
export declare const BatchRecordOperationsResponseSchema: GenMessage<BatchRecordOperationsResponse>;
|
|
820
|
+
|
|
821
|
+
/**
|
|
822
|
+
* @generated from message records.v1.BulkUpdateRecordsRequest
|
|
823
|
+
*/
|
|
824
|
+
export declare type BulkUpdateRecordsRequest = Message<"records.v1.BulkUpdateRecordsRequest"> & {
|
|
825
|
+
/**
|
|
826
|
+
* @generated from field: string model_key = 1;
|
|
827
|
+
*/
|
|
828
|
+
modelKey: string;
|
|
829
|
+
|
|
830
|
+
/**
|
|
831
|
+
* @generated from field: repeated records.v1.RecordFilter filter = 2;
|
|
832
|
+
*/
|
|
833
|
+
filter: RecordFilter[];
|
|
834
|
+
|
|
835
|
+
/**
|
|
836
|
+
* @generated from field: google.protobuf.Struct data = 3;
|
|
837
|
+
*/
|
|
838
|
+
data?: JsonObject;
|
|
839
|
+
};
|
|
840
|
+
|
|
841
|
+
/**
|
|
842
|
+
* Describes the message records.v1.BulkUpdateRecordsRequest.
|
|
843
|
+
* Use `create(BulkUpdateRecordsRequestSchema)` to create a new message.
|
|
844
|
+
*/
|
|
845
|
+
export declare const BulkUpdateRecordsRequestSchema: GenMessage<BulkUpdateRecordsRequest>;
|
|
846
|
+
|
|
847
|
+
/**
|
|
848
|
+
* @generated from message records.v1.BulkUpdateRecordsResponse
|
|
849
|
+
*/
|
|
850
|
+
export declare type BulkUpdateRecordsResponse = Message<"records.v1.BulkUpdateRecordsResponse"> & {
|
|
851
|
+
/**
|
|
852
|
+
* @generated from field: int32 count = 1;
|
|
853
|
+
*/
|
|
854
|
+
count: number;
|
|
855
|
+
};
|
|
856
|
+
|
|
857
|
+
/**
|
|
858
|
+
* Describes the message records.v1.BulkUpdateRecordsResponse.
|
|
859
|
+
* Use `create(BulkUpdateRecordsResponseSchema)` to create a new message.
|
|
860
|
+
*/
|
|
861
|
+
export declare const BulkUpdateRecordsResponseSchema: GenMessage<BulkUpdateRecordsResponse>;
|
|
862
|
+
|
|
863
|
+
/**
|
|
864
|
+
* @generated from message records.v1.DuplicateRecordRequest
|
|
865
|
+
*/
|
|
866
|
+
export declare type DuplicateRecordRequest = Message<"records.v1.DuplicateRecordRequest"> & {
|
|
867
|
+
/**
|
|
868
|
+
* @generated from field: string id = 1;
|
|
869
|
+
*/
|
|
870
|
+
id: string;
|
|
871
|
+
|
|
872
|
+
/**
|
|
873
|
+
* @generated from field: optional string new_natural_key = 2;
|
|
874
|
+
*/
|
|
875
|
+
newNaturalKey?: string;
|
|
876
|
+
};
|
|
877
|
+
|
|
878
|
+
/**
|
|
879
|
+
* Describes the message records.v1.DuplicateRecordRequest.
|
|
880
|
+
* Use `create(DuplicateRecordRequestSchema)` to create a new message.
|
|
881
|
+
*/
|
|
882
|
+
export declare const DuplicateRecordRequestSchema: GenMessage<DuplicateRecordRequest>;
|
|
883
|
+
|
|
884
|
+
/**
|
|
885
|
+
* @generated from message records.v1.DuplicateRecordResponse
|
|
886
|
+
*/
|
|
887
|
+
export declare type DuplicateRecordResponse = Message<"records.v1.DuplicateRecordResponse"> & {
|
|
888
|
+
/**
|
|
889
|
+
* @generated from field: records.v1.Record record = 1;
|
|
890
|
+
*/
|
|
891
|
+
record?: Record;
|
|
892
|
+
};
|
|
893
|
+
|
|
894
|
+
/**
|
|
895
|
+
* Describes the message records.v1.DuplicateRecordResponse.
|
|
896
|
+
* Use `create(DuplicateRecordResponseSchema)` to create a new message.
|
|
897
|
+
*/
|
|
898
|
+
export declare const DuplicateRecordResponseSchema: GenMessage<DuplicateRecordResponse>;
|
|
899
|
+
|
|
900
|
+
/**
|
|
901
|
+
* @generated from message records.v1.DuplicateRecordsBulkRequest
|
|
902
|
+
*/
|
|
903
|
+
export declare type DuplicateRecordsBulkRequest = Message<"records.v1.DuplicateRecordsBulkRequest"> & {
|
|
904
|
+
/**
|
|
905
|
+
* @generated from field: repeated string ids = 1;
|
|
906
|
+
*/
|
|
907
|
+
ids: string[];
|
|
908
|
+
|
|
909
|
+
/**
|
|
910
|
+
* @generated from field: optional string model_key = 2;
|
|
911
|
+
*/
|
|
912
|
+
modelKey?: string;
|
|
913
|
+
};
|
|
914
|
+
|
|
915
|
+
/**
|
|
916
|
+
* Describes the message records.v1.DuplicateRecordsBulkRequest.
|
|
917
|
+
* Use `create(DuplicateRecordsBulkRequestSchema)` to create a new message.
|
|
918
|
+
*/
|
|
919
|
+
export declare const DuplicateRecordsBulkRequestSchema: GenMessage<DuplicateRecordsBulkRequest>;
|
|
920
|
+
|
|
921
|
+
/**
|
|
922
|
+
* @generated from message records.v1.DuplicateRecordsBulkResponse
|
|
923
|
+
*/
|
|
924
|
+
export declare type DuplicateRecordsBulkResponse = Message<"records.v1.DuplicateRecordsBulkResponse"> & {
|
|
925
|
+
/**
|
|
926
|
+
* @generated from field: repeated records.v1.Record records = 1;
|
|
927
|
+
*/
|
|
928
|
+
records: Record[];
|
|
929
|
+
};
|
|
930
|
+
|
|
931
|
+
/**
|
|
932
|
+
* Describes the message records.v1.DuplicateRecordsBulkResponse.
|
|
933
|
+
* Use `create(DuplicateRecordsBulkResponseSchema)` to create a new message.
|
|
934
|
+
*/
|
|
935
|
+
export declare const DuplicateRecordsBulkResponseSchema: GenMessage<DuplicateRecordsBulkResponse>;
|
|
936
|
+
|
|
937
|
+
/**
|
|
938
|
+
* @generated from message records.v1.CreateVersionRequest
|
|
939
|
+
*/
|
|
940
|
+
export declare type CreateVersionRequest = Message<"records.v1.CreateVersionRequest"> & {
|
|
941
|
+
/**
|
|
942
|
+
* @generated from field: string parent_id = 1;
|
|
943
|
+
*/
|
|
944
|
+
parentId: string;
|
|
945
|
+
|
|
946
|
+
/**
|
|
947
|
+
* @generated from field: google.protobuf.Struct data = 2;
|
|
948
|
+
*/
|
|
949
|
+
data?: JsonObject;
|
|
950
|
+
|
|
951
|
+
/**
|
|
952
|
+
* @generated from field: optional string change_description = 3;
|
|
953
|
+
*/
|
|
954
|
+
changeDescription?: string;
|
|
955
|
+
};
|
|
956
|
+
|
|
957
|
+
/**
|
|
958
|
+
* Describes the message records.v1.CreateVersionRequest.
|
|
959
|
+
* Use `create(CreateVersionRequestSchema)` to create a new message.
|
|
960
|
+
*/
|
|
961
|
+
export declare const CreateVersionRequestSchema: GenMessage<CreateVersionRequest>;
|
|
962
|
+
|
|
963
|
+
/**
|
|
964
|
+
* @generated from message records.v1.CreateVersionResponse
|
|
965
|
+
*/
|
|
966
|
+
export declare type CreateVersionResponse = Message<"records.v1.CreateVersionResponse"> & {
|
|
967
|
+
/**
|
|
968
|
+
* @generated from field: records.v1.Record version = 1;
|
|
969
|
+
*/
|
|
970
|
+
version?: Record;
|
|
971
|
+
};
|
|
972
|
+
|
|
973
|
+
/**
|
|
974
|
+
* Describes the message records.v1.CreateVersionResponse.
|
|
975
|
+
* Use `create(CreateVersionResponseSchema)` to create a new message.
|
|
976
|
+
*/
|
|
977
|
+
export declare const CreateVersionResponseSchema: GenMessage<CreateVersionResponse>;
|
|
978
|
+
|
|
979
|
+
/**
|
|
980
|
+
* @generated from message records.v1.PublishVersionRequest
|
|
981
|
+
*/
|
|
982
|
+
export declare type PublishVersionRequest = Message<"records.v1.PublishVersionRequest"> & {
|
|
983
|
+
/**
|
|
984
|
+
* @generated from field: string version_id = 1;
|
|
985
|
+
*/
|
|
986
|
+
versionId: string;
|
|
987
|
+
};
|
|
988
|
+
|
|
989
|
+
/**
|
|
990
|
+
* Describes the message records.v1.PublishVersionRequest.
|
|
991
|
+
* Use `create(PublishVersionRequestSchema)` to create a new message.
|
|
992
|
+
*/
|
|
993
|
+
export declare const PublishVersionRequestSchema: GenMessage<PublishVersionRequest>;
|
|
994
|
+
|
|
995
|
+
/**
|
|
996
|
+
* @generated from message records.v1.PublishVersionResponse
|
|
997
|
+
*/
|
|
998
|
+
export declare type PublishVersionResponse = Message<"records.v1.PublishVersionResponse"> & {
|
|
999
|
+
/**
|
|
1000
|
+
* @generated from field: records.v1.Record record = 1;
|
|
1001
|
+
*/
|
|
1002
|
+
record?: Record;
|
|
1003
|
+
};
|
|
1004
|
+
|
|
1005
|
+
/**
|
|
1006
|
+
* Describes the message records.v1.PublishVersionResponse.
|
|
1007
|
+
* Use `create(PublishVersionResponseSchema)` to create a new message.
|
|
1008
|
+
*/
|
|
1009
|
+
export declare const PublishVersionResponseSchema: GenMessage<PublishVersionResponse>;
|
|
1010
|
+
|
|
1011
|
+
/**
|
|
1012
|
+
* @generated from message records.v1.UnpublishRecordRequest
|
|
1013
|
+
*/
|
|
1014
|
+
export declare type UnpublishRecordRequest = Message<"records.v1.UnpublishRecordRequest"> & {
|
|
1015
|
+
/**
|
|
1016
|
+
* @generated from field: string record_id = 1;
|
|
1017
|
+
*/
|
|
1018
|
+
recordId: string;
|
|
1019
|
+
};
|
|
1020
|
+
|
|
1021
|
+
/**
|
|
1022
|
+
* Describes the message records.v1.UnpublishRecordRequest.
|
|
1023
|
+
* Use `create(UnpublishRecordRequestSchema)` to create a new message.
|
|
1024
|
+
*/
|
|
1025
|
+
export declare const UnpublishRecordRequestSchema: GenMessage<UnpublishRecordRequest>;
|
|
1026
|
+
|
|
1027
|
+
/**
|
|
1028
|
+
* @generated from message records.v1.UnpublishRecordResponse
|
|
1029
|
+
*/
|
|
1030
|
+
export declare type UnpublishRecordResponse = Message<"records.v1.UnpublishRecordResponse"> & {
|
|
1031
|
+
/**
|
|
1032
|
+
* @generated from field: bool success = 1;
|
|
1033
|
+
*/
|
|
1034
|
+
success: boolean;
|
|
1035
|
+
};
|
|
1036
|
+
|
|
1037
|
+
/**
|
|
1038
|
+
* Describes the message records.v1.UnpublishRecordResponse.
|
|
1039
|
+
* Use `create(UnpublishRecordResponseSchema)` to create a new message.
|
|
1040
|
+
*/
|
|
1041
|
+
export declare const UnpublishRecordResponseSchema: GenMessage<UnpublishRecordResponse>;
|
|
1042
|
+
|
|
1043
|
+
/**
|
|
1044
|
+
* @generated from message records.v1.RevertToVersionRequest
|
|
1045
|
+
*/
|
|
1046
|
+
export declare type RevertToVersionRequest = Message<"records.v1.RevertToVersionRequest"> & {
|
|
1047
|
+
/**
|
|
1048
|
+
* @generated from field: string version_id = 1;
|
|
1049
|
+
*/
|
|
1050
|
+
versionId: string;
|
|
1051
|
+
};
|
|
1052
|
+
|
|
1053
|
+
/**
|
|
1054
|
+
* Describes the message records.v1.RevertToVersionRequest.
|
|
1055
|
+
* Use `create(RevertToVersionRequestSchema)` to create a new message.
|
|
1056
|
+
*/
|
|
1057
|
+
export declare const RevertToVersionRequestSchema: GenMessage<RevertToVersionRequest>;
|
|
1058
|
+
|
|
1059
|
+
/**
|
|
1060
|
+
* @generated from message records.v1.RevertToVersionResponse
|
|
1061
|
+
*/
|
|
1062
|
+
export declare type RevertToVersionResponse = Message<"records.v1.RevertToVersionResponse"> & {
|
|
1063
|
+
/**
|
|
1064
|
+
* @generated from field: records.v1.Record record = 1;
|
|
1065
|
+
*/
|
|
1066
|
+
record?: Record;
|
|
1067
|
+
};
|
|
1068
|
+
|
|
1069
|
+
/**
|
|
1070
|
+
* Describes the message records.v1.RevertToVersionResponse.
|
|
1071
|
+
* Use `create(RevertToVersionResponseSchema)` to create a new message.
|
|
1072
|
+
*/
|
|
1073
|
+
export declare const RevertToVersionResponseSchema: GenMessage<RevertToVersionResponse>;
|
|
1074
|
+
|
|
1075
|
+
/**
|
|
1076
|
+
* @generated from message records.v1.ListRecordVersionsRequest
|
|
1077
|
+
*/
|
|
1078
|
+
export declare type ListRecordVersionsRequest = Message<"records.v1.ListRecordVersionsRequest"> & {
|
|
1079
|
+
/**
|
|
1080
|
+
* @generated from field: string parent_id = 1;
|
|
1081
|
+
*/
|
|
1082
|
+
parentId: string;
|
|
1083
|
+
|
|
1084
|
+
/**
|
|
1085
|
+
* @generated from field: int32 limit = 2;
|
|
1086
|
+
*/
|
|
1087
|
+
limit: number;
|
|
1088
|
+
|
|
1089
|
+
/**
|
|
1090
|
+
* @generated from field: int32 offset = 3;
|
|
1091
|
+
*/
|
|
1092
|
+
offset: number;
|
|
1093
|
+
};
|
|
1094
|
+
|
|
1095
|
+
/**
|
|
1096
|
+
* Describes the message records.v1.ListRecordVersionsRequest.
|
|
1097
|
+
* Use `create(ListRecordVersionsRequestSchema)` to create a new message.
|
|
1098
|
+
*/
|
|
1099
|
+
export declare const ListRecordVersionsRequestSchema: GenMessage<ListRecordVersionsRequest>;
|
|
1100
|
+
|
|
1101
|
+
/**
|
|
1102
|
+
* @generated from message records.v1.ListRecordVersionsResponse
|
|
1103
|
+
*/
|
|
1104
|
+
export declare type ListRecordVersionsResponse = Message<"records.v1.ListRecordVersionsResponse"> & {
|
|
1105
|
+
/**
|
|
1106
|
+
* @generated from field: repeated records.v1.Record versions = 1;
|
|
1107
|
+
*/
|
|
1108
|
+
versions: Record[];
|
|
1109
|
+
|
|
1110
|
+
/**
|
|
1111
|
+
* @generated from field: int32 total = 2;
|
|
1112
|
+
*/
|
|
1113
|
+
total: number;
|
|
1114
|
+
};
|
|
1115
|
+
|
|
1116
|
+
/**
|
|
1117
|
+
* Describes the message records.v1.ListRecordVersionsResponse.
|
|
1118
|
+
* Use `create(ListRecordVersionsResponseSchema)` to create a new message.
|
|
1119
|
+
*/
|
|
1120
|
+
export declare const ListRecordVersionsResponseSchema: GenMessage<ListRecordVersionsResponse>;
|
|
1121
|
+
|
|
1122
|
+
/**
|
|
1123
|
+
* @generated from message records.v1.CreateVariantRequest
|
|
1124
|
+
*/
|
|
1125
|
+
export declare type CreateVariantRequest = Message<"records.v1.CreateVariantRequest"> & {
|
|
1126
|
+
/**
|
|
1127
|
+
* @generated from field: string record_id = 1;
|
|
1128
|
+
*/
|
|
1129
|
+
recordId: string;
|
|
1130
|
+
|
|
1131
|
+
/**
|
|
1132
|
+
* @generated from field: string variant_key = 2;
|
|
1133
|
+
*/
|
|
1134
|
+
variantKey: string;
|
|
1135
|
+
|
|
1136
|
+
/**
|
|
1137
|
+
* @generated from field: google.protobuf.Struct data = 3;
|
|
1138
|
+
*/
|
|
1139
|
+
data?: JsonObject;
|
|
1140
|
+
};
|
|
1141
|
+
|
|
1142
|
+
/**
|
|
1143
|
+
* Describes the message records.v1.CreateVariantRequest.
|
|
1144
|
+
* Use `create(CreateVariantRequestSchema)` to create a new message.
|
|
1145
|
+
*/
|
|
1146
|
+
export declare const CreateVariantRequestSchema: GenMessage<CreateVariantRequest>;
|
|
1147
|
+
|
|
1148
|
+
/**
|
|
1149
|
+
* @generated from message records.v1.CreateVariantResponse
|
|
1150
|
+
*/
|
|
1151
|
+
export declare type CreateVariantResponse = Message<"records.v1.CreateVariantResponse"> & {
|
|
1152
|
+
/**
|
|
1153
|
+
* @generated from field: records.v1.Record variant = 1;
|
|
1154
|
+
*/
|
|
1155
|
+
variant?: Record;
|
|
1156
|
+
};
|
|
1157
|
+
|
|
1158
|
+
/**
|
|
1159
|
+
* Describes the message records.v1.CreateVariantResponse.
|
|
1160
|
+
* Use `create(CreateVariantResponseSchema)` to create a new message.
|
|
1161
|
+
*/
|
|
1162
|
+
export declare const CreateVariantResponseSchema: GenMessage<CreateVariantResponse>;
|
|
1163
|
+
|
|
1164
|
+
/**
|
|
1165
|
+
* @generated from message records.v1.UpdateVariantRequest
|
|
1166
|
+
*/
|
|
1167
|
+
export declare type UpdateVariantRequest = Message<"records.v1.UpdateVariantRequest"> & {
|
|
1168
|
+
/**
|
|
1169
|
+
* @generated from field: string variant_id = 1;
|
|
1170
|
+
*/
|
|
1171
|
+
variantId: string;
|
|
1172
|
+
|
|
1173
|
+
/**
|
|
1174
|
+
* @generated from field: google.protobuf.Struct data = 2;
|
|
1175
|
+
*/
|
|
1176
|
+
data?: JsonObject;
|
|
1177
|
+
};
|
|
1178
|
+
|
|
1179
|
+
/**
|
|
1180
|
+
* Describes the message records.v1.UpdateVariantRequest.
|
|
1181
|
+
* Use `create(UpdateVariantRequestSchema)` to create a new message.
|
|
1182
|
+
*/
|
|
1183
|
+
export declare const UpdateVariantRequestSchema: GenMessage<UpdateVariantRequest>;
|
|
1184
|
+
|
|
1185
|
+
/**
|
|
1186
|
+
* @generated from message records.v1.UpdateVariantResponse
|
|
1187
|
+
*/
|
|
1188
|
+
export declare type UpdateVariantResponse = Message<"records.v1.UpdateVariantResponse"> & {
|
|
1189
|
+
/**
|
|
1190
|
+
* @generated from field: records.v1.Record variant = 1;
|
|
1191
|
+
*/
|
|
1192
|
+
variant?: Record;
|
|
1193
|
+
};
|
|
1194
|
+
|
|
1195
|
+
/**
|
|
1196
|
+
* Describes the message records.v1.UpdateVariantResponse.
|
|
1197
|
+
* Use `create(UpdateVariantResponseSchema)` to create a new message.
|
|
1198
|
+
*/
|
|
1199
|
+
export declare const UpdateVariantResponseSchema: GenMessage<UpdateVariantResponse>;
|
|
1200
|
+
|
|
1201
|
+
/**
|
|
1202
|
+
* @generated from message records.v1.DeleteVariantRequest
|
|
1203
|
+
*/
|
|
1204
|
+
export declare type DeleteVariantRequest = Message<"records.v1.DeleteVariantRequest"> & {
|
|
1205
|
+
/**
|
|
1206
|
+
* @generated from field: string variant_id = 1;
|
|
1207
|
+
*/
|
|
1208
|
+
variantId: string;
|
|
1209
|
+
};
|
|
1210
|
+
|
|
1211
|
+
/**
|
|
1212
|
+
* Describes the message records.v1.DeleteVariantRequest.
|
|
1213
|
+
* Use `create(DeleteVariantRequestSchema)` to create a new message.
|
|
1214
|
+
*/
|
|
1215
|
+
export declare const DeleteVariantRequestSchema: GenMessage<DeleteVariantRequest>;
|
|
1216
|
+
|
|
1217
|
+
/**
|
|
1218
|
+
* @generated from message records.v1.DeleteVariantResponse
|
|
1219
|
+
*/
|
|
1220
|
+
export declare type DeleteVariantResponse = Message<"records.v1.DeleteVariantResponse"> & {
|
|
1221
|
+
/**
|
|
1222
|
+
* @generated from field: bool success = 1;
|
|
1223
|
+
*/
|
|
1224
|
+
success: boolean;
|
|
1225
|
+
};
|
|
1226
|
+
|
|
1227
|
+
/**
|
|
1228
|
+
* Describes the message records.v1.DeleteVariantResponse.
|
|
1229
|
+
* Use `create(DeleteVariantResponseSchema)` to create a new message.
|
|
1230
|
+
*/
|
|
1231
|
+
export declare const DeleteVariantResponseSchema: GenMessage<DeleteVariantResponse>;
|
|
1232
|
+
|
|
1233
|
+
/**
|
|
1234
|
+
* @generated from message records.v1.SetDefaultVariantRequest
|
|
1235
|
+
*/
|
|
1236
|
+
export declare type SetDefaultVariantRequest = Message<"records.v1.SetDefaultVariantRequest"> & {
|
|
1237
|
+
/**
|
|
1238
|
+
* @generated from field: string record_id = 1;
|
|
1239
|
+
*/
|
|
1240
|
+
recordId: string;
|
|
1241
|
+
|
|
1242
|
+
/**
|
|
1243
|
+
* @generated from field: string variant_id = 2;
|
|
1244
|
+
*/
|
|
1245
|
+
variantId: string;
|
|
1246
|
+
};
|
|
1247
|
+
|
|
1248
|
+
/**
|
|
1249
|
+
* Describes the message records.v1.SetDefaultVariantRequest.
|
|
1250
|
+
* Use `create(SetDefaultVariantRequestSchema)` to create a new message.
|
|
1251
|
+
*/
|
|
1252
|
+
export declare const SetDefaultVariantRequestSchema: GenMessage<SetDefaultVariantRequest>;
|
|
1253
|
+
|
|
1254
|
+
/**
|
|
1255
|
+
* @generated from message records.v1.SetDefaultVariantResponse
|
|
1256
|
+
*/
|
|
1257
|
+
export declare type SetDefaultVariantResponse = Message<"records.v1.SetDefaultVariantResponse"> & {
|
|
1258
|
+
/**
|
|
1259
|
+
* @generated from field: records.v1.Record record = 1;
|
|
1260
|
+
*/
|
|
1261
|
+
record?: Record;
|
|
1262
|
+
};
|
|
1263
|
+
|
|
1264
|
+
/**
|
|
1265
|
+
* Describes the message records.v1.SetDefaultVariantResponse.
|
|
1266
|
+
* Use `create(SetDefaultVariantResponseSchema)` to create a new message.
|
|
1267
|
+
*/
|
|
1268
|
+
export declare const SetDefaultVariantResponseSchema: GenMessage<SetDefaultVariantResponse>;
|
|
1269
|
+
|
|
1270
|
+
/**
|
|
1271
|
+
* @generated from message records.v1.ListRecordVariantsRequest
|
|
1272
|
+
*/
|
|
1273
|
+
export declare type ListRecordVariantsRequest = Message<"records.v1.ListRecordVariantsRequest"> & {
|
|
1274
|
+
/**
|
|
1275
|
+
* @generated from field: string record_id = 1;
|
|
1276
|
+
*/
|
|
1277
|
+
recordId: string;
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* @generated from field: int32 limit = 2;
|
|
1281
|
+
*/
|
|
1282
|
+
limit: number;
|
|
1283
|
+
|
|
1284
|
+
/**
|
|
1285
|
+
* @generated from field: int32 offset = 3;
|
|
1286
|
+
*/
|
|
1287
|
+
offset: number;
|
|
1288
|
+
};
|
|
1289
|
+
|
|
1290
|
+
/**
|
|
1291
|
+
* Describes the message records.v1.ListRecordVariantsRequest.
|
|
1292
|
+
* Use `create(ListRecordVariantsRequestSchema)` to create a new message.
|
|
1293
|
+
*/
|
|
1294
|
+
export declare const ListRecordVariantsRequestSchema: GenMessage<ListRecordVariantsRequest>;
|
|
1295
|
+
|
|
1296
|
+
/**
|
|
1297
|
+
* @generated from message records.v1.ListRecordVariantsResponse
|
|
1298
|
+
*/
|
|
1299
|
+
export declare type ListRecordVariantsResponse = Message<"records.v1.ListRecordVariantsResponse"> & {
|
|
1300
|
+
/**
|
|
1301
|
+
* @generated from field: repeated records.v1.Record variants = 1;
|
|
1302
|
+
*/
|
|
1303
|
+
variants: Record[];
|
|
1304
|
+
|
|
1305
|
+
/**
|
|
1306
|
+
* @generated from field: int32 total = 2;
|
|
1307
|
+
*/
|
|
1308
|
+
total: number;
|
|
1309
|
+
};
|
|
1310
|
+
|
|
1311
|
+
/**
|
|
1312
|
+
* Describes the message records.v1.ListRecordVariantsResponse.
|
|
1313
|
+
* Use `create(ListRecordVariantsResponseSchema)` to create a new message.
|
|
1314
|
+
*/
|
|
1315
|
+
export declare const ListRecordVariantsResponseSchema: GenMessage<ListRecordVariantsResponse>;
|
|
1316
|
+
|
|
1317
|
+
/**
|
|
1318
|
+
* @generated from message records.v1.SaveContentRequest
|
|
1319
|
+
*/
|
|
1320
|
+
export declare type SaveContentRequest = Message<"records.v1.SaveContentRequest"> & {
|
|
1321
|
+
/**
|
|
1322
|
+
* @generated from field: string record_id = 1;
|
|
1323
|
+
*/
|
|
1324
|
+
recordId: string;
|
|
1325
|
+
|
|
1326
|
+
/**
|
|
1327
|
+
* @generated from field: google.protobuf.Struct data = 2;
|
|
1328
|
+
*/
|
|
1329
|
+
data?: JsonObject;
|
|
1330
|
+
|
|
1331
|
+
/**
|
|
1332
|
+
* @generated from field: optional string variant_key = 3;
|
|
1333
|
+
*/
|
|
1334
|
+
variantKey?: string;
|
|
1335
|
+
|
|
1336
|
+
/**
|
|
1337
|
+
* @generated from field: optional string change_description = 4;
|
|
1338
|
+
*/
|
|
1339
|
+
changeDescription?: string;
|
|
1340
|
+
};
|
|
1341
|
+
|
|
1342
|
+
/**
|
|
1343
|
+
* Describes the message records.v1.SaveContentRequest.
|
|
1344
|
+
* Use `create(SaveContentRequestSchema)` to create a new message.
|
|
1345
|
+
*/
|
|
1346
|
+
export declare const SaveContentRequestSchema: GenMessage<SaveContentRequest>;
|
|
1347
|
+
|
|
1348
|
+
/**
|
|
1349
|
+
* @generated from message records.v1.SaveContentResponse
|
|
1350
|
+
*/
|
|
1351
|
+
export declare type SaveContentResponse = Message<"records.v1.SaveContentResponse"> & {
|
|
1352
|
+
/**
|
|
1353
|
+
* @generated from field: records.v1.Record record = 1;
|
|
1354
|
+
*/
|
|
1355
|
+
record?: Record;
|
|
1356
|
+
|
|
1357
|
+
/**
|
|
1358
|
+
* @generated from field: records.v1.Record version = 2;
|
|
1359
|
+
*/
|
|
1360
|
+
version?: Record;
|
|
1361
|
+
};
|
|
1362
|
+
|
|
1363
|
+
/**
|
|
1364
|
+
* Describes the message records.v1.SaveContentResponse.
|
|
1365
|
+
* Use `create(SaveContentResponseSchema)` to create a new message.
|
|
1366
|
+
*/
|
|
1367
|
+
export declare const SaveContentResponseSchema: GenMessage<SaveContentResponse>;
|
|
1368
|
+
|
|
1369
|
+
/**
|
|
1370
|
+
* @generated from message records.v1.ScheduleRecordPublishRequest
|
|
1371
|
+
*/
|
|
1372
|
+
export declare type ScheduleRecordPublishRequest = Message<"records.v1.ScheduleRecordPublishRequest"> & {
|
|
1373
|
+
/**
|
|
1374
|
+
* @generated from field: string version_id = 1;
|
|
1375
|
+
*/
|
|
1376
|
+
versionId: string;
|
|
1377
|
+
|
|
1378
|
+
/**
|
|
1379
|
+
* @generated from field: google.protobuf.Timestamp publish_at = 2;
|
|
1380
|
+
*/
|
|
1381
|
+
publishAt?: Timestamp;
|
|
1382
|
+
|
|
1383
|
+
/**
|
|
1384
|
+
* @generated from field: optional google.protobuf.Timestamp unpublish_at = 3;
|
|
1385
|
+
*/
|
|
1386
|
+
unpublishAt?: Timestamp;
|
|
1387
|
+
};
|
|
1388
|
+
|
|
1389
|
+
/**
|
|
1390
|
+
* Describes the message records.v1.ScheduleRecordPublishRequest.
|
|
1391
|
+
* Use `create(ScheduleRecordPublishRequestSchema)` to create a new message.
|
|
1392
|
+
*/
|
|
1393
|
+
export declare const ScheduleRecordPublishRequestSchema: GenMessage<ScheduleRecordPublishRequest>;
|
|
1394
|
+
|
|
1395
|
+
/**
|
|
1396
|
+
* @generated from message records.v1.ScheduleRecordPublishResponse
|
|
1397
|
+
*/
|
|
1398
|
+
export declare type ScheduleRecordPublishResponse = Message<"records.v1.ScheduleRecordPublishResponse"> & {
|
|
1399
|
+
/**
|
|
1400
|
+
* @generated from field: records.v1.Record version = 1;
|
|
1401
|
+
*/
|
|
1402
|
+
version?: Record;
|
|
1403
|
+
};
|
|
1404
|
+
|
|
1405
|
+
/**
|
|
1406
|
+
* Describes the message records.v1.ScheduleRecordPublishResponse.
|
|
1407
|
+
* Use `create(ScheduleRecordPublishResponseSchema)` to create a new message.
|
|
1408
|
+
*/
|
|
1409
|
+
export declare const ScheduleRecordPublishResponseSchema: GenMessage<ScheduleRecordPublishResponse>;
|
|
1410
|
+
|
|
1411
|
+
/**
|
|
1412
|
+
* @generated from message records.v1.CancelScheduledRecordPublishRequest
|
|
1413
|
+
*/
|
|
1414
|
+
export declare type CancelScheduledRecordPublishRequest = Message<"records.v1.CancelScheduledRecordPublishRequest"> & {
|
|
1415
|
+
/**
|
|
1416
|
+
* @generated from field: string version_id = 1;
|
|
1417
|
+
*/
|
|
1418
|
+
versionId: string;
|
|
1419
|
+
};
|
|
1420
|
+
|
|
1421
|
+
/**
|
|
1422
|
+
* Describes the message records.v1.CancelScheduledRecordPublishRequest.
|
|
1423
|
+
* Use `create(CancelScheduledRecordPublishRequestSchema)` to create a new message.
|
|
1424
|
+
*/
|
|
1425
|
+
export declare const CancelScheduledRecordPublishRequestSchema: GenMessage<CancelScheduledRecordPublishRequest>;
|
|
1426
|
+
|
|
1427
|
+
/**
|
|
1428
|
+
* @generated from message records.v1.CancelScheduledRecordPublishResponse
|
|
1429
|
+
*/
|
|
1430
|
+
export declare type CancelScheduledRecordPublishResponse = Message<"records.v1.CancelScheduledRecordPublishResponse"> & {
|
|
1431
|
+
/**
|
|
1432
|
+
* @generated from field: records.v1.Record version = 1;
|
|
1433
|
+
*/
|
|
1434
|
+
version?: Record;
|
|
1435
|
+
};
|
|
1436
|
+
|
|
1437
|
+
/**
|
|
1438
|
+
* Describes the message records.v1.CancelScheduledRecordPublishResponse.
|
|
1439
|
+
* Use `create(CancelScheduledRecordPublishResponseSchema)` to create a new message.
|
|
1440
|
+
*/
|
|
1441
|
+
export declare const CancelScheduledRecordPublishResponseSchema: GenMessage<CancelScheduledRecordPublishResponse>;
|
|
1442
|
+
|
|
1443
|
+
/**
|
|
1444
|
+
* @generated from message records.v1.ListScheduledPublishesRequest
|
|
1445
|
+
*/
|
|
1446
|
+
export declare type ListScheduledPublishesRequest = Message<"records.v1.ListScheduledPublishesRequest"> & {
|
|
1447
|
+
/**
|
|
1448
|
+
* @generated from field: optional google.protobuf.Timestamp from = 1;
|
|
1449
|
+
*/
|
|
1450
|
+
from?: Timestamp;
|
|
1451
|
+
|
|
1452
|
+
/**
|
|
1453
|
+
* @generated from field: optional google.protobuf.Timestamp to = 2;
|
|
1454
|
+
*/
|
|
1455
|
+
to?: Timestamp;
|
|
1456
|
+
|
|
1457
|
+
/**
|
|
1458
|
+
* @generated from field: optional string model_key = 3;
|
|
1459
|
+
*/
|
|
1460
|
+
modelKey?: string;
|
|
1461
|
+
|
|
1462
|
+
/**
|
|
1463
|
+
* @generated from field: int32 limit = 4;
|
|
1464
|
+
*/
|
|
1465
|
+
limit: number;
|
|
1466
|
+
|
|
1467
|
+
/**
|
|
1468
|
+
* @generated from field: int32 offset = 5;
|
|
1469
|
+
*/
|
|
1470
|
+
offset: number;
|
|
1471
|
+
};
|
|
1472
|
+
|
|
1473
|
+
/**
|
|
1474
|
+
* Describes the message records.v1.ListScheduledPublishesRequest.
|
|
1475
|
+
* Use `create(ListScheduledPublishesRequestSchema)` to create a new message.
|
|
1476
|
+
*/
|
|
1477
|
+
export declare const ListScheduledPublishesRequestSchema: GenMessage<ListScheduledPublishesRequest>;
|
|
1478
|
+
|
|
1479
|
+
/**
|
|
1480
|
+
* @generated from message records.v1.ListScheduledPublishesResponse
|
|
1481
|
+
*/
|
|
1482
|
+
export declare type ListScheduledPublishesResponse = Message<"records.v1.ListScheduledPublishesResponse"> & {
|
|
1483
|
+
/**
|
|
1484
|
+
* @generated from field: repeated records.v1.Record versions = 1;
|
|
1485
|
+
*/
|
|
1486
|
+
versions: Record[];
|
|
1487
|
+
|
|
1488
|
+
/**
|
|
1489
|
+
* @generated from field: int32 total = 2;
|
|
1490
|
+
*/
|
|
1491
|
+
total: number;
|
|
1492
|
+
};
|
|
1493
|
+
|
|
1494
|
+
/**
|
|
1495
|
+
* Describes the message records.v1.ListScheduledPublishesResponse.
|
|
1496
|
+
* Use `create(ListScheduledPublishesResponseSchema)` to create a new message.
|
|
1497
|
+
*/
|
|
1498
|
+
export declare const ListScheduledPublishesResponseSchema: GenMessage<ListScheduledPublishesResponse>;
|
|
1499
|
+
|
|
1500
|
+
/**
|
|
1501
|
+
* @generated from message records.v1.GetScheduledPublishRequest
|
|
1502
|
+
*/
|
|
1503
|
+
export declare type GetScheduledPublishRequest = Message<"records.v1.GetScheduledPublishRequest"> & {
|
|
1504
|
+
/**
|
|
1505
|
+
* @generated from field: string version_id = 1;
|
|
1506
|
+
*/
|
|
1507
|
+
versionId: string;
|
|
1508
|
+
};
|
|
1509
|
+
|
|
1510
|
+
/**
|
|
1511
|
+
* Describes the message records.v1.GetScheduledPublishRequest.
|
|
1512
|
+
* Use `create(GetScheduledPublishRequestSchema)` to create a new message.
|
|
1513
|
+
*/
|
|
1514
|
+
export declare const GetScheduledPublishRequestSchema: GenMessage<GetScheduledPublishRequest>;
|
|
1515
|
+
|
|
1516
|
+
/**
|
|
1517
|
+
* @generated from message records.v1.GetScheduledPublishResponse
|
|
1518
|
+
*/
|
|
1519
|
+
export declare type GetScheduledPublishResponse = Message<"records.v1.GetScheduledPublishResponse"> & {
|
|
1520
|
+
/**
|
|
1521
|
+
* @generated from field: records.v1.PublishSchedule schedule = 1;
|
|
1522
|
+
*/
|
|
1523
|
+
schedule?: PublishSchedule;
|
|
1524
|
+
};
|
|
1525
|
+
|
|
1526
|
+
/**
|
|
1527
|
+
* Describes the message records.v1.GetScheduledPublishResponse.
|
|
1528
|
+
* Use `create(GetScheduledPublishResponseSchema)` to create a new message.
|
|
1529
|
+
*/
|
|
1530
|
+
export declare const GetScheduledPublishResponseSchema: GenMessage<GetScheduledPublishResponse>;
|
|
1531
|
+
|
|
1532
|
+
/**
|
|
1533
|
+
* @generated from message records.v1.ListDraftVersionsRequest
|
|
1534
|
+
*/
|
|
1535
|
+
export declare type ListDraftVersionsRequest = Message<"records.v1.ListDraftVersionsRequest"> & {
|
|
1536
|
+
/**
|
|
1537
|
+
* @generated from field: optional string model_key = 1;
|
|
1538
|
+
*/
|
|
1539
|
+
modelKey?: string;
|
|
1540
|
+
|
|
1541
|
+
/**
|
|
1542
|
+
* @generated from field: optional string search = 2;
|
|
1543
|
+
*/
|
|
1544
|
+
search?: string;
|
|
1545
|
+
|
|
1546
|
+
/**
|
|
1547
|
+
* @generated from field: int32 limit = 3;
|
|
1548
|
+
*/
|
|
1549
|
+
limit: number;
|
|
1550
|
+
|
|
1551
|
+
/**
|
|
1552
|
+
* @generated from field: int32 offset = 4;
|
|
1553
|
+
*/
|
|
1554
|
+
offset: number;
|
|
1555
|
+
};
|
|
1556
|
+
|
|
1557
|
+
/**
|
|
1558
|
+
* Describes the message records.v1.ListDraftVersionsRequest.
|
|
1559
|
+
* Use `create(ListDraftVersionsRequestSchema)` to create a new message.
|
|
1560
|
+
*/
|
|
1561
|
+
export declare const ListDraftVersionsRequestSchema: GenMessage<ListDraftVersionsRequest>;
|
|
1562
|
+
|
|
1563
|
+
/**
|
|
1564
|
+
* @generated from message records.v1.ListDraftVersionsResponse
|
|
1565
|
+
*/
|
|
1566
|
+
export declare type ListDraftVersionsResponse = Message<"records.v1.ListDraftVersionsResponse"> & {
|
|
1567
|
+
/**
|
|
1568
|
+
* @generated from field: repeated records.v1.Record versions = 1;
|
|
1569
|
+
*/
|
|
1570
|
+
versions: Record[];
|
|
1571
|
+
|
|
1572
|
+
/**
|
|
1573
|
+
* @generated from field: int32 total = 2;
|
|
1574
|
+
*/
|
|
1575
|
+
total: number;
|
|
1576
|
+
};
|
|
1577
|
+
|
|
1578
|
+
/**
|
|
1579
|
+
* Describes the message records.v1.ListDraftVersionsResponse.
|
|
1580
|
+
* Use `create(ListDraftVersionsResponseSchema)` to create a new message.
|
|
1581
|
+
*/
|
|
1582
|
+
export declare const ListDraftVersionsResponseSchema: GenMessage<ListDraftVersionsResponse>;
|
|
1583
|
+
|
|
1584
|
+
/**
|
|
1585
|
+
* @generated from message records.v1.CreatePublishBatchRequest
|
|
1586
|
+
*/
|
|
1587
|
+
export declare type CreatePublishBatchRequest = Message<"records.v1.CreatePublishBatchRequest"> & {
|
|
1588
|
+
/**
|
|
1589
|
+
* @generated from field: string name = 1;
|
|
1590
|
+
*/
|
|
1591
|
+
name: string;
|
|
1592
|
+
|
|
1593
|
+
/**
|
|
1594
|
+
* @generated from field: repeated string version_ids = 2;
|
|
1595
|
+
*/
|
|
1596
|
+
versionIds: string[];
|
|
1597
|
+
|
|
1598
|
+
/**
|
|
1599
|
+
* @generated from field: optional google.protobuf.Timestamp scheduled_at = 3;
|
|
1600
|
+
*/
|
|
1601
|
+
scheduledAt?: Timestamp;
|
|
1602
|
+
};
|
|
1603
|
+
|
|
1604
|
+
/**
|
|
1605
|
+
* Describes the message records.v1.CreatePublishBatchRequest.
|
|
1606
|
+
* Use `create(CreatePublishBatchRequestSchema)` to create a new message.
|
|
1607
|
+
*/
|
|
1608
|
+
export declare const CreatePublishBatchRequestSchema: GenMessage<CreatePublishBatchRequest>;
|
|
1609
|
+
|
|
1610
|
+
/**
|
|
1611
|
+
* @generated from message records.v1.CreatePublishBatchResponse
|
|
1612
|
+
*/
|
|
1613
|
+
export declare type CreatePublishBatchResponse = Message<"records.v1.CreatePublishBatchResponse"> & {
|
|
1614
|
+
/**
|
|
1615
|
+
* @generated from field: records.v1.PublishBatch batch = 1;
|
|
1616
|
+
*/
|
|
1617
|
+
batch?: PublishBatch;
|
|
1618
|
+
};
|
|
1619
|
+
|
|
1620
|
+
/**
|
|
1621
|
+
* Describes the message records.v1.CreatePublishBatchResponse.
|
|
1622
|
+
* Use `create(CreatePublishBatchResponseSchema)` to create a new message.
|
|
1623
|
+
*/
|
|
1624
|
+
export declare const CreatePublishBatchResponseSchema: GenMessage<CreatePublishBatchResponse>;
|
|
1625
|
+
|
|
1626
|
+
/**
|
|
1627
|
+
* @generated from message records.v1.UpdatePublishBatchRequest
|
|
1628
|
+
*/
|
|
1629
|
+
export declare type UpdatePublishBatchRequest = Message<"records.v1.UpdatePublishBatchRequest"> & {
|
|
1630
|
+
/**
|
|
1631
|
+
* @generated from field: string batch_id = 1;
|
|
1632
|
+
*/
|
|
1633
|
+
batchId: string;
|
|
1634
|
+
|
|
1635
|
+
/**
|
|
1636
|
+
* @generated from field: optional string name = 2;
|
|
1637
|
+
*/
|
|
1638
|
+
name?: string;
|
|
1639
|
+
|
|
1640
|
+
/**
|
|
1641
|
+
* @generated from field: optional google.protobuf.Timestamp scheduled_at = 3;
|
|
1642
|
+
*/
|
|
1643
|
+
scheduledAt?: Timestamp;
|
|
1644
|
+
};
|
|
1645
|
+
|
|
1646
|
+
/**
|
|
1647
|
+
* Describes the message records.v1.UpdatePublishBatchRequest.
|
|
1648
|
+
* Use `create(UpdatePublishBatchRequestSchema)` to create a new message.
|
|
1649
|
+
*/
|
|
1650
|
+
export declare const UpdatePublishBatchRequestSchema: GenMessage<UpdatePublishBatchRequest>;
|
|
1651
|
+
|
|
1652
|
+
/**
|
|
1653
|
+
* @generated from message records.v1.UpdatePublishBatchResponse
|
|
1654
|
+
*/
|
|
1655
|
+
export declare type UpdatePublishBatchResponse = Message<"records.v1.UpdatePublishBatchResponse"> & {
|
|
1656
|
+
/**
|
|
1657
|
+
* @generated from field: records.v1.PublishBatch batch = 1;
|
|
1658
|
+
*/
|
|
1659
|
+
batch?: PublishBatch;
|
|
1660
|
+
};
|
|
1661
|
+
|
|
1662
|
+
/**
|
|
1663
|
+
* Describes the message records.v1.UpdatePublishBatchResponse.
|
|
1664
|
+
* Use `create(UpdatePublishBatchResponseSchema)` to create a new message.
|
|
1665
|
+
*/
|
|
1666
|
+
export declare const UpdatePublishBatchResponseSchema: GenMessage<UpdatePublishBatchResponse>;
|
|
1667
|
+
|
|
1668
|
+
/**
|
|
1669
|
+
* @generated from message records.v1.CancelPublishBatchRequest
|
|
1670
|
+
*/
|
|
1671
|
+
export declare type CancelPublishBatchRequest = Message<"records.v1.CancelPublishBatchRequest"> & {
|
|
1672
|
+
/**
|
|
1673
|
+
* @generated from field: string batch_id = 1;
|
|
1674
|
+
*/
|
|
1675
|
+
batchId: string;
|
|
1676
|
+
};
|
|
1677
|
+
|
|
1678
|
+
/**
|
|
1679
|
+
* Describes the message records.v1.CancelPublishBatchRequest.
|
|
1680
|
+
* Use `create(CancelPublishBatchRequestSchema)` to create a new message.
|
|
1681
|
+
*/
|
|
1682
|
+
export declare const CancelPublishBatchRequestSchema: GenMessage<CancelPublishBatchRequest>;
|
|
1683
|
+
|
|
1684
|
+
/**
|
|
1685
|
+
* @generated from message records.v1.CancelPublishBatchResponse
|
|
1686
|
+
*/
|
|
1687
|
+
export declare type CancelPublishBatchResponse = Message<"records.v1.CancelPublishBatchResponse"> & {
|
|
1688
|
+
/**
|
|
1689
|
+
* @generated from field: records.v1.PublishBatch batch = 1;
|
|
1690
|
+
*/
|
|
1691
|
+
batch?: PublishBatch;
|
|
1692
|
+
};
|
|
1693
|
+
|
|
1694
|
+
/**
|
|
1695
|
+
* Describes the message records.v1.CancelPublishBatchResponse.
|
|
1696
|
+
* Use `create(CancelPublishBatchResponseSchema)` to create a new message.
|
|
1697
|
+
*/
|
|
1698
|
+
export declare const CancelPublishBatchResponseSchema: GenMessage<CancelPublishBatchResponse>;
|
|
1699
|
+
|
|
1700
|
+
/**
|
|
1701
|
+
* @generated from message records.v1.RollbackPublishBatchRequest
|
|
1702
|
+
*/
|
|
1703
|
+
export declare type RollbackPublishBatchRequest = Message<"records.v1.RollbackPublishBatchRequest"> & {
|
|
1704
|
+
/**
|
|
1705
|
+
* @generated from field: string batch_id = 1;
|
|
1706
|
+
*/
|
|
1707
|
+
batchId: string;
|
|
1708
|
+
};
|
|
1709
|
+
|
|
1710
|
+
/**
|
|
1711
|
+
* Describes the message records.v1.RollbackPublishBatchRequest.
|
|
1712
|
+
* Use `create(RollbackPublishBatchRequestSchema)` to create a new message.
|
|
1713
|
+
*/
|
|
1714
|
+
export declare const RollbackPublishBatchRequestSchema: GenMessage<RollbackPublishBatchRequest>;
|
|
1715
|
+
|
|
1716
|
+
/**
|
|
1717
|
+
* @generated from message records.v1.RollbackPublishBatchResponse
|
|
1718
|
+
*/
|
|
1719
|
+
export declare type RollbackPublishBatchResponse = Message<"records.v1.RollbackPublishBatchResponse"> & {
|
|
1720
|
+
/**
|
|
1721
|
+
* @generated from field: records.v1.PublishBatch batch = 1;
|
|
1722
|
+
*/
|
|
1723
|
+
batch?: PublishBatch;
|
|
1724
|
+
};
|
|
1725
|
+
|
|
1726
|
+
/**
|
|
1727
|
+
* Describes the message records.v1.RollbackPublishBatchResponse.
|
|
1728
|
+
* Use `create(RollbackPublishBatchResponseSchema)` to create a new message.
|
|
1729
|
+
*/
|
|
1730
|
+
export declare const RollbackPublishBatchResponseSchema: GenMessage<RollbackPublishBatchResponse>;
|
|
1731
|
+
|
|
1732
|
+
/**
|
|
1733
|
+
* @generated from message records.v1.RetryFailedBatchItemsRequest
|
|
1734
|
+
*/
|
|
1735
|
+
export declare type RetryFailedBatchItemsRequest = Message<"records.v1.RetryFailedBatchItemsRequest"> & {
|
|
1736
|
+
/**
|
|
1737
|
+
* @generated from field: string batch_id = 1;
|
|
1738
|
+
*/
|
|
1739
|
+
batchId: string;
|
|
1740
|
+
};
|
|
1741
|
+
|
|
1742
|
+
/**
|
|
1743
|
+
* Describes the message records.v1.RetryFailedBatchItemsRequest.
|
|
1744
|
+
* Use `create(RetryFailedBatchItemsRequestSchema)` to create a new message.
|
|
1745
|
+
*/
|
|
1746
|
+
export declare const RetryFailedBatchItemsRequestSchema: GenMessage<RetryFailedBatchItemsRequest>;
|
|
1747
|
+
|
|
1748
|
+
/**
|
|
1749
|
+
* @generated from message records.v1.RetryFailedBatchItemsResponse
|
|
1750
|
+
*/
|
|
1751
|
+
export declare type RetryFailedBatchItemsResponse = Message<"records.v1.RetryFailedBatchItemsResponse"> & {
|
|
1752
|
+
/**
|
|
1753
|
+
* @generated from field: records.v1.PublishBatch batch = 1;
|
|
1754
|
+
*/
|
|
1755
|
+
batch?: PublishBatch;
|
|
1756
|
+
|
|
1757
|
+
/**
|
|
1758
|
+
* @generated from field: int32 retried_count = 2;
|
|
1759
|
+
*/
|
|
1760
|
+
retriedCount: number;
|
|
1761
|
+
};
|
|
1762
|
+
|
|
1763
|
+
/**
|
|
1764
|
+
* Describes the message records.v1.RetryFailedBatchItemsResponse.
|
|
1765
|
+
* Use `create(RetryFailedBatchItemsResponseSchema)` to create a new message.
|
|
1766
|
+
*/
|
|
1767
|
+
export declare const RetryFailedBatchItemsResponseSchema: GenMessage<RetryFailedBatchItemsResponse>;
|
|
1768
|
+
|
|
1769
|
+
/**
|
|
1770
|
+
* @generated from message records.v1.AddItemsToPublishBatchRequest
|
|
1771
|
+
*/
|
|
1772
|
+
export declare type AddItemsToPublishBatchRequest = Message<"records.v1.AddItemsToPublishBatchRequest"> & {
|
|
1773
|
+
/**
|
|
1774
|
+
* @generated from field: string batch_id = 1;
|
|
1775
|
+
*/
|
|
1776
|
+
batchId: string;
|
|
1777
|
+
|
|
1778
|
+
/**
|
|
1779
|
+
* @generated from field: repeated string version_ids = 2;
|
|
1780
|
+
*/
|
|
1781
|
+
versionIds: string[];
|
|
1782
|
+
};
|
|
1783
|
+
|
|
1784
|
+
/**
|
|
1785
|
+
* Describes the message records.v1.AddItemsToPublishBatchRequest.
|
|
1786
|
+
* Use `create(AddItemsToPublishBatchRequestSchema)` to create a new message.
|
|
1787
|
+
*/
|
|
1788
|
+
export declare const AddItemsToPublishBatchRequestSchema: GenMessage<AddItemsToPublishBatchRequest>;
|
|
1789
|
+
|
|
1790
|
+
/**
|
|
1791
|
+
* @generated from message records.v1.AddItemsToPublishBatchResponse
|
|
1792
|
+
*/
|
|
1793
|
+
export declare type AddItemsToPublishBatchResponse = Message<"records.v1.AddItemsToPublishBatchResponse"> & {
|
|
1794
|
+
/**
|
|
1795
|
+
* @generated from field: records.v1.PublishBatch batch = 1;
|
|
1796
|
+
*/
|
|
1797
|
+
batch?: PublishBatch;
|
|
1798
|
+
};
|
|
1799
|
+
|
|
1800
|
+
/**
|
|
1801
|
+
* Describes the message records.v1.AddItemsToPublishBatchResponse.
|
|
1802
|
+
* Use `create(AddItemsToPublishBatchResponseSchema)` to create a new message.
|
|
1803
|
+
*/
|
|
1804
|
+
export declare const AddItemsToPublishBatchResponseSchema: GenMessage<AddItemsToPublishBatchResponse>;
|
|
1805
|
+
|
|
1806
|
+
/**
|
|
1807
|
+
* @generated from message records.v1.RemoveItemsFromPublishBatchRequest
|
|
1808
|
+
*/
|
|
1809
|
+
export declare type RemoveItemsFromPublishBatchRequest = Message<"records.v1.RemoveItemsFromPublishBatchRequest"> & {
|
|
1810
|
+
/**
|
|
1811
|
+
* @generated from field: string batch_id = 1;
|
|
1812
|
+
*/
|
|
1813
|
+
batchId: string;
|
|
1814
|
+
|
|
1815
|
+
/**
|
|
1816
|
+
* @generated from field: repeated string version_ids = 2;
|
|
1817
|
+
*/
|
|
1818
|
+
versionIds: string[];
|
|
1819
|
+
};
|
|
1820
|
+
|
|
1821
|
+
/**
|
|
1822
|
+
* Describes the message records.v1.RemoveItemsFromPublishBatchRequest.
|
|
1823
|
+
* Use `create(RemoveItemsFromPublishBatchRequestSchema)` to create a new message.
|
|
1824
|
+
*/
|
|
1825
|
+
export declare const RemoveItemsFromPublishBatchRequestSchema: GenMessage<RemoveItemsFromPublishBatchRequest>;
|
|
1826
|
+
|
|
1827
|
+
/**
|
|
1828
|
+
* @generated from message records.v1.RemoveItemsFromPublishBatchResponse
|
|
1829
|
+
*/
|
|
1830
|
+
export declare type RemoveItemsFromPublishBatchResponse = Message<"records.v1.RemoveItemsFromPublishBatchResponse"> & {
|
|
1831
|
+
/**
|
|
1832
|
+
* @generated from field: records.v1.PublishBatch batch = 1;
|
|
1833
|
+
*/
|
|
1834
|
+
batch?: PublishBatch;
|
|
1835
|
+
};
|
|
1836
|
+
|
|
1837
|
+
/**
|
|
1838
|
+
* Describes the message records.v1.RemoveItemsFromPublishBatchResponse.
|
|
1839
|
+
* Use `create(RemoveItemsFromPublishBatchResponseSchema)` to create a new message.
|
|
1840
|
+
*/
|
|
1841
|
+
export declare const RemoveItemsFromPublishBatchResponseSchema: GenMessage<RemoveItemsFromPublishBatchResponse>;
|
|
1842
|
+
|
|
1843
|
+
/**
|
|
1844
|
+
* @generated from message records.v1.ListPublishBatchesRequest
|
|
1845
|
+
*/
|
|
1846
|
+
export declare type ListPublishBatchesRequest = Message<"records.v1.ListPublishBatchesRequest"> & {
|
|
1847
|
+
/**
|
|
1848
|
+
* @generated from field: optional string status = 1;
|
|
1849
|
+
*/
|
|
1850
|
+
status?: string;
|
|
1851
|
+
|
|
1852
|
+
/**
|
|
1853
|
+
* @generated from field: optional google.protobuf.Timestamp from = 2;
|
|
1854
|
+
*/
|
|
1855
|
+
from?: Timestamp;
|
|
1856
|
+
|
|
1857
|
+
/**
|
|
1858
|
+
* @generated from field: optional google.protobuf.Timestamp to = 3;
|
|
1859
|
+
*/
|
|
1860
|
+
to?: Timestamp;
|
|
1861
|
+
|
|
1862
|
+
/**
|
|
1863
|
+
* @generated from field: int32 limit = 4;
|
|
1864
|
+
*/
|
|
1865
|
+
limit: number;
|
|
1866
|
+
|
|
1867
|
+
/**
|
|
1868
|
+
* @generated from field: int32 offset = 5;
|
|
1869
|
+
*/
|
|
1870
|
+
offset: number;
|
|
1871
|
+
};
|
|
1872
|
+
|
|
1873
|
+
/**
|
|
1874
|
+
* Describes the message records.v1.ListPublishBatchesRequest.
|
|
1875
|
+
* Use `create(ListPublishBatchesRequestSchema)` to create a new message.
|
|
1876
|
+
*/
|
|
1877
|
+
export declare const ListPublishBatchesRequestSchema: GenMessage<ListPublishBatchesRequest>;
|
|
1878
|
+
|
|
1879
|
+
/**
|
|
1880
|
+
* @generated from message records.v1.ListPublishBatchesResponse
|
|
1881
|
+
*/
|
|
1882
|
+
export declare type ListPublishBatchesResponse = Message<"records.v1.ListPublishBatchesResponse"> & {
|
|
1883
|
+
/**
|
|
1884
|
+
* @generated from field: repeated records.v1.PublishBatch batches = 1;
|
|
1885
|
+
*/
|
|
1886
|
+
batches: PublishBatch[];
|
|
1887
|
+
|
|
1888
|
+
/**
|
|
1889
|
+
* @generated from field: int32 total = 2;
|
|
1890
|
+
*/
|
|
1891
|
+
total: number;
|
|
1892
|
+
};
|
|
1893
|
+
|
|
1894
|
+
/**
|
|
1895
|
+
* Describes the message records.v1.ListPublishBatchesResponse.
|
|
1896
|
+
* Use `create(ListPublishBatchesResponseSchema)` to create a new message.
|
|
1897
|
+
*/
|
|
1898
|
+
export declare const ListPublishBatchesResponseSchema: GenMessage<ListPublishBatchesResponse>;
|
|
1899
|
+
|
|
1900
|
+
/**
|
|
1901
|
+
* @generated from message records.v1.GetPublishBatchRequest
|
|
1902
|
+
*/
|
|
1903
|
+
export declare type GetPublishBatchRequest = Message<"records.v1.GetPublishBatchRequest"> & {
|
|
1904
|
+
/**
|
|
1905
|
+
* @generated from field: string batch_id = 1;
|
|
1906
|
+
*/
|
|
1907
|
+
batchId: string;
|
|
1908
|
+
};
|
|
1909
|
+
|
|
1910
|
+
/**
|
|
1911
|
+
* Describes the message records.v1.GetPublishBatchRequest.
|
|
1912
|
+
* Use `create(GetPublishBatchRequestSchema)` to create a new message.
|
|
1913
|
+
*/
|
|
1914
|
+
export declare const GetPublishBatchRequestSchema: GenMessage<GetPublishBatchRequest>;
|
|
1915
|
+
|
|
1916
|
+
/**
|
|
1917
|
+
* @generated from message records.v1.GetPublishBatchResponse
|
|
1918
|
+
*/
|
|
1919
|
+
export declare type GetPublishBatchResponse = Message<"records.v1.GetPublishBatchResponse"> & {
|
|
1920
|
+
/**
|
|
1921
|
+
* @generated from field: records.v1.PublishBatch batch = 1;
|
|
1922
|
+
*/
|
|
1923
|
+
batch?: PublishBatch;
|
|
1924
|
+
|
|
1925
|
+
/**
|
|
1926
|
+
* @generated from field: repeated records.v1.Record versions = 2;
|
|
1927
|
+
*/
|
|
1928
|
+
versions: Record[];
|
|
1929
|
+
};
|
|
1930
|
+
|
|
1931
|
+
/**
|
|
1932
|
+
* Describes the message records.v1.GetPublishBatchResponse.
|
|
1933
|
+
* Use `create(GetPublishBatchResponseSchema)` to create a new message.
|
|
1934
|
+
*/
|
|
1935
|
+
export declare const GetPublishBatchResponseSchema: GenMessage<GetPublishBatchResponse>;
|
|
1936
|
+
|
|
1937
|
+
/**
|
|
1938
|
+
* @generated from message records.v1.BatchPublishVersionsRequest
|
|
1939
|
+
*/
|
|
1940
|
+
export declare type BatchPublishVersionsRequest = Message<"records.v1.BatchPublishVersionsRequest"> & {
|
|
1941
|
+
/**
|
|
1942
|
+
* @generated from field: repeated string version_ids = 1;
|
|
1943
|
+
*/
|
|
1944
|
+
versionIds: string[];
|
|
1945
|
+
};
|
|
1946
|
+
|
|
1947
|
+
/**
|
|
1948
|
+
* Describes the message records.v1.BatchPublishVersionsRequest.
|
|
1949
|
+
* Use `create(BatchPublishVersionsRequestSchema)` to create a new message.
|
|
1950
|
+
*/
|
|
1951
|
+
export declare const BatchPublishVersionsRequestSchema: GenMessage<BatchPublishVersionsRequest>;
|
|
1952
|
+
|
|
1953
|
+
/**
|
|
1954
|
+
* @generated from message records.v1.BatchPublishVersionsResponse
|
|
1955
|
+
*/
|
|
1956
|
+
export declare type BatchPublishVersionsResponse = Message<"records.v1.BatchPublishVersionsResponse"> & {
|
|
1957
|
+
/**
|
|
1958
|
+
* @generated from field: repeated records.v1.Record records = 1;
|
|
1959
|
+
*/
|
|
1960
|
+
records: Record[];
|
|
1961
|
+
|
|
1962
|
+
/**
|
|
1963
|
+
* @generated from field: int32 published_count = 2;
|
|
1964
|
+
*/
|
|
1965
|
+
publishedCount: number;
|
|
1966
|
+
};
|
|
1967
|
+
|
|
1968
|
+
/**
|
|
1969
|
+
* Describes the message records.v1.BatchPublishVersionsResponse.
|
|
1970
|
+
* Use `create(BatchPublishVersionsResponseSchema)` to create a new message.
|
|
1971
|
+
*/
|
|
1972
|
+
export declare const BatchPublishVersionsResponseSchema: GenMessage<BatchPublishVersionsResponse>;
|
|
1973
|
+
|
|
1974
|
+
/**
|
|
1975
|
+
* @generated from message records.v1.SyncPullRequest
|
|
1976
|
+
*/
|
|
1977
|
+
export declare type SyncPullRequest = Message<"records.v1.SyncPullRequest"> & {
|
|
1978
|
+
/**
|
|
1979
|
+
* @generated from field: google.protobuf.Timestamp since = 1;
|
|
1980
|
+
*/
|
|
1981
|
+
since?: Timestamp;
|
|
1982
|
+
|
|
1983
|
+
/**
|
|
1984
|
+
* @generated from field: repeated string model_keys = 2;
|
|
1985
|
+
*/
|
|
1986
|
+
modelKeys: string[];
|
|
1987
|
+
|
|
1988
|
+
/**
|
|
1989
|
+
* @generated from field: int32 limit = 10;
|
|
1990
|
+
*/
|
|
1991
|
+
limit: number;
|
|
1992
|
+
};
|
|
1993
|
+
|
|
1994
|
+
/**
|
|
1995
|
+
* Describes the message records.v1.SyncPullRequest.
|
|
1996
|
+
* Use `create(SyncPullRequestSchema)` to create a new message.
|
|
1997
|
+
*/
|
|
1998
|
+
export declare const SyncPullRequestSchema: GenMessage<SyncPullRequest>;
|
|
1999
|
+
|
|
2000
|
+
/**
|
|
2001
|
+
* @generated from message records.v1.SyncChange
|
|
2002
|
+
*/
|
|
2003
|
+
export declare type SyncChange = Message<"records.v1.SyncChange"> & {
|
|
2004
|
+
/**
|
|
2005
|
+
* @generated from field: string record_id = 1;
|
|
2006
|
+
*/
|
|
2007
|
+
recordId: string;
|
|
2008
|
+
|
|
2009
|
+
/**
|
|
2010
|
+
* @generated from field: string model_key = 2;
|
|
2011
|
+
*/
|
|
2012
|
+
modelKey: string;
|
|
2013
|
+
|
|
2014
|
+
/**
|
|
2015
|
+
* "created", "updated", "deleted"
|
|
2016
|
+
*
|
|
2017
|
+
* @generated from field: string action = 3;
|
|
2018
|
+
*/
|
|
2019
|
+
action: string;
|
|
2020
|
+
|
|
2021
|
+
/**
|
|
2022
|
+
* @generated from field: optional google.protobuf.Struct data = 4;
|
|
2023
|
+
*/
|
|
2024
|
+
data?: JsonObject;
|
|
2025
|
+
|
|
2026
|
+
/**
|
|
2027
|
+
* @generated from field: optional google.protobuf.Struct metadata = 5;
|
|
2028
|
+
*/
|
|
2029
|
+
metadata?: JsonObject;
|
|
2030
|
+
|
|
2031
|
+
/**
|
|
2032
|
+
* @generated from field: google.protobuf.Timestamp changed_at = 6;
|
|
2033
|
+
*/
|
|
2034
|
+
changedAt?: Timestamp;
|
|
2035
|
+
};
|
|
2036
|
+
|
|
2037
|
+
/**
|
|
2038
|
+
* Describes the message records.v1.SyncChange.
|
|
2039
|
+
* Use `create(SyncChangeSchema)` to create a new message.
|
|
2040
|
+
*/
|
|
2041
|
+
export declare const SyncChangeSchema: GenMessage<SyncChange>;
|
|
2042
|
+
|
|
2043
|
+
/**
|
|
2044
|
+
* @generated from message records.v1.SyncPullResponse
|
|
2045
|
+
*/
|
|
2046
|
+
export declare type SyncPullResponse = Message<"records.v1.SyncPullResponse"> & {
|
|
2047
|
+
/**
|
|
2048
|
+
* @generated from field: repeated records.v1.SyncChange changes = 1;
|
|
2049
|
+
*/
|
|
2050
|
+
changes: SyncChange[];
|
|
2051
|
+
|
|
2052
|
+
/**
|
|
2053
|
+
* @generated from field: google.protobuf.Timestamp cursor = 2;
|
|
2054
|
+
*/
|
|
2055
|
+
cursor?: Timestamp;
|
|
2056
|
+
|
|
2057
|
+
/**
|
|
2058
|
+
* @generated from field: bool has_more = 3;
|
|
2059
|
+
*/
|
|
2060
|
+
hasMore: boolean;
|
|
2061
|
+
};
|
|
2062
|
+
|
|
2063
|
+
/**
|
|
2064
|
+
* Describes the message records.v1.SyncPullResponse.
|
|
2065
|
+
* Use `create(SyncPullResponseSchema)` to create a new message.
|
|
2066
|
+
*/
|
|
2067
|
+
export declare const SyncPullResponseSchema: GenMessage<SyncPullResponse>;
|
|
2068
|
+
|
|
2069
|
+
/**
|
|
2070
|
+
* @generated from message records.v1.SyncPushRequest
|
|
2071
|
+
*/
|
|
2072
|
+
export declare type SyncPushRequest = Message<"records.v1.SyncPushRequest"> & {
|
|
2073
|
+
/**
|
|
2074
|
+
* @generated from field: repeated records.v1.SyncPushItem items = 1;
|
|
2075
|
+
*/
|
|
2076
|
+
items: SyncPushItem[];
|
|
2077
|
+
};
|
|
2078
|
+
|
|
2079
|
+
/**
|
|
2080
|
+
* Describes the message records.v1.SyncPushRequest.
|
|
2081
|
+
* Use `create(SyncPushRequestSchema)` to create a new message.
|
|
2082
|
+
*/
|
|
2083
|
+
export declare const SyncPushRequestSchema: GenMessage<SyncPushRequest>;
|
|
2084
|
+
|
|
2085
|
+
/**
|
|
2086
|
+
* @generated from message records.v1.SyncPushItem
|
|
2087
|
+
*/
|
|
2088
|
+
export declare type SyncPushItem = Message<"records.v1.SyncPushItem"> & {
|
|
2089
|
+
/**
|
|
2090
|
+
* @generated from field: string record_id = 1;
|
|
2091
|
+
*/
|
|
2092
|
+
recordId: string;
|
|
2093
|
+
|
|
2094
|
+
/**
|
|
2095
|
+
* @generated from field: string model_key = 2;
|
|
2096
|
+
*/
|
|
2097
|
+
modelKey: string;
|
|
2098
|
+
|
|
2099
|
+
/**
|
|
2100
|
+
* @generated from field: string action = 3;
|
|
2101
|
+
*/
|
|
2102
|
+
action: string;
|
|
2103
|
+
|
|
2104
|
+
/**
|
|
2105
|
+
* @generated from field: optional google.protobuf.Struct data = 4;
|
|
2106
|
+
*/
|
|
2107
|
+
data?: JsonObject;
|
|
2108
|
+
|
|
2109
|
+
/**
|
|
2110
|
+
* @generated from field: optional string natural_key = 5;
|
|
2111
|
+
*/
|
|
2112
|
+
naturalKey?: string;
|
|
2113
|
+
|
|
2114
|
+
/**
|
|
2115
|
+
* @generated from field: optional string idempotency_key = 6;
|
|
2116
|
+
*/
|
|
2117
|
+
idempotencyKey?: string;
|
|
2118
|
+
};
|
|
2119
|
+
|
|
2120
|
+
/**
|
|
2121
|
+
* Describes the message records.v1.SyncPushItem.
|
|
2122
|
+
* Use `create(SyncPushItemSchema)` to create a new message.
|
|
2123
|
+
*/
|
|
2124
|
+
export declare const SyncPushItemSchema: GenMessage<SyncPushItem>;
|
|
2125
|
+
|
|
2126
|
+
/**
|
|
2127
|
+
* @generated from message records.v1.SyncPushResponse
|
|
2128
|
+
*/
|
|
2129
|
+
export declare type SyncPushResponse = Message<"records.v1.SyncPushResponse"> & {
|
|
2130
|
+
/**
|
|
2131
|
+
* @generated from field: int32 applied = 1;
|
|
2132
|
+
*/
|
|
2133
|
+
applied: number;
|
|
2134
|
+
|
|
2135
|
+
/**
|
|
2136
|
+
* @generated from field: int32 rejected = 2;
|
|
2137
|
+
*/
|
|
2138
|
+
rejected: number;
|
|
2139
|
+
|
|
2140
|
+
/**
|
|
2141
|
+
* @generated from field: repeated records.v1.SyncPushError errors = 3;
|
|
2142
|
+
*/
|
|
2143
|
+
errors: SyncPushError[];
|
|
2144
|
+
};
|
|
2145
|
+
|
|
2146
|
+
/**
|
|
2147
|
+
* Describes the message records.v1.SyncPushResponse.
|
|
2148
|
+
* Use `create(SyncPushResponseSchema)` to create a new message.
|
|
2149
|
+
*/
|
|
2150
|
+
export declare const SyncPushResponseSchema: GenMessage<SyncPushResponse>;
|
|
2151
|
+
|
|
2152
|
+
/**
|
|
2153
|
+
* @generated from message records.v1.SyncPushError
|
|
2154
|
+
*/
|
|
2155
|
+
export declare type SyncPushError = Message<"records.v1.SyncPushError"> & {
|
|
2156
|
+
/**
|
|
2157
|
+
* @generated from field: int32 index = 1;
|
|
2158
|
+
*/
|
|
2159
|
+
index: number;
|
|
2160
|
+
|
|
2161
|
+
/**
|
|
2162
|
+
* @generated from field: string error = 2;
|
|
2163
|
+
*/
|
|
2164
|
+
error: string;
|
|
2165
|
+
};
|
|
2166
|
+
|
|
2167
|
+
/**
|
|
2168
|
+
* Describes the message records.v1.SyncPushError.
|
|
2169
|
+
* Use `create(SyncPushErrorSchema)` to create a new message.
|
|
2170
|
+
*/
|
|
2171
|
+
export declare const SyncPushErrorSchema: GenMessage<SyncPushError>;
|
|
2172
|
+
|
|
2173
|
+
/**
|
|
2174
|
+
* @generated from message records.v1.GlobalSearchRequest
|
|
2175
|
+
*/
|
|
2176
|
+
export declare type GlobalSearchRequest = Message<"records.v1.GlobalSearchRequest"> & {
|
|
2177
|
+
/**
|
|
2178
|
+
* @generated from field: string query = 1;
|
|
2179
|
+
*/
|
|
2180
|
+
query: string;
|
|
2181
|
+
|
|
2182
|
+
/**
|
|
2183
|
+
* @generated from field: repeated string model_keys = 2;
|
|
2184
|
+
*/
|
|
2185
|
+
modelKeys: string[];
|
|
2186
|
+
|
|
2187
|
+
/**
|
|
2188
|
+
* @generated from field: int32 limit = 10;
|
|
2189
|
+
*/
|
|
2190
|
+
limit: number;
|
|
2191
|
+
};
|
|
2192
|
+
|
|
2193
|
+
/**
|
|
2194
|
+
* Describes the message records.v1.GlobalSearchRequest.
|
|
2195
|
+
* Use `create(GlobalSearchRequestSchema)` to create a new message.
|
|
2196
|
+
*/
|
|
2197
|
+
export declare const GlobalSearchRequestSchema: GenMessage<GlobalSearchRequest>;
|
|
2198
|
+
|
|
2199
|
+
/**
|
|
2200
|
+
* @generated from message records.v1.SearchResultItem
|
|
2201
|
+
*/
|
|
2202
|
+
export declare type SearchResultItem = Message<"records.v1.SearchResultItem"> & {
|
|
2203
|
+
/**
|
|
2204
|
+
* @generated from field: string id = 1;
|
|
2205
|
+
*/
|
|
2206
|
+
id: string;
|
|
2207
|
+
|
|
2208
|
+
/**
|
|
2209
|
+
* @generated from field: string model_key = 2;
|
|
2210
|
+
*/
|
|
2211
|
+
modelKey: string;
|
|
2212
|
+
|
|
2213
|
+
/**
|
|
2214
|
+
* @generated from field: optional string natural_key = 3;
|
|
2215
|
+
*/
|
|
2216
|
+
naturalKey?: string;
|
|
2217
|
+
|
|
2218
|
+
/**
|
|
2219
|
+
* @generated from field: google.protobuf.Struct data = 4;
|
|
2220
|
+
*/
|
|
2221
|
+
data?: JsonObject;
|
|
2222
|
+
|
|
2223
|
+
/**
|
|
2224
|
+
* @generated from field: double score = 5;
|
|
2225
|
+
*/
|
|
2226
|
+
score: number;
|
|
2227
|
+
};
|
|
2228
|
+
|
|
2229
|
+
/**
|
|
2230
|
+
* Describes the message records.v1.SearchResultItem.
|
|
2231
|
+
* Use `create(SearchResultItemSchema)` to create a new message.
|
|
2232
|
+
*/
|
|
2233
|
+
export declare const SearchResultItemSchema: GenMessage<SearchResultItem>;
|
|
2234
|
+
|
|
2235
|
+
/**
|
|
2236
|
+
* @generated from message records.v1.GlobalSearchResponse
|
|
2237
|
+
*/
|
|
2238
|
+
export declare type GlobalSearchResponse = Message<"records.v1.GlobalSearchResponse"> & {
|
|
2239
|
+
/**
|
|
2240
|
+
* @generated from field: repeated records.v1.SearchResultItem records = 1;
|
|
2241
|
+
*/
|
|
2242
|
+
records: SearchResultItem[];
|
|
2243
|
+
|
|
2244
|
+
/**
|
|
2245
|
+
* @generated from field: int32 total = 2;
|
|
2246
|
+
*/
|
|
2247
|
+
total: number;
|
|
2248
|
+
};
|
|
2249
|
+
|
|
2250
|
+
/**
|
|
2251
|
+
* Describes the message records.v1.GlobalSearchResponse.
|
|
2252
|
+
* Use `create(GlobalSearchResponseSchema)` to create a new message.
|
|
2253
|
+
*/
|
|
2254
|
+
export declare const GlobalSearchResponseSchema: GenMessage<GlobalSearchResponse>;
|
|
2255
|
+
|
|
2256
|
+
/**
|
|
2257
|
+
* @generated from message records.v1.EmbeddingStats
|
|
2258
|
+
*/
|
|
2259
|
+
export declare type EmbeddingStats = Message<"records.v1.EmbeddingStats"> & {
|
|
2260
|
+
/**
|
|
2261
|
+
* @generated from field: string model_key = 1;
|
|
2262
|
+
*/
|
|
2263
|
+
modelKey: string;
|
|
2264
|
+
|
|
2265
|
+
/**
|
|
2266
|
+
* @generated from field: int32 total_records = 2;
|
|
2267
|
+
*/
|
|
2268
|
+
totalRecords: number;
|
|
2269
|
+
|
|
2270
|
+
/**
|
|
2271
|
+
* @generated from field: int32 embedded_records = 3;
|
|
2272
|
+
*/
|
|
2273
|
+
embeddedRecords: number;
|
|
2274
|
+
|
|
2275
|
+
/**
|
|
2276
|
+
* @generated from field: int32 pending_records = 4;
|
|
2277
|
+
*/
|
|
2278
|
+
pendingRecords: number;
|
|
2279
|
+
|
|
2280
|
+
/**
|
|
2281
|
+
* @generated from field: optional string last_embedded_at = 5;
|
|
2282
|
+
*/
|
|
2283
|
+
lastEmbeddedAt?: string;
|
|
2284
|
+
};
|
|
2285
|
+
|
|
2286
|
+
/**
|
|
2287
|
+
* Describes the message records.v1.EmbeddingStats.
|
|
2288
|
+
* Use `create(EmbeddingStatsSchema)` to create a new message.
|
|
2289
|
+
*/
|
|
2290
|
+
export declare const EmbeddingStatsSchema: GenMessage<EmbeddingStats>;
|
|
2291
|
+
|
|
2292
|
+
/**
|
|
2293
|
+
* @generated from message records.v1.RecordEmbedding
|
|
2294
|
+
*/
|
|
2295
|
+
export declare type RecordEmbedding = Message<"records.v1.RecordEmbedding"> & {
|
|
2296
|
+
/**
|
|
2297
|
+
* @generated from field: string record_id = 1;
|
|
2298
|
+
*/
|
|
2299
|
+
recordId: string;
|
|
2300
|
+
|
|
2301
|
+
/**
|
|
2302
|
+
* @generated from field: string model_key = 2;
|
|
2303
|
+
*/
|
|
2304
|
+
modelKey: string;
|
|
2305
|
+
|
|
2306
|
+
/**
|
|
2307
|
+
* @generated from field: int32 dimensions = 3;
|
|
2308
|
+
*/
|
|
2309
|
+
dimensions: number;
|
|
2310
|
+
|
|
2311
|
+
/**
|
|
2312
|
+
* @generated from field: optional string embedded_at = 4;
|
|
2313
|
+
*/
|
|
2314
|
+
embeddedAt?: string;
|
|
2315
|
+
};
|
|
2316
|
+
|
|
2317
|
+
/**
|
|
2318
|
+
* Describes the message records.v1.RecordEmbedding.
|
|
2319
|
+
* Use `create(RecordEmbeddingSchema)` to create a new message.
|
|
2320
|
+
*/
|
|
2321
|
+
export declare const RecordEmbeddingSchema: GenMessage<RecordEmbedding>;
|
|
2322
|
+
|
|
2323
|
+
/**
|
|
2324
|
+
* @generated from message records.v1.SimilarRecord
|
|
2325
|
+
*/
|
|
2326
|
+
export declare type SimilarRecord = Message<"records.v1.SimilarRecord"> & {
|
|
2327
|
+
/**
|
|
2328
|
+
* @generated from field: string id = 1;
|
|
2329
|
+
*/
|
|
2330
|
+
id: string;
|
|
2331
|
+
|
|
2332
|
+
/**
|
|
2333
|
+
* @generated from field: string model_key = 2;
|
|
2334
|
+
*/
|
|
2335
|
+
modelKey: string;
|
|
2336
|
+
|
|
2337
|
+
/**
|
|
2338
|
+
* @generated from field: optional string natural_key = 3;
|
|
2339
|
+
*/
|
|
2340
|
+
naturalKey?: string;
|
|
2341
|
+
|
|
2342
|
+
/**
|
|
2343
|
+
* @generated from field: google.protobuf.Struct data = 4;
|
|
2344
|
+
*/
|
|
2345
|
+
data?: JsonObject;
|
|
2346
|
+
|
|
2347
|
+
/**
|
|
2348
|
+
* @generated from field: double similarity = 5;
|
|
2349
|
+
*/
|
|
2350
|
+
similarity: number;
|
|
2351
|
+
};
|
|
2352
|
+
|
|
2353
|
+
/**
|
|
2354
|
+
* Describes the message records.v1.SimilarRecord.
|
|
2355
|
+
* Use `create(SimilarRecordSchema)` to create a new message.
|
|
2356
|
+
*/
|
|
2357
|
+
export declare const SimilarRecordSchema: GenMessage<SimilarRecord>;
|
|
2358
|
+
|
|
2359
|
+
/**
|
|
2360
|
+
* @generated from message records.v1.GetEmbeddingStatsRequest
|
|
2361
|
+
*/
|
|
2362
|
+
export declare type GetEmbeddingStatsRequest = Message<"records.v1.GetEmbeddingStatsRequest"> & {
|
|
2363
|
+
/**
|
|
2364
|
+
* @generated from field: optional string model_key = 1;
|
|
2365
|
+
*/
|
|
2366
|
+
modelKey?: string;
|
|
2367
|
+
};
|
|
2368
|
+
|
|
2369
|
+
/**
|
|
2370
|
+
* Describes the message records.v1.GetEmbeddingStatsRequest.
|
|
2371
|
+
* Use `create(GetEmbeddingStatsRequestSchema)` to create a new message.
|
|
2372
|
+
*/
|
|
2373
|
+
export declare const GetEmbeddingStatsRequestSchema: GenMessage<GetEmbeddingStatsRequest>;
|
|
2374
|
+
|
|
2375
|
+
/**
|
|
2376
|
+
* @generated from message records.v1.GetEmbeddingStatsResponse
|
|
2377
|
+
*/
|
|
2378
|
+
export declare type GetEmbeddingStatsResponse = Message<"records.v1.GetEmbeddingStatsResponse"> & {
|
|
2379
|
+
/**
|
|
2380
|
+
* @generated from field: repeated records.v1.EmbeddingStats stats = 1;
|
|
2381
|
+
*/
|
|
2382
|
+
stats: EmbeddingStats[];
|
|
2383
|
+
};
|
|
2384
|
+
|
|
2385
|
+
/**
|
|
2386
|
+
* Describes the message records.v1.GetEmbeddingStatsResponse.
|
|
2387
|
+
* Use `create(GetEmbeddingStatsResponseSchema)` to create a new message.
|
|
2388
|
+
*/
|
|
2389
|
+
export declare const GetEmbeddingStatsResponseSchema: GenMessage<GetEmbeddingStatsResponse>;
|
|
2390
|
+
|
|
2391
|
+
/**
|
|
2392
|
+
* @generated from message records.v1.GetRecordEmbeddingsRequest
|
|
2393
|
+
*/
|
|
2394
|
+
export declare type GetRecordEmbeddingsRequest = Message<"records.v1.GetRecordEmbeddingsRequest"> & {
|
|
2395
|
+
/**
|
|
2396
|
+
* @generated from field: string record_id = 1;
|
|
2397
|
+
*/
|
|
2398
|
+
recordId: string;
|
|
2399
|
+
};
|
|
2400
|
+
|
|
2401
|
+
/**
|
|
2402
|
+
* Describes the message records.v1.GetRecordEmbeddingsRequest.
|
|
2403
|
+
* Use `create(GetRecordEmbeddingsRequestSchema)` to create a new message.
|
|
2404
|
+
*/
|
|
2405
|
+
export declare const GetRecordEmbeddingsRequestSchema: GenMessage<GetRecordEmbeddingsRequest>;
|
|
2406
|
+
|
|
2407
|
+
/**
|
|
2408
|
+
* @generated from message records.v1.GetRecordEmbeddingsResponse
|
|
2409
|
+
*/
|
|
2410
|
+
export declare type GetRecordEmbeddingsResponse = Message<"records.v1.GetRecordEmbeddingsResponse"> & {
|
|
2411
|
+
/**
|
|
2412
|
+
* @generated from field: repeated records.v1.RecordEmbedding embeddings = 1;
|
|
2413
|
+
*/
|
|
2414
|
+
embeddings: RecordEmbedding[];
|
|
2415
|
+
};
|
|
2416
|
+
|
|
2417
|
+
/**
|
|
2418
|
+
* Describes the message records.v1.GetRecordEmbeddingsResponse.
|
|
2419
|
+
* Use `create(GetRecordEmbeddingsResponseSchema)` to create a new message.
|
|
2420
|
+
*/
|
|
2421
|
+
export declare const GetRecordEmbeddingsResponseSchema: GenMessage<GetRecordEmbeddingsResponse>;
|
|
2422
|
+
|
|
2423
|
+
/**
|
|
2424
|
+
* @generated from message records.v1.FindSimilarRecordsRequest
|
|
2425
|
+
*/
|
|
2426
|
+
export declare type FindSimilarRecordsRequest = Message<"records.v1.FindSimilarRecordsRequest"> & {
|
|
2427
|
+
/**
|
|
2428
|
+
* @generated from field: string record_id = 1;
|
|
2429
|
+
*/
|
|
2430
|
+
recordId: string;
|
|
2431
|
+
|
|
2432
|
+
/**
|
|
2433
|
+
* @generated from field: optional string model_key = 2;
|
|
2434
|
+
*/
|
|
2435
|
+
modelKey?: string;
|
|
2436
|
+
|
|
2437
|
+
/**
|
|
2438
|
+
* @generated from field: int32 limit = 10;
|
|
2439
|
+
*/
|
|
2440
|
+
limit: number;
|
|
2441
|
+
};
|
|
2442
|
+
|
|
2443
|
+
/**
|
|
2444
|
+
* Describes the message records.v1.FindSimilarRecordsRequest.
|
|
2445
|
+
* Use `create(FindSimilarRecordsRequestSchema)` to create a new message.
|
|
2446
|
+
*/
|
|
2447
|
+
export declare const FindSimilarRecordsRequestSchema: GenMessage<FindSimilarRecordsRequest>;
|
|
2448
|
+
|
|
2449
|
+
/**
|
|
2450
|
+
* @generated from message records.v1.FindSimilarRecordsResponse
|
|
2451
|
+
*/
|
|
2452
|
+
export declare type FindSimilarRecordsResponse = Message<"records.v1.FindSimilarRecordsResponse"> & {
|
|
2453
|
+
/**
|
|
2454
|
+
* @generated from field: repeated records.v1.SimilarRecord records = 1;
|
|
2455
|
+
*/
|
|
2456
|
+
records: SimilarRecord[];
|
|
2457
|
+
};
|
|
2458
|
+
|
|
2459
|
+
/**
|
|
2460
|
+
* Describes the message records.v1.FindSimilarRecordsResponse.
|
|
2461
|
+
* Use `create(FindSimilarRecordsResponseSchema)` to create a new message.
|
|
2462
|
+
*/
|
|
2463
|
+
export declare const FindSimilarRecordsResponseSchema: GenMessage<FindSimilarRecordsResponse>;
|
|
2464
|
+
|
|
2465
|
+
/**
|
|
2466
|
+
* @generated from message records.v1.WriteEmbeddingsRequest
|
|
2467
|
+
*/
|
|
2468
|
+
export declare type WriteEmbeddingsRequest = Message<"records.v1.WriteEmbeddingsRequest"> & {
|
|
2469
|
+
/**
|
|
2470
|
+
* @generated from field: string record_id = 1;
|
|
2471
|
+
*/
|
|
2472
|
+
recordId: string;
|
|
2473
|
+
|
|
2474
|
+
/**
|
|
2475
|
+
* @generated from field: repeated float vector = 2;
|
|
2476
|
+
*/
|
|
2477
|
+
vector: number[];
|
|
2478
|
+
|
|
2479
|
+
/**
|
|
2480
|
+
* @generated from field: int32 dimensions = 3;
|
|
2481
|
+
*/
|
|
2482
|
+
dimensions: number;
|
|
2483
|
+
|
|
2484
|
+
/**
|
|
2485
|
+
* @generated from field: optional string provider = 4;
|
|
2486
|
+
*/
|
|
2487
|
+
provider?: string;
|
|
2488
|
+
|
|
2489
|
+
/**
|
|
2490
|
+
* @generated from field: optional string model_name = 5;
|
|
2491
|
+
*/
|
|
2492
|
+
modelName?: string;
|
|
2493
|
+
};
|
|
2494
|
+
|
|
2495
|
+
/**
|
|
2496
|
+
* Describes the message records.v1.WriteEmbeddingsRequest.
|
|
2497
|
+
* Use `create(WriteEmbeddingsRequestSchema)` to create a new message.
|
|
2498
|
+
*/
|
|
2499
|
+
export declare const WriteEmbeddingsRequestSchema: GenMessage<WriteEmbeddingsRequest>;
|
|
2500
|
+
|
|
2501
|
+
/**
|
|
2502
|
+
* @generated from message records.v1.WriteEmbeddingsResponse
|
|
2503
|
+
*/
|
|
2504
|
+
export declare type WriteEmbeddingsResponse = Message<"records.v1.WriteEmbeddingsResponse"> & {
|
|
2505
|
+
/**
|
|
2506
|
+
* @generated from field: bool success = 1;
|
|
2507
|
+
*/
|
|
2508
|
+
success: boolean;
|
|
2509
|
+
};
|
|
2510
|
+
|
|
2511
|
+
/**
|
|
2512
|
+
* Describes the message records.v1.WriteEmbeddingsResponse.
|
|
2513
|
+
* Use `create(WriteEmbeddingsResponseSchema)` to create a new message.
|
|
2514
|
+
*/
|
|
2515
|
+
export declare const WriteEmbeddingsResponseSchema: GenMessage<WriteEmbeddingsResponse>;
|
|
2516
|
+
|
|
2517
|
+
/**
|
|
2518
|
+
* @generated from message records.v1.DeleteEmbeddingsRequest
|
|
2519
|
+
*/
|
|
2520
|
+
export declare type DeleteEmbeddingsRequest = Message<"records.v1.DeleteEmbeddingsRequest"> & {
|
|
2521
|
+
/**
|
|
2522
|
+
* @generated from field: string record_id = 1;
|
|
2523
|
+
*/
|
|
2524
|
+
recordId: string;
|
|
2525
|
+
};
|
|
2526
|
+
|
|
2527
|
+
/**
|
|
2528
|
+
* Describes the message records.v1.DeleteEmbeddingsRequest.
|
|
2529
|
+
* Use `create(DeleteEmbeddingsRequestSchema)` to create a new message.
|
|
2530
|
+
*/
|
|
2531
|
+
export declare const DeleteEmbeddingsRequestSchema: GenMessage<DeleteEmbeddingsRequest>;
|
|
2532
|
+
|
|
2533
|
+
/**
|
|
2534
|
+
* @generated from message records.v1.DeleteEmbeddingsResponse
|
|
2535
|
+
*/
|
|
2536
|
+
export declare type DeleteEmbeddingsResponse = Message<"records.v1.DeleteEmbeddingsResponse"> & {
|
|
2537
|
+
/**
|
|
2538
|
+
* @generated from field: bool success = 1;
|
|
2539
|
+
*/
|
|
2540
|
+
success: boolean;
|
|
2541
|
+
};
|
|
2542
|
+
|
|
2543
|
+
/**
|
|
2544
|
+
* Describes the message records.v1.DeleteEmbeddingsResponse.
|
|
2545
|
+
* Use `create(DeleteEmbeddingsResponseSchema)` to create a new message.
|
|
2546
|
+
*/
|
|
2547
|
+
export declare const DeleteEmbeddingsResponseSchema: GenMessage<DeleteEmbeddingsResponse>;
|
|
2548
|
+
|
|
2549
|
+
/**
|
|
2550
|
+
* @generated from message records.v1.SearchEmbeddingsRequest
|
|
2551
|
+
*/
|
|
2552
|
+
export declare type SearchEmbeddingsRequest = Message<"records.v1.SearchEmbeddingsRequest"> & {
|
|
2553
|
+
/**
|
|
2554
|
+
* @generated from field: repeated float query_vector = 1;
|
|
2555
|
+
*/
|
|
2556
|
+
queryVector: number[];
|
|
2557
|
+
|
|
2558
|
+
/**
|
|
2559
|
+
* @generated from field: optional string model_key = 2;
|
|
2560
|
+
*/
|
|
2561
|
+
modelKey?: string;
|
|
2562
|
+
|
|
2563
|
+
/**
|
|
2564
|
+
* @generated from field: int32 limit = 10;
|
|
2565
|
+
*/
|
|
2566
|
+
limit: number;
|
|
2567
|
+
};
|
|
2568
|
+
|
|
2569
|
+
/**
|
|
2570
|
+
* Describes the message records.v1.SearchEmbeddingsRequest.
|
|
2571
|
+
* Use `create(SearchEmbeddingsRequestSchema)` to create a new message.
|
|
2572
|
+
*/
|
|
2573
|
+
export declare const SearchEmbeddingsRequestSchema: GenMessage<SearchEmbeddingsRequest>;
|
|
2574
|
+
|
|
2575
|
+
/**
|
|
2576
|
+
* @generated from message records.v1.SearchEmbeddingsResponse
|
|
2577
|
+
*/
|
|
2578
|
+
export declare type SearchEmbeddingsResponse = Message<"records.v1.SearchEmbeddingsResponse"> & {
|
|
2579
|
+
/**
|
|
2580
|
+
* @generated from field: repeated records.v1.SimilarRecord results = 1;
|
|
2581
|
+
*/
|
|
2582
|
+
results: SimilarRecord[];
|
|
2583
|
+
};
|
|
2584
|
+
|
|
2585
|
+
/**
|
|
2586
|
+
* Describes the message records.v1.SearchEmbeddingsResponse.
|
|
2587
|
+
* Use `create(SearchEmbeddingsResponseSchema)` to create a new message.
|
|
2588
|
+
*/
|
|
2589
|
+
export declare const SearchEmbeddingsResponseSchema: GenMessage<SearchEmbeddingsResponse>;
|
|
2590
|
+
|
|
2591
|
+
/**
|
|
2592
|
+
* @generated from enum records.v1.RecordType
|
|
2593
|
+
*/
|
|
2594
|
+
export enum RecordType {
|
|
2595
|
+
/**
|
|
2596
|
+
* @generated from enum value: RECORD_TYPE_UNSPECIFIED = 0;
|
|
2597
|
+
*/
|
|
2598
|
+
UNSPECIFIED = 0,
|
|
2599
|
+
|
|
2600
|
+
/**
|
|
2601
|
+
* @generated from enum value: RECORD_TYPE_RECORD = 1;
|
|
2602
|
+
*/
|
|
2603
|
+
RECORD = 1,
|
|
2604
|
+
|
|
2605
|
+
/**
|
|
2606
|
+
* @generated from enum value: RECORD_TYPE_VARIANT = 2;
|
|
2607
|
+
*/
|
|
2608
|
+
VARIANT = 2,
|
|
2609
|
+
|
|
2610
|
+
/**
|
|
2611
|
+
* @generated from enum value: RECORD_TYPE_VERSION = 3;
|
|
2612
|
+
*/
|
|
2613
|
+
VERSION = 3,
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
/**
|
|
2617
|
+
* Describes the enum records.v1.RecordType.
|
|
2618
|
+
*/
|
|
2619
|
+
export declare const RecordTypeSchema: GenEnum<RecordType>;
|
|
2620
|
+
|
|
2621
|
+
/**
|
|
2622
|
+
* @generated from enum records.v1.BatchStatus
|
|
2623
|
+
*/
|
|
2624
|
+
export enum BatchStatus {
|
|
2625
|
+
/**
|
|
2626
|
+
* @generated from enum value: BATCH_STATUS_UNSPECIFIED = 0;
|
|
2627
|
+
*/
|
|
2628
|
+
UNSPECIFIED = 0,
|
|
2629
|
+
|
|
2630
|
+
/**
|
|
2631
|
+
* @generated from enum value: BATCH_STATUS_PENDING = 1;
|
|
2632
|
+
*/
|
|
2633
|
+
PENDING = 1,
|
|
2634
|
+
|
|
2635
|
+
/**
|
|
2636
|
+
* @generated from enum value: BATCH_STATUS_SCHEDULED = 2;
|
|
2637
|
+
*/
|
|
2638
|
+
SCHEDULED = 2,
|
|
2639
|
+
|
|
2640
|
+
/**
|
|
2641
|
+
* @generated from enum value: BATCH_STATUS_EXECUTING = 3;
|
|
2642
|
+
*/
|
|
2643
|
+
EXECUTING = 3,
|
|
2644
|
+
|
|
2645
|
+
/**
|
|
2646
|
+
* @generated from enum value: BATCH_STATUS_COMPLETED = 4;
|
|
2647
|
+
*/
|
|
2648
|
+
COMPLETED = 4,
|
|
2649
|
+
|
|
2650
|
+
/**
|
|
2651
|
+
* @generated from enum value: BATCH_STATUS_PARTIALLY_FAILED = 5;
|
|
2652
|
+
*/
|
|
2653
|
+
PARTIALLY_FAILED = 5,
|
|
2654
|
+
|
|
2655
|
+
/**
|
|
2656
|
+
* @generated from enum value: BATCH_STATUS_FAILED = 6;
|
|
2657
|
+
*/
|
|
2658
|
+
FAILED = 6,
|
|
2659
|
+
|
|
2660
|
+
/**
|
|
2661
|
+
* @generated from enum value: BATCH_STATUS_CANCELLED = 7;
|
|
2662
|
+
*/
|
|
2663
|
+
CANCELLED = 7,
|
|
2664
|
+
|
|
2665
|
+
/**
|
|
2666
|
+
* @generated from enum value: BATCH_STATUS_ROLLED_BACK = 8;
|
|
2667
|
+
*/
|
|
2668
|
+
ROLLED_BACK = 8,
|
|
2669
|
+
}
|
|
2670
|
+
|
|
2671
|
+
/**
|
|
2672
|
+
* Describes the enum records.v1.BatchStatus.
|
|
2673
|
+
*/
|
|
2674
|
+
export declare const BatchStatusSchema: GenEnum<BatchStatus>;
|
|
2675
|
+
|
|
2676
|
+
/**
|
|
2677
|
+
* @generated from enum records.v1.BatchOperationType
|
|
2678
|
+
*/
|
|
2679
|
+
export enum BatchOperationType {
|
|
2680
|
+
/**
|
|
2681
|
+
* @generated from enum value: BATCH_OPERATION_TYPE_UNSPECIFIED = 0;
|
|
2682
|
+
*/
|
|
2683
|
+
UNSPECIFIED = 0,
|
|
2684
|
+
|
|
2685
|
+
/**
|
|
2686
|
+
* @generated from enum value: BATCH_OPERATION_TYPE_CREATE = 1;
|
|
2687
|
+
*/
|
|
2688
|
+
CREATE = 1,
|
|
2689
|
+
|
|
2690
|
+
/**
|
|
2691
|
+
* @generated from enum value: BATCH_OPERATION_TYPE_UPDATE = 2;
|
|
2692
|
+
*/
|
|
2693
|
+
UPDATE = 2,
|
|
2694
|
+
|
|
2695
|
+
/**
|
|
2696
|
+
* @generated from enum value: BATCH_OPERATION_TYPE_DELETE = 3;
|
|
2697
|
+
*/
|
|
2698
|
+
DELETE = 3,
|
|
2699
|
+
}
|
|
2700
|
+
|
|
2701
|
+
/**
|
|
2702
|
+
* Describes the enum records.v1.BatchOperationType.
|
|
2703
|
+
*/
|
|
2704
|
+
export declare const BatchOperationTypeSchema: GenEnum<BatchOperationType>;
|
|
2705
|
+
|
|
2706
|
+
/**
|
|
2707
|
+
* @generated from service records.v1.RecordsService
|
|
2708
|
+
*/
|
|
2709
|
+
export declare const RecordsService: GenService<{
|
|
2710
|
+
/**
|
|
2711
|
+
* CRUD.
|
|
2712
|
+
*
|
|
2713
|
+
* @generated from rpc records.v1.RecordsService.CreateRecord
|
|
2714
|
+
*/
|
|
2715
|
+
createRecord: {
|
|
2716
|
+
methodKind: "unary";
|
|
2717
|
+
input: typeof CreateRecordRequestSchema;
|
|
2718
|
+
output: typeof CreateRecordResponseSchema;
|
|
2719
|
+
},
|
|
2720
|
+
/**
|
|
2721
|
+
* @generated from rpc records.v1.RecordsService.GetRecord
|
|
2722
|
+
*/
|
|
2723
|
+
getRecord: {
|
|
2724
|
+
methodKind: "unary";
|
|
2725
|
+
input: typeof GetRecordRequestSchema;
|
|
2726
|
+
output: typeof GetRecordResponseSchema;
|
|
2727
|
+
},
|
|
2728
|
+
/**
|
|
2729
|
+
* @generated from rpc records.v1.RecordsService.GetRecordByKey
|
|
2730
|
+
*/
|
|
2731
|
+
getRecordByKey: {
|
|
2732
|
+
methodKind: "unary";
|
|
2733
|
+
input: typeof GetRecordByKeyRequestSchema;
|
|
2734
|
+
output: typeof GetRecordByKeyResponseSchema;
|
|
2735
|
+
},
|
|
2736
|
+
/**
|
|
2737
|
+
* @generated from rpc records.v1.RecordsService.GetRecordByKeyOrId
|
|
2738
|
+
*/
|
|
2739
|
+
getRecordByKeyOrId: {
|
|
2740
|
+
methodKind: "unary";
|
|
2741
|
+
input: typeof GetRecordByKeyOrIdRequestSchema;
|
|
2742
|
+
output: typeof GetRecordByKeyOrIdResponseSchema;
|
|
2743
|
+
},
|
|
2744
|
+
/**
|
|
2745
|
+
* @generated from rpc records.v1.RecordsService.ListRecords
|
|
2746
|
+
*/
|
|
2747
|
+
listRecords: {
|
|
2748
|
+
methodKind: "unary";
|
|
2749
|
+
input: typeof ListRecordsRequestSchema;
|
|
2750
|
+
output: typeof ListRecordsResponseSchema;
|
|
2751
|
+
},
|
|
2752
|
+
/**
|
|
2753
|
+
* @generated from rpc records.v1.RecordsService.UpdateRecord
|
|
2754
|
+
*/
|
|
2755
|
+
updateRecord: {
|
|
2756
|
+
methodKind: "unary";
|
|
2757
|
+
input: typeof UpdateRecordRequestSchema;
|
|
2758
|
+
output: typeof UpdateRecordResponseSchema;
|
|
2759
|
+
},
|
|
2760
|
+
/**
|
|
2761
|
+
* @generated from rpc records.v1.RecordsService.DeleteRecord
|
|
2762
|
+
*/
|
|
2763
|
+
deleteRecord: {
|
|
2764
|
+
methodKind: "unary";
|
|
2765
|
+
input: typeof DeleteRecordRequestSchema;
|
|
2766
|
+
output: typeof DeleteRecordResponseSchema;
|
|
2767
|
+
},
|
|
2768
|
+
/**
|
|
2769
|
+
* @generated from rpc records.v1.RecordsService.BatchRecordOperations
|
|
2770
|
+
*/
|
|
2771
|
+
batchRecordOperations: {
|
|
2772
|
+
methodKind: "unary";
|
|
2773
|
+
input: typeof BatchRecordOperationsRequestSchema;
|
|
2774
|
+
output: typeof BatchRecordOperationsResponseSchema;
|
|
2775
|
+
},
|
|
2776
|
+
/**
|
|
2777
|
+
* @generated from rpc records.v1.RecordsService.BulkUpdateRecords
|
|
2778
|
+
*/
|
|
2779
|
+
bulkUpdateRecords: {
|
|
2780
|
+
methodKind: "unary";
|
|
2781
|
+
input: typeof BulkUpdateRecordsRequestSchema;
|
|
2782
|
+
output: typeof BulkUpdateRecordsResponseSchema;
|
|
2783
|
+
},
|
|
2784
|
+
/**
|
|
2785
|
+
* @generated from rpc records.v1.RecordsService.DuplicateRecord
|
|
2786
|
+
*/
|
|
2787
|
+
duplicateRecord: {
|
|
2788
|
+
methodKind: "unary";
|
|
2789
|
+
input: typeof DuplicateRecordRequestSchema;
|
|
2790
|
+
output: typeof DuplicateRecordResponseSchema;
|
|
2791
|
+
},
|
|
2792
|
+
/**
|
|
2793
|
+
* @generated from rpc records.v1.RecordsService.DuplicateRecordsBulk
|
|
2794
|
+
*/
|
|
2795
|
+
duplicateRecordsBulk: {
|
|
2796
|
+
methodKind: "unary";
|
|
2797
|
+
input: typeof DuplicateRecordsBulkRequestSchema;
|
|
2798
|
+
output: typeof DuplicateRecordsBulkResponseSchema;
|
|
2799
|
+
},
|
|
2800
|
+
/**
|
|
2801
|
+
* Versioning.
|
|
2802
|
+
*
|
|
2803
|
+
* @generated from rpc records.v1.RecordsService.CreateVersion
|
|
2804
|
+
*/
|
|
2805
|
+
createVersion: {
|
|
2806
|
+
methodKind: "unary";
|
|
2807
|
+
input: typeof CreateVersionRequestSchema;
|
|
2808
|
+
output: typeof CreateVersionResponseSchema;
|
|
2809
|
+
},
|
|
2810
|
+
/**
|
|
2811
|
+
* @generated from rpc records.v1.RecordsService.PublishVersion
|
|
2812
|
+
*/
|
|
2813
|
+
publishVersion: {
|
|
2814
|
+
methodKind: "unary";
|
|
2815
|
+
input: typeof PublishVersionRequestSchema;
|
|
2816
|
+
output: typeof PublishVersionResponseSchema;
|
|
2817
|
+
},
|
|
2818
|
+
/**
|
|
2819
|
+
* @generated from rpc records.v1.RecordsService.UnpublishRecord
|
|
2820
|
+
*/
|
|
2821
|
+
unpublishRecord: {
|
|
2822
|
+
methodKind: "unary";
|
|
2823
|
+
input: typeof UnpublishRecordRequestSchema;
|
|
2824
|
+
output: typeof UnpublishRecordResponseSchema;
|
|
2825
|
+
},
|
|
2826
|
+
/**
|
|
2827
|
+
* @generated from rpc records.v1.RecordsService.RevertToVersion
|
|
2828
|
+
*/
|
|
2829
|
+
revertToVersion: {
|
|
2830
|
+
methodKind: "unary";
|
|
2831
|
+
input: typeof RevertToVersionRequestSchema;
|
|
2832
|
+
output: typeof RevertToVersionResponseSchema;
|
|
2833
|
+
},
|
|
2834
|
+
/**
|
|
2835
|
+
* @generated from rpc records.v1.RecordsService.ListRecordVersions
|
|
2836
|
+
*/
|
|
2837
|
+
listRecordVersions: {
|
|
2838
|
+
methodKind: "unary";
|
|
2839
|
+
input: typeof ListRecordVersionsRequestSchema;
|
|
2840
|
+
output: typeof ListRecordVersionsResponseSchema;
|
|
2841
|
+
},
|
|
2842
|
+
/**
|
|
2843
|
+
* Content save (consolidated editor save path).
|
|
2844
|
+
*
|
|
2845
|
+
* @generated from rpc records.v1.RecordsService.SaveContent
|
|
2846
|
+
*/
|
|
2847
|
+
saveContent: {
|
|
2848
|
+
methodKind: "unary";
|
|
2849
|
+
input: typeof SaveContentRequestSchema;
|
|
2850
|
+
output: typeof SaveContentResponseSchema;
|
|
2851
|
+
},
|
|
2852
|
+
/**
|
|
2853
|
+
* Variants.
|
|
2854
|
+
*
|
|
2855
|
+
* @generated from rpc records.v1.RecordsService.CreateVariant
|
|
2856
|
+
*/
|
|
2857
|
+
createVariant: {
|
|
2858
|
+
methodKind: "unary";
|
|
2859
|
+
input: typeof CreateVariantRequestSchema;
|
|
2860
|
+
output: typeof CreateVariantResponseSchema;
|
|
2861
|
+
},
|
|
2862
|
+
/**
|
|
2863
|
+
* @generated from rpc records.v1.RecordsService.UpdateVariant
|
|
2864
|
+
*/
|
|
2865
|
+
updateVariant: {
|
|
2866
|
+
methodKind: "unary";
|
|
2867
|
+
input: typeof UpdateVariantRequestSchema;
|
|
2868
|
+
output: typeof UpdateVariantResponseSchema;
|
|
2869
|
+
},
|
|
2870
|
+
/**
|
|
2871
|
+
* @generated from rpc records.v1.RecordsService.DeleteVariant
|
|
2872
|
+
*/
|
|
2873
|
+
deleteVariant: {
|
|
2874
|
+
methodKind: "unary";
|
|
2875
|
+
input: typeof DeleteVariantRequestSchema;
|
|
2876
|
+
output: typeof DeleteVariantResponseSchema;
|
|
2877
|
+
},
|
|
2878
|
+
/**
|
|
2879
|
+
* @generated from rpc records.v1.RecordsService.SetDefaultVariant
|
|
2880
|
+
*/
|
|
2881
|
+
setDefaultVariant: {
|
|
2882
|
+
methodKind: "unary";
|
|
2883
|
+
input: typeof SetDefaultVariantRequestSchema;
|
|
2884
|
+
output: typeof SetDefaultVariantResponseSchema;
|
|
2885
|
+
},
|
|
2886
|
+
/**
|
|
2887
|
+
* @generated from rpc records.v1.RecordsService.ListRecordVariants
|
|
2888
|
+
*/
|
|
2889
|
+
listRecordVariants: {
|
|
2890
|
+
methodKind: "unary";
|
|
2891
|
+
input: typeof ListRecordVariantsRequestSchema;
|
|
2892
|
+
output: typeof ListRecordVariantsResponseSchema;
|
|
2893
|
+
},
|
|
2894
|
+
/**
|
|
2895
|
+
* Scheduling.
|
|
2896
|
+
*
|
|
2897
|
+
* @generated from rpc records.v1.RecordsService.ScheduleRecordPublish
|
|
2898
|
+
*/
|
|
2899
|
+
scheduleRecordPublish: {
|
|
2900
|
+
methodKind: "unary";
|
|
2901
|
+
input: typeof ScheduleRecordPublishRequestSchema;
|
|
2902
|
+
output: typeof ScheduleRecordPublishResponseSchema;
|
|
2903
|
+
},
|
|
2904
|
+
/**
|
|
2905
|
+
* @generated from rpc records.v1.RecordsService.CancelScheduledRecordPublish
|
|
2906
|
+
*/
|
|
2907
|
+
cancelScheduledRecordPublish: {
|
|
2908
|
+
methodKind: "unary";
|
|
2909
|
+
input: typeof CancelScheduledRecordPublishRequestSchema;
|
|
2910
|
+
output: typeof CancelScheduledRecordPublishResponseSchema;
|
|
2911
|
+
},
|
|
2912
|
+
/**
|
|
2913
|
+
* @generated from rpc records.v1.RecordsService.ListScheduledPublishes
|
|
2914
|
+
*/
|
|
2915
|
+
listScheduledPublishes: {
|
|
2916
|
+
methodKind: "unary";
|
|
2917
|
+
input: typeof ListScheduledPublishesRequestSchema;
|
|
2918
|
+
output: typeof ListScheduledPublishesResponseSchema;
|
|
2919
|
+
},
|
|
2920
|
+
/**
|
|
2921
|
+
* @generated from rpc records.v1.RecordsService.GetScheduledPublish
|
|
2922
|
+
*/
|
|
2923
|
+
getScheduledPublish: {
|
|
2924
|
+
methodKind: "unary";
|
|
2925
|
+
input: typeof GetScheduledPublishRequestSchema;
|
|
2926
|
+
output: typeof GetScheduledPublishResponseSchema;
|
|
2927
|
+
},
|
|
2928
|
+
/**
|
|
2929
|
+
* @generated from rpc records.v1.RecordsService.ListDraftVersions
|
|
2930
|
+
*/
|
|
2931
|
+
listDraftVersions: {
|
|
2932
|
+
methodKind: "unary";
|
|
2933
|
+
input: typeof ListDraftVersionsRequestSchema;
|
|
2934
|
+
output: typeof ListDraftVersionsResponseSchema;
|
|
2935
|
+
},
|
|
2936
|
+
/**
|
|
2937
|
+
* Batch publishing.
|
|
2938
|
+
*
|
|
2939
|
+
* @generated from rpc records.v1.RecordsService.BatchPublishVersions
|
|
2940
|
+
*/
|
|
2941
|
+
batchPublishVersions: {
|
|
2942
|
+
methodKind: "unary";
|
|
2943
|
+
input: typeof BatchPublishVersionsRequestSchema;
|
|
2944
|
+
output: typeof BatchPublishVersionsResponseSchema;
|
|
2945
|
+
},
|
|
2946
|
+
/**
|
|
2947
|
+
* Publish batches.
|
|
2948
|
+
*
|
|
2949
|
+
* @generated from rpc records.v1.RecordsService.CreatePublishBatch
|
|
2950
|
+
*/
|
|
2951
|
+
createPublishBatch: {
|
|
2952
|
+
methodKind: "unary";
|
|
2953
|
+
input: typeof CreatePublishBatchRequestSchema;
|
|
2954
|
+
output: typeof CreatePublishBatchResponseSchema;
|
|
2955
|
+
},
|
|
2956
|
+
/**
|
|
2957
|
+
* @generated from rpc records.v1.RecordsService.UpdatePublishBatch
|
|
2958
|
+
*/
|
|
2959
|
+
updatePublishBatch: {
|
|
2960
|
+
methodKind: "unary";
|
|
2961
|
+
input: typeof UpdatePublishBatchRequestSchema;
|
|
2962
|
+
output: typeof UpdatePublishBatchResponseSchema;
|
|
2963
|
+
},
|
|
2964
|
+
/**
|
|
2965
|
+
* @generated from rpc records.v1.RecordsService.CancelPublishBatch
|
|
2966
|
+
*/
|
|
2967
|
+
cancelPublishBatch: {
|
|
2968
|
+
methodKind: "unary";
|
|
2969
|
+
input: typeof CancelPublishBatchRequestSchema;
|
|
2970
|
+
output: typeof CancelPublishBatchResponseSchema;
|
|
2971
|
+
},
|
|
2972
|
+
/**
|
|
2973
|
+
* @generated from rpc records.v1.RecordsService.RollbackPublishBatch
|
|
2974
|
+
*/
|
|
2975
|
+
rollbackPublishBatch: {
|
|
2976
|
+
methodKind: "unary";
|
|
2977
|
+
input: typeof RollbackPublishBatchRequestSchema;
|
|
2978
|
+
output: typeof RollbackPublishBatchResponseSchema;
|
|
2979
|
+
},
|
|
2980
|
+
/**
|
|
2981
|
+
* @generated from rpc records.v1.RecordsService.RetryFailedBatchItems
|
|
2982
|
+
*/
|
|
2983
|
+
retryFailedBatchItems: {
|
|
2984
|
+
methodKind: "unary";
|
|
2985
|
+
input: typeof RetryFailedBatchItemsRequestSchema;
|
|
2986
|
+
output: typeof RetryFailedBatchItemsResponseSchema;
|
|
2987
|
+
},
|
|
2988
|
+
/**
|
|
2989
|
+
* @generated from rpc records.v1.RecordsService.AddItemsToPublishBatch
|
|
2990
|
+
*/
|
|
2991
|
+
addItemsToPublishBatch: {
|
|
2992
|
+
methodKind: "unary";
|
|
2993
|
+
input: typeof AddItemsToPublishBatchRequestSchema;
|
|
2994
|
+
output: typeof AddItemsToPublishBatchResponseSchema;
|
|
2995
|
+
},
|
|
2996
|
+
/**
|
|
2997
|
+
* @generated from rpc records.v1.RecordsService.RemoveItemsFromPublishBatch
|
|
2998
|
+
*/
|
|
2999
|
+
removeItemsFromPublishBatch: {
|
|
3000
|
+
methodKind: "unary";
|
|
3001
|
+
input: typeof RemoveItemsFromPublishBatchRequestSchema;
|
|
3002
|
+
output: typeof RemoveItemsFromPublishBatchResponseSchema;
|
|
3003
|
+
},
|
|
3004
|
+
/**
|
|
3005
|
+
* @generated from rpc records.v1.RecordsService.ListPublishBatches
|
|
3006
|
+
*/
|
|
3007
|
+
listPublishBatches: {
|
|
3008
|
+
methodKind: "unary";
|
|
3009
|
+
input: typeof ListPublishBatchesRequestSchema;
|
|
3010
|
+
output: typeof ListPublishBatchesResponseSchema;
|
|
3011
|
+
},
|
|
3012
|
+
/**
|
|
3013
|
+
* @generated from rpc records.v1.RecordsService.GetPublishBatch
|
|
3014
|
+
*/
|
|
3015
|
+
getPublishBatch: {
|
|
3016
|
+
methodKind: "unary";
|
|
3017
|
+
input: typeof GetPublishBatchRequestSchema;
|
|
3018
|
+
output: typeof GetPublishBatchResponseSchema;
|
|
3019
|
+
},
|
|
3020
|
+
/**
|
|
3021
|
+
* Search.
|
|
3022
|
+
*
|
|
3023
|
+
* @generated from rpc records.v1.RecordsService.GlobalSearch
|
|
3024
|
+
*/
|
|
3025
|
+
globalSearch: {
|
|
3026
|
+
methodKind: "unary";
|
|
3027
|
+
input: typeof GlobalSearchRequestSchema;
|
|
3028
|
+
output: typeof GlobalSearchResponseSchema;
|
|
3029
|
+
},
|
|
3030
|
+
/**
|
|
3031
|
+
* Sync.
|
|
3032
|
+
*
|
|
3033
|
+
* @generated from rpc records.v1.RecordsService.SyncPull
|
|
3034
|
+
*/
|
|
3035
|
+
syncPull: {
|
|
3036
|
+
methodKind: "unary";
|
|
3037
|
+
input: typeof SyncPullRequestSchema;
|
|
3038
|
+
output: typeof SyncPullResponseSchema;
|
|
3039
|
+
},
|
|
3040
|
+
/**
|
|
3041
|
+
* @generated from rpc records.v1.RecordsService.SyncPush
|
|
3042
|
+
*/
|
|
3043
|
+
syncPush: {
|
|
3044
|
+
methodKind: "unary";
|
|
3045
|
+
input: typeof SyncPushRequestSchema;
|
|
3046
|
+
output: typeof SyncPushResponseSchema;
|
|
3047
|
+
},
|
|
3048
|
+
/**
|
|
3049
|
+
* Embeddings.
|
|
3050
|
+
*
|
|
3051
|
+
* @generated from rpc records.v1.RecordsService.GetEmbeddingStats
|
|
3052
|
+
*/
|
|
3053
|
+
getEmbeddingStats: {
|
|
3054
|
+
methodKind: "unary";
|
|
3055
|
+
input: typeof GetEmbeddingStatsRequestSchema;
|
|
3056
|
+
output: typeof GetEmbeddingStatsResponseSchema;
|
|
3057
|
+
},
|
|
3058
|
+
/**
|
|
3059
|
+
* @generated from rpc records.v1.RecordsService.GetRecordEmbeddings
|
|
3060
|
+
*/
|
|
3061
|
+
getRecordEmbeddings: {
|
|
3062
|
+
methodKind: "unary";
|
|
3063
|
+
input: typeof GetRecordEmbeddingsRequestSchema;
|
|
3064
|
+
output: typeof GetRecordEmbeddingsResponseSchema;
|
|
3065
|
+
},
|
|
3066
|
+
/**
|
|
3067
|
+
* @generated from rpc records.v1.RecordsService.FindSimilarRecords
|
|
3068
|
+
*/
|
|
3069
|
+
findSimilarRecords: {
|
|
3070
|
+
methodKind: "unary";
|
|
3071
|
+
input: typeof FindSimilarRecordsRequestSchema;
|
|
3072
|
+
output: typeof FindSimilarRecordsResponseSchema;
|
|
3073
|
+
},
|
|
3074
|
+
/**
|
|
3075
|
+
* @generated from rpc records.v1.RecordsService.WriteEmbeddings
|
|
3076
|
+
*/
|
|
3077
|
+
writeEmbeddings: {
|
|
3078
|
+
methodKind: "unary";
|
|
3079
|
+
input: typeof WriteEmbeddingsRequestSchema;
|
|
3080
|
+
output: typeof WriteEmbeddingsResponseSchema;
|
|
3081
|
+
},
|
|
3082
|
+
/**
|
|
3083
|
+
* @generated from rpc records.v1.RecordsService.DeleteEmbeddings
|
|
3084
|
+
*/
|
|
3085
|
+
deleteEmbeddings: {
|
|
3086
|
+
methodKind: "unary";
|
|
3087
|
+
input: typeof DeleteEmbeddingsRequestSchema;
|
|
3088
|
+
output: typeof DeleteEmbeddingsResponseSchema;
|
|
3089
|
+
},
|
|
3090
|
+
/**
|
|
3091
|
+
* @generated from rpc records.v1.RecordsService.SearchEmbeddings
|
|
3092
|
+
*/
|
|
3093
|
+
searchEmbeddings: {
|
|
3094
|
+
methodKind: "unary";
|
|
3095
|
+
input: typeof SearchEmbeddingsRequestSchema;
|
|
3096
|
+
output: typeof SearchEmbeddingsResponseSchema;
|
|
3097
|
+
},
|
|
3098
|
+
}>;
|
|
3099
|
+
|