@ironflow/core 0.1.0-test.2 → 0.2.2
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/README.md +7 -3
- package/dist/config-types.d.ts +52 -0
- package/dist/config-types.d.ts.map +1 -0
- package/dist/config-types.js +9 -0
- package/dist/config-types.js.map +1 -0
- package/dist/constants.d.ts +7 -0
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +7 -0
- package/dist/constants.js.map +1 -1
- package/dist/errors.d.ts +7 -0
- package/dist/errors.d.ts.map +1 -1
- package/dist/errors.js +18 -0
- package/dist/errors.js.map +1 -1
- package/dist/event-definition.d.ts +21 -0
- package/dist/event-definition.d.ts.map +1 -0
- package/dist/event-definition.js +39 -0
- package/dist/event-definition.js.map +1 -0
- package/dist/gen/ironflow/v1/entity_stream_pb.d.ts +283 -0
- package/dist/gen/ironflow/v1/entity_stream_pb.d.ts.map +1 -0
- package/dist/gen/ironflow/v1/entity_stream_pb.js +59 -0
- package/dist/gen/ironflow/v1/entity_stream_pb.js.map +1 -0
- package/dist/gen/ironflow/v1/environment_pb.d.ts +226 -0
- package/dist/gen/ironflow/v1/environment_pb.d.ts.map +1 -0
- package/dist/gen/ironflow/v1/environment_pb.js +59 -0
- package/dist/gen/ironflow/v1/environment_pb.js.map +1 -0
- package/dist/gen/ironflow/v1/event_schema_pb.d.ts +308 -0
- package/dist/gen/ironflow/v1/event_schema_pb.d.ts.map +1 -0
- package/dist/gen/ironflow/v1/event_schema_pb.js +74 -0
- package/dist/gen/ironflow/v1/event_schema_pb.js.map +1 -0
- package/dist/gen/ironflow/v1/index.d.ts +5 -4
- package/dist/gen/ironflow/v1/index.d.ts.map +1 -1
- package/dist/gen/ironflow/v1/index.js +6 -6
- package/dist/gen/ironflow/v1/index.js.map +1 -1
- package/dist/gen/ironflow/v1/ironflow_pb.d.ts +7 -1
- package/dist/gen/ironflow/v1/ironflow_pb.d.ts.map +1 -1
- package/dist/gen/ironflow/v1/ironflow_pb.js +3 -3
- package/dist/gen/ironflow/v1/ironflow_pb.js.map +1 -1
- package/dist/gen/ironflow/v1/projection_pb.d.ts +889 -0
- package/dist/gen/ironflow/v1/projection_pb.d.ts.map +1 -0
- package/dist/gen/ironflow/v1/projection_pb.js +179 -0
- package/dist/gen/ironflow/v1/projection_pb.js.map +1 -0
- package/dist/gen/ironflow/v1/pubsub_pb.d.ts +7 -1
- package/dist/gen/ironflow/v1/pubsub_pb.d.ts.map +1 -1
- package/dist/gen/ironflow/v1/pubsub_pb.js +3 -3
- package/dist/gen/ironflow/v1/pubsub_pb.js.map +1 -1
- package/dist/gen/ironflow/v1/query_pb.d.ts +82 -0
- package/dist/gen/ironflow/v1/query_pb.d.ts.map +1 -0
- package/dist/gen/ironflow/v1/query_pb.js +28 -0
- package/dist/gen/ironflow/v1/query_pb.js.map +1 -0
- package/dist/gen/ironflow/v1/types_pb.d.ts +21 -1
- package/dist/gen/ironflow/v1/types_pb.d.ts.map +1 -1
- package/dist/gen/ironflow/v1/types_pb.js +3 -3
- package/dist/gen/ironflow/v1/types_pb.js.map +1 -1
- package/dist/gen/ironflow/v1/worker_pb.d.ts +1 -1
- package/dist/gen/ironflow/v1/worker_pb.js +2 -2
- package/dist/index.d.ts +9 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +12 -7
- package/dist/index.js.map +1 -1
- package/dist/kv-types.d.ts +124 -0
- package/dist/kv-types.d.ts.map +1 -0
- package/dist/kv-types.js +7 -0
- package/dist/kv-types.js.map +1 -0
- package/dist/projection-types.d.ts +91 -0
- package/dist/projection-types.d.ts.map +1 -0
- package/dist/projection-types.js +3 -0
- package/dist/projection-types.js.map +1 -0
- package/dist/protocol.d.ts +1 -0
- package/dist/protocol.d.ts.map +1 -1
- package/dist/protocol.js.map +1 -1
- package/dist/schemas.d.ts +9 -5
- package/dist/schemas.d.ts.map +1 -1
- package/dist/schemas.js +2 -0
- package/dist/schemas.js.map +1 -1
- package/dist/types.d.ts +112 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +14 -0
- package/dist/types.js.map +1 -1
- package/dist/upcaster.d.ts +21 -0
- package/dist/upcaster.d.ts.map +1 -0
- package/dist/upcaster.js +51 -0
- package/dist/upcaster.js.map +1 -0
- package/package.json +23 -17
- package/dist/gen/ironflow/v1/ironflow_connect.d.ts +0 -209
- package/dist/gen/ironflow/v1/ironflow_connect.d.ts.map +0 -1
- package/dist/gen/ironflow/v1/ironflow_connect.js +0 -216
- package/dist/gen/ironflow/v1/ironflow_connect.js.map +0 -1
- package/dist/gen/ironflow/v1/pubsub_connect.d.ts +0 -104
- package/dist/gen/ironflow/v1/pubsub_connect.d.ts.map +0 -1
- package/dist/gen/ironflow/v1/pubsub_connect.js +0 -110
- package/dist/gen/ironflow/v1/pubsub_connect.js.map +0 -1
- package/dist/gen/ironflow/v1/worker_connect.d.ts +0 -20
- package/dist/gen/ironflow/v1/worker_connect.d.ts.map +0 -1
- package/dist/gen/ironflow/v1/worker_connect.js +0 -26
- package/dist/gen/ironflow/v1/worker_connect.js.map +0 -1
|
@@ -0,0 +1,889 @@
|
|
|
1
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file ironflow/v1/projection.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ironflow_v1_projection: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from message ironflow.v1.RegisterProjectionRequest
|
|
10
|
+
*/
|
|
11
|
+
export type RegisterProjectionRequest = Message<"ironflow.v1.RegisterProjectionRequest"> & {
|
|
12
|
+
/**
|
|
13
|
+
* @generated from field: string name = 1;
|
|
14
|
+
*/
|
|
15
|
+
name: string;
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: repeated string events = 2;
|
|
18
|
+
*/
|
|
19
|
+
events: string[];
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: string partition_key = 3;
|
|
22
|
+
*/
|
|
23
|
+
partitionKey: string;
|
|
24
|
+
/**
|
|
25
|
+
* @generated from field: int32 version = 4;
|
|
26
|
+
*/
|
|
27
|
+
version: number;
|
|
28
|
+
/**
|
|
29
|
+
* "managed" or "external"
|
|
30
|
+
*
|
|
31
|
+
* @generated from field: string mode = 5;
|
|
32
|
+
*/
|
|
33
|
+
mode: string;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message ironflow.v1.RegisterProjectionRequest.
|
|
37
|
+
* Use `create(RegisterProjectionRequestSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export declare const RegisterProjectionRequestSchema: GenMessage<RegisterProjectionRequest>;
|
|
40
|
+
/**
|
|
41
|
+
* @generated from message ironflow.v1.RegisterProjectionResponse
|
|
42
|
+
*/
|
|
43
|
+
export type RegisterProjectionResponse = Message<"ironflow.v1.RegisterProjectionResponse"> & {
|
|
44
|
+
/**
|
|
45
|
+
* "registered" or "updated"
|
|
46
|
+
*
|
|
47
|
+
* @generated from field: string status = 1;
|
|
48
|
+
*/
|
|
49
|
+
status: string;
|
|
50
|
+
/**
|
|
51
|
+
* @generated from field: int64 last_event_seq = 2;
|
|
52
|
+
*/
|
|
53
|
+
lastEventSeq: bigint;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Describes the message ironflow.v1.RegisterProjectionResponse.
|
|
57
|
+
* Use `create(RegisterProjectionResponseSchema)` to create a new message.
|
|
58
|
+
*/
|
|
59
|
+
export declare const RegisterProjectionResponseSchema: GenMessage<RegisterProjectionResponse>;
|
|
60
|
+
/**
|
|
61
|
+
* @generated from message ironflow.v1.UnregisterProjectionRequest
|
|
62
|
+
*/
|
|
63
|
+
export type UnregisterProjectionRequest = Message<"ironflow.v1.UnregisterProjectionRequest"> & {
|
|
64
|
+
/**
|
|
65
|
+
* @generated from field: string name = 1;
|
|
66
|
+
*/
|
|
67
|
+
name: string;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* Describes the message ironflow.v1.UnregisterProjectionRequest.
|
|
71
|
+
* Use `create(UnregisterProjectionRequestSchema)` to create a new message.
|
|
72
|
+
*/
|
|
73
|
+
export declare const UnregisterProjectionRequestSchema: GenMessage<UnregisterProjectionRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* @generated from message ironflow.v1.UnregisterProjectionResponse
|
|
76
|
+
*/
|
|
77
|
+
export type UnregisterProjectionResponse = Message<"ironflow.v1.UnregisterProjectionResponse"> & {};
|
|
78
|
+
/**
|
|
79
|
+
* Describes the message ironflow.v1.UnregisterProjectionResponse.
|
|
80
|
+
* Use `create(UnregisterProjectionResponseSchema)` to create a new message.
|
|
81
|
+
*/
|
|
82
|
+
export declare const UnregisterProjectionResponseSchema: GenMessage<UnregisterProjectionResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* @generated from message ironflow.v1.PollProjectionEventsRequest
|
|
85
|
+
*/
|
|
86
|
+
export type PollProjectionEventsRequest = Message<"ironflow.v1.PollProjectionEventsRequest"> & {
|
|
87
|
+
/**
|
|
88
|
+
* @generated from field: string name = 1;
|
|
89
|
+
*/
|
|
90
|
+
name: string;
|
|
91
|
+
/**
|
|
92
|
+
* @generated from field: int32 batch_size = 2;
|
|
93
|
+
*/
|
|
94
|
+
batchSize: number;
|
|
95
|
+
/**
|
|
96
|
+
* @generated from field: string partition = 3;
|
|
97
|
+
*/
|
|
98
|
+
partition: string;
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* Describes the message ironflow.v1.PollProjectionEventsRequest.
|
|
102
|
+
* Use `create(PollProjectionEventsRequestSchema)` to create a new message.
|
|
103
|
+
*/
|
|
104
|
+
export declare const PollProjectionEventsRequestSchema: GenMessage<PollProjectionEventsRequest>;
|
|
105
|
+
/**
|
|
106
|
+
* @generated from message ironflow.v1.ProjectionEvent
|
|
107
|
+
*/
|
|
108
|
+
export type ProjectionEvent = Message<"ironflow.v1.ProjectionEvent"> & {
|
|
109
|
+
/**
|
|
110
|
+
* @generated from field: string id = 1;
|
|
111
|
+
*/
|
|
112
|
+
id: string;
|
|
113
|
+
/**
|
|
114
|
+
* @generated from field: string name = 2;
|
|
115
|
+
*/
|
|
116
|
+
name: string;
|
|
117
|
+
/**
|
|
118
|
+
* @generated from field: google.protobuf.Struct data = 3;
|
|
119
|
+
*/
|
|
120
|
+
data?: JsonObject;
|
|
121
|
+
/**
|
|
122
|
+
* @generated from field: int64 seq = 4;
|
|
123
|
+
*/
|
|
124
|
+
seq: bigint;
|
|
125
|
+
/**
|
|
126
|
+
* @generated from field: google.protobuf.Timestamp timestamp = 5;
|
|
127
|
+
*/
|
|
128
|
+
timestamp?: Timestamp;
|
|
129
|
+
/**
|
|
130
|
+
* @generated from field: string source = 6;
|
|
131
|
+
*/
|
|
132
|
+
source: string;
|
|
133
|
+
/**
|
|
134
|
+
* @generated from field: google.protobuf.Struct metadata = 7;
|
|
135
|
+
*/
|
|
136
|
+
metadata?: JsonObject;
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* Describes the message ironflow.v1.ProjectionEvent.
|
|
140
|
+
* Use `create(ProjectionEventSchema)` to create a new message.
|
|
141
|
+
*/
|
|
142
|
+
export declare const ProjectionEventSchema: GenMessage<ProjectionEvent>;
|
|
143
|
+
/**
|
|
144
|
+
* @generated from message ironflow.v1.PollProjectionEventsResponse
|
|
145
|
+
*/
|
|
146
|
+
export type PollProjectionEventsResponse = Message<"ironflow.v1.PollProjectionEventsResponse"> & {
|
|
147
|
+
/**
|
|
148
|
+
* @generated from field: repeated ironflow.v1.ProjectionEvent events = 1;
|
|
149
|
+
*/
|
|
150
|
+
events: ProjectionEvent[];
|
|
151
|
+
/**
|
|
152
|
+
* Only for managed mode
|
|
153
|
+
*
|
|
154
|
+
* @generated from field: google.protobuf.Struct current_state = 2;
|
|
155
|
+
*/
|
|
156
|
+
currentState?: JsonObject;
|
|
157
|
+
/**
|
|
158
|
+
* @generated from field: int64 last_event_seq = 3;
|
|
159
|
+
*/
|
|
160
|
+
lastEventSeq: bigint;
|
|
161
|
+
};
|
|
162
|
+
/**
|
|
163
|
+
* Describes the message ironflow.v1.PollProjectionEventsResponse.
|
|
164
|
+
* Use `create(PollProjectionEventsResponseSchema)` to create a new message.
|
|
165
|
+
*/
|
|
166
|
+
export declare const PollProjectionEventsResponseSchema: GenMessage<PollProjectionEventsResponse>;
|
|
167
|
+
/**
|
|
168
|
+
* @generated from message ironflow.v1.SaveProjectionStateRequest
|
|
169
|
+
*/
|
|
170
|
+
export type SaveProjectionStateRequest = Message<"ironflow.v1.SaveProjectionStateRequest"> & {
|
|
171
|
+
/**
|
|
172
|
+
* @generated from field: string name = 1;
|
|
173
|
+
*/
|
|
174
|
+
name: string;
|
|
175
|
+
/**
|
|
176
|
+
* @generated from field: string partition_key = 2;
|
|
177
|
+
*/
|
|
178
|
+
partitionKey: string;
|
|
179
|
+
/**
|
|
180
|
+
* @generated from field: google.protobuf.Struct state = 3;
|
|
181
|
+
*/
|
|
182
|
+
state?: JsonObject;
|
|
183
|
+
/**
|
|
184
|
+
* @generated from field: string last_event_id = 4;
|
|
185
|
+
*/
|
|
186
|
+
lastEventId: string;
|
|
187
|
+
/**
|
|
188
|
+
* @generated from field: int64 last_event_seq = 5;
|
|
189
|
+
*/
|
|
190
|
+
lastEventSeq: bigint;
|
|
191
|
+
/**
|
|
192
|
+
* @generated from field: google.protobuf.Timestamp last_event_time = 6;
|
|
193
|
+
*/
|
|
194
|
+
lastEventTime?: Timestamp;
|
|
195
|
+
};
|
|
196
|
+
/**
|
|
197
|
+
* Describes the message ironflow.v1.SaveProjectionStateRequest.
|
|
198
|
+
* Use `create(SaveProjectionStateRequestSchema)` to create a new message.
|
|
199
|
+
*/
|
|
200
|
+
export declare const SaveProjectionStateRequestSchema: GenMessage<SaveProjectionStateRequest>;
|
|
201
|
+
/**
|
|
202
|
+
* @generated from message ironflow.v1.SaveProjectionStateResponse
|
|
203
|
+
*/
|
|
204
|
+
export type SaveProjectionStateResponse = Message<"ironflow.v1.SaveProjectionStateResponse"> & {
|
|
205
|
+
/**
|
|
206
|
+
* @generated from field: bool ok = 1;
|
|
207
|
+
*/
|
|
208
|
+
ok: boolean;
|
|
209
|
+
};
|
|
210
|
+
/**
|
|
211
|
+
* Describes the message ironflow.v1.SaveProjectionStateResponse.
|
|
212
|
+
* Use `create(SaveProjectionStateResponseSchema)` to create a new message.
|
|
213
|
+
*/
|
|
214
|
+
export declare const SaveProjectionStateResponseSchema: GenMessage<SaveProjectionStateResponse>;
|
|
215
|
+
/**
|
|
216
|
+
* @generated from message ironflow.v1.AckProjectionEventsRequest
|
|
217
|
+
*/
|
|
218
|
+
export type AckProjectionEventsRequest = Message<"ironflow.v1.AckProjectionEventsRequest"> & {
|
|
219
|
+
/**
|
|
220
|
+
* @generated from field: string name = 1;
|
|
221
|
+
*/
|
|
222
|
+
name: string;
|
|
223
|
+
/**
|
|
224
|
+
* @generated from field: string last_event_id = 2;
|
|
225
|
+
*/
|
|
226
|
+
lastEventId: string;
|
|
227
|
+
/**
|
|
228
|
+
* @generated from field: int64 last_event_seq = 3;
|
|
229
|
+
*/
|
|
230
|
+
lastEventSeq: bigint;
|
|
231
|
+
};
|
|
232
|
+
/**
|
|
233
|
+
* Describes the message ironflow.v1.AckProjectionEventsRequest.
|
|
234
|
+
* Use `create(AckProjectionEventsRequestSchema)` to create a new message.
|
|
235
|
+
*/
|
|
236
|
+
export declare const AckProjectionEventsRequestSchema: GenMessage<AckProjectionEventsRequest>;
|
|
237
|
+
/**
|
|
238
|
+
* @generated from message ironflow.v1.AckProjectionEventsResponse
|
|
239
|
+
*/
|
|
240
|
+
export type AckProjectionEventsResponse = Message<"ironflow.v1.AckProjectionEventsResponse"> & {
|
|
241
|
+
/**
|
|
242
|
+
* @generated from field: bool ok = 1;
|
|
243
|
+
*/
|
|
244
|
+
ok: boolean;
|
|
245
|
+
};
|
|
246
|
+
/**
|
|
247
|
+
* Describes the message ironflow.v1.AckProjectionEventsResponse.
|
|
248
|
+
* Use `create(AckProjectionEventsResponseSchema)` to create a new message.
|
|
249
|
+
*/
|
|
250
|
+
export declare const AckProjectionEventsResponseSchema: GenMessage<AckProjectionEventsResponse>;
|
|
251
|
+
/**
|
|
252
|
+
* @generated from message ironflow.v1.GetProjectionRequest
|
|
253
|
+
*/
|
|
254
|
+
export type GetProjectionRequest = Message<"ironflow.v1.GetProjectionRequest"> & {
|
|
255
|
+
/**
|
|
256
|
+
* @generated from field: string name = 1;
|
|
257
|
+
*/
|
|
258
|
+
name: string;
|
|
259
|
+
/**
|
|
260
|
+
* @generated from field: string partition = 2;
|
|
261
|
+
*/
|
|
262
|
+
partition: string;
|
|
263
|
+
/**
|
|
264
|
+
* Reserved for Phase 3a
|
|
265
|
+
*
|
|
266
|
+
* @generated from field: google.protobuf.Timestamp as_of = 3;
|
|
267
|
+
*/
|
|
268
|
+
asOf?: Timestamp;
|
|
269
|
+
};
|
|
270
|
+
/**
|
|
271
|
+
* Describes the message ironflow.v1.GetProjectionRequest.
|
|
272
|
+
* Use `create(GetProjectionRequestSchema)` to create a new message.
|
|
273
|
+
*/
|
|
274
|
+
export declare const GetProjectionRequestSchema: GenMessage<GetProjectionRequest>;
|
|
275
|
+
/**
|
|
276
|
+
* @generated from message ironflow.v1.GetProjectionResponse
|
|
277
|
+
*/
|
|
278
|
+
export type GetProjectionResponse = Message<"ironflow.v1.GetProjectionResponse"> & {
|
|
279
|
+
/**
|
|
280
|
+
* @generated from field: string name = 1;
|
|
281
|
+
*/
|
|
282
|
+
name: string;
|
|
283
|
+
/**
|
|
284
|
+
* @generated from field: string partition = 2;
|
|
285
|
+
*/
|
|
286
|
+
partition: string;
|
|
287
|
+
/**
|
|
288
|
+
* @generated from field: google.protobuf.Struct state = 3;
|
|
289
|
+
*/
|
|
290
|
+
state?: JsonObject;
|
|
291
|
+
/**
|
|
292
|
+
* @generated from field: string last_event_id = 4;
|
|
293
|
+
*/
|
|
294
|
+
lastEventId: string;
|
|
295
|
+
/**
|
|
296
|
+
* @generated from field: google.protobuf.Timestamp last_event_time = 5;
|
|
297
|
+
*/
|
|
298
|
+
lastEventTime?: Timestamp;
|
|
299
|
+
/**
|
|
300
|
+
* @generated from field: int64 version = 6;
|
|
301
|
+
*/
|
|
302
|
+
version: bigint;
|
|
303
|
+
/**
|
|
304
|
+
* @generated from field: string mode = 7;
|
|
305
|
+
*/
|
|
306
|
+
mode: string;
|
|
307
|
+
};
|
|
308
|
+
/**
|
|
309
|
+
* Describes the message ironflow.v1.GetProjectionResponse.
|
|
310
|
+
* Use `create(GetProjectionResponseSchema)` to create a new message.
|
|
311
|
+
*/
|
|
312
|
+
export declare const GetProjectionResponseSchema: GenMessage<GetProjectionResponse>;
|
|
313
|
+
/**
|
|
314
|
+
* @generated from message ironflow.v1.ListProjectionsRequest
|
|
315
|
+
*/
|
|
316
|
+
export type ListProjectionsRequest = Message<"ironflow.v1.ListProjectionsRequest"> & {
|
|
317
|
+
/**
|
|
318
|
+
* @generated from field: string status = 1;
|
|
319
|
+
*/
|
|
320
|
+
status: string;
|
|
321
|
+
/**
|
|
322
|
+
* @generated from field: string mode = 2;
|
|
323
|
+
*/
|
|
324
|
+
mode: string;
|
|
325
|
+
/**
|
|
326
|
+
* @generated from field: int32 limit = 3;
|
|
327
|
+
*/
|
|
328
|
+
limit: number;
|
|
329
|
+
/**
|
|
330
|
+
* @generated from field: int32 offset = 4;
|
|
331
|
+
*/
|
|
332
|
+
offset: number;
|
|
333
|
+
};
|
|
334
|
+
/**
|
|
335
|
+
* Describes the message ironflow.v1.ListProjectionsRequest.
|
|
336
|
+
* Use `create(ListProjectionsRequestSchema)` to create a new message.
|
|
337
|
+
*/
|
|
338
|
+
export declare const ListProjectionsRequestSchema: GenMessage<ListProjectionsRequest>;
|
|
339
|
+
/**
|
|
340
|
+
* @generated from message ironflow.v1.ProjectionInfo
|
|
341
|
+
*/
|
|
342
|
+
export type ProjectionInfo = Message<"ironflow.v1.ProjectionInfo"> & {
|
|
343
|
+
/**
|
|
344
|
+
* @generated from field: string name = 1;
|
|
345
|
+
*/
|
|
346
|
+
name: string;
|
|
347
|
+
/**
|
|
348
|
+
* @generated from field: string mode = 2;
|
|
349
|
+
*/
|
|
350
|
+
mode: string;
|
|
351
|
+
/**
|
|
352
|
+
* @generated from field: string status = 3;
|
|
353
|
+
*/
|
|
354
|
+
status: string;
|
|
355
|
+
/**
|
|
356
|
+
* @generated from field: repeated string events = 4;
|
|
357
|
+
*/
|
|
358
|
+
events: string[];
|
|
359
|
+
/**
|
|
360
|
+
* @generated from field: string partition_key = 5;
|
|
361
|
+
*/
|
|
362
|
+
partitionKey: string;
|
|
363
|
+
/**
|
|
364
|
+
* @generated from field: int32 version = 6;
|
|
365
|
+
*/
|
|
366
|
+
version: number;
|
|
367
|
+
/**
|
|
368
|
+
* @generated from field: int64 last_event_seq = 7;
|
|
369
|
+
*/
|
|
370
|
+
lastEventSeq: bigint;
|
|
371
|
+
/**
|
|
372
|
+
* @generated from field: google.protobuf.Timestamp created_at = 8;
|
|
373
|
+
*/
|
|
374
|
+
createdAt?: Timestamp;
|
|
375
|
+
/**
|
|
376
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 9;
|
|
377
|
+
*/
|
|
378
|
+
updatedAt?: Timestamp;
|
|
379
|
+
};
|
|
380
|
+
/**
|
|
381
|
+
* Describes the message ironflow.v1.ProjectionInfo.
|
|
382
|
+
* Use `create(ProjectionInfoSchema)` to create a new message.
|
|
383
|
+
*/
|
|
384
|
+
export declare const ProjectionInfoSchema: GenMessage<ProjectionInfo>;
|
|
385
|
+
/**
|
|
386
|
+
* @generated from message ironflow.v1.ListProjectionsResponse
|
|
387
|
+
*/
|
|
388
|
+
export type ListProjectionsResponse = Message<"ironflow.v1.ListProjectionsResponse"> & {
|
|
389
|
+
/**
|
|
390
|
+
* @generated from field: repeated ironflow.v1.ProjectionInfo projections = 1;
|
|
391
|
+
*/
|
|
392
|
+
projections: ProjectionInfo[];
|
|
393
|
+
/**
|
|
394
|
+
* @generated from field: int32 total_count = 2;
|
|
395
|
+
*/
|
|
396
|
+
totalCount: number;
|
|
397
|
+
};
|
|
398
|
+
/**
|
|
399
|
+
* Describes the message ironflow.v1.ListProjectionsResponse.
|
|
400
|
+
* Use `create(ListProjectionsResponseSchema)` to create a new message.
|
|
401
|
+
*/
|
|
402
|
+
export declare const ListProjectionsResponseSchema: GenMessage<ListProjectionsResponse>;
|
|
403
|
+
/**
|
|
404
|
+
* @generated from message ironflow.v1.GetProjectionStatusRequest
|
|
405
|
+
*/
|
|
406
|
+
export type GetProjectionStatusRequest = Message<"ironflow.v1.GetProjectionStatusRequest"> & {
|
|
407
|
+
/**
|
|
408
|
+
* @generated from field: string name = 1;
|
|
409
|
+
*/
|
|
410
|
+
name: string;
|
|
411
|
+
};
|
|
412
|
+
/**
|
|
413
|
+
* Describes the message ironflow.v1.GetProjectionStatusRequest.
|
|
414
|
+
* Use `create(GetProjectionStatusRequestSchema)` to create a new message.
|
|
415
|
+
*/
|
|
416
|
+
export declare const GetProjectionStatusRequestSchema: GenMessage<GetProjectionStatusRequest>;
|
|
417
|
+
/**
|
|
418
|
+
* @generated from message ironflow.v1.GetProjectionStatusResponse
|
|
419
|
+
*/
|
|
420
|
+
export type GetProjectionStatusResponse = Message<"ironflow.v1.GetProjectionStatusResponse"> & {
|
|
421
|
+
/**
|
|
422
|
+
* @generated from field: string name = 1;
|
|
423
|
+
*/
|
|
424
|
+
name: string;
|
|
425
|
+
/**
|
|
426
|
+
* @generated from field: string status = 2;
|
|
427
|
+
*/
|
|
428
|
+
status: string;
|
|
429
|
+
/**
|
|
430
|
+
* @generated from field: string mode = 3;
|
|
431
|
+
*/
|
|
432
|
+
mode: string;
|
|
433
|
+
/**
|
|
434
|
+
* @generated from field: int64 last_event_seq = 4;
|
|
435
|
+
*/
|
|
436
|
+
lastEventSeq: bigint;
|
|
437
|
+
/**
|
|
438
|
+
* @generated from field: int64 lag = 5;
|
|
439
|
+
*/
|
|
440
|
+
lag: bigint;
|
|
441
|
+
/**
|
|
442
|
+
* @generated from field: string error_message = 6;
|
|
443
|
+
*/
|
|
444
|
+
errorMessage: string;
|
|
445
|
+
/**
|
|
446
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 7;
|
|
447
|
+
*/
|
|
448
|
+
updatedAt?: Timestamp;
|
|
449
|
+
};
|
|
450
|
+
/**
|
|
451
|
+
* Describes the message ironflow.v1.GetProjectionStatusResponse.
|
|
452
|
+
* Use `create(GetProjectionStatusResponseSchema)` to create a new message.
|
|
453
|
+
*/
|
|
454
|
+
export declare const GetProjectionStatusResponseSchema: GenMessage<GetProjectionStatusResponse>;
|
|
455
|
+
/**
|
|
456
|
+
* @generated from message ironflow.v1.RebuildProjectionRequest
|
|
457
|
+
*/
|
|
458
|
+
export type RebuildProjectionRequest = Message<"ironflow.v1.RebuildProjectionRequest"> & {
|
|
459
|
+
/**
|
|
460
|
+
* @generated from field: string name = 1;
|
|
461
|
+
*/
|
|
462
|
+
name: string;
|
|
463
|
+
/**
|
|
464
|
+
* @generated from field: string partition = 2;
|
|
465
|
+
*/
|
|
466
|
+
partition: string;
|
|
467
|
+
/**
|
|
468
|
+
* @generated from field: string from_event_id = 3;
|
|
469
|
+
*/
|
|
470
|
+
fromEventId: string;
|
|
471
|
+
/**
|
|
472
|
+
* @generated from field: bool dry_run = 4;
|
|
473
|
+
*/
|
|
474
|
+
dryRun: boolean;
|
|
475
|
+
/**
|
|
476
|
+
* @generated from field: string to_event_id = 5;
|
|
477
|
+
*/
|
|
478
|
+
toEventId: string;
|
|
479
|
+
};
|
|
480
|
+
/**
|
|
481
|
+
* Describes the message ironflow.v1.RebuildProjectionRequest.
|
|
482
|
+
* Use `create(RebuildProjectionRequestSchema)` to create a new message.
|
|
483
|
+
*/
|
|
484
|
+
export declare const RebuildProjectionRequestSchema: GenMessage<RebuildProjectionRequest>;
|
|
485
|
+
/**
|
|
486
|
+
* @generated from message ironflow.v1.RebuildProjectionResponse
|
|
487
|
+
*/
|
|
488
|
+
export type RebuildProjectionResponse = Message<"ironflow.v1.RebuildProjectionResponse"> & {
|
|
489
|
+
/**
|
|
490
|
+
* @generated from field: ironflow.v1.RebuildJob job = 1;
|
|
491
|
+
*/
|
|
492
|
+
job?: RebuildJob;
|
|
493
|
+
};
|
|
494
|
+
/**
|
|
495
|
+
* Describes the message ironflow.v1.RebuildProjectionResponse.
|
|
496
|
+
* Use `create(RebuildProjectionResponseSchema)` to create a new message.
|
|
497
|
+
*/
|
|
498
|
+
export declare const RebuildProjectionResponseSchema: GenMessage<RebuildProjectionResponse>;
|
|
499
|
+
/**
|
|
500
|
+
* @generated from message ironflow.v1.RebuildJob
|
|
501
|
+
*/
|
|
502
|
+
export type RebuildJob = Message<"ironflow.v1.RebuildJob"> & {
|
|
503
|
+
/**
|
|
504
|
+
* @generated from field: string job_id = 1;
|
|
505
|
+
*/
|
|
506
|
+
jobId: string;
|
|
507
|
+
/**
|
|
508
|
+
* @generated from field: string projection_name = 2;
|
|
509
|
+
*/
|
|
510
|
+
projectionName: string;
|
|
511
|
+
/**
|
|
512
|
+
* @generated from field: string status = 3;
|
|
513
|
+
*/
|
|
514
|
+
status: string;
|
|
515
|
+
/**
|
|
516
|
+
* @generated from field: int64 events_processed = 4;
|
|
517
|
+
*/
|
|
518
|
+
eventsProcessed: bigint;
|
|
519
|
+
/**
|
|
520
|
+
* @generated from field: int64 total_events = 5;
|
|
521
|
+
*/
|
|
522
|
+
totalEvents: bigint;
|
|
523
|
+
/**
|
|
524
|
+
* @generated from field: double progress = 6;
|
|
525
|
+
*/
|
|
526
|
+
progress: number;
|
|
527
|
+
/**
|
|
528
|
+
* @generated from field: google.protobuf.Timestamp started_at = 7;
|
|
529
|
+
*/
|
|
530
|
+
startedAt?: Timestamp;
|
|
531
|
+
/**
|
|
532
|
+
* @generated from field: google.protobuf.Duration estimated_remaining = 8;
|
|
533
|
+
*/
|
|
534
|
+
estimatedRemaining?: Duration;
|
|
535
|
+
/**
|
|
536
|
+
* @generated from field: string error = 9;
|
|
537
|
+
*/
|
|
538
|
+
error: string;
|
|
539
|
+
/**
|
|
540
|
+
* @generated from field: string from_event_id = 10;
|
|
541
|
+
*/
|
|
542
|
+
fromEventId: string;
|
|
543
|
+
/**
|
|
544
|
+
* @generated from field: string to_event_id = 11;
|
|
545
|
+
*/
|
|
546
|
+
toEventId: string;
|
|
547
|
+
/**
|
|
548
|
+
* @generated from field: string partition = 12;
|
|
549
|
+
*/
|
|
550
|
+
partition: string;
|
|
551
|
+
/**
|
|
552
|
+
* @generated from field: bool dry_run = 13;
|
|
553
|
+
*/
|
|
554
|
+
dryRun: boolean;
|
|
555
|
+
};
|
|
556
|
+
/**
|
|
557
|
+
* Describes the message ironflow.v1.RebuildJob.
|
|
558
|
+
* Use `create(RebuildJobSchema)` to create a new message.
|
|
559
|
+
*/
|
|
560
|
+
export declare const RebuildJobSchema: GenMessage<RebuildJob>;
|
|
561
|
+
/**
|
|
562
|
+
* @generated from message ironflow.v1.GetRebuildJobRequest
|
|
563
|
+
*/
|
|
564
|
+
export type GetRebuildJobRequest = Message<"ironflow.v1.GetRebuildJobRequest"> & {
|
|
565
|
+
/**
|
|
566
|
+
* @generated from field: string name = 1;
|
|
567
|
+
*/
|
|
568
|
+
name: string;
|
|
569
|
+
};
|
|
570
|
+
/**
|
|
571
|
+
* Describes the message ironflow.v1.GetRebuildJobRequest.
|
|
572
|
+
* Use `create(GetRebuildJobRequestSchema)` to create a new message.
|
|
573
|
+
*/
|
|
574
|
+
export declare const GetRebuildJobRequestSchema: GenMessage<GetRebuildJobRequest>;
|
|
575
|
+
/**
|
|
576
|
+
* @generated from message ironflow.v1.GetRebuildJobResponse
|
|
577
|
+
*/
|
|
578
|
+
export type GetRebuildJobResponse = Message<"ironflow.v1.GetRebuildJobResponse"> & {
|
|
579
|
+
/**
|
|
580
|
+
* @generated from field: ironflow.v1.RebuildJob job = 1;
|
|
581
|
+
*/
|
|
582
|
+
job?: RebuildJob;
|
|
583
|
+
};
|
|
584
|
+
/**
|
|
585
|
+
* Describes the message ironflow.v1.GetRebuildJobResponse.
|
|
586
|
+
* Use `create(GetRebuildJobResponseSchema)` to create a new message.
|
|
587
|
+
*/
|
|
588
|
+
export declare const GetRebuildJobResponseSchema: GenMessage<GetRebuildJobResponse>;
|
|
589
|
+
/**
|
|
590
|
+
* @generated from message ironflow.v1.CancelRebuildRequest
|
|
591
|
+
*/
|
|
592
|
+
export type CancelRebuildRequest = Message<"ironflow.v1.CancelRebuildRequest"> & {
|
|
593
|
+
/**
|
|
594
|
+
* @generated from field: string name = 1;
|
|
595
|
+
*/
|
|
596
|
+
name: string;
|
|
597
|
+
};
|
|
598
|
+
/**
|
|
599
|
+
* Describes the message ironflow.v1.CancelRebuildRequest.
|
|
600
|
+
* Use `create(CancelRebuildRequestSchema)` to create a new message.
|
|
601
|
+
*/
|
|
602
|
+
export declare const CancelRebuildRequestSchema: GenMessage<CancelRebuildRequest>;
|
|
603
|
+
/**
|
|
604
|
+
* @generated from message ironflow.v1.CancelRebuildResponse
|
|
605
|
+
*/
|
|
606
|
+
export type CancelRebuildResponse = Message<"ironflow.v1.CancelRebuildResponse"> & {
|
|
607
|
+
/**
|
|
608
|
+
* @generated from field: string status = 1;
|
|
609
|
+
*/
|
|
610
|
+
status: string;
|
|
611
|
+
};
|
|
612
|
+
/**
|
|
613
|
+
* Describes the message ironflow.v1.CancelRebuildResponse.
|
|
614
|
+
* Use `create(CancelRebuildResponseSchema)` to create a new message.
|
|
615
|
+
*/
|
|
616
|
+
export declare const CancelRebuildResponseSchema: GenMessage<CancelRebuildResponse>;
|
|
617
|
+
/**
|
|
618
|
+
* @generated from message ironflow.v1.ReportRebuildProgressRequest
|
|
619
|
+
*/
|
|
620
|
+
export type ReportRebuildProgressRequest = Message<"ironflow.v1.ReportRebuildProgressRequest"> & {
|
|
621
|
+
/**
|
|
622
|
+
* @generated from field: string name = 1;
|
|
623
|
+
*/
|
|
624
|
+
name: string;
|
|
625
|
+
/**
|
|
626
|
+
* @generated from field: int64 events_processed = 2;
|
|
627
|
+
*/
|
|
628
|
+
eventsProcessed: bigint;
|
|
629
|
+
/**
|
|
630
|
+
* @generated from field: int64 total_events = 3;
|
|
631
|
+
*/
|
|
632
|
+
totalEvents: bigint;
|
|
633
|
+
/**
|
|
634
|
+
* @generated from field: bool completed = 4;
|
|
635
|
+
*/
|
|
636
|
+
completed: boolean;
|
|
637
|
+
};
|
|
638
|
+
/**
|
|
639
|
+
* Describes the message ironflow.v1.ReportRebuildProgressRequest.
|
|
640
|
+
* Use `create(ReportRebuildProgressRequestSchema)` to create a new message.
|
|
641
|
+
*/
|
|
642
|
+
export declare const ReportRebuildProgressRequestSchema: GenMessage<ReportRebuildProgressRequest>;
|
|
643
|
+
/**
|
|
644
|
+
* @generated from message ironflow.v1.ReportRebuildProgressResponse
|
|
645
|
+
*/
|
|
646
|
+
export type ReportRebuildProgressResponse = Message<"ironflow.v1.ReportRebuildProgressResponse"> & {};
|
|
647
|
+
/**
|
|
648
|
+
* Describes the message ironflow.v1.ReportRebuildProgressResponse.
|
|
649
|
+
* Use `create(ReportRebuildProgressResponseSchema)` to create a new message.
|
|
650
|
+
*/
|
|
651
|
+
export declare const ReportRebuildProgressResponseSchema: GenMessage<ReportRebuildProgressResponse>;
|
|
652
|
+
/**
|
|
653
|
+
* @generated from message ironflow.v1.PauseProjectionRequest
|
|
654
|
+
*/
|
|
655
|
+
export type PauseProjectionRequest = Message<"ironflow.v1.PauseProjectionRequest"> & {
|
|
656
|
+
/**
|
|
657
|
+
* @generated from field: string name = 1;
|
|
658
|
+
*/
|
|
659
|
+
name: string;
|
|
660
|
+
};
|
|
661
|
+
/**
|
|
662
|
+
* Describes the message ironflow.v1.PauseProjectionRequest.
|
|
663
|
+
* Use `create(PauseProjectionRequestSchema)` to create a new message.
|
|
664
|
+
*/
|
|
665
|
+
export declare const PauseProjectionRequestSchema: GenMessage<PauseProjectionRequest>;
|
|
666
|
+
/**
|
|
667
|
+
* @generated from message ironflow.v1.PauseProjectionResponse
|
|
668
|
+
*/
|
|
669
|
+
export type PauseProjectionResponse = Message<"ironflow.v1.PauseProjectionResponse"> & {
|
|
670
|
+
/**
|
|
671
|
+
* @generated from field: string status = 1;
|
|
672
|
+
*/
|
|
673
|
+
status: string;
|
|
674
|
+
};
|
|
675
|
+
/**
|
|
676
|
+
* Describes the message ironflow.v1.PauseProjectionResponse.
|
|
677
|
+
* Use `create(PauseProjectionResponseSchema)` to create a new message.
|
|
678
|
+
*/
|
|
679
|
+
export declare const PauseProjectionResponseSchema: GenMessage<PauseProjectionResponse>;
|
|
680
|
+
/**
|
|
681
|
+
* @generated from message ironflow.v1.ResumeProjectionRequest
|
|
682
|
+
*/
|
|
683
|
+
export type ResumeProjectionRequest = Message<"ironflow.v1.ResumeProjectionRequest"> & {
|
|
684
|
+
/**
|
|
685
|
+
* @generated from field: string name = 1;
|
|
686
|
+
*/
|
|
687
|
+
name: string;
|
|
688
|
+
};
|
|
689
|
+
/**
|
|
690
|
+
* Describes the message ironflow.v1.ResumeProjectionRequest.
|
|
691
|
+
* Use `create(ResumeProjectionRequestSchema)` to create a new message.
|
|
692
|
+
*/
|
|
693
|
+
export declare const ResumeProjectionRequestSchema: GenMessage<ResumeProjectionRequest>;
|
|
694
|
+
/**
|
|
695
|
+
* @generated from message ironflow.v1.ResumeProjectionResponse
|
|
696
|
+
*/
|
|
697
|
+
export type ResumeProjectionResponse = Message<"ironflow.v1.ResumeProjectionResponse"> & {
|
|
698
|
+
/**
|
|
699
|
+
* @generated from field: string status = 1;
|
|
700
|
+
*/
|
|
701
|
+
status: string;
|
|
702
|
+
};
|
|
703
|
+
/**
|
|
704
|
+
* Describes the message ironflow.v1.ResumeProjectionResponse.
|
|
705
|
+
* Use `create(ResumeProjectionResponseSchema)` to create a new message.
|
|
706
|
+
*/
|
|
707
|
+
export declare const ResumeProjectionResponseSchema: GenMessage<ResumeProjectionResponse>;
|
|
708
|
+
/**
|
|
709
|
+
* @generated from message ironflow.v1.CreateSQLProjectionRequest
|
|
710
|
+
*/
|
|
711
|
+
export type CreateSQLProjectionRequest = Message<"ironflow.v1.CreateSQLProjectionRequest"> & {
|
|
712
|
+
/**
|
|
713
|
+
* @generated from field: string name = 1;
|
|
714
|
+
*/
|
|
715
|
+
name: string;
|
|
716
|
+
/**
|
|
717
|
+
* @generated from field: string sql = 2;
|
|
718
|
+
*/
|
|
719
|
+
sql: string;
|
|
720
|
+
/**
|
|
721
|
+
* @generated from field: string description = 3;
|
|
722
|
+
*/
|
|
723
|
+
description: string;
|
|
724
|
+
};
|
|
725
|
+
/**
|
|
726
|
+
* Describes the message ironflow.v1.CreateSQLProjectionRequest.
|
|
727
|
+
* Use `create(CreateSQLProjectionRequestSchema)` to create a new message.
|
|
728
|
+
*/
|
|
729
|
+
export declare const CreateSQLProjectionRequestSchema: GenMessage<CreateSQLProjectionRequest>;
|
|
730
|
+
/**
|
|
731
|
+
* @generated from message ironflow.v1.CreateSQLProjectionResponse
|
|
732
|
+
*/
|
|
733
|
+
export type CreateSQLProjectionResponse = Message<"ironflow.v1.CreateSQLProjectionResponse"> & {
|
|
734
|
+
/**
|
|
735
|
+
* @generated from field: string name = 1;
|
|
736
|
+
*/
|
|
737
|
+
name: string;
|
|
738
|
+
/**
|
|
739
|
+
* @generated from field: string status = 2;
|
|
740
|
+
*/
|
|
741
|
+
status: string;
|
|
742
|
+
};
|
|
743
|
+
/**
|
|
744
|
+
* Describes the message ironflow.v1.CreateSQLProjectionResponse.
|
|
745
|
+
* Use `create(CreateSQLProjectionResponseSchema)` to create a new message.
|
|
746
|
+
*/
|
|
747
|
+
export declare const CreateSQLProjectionResponseSchema: GenMessage<CreateSQLProjectionResponse>;
|
|
748
|
+
/**
|
|
749
|
+
* @generated from service ironflow.v1.ProjectionService
|
|
750
|
+
*/
|
|
751
|
+
export declare const ProjectionService: GenService<{
|
|
752
|
+
/**
|
|
753
|
+
* Registration (SDK → Server)
|
|
754
|
+
*
|
|
755
|
+
* @generated from rpc ironflow.v1.ProjectionService.RegisterProjection
|
|
756
|
+
*/
|
|
757
|
+
registerProjection: {
|
|
758
|
+
methodKind: "unary";
|
|
759
|
+
input: typeof RegisterProjectionRequestSchema;
|
|
760
|
+
output: typeof RegisterProjectionResponseSchema;
|
|
761
|
+
};
|
|
762
|
+
/**
|
|
763
|
+
* @generated from rpc ironflow.v1.ProjectionService.UnregisterProjection
|
|
764
|
+
*/
|
|
765
|
+
unregisterProjection: {
|
|
766
|
+
methodKind: "unary";
|
|
767
|
+
input: typeof UnregisterProjectionRequestSchema;
|
|
768
|
+
output: typeof UnregisterProjectionResponseSchema;
|
|
769
|
+
};
|
|
770
|
+
/**
|
|
771
|
+
* Event polling (SDK projection runner)
|
|
772
|
+
*
|
|
773
|
+
* @generated from rpc ironflow.v1.ProjectionService.PollProjectionEvents
|
|
774
|
+
*/
|
|
775
|
+
pollProjectionEvents: {
|
|
776
|
+
methodKind: "unary";
|
|
777
|
+
input: typeof PollProjectionEventsRequestSchema;
|
|
778
|
+
output: typeof PollProjectionEventsResponseSchema;
|
|
779
|
+
};
|
|
780
|
+
/**
|
|
781
|
+
* State persistence (managed mode)
|
|
782
|
+
*
|
|
783
|
+
* @generated from rpc ironflow.v1.ProjectionService.SaveProjectionState
|
|
784
|
+
*/
|
|
785
|
+
saveProjectionState: {
|
|
786
|
+
methodKind: "unary";
|
|
787
|
+
input: typeof SaveProjectionStateRequestSchema;
|
|
788
|
+
output: typeof SaveProjectionStateResponseSchema;
|
|
789
|
+
};
|
|
790
|
+
/**
|
|
791
|
+
* Cursor advance (external mode)
|
|
792
|
+
*
|
|
793
|
+
* @generated from rpc ironflow.v1.ProjectionService.AckProjectionEvents
|
|
794
|
+
*/
|
|
795
|
+
ackProjectionEvents: {
|
|
796
|
+
methodKind: "unary";
|
|
797
|
+
input: typeof AckProjectionEventsRequestSchema;
|
|
798
|
+
output: typeof AckProjectionEventsResponseSchema;
|
|
799
|
+
};
|
|
800
|
+
/**
|
|
801
|
+
* Query API
|
|
802
|
+
*
|
|
803
|
+
* @generated from rpc ironflow.v1.ProjectionService.GetProjection
|
|
804
|
+
*/
|
|
805
|
+
getProjection: {
|
|
806
|
+
methodKind: "unary";
|
|
807
|
+
input: typeof GetProjectionRequestSchema;
|
|
808
|
+
output: typeof GetProjectionResponseSchema;
|
|
809
|
+
};
|
|
810
|
+
/**
|
|
811
|
+
* @generated from rpc ironflow.v1.ProjectionService.ListProjections
|
|
812
|
+
*/
|
|
813
|
+
listProjections: {
|
|
814
|
+
methodKind: "unary";
|
|
815
|
+
input: typeof ListProjectionsRequestSchema;
|
|
816
|
+
output: typeof ListProjectionsResponseSchema;
|
|
817
|
+
};
|
|
818
|
+
/**
|
|
819
|
+
* @generated from rpc ironflow.v1.ProjectionService.GetProjectionStatus
|
|
820
|
+
*/
|
|
821
|
+
getProjectionStatus: {
|
|
822
|
+
methodKind: "unary";
|
|
823
|
+
input: typeof GetProjectionStatusRequestSchema;
|
|
824
|
+
output: typeof GetProjectionStatusResponseSchema;
|
|
825
|
+
};
|
|
826
|
+
/**
|
|
827
|
+
* Rebuild
|
|
828
|
+
*
|
|
829
|
+
* @generated from rpc ironflow.v1.ProjectionService.RebuildProjection
|
|
830
|
+
*/
|
|
831
|
+
rebuildProjection: {
|
|
832
|
+
methodKind: "unary";
|
|
833
|
+
input: typeof RebuildProjectionRequestSchema;
|
|
834
|
+
output: typeof RebuildProjectionResponseSchema;
|
|
835
|
+
};
|
|
836
|
+
/**
|
|
837
|
+
* @generated from rpc ironflow.v1.ProjectionService.GetRebuildJob
|
|
838
|
+
*/
|
|
839
|
+
getRebuildJob: {
|
|
840
|
+
methodKind: "unary";
|
|
841
|
+
input: typeof GetRebuildJobRequestSchema;
|
|
842
|
+
output: typeof GetRebuildJobResponseSchema;
|
|
843
|
+
};
|
|
844
|
+
/**
|
|
845
|
+
* @generated from rpc ironflow.v1.ProjectionService.CancelRebuild
|
|
846
|
+
*/
|
|
847
|
+
cancelRebuild: {
|
|
848
|
+
methodKind: "unary";
|
|
849
|
+
input: typeof CancelRebuildRequestSchema;
|
|
850
|
+
output: typeof CancelRebuildResponseSchema;
|
|
851
|
+
};
|
|
852
|
+
/**
|
|
853
|
+
* @generated from rpc ironflow.v1.ProjectionService.ReportRebuildProgress
|
|
854
|
+
*/
|
|
855
|
+
reportRebuildProgress: {
|
|
856
|
+
methodKind: "unary";
|
|
857
|
+
input: typeof ReportRebuildProgressRequestSchema;
|
|
858
|
+
output: typeof ReportRebuildProgressResponseSchema;
|
|
859
|
+
};
|
|
860
|
+
/**
|
|
861
|
+
* Pause/Resume
|
|
862
|
+
*
|
|
863
|
+
* @generated from rpc ironflow.v1.ProjectionService.PauseProjection
|
|
864
|
+
*/
|
|
865
|
+
pauseProjection: {
|
|
866
|
+
methodKind: "unary";
|
|
867
|
+
input: typeof PauseProjectionRequestSchema;
|
|
868
|
+
output: typeof PauseProjectionResponseSchema;
|
|
869
|
+
};
|
|
870
|
+
/**
|
|
871
|
+
* @generated from rpc ironflow.v1.ProjectionService.ResumeProjection
|
|
872
|
+
*/
|
|
873
|
+
resumeProjection: {
|
|
874
|
+
methodKind: "unary";
|
|
875
|
+
input: typeof ResumeProjectionRequestSchema;
|
|
876
|
+
output: typeof ResumeProjectionResponseSchema;
|
|
877
|
+
};
|
|
878
|
+
/**
|
|
879
|
+
* SQL-defined projections
|
|
880
|
+
*
|
|
881
|
+
* @generated from rpc ironflow.v1.ProjectionService.CreateSQLProjection
|
|
882
|
+
*/
|
|
883
|
+
createSQLProjection: {
|
|
884
|
+
methodKind: "unary";
|
|
885
|
+
input: typeof CreateSQLProjectionRequestSchema;
|
|
886
|
+
output: typeof CreateSQLProjectionResponseSchema;
|
|
887
|
+
};
|
|
888
|
+
}>;
|
|
889
|
+
//# sourceMappingURL=projection_pb.d.ts.map
|