@code0-tech/tucana 0.0.75 → 0.0.76
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 +67 -151
- package/dist/pb/_generated/sagittarius.module_pb.d.ts +6 -0
- package/dist/pb/_generated/shared.flow_pb.d.ts +37 -6
- package/dist/pb/_generated/shared.module_pb.d.ts +8 -0
- package/dist/pb/aquila.d.ts +0 -2
- package/dist/pb/sagittarius.d.ts +0 -2
- package/dist/pb/shared.d.ts +0 -1
- package/dist/{rpc-interceptor-az_TTCBK.js → rpc-interceptor-d3qh7P9n.js} +10 -10
- package/dist/{rpc-interceptor-DOeBkZHU.cjs → rpc-interceptor-giFADd4b.cjs} +1 -1
- package/dist/sagittarius.cjs.js +1 -1
- package/dist/sagittarius.es.js +121 -203
- package/dist/shared.cjs.js +1 -1
- package/dist/shared.es.js +4 -4
- package/dist/{shared.flow_pb-C4ewDq2u.js → shared.flow_pb-DdVuFKPW.js} +179 -117
- package/dist/{shared.flow_pb-DrDw61IF.cjs → shared.flow_pb-clFvPGyv.cjs} +1 -1
- package/dist/shared.function_pb-C8cj-NCz.cjs +2 -0
- package/dist/{shared.function_pb-e1jkWYE_.js → shared.function_pb-Caz-4jvi.js} +1131 -1131
- package/dist/{shared.runtime_usage_pb-DqB5DUDk.cjs → shared.runtime_status_pb-BEEvFfe8.cjs} +1 -1
- package/dist/{shared.runtime_usage_pb-DDUhVHjA.js → shared.runtime_status_pb-D7hH22xO.js} +24 -50
- package/dist/velorum.cjs.js +1 -1
- package/dist/velorum.es.js +3 -3
- package/package.json +1 -1
- package/dist/pb/_generated/aquila.runtime_usage_pb.client.d.ts +0 -27
- package/dist/pb/_generated/aquila.runtime_usage_pb.d.ts +0 -46
- package/dist/pb/_generated/sagittarius.runtime_usage_pb.client.d.ts +0 -27
- package/dist/pb/_generated/sagittarius.runtime_usage_pb.d.ts +0 -51
- package/dist/pb/_generated/shared.runtime_usage_pb.d.ts +0 -25
- package/dist/shared.function_pb-BErnwHWO.cjs +0 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as e, S as t, h as n,
|
|
2
|
-
var
|
|
1
|
+
import { C as e, S as t, h as n, l as r, u as i, v as a, y as o } from "./shared.function_pb-Caz-4jvi.js";
|
|
2
|
+
var s = new class extends a {
|
|
3
3
|
constructor() {
|
|
4
4
|
super("shared.ValidationFlow", [
|
|
5
5
|
{
|
|
@@ -34,7 +34,7 @@ var o = new class extends i {
|
|
|
34
34
|
name: "settings",
|
|
35
35
|
kind: "message",
|
|
36
36
|
repeat: 2,
|
|
37
|
-
T: () =>
|
|
37
|
+
T: () => u
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
no: 6,
|
|
@@ -48,7 +48,7 @@ var o = new class extends i {
|
|
|
48
48
|
name: "node_functions",
|
|
49
49
|
kind: "message",
|
|
50
50
|
repeat: 2,
|
|
51
|
-
T: () =>
|
|
51
|
+
T: () => d
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
no: 8,
|
|
@@ -73,7 +73,7 @@ var o = new class extends i {
|
|
|
73
73
|
}
|
|
74
74
|
create(e) {
|
|
75
75
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
76
|
-
return t.flowId = 0n, t.projectId = 0n, t.type = "", t.dataTypes = [], t.settings = [], t.startingNodeId = 0n, t.nodeFunctions = [], t.projectSlug = "", t.signature = "", e !== void 0 &&
|
|
76
|
+
return t.flowId = 0n, t.projectId = 0n, t.type = "", t.dataTypes = [], t.settings = [], t.startingNodeId = 0n, t.nodeFunctions = [], t.projectSlug = "", t.signature = "", e !== void 0 && o(this, t, e), t;
|
|
77
77
|
}
|
|
78
78
|
internalBinaryRead(e, r, i, a) {
|
|
79
79
|
let o = a ?? this.create(), s = e.pos + r;
|
|
@@ -93,13 +93,13 @@ var o = new class extends i {
|
|
|
93
93
|
o.dataTypes.push(n.internalBinaryRead(e, e.uint32(), i));
|
|
94
94
|
break;
|
|
95
95
|
case 5:
|
|
96
|
-
o.settings.push(
|
|
96
|
+
o.settings.push(u.internalBinaryRead(e, e.uint32(), i));
|
|
97
97
|
break;
|
|
98
98
|
case 6:
|
|
99
99
|
o.startingNodeId = e.int64().toBigInt();
|
|
100
100
|
break;
|
|
101
101
|
case 7:
|
|
102
|
-
o.nodeFunctions.push(
|
|
102
|
+
o.nodeFunctions.push(d.internalBinaryRead(e, e.uint32(), i));
|
|
103
103
|
break;
|
|
104
104
|
case 8:
|
|
105
105
|
o.projectSlug = e.string();
|
|
@@ -122,14 +122,14 @@ var o = new class extends i {
|
|
|
122
122
|
internalBinaryWrite(r, i, a) {
|
|
123
123
|
r.flowId !== 0n && i.tag(1, e.Varint).int64(r.flowId), r.projectId !== 0n && i.tag(2, e.Varint).int64(r.projectId), r.type !== "" && i.tag(3, e.LengthDelimited).string(r.type);
|
|
124
124
|
for (let t = 0; t < r.dataTypes.length; t++) n.internalBinaryWrite(r.dataTypes[t], i.tag(4, e.LengthDelimited).fork(), a).join();
|
|
125
|
-
for (let t = 0; t < r.settings.length; t++)
|
|
125
|
+
for (let t = 0; t < r.settings.length; t++) u.internalBinaryWrite(r.settings[t], i.tag(5, e.LengthDelimited).fork(), a).join();
|
|
126
126
|
r.startingNodeId !== 0n && i.tag(6, e.Varint).int64(r.startingNodeId);
|
|
127
|
-
for (let t = 0; t < r.nodeFunctions.length; t++)
|
|
127
|
+
for (let t = 0; t < r.nodeFunctions.length; t++) d.internalBinaryWrite(r.nodeFunctions[t], i.tag(7, e.LengthDelimited).fork(), a).join();
|
|
128
128
|
r.projectSlug !== "" && i.tag(8, e.LengthDelimited).string(r.projectSlug), r.disableReason !== void 0 && i.tag(9, e.LengthDelimited).string(r.disableReason), r.signature !== "" && i.tag(10, e.LengthDelimited).string(r.signature);
|
|
129
129
|
let o = a.writeUnknownFields;
|
|
130
130
|
return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, r, i), i;
|
|
131
131
|
}
|
|
132
|
-
}(),
|
|
132
|
+
}(), c = new class extends a {
|
|
133
133
|
constructor() {
|
|
134
134
|
super("shared.ExecutionFlow", [
|
|
135
135
|
{
|
|
@@ -158,21 +158,21 @@ var o = new class extends i {
|
|
|
158
158
|
name: "node_functions",
|
|
159
159
|
kind: "message",
|
|
160
160
|
repeat: 2,
|
|
161
|
-
T: () =>
|
|
161
|
+
T: () => d
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
164
|
no: 3,
|
|
165
165
|
name: "input_value",
|
|
166
166
|
kind: "message",
|
|
167
|
-
T: () =>
|
|
167
|
+
T: () => i
|
|
168
168
|
}
|
|
169
169
|
]);
|
|
170
170
|
}
|
|
171
171
|
create(e) {
|
|
172
172
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
173
|
-
return t.flowId = 0n, t.projectId = 0n, t.startingNodeId = 0n, t.nodeFunctions = [], e !== void 0 &&
|
|
173
|
+
return t.flowId = 0n, t.projectId = 0n, t.startingNodeId = 0n, t.nodeFunctions = [], e !== void 0 && o(this, t, e), t;
|
|
174
174
|
}
|
|
175
|
-
internalBinaryRead(e, n,
|
|
175
|
+
internalBinaryRead(e, n, r, a) {
|
|
176
176
|
let o = a ?? this.create(), s = e.pos + n;
|
|
177
177
|
for (; e.pos < s;) {
|
|
178
178
|
let [n, a] = e.tag();
|
|
@@ -187,13 +187,13 @@ var o = new class extends i {
|
|
|
187
187
|
o.startingNodeId = e.int64().toBigInt();
|
|
188
188
|
break;
|
|
189
189
|
case 4:
|
|
190
|
-
o.nodeFunctions.push(
|
|
190
|
+
o.nodeFunctions.push(d.internalBinaryRead(e, e.uint32(), r));
|
|
191
191
|
break;
|
|
192
192
|
case 3:
|
|
193
|
-
o.inputValue =
|
|
193
|
+
o.inputValue = i.internalBinaryRead(e, e.uint32(), r, o.inputValue);
|
|
194
194
|
break;
|
|
195
195
|
default:
|
|
196
|
-
let s =
|
|
196
|
+
let s = r.readUnknownField;
|
|
197
197
|
if (s === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${a}) for ${this.typeName}`);
|
|
198
198
|
let c = e.skip(a);
|
|
199
199
|
s !== !1 && (s === !0 ? t.onRead : s)(this.typeName, o, n, a, c);
|
|
@@ -201,14 +201,14 @@ var o = new class extends i {
|
|
|
201
201
|
}
|
|
202
202
|
return o;
|
|
203
203
|
}
|
|
204
|
-
internalBinaryWrite(n,
|
|
205
|
-
n.flowId !== 0n &&
|
|
206
|
-
for (let t = 0; t < n.nodeFunctions.length; t++)
|
|
207
|
-
n.projectId !== 0n &&
|
|
204
|
+
internalBinaryWrite(n, r, a) {
|
|
205
|
+
n.flowId !== 0n && r.tag(1, e.Varint).int64(n.flowId), n.startingNodeId !== 0n && r.tag(2, e.Varint).int64(n.startingNodeId), n.inputValue && i.internalBinaryWrite(n.inputValue, r.tag(3, e.LengthDelimited).fork(), a).join();
|
|
206
|
+
for (let t = 0; t < n.nodeFunctions.length; t++) d.internalBinaryWrite(n.nodeFunctions[t], r.tag(4, e.LengthDelimited).fork(), a).join();
|
|
207
|
+
n.projectId !== 0n && r.tag(5, e.Varint).int64(n.projectId);
|
|
208
208
|
let o = a.writeUnknownFields;
|
|
209
|
-
return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, n,
|
|
209
|
+
return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, n, r), r;
|
|
210
210
|
}
|
|
211
|
-
}(),
|
|
211
|
+
}(), l = new class extends a {
|
|
212
212
|
constructor() {
|
|
213
213
|
super("shared.GenerationFlow", [
|
|
214
214
|
{
|
|
@@ -234,20 +234,20 @@ var o = new class extends i {
|
|
|
234
234
|
name: "node_functions",
|
|
235
235
|
kind: "message",
|
|
236
236
|
repeat: 2,
|
|
237
|
-
T: () =>
|
|
237
|
+
T: () => d
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
no: 5,
|
|
241
241
|
name: "settings",
|
|
242
242
|
kind: "message",
|
|
243
243
|
repeat: 2,
|
|
244
|
-
T: () =>
|
|
244
|
+
T: () => u
|
|
245
245
|
}
|
|
246
246
|
]);
|
|
247
247
|
}
|
|
248
248
|
create(e) {
|
|
249
249
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
250
|
-
return t.name = "", t.type = "", t.startingNodeId = "", t.nodeFunctions = [], t.settings = [], e !== void 0 &&
|
|
250
|
+
return t.name = "", t.type = "", t.startingNodeId = "", t.nodeFunctions = [], t.settings = [], e !== void 0 && o(this, t, e), t;
|
|
251
251
|
}
|
|
252
252
|
internalBinaryRead(e, n, r, i) {
|
|
253
253
|
let a = i ?? this.create(), o = e.pos + n;
|
|
@@ -264,10 +264,10 @@ var o = new class extends i {
|
|
|
264
264
|
a.startingNodeId = e.string();
|
|
265
265
|
break;
|
|
266
266
|
case 4:
|
|
267
|
-
a.nodeFunctions.push(
|
|
267
|
+
a.nodeFunctions.push(d.internalBinaryRead(e, e.uint32(), r));
|
|
268
268
|
break;
|
|
269
269
|
case 5:
|
|
270
|
-
a.settings.push(
|
|
270
|
+
a.settings.push(u.internalBinaryRead(e, e.uint32(), r));
|
|
271
271
|
break;
|
|
272
272
|
default:
|
|
273
273
|
let o = r.readUnknownField;
|
|
@@ -280,12 +280,12 @@ var o = new class extends i {
|
|
|
280
280
|
}
|
|
281
281
|
internalBinaryWrite(n, r, i) {
|
|
282
282
|
n.name !== "" && r.tag(1, e.LengthDelimited).string(n.name), n.type !== "" && r.tag(2, e.LengthDelimited).string(n.type), n.startingNodeId !== "" && r.tag(3, e.LengthDelimited).string(n.startingNodeId);
|
|
283
|
-
for (let t = 0; t < n.nodeFunctions.length; t++)
|
|
284
|
-
for (let t = 0; t < n.settings.length; t++)
|
|
283
|
+
for (let t = 0; t < n.nodeFunctions.length; t++) d.internalBinaryWrite(n.nodeFunctions[t], r.tag(4, e.LengthDelimited).fork(), i).join();
|
|
284
|
+
for (let t = 0; t < n.settings.length; t++) u.internalBinaryWrite(n.settings[t], r.tag(5, e.LengthDelimited).fork(), i).join();
|
|
285
285
|
let a = i.writeUnknownFields;
|
|
286
286
|
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, n, r), r;
|
|
287
287
|
}
|
|
288
|
-
}(),
|
|
288
|
+
}(), u = new class extends a {
|
|
289
289
|
constructor() {
|
|
290
290
|
super("shared.FlowSetting", [
|
|
291
291
|
{
|
|
@@ -306,7 +306,7 @@ var o = new class extends i {
|
|
|
306
306
|
no: 3,
|
|
307
307
|
name: "value",
|
|
308
308
|
kind: "message",
|
|
309
|
-
T: () =>
|
|
309
|
+
T: () => i
|
|
310
310
|
},
|
|
311
311
|
{
|
|
312
312
|
no: 4,
|
|
@@ -319,9 +319,9 @@ var o = new class extends i {
|
|
|
319
319
|
}
|
|
320
320
|
create(e) {
|
|
321
321
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
322
|
-
return t.flowSettingId = "", e !== void 0 &&
|
|
322
|
+
return t.flowSettingId = "", e !== void 0 && o(this, t, e), t;
|
|
323
323
|
}
|
|
324
|
-
internalBinaryRead(e, n,
|
|
324
|
+
internalBinaryRead(e, n, r, a) {
|
|
325
325
|
let o = a ?? this.create(), s = e.pos + n;
|
|
326
326
|
for (; e.pos < s;) {
|
|
327
327
|
let [n, a] = e.tag();
|
|
@@ -333,13 +333,13 @@ var o = new class extends i {
|
|
|
333
333
|
o.flowSettingId = e.string();
|
|
334
334
|
break;
|
|
335
335
|
case 3:
|
|
336
|
-
o.value =
|
|
336
|
+
o.value = i.internalBinaryRead(e, e.uint32(), r, o.value);
|
|
337
337
|
break;
|
|
338
338
|
case 4:
|
|
339
339
|
o.cast = e.string();
|
|
340
340
|
break;
|
|
341
341
|
default:
|
|
342
|
-
let s =
|
|
342
|
+
let s = r.readUnknownField;
|
|
343
343
|
if (s === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${a}) for ${this.typeName}`);
|
|
344
344
|
let c = e.skip(a);
|
|
345
345
|
s !== !1 && (s === !0 ? t.onRead : s)(this.typeName, o, n, a, c);
|
|
@@ -347,12 +347,12 @@ var o = new class extends i {
|
|
|
347
347
|
}
|
|
348
348
|
return o;
|
|
349
349
|
}
|
|
350
|
-
internalBinaryWrite(n,
|
|
351
|
-
n.databaseId !== void 0 &&
|
|
350
|
+
internalBinaryWrite(n, r, a) {
|
|
351
|
+
n.databaseId !== void 0 && r.tag(1, e.Varint).int64(n.databaseId), n.flowSettingId !== "" && r.tag(2, e.LengthDelimited).string(n.flowSettingId), n.value && i.internalBinaryWrite(n.value, r.tag(3, e.LengthDelimited).fork(), a).join(), n.cast !== void 0 && r.tag(4, e.LengthDelimited).string(n.cast);
|
|
352
352
|
let o = a.writeUnknownFields;
|
|
353
|
-
return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, n,
|
|
353
|
+
return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, n, r), r;
|
|
354
354
|
}
|
|
355
|
-
}(),
|
|
355
|
+
}(), d = new class extends a {
|
|
356
356
|
constructor() {
|
|
357
357
|
super("shared.NodeFunction", [
|
|
358
358
|
{
|
|
@@ -374,7 +374,7 @@ var o = new class extends i {
|
|
|
374
374
|
name: "parameters",
|
|
375
375
|
kind: "message",
|
|
376
376
|
repeat: 2,
|
|
377
|
-
T: () =>
|
|
377
|
+
T: () => p
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
no: 4,
|
|
@@ -395,7 +395,7 @@ var o = new class extends i {
|
|
|
395
395
|
}
|
|
396
396
|
create(e) {
|
|
397
397
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
398
|
-
return t.runtimeFunctionId = "", t.parameters = [], e !== void 0 &&
|
|
398
|
+
return t.runtimeFunctionId = "", t.parameters = [], e !== void 0 && o(this, t, e), t;
|
|
399
399
|
}
|
|
400
400
|
internalBinaryRead(e, n, r, i) {
|
|
401
401
|
let a = i ?? this.create(), o = e.pos + n;
|
|
@@ -409,7 +409,7 @@ var o = new class extends i {
|
|
|
409
409
|
a.runtimeFunctionId = e.string();
|
|
410
410
|
break;
|
|
411
411
|
case 3:
|
|
412
|
-
a.parameters.push(
|
|
412
|
+
a.parameters.push(p.internalBinaryRead(e, e.uint32(), r));
|
|
413
413
|
break;
|
|
414
414
|
case 4:
|
|
415
415
|
a.nextNodeId = e.int64().toBigInt();
|
|
@@ -428,12 +428,12 @@ var o = new class extends i {
|
|
|
428
428
|
}
|
|
429
429
|
internalBinaryWrite(n, r, i) {
|
|
430
430
|
n.databaseId !== void 0 && r.tag(1, e.Varint).int64(n.databaseId), n.runtimeFunctionId !== "" && r.tag(2, e.LengthDelimited).string(n.runtimeFunctionId);
|
|
431
|
-
for (let t = 0; t < n.parameters.length; t++)
|
|
431
|
+
for (let t = 0; t < n.parameters.length; t++) p.internalBinaryWrite(n.parameters[t], r.tag(3, e.LengthDelimited).fork(), i).join();
|
|
432
432
|
n.nextNodeId !== void 0 && r.tag(4, e.Varint).int64(n.nextNodeId), n.definitionSource !== void 0 && r.tag(5, e.LengthDelimited).string(n.definitionSource);
|
|
433
433
|
let a = i.writeUnknownFields;
|
|
434
434
|
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, n, r), r;
|
|
435
435
|
}
|
|
436
|
-
}(),
|
|
436
|
+
}(), f = new class extends a {
|
|
437
437
|
constructor() {
|
|
438
438
|
super("shared.NodeValue", [
|
|
439
439
|
{
|
|
@@ -441,29 +441,29 @@ var o = new class extends i {
|
|
|
441
441
|
name: "literal_value",
|
|
442
442
|
kind: "message",
|
|
443
443
|
oneof: "value",
|
|
444
|
-
T: () =>
|
|
444
|
+
T: () => i
|
|
445
445
|
},
|
|
446
446
|
{
|
|
447
447
|
no: 2,
|
|
448
448
|
name: "reference_value",
|
|
449
449
|
kind: "message",
|
|
450
450
|
oneof: "value",
|
|
451
|
-
T: () =>
|
|
451
|
+
T: () => m
|
|
452
452
|
},
|
|
453
453
|
{
|
|
454
454
|
no: 3,
|
|
455
455
|
name: "sub_flow",
|
|
456
456
|
kind: "message",
|
|
457
457
|
oneof: "value",
|
|
458
|
-
T: () =>
|
|
458
|
+
T: () => h
|
|
459
459
|
}
|
|
460
460
|
]);
|
|
461
461
|
}
|
|
462
462
|
create(e) {
|
|
463
463
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
464
|
-
return t.value = { oneofKind: void 0 }, e !== void 0 &&
|
|
464
|
+
return t.value = { oneofKind: void 0 }, e !== void 0 && o(this, t, e), t;
|
|
465
465
|
}
|
|
466
|
-
internalBinaryRead(e, n,
|
|
466
|
+
internalBinaryRead(e, n, r, a) {
|
|
467
467
|
let o = a ?? this.create(), s = e.pos + n;
|
|
468
468
|
for (; e.pos < s;) {
|
|
469
469
|
let [n, a] = e.tag();
|
|
@@ -471,23 +471,23 @@ var o = new class extends i {
|
|
|
471
471
|
case 1:
|
|
472
472
|
o.value = {
|
|
473
473
|
oneofKind: "literalValue",
|
|
474
|
-
literalValue:
|
|
474
|
+
literalValue: i.internalBinaryRead(e, e.uint32(), r, o.value.literalValue)
|
|
475
475
|
};
|
|
476
476
|
break;
|
|
477
477
|
case 2:
|
|
478
478
|
o.value = {
|
|
479
479
|
oneofKind: "referenceValue",
|
|
480
|
-
referenceValue:
|
|
480
|
+
referenceValue: m.internalBinaryRead(e, e.uint32(), r, o.value.referenceValue)
|
|
481
481
|
};
|
|
482
482
|
break;
|
|
483
483
|
case 3:
|
|
484
484
|
o.value = {
|
|
485
485
|
oneofKind: "subFlow",
|
|
486
|
-
subFlow:
|
|
486
|
+
subFlow: h.internalBinaryRead(e, e.uint32(), r, o.value.subFlow)
|
|
487
487
|
};
|
|
488
488
|
break;
|
|
489
489
|
default:
|
|
490
|
-
let s =
|
|
490
|
+
let s = r.readUnknownField;
|
|
491
491
|
if (s === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${a}) for ${this.typeName}`);
|
|
492
492
|
let c = e.skip(a);
|
|
493
493
|
s !== !1 && (s === !0 ? t.onRead : s)(this.typeName, o, n, a, c);
|
|
@@ -495,12 +495,12 @@ var o = new class extends i {
|
|
|
495
495
|
}
|
|
496
496
|
return o;
|
|
497
497
|
}
|
|
498
|
-
internalBinaryWrite(n,
|
|
499
|
-
n.value.oneofKind === "literalValue" &&
|
|
498
|
+
internalBinaryWrite(n, r, a) {
|
|
499
|
+
n.value.oneofKind === "literalValue" && i.internalBinaryWrite(n.value.literalValue, r.tag(1, e.LengthDelimited).fork(), a).join(), n.value.oneofKind === "referenceValue" && m.internalBinaryWrite(n.value.referenceValue, r.tag(2, e.LengthDelimited).fork(), a).join(), n.value.oneofKind === "subFlow" && h.internalBinaryWrite(n.value.subFlow, r.tag(3, e.LengthDelimited).fork(), a).join();
|
|
500
500
|
let o = a.writeUnknownFields;
|
|
501
|
-
return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, n,
|
|
501
|
+
return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, n, r), r;
|
|
502
502
|
}
|
|
503
|
-
}(),
|
|
503
|
+
}(), p = new class extends a {
|
|
504
504
|
constructor() {
|
|
505
505
|
super("shared.NodeParameter", [
|
|
506
506
|
{
|
|
@@ -520,7 +520,7 @@ var o = new class extends i {
|
|
|
520
520
|
no: 3,
|
|
521
521
|
name: "value",
|
|
522
522
|
kind: "message",
|
|
523
|
-
T: () =>
|
|
523
|
+
T: () => f
|
|
524
524
|
},
|
|
525
525
|
{
|
|
526
526
|
no: 4,
|
|
@@ -533,7 +533,7 @@ var o = new class extends i {
|
|
|
533
533
|
}
|
|
534
534
|
create(e) {
|
|
535
535
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
536
|
-
return t.databaseId = 0n, t.runtimeParameterId = "", e !== void 0 &&
|
|
536
|
+
return t.databaseId = 0n, t.runtimeParameterId = "", e !== void 0 && o(this, t, e), t;
|
|
537
537
|
}
|
|
538
538
|
internalBinaryRead(e, n, r, i) {
|
|
539
539
|
let a = i ?? this.create(), o = e.pos + n;
|
|
@@ -547,7 +547,7 @@ var o = new class extends i {
|
|
|
547
547
|
a.runtimeParameterId = e.string();
|
|
548
548
|
break;
|
|
549
549
|
case 3:
|
|
550
|
-
a.value =
|
|
550
|
+
a.value = f.internalBinaryRead(e, e.uint32(), r, a.value);
|
|
551
551
|
break;
|
|
552
552
|
case 4:
|
|
553
553
|
a.cast = e.string();
|
|
@@ -562,11 +562,11 @@ var o = new class extends i {
|
|
|
562
562
|
return a;
|
|
563
563
|
}
|
|
564
564
|
internalBinaryWrite(n, r, i) {
|
|
565
|
-
n.databaseId !== 0n && r.tag(1, e.Varint).int64(n.databaseId), n.runtimeParameterId !== "" && r.tag(2, e.LengthDelimited).string(n.runtimeParameterId), n.value &&
|
|
565
|
+
n.databaseId !== 0n && r.tag(1, e.Varint).int64(n.databaseId), n.runtimeParameterId !== "" && r.tag(2, e.LengthDelimited).string(n.runtimeParameterId), n.value && f.internalBinaryWrite(n.value, r.tag(3, e.LengthDelimited).fork(), i).join(), n.cast !== void 0 && r.tag(4, e.LengthDelimited).string(n.cast);
|
|
566
566
|
let a = i.writeUnknownFields;
|
|
567
567
|
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, n, r), r;
|
|
568
568
|
}
|
|
569
|
-
}(),
|
|
569
|
+
}(), m = new class extends a {
|
|
570
570
|
constructor() {
|
|
571
571
|
super("shared.ReferenceValue", [
|
|
572
572
|
{
|
|
@@ -574,7 +574,7 @@ var o = new class extends i {
|
|
|
574
574
|
name: "flow_input",
|
|
575
575
|
kind: "message",
|
|
576
576
|
oneof: "target",
|
|
577
|
-
T: () =>
|
|
577
|
+
T: () => v
|
|
578
578
|
},
|
|
579
579
|
{
|
|
580
580
|
no: 2,
|
|
@@ -589,20 +589,20 @@ var o = new class extends i {
|
|
|
589
589
|
name: "input_type",
|
|
590
590
|
kind: "message",
|
|
591
591
|
oneof: "target",
|
|
592
|
-
T: () =>
|
|
592
|
+
T: () => y
|
|
593
593
|
},
|
|
594
594
|
{
|
|
595
595
|
no: 4,
|
|
596
596
|
name: "paths",
|
|
597
597
|
kind: "message",
|
|
598
598
|
repeat: 2,
|
|
599
|
-
T: () =>
|
|
599
|
+
T: () => b
|
|
600
600
|
}
|
|
601
601
|
]);
|
|
602
602
|
}
|
|
603
603
|
create(e) {
|
|
604
604
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
605
|
-
return t.target = { oneofKind: void 0 }, t.paths = [], e !== void 0 &&
|
|
605
|
+
return t.target = { oneofKind: void 0 }, t.paths = [], e !== void 0 && o(this, t, e), t;
|
|
606
606
|
}
|
|
607
607
|
internalBinaryRead(e, n, r, i) {
|
|
608
608
|
let a = i ?? this.create(), o = e.pos + n;
|
|
@@ -612,7 +612,7 @@ var o = new class extends i {
|
|
|
612
612
|
case 1:
|
|
613
613
|
a.target = {
|
|
614
614
|
oneofKind: "flowInput",
|
|
615
|
-
flowInput:
|
|
615
|
+
flowInput: v.internalBinaryRead(e, e.uint32(), r, a.target.flowInput)
|
|
616
616
|
};
|
|
617
617
|
break;
|
|
618
618
|
case 2:
|
|
@@ -624,11 +624,11 @@ var o = new class extends i {
|
|
|
624
624
|
case 3:
|
|
625
625
|
a.target = {
|
|
626
626
|
oneofKind: "inputType",
|
|
627
|
-
inputType:
|
|
627
|
+
inputType: y.internalBinaryRead(e, e.uint32(), r, a.target.inputType)
|
|
628
628
|
};
|
|
629
629
|
break;
|
|
630
630
|
case 4:
|
|
631
|
-
a.paths.push(
|
|
631
|
+
a.paths.push(b.internalBinaryRead(e, e.uint32(), r));
|
|
632
632
|
break;
|
|
633
633
|
default:
|
|
634
634
|
let o = r.readUnknownField;
|
|
@@ -640,12 +640,12 @@ var o = new class extends i {
|
|
|
640
640
|
return a;
|
|
641
641
|
}
|
|
642
642
|
internalBinaryWrite(n, r, i) {
|
|
643
|
-
n.target.oneofKind === "flowInput" &&
|
|
644
|
-
for (let t = 0; t < n.paths.length; t++)
|
|
643
|
+
n.target.oneofKind === "flowInput" && v.internalBinaryWrite(n.target.flowInput, r.tag(1, e.LengthDelimited).fork(), i).join(), n.target.oneofKind === "nodeId" && r.tag(2, e.Varint).int64(n.target.nodeId), n.target.oneofKind === "inputType" && y.internalBinaryWrite(n.target.inputType, r.tag(3, e.LengthDelimited).fork(), i).join();
|
|
644
|
+
for (let t = 0; t < n.paths.length; t++) b.internalBinaryWrite(n.paths[t], r.tag(4, e.LengthDelimited).fork(), i).join();
|
|
645
645
|
let a = i.writeUnknownFields;
|
|
646
646
|
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, n, r), r;
|
|
647
647
|
}
|
|
648
|
-
}(),
|
|
648
|
+
}(), h = new class extends a {
|
|
649
649
|
constructor() {
|
|
650
650
|
super("shared.SubFlow", [
|
|
651
651
|
{
|
|
@@ -658,52 +658,115 @@ var o = new class extends i {
|
|
|
658
658
|
},
|
|
659
659
|
{
|
|
660
660
|
no: 2,
|
|
661
|
-
name: "
|
|
662
|
-
kind: "
|
|
661
|
+
name: "function",
|
|
662
|
+
kind: "message",
|
|
663
663
|
oneof: "executionReference",
|
|
664
|
-
T:
|
|
664
|
+
T: () => g
|
|
665
665
|
},
|
|
666
666
|
{
|
|
667
667
|
no: 3,
|
|
668
|
+
name: "input_schema",
|
|
669
|
+
kind: "message",
|
|
670
|
+
T: () => r
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
no: 4,
|
|
674
|
+
name: "output_schema",
|
|
675
|
+
kind: "message",
|
|
676
|
+
T: () => r
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
no: 5,
|
|
668
680
|
name: "signature",
|
|
669
681
|
kind: "scalar",
|
|
670
682
|
T: 9
|
|
671
683
|
},
|
|
672
684
|
{
|
|
673
|
-
no:
|
|
685
|
+
no: 6,
|
|
674
686
|
name: "settings",
|
|
675
687
|
kind: "message",
|
|
676
688
|
repeat: 2,
|
|
677
|
-
T: () =>
|
|
689
|
+
T: () => _
|
|
678
690
|
}
|
|
679
691
|
]);
|
|
680
692
|
}
|
|
681
693
|
create(e) {
|
|
682
694
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
683
|
-
return t.executionReference = { oneofKind: void 0 }, t.signature = "", t.settings = [], e !== void 0 &&
|
|
695
|
+
return t.executionReference = { oneofKind: void 0 }, t.signature = "", t.settings = [], e !== void 0 && o(this, t, e), t;
|
|
684
696
|
}
|
|
685
|
-
internalBinaryRead(e, n,
|
|
686
|
-
let
|
|
687
|
-
for (; e.pos <
|
|
688
|
-
let [n,
|
|
697
|
+
internalBinaryRead(e, n, i, a) {
|
|
698
|
+
let o = a ?? this.create(), s = e.pos + n;
|
|
699
|
+
for (; e.pos < s;) {
|
|
700
|
+
let [n, a] = e.tag();
|
|
689
701
|
switch (n) {
|
|
690
702
|
case 1:
|
|
691
|
-
|
|
703
|
+
o.executionReference = {
|
|
692
704
|
oneofKind: "startingNodeId",
|
|
693
705
|
startingNodeId: e.int64().toBigInt()
|
|
694
706
|
};
|
|
695
707
|
break;
|
|
696
708
|
case 2:
|
|
697
|
-
|
|
698
|
-
oneofKind: "
|
|
699
|
-
|
|
709
|
+
o.executionReference = {
|
|
710
|
+
oneofKind: "function",
|
|
711
|
+
function: g.internalBinaryRead(e, e.uint32(), i, o.executionReference.function)
|
|
700
712
|
};
|
|
701
713
|
break;
|
|
702
714
|
case 3:
|
|
703
|
-
|
|
715
|
+
o.inputSchema = r.internalBinaryRead(e, e.uint32(), i, o.inputSchema);
|
|
704
716
|
break;
|
|
705
717
|
case 4:
|
|
706
|
-
|
|
718
|
+
o.outputSchema = r.internalBinaryRead(e, e.uint32(), i, o.outputSchema);
|
|
719
|
+
break;
|
|
720
|
+
case 5:
|
|
721
|
+
o.signature = e.string();
|
|
722
|
+
break;
|
|
723
|
+
case 6:
|
|
724
|
+
o.settings.push(_.internalBinaryRead(e, e.uint32(), i));
|
|
725
|
+
break;
|
|
726
|
+
default:
|
|
727
|
+
let s = i.readUnknownField;
|
|
728
|
+
if (s === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${a}) for ${this.typeName}`);
|
|
729
|
+
let c = e.skip(a);
|
|
730
|
+
s !== !1 && (s === !0 ? t.onRead : s)(this.typeName, o, n, a, c);
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
return o;
|
|
734
|
+
}
|
|
735
|
+
internalBinaryWrite(n, i, a) {
|
|
736
|
+
n.executionReference.oneofKind === "startingNodeId" && i.tag(1, e.Varint).int64(n.executionReference.startingNodeId), n.executionReference.oneofKind === "function" && g.internalBinaryWrite(n.executionReference.function, i.tag(2, e.LengthDelimited).fork(), a).join(), n.inputSchema && r.internalBinaryWrite(n.inputSchema, i.tag(3, e.LengthDelimited).fork(), a).join(), n.outputSchema && r.internalBinaryWrite(n.outputSchema, i.tag(4, e.LengthDelimited).fork(), a).join(), n.signature !== "" && i.tag(5, e.LengthDelimited).string(n.signature);
|
|
737
|
+
for (let t = 0; t < n.settings.length; t++) _.internalBinaryWrite(n.settings[t], i.tag(6, e.LengthDelimited).fork(), a).join();
|
|
738
|
+
let o = a.writeUnknownFields;
|
|
739
|
+
return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, n, i), i;
|
|
740
|
+
}
|
|
741
|
+
}(), g = new class extends a {
|
|
742
|
+
constructor() {
|
|
743
|
+
super("shared.SubFlow.SubFlowFunction", [{
|
|
744
|
+
no: 1,
|
|
745
|
+
name: "function_identifier",
|
|
746
|
+
kind: "scalar",
|
|
747
|
+
T: 9
|
|
748
|
+
}, {
|
|
749
|
+
no: 2,
|
|
750
|
+
name: "definition_source",
|
|
751
|
+
kind: "scalar",
|
|
752
|
+
opt: !0,
|
|
753
|
+
T: 9
|
|
754
|
+
}]);
|
|
755
|
+
}
|
|
756
|
+
create(e) {
|
|
757
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
758
|
+
return t.functionIdentifier = "", e !== void 0 && o(this, t, e), t;
|
|
759
|
+
}
|
|
760
|
+
internalBinaryRead(e, n, r, i) {
|
|
761
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
762
|
+
for (; e.pos < o;) {
|
|
763
|
+
let [n, i] = e.tag();
|
|
764
|
+
switch (n) {
|
|
765
|
+
case 1:
|
|
766
|
+
a.functionIdentifier = e.string();
|
|
767
|
+
break;
|
|
768
|
+
case 2:
|
|
769
|
+
a.definitionSource = e.string();
|
|
707
770
|
break;
|
|
708
771
|
default:
|
|
709
772
|
let o = r.readUnknownField;
|
|
@@ -715,12 +778,11 @@ var o = new class extends i {
|
|
|
715
778
|
return a;
|
|
716
779
|
}
|
|
717
780
|
internalBinaryWrite(n, r, i) {
|
|
718
|
-
n.
|
|
719
|
-
for (let t = 0; t < n.settings.length; t++) h.internalBinaryWrite(n.settings[t], r.tag(4, e.LengthDelimited).fork(), i).join();
|
|
781
|
+
n.functionIdentifier !== "" && r.tag(1, e.LengthDelimited).string(n.functionIdentifier), n.definitionSource !== void 0 && r.tag(2, e.LengthDelimited).string(n.definitionSource);
|
|
720
782
|
let a = i.writeUnknownFields;
|
|
721
783
|
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, n, r), r;
|
|
722
784
|
}
|
|
723
|
-
}(),
|
|
785
|
+
}(), _ = new class extends a {
|
|
724
786
|
constructor() {
|
|
725
787
|
super("shared.SubFlowSetting", [
|
|
726
788
|
{
|
|
@@ -733,7 +795,7 @@ var o = new class extends i {
|
|
|
733
795
|
no: 2,
|
|
734
796
|
name: "default_value",
|
|
735
797
|
kind: "message",
|
|
736
|
-
T: () =>
|
|
798
|
+
T: () => i
|
|
737
799
|
},
|
|
738
800
|
{
|
|
739
801
|
no: 3,
|
|
@@ -753,9 +815,9 @@ var o = new class extends i {
|
|
|
753
815
|
}
|
|
754
816
|
create(e) {
|
|
755
817
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
756
|
-
return t.identifier = "", e !== void 0 &&
|
|
818
|
+
return t.identifier = "", e !== void 0 && o(this, t, e), t;
|
|
757
819
|
}
|
|
758
|
-
internalBinaryRead(e, n,
|
|
820
|
+
internalBinaryRead(e, n, r, a) {
|
|
759
821
|
let o = a ?? this.create(), s = e.pos + n;
|
|
760
822
|
for (; e.pos < s;) {
|
|
761
823
|
let [n, a] = e.tag();
|
|
@@ -764,7 +826,7 @@ var o = new class extends i {
|
|
|
764
826
|
o.identifier = e.string();
|
|
765
827
|
break;
|
|
766
828
|
case 2:
|
|
767
|
-
o.defaultValue =
|
|
829
|
+
o.defaultValue = i.internalBinaryRead(e, e.uint32(), r, o.defaultValue);
|
|
768
830
|
break;
|
|
769
831
|
case 3:
|
|
770
832
|
o.optional = e.bool();
|
|
@@ -773,7 +835,7 @@ var o = new class extends i {
|
|
|
773
835
|
o.hidden = e.bool();
|
|
774
836
|
break;
|
|
775
837
|
default:
|
|
776
|
-
let s =
|
|
838
|
+
let s = r.readUnknownField;
|
|
777
839
|
if (s === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${a}) for ${this.typeName}`);
|
|
778
840
|
let c = e.skip(a);
|
|
779
841
|
s !== !1 && (s === !0 ? t.onRead : s)(this.typeName, o, n, a, c);
|
|
@@ -781,18 +843,18 @@ var o = new class extends i {
|
|
|
781
843
|
}
|
|
782
844
|
return o;
|
|
783
845
|
}
|
|
784
|
-
internalBinaryWrite(n,
|
|
785
|
-
n.identifier !== "" &&
|
|
846
|
+
internalBinaryWrite(n, r, a) {
|
|
847
|
+
n.identifier !== "" && r.tag(1, e.LengthDelimited).string(n.identifier), n.defaultValue && i.internalBinaryWrite(n.defaultValue, r.tag(2, e.LengthDelimited).fork(), a).join(), n.optional !== void 0 && r.tag(3, e.Varint).bool(n.optional), n.hidden !== void 0 && r.tag(4, e.Varint).bool(n.hidden);
|
|
786
848
|
let o = a.writeUnknownFields;
|
|
787
|
-
return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, n,
|
|
849
|
+
return o !== !1 && (o == 1 ? t.onWrite : o)(this.typeName, n, r), r;
|
|
788
850
|
}
|
|
789
|
-
}(),
|
|
851
|
+
}(), v = new class extends a {
|
|
790
852
|
constructor() {
|
|
791
853
|
super("shared.FlowInput", []);
|
|
792
854
|
}
|
|
793
855
|
create(e) {
|
|
794
856
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
795
|
-
return e !== void 0 &&
|
|
857
|
+
return e !== void 0 && o(this, t, e), t;
|
|
796
858
|
}
|
|
797
859
|
internalBinaryRead(e, n, r, i) {
|
|
798
860
|
let a = i ?? this.create(), o = e.pos + n;
|
|
@@ -812,7 +874,7 @@ var o = new class extends i {
|
|
|
812
874
|
let i = r.writeUnknownFields;
|
|
813
875
|
return i !== !1 && (i == 1 ? t.onWrite : i)(this.typeName, e, n), n;
|
|
814
876
|
}
|
|
815
|
-
}(),
|
|
877
|
+
}(), y = new class extends a {
|
|
816
878
|
constructor() {
|
|
817
879
|
super("shared.InputType", [
|
|
818
880
|
{
|
|
@@ -840,7 +902,7 @@ var o = new class extends i {
|
|
|
840
902
|
}
|
|
841
903
|
create(e) {
|
|
842
904
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
843
|
-
return t.nodeId = 0n, t.parameterIndex = 0n, t.inputIndex = 0n, e !== void 0 &&
|
|
905
|
+
return t.nodeId = 0n, t.parameterIndex = 0n, t.inputIndex = 0n, e !== void 0 && o(this, t, e), t;
|
|
844
906
|
}
|
|
845
907
|
internalBinaryRead(e, n, r, i) {
|
|
846
908
|
let a = i ?? this.create(), o = e.pos + n;
|
|
@@ -870,7 +932,7 @@ var o = new class extends i {
|
|
|
870
932
|
let a = i.writeUnknownFields;
|
|
871
933
|
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, n, r), r;
|
|
872
934
|
}
|
|
873
|
-
}(),
|
|
935
|
+
}(), b = new class extends a {
|
|
874
936
|
constructor() {
|
|
875
937
|
super("shared.ReferencePath", [{
|
|
876
938
|
no: 1,
|
|
@@ -889,7 +951,7 @@ var o = new class extends i {
|
|
|
889
951
|
}
|
|
890
952
|
create(e) {
|
|
891
953
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
892
|
-
return e !== void 0 &&
|
|
954
|
+
return e !== void 0 && o(this, t, e), t;
|
|
893
955
|
}
|
|
894
956
|
internalBinaryRead(e, n, r, i) {
|
|
895
957
|
let a = i ?? this.create(), o = e.pos + n;
|
|
@@ -916,42 +978,42 @@ var o = new class extends i {
|
|
|
916
978
|
let a = i.writeUnknownFields;
|
|
917
979
|
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, n, r), r;
|
|
918
980
|
}
|
|
919
|
-
}(),
|
|
981
|
+
}(), x = new class extends a {
|
|
920
982
|
constructor() {
|
|
921
983
|
super("shared.Flows", [{
|
|
922
984
|
no: 1,
|
|
923
985
|
name: "flows",
|
|
924
986
|
kind: "message",
|
|
925
987
|
repeat: 2,
|
|
926
|
-
T: () =>
|
|
988
|
+
T: () => s
|
|
927
989
|
}]);
|
|
928
990
|
}
|
|
929
991
|
create(e) {
|
|
930
992
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
931
|
-
return t.flows = [], e !== void 0 &&
|
|
993
|
+
return t.flows = [], e !== void 0 && o(this, t, e), t;
|
|
932
994
|
}
|
|
933
995
|
internalBinaryRead(e, n, r, i) {
|
|
934
|
-
let a = i ?? this.create(),
|
|
935
|
-
for (; e.pos <
|
|
996
|
+
let a = i ?? this.create(), o = e.pos + n;
|
|
997
|
+
for (; e.pos < o;) {
|
|
936
998
|
let [n, i] = e.tag();
|
|
937
999
|
switch (n) {
|
|
938
1000
|
case 1:
|
|
939
|
-
a.flows.push(
|
|
1001
|
+
a.flows.push(s.internalBinaryRead(e, e.uint32(), r));
|
|
940
1002
|
break;
|
|
941
1003
|
default:
|
|
942
|
-
let
|
|
943
|
-
if (
|
|
1004
|
+
let o = r.readUnknownField;
|
|
1005
|
+
if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
|
|
944
1006
|
let c = e.skip(i);
|
|
945
|
-
|
|
1007
|
+
o !== !1 && (o === !0 ? t.onRead : o)(this.typeName, a, n, i, c);
|
|
946
1008
|
}
|
|
947
1009
|
}
|
|
948
1010
|
return a;
|
|
949
1011
|
}
|
|
950
1012
|
internalBinaryWrite(n, r, i) {
|
|
951
|
-
for (let t = 0; t < n.flows.length; t++)
|
|
1013
|
+
for (let t = 0; t < n.flows.length; t++) s.internalBinaryWrite(n.flows[t], r.tag(1, e.LengthDelimited).fork(), i).join();
|
|
952
1014
|
let a = i.writeUnknownFields;
|
|
953
1015
|
return a !== !1 && (a == 1 ? t.onWrite : a)(this.typeName, n, r), r;
|
|
954
1016
|
}
|
|
955
1017
|
}();
|
|
956
1018
|
//#endregion
|
|
957
|
-
export {
|
|
1019
|
+
export { l as a, p as c, m as d, h as f, s as h, x as i, f as l, g as m, v as n, y as o, _ as p, u as r, d as s, c as t, b as u };
|