@eide/foir-proto-ts 0.27.0 → 0.29.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 schedules/v1/schedules.proto (package schedules.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -33,7 +33,7 @@ export declare type CronSchedule = Message<"schedules.v1.CronSchedule"> & {
|
|
|
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: string cron = 5;
|
|
@@ -58,7 +58,7 @@ export declare type CronSchedule = Message<"schedules.v1.CronSchedule"> & {
|
|
|
58
58
|
/**
|
|
59
59
|
* @generated from field: optional string config_id = 9;
|
|
60
60
|
*/
|
|
61
|
-
configId?: string;
|
|
61
|
+
configId?: string | undefined;
|
|
62
62
|
|
|
63
63
|
/**
|
|
64
64
|
* @generated from field: bool is_active = 10;
|
|
@@ -68,32 +68,32 @@ export declare type CronSchedule = Message<"schedules.v1.CronSchedule"> & {
|
|
|
68
68
|
/**
|
|
69
69
|
* @generated from field: optional google.protobuf.Timestamp paused_at = 11;
|
|
70
70
|
*/
|
|
71
|
-
pausedAt?: Timestamp;
|
|
71
|
+
pausedAt?: Timestamp | undefined;
|
|
72
72
|
|
|
73
73
|
/**
|
|
74
74
|
* @generated from field: optional string paused_by = 12;
|
|
75
75
|
*/
|
|
76
|
-
pausedBy?: string;
|
|
76
|
+
pausedBy?: string | undefined;
|
|
77
77
|
|
|
78
78
|
/**
|
|
79
79
|
* @generated from field: optional google.protobuf.Timestamp last_run_at = 13;
|
|
80
80
|
*/
|
|
81
|
-
lastRunAt?: Timestamp;
|
|
81
|
+
lastRunAt?: Timestamp | undefined;
|
|
82
82
|
|
|
83
83
|
/**
|
|
84
84
|
* @generated from field: optional string last_run_status = 14;
|
|
85
85
|
*/
|
|
86
|
-
lastRunStatus?: string;
|
|
86
|
+
lastRunStatus?: string | undefined;
|
|
87
87
|
|
|
88
88
|
/**
|
|
89
89
|
* @generated from field: optional string last_run_error = 15;
|
|
90
90
|
*/
|
|
91
|
-
lastRunError?: string;
|
|
91
|
+
lastRunError?: string | undefined;
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
94
|
* @generated from field: optional google.protobuf.Timestamp next_run_at = 16;
|
|
95
95
|
*/
|
|
96
|
-
nextRunAt?: Timestamp;
|
|
96
|
+
nextRunAt?: Timestamp | undefined;
|
|
97
97
|
|
|
98
98
|
/**
|
|
99
99
|
* @generated from field: int32 run_count = 17;
|
|
@@ -127,22 +127,22 @@ export declare type CronSchedule = Message<"schedules.v1.CronSchedule"> & {
|
|
|
127
127
|
*
|
|
128
128
|
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
129
129
|
*/
|
|
130
|
-
createdAt?: Timestamp;
|
|
130
|
+
createdAt?: Timestamp | undefined;
|
|
131
131
|
|
|
132
132
|
/**
|
|
133
133
|
* @generated from field: google.protobuf.Timestamp updated_at = 51;
|
|
134
134
|
*/
|
|
135
|
-
updatedAt?: Timestamp;
|
|
135
|
+
updatedAt?: Timestamp | undefined;
|
|
136
136
|
|
|
137
137
|
/**
|
|
138
138
|
* @generated from field: optional string created_by = 52;
|
|
139
139
|
*/
|
|
140
|
-
createdBy?: string;
|
|
140
|
+
createdBy?: string | undefined;
|
|
141
141
|
|
|
142
142
|
/**
|
|
143
143
|
* @generated from field: optional string updated_by = 53;
|
|
144
144
|
*/
|
|
145
|
-
updatedBy?: string;
|
|
145
|
+
updatedBy?: string | undefined;
|
|
146
146
|
};
|
|
147
147
|
|
|
148
148
|
/**
|
|
@@ -158,12 +158,12 @@ export declare type ListCronSchedulesRequest = Message<"schedules.v1.ListCronSch
|
|
|
158
158
|
/**
|
|
159
159
|
* @generated from field: optional string config_id = 1;
|
|
160
160
|
*/
|
|
161
|
-
configId?: string;
|
|
161
|
+
configId?: string | undefined;
|
|
162
162
|
|
|
163
163
|
/**
|
|
164
164
|
* @generated from field: optional bool is_active = 2;
|
|
165
165
|
*/
|
|
166
|
-
isActive?: boolean;
|
|
166
|
+
isActive?: boolean | undefined;
|
|
167
167
|
|
|
168
168
|
/**
|
|
169
169
|
* @generated from field: int32 limit = 10;
|
|
@@ -226,7 +226,7 @@ export declare type GetCronScheduleResponse = Message<"schedules.v1.GetCronSched
|
|
|
226
226
|
/**
|
|
227
227
|
* @generated from field: schedules.v1.CronSchedule schedule = 1;
|
|
228
228
|
*/
|
|
229
|
-
schedule?: CronSchedule;
|
|
229
|
+
schedule?: CronSchedule | undefined;
|
|
230
230
|
};
|
|
231
231
|
|
|
232
232
|
/**
|
|
@@ -258,7 +258,7 @@ export declare type GetCronScheduleByKeyResponse = Message<"schedules.v1.GetCron
|
|
|
258
258
|
/**
|
|
259
259
|
* @generated from field: schedules.v1.CronSchedule schedule = 1;
|
|
260
260
|
*/
|
|
261
|
-
schedule?: CronSchedule;
|
|
261
|
+
schedule?: CronSchedule | undefined;
|
|
262
262
|
};
|
|
263
263
|
|
|
264
264
|
/**
|
|
@@ -284,7 +284,7 @@ export declare type CreateCronScheduleRequest = Message<"schedules.v1.CreateCron
|
|
|
284
284
|
/**
|
|
285
285
|
* @generated from field: optional string description = 3;
|
|
286
286
|
*/
|
|
287
|
-
description?: string;
|
|
287
|
+
description?: string | undefined;
|
|
288
288
|
|
|
289
289
|
/**
|
|
290
290
|
* @generated from field: string cron = 4;
|
|
@@ -294,7 +294,7 @@ export declare type CreateCronScheduleRequest = Message<"schedules.v1.CreateCron
|
|
|
294
294
|
/**
|
|
295
295
|
* @generated from field: optional string timezone = 5;
|
|
296
296
|
*/
|
|
297
|
-
timezone?: string;
|
|
297
|
+
timezone?: string | undefined;
|
|
298
298
|
|
|
299
299
|
/**
|
|
300
300
|
* Required — handler rejects empty.
|
|
@@ -306,7 +306,7 @@ export declare type CreateCronScheduleRequest = Message<"schedules.v1.CreateCron
|
|
|
306
306
|
/**
|
|
307
307
|
* @generated from field: optional string config_id = 7;
|
|
308
308
|
*/
|
|
309
|
-
configId?: string;
|
|
309
|
+
configId?: string | undefined;
|
|
310
310
|
};
|
|
311
311
|
|
|
312
312
|
/**
|
|
@@ -322,7 +322,7 @@ export declare type CreateCronScheduleResponse = Message<"schedules.v1.CreateCro
|
|
|
322
322
|
/**
|
|
323
323
|
* @generated from field: schedules.v1.CronSchedule schedule = 1;
|
|
324
324
|
*/
|
|
325
|
-
schedule?: CronSchedule;
|
|
325
|
+
schedule?: CronSchedule | undefined;
|
|
326
326
|
};
|
|
327
327
|
|
|
328
328
|
/**
|
|
@@ -343,32 +343,32 @@ export declare type UpdateCronScheduleRequest = Message<"schedules.v1.UpdateCron
|
|
|
343
343
|
/**
|
|
344
344
|
* @generated from field: optional string name = 2;
|
|
345
345
|
*/
|
|
346
|
-
name?: string;
|
|
346
|
+
name?: string | undefined;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* @generated from field: optional string description = 3;
|
|
350
350
|
*/
|
|
351
|
-
description?: string;
|
|
351
|
+
description?: string | undefined;
|
|
352
352
|
|
|
353
353
|
/**
|
|
354
354
|
* @generated from field: optional string cron = 4;
|
|
355
355
|
*/
|
|
356
|
-
cron?: string;
|
|
356
|
+
cron?: string | undefined;
|
|
357
357
|
|
|
358
358
|
/**
|
|
359
359
|
* @generated from field: optional string timezone = 5;
|
|
360
360
|
*/
|
|
361
|
-
timezone?: string;
|
|
361
|
+
timezone?: string | undefined;
|
|
362
362
|
|
|
363
363
|
/**
|
|
364
364
|
* @generated from field: optional string operation_key = 6;
|
|
365
365
|
*/
|
|
366
|
-
operationKey?: string;
|
|
366
|
+
operationKey?: string | undefined;
|
|
367
367
|
|
|
368
368
|
/**
|
|
369
369
|
* @generated from field: optional bool is_active = 7;
|
|
370
370
|
*/
|
|
371
|
-
isActive?: boolean;
|
|
371
|
+
isActive?: boolean | undefined;
|
|
372
372
|
};
|
|
373
373
|
|
|
374
374
|
/**
|
|
@@ -384,7 +384,7 @@ export declare type UpdateCronScheduleResponse = Message<"schedules.v1.UpdateCro
|
|
|
384
384
|
/**
|
|
385
385
|
* @generated from field: schedules.v1.CronSchedule schedule = 1;
|
|
386
386
|
*/
|
|
387
|
-
schedule?: CronSchedule;
|
|
387
|
+
schedule?: CronSchedule | undefined;
|
|
388
388
|
};
|
|
389
389
|
|
|
390
390
|
/**
|
|
@@ -448,7 +448,7 @@ export declare type PauseCronScheduleResponse = Message<"schedules.v1.PauseCronS
|
|
|
448
448
|
/**
|
|
449
449
|
* @generated from field: schedules.v1.CronSchedule schedule = 1;
|
|
450
450
|
*/
|
|
451
|
-
schedule?: CronSchedule;
|
|
451
|
+
schedule?: CronSchedule | undefined;
|
|
452
452
|
};
|
|
453
453
|
|
|
454
454
|
/**
|
|
@@ -480,7 +480,7 @@ export declare type ResumeCronScheduleResponse = Message<"schedules.v1.ResumeCro
|
|
|
480
480
|
/**
|
|
481
481
|
* @generated from field: schedules.v1.CronSchedule schedule = 1;
|
|
482
482
|
*/
|
|
483
|
-
schedule?: CronSchedule;
|
|
483
|
+
schedule?: CronSchedule | undefined;
|
|
484
484
|
};
|
|
485
485
|
|
|
486
486
|
/**
|
|
@@ -512,7 +512,7 @@ export declare type TriggerCronScheduleResponse = Message<"schedules.v1.TriggerC
|
|
|
512
512
|
/**
|
|
513
513
|
* @generated from field: schedules.v1.CronSchedule schedule = 1;
|
|
514
514
|
*/
|
|
515
|
-
schedule?: CronSchedule;
|
|
515
|
+
schedule?: CronSchedule | undefined;
|
|
516
516
|
};
|
|
517
517
|
|
|
518
518
|
/**
|
|
@@ -538,12 +538,12 @@ export declare type PublishBatch = Message<"schedules.v1.PublishBatch"> & {
|
|
|
538
538
|
/**
|
|
539
539
|
* @generated from field: optional string description = 3;
|
|
540
540
|
*/
|
|
541
|
-
description?: string;
|
|
541
|
+
description?: string | undefined;
|
|
542
542
|
|
|
543
543
|
/**
|
|
544
544
|
* @generated from field: google.protobuf.Timestamp scheduled_at = 4;
|
|
545
545
|
*/
|
|
546
|
-
scheduledAt?: Timestamp;
|
|
546
|
+
scheduledAt?: Timestamp | undefined;
|
|
547
547
|
|
|
548
548
|
/**
|
|
549
549
|
* @generated from field: string status = 5;
|
|
@@ -568,27 +568,27 @@ export declare type PublishBatch = Message<"schedules.v1.PublishBatch"> & {
|
|
|
568
568
|
/**
|
|
569
569
|
* @generated from field: optional google.protobuf.Timestamp started_at = 9;
|
|
570
570
|
*/
|
|
571
|
-
startedAt?: Timestamp;
|
|
571
|
+
startedAt?: Timestamp | undefined;
|
|
572
572
|
|
|
573
573
|
/**
|
|
574
574
|
* @generated from field: optional google.protobuf.Timestamp completed_at = 10;
|
|
575
575
|
*/
|
|
576
|
-
completedAt?: Timestamp;
|
|
576
|
+
completedAt?: Timestamp | undefined;
|
|
577
577
|
|
|
578
578
|
/**
|
|
579
579
|
* @generated from field: optional google.protobuf.Struct error_summary = 11;
|
|
580
580
|
*/
|
|
581
|
-
errorSummary?: JsonObject;
|
|
581
|
+
errorSummary?: JsonObject | undefined;
|
|
582
582
|
|
|
583
583
|
/**
|
|
584
584
|
* @generated from field: optional string scheduled_job_id = 12;
|
|
585
585
|
*/
|
|
586
|
-
scheduledJobId?: string;
|
|
586
|
+
scheduledJobId?: string | undefined;
|
|
587
587
|
|
|
588
588
|
/**
|
|
589
589
|
* @generated from field: optional string rollback_batch_id = 13;
|
|
590
590
|
*/
|
|
591
|
-
rollbackBatchId?: string;
|
|
591
|
+
rollbackBatchId?: string | undefined;
|
|
592
592
|
|
|
593
593
|
/**
|
|
594
594
|
* @generated from field: bool is_rollback = 14;
|
|
@@ -598,7 +598,7 @@ export declare type PublishBatch = Message<"schedules.v1.PublishBatch"> & {
|
|
|
598
598
|
/**
|
|
599
599
|
* @generated from field: optional string original_batch_id = 15;
|
|
600
600
|
*/
|
|
601
|
-
originalBatchId?: string;
|
|
601
|
+
originalBatchId?: string | undefined;
|
|
602
602
|
|
|
603
603
|
/**
|
|
604
604
|
* Ownership.
|
|
@@ -617,24 +617,24 @@ export declare type PublishBatch = Message<"schedules.v1.PublishBatch"> & {
|
|
|
617
617
|
*
|
|
618
618
|
* @generated from field: optional string created_by = 30;
|
|
619
619
|
*/
|
|
620
|
-
createdBy?: string;
|
|
620
|
+
createdBy?: string | undefined;
|
|
621
621
|
|
|
622
622
|
/**
|
|
623
623
|
* @generated from field: optional string cancelled_by = 31;
|
|
624
624
|
*/
|
|
625
|
-
cancelledBy?: string;
|
|
625
|
+
cancelledBy?: string | undefined;
|
|
626
626
|
|
|
627
627
|
/**
|
|
628
628
|
* @generated from field: optional google.protobuf.Timestamp cancelled_at = 32;
|
|
629
629
|
*/
|
|
630
|
-
cancelledAt?: Timestamp;
|
|
630
|
+
cancelledAt?: Timestamp | undefined;
|
|
631
631
|
|
|
632
632
|
/**
|
|
633
633
|
* Timestamps.
|
|
634
634
|
*
|
|
635
635
|
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
636
636
|
*/
|
|
637
|
-
createdAt?: Timestamp;
|
|
637
|
+
createdAt?: Timestamp | undefined;
|
|
638
638
|
};
|
|
639
639
|
|
|
640
640
|
/**
|
|
@@ -670,22 +670,22 @@ export declare type PublishBatchItem = Message<"schedules.v1.PublishBatchItem">
|
|
|
670
670
|
/**
|
|
671
671
|
* @generated from field: optional string error_message = 5;
|
|
672
672
|
*/
|
|
673
|
-
errorMessage?: string;
|
|
673
|
+
errorMessage?: string | undefined;
|
|
674
674
|
|
|
675
675
|
/**
|
|
676
676
|
* @generated from field: optional string previous_published_version_id = 6;
|
|
677
677
|
*/
|
|
678
|
-
previousPublishedVersionId?: string;
|
|
678
|
+
previousPublishedVersionId?: string | undefined;
|
|
679
679
|
|
|
680
680
|
/**
|
|
681
681
|
* @generated from field: optional string rollback_action = 7;
|
|
682
682
|
*/
|
|
683
|
-
rollbackAction?: string;
|
|
683
|
+
rollbackAction?: string | undefined;
|
|
684
684
|
|
|
685
685
|
/**
|
|
686
686
|
* @generated from field: optional google.protobuf.Timestamp processed_at = 8;
|
|
687
687
|
*/
|
|
688
|
-
processedAt?: Timestamp;
|
|
688
|
+
processedAt?: Timestamp | undefined;
|
|
689
689
|
|
|
690
690
|
/**
|
|
691
691
|
* @generated from field: string tenant_id = 20;
|
|
@@ -700,7 +700,7 @@ export declare type PublishBatchItem = Message<"schedules.v1.PublishBatchItem">
|
|
|
700
700
|
/**
|
|
701
701
|
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
702
702
|
*/
|
|
703
|
-
createdAt?: Timestamp;
|
|
703
|
+
createdAt?: Timestamp | undefined;
|
|
704
704
|
};
|
|
705
705
|
|
|
706
706
|
/**
|
|
@@ -716,7 +716,7 @@ export declare type ListPublishBatchesRequest = Message<"schedules.v1.ListPublis
|
|
|
716
716
|
/**
|
|
717
717
|
* @generated from field: optional string status = 1;
|
|
718
718
|
*/
|
|
719
|
-
status?: string;
|
|
719
|
+
status?: string | undefined;
|
|
720
720
|
|
|
721
721
|
/**
|
|
722
722
|
* @generated from field: int32 limit = 10;
|
|
@@ -779,7 +779,7 @@ export declare type GetPublishBatchResponse = Message<"schedules.v1.GetPublishBa
|
|
|
779
779
|
/**
|
|
780
780
|
* @generated from field: schedules.v1.PublishBatch batch = 1;
|
|
781
781
|
*/
|
|
782
|
-
batch?: PublishBatch;
|
|
782
|
+
batch?: PublishBatch | undefined;
|
|
783
783
|
|
|
784
784
|
/**
|
|
785
785
|
* @generated from field: repeated schedules.v1.PublishBatchItem items = 2;
|
|
@@ -805,12 +805,12 @@ export declare type CreatePublishBatchRequest = Message<"schedules.v1.CreatePubl
|
|
|
805
805
|
/**
|
|
806
806
|
* @generated from field: optional string description = 2;
|
|
807
807
|
*/
|
|
808
|
-
description?: string;
|
|
808
|
+
description?: string | undefined;
|
|
809
809
|
|
|
810
810
|
/**
|
|
811
811
|
* @generated from field: google.protobuf.Timestamp scheduled_at = 3;
|
|
812
812
|
*/
|
|
813
|
-
scheduledAt?: Timestamp;
|
|
813
|
+
scheduledAt?: Timestamp | undefined;
|
|
814
814
|
|
|
815
815
|
/**
|
|
816
816
|
* @generated from field: repeated string version_ids = 4;
|
|
@@ -831,7 +831,7 @@ export declare type CreatePublishBatchResponse = Message<"schedules.v1.CreatePub
|
|
|
831
831
|
/**
|
|
832
832
|
* @generated from field: schedules.v1.PublishBatch batch = 1;
|
|
833
833
|
*/
|
|
834
|
-
batch?: PublishBatch;
|
|
834
|
+
batch?: PublishBatch | undefined;
|
|
835
835
|
};
|
|
836
836
|
|
|
837
837
|
/**
|
|
@@ -852,17 +852,17 @@ export declare type UpdatePublishBatchRequest = Message<"schedules.v1.UpdatePubl
|
|
|
852
852
|
/**
|
|
853
853
|
* @generated from field: optional string name = 2;
|
|
854
854
|
*/
|
|
855
|
-
name?: string;
|
|
855
|
+
name?: string | undefined;
|
|
856
856
|
|
|
857
857
|
/**
|
|
858
858
|
* @generated from field: optional string description = 3;
|
|
859
859
|
*/
|
|
860
|
-
description?: string;
|
|
860
|
+
description?: string | undefined;
|
|
861
861
|
|
|
862
862
|
/**
|
|
863
863
|
* @generated from field: optional google.protobuf.Timestamp scheduled_at = 4;
|
|
864
864
|
*/
|
|
865
|
-
scheduledAt?: Timestamp;
|
|
865
|
+
scheduledAt?: Timestamp | undefined;
|
|
866
866
|
};
|
|
867
867
|
|
|
868
868
|
/**
|
|
@@ -878,7 +878,7 @@ export declare type UpdatePublishBatchResponse = Message<"schedules.v1.UpdatePub
|
|
|
878
878
|
/**
|
|
879
879
|
* @generated from field: schedules.v1.PublishBatch batch = 1;
|
|
880
880
|
*/
|
|
881
|
-
batch?: PublishBatch;
|
|
881
|
+
batch?: PublishBatch | undefined;
|
|
882
882
|
};
|
|
883
883
|
|
|
884
884
|
/**
|
|
@@ -942,7 +942,7 @@ export declare type TriggerPublishBatchResponse = Message<"schedules.v1.TriggerP
|
|
|
942
942
|
/**
|
|
943
943
|
* @generated from field: schedules.v1.PublishBatch batch = 1;
|
|
944
944
|
*/
|
|
945
|
-
batch?: PublishBatch;
|
|
945
|
+
batch?: PublishBatch | undefined;
|
|
946
946
|
};
|
|
947
947
|
|
|
948
948
|
/**
|
|
@@ -974,7 +974,7 @@ export declare type PausePublishBatchResponse = Message<"schedules.v1.PausePubli
|
|
|
974
974
|
/**
|
|
975
975
|
* @generated from field: schedules.v1.PublishBatch batch = 1;
|
|
976
976
|
*/
|
|
977
|
-
batch?: PublishBatch;
|
|
977
|
+
batch?: PublishBatch | undefined;
|
|
978
978
|
};
|
|
979
979
|
|
|
980
980
|
/**
|
|
@@ -1006,7 +1006,7 @@ export declare type ResumePublishBatchResponse = Message<"schedules.v1.ResumePub
|
|
|
1006
1006
|
/**
|
|
1007
1007
|
* @generated from field: schedules.v1.PublishBatch batch = 1;
|
|
1008
1008
|
*/
|
|
1009
|
-
batch?: PublishBatch;
|
|
1009
|
+
batch?: PublishBatch | undefined;
|
|
1010
1010
|
};
|
|
1011
1011
|
|
|
1012
1012
|
/**
|
|
@@ -1075,7 +1075,7 @@ export declare type RollbackPublishBatchResponse = Message<"schedules.v1.Rollbac
|
|
|
1075
1075
|
/**
|
|
1076
1076
|
* @generated from field: schedules.v1.PublishBatch batch = 1;
|
|
1077
1077
|
*/
|
|
1078
|
-
batch?: PublishBatch;
|
|
1078
|
+
batch?: PublishBatch | undefined;
|
|
1079
1079
|
};
|
|
1080
1080
|
|
|
1081
1081
|
/**
|
|
@@ -1107,7 +1107,7 @@ export declare type RetryFailedBatchItemsResponse = Message<"schedules.v1.RetryF
|
|
|
1107
1107
|
/**
|
|
1108
1108
|
* @generated from field: schedules.v1.PublishBatch batch = 1;
|
|
1109
1109
|
*/
|
|
1110
|
-
batch?: PublishBatch;
|
|
1110
|
+
batch?: PublishBatch | undefined;
|
|
1111
1111
|
|
|
1112
1112
|
/**
|
|
1113
1113
|
* @generated from field: int32 retried_count = 2;
|
|
@@ -1149,7 +1149,7 @@ export declare type AddItemsToPublishBatchResponse = Message<"schedules.v1.AddIt
|
|
|
1149
1149
|
/**
|
|
1150
1150
|
* @generated from field: schedules.v1.PublishBatch batch = 1;
|
|
1151
1151
|
*/
|
|
1152
|
-
batch?: PublishBatch;
|
|
1152
|
+
batch?: PublishBatch | undefined;
|
|
1153
1153
|
};
|
|
1154
1154
|
|
|
1155
1155
|
/**
|
|
@@ -1186,7 +1186,7 @@ export declare type RemoveItemsFromPublishBatchResponse = Message<"schedules.v1.
|
|
|
1186
1186
|
/**
|
|
1187
1187
|
* @generated from field: schedules.v1.PublishBatch batch = 1;
|
|
1188
1188
|
*/
|
|
1189
|
-
batch?: PublishBatch;
|
|
1189
|
+
batch?: PublishBatch | undefined;
|
|
1190
1190
|
};
|
|
1191
1191
|
|
|
1192
1192
|
/**
|