@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.
Files changed (49) hide show
  1. package/package.json +1 -1
  2. package/src/analytics/v1/analytics_pb.d.ts +31 -31
  3. package/src/analytics/v1/analytics_pb.js +1 -1
  4. package/src/apps/v1/apps_pb.d.ts +26 -26
  5. package/src/apps/v1/apps_pb.js +1 -1
  6. package/src/apps/v1/apps_service_pb.d.ts +38 -38
  7. package/src/apps/v1/apps_service_pb.js +1 -1
  8. package/src/billing/v1/billing_pb.d.ts +102 -102
  9. package/src/billing/v1/billing_pb.js +1 -1
  10. package/src/buf/validate/validate_pb.d.ts +10 -10
  11. package/src/buf/validate/validate_pb.js +1 -1
  12. package/src/configs/v1/configs_pb.d.ts +51 -51
  13. package/src/configs/v1/configs_pb.js +1 -1
  14. package/src/email/v1/email_pb.d.ts +24 -24
  15. package/src/email/v1/email_pb.js +1 -1
  16. package/src/experiments/v1/experiments_pb.d.ts +50 -50
  17. package/src/experiments/v1/experiments_pb.js +1 -1
  18. package/src/expressions/v1/expressions_pb.d.ts +11 -11
  19. package/src/expressions/v1/expressions_pb.js +1 -1
  20. package/src/hooks/v1/hooks_pb.d.ts +36 -36
  21. package/src/hooks/v1/hooks_pb.js +1 -1
  22. package/src/identity/v1/identity_pb.d.ts +196 -196
  23. package/src/identity/v1/identity_pb.js +1 -1
  24. package/src/models/v1/models_connect.d.ts +32 -1
  25. package/src/models/v1/models_connect.js +32 -1
  26. package/src/models/v1/models_pb.d.ts +265 -52
  27. package/src/models/v1/models_pb.js +58 -2
  28. package/src/notifications/v1/notifications_pb.d.ts +40 -40
  29. package/src/notifications/v1/notifications_pb.js +1 -1
  30. package/src/operations/v1/operations_connect.d.ts +37 -1
  31. package/src/operations/v1/operations_connect.js +37 -1
  32. package/src/operations/v1/operations_pb.d.ts +304 -114
  33. package/src/operations/v1/operations_pb.js +87 -31
  34. package/src/placements/v1/placements_pb.d.ts +24 -24
  35. package/src/placements/v1/placements_pb.js +1 -1
  36. package/src/queue/v1/queue_pb.d.ts +17 -17
  37. package/src/queue/v1/queue_pb.js +1 -1
  38. package/src/records/v1/records_pb.d.ts +136 -136
  39. package/src/records/v1/records_pb.js +1 -1
  40. package/src/schedules/v1/schedules_pb.d.ts +64 -64
  41. package/src/schedules/v1/schedules_pb.js +1 -1
  42. package/src/segments/v1/segments_pb.d.ts +35 -35
  43. package/src/segments/v1/segments_pb.js +1 -1
  44. package/src/settings/v1/settings_pb.d.ts +190 -190
  45. package/src/settings/v1/settings_pb.js +1 -1
  46. package/src/storage/v1/storage_pb.d.ts +41 -41
  47. package/src/storage/v1/storage_pb.js +1 -1
  48. package/src/workers/v1/workers_pb.d.ts +1 -1
  49. package/src/workers/v1/workers_pb.js +1 -1
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "import_extension=js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "import_extension=js"
2
2
  // @generated from file hooks/v1/hooks.proto (package hooks.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -33,7 +33,7 @@ export declare type Hook = Message<"hooks.v1.Hook"> & {
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 event = 5;
@@ -48,22 +48,22 @@ export declare type Hook = Message<"hooks.v1.Hook"> & {
48
48
  /**
49
49
  * @generated from field: optional string operation_key = 7;
50
50
  */
51
- operationKey?: string;
51
+ operationKey?: string | undefined;
52
52
 
53
53
  /**
54
54
  * @generated from field: optional google.protobuf.Struct notification_config = 8;
55
55
  */
56
- notificationConfig?: JsonObject;
56
+ notificationConfig?: JsonObject | undefined;
57
57
 
58
58
  /**
59
59
  * @generated from field: optional google.protobuf.Struct filter = 9;
60
60
  */
61
- filter?: JsonObject;
61
+ filter?: JsonObject | undefined;
62
62
 
63
63
  /**
64
64
  * @generated from field: optional string config_id = 10;
65
65
  */
66
- configId?: string;
66
+ configId?: string | undefined;
67
67
 
68
68
  /**
69
69
  * @generated from field: bool is_active = 11;
@@ -87,19 +87,19 @@ export declare type Hook = Message<"hooks.v1.Hook"> & {
87
87
  *
88
88
  * @generated from field: optional string created_by = 30;
89
89
  */
90
- createdBy?: string;
90
+ createdBy?: string | undefined;
91
91
 
92
92
  /**
93
93
  * Timestamps.
94
94
  *
95
95
  * @generated from field: google.protobuf.Timestamp created_at = 50;
96
96
  */
97
- createdAt?: Timestamp;
97
+ createdAt?: Timestamp | undefined;
98
98
 
99
99
  /**
100
100
  * @generated from field: google.protobuf.Timestamp updated_at = 51;
101
101
  */
102
- updatedAt?: Timestamp;
102
+ updatedAt?: Timestamp | undefined;
103
103
  };
104
104
 
105
105
  /**
@@ -135,17 +135,17 @@ export declare type HookDelivery = Message<"hooks.v1.HookDelivery"> & {
135
135
  /**
136
136
  * @generated from field: google.protobuf.Struct payload = 5;
137
137
  */
138
- payload?: JsonObject;
138
+ payload?: JsonObject | undefined;
139
139
 
140
140
  /**
141
141
  * @generated from field: optional google.protobuf.Struct response = 6;
142
142
  */
143
- response?: JsonObject;
143
+ response?: JsonObject | undefined;
144
144
 
145
145
  /**
146
146
  * @generated from field: optional string error = 7;
147
147
  */
148
- error?: string;
148
+ error?: string | undefined;
149
149
 
150
150
  /**
151
151
  * @generated from field: int32 attempts = 8;
@@ -155,12 +155,12 @@ export declare type HookDelivery = Message<"hooks.v1.HookDelivery"> & {
155
155
  /**
156
156
  * @generated from field: optional int32 duration_ms = 9;
157
157
  */
158
- durationMs?: number;
158
+ durationMs?: number | undefined;
159
159
 
160
160
  /**
161
161
  * @generated from field: google.protobuf.Timestamp delivered_at = 10;
162
162
  */
163
- deliveredAt?: Timestamp;
163
+ deliveredAt?: Timestamp | undefined;
164
164
 
165
165
  /**
166
166
  * Ownership.
@@ -179,7 +179,7 @@ export declare type HookDelivery = Message<"hooks.v1.HookDelivery"> & {
179
179
  *
180
180
  * @generated from field: google.protobuf.Timestamp created_at = 50;
181
181
  */
182
- createdAt?: Timestamp;
182
+ createdAt?: Timestamp | undefined;
183
183
  };
184
184
 
185
185
  /**
@@ -195,17 +195,17 @@ export declare type ListHooksRequest = Message<"hooks.v1.ListHooksRequest"> & {
195
195
  /**
196
196
  * @generated from field: optional string event = 1;
197
197
  */
198
- event?: string;
198
+ event?: string | undefined;
199
199
 
200
200
  /**
201
201
  * @generated from field: optional bool is_active = 2;
202
202
  */
203
- isActive?: boolean;
203
+ isActive?: boolean | undefined;
204
204
 
205
205
  /**
206
206
  * @generated from field: optional string config_id = 3;
207
207
  */
208
- configId?: string;
208
+ configId?: string | undefined;
209
209
 
210
210
  /**
211
211
  * @generated from field: int32 limit = 10;
@@ -268,7 +268,7 @@ export declare type GetHookResponse = Message<"hooks.v1.GetHookResponse"> & {
268
268
  /**
269
269
  * @generated from field: hooks.v1.Hook hook = 1;
270
270
  */
271
- hook?: Hook;
271
+ hook?: Hook | undefined;
272
272
  };
273
273
 
274
274
  /**
@@ -294,7 +294,7 @@ export declare type CreateHookRequest = Message<"hooks.v1.CreateHookRequest"> &
294
294
  /**
295
295
  * @generated from field: optional string description = 3;
296
296
  */
297
- description?: string;
297
+ description?: string | undefined;
298
298
 
299
299
  /**
300
300
  * @generated from field: string event = 4;
@@ -309,22 +309,22 @@ export declare type CreateHookRequest = Message<"hooks.v1.CreateHookRequest"> &
309
309
  /**
310
310
  * @generated from field: optional string operation_key = 6;
311
311
  */
312
- operationKey?: string;
312
+ operationKey?: string | undefined;
313
313
 
314
314
  /**
315
315
  * @generated from field: optional google.protobuf.Struct notification_config = 7;
316
316
  */
317
- notificationConfig?: JsonObject;
317
+ notificationConfig?: JsonObject | undefined;
318
318
 
319
319
  /**
320
320
  * @generated from field: optional google.protobuf.Struct filter = 8;
321
321
  */
322
- filter?: JsonObject;
322
+ filter?: JsonObject | undefined;
323
323
 
324
324
  /**
325
325
  * @generated from field: optional string config_id = 9;
326
326
  */
327
- configId?: string;
327
+ configId?: string | undefined;
328
328
  };
329
329
 
330
330
  /**
@@ -340,7 +340,7 @@ export declare type CreateHookResponse = Message<"hooks.v1.CreateHookResponse">
340
340
  /**
341
341
  * @generated from field: hooks.v1.Hook hook = 1;
342
342
  */
343
- hook?: Hook;
343
+ hook?: Hook | undefined;
344
344
  };
345
345
 
346
346
  /**
@@ -361,32 +361,32 @@ export declare type UpdateHookRequest = Message<"hooks.v1.UpdateHookRequest"> &
361
361
  /**
362
362
  * @generated from field: optional string name = 2;
363
363
  */
364
- name?: string;
364
+ name?: string | undefined;
365
365
 
366
366
  /**
367
367
  * @generated from field: optional string description = 3;
368
368
  */
369
- description?: string;
369
+ description?: string | undefined;
370
370
 
371
371
  /**
372
372
  * @generated from field: optional string operation_key = 4;
373
373
  */
374
- operationKey?: string;
374
+ operationKey?: string | undefined;
375
375
 
376
376
  /**
377
377
  * @generated from field: optional google.protobuf.Struct notification_config = 5;
378
378
  */
379
- notificationConfig?: JsonObject;
379
+ notificationConfig?: JsonObject | undefined;
380
380
 
381
381
  /**
382
382
  * @generated from field: optional google.protobuf.Struct filter = 6;
383
383
  */
384
- filter?: JsonObject;
384
+ filter?: JsonObject | undefined;
385
385
 
386
386
  /**
387
387
  * @generated from field: optional bool is_active = 7;
388
388
  */
389
- isActive?: boolean;
389
+ isActive?: boolean | undefined;
390
390
  };
391
391
 
392
392
  /**
@@ -402,7 +402,7 @@ export declare type UpdateHookResponse = Message<"hooks.v1.UpdateHookResponse">
402
402
  /**
403
403
  * @generated from field: hooks.v1.Hook hook = 1;
404
404
  */
405
- hook?: Hook;
405
+ hook?: Hook | undefined;
406
406
  };
407
407
 
408
408
  /**
@@ -455,7 +455,7 @@ export declare type ListHookDeliveriesRequest = Message<"hooks.v1.ListHookDelive
455
455
  /**
456
456
  * @generated from field: optional string status = 2;
457
457
  */
458
- status?: string;
458
+ status?: string | undefined;
459
459
 
460
460
  /**
461
461
  * @generated from field: int32 limit = 10;
@@ -539,7 +539,7 @@ export declare type TestHookRequest = Message<"hooks.v1.TestHookRequest"> & {
539
539
  /**
540
540
  * @generated from field: optional google.protobuf.Struct test_payload = 2;
541
541
  */
542
- testPayload?: JsonObject;
542
+ testPayload?: JsonObject | undefined;
543
543
  };
544
544
 
545
545
  /**
@@ -560,7 +560,7 @@ export declare type TestHookResponse = Message<"hooks.v1.TestHookResponse"> & {
560
560
  /**
561
561
  * @generated from field: optional string error = 2;
562
562
  */
563
- error?: string;
563
+ error?: string | undefined;
564
564
  };
565
565
 
566
566
  /**
@@ -592,7 +592,7 @@ export declare type GetHookByKeyResponse = Message<"hooks.v1.GetHookByKeyRespons
592
592
  /**
593
593
  * @generated from field: hooks.v1.Hook hook = 1;
594
594
  */
595
- hook?: Hook;
595
+ hook?: Hook | undefined;
596
596
  };
597
597
 
598
598
  /**
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "import_extension=js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "import_extension=js"
2
2
  // @generated from file hooks/v1/hooks.proto (package hooks.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4