@eide/foir-proto-ts 0.27.0 → 0.28.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 +1 -1
- package/src/analytics/v1/analytics_pb.d.ts +31 -31
- package/src/analytics/v1/analytics_pb.js +1 -1
- package/src/apps/v1/apps_pb.d.ts +26 -26
- package/src/apps/v1/apps_pb.js +1 -1
- package/src/apps/v1/apps_service_pb.d.ts +38 -38
- package/src/apps/v1/apps_service_pb.js +1 -1
- package/src/billing/v1/billing_pb.d.ts +102 -102
- package/src/billing/v1/billing_pb.js +1 -1
- package/src/buf/validate/validate_pb.d.ts +10 -10
- package/src/buf/validate/validate_pb.js +1 -1
- package/src/configs/v1/configs_pb.d.ts +51 -51
- package/src/configs/v1/configs_pb.js +1 -1
- package/src/email/v1/email_pb.d.ts +24 -24
- package/src/email/v1/email_pb.js +1 -1
- package/src/experiments/v1/experiments_pb.d.ts +50 -50
- package/src/experiments/v1/experiments_pb.js +1 -1
- package/src/expressions/v1/expressions_pb.d.ts +11 -11
- package/src/expressions/v1/expressions_pb.js +1 -1
- package/src/hooks/v1/hooks_pb.d.ts +36 -36
- package/src/hooks/v1/hooks_pb.js +1 -1
- package/src/identity/v1/identity_pb.d.ts +196 -196
- package/src/identity/v1/identity_pb.js +1 -1
- package/src/models/v1/models_connect.d.ts +32 -1
- package/src/models/v1/models_connect.js +32 -1
- package/src/models/v1/models_pb.d.ts +265 -52
- package/src/models/v1/models_pb.js +58 -2
- package/src/notifications/v1/notifications_pb.d.ts +40 -40
- package/src/notifications/v1/notifications_pb.js +1 -1
- package/src/operations/v1/operations_connect.d.ts +37 -1
- package/src/operations/v1/operations_connect.js +37 -1
- package/src/operations/v1/operations_pb.d.ts +304 -114
- package/src/operations/v1/operations_pb.js +87 -31
- package/src/placements/v1/placements_pb.d.ts +24 -24
- package/src/placements/v1/placements_pb.js +1 -1
- package/src/queue/v1/queue_pb.d.ts +17 -17
- package/src/queue/v1/queue_pb.js +1 -1
- package/src/records/v1/records_pb.d.ts +136 -136
- package/src/records/v1/records_pb.js +1 -1
- package/src/schedules/v1/schedules_pb.d.ts +64 -64
- package/src/schedules/v1/schedules_pb.js +1 -1
- package/src/segments/v1/segments_pb.d.ts +35 -35
- package/src/segments/v1/segments_pb.js +1 -1
- package/src/settings/v1/settings_pb.d.ts +190 -190
- package/src/settings/v1/settings_pb.js +1 -1
- package/src/storage/v1/storage_pb.d.ts +41 -41
- package/src/storage/v1/storage_pb.js +1 -1
- package/src/workers/v1/workers_pb.d.ts +1 -1
- package/src/workers/v1/workers_pb.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.
|
|
1
|
+
// @generated by protoc-gen-es v2.12.0 with parameter "import_extension=js"
|
|
2
2
|
// @generated from file operations/v1/operations.proto (package operations.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -33,17 +33,17 @@ export declare type Operation = Message<"operations.v1.Operation"> & {
|
|
|
33
33
|
/**
|
|
34
34
|
* @generated from field: optional string description = 4;
|
|
35
35
|
*/
|
|
36
|
-
description?: string;
|
|
36
|
+
description?: string | undefined;
|
|
37
37
|
|
|
38
38
|
/**
|
|
39
39
|
* @generated from field: optional string icon = 5;
|
|
40
40
|
*/
|
|
41
|
-
icon?: string;
|
|
41
|
+
icon?: string | undefined;
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
44
|
* @generated from field: optional string category = 6;
|
|
45
45
|
*/
|
|
46
|
-
category?: string;
|
|
46
|
+
category?: string | undefined;
|
|
47
47
|
|
|
48
48
|
/**
|
|
49
49
|
* @generated from field: string endpoint = 7;
|
|
@@ -53,7 +53,7 @@ export declare type Operation = Message<"operations.v1.Operation"> & {
|
|
|
53
53
|
/**
|
|
54
54
|
* @generated from field: optional string endpoint_auth = 8;
|
|
55
55
|
*/
|
|
56
|
-
endpointAuth?: string;
|
|
56
|
+
endpointAuth?: string | undefined;
|
|
57
57
|
|
|
58
58
|
/**
|
|
59
59
|
* @generated from field: int32 timeout_ms = 9;
|
|
@@ -63,22 +63,22 @@ export declare type Operation = Message<"operations.v1.Operation"> & {
|
|
|
63
63
|
/**
|
|
64
64
|
* @generated from field: optional google.protobuf.Struct retry_policy = 10;
|
|
65
65
|
*/
|
|
66
|
-
retryPolicy?: JsonObject;
|
|
66
|
+
retryPolicy?: JsonObject | undefined;
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
69
|
* @generated from field: optional google.protobuf.Struct input_schema = 11;
|
|
70
70
|
*/
|
|
71
|
-
inputSchema?: JsonObject;
|
|
71
|
+
inputSchema?: JsonObject | undefined;
|
|
72
72
|
|
|
73
73
|
/**
|
|
74
74
|
* @generated from field: optional google.protobuf.Struct output_schema = 12;
|
|
75
75
|
*/
|
|
76
|
-
outputSchema?: JsonObject;
|
|
76
|
+
outputSchema?: JsonObject | undefined;
|
|
77
77
|
|
|
78
78
|
/**
|
|
79
79
|
* @generated from field: optional google.protobuf.Struct ui = 13;
|
|
80
80
|
*/
|
|
81
|
-
ui?: JsonObject;
|
|
81
|
+
ui?: JsonObject | undefined;
|
|
82
82
|
|
|
83
83
|
/**
|
|
84
84
|
* @generated from field: bool is_active = 14;
|
|
@@ -93,17 +93,17 @@ export declare type Operation = Message<"operations.v1.Operation"> & {
|
|
|
93
93
|
/**
|
|
94
94
|
* @generated from field: optional google.protobuf.Struct quotas = 17;
|
|
95
95
|
*/
|
|
96
|
-
quotas?: JsonObject;
|
|
96
|
+
quotas?: JsonObject | undefined;
|
|
97
97
|
|
|
98
98
|
/**
|
|
99
99
|
* @generated from field: optional string config_id = 18;
|
|
100
100
|
*/
|
|
101
|
-
configId?: string;
|
|
101
|
+
configId?: string | undefined;
|
|
102
102
|
|
|
103
103
|
/**
|
|
104
104
|
* @generated from field: optional google.protobuf.Struct precondition = 19;
|
|
105
105
|
*/
|
|
106
|
-
precondition?: JsonObject;
|
|
106
|
+
precondition?: JsonObject | undefined;
|
|
107
107
|
|
|
108
108
|
/**
|
|
109
109
|
* Ownership.
|
|
@@ -115,7 +115,7 @@ export declare type Operation = Message<"operations.v1.Operation"> & {
|
|
|
115
115
|
/**
|
|
116
116
|
* @generated from field: optional string project_id = 21;
|
|
117
117
|
*/
|
|
118
|
-
projectId?: string;
|
|
118
|
+
projectId?: string | undefined;
|
|
119
119
|
|
|
120
120
|
/**
|
|
121
121
|
* Async opt-in: asserts that this operation's endpoint implements the
|
|
@@ -128,7 +128,7 @@ export declare type Operation = Message<"operations.v1.Operation"> & {
|
|
|
128
128
|
*
|
|
129
129
|
* @generated from field: optional bool supports_async = 22;
|
|
130
130
|
*/
|
|
131
|
-
supportsAsync?: boolean;
|
|
131
|
+
supportsAsync?: boolean | undefined;
|
|
132
132
|
|
|
133
133
|
/**
|
|
134
134
|
* How long the platform waits for the callback before marking the execution
|
|
@@ -137,7 +137,7 @@ export declare type Operation = Message<"operations.v1.Operation"> & {
|
|
|
137
137
|
*
|
|
138
138
|
* @generated from field: optional int32 callback_ttl_seconds = 23;
|
|
139
139
|
*/
|
|
140
|
-
callbackTtlSeconds?: number;
|
|
140
|
+
callbackTtlSeconds?: number | undefined;
|
|
141
141
|
|
|
142
142
|
/**
|
|
143
143
|
* Retry policy applied specifically when a callback times out. Distinct
|
|
@@ -150,7 +150,7 @@ export declare type Operation = Message<"operations.v1.Operation"> & {
|
|
|
150
150
|
*
|
|
151
151
|
* @generated from field: optional google.protobuf.Struct callback_timeout_retry_policy = 24;
|
|
152
152
|
*/
|
|
153
|
-
callbackTimeoutRetryPolicy?: JsonObject;
|
|
153
|
+
callbackTimeoutRetryPolicy?: JsonObject | undefined;
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
156
|
* Capabilities the dispatcher mints into the scoped token delivered
|
|
@@ -170,19 +170,19 @@ export declare type Operation = Message<"operations.v1.Operation"> & {
|
|
|
170
170
|
*
|
|
171
171
|
* @generated from field: optional string created_by = 30;
|
|
172
172
|
*/
|
|
173
|
-
createdBy?: string;
|
|
173
|
+
createdBy?: string | undefined;
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
176
|
* Timestamps.
|
|
177
177
|
*
|
|
178
178
|
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
179
179
|
*/
|
|
180
|
-
createdAt?: Timestamp;
|
|
180
|
+
createdAt?: Timestamp | undefined;
|
|
181
181
|
|
|
182
182
|
/**
|
|
183
183
|
* @generated from field: google.protobuf.Timestamp updated_at = 51;
|
|
184
184
|
*/
|
|
185
|
-
updatedAt?: Timestamp;
|
|
185
|
+
updatedAt?: Timestamp | undefined;
|
|
186
186
|
};
|
|
187
187
|
|
|
188
188
|
/**
|
|
@@ -215,42 +215,42 @@ export declare type OperationExecution = Message<"operations.v1.OperationExecuti
|
|
|
215
215
|
/**
|
|
216
216
|
* @generated from field: optional string trigger_type = 4;
|
|
217
217
|
*/
|
|
218
|
-
triggerType?: string;
|
|
218
|
+
triggerType?: string | undefined;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
221
|
* @generated from field: optional google.protobuf.Struct trigger_context = 5;
|
|
222
222
|
*/
|
|
223
|
-
triggerContext?: JsonObject;
|
|
223
|
+
triggerContext?: JsonObject | undefined;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* @generated from field: optional google.protobuf.Struct input = 6;
|
|
227
227
|
*/
|
|
228
|
-
input?: JsonObject;
|
|
228
|
+
input?: JsonObject | undefined;
|
|
229
229
|
|
|
230
230
|
/**
|
|
231
231
|
* @generated from field: optional bytes result_json = 7;
|
|
232
232
|
*/
|
|
233
|
-
resultJson?: Uint8Array;
|
|
233
|
+
resultJson?: Uint8Array | undefined;
|
|
234
234
|
|
|
235
235
|
/**
|
|
236
236
|
* @generated from field: optional bytes error_json = 8;
|
|
237
237
|
*/
|
|
238
|
-
errorJson?: Uint8Array;
|
|
238
|
+
errorJson?: Uint8Array | undefined;
|
|
239
239
|
|
|
240
240
|
/**
|
|
241
241
|
* @generated from field: optional google.protobuf.Timestamp started_at = 9;
|
|
242
242
|
*/
|
|
243
|
-
startedAt?: Timestamp;
|
|
243
|
+
startedAt?: Timestamp | undefined;
|
|
244
244
|
|
|
245
245
|
/**
|
|
246
246
|
* @generated from field: optional google.protobuf.Timestamp completed_at = 10;
|
|
247
247
|
*/
|
|
248
|
-
completedAt?: Timestamp;
|
|
248
|
+
completedAt?: Timestamp | undefined;
|
|
249
249
|
|
|
250
250
|
/**
|
|
251
251
|
* @generated from field: optional int32 duration_ms = 11;
|
|
252
252
|
*/
|
|
253
|
-
durationMs?: number;
|
|
253
|
+
durationMs?: number | undefined;
|
|
254
254
|
|
|
255
255
|
/**
|
|
256
256
|
* @generated from field: int32 retry_count = 12;
|
|
@@ -262,39 +262,39 @@ export declare type OperationExecution = Message<"operations.v1.OperationExecuti
|
|
|
262
262
|
*
|
|
263
263
|
* @generated from field: optional int32 progress_pct = 13;
|
|
264
264
|
*/
|
|
265
|
-
progressPct?: number;
|
|
265
|
+
progressPct?: number | undefined;
|
|
266
266
|
|
|
267
267
|
/**
|
|
268
268
|
* @generated from field: optional string progress_message = 14;
|
|
269
269
|
*/
|
|
270
|
-
progressMessage?: string;
|
|
270
|
+
progressMessage?: string | undefined;
|
|
271
271
|
|
|
272
272
|
/**
|
|
273
273
|
* @generated from field: optional google.protobuf.Struct progress_metadata = 15;
|
|
274
274
|
*/
|
|
275
|
-
progressMetadata?: JsonObject;
|
|
275
|
+
progressMetadata?: JsonObject | undefined;
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
278
|
* @generated from field: optional google.protobuf.Timestamp progress_updated_at = 16;
|
|
279
279
|
*/
|
|
280
|
-
progressUpdatedAt?: Timestamp;
|
|
280
|
+
progressUpdatedAt?: Timestamp | undefined;
|
|
281
281
|
|
|
282
282
|
/**
|
|
283
283
|
* @generated from field: optional google.protobuf.Timestamp callback_expires_at = 17;
|
|
284
284
|
*/
|
|
285
|
-
callbackExpiresAt?: Timestamp;
|
|
285
|
+
callbackExpiresAt?: Timestamp | undefined;
|
|
286
286
|
|
|
287
287
|
/**
|
|
288
288
|
* Set when this execution is a retry of a timed-out parent.
|
|
289
289
|
*
|
|
290
290
|
* @generated from field: optional string parent_execution_id = 18;
|
|
291
291
|
*/
|
|
292
|
-
parentExecutionId?: string;
|
|
292
|
+
parentExecutionId?: string | undefined;
|
|
293
293
|
|
|
294
294
|
/**
|
|
295
295
|
* @generated from field: optional google.protobuf.Timestamp cancelled_at = 19;
|
|
296
296
|
*/
|
|
297
|
-
cancelledAt?: Timestamp;
|
|
297
|
+
cancelledAt?: Timestamp | undefined;
|
|
298
298
|
|
|
299
299
|
/**
|
|
300
300
|
* @generated from field: string tenant_id = 20;
|
|
@@ -304,12 +304,12 @@ export declare type OperationExecution = Message<"operations.v1.OperationExecuti
|
|
|
304
304
|
/**
|
|
305
305
|
* @generated from field: optional string project_id = 21;
|
|
306
306
|
*/
|
|
307
|
-
projectId?: string;
|
|
307
|
+
projectId?: string | undefined;
|
|
308
308
|
|
|
309
309
|
/**
|
|
310
310
|
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
311
311
|
*/
|
|
312
|
-
createdAt?: Timestamp;
|
|
312
|
+
createdAt?: Timestamp | undefined;
|
|
313
313
|
};
|
|
314
314
|
|
|
315
315
|
/**
|
|
@@ -335,17 +335,17 @@ export declare type DeadLetterEntry = Message<"operations.v1.DeadLetterEntry"> &
|
|
|
335
335
|
/**
|
|
336
336
|
* @generated from field: optional string execution_id = 3;
|
|
337
337
|
*/
|
|
338
|
-
executionId?: string;
|
|
338
|
+
executionId?: string | undefined;
|
|
339
339
|
|
|
340
340
|
/**
|
|
341
341
|
* @generated from field: optional google.protobuf.Struct input = 4;
|
|
342
342
|
*/
|
|
343
|
-
input?: JsonObject;
|
|
343
|
+
input?: JsonObject | undefined;
|
|
344
344
|
|
|
345
345
|
/**
|
|
346
346
|
* @generated from field: optional string trigger_type = 5;
|
|
347
347
|
*/
|
|
348
|
-
triggerType?: string;
|
|
348
|
+
triggerType?: string | undefined;
|
|
349
349
|
|
|
350
350
|
/**
|
|
351
351
|
* @generated from field: int32 attempts = 6;
|
|
@@ -360,7 +360,7 @@ export declare type DeadLetterEntry = Message<"operations.v1.DeadLetterEntry"> &
|
|
|
360
360
|
/**
|
|
361
361
|
* @generated from field: optional string error_code = 8;
|
|
362
362
|
*/
|
|
363
|
-
errorCode?: string;
|
|
363
|
+
errorCode?: string | undefined;
|
|
364
364
|
|
|
365
365
|
/**
|
|
366
366
|
* @generated from field: string status = 9;
|
|
@@ -370,22 +370,40 @@ export declare type DeadLetterEntry = Message<"operations.v1.DeadLetterEntry"> &
|
|
|
370
370
|
/**
|
|
371
371
|
* @generated from field: google.protobuf.Timestamp failed_at = 10;
|
|
372
372
|
*/
|
|
373
|
-
failedAt?: Timestamp;
|
|
373
|
+
failedAt?: Timestamp | undefined;
|
|
374
374
|
|
|
375
375
|
/**
|
|
376
376
|
* @generated from field: optional google.protobuf.Timestamp retried_at = 11;
|
|
377
377
|
*/
|
|
378
|
-
retriedAt?: Timestamp;
|
|
378
|
+
retriedAt?: Timestamp | undefined;
|
|
379
379
|
|
|
380
380
|
/**
|
|
381
381
|
* @generated from field: optional google.protobuf.Timestamp dismissed_at = 12;
|
|
382
382
|
*/
|
|
383
|
-
dismissedAt?: Timestamp;
|
|
383
|
+
dismissedAt?: Timestamp | undefined;
|
|
384
384
|
|
|
385
385
|
/**
|
|
386
386
|
* @generated from field: optional string dismissed_by = 13;
|
|
387
387
|
*/
|
|
388
|
-
dismissedBy?: string;
|
|
388
|
+
dismissedBy?: string | undefined;
|
|
389
|
+
|
|
390
|
+
/**
|
|
391
|
+
* When the scheduler will next attempt to re-dispatch this entry. Set to
|
|
392
|
+
* failed_at + backoff(attempts) on insert; updated before each retry.
|
|
393
|
+
* Null on older rows that predate scheduler-side backoff.
|
|
394
|
+
*
|
|
395
|
+
* @generated from field: optional google.protobuf.Timestamp next_retry_at = 14;
|
|
396
|
+
*/
|
|
397
|
+
nextRetryAt?: Timestamp | undefined;
|
|
398
|
+
|
|
399
|
+
/**
|
|
400
|
+
* Wall-clock of the scheduler's last re-dispatch attempt. Null until the
|
|
401
|
+
* scheduler touches the row; the admin table surfaces this alongside
|
|
402
|
+
* next_retry_at so operators can see actual retry cadence vs. schedule.
|
|
403
|
+
*
|
|
404
|
+
* @generated from field: optional google.protobuf.Timestamp last_attempted_at = 15;
|
|
405
|
+
*/
|
|
406
|
+
lastAttemptedAt?: Timestamp | undefined;
|
|
389
407
|
|
|
390
408
|
/**
|
|
391
409
|
* @generated from field: string tenant_id = 20;
|
|
@@ -400,7 +418,7 @@ export declare type DeadLetterEntry = Message<"operations.v1.DeadLetterEntry"> &
|
|
|
400
418
|
/**
|
|
401
419
|
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
402
420
|
*/
|
|
403
|
-
createdAt?: Timestamp;
|
|
421
|
+
createdAt?: Timestamp | undefined;
|
|
404
422
|
};
|
|
405
423
|
|
|
406
424
|
/**
|
|
@@ -436,17 +454,17 @@ export declare type CircuitState = Message<"operations.v1.CircuitState"> & {
|
|
|
436
454
|
/**
|
|
437
455
|
* @generated from field: optional google.protobuf.Timestamp last_failure_at = 5;
|
|
438
456
|
*/
|
|
439
|
-
lastFailureAt?: Timestamp;
|
|
457
|
+
lastFailureAt?: Timestamp | undefined;
|
|
440
458
|
|
|
441
459
|
/**
|
|
442
460
|
* @generated from field: optional google.protobuf.Timestamp opened_at = 6;
|
|
443
461
|
*/
|
|
444
|
-
openedAt?: Timestamp;
|
|
462
|
+
openedAt?: Timestamp | undefined;
|
|
445
463
|
|
|
446
464
|
/**
|
|
447
465
|
* @generated from field: optional google.protobuf.Timestamp half_open_at = 7;
|
|
448
466
|
*/
|
|
449
|
-
halfOpenAt?: Timestamp;
|
|
467
|
+
halfOpenAt?: Timestamp | undefined;
|
|
450
468
|
};
|
|
451
469
|
|
|
452
470
|
/**
|
|
@@ -536,22 +554,22 @@ export declare type ListOperationsRequest = Message<"operations.v1.ListOperation
|
|
|
536
554
|
/**
|
|
537
555
|
* @generated from field: optional string category = 1;
|
|
538
556
|
*/
|
|
539
|
-
category?: string;
|
|
557
|
+
category?: string | undefined;
|
|
540
558
|
|
|
541
559
|
/**
|
|
542
560
|
* @generated from field: optional bool is_active = 2;
|
|
543
561
|
*/
|
|
544
|
-
isActive?: boolean;
|
|
562
|
+
isActive?: boolean | undefined;
|
|
545
563
|
|
|
546
564
|
/**
|
|
547
565
|
* @generated from field: optional string search = 3;
|
|
548
566
|
*/
|
|
549
|
-
search?: string;
|
|
567
|
+
search?: string | undefined;
|
|
550
568
|
|
|
551
569
|
/**
|
|
552
570
|
* @generated from field: optional string config_id = 4;
|
|
553
571
|
*/
|
|
554
|
-
configId?: string;
|
|
572
|
+
configId?: string | undefined;
|
|
555
573
|
|
|
556
574
|
/**
|
|
557
575
|
* @generated from field: int32 limit = 10;
|
|
@@ -603,7 +621,7 @@ export declare type GetOperationRequest = Message<"operations.v1.GetOperationReq
|
|
|
603
621
|
/**
|
|
604
622
|
* @generated from field: optional string key = 2;
|
|
605
623
|
*/
|
|
606
|
-
key?: string;
|
|
624
|
+
key?: string | undefined;
|
|
607
625
|
};
|
|
608
626
|
|
|
609
627
|
/**
|
|
@@ -619,7 +637,7 @@ export declare type GetOperationResponse = Message<"operations.v1.GetOperationRe
|
|
|
619
637
|
/**
|
|
620
638
|
* @generated from field: operations.v1.Operation operation = 1;
|
|
621
639
|
*/
|
|
622
|
-
operation?: Operation;
|
|
640
|
+
operation?: Operation | undefined;
|
|
623
641
|
};
|
|
624
642
|
|
|
625
643
|
/**
|
|
@@ -645,17 +663,17 @@ export declare type CreateOperationRequest = Message<"operations.v1.CreateOperat
|
|
|
645
663
|
/**
|
|
646
664
|
* @generated from field: optional string description = 3;
|
|
647
665
|
*/
|
|
648
|
-
description?: string;
|
|
666
|
+
description?: string | undefined;
|
|
649
667
|
|
|
650
668
|
/**
|
|
651
669
|
* @generated from field: optional string icon = 4;
|
|
652
670
|
*/
|
|
653
|
-
icon?: string;
|
|
671
|
+
icon?: string | undefined;
|
|
654
672
|
|
|
655
673
|
/**
|
|
656
674
|
* @generated from field: optional string category = 5;
|
|
657
675
|
*/
|
|
658
|
-
category?: string;
|
|
676
|
+
category?: string | undefined;
|
|
659
677
|
|
|
660
678
|
/**
|
|
661
679
|
* @generated from field: string endpoint = 6;
|
|
@@ -665,37 +683,37 @@ export declare type CreateOperationRequest = Message<"operations.v1.CreateOperat
|
|
|
665
683
|
/**
|
|
666
684
|
* @generated from field: optional string endpoint_auth = 7;
|
|
667
685
|
*/
|
|
668
|
-
endpointAuth?: string;
|
|
686
|
+
endpointAuth?: string | undefined;
|
|
669
687
|
|
|
670
688
|
/**
|
|
671
689
|
* @generated from field: optional int32 timeout_ms = 8;
|
|
672
690
|
*/
|
|
673
|
-
timeoutMs?: number;
|
|
691
|
+
timeoutMs?: number | undefined;
|
|
674
692
|
|
|
675
693
|
/**
|
|
676
694
|
* @generated from field: optional google.protobuf.Struct input_schema = 9;
|
|
677
695
|
*/
|
|
678
|
-
inputSchema?: JsonObject;
|
|
696
|
+
inputSchema?: JsonObject | undefined;
|
|
679
697
|
|
|
680
698
|
/**
|
|
681
699
|
* @generated from field: optional google.protobuf.Struct output_schema = 10;
|
|
682
700
|
*/
|
|
683
|
-
outputSchema?: JsonObject;
|
|
701
|
+
outputSchema?: JsonObject | undefined;
|
|
684
702
|
|
|
685
703
|
/**
|
|
686
704
|
* @generated from field: optional google.protobuf.Struct ui = 11;
|
|
687
705
|
*/
|
|
688
|
-
ui?: JsonObject;
|
|
706
|
+
ui?: JsonObject | undefined;
|
|
689
707
|
|
|
690
708
|
/**
|
|
691
709
|
* @generated from field: optional string config_id = 12;
|
|
692
710
|
*/
|
|
693
|
-
configId?: string;
|
|
711
|
+
configId?: string | undefined;
|
|
694
712
|
|
|
695
713
|
/**
|
|
696
714
|
* @generated from field: optional google.protobuf.Struct quotas = 14;
|
|
697
715
|
*/
|
|
698
|
-
quotas?: JsonObject;
|
|
716
|
+
quotas?: JsonObject | undefined;
|
|
699
717
|
|
|
700
718
|
/**
|
|
701
719
|
* @generated from field: repeated string allowed_roles = 15;
|
|
@@ -705,32 +723,32 @@ export declare type CreateOperationRequest = Message<"operations.v1.CreateOperat
|
|
|
705
723
|
/**
|
|
706
724
|
* @generated from field: optional google.protobuf.Struct retry_policy = 16;
|
|
707
725
|
*/
|
|
708
|
-
retryPolicy?: JsonObject;
|
|
726
|
+
retryPolicy?: JsonObject | undefined;
|
|
709
727
|
|
|
710
728
|
/**
|
|
711
729
|
* @generated from field: optional google.protobuf.Struct precondition = 17;
|
|
712
730
|
*/
|
|
713
|
-
precondition?: JsonObject;
|
|
731
|
+
precondition?: JsonObject | undefined;
|
|
714
732
|
|
|
715
733
|
/**
|
|
716
734
|
* @generated from field: optional bool is_active = 18;
|
|
717
735
|
*/
|
|
718
|
-
isActive?: boolean;
|
|
736
|
+
isActive?: boolean | undefined;
|
|
719
737
|
|
|
720
738
|
/**
|
|
721
739
|
* @generated from field: optional bool supports_async = 19;
|
|
722
740
|
*/
|
|
723
|
-
supportsAsync?: boolean;
|
|
741
|
+
supportsAsync?: boolean | undefined;
|
|
724
742
|
|
|
725
743
|
/**
|
|
726
744
|
* @generated from field: optional int32 callback_ttl_seconds = 20;
|
|
727
745
|
*/
|
|
728
|
-
callbackTtlSeconds?: number;
|
|
746
|
+
callbackTtlSeconds?: number | undefined;
|
|
729
747
|
|
|
730
748
|
/**
|
|
731
749
|
* @generated from field: optional google.protobuf.Struct callback_timeout_retry_policy = 21;
|
|
732
750
|
*/
|
|
733
|
-
callbackTimeoutRetryPolicy?: JsonObject;
|
|
751
|
+
callbackTimeoutRetryPolicy?: JsonObject | undefined;
|
|
734
752
|
|
|
735
753
|
/**
|
|
736
754
|
* See Operation.capabilities for semantics.
|
|
@@ -753,7 +771,7 @@ export declare type CreateOperationResponse = Message<"operations.v1.CreateOpera
|
|
|
753
771
|
/**
|
|
754
772
|
* @generated from field: operations.v1.Operation operation = 1;
|
|
755
773
|
*/
|
|
756
|
-
operation?: Operation;
|
|
774
|
+
operation?: Operation | undefined;
|
|
757
775
|
};
|
|
758
776
|
|
|
759
777
|
/**
|
|
@@ -774,62 +792,62 @@ export declare type UpdateOperationRequest = Message<"operations.v1.UpdateOperat
|
|
|
774
792
|
/**
|
|
775
793
|
* @generated from field: optional string name = 2;
|
|
776
794
|
*/
|
|
777
|
-
name?: string;
|
|
795
|
+
name?: string | undefined;
|
|
778
796
|
|
|
779
797
|
/**
|
|
780
798
|
* @generated from field: optional string description = 3;
|
|
781
799
|
*/
|
|
782
|
-
description?: string;
|
|
800
|
+
description?: string | undefined;
|
|
783
801
|
|
|
784
802
|
/**
|
|
785
803
|
* @generated from field: optional string endpoint = 4;
|
|
786
804
|
*/
|
|
787
|
-
endpoint?: string;
|
|
805
|
+
endpoint?: string | undefined;
|
|
788
806
|
|
|
789
807
|
/**
|
|
790
808
|
* @generated from field: optional string endpoint_auth = 5;
|
|
791
809
|
*/
|
|
792
|
-
endpointAuth?: string;
|
|
810
|
+
endpointAuth?: string | undefined;
|
|
793
811
|
|
|
794
812
|
/**
|
|
795
813
|
* @generated from field: optional int32 timeout_ms = 6;
|
|
796
814
|
*/
|
|
797
|
-
timeoutMs?: number;
|
|
815
|
+
timeoutMs?: number | undefined;
|
|
798
816
|
|
|
799
817
|
/**
|
|
800
818
|
* @generated from field: optional google.protobuf.Struct input_schema = 7;
|
|
801
819
|
*/
|
|
802
|
-
inputSchema?: JsonObject;
|
|
820
|
+
inputSchema?: JsonObject | undefined;
|
|
803
821
|
|
|
804
822
|
/**
|
|
805
823
|
* @generated from field: optional google.protobuf.Struct output_schema = 8;
|
|
806
824
|
*/
|
|
807
|
-
outputSchema?: JsonObject;
|
|
825
|
+
outputSchema?: JsonObject | undefined;
|
|
808
826
|
|
|
809
827
|
/**
|
|
810
828
|
* @generated from field: optional google.protobuf.Struct ui = 9;
|
|
811
829
|
*/
|
|
812
|
-
ui?: JsonObject;
|
|
830
|
+
ui?: JsonObject | undefined;
|
|
813
831
|
|
|
814
832
|
/**
|
|
815
833
|
* @generated from field: optional bool is_active = 10;
|
|
816
834
|
*/
|
|
817
|
-
isActive?: boolean;
|
|
835
|
+
isActive?: boolean | undefined;
|
|
818
836
|
|
|
819
837
|
/**
|
|
820
838
|
* @generated from field: optional google.protobuf.Struct quotas = 12;
|
|
821
839
|
*/
|
|
822
|
-
quotas?: JsonObject;
|
|
840
|
+
quotas?: JsonObject | undefined;
|
|
823
841
|
|
|
824
842
|
/**
|
|
825
843
|
* @generated from field: optional google.protobuf.Struct retry_policy = 13;
|
|
826
844
|
*/
|
|
827
|
-
retryPolicy?: JsonObject;
|
|
845
|
+
retryPolicy?: JsonObject | undefined;
|
|
828
846
|
|
|
829
847
|
/**
|
|
830
848
|
* @generated from field: optional google.protobuf.Struct precondition = 14;
|
|
831
849
|
*/
|
|
832
|
-
precondition?: JsonObject;
|
|
850
|
+
precondition?: JsonObject | undefined;
|
|
833
851
|
|
|
834
852
|
/**
|
|
835
853
|
* @generated from field: repeated string allowed_roles = 15;
|
|
@@ -839,17 +857,17 @@ export declare type UpdateOperationRequest = Message<"operations.v1.UpdateOperat
|
|
|
839
857
|
/**
|
|
840
858
|
* @generated from field: optional bool supports_async = 16;
|
|
841
859
|
*/
|
|
842
|
-
supportsAsync?: boolean;
|
|
860
|
+
supportsAsync?: boolean | undefined;
|
|
843
861
|
|
|
844
862
|
/**
|
|
845
863
|
* @generated from field: optional int32 callback_ttl_seconds = 17;
|
|
846
864
|
*/
|
|
847
|
-
callbackTtlSeconds?: number;
|
|
865
|
+
callbackTtlSeconds?: number | undefined;
|
|
848
866
|
|
|
849
867
|
/**
|
|
850
868
|
* @generated from field: optional google.protobuf.Struct callback_timeout_retry_policy = 18;
|
|
851
869
|
*/
|
|
852
|
-
callbackTimeoutRetryPolicy?: JsonObject;
|
|
870
|
+
callbackTimeoutRetryPolicy?: JsonObject | undefined;
|
|
853
871
|
|
|
854
872
|
/**
|
|
855
873
|
* See Operation.capabilities for semantics. When nil/absent, capabilities
|
|
@@ -873,7 +891,7 @@ export declare type UpdateOperationResponse = Message<"operations.v1.UpdateOpera
|
|
|
873
891
|
/**
|
|
874
892
|
* @generated from field: operations.v1.Operation operation = 1;
|
|
875
893
|
*/
|
|
876
|
-
operation?: Operation;
|
|
894
|
+
operation?: Operation | undefined;
|
|
877
895
|
};
|
|
878
896
|
|
|
879
897
|
/**
|
|
@@ -926,17 +944,17 @@ export declare type ExecuteOperationRequest = Message<"operations.v1.ExecuteOper
|
|
|
926
944
|
/**
|
|
927
945
|
* @generated from field: optional google.protobuf.Struct input = 2;
|
|
928
946
|
*/
|
|
929
|
-
input?: JsonObject;
|
|
947
|
+
input?: JsonObject | undefined;
|
|
930
948
|
|
|
931
949
|
/**
|
|
932
950
|
* @generated from field: optional string trigger_type = 3;
|
|
933
951
|
*/
|
|
934
|
-
triggerType?: string;
|
|
952
|
+
triggerType?: string | undefined;
|
|
935
953
|
|
|
936
954
|
/**
|
|
937
955
|
* @generated from field: optional google.protobuf.Struct trigger_context = 4;
|
|
938
956
|
*/
|
|
939
|
-
triggerContext?: JsonObject;
|
|
957
|
+
triggerContext?: JsonObject | undefined;
|
|
940
958
|
|
|
941
959
|
/**
|
|
942
960
|
* @generated from field: operations.v1.ExecutionMode mode = 5;
|
|
@@ -946,21 +964,21 @@ export declare type ExecuteOperationRequest = Message<"operations.v1.ExecuteOper
|
|
|
946
964
|
/**
|
|
947
965
|
* @generated from field: optional string customer_id = 6;
|
|
948
966
|
*/
|
|
949
|
-
customerId?: string;
|
|
967
|
+
customerId?: string | undefined;
|
|
950
968
|
|
|
951
969
|
/**
|
|
952
970
|
* Record context passed through to the BFF (for hook-triggered operations).
|
|
953
971
|
*
|
|
954
972
|
* @generated from field: optional google.protobuf.Struct record = 7;
|
|
955
973
|
*/
|
|
956
|
-
record?: JsonObject;
|
|
974
|
+
record?: JsonObject | undefined;
|
|
957
975
|
|
|
958
976
|
/**
|
|
959
977
|
* Content context passed through to the BFF.
|
|
960
978
|
*
|
|
961
979
|
* @generated from field: optional google.protobuf.Struct content = 8;
|
|
962
980
|
*/
|
|
963
|
-
content?: JsonObject;
|
|
981
|
+
content?: JsonObject | undefined;
|
|
964
982
|
};
|
|
965
983
|
|
|
966
984
|
/**
|
|
@@ -978,19 +996,19 @@ export declare type ExecuteOperationResponse = Message<"operations.v1.ExecuteOpe
|
|
|
978
996
|
*
|
|
979
997
|
* @generated from field: operations.v1.OperationExecution execution = 1;
|
|
980
998
|
*/
|
|
981
|
-
execution?: OperationExecution;
|
|
999
|
+
execution?: OperationExecution | undefined;
|
|
982
1000
|
|
|
983
1001
|
/**
|
|
984
1002
|
* Sync mode: raw JSON bytes from the webhook response.
|
|
985
1003
|
*
|
|
986
1004
|
* @generated from field: optional bytes result_json = 2;
|
|
987
1005
|
*/
|
|
988
|
-
resultJson?: Uint8Array;
|
|
1006
|
+
resultJson?: Uint8Array | undefined;
|
|
989
1007
|
|
|
990
1008
|
/**
|
|
991
1009
|
* @generated from field: optional string error_message = 3;
|
|
992
1010
|
*/
|
|
993
|
-
errorMessage?: string;
|
|
1011
|
+
errorMessage?: string | undefined;
|
|
994
1012
|
|
|
995
1013
|
/**
|
|
996
1014
|
* @generated from field: bool completed = 4;
|
|
@@ -1002,17 +1020,17 @@ export declare type ExecuteOperationResponse = Message<"operations.v1.ExecuteOpe
|
|
|
1002
1020
|
*
|
|
1003
1021
|
* @generated from field: optional string poll_url = 10;
|
|
1004
1022
|
*/
|
|
1005
|
-
pollUrl?: string;
|
|
1023
|
+
pollUrl?: string | undefined;
|
|
1006
1024
|
|
|
1007
1025
|
/**
|
|
1008
1026
|
* @generated from field: optional string cancel_url = 11;
|
|
1009
1027
|
*/
|
|
1010
|
-
cancelUrl?: string;
|
|
1028
|
+
cancelUrl?: string | undefined;
|
|
1011
1029
|
|
|
1012
1030
|
/**
|
|
1013
1031
|
* @generated from field: optional string message = 12;
|
|
1014
1032
|
*/
|
|
1015
|
-
message?: string;
|
|
1033
|
+
message?: string | undefined;
|
|
1016
1034
|
};
|
|
1017
1035
|
|
|
1018
1036
|
/**
|
|
@@ -1033,7 +1051,7 @@ export declare type ListOperationExecutionsRequest = Message<"operations.v1.List
|
|
|
1033
1051
|
/**
|
|
1034
1052
|
* @generated from field: optional string status = 2;
|
|
1035
1053
|
*/
|
|
1036
|
-
status?: string;
|
|
1054
|
+
status?: string | undefined;
|
|
1037
1055
|
|
|
1038
1056
|
/**
|
|
1039
1057
|
* @generated from field: int32 limit = 10;
|
|
@@ -1080,7 +1098,7 @@ export declare type GetOperationExecutionStatsRequest = Message<"operations.v1.G
|
|
|
1080
1098
|
/**
|
|
1081
1099
|
* @generated from field: optional string operation_key = 1;
|
|
1082
1100
|
*/
|
|
1083
|
-
operationKey?: string;
|
|
1101
|
+
operationKey?: string | undefined;
|
|
1084
1102
|
};
|
|
1085
1103
|
|
|
1086
1104
|
/**
|
|
@@ -1114,12 +1132,12 @@ export declare type ListDeadLetterEntriesRequest = Message<"operations.v1.ListDe
|
|
|
1114
1132
|
/**
|
|
1115
1133
|
* @generated from field: optional string operation_key = 1;
|
|
1116
1134
|
*/
|
|
1117
|
-
operationKey?: string;
|
|
1135
|
+
operationKey?: string | undefined;
|
|
1118
1136
|
|
|
1119
1137
|
/**
|
|
1120
1138
|
* @generated from field: optional string status = 2;
|
|
1121
1139
|
*/
|
|
1122
|
-
status?: string;
|
|
1140
|
+
status?: string | undefined;
|
|
1123
1141
|
|
|
1124
1142
|
/**
|
|
1125
1143
|
* @generated from field: int32 limit = 10;
|
|
@@ -1223,6 +1241,146 @@ export declare type DismissDeadLetterEntryResponse = Message<"operations.v1.Dism
|
|
|
1223
1241
|
*/
|
|
1224
1242
|
export declare const DismissDeadLetterEntryResponseSchema: GenMessage<DismissDeadLetterEntryResponse>;
|
|
1225
1243
|
|
|
1244
|
+
/**
|
|
1245
|
+
* Bulk dismiss by ID list. Used by the admin table's multi-select action
|
|
1246
|
+
* so a flood of pending rows can be cleared in one call. Already-dismissed
|
|
1247
|
+
* rows are skipped; dismissed_count reflects only transitions this call
|
|
1248
|
+
* caused, matching the single-row response's "did anything change?" semantic.
|
|
1249
|
+
*
|
|
1250
|
+
* @generated from message operations.v1.BulkDismissDeadLettersRequest
|
|
1251
|
+
*/
|
|
1252
|
+
export declare type BulkDismissDeadLettersRequest = Message<"operations.v1.BulkDismissDeadLettersRequest"> & {
|
|
1253
|
+
/**
|
|
1254
|
+
* @generated from field: repeated string ids = 1;
|
|
1255
|
+
*/
|
|
1256
|
+
ids: string[];
|
|
1257
|
+
};
|
|
1258
|
+
|
|
1259
|
+
/**
|
|
1260
|
+
* Describes the message operations.v1.BulkDismissDeadLettersRequest.
|
|
1261
|
+
* Use `create(BulkDismissDeadLettersRequestSchema)` to create a new message.
|
|
1262
|
+
*/
|
|
1263
|
+
export declare const BulkDismissDeadLettersRequestSchema: GenMessage<BulkDismissDeadLettersRequest>;
|
|
1264
|
+
|
|
1265
|
+
/**
|
|
1266
|
+
* @generated from message operations.v1.BulkDismissDeadLettersResponse
|
|
1267
|
+
*/
|
|
1268
|
+
export declare type BulkDismissDeadLettersResponse = Message<"operations.v1.BulkDismissDeadLettersResponse"> & {
|
|
1269
|
+
/**
|
|
1270
|
+
* @generated from field: int32 dismissed_count = 1;
|
|
1271
|
+
*/
|
|
1272
|
+
dismissedCount: number;
|
|
1273
|
+
};
|
|
1274
|
+
|
|
1275
|
+
/**
|
|
1276
|
+
* Describes the message operations.v1.BulkDismissDeadLettersResponse.
|
|
1277
|
+
* Use `create(BulkDismissDeadLettersResponseSchema)` to create a new message.
|
|
1278
|
+
*/
|
|
1279
|
+
export declare const BulkDismissDeadLettersResponseSchema: GenMessage<BulkDismissDeadLettersResponse>;
|
|
1280
|
+
|
|
1281
|
+
/**
|
|
1282
|
+
* Project-wide "dismiss every pending entry" for incident response. When
|
|
1283
|
+
* operation_key is set the scope narrows to a single misbehaving op, which
|
|
1284
|
+
* is the common case (one extension going into a bad-loop).
|
|
1285
|
+
*
|
|
1286
|
+
* @generated from message operations.v1.DismissAllPendingDeadLettersRequest
|
|
1287
|
+
*/
|
|
1288
|
+
export declare type DismissAllPendingDeadLettersRequest = Message<"operations.v1.DismissAllPendingDeadLettersRequest"> & {
|
|
1289
|
+
/**
|
|
1290
|
+
* @generated from field: optional string operation_key = 1;
|
|
1291
|
+
*/
|
|
1292
|
+
operationKey?: string | undefined;
|
|
1293
|
+
};
|
|
1294
|
+
|
|
1295
|
+
/**
|
|
1296
|
+
* Describes the message operations.v1.DismissAllPendingDeadLettersRequest.
|
|
1297
|
+
* Use `create(DismissAllPendingDeadLettersRequestSchema)` to create a new message.
|
|
1298
|
+
*/
|
|
1299
|
+
export declare const DismissAllPendingDeadLettersRequestSchema: GenMessage<DismissAllPendingDeadLettersRequest>;
|
|
1300
|
+
|
|
1301
|
+
/**
|
|
1302
|
+
* @generated from message operations.v1.DismissAllPendingDeadLettersResponse
|
|
1303
|
+
*/
|
|
1304
|
+
export declare type DismissAllPendingDeadLettersResponse = Message<"operations.v1.DismissAllPendingDeadLettersResponse"> & {
|
|
1305
|
+
/**
|
|
1306
|
+
* @generated from field: int32 dismissed_count = 1;
|
|
1307
|
+
*/
|
|
1308
|
+
dismissedCount: number;
|
|
1309
|
+
};
|
|
1310
|
+
|
|
1311
|
+
/**
|
|
1312
|
+
* Describes the message operations.v1.DismissAllPendingDeadLettersResponse.
|
|
1313
|
+
* Use `create(DismissAllPendingDeadLettersResponseSchema)` to create a new message.
|
|
1314
|
+
*/
|
|
1315
|
+
export declare const DismissAllPendingDeadLettersResponseSchema: GenMessage<DismissAllPendingDeadLettersResponse>;
|
|
1316
|
+
|
|
1317
|
+
/**
|
|
1318
|
+
* Bulk retry by ID list. Resets each row's schedule so the scheduler picks
|
|
1319
|
+
* it on the next tick, rather than marking it 'retried' without dispatch
|
|
1320
|
+
* (the pre-backoff semantic, which was a silent no-op).
|
|
1321
|
+
*
|
|
1322
|
+
* @generated from message operations.v1.BulkRetryDeadLettersRequest
|
|
1323
|
+
*/
|
|
1324
|
+
export declare type BulkRetryDeadLettersRequest = Message<"operations.v1.BulkRetryDeadLettersRequest"> & {
|
|
1325
|
+
/**
|
|
1326
|
+
* @generated from field: repeated string ids = 1;
|
|
1327
|
+
*/
|
|
1328
|
+
ids: string[];
|
|
1329
|
+
};
|
|
1330
|
+
|
|
1331
|
+
/**
|
|
1332
|
+
* Describes the message operations.v1.BulkRetryDeadLettersRequest.
|
|
1333
|
+
* Use `create(BulkRetryDeadLettersRequestSchema)` to create a new message.
|
|
1334
|
+
*/
|
|
1335
|
+
export declare const BulkRetryDeadLettersRequestSchema: GenMessage<BulkRetryDeadLettersRequest>;
|
|
1336
|
+
|
|
1337
|
+
/**
|
|
1338
|
+
* @generated from message operations.v1.BulkRetryDeadLettersResponse
|
|
1339
|
+
*/
|
|
1340
|
+
export declare type BulkRetryDeadLettersResponse = Message<"operations.v1.BulkRetryDeadLettersResponse"> & {
|
|
1341
|
+
/**
|
|
1342
|
+
* @generated from field: int32 retried_count = 1;
|
|
1343
|
+
*/
|
|
1344
|
+
retriedCount: number;
|
|
1345
|
+
};
|
|
1346
|
+
|
|
1347
|
+
/**
|
|
1348
|
+
* Describes the message operations.v1.BulkRetryDeadLettersResponse.
|
|
1349
|
+
* Use `create(BulkRetryDeadLettersResponseSchema)` to create a new message.
|
|
1350
|
+
*/
|
|
1351
|
+
export declare const BulkRetryDeadLettersResponseSchema: GenMessage<BulkRetryDeadLettersResponse>;
|
|
1352
|
+
|
|
1353
|
+
/**
|
|
1354
|
+
* Feeds the admin's operation-key filter dropdown. Scoped to the active
|
|
1355
|
+
* (tenant, project) via RLS so one project's op list doesn't leak to another.
|
|
1356
|
+
*
|
|
1357
|
+
* @generated from message operations.v1.ListDeadLetterOperationKeysRequest
|
|
1358
|
+
*/
|
|
1359
|
+
export declare type ListDeadLetterOperationKeysRequest = Message<"operations.v1.ListDeadLetterOperationKeysRequest"> & {
|
|
1360
|
+
};
|
|
1361
|
+
|
|
1362
|
+
/**
|
|
1363
|
+
* Describes the message operations.v1.ListDeadLetterOperationKeysRequest.
|
|
1364
|
+
* Use `create(ListDeadLetterOperationKeysRequestSchema)` to create a new message.
|
|
1365
|
+
*/
|
|
1366
|
+
export declare const ListDeadLetterOperationKeysRequestSchema: GenMessage<ListDeadLetterOperationKeysRequest>;
|
|
1367
|
+
|
|
1368
|
+
/**
|
|
1369
|
+
* @generated from message operations.v1.ListDeadLetterOperationKeysResponse
|
|
1370
|
+
*/
|
|
1371
|
+
export declare type ListDeadLetterOperationKeysResponse = Message<"operations.v1.ListDeadLetterOperationKeysResponse"> & {
|
|
1372
|
+
/**
|
|
1373
|
+
* @generated from field: repeated string operation_keys = 1;
|
|
1374
|
+
*/
|
|
1375
|
+
operationKeys: string[];
|
|
1376
|
+
};
|
|
1377
|
+
|
|
1378
|
+
/**
|
|
1379
|
+
* Describes the message operations.v1.ListDeadLetterOperationKeysResponse.
|
|
1380
|
+
* Use `create(ListDeadLetterOperationKeysResponseSchema)` to create a new message.
|
|
1381
|
+
*/
|
|
1382
|
+
export declare const ListDeadLetterOperationKeysResponseSchema: GenMessage<ListDeadLetterOperationKeysResponse>;
|
|
1383
|
+
|
|
1226
1384
|
/**
|
|
1227
1385
|
* @generated from message operations.v1.GetDeadLetterStatsRequest
|
|
1228
1386
|
*/
|
|
@@ -1242,7 +1400,7 @@ export declare type GetDeadLetterStatsResponse = Message<"operations.v1.GetDeadL
|
|
|
1242
1400
|
/**
|
|
1243
1401
|
* @generated from field: operations.v1.DeadLetterStats stats = 1;
|
|
1244
1402
|
*/
|
|
1245
|
-
stats?: DeadLetterStats;
|
|
1403
|
+
stats?: DeadLetterStats | undefined;
|
|
1246
1404
|
};
|
|
1247
1405
|
|
|
1248
1406
|
/**
|
|
@@ -1436,7 +1594,7 @@ export declare type GetOperationExecutionResponse = Message<"operations.v1.GetOp
|
|
|
1436
1594
|
/**
|
|
1437
1595
|
* @generated from field: operations.v1.OperationExecution execution = 1;
|
|
1438
1596
|
*/
|
|
1439
|
-
execution?: OperationExecution;
|
|
1597
|
+
execution?: OperationExecution | undefined;
|
|
1440
1598
|
};
|
|
1441
1599
|
|
|
1442
1600
|
/**
|
|
@@ -1476,7 +1634,7 @@ export declare type CancelOperationExecutionResponse = Message<"operations.v1.Ca
|
|
|
1476
1634
|
*
|
|
1477
1635
|
* @generated from field: optional string status = 2;
|
|
1478
1636
|
*/
|
|
1479
|
-
status?: string;
|
|
1637
|
+
status?: string | undefined;
|
|
1480
1638
|
};
|
|
1481
1639
|
|
|
1482
1640
|
/**
|
|
@@ -1608,12 +1766,12 @@ export declare type FailOperationExecutionRequest = Message<"operations.v1.FailO
|
|
|
1608
1766
|
/**
|
|
1609
1767
|
* @generated from field: optional bool retryable = 4;
|
|
1610
1768
|
*/
|
|
1611
|
-
retryable?: boolean;
|
|
1769
|
+
retryable?: boolean | undefined;
|
|
1612
1770
|
|
|
1613
1771
|
/**
|
|
1614
1772
|
* @generated from field: optional google.protobuf.Struct details = 5;
|
|
1615
1773
|
*/
|
|
1616
|
-
details?: JsonObject;
|
|
1774
|
+
details?: JsonObject | undefined;
|
|
1617
1775
|
};
|
|
1618
1776
|
|
|
1619
1777
|
/**
|
|
@@ -1655,17 +1813,17 @@ export declare type ReportOperationProgressRequest = Message<"operations.v1.Repo
|
|
|
1655
1813
|
/**
|
|
1656
1814
|
* @generated from field: optional int32 progress_pct = 2;
|
|
1657
1815
|
*/
|
|
1658
|
-
progressPct?: number;
|
|
1816
|
+
progressPct?: number | undefined;
|
|
1659
1817
|
|
|
1660
1818
|
/**
|
|
1661
1819
|
* @generated from field: optional string progress_message = 3;
|
|
1662
1820
|
*/
|
|
1663
|
-
progressMessage?: string;
|
|
1821
|
+
progressMessage?: string | undefined;
|
|
1664
1822
|
|
|
1665
1823
|
/**
|
|
1666
1824
|
* @generated from field: optional google.protobuf.Struct progress_metadata = 4;
|
|
1667
1825
|
*/
|
|
1668
|
-
progressMetadata?: JsonObject;
|
|
1826
|
+
progressMetadata?: JsonObject | undefined;
|
|
1669
1827
|
};
|
|
1670
1828
|
|
|
1671
1829
|
/**
|
|
@@ -1710,12 +1868,12 @@ export declare type GetOperationQuotaUsageRequest = Message<"operations.v1.GetOp
|
|
|
1710
1868
|
/**
|
|
1711
1869
|
* @generated from field: optional string customer_id = 2;
|
|
1712
1870
|
*/
|
|
1713
|
-
customerId?: string;
|
|
1871
|
+
customerId?: string | undefined;
|
|
1714
1872
|
|
|
1715
1873
|
/**
|
|
1716
1874
|
* @generated from field: optional string user_id = 3;
|
|
1717
1875
|
*/
|
|
1718
|
-
userId?: string;
|
|
1876
|
+
userId?: string | undefined;
|
|
1719
1877
|
};
|
|
1720
1878
|
|
|
1721
1879
|
/**
|
|
@@ -1797,7 +1955,7 @@ export declare type GetOperationQuotaUsageResponse = Message<"operations.v1.GetO
|
|
|
1797
1955
|
/**
|
|
1798
1956
|
* @generated from field: optional int64 quota_limit = 3;
|
|
1799
1957
|
*/
|
|
1800
|
-
quotaLimit?: bigint;
|
|
1958
|
+
quotaLimit?: bigint | undefined;
|
|
1801
1959
|
|
|
1802
1960
|
/**
|
|
1803
1961
|
* @generated from field: repeated operations.v1.QuotaRuleUsage rules = 4;
|
|
@@ -1964,6 +2122,38 @@ export declare const OperationsService: GenService<{
|
|
|
1964
2122
|
input: typeof DismissDeadLetterEntryRequestSchema;
|
|
1965
2123
|
output: typeof DismissDeadLetterEntryResponseSchema;
|
|
1966
2124
|
},
|
|
2125
|
+
/**
|
|
2126
|
+
* @generated from rpc operations.v1.OperationsService.BulkDismissDeadLetters
|
|
2127
|
+
*/
|
|
2128
|
+
bulkDismissDeadLetters: {
|
|
2129
|
+
methodKind: "unary";
|
|
2130
|
+
input: typeof BulkDismissDeadLettersRequestSchema;
|
|
2131
|
+
output: typeof BulkDismissDeadLettersResponseSchema;
|
|
2132
|
+
},
|
|
2133
|
+
/**
|
|
2134
|
+
* @generated from rpc operations.v1.OperationsService.DismissAllPendingDeadLetters
|
|
2135
|
+
*/
|
|
2136
|
+
dismissAllPendingDeadLetters: {
|
|
2137
|
+
methodKind: "unary";
|
|
2138
|
+
input: typeof DismissAllPendingDeadLettersRequestSchema;
|
|
2139
|
+
output: typeof DismissAllPendingDeadLettersResponseSchema;
|
|
2140
|
+
},
|
|
2141
|
+
/**
|
|
2142
|
+
* @generated from rpc operations.v1.OperationsService.BulkRetryDeadLetters
|
|
2143
|
+
*/
|
|
2144
|
+
bulkRetryDeadLetters: {
|
|
2145
|
+
methodKind: "unary";
|
|
2146
|
+
input: typeof BulkRetryDeadLettersRequestSchema;
|
|
2147
|
+
output: typeof BulkRetryDeadLettersResponseSchema;
|
|
2148
|
+
},
|
|
2149
|
+
/**
|
|
2150
|
+
* @generated from rpc operations.v1.OperationsService.ListDeadLetterOperationKeys
|
|
2151
|
+
*/
|
|
2152
|
+
listDeadLetterOperationKeys: {
|
|
2153
|
+
methodKind: "unary";
|
|
2154
|
+
input: typeof ListDeadLetterOperationKeysRequestSchema;
|
|
2155
|
+
output: typeof ListDeadLetterOperationKeysResponseSchema;
|
|
2156
|
+
},
|
|
1967
2157
|
/**
|
|
1968
2158
|
* @generated from rpc operations.v1.OperationsService.GetDeadLetterStats
|
|
1969
2159
|
*/
|