@eide/foir-proto-ts 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/package.json +55 -0
  2. package/src/analytics/v1/analytics_connect.d.ts +116 -0
  3. package/src/analytics/v1/analytics_connect.js +116 -0
  4. package/src/analytics/v1/analytics_pb.d.ts +850 -0
  5. package/src/analytics/v1/analytics_pb.js +250 -0
  6. package/src/billing/v1/billing_connect.d.ts +269 -0
  7. package/src/billing/v1/billing_connect.js +269 -0
  8. package/src/billing/v1/billing_pb.d.ts +2144 -0
  9. package/src/billing/v1/billing_pb.js +519 -0
  10. package/src/configs/v1/configs_connect.d.ts +111 -0
  11. package/src/configs/v1/configs_connect.js +111 -0
  12. package/src/configs/v1/configs_pb.d.ts +832 -0
  13. package/src/configs/v1/configs_pb.js +192 -0
  14. package/src/experiments/v1/experiments_connect.d.ts +162 -0
  15. package/src/experiments/v1/experiments_connect.js +162 -0
  16. package/src/experiments/v1/experiments_pb.d.ts +1086 -0
  17. package/src/experiments/v1/experiments_pb.js +284 -0
  18. package/src/expressions/v1/expressions_pb.d.ts +139 -0
  19. package/src/expressions/v1/expressions_pb.js +27 -0
  20. package/src/hooks/v1/hooks_connect.d.ts +106 -0
  21. package/src/hooks/v1/hooks_connect.js +106 -0
  22. package/src/hooks/v1/hooks_pb.d.ts +689 -0
  23. package/src/hooks/v1/hooks_pb.js +159 -0
  24. package/src/identity/v1/identity_connect.d.ts +738 -0
  25. package/src/identity/v1/identity_connect.js +738 -0
  26. package/src/identity/v1/identity_pb.d.ts +4612 -0
  27. package/src/identity/v1/identity_pb.js +1277 -0
  28. package/src/models/v1/models_connect.d.ts +104 -0
  29. package/src/models/v1/models_connect.js +104 -0
  30. package/src/models/v1/models_pb.d.ts +908 -0
  31. package/src/models/v1/models_pb.js +187 -0
  32. package/src/notifications/v1/notifications_connect.d.ts +182 -0
  33. package/src/notifications/v1/notifications_connect.js +182 -0
  34. package/src/notifications/v1/notifications_pb.d.ts +1173 -0
  35. package/src/notifications/v1/notifications_pb.js +302 -0
  36. package/src/operations/v1/operations_connect.d.ts +222 -0
  37. package/src/operations/v1/operations_connect.js +222 -0
  38. package/src/operations/v1/operations_pb.d.ts +1502 -0
  39. package/src/operations/v1/operations_pb.js +355 -0
  40. package/src/queue/v1/queue_connect.d.ts +89 -0
  41. package/src/queue/v1/queue_connect.js +89 -0
  42. package/src/queue/v1/queue_pb.d.ts +519 -0
  43. package/src/queue/v1/queue_pb.js +152 -0
  44. package/src/records/v1/records_connect.d.ts +451 -0
  45. package/src/records/v1/records_connect.js +451 -0
  46. package/src/records/v1/records_pb.d.ts +3099 -0
  47. package/src/records/v1/records_pb.js +798 -0
  48. package/src/schedules/v1/schedules_connect.d.ts +98 -0
  49. package/src/schedules/v1/schedules_connect.js +98 -0
  50. package/src/schedules/v1/schedules_pb.d.ts +622 -0
  51. package/src/schedules/v1/schedules_pb.js +159 -0
  52. package/src/segments/v1/segments_connect.d.ts +135 -0
  53. package/src/segments/v1/segments_connect.js +135 -0
  54. package/src/segments/v1/segments_pb.d.ts +800 -0
  55. package/src/segments/v1/segments_pb.js +216 -0
  56. package/src/settings/v1/settings_connect.d.ts +614 -0
  57. package/src/settings/v1/settings_connect.js +614 -0
  58. package/src/settings/v1/settings_pb.d.ts +4396 -0
  59. package/src/settings/v1/settings_pb.js +1085 -0
  60. package/src/storage/v1/storage_connect.d.ts +144 -0
  61. package/src/storage/v1/storage_connect.js +144 -0
  62. package/src/storage/v1/storage_pb.d.ts +930 -0
  63. package/src/storage/v1/storage_pb.js +239 -0
  64. package/src/workers/v1/workers_connect.d.ts +42 -0
  65. package/src/workers/v1/workers_connect.js +42 -0
  66. package/src/workers/v1/workers_pb.d.ts +220 -0
  67. package/src/workers/v1/workers_pb.js +56 -0
@@ -0,0 +1,689 @@
1
+ // @generated by protoc-gen-es v2.11.0 with parameter "import_extension=js"
2
+ // @generated from file hooks/v1/hooks.proto (package hooks.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
6
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
7
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
8
+
9
+ /**
10
+ * Describes the file hooks/v1/hooks.proto.
11
+ */
12
+ export declare const file_hooks_v1_hooks: GenFile;
13
+
14
+ /**
15
+ * @generated from message hooks.v1.Hook
16
+ */
17
+ export declare type Hook = Message<"hooks.v1.Hook"> & {
18
+ /**
19
+ * @generated from field: string id = 1;
20
+ */
21
+ id: string;
22
+
23
+ /**
24
+ * @generated from field: string key = 2;
25
+ */
26
+ key: string;
27
+
28
+ /**
29
+ * @generated from field: string name = 3;
30
+ */
31
+ name: string;
32
+
33
+ /**
34
+ * @generated from field: optional string description = 4;
35
+ */
36
+ description?: string;
37
+
38
+ /**
39
+ * @generated from field: string event = 5;
40
+ */
41
+ event: string;
42
+
43
+ /**
44
+ * @generated from field: string target_type = 6;
45
+ */
46
+ targetType: string;
47
+
48
+ /**
49
+ * @generated from field: optional string operation_key = 7;
50
+ */
51
+ operationKey?: string;
52
+
53
+ /**
54
+ * @generated from field: optional google.protobuf.Struct notification_config = 8;
55
+ */
56
+ notificationConfig?: JsonObject;
57
+
58
+ /**
59
+ * @generated from field: optional google.protobuf.Struct filter = 9;
60
+ */
61
+ filter?: JsonObject;
62
+
63
+ /**
64
+ * @generated from field: optional string config_id = 10;
65
+ */
66
+ configId?: string;
67
+
68
+ /**
69
+ * @generated from field: bool is_active = 11;
70
+ */
71
+ isActive: boolean;
72
+
73
+ /**
74
+ * Ownership.
75
+ *
76
+ * @generated from field: string tenant_id = 20;
77
+ */
78
+ tenantId: string;
79
+
80
+ /**
81
+ * @generated from field: string project_id = 21;
82
+ */
83
+ projectId: string;
84
+
85
+ /**
86
+ * Attribution.
87
+ *
88
+ * @generated from field: optional string created_by = 30;
89
+ */
90
+ createdBy?: string;
91
+
92
+ /**
93
+ * Timestamps.
94
+ *
95
+ * @generated from field: google.protobuf.Timestamp created_at = 50;
96
+ */
97
+ createdAt?: Timestamp;
98
+
99
+ /**
100
+ * @generated from field: google.protobuf.Timestamp updated_at = 51;
101
+ */
102
+ updatedAt?: Timestamp;
103
+ };
104
+
105
+ /**
106
+ * Describes the message hooks.v1.Hook.
107
+ * Use `create(HookSchema)` to create a new message.
108
+ */
109
+ export declare const HookSchema: GenMessage<Hook>;
110
+
111
+ /**
112
+ * @generated from message hooks.v1.HookDelivery
113
+ */
114
+ export declare type HookDelivery = Message<"hooks.v1.HookDelivery"> & {
115
+ /**
116
+ * @generated from field: string id = 1;
117
+ */
118
+ id: string;
119
+
120
+ /**
121
+ * @generated from field: string hook_id = 2;
122
+ */
123
+ hookId: string;
124
+
125
+ /**
126
+ * @generated from field: string event = 3;
127
+ */
128
+ event: string;
129
+
130
+ /**
131
+ * @generated from field: string status = 4;
132
+ */
133
+ status: string;
134
+
135
+ /**
136
+ * @generated from field: google.protobuf.Struct payload = 5;
137
+ */
138
+ payload?: JsonObject;
139
+
140
+ /**
141
+ * @generated from field: optional google.protobuf.Struct response = 6;
142
+ */
143
+ response?: JsonObject;
144
+
145
+ /**
146
+ * @generated from field: optional string error = 7;
147
+ */
148
+ error?: string;
149
+
150
+ /**
151
+ * @generated from field: int32 attempts = 8;
152
+ */
153
+ attempts: number;
154
+
155
+ /**
156
+ * @generated from field: optional int32 duration_ms = 9;
157
+ */
158
+ durationMs?: number;
159
+
160
+ /**
161
+ * @generated from field: google.protobuf.Timestamp delivered_at = 10;
162
+ */
163
+ deliveredAt?: Timestamp;
164
+
165
+ /**
166
+ * Ownership.
167
+ *
168
+ * @generated from field: string tenant_id = 20;
169
+ */
170
+ tenantId: string;
171
+
172
+ /**
173
+ * @generated from field: string project_id = 21;
174
+ */
175
+ projectId: string;
176
+
177
+ /**
178
+ * Timestamps.
179
+ *
180
+ * @generated from field: google.protobuf.Timestamp created_at = 50;
181
+ */
182
+ createdAt?: Timestamp;
183
+ };
184
+
185
+ /**
186
+ * Describes the message hooks.v1.HookDelivery.
187
+ * Use `create(HookDeliverySchema)` to create a new message.
188
+ */
189
+ export declare const HookDeliverySchema: GenMessage<HookDelivery>;
190
+
191
+ /**
192
+ * @generated from message hooks.v1.ListHooksRequest
193
+ */
194
+ export declare type ListHooksRequest = Message<"hooks.v1.ListHooksRequest"> & {
195
+ /**
196
+ * @generated from field: optional string event = 1;
197
+ */
198
+ event?: string;
199
+
200
+ /**
201
+ * @generated from field: optional bool is_active = 2;
202
+ */
203
+ isActive?: boolean;
204
+
205
+ /**
206
+ * @generated from field: optional string config_id = 3;
207
+ */
208
+ configId?: string;
209
+
210
+ /**
211
+ * @generated from field: int32 limit = 10;
212
+ */
213
+ limit: number;
214
+
215
+ /**
216
+ * @generated from field: int32 offset = 11;
217
+ */
218
+ offset: number;
219
+ };
220
+
221
+ /**
222
+ * Describes the message hooks.v1.ListHooksRequest.
223
+ * Use `create(ListHooksRequestSchema)` to create a new message.
224
+ */
225
+ export declare const ListHooksRequestSchema: GenMessage<ListHooksRequest>;
226
+
227
+ /**
228
+ * @generated from message hooks.v1.ListHooksResponse
229
+ */
230
+ export declare type ListHooksResponse = Message<"hooks.v1.ListHooksResponse"> & {
231
+ /**
232
+ * @generated from field: repeated hooks.v1.Hook hooks = 1;
233
+ */
234
+ hooks: Hook[];
235
+
236
+ /**
237
+ * @generated from field: int32 total = 2;
238
+ */
239
+ total: number;
240
+ };
241
+
242
+ /**
243
+ * Describes the message hooks.v1.ListHooksResponse.
244
+ * Use `create(ListHooksResponseSchema)` to create a new message.
245
+ */
246
+ export declare const ListHooksResponseSchema: GenMessage<ListHooksResponse>;
247
+
248
+ /**
249
+ * @generated from message hooks.v1.GetHookRequest
250
+ */
251
+ export declare type GetHookRequest = Message<"hooks.v1.GetHookRequest"> & {
252
+ /**
253
+ * @generated from field: string id = 1;
254
+ */
255
+ id: string;
256
+ };
257
+
258
+ /**
259
+ * Describes the message hooks.v1.GetHookRequest.
260
+ * Use `create(GetHookRequestSchema)` to create a new message.
261
+ */
262
+ export declare const GetHookRequestSchema: GenMessage<GetHookRequest>;
263
+
264
+ /**
265
+ * @generated from message hooks.v1.GetHookResponse
266
+ */
267
+ export declare type GetHookResponse = Message<"hooks.v1.GetHookResponse"> & {
268
+ /**
269
+ * @generated from field: hooks.v1.Hook hook = 1;
270
+ */
271
+ hook?: Hook;
272
+ };
273
+
274
+ /**
275
+ * Describes the message hooks.v1.GetHookResponse.
276
+ * Use `create(GetHookResponseSchema)` to create a new message.
277
+ */
278
+ export declare const GetHookResponseSchema: GenMessage<GetHookResponse>;
279
+
280
+ /**
281
+ * @generated from message hooks.v1.CreateHookRequest
282
+ */
283
+ export declare type CreateHookRequest = Message<"hooks.v1.CreateHookRequest"> & {
284
+ /**
285
+ * @generated from field: string key = 1;
286
+ */
287
+ key: string;
288
+
289
+ /**
290
+ * @generated from field: string name = 2;
291
+ */
292
+ name: string;
293
+
294
+ /**
295
+ * @generated from field: optional string description = 3;
296
+ */
297
+ description?: string;
298
+
299
+ /**
300
+ * @generated from field: string event = 4;
301
+ */
302
+ event: string;
303
+
304
+ /**
305
+ * @generated from field: string target_type = 5;
306
+ */
307
+ targetType: string;
308
+
309
+ /**
310
+ * @generated from field: optional string operation_key = 6;
311
+ */
312
+ operationKey?: string;
313
+
314
+ /**
315
+ * @generated from field: optional google.protobuf.Struct notification_config = 7;
316
+ */
317
+ notificationConfig?: JsonObject;
318
+
319
+ /**
320
+ * @generated from field: optional google.protobuf.Struct filter = 8;
321
+ */
322
+ filter?: JsonObject;
323
+
324
+ /**
325
+ * @generated from field: optional string config_id = 9;
326
+ */
327
+ configId?: string;
328
+ };
329
+
330
+ /**
331
+ * Describes the message hooks.v1.CreateHookRequest.
332
+ * Use `create(CreateHookRequestSchema)` to create a new message.
333
+ */
334
+ export declare const CreateHookRequestSchema: GenMessage<CreateHookRequest>;
335
+
336
+ /**
337
+ * @generated from message hooks.v1.CreateHookResponse
338
+ */
339
+ export declare type CreateHookResponse = Message<"hooks.v1.CreateHookResponse"> & {
340
+ /**
341
+ * @generated from field: hooks.v1.Hook hook = 1;
342
+ */
343
+ hook?: Hook;
344
+ };
345
+
346
+ /**
347
+ * Describes the message hooks.v1.CreateHookResponse.
348
+ * Use `create(CreateHookResponseSchema)` to create a new message.
349
+ */
350
+ export declare const CreateHookResponseSchema: GenMessage<CreateHookResponse>;
351
+
352
+ /**
353
+ * @generated from message hooks.v1.UpdateHookRequest
354
+ */
355
+ export declare type UpdateHookRequest = Message<"hooks.v1.UpdateHookRequest"> & {
356
+ /**
357
+ * @generated from field: string id = 1;
358
+ */
359
+ id: string;
360
+
361
+ /**
362
+ * @generated from field: optional string name = 2;
363
+ */
364
+ name?: string;
365
+
366
+ /**
367
+ * @generated from field: optional string description = 3;
368
+ */
369
+ description?: string;
370
+
371
+ /**
372
+ * @generated from field: optional string operation_key = 4;
373
+ */
374
+ operationKey?: string;
375
+
376
+ /**
377
+ * @generated from field: optional google.protobuf.Struct notification_config = 5;
378
+ */
379
+ notificationConfig?: JsonObject;
380
+
381
+ /**
382
+ * @generated from field: optional google.protobuf.Struct filter = 6;
383
+ */
384
+ filter?: JsonObject;
385
+
386
+ /**
387
+ * @generated from field: optional bool is_active = 7;
388
+ */
389
+ isActive?: boolean;
390
+ };
391
+
392
+ /**
393
+ * Describes the message hooks.v1.UpdateHookRequest.
394
+ * Use `create(UpdateHookRequestSchema)` to create a new message.
395
+ */
396
+ export declare const UpdateHookRequestSchema: GenMessage<UpdateHookRequest>;
397
+
398
+ /**
399
+ * @generated from message hooks.v1.UpdateHookResponse
400
+ */
401
+ export declare type UpdateHookResponse = Message<"hooks.v1.UpdateHookResponse"> & {
402
+ /**
403
+ * @generated from field: hooks.v1.Hook hook = 1;
404
+ */
405
+ hook?: Hook;
406
+ };
407
+
408
+ /**
409
+ * Describes the message hooks.v1.UpdateHookResponse.
410
+ * Use `create(UpdateHookResponseSchema)` to create a new message.
411
+ */
412
+ export declare const UpdateHookResponseSchema: GenMessage<UpdateHookResponse>;
413
+
414
+ /**
415
+ * @generated from message hooks.v1.DeleteHookRequest
416
+ */
417
+ export declare type DeleteHookRequest = Message<"hooks.v1.DeleteHookRequest"> & {
418
+ /**
419
+ * @generated from field: string id = 1;
420
+ */
421
+ id: string;
422
+ };
423
+
424
+ /**
425
+ * Describes the message hooks.v1.DeleteHookRequest.
426
+ * Use `create(DeleteHookRequestSchema)` to create a new message.
427
+ */
428
+ export declare const DeleteHookRequestSchema: GenMessage<DeleteHookRequest>;
429
+
430
+ /**
431
+ * @generated from message hooks.v1.DeleteHookResponse
432
+ */
433
+ export declare type DeleteHookResponse = Message<"hooks.v1.DeleteHookResponse"> & {
434
+ /**
435
+ * @generated from field: bool success = 1;
436
+ */
437
+ success: boolean;
438
+ };
439
+
440
+ /**
441
+ * Describes the message hooks.v1.DeleteHookResponse.
442
+ * Use `create(DeleteHookResponseSchema)` to create a new message.
443
+ */
444
+ export declare const DeleteHookResponseSchema: GenMessage<DeleteHookResponse>;
445
+
446
+ /**
447
+ * @generated from message hooks.v1.ListHookDeliveriesRequest
448
+ */
449
+ export declare type ListHookDeliveriesRequest = Message<"hooks.v1.ListHookDeliveriesRequest"> & {
450
+ /**
451
+ * @generated from field: string hook_id = 1;
452
+ */
453
+ hookId: string;
454
+
455
+ /**
456
+ * @generated from field: optional string status = 2;
457
+ */
458
+ status?: string;
459
+
460
+ /**
461
+ * @generated from field: int32 limit = 10;
462
+ */
463
+ limit: number;
464
+
465
+ /**
466
+ * @generated from field: int32 offset = 11;
467
+ */
468
+ offset: number;
469
+ };
470
+
471
+ /**
472
+ * Describes the message hooks.v1.ListHookDeliveriesRequest.
473
+ * Use `create(ListHookDeliveriesRequestSchema)` to create a new message.
474
+ */
475
+ export declare const ListHookDeliveriesRequestSchema: GenMessage<ListHookDeliveriesRequest>;
476
+
477
+ /**
478
+ * @generated from message hooks.v1.ListHookDeliveriesResponse
479
+ */
480
+ export declare type ListHookDeliveriesResponse = Message<"hooks.v1.ListHookDeliveriesResponse"> & {
481
+ /**
482
+ * @generated from field: repeated hooks.v1.HookDelivery deliveries = 1;
483
+ */
484
+ deliveries: HookDelivery[];
485
+
486
+ /**
487
+ * @generated from field: int32 total = 2;
488
+ */
489
+ total: number;
490
+ };
491
+
492
+ /**
493
+ * Describes the message hooks.v1.ListHookDeliveriesResponse.
494
+ * Use `create(ListHookDeliveriesResponseSchema)` to create a new message.
495
+ */
496
+ export declare const ListHookDeliveriesResponseSchema: GenMessage<ListHookDeliveriesResponse>;
497
+
498
+ /**
499
+ * @generated from message hooks.v1.RetryHookDeliveryRequest
500
+ */
501
+ export declare type RetryHookDeliveryRequest = Message<"hooks.v1.RetryHookDeliveryRequest"> & {
502
+ /**
503
+ * @generated from field: string delivery_id = 1;
504
+ */
505
+ deliveryId: string;
506
+ };
507
+
508
+ /**
509
+ * Describes the message hooks.v1.RetryHookDeliveryRequest.
510
+ * Use `create(RetryHookDeliveryRequestSchema)` to create a new message.
511
+ */
512
+ export declare const RetryHookDeliveryRequestSchema: GenMessage<RetryHookDeliveryRequest>;
513
+
514
+ /**
515
+ * @generated from message hooks.v1.RetryHookDeliveryResponse
516
+ */
517
+ export declare type RetryHookDeliveryResponse = Message<"hooks.v1.RetryHookDeliveryResponse"> & {
518
+ /**
519
+ * @generated from field: bool success = 1;
520
+ */
521
+ success: boolean;
522
+ };
523
+
524
+ /**
525
+ * Describes the message hooks.v1.RetryHookDeliveryResponse.
526
+ * Use `create(RetryHookDeliveryResponseSchema)` to create a new message.
527
+ */
528
+ export declare const RetryHookDeliveryResponseSchema: GenMessage<RetryHookDeliveryResponse>;
529
+
530
+ /**
531
+ * @generated from message hooks.v1.TestHookRequest
532
+ */
533
+ export declare type TestHookRequest = Message<"hooks.v1.TestHookRequest"> & {
534
+ /**
535
+ * @generated from field: string hook_id = 1;
536
+ */
537
+ hookId: string;
538
+
539
+ /**
540
+ * @generated from field: optional google.protobuf.Struct test_payload = 2;
541
+ */
542
+ testPayload?: JsonObject;
543
+ };
544
+
545
+ /**
546
+ * Describes the message hooks.v1.TestHookRequest.
547
+ * Use `create(TestHookRequestSchema)` to create a new message.
548
+ */
549
+ export declare const TestHookRequestSchema: GenMessage<TestHookRequest>;
550
+
551
+ /**
552
+ * @generated from message hooks.v1.TestHookResponse
553
+ */
554
+ export declare type TestHookResponse = Message<"hooks.v1.TestHookResponse"> & {
555
+ /**
556
+ * @generated from field: bool success = 1;
557
+ */
558
+ success: boolean;
559
+
560
+ /**
561
+ * @generated from field: optional string error = 2;
562
+ */
563
+ error?: string;
564
+ };
565
+
566
+ /**
567
+ * Describes the message hooks.v1.TestHookResponse.
568
+ * Use `create(TestHookResponseSchema)` to create a new message.
569
+ */
570
+ export declare const TestHookResponseSchema: GenMessage<TestHookResponse>;
571
+
572
+ /**
573
+ * @generated from message hooks.v1.GetHookByKeyRequest
574
+ */
575
+ export declare type GetHookByKeyRequest = Message<"hooks.v1.GetHookByKeyRequest"> & {
576
+ /**
577
+ * @generated from field: string key = 1;
578
+ */
579
+ key: string;
580
+ };
581
+
582
+ /**
583
+ * Describes the message hooks.v1.GetHookByKeyRequest.
584
+ * Use `create(GetHookByKeyRequestSchema)` to create a new message.
585
+ */
586
+ export declare const GetHookByKeyRequestSchema: GenMessage<GetHookByKeyRequest>;
587
+
588
+ /**
589
+ * @generated from message hooks.v1.GetHookByKeyResponse
590
+ */
591
+ export declare type GetHookByKeyResponse = Message<"hooks.v1.GetHookByKeyResponse"> & {
592
+ /**
593
+ * @generated from field: hooks.v1.Hook hook = 1;
594
+ */
595
+ hook?: Hook;
596
+ };
597
+
598
+ /**
599
+ * Describes the message hooks.v1.GetHookByKeyResponse.
600
+ * Use `create(GetHookByKeyResponseSchema)` to create a new message.
601
+ */
602
+ export declare const GetHookByKeyResponseSchema: GenMessage<GetHookByKeyResponse>;
603
+
604
+ /**
605
+ * @generated from service hooks.v1.HooksService
606
+ */
607
+ export declare const HooksService: GenService<{
608
+ /**
609
+ * Queries.
610
+ *
611
+ * @generated from rpc hooks.v1.HooksService.ListHooks
612
+ */
613
+ listHooks: {
614
+ methodKind: "unary";
615
+ input: typeof ListHooksRequestSchema;
616
+ output: typeof ListHooksResponseSchema;
617
+ },
618
+ /**
619
+ * @generated from rpc hooks.v1.HooksService.GetHook
620
+ */
621
+ getHook: {
622
+ methodKind: "unary";
623
+ input: typeof GetHookRequestSchema;
624
+ output: typeof GetHookResponseSchema;
625
+ },
626
+ /**
627
+ * @generated from rpc hooks.v1.HooksService.GetHookByKey
628
+ */
629
+ getHookByKey: {
630
+ methodKind: "unary";
631
+ input: typeof GetHookByKeyRequestSchema;
632
+ output: typeof GetHookByKeyResponseSchema;
633
+ },
634
+ /**
635
+ * Mutations.
636
+ *
637
+ * @generated from rpc hooks.v1.HooksService.CreateHook
638
+ */
639
+ createHook: {
640
+ methodKind: "unary";
641
+ input: typeof CreateHookRequestSchema;
642
+ output: typeof CreateHookResponseSchema;
643
+ },
644
+ /**
645
+ * @generated from rpc hooks.v1.HooksService.UpdateHook
646
+ */
647
+ updateHook: {
648
+ methodKind: "unary";
649
+ input: typeof UpdateHookRequestSchema;
650
+ output: typeof UpdateHookResponseSchema;
651
+ },
652
+ /**
653
+ * @generated from rpc hooks.v1.HooksService.DeleteHook
654
+ */
655
+ deleteHook: {
656
+ methodKind: "unary";
657
+ input: typeof DeleteHookRequestSchema;
658
+ output: typeof DeleteHookResponseSchema;
659
+ },
660
+ /**
661
+ * Deliveries.
662
+ *
663
+ * @generated from rpc hooks.v1.HooksService.ListHookDeliveries
664
+ */
665
+ listHookDeliveries: {
666
+ methodKind: "unary";
667
+ input: typeof ListHookDeliveriesRequestSchema;
668
+ output: typeof ListHookDeliveriesResponseSchema;
669
+ },
670
+ /**
671
+ * @generated from rpc hooks.v1.HooksService.RetryHookDelivery
672
+ */
673
+ retryHookDelivery: {
674
+ methodKind: "unary";
675
+ input: typeof RetryHookDeliveryRequestSchema;
676
+ output: typeof RetryHookDeliveryResponseSchema;
677
+ },
678
+ /**
679
+ * Testing.
680
+ *
681
+ * @generated from rpc hooks.v1.HooksService.TestHook
682
+ */
683
+ testHook: {
684
+ methodKind: "unary";
685
+ input: typeof TestHookRequestSchema;
686
+ output: typeof TestHookResponseSchema;
687
+ },
688
+ }>;
689
+