@eide/foir-proto-ts 0.26.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 +38 -26
- package/src/apps/v1/apps_pb.js +2 -2
- 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
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
// See the License for the specific language governing permissions and
|
|
13
13
|
// limitations under the License.
|
|
14
14
|
|
|
15
|
-
// @generated by protoc-gen-es v2.
|
|
15
|
+
// @generated by protoc-gen-es v2.12.0 with parameter "import_extension=js"
|
|
16
16
|
// @generated from file buf/validate/validate.proto (package buf.validate, syntax proto2)
|
|
17
17
|
/* eslint-disable */
|
|
18
18
|
|
|
@@ -3920,7 +3920,7 @@ export declare type RepeatedRules = Message<"buf.validate.RepeatedRules"> & {
|
|
|
3920
3920
|
*
|
|
3921
3921
|
* @generated from field: optional buf.validate.FieldRules items = 4;
|
|
3922
3922
|
*/
|
|
3923
|
-
items?: FieldRules;
|
|
3923
|
+
items?: FieldRules | undefined;
|
|
3924
3924
|
};
|
|
3925
3925
|
|
|
3926
3926
|
/**
|
|
@@ -3984,7 +3984,7 @@ export declare type MapRules = Message<"buf.validate.MapRules"> & {
|
|
|
3984
3984
|
*
|
|
3985
3985
|
* @generated from field: optional buf.validate.FieldRules keys = 4;
|
|
3986
3986
|
*/
|
|
3987
|
-
keys?: FieldRules;
|
|
3987
|
+
keys?: FieldRules | undefined;
|
|
3988
3988
|
|
|
3989
3989
|
/**
|
|
3990
3990
|
* Specifies the rules to be applied to the value of each key in the
|
|
@@ -4006,7 +4006,7 @@ export declare type MapRules = Message<"buf.validate.MapRules"> & {
|
|
|
4006
4006
|
*
|
|
4007
4007
|
* @generated from field: optional buf.validate.FieldRules values = 5;
|
|
4008
4008
|
*/
|
|
4009
|
-
values?: FieldRules;
|
|
4009
|
+
values?: FieldRules | undefined;
|
|
4010
4010
|
};
|
|
4011
4011
|
|
|
4012
4012
|
/**
|
|
@@ -4082,7 +4082,7 @@ export declare type DurationRules = Message<"buf.validate.DurationRules"> & {
|
|
|
4082
4082
|
*
|
|
4083
4083
|
* @generated from field: optional google.protobuf.Duration const = 2;
|
|
4084
4084
|
*/
|
|
4085
|
-
const?: Duration;
|
|
4085
|
+
const?: Duration | undefined;
|
|
4086
4086
|
|
|
4087
4087
|
/**
|
|
4088
4088
|
* @generated from oneof buf.validate.DurationRules.less_than
|
|
@@ -4258,7 +4258,7 @@ export declare type FieldMaskRules = Message<"buf.validate.FieldMaskRules"> & {
|
|
|
4258
4258
|
*
|
|
4259
4259
|
* @generated from field: optional google.protobuf.FieldMask const = 1;
|
|
4260
4260
|
*/
|
|
4261
|
-
const?: FieldMask;
|
|
4261
|
+
const?: FieldMask | undefined;
|
|
4262
4262
|
|
|
4263
4263
|
/**
|
|
4264
4264
|
* `in` requires the field value to only contain paths matching specified
|
|
@@ -4343,7 +4343,7 @@ export declare type TimestampRules = Message<"buf.validate.TimestampRules"> & {
|
|
|
4343
4343
|
*
|
|
4344
4344
|
* @generated from field: optional google.protobuf.Timestamp const = 2;
|
|
4345
4345
|
*/
|
|
4346
|
-
const?: Timestamp;
|
|
4346
|
+
const?: Timestamp | undefined;
|
|
4347
4347
|
|
|
4348
4348
|
/**
|
|
4349
4349
|
* @generated from oneof buf.validate.TimestampRules.less_than
|
|
@@ -4477,7 +4477,7 @@ export declare type TimestampRules = Message<"buf.validate.TimestampRules"> & {
|
|
|
4477
4477
|
*
|
|
4478
4478
|
* @generated from field: optional google.protobuf.Duration within = 9;
|
|
4479
4479
|
*/
|
|
4480
|
-
within?: Duration;
|
|
4480
|
+
within?: Duration | undefined;
|
|
4481
4481
|
|
|
4482
4482
|
/**
|
|
4483
4483
|
* `example` specifies values that the field may have. These values SHOULD
|
|
@@ -4597,7 +4597,7 @@ export declare type Violation = Message<"buf.validate.Violation"> & {
|
|
|
4597
4597
|
*
|
|
4598
4598
|
* @generated from field: optional buf.validate.FieldPath field = 5;
|
|
4599
4599
|
*/
|
|
4600
|
-
field?: FieldPath;
|
|
4600
|
+
field?: FieldPath | undefined;
|
|
4601
4601
|
|
|
4602
4602
|
/**
|
|
4603
4603
|
* `rule` is a machine-readable path that points to the specific rule that failed validation.
|
|
@@ -4631,7 +4631,7 @@ export declare type Violation = Message<"buf.validate.Violation"> & {
|
|
|
4631
4631
|
*
|
|
4632
4632
|
* @generated from field: optional buf.validate.FieldPath rule = 6;
|
|
4633
4633
|
*/
|
|
4634
|
-
rule?: FieldPath;
|
|
4634
|
+
rule?: FieldPath | undefined;
|
|
4635
4635
|
|
|
4636
4636
|
/**
|
|
4637
4637
|
* `rule_id` is the unique identifier of the `Rule` that was not fulfilled.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
// See the License for the specific language governing permissions and
|
|
13
13
|
// limitations under the License.
|
|
14
14
|
|
|
15
|
-
// @generated by protoc-gen-es v2.
|
|
15
|
+
// @generated by protoc-gen-es v2.12.0 with parameter "import_extension=js"
|
|
16
16
|
// @generated from file buf/validate/validate.proto (package buf.validate, syntax proto2)
|
|
17
17
|
/* eslint-disable */
|
|
18
18
|
|
|
@@ -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 configs/v1/configs.proto (package configs.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -43,19 +43,19 @@ export declare type Config = Message<"configs.v1.Config"> & {
|
|
|
43
43
|
/**
|
|
44
44
|
* @generated from field: optional string description = 6;
|
|
45
45
|
*/
|
|
46
|
-
description?: string;
|
|
46
|
+
description?: string | undefined;
|
|
47
47
|
|
|
48
48
|
/**
|
|
49
49
|
* Connection.
|
|
50
50
|
*
|
|
51
51
|
* @generated from field: optional string connection_domain = 10;
|
|
52
52
|
*/
|
|
53
|
-
connectionDomain?: string;
|
|
53
|
+
connectionDomain?: string | undefined;
|
|
54
54
|
|
|
55
55
|
/**
|
|
56
56
|
* @generated from field: optional string connection_id = 11;
|
|
57
57
|
*/
|
|
58
|
-
connectionId?: string;
|
|
58
|
+
connectionId?: string | undefined;
|
|
59
59
|
|
|
60
60
|
/**
|
|
61
61
|
* Status.
|
|
@@ -77,39 +77,39 @@ export declare type Config = Message<"configs.v1.Config"> & {
|
|
|
77
77
|
/**
|
|
78
78
|
* @generated from field: optional google.protobuf.Struct sync_metadata = 23;
|
|
79
79
|
*/
|
|
80
|
-
syncMetadata?: JsonObject;
|
|
80
|
+
syncMetadata?: JsonObject | undefined;
|
|
81
81
|
|
|
82
82
|
/**
|
|
83
83
|
* Configuration.
|
|
84
84
|
*
|
|
85
85
|
* @generated from field: optional google.protobuf.Struct credentials = 30;
|
|
86
86
|
*/
|
|
87
|
-
credentials?: JsonObject;
|
|
87
|
+
credentials?: JsonObject | undefined;
|
|
88
88
|
|
|
89
89
|
/**
|
|
90
90
|
* @generated from field: optional google.protobuf.Struct oauth = 31;
|
|
91
91
|
*/
|
|
92
|
-
oauth?: JsonObject;
|
|
92
|
+
oauth?: JsonObject | undefined;
|
|
93
93
|
|
|
94
94
|
/**
|
|
95
95
|
* @generated from field: optional google.protobuf.Struct features = 32;
|
|
96
96
|
*/
|
|
97
|
-
features?: JsonObject;
|
|
97
|
+
features?: JsonObject | undefined;
|
|
98
98
|
|
|
99
99
|
/**
|
|
100
100
|
* @generated from field: optional google.protobuf.Struct webhooks = 33;
|
|
101
101
|
*/
|
|
102
|
-
webhooks?: JsonObject;
|
|
102
|
+
webhooks?: JsonObject | undefined;
|
|
103
103
|
|
|
104
104
|
/**
|
|
105
105
|
* @generated from field: optional google.protobuf.Struct config = 34;
|
|
106
106
|
*/
|
|
107
|
-
config?: JsonObject;
|
|
107
|
+
config?: JsonObject | undefined;
|
|
108
108
|
|
|
109
109
|
/**
|
|
110
110
|
* @generated from field: optional google.protobuf.Struct hooks = 35;
|
|
111
111
|
*/
|
|
112
|
-
hooks?: JsonObject;
|
|
112
|
+
hooks?: JsonObject | undefined;
|
|
113
113
|
|
|
114
114
|
/**
|
|
115
115
|
* Ownership.
|
|
@@ -128,24 +128,24 @@ export declare type Config = Message<"configs.v1.Config"> & {
|
|
|
128
128
|
*
|
|
129
129
|
* @generated from field: optional string created_by = 45;
|
|
130
130
|
*/
|
|
131
|
-
createdBy?: string;
|
|
131
|
+
createdBy?: string | undefined;
|
|
132
132
|
|
|
133
133
|
/**
|
|
134
134
|
* @generated from field: optional string updated_by = 46;
|
|
135
135
|
*/
|
|
136
|
-
updatedBy?: string;
|
|
136
|
+
updatedBy?: string | undefined;
|
|
137
137
|
|
|
138
138
|
/**
|
|
139
139
|
* Timestamps.
|
|
140
140
|
*
|
|
141
141
|
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
142
142
|
*/
|
|
143
|
-
createdAt?: Timestamp;
|
|
143
|
+
createdAt?: Timestamp | undefined;
|
|
144
144
|
|
|
145
145
|
/**
|
|
146
146
|
* @generated from field: google.protobuf.Timestamp updated_at = 51;
|
|
147
147
|
*/
|
|
148
|
-
updatedAt?: Timestamp;
|
|
148
|
+
updatedAt?: Timestamp | undefined;
|
|
149
149
|
};
|
|
150
150
|
|
|
151
151
|
/**
|
|
@@ -176,17 +176,17 @@ export declare type Operation = Message<"configs.v1.Operation"> & {
|
|
|
176
176
|
/**
|
|
177
177
|
* @generated from field: optional string description = 4;
|
|
178
178
|
*/
|
|
179
|
-
description?: string;
|
|
179
|
+
description?: string | undefined;
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
182
|
* @generated from field: optional string icon = 5;
|
|
183
183
|
*/
|
|
184
|
-
icon?: string;
|
|
184
|
+
icon?: string | undefined;
|
|
185
185
|
|
|
186
186
|
/**
|
|
187
187
|
* @generated from field: optional string category = 6;
|
|
188
188
|
*/
|
|
189
|
-
category?: string;
|
|
189
|
+
category?: string | undefined;
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
192
|
* @generated from field: bool is_active = 7;
|
|
@@ -203,19 +203,19 @@ export declare type Operation = Message<"configs.v1.Operation"> & {
|
|
|
203
203
|
/**
|
|
204
204
|
* @generated from field: optional string project_id = 21;
|
|
205
205
|
*/
|
|
206
|
-
projectId?: string;
|
|
206
|
+
projectId?: string | undefined;
|
|
207
207
|
|
|
208
208
|
/**
|
|
209
209
|
* Timestamps.
|
|
210
210
|
*
|
|
211
211
|
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
212
212
|
*/
|
|
213
|
-
createdAt?: Timestamp;
|
|
213
|
+
createdAt?: Timestamp | undefined;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
216
|
* @generated from field: google.protobuf.Timestamp updated_at = 51;
|
|
217
217
|
*/
|
|
218
|
-
updatedAt?: Timestamp;
|
|
218
|
+
updatedAt?: Timestamp | undefined;
|
|
219
219
|
};
|
|
220
220
|
|
|
221
221
|
/**
|
|
@@ -231,17 +231,17 @@ export declare type ListOperationsRequest = Message<"configs.v1.ListOperationsRe
|
|
|
231
231
|
/**
|
|
232
232
|
* @generated from field: optional string category = 1;
|
|
233
233
|
*/
|
|
234
|
-
category?: string;
|
|
234
|
+
category?: string | undefined;
|
|
235
235
|
|
|
236
236
|
/**
|
|
237
237
|
* @generated from field: optional bool is_active = 2;
|
|
238
238
|
*/
|
|
239
|
-
isActive?: boolean;
|
|
239
|
+
isActive?: boolean | undefined;
|
|
240
240
|
|
|
241
241
|
/**
|
|
242
242
|
* @generated from field: optional string search = 3;
|
|
243
243
|
*/
|
|
244
|
-
search?: string;
|
|
244
|
+
search?: string | undefined;
|
|
245
245
|
|
|
246
246
|
/**
|
|
247
247
|
* @generated from field: int32 limit = 10;
|
|
@@ -304,7 +304,7 @@ export declare type GetConfigResponse = Message<"configs.v1.GetConfigResponse">
|
|
|
304
304
|
/**
|
|
305
305
|
* @generated from field: configs.v1.Config config = 1;
|
|
306
306
|
*/
|
|
307
|
-
config?: Config;
|
|
307
|
+
config?: Config | undefined;
|
|
308
308
|
};
|
|
309
309
|
|
|
310
310
|
/**
|
|
@@ -336,7 +336,7 @@ export declare type GetConfigByKeyResponse = Message<"configs.v1.GetConfigByKeyR
|
|
|
336
336
|
/**
|
|
337
337
|
* @generated from field: configs.v1.Config config = 1;
|
|
338
338
|
*/
|
|
339
|
-
config?: Config;
|
|
339
|
+
config?: Config | undefined;
|
|
340
340
|
};
|
|
341
341
|
|
|
342
342
|
/**
|
|
@@ -352,12 +352,12 @@ export declare type ListConfigsRequest = Message<"configs.v1.ListConfigsRequest"
|
|
|
352
352
|
/**
|
|
353
353
|
* @generated from field: optional string config_type = 1;
|
|
354
354
|
*/
|
|
355
|
-
configType?: string;
|
|
355
|
+
configType?: string | undefined;
|
|
356
356
|
|
|
357
357
|
/**
|
|
358
358
|
* @generated from field: optional bool enabled = 2;
|
|
359
359
|
*/
|
|
360
|
-
enabled?: boolean;
|
|
360
|
+
enabled?: boolean | undefined;
|
|
361
361
|
|
|
362
362
|
/**
|
|
363
363
|
* @generated from field: int32 limit = 10;
|
|
@@ -424,17 +424,17 @@ export declare type CreateConfigRequest = Message<"configs.v1.CreateConfigReques
|
|
|
424
424
|
/**
|
|
425
425
|
* @generated from field: optional string description = 5;
|
|
426
426
|
*/
|
|
427
|
-
description?: string;
|
|
427
|
+
description?: string | undefined;
|
|
428
428
|
|
|
429
429
|
/**
|
|
430
430
|
* @generated from field: optional google.protobuf.Struct config = 6;
|
|
431
431
|
*/
|
|
432
|
-
config?: JsonObject;
|
|
432
|
+
config?: JsonObject | undefined;
|
|
433
433
|
|
|
434
434
|
/**
|
|
435
435
|
* @generated from field: optional bool enabled = 7;
|
|
436
436
|
*/
|
|
437
|
-
enabled?: boolean;
|
|
437
|
+
enabled?: boolean | undefined;
|
|
438
438
|
};
|
|
439
439
|
|
|
440
440
|
/**
|
|
@@ -450,7 +450,7 @@ export declare type CreateConfigResponse = Message<"configs.v1.CreateConfigRespo
|
|
|
450
450
|
/**
|
|
451
451
|
* @generated from field: configs.v1.Config config = 1;
|
|
452
452
|
*/
|
|
453
|
-
config?: Config;
|
|
453
|
+
config?: Config | undefined;
|
|
454
454
|
};
|
|
455
455
|
|
|
456
456
|
/**
|
|
@@ -471,32 +471,32 @@ export declare type UpdateConfigRequest = Message<"configs.v1.UpdateConfigReques
|
|
|
471
471
|
/**
|
|
472
472
|
* @generated from field: optional string name = 2;
|
|
473
473
|
*/
|
|
474
|
-
name?: string;
|
|
474
|
+
name?: string | undefined;
|
|
475
475
|
|
|
476
476
|
/**
|
|
477
477
|
* @generated from field: optional string description = 3;
|
|
478
478
|
*/
|
|
479
|
-
description?: string;
|
|
479
|
+
description?: string | undefined;
|
|
480
480
|
|
|
481
481
|
/**
|
|
482
482
|
* @generated from field: optional google.protobuf.Struct config = 4;
|
|
483
483
|
*/
|
|
484
|
-
config?: JsonObject;
|
|
484
|
+
config?: JsonObject | undefined;
|
|
485
485
|
|
|
486
486
|
/**
|
|
487
487
|
* @generated from field: optional bool enabled = 5;
|
|
488
488
|
*/
|
|
489
|
-
enabled?: boolean;
|
|
489
|
+
enabled?: boolean | undefined;
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
492
|
* @generated from field: optional google.protobuf.Struct webhooks = 6;
|
|
493
493
|
*/
|
|
494
|
-
webhooks?: JsonObject;
|
|
494
|
+
webhooks?: JsonObject | undefined;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
497
|
* @generated from field: optional google.protobuf.Struct hooks = 7;
|
|
498
498
|
*/
|
|
499
|
-
hooks?: JsonObject;
|
|
499
|
+
hooks?: JsonObject | undefined;
|
|
500
500
|
};
|
|
501
501
|
|
|
502
502
|
/**
|
|
@@ -512,7 +512,7 @@ export declare type UpdateConfigResponse = Message<"configs.v1.UpdateConfigRespo
|
|
|
512
512
|
/**
|
|
513
513
|
* @generated from field: configs.v1.Config config = 1;
|
|
514
514
|
*/
|
|
515
|
-
config?: Config;
|
|
515
|
+
config?: Config | undefined;
|
|
516
516
|
};
|
|
517
517
|
|
|
518
518
|
/**
|
|
@@ -570,37 +570,37 @@ export declare type EditorConfigPlacement = Message<"configs.v1.EditorConfigPlac
|
|
|
570
570
|
/**
|
|
571
571
|
* @generated from field: optional string url = 3;
|
|
572
572
|
*/
|
|
573
|
-
url?: string;
|
|
573
|
+
url?: string | undefined;
|
|
574
574
|
|
|
575
575
|
/**
|
|
576
576
|
* @generated from field: optional string allowed_origin = 4;
|
|
577
577
|
*/
|
|
578
|
-
allowedOrigin?: string;
|
|
578
|
+
allowedOrigin?: string | undefined;
|
|
579
579
|
|
|
580
580
|
/**
|
|
581
581
|
* @generated from field: optional int32 height = 5;
|
|
582
582
|
*/
|
|
583
|
-
height?: number;
|
|
583
|
+
height?: number | undefined;
|
|
584
584
|
|
|
585
585
|
/**
|
|
586
586
|
* @generated from field: optional string label = 6;
|
|
587
587
|
*/
|
|
588
|
-
label?: string;
|
|
588
|
+
label?: string | undefined;
|
|
589
589
|
|
|
590
590
|
/**
|
|
591
591
|
* @generated from field: optional string api_key = 7;
|
|
592
592
|
*/
|
|
593
|
-
apiKey?: string;
|
|
593
|
+
apiKey?: string | undefined;
|
|
594
594
|
|
|
595
595
|
/**
|
|
596
596
|
* @generated from field: optional string api_url = 8;
|
|
597
597
|
*/
|
|
598
|
-
apiUrl?: string;
|
|
598
|
+
apiUrl?: string | undefined;
|
|
599
599
|
|
|
600
600
|
/**
|
|
601
601
|
* @generated from field: optional string connection_domain = 9;
|
|
602
602
|
*/
|
|
603
|
-
connectionDomain?: string;
|
|
603
|
+
connectionDomain?: string | undefined;
|
|
604
604
|
};
|
|
605
605
|
|
|
606
606
|
/**
|
|
@@ -685,7 +685,7 @@ export declare type ApplyConfigRequest = Message<"configs.v1.ApplyConfigRequest"
|
|
|
685
685
|
/**
|
|
686
686
|
* @generated from field: google.protobuf.Struct config_data = 2;
|
|
687
687
|
*/
|
|
688
|
-
configData?: JsonObject;
|
|
688
|
+
configData?: JsonObject | undefined;
|
|
689
689
|
};
|
|
690
690
|
|
|
691
691
|
/**
|
|
@@ -701,12 +701,12 @@ export declare type ApplyConfigResponse = Message<"configs.v1.ApplyConfigRespons
|
|
|
701
701
|
/**
|
|
702
702
|
* @generated from field: configs.v1.Config config = 1;
|
|
703
703
|
*/
|
|
704
|
-
config?: Config;
|
|
704
|
+
config?: Config | undefined;
|
|
705
705
|
|
|
706
706
|
/**
|
|
707
707
|
* @generated from field: configs.v1.ApplyConfigSummary summary = 2;
|
|
708
708
|
*/
|
|
709
|
-
summary?: ApplyConfigSummary;
|
|
709
|
+
summary?: ApplyConfigSummary | undefined;
|
|
710
710
|
|
|
711
711
|
/**
|
|
712
712
|
* Provisioned secrets — only populated on first creation, empty on subsequent pushes.
|
|
@@ -718,7 +718,7 @@ export declare type ApplyConfigResponse = Message<"configs.v1.ApplyConfigRespons
|
|
|
718
718
|
/**
|
|
719
719
|
* @generated from field: optional string webhook_secret = 4;
|
|
720
720
|
*/
|
|
721
|
-
webhookSecret?: string;
|
|
721
|
+
webhookSecret?: string | undefined;
|
|
722
722
|
};
|
|
723
723
|
|
|
724
724
|
/**
|
|
@@ -875,7 +875,7 @@ export declare type WriteConfigCredentialResponse = Message<"configs.v1.WriteCon
|
|
|
875
875
|
/**
|
|
876
876
|
* @generated from field: google.protobuf.Timestamp last_written_at = 2;
|
|
877
877
|
*/
|
|
878
|
-
lastWrittenAt?: Timestamp;
|
|
878
|
+
lastWrittenAt?: Timestamp | undefined;
|
|
879
879
|
};
|
|
880
880
|
|
|
881
881
|
/**
|
|
@@ -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 email/v1/email.proto (package email.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -37,7 +37,7 @@ export declare type CopyOverride = Message<"email.v1.CopyOverride"> & {
|
|
|
37
37
|
/**
|
|
38
38
|
* @generated from field: optional string project_id = 3;
|
|
39
39
|
*/
|
|
40
|
-
projectId?: string;
|
|
40
|
+
projectId?: string | undefined;
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
43
|
* @generated from field: string action_key = 4;
|
|
@@ -52,32 +52,32 @@ export declare type CopyOverride = Message<"email.v1.CopyOverride"> & {
|
|
|
52
52
|
/**
|
|
53
53
|
* @generated from field: optional string heading = 6;
|
|
54
54
|
*/
|
|
55
|
-
heading?: string;
|
|
55
|
+
heading?: string | undefined;
|
|
56
56
|
|
|
57
57
|
/**
|
|
58
58
|
* @generated from field: optional string body = 7;
|
|
59
59
|
*/
|
|
60
|
-
body?: string;
|
|
60
|
+
body?: string | undefined;
|
|
61
61
|
|
|
62
62
|
/**
|
|
63
63
|
* @generated from field: optional string cta_label = 8;
|
|
64
64
|
*/
|
|
65
|
-
ctaLabel?: string;
|
|
65
|
+
ctaLabel?: string | undefined;
|
|
66
66
|
|
|
67
67
|
/**
|
|
68
68
|
* @generated from field: optional string footer = 9;
|
|
69
69
|
*/
|
|
70
|
-
footer?: string;
|
|
70
|
+
footer?: string | undefined;
|
|
71
71
|
|
|
72
72
|
/**
|
|
73
73
|
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
74
74
|
*/
|
|
75
|
-
createdAt?: Timestamp;
|
|
75
|
+
createdAt?: Timestamp | undefined;
|
|
76
76
|
|
|
77
77
|
/**
|
|
78
78
|
* @generated from field: google.protobuf.Timestamp updated_at = 51;
|
|
79
79
|
*/
|
|
80
|
-
updatedAt?: Timestamp;
|
|
80
|
+
updatedAt?: Timestamp | undefined;
|
|
81
81
|
};
|
|
82
82
|
|
|
83
83
|
/**
|
|
@@ -95,26 +95,26 @@ export declare type ListCopyOverridesRequest = Message<"email.v1.ListCopyOverrid
|
|
|
95
95
|
*
|
|
96
96
|
* @generated from field: optional string tenant_id = 1;
|
|
97
97
|
*/
|
|
98
|
-
tenantId?: string;
|
|
98
|
+
tenantId?: string | undefined;
|
|
99
99
|
|
|
100
100
|
/**
|
|
101
101
|
* Filter to project-scoped rows only (or tenant-wide with project_id = "").
|
|
102
102
|
*
|
|
103
103
|
* @generated from field: optional string project_id = 2;
|
|
104
104
|
*/
|
|
105
|
-
projectId?: string;
|
|
105
|
+
projectId?: string | undefined;
|
|
106
106
|
|
|
107
107
|
/**
|
|
108
108
|
* Filter by action key (exact match).
|
|
109
109
|
*
|
|
110
110
|
* @generated from field: optional string action_key = 3;
|
|
111
111
|
*/
|
|
112
|
-
actionKey?: string;
|
|
112
|
+
actionKey?: string | undefined;
|
|
113
113
|
|
|
114
114
|
/**
|
|
115
115
|
* @generated from field: optional string locale = 4;
|
|
116
116
|
*/
|
|
117
|
-
locale?: string;
|
|
117
|
+
locale?: string | undefined;
|
|
118
118
|
|
|
119
119
|
/**
|
|
120
120
|
* @generated from field: int32 limit = 10;
|
|
@@ -177,7 +177,7 @@ export declare type GetCopyOverrideResponse = Message<"email.v1.GetCopyOverrideR
|
|
|
177
177
|
/**
|
|
178
178
|
* @generated from field: email.v1.CopyOverride override = 1;
|
|
179
179
|
*/
|
|
180
|
-
override?: CopyOverride;
|
|
180
|
+
override?: CopyOverride | undefined;
|
|
181
181
|
};
|
|
182
182
|
|
|
183
183
|
/**
|
|
@@ -200,7 +200,7 @@ export declare type UpsertCopyOverrideRequest = Message<"email.v1.UpsertCopyOver
|
|
|
200
200
|
*
|
|
201
201
|
* @generated from field: optional string project_id = 2;
|
|
202
202
|
*/
|
|
203
|
-
projectId?: string;
|
|
203
|
+
projectId?: string | undefined;
|
|
204
204
|
|
|
205
205
|
/**
|
|
206
206
|
* @generated from field: string action_key = 3;
|
|
@@ -217,22 +217,22 @@ export declare type UpsertCopyOverrideRequest = Message<"email.v1.UpsertCopyOver
|
|
|
217
217
|
*
|
|
218
218
|
* @generated from field: optional string heading = 5;
|
|
219
219
|
*/
|
|
220
|
-
heading?: string;
|
|
220
|
+
heading?: string | undefined;
|
|
221
221
|
|
|
222
222
|
/**
|
|
223
223
|
* @generated from field: optional string body = 6;
|
|
224
224
|
*/
|
|
225
|
-
body?: string;
|
|
225
|
+
body?: string | undefined;
|
|
226
226
|
|
|
227
227
|
/**
|
|
228
228
|
* @generated from field: optional string cta_label = 7;
|
|
229
229
|
*/
|
|
230
|
-
ctaLabel?: string;
|
|
230
|
+
ctaLabel?: string | undefined;
|
|
231
231
|
|
|
232
232
|
/**
|
|
233
233
|
* @generated from field: optional string footer = 8;
|
|
234
234
|
*/
|
|
235
|
-
footer?: string;
|
|
235
|
+
footer?: string | undefined;
|
|
236
236
|
};
|
|
237
237
|
|
|
238
238
|
/**
|
|
@@ -248,7 +248,7 @@ export declare type UpsertCopyOverrideResponse = Message<"email.v1.UpsertCopyOve
|
|
|
248
248
|
/**
|
|
249
249
|
* @generated from field: email.v1.CopyOverride override = 1;
|
|
250
250
|
*/
|
|
251
|
-
override?: CopyOverride;
|
|
251
|
+
override?: CopyOverride | undefined;
|
|
252
252
|
};
|
|
253
253
|
|
|
254
254
|
/**
|
|
@@ -309,7 +309,7 @@ export declare type RenderPreviewRequest = Message<"email.v1.RenderPreviewReques
|
|
|
309
309
|
*
|
|
310
310
|
* @generated from field: optional string project_id = 3;
|
|
311
311
|
*/
|
|
312
|
-
projectId?: string;
|
|
312
|
+
projectId?: string | undefined;
|
|
313
313
|
|
|
314
314
|
/**
|
|
315
315
|
* If set, overlay these values on top of the resolved copy for preview
|
|
@@ -317,22 +317,22 @@ export declare type RenderPreviewRequest = Message<"email.v1.RenderPreviewReques
|
|
|
317
317
|
*
|
|
318
318
|
* @generated from field: optional string heading_override = 10;
|
|
319
319
|
*/
|
|
320
|
-
headingOverride?: string;
|
|
320
|
+
headingOverride?: string | undefined;
|
|
321
321
|
|
|
322
322
|
/**
|
|
323
323
|
* @generated from field: optional string body_override = 11;
|
|
324
324
|
*/
|
|
325
|
-
bodyOverride?: string;
|
|
325
|
+
bodyOverride?: string | undefined;
|
|
326
326
|
|
|
327
327
|
/**
|
|
328
328
|
* @generated from field: optional string cta_label_override = 12;
|
|
329
329
|
*/
|
|
330
|
-
ctaLabelOverride?: string;
|
|
330
|
+
ctaLabelOverride?: string | undefined;
|
|
331
331
|
|
|
332
332
|
/**
|
|
333
333
|
* @generated from field: optional string footer_override = 13;
|
|
334
334
|
*/
|
|
335
|
-
footerOverride?: string;
|
|
335
|
+
footerOverride?: string | undefined;
|
|
336
336
|
|
|
337
337
|
/**
|
|
338
338
|
* @generated from field: email.v1.SamplePreset sample = 20;
|
package/src/email/v1/email_pb.js
CHANGED