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,318 +0,0 @@
1
- import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
2
- import { IntegrationEndpoint, IntegrationStatus, IntegrationType } from "./integration.pb";
3
- export declare const protobufPackage = "weaveapi.integration.v1";
4
- export interface CreateIntegrationEndpointRequest {
5
- projectId: string;
6
- name: string;
7
- description: string;
8
- integrationType: IntegrationType;
9
- targetUri: string;
10
- authReference: string;
11
- config: {
12
- [key: string]: any;
13
- } | undefined;
14
- metadata: {
15
- [key: string]: any;
16
- } | undefined;
17
- }
18
- export interface CreateIntegrationEndpointResponse {
19
- integrationEndpoint: IntegrationEndpoint | undefined;
20
- }
21
- export interface GetIntegrationEndpointRequest {
22
- projectId: string;
23
- integrationEndpointId: string;
24
- }
25
- export interface GetIntegrationEndpointResponse {
26
- integrationEndpoint: IntegrationEndpoint | undefined;
27
- }
28
- export interface ListIntegrationEndpointsRequest {
29
- projectId: string;
30
- includeArchived: boolean;
31
- pageSize: number;
32
- pageToken: string;
33
- workflowId: string;
34
- }
35
- export interface ListIntegrationEndpointsResponse {
36
- integrationEndpoints: IntegrationEndpoint[];
37
- nextPageToken: string;
38
- }
39
- export interface UpdateIntegrationEndpointRequest {
40
- projectId: string;
41
- integrationEndpointId: string;
42
- name: string;
43
- description: string;
44
- integrationType: IntegrationType;
45
- status: IntegrationStatus;
46
- targetUri: string;
47
- authReference: string;
48
- config: {
49
- [key: string]: any;
50
- } | undefined;
51
- metadata: {
52
- [key: string]: any;
53
- } | undefined;
54
- }
55
- export interface UpdateIntegrationEndpointResponse {
56
- integrationEndpoint: IntegrationEndpoint | undefined;
57
- }
58
- export interface ArchiveIntegrationEndpointRequest {
59
- projectId: string;
60
- integrationEndpointId: string;
61
- }
62
- export interface ArchiveIntegrationEndpointResponse {
63
- integrationEndpoint: IntegrationEndpoint | undefined;
64
- }
65
- export interface DeleteIntegrationEndpointRequest {
66
- projectId: string;
67
- integrationEndpointId: string;
68
- }
69
- export interface DeleteIntegrationEndpointResponse {
70
- }
71
- export interface AttachIntegrationEndpointToWorkflowRequest {
72
- projectId: string;
73
- workflowId: string;
74
- integrationEndpointId: string;
75
- attachedBy: string;
76
- metadata: {
77
- [key: string]: any;
78
- } | undefined;
79
- }
80
- export interface AttachIntegrationEndpointToWorkflowResponse {
81
- binding: WorkflowIntegrationEndpointBinding | undefined;
82
- }
83
- export interface DetachIntegrationEndpointFromWorkflowRequest {
84
- projectId: string;
85
- workflowId: string;
86
- integrationEndpointId: string;
87
- }
88
- export interface DetachIntegrationEndpointFromWorkflowResponse {
89
- }
90
- export interface ListWorkflowIntegrationEndpointBindingsRequest {
91
- projectId: string;
92
- workflowId: string;
93
- pageSize: number;
94
- pageToken: string;
95
- }
96
- export interface ListWorkflowIntegrationEndpointBindingsResponse {
97
- bindings: WorkflowIntegrationEndpointBinding[];
98
- nextPageToken: string;
99
- }
100
- export interface WorkflowIntegrationEndpointBinding {
101
- projectId: string;
102
- workflowId: string;
103
- integrationEndpointId: string;
104
- attachedBy: string;
105
- metadata: {
106
- [key: string]: any;
107
- } | undefined;
108
- attachedAt: Date | undefined;
109
- }
110
- export interface ValidateIntegrationEndpointRequest {
111
- projectId: string;
112
- integrationEndpointId: string;
113
- }
114
- export interface ValidateIntegrationEndpointResponse {
115
- success: boolean;
116
- message: string;
117
- checkedAt: Date | undefined;
118
- }
119
- export declare const CreateIntegrationEndpointRequest: MessageFns<CreateIntegrationEndpointRequest>;
120
- export declare const CreateIntegrationEndpointResponse: MessageFns<CreateIntegrationEndpointResponse>;
121
- export declare const GetIntegrationEndpointRequest: MessageFns<GetIntegrationEndpointRequest>;
122
- export declare const GetIntegrationEndpointResponse: MessageFns<GetIntegrationEndpointResponse>;
123
- export declare const ListIntegrationEndpointsRequest: MessageFns<ListIntegrationEndpointsRequest>;
124
- export declare const ListIntegrationEndpointsResponse: MessageFns<ListIntegrationEndpointsResponse>;
125
- export declare const UpdateIntegrationEndpointRequest: MessageFns<UpdateIntegrationEndpointRequest>;
126
- export declare const UpdateIntegrationEndpointResponse: MessageFns<UpdateIntegrationEndpointResponse>;
127
- export declare const ArchiveIntegrationEndpointRequest: MessageFns<ArchiveIntegrationEndpointRequest>;
128
- export declare const ArchiveIntegrationEndpointResponse: MessageFns<ArchiveIntegrationEndpointResponse>;
129
- export declare const DeleteIntegrationEndpointRequest: MessageFns<DeleteIntegrationEndpointRequest>;
130
- export declare const DeleteIntegrationEndpointResponse: MessageFns<DeleteIntegrationEndpointResponse>;
131
- export declare const AttachIntegrationEndpointToWorkflowRequest: MessageFns<AttachIntegrationEndpointToWorkflowRequest>;
132
- export declare const AttachIntegrationEndpointToWorkflowResponse: MessageFns<AttachIntegrationEndpointToWorkflowResponse>;
133
- export declare const DetachIntegrationEndpointFromWorkflowRequest: MessageFns<DetachIntegrationEndpointFromWorkflowRequest>;
134
- export declare const DetachIntegrationEndpointFromWorkflowResponse: MessageFns<DetachIntegrationEndpointFromWorkflowResponse>;
135
- export declare const ListWorkflowIntegrationEndpointBindingsRequest: MessageFns<ListWorkflowIntegrationEndpointBindingsRequest>;
136
- export declare const ListWorkflowIntegrationEndpointBindingsResponse: MessageFns<ListWorkflowIntegrationEndpointBindingsResponse>;
137
- export declare const WorkflowIntegrationEndpointBinding: MessageFns<WorkflowIntegrationEndpointBinding>;
138
- export declare const ValidateIntegrationEndpointRequest: MessageFns<ValidateIntegrationEndpointRequest>;
139
- export declare const ValidateIntegrationEndpointResponse: MessageFns<ValidateIntegrationEndpointResponse>;
140
- export interface IntegrationService {
141
- CreateIntegrationEndpoint(request: CreateIntegrationEndpointRequest): Promise<CreateIntegrationEndpointResponse>;
142
- GetIntegrationEndpoint(request: GetIntegrationEndpointRequest): Promise<GetIntegrationEndpointResponse>;
143
- ListIntegrationEndpoints(request: ListIntegrationEndpointsRequest): Promise<ListIntegrationEndpointsResponse>;
144
- UpdateIntegrationEndpoint(request: UpdateIntegrationEndpointRequest): Promise<UpdateIntegrationEndpointResponse>;
145
- ArchiveIntegrationEndpoint(request: ArchiveIntegrationEndpointRequest): Promise<ArchiveIntegrationEndpointResponse>;
146
- DeleteIntegrationEndpoint(request: DeleteIntegrationEndpointRequest): Promise<DeleteIntegrationEndpointResponse>;
147
- AttachIntegrationEndpointToWorkflow(request: AttachIntegrationEndpointToWorkflowRequest): Promise<AttachIntegrationEndpointToWorkflowResponse>;
148
- DetachIntegrationEndpointFromWorkflow(request: DetachIntegrationEndpointFromWorkflowRequest): Promise<DetachIntegrationEndpointFromWorkflowResponse>;
149
- ListWorkflowIntegrationEndpointBindings(request: ListWorkflowIntegrationEndpointBindingsRequest): Promise<ListWorkflowIntegrationEndpointBindingsResponse>;
150
- ValidateIntegrationEndpoint(request: ValidateIntegrationEndpointRequest): Promise<ValidateIntegrationEndpointResponse>;
151
- }
152
- export declare const IntegrationServiceServiceName = "weaveapi.integration.v1.IntegrationService";
153
- export declare class IntegrationServiceClientImpl implements IntegrationService {
154
- private readonly rpc;
155
- private readonly service;
156
- constructor(rpc: Rpc, opts?: {
157
- service?: string;
158
- });
159
- CreateIntegrationEndpoint(request: CreateIntegrationEndpointRequest): Promise<CreateIntegrationEndpointResponse>;
160
- GetIntegrationEndpoint(request: GetIntegrationEndpointRequest): Promise<GetIntegrationEndpointResponse>;
161
- ListIntegrationEndpoints(request: ListIntegrationEndpointsRequest): Promise<ListIntegrationEndpointsResponse>;
162
- UpdateIntegrationEndpoint(request: UpdateIntegrationEndpointRequest): Promise<UpdateIntegrationEndpointResponse>;
163
- ArchiveIntegrationEndpoint(request: ArchiveIntegrationEndpointRequest): Promise<ArchiveIntegrationEndpointResponse>;
164
- DeleteIntegrationEndpoint(request: DeleteIntegrationEndpointRequest): Promise<DeleteIntegrationEndpointResponse>;
165
- AttachIntegrationEndpointToWorkflow(request: AttachIntegrationEndpointToWorkflowRequest): Promise<AttachIntegrationEndpointToWorkflowResponse>;
166
- DetachIntegrationEndpointFromWorkflow(request: DetachIntegrationEndpointFromWorkflowRequest): Promise<DetachIntegrationEndpointFromWorkflowResponse>;
167
- ListWorkflowIntegrationEndpointBindings(request: ListWorkflowIntegrationEndpointBindingsRequest): Promise<ListWorkflowIntegrationEndpointBindingsResponse>;
168
- ValidateIntegrationEndpoint(request: ValidateIntegrationEndpointRequest): Promise<ValidateIntegrationEndpointResponse>;
169
- }
170
- export type IntegrationServiceDefinition = typeof IntegrationServiceDefinition;
171
- export declare const IntegrationServiceDefinition: {
172
- readonly name: "IntegrationService";
173
- readonly fullName: "weaveapi.integration.v1.IntegrationService";
174
- readonly methods: {
175
- readonly createIntegrationEndpoint: {
176
- readonly name: "CreateIntegrationEndpoint";
177
- readonly requestType: typeof CreateIntegrationEndpointRequest;
178
- readonly requestStream: false;
179
- readonly responseType: typeof CreateIntegrationEndpointResponse;
180
- readonly responseStream: false;
181
- readonly options: {
182
- readonly _unknownFields: {
183
- readonly 578365826: readonly [Uint8Array];
184
- };
185
- };
186
- };
187
- readonly getIntegrationEndpoint: {
188
- readonly name: "GetIntegrationEndpoint";
189
- readonly requestType: typeof GetIntegrationEndpointRequest;
190
- readonly requestStream: false;
191
- readonly responseType: typeof GetIntegrationEndpointResponse;
192
- readonly responseStream: false;
193
- readonly options: {
194
- readonly _unknownFields: {
195
- readonly 578365826: readonly [Uint8Array];
196
- };
197
- };
198
- };
199
- readonly listIntegrationEndpoints: {
200
- readonly name: "ListIntegrationEndpoints";
201
- readonly requestType: typeof ListIntegrationEndpointsRequest;
202
- readonly requestStream: false;
203
- readonly responseType: typeof ListIntegrationEndpointsResponse;
204
- readonly responseStream: false;
205
- readonly options: {
206
- readonly _unknownFields: {
207
- readonly 578365826: readonly [Uint8Array];
208
- };
209
- };
210
- };
211
- readonly updateIntegrationEndpoint: {
212
- readonly name: "UpdateIntegrationEndpoint";
213
- readonly requestType: typeof UpdateIntegrationEndpointRequest;
214
- readonly requestStream: false;
215
- readonly responseType: typeof UpdateIntegrationEndpointResponse;
216
- readonly responseStream: false;
217
- readonly options: {
218
- readonly _unknownFields: {
219
- readonly 578365826: readonly [Uint8Array];
220
- };
221
- };
222
- };
223
- readonly archiveIntegrationEndpoint: {
224
- readonly name: "ArchiveIntegrationEndpoint";
225
- readonly requestType: typeof ArchiveIntegrationEndpointRequest;
226
- readonly requestStream: false;
227
- readonly responseType: typeof ArchiveIntegrationEndpointResponse;
228
- readonly responseStream: false;
229
- readonly options: {
230
- readonly _unknownFields: {
231
- readonly 578365826: readonly [Uint8Array];
232
- };
233
- };
234
- };
235
- readonly deleteIntegrationEndpoint: {
236
- readonly name: "DeleteIntegrationEndpoint";
237
- readonly requestType: typeof DeleteIntegrationEndpointRequest;
238
- readonly requestStream: false;
239
- readonly responseType: typeof DeleteIntegrationEndpointResponse;
240
- readonly responseStream: false;
241
- readonly options: {
242
- readonly _unknownFields: {
243
- readonly 578365826: readonly [Uint8Array];
244
- };
245
- };
246
- };
247
- readonly attachIntegrationEndpointToWorkflow: {
248
- readonly name: "AttachIntegrationEndpointToWorkflow";
249
- readonly requestType: typeof AttachIntegrationEndpointToWorkflowRequest;
250
- readonly requestStream: false;
251
- readonly responseType: typeof AttachIntegrationEndpointToWorkflowResponse;
252
- readonly responseStream: false;
253
- readonly options: {
254
- readonly _unknownFields: {
255
- readonly 578365826: readonly [Uint8Array];
256
- };
257
- };
258
- };
259
- readonly detachIntegrationEndpointFromWorkflow: {
260
- readonly name: "DetachIntegrationEndpointFromWorkflow";
261
- readonly requestType: typeof DetachIntegrationEndpointFromWorkflowRequest;
262
- readonly requestStream: false;
263
- readonly responseType: typeof DetachIntegrationEndpointFromWorkflowResponse;
264
- readonly responseStream: false;
265
- readonly options: {
266
- readonly _unknownFields: {
267
- readonly 578365826: readonly [Uint8Array];
268
- };
269
- };
270
- };
271
- readonly listWorkflowIntegrationEndpointBindings: {
272
- readonly name: "ListWorkflowIntegrationEndpointBindings";
273
- readonly requestType: typeof ListWorkflowIntegrationEndpointBindingsRequest;
274
- readonly requestStream: false;
275
- readonly responseType: typeof ListWorkflowIntegrationEndpointBindingsResponse;
276
- readonly responseStream: false;
277
- readonly options: {
278
- readonly _unknownFields: {
279
- readonly 578365826: readonly [Uint8Array];
280
- };
281
- };
282
- };
283
- readonly validateIntegrationEndpoint: {
284
- readonly name: "ValidateIntegrationEndpoint";
285
- readonly requestType: typeof ValidateIntegrationEndpointRequest;
286
- readonly requestStream: false;
287
- readonly responseType: typeof ValidateIntegrationEndpointResponse;
288
- readonly responseStream: false;
289
- readonly options: {
290
- readonly _unknownFields: {
291
- readonly 578365826: readonly [Uint8Array];
292
- };
293
- };
294
- };
295
- };
296
- };
297
- interface Rpc {
298
- request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
299
- }
300
- type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
301
- 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 {} ? {
302
- [K in keyof T]?: DeepPartial<T[K]>;
303
- } : Partial<T>;
304
- type KeysOfUnion<T> = T extends T ? keyof T : never;
305
- export type Exact<P, I extends P> = P extends Builtin ? P : P & {
306
- [K in keyof P]: Exact<P[K], I[K]>;
307
- } & {
308
- [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
309
- };
310
- export interface MessageFns<T> {
311
- encode(message: T, writer?: BinaryWriter): BinaryWriter;
312
- decode(input: BinaryReader | Uint8Array, length?: number): T;
313
- fromJSON(object: any): T;
314
- toJSON(message: T): unknown;
315
- create<I extends Exact<DeepPartial<T>, I>>(base?: I): T;
316
- fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
317
- }
318
- export {};