@code0-tech/tucana 0.0.65 → 0.0.66
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/dist/aquila.cjs.js +1 -1
- package/dist/aquila.es.js +434 -350
- package/dist/pb/_generated/aquila.function_pb.client.d.ts +31 -0
- package/dist/pb/_generated/aquila.function_pb.d.ts +54 -0
- package/dist/pb/_generated/sagittarius.function_pb.client.d.ts +31 -0
- package/dist/pb/_generated/sagittarius.function_pb.d.ts +54 -0
- package/dist/pb/_generated/shared.function_pb.d.ts +121 -0
- package/dist/pb/aquila.d.ts +2 -0
- package/dist/pb/sagittarius.d.ts +2 -0
- package/dist/pb/shared.d.ts +1 -0
- package/dist/{rpc-interceptor-Dzh_AxUX.js → rpc-interceptor-DoXs3DS5.js} +10 -10
- package/dist/{rpc-interceptor-DARwxsWH.cjs → rpc-interceptor-HyblNryO.cjs} +1 -1
- package/dist/sagittarius.cjs.js +1 -1
- package/dist/sagittarius.es.js +531 -447
- package/dist/shared.cjs.js +1 -1
- package/dist/shared.es.js +3 -3
- package/dist/shared.flow_pb-B6NUNPA6.js +717 -0
- package/dist/{shared.flow_pb-BBS51Wou.cjs → shared.flow_pb-DxbQUcL4.cjs} +1 -1
- package/dist/{shared.runtime_usage_pb-QD7fpRLv.js → shared.runtime_usage_pb-aFASLTvC.js} +655 -404
- package/dist/shared.runtime_usage_pb-auJkQYdP.cjs +2 -0
- package/package.json +1 -1
- package/dist/shared.flow_pb-Bt00q6yT.js +0 -717
- package/dist/shared.runtime_usage_pb-Cgr2Xle6.cjs +0 -2
package/dist/aquila.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { n as
|
|
3
|
-
var
|
|
1
|
+
import { C as e, F as t, I as n, M as r, O as i, S as a, _ as o, a as s, c, f as l, j as u, k as d, r as f, t as p, u as m } from "./shared.runtime_usage_pb-aFASLTvC.js";
|
|
2
|
+
import { n as h, t as g } from "./rpc-interceptor-DoXs3DS5.js";
|
|
3
|
+
var _ = new class extends u {
|
|
4
4
|
constructor() {
|
|
5
5
|
super("aquila.Event", [
|
|
6
6
|
{
|
|
@@ -20,43 +20,43 @@ var g = new class extends l {
|
|
|
20
20
|
no: 3,
|
|
21
21
|
name: "payload",
|
|
22
22
|
kind: "message",
|
|
23
|
-
T: () =>
|
|
23
|
+
T: () => d
|
|
24
24
|
}
|
|
25
25
|
]);
|
|
26
26
|
}
|
|
27
|
-
create(
|
|
28
|
-
let
|
|
29
|
-
return
|
|
27
|
+
create(e) {
|
|
28
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
29
|
+
return t.eventType = "", t.projectId = 0n, e !== void 0 && r(this, t, e), t;
|
|
30
30
|
}
|
|
31
|
-
internalBinaryRead(e, n,
|
|
32
|
-
let
|
|
33
|
-
for (; e.pos <
|
|
34
|
-
let [n,
|
|
31
|
+
internalBinaryRead(e, n, r, i) {
|
|
32
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
33
|
+
for (; e.pos < o;) {
|
|
34
|
+
let [n, i] = e.tag();
|
|
35
35
|
switch (n) {
|
|
36
36
|
case 1:
|
|
37
|
-
|
|
37
|
+
a.eventType = e.string();
|
|
38
38
|
break;
|
|
39
39
|
case 2:
|
|
40
|
-
|
|
40
|
+
a.projectId = e.int64().toBigInt();
|
|
41
41
|
break;
|
|
42
42
|
case 3:
|
|
43
|
-
|
|
43
|
+
a.payload = d.internalBinaryRead(e, e.uint32(), r, a.payload);
|
|
44
44
|
break;
|
|
45
45
|
default:
|
|
46
|
-
let
|
|
47
|
-
if (
|
|
48
|
-
let
|
|
49
|
-
|
|
46
|
+
let o = r.readUnknownField;
|
|
47
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
48
|
+
let s = e.skip(i);
|
|
49
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
return
|
|
52
|
+
return a;
|
|
53
53
|
}
|
|
54
|
-
internalBinaryWrite(e,
|
|
55
|
-
e.eventType !== "" &&
|
|
56
|
-
let
|
|
57
|
-
return
|
|
54
|
+
internalBinaryWrite(e, r, i) {
|
|
55
|
+
e.eventType !== "" && r.tag(1, n.LengthDelimited).string(e.eventType), e.projectId !== 0n && r.tag(2, n.Varint).int64(e.projectId), e.payload && d.internalBinaryWrite(e.payload, r.tag(3, n.LengthDelimited).fork(), i).join();
|
|
56
|
+
let a = i.writeUnknownFields;
|
|
57
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
58
58
|
}
|
|
59
|
-
}(),
|
|
59
|
+
}(), v = new class extends u {
|
|
60
60
|
constructor() {
|
|
61
61
|
super("aquila.ActionLogon", [
|
|
62
62
|
{
|
|
@@ -76,44 +76,44 @@ var g = new class extends l {
|
|
|
76
76
|
name: "action_configurations",
|
|
77
77
|
kind: "message",
|
|
78
78
|
repeat: 2,
|
|
79
|
-
T: () =>
|
|
79
|
+
T: () => a
|
|
80
80
|
}
|
|
81
81
|
]);
|
|
82
82
|
}
|
|
83
|
-
create(
|
|
84
|
-
let
|
|
85
|
-
return
|
|
83
|
+
create(e) {
|
|
84
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
85
|
+
return t.actionIdentifier = "", t.version = "", t.actionConfigurations = [], e !== void 0 && r(this, t, e), t;
|
|
86
86
|
}
|
|
87
|
-
internalBinaryRead(e,
|
|
88
|
-
let
|
|
87
|
+
internalBinaryRead(e, n, r, i) {
|
|
88
|
+
let o = i ?? this.create(), s = e.pos + n;
|
|
89
89
|
for (; e.pos < s;) {
|
|
90
|
-
let [
|
|
91
|
-
switch (
|
|
90
|
+
let [n, i] = e.tag();
|
|
91
|
+
switch (n) {
|
|
92
92
|
case 1:
|
|
93
|
-
|
|
93
|
+
o.actionIdentifier = e.string();
|
|
94
94
|
break;
|
|
95
95
|
case 2:
|
|
96
|
-
|
|
96
|
+
o.version = e.string();
|
|
97
97
|
break;
|
|
98
98
|
case 3:
|
|
99
|
-
|
|
99
|
+
o.actionConfigurations.push(a.internalBinaryRead(e, e.uint32(), r));
|
|
100
100
|
break;
|
|
101
101
|
default:
|
|
102
|
-
let s =
|
|
103
|
-
if (s === "throw") throw new globalThis.Error(`Unknown field ${
|
|
102
|
+
let s = r.readUnknownField;
|
|
103
|
+
if (s === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
104
104
|
let c = e.skip(i);
|
|
105
|
-
s !== !1 && (s === !0 ?
|
|
105
|
+
s !== !1 && (s === !0 ? t.onRead : s)(this.typeName, o, n, i, c);
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
|
-
return
|
|
108
|
+
return o;
|
|
109
109
|
}
|
|
110
|
-
internalBinaryWrite(e,
|
|
111
|
-
e.actionIdentifier !== "" &&
|
|
112
|
-
for (let
|
|
113
|
-
let
|
|
114
|
-
return
|
|
110
|
+
internalBinaryWrite(e, r, i) {
|
|
111
|
+
e.actionIdentifier !== "" && r.tag(1, n.LengthDelimited).string(e.actionIdentifier), e.version !== "" && r.tag(2, n.LengthDelimited).string(e.version);
|
|
112
|
+
for (let t = 0; t < e.actionConfigurations.length; t++) a.internalBinaryWrite(e.actionConfigurations[t], r.tag(3, n.LengthDelimited).fork(), i).join();
|
|
113
|
+
let o = i.writeUnknownFields;
|
|
114
|
+
return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, e, r), r;
|
|
115
115
|
}
|
|
116
|
-
}(),
|
|
116
|
+
}(), y = new class extends u {
|
|
117
117
|
constructor() {
|
|
118
118
|
super("aquila.ExecutionRequest", [
|
|
119
119
|
{
|
|
@@ -132,7 +132,7 @@ var g = new class extends l {
|
|
|
132
132
|
no: 3,
|
|
133
133
|
name: "parameters",
|
|
134
134
|
kind: "message",
|
|
135
|
-
T: () =>
|
|
135
|
+
T: () => i
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
no: 4,
|
|
@@ -143,15 +143,15 @@ var g = new class extends l {
|
|
|
143
143
|
}
|
|
144
144
|
]);
|
|
145
145
|
}
|
|
146
|
-
create(
|
|
147
|
-
let
|
|
148
|
-
return
|
|
146
|
+
create(e) {
|
|
147
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
148
|
+
return t.executionIdentifier = "", t.functionIdentifier = "", t.projectId = 0n, e !== void 0 && r(this, t, e), t;
|
|
149
149
|
}
|
|
150
|
-
internalBinaryRead(e,
|
|
151
|
-
let o = a ?? this.create(), s = e.pos +
|
|
150
|
+
internalBinaryRead(e, n, r, a) {
|
|
151
|
+
let o = a ?? this.create(), s = e.pos + n;
|
|
152
152
|
for (; e.pos < s;) {
|
|
153
|
-
let [
|
|
154
|
-
switch (
|
|
153
|
+
let [n, a] = e.tag();
|
|
154
|
+
switch (n) {
|
|
155
155
|
case 1:
|
|
156
156
|
o.executionIdentifier = e.string();
|
|
157
157
|
break;
|
|
@@ -159,26 +159,26 @@ var g = new class extends l {
|
|
|
159
159
|
o.functionIdentifier = e.string();
|
|
160
160
|
break;
|
|
161
161
|
case 3:
|
|
162
|
-
o.parameters =
|
|
162
|
+
o.parameters = i.internalBinaryRead(e, e.uint32(), r, o.parameters);
|
|
163
163
|
break;
|
|
164
164
|
case 4:
|
|
165
165
|
o.projectId = e.int64().toBigInt();
|
|
166
166
|
break;
|
|
167
167
|
default:
|
|
168
|
-
let s =
|
|
169
|
-
if (s === "throw") throw new globalThis.Error(`Unknown field ${
|
|
168
|
+
let s = r.readUnknownField;
|
|
169
|
+
if (s === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${a}) for ${this.typeName}`);
|
|
170
170
|
let c = e.skip(a);
|
|
171
|
-
s !== !1 && (s === !0 ?
|
|
171
|
+
s !== !1 && (s === !0 ? t.onRead : s)(this.typeName, o, n, a, c);
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
return o;
|
|
175
175
|
}
|
|
176
|
-
internalBinaryWrite(e,
|
|
177
|
-
e.executionIdentifier !== "" &&
|
|
176
|
+
internalBinaryWrite(e, r, a) {
|
|
177
|
+
e.executionIdentifier !== "" && r.tag(1, n.LengthDelimited).string(e.executionIdentifier), e.functionIdentifier !== "" && r.tag(2, n.LengthDelimited).string(e.functionIdentifier), e.parameters && i.internalBinaryWrite(e.parameters, r.tag(3, n.LengthDelimited).fork(), a).join(), e.projectId !== 0n && r.tag(4, n.Varint).int64(e.projectId);
|
|
178
178
|
let o = a.writeUnknownFields;
|
|
179
|
-
return o !== !1 && (o == 1 ?
|
|
179
|
+
return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, e, r), r;
|
|
180
180
|
}
|
|
181
|
-
}(),
|
|
181
|
+
}(), b = new class extends u {
|
|
182
182
|
constructor() {
|
|
183
183
|
super("aquila.ActionRuntimeError", [{
|
|
184
184
|
no: 1,
|
|
@@ -193,15 +193,15 @@ var g = new class extends l {
|
|
|
193
193
|
T: 9
|
|
194
194
|
}]);
|
|
195
195
|
}
|
|
196
|
-
create(
|
|
197
|
-
let
|
|
198
|
-
return
|
|
196
|
+
create(e) {
|
|
197
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
198
|
+
return t.code = "", e !== void 0 && r(this, t, e), t;
|
|
199
199
|
}
|
|
200
|
-
internalBinaryRead(e,
|
|
201
|
-
let a = i ?? this.create(), o = e.pos +
|
|
200
|
+
internalBinaryRead(e, n, r, i) {
|
|
201
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
202
202
|
for (; e.pos < o;) {
|
|
203
|
-
let [
|
|
204
|
-
switch (
|
|
203
|
+
let [n, i] = e.tag();
|
|
204
|
+
switch (n) {
|
|
205
205
|
case 1:
|
|
206
206
|
a.code = e.string();
|
|
207
207
|
break;
|
|
@@ -209,20 +209,20 @@ var g = new class extends l {
|
|
|
209
209
|
a.description = e.string();
|
|
210
210
|
break;
|
|
211
211
|
default:
|
|
212
|
-
let o =
|
|
213
|
-
if (o === "throw") throw new globalThis.Error(`Unknown field ${
|
|
212
|
+
let o = r.readUnknownField;
|
|
213
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
214
214
|
let s = e.skip(i);
|
|
215
|
-
o !== !1 && (o === !0 ?
|
|
215
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
218
|
return a;
|
|
219
219
|
}
|
|
220
|
-
internalBinaryWrite(e,
|
|
221
|
-
e.code !== "" &&
|
|
222
|
-
let a =
|
|
223
|
-
return a !== !1 && (a == 1 ?
|
|
220
|
+
internalBinaryWrite(e, r, i) {
|
|
221
|
+
e.code !== "" && r.tag(1, n.LengthDelimited).string(e.code), e.description !== void 0 && r.tag(2, n.LengthDelimited).string(e.description);
|
|
222
|
+
let a = i.writeUnknownFields;
|
|
223
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
224
224
|
}
|
|
225
|
-
}(),
|
|
225
|
+
}(), x = new class extends u {
|
|
226
226
|
constructor() {
|
|
227
227
|
super("aquila.ExecutionResult", [
|
|
228
228
|
{
|
|
@@ -236,56 +236,56 @@ var g = new class extends l {
|
|
|
236
236
|
name: "success",
|
|
237
237
|
kind: "message",
|
|
238
238
|
oneof: "result",
|
|
239
|
-
T: () =>
|
|
239
|
+
T: () => d
|
|
240
240
|
},
|
|
241
241
|
{
|
|
242
242
|
no: 3,
|
|
243
243
|
name: "error",
|
|
244
244
|
kind: "message",
|
|
245
245
|
oneof: "result",
|
|
246
|
-
T: () =>
|
|
246
|
+
T: () => b
|
|
247
247
|
}
|
|
248
248
|
]);
|
|
249
249
|
}
|
|
250
|
-
create(
|
|
251
|
-
let
|
|
252
|
-
return
|
|
250
|
+
create(e) {
|
|
251
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
252
|
+
return t.executionIdentifier = "", t.result = { oneofKind: void 0 }, e !== void 0 && r(this, t, e), t;
|
|
253
253
|
}
|
|
254
|
-
internalBinaryRead(e, n,
|
|
255
|
-
let
|
|
256
|
-
for (; e.pos <
|
|
257
|
-
let [n,
|
|
254
|
+
internalBinaryRead(e, n, r, i) {
|
|
255
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
256
|
+
for (; e.pos < o;) {
|
|
257
|
+
let [n, i] = e.tag();
|
|
258
258
|
switch (n) {
|
|
259
259
|
case 1:
|
|
260
|
-
|
|
260
|
+
a.executionIdentifier = e.string();
|
|
261
261
|
break;
|
|
262
262
|
case 2:
|
|
263
|
-
|
|
263
|
+
a.result = {
|
|
264
264
|
oneofKind: "success",
|
|
265
|
-
success:
|
|
265
|
+
success: d.internalBinaryRead(e, e.uint32(), r, a.result.success)
|
|
266
266
|
};
|
|
267
267
|
break;
|
|
268
268
|
case 3:
|
|
269
|
-
|
|
269
|
+
a.result = {
|
|
270
270
|
oneofKind: "error",
|
|
271
|
-
error:
|
|
271
|
+
error: b.internalBinaryRead(e, e.uint32(), r, a.result.error)
|
|
272
272
|
};
|
|
273
273
|
break;
|
|
274
274
|
default:
|
|
275
|
-
let
|
|
276
|
-
if (
|
|
277
|
-
let
|
|
278
|
-
|
|
275
|
+
let o = r.readUnknownField;
|
|
276
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
277
|
+
let s = e.skip(i);
|
|
278
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
|
-
return
|
|
281
|
+
return a;
|
|
282
282
|
}
|
|
283
|
-
internalBinaryWrite(e,
|
|
284
|
-
e.executionIdentifier !== "" &&
|
|
285
|
-
let
|
|
286
|
-
return
|
|
283
|
+
internalBinaryWrite(e, r, i) {
|
|
284
|
+
e.executionIdentifier !== "" && r.tag(1, n.LengthDelimited).string(e.executionIdentifier), e.result.oneofKind === "success" && d.internalBinaryWrite(e.result.success, r.tag(2, n.LengthDelimited).fork(), i).join(), e.result.oneofKind === "error" && b.internalBinaryWrite(e.result.error, r.tag(3, n.LengthDelimited).fork(), i).join();
|
|
285
|
+
let a = i.writeUnknownFields;
|
|
286
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
287
287
|
}
|
|
288
|
-
}(),
|
|
288
|
+
}(), S = new class extends u {
|
|
289
289
|
constructor() {
|
|
290
290
|
super("aquila.TransferRequest", [
|
|
291
291
|
{
|
|
@@ -293,168 +293,168 @@ var g = new class extends l {
|
|
|
293
293
|
name: "logon",
|
|
294
294
|
kind: "message",
|
|
295
295
|
oneof: "data",
|
|
296
|
-
T: () =>
|
|
296
|
+
T: () => v
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
299
|
no: 2,
|
|
300
300
|
name: "event",
|
|
301
301
|
kind: "message",
|
|
302
302
|
oneof: "data",
|
|
303
|
-
T: () =>
|
|
303
|
+
T: () => _
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
306
|
no: 3,
|
|
307
307
|
name: "result",
|
|
308
308
|
kind: "message",
|
|
309
309
|
oneof: "data",
|
|
310
|
-
T: () =>
|
|
310
|
+
T: () => x
|
|
311
311
|
}
|
|
312
312
|
]);
|
|
313
313
|
}
|
|
314
|
-
create(
|
|
315
|
-
let
|
|
316
|
-
return
|
|
314
|
+
create(e) {
|
|
315
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
316
|
+
return t.data = { oneofKind: void 0 }, e !== void 0 && r(this, t, e), t;
|
|
317
317
|
}
|
|
318
|
-
internalBinaryRead(e,
|
|
319
|
-
let a = i ?? this.create(), o = e.pos +
|
|
318
|
+
internalBinaryRead(e, n, r, i) {
|
|
319
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
320
320
|
for (; e.pos < o;) {
|
|
321
|
-
let [
|
|
322
|
-
switch (
|
|
321
|
+
let [n, i] = e.tag();
|
|
322
|
+
switch (n) {
|
|
323
323
|
case 1:
|
|
324
324
|
a.data = {
|
|
325
325
|
oneofKind: "logon",
|
|
326
|
-
logon:
|
|
326
|
+
logon: v.internalBinaryRead(e, e.uint32(), r, a.data.logon)
|
|
327
327
|
};
|
|
328
328
|
break;
|
|
329
329
|
case 2:
|
|
330
330
|
a.data = {
|
|
331
331
|
oneofKind: "event",
|
|
332
|
-
event:
|
|
332
|
+
event: _.internalBinaryRead(e, e.uint32(), r, a.data.event)
|
|
333
333
|
};
|
|
334
334
|
break;
|
|
335
335
|
case 3:
|
|
336
336
|
a.data = {
|
|
337
337
|
oneofKind: "result",
|
|
338
|
-
result:
|
|
338
|
+
result: x.internalBinaryRead(e, e.uint32(), r, a.data.result)
|
|
339
339
|
};
|
|
340
340
|
break;
|
|
341
341
|
default:
|
|
342
|
-
let o =
|
|
343
|
-
if (o === "throw") throw new globalThis.Error(`Unknown field ${
|
|
342
|
+
let o = r.readUnknownField;
|
|
343
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
344
344
|
let s = e.skip(i);
|
|
345
|
-
o !== !1 && (o === !0 ?
|
|
345
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
return a;
|
|
349
349
|
}
|
|
350
|
-
internalBinaryWrite(e,
|
|
351
|
-
e.data.oneofKind === "logon" &&
|
|
352
|
-
let a =
|
|
353
|
-
return a !== !1 && (a == 1 ?
|
|
350
|
+
internalBinaryWrite(e, r, i) {
|
|
351
|
+
e.data.oneofKind === "logon" && v.internalBinaryWrite(e.data.logon, r.tag(1, n.LengthDelimited).fork(), i).join(), e.data.oneofKind === "event" && _.internalBinaryWrite(e.data.event, r.tag(2, n.LengthDelimited).fork(), i).join(), e.data.oneofKind === "result" && x.internalBinaryWrite(e.data.result, r.tag(3, n.LengthDelimited).fork(), i).join();
|
|
352
|
+
let a = i.writeUnknownFields;
|
|
353
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
354
354
|
}
|
|
355
|
-
}(),
|
|
355
|
+
}(), C = new class extends u {
|
|
356
356
|
constructor() {
|
|
357
357
|
super("aquila.TransferResponse", [{
|
|
358
358
|
no: 1,
|
|
359
359
|
name: "execution",
|
|
360
360
|
kind: "message",
|
|
361
361
|
oneof: "data",
|
|
362
|
-
T: () =>
|
|
362
|
+
T: () => y
|
|
363
363
|
}, {
|
|
364
364
|
no: 2,
|
|
365
365
|
name: "action_configurations",
|
|
366
366
|
kind: "message",
|
|
367
367
|
oneof: "data",
|
|
368
|
-
T: () =>
|
|
368
|
+
T: () => e
|
|
369
369
|
}]);
|
|
370
370
|
}
|
|
371
|
-
create(
|
|
372
|
-
let
|
|
373
|
-
return
|
|
371
|
+
create(e) {
|
|
372
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
373
|
+
return t.data = { oneofKind: void 0 }, e !== void 0 && r(this, t, e), t;
|
|
374
374
|
}
|
|
375
|
-
internalBinaryRead(
|
|
376
|
-
let
|
|
377
|
-
for (;
|
|
378
|
-
let [
|
|
379
|
-
switch (
|
|
375
|
+
internalBinaryRead(n, r, i, a) {
|
|
376
|
+
let o = a ?? this.create(), s = n.pos + r;
|
|
377
|
+
for (; n.pos < s;) {
|
|
378
|
+
let [r, a] = n.tag();
|
|
379
|
+
switch (r) {
|
|
380
380
|
case 1:
|
|
381
|
-
|
|
381
|
+
o.data = {
|
|
382
382
|
oneofKind: "execution",
|
|
383
|
-
execution:
|
|
383
|
+
execution: y.internalBinaryRead(n, n.uint32(), i, o.data.execution)
|
|
384
384
|
};
|
|
385
385
|
break;
|
|
386
386
|
case 2:
|
|
387
|
-
|
|
387
|
+
o.data = {
|
|
388
388
|
oneofKind: "actionConfigurations",
|
|
389
|
-
actionConfigurations:
|
|
389
|
+
actionConfigurations: e.internalBinaryRead(n, n.uint32(), i, o.data.actionConfigurations)
|
|
390
390
|
};
|
|
391
391
|
break;
|
|
392
392
|
default:
|
|
393
|
-
let
|
|
394
|
-
if (
|
|
395
|
-
let
|
|
396
|
-
|
|
393
|
+
let s = i.readUnknownField;
|
|
394
|
+
if (s === "throw") throw new globalThis.Error(`Unknown field ${r} (wire type ${a}) for ${this.typeName}`);
|
|
395
|
+
let c = n.skip(a);
|
|
396
|
+
s !== !1 && (s === !0 ? t.onRead : s)(this.typeName, o, r, a, c);
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
|
-
return
|
|
399
|
+
return o;
|
|
400
400
|
}
|
|
401
|
-
internalBinaryWrite(
|
|
402
|
-
|
|
403
|
-
let
|
|
404
|
-
return
|
|
401
|
+
internalBinaryWrite(r, i, a) {
|
|
402
|
+
r.data.oneofKind === "execution" && y.internalBinaryWrite(r.data.execution, i.tag(1, n.LengthDelimited).fork(), a).join(), r.data.oneofKind === "actionConfigurations" && e.internalBinaryWrite(r.data.actionConfigurations, i.tag(2, n.LengthDelimited).fork(), a).join();
|
|
403
|
+
let o = a.writeUnknownFields;
|
|
404
|
+
return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, r, i), i;
|
|
405
405
|
}
|
|
406
|
-
}(),
|
|
406
|
+
}(), w = new h("aquila.ActionTransferService", [{
|
|
407
407
|
name: "Transfer",
|
|
408
408
|
serverStreaming: !0,
|
|
409
409
|
clientStreaming: !0,
|
|
410
410
|
options: {},
|
|
411
|
-
I:
|
|
412
|
-
O:
|
|
413
|
-
}]),
|
|
411
|
+
I: S,
|
|
412
|
+
O: C
|
|
413
|
+
}]), T = class {
|
|
414
414
|
constructor(e) {
|
|
415
|
-
this._transport = e, this.typeName =
|
|
415
|
+
this._transport = e, this.typeName = w.typeName, this.methods = w.methods, this.options = w.options;
|
|
416
416
|
}
|
|
417
417
|
transfer(e) {
|
|
418
418
|
let t = this.methods[0], n = this._transport.mergeOptions(e);
|
|
419
|
-
return
|
|
419
|
+
return g("duplex", this._transport, t, n);
|
|
420
420
|
}
|
|
421
|
-
},
|
|
421
|
+
}, E = new class extends u {
|
|
422
422
|
constructor() {
|
|
423
423
|
super("aquila.DataTypeUpdateRequest", [{
|
|
424
424
|
no: 1,
|
|
425
425
|
name: "data_types",
|
|
426
426
|
kind: "message",
|
|
427
427
|
repeat: 2,
|
|
428
|
-
T: () =>
|
|
428
|
+
T: () => o
|
|
429
429
|
}]);
|
|
430
430
|
}
|
|
431
|
-
create(
|
|
432
|
-
let
|
|
433
|
-
return
|
|
431
|
+
create(e) {
|
|
432
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
433
|
+
return t.dataTypes = [], e !== void 0 && r(this, t, e), t;
|
|
434
434
|
}
|
|
435
|
-
internalBinaryRead(e,
|
|
436
|
-
let a = i ?? this.create(),
|
|
437
|
-
for (; e.pos <
|
|
438
|
-
let [
|
|
439
|
-
switch (
|
|
435
|
+
internalBinaryRead(e, n, r, i) {
|
|
436
|
+
let a = i ?? this.create(), s = e.pos + n;
|
|
437
|
+
for (; e.pos < s;) {
|
|
438
|
+
let [n, i] = e.tag();
|
|
439
|
+
switch (n) {
|
|
440
440
|
case 1:
|
|
441
|
-
a.dataTypes.push(
|
|
441
|
+
a.dataTypes.push(o.internalBinaryRead(e, e.uint32(), r));
|
|
442
442
|
break;
|
|
443
443
|
default:
|
|
444
|
-
let
|
|
445
|
-
if (
|
|
446
|
-
let
|
|
447
|
-
|
|
444
|
+
let s = r.readUnknownField;
|
|
445
|
+
if (s === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
446
|
+
let c = e.skip(i);
|
|
447
|
+
s !== !1 && (s === !0 ? t.onRead : s)(this.typeName, a, n, i, c);
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
450
|
return a;
|
|
451
451
|
}
|
|
452
|
-
internalBinaryWrite(e,
|
|
453
|
-
for (let
|
|
454
|
-
let a =
|
|
455
|
-
return a !== !1 && (a == 1 ?
|
|
452
|
+
internalBinaryWrite(e, r, i) {
|
|
453
|
+
for (let t = 0; t < e.dataTypes.length; t++) o.internalBinaryWrite(e.dataTypes[t], r.tag(1, n.LengthDelimited).fork(), i).join();
|
|
454
|
+
let a = i.writeUnknownFields;
|
|
455
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
456
456
|
}
|
|
457
|
-
}(),
|
|
457
|
+
}(), D = new class extends u {
|
|
458
458
|
constructor() {
|
|
459
459
|
super("aquila.DataTypeUpdateResponse", [{
|
|
460
460
|
no: 1,
|
|
@@ -463,82 +463,82 @@ var g = new class extends l {
|
|
|
463
463
|
T: 8
|
|
464
464
|
}]);
|
|
465
465
|
}
|
|
466
|
-
create(
|
|
467
|
-
let
|
|
468
|
-
return
|
|
466
|
+
create(e) {
|
|
467
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
468
|
+
return t.success = !1, e !== void 0 && r(this, t, e), t;
|
|
469
469
|
}
|
|
470
|
-
internalBinaryRead(e,
|
|
471
|
-
let a = i ?? this.create(), o = e.pos +
|
|
470
|
+
internalBinaryRead(e, n, r, i) {
|
|
471
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
472
472
|
for (; e.pos < o;) {
|
|
473
|
-
let [
|
|
474
|
-
switch (
|
|
473
|
+
let [n, i] = e.tag();
|
|
474
|
+
switch (n) {
|
|
475
475
|
case 1:
|
|
476
476
|
a.success = e.bool();
|
|
477
477
|
break;
|
|
478
478
|
default:
|
|
479
|
-
let o =
|
|
480
|
-
if (o === "throw") throw new globalThis.Error(`Unknown field ${
|
|
479
|
+
let o = r.readUnknownField;
|
|
480
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
481
481
|
let s = e.skip(i);
|
|
482
|
-
o !== !1 && (o === !0 ?
|
|
482
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
483
483
|
}
|
|
484
484
|
}
|
|
485
485
|
return a;
|
|
486
486
|
}
|
|
487
|
-
internalBinaryWrite(e,
|
|
488
|
-
e.success !== !1 &&
|
|
489
|
-
let a =
|
|
490
|
-
return a !== !1 && (a == 1 ?
|
|
487
|
+
internalBinaryWrite(e, r, i) {
|
|
488
|
+
e.success !== !1 && r.tag(1, n.Varint).bool(e.success);
|
|
489
|
+
let a = i.writeUnknownFields;
|
|
490
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
491
491
|
}
|
|
492
|
-
}(),
|
|
492
|
+
}(), O = new h("aquila.DataTypeService", [{
|
|
493
493
|
name: "Update",
|
|
494
494
|
options: {},
|
|
495
|
-
I:
|
|
496
|
-
O:
|
|
497
|
-
}]),
|
|
495
|
+
I: E,
|
|
496
|
+
O: D
|
|
497
|
+
}]), k = class {
|
|
498
498
|
constructor(e) {
|
|
499
|
-
this._transport = e, this.typeName =
|
|
499
|
+
this._transport = e, this.typeName = O.typeName, this.methods = O.methods, this.options = O.options;
|
|
500
500
|
}
|
|
501
501
|
update(e, t) {
|
|
502
502
|
let n = this.methods[0], r = this._transport.mergeOptions(t);
|
|
503
|
-
return
|
|
503
|
+
return g("unary", this._transport, n, r, e);
|
|
504
504
|
}
|
|
505
|
-
},
|
|
505
|
+
}, A = new class extends u {
|
|
506
506
|
constructor() {
|
|
507
507
|
super("aquila.FlowTypeUpdateRequest", [{
|
|
508
508
|
no: 1,
|
|
509
509
|
name: "flow_types",
|
|
510
510
|
kind: "message",
|
|
511
511
|
repeat: 2,
|
|
512
|
-
T: () =>
|
|
512
|
+
T: () => l
|
|
513
513
|
}]);
|
|
514
514
|
}
|
|
515
|
-
create(
|
|
516
|
-
let
|
|
517
|
-
return
|
|
515
|
+
create(e) {
|
|
516
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
517
|
+
return t.flowTypes = [], e !== void 0 && r(this, t, e), t;
|
|
518
518
|
}
|
|
519
|
-
internalBinaryRead(e,
|
|
520
|
-
let a = i ?? this.create(), o = e.pos +
|
|
519
|
+
internalBinaryRead(e, n, r, i) {
|
|
520
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
521
521
|
for (; e.pos < o;) {
|
|
522
|
-
let [
|
|
523
|
-
switch (
|
|
522
|
+
let [n, i] = e.tag();
|
|
523
|
+
switch (n) {
|
|
524
524
|
case 1:
|
|
525
|
-
a.flowTypes.push(
|
|
525
|
+
a.flowTypes.push(l.internalBinaryRead(e, e.uint32(), r));
|
|
526
526
|
break;
|
|
527
527
|
default:
|
|
528
|
-
let o =
|
|
529
|
-
if (o === "throw") throw new globalThis.Error(`Unknown field ${
|
|
528
|
+
let o = r.readUnknownField;
|
|
529
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
530
530
|
let s = e.skip(i);
|
|
531
|
-
o !== !1 && (o === !0 ?
|
|
531
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
532
532
|
}
|
|
533
533
|
}
|
|
534
534
|
return a;
|
|
535
535
|
}
|
|
536
|
-
internalBinaryWrite(e,
|
|
537
|
-
for (let
|
|
538
|
-
let a =
|
|
539
|
-
return a !== !1 && (a == 1 ?
|
|
536
|
+
internalBinaryWrite(e, r, i) {
|
|
537
|
+
for (let t = 0; t < e.flowTypes.length; t++) l.internalBinaryWrite(e.flowTypes[t], r.tag(1, n.LengthDelimited).fork(), i).join();
|
|
538
|
+
let a = i.writeUnknownFields;
|
|
539
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
540
540
|
}
|
|
541
|
-
}(),
|
|
541
|
+
}(), j = new class extends u {
|
|
542
542
|
constructor() {
|
|
543
543
|
super("aquila.FlowTypeUpdateResponse", [{
|
|
544
544
|
no: 1,
|
|
@@ -547,82 +547,166 @@ var g = new class extends l {
|
|
|
547
547
|
T: 8
|
|
548
548
|
}]);
|
|
549
549
|
}
|
|
550
|
-
create(
|
|
551
|
-
let
|
|
552
|
-
return
|
|
550
|
+
create(e) {
|
|
551
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
552
|
+
return t.success = !1, e !== void 0 && r(this, t, e), t;
|
|
553
553
|
}
|
|
554
|
-
internalBinaryRead(e,
|
|
555
|
-
let a = i ?? this.create(), o = e.pos +
|
|
554
|
+
internalBinaryRead(e, n, r, i) {
|
|
555
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
556
556
|
for (; e.pos < o;) {
|
|
557
|
-
let [
|
|
558
|
-
switch (
|
|
557
|
+
let [n, i] = e.tag();
|
|
558
|
+
switch (n) {
|
|
559
559
|
case 1:
|
|
560
560
|
a.success = e.bool();
|
|
561
561
|
break;
|
|
562
562
|
default:
|
|
563
|
-
let o =
|
|
564
|
-
if (o === "throw") throw new globalThis.Error(`Unknown field ${
|
|
563
|
+
let o = r.readUnknownField;
|
|
564
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
565
565
|
let s = e.skip(i);
|
|
566
|
-
o !== !1 && (o === !0 ?
|
|
566
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
569
|
return a;
|
|
570
570
|
}
|
|
571
|
-
internalBinaryWrite(e,
|
|
572
|
-
e.success !== !1 &&
|
|
573
|
-
let a =
|
|
574
|
-
return a !== !1 && (a == 1 ?
|
|
571
|
+
internalBinaryWrite(e, r, i) {
|
|
572
|
+
e.success !== !1 && r.tag(1, n.Varint).bool(e.success);
|
|
573
|
+
let a = i.writeUnknownFields;
|
|
574
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
575
575
|
}
|
|
576
|
-
}(),
|
|
576
|
+
}(), M = new h("aquila.FlowTypeService", [{
|
|
577
577
|
name: "Update",
|
|
578
578
|
options: {},
|
|
579
|
-
I:
|
|
580
|
-
O:
|
|
581
|
-
}]),
|
|
579
|
+
I: A,
|
|
580
|
+
O: j
|
|
581
|
+
}]), N = class {
|
|
582
582
|
constructor(e) {
|
|
583
|
-
this._transport = e, this.typeName =
|
|
583
|
+
this._transport = e, this.typeName = M.typeName, this.methods = M.methods, this.options = M.options;
|
|
584
584
|
}
|
|
585
585
|
update(e, t) {
|
|
586
586
|
let n = this.methods[0], r = this._transport.mergeOptions(t);
|
|
587
|
-
return
|
|
587
|
+
return g("unary", this._transport, n, r, e);
|
|
588
588
|
}
|
|
589
|
-
},
|
|
589
|
+
}, P = new class extends u {
|
|
590
|
+
constructor() {
|
|
591
|
+
super("aquila.FunctionDefinitionUpdateRequest", [{
|
|
592
|
+
no: 1,
|
|
593
|
+
name: "functions",
|
|
594
|
+
kind: "message",
|
|
595
|
+
repeat: 2,
|
|
596
|
+
T: () => m
|
|
597
|
+
}]);
|
|
598
|
+
}
|
|
599
|
+
create(e) {
|
|
600
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
601
|
+
return t.functions = [], e !== void 0 && r(this, t, e), t;
|
|
602
|
+
}
|
|
603
|
+
internalBinaryRead(e, n, r, i) {
|
|
604
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
605
|
+
for (; e.pos < o;) {
|
|
606
|
+
let [n, i] = e.tag();
|
|
607
|
+
switch (n) {
|
|
608
|
+
case 1:
|
|
609
|
+
a.functions.push(m.internalBinaryRead(e, e.uint32(), r));
|
|
610
|
+
break;
|
|
611
|
+
default:
|
|
612
|
+
let o = r.readUnknownField;
|
|
613
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
614
|
+
let s = e.skip(i);
|
|
615
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
return a;
|
|
619
|
+
}
|
|
620
|
+
internalBinaryWrite(e, r, i) {
|
|
621
|
+
for (let t = 0; t < e.functions.length; t++) m.internalBinaryWrite(e.functions[t], r.tag(1, n.LengthDelimited).fork(), i).join();
|
|
622
|
+
let a = i.writeUnknownFields;
|
|
623
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
624
|
+
}
|
|
625
|
+
}(), F = new class extends u {
|
|
626
|
+
constructor() {
|
|
627
|
+
super("aquila.FunctionDefinitionUpdateResponse", [{
|
|
628
|
+
no: 1,
|
|
629
|
+
name: "success",
|
|
630
|
+
kind: "scalar",
|
|
631
|
+
T: 8
|
|
632
|
+
}]);
|
|
633
|
+
}
|
|
634
|
+
create(e) {
|
|
635
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
636
|
+
return t.success = !1, e !== void 0 && r(this, t, e), t;
|
|
637
|
+
}
|
|
638
|
+
internalBinaryRead(e, n, r, i) {
|
|
639
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
640
|
+
for (; e.pos < o;) {
|
|
641
|
+
let [n, i] = e.tag();
|
|
642
|
+
switch (n) {
|
|
643
|
+
case 1:
|
|
644
|
+
a.success = e.bool();
|
|
645
|
+
break;
|
|
646
|
+
default:
|
|
647
|
+
let o = r.readUnknownField;
|
|
648
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
649
|
+
let s = e.skip(i);
|
|
650
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
return a;
|
|
654
|
+
}
|
|
655
|
+
internalBinaryWrite(e, r, i) {
|
|
656
|
+
e.success !== !1 && r.tag(1, n.Varint).bool(e.success);
|
|
657
|
+
let a = i.writeUnknownFields;
|
|
658
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
659
|
+
}
|
|
660
|
+
}(), I = new h("aquila.FunctionDefinitionService", [{
|
|
661
|
+
name: "Update",
|
|
662
|
+
options: {},
|
|
663
|
+
I: P,
|
|
664
|
+
O: F
|
|
665
|
+
}]), L = class {
|
|
666
|
+
constructor(e) {
|
|
667
|
+
this._transport = e, this.typeName = I.typeName, this.methods = I.methods, this.options = I.options;
|
|
668
|
+
}
|
|
669
|
+
update(e, t) {
|
|
670
|
+
let n = this.methods[0], r = this._transport.mergeOptions(t);
|
|
671
|
+
return g("unary", this._transport, n, r, e);
|
|
672
|
+
}
|
|
673
|
+
}, R = new class extends u {
|
|
590
674
|
constructor() {
|
|
591
675
|
super("aquila.RuntimeFunctionDefinitionUpdateRequest", [{
|
|
592
676
|
no: 1,
|
|
593
677
|
name: "runtime_functions",
|
|
594
678
|
kind: "message",
|
|
595
679
|
repeat: 2,
|
|
596
|
-
T: () =>
|
|
680
|
+
T: () => c
|
|
597
681
|
}]);
|
|
598
682
|
}
|
|
599
|
-
create(
|
|
600
|
-
let
|
|
601
|
-
return
|
|
683
|
+
create(e) {
|
|
684
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
685
|
+
return t.runtimeFunctions = [], e !== void 0 && r(this, t, e), t;
|
|
602
686
|
}
|
|
603
|
-
internalBinaryRead(e,
|
|
604
|
-
let a = i ?? this.create(), o = e.pos +
|
|
687
|
+
internalBinaryRead(e, n, r, i) {
|
|
688
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
605
689
|
for (; e.pos < o;) {
|
|
606
|
-
let [
|
|
607
|
-
switch (
|
|
690
|
+
let [n, i] = e.tag();
|
|
691
|
+
switch (n) {
|
|
608
692
|
case 1:
|
|
609
|
-
a.runtimeFunctions.push(
|
|
693
|
+
a.runtimeFunctions.push(c.internalBinaryRead(e, e.uint32(), r));
|
|
610
694
|
break;
|
|
611
695
|
default:
|
|
612
|
-
let o =
|
|
613
|
-
if (o === "throw") throw new globalThis.Error(`Unknown field ${
|
|
614
|
-
let
|
|
615
|
-
o !== !1 && (o === !0 ?
|
|
696
|
+
let o = r.readUnknownField;
|
|
697
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
698
|
+
let s = e.skip(i);
|
|
699
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
616
700
|
}
|
|
617
701
|
}
|
|
618
702
|
return a;
|
|
619
703
|
}
|
|
620
|
-
internalBinaryWrite(e,
|
|
621
|
-
for (let
|
|
622
|
-
let a =
|
|
623
|
-
return a !== !1 && (a == 1 ?
|
|
704
|
+
internalBinaryWrite(e, r, i) {
|
|
705
|
+
for (let t = 0; t < e.runtimeFunctions.length; t++) c.internalBinaryWrite(e.runtimeFunctions[t], r.tag(1, n.LengthDelimited).fork(), i).join();
|
|
706
|
+
let a = i.writeUnknownFields;
|
|
707
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
624
708
|
}
|
|
625
|
-
}(),
|
|
709
|
+
}(), z = new class extends u {
|
|
626
710
|
constructor() {
|
|
627
711
|
super("aquila.RuntimeFunctionDefinitionUpdateResponse", [{
|
|
628
712
|
no: 1,
|
|
@@ -631,97 +715,97 @@ var g = new class extends l {
|
|
|
631
715
|
T: 8
|
|
632
716
|
}]);
|
|
633
717
|
}
|
|
634
|
-
create(
|
|
635
|
-
let
|
|
636
|
-
return
|
|
718
|
+
create(e) {
|
|
719
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
720
|
+
return t.success = !1, e !== void 0 && r(this, t, e), t;
|
|
637
721
|
}
|
|
638
|
-
internalBinaryRead(e,
|
|
639
|
-
let a = i ?? this.create(), o = e.pos +
|
|
722
|
+
internalBinaryRead(e, n, r, i) {
|
|
723
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
640
724
|
for (; e.pos < o;) {
|
|
641
|
-
let [
|
|
642
|
-
switch (
|
|
725
|
+
let [n, i] = e.tag();
|
|
726
|
+
switch (n) {
|
|
643
727
|
case 1:
|
|
644
728
|
a.success = e.bool();
|
|
645
729
|
break;
|
|
646
730
|
default:
|
|
647
|
-
let o =
|
|
648
|
-
if (o === "throw") throw new globalThis.Error(`Unknown field ${
|
|
731
|
+
let o = r.readUnknownField;
|
|
732
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
649
733
|
let s = e.skip(i);
|
|
650
|
-
o !== !1 && (o === !0 ?
|
|
734
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
651
735
|
}
|
|
652
736
|
}
|
|
653
737
|
return a;
|
|
654
738
|
}
|
|
655
|
-
internalBinaryWrite(e,
|
|
656
|
-
e.success !== !1 &&
|
|
657
|
-
let a =
|
|
658
|
-
return a !== !1 && (a == 1 ?
|
|
739
|
+
internalBinaryWrite(e, r, i) {
|
|
740
|
+
e.success !== !1 && r.tag(1, n.Varint).bool(e.success);
|
|
741
|
+
let a = i.writeUnknownFields;
|
|
742
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
659
743
|
}
|
|
660
|
-
}(),
|
|
744
|
+
}(), B = new h("aquila.RuntimeFunctionDefinitionService", [{
|
|
661
745
|
name: "Update",
|
|
662
746
|
options: {},
|
|
663
|
-
I:
|
|
664
|
-
O:
|
|
665
|
-
}]),
|
|
747
|
+
I: R,
|
|
748
|
+
O: z
|
|
749
|
+
}]), V = class {
|
|
666
750
|
constructor(e) {
|
|
667
|
-
this._transport = e, this.typeName =
|
|
751
|
+
this._transport = e, this.typeName = B.typeName, this.methods = B.methods, this.options = B.options;
|
|
668
752
|
}
|
|
669
753
|
update(e, t) {
|
|
670
754
|
let n = this.methods[0], r = this._transport.mergeOptions(t);
|
|
671
|
-
return
|
|
755
|
+
return g("unary", this._transport, n, r, e);
|
|
672
756
|
}
|
|
673
|
-
},
|
|
757
|
+
}, H = new class extends u {
|
|
674
758
|
constructor() {
|
|
675
759
|
super("aquila.RuntimeStatusUpdateRequest", [{
|
|
676
760
|
no: 1,
|
|
677
761
|
name: "adapter_runtime_status",
|
|
678
762
|
kind: "message",
|
|
679
763
|
oneof: "status",
|
|
680
|
-
T: () =>
|
|
764
|
+
T: () => f
|
|
681
765
|
}, {
|
|
682
766
|
no: 2,
|
|
683
767
|
name: "execution_runtime_status",
|
|
684
768
|
kind: "message",
|
|
685
769
|
oneof: "status",
|
|
686
|
-
T: () =>
|
|
770
|
+
T: () => s
|
|
687
771
|
}]);
|
|
688
772
|
}
|
|
689
|
-
create(
|
|
690
|
-
let
|
|
691
|
-
return
|
|
773
|
+
create(e) {
|
|
774
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
775
|
+
return t.status = { oneofKind: void 0 }, e !== void 0 && r(this, t, e), t;
|
|
692
776
|
}
|
|
693
|
-
internalBinaryRead(e,
|
|
694
|
-
let
|
|
695
|
-
for (; e.pos <
|
|
696
|
-
let [
|
|
697
|
-
switch (
|
|
777
|
+
internalBinaryRead(e, n, r, i) {
|
|
778
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
779
|
+
for (; e.pos < o;) {
|
|
780
|
+
let [n, i] = e.tag();
|
|
781
|
+
switch (n) {
|
|
698
782
|
case 1:
|
|
699
|
-
|
|
783
|
+
a.status = {
|
|
700
784
|
oneofKind: "adapterRuntimeStatus",
|
|
701
|
-
adapterRuntimeStatus:
|
|
785
|
+
adapterRuntimeStatus: f.internalBinaryRead(e, e.uint32(), r, a.status.adapterRuntimeStatus)
|
|
702
786
|
};
|
|
703
787
|
break;
|
|
704
788
|
case 2:
|
|
705
|
-
|
|
789
|
+
a.status = {
|
|
706
790
|
oneofKind: "executionRuntimeStatus",
|
|
707
|
-
executionRuntimeStatus:
|
|
791
|
+
executionRuntimeStatus: s.internalBinaryRead(e, e.uint32(), r, a.status.executionRuntimeStatus)
|
|
708
792
|
};
|
|
709
793
|
break;
|
|
710
794
|
default:
|
|
711
|
-
let
|
|
712
|
-
if (
|
|
795
|
+
let o = r.readUnknownField;
|
|
796
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
713
797
|
let c = e.skip(i);
|
|
714
|
-
|
|
798
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, c);
|
|
715
799
|
}
|
|
716
800
|
}
|
|
717
|
-
return
|
|
801
|
+
return a;
|
|
718
802
|
}
|
|
719
|
-
internalBinaryWrite(e,
|
|
720
|
-
e.status.oneofKind === "adapterRuntimeStatus" &&
|
|
721
|
-
let
|
|
722
|
-
return
|
|
803
|
+
internalBinaryWrite(e, r, i) {
|
|
804
|
+
e.status.oneofKind === "adapterRuntimeStatus" && f.internalBinaryWrite(e.status.adapterRuntimeStatus, r.tag(1, n.LengthDelimited).fork(), i).join(), e.status.oneofKind === "executionRuntimeStatus" && s.internalBinaryWrite(e.status.executionRuntimeStatus, r.tag(2, n.LengthDelimited).fork(), i).join();
|
|
805
|
+
let a = i.writeUnknownFields;
|
|
806
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
723
807
|
}
|
|
724
|
-
}(),
|
|
808
|
+
}(), U = new class extends u {
|
|
725
809
|
constructor() {
|
|
726
810
|
super("aquila.RuntimeStatusUpdateResponse", [{
|
|
727
811
|
no: 1,
|
|
@@ -730,82 +814,82 @@ var g = new class extends l {
|
|
|
730
814
|
T: 8
|
|
731
815
|
}]);
|
|
732
816
|
}
|
|
733
|
-
create(
|
|
734
|
-
let
|
|
735
|
-
return
|
|
817
|
+
create(e) {
|
|
818
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
819
|
+
return t.success = !1, e !== void 0 && r(this, t, e), t;
|
|
736
820
|
}
|
|
737
|
-
internalBinaryRead(e,
|
|
738
|
-
let a = i ?? this.create(), o = e.pos +
|
|
821
|
+
internalBinaryRead(e, n, r, i) {
|
|
822
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
739
823
|
for (; e.pos < o;) {
|
|
740
|
-
let [
|
|
741
|
-
switch (
|
|
824
|
+
let [n, i] = e.tag();
|
|
825
|
+
switch (n) {
|
|
742
826
|
case 1:
|
|
743
827
|
a.success = e.bool();
|
|
744
828
|
break;
|
|
745
829
|
default:
|
|
746
|
-
let o =
|
|
747
|
-
if (o === "throw") throw new globalThis.Error(`Unknown field ${
|
|
830
|
+
let o = r.readUnknownField;
|
|
831
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
748
832
|
let s = e.skip(i);
|
|
749
|
-
o !== !1 && (o === !0 ?
|
|
833
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
750
834
|
}
|
|
751
835
|
}
|
|
752
836
|
return a;
|
|
753
837
|
}
|
|
754
|
-
internalBinaryWrite(e,
|
|
755
|
-
e.success !== !1 &&
|
|
756
|
-
let a =
|
|
757
|
-
return a !== !1 && (a == 1 ?
|
|
838
|
+
internalBinaryWrite(e, r, i) {
|
|
839
|
+
e.success !== !1 && r.tag(1, n.Varint).bool(e.success);
|
|
840
|
+
let a = i.writeUnknownFields;
|
|
841
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
758
842
|
}
|
|
759
|
-
}(),
|
|
843
|
+
}(), W = new h("aquila.RuntimeStatusService", [{
|
|
760
844
|
name: "Update",
|
|
761
845
|
options: {},
|
|
762
|
-
I:
|
|
763
|
-
O:
|
|
764
|
-
}]),
|
|
846
|
+
I: H,
|
|
847
|
+
O: U
|
|
848
|
+
}]), G = class {
|
|
765
849
|
constructor(e) {
|
|
766
|
-
this._transport = e, this.typeName =
|
|
850
|
+
this._transport = e, this.typeName = W.typeName, this.methods = W.methods, this.options = W.options;
|
|
767
851
|
}
|
|
768
852
|
update(e, t) {
|
|
769
853
|
let n = this.methods[0], r = this._transport.mergeOptions(t);
|
|
770
|
-
return
|
|
854
|
+
return g("unary", this._transport, n, r, e);
|
|
771
855
|
}
|
|
772
|
-
},
|
|
856
|
+
}, K = new class extends u {
|
|
773
857
|
constructor() {
|
|
774
858
|
super("aquila.RuntimeUsageRequest", [{
|
|
775
859
|
no: 1,
|
|
776
860
|
name: "runtime_usage",
|
|
777
861
|
kind: "message",
|
|
778
862
|
repeat: 2,
|
|
779
|
-
T: () =>
|
|
863
|
+
T: () => p
|
|
780
864
|
}]);
|
|
781
865
|
}
|
|
782
|
-
create(
|
|
783
|
-
let
|
|
784
|
-
return
|
|
866
|
+
create(e) {
|
|
867
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
868
|
+
return t.runtimeUsage = [], e !== void 0 && r(this, t, e), t;
|
|
785
869
|
}
|
|
786
|
-
internalBinaryRead(e,
|
|
787
|
-
let a = i ?? this.create(), o = e.pos +
|
|
870
|
+
internalBinaryRead(e, n, r, i) {
|
|
871
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
788
872
|
for (; e.pos < o;) {
|
|
789
|
-
let [
|
|
790
|
-
switch (
|
|
873
|
+
let [n, i] = e.tag();
|
|
874
|
+
switch (n) {
|
|
791
875
|
case 1:
|
|
792
|
-
a.runtimeUsage.push(
|
|
876
|
+
a.runtimeUsage.push(p.internalBinaryRead(e, e.uint32(), r));
|
|
793
877
|
break;
|
|
794
878
|
default:
|
|
795
|
-
let o =
|
|
796
|
-
if (o === "throw") throw new globalThis.Error(`Unknown field ${
|
|
879
|
+
let o = r.readUnknownField;
|
|
880
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
797
881
|
let s = e.skip(i);
|
|
798
|
-
o !== !1 && (o === !0 ?
|
|
882
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
799
883
|
}
|
|
800
884
|
}
|
|
801
885
|
return a;
|
|
802
886
|
}
|
|
803
|
-
internalBinaryWrite(e,
|
|
804
|
-
for (let
|
|
805
|
-
let a =
|
|
806
|
-
return a !== !1 && (a == 1 ?
|
|
887
|
+
internalBinaryWrite(e, r, i) {
|
|
888
|
+
for (let t = 0; t < e.runtimeUsage.length; t++) p.internalBinaryWrite(e.runtimeUsage[t], r.tag(1, n.LengthDelimited).fork(), i).join();
|
|
889
|
+
let a = i.writeUnknownFields;
|
|
890
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
807
891
|
}
|
|
808
|
-
}(),
|
|
892
|
+
}(), q = new class extends u {
|
|
809
893
|
constructor() {
|
|
810
894
|
super("aquila.RuntimeUsageResponse", [{
|
|
811
895
|
no: 1,
|
|
@@ -814,45 +898,45 @@ var g = new class extends l {
|
|
|
814
898
|
T: 8
|
|
815
899
|
}]);
|
|
816
900
|
}
|
|
817
|
-
create(
|
|
818
|
-
let
|
|
819
|
-
return
|
|
901
|
+
create(e) {
|
|
902
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
903
|
+
return t.success = !1, e !== void 0 && r(this, t, e), t;
|
|
820
904
|
}
|
|
821
|
-
internalBinaryRead(e,
|
|
822
|
-
let a = i ?? this.create(), o = e.pos +
|
|
905
|
+
internalBinaryRead(e, n, r, i) {
|
|
906
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
823
907
|
for (; e.pos < o;) {
|
|
824
|
-
let [
|
|
825
|
-
switch (
|
|
908
|
+
let [n, i] = e.tag();
|
|
909
|
+
switch (n) {
|
|
826
910
|
case 1:
|
|
827
911
|
a.success = e.bool();
|
|
828
912
|
break;
|
|
829
913
|
default:
|
|
830
|
-
let o =
|
|
831
|
-
if (o === "throw") throw new globalThis.Error(`Unknown field ${
|
|
914
|
+
let o = r.readUnknownField;
|
|
915
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
832
916
|
let s = e.skip(i);
|
|
833
|
-
o !== !1 && (o === !0 ?
|
|
917
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, s);
|
|
834
918
|
}
|
|
835
919
|
}
|
|
836
920
|
return a;
|
|
837
921
|
}
|
|
838
|
-
internalBinaryWrite(e,
|
|
839
|
-
e.success !== !1 &&
|
|
840
|
-
let a =
|
|
841
|
-
return a !== !1 && (a == 1 ?
|
|
922
|
+
internalBinaryWrite(e, r, i) {
|
|
923
|
+
e.success !== !1 && r.tag(1, n.Varint).bool(e.success);
|
|
924
|
+
let a = i.writeUnknownFields;
|
|
925
|
+
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, e, r), r;
|
|
842
926
|
}
|
|
843
|
-
}(),
|
|
927
|
+
}(), J = new h("aquila.RuntimeUsageService", [{
|
|
844
928
|
name: "Update",
|
|
845
929
|
options: {},
|
|
846
|
-
I:
|
|
847
|
-
O:
|
|
848
|
-
}]),
|
|
930
|
+
I: K,
|
|
931
|
+
O: q
|
|
932
|
+
}]), Y = class {
|
|
849
933
|
constructor(e) {
|
|
850
|
-
this._transport = e, this.typeName =
|
|
934
|
+
this._transport = e, this.typeName = J.typeName, this.methods = J.methods, this.options = J.options;
|
|
851
935
|
}
|
|
852
936
|
update(e, t) {
|
|
853
937
|
let n = this.methods[0], r = this._transport.mergeOptions(t);
|
|
854
|
-
return
|
|
938
|
+
return g("unary", this._transport, n, r, e);
|
|
855
939
|
}
|
|
856
940
|
};
|
|
857
941
|
//#endregion
|
|
858
|
-
export {
|
|
942
|
+
export { v as ActionLogon, b as ActionRuntimeError, w as ActionTransferService, T as ActionTransferServiceClient, O as DataTypeService, k as DataTypeServiceClient, E as DataTypeUpdateRequest, D as DataTypeUpdateResponse, _ as Event, y as ExecutionRequest, x as ExecutionResult, M as FlowTypeService, N as FlowTypeServiceClient, A as FlowTypeUpdateRequest, j as FlowTypeUpdateResponse, I as FunctionDefinitionService, L as FunctionDefinitionServiceClient, P as FunctionDefinitionUpdateRequest, F as FunctionDefinitionUpdateResponse, B as RuntimeFunctionDefinitionService, V as RuntimeFunctionDefinitionServiceClient, R as RuntimeFunctionDefinitionUpdateRequest, z as RuntimeFunctionDefinitionUpdateResponse, W as RuntimeStatusService, G as RuntimeStatusServiceClient, H as RuntimeStatusUpdateRequest, U as RuntimeStatusUpdateResponse, K as RuntimeUsageRequest, q as RuntimeUsageResponse, J as RuntimeUsageService, Y as RuntimeUsageServiceClient, S as TransferRequest, C as TransferResponse };
|