weave-typescript 0.13.0 → 0.14.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 (121) hide show
  1. package/dist/index.d.ts +9 -16
  2. package/dist/index.js +13 -21
  3. package/dist/weaveapi/project/v1/project.pb.d.ts +67 -5
  4. package/dist/weaveapi/project/v1/project.pb.js +764 -65
  5. package/dist/weaveapi/project/v1/service.pb.d.ts +110 -69
  6. package/dist/weaveapi/project/v1/service.pb.js +1056 -392
  7. package/dist/weaveapi/task/v1/service.pb.d.ts +171 -0
  8. package/dist/weaveapi/task/v1/service.pb.js +1416 -0
  9. package/dist/weaveapi/task/v1/task.pb.d.ts +84 -0
  10. package/dist/weaveapi/task/v1/task.pb.js +782 -0
  11. package/dist/weavesql/atcdb/event_sql.d.ts +10 -0
  12. package/dist/weavesql/atcdb/event_sql.js +11 -1
  13. package/dist/weavesql/atcdb/mailbox_sql.d.ts +2 -2
  14. package/dist/weavesql/atcdb/mailbox_sql.js +1 -1
  15. package/dist/weavesql/weavedb/project_sql.d.ts +121 -46
  16. package/dist/weavesql/weavedb/project_sql.js +304 -112
  17. package/dist/weavesql/weavedb/task_sql.d.ts +163 -0
  18. package/dist/weavesql/weavedb/task_sql.js +328 -0
  19. package/package.json +1 -1
  20. package/dist/weaveapi/auth/v1/service.pb.d.ts +0 -709
  21. package/dist/weaveapi/auth/v1/service.pb.js +0 -5058
  22. package/dist/weaveapi/auth/v1/session.pb.d.ts +0 -43
  23. package/dist/weaveapi/auth/v1/session.pb.js +0 -308
  24. package/dist/weaveapi/auth/v1/usage.pb.d.ts +0 -76
  25. package/dist/weaveapi/auth/v1/usage.pb.js +0 -849
  26. package/dist/weaveapi/auth/v1/user.pb.d.ts +0 -141
  27. package/dist/weaveapi/auth/v1/user.pb.js +0 -1625
  28. package/dist/weaveapi/data/v1/data.pb.d.ts +0 -54
  29. package/dist/weaveapi/data/v1/data.pb.js +0 -411
  30. package/dist/weaveapi/data/v1/service.pb.d.ts +0 -296
  31. package/dist/weaveapi/data/v1/service.pb.js +0 -2777
  32. package/dist/weaveapi/generate/v1/configuration.pb.d.ts +0 -122
  33. package/dist/weaveapi/generate/v1/configuration.pb.js +0 -877
  34. package/dist/weaveapi/generate/v1/generate.pb.d.ts +0 -48
  35. package/dist/weaveapi/generate/v1/generate.pb.js +0 -367
  36. package/dist/weaveapi/generate/v1/service.pb.d.ts +0 -173
  37. package/dist/weaveapi/generate/v1/service.pb.js +0 -1207
  38. package/dist/weaveapi/input/v1/input.pb.d.ts +0 -77
  39. package/dist/weaveapi/input/v1/input.pb.js +0 -632
  40. package/dist/weaveapi/input/v1/service.pb.d.ts +0 -390
  41. package/dist/weaveapi/input/v1/service.pb.js +0 -3610
  42. package/dist/weaveapi/integration/v1/integration.pb.d.ts +0 -67
  43. package/dist/weaveapi/integration/v1/integration.pb.js +0 -486
  44. package/dist/weaveapi/integration/v1/service.pb.d.ts +0 -318
  45. package/dist/weaveapi/integration/v1/service.pb.js +0 -2992
  46. package/dist/weaveapi/llmx/v1/architecture.pb.d.ts +0 -665
  47. package/dist/weaveapi/llmx/v1/architecture.pb.js +0 -3028
  48. package/dist/weaveapi/llmx/v1/capabilities.pb.d.ts +0 -709
  49. package/dist/weaveapi/llmx/v1/capabilities.pb.js +0 -3458
  50. package/dist/weaveapi/llmx/v1/model.pb.d.ts +0 -375
  51. package/dist/weaveapi/llmx/v1/model.pb.js +0 -1472
  52. package/dist/weaveapi/llmx/v1/pricing.pb.d.ts +0 -340
  53. package/dist/weaveapi/llmx/v1/pricing.pb.js +0 -974
  54. package/dist/weaveapi/llmx/v1/provider.pb.d.ts +0 -72
  55. package/dist/weaveapi/llmx/v1/provider.pb.js +0 -218
  56. package/dist/weaveapi/llmx/v1/service.pb.d.ts +0 -683
  57. package/dist/weaveapi/llmx/v1/service.pb.js +0 -5311
  58. package/dist/weaveapi/mcpregistry/v1/server.pb.d.ts +0 -54
  59. package/dist/weaveapi/mcpregistry/v1/server.pb.js +0 -436
  60. package/dist/weaveapi/mcpregistry/v1/service.pb.d.ts +0 -171
  61. package/dist/weaveapi/mcpregistry/v1/service.pb.js +0 -963
  62. package/dist/weaveapi/payment/v1/invoice.pb.d.ts +0 -92
  63. package/dist/weaveapi/payment/v1/invoice.pb.js +0 -998
  64. package/dist/weaveapi/payment/v1/service.pb.d.ts +0 -662
  65. package/dist/weaveapi/payment/v1/service.pb.js +0 -5395
  66. package/dist/weaveapi/payment/v1/subscription.pb.d.ts +0 -165
  67. package/dist/weaveapi/payment/v1/subscription.pb.js +0 -1930
  68. package/dist/weaveapi/report/v1/report.pb.d.ts +0 -81
  69. package/dist/weaveapi/report/v1/report.pb.js +0 -678
  70. package/dist/weaveapi/report/v1/service.pb.d.ts +0 -194
  71. package/dist/weaveapi/report/v1/service.pb.js +0 -1923
  72. package/dist/weaveapi/requirement/v1/requirement.pb.d.ts +0 -70
  73. package/dist/weaveapi/requirement/v1/requirement.pb.js +0 -570
  74. package/dist/weaveapi/requirement/v1/service.pb.d.ts +0 -390
  75. package/dist/weaveapi/requirement/v1/service.pb.js +0 -3636
  76. package/dist/weaveapi/run/v1/run.pb.d.ts +0 -117
  77. package/dist/weaveapi/run/v1/run.pb.js +0 -1155
  78. package/dist/weaveapi/run/v1/service.pb.d.ts +0 -229
  79. package/dist/weaveapi/run/v1/service.pb.js +0 -2426
  80. package/dist/weaveapi/script/v1/script.pb.d.ts +0 -102
  81. package/dist/weaveapi/script/v1/script.pb.js +0 -1025
  82. package/dist/weaveapi/script/v1/service.pb.d.ts +0 -502
  83. package/dist/weaveapi/script/v1/service.pb.js +0 -4871
  84. package/dist/weaveapi/storage/v1/auth.pb.d.ts +0 -27
  85. package/dist/weaveapi/storage/v1/auth.pb.js +0 -110
  86. package/dist/weaveapi/storage/v1/nosql_database.pb.d.ts +0 -91
  87. package/dist/weaveapi/storage/v1/nosql_database.pb.js +0 -1056
  88. package/dist/weaveapi/storage/v1/object_store.pb.d.ts +0 -49
  89. package/dist/weaveapi/storage/v1/object_store.pb.js +0 -441
  90. package/dist/weaveapi/storage/v1/service.pb.d.ts +0 -245
  91. package/dist/weaveapi/storage/v1/service.pb.js +0 -1339
  92. package/dist/weaveapi/storage/v1/sql_database.pb.d.ts +0 -98
  93. package/dist/weaveapi/storage/v1/sql_database.pb.js +0 -1184
  94. package/dist/weaveapi/storage/v1/storage.pb.d.ts +0 -35
  95. package/dist/weaveapi/storage/v1/storage.pb.js +0 -198
  96. package/dist/weaveapi/storage/v1/vcs.pb.d.ts +0 -75
  97. package/dist/weaveapi/storage/v1/vcs.pb.js +0 -864
  98. package/dist/weaveapi/suite/v1/service.pb.d.ts +0 -539
  99. package/dist/weaveapi/suite/v1/service.pb.js +0 -5279
  100. package/dist/weaveapi/suite/v1/suite.pb.d.ts +0 -92
  101. package/dist/weaveapi/suite/v1/suite.pb.js +0 -876
  102. package/dist/weaveapi/synthesize/v1/dataset.pb.d.ts +0 -68
  103. package/dist/weaveapi/synthesize/v1/dataset.pb.js +0 -460
  104. package/dist/weaveapi/synthesize/v1/inline_data.pb.d.ts +0 -45
  105. package/dist/weaveapi/synthesize/v1/inline_data.pb.js +0 -166
  106. package/dist/weaveapi/synthesize/v1/relationship.pb.d.ts +0 -58
  107. package/dist/weaveapi/synthesize/v1/relationship.pb.js +0 -253
  108. package/dist/weaveapi/synthesize/v1/service.pb.d.ts +0 -144
  109. package/dist/weaveapi/synthesize/v1/service.pb.js +0 -937
  110. package/dist/weaveapi/synthesize/v1/training.pb.d.ts +0 -58
  111. package/dist/weaveapi/synthesize/v1/training.pb.js +0 -386
  112. package/dist/weaveapi/testcase/v1/service.pb.d.ts +0 -498
  113. package/dist/weaveapi/testcase/v1/service.pb.js +0 -4728
  114. package/dist/weaveapi/testcase/v1/testcase.pb.d.ts +0 -91
  115. package/dist/weaveapi/testcase/v1/testcase.pb.js +0 -794
  116. package/dist/weaveapi/workflow/v1/service.pb.d.ts +0 -261
  117. package/dist/weaveapi/workflow/v1/service.pb.js +0 -2120
  118. package/dist/weaveapi/workflow/v1/workflow.pb.d.ts +0 -77
  119. package/dist/weaveapi/workflow/v1/workflow.pb.js +0 -555
  120. package/dist/weaveapi/workflowdata/v1/service.pb.d.ts +0 -295
  121. package/dist/weaveapi/workflowdata/v1/service.pb.js +0 -2612
@@ -1,390 +0,0 @@
1
- import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
2
- import { InputSource, InputSourceType, InputStatus, InputVersion } from "./input.pb";
3
- export declare const protobufPackage = "weaveapi.input.v1";
4
- export interface CreateInputSourceRequest {
5
- projectId: string;
6
- sourceType: InputSourceType;
7
- name: string;
8
- description: string;
9
- originUri: string;
10
- metadata: {
11
- [key: string]: any;
12
- } | undefined;
13
- }
14
- export interface CreateInputSourceResponse {
15
- inputSource: InputSource | undefined;
16
- }
17
- export interface GetInputSourceRequest {
18
- projectId: string;
19
- inputSourceId: string;
20
- }
21
- export interface GetInputSourceResponse {
22
- inputSource: InputSource | undefined;
23
- }
24
- export interface ListInputSourcesRequest {
25
- projectId: string;
26
- includeArchived: boolean;
27
- pageSize: number;
28
- pageToken: string;
29
- workflowId: string;
30
- }
31
- export interface ListInputSourcesResponse {
32
- inputSources: InputSource[];
33
- nextPageToken: string;
34
- }
35
- export interface UpdateInputSourceRequest {
36
- projectId: string;
37
- inputSourceId: string;
38
- name: string;
39
- description: string;
40
- originUri: string;
41
- status: InputStatus;
42
- metadata: {
43
- [key: string]: any;
44
- } | undefined;
45
- }
46
- export interface UpdateInputSourceResponse {
47
- inputSource: InputSource | undefined;
48
- }
49
- export interface ArchiveInputSourceRequest {
50
- projectId: string;
51
- inputSourceId: string;
52
- }
53
- export interface ArchiveInputSourceResponse {
54
- inputSource: InputSource | undefined;
55
- }
56
- export interface DeleteInputSourceRequest {
57
- projectId: string;
58
- inputSourceId: string;
59
- }
60
- export interface DeleteInputSourceResponse {
61
- }
62
- export interface AttachInputSourceToWorkflowRequest {
63
- projectId: string;
64
- workflowId: string;
65
- inputSourceId: string;
66
- attachedBy: string;
67
- metadata: {
68
- [key: string]: any;
69
- } | undefined;
70
- }
71
- export interface AttachInputSourceToWorkflowResponse {
72
- binding: WorkflowInputSourceBinding | undefined;
73
- }
74
- export interface DetachInputSourceFromWorkflowRequest {
75
- projectId: string;
76
- workflowId: string;
77
- inputSourceId: string;
78
- }
79
- export interface DetachInputSourceFromWorkflowResponse {
80
- }
81
- export interface ListWorkflowInputSourceBindingsRequest {
82
- projectId: string;
83
- workflowId: string;
84
- pageSize: number;
85
- pageToken: string;
86
- }
87
- export interface ListWorkflowInputSourceBindingsResponse {
88
- bindings: WorkflowInputSourceBinding[];
89
- nextPageToken: string;
90
- }
91
- export interface WorkflowInputSourceBinding {
92
- projectId: string;
93
- workflowId: string;
94
- inputSourceId: string;
95
- attachedBy: string;
96
- metadata: {
97
- [key: string]: any;
98
- } | undefined;
99
- attachedAt: Date | undefined;
100
- }
101
- export interface CreateInputVersionRequest {
102
- projectId: string;
103
- inputSourceId: string;
104
- checksum: string;
105
- contentUri: string;
106
- status: InputStatus;
107
- parsedSummary: {
108
- [key: string]: any;
109
- } | undefined;
110
- metadata: {
111
- [key: string]: any;
112
- } | undefined;
113
- }
114
- export interface CreateInputVersionResponse {
115
- inputVersion: InputVersion | undefined;
116
- }
117
- export interface GetInputVersionRequest {
118
- projectId: string;
119
- inputSourceId: string;
120
- inputVersionId: string;
121
- }
122
- export interface GetInputVersionResponse {
123
- inputVersion: InputVersion | undefined;
124
- }
125
- export interface ListInputVersionsRequest {
126
- projectId: string;
127
- inputSourceId: string;
128
- pageSize: number;
129
- pageToken: string;
130
- }
131
- export interface ListInputVersionsResponse {
132
- inputVersions: InputVersion[];
133
- nextPageToken: string;
134
- }
135
- export interface SetActiveInputVersionRequest {
136
- projectId: string;
137
- inputSourceId: string;
138
- inputVersionId: string;
139
- }
140
- export interface SetActiveInputVersionResponse {
141
- inputSource: InputSource | undefined;
142
- }
143
- export declare const CreateInputSourceRequest: MessageFns<CreateInputSourceRequest>;
144
- export declare const CreateInputSourceResponse: MessageFns<CreateInputSourceResponse>;
145
- export declare const GetInputSourceRequest: MessageFns<GetInputSourceRequest>;
146
- export declare const GetInputSourceResponse: MessageFns<GetInputSourceResponse>;
147
- export declare const ListInputSourcesRequest: MessageFns<ListInputSourcesRequest>;
148
- export declare const ListInputSourcesResponse: MessageFns<ListInputSourcesResponse>;
149
- export declare const UpdateInputSourceRequest: MessageFns<UpdateInputSourceRequest>;
150
- export declare const UpdateInputSourceResponse: MessageFns<UpdateInputSourceResponse>;
151
- export declare const ArchiveInputSourceRequest: MessageFns<ArchiveInputSourceRequest>;
152
- export declare const ArchiveInputSourceResponse: MessageFns<ArchiveInputSourceResponse>;
153
- export declare const DeleteInputSourceRequest: MessageFns<DeleteInputSourceRequest>;
154
- export declare const DeleteInputSourceResponse: MessageFns<DeleteInputSourceResponse>;
155
- export declare const AttachInputSourceToWorkflowRequest: MessageFns<AttachInputSourceToWorkflowRequest>;
156
- export declare const AttachInputSourceToWorkflowResponse: MessageFns<AttachInputSourceToWorkflowResponse>;
157
- export declare const DetachInputSourceFromWorkflowRequest: MessageFns<DetachInputSourceFromWorkflowRequest>;
158
- export declare const DetachInputSourceFromWorkflowResponse: MessageFns<DetachInputSourceFromWorkflowResponse>;
159
- export declare const ListWorkflowInputSourceBindingsRequest: MessageFns<ListWorkflowInputSourceBindingsRequest>;
160
- export declare const ListWorkflowInputSourceBindingsResponse: MessageFns<ListWorkflowInputSourceBindingsResponse>;
161
- export declare const WorkflowInputSourceBinding: MessageFns<WorkflowInputSourceBinding>;
162
- export declare const CreateInputVersionRequest: MessageFns<CreateInputVersionRequest>;
163
- export declare const CreateInputVersionResponse: MessageFns<CreateInputVersionResponse>;
164
- export declare const GetInputVersionRequest: MessageFns<GetInputVersionRequest>;
165
- export declare const GetInputVersionResponse: MessageFns<GetInputVersionResponse>;
166
- export declare const ListInputVersionsRequest: MessageFns<ListInputVersionsRequest>;
167
- export declare const ListInputVersionsResponse: MessageFns<ListInputVersionsResponse>;
168
- export declare const SetActiveInputVersionRequest: MessageFns<SetActiveInputVersionRequest>;
169
- export declare const SetActiveInputVersionResponse: MessageFns<SetActiveInputVersionResponse>;
170
- export interface InputService {
171
- CreateInputSource(request: CreateInputSourceRequest): Promise<CreateInputSourceResponse>;
172
- GetInputSource(request: GetInputSourceRequest): Promise<GetInputSourceResponse>;
173
- ListInputSources(request: ListInputSourcesRequest): Promise<ListInputSourcesResponse>;
174
- UpdateInputSource(request: UpdateInputSourceRequest): Promise<UpdateInputSourceResponse>;
175
- ArchiveInputSource(request: ArchiveInputSourceRequest): Promise<ArchiveInputSourceResponse>;
176
- DeleteInputSource(request: DeleteInputSourceRequest): Promise<DeleteInputSourceResponse>;
177
- AttachInputSourceToWorkflow(request: AttachInputSourceToWorkflowRequest): Promise<AttachInputSourceToWorkflowResponse>;
178
- DetachInputSourceFromWorkflow(request: DetachInputSourceFromWorkflowRequest): Promise<DetachInputSourceFromWorkflowResponse>;
179
- ListWorkflowInputSourceBindings(request: ListWorkflowInputSourceBindingsRequest): Promise<ListWorkflowInputSourceBindingsResponse>;
180
- CreateInputVersion(request: CreateInputVersionRequest): Promise<CreateInputVersionResponse>;
181
- GetInputVersion(request: GetInputVersionRequest): Promise<GetInputVersionResponse>;
182
- ListInputVersions(request: ListInputVersionsRequest): Promise<ListInputVersionsResponse>;
183
- SetActiveInputVersion(request: SetActiveInputVersionRequest): Promise<SetActiveInputVersionResponse>;
184
- }
185
- export declare const InputServiceServiceName = "weaveapi.input.v1.InputService";
186
- export declare class InputServiceClientImpl implements InputService {
187
- private readonly rpc;
188
- private readonly service;
189
- constructor(rpc: Rpc, opts?: {
190
- service?: string;
191
- });
192
- CreateInputSource(request: CreateInputSourceRequest): Promise<CreateInputSourceResponse>;
193
- GetInputSource(request: GetInputSourceRequest): Promise<GetInputSourceResponse>;
194
- ListInputSources(request: ListInputSourcesRequest): Promise<ListInputSourcesResponse>;
195
- UpdateInputSource(request: UpdateInputSourceRequest): Promise<UpdateInputSourceResponse>;
196
- ArchiveInputSource(request: ArchiveInputSourceRequest): Promise<ArchiveInputSourceResponse>;
197
- DeleteInputSource(request: DeleteInputSourceRequest): Promise<DeleteInputSourceResponse>;
198
- AttachInputSourceToWorkflow(request: AttachInputSourceToWorkflowRequest): Promise<AttachInputSourceToWorkflowResponse>;
199
- DetachInputSourceFromWorkflow(request: DetachInputSourceFromWorkflowRequest): Promise<DetachInputSourceFromWorkflowResponse>;
200
- ListWorkflowInputSourceBindings(request: ListWorkflowInputSourceBindingsRequest): Promise<ListWorkflowInputSourceBindingsResponse>;
201
- CreateInputVersion(request: CreateInputVersionRequest): Promise<CreateInputVersionResponse>;
202
- GetInputVersion(request: GetInputVersionRequest): Promise<GetInputVersionResponse>;
203
- ListInputVersions(request: ListInputVersionsRequest): Promise<ListInputVersionsResponse>;
204
- SetActiveInputVersion(request: SetActiveInputVersionRequest): Promise<SetActiveInputVersionResponse>;
205
- }
206
- export type InputServiceDefinition = typeof InputServiceDefinition;
207
- export declare const InputServiceDefinition: {
208
- readonly name: "InputService";
209
- readonly fullName: "weaveapi.input.v1.InputService";
210
- readonly methods: {
211
- readonly createInputSource: {
212
- readonly name: "CreateInputSource";
213
- readonly requestType: typeof CreateInputSourceRequest;
214
- readonly requestStream: false;
215
- readonly responseType: typeof CreateInputSourceResponse;
216
- readonly responseStream: false;
217
- readonly options: {
218
- readonly _unknownFields: {
219
- readonly 578365826: readonly [Uint8Array];
220
- };
221
- };
222
- };
223
- readonly getInputSource: {
224
- readonly name: "GetInputSource";
225
- readonly requestType: typeof GetInputSourceRequest;
226
- readonly requestStream: false;
227
- readonly responseType: typeof GetInputSourceResponse;
228
- readonly responseStream: false;
229
- readonly options: {
230
- readonly _unknownFields: {
231
- readonly 578365826: readonly [Uint8Array];
232
- };
233
- };
234
- };
235
- readonly listInputSources: {
236
- readonly name: "ListInputSources";
237
- readonly requestType: typeof ListInputSourcesRequest;
238
- readonly requestStream: false;
239
- readonly responseType: typeof ListInputSourcesResponse;
240
- readonly responseStream: false;
241
- readonly options: {
242
- readonly _unknownFields: {
243
- readonly 578365826: readonly [Uint8Array];
244
- };
245
- };
246
- };
247
- readonly updateInputSource: {
248
- readonly name: "UpdateInputSource";
249
- readonly requestType: typeof UpdateInputSourceRequest;
250
- readonly requestStream: false;
251
- readonly responseType: typeof UpdateInputSourceResponse;
252
- readonly responseStream: false;
253
- readonly options: {
254
- readonly _unknownFields: {
255
- readonly 578365826: readonly [Uint8Array];
256
- };
257
- };
258
- };
259
- readonly archiveInputSource: {
260
- readonly name: "ArchiveInputSource";
261
- readonly requestType: typeof ArchiveInputSourceRequest;
262
- readonly requestStream: false;
263
- readonly responseType: typeof ArchiveInputSourceResponse;
264
- readonly responseStream: false;
265
- readonly options: {
266
- readonly _unknownFields: {
267
- readonly 578365826: readonly [Uint8Array];
268
- };
269
- };
270
- };
271
- readonly deleteInputSource: {
272
- readonly name: "DeleteInputSource";
273
- readonly requestType: typeof DeleteInputSourceRequest;
274
- readonly requestStream: false;
275
- readonly responseType: typeof DeleteInputSourceResponse;
276
- readonly responseStream: false;
277
- readonly options: {
278
- readonly _unknownFields: {
279
- readonly 578365826: readonly [Uint8Array];
280
- };
281
- };
282
- };
283
- readonly attachInputSourceToWorkflow: {
284
- readonly name: "AttachInputSourceToWorkflow";
285
- readonly requestType: typeof AttachInputSourceToWorkflowRequest;
286
- readonly requestStream: false;
287
- readonly responseType: typeof AttachInputSourceToWorkflowResponse;
288
- readonly responseStream: false;
289
- readonly options: {
290
- readonly _unknownFields: {
291
- readonly 578365826: readonly [Uint8Array];
292
- };
293
- };
294
- };
295
- readonly detachInputSourceFromWorkflow: {
296
- readonly name: "DetachInputSourceFromWorkflow";
297
- readonly requestType: typeof DetachInputSourceFromWorkflowRequest;
298
- readonly requestStream: false;
299
- readonly responseType: typeof DetachInputSourceFromWorkflowResponse;
300
- readonly responseStream: false;
301
- readonly options: {
302
- readonly _unknownFields: {
303
- readonly 578365826: readonly [Uint8Array];
304
- };
305
- };
306
- };
307
- readonly listWorkflowInputSourceBindings: {
308
- readonly name: "ListWorkflowInputSourceBindings";
309
- readonly requestType: typeof ListWorkflowInputSourceBindingsRequest;
310
- readonly requestStream: false;
311
- readonly responseType: typeof ListWorkflowInputSourceBindingsResponse;
312
- readonly responseStream: false;
313
- readonly options: {
314
- readonly _unknownFields: {
315
- readonly 578365826: readonly [Uint8Array];
316
- };
317
- };
318
- };
319
- readonly createInputVersion: {
320
- readonly name: "CreateInputVersion";
321
- readonly requestType: typeof CreateInputVersionRequest;
322
- readonly requestStream: false;
323
- readonly responseType: typeof CreateInputVersionResponse;
324
- readonly responseStream: false;
325
- readonly options: {
326
- readonly _unknownFields: {
327
- readonly 578365826: readonly [Uint8Array];
328
- };
329
- };
330
- };
331
- readonly getInputVersion: {
332
- readonly name: "GetInputVersion";
333
- readonly requestType: typeof GetInputVersionRequest;
334
- readonly requestStream: false;
335
- readonly responseType: typeof GetInputVersionResponse;
336
- readonly responseStream: false;
337
- readonly options: {
338
- readonly _unknownFields: {
339
- readonly 578365826: readonly [Uint8Array];
340
- };
341
- };
342
- };
343
- readonly listInputVersions: {
344
- readonly name: "ListInputVersions";
345
- readonly requestType: typeof ListInputVersionsRequest;
346
- readonly requestStream: false;
347
- readonly responseType: typeof ListInputVersionsResponse;
348
- readonly responseStream: false;
349
- readonly options: {
350
- readonly _unknownFields: {
351
- readonly 578365826: readonly [Uint8Array];
352
- };
353
- };
354
- };
355
- readonly setActiveInputVersion: {
356
- readonly name: "SetActiveInputVersion";
357
- readonly requestType: typeof SetActiveInputVersionRequest;
358
- readonly requestStream: false;
359
- readonly responseType: typeof SetActiveInputVersionResponse;
360
- readonly responseStream: false;
361
- readonly options: {
362
- readonly _unknownFields: {
363
- readonly 578365826: readonly [Uint8Array];
364
- };
365
- };
366
- };
367
- };
368
- };
369
- interface Rpc {
370
- request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
371
- }
372
- type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
373
- export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
374
- [K in keyof T]?: DeepPartial<T[K]>;
375
- } : Partial<T>;
376
- type KeysOfUnion<T> = T extends T ? keyof T : never;
377
- export type Exact<P, I extends P> = P extends Builtin ? P : P & {
378
- [K in keyof P]: Exact<P[K], I[K]>;
379
- } & {
380
- [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
381
- };
382
- export interface MessageFns<T> {
383
- encode(message: T, writer?: BinaryWriter): BinaryWriter;
384
- decode(input: BinaryReader | Uint8Array, length?: number): T;
385
- fromJSON(object: any): T;
386
- toJSON(message: T): unknown;
387
- create<I extends Exact<DeepPartial<T>, I>>(base?: I): T;
388
- fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
389
- }
390
- export {};