@code0-tech/tucana 0.0.67 → 0.0.69
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 +252 -617
- package/dist/helpers.cjs.js +1 -1
- package/dist/helpers.es.js +5 -3
- package/dist/pb/_generated/aquila.action_pb.client.d.ts +3 -3
- package/dist/pb/_generated/aquila.action_pb.d.ts +46 -119
- package/dist/pb/_generated/{aquila.flow_type_pb.client.d.ts → aquila.module_pb.client.d.ts} +9 -9
- package/dist/pb/_generated/aquila.module_pb.d.ts +54 -0
- package/dist/pb/_generated/aquila.runtime_status_pb.d.ts +7 -1
- package/dist/pb/_generated/sagittarius.flow_pb.d.ts +5 -5
- package/dist/pb/_generated/{sagittarius.flow_type_pb.client.d.ts → sagittarius.module_pb.client.d.ts} +7 -7
- package/dist/pb/_generated/sagittarius.module_pb.d.ts +59 -0
- package/dist/pb/_generated/sagittarius.runtime_status_pb.d.ts +12 -1
- package/dist/pb/_generated/sagittarius.runtime_usage_pb.d.ts +5 -0
- package/dist/pb/_generated/sagittarius.text_execution_pb.d.ts +5 -163
- package/dist/pb/_generated/shared.errors_pb.d.ts +122 -0
- package/dist/pb/_generated/shared.execution_result_pb.d.ts +131 -0
- package/dist/pb/_generated/shared.flow_pb.d.ts +83 -5
- package/dist/pb/_generated/{shared.flow_definition_pb.d.ts → shared.flow_type_pb.d.ts} +12 -0
- package/dist/pb/_generated/shared.function_pb.d.ts +4 -0
- package/dist/pb/_generated/shared.module_pb.d.ts +196 -0
- package/dist/pb/_generated/shared.runtime_flow_type_pb.d.ts +136 -0
- package/dist/pb/_generated/shared.runtime_function_pb.d.ts +4 -0
- package/dist/pb/_generated/shared.runtime_status_pb.d.ts +95 -32
- package/dist/pb/aquila.d.ts +2 -8
- package/dist/pb/sagittarius.d.ts +2 -10
- package/dist/pb/shared.d.ts +5 -2
- package/dist/{rpc-interceptor-BlyE8N7q.cjs → rpc-interceptor-4ZNqeHp7.cjs} +1 -1
- package/dist/{rpc-interceptor-Drf7qHyx.js → rpc-interceptor-DpAjfIVk.js} +1 -1
- package/dist/sagittarius.cjs.js +1 -1
- package/dist/sagittarius.es.js +366 -996
- package/dist/shared.cjs.js +1 -1
- package/dist/shared.es.js +3 -3
- package/dist/shared.flow_pb-CAu-uZAs.cjs +1 -0
- package/dist/shared.flow_pb-YdrVU_yH.js +877 -0
- package/dist/shared.runtime_usage_pb-6pp995qK.cjs +2 -0
- package/dist/{shared.runtime_usage_pb-SKgDYw_k.js → shared.runtime_usage_pb-Qa9pCiee.js} +2101 -1050
- package/package.json +1 -1
- package/dist/pb/_generated/aquila.data_type_pb.client.d.ts +0 -27
- package/dist/pb/_generated/aquila.data_type_pb.d.ts +0 -54
- package/dist/pb/_generated/aquila.flow_type_pb.d.ts +0 -54
- package/dist/pb/_generated/aquila.function_pb.client.d.ts +0 -31
- package/dist/pb/_generated/aquila.function_pb.d.ts +0 -54
- package/dist/pb/_generated/aquila.runtime_function_pb.client.d.ts +0 -31
- package/dist/pb/_generated/aquila.runtime_function_pb.d.ts +0 -54
- package/dist/pb/_generated/sagittarius.action_configuration_pb.client.d.ts +0 -27
- package/dist/pb/_generated/sagittarius.action_configuration_pb.d.ts +0 -60
- package/dist/pb/_generated/sagittarius.data_type_pb.client.d.ts +0 -27
- package/dist/pb/_generated/sagittarius.data_type_pb.d.ts +0 -54
- package/dist/pb/_generated/sagittarius.flow_type_pb.d.ts +0 -54
- package/dist/pb/_generated/sagittarius.function_pb.client.d.ts +0 -31
- package/dist/pb/_generated/sagittarius.function_pb.d.ts +0 -54
- package/dist/pb/_generated/sagittarius.runtime_function_pb.client.d.ts +0 -31
- package/dist/pb/_generated/sagittarius.runtime_function_pb.d.ts +0 -54
- package/dist/pb/_generated/shared.action_configuration_pb.d.ts +0 -116
- package/dist/shared.flow_pb-5xI6xoXb.js +0 -717
- package/dist/shared.flow_pb-BwIQ0MZP.cjs +0 -1
- package/dist/shared.runtime_usage_pb-CYG2eLDw.cjs +0 -2
|
@@ -131,7 +131,7 @@ function d(e) {
|
|
|
131
131
|
i
|
|
132
132
|
];
|
|
133
133
|
}
|
|
134
|
-
function
|
|
134
|
+
function ee(e, t) {
|
|
135
135
|
if (t >>> 0 <= 2097151) return "" + (u * t + (e >>> 0));
|
|
136
136
|
let n = e & 16777215, r = (e >>> 24 | t << 8) >>> 0 & 16777215, i = t >> 16 & 65535, a = n + r * 6777216 + i * 6710656, o = r + i * 8147497, s = i * 2, c = 1e7;
|
|
137
137
|
a >= c && (o += Math.floor(a / c), a %= c), o >= c && (s += Math.floor(o / c), o %= c);
|
|
@@ -141,7 +141,7 @@ function f(e, t) {
|
|
|
141
141
|
}
|
|
142
142
|
return l(s, 0) + l(o, s) + l(a, 1);
|
|
143
143
|
}
|
|
144
|
-
function
|
|
144
|
+
function te(e, t) {
|
|
145
145
|
if (e >= 0) {
|
|
146
146
|
for (; e > 127;) t.push(e & 127 | 128), e >>>= 7;
|
|
147
147
|
t.push(e);
|
|
@@ -150,7 +150,7 @@ function p(e, t) {
|
|
|
150
150
|
t.push(1);
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
function
|
|
153
|
+
function ne() {
|
|
154
154
|
let e = this.buf[this.pos++], t = e & 127;
|
|
155
155
|
if (!(e & 128) || (e = this.buf[this.pos++], t |= (e & 127) << 7, !(e & 128)) || (e = this.buf[this.pos++], t |= (e & 127) << 14, !(e & 128)) || (e = this.buf[this.pos++], t |= (e & 127) << 21, !(e & 128))) return this.assertBounds(), t;
|
|
156
156
|
e = this.buf[this.pos++], t |= (e & 15) << 28;
|
|
@@ -160,10 +160,10 @@ function ee() {
|
|
|
160
160
|
}
|
|
161
161
|
//#endregion
|
|
162
162
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/pb-long.js
|
|
163
|
-
var
|
|
164
|
-
function
|
|
163
|
+
var f;
|
|
164
|
+
function re() {
|
|
165
165
|
let e = /* @__PURE__ */ new DataView(/* @__PURE__ */ new ArrayBuffer(8));
|
|
166
|
-
|
|
166
|
+
f = globalThis.BigInt !== void 0 && typeof e.getBigInt64 == "function" && typeof e.getBigUint64 == "function" && typeof e.setBigInt64 == "function" && typeof e.setBigUint64 == "function" ? {
|
|
167
167
|
MIN: BigInt("-9223372036854775808"),
|
|
168
168
|
MAX: BigInt("9223372036854775807"),
|
|
169
169
|
UMIN: BigInt("0"),
|
|
@@ -172,11 +172,11 @@ function te() {
|
|
|
172
172
|
V: e
|
|
173
173
|
} : void 0;
|
|
174
174
|
}
|
|
175
|
-
|
|
176
|
-
function
|
|
175
|
+
re();
|
|
176
|
+
function ie(e) {
|
|
177
177
|
if (!e) throw Error("BigInt unavailable, see https://github.com/timostamm/protobuf-ts/blob/v1.0.8/MANUAL.md#bigint-support");
|
|
178
178
|
}
|
|
179
|
-
var
|
|
179
|
+
var ae = /^-?[0-9]+$/, p = 4294967296, m = 2147483648, oe = class {
|
|
180
180
|
constructor(e, t) {
|
|
181
181
|
this.lo = e | 0, this.hi = t | 0;
|
|
182
182
|
}
|
|
@@ -184,30 +184,30 @@ var re = /^-?[0-9]+$/, h = 4294967296, g = 2147483648, _ = class {
|
|
|
184
184
|
return this.lo == 0 && this.hi == 0;
|
|
185
185
|
}
|
|
186
186
|
toNumber() {
|
|
187
|
-
let e = this.hi *
|
|
187
|
+
let e = this.hi * p + (this.lo >>> 0);
|
|
188
188
|
if (!Number.isSafeInteger(e)) throw Error("cannot convert to safe number");
|
|
189
189
|
return e;
|
|
190
190
|
}
|
|
191
|
-
},
|
|
191
|
+
}, h = class e extends oe {
|
|
192
192
|
static from(t) {
|
|
193
|
-
if (
|
|
193
|
+
if (f) switch (typeof t) {
|
|
194
194
|
case "string":
|
|
195
195
|
if (t == "0") return this.ZERO;
|
|
196
196
|
if (t == "") throw Error("string is no integer");
|
|
197
|
-
t =
|
|
197
|
+
t = f.C(t);
|
|
198
198
|
case "number":
|
|
199
199
|
if (t === 0) return this.ZERO;
|
|
200
|
-
t =
|
|
200
|
+
t = f.C(t);
|
|
201
201
|
case "bigint":
|
|
202
202
|
if (!t) return this.ZERO;
|
|
203
|
-
if (t <
|
|
204
|
-
if (t >
|
|
205
|
-
return
|
|
203
|
+
if (t < f.UMIN) throw Error("signed value for ulong");
|
|
204
|
+
if (t > f.UMAX) throw Error("ulong too large");
|
|
205
|
+
return f.V.setBigUint64(0, t, !0), new e(f.V.getInt32(0, !0), f.V.getInt32(4, !0));
|
|
206
206
|
}
|
|
207
207
|
else switch (typeof t) {
|
|
208
208
|
case "string":
|
|
209
209
|
if (t == "0") return this.ZERO;
|
|
210
|
-
if (t = t.trim(), !
|
|
210
|
+
if (t = t.trim(), !ae.test(t)) throw Error("string is no integer");
|
|
211
211
|
let [n, r, i] = d(t);
|
|
212
212
|
if (n) throw Error("signed value for ulong");
|
|
213
213
|
return new e(r, i);
|
|
@@ -215,83 +215,83 @@ var re = /^-?[0-9]+$/, h = 4294967296, g = 2147483648, _ = class {
|
|
|
215
215
|
if (t == 0) return this.ZERO;
|
|
216
216
|
if (!Number.isSafeInteger(t)) throw Error("number is no integer");
|
|
217
217
|
if (t < 0) throw Error("signed value for ulong");
|
|
218
|
-
return new e(t, t /
|
|
218
|
+
return new e(t, t / p);
|
|
219
219
|
}
|
|
220
220
|
throw Error("unknown value " + typeof t);
|
|
221
221
|
}
|
|
222
222
|
toString() {
|
|
223
|
-
return
|
|
223
|
+
return f ? this.toBigInt().toString() : ee(this.lo, this.hi);
|
|
224
224
|
}
|
|
225
225
|
toBigInt() {
|
|
226
|
-
return
|
|
226
|
+
return ie(f), f.V.setInt32(0, this.lo, !0), f.V.setInt32(4, this.hi, !0), f.V.getBigUint64(0, !0);
|
|
227
227
|
}
|
|
228
228
|
};
|
|
229
|
-
|
|
230
|
-
var
|
|
229
|
+
h.ZERO = new h(0, 0);
|
|
230
|
+
var g = class e extends oe {
|
|
231
231
|
static from(t) {
|
|
232
|
-
if (
|
|
232
|
+
if (f) switch (typeof t) {
|
|
233
233
|
case "string":
|
|
234
234
|
if (t == "0") return this.ZERO;
|
|
235
235
|
if (t == "") throw Error("string is no integer");
|
|
236
|
-
t =
|
|
236
|
+
t = f.C(t);
|
|
237
237
|
case "number":
|
|
238
238
|
if (t === 0) return this.ZERO;
|
|
239
|
-
t =
|
|
239
|
+
t = f.C(t);
|
|
240
240
|
case "bigint":
|
|
241
241
|
if (!t) return this.ZERO;
|
|
242
|
-
if (t <
|
|
243
|
-
if (t >
|
|
244
|
-
return
|
|
242
|
+
if (t < f.MIN) throw Error("signed long too small");
|
|
243
|
+
if (t > f.MAX) throw Error("signed long too large");
|
|
244
|
+
return f.V.setBigInt64(0, t, !0), new e(f.V.getInt32(0, !0), f.V.getInt32(4, !0));
|
|
245
245
|
}
|
|
246
246
|
else switch (typeof t) {
|
|
247
247
|
case "string":
|
|
248
248
|
if (t == "0") return this.ZERO;
|
|
249
|
-
if (t = t.trim(), !
|
|
249
|
+
if (t = t.trim(), !ae.test(t)) throw Error("string is no integer");
|
|
250
250
|
let [n, r, i] = d(t);
|
|
251
251
|
if (n) {
|
|
252
|
-
if (i >
|
|
253
|
-
} else if (i >=
|
|
252
|
+
if (i > m || i == m && r != 0) throw Error("signed long too small");
|
|
253
|
+
} else if (i >= m) throw Error("signed long too large");
|
|
254
254
|
let a = new e(r, i);
|
|
255
255
|
return n ? a.negate() : a;
|
|
256
256
|
case "number":
|
|
257
257
|
if (t == 0) return this.ZERO;
|
|
258
258
|
if (!Number.isSafeInteger(t)) throw Error("number is no integer");
|
|
259
|
-
return t > 0 ? new e(t, t /
|
|
259
|
+
return t > 0 ? new e(t, t / p) : new e(-t, -t / p).negate();
|
|
260
260
|
}
|
|
261
261
|
throw Error("unknown value " + typeof t);
|
|
262
262
|
}
|
|
263
263
|
isNegative() {
|
|
264
|
-
return (this.hi &
|
|
264
|
+
return (this.hi & m) !== 0;
|
|
265
265
|
}
|
|
266
266
|
negate() {
|
|
267
267
|
let t = ~this.hi, n = this.lo;
|
|
268
268
|
return n ? n = ~n + 1 : t += 1, new e(n, t);
|
|
269
269
|
}
|
|
270
270
|
toString() {
|
|
271
|
-
if (
|
|
271
|
+
if (f) return this.toBigInt().toString();
|
|
272
272
|
if (this.isNegative()) {
|
|
273
273
|
let e = this.negate();
|
|
274
|
-
return "-" +
|
|
274
|
+
return "-" + ee(e.lo, e.hi);
|
|
275
275
|
}
|
|
276
|
-
return
|
|
276
|
+
return ee(this.lo, this.hi);
|
|
277
277
|
}
|
|
278
278
|
toBigInt() {
|
|
279
|
-
return
|
|
279
|
+
return ie(f), f.V.setInt32(0, this.lo, !0), f.V.setInt32(4, this.hi, !0), f.V.getBigInt64(0, !0);
|
|
280
280
|
}
|
|
281
281
|
};
|
|
282
|
-
|
|
282
|
+
g.ZERO = new g(0, 0);
|
|
283
283
|
//#endregion
|
|
284
284
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/binary-reader.js
|
|
285
|
-
var
|
|
285
|
+
var se = {
|
|
286
286
|
readUnknownField: !0,
|
|
287
|
-
readerFactory: (e) => new
|
|
287
|
+
readerFactory: (e) => new le(e)
|
|
288
288
|
};
|
|
289
|
-
function
|
|
290
|
-
return e ? Object.assign(Object.assign({},
|
|
289
|
+
function ce(e) {
|
|
290
|
+
return e ? Object.assign(Object.assign({}, se), e) : se;
|
|
291
291
|
}
|
|
292
|
-
var
|
|
292
|
+
var le = class {
|
|
293
293
|
constructor(e, t) {
|
|
294
|
-
this.varint64 = c, this.uint32 =
|
|
294
|
+
this.varint64 = c, this.uint32 = ne, this.buf = e, this.len = e.length, this.pos = 0, this.view = new DataView(e.buffer, e.byteOffset, e.byteLength), this.textDecoder = t ?? new TextDecoder("utf-8", {
|
|
295
295
|
fatal: !0,
|
|
296
296
|
ignoreBOM: !0
|
|
297
297
|
});
|
|
@@ -334,14 +334,14 @@ var ae = class {
|
|
|
334
334
|
return e >>> 1 ^ -(e & 1);
|
|
335
335
|
}
|
|
336
336
|
int64() {
|
|
337
|
-
return new
|
|
337
|
+
return new g(...this.varint64());
|
|
338
338
|
}
|
|
339
339
|
uint64() {
|
|
340
|
-
return new
|
|
340
|
+
return new h(...this.varint64());
|
|
341
341
|
}
|
|
342
342
|
sint64() {
|
|
343
343
|
let [e, t] = this.varint64(), n = -(e & 1);
|
|
344
|
-
return e = (e >>> 1 | (t & 1) << 31) ^ n, t = t >>> 1 ^ n, new
|
|
344
|
+
return e = (e >>> 1 | (t & 1) << 31) ^ n, t = t >>> 1 ^ n, new g(e, t);
|
|
345
345
|
}
|
|
346
346
|
bool() {
|
|
347
347
|
let [e, t] = this.varint64();
|
|
@@ -354,10 +354,10 @@ var ae = class {
|
|
|
354
354
|
return this.view.getInt32((this.pos += 4) - 4, !0);
|
|
355
355
|
}
|
|
356
356
|
fixed64() {
|
|
357
|
-
return new
|
|
357
|
+
return new h(this.sfixed32(), this.sfixed32());
|
|
358
358
|
}
|
|
359
359
|
sfixed64() {
|
|
360
|
-
return new
|
|
360
|
+
return new g(this.sfixed32(), this.sfixed32());
|
|
361
361
|
}
|
|
362
362
|
float() {
|
|
363
363
|
return this.view.getFloat32((this.pos += 4) - 4, !0);
|
|
@@ -375,35 +375,35 @@ var ae = class {
|
|
|
375
375
|
};
|
|
376
376
|
//#endregion
|
|
377
377
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/assert.js
|
|
378
|
-
function
|
|
378
|
+
function _(e, t) {
|
|
379
379
|
if (!e) throw Error(t);
|
|
380
380
|
}
|
|
381
|
-
function
|
|
381
|
+
function ue(e, t) {
|
|
382
382
|
throw Error(t ?? "Unexpected object: " + e);
|
|
383
383
|
}
|
|
384
|
-
var
|
|
385
|
-
function
|
|
384
|
+
var de = 34028234663852886e22, fe = -34028234663852886e22, pe = 4294967295, me = 2147483647, he = -2147483648;
|
|
385
|
+
function v(e) {
|
|
386
386
|
if (typeof e != "number") throw Error("invalid int 32: " + typeof e);
|
|
387
|
-
if (!Number.isInteger(e) || e >
|
|
387
|
+
if (!Number.isInteger(e) || e > me || e < he) throw Error("invalid int 32: " + e);
|
|
388
388
|
}
|
|
389
|
-
function
|
|
389
|
+
function y(e) {
|
|
390
390
|
if (typeof e != "number") throw Error("invalid uint 32: " + typeof e);
|
|
391
|
-
if (!Number.isInteger(e) || e >
|
|
391
|
+
if (!Number.isInteger(e) || e > pe || e < 0) throw Error("invalid uint 32: " + e);
|
|
392
392
|
}
|
|
393
|
-
function
|
|
393
|
+
function ge(e) {
|
|
394
394
|
if (typeof e != "number") throw Error("invalid float 32: " + typeof e);
|
|
395
|
-
if (Number.isFinite(e) && (e >
|
|
395
|
+
if (Number.isFinite(e) && (e > de || e < fe)) throw Error("invalid float 32: " + e);
|
|
396
396
|
}
|
|
397
397
|
//#endregion
|
|
398
398
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/binary-writer.js
|
|
399
|
-
var
|
|
399
|
+
var _e = {
|
|
400
400
|
writeUnknownFields: !0,
|
|
401
|
-
writerFactory: () => new
|
|
401
|
+
writerFactory: () => new ye()
|
|
402
402
|
};
|
|
403
|
-
function
|
|
404
|
-
return e ? Object.assign(Object.assign({},
|
|
403
|
+
function ve(e) {
|
|
404
|
+
return e ? Object.assign(Object.assign({}, _e), e) : _e;
|
|
405
405
|
}
|
|
406
|
-
var
|
|
406
|
+
var ye = class {
|
|
407
407
|
constructor(e) {
|
|
408
408
|
this.stack = [], this.textEncoder = e ?? new TextEncoder(), this.chunks = [], this.buf = [];
|
|
409
409
|
}
|
|
@@ -433,14 +433,14 @@ var me = class {
|
|
|
433
433
|
return this.buf.length && (this.chunks.push(new Uint8Array(this.buf)), this.buf = []), this.chunks.push(e), this;
|
|
434
434
|
}
|
|
435
435
|
uint32(e) {
|
|
436
|
-
for (
|
|
436
|
+
for (y(e); e > 127;) this.buf.push(e & 127 | 128), e >>>= 7;
|
|
437
437
|
return this.buf.push(e), this;
|
|
438
438
|
}
|
|
439
439
|
int32(e) {
|
|
440
|
-
return
|
|
440
|
+
return v(e), te(e, this.buf), this;
|
|
441
441
|
}
|
|
442
442
|
bool(e) {
|
|
443
|
-
return this.buf.push(e
|
|
443
|
+
return this.buf.push(+!!e), this;
|
|
444
444
|
}
|
|
445
445
|
bytes(e) {
|
|
446
446
|
return this.uint32(e.byteLength), this.raw(e);
|
|
@@ -450,7 +450,7 @@ var me = class {
|
|
|
450
450
|
return this.uint32(t.byteLength), this.raw(t);
|
|
451
451
|
}
|
|
452
452
|
float(e) {
|
|
453
|
-
|
|
453
|
+
ge(e);
|
|
454
454
|
let t = new Uint8Array(4);
|
|
455
455
|
return new DataView(t.buffer).setFloat32(0, e, !0), this.raw(t);
|
|
456
456
|
}
|
|
@@ -459,56 +459,56 @@ var me = class {
|
|
|
459
459
|
return new DataView(t.buffer).setFloat64(0, e, !0), this.raw(t);
|
|
460
460
|
}
|
|
461
461
|
fixed32(e) {
|
|
462
|
-
|
|
462
|
+
y(e);
|
|
463
463
|
let t = new Uint8Array(4);
|
|
464
464
|
return new DataView(t.buffer).setUint32(0, e, !0), this.raw(t);
|
|
465
465
|
}
|
|
466
466
|
sfixed32(e) {
|
|
467
|
-
|
|
467
|
+
v(e);
|
|
468
468
|
let t = new Uint8Array(4);
|
|
469
469
|
return new DataView(t.buffer).setInt32(0, e, !0), this.raw(t);
|
|
470
470
|
}
|
|
471
471
|
sint32(e) {
|
|
472
|
-
return
|
|
472
|
+
return v(e), e = (e << 1 ^ e >> 31) >>> 0, te(e, this.buf), this;
|
|
473
473
|
}
|
|
474
474
|
sfixed64(e) {
|
|
475
|
-
let t = new Uint8Array(8), n = new DataView(t.buffer), r =
|
|
475
|
+
let t = new Uint8Array(8), n = new DataView(t.buffer), r = g.from(e);
|
|
476
476
|
return n.setInt32(0, r.lo, !0), n.setInt32(4, r.hi, !0), this.raw(t);
|
|
477
477
|
}
|
|
478
478
|
fixed64(e) {
|
|
479
|
-
let t = new Uint8Array(8), n = new DataView(t.buffer), r =
|
|
479
|
+
let t = new Uint8Array(8), n = new DataView(t.buffer), r = h.from(e);
|
|
480
480
|
return n.setInt32(0, r.lo, !0), n.setInt32(4, r.hi, !0), this.raw(t);
|
|
481
481
|
}
|
|
482
482
|
int64(e) {
|
|
483
|
-
let t =
|
|
483
|
+
let t = g.from(e);
|
|
484
484
|
return l(t.lo, t.hi, this.buf), this;
|
|
485
485
|
}
|
|
486
486
|
sint64(e) {
|
|
487
|
-
let t =
|
|
487
|
+
let t = g.from(e), n = t.hi >> 31;
|
|
488
488
|
return l(t.lo << 1 ^ n, (t.hi << 1 | t.lo >>> 31) ^ n, this.buf), this;
|
|
489
489
|
}
|
|
490
490
|
uint64(e) {
|
|
491
|
-
let t =
|
|
491
|
+
let t = h.from(e);
|
|
492
492
|
return l(t.lo, t.hi, this.buf), this;
|
|
493
493
|
}
|
|
494
|
-
},
|
|
494
|
+
}, be = {
|
|
495
495
|
emitDefaultValues: !1,
|
|
496
496
|
enumAsInteger: !1,
|
|
497
497
|
useProtoFieldName: !1,
|
|
498
498
|
prettySpaces: 0
|
|
499
|
-
},
|
|
500
|
-
function
|
|
501
|
-
return e ? Object.assign(Object.assign({},
|
|
499
|
+
}, xe = { ignoreUnknownFields: !1 };
|
|
500
|
+
function Se(e) {
|
|
501
|
+
return e ? Object.assign(Object.assign({}, xe), e) : xe;
|
|
502
502
|
}
|
|
503
|
-
function
|
|
504
|
-
return e ? Object.assign(Object.assign({},
|
|
503
|
+
function Ce(e) {
|
|
504
|
+
return e ? Object.assign(Object.assign({}, be), e) : be;
|
|
505
505
|
}
|
|
506
506
|
//#endregion
|
|
507
507
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/message-type-contract.js
|
|
508
|
-
var
|
|
508
|
+
var we = Symbol.for("protobuf-ts/message-type");
|
|
509
509
|
//#endregion
|
|
510
510
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/lower-camel-case.js
|
|
511
|
-
function
|
|
511
|
+
function Te(e) {
|
|
512
512
|
let t = !1, n = [];
|
|
513
513
|
for (let r = 0; r < e.length; r++) {
|
|
514
514
|
let i = e.charAt(r);
|
|
@@ -518,24 +518,24 @@ function D(e) {
|
|
|
518
518
|
}
|
|
519
519
|
//#endregion
|
|
520
520
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-info.js
|
|
521
|
-
var
|
|
521
|
+
var b;
|
|
522
522
|
(function(e) {
|
|
523
523
|
e[e.DOUBLE = 1] = "DOUBLE", e[e.FLOAT = 2] = "FLOAT", e[e.INT64 = 3] = "INT64", e[e.UINT64 = 4] = "UINT64", e[e.INT32 = 5] = "INT32", e[e.FIXED64 = 6] = "FIXED64", e[e.FIXED32 = 7] = "FIXED32", e[e.BOOL = 8] = "BOOL", e[e.STRING = 9] = "STRING", e[e.BYTES = 12] = "BYTES", e[e.UINT32 = 13] = "UINT32", e[e.SFIXED32 = 15] = "SFIXED32", e[e.SFIXED64 = 16] = "SFIXED64", e[e.SINT32 = 17] = "SINT32", e[e.SINT64 = 18] = "SINT64";
|
|
524
|
-
})(
|
|
525
|
-
var
|
|
524
|
+
})(b ||= {});
|
|
525
|
+
var x;
|
|
526
526
|
(function(e) {
|
|
527
527
|
e[e.BIGINT = 0] = "BIGINT", e[e.STRING = 1] = "STRING", e[e.NUMBER = 2] = "NUMBER";
|
|
528
|
-
})(
|
|
529
|
-
var
|
|
528
|
+
})(x ||= {});
|
|
529
|
+
var Ee;
|
|
530
530
|
(function(e) {
|
|
531
531
|
e[e.NO = 0] = "NO", e[e.PACKED = 1] = "PACKED", e[e.UNPACKED = 2] = "UNPACKED";
|
|
532
|
-
})(
|
|
533
|
-
function
|
|
534
|
-
return e.localName = e.localName ??
|
|
532
|
+
})(Ee ||= {});
|
|
533
|
+
function De(e) {
|
|
534
|
+
return e.localName = e.localName ?? Te(e.name), e.jsonName = e.jsonName ?? Te(e.name), e.repeat = e.repeat ?? Ee.NO, e.opt = e.opt ?? (e.repeat || e.oneof ? !1 : e.kind == "message"), e;
|
|
535
535
|
}
|
|
536
536
|
//#endregion
|
|
537
537
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/oneof.js
|
|
538
|
-
function
|
|
538
|
+
function Oe(e) {
|
|
539
539
|
if (typeof e != "object" || !e || !e.hasOwnProperty("oneofKind")) return !1;
|
|
540
540
|
switch (typeof e.oneofKind) {
|
|
541
541
|
case "string": return e[e.oneofKind] === void 0 ? !1 : Object.keys(e).length == 2;
|
|
@@ -545,7 +545,7 @@ function ye(e) {
|
|
|
545
545
|
}
|
|
546
546
|
//#endregion
|
|
547
547
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-type-check.js
|
|
548
|
-
var
|
|
548
|
+
var ke = class {
|
|
549
549
|
constructor(e) {
|
|
550
550
|
this.fields = e.fields ?? [];
|
|
551
551
|
}
|
|
@@ -580,7 +580,7 @@ var be = class {
|
|
|
580
580
|
if (t < 1) return !0;
|
|
581
581
|
for (let r of i.oneofs) {
|
|
582
582
|
let i = e[r];
|
|
583
|
-
if (!
|
|
583
|
+
if (!Oe(i)) return !1;
|
|
584
584
|
if (i.oneofKind === void 0) continue;
|
|
585
585
|
let a = this.fields.find((e) => e.localName === i.oneofKind);
|
|
586
586
|
if (!a || !this.field(i[i.oneofKind], a, n, t)) return !1;
|
|
@@ -592,7 +592,7 @@ var be = class {
|
|
|
592
592
|
let i = t.repeat;
|
|
593
593
|
switch (t.kind) {
|
|
594
594
|
case "scalar": return e === void 0 ? t.opt : i ? this.scalars(e, t.T, r, t.L) : this.scalar(e, t.T, t.L);
|
|
595
|
-
case "enum": return e === void 0 ? t.opt : i ? this.scalars(e,
|
|
595
|
+
case "enum": return e === void 0 ? t.opt : i ? this.scalars(e, b.INT32, r) : this.scalar(e, b.INT32);
|
|
596
596
|
case "message": return e === void 0 ? !0 : i ? this.messages(e, t.T(), n, r) : this.message(e, t.T(), n, r);
|
|
597
597
|
case "map":
|
|
598
598
|
if (typeof e != "object" || !e) return !1;
|
|
@@ -600,7 +600,7 @@ var be = class {
|
|
|
600
600
|
if (!this.mapKeys(e, t.K, r)) return !1;
|
|
601
601
|
switch (t.V.kind) {
|
|
602
602
|
case "scalar": return this.scalars(Object.values(e), t.V.T, r, t.V.L);
|
|
603
|
-
case "enum": return this.scalars(Object.values(e),
|
|
603
|
+
case "enum": return this.scalars(Object.values(e), b.INT32, r);
|
|
604
604
|
case "message": return this.messages(Object.values(e), t.V.T(), n, r);
|
|
605
605
|
}
|
|
606
606
|
break;
|
|
@@ -621,20 +621,20 @@ var be = class {
|
|
|
621
621
|
scalar(e, t, n) {
|
|
622
622
|
let r = typeof e;
|
|
623
623
|
switch (t) {
|
|
624
|
-
case
|
|
625
|
-
case
|
|
626
|
-
case
|
|
627
|
-
case
|
|
628
|
-
case
|
|
629
|
-
case
|
|
630
|
-
case
|
|
624
|
+
case b.UINT64:
|
|
625
|
+
case b.FIXED64:
|
|
626
|
+
case b.INT64:
|
|
627
|
+
case b.SFIXED64:
|
|
628
|
+
case b.SINT64: switch (n) {
|
|
629
|
+
case x.BIGINT: return r == "bigint";
|
|
630
|
+
case x.NUMBER: return r == "number" && !isNaN(e);
|
|
631
631
|
default: return r == "string";
|
|
632
632
|
}
|
|
633
|
-
case
|
|
634
|
-
case
|
|
635
|
-
case
|
|
636
|
-
case
|
|
637
|
-
case
|
|
633
|
+
case b.BOOL: return r == "boolean";
|
|
634
|
+
case b.STRING: return r == "string";
|
|
635
|
+
case b.BYTES: return e instanceof Uint8Array;
|
|
636
|
+
case b.DOUBLE:
|
|
637
|
+
case b.FLOAT: return r == "number" && !isNaN(e);
|
|
638
638
|
default: return r == "number" && Number.isInteger(e);
|
|
639
639
|
}
|
|
640
640
|
}
|
|
@@ -649,28 +649,28 @@ var be = class {
|
|
|
649
649
|
mapKeys(e, t, n) {
|
|
650
650
|
let r = Object.keys(e);
|
|
651
651
|
switch (t) {
|
|
652
|
-
case
|
|
653
|
-
case
|
|
654
|
-
case
|
|
655
|
-
case
|
|
656
|
-
case
|
|
657
|
-
case
|
|
658
|
-
default: return this.scalars(r, t, n,
|
|
652
|
+
case b.INT32:
|
|
653
|
+
case b.FIXED32:
|
|
654
|
+
case b.SFIXED32:
|
|
655
|
+
case b.SINT32:
|
|
656
|
+
case b.UINT32: return this.scalars(r.slice(0, n).map((e) => parseInt(e)), t, n);
|
|
657
|
+
case b.BOOL: return this.scalars(r.slice(0, n).map((e) => e == "true" ? !0 : e == "false" ? !1 : e), t, n);
|
|
658
|
+
default: return this.scalars(r, t, n, x.STRING);
|
|
659
659
|
}
|
|
660
660
|
}
|
|
661
661
|
};
|
|
662
662
|
//#endregion
|
|
663
663
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-long-convert.js
|
|
664
|
-
function
|
|
664
|
+
function S(e, t) {
|
|
665
665
|
switch (t) {
|
|
666
|
-
case
|
|
667
|
-
case
|
|
666
|
+
case x.BIGINT: return e.toBigInt();
|
|
667
|
+
case x.NUMBER: return e.toNumber();
|
|
668
668
|
default: return e.toString();
|
|
669
669
|
}
|
|
670
670
|
}
|
|
671
671
|
//#endregion
|
|
672
672
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-json-reader.js
|
|
673
|
-
var
|
|
673
|
+
var Ae = class {
|
|
674
674
|
constructor(e) {
|
|
675
675
|
this.info = e;
|
|
676
676
|
}
|
|
@@ -722,7 +722,7 @@ var xe = class {
|
|
|
722
722
|
}
|
|
723
723
|
this.assert(a !== void 0, e.name + " map value", i);
|
|
724
724
|
let o = t;
|
|
725
|
-
e.K ==
|
|
725
|
+
e.K == b.BOOL && (o = o == "true" ? !0 : o == "false" ? !1 : o), o = this.scalar(o, e.K, x.STRING, e.name).toString(), n[o] = a;
|
|
726
726
|
}
|
|
727
727
|
} else if (e.repeat) {
|
|
728
728
|
if (o === null) continue;
|
|
@@ -766,23 +766,23 @@ var xe = class {
|
|
|
766
766
|
}
|
|
767
767
|
}
|
|
768
768
|
enum(e, t, n, r) {
|
|
769
|
-
if (e[0] == "google.protobuf.NullValue" &&
|
|
769
|
+
if (e[0] == "google.protobuf.NullValue" && _(t === null || t === "NULL_VALUE", `Unable to parse field ${this.info.typeName}#${n}, enum ${e[0]} only accepts null.`), t === null) return 0;
|
|
770
770
|
switch (typeof t) {
|
|
771
|
-
case "number": return
|
|
771
|
+
case "number": return _(Number.isInteger(t), `Unable to parse field ${this.info.typeName}#${n}, enum can only be integral number, got ${t}.`), t;
|
|
772
772
|
case "string":
|
|
773
773
|
let i = t;
|
|
774
774
|
e[2] && t.substring(0, e[2].length) === e[2] && (i = t.substring(e[2].length));
|
|
775
775
|
let a = e[1][i];
|
|
776
|
-
return a === void 0 && r ? !1 : (
|
|
776
|
+
return a === void 0 && r ? !1 : (_(typeof a == "number", `Unable to parse field ${this.info.typeName}#${n}, enum ${e[0]} has no value for "${t}".`), a);
|
|
777
777
|
}
|
|
778
|
-
|
|
778
|
+
_(!1, `Unable to parse field ${this.info.typeName}#${n}, cannot parse enum value from ${typeof t}".`);
|
|
779
779
|
}
|
|
780
780
|
scalar(e, t, n, r) {
|
|
781
781
|
let a;
|
|
782
782
|
try {
|
|
783
783
|
switch (t) {
|
|
784
|
-
case
|
|
785
|
-
case
|
|
784
|
+
case b.DOUBLE:
|
|
785
|
+
case b.FLOAT:
|
|
786
786
|
if (e === null) return 0;
|
|
787
787
|
if (e === "NaN") return NaN;
|
|
788
788
|
if (e === "Infinity") return Infinity;
|
|
@@ -805,39 +805,39 @@ var xe = class {
|
|
|
805
805
|
a = "too large or small";
|
|
806
806
|
break;
|
|
807
807
|
}
|
|
808
|
-
return t ==
|
|
809
|
-
case
|
|
810
|
-
case
|
|
811
|
-
case
|
|
812
|
-
case
|
|
813
|
-
case
|
|
808
|
+
return t == b.FLOAT && ge(r), r;
|
|
809
|
+
case b.INT32:
|
|
810
|
+
case b.FIXED32:
|
|
811
|
+
case b.SFIXED32:
|
|
812
|
+
case b.SINT32:
|
|
813
|
+
case b.UINT32:
|
|
814
814
|
if (e === null) return 0;
|
|
815
815
|
let o;
|
|
816
816
|
if (typeof e == "number" ? o = e : e === "" ? a = "empty string" : typeof e == "string" && (e.trim().length === e.length ? o = Number(e) : a = "extra whitespace"), o === void 0) break;
|
|
817
|
-
return t ==
|
|
818
|
-
case
|
|
819
|
-
case
|
|
820
|
-
case
|
|
821
|
-
if (e === null) return
|
|
817
|
+
return t == b.UINT32 ? y(o) : v(o), o;
|
|
818
|
+
case b.INT64:
|
|
819
|
+
case b.SFIXED64:
|
|
820
|
+
case b.SINT64:
|
|
821
|
+
if (e === null) return S(g.ZERO, n);
|
|
822
822
|
if (typeof e != "number" && typeof e != "string") break;
|
|
823
|
-
return
|
|
824
|
-
case
|
|
825
|
-
case
|
|
826
|
-
if (e === null) return
|
|
823
|
+
return S(g.from(e), n);
|
|
824
|
+
case b.FIXED64:
|
|
825
|
+
case b.UINT64:
|
|
826
|
+
if (e === null) return S(h.ZERO, n);
|
|
827
827
|
if (typeof e != "number" && typeof e != "string") break;
|
|
828
|
-
return
|
|
829
|
-
case
|
|
828
|
+
return S(h.from(e), n);
|
|
829
|
+
case b.BOOL:
|
|
830
830
|
if (e === null) return !1;
|
|
831
831
|
if (typeof e != "boolean") break;
|
|
832
832
|
return e;
|
|
833
|
-
case
|
|
833
|
+
case b.STRING:
|
|
834
834
|
if (e === null) return "";
|
|
835
835
|
if (typeof e != "string") {
|
|
836
836
|
a = "extra whitespace";
|
|
837
837
|
break;
|
|
838
838
|
}
|
|
839
839
|
return e;
|
|
840
|
-
case
|
|
840
|
+
case b.BYTES:
|
|
841
841
|
if (e === null || e === "") return new Uint8Array();
|
|
842
842
|
if (typeof e != "string") break;
|
|
843
843
|
return i(e);
|
|
@@ -847,7 +847,7 @@ var xe = class {
|
|
|
847
847
|
}
|
|
848
848
|
this.assert(!1, r + (a ? " - " + a : ""), e);
|
|
849
849
|
}
|
|
850
|
-
},
|
|
850
|
+
}, je = class {
|
|
851
851
|
constructor(e) {
|
|
852
852
|
this.fields = e.fields ?? [];
|
|
853
853
|
}
|
|
@@ -862,62 +862,62 @@ var xe = class {
|
|
|
862
862
|
let i = r[e.oneof];
|
|
863
863
|
if (i.oneofKind !== e.localName) continue;
|
|
864
864
|
let a = e.kind == "scalar" || e.kind == "enum" ? Object.assign(Object.assign({}, t), { emitDefaultValues: !0 }) : t, o = this.field(e, i[e.localName], a);
|
|
865
|
-
|
|
865
|
+
_(o !== void 0), n[t.useProtoFieldName ? e.name : e.jsonName] = o;
|
|
866
866
|
}
|
|
867
867
|
return n;
|
|
868
868
|
}
|
|
869
869
|
field(e, t, n) {
|
|
870
870
|
let r;
|
|
871
871
|
if (e.kind == "map") {
|
|
872
|
-
|
|
872
|
+
_(typeof t == "object" && !!t);
|
|
873
873
|
let i = {};
|
|
874
874
|
switch (e.V.kind) {
|
|
875
875
|
case "scalar":
|
|
876
876
|
for (let [n, r] of Object.entries(t)) {
|
|
877
877
|
let t = this.scalar(e.V.T, r, e.name, !1, !0);
|
|
878
|
-
|
|
878
|
+
_(t !== void 0), i[n.toString()] = t;
|
|
879
879
|
}
|
|
880
880
|
break;
|
|
881
881
|
case "message":
|
|
882
882
|
let r = e.V.T();
|
|
883
883
|
for (let [a, o] of Object.entries(t)) {
|
|
884
884
|
let t = this.message(r, o, e.name, n);
|
|
885
|
-
|
|
885
|
+
_(t !== void 0), i[a.toString()] = t;
|
|
886
886
|
}
|
|
887
887
|
break;
|
|
888
888
|
case "enum":
|
|
889
889
|
let a = e.V.T();
|
|
890
890
|
for (let [r, o] of Object.entries(t)) {
|
|
891
|
-
|
|
891
|
+
_(o === void 0 || typeof o == "number");
|
|
892
892
|
let t = this.enum(a, o, e.name, !1, !0, n.enumAsInteger);
|
|
893
|
-
|
|
893
|
+
_(t !== void 0), i[r.toString()] = t;
|
|
894
894
|
}
|
|
895
895
|
break;
|
|
896
896
|
}
|
|
897
897
|
(n.emitDefaultValues || Object.keys(i).length > 0) && (r = i);
|
|
898
898
|
} else if (e.repeat) {
|
|
899
|
-
|
|
899
|
+
_(Array.isArray(t));
|
|
900
900
|
let i = [];
|
|
901
901
|
switch (e.kind) {
|
|
902
902
|
case "scalar":
|
|
903
903
|
for (let n = 0; n < t.length; n++) {
|
|
904
904
|
let r = this.scalar(e.T, t[n], e.name, e.opt, !0);
|
|
905
|
-
|
|
905
|
+
_(r !== void 0), i.push(r);
|
|
906
906
|
}
|
|
907
907
|
break;
|
|
908
908
|
case "enum":
|
|
909
909
|
let r = e.T();
|
|
910
910
|
for (let a = 0; a < t.length; a++) {
|
|
911
|
-
|
|
911
|
+
_(t[a] === void 0 || typeof t[a] == "number");
|
|
912
912
|
let o = this.enum(r, t[a], e.name, e.opt, !0, n.enumAsInteger);
|
|
913
|
-
|
|
913
|
+
_(o !== void 0), i.push(o);
|
|
914
914
|
}
|
|
915
915
|
break;
|
|
916
916
|
case "message":
|
|
917
917
|
let a = e.T();
|
|
918
918
|
for (let r = 0; r < t.length; r++) {
|
|
919
919
|
let o = this.message(a, t[r], e.name, n);
|
|
920
|
-
|
|
920
|
+
_(o !== void 0), i.push(o);
|
|
921
921
|
}
|
|
922
922
|
break;
|
|
923
923
|
}
|
|
@@ -938,65 +938,65 @@ var xe = class {
|
|
|
938
938
|
enum(e, t, n, r, i, a) {
|
|
939
939
|
if (e[0] == "google.protobuf.NullValue") return !i && !r ? void 0 : null;
|
|
940
940
|
if (t === void 0) {
|
|
941
|
-
|
|
941
|
+
_(r);
|
|
942
942
|
return;
|
|
943
943
|
}
|
|
944
|
-
if (!(t === 0 && !i && !r)) return
|
|
944
|
+
if (!(t === 0 && !i && !r)) return _(typeof t == "number"), _(Number.isInteger(t)), a || !e[1].hasOwnProperty(t) ? t : e[2] ? e[2] + e[1][t] : e[1][t];
|
|
945
945
|
}
|
|
946
946
|
message(e, t, n, r) {
|
|
947
947
|
return t === void 0 ? r.emitDefaultValues ? null : void 0 : e.internalJsonWrite(t, r);
|
|
948
948
|
}
|
|
949
949
|
scalar(e, t, n, r, i) {
|
|
950
950
|
if (t === void 0) {
|
|
951
|
-
|
|
951
|
+
_(r);
|
|
952
952
|
return;
|
|
953
953
|
}
|
|
954
954
|
let o = i || r;
|
|
955
955
|
switch (e) {
|
|
956
|
-
case
|
|
957
|
-
case
|
|
958
|
-
case
|
|
959
|
-
case
|
|
960
|
-
case
|
|
961
|
-
case
|
|
962
|
-
case
|
|
963
|
-
case
|
|
964
|
-
case
|
|
965
|
-
case
|
|
966
|
-
case
|
|
967
|
-
|
|
968
|
-
let e =
|
|
956
|
+
case b.INT32:
|
|
957
|
+
case b.SFIXED32:
|
|
958
|
+
case b.SINT32: return t === 0 ? o ? 0 : void 0 : (v(t), t);
|
|
959
|
+
case b.FIXED32:
|
|
960
|
+
case b.UINT32: return t === 0 ? o ? 0 : void 0 : (y(t), t);
|
|
961
|
+
case b.FLOAT: ge(t);
|
|
962
|
+
case b.DOUBLE: return t === 0 ? o ? 0 : void 0 : (_(typeof t == "number"), Number.isNaN(t) ? "NaN" : t === Infinity ? "Infinity" : t === -Infinity ? "-Infinity" : t);
|
|
963
|
+
case b.STRING: return t === "" ? o ? "" : void 0 : (_(typeof t == "string"), t);
|
|
964
|
+
case b.BOOL: return t === !1 ? o ? !1 : void 0 : (_(typeof t == "boolean"), t);
|
|
965
|
+
case b.UINT64:
|
|
966
|
+
case b.FIXED64:
|
|
967
|
+
_(typeof t == "number" || typeof t == "string" || typeof t == "bigint");
|
|
968
|
+
let e = h.from(t);
|
|
969
969
|
return e.isZero() && !o ? void 0 : e.toString();
|
|
970
|
-
case
|
|
971
|
-
case
|
|
972
|
-
case
|
|
973
|
-
|
|
974
|
-
let n =
|
|
970
|
+
case b.INT64:
|
|
971
|
+
case b.SFIXED64:
|
|
972
|
+
case b.SINT64:
|
|
973
|
+
_(typeof t == "number" || typeof t == "string" || typeof t == "bigint");
|
|
974
|
+
let n = g.from(t);
|
|
975
975
|
return n.isZero() && !o ? void 0 : n.toString();
|
|
976
|
-
case
|
|
976
|
+
case b.BYTES: return _(t instanceof Uint8Array), t.byteLength ? a(t) : o ? "" : void 0;
|
|
977
977
|
}
|
|
978
978
|
}
|
|
979
979
|
};
|
|
980
980
|
//#endregion
|
|
981
981
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-scalar-default.js
|
|
982
|
-
function
|
|
982
|
+
function Me(e, t = x.STRING) {
|
|
983
983
|
switch (e) {
|
|
984
|
-
case
|
|
985
|
-
case
|
|
986
|
-
case
|
|
987
|
-
case
|
|
988
|
-
case
|
|
989
|
-
case
|
|
990
|
-
case
|
|
991
|
-
case
|
|
992
|
-
case
|
|
993
|
-
case
|
|
984
|
+
case b.BOOL: return !1;
|
|
985
|
+
case b.UINT64:
|
|
986
|
+
case b.FIXED64: return S(h.ZERO, t);
|
|
987
|
+
case b.INT64:
|
|
988
|
+
case b.SFIXED64:
|
|
989
|
+
case b.SINT64: return S(g.ZERO, t);
|
|
990
|
+
case b.DOUBLE:
|
|
991
|
+
case b.FLOAT: return 0;
|
|
992
|
+
case b.BYTES: return new Uint8Array();
|
|
993
|
+
case b.STRING: return "";
|
|
994
994
|
default: return 0;
|
|
995
995
|
}
|
|
996
996
|
}
|
|
997
997
|
//#endregion
|
|
998
998
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-binary-reader.js
|
|
999
|
-
var
|
|
999
|
+
var Ne = class {
|
|
1000
1000
|
constructor(e) {
|
|
1001
1001
|
this.info = e;
|
|
1002
1002
|
}
|
|
@@ -1022,10 +1022,10 @@ var Ce = class {
|
|
|
1022
1022
|
switch (a.oneof && (c = c[a.oneof], c.oneofKind !== u && (c = t[a.oneof] = { oneofKind: u })), a.kind) {
|
|
1023
1023
|
case "scalar":
|
|
1024
1024
|
case "enum":
|
|
1025
|
-
let t = a.kind == "enum" ?
|
|
1025
|
+
let t = a.kind == "enum" ? b.INT32 : a.T, r = a.kind == "scalar" ? a.L : void 0;
|
|
1026
1026
|
if (l) {
|
|
1027
1027
|
let n = c[u];
|
|
1028
|
-
if (i == s.LengthDelimited && t !=
|
|
1028
|
+
if (i == s.LengthDelimited && t != b.STRING && t != b.BYTES) {
|
|
1029
1029
|
let i = e.uint32() + e.pos;
|
|
1030
1030
|
for (; e.pos < i;) n.push(this.scalar(e, t, r));
|
|
1031
1031
|
} else n.push(this.scalar(e, t, r));
|
|
@@ -1050,7 +1050,7 @@ var Ce = class {
|
|
|
1050
1050
|
let [r, i] = t.tag();
|
|
1051
1051
|
switch (r) {
|
|
1052
1052
|
case 1:
|
|
1053
|
-
a = e.K ==
|
|
1053
|
+
a = e.K == b.BOOL ? t.bool().toString() : this.scalar(t, e.K, x.STRING);
|
|
1054
1054
|
break;
|
|
1055
1055
|
case 2:
|
|
1056
1056
|
switch (e.V.kind) {
|
|
@@ -1069,12 +1069,12 @@ var Ce = class {
|
|
|
1069
1069
|
}
|
|
1070
1070
|
}
|
|
1071
1071
|
if (a === void 0) {
|
|
1072
|
-
let t =
|
|
1073
|
-
a = e.K ==
|
|
1072
|
+
let t = Me(e.K);
|
|
1073
|
+
a = e.K == b.BOOL ? t.toString() : t;
|
|
1074
1074
|
}
|
|
1075
1075
|
if (o === void 0) switch (e.V.kind) {
|
|
1076
1076
|
case "scalar":
|
|
1077
|
-
o =
|
|
1077
|
+
o = Me(e.V.T, e.V.L);
|
|
1078
1078
|
break;
|
|
1079
1079
|
case "enum":
|
|
1080
1080
|
o = 0;
|
|
@@ -1087,24 +1087,24 @@ var Ce = class {
|
|
|
1087
1087
|
}
|
|
1088
1088
|
scalar(e, t, n) {
|
|
1089
1089
|
switch (t) {
|
|
1090
|
-
case
|
|
1091
|
-
case
|
|
1092
|
-
case
|
|
1093
|
-
case
|
|
1094
|
-
case
|
|
1095
|
-
case
|
|
1096
|
-
case
|
|
1097
|
-
case
|
|
1098
|
-
case
|
|
1099
|
-
case
|
|
1100
|
-
case
|
|
1101
|
-
case
|
|
1102
|
-
case
|
|
1103
|
-
case
|
|
1104
|
-
case
|
|
1105
|
-
}
|
|
1106
|
-
}
|
|
1107
|
-
},
|
|
1090
|
+
case b.INT32: return e.int32();
|
|
1091
|
+
case b.STRING: return e.string();
|
|
1092
|
+
case b.BOOL: return e.bool();
|
|
1093
|
+
case b.DOUBLE: return e.double();
|
|
1094
|
+
case b.FLOAT: return e.float();
|
|
1095
|
+
case b.INT64: return S(e.int64(), n);
|
|
1096
|
+
case b.UINT64: return S(e.uint64(), n);
|
|
1097
|
+
case b.FIXED64: return S(e.fixed64(), n);
|
|
1098
|
+
case b.FIXED32: return e.fixed32();
|
|
1099
|
+
case b.BYTES: return e.bytes();
|
|
1100
|
+
case b.UINT32: return e.uint32();
|
|
1101
|
+
case b.SFIXED32: return e.sfixed32();
|
|
1102
|
+
case b.SFIXED64: return S(e.sfixed64(), n);
|
|
1103
|
+
case b.SINT32: return e.sint32();
|
|
1104
|
+
case b.SINT64: return S(e.sint64(), n);
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
}, Pe = class {
|
|
1108
1108
|
constructor(e) {
|
|
1109
1109
|
this.info = e;
|
|
1110
1110
|
}
|
|
@@ -1123,19 +1123,19 @@ var Ce = class {
|
|
|
1123
1123
|
switch (r.kind) {
|
|
1124
1124
|
case "scalar":
|
|
1125
1125
|
case "enum":
|
|
1126
|
-
let e = r.kind == "enum" ?
|
|
1127
|
-
if (o) if (
|
|
1126
|
+
let e = r.kind == "enum" ? b.INT32 : r.T;
|
|
1127
|
+
if (o) if (_(Array.isArray(i)), o == Ee.PACKED) this.packed(t, e, r.no, i);
|
|
1128
1128
|
else for (let n of i) this.scalar(t, e, r.no, n, !0);
|
|
1129
|
-
else i === void 0 ?
|
|
1129
|
+
else i === void 0 ? _(r.opt) : this.scalar(t, e, r.no, i, a || r.opt);
|
|
1130
1130
|
break;
|
|
1131
1131
|
case "message":
|
|
1132
1132
|
if (o) {
|
|
1133
|
-
|
|
1133
|
+
_(Array.isArray(i));
|
|
1134
1134
|
for (let e of i) this.message(t, n, r.T(), r.no, e);
|
|
1135
1135
|
} else this.message(t, n, r.T(), r.no, i);
|
|
1136
1136
|
break;
|
|
1137
1137
|
case "map":
|
|
1138
|
-
|
|
1138
|
+
_(typeof i == "object" && !!i);
|
|
1139
1139
|
for (let [e, a] of Object.entries(i)) this.mapEntry(t, n, r, e, a);
|
|
1140
1140
|
break;
|
|
1141
1141
|
}
|
|
@@ -1147,15 +1147,15 @@ var Ce = class {
|
|
|
1147
1147
|
e.tag(n.no, s.LengthDelimited), e.fork();
|
|
1148
1148
|
let a = r;
|
|
1149
1149
|
switch (n.K) {
|
|
1150
|
-
case
|
|
1151
|
-
case
|
|
1152
|
-
case
|
|
1153
|
-
case
|
|
1154
|
-
case
|
|
1150
|
+
case b.INT32:
|
|
1151
|
+
case b.FIXED32:
|
|
1152
|
+
case b.UINT32:
|
|
1153
|
+
case b.SFIXED32:
|
|
1154
|
+
case b.SINT32:
|
|
1155
1155
|
a = Number.parseInt(r);
|
|
1156
1156
|
break;
|
|
1157
|
-
case
|
|
1158
|
-
|
|
1157
|
+
case b.BOOL:
|
|
1158
|
+
_(r == "true" || r == "false"), a = r == "true";
|
|
1159
1159
|
break;
|
|
1160
1160
|
}
|
|
1161
1161
|
switch (this.scalar(e, n.K, 1, a, !0), n.V.kind) {
|
|
@@ -1163,7 +1163,7 @@ var Ce = class {
|
|
|
1163
1163
|
this.scalar(e, n.V.T, 2, i, !0);
|
|
1164
1164
|
break;
|
|
1165
1165
|
case "enum":
|
|
1166
|
-
this.scalar(e,
|
|
1166
|
+
this.scalar(e, b.INT32, 2, i, !0);
|
|
1167
1167
|
break;
|
|
1168
1168
|
case "message":
|
|
1169
1169
|
this.message(e, t, n.V.T(), 2, i);
|
|
@@ -1180,7 +1180,7 @@ var Ce = class {
|
|
|
1180
1180
|
}
|
|
1181
1181
|
packed(e, t, n, r) {
|
|
1182
1182
|
if (!r.length) return;
|
|
1183
|
-
|
|
1183
|
+
_(t !== b.BYTES && t !== b.STRING), e.tag(n, s.LengthDelimited), e.fork();
|
|
1184
1184
|
let [, i] = this.scalarInfo(t);
|
|
1185
1185
|
for (let t = 0; t < r.length; t++) e[i](r[t]);
|
|
1186
1186
|
e.join();
|
|
@@ -1188,50 +1188,50 @@ var Ce = class {
|
|
|
1188
1188
|
scalarInfo(e, t) {
|
|
1189
1189
|
let n = s.Varint, r, i = t === void 0, a = t === 0;
|
|
1190
1190
|
switch (e) {
|
|
1191
|
-
case
|
|
1191
|
+
case b.INT32:
|
|
1192
1192
|
r = "int32";
|
|
1193
1193
|
break;
|
|
1194
|
-
case
|
|
1194
|
+
case b.STRING:
|
|
1195
1195
|
a = i || !t.length, n = s.LengthDelimited, r = "string";
|
|
1196
1196
|
break;
|
|
1197
|
-
case
|
|
1197
|
+
case b.BOOL:
|
|
1198
1198
|
a = t === !1, r = "bool";
|
|
1199
1199
|
break;
|
|
1200
|
-
case
|
|
1200
|
+
case b.UINT32:
|
|
1201
1201
|
r = "uint32";
|
|
1202
1202
|
break;
|
|
1203
|
-
case
|
|
1203
|
+
case b.DOUBLE:
|
|
1204
1204
|
n = s.Bit64, r = "double";
|
|
1205
1205
|
break;
|
|
1206
|
-
case
|
|
1206
|
+
case b.FLOAT:
|
|
1207
1207
|
n = s.Bit32, r = "float";
|
|
1208
1208
|
break;
|
|
1209
|
-
case
|
|
1210
|
-
a = i ||
|
|
1209
|
+
case b.INT64:
|
|
1210
|
+
a = i || g.from(t).isZero(), r = "int64";
|
|
1211
1211
|
break;
|
|
1212
|
-
case
|
|
1213
|
-
a = i ||
|
|
1212
|
+
case b.UINT64:
|
|
1213
|
+
a = i || h.from(t).isZero(), r = "uint64";
|
|
1214
1214
|
break;
|
|
1215
|
-
case
|
|
1216
|
-
a = i ||
|
|
1215
|
+
case b.FIXED64:
|
|
1216
|
+
a = i || h.from(t).isZero(), n = s.Bit64, r = "fixed64";
|
|
1217
1217
|
break;
|
|
1218
|
-
case
|
|
1218
|
+
case b.BYTES:
|
|
1219
1219
|
a = i || !t.byteLength, n = s.LengthDelimited, r = "bytes";
|
|
1220
1220
|
break;
|
|
1221
|
-
case
|
|
1221
|
+
case b.FIXED32:
|
|
1222
1222
|
n = s.Bit32, r = "fixed32";
|
|
1223
1223
|
break;
|
|
1224
|
-
case
|
|
1224
|
+
case b.SFIXED32:
|
|
1225
1225
|
n = s.Bit32, r = "sfixed32";
|
|
1226
1226
|
break;
|
|
1227
|
-
case
|
|
1228
|
-
a = i ||
|
|
1227
|
+
case b.SFIXED64:
|
|
1228
|
+
a = i || g.from(t).isZero(), n = s.Bit64, r = "sfixed64";
|
|
1229
1229
|
break;
|
|
1230
|
-
case
|
|
1230
|
+
case b.SINT32:
|
|
1231
1231
|
r = "sint32";
|
|
1232
1232
|
break;
|
|
1233
|
-
case
|
|
1234
|
-
a = i ||
|
|
1233
|
+
case b.SINT64:
|
|
1234
|
+
a = i || g.from(t).isZero(), r = "sint64";
|
|
1235
1235
|
break;
|
|
1236
1236
|
}
|
|
1237
1237
|
return [
|
|
@@ -1243,15 +1243,15 @@ var Ce = class {
|
|
|
1243
1243
|
};
|
|
1244
1244
|
//#endregion
|
|
1245
1245
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-create.js
|
|
1246
|
-
function
|
|
1247
|
-
let t = e.messagePrototype ? Object.create(e.messagePrototype) : Object.defineProperty({},
|
|
1246
|
+
function Fe(e) {
|
|
1247
|
+
let t = e.messagePrototype ? Object.create(e.messagePrototype) : Object.defineProperty({}, we, { value: e });
|
|
1248
1248
|
for (let n of e.fields) {
|
|
1249
1249
|
let e = n.localName;
|
|
1250
1250
|
if (!n.opt) if (n.oneof) t[n.oneof] = { oneofKind: void 0 };
|
|
1251
1251
|
else if (n.repeat) t[e] = [];
|
|
1252
1252
|
else switch (n.kind) {
|
|
1253
1253
|
case "scalar":
|
|
1254
|
-
t[e] =
|
|
1254
|
+
t[e] = Me(n.T, n.L);
|
|
1255
1255
|
break;
|
|
1256
1256
|
case "enum":
|
|
1257
1257
|
t[e] = 0;
|
|
@@ -1265,7 +1265,7 @@ function Te(e) {
|
|
|
1265
1265
|
}
|
|
1266
1266
|
//#endregion
|
|
1267
1267
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-merge-partial.js
|
|
1268
|
-
function
|
|
1268
|
+
function C(e, t, n) {
|
|
1269
1269
|
let r, i = n, a;
|
|
1270
1270
|
for (let n of e.fields) {
|
|
1271
1271
|
let e = n.localName;
|
|
@@ -1305,7 +1305,7 @@ function N(e, t, n) {
|
|
|
1305
1305
|
}
|
|
1306
1306
|
//#endregion
|
|
1307
1307
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-equals.js
|
|
1308
|
-
function
|
|
1308
|
+
function Ie(e, t, n) {
|
|
1309
1309
|
if (t === n) return !0;
|
|
1310
1310
|
if (!t || !n) return !1;
|
|
1311
1311
|
for (let r of e.fields) {
|
|
@@ -1313,55 +1313,55 @@ function Ee(e, t, n) {
|
|
|
1313
1313
|
switch (r.kind) {
|
|
1314
1314
|
case "enum":
|
|
1315
1315
|
case "scalar":
|
|
1316
|
-
let e = r.kind == "enum" ?
|
|
1317
|
-
if (!(r.repeat ?
|
|
1316
|
+
let e = r.kind == "enum" ? b.INT32 : r.T;
|
|
1317
|
+
if (!(r.repeat ? Re(e, i, a) : Le(e, i, a))) return !1;
|
|
1318
1318
|
break;
|
|
1319
1319
|
case "map":
|
|
1320
|
-
if (!(r.V.kind == "message" ?
|
|
1320
|
+
if (!(r.V.kind == "message" ? ze(r.V.T(), w(i), w(a)) : Re(r.V.kind == "enum" ? b.INT32 : r.V.T, w(i), w(a)))) return !1;
|
|
1321
1321
|
break;
|
|
1322
1322
|
case "message":
|
|
1323
1323
|
let t = r.T();
|
|
1324
|
-
if (!(r.repeat ?
|
|
1324
|
+
if (!(r.repeat ? ze(t, i, a) : t.equals(i, a))) return !1;
|
|
1325
1325
|
break;
|
|
1326
1326
|
}
|
|
1327
1327
|
}
|
|
1328
1328
|
return !0;
|
|
1329
1329
|
}
|
|
1330
|
-
var
|
|
1331
|
-
function
|
|
1330
|
+
var w = Object.values;
|
|
1331
|
+
function Le(e, t, n) {
|
|
1332
1332
|
if (t === n) return !0;
|
|
1333
|
-
if (e !==
|
|
1333
|
+
if (e !== b.BYTES) return !1;
|
|
1334
1334
|
let r = t, i = n;
|
|
1335
1335
|
if (r.length !== i.length) return !1;
|
|
1336
1336
|
for (let e = 0; e < r.length; e++) if (r[e] != i[e]) return !1;
|
|
1337
1337
|
return !0;
|
|
1338
1338
|
}
|
|
1339
|
-
function
|
|
1339
|
+
function Re(e, t, n) {
|
|
1340
1340
|
if (t.length !== n.length) return !1;
|
|
1341
|
-
for (let r = 0; r < t.length; r++) if (!
|
|
1341
|
+
for (let r = 0; r < t.length; r++) if (!Le(e, t[r], n[r])) return !1;
|
|
1342
1342
|
return !0;
|
|
1343
1343
|
}
|
|
1344
|
-
function
|
|
1344
|
+
function ze(e, t, n) {
|
|
1345
1345
|
if (t.length !== n.length) return !1;
|
|
1346
1346
|
for (let r = 0; r < t.length; r++) if (!e.equals(t[r], n[r])) return !1;
|
|
1347
1347
|
return !0;
|
|
1348
1348
|
}
|
|
1349
1349
|
//#endregion
|
|
1350
1350
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/message-type.js
|
|
1351
|
-
var
|
|
1351
|
+
var Be = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Ve = Be[we] = {}, T = class {
|
|
1352
1352
|
constructor(e, t, n) {
|
|
1353
|
-
this.defaultCheckDepth = 16, this.typeName = e, this.fields = t.map(
|
|
1353
|
+
this.defaultCheckDepth = 16, this.typeName = e, this.fields = t.map(De), this.options = n ?? {}, Ve.value = this, this.messagePrototype = Object.create(null, Be), this.refTypeCheck = new ke(this), this.refJsonReader = new Ae(this), this.refJsonWriter = new je(this), this.refBinReader = new Ne(this), this.refBinWriter = new Pe(this);
|
|
1354
1354
|
}
|
|
1355
1355
|
create(e) {
|
|
1356
|
-
let t =
|
|
1357
|
-
return e !== void 0 &&
|
|
1356
|
+
let t = Fe(this);
|
|
1357
|
+
return e !== void 0 && C(this, t, e), t;
|
|
1358
1358
|
}
|
|
1359
1359
|
clone(e) {
|
|
1360
1360
|
let t = this.create();
|
|
1361
|
-
return
|
|
1361
|
+
return C(this, t, e), t;
|
|
1362
1362
|
}
|
|
1363
1363
|
equals(e, t) {
|
|
1364
|
-
return
|
|
1364
|
+
return Ie(this, e, t);
|
|
1365
1365
|
}
|
|
1366
1366
|
is(e, t = this.defaultCheckDepth) {
|
|
1367
1367
|
return this.refTypeCheck.is(e, t, !1);
|
|
@@ -1370,28 +1370,28 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1370
1370
|
return this.refTypeCheck.is(e, t, !0);
|
|
1371
1371
|
}
|
|
1372
1372
|
mergePartial(e, t) {
|
|
1373
|
-
|
|
1373
|
+
C(this, e, t);
|
|
1374
1374
|
}
|
|
1375
1375
|
fromBinary(e, t) {
|
|
1376
|
-
let n =
|
|
1376
|
+
let n = ce(t);
|
|
1377
1377
|
return this.internalBinaryRead(n.readerFactory(e), e.byteLength, n);
|
|
1378
1378
|
}
|
|
1379
1379
|
fromJson(e, t) {
|
|
1380
|
-
return this.internalJsonRead(e,
|
|
1380
|
+
return this.internalJsonRead(e, Se(t));
|
|
1381
1381
|
}
|
|
1382
1382
|
fromJsonString(e, t) {
|
|
1383
1383
|
let n = JSON.parse(e);
|
|
1384
1384
|
return this.fromJson(n, t);
|
|
1385
1385
|
}
|
|
1386
1386
|
toJson(e, t) {
|
|
1387
|
-
return this.internalJsonWrite(e,
|
|
1387
|
+
return this.internalJsonWrite(e, Ce(t));
|
|
1388
1388
|
}
|
|
1389
1389
|
toJsonString(e, t) {
|
|
1390
1390
|
let n = this.toJson(e, t);
|
|
1391
1391
|
return JSON.stringify(n, null, t?.prettySpaces ?? 0);
|
|
1392
1392
|
}
|
|
1393
1393
|
toBinary(e, t) {
|
|
1394
|
-
let n =
|
|
1394
|
+
let n = ve(t);
|
|
1395
1395
|
return this.internalBinaryWrite(e, n.writerFactory(), n).finish();
|
|
1396
1396
|
}
|
|
1397
1397
|
internalJsonRead(t, n, r) {
|
|
@@ -1411,7 +1411,7 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1411
1411
|
let i = r ?? this.create();
|
|
1412
1412
|
return this.refBinReader.read(e, i, n, t), i;
|
|
1413
1413
|
}
|
|
1414
|
-
},
|
|
1414
|
+
}, E = new class extends T {
|
|
1415
1415
|
constructor() {
|
|
1416
1416
|
super("shared.Translation", [{
|
|
1417
1417
|
no: 1,
|
|
@@ -1427,7 +1427,7 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1427
1427
|
}
|
|
1428
1428
|
create(e) {
|
|
1429
1429
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1430
|
-
return t.code = "", t.content = "", e !== void 0 &&
|
|
1430
|
+
return t.code = "", t.content = "", e !== void 0 && C(this, t, e), t;
|
|
1431
1431
|
}
|
|
1432
1432
|
internalBinaryRead(e, t, n, r) {
|
|
1433
1433
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1454,113 +1454,80 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1454
1454
|
let r = n.writeUnknownFields;
|
|
1455
1455
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1456
1456
|
}
|
|
1457
|
-
}(),
|
|
1458
|
-
return e[e.NULL_VALUE = 0] = "NULL_VALUE", e;
|
|
1459
|
-
}({}), z = new class extends L {
|
|
1460
|
-
constructor() {
|
|
1461
|
-
super("shared.Struct", [{
|
|
1462
|
-
no: 1,
|
|
1463
|
-
name: "fields",
|
|
1464
|
-
kind: "map",
|
|
1465
|
-
K: 9,
|
|
1466
|
-
V: {
|
|
1467
|
-
kind: "message",
|
|
1468
|
-
T: () => B
|
|
1469
|
-
}
|
|
1470
|
-
}]);
|
|
1471
|
-
}
|
|
1472
|
-
create(e) {
|
|
1473
|
-
let t = globalThis.Object.create(this.messagePrototype);
|
|
1474
|
-
return t.fields = {}, e !== void 0 && N(this, t, e), t;
|
|
1475
|
-
}
|
|
1476
|
-
internalBinaryRead(e, t, n, r) {
|
|
1477
|
-
let i = r ?? this.create(), a = e.pos + t;
|
|
1478
|
-
for (; e.pos < a;) {
|
|
1479
|
-
let [t, r] = e.tag();
|
|
1480
|
-
switch (t) {
|
|
1481
|
-
case 1:
|
|
1482
|
-
this.binaryReadMap1(i.fields, e, n);
|
|
1483
|
-
break;
|
|
1484
|
-
default:
|
|
1485
|
-
let a = n.readUnknownField;
|
|
1486
|
-
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
1487
|
-
let s = e.skip(r);
|
|
1488
|
-
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
1489
|
-
}
|
|
1490
|
-
}
|
|
1491
|
-
return i;
|
|
1492
|
-
}
|
|
1493
|
-
binaryReadMap1(e, t, n) {
|
|
1494
|
-
let r = t.uint32(), i = t.pos + r, a, o;
|
|
1495
|
-
for (; t.pos < i;) {
|
|
1496
|
-
let [e, r] = t.tag();
|
|
1497
|
-
switch (e) {
|
|
1498
|
-
case 1:
|
|
1499
|
-
a = t.string();
|
|
1500
|
-
break;
|
|
1501
|
-
case 2:
|
|
1502
|
-
o = B.internalBinaryRead(t, t.uint32(), n);
|
|
1503
|
-
break;
|
|
1504
|
-
default: throw new globalThis.Error("unknown map entry field for shared.Struct.fields");
|
|
1505
|
-
}
|
|
1506
|
-
}
|
|
1507
|
-
e[a ?? ""] = o ?? B.create();
|
|
1508
|
-
}
|
|
1509
|
-
internalBinaryWrite(e, t, n) {
|
|
1510
|
-
for (let r of globalThis.Object.keys(e.fields)) t.tag(1, s.LengthDelimited).fork().tag(1, s.LengthDelimited).string(r), t.tag(2, s.LengthDelimited).fork(), B.internalBinaryWrite(e.fields[r], t, n), t.join().join();
|
|
1511
|
-
let r = n.writeUnknownFields;
|
|
1512
|
-
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1513
|
-
}
|
|
1514
|
-
}(), B = new class extends L {
|
|
1457
|
+
}(), D = new class extends T {
|
|
1515
1458
|
constructor() {
|
|
1516
|
-
super("shared.
|
|
1459
|
+
super("shared.DefinitionDataType", [
|
|
1517
1460
|
{
|
|
1518
1461
|
no: 1,
|
|
1519
|
-
name: "
|
|
1520
|
-
kind: "
|
|
1521
|
-
|
|
1522
|
-
T: () => ["shared.NullValue", Ae]
|
|
1462
|
+
name: "identifier",
|
|
1463
|
+
kind: "scalar",
|
|
1464
|
+
T: 9
|
|
1523
1465
|
},
|
|
1524
1466
|
{
|
|
1525
1467
|
no: 2,
|
|
1526
|
-
name: "
|
|
1468
|
+
name: "name",
|
|
1527
1469
|
kind: "message",
|
|
1528
|
-
|
|
1529
|
-
T: () =>
|
|
1470
|
+
repeat: 2,
|
|
1471
|
+
T: () => E
|
|
1530
1472
|
},
|
|
1531
1473
|
{
|
|
1532
1474
|
no: 3,
|
|
1533
|
-
name: "
|
|
1534
|
-
kind: "
|
|
1535
|
-
|
|
1536
|
-
T:
|
|
1475
|
+
name: "display_message",
|
|
1476
|
+
kind: "message",
|
|
1477
|
+
repeat: 2,
|
|
1478
|
+
T: () => E
|
|
1537
1479
|
},
|
|
1538
1480
|
{
|
|
1539
1481
|
no: 4,
|
|
1540
|
-
name: "
|
|
1541
|
-
kind: "
|
|
1542
|
-
|
|
1543
|
-
T:
|
|
1482
|
+
name: "alias",
|
|
1483
|
+
kind: "message",
|
|
1484
|
+
repeat: 2,
|
|
1485
|
+
T: () => E
|
|
1544
1486
|
},
|
|
1545
1487
|
{
|
|
1546
1488
|
no: 5,
|
|
1547
|
-
name: "
|
|
1489
|
+
name: "rules",
|
|
1548
1490
|
kind: "message",
|
|
1549
|
-
|
|
1550
|
-
T: () =>
|
|
1491
|
+
repeat: 2,
|
|
1492
|
+
T: () => O
|
|
1551
1493
|
},
|
|
1552
1494
|
{
|
|
1553
1495
|
no: 6,
|
|
1554
|
-
name: "
|
|
1555
|
-
kind: "
|
|
1556
|
-
|
|
1557
|
-
T:
|
|
1496
|
+
name: "generic_keys",
|
|
1497
|
+
kind: "scalar",
|
|
1498
|
+
repeat: 2,
|
|
1499
|
+
T: 9
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
no: 7,
|
|
1503
|
+
name: "type",
|
|
1504
|
+
kind: "scalar",
|
|
1505
|
+
T: 9
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
no: 8,
|
|
1509
|
+
name: "linked_data_type_identifiers",
|
|
1510
|
+
kind: "scalar",
|
|
1511
|
+
repeat: 2,
|
|
1512
|
+
T: 9
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
no: 9,
|
|
1516
|
+
name: "version",
|
|
1517
|
+
kind: "scalar",
|
|
1518
|
+
T: 9
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
no: 10,
|
|
1522
|
+
name: "definition_source",
|
|
1523
|
+
kind: "scalar",
|
|
1524
|
+
T: 9
|
|
1558
1525
|
}
|
|
1559
1526
|
]);
|
|
1560
1527
|
}
|
|
1561
1528
|
create(e) {
|
|
1562
1529
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1563
|
-
return t.
|
|
1530
|
+
return t.identifier = "", t.name = [], t.displayMessage = [], t.alias = [], t.rules = [], t.genericKeys = [], t.type = "", t.linkedDataTypeIdentifiers = [], t.version = "", t.definitionSource = "", e !== void 0 && C(this, t, e), t;
|
|
1564
1531
|
}
|
|
1565
1532
|
internalBinaryRead(e, t, n, r) {
|
|
1566
1533
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1568,40 +1535,34 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1568
1535
|
let [t, r] = e.tag();
|
|
1569
1536
|
switch (t) {
|
|
1570
1537
|
case 1:
|
|
1571
|
-
i.
|
|
1572
|
-
oneofKind: "nullValue",
|
|
1573
|
-
nullValue: e.int32()
|
|
1574
|
-
};
|
|
1538
|
+
i.identifier = e.string();
|
|
1575
1539
|
break;
|
|
1576
1540
|
case 2:
|
|
1577
|
-
i.
|
|
1578
|
-
oneofKind: "numberValue",
|
|
1579
|
-
numberValue: V.internalBinaryRead(e, e.uint32(), n, i.kind.numberValue)
|
|
1580
|
-
};
|
|
1541
|
+
i.name.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
1581
1542
|
break;
|
|
1582
1543
|
case 3:
|
|
1583
|
-
i.
|
|
1584
|
-
oneofKind: "stringValue",
|
|
1585
|
-
stringValue: e.string()
|
|
1586
|
-
};
|
|
1544
|
+
i.displayMessage.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
1587
1545
|
break;
|
|
1588
1546
|
case 4:
|
|
1589
|
-
i.
|
|
1590
|
-
oneofKind: "boolValue",
|
|
1591
|
-
boolValue: e.bool()
|
|
1592
|
-
};
|
|
1547
|
+
i.alias.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
1593
1548
|
break;
|
|
1594
1549
|
case 5:
|
|
1595
|
-
i.
|
|
1596
|
-
oneofKind: "structValue",
|
|
1597
|
-
structValue: z.internalBinaryRead(e, e.uint32(), n, i.kind.structValue)
|
|
1598
|
-
};
|
|
1550
|
+
i.rules.push(O.internalBinaryRead(e, e.uint32(), n));
|
|
1599
1551
|
break;
|
|
1600
1552
|
case 6:
|
|
1601
|
-
i.
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1553
|
+
i.genericKeys.push(e.string());
|
|
1554
|
+
break;
|
|
1555
|
+
case 7:
|
|
1556
|
+
i.type = e.string();
|
|
1557
|
+
break;
|
|
1558
|
+
case 8:
|
|
1559
|
+
i.linkedDataTypeIdentifiers.push(e.string());
|
|
1560
|
+
break;
|
|
1561
|
+
case 9:
|
|
1562
|
+
i.version = e.string();
|
|
1563
|
+
break;
|
|
1564
|
+
case 10:
|
|
1565
|
+
i.definitionSource = e.string();
|
|
1605
1566
|
break;
|
|
1606
1567
|
default:
|
|
1607
1568
|
let a = n.readUnknownField;
|
|
@@ -1613,30 +1574,36 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1613
1574
|
return i;
|
|
1614
1575
|
}
|
|
1615
1576
|
internalBinaryWrite(e, t, n) {
|
|
1616
|
-
e.
|
|
1577
|
+
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier);
|
|
1578
|
+
for (let r = 0; r < e.name.length; r++) E.internalBinaryWrite(e.name[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
1579
|
+
for (let r = 0; r < e.displayMessage.length; r++) E.internalBinaryWrite(e.displayMessage[r], t.tag(3, s.LengthDelimited).fork(), n).join();
|
|
1580
|
+
for (let r = 0; r < e.alias.length; r++) E.internalBinaryWrite(e.alias[r], t.tag(4, s.LengthDelimited).fork(), n).join();
|
|
1581
|
+
for (let r = 0; r < e.rules.length; r++) O.internalBinaryWrite(e.rules[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
1582
|
+
for (let n = 0; n < e.genericKeys.length; n++) t.tag(6, s.LengthDelimited).string(e.genericKeys[n]);
|
|
1583
|
+
e.type !== "" && t.tag(7, s.LengthDelimited).string(e.type);
|
|
1584
|
+
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(8, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
1585
|
+
e.version !== "" && t.tag(9, s.LengthDelimited).string(e.version), e.definitionSource !== "" && t.tag(10, s.LengthDelimited).string(e.definitionSource);
|
|
1617
1586
|
let r = n.writeUnknownFields;
|
|
1618
1587
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1619
1588
|
}
|
|
1620
|
-
}(),
|
|
1589
|
+
}(), He = new class extends T {
|
|
1621
1590
|
constructor() {
|
|
1622
|
-
super("shared.
|
|
1591
|
+
super("shared.ExecutionDataType", [{
|
|
1623
1592
|
no: 1,
|
|
1624
|
-
name: "
|
|
1593
|
+
name: "identifier",
|
|
1625
1594
|
kind: "scalar",
|
|
1626
|
-
|
|
1627
|
-
T: 3,
|
|
1628
|
-
L: 0
|
|
1595
|
+
T: 9
|
|
1629
1596
|
}, {
|
|
1630
1597
|
no: 2,
|
|
1631
|
-
name: "
|
|
1632
|
-
kind: "
|
|
1633
|
-
|
|
1634
|
-
T:
|
|
1598
|
+
name: "rules",
|
|
1599
|
+
kind: "message",
|
|
1600
|
+
repeat: 2,
|
|
1601
|
+
T: () => k
|
|
1635
1602
|
}]);
|
|
1636
1603
|
}
|
|
1637
1604
|
create(e) {
|
|
1638
1605
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1639
|
-
return t.
|
|
1606
|
+
return t.identifier = "", t.rules = [], e !== void 0 && C(this, t, e), t;
|
|
1640
1607
|
}
|
|
1641
1608
|
internalBinaryRead(e, t, n, r) {
|
|
1642
1609
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1644,16 +1611,10 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1644
1611
|
let [t, r] = e.tag();
|
|
1645
1612
|
switch (t) {
|
|
1646
1613
|
case 1:
|
|
1647
|
-
i.
|
|
1648
|
-
oneofKind: "integer",
|
|
1649
|
-
integer: e.int64().toBigInt()
|
|
1650
|
-
};
|
|
1614
|
+
i.identifier = e.string();
|
|
1651
1615
|
break;
|
|
1652
1616
|
case 2:
|
|
1653
|
-
i.
|
|
1654
|
-
oneofKind: "float",
|
|
1655
|
-
float: e.double()
|
|
1656
|
-
};
|
|
1617
|
+
i.rules.push(k.internalBinaryRead(e, e.uint32(), n));
|
|
1657
1618
|
break;
|
|
1658
1619
|
default:
|
|
1659
1620
|
let a = n.readUnknownField;
|
|
@@ -1665,63 +1626,30 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1665
1626
|
return i;
|
|
1666
1627
|
}
|
|
1667
1628
|
internalBinaryWrite(e, t, n) {
|
|
1668
|
-
e.
|
|
1629
|
+
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier);
|
|
1630
|
+
for (let r = 0; r < e.rules.length; r++) k.internalBinaryWrite(e.rules[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
1669
1631
|
let r = n.writeUnknownFields;
|
|
1670
1632
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1671
1633
|
}
|
|
1672
|
-
}(),
|
|
1634
|
+
}(), O = new class extends T {
|
|
1673
1635
|
constructor() {
|
|
1674
|
-
super("shared.
|
|
1636
|
+
super("shared.DefinitionDataTypeRule", [{
|
|
1675
1637
|
no: 1,
|
|
1676
|
-
name: "
|
|
1638
|
+
name: "number_range",
|
|
1677
1639
|
kind: "message",
|
|
1678
|
-
|
|
1679
|
-
T: () =>
|
|
1680
|
-
}]);
|
|
1681
|
-
}
|
|
1682
|
-
create(e) {
|
|
1683
|
-
let t = globalThis.Object.create(this.messagePrototype);
|
|
1684
|
-
return t.values = [], e !== void 0 && N(this, t, e), t;
|
|
1685
|
-
}
|
|
1686
|
-
internalBinaryRead(e, t, n, r) {
|
|
1687
|
-
let i = r ?? this.create(), a = e.pos + t;
|
|
1688
|
-
for (; e.pos < a;) {
|
|
1689
|
-
let [t, r] = e.tag();
|
|
1690
|
-
switch (t) {
|
|
1691
|
-
case 1:
|
|
1692
|
-
i.values.push(B.internalBinaryRead(e, e.uint32(), n));
|
|
1693
|
-
break;
|
|
1694
|
-
default:
|
|
1695
|
-
let a = n.readUnknownField;
|
|
1696
|
-
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
1697
|
-
let s = e.skip(r);
|
|
1698
|
-
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
1699
|
-
}
|
|
1700
|
-
}
|
|
1701
|
-
return i;
|
|
1702
|
-
}
|
|
1703
|
-
internalBinaryWrite(e, t, n) {
|
|
1704
|
-
for (let r = 0; r < e.values.length; r++) B.internalBinaryWrite(e.values[r], t.tag(1, s.LengthDelimited).fork(), n).join();
|
|
1705
|
-
let r = n.writeUnknownFields;
|
|
1706
|
-
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1707
|
-
}
|
|
1708
|
-
}(), U = new class extends L {
|
|
1709
|
-
constructor() {
|
|
1710
|
-
super("shared.ActionConfiguration", [{
|
|
1711
|
-
no: 1,
|
|
1712
|
-
name: "identifier",
|
|
1713
|
-
kind: "scalar",
|
|
1714
|
-
T: 9
|
|
1640
|
+
oneof: "config",
|
|
1641
|
+
T: () => A
|
|
1715
1642
|
}, {
|
|
1716
1643
|
no: 2,
|
|
1717
|
-
name: "
|
|
1644
|
+
name: "regex",
|
|
1718
1645
|
kind: "message",
|
|
1719
|
-
|
|
1646
|
+
oneof: "config",
|
|
1647
|
+
T: () => j
|
|
1720
1648
|
}]);
|
|
1721
1649
|
}
|
|
1722
1650
|
create(e) {
|
|
1723
1651
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1724
|
-
return t.
|
|
1652
|
+
return t.config = { oneofKind: void 0 }, e !== void 0 && C(this, t, e), t;
|
|
1725
1653
|
}
|
|
1726
1654
|
internalBinaryRead(e, t, n, r) {
|
|
1727
1655
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1729,10 +1657,16 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1729
1657
|
let [t, r] = e.tag();
|
|
1730
1658
|
switch (t) {
|
|
1731
1659
|
case 1:
|
|
1732
|
-
i.
|
|
1660
|
+
i.config = {
|
|
1661
|
+
oneofKind: "numberRange",
|
|
1662
|
+
numberRange: A.internalBinaryRead(e, e.uint32(), n, i.config.numberRange)
|
|
1663
|
+
};
|
|
1733
1664
|
break;
|
|
1734
1665
|
case 2:
|
|
1735
|
-
i.
|
|
1666
|
+
i.config = {
|
|
1667
|
+
oneofKind: "regex",
|
|
1668
|
+
regex: j.internalBinaryRead(e, e.uint32(), n, i.config.regex)
|
|
1669
|
+
};
|
|
1736
1670
|
break;
|
|
1737
1671
|
default:
|
|
1738
1672
|
let a = n.readUnknownField;
|
|
@@ -1744,29 +1678,29 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1744
1678
|
return i;
|
|
1745
1679
|
}
|
|
1746
1680
|
internalBinaryWrite(e, t, n) {
|
|
1747
|
-
e.
|
|
1681
|
+
e.config.oneofKind === "numberRange" && A.internalBinaryWrite(e.config.numberRange, t.tag(1, s.LengthDelimited).fork(), n).join(), e.config.oneofKind === "regex" && j.internalBinaryWrite(e.config.regex, t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
1748
1682
|
let r = n.writeUnknownFields;
|
|
1749
1683
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1750
1684
|
}
|
|
1751
|
-
}(),
|
|
1685
|
+
}(), k = new class extends T {
|
|
1752
1686
|
constructor() {
|
|
1753
|
-
super("shared.
|
|
1687
|
+
super("shared.ExecutionDataTypeRule", [{
|
|
1754
1688
|
no: 1,
|
|
1755
|
-
name: "
|
|
1756
|
-
kind: "
|
|
1757
|
-
|
|
1758
|
-
|
|
1689
|
+
name: "number_range",
|
|
1690
|
+
kind: "message",
|
|
1691
|
+
oneof: "config",
|
|
1692
|
+
T: () => A
|
|
1759
1693
|
}, {
|
|
1760
1694
|
no: 2,
|
|
1761
|
-
name: "
|
|
1695
|
+
name: "regex",
|
|
1762
1696
|
kind: "message",
|
|
1763
|
-
|
|
1764
|
-
T: () =>
|
|
1697
|
+
oneof: "config",
|
|
1698
|
+
T: () => j
|
|
1765
1699
|
}]);
|
|
1766
1700
|
}
|
|
1767
1701
|
create(e) {
|
|
1768
1702
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1769
|
-
return t.
|
|
1703
|
+
return t.config = { oneofKind: void 0 }, e !== void 0 && C(this, t, e), t;
|
|
1770
1704
|
}
|
|
1771
1705
|
internalBinaryRead(e, t, n, r) {
|
|
1772
1706
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1774,10 +1708,16 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1774
1708
|
let [t, r] = e.tag();
|
|
1775
1709
|
switch (t) {
|
|
1776
1710
|
case 1:
|
|
1777
|
-
i.
|
|
1711
|
+
i.config = {
|
|
1712
|
+
oneofKind: "numberRange",
|
|
1713
|
+
numberRange: A.internalBinaryRead(e, e.uint32(), n, i.config.numberRange)
|
|
1714
|
+
};
|
|
1778
1715
|
break;
|
|
1779
1716
|
case 2:
|
|
1780
|
-
i.
|
|
1717
|
+
i.config = {
|
|
1718
|
+
oneofKind: "regex",
|
|
1719
|
+
regex: j.internalBinaryRead(e, e.uint32(), n, i.config.regex)
|
|
1720
|
+
};
|
|
1781
1721
|
break;
|
|
1782
1722
|
default:
|
|
1783
1723
|
let a = n.readUnknownField;
|
|
@@ -1789,24 +1729,81 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1789
1729
|
return i;
|
|
1790
1730
|
}
|
|
1791
1731
|
internalBinaryWrite(e, t, n) {
|
|
1792
|
-
e.
|
|
1793
|
-
|
|
1732
|
+
e.config.oneofKind === "numberRange" && A.internalBinaryWrite(e.config.numberRange, t.tag(1, s.LengthDelimited).fork(), n).join(), e.config.oneofKind === "regex" && j.internalBinaryWrite(e.config.regex, t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
1733
|
+
let r = n.writeUnknownFields;
|
|
1734
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1735
|
+
}
|
|
1736
|
+
}(), A = new class extends T {
|
|
1737
|
+
constructor() {
|
|
1738
|
+
super("shared.DataTypeNumberRangeRuleConfig", [
|
|
1739
|
+
{
|
|
1740
|
+
no: 1,
|
|
1741
|
+
name: "from",
|
|
1742
|
+
kind: "scalar",
|
|
1743
|
+
T: 3,
|
|
1744
|
+
L: 0
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
no: 2,
|
|
1748
|
+
name: "to",
|
|
1749
|
+
kind: "scalar",
|
|
1750
|
+
T: 3,
|
|
1751
|
+
L: 0
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
no: 3,
|
|
1755
|
+
name: "steps",
|
|
1756
|
+
kind: "scalar",
|
|
1757
|
+
opt: !0,
|
|
1758
|
+
T: 3,
|
|
1759
|
+
L: 0
|
|
1760
|
+
}
|
|
1761
|
+
]);
|
|
1762
|
+
}
|
|
1763
|
+
create(e) {
|
|
1764
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
1765
|
+
return t.from = 0n, t.to = 0n, e !== void 0 && C(this, t, e), t;
|
|
1766
|
+
}
|
|
1767
|
+
internalBinaryRead(e, t, n, r) {
|
|
1768
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
1769
|
+
for (; e.pos < a;) {
|
|
1770
|
+
let [t, r] = e.tag();
|
|
1771
|
+
switch (t) {
|
|
1772
|
+
case 1:
|
|
1773
|
+
i.from = e.int64().toBigInt();
|
|
1774
|
+
break;
|
|
1775
|
+
case 2:
|
|
1776
|
+
i.to = e.int64().toBigInt();
|
|
1777
|
+
break;
|
|
1778
|
+
case 3:
|
|
1779
|
+
i.steps = e.int64().toBigInt();
|
|
1780
|
+
break;
|
|
1781
|
+
default:
|
|
1782
|
+
let a = n.readUnknownField;
|
|
1783
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
1784
|
+
let s = e.skip(r);
|
|
1785
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
return i;
|
|
1789
|
+
}
|
|
1790
|
+
internalBinaryWrite(e, t, n) {
|
|
1791
|
+
e.from !== 0n && t.tag(1, s.Varint).int64(e.from), e.to !== 0n && t.tag(2, s.Varint).int64(e.to), e.steps !== void 0 && t.tag(3, s.Varint).int64(e.steps);
|
|
1794
1792
|
let r = n.writeUnknownFields;
|
|
1795
1793
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1796
1794
|
}
|
|
1797
|
-
}(),
|
|
1795
|
+
}(), j = new class extends T {
|
|
1798
1796
|
constructor() {
|
|
1799
|
-
super("shared.
|
|
1797
|
+
super("shared.DataTypeRegexRuleConfig", [{
|
|
1800
1798
|
no: 1,
|
|
1801
|
-
name: "
|
|
1802
|
-
kind: "
|
|
1803
|
-
|
|
1804
|
-
T: () => W
|
|
1799
|
+
name: "pattern",
|
|
1800
|
+
kind: "scalar",
|
|
1801
|
+
T: 9
|
|
1805
1802
|
}]);
|
|
1806
1803
|
}
|
|
1807
1804
|
create(e) {
|
|
1808
1805
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1809
|
-
return t.
|
|
1806
|
+
return t.pattern = "", e !== void 0 && C(this, t, e), t;
|
|
1810
1807
|
}
|
|
1811
1808
|
internalBinaryRead(e, t, n, r) {
|
|
1812
1809
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1814,7 +1811,7 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1814
1811
|
let [t, r] = e.tag();
|
|
1815
1812
|
switch (t) {
|
|
1816
1813
|
case 1:
|
|
1817
|
-
i.
|
|
1814
|
+
i.pattern = e.string();
|
|
1818
1815
|
break;
|
|
1819
1816
|
default:
|
|
1820
1817
|
let a = n.readUnknownField;
|
|
@@ -1826,57 +1823,28 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1826
1823
|
return i;
|
|
1827
1824
|
}
|
|
1828
1825
|
internalBinaryWrite(e, t, n) {
|
|
1829
|
-
|
|
1826
|
+
e.pattern !== "" && t.tag(1, s.LengthDelimited).string(e.pattern);
|
|
1830
1827
|
let r = n.writeUnknownFields;
|
|
1831
1828
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1832
1829
|
}
|
|
1833
|
-
}(),
|
|
1830
|
+
}(), Ue = /* @__PURE__ */ function(e) {
|
|
1831
|
+
return e[e.NULL_VALUE = 0] = "NULL_VALUE", e;
|
|
1832
|
+
}({}), M = new class extends T {
|
|
1834
1833
|
constructor() {
|
|
1835
|
-
super("shared.
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
T: () => R
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
no: 2,
|
|
1845
|
-
name: "description",
|
|
1846
|
-
kind: "message",
|
|
1847
|
-
repeat: 2,
|
|
1848
|
-
T: () => R
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
no: 3,
|
|
1852
|
-
name: "type",
|
|
1853
|
-
kind: "scalar",
|
|
1854
|
-
T: 9
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
no: 4,
|
|
1858
|
-
name: "linked_data_type_identifiers",
|
|
1859
|
-
kind: "scalar",
|
|
1860
|
-
repeat: 2,
|
|
1861
|
-
T: 9
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
no: 5,
|
|
1865
|
-
name: "default_value",
|
|
1834
|
+
super("shared.Struct", [{
|
|
1835
|
+
no: 1,
|
|
1836
|
+
name: "fields",
|
|
1837
|
+
kind: "map",
|
|
1838
|
+
K: 9,
|
|
1839
|
+
V: {
|
|
1866
1840
|
kind: "message",
|
|
1867
|
-
T: () =>
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
no: 6,
|
|
1871
|
-
name: "identifier",
|
|
1872
|
-
kind: "scalar",
|
|
1873
|
-
T: 9
|
|
1841
|
+
T: () => N
|
|
1874
1842
|
}
|
|
1875
|
-
]);
|
|
1843
|
+
}]);
|
|
1876
1844
|
}
|
|
1877
1845
|
create(e) {
|
|
1878
1846
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1879
|
-
return t.
|
|
1847
|
+
return t.fields = {}, e !== void 0 && C(this, t, e), t;
|
|
1880
1848
|
}
|
|
1881
1849
|
internalBinaryRead(e, t, n, r) {
|
|
1882
1850
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1884,22 +1852,7 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1884
1852
|
let [t, r] = e.tag();
|
|
1885
1853
|
switch (t) {
|
|
1886
1854
|
case 1:
|
|
1887
|
-
|
|
1888
|
-
break;
|
|
1889
|
-
case 2:
|
|
1890
|
-
i.description.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
1891
|
-
break;
|
|
1892
|
-
case 3:
|
|
1893
|
-
i.type = e.string();
|
|
1894
|
-
break;
|
|
1895
|
-
case 4:
|
|
1896
|
-
i.linkedDataTypeIdentifiers.push(e.string());
|
|
1897
|
-
break;
|
|
1898
|
-
case 5:
|
|
1899
|
-
i.defaultValue = B.internalBinaryRead(e, e.uint32(), n, i.defaultValue);
|
|
1900
|
-
break;
|
|
1901
|
-
case 6:
|
|
1902
|
-
i.identifier = e.string();
|
|
1855
|
+
this.binaryReadMap1(i.fields, e, n);
|
|
1903
1856
|
break;
|
|
1904
1857
|
default:
|
|
1905
1858
|
let a = n.readUnknownField;
|
|
@@ -1910,89 +1863,77 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
1910
1863
|
}
|
|
1911
1864
|
return i;
|
|
1912
1865
|
}
|
|
1866
|
+
binaryReadMap1(e, t, n) {
|
|
1867
|
+
let r = t.uint32(), i = t.pos + r, a, o;
|
|
1868
|
+
for (; t.pos < i;) {
|
|
1869
|
+
let [e, r] = t.tag();
|
|
1870
|
+
switch (e) {
|
|
1871
|
+
case 1:
|
|
1872
|
+
a = t.string();
|
|
1873
|
+
break;
|
|
1874
|
+
case 2:
|
|
1875
|
+
o = N.internalBinaryRead(t, t.uint32(), n);
|
|
1876
|
+
break;
|
|
1877
|
+
default: throw new globalThis.Error("unknown map entry field for shared.Struct.fields");
|
|
1878
|
+
}
|
|
1879
|
+
}
|
|
1880
|
+
e[a ?? ""] = o ?? N.create();
|
|
1881
|
+
}
|
|
1913
1882
|
internalBinaryWrite(e, t, n) {
|
|
1914
|
-
for (let r
|
|
1915
|
-
for (let r = 0; r < e.description.length; r++) R.internalBinaryWrite(e.description[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
1916
|
-
e.type !== "" && t.tag(3, s.LengthDelimited).string(e.type);
|
|
1917
|
-
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(4, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
1918
|
-
e.defaultValue && B.internalBinaryWrite(e.defaultValue, t.tag(5, s.LengthDelimited).fork(), n).join(), e.identifier !== "" && t.tag(6, s.LengthDelimited).string(e.identifier);
|
|
1883
|
+
for (let r of globalThis.Object.keys(e.fields)) t.tag(1, s.LengthDelimited).fork().tag(1, s.LengthDelimited).string(r), t.tag(2, s.LengthDelimited).fork(), N.internalBinaryWrite(e.fields[r], t, n), t.join().join();
|
|
1919
1884
|
let r = n.writeUnknownFields;
|
|
1920
1885
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1921
1886
|
}
|
|
1922
|
-
}(),
|
|
1887
|
+
}(), N = new class extends T {
|
|
1923
1888
|
constructor() {
|
|
1924
|
-
super("shared.
|
|
1889
|
+
super("shared.Value", [
|
|
1925
1890
|
{
|
|
1926
1891
|
no: 1,
|
|
1927
|
-
name: "
|
|
1928
|
-
kind: "
|
|
1929
|
-
|
|
1892
|
+
name: "null_value",
|
|
1893
|
+
kind: "enum",
|
|
1894
|
+
oneof: "kind",
|
|
1895
|
+
T: () => ["shared.NullValue", Ue]
|
|
1930
1896
|
},
|
|
1931
1897
|
{
|
|
1932
1898
|
no: 2,
|
|
1933
|
-
name: "
|
|
1899
|
+
name: "number_value",
|
|
1934
1900
|
kind: "message",
|
|
1935
|
-
|
|
1936
|
-
T: () =>
|
|
1901
|
+
oneof: "kind",
|
|
1902
|
+
T: () => P
|
|
1937
1903
|
},
|
|
1938
1904
|
{
|
|
1939
1905
|
no: 3,
|
|
1940
|
-
name: "
|
|
1941
|
-
kind: "
|
|
1942
|
-
|
|
1943
|
-
T:
|
|
1906
|
+
name: "string_value",
|
|
1907
|
+
kind: "scalar",
|
|
1908
|
+
oneof: "kind",
|
|
1909
|
+
T: 9
|
|
1944
1910
|
},
|
|
1945
1911
|
{
|
|
1946
1912
|
no: 4,
|
|
1947
|
-
name: "
|
|
1948
|
-
kind: "
|
|
1949
|
-
|
|
1950
|
-
T:
|
|
1913
|
+
name: "bool_value",
|
|
1914
|
+
kind: "scalar",
|
|
1915
|
+
oneof: "kind",
|
|
1916
|
+
T: 8
|
|
1951
1917
|
},
|
|
1952
1918
|
{
|
|
1953
1919
|
no: 5,
|
|
1954
|
-
name: "
|
|
1920
|
+
name: "struct_value",
|
|
1955
1921
|
kind: "message",
|
|
1956
|
-
|
|
1957
|
-
T: () =>
|
|
1922
|
+
oneof: "kind",
|
|
1923
|
+
T: () => M
|
|
1958
1924
|
},
|
|
1959
1925
|
{
|
|
1960
1926
|
no: 6,
|
|
1961
|
-
name: "
|
|
1962
|
-
kind: "
|
|
1963
|
-
|
|
1964
|
-
T:
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
no: 7,
|
|
1968
|
-
name: "type",
|
|
1969
|
-
kind: "scalar",
|
|
1970
|
-
T: 9
|
|
1971
|
-
},
|
|
1972
|
-
{
|
|
1973
|
-
no: 8,
|
|
1974
|
-
name: "linked_data_type_identifiers",
|
|
1975
|
-
kind: "scalar",
|
|
1976
|
-
repeat: 2,
|
|
1977
|
-
T: 9
|
|
1978
|
-
},
|
|
1979
|
-
{
|
|
1980
|
-
no: 9,
|
|
1981
|
-
name: "version",
|
|
1982
|
-
kind: "scalar",
|
|
1983
|
-
T: 9
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
no: 10,
|
|
1987
|
-
name: "definition_source",
|
|
1988
|
-
kind: "scalar",
|
|
1989
|
-
T: 9
|
|
1927
|
+
name: "list_value",
|
|
1928
|
+
kind: "message",
|
|
1929
|
+
oneof: "kind",
|
|
1930
|
+
T: () => F
|
|
1990
1931
|
}
|
|
1991
1932
|
]);
|
|
1992
1933
|
}
|
|
1993
1934
|
create(e) {
|
|
1994
1935
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1995
|
-
return t.
|
|
1936
|
+
return t.kind = { oneofKind: void 0 }, e !== void 0 && C(this, t, e), t;
|
|
1996
1937
|
}
|
|
1997
1938
|
internalBinaryRead(e, t, n, r) {
|
|
1998
1939
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2000,34 +1941,40 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2000
1941
|
let [t, r] = e.tag();
|
|
2001
1942
|
switch (t) {
|
|
2002
1943
|
case 1:
|
|
2003
|
-
i.
|
|
1944
|
+
i.kind = {
|
|
1945
|
+
oneofKind: "nullValue",
|
|
1946
|
+
nullValue: e.int32()
|
|
1947
|
+
};
|
|
2004
1948
|
break;
|
|
2005
1949
|
case 2:
|
|
2006
|
-
i.
|
|
1950
|
+
i.kind = {
|
|
1951
|
+
oneofKind: "numberValue",
|
|
1952
|
+
numberValue: P.internalBinaryRead(e, e.uint32(), n, i.kind.numberValue)
|
|
1953
|
+
};
|
|
2007
1954
|
break;
|
|
2008
1955
|
case 3:
|
|
2009
|
-
i.
|
|
1956
|
+
i.kind = {
|
|
1957
|
+
oneofKind: "stringValue",
|
|
1958
|
+
stringValue: e.string()
|
|
1959
|
+
};
|
|
2010
1960
|
break;
|
|
2011
1961
|
case 4:
|
|
2012
|
-
i.
|
|
1962
|
+
i.kind = {
|
|
1963
|
+
oneofKind: "boolValue",
|
|
1964
|
+
boolValue: e.bool()
|
|
1965
|
+
};
|
|
2013
1966
|
break;
|
|
2014
1967
|
case 5:
|
|
2015
|
-
i.
|
|
1968
|
+
i.kind = {
|
|
1969
|
+
oneofKind: "structValue",
|
|
1970
|
+
structValue: M.internalBinaryRead(e, e.uint32(), n, i.kind.structValue)
|
|
1971
|
+
};
|
|
2016
1972
|
break;
|
|
2017
1973
|
case 6:
|
|
2018
|
-
i.
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
break;
|
|
2023
|
-
case 8:
|
|
2024
|
-
i.linkedDataTypeIdentifiers.push(e.string());
|
|
2025
|
-
break;
|
|
2026
|
-
case 9:
|
|
2027
|
-
i.version = e.string();
|
|
2028
|
-
break;
|
|
2029
|
-
case 10:
|
|
2030
|
-
i.definitionSource = e.string();
|
|
1974
|
+
i.kind = {
|
|
1975
|
+
oneofKind: "listValue",
|
|
1976
|
+
listValue: F.internalBinaryRead(e, e.uint32(), n, i.kind.listValue)
|
|
1977
|
+
};
|
|
2031
1978
|
break;
|
|
2032
1979
|
default:
|
|
2033
1980
|
let a = n.readUnknownField;
|
|
@@ -2039,36 +1986,30 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2039
1986
|
return i;
|
|
2040
1987
|
}
|
|
2041
1988
|
internalBinaryWrite(e, t, n) {
|
|
2042
|
-
e.
|
|
2043
|
-
for (let r = 0; r < e.name.length; r++) R.internalBinaryWrite(e.name[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
2044
|
-
for (let r = 0; r < e.displayMessage.length; r++) R.internalBinaryWrite(e.displayMessage[r], t.tag(3, s.LengthDelimited).fork(), n).join();
|
|
2045
|
-
for (let r = 0; r < e.alias.length; r++) R.internalBinaryWrite(e.alias[r], t.tag(4, s.LengthDelimited).fork(), n).join();
|
|
2046
|
-
for (let r = 0; r < e.rules.length; r++) G.internalBinaryWrite(e.rules[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
2047
|
-
for (let n = 0; n < e.genericKeys.length; n++) t.tag(6, s.LengthDelimited).string(e.genericKeys[n]);
|
|
2048
|
-
e.type !== "" && t.tag(7, s.LengthDelimited).string(e.type);
|
|
2049
|
-
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(8, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
2050
|
-
e.version !== "" && t.tag(9, s.LengthDelimited).string(e.version), e.definitionSource !== "" && t.tag(10, s.LengthDelimited).string(e.definitionSource);
|
|
1989
|
+
e.kind.oneofKind === "nullValue" && t.tag(1, s.Varint).int32(e.kind.nullValue), e.kind.oneofKind === "numberValue" && P.internalBinaryWrite(e.kind.numberValue, t.tag(2, s.LengthDelimited).fork(), n).join(), e.kind.oneofKind === "stringValue" && t.tag(3, s.LengthDelimited).string(e.kind.stringValue), e.kind.oneofKind === "boolValue" && t.tag(4, s.Varint).bool(e.kind.boolValue), e.kind.oneofKind === "structValue" && M.internalBinaryWrite(e.kind.structValue, t.tag(5, s.LengthDelimited).fork(), n).join(), e.kind.oneofKind === "listValue" && F.internalBinaryWrite(e.kind.listValue, t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
2051
1990
|
let r = n.writeUnknownFields;
|
|
2052
1991
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2053
1992
|
}
|
|
2054
|
-
}(),
|
|
1993
|
+
}(), P = new class extends T {
|
|
2055
1994
|
constructor() {
|
|
2056
|
-
super("shared.
|
|
1995
|
+
super("shared.NumberValue", [{
|
|
2057
1996
|
no: 1,
|
|
2058
|
-
name: "
|
|
1997
|
+
name: "integer",
|
|
2059
1998
|
kind: "scalar",
|
|
2060
|
-
|
|
1999
|
+
oneof: "number",
|
|
2000
|
+
T: 3,
|
|
2001
|
+
L: 0
|
|
2061
2002
|
}, {
|
|
2062
2003
|
no: 2,
|
|
2063
|
-
name: "
|
|
2064
|
-
kind: "
|
|
2065
|
-
|
|
2066
|
-
T:
|
|
2004
|
+
name: "float",
|
|
2005
|
+
kind: "scalar",
|
|
2006
|
+
oneof: "number",
|
|
2007
|
+
T: 1
|
|
2067
2008
|
}]);
|
|
2068
2009
|
}
|
|
2069
2010
|
create(e) {
|
|
2070
2011
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2071
|
-
return t.
|
|
2012
|
+
return t.number = { oneofKind: void 0 }, e !== void 0 && C(this, t, e), t;
|
|
2072
2013
|
}
|
|
2073
2014
|
internalBinaryRead(e, t, n, r) {
|
|
2074
2015
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2076,10 +2017,16 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2076
2017
|
let [t, r] = e.tag();
|
|
2077
2018
|
switch (t) {
|
|
2078
2019
|
case 1:
|
|
2079
|
-
i.
|
|
2020
|
+
i.number = {
|
|
2021
|
+
oneofKind: "integer",
|
|
2022
|
+
integer: e.int64().toBigInt()
|
|
2023
|
+
};
|
|
2080
2024
|
break;
|
|
2081
2025
|
case 2:
|
|
2082
|
-
i.
|
|
2026
|
+
i.number = {
|
|
2027
|
+
oneofKind: "float",
|
|
2028
|
+
float: e.double()
|
|
2029
|
+
};
|
|
2083
2030
|
break;
|
|
2084
2031
|
default:
|
|
2085
2032
|
let a = n.readUnknownField;
|
|
@@ -2091,30 +2038,64 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2091
2038
|
return i;
|
|
2092
2039
|
}
|
|
2093
2040
|
internalBinaryWrite(e, t, n) {
|
|
2094
|
-
e.
|
|
2095
|
-
for (let r = 0; r < e.rules.length; r++) K.internalBinaryWrite(e.rules[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
2041
|
+
e.number.oneofKind === "integer" && t.tag(1, s.Varint).int64(e.number.integer), e.number.oneofKind === "float" && t.tag(2, s.Bit64).double(e.number.float);
|
|
2096
2042
|
let r = n.writeUnknownFields;
|
|
2097
2043
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2098
2044
|
}
|
|
2099
|
-
}(),
|
|
2045
|
+
}(), F = new class extends T {
|
|
2100
2046
|
constructor() {
|
|
2101
|
-
super("shared.
|
|
2047
|
+
super("shared.ListValue", [{
|
|
2102
2048
|
no: 1,
|
|
2103
|
-
name: "
|
|
2049
|
+
name: "values",
|
|
2104
2050
|
kind: "message",
|
|
2105
|
-
|
|
2106
|
-
T: () =>
|
|
2051
|
+
repeat: 2,
|
|
2052
|
+
T: () => N
|
|
2053
|
+
}]);
|
|
2054
|
+
}
|
|
2055
|
+
create(e) {
|
|
2056
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
2057
|
+
return t.values = [], e !== void 0 && C(this, t, e), t;
|
|
2058
|
+
}
|
|
2059
|
+
internalBinaryRead(e, t, n, r) {
|
|
2060
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
2061
|
+
for (; e.pos < a;) {
|
|
2062
|
+
let [t, r] = e.tag();
|
|
2063
|
+
switch (t) {
|
|
2064
|
+
case 1:
|
|
2065
|
+
i.values.push(N.internalBinaryRead(e, e.uint32(), n));
|
|
2066
|
+
break;
|
|
2067
|
+
default:
|
|
2068
|
+
let a = n.readUnknownField;
|
|
2069
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
2070
|
+
let s = e.skip(r);
|
|
2071
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
2072
|
+
}
|
|
2073
|
+
}
|
|
2074
|
+
return i;
|
|
2075
|
+
}
|
|
2076
|
+
internalBinaryWrite(e, t, n) {
|
|
2077
|
+
for (let r = 0; r < e.values.length; r++) N.internalBinaryWrite(e.values[r], t.tag(1, s.LengthDelimited).fork(), n).join();
|
|
2078
|
+
let r = n.writeUnknownFields;
|
|
2079
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2080
|
+
}
|
|
2081
|
+
}(), We = new class extends T {
|
|
2082
|
+
constructor() {
|
|
2083
|
+
super("shared.ServiceError", [{
|
|
2084
|
+
no: 1,
|
|
2085
|
+
name: "message",
|
|
2086
|
+
kind: "scalar",
|
|
2087
|
+
T: 9
|
|
2107
2088
|
}, {
|
|
2108
2089
|
no: 2,
|
|
2109
|
-
name: "
|
|
2090
|
+
name: "details",
|
|
2110
2091
|
kind: "message",
|
|
2111
|
-
|
|
2112
|
-
T: () =>
|
|
2092
|
+
repeat: 2,
|
|
2093
|
+
T: () => I
|
|
2113
2094
|
}]);
|
|
2114
2095
|
}
|
|
2115
2096
|
create(e) {
|
|
2116
2097
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2117
|
-
return t.
|
|
2098
|
+
return t.message = "", t.details = [], e !== void 0 && C(this, t, e), t;
|
|
2118
2099
|
}
|
|
2119
2100
|
internalBinaryRead(e, t, n, r) {
|
|
2120
2101
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2122,16 +2103,10 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2122
2103
|
let [t, r] = e.tag();
|
|
2123
2104
|
switch (t) {
|
|
2124
2105
|
case 1:
|
|
2125
|
-
i.
|
|
2126
|
-
oneofKind: "numberRange",
|
|
2127
|
-
numberRange: q.internalBinaryRead(e, e.uint32(), n, i.config.numberRange)
|
|
2128
|
-
};
|
|
2106
|
+
i.message = e.string();
|
|
2129
2107
|
break;
|
|
2130
2108
|
case 2:
|
|
2131
|
-
i.
|
|
2132
|
-
oneofKind: "regex",
|
|
2133
|
-
regex: J.internalBinaryRead(e, e.uint32(), n, i.config.regex)
|
|
2134
|
-
};
|
|
2109
|
+
i.details.push(I.internalBinaryRead(e, e.uint32(), n));
|
|
2135
2110
|
break;
|
|
2136
2111
|
default:
|
|
2137
2112
|
let a = n.readUnknownField;
|
|
@@ -2143,29 +2118,67 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2143
2118
|
return i;
|
|
2144
2119
|
}
|
|
2145
2120
|
internalBinaryWrite(e, t, n) {
|
|
2146
|
-
e.
|
|
2121
|
+
e.message !== "" && t.tag(1, s.LengthDelimited).string(e.message);
|
|
2122
|
+
for (let r = 0; r < e.details.length; r++) I.internalBinaryWrite(e.details[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
2147
2123
|
let r = n.writeUnknownFields;
|
|
2148
2124
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2149
2125
|
}
|
|
2150
|
-
}(),
|
|
2126
|
+
}(), I = new class extends T {
|
|
2151
2127
|
constructor() {
|
|
2152
|
-
super("shared.
|
|
2128
|
+
super("shared.ServiceErrorDetails", [{
|
|
2153
2129
|
no: 1,
|
|
2154
|
-
name: "
|
|
2130
|
+
name: "active_model_error",
|
|
2155
2131
|
kind: "message",
|
|
2156
|
-
oneof: "
|
|
2157
|
-
T: () =>
|
|
2132
|
+
oneof: "kind",
|
|
2133
|
+
T: () => L
|
|
2134
|
+
}]);
|
|
2135
|
+
}
|
|
2136
|
+
create(e) {
|
|
2137
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
2138
|
+
return t.kind = { oneofKind: void 0 }, e !== void 0 && C(this, t, e), t;
|
|
2139
|
+
}
|
|
2140
|
+
internalBinaryRead(e, t, n, r) {
|
|
2141
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
2142
|
+
for (; e.pos < a;) {
|
|
2143
|
+
let [t, r] = e.tag();
|
|
2144
|
+
switch (t) {
|
|
2145
|
+
case 1:
|
|
2146
|
+
i.kind = {
|
|
2147
|
+
oneofKind: "activeModelError",
|
|
2148
|
+
activeModelError: L.internalBinaryRead(e, e.uint32(), n, i.kind.activeModelError)
|
|
2149
|
+
};
|
|
2150
|
+
break;
|
|
2151
|
+
default:
|
|
2152
|
+
let a = n.readUnknownField;
|
|
2153
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
2154
|
+
let s = e.skip(r);
|
|
2155
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
2156
|
+
}
|
|
2157
|
+
}
|
|
2158
|
+
return i;
|
|
2159
|
+
}
|
|
2160
|
+
internalBinaryWrite(e, t, n) {
|
|
2161
|
+
e.kind.oneofKind === "activeModelError" && L.internalBinaryWrite(e.kind.activeModelError, t.tag(1, s.LengthDelimited).fork(), n).join();
|
|
2162
|
+
let r = n.writeUnknownFields;
|
|
2163
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2164
|
+
}
|
|
2165
|
+
}(), L = new class extends T {
|
|
2166
|
+
constructor() {
|
|
2167
|
+
super("shared.ServiceActiveModelError", [{
|
|
2168
|
+
no: 1,
|
|
2169
|
+
name: "attribute",
|
|
2170
|
+
kind: "scalar",
|
|
2171
|
+
T: 9
|
|
2158
2172
|
}, {
|
|
2159
2173
|
no: 2,
|
|
2160
|
-
name: "
|
|
2161
|
-
kind: "
|
|
2162
|
-
|
|
2163
|
-
T: () => J
|
|
2174
|
+
name: "type",
|
|
2175
|
+
kind: "scalar",
|
|
2176
|
+
T: 9
|
|
2164
2177
|
}]);
|
|
2165
2178
|
}
|
|
2166
2179
|
create(e) {
|
|
2167
2180
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2168
|
-
return t.
|
|
2181
|
+
return t.attribute = "", t.type = "", e !== void 0 && C(this, t, e), t;
|
|
2169
2182
|
}
|
|
2170
2183
|
internalBinaryRead(e, t, n, r) {
|
|
2171
2184
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2173,16 +2186,10 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2173
2186
|
let [t, r] = e.tag();
|
|
2174
2187
|
switch (t) {
|
|
2175
2188
|
case 1:
|
|
2176
|
-
i.
|
|
2177
|
-
oneofKind: "numberRange",
|
|
2178
|
-
numberRange: q.internalBinaryRead(e, e.uint32(), n, i.config.numberRange)
|
|
2179
|
-
};
|
|
2189
|
+
i.attribute = e.string();
|
|
2180
2190
|
break;
|
|
2181
2191
|
case 2:
|
|
2182
|
-
i.
|
|
2183
|
-
oneofKind: "regex",
|
|
2184
|
-
regex: J.internalBinaryRead(e, e.uint32(), n, i.config.regex)
|
|
2185
|
-
};
|
|
2192
|
+
i.type = e.string();
|
|
2186
2193
|
break;
|
|
2187
2194
|
default:
|
|
2188
2195
|
let a = n.readUnknownField;
|
|
@@ -2194,40 +2201,754 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2194
2201
|
return i;
|
|
2195
2202
|
}
|
|
2196
2203
|
internalBinaryWrite(e, t, n) {
|
|
2197
|
-
e.
|
|
2204
|
+
e.attribute !== "" && t.tag(1, s.LengthDelimited).string(e.attribute), e.type !== "" && t.tag(2, s.LengthDelimited).string(e.type);
|
|
2198
2205
|
let r = n.writeUnknownFields;
|
|
2199
2206
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2200
2207
|
}
|
|
2201
|
-
}(),
|
|
2208
|
+
}(), R = new class extends T {
|
|
2202
2209
|
constructor() {
|
|
2203
|
-
super("shared.
|
|
2210
|
+
super("shared.Error", [
|
|
2204
2211
|
{
|
|
2205
2212
|
no: 1,
|
|
2206
|
-
name: "
|
|
2213
|
+
name: "code",
|
|
2214
|
+
kind: "scalar",
|
|
2215
|
+
T: 9
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
no: 2,
|
|
2219
|
+
name: "category",
|
|
2220
|
+
kind: "scalar",
|
|
2221
|
+
T: 9
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
no: 3,
|
|
2225
|
+
name: "message",
|
|
2226
|
+
kind: "scalar",
|
|
2227
|
+
T: 9
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
no: 4,
|
|
2231
|
+
name: "timestamp",
|
|
2232
|
+
kind: "scalar",
|
|
2233
|
+
T: 3,
|
|
2234
|
+
L: 0
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
no: 5,
|
|
2238
|
+
name: "version",
|
|
2239
|
+
kind: "scalar",
|
|
2240
|
+
T: 9
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
no: 6,
|
|
2244
|
+
name: "dependencies",
|
|
2245
|
+
kind: "map",
|
|
2246
|
+
K: 9,
|
|
2247
|
+
V: {
|
|
2248
|
+
kind: "scalar",
|
|
2249
|
+
T: 9
|
|
2250
|
+
}
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
no: 7,
|
|
2254
|
+
name: "details",
|
|
2255
|
+
kind: "message",
|
|
2256
|
+
T: () => M
|
|
2257
|
+
}
|
|
2258
|
+
]);
|
|
2259
|
+
}
|
|
2260
|
+
create(e) {
|
|
2261
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
2262
|
+
return t.code = "", t.category = "", t.message = "", t.timestamp = 0n, t.version = "", t.dependencies = {}, e !== void 0 && C(this, t, e), t;
|
|
2263
|
+
}
|
|
2264
|
+
internalBinaryRead(e, t, n, r) {
|
|
2265
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
2266
|
+
for (; e.pos < a;) {
|
|
2267
|
+
let [t, r] = e.tag();
|
|
2268
|
+
switch (t) {
|
|
2269
|
+
case 1:
|
|
2270
|
+
i.code = e.string();
|
|
2271
|
+
break;
|
|
2272
|
+
case 2:
|
|
2273
|
+
i.category = e.string();
|
|
2274
|
+
break;
|
|
2275
|
+
case 3:
|
|
2276
|
+
i.message = e.string();
|
|
2277
|
+
break;
|
|
2278
|
+
case 4:
|
|
2279
|
+
i.timestamp = e.int64().toBigInt();
|
|
2280
|
+
break;
|
|
2281
|
+
case 5:
|
|
2282
|
+
i.version = e.string();
|
|
2283
|
+
break;
|
|
2284
|
+
case 6:
|
|
2285
|
+
this.binaryReadMap6(i.dependencies, e, n);
|
|
2286
|
+
break;
|
|
2287
|
+
case 7:
|
|
2288
|
+
i.details = M.internalBinaryRead(e, e.uint32(), n, i.details);
|
|
2289
|
+
break;
|
|
2290
|
+
default:
|
|
2291
|
+
let a = n.readUnknownField;
|
|
2292
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
2293
|
+
let s = e.skip(r);
|
|
2294
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
2295
|
+
}
|
|
2296
|
+
}
|
|
2297
|
+
return i;
|
|
2298
|
+
}
|
|
2299
|
+
binaryReadMap6(e, t, n) {
|
|
2300
|
+
let r = t.uint32(), i = t.pos + r, a, o;
|
|
2301
|
+
for (; t.pos < i;) {
|
|
2302
|
+
let [e, n] = t.tag();
|
|
2303
|
+
switch (e) {
|
|
2304
|
+
case 1:
|
|
2305
|
+
a = t.string();
|
|
2306
|
+
break;
|
|
2307
|
+
case 2:
|
|
2308
|
+
o = t.string();
|
|
2309
|
+
break;
|
|
2310
|
+
default: throw new globalThis.Error("unknown map entry field for shared.Error.dependencies");
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
e[a ?? ""] = o ?? "";
|
|
2314
|
+
}
|
|
2315
|
+
internalBinaryWrite(e, t, n) {
|
|
2316
|
+
e.code !== "" && t.tag(1, s.LengthDelimited).string(e.code), e.category !== "" && t.tag(2, s.LengthDelimited).string(e.category), e.message !== "" && t.tag(3, s.LengthDelimited).string(e.message), e.timestamp !== 0n && t.tag(4, s.Varint).int64(e.timestamp), e.version !== "" && t.tag(5, s.LengthDelimited).string(e.version);
|
|
2317
|
+
for (let n of globalThis.Object.keys(e.dependencies)) t.tag(6, s.LengthDelimited).fork().tag(1, s.LengthDelimited).string(n).tag(2, s.LengthDelimited).string(e.dependencies[n]).join();
|
|
2318
|
+
e.details && M.internalBinaryWrite(e.details, t.tag(7, s.LengthDelimited).fork(), n).join();
|
|
2319
|
+
let r = n.writeUnknownFields;
|
|
2320
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2321
|
+
}
|
|
2322
|
+
}(), z = new class extends T {
|
|
2323
|
+
constructor() {
|
|
2324
|
+
super("shared.NodeParameterNodeExecutionResult", [{
|
|
2325
|
+
no: 5,
|
|
2326
|
+
name: "value",
|
|
2327
|
+
kind: "message",
|
|
2328
|
+
T: () => N
|
|
2329
|
+
}]);
|
|
2330
|
+
}
|
|
2331
|
+
create(e) {
|
|
2332
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
2333
|
+
return e !== void 0 && C(this, t, e), t;
|
|
2334
|
+
}
|
|
2335
|
+
internalBinaryRead(e, t, n, r) {
|
|
2336
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
2337
|
+
for (; e.pos < a;) {
|
|
2338
|
+
let [t, r] = e.tag();
|
|
2339
|
+
switch (t) {
|
|
2340
|
+
case 5:
|
|
2341
|
+
i.value = N.internalBinaryRead(e, e.uint32(), n, i.value);
|
|
2342
|
+
break;
|
|
2343
|
+
default:
|
|
2344
|
+
let a = n.readUnknownField;
|
|
2345
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
2346
|
+
let s = e.skip(r);
|
|
2347
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
2348
|
+
}
|
|
2349
|
+
}
|
|
2350
|
+
return i;
|
|
2351
|
+
}
|
|
2352
|
+
internalBinaryWrite(e, t, n) {
|
|
2353
|
+
e.value && N.internalBinaryWrite(e.value, t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
2354
|
+
let r = n.writeUnknownFields;
|
|
2355
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2356
|
+
}
|
|
2357
|
+
}(), B = new class extends T {
|
|
2358
|
+
constructor() {
|
|
2359
|
+
super("shared.NodeExecutionResult", [
|
|
2360
|
+
{
|
|
2361
|
+
no: 1,
|
|
2362
|
+
name: "node_id",
|
|
2363
|
+
kind: "scalar",
|
|
2364
|
+
T: 3,
|
|
2365
|
+
L: 0
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
no: 2,
|
|
2369
|
+
name: "started_at",
|
|
2370
|
+
kind: "scalar",
|
|
2371
|
+
T: 3,
|
|
2372
|
+
L: 0
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
no: 3,
|
|
2376
|
+
name: "finished_at",
|
|
2377
|
+
kind: "scalar",
|
|
2378
|
+
T: 3,
|
|
2379
|
+
L: 0
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
no: 4,
|
|
2383
|
+
name: "parameter_results",
|
|
2384
|
+
kind: "message",
|
|
2385
|
+
repeat: 2,
|
|
2386
|
+
T: () => z
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
no: 5,
|
|
2390
|
+
name: "success",
|
|
2391
|
+
kind: "message",
|
|
2392
|
+
oneof: "result",
|
|
2393
|
+
T: () => N
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
no: 6,
|
|
2397
|
+
name: "error",
|
|
2398
|
+
kind: "message",
|
|
2399
|
+
oneof: "result",
|
|
2400
|
+
T: () => R
|
|
2401
|
+
}
|
|
2402
|
+
]);
|
|
2403
|
+
}
|
|
2404
|
+
create(e) {
|
|
2405
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
2406
|
+
return t.nodeId = 0n, t.startedAt = 0n, t.finishedAt = 0n, t.parameterResults = [], t.result = { oneofKind: void 0 }, e !== void 0 && C(this, t, e), t;
|
|
2407
|
+
}
|
|
2408
|
+
internalBinaryRead(e, t, n, r) {
|
|
2409
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
2410
|
+
for (; e.pos < a;) {
|
|
2411
|
+
let [t, r] = e.tag();
|
|
2412
|
+
switch (t) {
|
|
2413
|
+
case 1:
|
|
2414
|
+
i.nodeId = e.int64().toBigInt();
|
|
2415
|
+
break;
|
|
2416
|
+
case 2:
|
|
2417
|
+
i.startedAt = e.int64().toBigInt();
|
|
2418
|
+
break;
|
|
2419
|
+
case 3:
|
|
2420
|
+
i.finishedAt = e.int64().toBigInt();
|
|
2421
|
+
break;
|
|
2422
|
+
case 4:
|
|
2423
|
+
i.parameterResults.push(z.internalBinaryRead(e, e.uint32(), n));
|
|
2424
|
+
break;
|
|
2425
|
+
case 5:
|
|
2426
|
+
i.result = {
|
|
2427
|
+
oneofKind: "success",
|
|
2428
|
+
success: N.internalBinaryRead(e, e.uint32(), n, i.result.success)
|
|
2429
|
+
};
|
|
2430
|
+
break;
|
|
2431
|
+
case 6:
|
|
2432
|
+
i.result = {
|
|
2433
|
+
oneofKind: "error",
|
|
2434
|
+
error: R.internalBinaryRead(e, e.uint32(), n, i.result.error)
|
|
2435
|
+
};
|
|
2436
|
+
break;
|
|
2437
|
+
default:
|
|
2438
|
+
let a = n.readUnknownField;
|
|
2439
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
2440
|
+
let s = e.skip(r);
|
|
2441
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
2442
|
+
}
|
|
2443
|
+
}
|
|
2444
|
+
return i;
|
|
2445
|
+
}
|
|
2446
|
+
internalBinaryWrite(e, t, n) {
|
|
2447
|
+
e.nodeId !== 0n && t.tag(1, s.Varint).int64(e.nodeId), e.startedAt !== 0n && t.tag(2, s.Varint).int64(e.startedAt), e.finishedAt !== 0n && t.tag(3, s.Varint).int64(e.finishedAt);
|
|
2448
|
+
for (let r = 0; r < e.parameterResults.length; r++) z.internalBinaryWrite(e.parameterResults[r], t.tag(4, s.LengthDelimited).fork(), n).join();
|
|
2449
|
+
e.result.oneofKind === "success" && N.internalBinaryWrite(e.result.success, t.tag(5, s.LengthDelimited).fork(), n).join(), e.result.oneofKind === "error" && R.internalBinaryWrite(e.result.error, t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
2450
|
+
let r = n.writeUnknownFields;
|
|
2451
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2452
|
+
}
|
|
2453
|
+
}(), Ge = new class extends T {
|
|
2454
|
+
constructor() {
|
|
2455
|
+
super("shared.ExecutionResult", [
|
|
2456
|
+
{
|
|
2457
|
+
no: 1,
|
|
2458
|
+
name: "execution_identifier",
|
|
2459
|
+
kind: "scalar",
|
|
2460
|
+
T: 9
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
no: 2,
|
|
2464
|
+
name: "flow_id",
|
|
2465
|
+
kind: "scalar",
|
|
2466
|
+
T: 3,
|
|
2467
|
+
L: 0
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
no: 3,
|
|
2471
|
+
name: "started_at",
|
|
2472
|
+
kind: "scalar",
|
|
2473
|
+
T: 3,
|
|
2474
|
+
L: 0
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
no: 4,
|
|
2478
|
+
name: "finished_at",
|
|
2479
|
+
kind: "scalar",
|
|
2480
|
+
T: 3,
|
|
2481
|
+
L: 0
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
no: 5,
|
|
2485
|
+
name: "input",
|
|
2486
|
+
kind: "message",
|
|
2487
|
+
T: () => N
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
no: 6,
|
|
2491
|
+
name: "node_execution_results",
|
|
2492
|
+
kind: "message",
|
|
2493
|
+
repeat: 2,
|
|
2494
|
+
T: () => B
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
no: 7,
|
|
2498
|
+
name: "success",
|
|
2499
|
+
kind: "message",
|
|
2500
|
+
oneof: "result",
|
|
2501
|
+
T: () => N
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
no: 8,
|
|
2505
|
+
name: "error",
|
|
2506
|
+
kind: "message",
|
|
2507
|
+
oneof: "result",
|
|
2508
|
+
T: () => R
|
|
2509
|
+
}
|
|
2510
|
+
]);
|
|
2511
|
+
}
|
|
2512
|
+
create(e) {
|
|
2513
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
2514
|
+
return t.executionIdentifier = "", t.flowId = 0n, t.startedAt = 0n, t.finishedAt = 0n, t.nodeExecutionResults = [], t.result = { oneofKind: void 0 }, e !== void 0 && C(this, t, e), t;
|
|
2515
|
+
}
|
|
2516
|
+
internalBinaryRead(e, t, n, r) {
|
|
2517
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
2518
|
+
for (; e.pos < a;) {
|
|
2519
|
+
let [t, r] = e.tag();
|
|
2520
|
+
switch (t) {
|
|
2521
|
+
case 1:
|
|
2522
|
+
i.executionIdentifier = e.string();
|
|
2523
|
+
break;
|
|
2524
|
+
case 2:
|
|
2525
|
+
i.flowId = e.int64().toBigInt();
|
|
2526
|
+
break;
|
|
2527
|
+
case 3:
|
|
2528
|
+
i.startedAt = e.int64().toBigInt();
|
|
2529
|
+
break;
|
|
2530
|
+
case 4:
|
|
2531
|
+
i.finishedAt = e.int64().toBigInt();
|
|
2532
|
+
break;
|
|
2533
|
+
case 5:
|
|
2534
|
+
i.input = N.internalBinaryRead(e, e.uint32(), n, i.input);
|
|
2535
|
+
break;
|
|
2536
|
+
case 6:
|
|
2537
|
+
i.nodeExecutionResults.push(B.internalBinaryRead(e, e.uint32(), n));
|
|
2538
|
+
break;
|
|
2539
|
+
case 7:
|
|
2540
|
+
i.result = {
|
|
2541
|
+
oneofKind: "success",
|
|
2542
|
+
success: N.internalBinaryRead(e, e.uint32(), n, i.result.success)
|
|
2543
|
+
};
|
|
2544
|
+
break;
|
|
2545
|
+
case 8:
|
|
2546
|
+
i.result = {
|
|
2547
|
+
oneofKind: "error",
|
|
2548
|
+
error: R.internalBinaryRead(e, e.uint32(), n, i.result.error)
|
|
2549
|
+
};
|
|
2550
|
+
break;
|
|
2551
|
+
default:
|
|
2552
|
+
let a = n.readUnknownField;
|
|
2553
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
2554
|
+
let s = e.skip(r);
|
|
2555
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
2556
|
+
}
|
|
2557
|
+
}
|
|
2558
|
+
return i;
|
|
2559
|
+
}
|
|
2560
|
+
internalBinaryWrite(e, t, n) {
|
|
2561
|
+
e.executionIdentifier !== "" && t.tag(1, s.LengthDelimited).string(e.executionIdentifier), e.flowId !== 0n && t.tag(2, s.Varint).int64(e.flowId), e.startedAt !== 0n && t.tag(3, s.Varint).int64(e.startedAt), e.finishedAt !== 0n && t.tag(4, s.Varint).int64(e.finishedAt), e.input && N.internalBinaryWrite(e.input, t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
2562
|
+
for (let r = 0; r < e.nodeExecutionResults.length; r++) B.internalBinaryWrite(e.nodeExecutionResults[r], t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
2563
|
+
e.result.oneofKind === "success" && N.internalBinaryWrite(e.result.success, t.tag(7, s.LengthDelimited).fork(), n).join(), e.result.oneofKind === "error" && R.internalBinaryWrite(e.result.error, t.tag(8, s.LengthDelimited).fork(), n).join();
|
|
2564
|
+
let r = n.writeUnknownFields;
|
|
2565
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2566
|
+
}
|
|
2567
|
+
}(), Ke = /* @__PURE__ */ function(e) {
|
|
2568
|
+
return e[e.UNKNOWN = 0] = "UNKNOWN", e[e.NONE = 1] = "NONE", e[e.PROJECT = 2] = "PROJECT", e;
|
|
2569
|
+
}({}), V = new class extends T {
|
|
2570
|
+
constructor() {
|
|
2571
|
+
super("shared.FlowType", [
|
|
2572
|
+
{
|
|
2573
|
+
no: 1,
|
|
2574
|
+
name: "identifier",
|
|
2575
|
+
kind: "scalar",
|
|
2576
|
+
T: 9
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
no: 2,
|
|
2580
|
+
name: "settings",
|
|
2581
|
+
kind: "message",
|
|
2582
|
+
repeat: 2,
|
|
2583
|
+
T: () => H
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
no: 3,
|
|
2587
|
+
name: "editable",
|
|
2588
|
+
kind: "scalar",
|
|
2589
|
+
T: 8
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
no: 4,
|
|
2593
|
+
name: "name",
|
|
2594
|
+
kind: "message",
|
|
2595
|
+
repeat: 2,
|
|
2596
|
+
T: () => E
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
no: 5,
|
|
2600
|
+
name: "description",
|
|
2601
|
+
kind: "message",
|
|
2602
|
+
repeat: 2,
|
|
2603
|
+
T: () => E
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
no: 6,
|
|
2607
|
+
name: "documentation",
|
|
2608
|
+
kind: "message",
|
|
2609
|
+
repeat: 2,
|
|
2610
|
+
T: () => E
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
no: 7,
|
|
2614
|
+
name: "display_message",
|
|
2615
|
+
kind: "message",
|
|
2616
|
+
repeat: 2,
|
|
2617
|
+
T: () => E
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
no: 8,
|
|
2621
|
+
name: "alias",
|
|
2622
|
+
kind: "message",
|
|
2623
|
+
repeat: 2,
|
|
2624
|
+
T: () => E
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
no: 9,
|
|
2628
|
+
name: "version",
|
|
2629
|
+
kind: "scalar",
|
|
2630
|
+
T: 9
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
no: 10,
|
|
2634
|
+
name: "display_icon",
|
|
2635
|
+
kind: "scalar",
|
|
2636
|
+
T: 9
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
no: 11,
|
|
2640
|
+
name: "definition_source",
|
|
2641
|
+
kind: "scalar",
|
|
2642
|
+
opt: !0,
|
|
2643
|
+
T: 9
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
no: 12,
|
|
2647
|
+
name: "linked_data_type_identifiers",
|
|
2648
|
+
kind: "scalar",
|
|
2649
|
+
repeat: 2,
|
|
2650
|
+
T: 9
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
no: 13,
|
|
2654
|
+
name: "signature",
|
|
2655
|
+
kind: "scalar",
|
|
2656
|
+
T: 9
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
no: 14,
|
|
2660
|
+
name: "runtime_identifier",
|
|
2661
|
+
kind: "scalar",
|
|
2662
|
+
T: 9
|
|
2663
|
+
}
|
|
2664
|
+
]);
|
|
2665
|
+
}
|
|
2666
|
+
create(e) {
|
|
2667
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
2668
|
+
return t.identifier = "", t.settings = [], t.editable = !1, t.name = [], t.description = [], t.documentation = [], t.displayMessage = [], t.alias = [], t.version = "", t.displayIcon = "", t.linkedDataTypeIdentifiers = [], t.signature = "", t.runtimeIdentifier = "", e !== void 0 && C(this, t, e), t;
|
|
2669
|
+
}
|
|
2670
|
+
internalBinaryRead(e, t, n, r) {
|
|
2671
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
2672
|
+
for (; e.pos < a;) {
|
|
2673
|
+
let [t, r] = e.tag();
|
|
2674
|
+
switch (t) {
|
|
2675
|
+
case 1:
|
|
2676
|
+
i.identifier = e.string();
|
|
2677
|
+
break;
|
|
2678
|
+
case 2:
|
|
2679
|
+
i.settings.push(H.internalBinaryRead(e, e.uint32(), n));
|
|
2680
|
+
break;
|
|
2681
|
+
case 3:
|
|
2682
|
+
i.editable = e.bool();
|
|
2683
|
+
break;
|
|
2684
|
+
case 4:
|
|
2685
|
+
i.name.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2686
|
+
break;
|
|
2687
|
+
case 5:
|
|
2688
|
+
i.description.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2689
|
+
break;
|
|
2690
|
+
case 6:
|
|
2691
|
+
i.documentation.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2692
|
+
break;
|
|
2693
|
+
case 7:
|
|
2694
|
+
i.displayMessage.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2695
|
+
break;
|
|
2696
|
+
case 8:
|
|
2697
|
+
i.alias.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2698
|
+
break;
|
|
2699
|
+
case 9:
|
|
2700
|
+
i.version = e.string();
|
|
2701
|
+
break;
|
|
2702
|
+
case 10:
|
|
2703
|
+
i.displayIcon = e.string();
|
|
2704
|
+
break;
|
|
2705
|
+
case 11:
|
|
2706
|
+
i.definitionSource = e.string();
|
|
2707
|
+
break;
|
|
2708
|
+
case 12:
|
|
2709
|
+
i.linkedDataTypeIdentifiers.push(e.string());
|
|
2710
|
+
break;
|
|
2711
|
+
case 13:
|
|
2712
|
+
i.signature = e.string();
|
|
2713
|
+
break;
|
|
2714
|
+
case 14:
|
|
2715
|
+
i.runtimeIdentifier = e.string();
|
|
2716
|
+
break;
|
|
2717
|
+
default:
|
|
2718
|
+
let a = n.readUnknownField;
|
|
2719
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
2720
|
+
let s = e.skip(r);
|
|
2721
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
2722
|
+
}
|
|
2723
|
+
}
|
|
2724
|
+
return i;
|
|
2725
|
+
}
|
|
2726
|
+
internalBinaryWrite(e, t, n) {
|
|
2727
|
+
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier);
|
|
2728
|
+
for (let r = 0; r < e.settings.length; r++) H.internalBinaryWrite(e.settings[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
2729
|
+
e.editable !== !1 && t.tag(3, s.Varint).bool(e.editable);
|
|
2730
|
+
for (let r = 0; r < e.name.length; r++) E.internalBinaryWrite(e.name[r], t.tag(4, s.LengthDelimited).fork(), n).join();
|
|
2731
|
+
for (let r = 0; r < e.description.length; r++) E.internalBinaryWrite(e.description[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
2732
|
+
for (let r = 0; r < e.documentation.length; r++) E.internalBinaryWrite(e.documentation[r], t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
2733
|
+
for (let r = 0; r < e.displayMessage.length; r++) E.internalBinaryWrite(e.displayMessage[r], t.tag(7, s.LengthDelimited).fork(), n).join();
|
|
2734
|
+
for (let r = 0; r < e.alias.length; r++) E.internalBinaryWrite(e.alias[r], t.tag(8, s.LengthDelimited).fork(), n).join();
|
|
2735
|
+
e.version !== "" && t.tag(9, s.LengthDelimited).string(e.version), e.displayIcon !== "" && t.tag(10, s.LengthDelimited).string(e.displayIcon), e.definitionSource !== void 0 && t.tag(11, s.LengthDelimited).string(e.definitionSource);
|
|
2736
|
+
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(12, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
2737
|
+
e.signature !== "" && t.tag(13, s.LengthDelimited).string(e.signature), e.runtimeIdentifier !== "" && t.tag(14, s.LengthDelimited).string(e.runtimeIdentifier);
|
|
2738
|
+
let r = n.writeUnknownFields;
|
|
2739
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2740
|
+
}
|
|
2741
|
+
}(), H = new class extends T {
|
|
2742
|
+
constructor() {
|
|
2743
|
+
super("shared.FlowTypeSetting", [
|
|
2744
|
+
{
|
|
2745
|
+
no: 1,
|
|
2746
|
+
name: "identifier",
|
|
2747
|
+
kind: "scalar",
|
|
2748
|
+
T: 9
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
no: 2,
|
|
2752
|
+
name: "unique",
|
|
2753
|
+
kind: "enum",
|
|
2754
|
+
T: () => ["shared.FlowTypeSetting.UniquenessScope", Ke]
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
no: 3,
|
|
2758
|
+
name: "default_value",
|
|
2759
|
+
kind: "message",
|
|
2760
|
+
T: () => N
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
no: 4,
|
|
2764
|
+
name: "name",
|
|
2765
|
+
kind: "message",
|
|
2766
|
+
repeat: 2,
|
|
2767
|
+
T: () => E
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
no: 5,
|
|
2771
|
+
name: "description",
|
|
2772
|
+
kind: "message",
|
|
2773
|
+
repeat: 2,
|
|
2774
|
+
T: () => E
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
no: 6,
|
|
2778
|
+
name: "optional",
|
|
2779
|
+
kind: "scalar",
|
|
2780
|
+
opt: !0,
|
|
2781
|
+
T: 8
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
no: 7,
|
|
2785
|
+
name: "hidden",
|
|
2786
|
+
kind: "scalar",
|
|
2787
|
+
opt: !0,
|
|
2788
|
+
T: 8
|
|
2789
|
+
}
|
|
2790
|
+
]);
|
|
2791
|
+
}
|
|
2792
|
+
create(e) {
|
|
2793
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
2794
|
+
return t.identifier = "", t.unique = 0, t.name = [], t.description = [], e !== void 0 && C(this, t, e), t;
|
|
2795
|
+
}
|
|
2796
|
+
internalBinaryRead(e, t, n, r) {
|
|
2797
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
2798
|
+
for (; e.pos < a;) {
|
|
2799
|
+
let [t, r] = e.tag();
|
|
2800
|
+
switch (t) {
|
|
2801
|
+
case 1:
|
|
2802
|
+
i.identifier = e.string();
|
|
2803
|
+
break;
|
|
2804
|
+
case 2:
|
|
2805
|
+
i.unique = e.int32();
|
|
2806
|
+
break;
|
|
2807
|
+
case 3:
|
|
2808
|
+
i.defaultValue = N.internalBinaryRead(e, e.uint32(), n, i.defaultValue);
|
|
2809
|
+
break;
|
|
2810
|
+
case 4:
|
|
2811
|
+
i.name.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2812
|
+
break;
|
|
2813
|
+
case 5:
|
|
2814
|
+
i.description.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2815
|
+
break;
|
|
2816
|
+
case 6:
|
|
2817
|
+
i.optional = e.bool();
|
|
2818
|
+
break;
|
|
2819
|
+
case 7:
|
|
2820
|
+
i.hidden = e.bool();
|
|
2821
|
+
break;
|
|
2822
|
+
default:
|
|
2823
|
+
let a = n.readUnknownField;
|
|
2824
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
2825
|
+
let s = e.skip(r);
|
|
2826
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
2827
|
+
}
|
|
2828
|
+
}
|
|
2829
|
+
return i;
|
|
2830
|
+
}
|
|
2831
|
+
internalBinaryWrite(e, t, n) {
|
|
2832
|
+
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier), e.unique !== 0 && t.tag(2, s.Varint).int32(e.unique), e.defaultValue && N.internalBinaryWrite(e.defaultValue, t.tag(3, s.LengthDelimited).fork(), n).join();
|
|
2833
|
+
for (let r = 0; r < e.name.length; r++) E.internalBinaryWrite(e.name[r], t.tag(4, s.LengthDelimited).fork(), n).join();
|
|
2834
|
+
for (let r = 0; r < e.description.length; r++) E.internalBinaryWrite(e.description[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
2835
|
+
e.optional !== void 0 && t.tag(6, s.Varint).bool(e.optional), e.hidden !== void 0 && t.tag(7, s.Varint).bool(e.hidden);
|
|
2836
|
+
let r = n.writeUnknownFields;
|
|
2837
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2838
|
+
}
|
|
2839
|
+
}(), U = new class extends T {
|
|
2840
|
+
constructor() {
|
|
2841
|
+
super("shared.FunctionDefinition", [
|
|
2842
|
+
{
|
|
2843
|
+
no: 1,
|
|
2844
|
+
name: "runtime_name",
|
|
2845
|
+
kind: "scalar",
|
|
2846
|
+
T: 9
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
no: 2,
|
|
2850
|
+
name: "parameter_definitions",
|
|
2851
|
+
kind: "message",
|
|
2852
|
+
repeat: 2,
|
|
2853
|
+
T: () => W
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
no: 3,
|
|
2857
|
+
name: "signature",
|
|
2858
|
+
kind: "scalar",
|
|
2859
|
+
T: 9
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
no: 4,
|
|
2863
|
+
name: "throws_error",
|
|
2864
|
+
kind: "scalar",
|
|
2865
|
+
T: 8
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
no: 5,
|
|
2869
|
+
name: "name",
|
|
2870
|
+
kind: "message",
|
|
2871
|
+
repeat: 2,
|
|
2872
|
+
T: () => E
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
no: 6,
|
|
2876
|
+
name: "description",
|
|
2877
|
+
kind: "message",
|
|
2878
|
+
repeat: 2,
|
|
2879
|
+
T: () => E
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
no: 7,
|
|
2883
|
+
name: "documentation",
|
|
2884
|
+
kind: "message",
|
|
2885
|
+
repeat: 2,
|
|
2886
|
+
T: () => E
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
no: 8,
|
|
2890
|
+
name: "deprecation_message",
|
|
2891
|
+
kind: "message",
|
|
2892
|
+
repeat: 2,
|
|
2893
|
+
T: () => E
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
no: 9,
|
|
2897
|
+
name: "display_message",
|
|
2898
|
+
kind: "message",
|
|
2899
|
+
repeat: 2,
|
|
2900
|
+
T: () => E
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
no: 10,
|
|
2904
|
+
name: "alias",
|
|
2905
|
+
kind: "message",
|
|
2906
|
+
repeat: 2,
|
|
2907
|
+
T: () => E
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
no: 11,
|
|
2911
|
+
name: "linked_data_type_identifiers",
|
|
2912
|
+
kind: "scalar",
|
|
2913
|
+
repeat: 2,
|
|
2914
|
+
T: 9
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
no: 12,
|
|
2918
|
+
name: "version",
|
|
2919
|
+
kind: "scalar",
|
|
2920
|
+
T: 9
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
no: 13,
|
|
2924
|
+
name: "display_icon",
|
|
2925
|
+
kind: "scalar",
|
|
2926
|
+
T: 9
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
no: 14,
|
|
2930
|
+
name: "definition_source",
|
|
2207
2931
|
kind: "scalar",
|
|
2208
|
-
T:
|
|
2209
|
-
L: 0
|
|
2932
|
+
T: 9
|
|
2210
2933
|
},
|
|
2211
2934
|
{
|
|
2212
|
-
no:
|
|
2213
|
-
name: "
|
|
2935
|
+
no: 15,
|
|
2936
|
+
name: "runtime_definition_name",
|
|
2214
2937
|
kind: "scalar",
|
|
2215
|
-
T:
|
|
2216
|
-
L: 0
|
|
2938
|
+
T: 9
|
|
2217
2939
|
},
|
|
2218
2940
|
{
|
|
2219
|
-
no:
|
|
2220
|
-
name: "
|
|
2941
|
+
no: 16,
|
|
2942
|
+
name: "design",
|
|
2221
2943
|
kind: "scalar",
|
|
2222
2944
|
opt: !0,
|
|
2223
|
-
T:
|
|
2224
|
-
L: 0
|
|
2945
|
+
T: 9
|
|
2225
2946
|
}
|
|
2226
2947
|
]);
|
|
2227
2948
|
}
|
|
2228
2949
|
create(e) {
|
|
2229
2950
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2230
|
-
return t.
|
|
2951
|
+
return t.runtimeName = "", t.parameterDefinitions = [], t.signature = "", t.throwsError = !1, t.name = [], t.description = [], t.documentation = [], t.deprecationMessage = [], t.displayMessage = [], t.alias = [], t.linkedDataTypeIdentifiers = [], t.version = "", t.displayIcon = "", t.definitionSource = "", t.runtimeDefinitionName = "", e !== void 0 && C(this, t, e), t;
|
|
2231
2952
|
}
|
|
2232
2953
|
internalBinaryRead(e, t, n, r) {
|
|
2233
2954
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2235,13 +2956,52 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2235
2956
|
let [t, r] = e.tag();
|
|
2236
2957
|
switch (t) {
|
|
2237
2958
|
case 1:
|
|
2238
|
-
i.
|
|
2959
|
+
i.runtimeName = e.string();
|
|
2239
2960
|
break;
|
|
2240
2961
|
case 2:
|
|
2241
|
-
i.
|
|
2962
|
+
i.parameterDefinitions.push(W.internalBinaryRead(e, e.uint32(), n));
|
|
2242
2963
|
break;
|
|
2243
2964
|
case 3:
|
|
2244
|
-
i.
|
|
2965
|
+
i.signature = e.string();
|
|
2966
|
+
break;
|
|
2967
|
+
case 4:
|
|
2968
|
+
i.throwsError = e.bool();
|
|
2969
|
+
break;
|
|
2970
|
+
case 5:
|
|
2971
|
+
i.name.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2972
|
+
break;
|
|
2973
|
+
case 6:
|
|
2974
|
+
i.description.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2975
|
+
break;
|
|
2976
|
+
case 7:
|
|
2977
|
+
i.documentation.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2978
|
+
break;
|
|
2979
|
+
case 8:
|
|
2980
|
+
i.deprecationMessage.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2981
|
+
break;
|
|
2982
|
+
case 9:
|
|
2983
|
+
i.displayMessage.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2984
|
+
break;
|
|
2985
|
+
case 10:
|
|
2986
|
+
i.alias.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2987
|
+
break;
|
|
2988
|
+
case 11:
|
|
2989
|
+
i.linkedDataTypeIdentifiers.push(e.string());
|
|
2990
|
+
break;
|
|
2991
|
+
case 12:
|
|
2992
|
+
i.version = e.string();
|
|
2993
|
+
break;
|
|
2994
|
+
case 13:
|
|
2995
|
+
i.displayIcon = e.string();
|
|
2996
|
+
break;
|
|
2997
|
+
case 14:
|
|
2998
|
+
i.definitionSource = e.string();
|
|
2999
|
+
break;
|
|
3000
|
+
case 15:
|
|
3001
|
+
i.runtimeDefinitionName = e.string();
|
|
3002
|
+
break;
|
|
3003
|
+
case 16:
|
|
3004
|
+
i.design = e.string();
|
|
2245
3005
|
break;
|
|
2246
3006
|
default:
|
|
2247
3007
|
let a = n.readUnknownField;
|
|
@@ -2253,22 +3013,81 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2253
3013
|
return i;
|
|
2254
3014
|
}
|
|
2255
3015
|
internalBinaryWrite(e, t, n) {
|
|
2256
|
-
e.
|
|
3016
|
+
e.runtimeName !== "" && t.tag(1, s.LengthDelimited).string(e.runtimeName);
|
|
3017
|
+
for (let r = 0; r < e.parameterDefinitions.length; r++) W.internalBinaryWrite(e.parameterDefinitions[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
3018
|
+
e.signature !== "" && t.tag(3, s.LengthDelimited).string(e.signature), e.throwsError !== !1 && t.tag(4, s.Varint).bool(e.throwsError);
|
|
3019
|
+
for (let r = 0; r < e.name.length; r++) E.internalBinaryWrite(e.name[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
3020
|
+
for (let r = 0; r < e.description.length; r++) E.internalBinaryWrite(e.description[r], t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
3021
|
+
for (let r = 0; r < e.documentation.length; r++) E.internalBinaryWrite(e.documentation[r], t.tag(7, s.LengthDelimited).fork(), n).join();
|
|
3022
|
+
for (let r = 0; r < e.deprecationMessage.length; r++) E.internalBinaryWrite(e.deprecationMessage[r], t.tag(8, s.LengthDelimited).fork(), n).join();
|
|
3023
|
+
for (let r = 0; r < e.displayMessage.length; r++) E.internalBinaryWrite(e.displayMessage[r], t.tag(9, s.LengthDelimited).fork(), n).join();
|
|
3024
|
+
for (let r = 0; r < e.alias.length; r++) E.internalBinaryWrite(e.alias[r], t.tag(10, s.LengthDelimited).fork(), n).join();
|
|
3025
|
+
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(11, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
3026
|
+
e.version !== "" && t.tag(12, s.LengthDelimited).string(e.version), e.displayIcon !== "" && t.tag(13, s.LengthDelimited).string(e.displayIcon), e.definitionSource !== "" && t.tag(14, s.LengthDelimited).string(e.definitionSource), e.runtimeDefinitionName !== "" && t.tag(15, s.LengthDelimited).string(e.runtimeDefinitionName), e.design !== void 0 && t.tag(16, s.LengthDelimited).string(e.design);
|
|
2257
3027
|
let r = n.writeUnknownFields;
|
|
2258
3028
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2259
3029
|
}
|
|
2260
|
-
}(),
|
|
3030
|
+
}(), W = new class extends T {
|
|
2261
3031
|
constructor() {
|
|
2262
|
-
super("shared.
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
3032
|
+
super("shared.ParameterDefinition", [
|
|
3033
|
+
{
|
|
3034
|
+
no: 1,
|
|
3035
|
+
name: "runtime_name",
|
|
3036
|
+
kind: "scalar",
|
|
3037
|
+
T: 9
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
no: 2,
|
|
3041
|
+
name: "default_value",
|
|
3042
|
+
kind: "message",
|
|
3043
|
+
T: () => N
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
no: 3,
|
|
3047
|
+
name: "optional",
|
|
3048
|
+
kind: "scalar",
|
|
3049
|
+
opt: !0,
|
|
3050
|
+
T: 8
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
no: 4,
|
|
3054
|
+
name: "hidden",
|
|
3055
|
+
kind: "scalar",
|
|
3056
|
+
opt: !0,
|
|
3057
|
+
T: 8
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
no: 5,
|
|
3061
|
+
name: "name",
|
|
3062
|
+
kind: "message",
|
|
3063
|
+
repeat: 2,
|
|
3064
|
+
T: () => E
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
no: 6,
|
|
3068
|
+
name: "description",
|
|
3069
|
+
kind: "message",
|
|
3070
|
+
repeat: 2,
|
|
3071
|
+
T: () => E
|
|
3072
|
+
},
|
|
3073
|
+
{
|
|
3074
|
+
no: 7,
|
|
3075
|
+
name: "documentation",
|
|
3076
|
+
kind: "message",
|
|
3077
|
+
repeat: 2,
|
|
3078
|
+
T: () => E
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
no: 8,
|
|
3082
|
+
name: "runtime_definition_name",
|
|
3083
|
+
kind: "scalar",
|
|
3084
|
+
T: 9
|
|
3085
|
+
}
|
|
3086
|
+
]);
|
|
2268
3087
|
}
|
|
2269
3088
|
create(e) {
|
|
2270
3089
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2271
|
-
return t.
|
|
3090
|
+
return t.runtimeName = "", t.name = [], t.description = [], t.documentation = [], t.runtimeDefinitionName = "", e !== void 0 && C(this, t, e), t;
|
|
2272
3091
|
}
|
|
2273
3092
|
internalBinaryRead(e, t, n, r) {
|
|
2274
3093
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2276,7 +3095,28 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2276
3095
|
let [t, r] = e.tag();
|
|
2277
3096
|
switch (t) {
|
|
2278
3097
|
case 1:
|
|
2279
|
-
i.
|
|
3098
|
+
i.runtimeName = e.string();
|
|
3099
|
+
break;
|
|
3100
|
+
case 2:
|
|
3101
|
+
i.defaultValue = N.internalBinaryRead(e, e.uint32(), n, i.defaultValue);
|
|
3102
|
+
break;
|
|
3103
|
+
case 3:
|
|
3104
|
+
i.optional = e.bool();
|
|
3105
|
+
break;
|
|
3106
|
+
case 4:
|
|
3107
|
+
i.hidden = e.bool();
|
|
3108
|
+
break;
|
|
3109
|
+
case 5:
|
|
3110
|
+
i.name.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
3111
|
+
break;
|
|
3112
|
+
case 6:
|
|
3113
|
+
i.description.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
3114
|
+
break;
|
|
3115
|
+
case 7:
|
|
3116
|
+
i.documentation.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
3117
|
+
break;
|
|
3118
|
+
case 8:
|
|
3119
|
+
i.runtimeDefinitionName = e.string();
|
|
2280
3120
|
break;
|
|
2281
3121
|
default:
|
|
2282
3122
|
let a = n.readUnknownField;
|
|
@@ -2288,106 +3128,121 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2288
3128
|
return i;
|
|
2289
3129
|
}
|
|
2290
3130
|
internalBinaryWrite(e, t, n) {
|
|
2291
|
-
e.
|
|
3131
|
+
e.runtimeName !== "" && t.tag(1, s.LengthDelimited).string(e.runtimeName), e.defaultValue && N.internalBinaryWrite(e.defaultValue, t.tag(2, s.LengthDelimited).fork(), n).join(), e.optional !== void 0 && t.tag(3, s.Varint).bool(e.optional), e.hidden !== void 0 && t.tag(4, s.Varint).bool(e.hidden);
|
|
3132
|
+
for (let r = 0; r < e.name.length; r++) E.internalBinaryWrite(e.name[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
3133
|
+
for (let r = 0; r < e.description.length; r++) E.internalBinaryWrite(e.description[r], t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
3134
|
+
for (let r = 0; r < e.documentation.length; r++) E.internalBinaryWrite(e.documentation[r], t.tag(7, s.LengthDelimited).fork(), n).join();
|
|
3135
|
+
e.runtimeDefinitionName !== "" && t.tag(8, s.LengthDelimited).string(e.runtimeDefinitionName);
|
|
2292
3136
|
let r = n.writeUnknownFields;
|
|
2293
3137
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2294
3138
|
}
|
|
2295
|
-
}(),
|
|
2296
|
-
return e[e.UNKNOWN = 0] = "UNKNOWN", e[e.NONE = 1] = "NONE", e[e.PROJECT = 2] = "PROJECT", e;
|
|
2297
|
-
}({}), Ie = new class extends L {
|
|
3139
|
+
}(), G = new class extends T {
|
|
2298
3140
|
constructor() {
|
|
2299
|
-
super("shared.
|
|
3141
|
+
super("shared.RuntimeFunctionDefinition", [
|
|
2300
3142
|
{
|
|
2301
3143
|
no: 1,
|
|
2302
|
-
name: "
|
|
3144
|
+
name: "runtime_name",
|
|
2303
3145
|
kind: "scalar",
|
|
2304
3146
|
T: 9
|
|
2305
3147
|
},
|
|
2306
3148
|
{
|
|
2307
3149
|
no: 2,
|
|
2308
|
-
name: "
|
|
3150
|
+
name: "runtime_parameter_definitions",
|
|
2309
3151
|
kind: "message",
|
|
2310
3152
|
repeat: 2,
|
|
2311
|
-
T: () =>
|
|
3153
|
+
T: () => K
|
|
2312
3154
|
},
|
|
2313
3155
|
{
|
|
2314
3156
|
no: 3,
|
|
2315
|
-
name: "
|
|
3157
|
+
name: "signature",
|
|
2316
3158
|
kind: "scalar",
|
|
2317
|
-
T:
|
|
3159
|
+
T: 9
|
|
2318
3160
|
},
|
|
2319
3161
|
{
|
|
2320
3162
|
no: 4,
|
|
3163
|
+
name: "throws_error",
|
|
3164
|
+
kind: "scalar",
|
|
3165
|
+
T: 8
|
|
3166
|
+
},
|
|
3167
|
+
{
|
|
3168
|
+
no: 5,
|
|
2321
3169
|
name: "name",
|
|
2322
3170
|
kind: "message",
|
|
2323
3171
|
repeat: 2,
|
|
2324
|
-
T: () =>
|
|
3172
|
+
T: () => E
|
|
2325
3173
|
},
|
|
2326
3174
|
{
|
|
2327
|
-
no:
|
|
3175
|
+
no: 6,
|
|
2328
3176
|
name: "description",
|
|
2329
3177
|
kind: "message",
|
|
2330
3178
|
repeat: 2,
|
|
2331
|
-
T: () =>
|
|
3179
|
+
T: () => E
|
|
2332
3180
|
},
|
|
2333
3181
|
{
|
|
2334
|
-
no:
|
|
3182
|
+
no: 7,
|
|
2335
3183
|
name: "documentation",
|
|
2336
3184
|
kind: "message",
|
|
2337
3185
|
repeat: 2,
|
|
2338
|
-
T: () =>
|
|
3186
|
+
T: () => E
|
|
2339
3187
|
},
|
|
2340
3188
|
{
|
|
2341
|
-
no:
|
|
3189
|
+
no: 8,
|
|
3190
|
+
name: "deprecation_message",
|
|
3191
|
+
kind: "message",
|
|
3192
|
+
repeat: 2,
|
|
3193
|
+
T: () => E
|
|
3194
|
+
},
|
|
3195
|
+
{
|
|
3196
|
+
no: 9,
|
|
2342
3197
|
name: "display_message",
|
|
2343
3198
|
kind: "message",
|
|
2344
3199
|
repeat: 2,
|
|
2345
|
-
T: () =>
|
|
3200
|
+
T: () => E
|
|
2346
3201
|
},
|
|
2347
3202
|
{
|
|
2348
|
-
no:
|
|
3203
|
+
no: 10,
|
|
2349
3204
|
name: "alias",
|
|
2350
3205
|
kind: "message",
|
|
2351
3206
|
repeat: 2,
|
|
2352
|
-
T: () =>
|
|
3207
|
+
T: () => E
|
|
2353
3208
|
},
|
|
2354
3209
|
{
|
|
2355
|
-
no:
|
|
2356
|
-
name: "
|
|
3210
|
+
no: 11,
|
|
3211
|
+
name: "linked_data_type_identifiers",
|
|
2357
3212
|
kind: "scalar",
|
|
3213
|
+
repeat: 2,
|
|
2358
3214
|
T: 9
|
|
2359
3215
|
},
|
|
2360
3216
|
{
|
|
2361
|
-
no:
|
|
2362
|
-
name: "
|
|
3217
|
+
no: 12,
|
|
3218
|
+
name: "version",
|
|
2363
3219
|
kind: "scalar",
|
|
2364
3220
|
T: 9
|
|
2365
3221
|
},
|
|
2366
3222
|
{
|
|
2367
|
-
no:
|
|
2368
|
-
name: "
|
|
3223
|
+
no: 13,
|
|
3224
|
+
name: "display_icon",
|
|
2369
3225
|
kind: "scalar",
|
|
2370
|
-
opt: !0,
|
|
2371
3226
|
T: 9
|
|
2372
3227
|
},
|
|
2373
3228
|
{
|
|
2374
|
-
no:
|
|
2375
|
-
name: "
|
|
3229
|
+
no: 14,
|
|
3230
|
+
name: "definition_source",
|
|
2376
3231
|
kind: "scalar",
|
|
2377
|
-
repeat: 2,
|
|
2378
3232
|
T: 9
|
|
2379
3233
|
},
|
|
2380
3234
|
{
|
|
2381
|
-
no:
|
|
2382
|
-
name: "
|
|
3235
|
+
no: 15,
|
|
3236
|
+
name: "design",
|
|
2383
3237
|
kind: "scalar",
|
|
3238
|
+
opt: !0,
|
|
2384
3239
|
T: 9
|
|
2385
3240
|
}
|
|
2386
3241
|
]);
|
|
2387
3242
|
}
|
|
2388
3243
|
create(e) {
|
|
2389
3244
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2390
|
-
return t.
|
|
3245
|
+
return t.runtimeName = "", t.runtimeParameterDefinitions = [], t.signature = "", t.throwsError = !1, t.name = [], t.description = [], t.documentation = [], t.deprecationMessage = [], t.displayMessage = [], t.alias = [], t.linkedDataTypeIdentifiers = [], t.version = "", t.displayIcon = "", t.definitionSource = "", e !== void 0 && C(this, t, e), t;
|
|
2391
3246
|
}
|
|
2392
3247
|
internalBinaryRead(e, t, n, r) {
|
|
2393
3248
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2395,43 +3250,49 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2395
3250
|
let [t, r] = e.tag();
|
|
2396
3251
|
switch (t) {
|
|
2397
3252
|
case 1:
|
|
2398
|
-
i.
|
|
3253
|
+
i.runtimeName = e.string();
|
|
2399
3254
|
break;
|
|
2400
3255
|
case 2:
|
|
2401
|
-
i.
|
|
3256
|
+
i.runtimeParameterDefinitions.push(K.internalBinaryRead(e, e.uint32(), n));
|
|
2402
3257
|
break;
|
|
2403
3258
|
case 3:
|
|
2404
|
-
i.
|
|
3259
|
+
i.signature = e.string();
|
|
2405
3260
|
break;
|
|
2406
3261
|
case 4:
|
|
2407
|
-
i.
|
|
3262
|
+
i.throwsError = e.bool();
|
|
2408
3263
|
break;
|
|
2409
3264
|
case 5:
|
|
2410
|
-
i.
|
|
3265
|
+
i.name.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2411
3266
|
break;
|
|
2412
3267
|
case 6:
|
|
2413
|
-
i.
|
|
3268
|
+
i.description.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2414
3269
|
break;
|
|
2415
3270
|
case 7:
|
|
2416
|
-
i.
|
|
3271
|
+
i.documentation.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2417
3272
|
break;
|
|
2418
3273
|
case 8:
|
|
2419
|
-
i.
|
|
3274
|
+
i.deprecationMessage.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2420
3275
|
break;
|
|
2421
3276
|
case 9:
|
|
2422
|
-
i.
|
|
3277
|
+
i.displayMessage.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2423
3278
|
break;
|
|
2424
3279
|
case 10:
|
|
2425
|
-
i.
|
|
3280
|
+
i.alias.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2426
3281
|
break;
|
|
2427
3282
|
case 11:
|
|
2428
|
-
i.
|
|
3283
|
+
i.linkedDataTypeIdentifiers.push(e.string());
|
|
2429
3284
|
break;
|
|
2430
3285
|
case 12:
|
|
2431
|
-
i.
|
|
3286
|
+
i.version = e.string();
|
|
2432
3287
|
break;
|
|
2433
3288
|
case 13:
|
|
2434
|
-
i.
|
|
3289
|
+
i.displayIcon = e.string();
|
|
3290
|
+
break;
|
|
3291
|
+
case 14:
|
|
3292
|
+
i.definitionSource = e.string();
|
|
3293
|
+
break;
|
|
3294
|
+
case 15:
|
|
3295
|
+
i.design = e.string();
|
|
2435
3296
|
break;
|
|
2436
3297
|
default:
|
|
2437
3298
|
let a = n.readUnknownField;
|
|
@@ -2443,60 +3304,75 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2443
3304
|
return i;
|
|
2444
3305
|
}
|
|
2445
3306
|
internalBinaryWrite(e, t, n) {
|
|
2446
|
-
e.
|
|
2447
|
-
for (let r = 0; r < e.
|
|
2448
|
-
e.
|
|
2449
|
-
for (let r = 0; r < e.name.length; r++)
|
|
2450
|
-
for (let r = 0; r < e.description.length; r++)
|
|
2451
|
-
for (let r = 0; r < e.documentation.length; r++)
|
|
2452
|
-
for (let r = 0; r < e.
|
|
2453
|
-
for (let r = 0; r < e.
|
|
2454
|
-
|
|
2455
|
-
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(
|
|
2456
|
-
e.
|
|
3307
|
+
e.runtimeName !== "" && t.tag(1, s.LengthDelimited).string(e.runtimeName);
|
|
3308
|
+
for (let r = 0; r < e.runtimeParameterDefinitions.length; r++) K.internalBinaryWrite(e.runtimeParameterDefinitions[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
3309
|
+
e.signature !== "" && t.tag(3, s.LengthDelimited).string(e.signature), e.throwsError !== !1 && t.tag(4, s.Varint).bool(e.throwsError);
|
|
3310
|
+
for (let r = 0; r < e.name.length; r++) E.internalBinaryWrite(e.name[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
3311
|
+
for (let r = 0; r < e.description.length; r++) E.internalBinaryWrite(e.description[r], t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
3312
|
+
for (let r = 0; r < e.documentation.length; r++) E.internalBinaryWrite(e.documentation[r], t.tag(7, s.LengthDelimited).fork(), n).join();
|
|
3313
|
+
for (let r = 0; r < e.deprecationMessage.length; r++) E.internalBinaryWrite(e.deprecationMessage[r], t.tag(8, s.LengthDelimited).fork(), n).join();
|
|
3314
|
+
for (let r = 0; r < e.displayMessage.length; r++) E.internalBinaryWrite(e.displayMessage[r], t.tag(9, s.LengthDelimited).fork(), n).join();
|
|
3315
|
+
for (let r = 0; r < e.alias.length; r++) E.internalBinaryWrite(e.alias[r], t.tag(10, s.LengthDelimited).fork(), n).join();
|
|
3316
|
+
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(11, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
3317
|
+
e.version !== "" && t.tag(12, s.LengthDelimited).string(e.version), e.displayIcon !== "" && t.tag(13, s.LengthDelimited).string(e.displayIcon), e.definitionSource !== "" && t.tag(14, s.LengthDelimited).string(e.definitionSource), e.design !== void 0 && t.tag(15, s.LengthDelimited).string(e.design);
|
|
2457
3318
|
let r = n.writeUnknownFields;
|
|
2458
3319
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2459
3320
|
}
|
|
2460
|
-
}(),
|
|
3321
|
+
}(), K = new class extends T {
|
|
2461
3322
|
constructor() {
|
|
2462
|
-
super("shared.
|
|
3323
|
+
super("shared.RuntimeParameterDefinition", [
|
|
2463
3324
|
{
|
|
2464
3325
|
no: 1,
|
|
2465
|
-
name: "
|
|
3326
|
+
name: "runtime_name",
|
|
2466
3327
|
kind: "scalar",
|
|
2467
3328
|
T: 9
|
|
2468
3329
|
},
|
|
2469
3330
|
{
|
|
2470
3331
|
no: 2,
|
|
2471
|
-
name: "
|
|
2472
|
-
kind: "
|
|
2473
|
-
T: () =>
|
|
3332
|
+
name: "default_value",
|
|
3333
|
+
kind: "message",
|
|
3334
|
+
T: () => N
|
|
2474
3335
|
},
|
|
2475
3336
|
{
|
|
2476
3337
|
no: 3,
|
|
2477
|
-
name: "
|
|
2478
|
-
kind: "
|
|
2479
|
-
|
|
3338
|
+
name: "optional",
|
|
3339
|
+
kind: "scalar",
|
|
3340
|
+
opt: !0,
|
|
3341
|
+
T: 8
|
|
2480
3342
|
},
|
|
2481
3343
|
{
|
|
2482
3344
|
no: 4,
|
|
3345
|
+
name: "hidden",
|
|
3346
|
+
kind: "scalar",
|
|
3347
|
+
opt: !0,
|
|
3348
|
+
T: 8
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
no: 5,
|
|
2483
3352
|
name: "name",
|
|
2484
3353
|
kind: "message",
|
|
2485
3354
|
repeat: 2,
|
|
2486
|
-
T: () =>
|
|
3355
|
+
T: () => E
|
|
2487
3356
|
},
|
|
2488
3357
|
{
|
|
2489
|
-
no:
|
|
3358
|
+
no: 6,
|
|
2490
3359
|
name: "description",
|
|
2491
3360
|
kind: "message",
|
|
2492
3361
|
repeat: 2,
|
|
2493
|
-
T: () =>
|
|
3362
|
+
T: () => E
|
|
3363
|
+
},
|
|
3364
|
+
{
|
|
3365
|
+
no: 7,
|
|
3366
|
+
name: "documentation",
|
|
3367
|
+
kind: "message",
|
|
3368
|
+
repeat: 2,
|
|
3369
|
+
T: () => E
|
|
2494
3370
|
}
|
|
2495
3371
|
]);
|
|
2496
3372
|
}
|
|
2497
3373
|
create(e) {
|
|
2498
3374
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2499
|
-
return t.
|
|
3375
|
+
return t.runtimeName = "", t.name = [], t.description = [], t.documentation = [], e !== void 0 && C(this, t, e), t;
|
|
2500
3376
|
}
|
|
2501
3377
|
internalBinaryRead(e, t, n, r) {
|
|
2502
3378
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2504,19 +3380,25 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2504
3380
|
let [t, r] = e.tag();
|
|
2505
3381
|
switch (t) {
|
|
2506
3382
|
case 1:
|
|
2507
|
-
i.
|
|
3383
|
+
i.runtimeName = e.string();
|
|
2508
3384
|
break;
|
|
2509
3385
|
case 2:
|
|
2510
|
-
i.
|
|
3386
|
+
i.defaultValue = N.internalBinaryRead(e, e.uint32(), n, i.defaultValue);
|
|
2511
3387
|
break;
|
|
2512
3388
|
case 3:
|
|
2513
|
-
i.
|
|
3389
|
+
i.optional = e.bool();
|
|
2514
3390
|
break;
|
|
2515
3391
|
case 4:
|
|
2516
|
-
i.
|
|
3392
|
+
i.hidden = e.bool();
|
|
2517
3393
|
break;
|
|
2518
3394
|
case 5:
|
|
2519
|
-
i.
|
|
3395
|
+
i.name.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
3396
|
+
break;
|
|
3397
|
+
case 6:
|
|
3398
|
+
i.description.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
3399
|
+
break;
|
|
3400
|
+
case 7:
|
|
3401
|
+
i.documentation.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2520
3402
|
break;
|
|
2521
3403
|
default:
|
|
2522
3404
|
let a = n.readUnknownField;
|
|
@@ -2528,110 +3410,101 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2528
3410
|
return i;
|
|
2529
3411
|
}
|
|
2530
3412
|
internalBinaryWrite(e, t, n) {
|
|
2531
|
-
e.
|
|
2532
|
-
for (let r = 0; r < e.name.length; r++)
|
|
2533
|
-
for (let r = 0; r < e.description.length; r++)
|
|
3413
|
+
e.runtimeName !== "" && t.tag(1, s.LengthDelimited).string(e.runtimeName), e.defaultValue && N.internalBinaryWrite(e.defaultValue, t.tag(2, s.LengthDelimited).fork(), n).join(), e.optional !== void 0 && t.tag(3, s.Varint).bool(e.optional), e.hidden !== void 0 && t.tag(4, s.Varint).bool(e.hidden);
|
|
3414
|
+
for (let r = 0; r < e.name.length; r++) E.internalBinaryWrite(e.name[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
3415
|
+
for (let r = 0; r < e.description.length; r++) E.internalBinaryWrite(e.description[r], t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
3416
|
+
for (let r = 0; r < e.documentation.length; r++) E.internalBinaryWrite(e.documentation[r], t.tag(7, s.LengthDelimited).fork(), n).join();
|
|
2534
3417
|
let r = n.writeUnknownFields;
|
|
2535
3418
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2536
3419
|
}
|
|
2537
|
-
}(),
|
|
3420
|
+
}(), qe = /* @__PURE__ */ function(e) {
|
|
3421
|
+
return e[e.UNKNOWN = 0] = "UNKNOWN", e[e.NONE = 1] = "NONE", e[e.PROJECT = 2] = "PROJECT", e;
|
|
3422
|
+
}({}), q = new class extends T {
|
|
2538
3423
|
constructor() {
|
|
2539
|
-
super("shared.
|
|
3424
|
+
super("shared.RuntimeFlowType", [
|
|
2540
3425
|
{
|
|
2541
3426
|
no: 1,
|
|
2542
|
-
name: "
|
|
3427
|
+
name: "identifier",
|
|
2543
3428
|
kind: "scalar",
|
|
2544
3429
|
T: 9
|
|
2545
3430
|
},
|
|
2546
3431
|
{
|
|
2547
3432
|
no: 2,
|
|
2548
|
-
name: "
|
|
3433
|
+
name: "runtime_settings",
|
|
2549
3434
|
kind: "message",
|
|
2550
3435
|
repeat: 2,
|
|
2551
|
-
T: () =>
|
|
3436
|
+
T: () => J
|
|
2552
3437
|
},
|
|
2553
3438
|
{
|
|
2554
3439
|
no: 3,
|
|
2555
|
-
name: "
|
|
2556
|
-
kind: "scalar",
|
|
2557
|
-
T: 9
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
no: 4,
|
|
2561
|
-
name: "throws_error",
|
|
3440
|
+
name: "editable",
|
|
2562
3441
|
kind: "scalar",
|
|
2563
3442
|
T: 8
|
|
2564
3443
|
},
|
|
2565
3444
|
{
|
|
2566
|
-
no:
|
|
3445
|
+
no: 4,
|
|
2567
3446
|
name: "name",
|
|
2568
3447
|
kind: "message",
|
|
2569
3448
|
repeat: 2,
|
|
2570
|
-
T: () =>
|
|
3449
|
+
T: () => E
|
|
2571
3450
|
},
|
|
2572
3451
|
{
|
|
2573
|
-
no:
|
|
3452
|
+
no: 5,
|
|
2574
3453
|
name: "description",
|
|
2575
3454
|
kind: "message",
|
|
2576
3455
|
repeat: 2,
|
|
2577
|
-
T: () =>
|
|
3456
|
+
T: () => E
|
|
2578
3457
|
},
|
|
2579
3458
|
{
|
|
2580
|
-
no:
|
|
3459
|
+
no: 6,
|
|
2581
3460
|
name: "documentation",
|
|
2582
3461
|
kind: "message",
|
|
2583
3462
|
repeat: 2,
|
|
2584
|
-
T: () =>
|
|
2585
|
-
},
|
|
2586
|
-
{
|
|
2587
|
-
no: 8,
|
|
2588
|
-
name: "deprecation_message",
|
|
2589
|
-
kind: "message",
|
|
2590
|
-
repeat: 2,
|
|
2591
|
-
T: () => R
|
|
3463
|
+
T: () => E
|
|
2592
3464
|
},
|
|
2593
3465
|
{
|
|
2594
|
-
no:
|
|
3466
|
+
no: 7,
|
|
2595
3467
|
name: "display_message",
|
|
2596
3468
|
kind: "message",
|
|
2597
3469
|
repeat: 2,
|
|
2598
|
-
T: () =>
|
|
3470
|
+
T: () => E
|
|
2599
3471
|
},
|
|
2600
3472
|
{
|
|
2601
|
-
no:
|
|
3473
|
+
no: 8,
|
|
2602
3474
|
name: "alias",
|
|
2603
3475
|
kind: "message",
|
|
2604
3476
|
repeat: 2,
|
|
2605
|
-
T: () =>
|
|
3477
|
+
T: () => E
|
|
2606
3478
|
},
|
|
2607
3479
|
{
|
|
2608
|
-
no:
|
|
2609
|
-
name: "
|
|
3480
|
+
no: 9,
|
|
3481
|
+
name: "version",
|
|
2610
3482
|
kind: "scalar",
|
|
2611
|
-
repeat: 2,
|
|
2612
3483
|
T: 9
|
|
2613
3484
|
},
|
|
2614
3485
|
{
|
|
2615
|
-
no:
|
|
2616
|
-
name: "
|
|
3486
|
+
no: 10,
|
|
3487
|
+
name: "display_icon",
|
|
2617
3488
|
kind: "scalar",
|
|
2618
3489
|
T: 9
|
|
2619
3490
|
},
|
|
2620
3491
|
{
|
|
2621
|
-
no:
|
|
2622
|
-
name: "
|
|
3492
|
+
no: 11,
|
|
3493
|
+
name: "definition_source",
|
|
2623
3494
|
kind: "scalar",
|
|
3495
|
+
opt: !0,
|
|
2624
3496
|
T: 9
|
|
2625
3497
|
},
|
|
2626
3498
|
{
|
|
2627
|
-
no:
|
|
2628
|
-
name: "
|
|
3499
|
+
no: 12,
|
|
3500
|
+
name: "linked_data_type_identifiers",
|
|
2629
3501
|
kind: "scalar",
|
|
3502
|
+
repeat: 2,
|
|
2630
3503
|
T: 9
|
|
2631
3504
|
},
|
|
2632
3505
|
{
|
|
2633
|
-
no:
|
|
2634
|
-
name: "
|
|
3506
|
+
no: 13,
|
|
3507
|
+
name: "signature",
|
|
2635
3508
|
kind: "scalar",
|
|
2636
3509
|
T: 9
|
|
2637
3510
|
}
|
|
@@ -2639,7 +3512,7 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2639
3512
|
}
|
|
2640
3513
|
create(e) {
|
|
2641
3514
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2642
|
-
return t.
|
|
3515
|
+
return t.identifier = "", t.runtimeSettings = [], t.editable = !1, t.name = [], t.description = [], t.documentation = [], t.displayMessage = [], t.alias = [], t.version = "", t.displayIcon = "", t.linkedDataTypeIdentifiers = [], t.signature = "", e !== void 0 && C(this, t, e), t;
|
|
2643
3516
|
}
|
|
2644
3517
|
internalBinaryRead(e, t, n, r) {
|
|
2645
3518
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2647,49 +3520,43 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2647
3520
|
let [t, r] = e.tag();
|
|
2648
3521
|
switch (t) {
|
|
2649
3522
|
case 1:
|
|
2650
|
-
i.
|
|
3523
|
+
i.identifier = e.string();
|
|
2651
3524
|
break;
|
|
2652
3525
|
case 2:
|
|
2653
|
-
i.
|
|
3526
|
+
i.runtimeSettings.push(J.internalBinaryRead(e, e.uint32(), n));
|
|
2654
3527
|
break;
|
|
2655
3528
|
case 3:
|
|
2656
|
-
i.
|
|
3529
|
+
i.editable = e.bool();
|
|
2657
3530
|
break;
|
|
2658
3531
|
case 4:
|
|
2659
|
-
i.
|
|
3532
|
+
i.name.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2660
3533
|
break;
|
|
2661
3534
|
case 5:
|
|
2662
|
-
i.
|
|
3535
|
+
i.description.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2663
3536
|
break;
|
|
2664
3537
|
case 6:
|
|
2665
|
-
i.
|
|
3538
|
+
i.documentation.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2666
3539
|
break;
|
|
2667
3540
|
case 7:
|
|
2668
|
-
i.
|
|
3541
|
+
i.displayMessage.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2669
3542
|
break;
|
|
2670
3543
|
case 8:
|
|
2671
|
-
i.
|
|
3544
|
+
i.alias.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2672
3545
|
break;
|
|
2673
3546
|
case 9:
|
|
2674
|
-
i.
|
|
3547
|
+
i.version = e.string();
|
|
2675
3548
|
break;
|
|
2676
3549
|
case 10:
|
|
2677
|
-
i.
|
|
3550
|
+
i.displayIcon = e.string();
|
|
2678
3551
|
break;
|
|
2679
3552
|
case 11:
|
|
2680
|
-
i.
|
|
3553
|
+
i.definitionSource = e.string();
|
|
2681
3554
|
break;
|
|
2682
3555
|
case 12:
|
|
2683
|
-
i.
|
|
3556
|
+
i.linkedDataTypeIdentifiers.push(e.string());
|
|
2684
3557
|
break;
|
|
2685
3558
|
case 13:
|
|
2686
|
-
i.
|
|
2687
|
-
break;
|
|
2688
|
-
case 14:
|
|
2689
|
-
i.definitionSource = e.string();
|
|
2690
|
-
break;
|
|
2691
|
-
case 15:
|
|
2692
|
-
i.runtimeDefinitionName = e.string();
|
|
3559
|
+
i.signature = e.string();
|
|
2693
3560
|
break;
|
|
2694
3561
|
default:
|
|
2695
3562
|
let a = n.readUnknownField;
|
|
@@ -2701,81 +3568,74 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2701
3568
|
return i;
|
|
2702
3569
|
}
|
|
2703
3570
|
internalBinaryWrite(e, t, n) {
|
|
2704
|
-
e.
|
|
2705
|
-
for (let r = 0; r < e.
|
|
2706
|
-
e.
|
|
2707
|
-
for (let r = 0; r < e.name.length; r++)
|
|
2708
|
-
for (let r = 0; r < e.description.length; r++)
|
|
2709
|
-
for (let r = 0; r < e.documentation.length; r++)
|
|
2710
|
-
for (let r = 0; r < e.
|
|
2711
|
-
for (let r = 0; r < e.
|
|
2712
|
-
|
|
2713
|
-
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(
|
|
2714
|
-
e.
|
|
3571
|
+
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier);
|
|
3572
|
+
for (let r = 0; r < e.runtimeSettings.length; r++) J.internalBinaryWrite(e.runtimeSettings[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
3573
|
+
e.editable !== !1 && t.tag(3, s.Varint).bool(e.editable);
|
|
3574
|
+
for (let r = 0; r < e.name.length; r++) E.internalBinaryWrite(e.name[r], t.tag(4, s.LengthDelimited).fork(), n).join();
|
|
3575
|
+
for (let r = 0; r < e.description.length; r++) E.internalBinaryWrite(e.description[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
3576
|
+
for (let r = 0; r < e.documentation.length; r++) E.internalBinaryWrite(e.documentation[r], t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
3577
|
+
for (let r = 0; r < e.displayMessage.length; r++) E.internalBinaryWrite(e.displayMessage[r], t.tag(7, s.LengthDelimited).fork(), n).join();
|
|
3578
|
+
for (let r = 0; r < e.alias.length; r++) E.internalBinaryWrite(e.alias[r], t.tag(8, s.LengthDelimited).fork(), n).join();
|
|
3579
|
+
e.version !== "" && t.tag(9, s.LengthDelimited).string(e.version), e.displayIcon !== "" && t.tag(10, s.LengthDelimited).string(e.displayIcon), e.definitionSource !== void 0 && t.tag(11, s.LengthDelimited).string(e.definitionSource);
|
|
3580
|
+
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(12, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
3581
|
+
e.signature !== "" && t.tag(13, s.LengthDelimited).string(e.signature);
|
|
2715
3582
|
let r = n.writeUnknownFields;
|
|
2716
3583
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2717
3584
|
}
|
|
2718
|
-
}(),
|
|
3585
|
+
}(), J = new class extends T {
|
|
2719
3586
|
constructor() {
|
|
2720
|
-
super("shared.
|
|
3587
|
+
super("shared.RuntimeFlowTypeSetting", [
|
|
2721
3588
|
{
|
|
2722
3589
|
no: 1,
|
|
2723
|
-
name: "
|
|
3590
|
+
name: "identifier",
|
|
2724
3591
|
kind: "scalar",
|
|
2725
3592
|
T: 9
|
|
2726
3593
|
},
|
|
2727
3594
|
{
|
|
2728
3595
|
no: 2,
|
|
2729
|
-
name: "
|
|
2730
|
-
kind: "
|
|
2731
|
-
T: () =>
|
|
3596
|
+
name: "unique",
|
|
3597
|
+
kind: "enum",
|
|
3598
|
+
T: () => ["shared.RuntimeFlowTypeSetting.UniquenessScope", qe]
|
|
2732
3599
|
},
|
|
2733
3600
|
{
|
|
2734
3601
|
no: 3,
|
|
2735
|
-
name: "
|
|
2736
|
-
kind: "
|
|
2737
|
-
|
|
2738
|
-
T: 8
|
|
3602
|
+
name: "default_value",
|
|
3603
|
+
kind: "message",
|
|
3604
|
+
T: () => N
|
|
2739
3605
|
},
|
|
2740
3606
|
{
|
|
2741
3607
|
no: 4,
|
|
2742
|
-
name: "hidden",
|
|
2743
|
-
kind: "scalar",
|
|
2744
|
-
opt: !0,
|
|
2745
|
-
T: 8
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
no: 5,
|
|
2749
3608
|
name: "name",
|
|
2750
3609
|
kind: "message",
|
|
2751
3610
|
repeat: 2,
|
|
2752
|
-
T: () =>
|
|
3611
|
+
T: () => E
|
|
2753
3612
|
},
|
|
2754
3613
|
{
|
|
2755
|
-
no:
|
|
3614
|
+
no: 5,
|
|
2756
3615
|
name: "description",
|
|
2757
3616
|
kind: "message",
|
|
2758
3617
|
repeat: 2,
|
|
2759
|
-
T: () =>
|
|
3618
|
+
T: () => E
|
|
2760
3619
|
},
|
|
2761
3620
|
{
|
|
2762
|
-
no:
|
|
2763
|
-
name: "
|
|
2764
|
-
kind: "
|
|
2765
|
-
|
|
2766
|
-
T:
|
|
3621
|
+
no: 6,
|
|
3622
|
+
name: "optional",
|
|
3623
|
+
kind: "scalar",
|
|
3624
|
+
opt: !0,
|
|
3625
|
+
T: 8
|
|
2767
3626
|
},
|
|
2768
3627
|
{
|
|
2769
|
-
no:
|
|
2770
|
-
name: "
|
|
3628
|
+
no: 7,
|
|
3629
|
+
name: "hidden",
|
|
2771
3630
|
kind: "scalar",
|
|
2772
|
-
|
|
3631
|
+
opt: !0,
|
|
3632
|
+
T: 8
|
|
2773
3633
|
}
|
|
2774
3634
|
]);
|
|
2775
3635
|
}
|
|
2776
3636
|
create(e) {
|
|
2777
3637
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2778
|
-
return t.
|
|
3638
|
+
return t.identifier = "", t.unique = 0, t.name = [], t.description = [], e !== void 0 && C(this, t, e), t;
|
|
2779
3639
|
}
|
|
2780
3640
|
internalBinaryRead(e, t, n, r) {
|
|
2781
3641
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2783,28 +3643,25 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2783
3643
|
let [t, r] = e.tag();
|
|
2784
3644
|
switch (t) {
|
|
2785
3645
|
case 1:
|
|
2786
|
-
i.
|
|
3646
|
+
i.identifier = e.string();
|
|
2787
3647
|
break;
|
|
2788
3648
|
case 2:
|
|
2789
|
-
i.
|
|
3649
|
+
i.unique = e.int32();
|
|
2790
3650
|
break;
|
|
2791
3651
|
case 3:
|
|
2792
|
-
i.
|
|
3652
|
+
i.defaultValue = N.internalBinaryRead(e, e.uint32(), n, i.defaultValue);
|
|
2793
3653
|
break;
|
|
2794
3654
|
case 4:
|
|
2795
|
-
i.
|
|
3655
|
+
i.name.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2796
3656
|
break;
|
|
2797
3657
|
case 5:
|
|
2798
|
-
i.
|
|
3658
|
+
i.description.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
2799
3659
|
break;
|
|
2800
3660
|
case 6:
|
|
2801
|
-
i.
|
|
3661
|
+
i.optional = e.bool();
|
|
2802
3662
|
break;
|
|
2803
3663
|
case 7:
|
|
2804
|
-
i.
|
|
2805
|
-
break;
|
|
2806
|
-
case 8:
|
|
2807
|
-
i.runtimeDefinitionName = e.string();
|
|
3664
|
+
i.hidden = e.bool();
|
|
2808
3665
|
break;
|
|
2809
3666
|
default:
|
|
2810
3667
|
let a = n.readUnknownField;
|
|
@@ -2816,114 +3673,192 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2816
3673
|
return i;
|
|
2817
3674
|
}
|
|
2818
3675
|
internalBinaryWrite(e, t, n) {
|
|
2819
|
-
e.
|
|
2820
|
-
for (let r = 0; r < e.name.length; r++)
|
|
2821
|
-
for (let r = 0; r < e.description.length; r++)
|
|
2822
|
-
|
|
2823
|
-
e.runtimeDefinitionName !== "" && t.tag(8, s.LengthDelimited).string(e.runtimeDefinitionName);
|
|
3676
|
+
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier), e.unique !== 0 && t.tag(2, s.Varint).int32(e.unique), e.defaultValue && N.internalBinaryWrite(e.defaultValue, t.tag(3, s.LengthDelimited).fork(), n).join();
|
|
3677
|
+
for (let r = 0; r < e.name.length; r++) E.internalBinaryWrite(e.name[r], t.tag(4, s.LengthDelimited).fork(), n).join();
|
|
3678
|
+
for (let r = 0; r < e.description.length; r++) E.internalBinaryWrite(e.description[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
3679
|
+
e.optional !== void 0 && t.tag(6, s.Varint).bool(e.optional), e.hidden !== void 0 && t.tag(7, s.Varint).bool(e.hidden);
|
|
2824
3680
|
let r = n.writeUnknownFields;
|
|
2825
3681
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2826
3682
|
}
|
|
2827
|
-
}(),
|
|
3683
|
+
}(), Je = new class extends T {
|
|
2828
3684
|
constructor() {
|
|
2829
|
-
super("shared.
|
|
3685
|
+
super("shared.Module", [
|
|
2830
3686
|
{
|
|
2831
3687
|
no: 1,
|
|
2832
|
-
name: "
|
|
3688
|
+
name: "identifier",
|
|
2833
3689
|
kind: "scalar",
|
|
2834
3690
|
T: 9
|
|
2835
3691
|
},
|
|
2836
3692
|
{
|
|
2837
3693
|
no: 2,
|
|
2838
|
-
name: "
|
|
3694
|
+
name: "name",
|
|
2839
3695
|
kind: "message",
|
|
2840
3696
|
repeat: 2,
|
|
2841
|
-
T: () =>
|
|
3697
|
+
T: () => E
|
|
2842
3698
|
},
|
|
2843
3699
|
{
|
|
2844
3700
|
no: 3,
|
|
2845
|
-
name: "
|
|
2846
|
-
kind: "
|
|
2847
|
-
|
|
3701
|
+
name: "description",
|
|
3702
|
+
kind: "message",
|
|
3703
|
+
repeat: 2,
|
|
3704
|
+
T: () => E
|
|
2848
3705
|
},
|
|
2849
3706
|
{
|
|
2850
3707
|
no: 4,
|
|
2851
|
-
name: "
|
|
3708
|
+
name: "documentation",
|
|
2852
3709
|
kind: "scalar",
|
|
2853
|
-
T:
|
|
3710
|
+
T: 9
|
|
2854
3711
|
},
|
|
2855
3712
|
{
|
|
2856
3713
|
no: 5,
|
|
2857
|
-
name: "
|
|
2858
|
-
kind: "
|
|
2859
|
-
|
|
2860
|
-
T: () => R
|
|
3714
|
+
name: "author",
|
|
3715
|
+
kind: "scalar",
|
|
3716
|
+
T: 9
|
|
2861
3717
|
},
|
|
2862
3718
|
{
|
|
2863
3719
|
no: 6,
|
|
2864
|
-
name: "
|
|
2865
|
-
kind: "
|
|
2866
|
-
|
|
2867
|
-
T: () => R
|
|
3720
|
+
name: "icon",
|
|
3721
|
+
kind: "scalar",
|
|
3722
|
+
T: 9
|
|
2868
3723
|
},
|
|
2869
3724
|
{
|
|
2870
3725
|
no: 7,
|
|
2871
|
-
name: "
|
|
2872
|
-
kind: "
|
|
2873
|
-
|
|
2874
|
-
T: () => R
|
|
2875
|
-
},
|
|
2876
|
-
{
|
|
2877
|
-
no: 8,
|
|
2878
|
-
name: "deprecation_message",
|
|
2879
|
-
kind: "message",
|
|
2880
|
-
repeat: 2,
|
|
2881
|
-
T: () => R
|
|
3726
|
+
name: "version",
|
|
3727
|
+
kind: "scalar",
|
|
3728
|
+
T: 9
|
|
2882
3729
|
},
|
|
2883
3730
|
{
|
|
2884
3731
|
no: 9,
|
|
2885
|
-
name: "
|
|
3732
|
+
name: "flow_types",
|
|
2886
3733
|
kind: "message",
|
|
2887
3734
|
repeat: 2,
|
|
2888
|
-
T: () =>
|
|
3735
|
+
T: () => V
|
|
2889
3736
|
},
|
|
2890
3737
|
{
|
|
2891
3738
|
no: 10,
|
|
2892
|
-
name: "
|
|
3739
|
+
name: "runtime_flow_types",
|
|
2893
3740
|
kind: "message",
|
|
2894
3741
|
repeat: 2,
|
|
2895
|
-
T: () =>
|
|
3742
|
+
T: () => q
|
|
2896
3743
|
},
|
|
2897
3744
|
{
|
|
2898
3745
|
no: 11,
|
|
2899
|
-
name: "
|
|
2900
|
-
kind: "
|
|
3746
|
+
name: "function_definitions",
|
|
3747
|
+
kind: "message",
|
|
2901
3748
|
repeat: 2,
|
|
2902
|
-
T:
|
|
3749
|
+
T: () => U
|
|
2903
3750
|
},
|
|
2904
3751
|
{
|
|
2905
3752
|
no: 12,
|
|
2906
|
-
name: "
|
|
2907
|
-
kind: "
|
|
2908
|
-
|
|
3753
|
+
name: "runtime_function_definitions",
|
|
3754
|
+
kind: "message",
|
|
3755
|
+
repeat: 2,
|
|
3756
|
+
T: () => G
|
|
2909
3757
|
},
|
|
2910
3758
|
{
|
|
2911
3759
|
no: 13,
|
|
2912
|
-
name: "
|
|
2913
|
-
kind: "
|
|
2914
|
-
|
|
3760
|
+
name: "definition_data_types",
|
|
3761
|
+
kind: "message",
|
|
3762
|
+
repeat: 2,
|
|
3763
|
+
T: () => D
|
|
2915
3764
|
},
|
|
2916
3765
|
{
|
|
2917
3766
|
no: 14,
|
|
2918
|
-
name: "
|
|
2919
|
-
kind: "
|
|
2920
|
-
|
|
3767
|
+
name: "configurations",
|
|
3768
|
+
kind: "message",
|
|
3769
|
+
repeat: 2,
|
|
3770
|
+
T: () => Z
|
|
2921
3771
|
}
|
|
2922
3772
|
]);
|
|
2923
3773
|
}
|
|
2924
3774
|
create(e) {
|
|
2925
3775
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2926
|
-
return t.
|
|
3776
|
+
return t.identifier = "", t.name = [], t.description = [], t.documentation = "", t.author = "", t.icon = "", t.version = "", t.flowTypes = [], t.runtimeFlowTypes = [], t.functionDefinitions = [], t.runtimeFunctionDefinitions = [], t.definitionDataTypes = [], t.configurations = [], e !== void 0 && C(this, t, e), t;
|
|
3777
|
+
}
|
|
3778
|
+
internalBinaryRead(e, t, n, r) {
|
|
3779
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
3780
|
+
for (; e.pos < a;) {
|
|
3781
|
+
let [t, r] = e.tag();
|
|
3782
|
+
switch (t) {
|
|
3783
|
+
case 1:
|
|
3784
|
+
i.identifier = e.string();
|
|
3785
|
+
break;
|
|
3786
|
+
case 2:
|
|
3787
|
+
i.name.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
3788
|
+
break;
|
|
3789
|
+
case 3:
|
|
3790
|
+
i.description.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
3791
|
+
break;
|
|
3792
|
+
case 4:
|
|
3793
|
+
i.documentation = e.string();
|
|
3794
|
+
break;
|
|
3795
|
+
case 5:
|
|
3796
|
+
i.author = e.string();
|
|
3797
|
+
break;
|
|
3798
|
+
case 6:
|
|
3799
|
+
i.icon = e.string();
|
|
3800
|
+
break;
|
|
3801
|
+
case 7:
|
|
3802
|
+
i.version = e.string();
|
|
3803
|
+
break;
|
|
3804
|
+
case 9:
|
|
3805
|
+
i.flowTypes.push(V.internalBinaryRead(e, e.uint32(), n));
|
|
3806
|
+
break;
|
|
3807
|
+
case 10:
|
|
3808
|
+
i.runtimeFlowTypes.push(q.internalBinaryRead(e, e.uint32(), n));
|
|
3809
|
+
break;
|
|
3810
|
+
case 11:
|
|
3811
|
+
i.functionDefinitions.push(U.internalBinaryRead(e, e.uint32(), n));
|
|
3812
|
+
break;
|
|
3813
|
+
case 12:
|
|
3814
|
+
i.runtimeFunctionDefinitions.push(G.internalBinaryRead(e, e.uint32(), n));
|
|
3815
|
+
break;
|
|
3816
|
+
case 13:
|
|
3817
|
+
i.definitionDataTypes.push(D.internalBinaryRead(e, e.uint32(), n));
|
|
3818
|
+
break;
|
|
3819
|
+
case 14:
|
|
3820
|
+
i.configurations.push(Z.internalBinaryRead(e, e.uint32(), n));
|
|
3821
|
+
break;
|
|
3822
|
+
default:
|
|
3823
|
+
let a = n.readUnknownField;
|
|
3824
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
3825
|
+
let s = e.skip(r);
|
|
3826
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
3827
|
+
}
|
|
3828
|
+
}
|
|
3829
|
+
return i;
|
|
3830
|
+
}
|
|
3831
|
+
internalBinaryWrite(e, t, n) {
|
|
3832
|
+
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier);
|
|
3833
|
+
for (let r = 0; r < e.name.length; r++) E.internalBinaryWrite(e.name[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
3834
|
+
for (let r = 0; r < e.description.length; r++) E.internalBinaryWrite(e.description[r], t.tag(3, s.LengthDelimited).fork(), n).join();
|
|
3835
|
+
e.documentation !== "" && t.tag(4, s.LengthDelimited).string(e.documentation), e.author !== "" && t.tag(5, s.LengthDelimited).string(e.author), e.icon !== "" && t.tag(6, s.LengthDelimited).string(e.icon), e.version !== "" && t.tag(7, s.LengthDelimited).string(e.version);
|
|
3836
|
+
for (let r = 0; r < e.flowTypes.length; r++) V.internalBinaryWrite(e.flowTypes[r], t.tag(9, s.LengthDelimited).fork(), n).join();
|
|
3837
|
+
for (let r = 0; r < e.runtimeFlowTypes.length; r++) q.internalBinaryWrite(e.runtimeFlowTypes[r], t.tag(10, s.LengthDelimited).fork(), n).join();
|
|
3838
|
+
for (let r = 0; r < e.functionDefinitions.length; r++) U.internalBinaryWrite(e.functionDefinitions[r], t.tag(11, s.LengthDelimited).fork(), n).join();
|
|
3839
|
+
for (let r = 0; r < e.runtimeFunctionDefinitions.length; r++) G.internalBinaryWrite(e.runtimeFunctionDefinitions[r], t.tag(12, s.LengthDelimited).fork(), n).join();
|
|
3840
|
+
for (let r = 0; r < e.definitionDataTypes.length; r++) D.internalBinaryWrite(e.definitionDataTypes[r], t.tag(13, s.LengthDelimited).fork(), n).join();
|
|
3841
|
+
for (let r = 0; r < e.configurations.length; r++) Z.internalBinaryWrite(e.configurations[r], t.tag(14, s.LengthDelimited).fork(), n).join();
|
|
3842
|
+
let r = n.writeUnknownFields;
|
|
3843
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
3844
|
+
}
|
|
3845
|
+
}(), Y = new class extends T {
|
|
3846
|
+
constructor() {
|
|
3847
|
+
super("shared.ModuleConfiguration", [{
|
|
3848
|
+
no: 1,
|
|
3849
|
+
name: "identifier",
|
|
3850
|
+
kind: "scalar",
|
|
3851
|
+
T: 9
|
|
3852
|
+
}, {
|
|
3853
|
+
no: 2,
|
|
3854
|
+
name: "value",
|
|
3855
|
+
kind: "message",
|
|
3856
|
+
T: () => N
|
|
3857
|
+
}]);
|
|
3858
|
+
}
|
|
3859
|
+
create(e) {
|
|
3860
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
3861
|
+
return t.identifier = "", e !== void 0 && C(this, t, e), t;
|
|
2927
3862
|
}
|
|
2928
3863
|
internalBinaryRead(e, t, n, r) {
|
|
2929
3864
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2931,46 +3866,100 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2931
3866
|
let [t, r] = e.tag();
|
|
2932
3867
|
switch (t) {
|
|
2933
3868
|
case 1:
|
|
2934
|
-
i.
|
|
3869
|
+
i.identifier = e.string();
|
|
2935
3870
|
break;
|
|
2936
3871
|
case 2:
|
|
2937
|
-
i.
|
|
2938
|
-
break;
|
|
2939
|
-
case 3:
|
|
2940
|
-
i.signature = e.string();
|
|
2941
|
-
break;
|
|
2942
|
-
case 4:
|
|
2943
|
-
i.throwsError = e.bool();
|
|
2944
|
-
break;
|
|
2945
|
-
case 5:
|
|
2946
|
-
i.name.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2947
|
-
break;
|
|
2948
|
-
case 6:
|
|
2949
|
-
i.description.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2950
|
-
break;
|
|
2951
|
-
case 7:
|
|
2952
|
-
i.documentation.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
3872
|
+
i.value = N.internalBinaryRead(e, e.uint32(), n, i.value);
|
|
2953
3873
|
break;
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
3874
|
+
default:
|
|
3875
|
+
let a = n.readUnknownField;
|
|
3876
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
3877
|
+
let s = e.skip(r);
|
|
3878
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
3879
|
+
}
|
|
3880
|
+
}
|
|
3881
|
+
return i;
|
|
3882
|
+
}
|
|
3883
|
+
internalBinaryWrite(e, t, n) {
|
|
3884
|
+
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier), e.value && N.internalBinaryWrite(e.value, t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
3885
|
+
let r = n.writeUnknownFields;
|
|
3886
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
3887
|
+
}
|
|
3888
|
+
}(), X = new class extends T {
|
|
3889
|
+
constructor() {
|
|
3890
|
+
super("shared.ModuleProjectConfigurations", [{
|
|
3891
|
+
no: 1,
|
|
3892
|
+
name: "project_id",
|
|
3893
|
+
kind: "scalar",
|
|
3894
|
+
T: 3,
|
|
3895
|
+
L: 0
|
|
3896
|
+
}, {
|
|
3897
|
+
no: 2,
|
|
3898
|
+
name: "module_configurations",
|
|
3899
|
+
kind: "message",
|
|
3900
|
+
repeat: 2,
|
|
3901
|
+
T: () => Y
|
|
3902
|
+
}]);
|
|
3903
|
+
}
|
|
3904
|
+
create(e) {
|
|
3905
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
3906
|
+
return t.projectId = 0n, t.moduleConfigurations = [], e !== void 0 && C(this, t, e), t;
|
|
3907
|
+
}
|
|
3908
|
+
internalBinaryRead(e, t, n, r) {
|
|
3909
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
3910
|
+
for (; e.pos < a;) {
|
|
3911
|
+
let [t, r] = e.tag();
|
|
3912
|
+
switch (t) {
|
|
3913
|
+
case 1:
|
|
3914
|
+
i.projectId = e.int64().toBigInt();
|
|
2965
3915
|
break;
|
|
2966
|
-
case
|
|
2967
|
-
i.
|
|
3916
|
+
case 2:
|
|
3917
|
+
i.moduleConfigurations.push(Y.internalBinaryRead(e, e.uint32(), n));
|
|
2968
3918
|
break;
|
|
2969
|
-
|
|
2970
|
-
|
|
3919
|
+
default:
|
|
3920
|
+
let a = n.readUnknownField;
|
|
3921
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
3922
|
+
let s = e.skip(r);
|
|
3923
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
3924
|
+
}
|
|
3925
|
+
}
|
|
3926
|
+
return i;
|
|
3927
|
+
}
|
|
3928
|
+
internalBinaryWrite(e, t, n) {
|
|
3929
|
+
e.projectId !== 0n && t.tag(1, s.Varint).int64(e.projectId);
|
|
3930
|
+
for (let r = 0; r < e.moduleConfigurations.length; r++) Y.internalBinaryWrite(e.moduleConfigurations[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
3931
|
+
let r = n.writeUnknownFields;
|
|
3932
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
3933
|
+
}
|
|
3934
|
+
}(), Ye = new class extends T {
|
|
3935
|
+
constructor() {
|
|
3936
|
+
super("shared.ModuleConfigurations", [{
|
|
3937
|
+
no: 1,
|
|
3938
|
+
name: "module_identifier",
|
|
3939
|
+
kind: "scalar",
|
|
3940
|
+
T: 9
|
|
3941
|
+
}, {
|
|
3942
|
+
no: 2,
|
|
3943
|
+
name: "module_configurations",
|
|
3944
|
+
kind: "message",
|
|
3945
|
+
repeat: 2,
|
|
3946
|
+
T: () => X
|
|
3947
|
+
}]);
|
|
3948
|
+
}
|
|
3949
|
+
create(e) {
|
|
3950
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
3951
|
+
return t.moduleIdentifier = "", t.moduleConfigurations = [], e !== void 0 && C(this, t, e), t;
|
|
3952
|
+
}
|
|
3953
|
+
internalBinaryRead(e, t, n, r) {
|
|
3954
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
3955
|
+
for (; e.pos < a;) {
|
|
3956
|
+
let [t, r] = e.tag();
|
|
3957
|
+
switch (t) {
|
|
3958
|
+
case 1:
|
|
3959
|
+
i.moduleIdentifier = e.string();
|
|
2971
3960
|
break;
|
|
2972
|
-
case
|
|
2973
|
-
i.
|
|
3961
|
+
case 2:
|
|
3962
|
+
i.moduleConfigurations.push(X.internalBinaryRead(e, e.uint32(), n));
|
|
2974
3963
|
break;
|
|
2975
3964
|
default:
|
|
2976
3965
|
let a = n.readUnknownField;
|
|
@@ -2982,75 +3971,72 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
2982
3971
|
return i;
|
|
2983
3972
|
}
|
|
2984
3973
|
internalBinaryWrite(e, t, n) {
|
|
2985
|
-
e.
|
|
2986
|
-
for (let r = 0; r < e.
|
|
2987
|
-
e.signature !== "" && t.tag(3, s.LengthDelimited).string(e.signature), e.throwsError !== !1 && t.tag(4, s.Varint).bool(e.throwsError);
|
|
2988
|
-
for (let r = 0; r < e.name.length; r++) R.internalBinaryWrite(e.name[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
2989
|
-
for (let r = 0; r < e.description.length; r++) R.internalBinaryWrite(e.description[r], t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
2990
|
-
for (let r = 0; r < e.documentation.length; r++) R.internalBinaryWrite(e.documentation[r], t.tag(7, s.LengthDelimited).fork(), n).join();
|
|
2991
|
-
for (let r = 0; r < e.deprecationMessage.length; r++) R.internalBinaryWrite(e.deprecationMessage[r], t.tag(8, s.LengthDelimited).fork(), n).join();
|
|
2992
|
-
for (let r = 0; r < e.displayMessage.length; r++) R.internalBinaryWrite(e.displayMessage[r], t.tag(9, s.LengthDelimited).fork(), n).join();
|
|
2993
|
-
for (let r = 0; r < e.alias.length; r++) R.internalBinaryWrite(e.alias[r], t.tag(10, s.LengthDelimited).fork(), n).join();
|
|
2994
|
-
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(11, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
2995
|
-
e.version !== "" && t.tag(12, s.LengthDelimited).string(e.version), e.displayIcon !== "" && t.tag(13, s.LengthDelimited).string(e.displayIcon), e.definitionSource !== "" && t.tag(14, s.LengthDelimited).string(e.definitionSource);
|
|
3974
|
+
e.moduleIdentifier !== "" && t.tag(1, s.LengthDelimited).string(e.moduleIdentifier);
|
|
3975
|
+
for (let r = 0; r < e.moduleConfigurations.length; r++) X.internalBinaryWrite(e.moduleConfigurations[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
2996
3976
|
let r = n.writeUnknownFields;
|
|
2997
3977
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2998
3978
|
}
|
|
2999
|
-
}(), Z = new class extends
|
|
3979
|
+
}(), Z = new class extends T {
|
|
3000
3980
|
constructor() {
|
|
3001
|
-
super("shared.
|
|
3981
|
+
super("shared.ModuleConfigurationDefinition", [
|
|
3002
3982
|
{
|
|
3003
3983
|
no: 1,
|
|
3004
|
-
name: "
|
|
3984
|
+
name: "identifier",
|
|
3005
3985
|
kind: "scalar",
|
|
3006
3986
|
T: 9
|
|
3007
3987
|
},
|
|
3008
3988
|
{
|
|
3009
3989
|
no: 2,
|
|
3010
|
-
name: "
|
|
3990
|
+
name: "name",
|
|
3011
3991
|
kind: "message",
|
|
3012
|
-
|
|
3992
|
+
repeat: 2,
|
|
3993
|
+
T: () => E
|
|
3013
3994
|
},
|
|
3014
3995
|
{
|
|
3015
3996
|
no: 3,
|
|
3016
|
-
name: "
|
|
3017
|
-
kind: "
|
|
3018
|
-
|
|
3019
|
-
T:
|
|
3997
|
+
name: "description",
|
|
3998
|
+
kind: "message",
|
|
3999
|
+
repeat: 2,
|
|
4000
|
+
T: () => E
|
|
3020
4001
|
},
|
|
3021
4002
|
{
|
|
3022
4003
|
no: 4,
|
|
3023
|
-
name: "
|
|
4004
|
+
name: "type",
|
|
3024
4005
|
kind: "scalar",
|
|
3025
|
-
|
|
3026
|
-
T: 8
|
|
4006
|
+
T: 9
|
|
3027
4007
|
},
|
|
3028
4008
|
{
|
|
3029
4009
|
no: 5,
|
|
3030
|
-
name: "
|
|
3031
|
-
kind: "
|
|
4010
|
+
name: "linked_data_type_identifiers",
|
|
4011
|
+
kind: "scalar",
|
|
3032
4012
|
repeat: 2,
|
|
3033
|
-
T:
|
|
4013
|
+
T: 9
|
|
3034
4014
|
},
|
|
3035
4015
|
{
|
|
3036
4016
|
no: 6,
|
|
3037
|
-
name: "
|
|
4017
|
+
name: "default_value",
|
|
3038
4018
|
kind: "message",
|
|
3039
|
-
|
|
3040
|
-
T: () => R
|
|
4019
|
+
T: () => N
|
|
3041
4020
|
},
|
|
3042
4021
|
{
|
|
3043
4022
|
no: 7,
|
|
3044
|
-
name: "
|
|
3045
|
-
kind: "
|
|
3046
|
-
|
|
3047
|
-
T:
|
|
4023
|
+
name: "optional",
|
|
4024
|
+
kind: "scalar",
|
|
4025
|
+
opt: !0,
|
|
4026
|
+
T: 8
|
|
4027
|
+
},
|
|
4028
|
+
{
|
|
4029
|
+
no: 8,
|
|
4030
|
+
name: "hidden",
|
|
4031
|
+
kind: "scalar",
|
|
4032
|
+
opt: !0,
|
|
4033
|
+
T: 8
|
|
3048
4034
|
}
|
|
3049
4035
|
]);
|
|
3050
4036
|
}
|
|
3051
4037
|
create(e) {
|
|
3052
4038
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
3053
|
-
return t.
|
|
4039
|
+
return t.identifier = "", t.name = [], t.description = [], t.type = "", t.linkedDataTypeIdentifiers = [], e !== void 0 && C(this, t, e), t;
|
|
3054
4040
|
}
|
|
3055
4041
|
internalBinaryRead(e, t, n, r) {
|
|
3056
4042
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -3058,25 +4044,28 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3058
4044
|
let [t, r] = e.tag();
|
|
3059
4045
|
switch (t) {
|
|
3060
4046
|
case 1:
|
|
3061
|
-
i.
|
|
4047
|
+
i.identifier = e.string();
|
|
3062
4048
|
break;
|
|
3063
4049
|
case 2:
|
|
3064
|
-
i.
|
|
4050
|
+
i.name.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
3065
4051
|
break;
|
|
3066
4052
|
case 3:
|
|
3067
|
-
i.
|
|
4053
|
+
i.description.push(E.internalBinaryRead(e, e.uint32(), n));
|
|
3068
4054
|
break;
|
|
3069
4055
|
case 4:
|
|
3070
|
-
i.
|
|
4056
|
+
i.type = e.string();
|
|
3071
4057
|
break;
|
|
3072
4058
|
case 5:
|
|
3073
|
-
i.
|
|
4059
|
+
i.linkedDataTypeIdentifiers.push(e.string());
|
|
3074
4060
|
break;
|
|
3075
4061
|
case 6:
|
|
3076
|
-
i.
|
|
4062
|
+
i.defaultValue = N.internalBinaryRead(e, e.uint32(), n, i.defaultValue);
|
|
3077
4063
|
break;
|
|
3078
4064
|
case 7:
|
|
3079
|
-
i.
|
|
4065
|
+
i.optional = e.bool();
|
|
4066
|
+
break;
|
|
4067
|
+
case 8:
|
|
4068
|
+
i.hidden = e.bool();
|
|
3080
4069
|
break;
|
|
3081
4070
|
default:
|
|
3082
4071
|
let a = n.readUnknownField;
|
|
@@ -3088,21 +4077,31 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3088
4077
|
return i;
|
|
3089
4078
|
}
|
|
3090
4079
|
internalBinaryWrite(e, t, n) {
|
|
3091
|
-
e.
|
|
3092
|
-
for (let r = 0; r < e.name.length; r++)
|
|
3093
|
-
for (let r = 0; r < e.description.length; r++)
|
|
3094
|
-
|
|
4080
|
+
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier);
|
|
4081
|
+
for (let r = 0; r < e.name.length; r++) E.internalBinaryWrite(e.name[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
4082
|
+
for (let r = 0; r < e.description.length; r++) E.internalBinaryWrite(e.description[r], t.tag(3, s.LengthDelimited).fork(), n).join();
|
|
4083
|
+
e.type !== "" && t.tag(4, s.LengthDelimited).string(e.type);
|
|
4084
|
+
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(5, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
4085
|
+
e.defaultValue && N.internalBinaryWrite(e.defaultValue, t.tag(6, s.LengthDelimited).fork(), n).join(), e.optional !== void 0 && t.tag(7, s.Varint).bool(e.optional), e.hidden !== void 0 && t.tag(8, s.Varint).bool(e.hidden);
|
|
3095
4086
|
let r = n.writeUnknownFields;
|
|
3096
4087
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
3097
4088
|
}
|
|
3098
|
-
}(),
|
|
4089
|
+
}(), Xe = /* @__PURE__ */ function(e) {
|
|
3099
4090
|
return e[e.UNKNOWN = 0] = "UNKNOWN", e[e.NOT_RESPONDING = 1] = "NOT_RESPONDING", e[e.NOT_READY = 2] = "NOT_READY", e[e.RUNNING = 3] = "RUNNING", e[e.STOPPED = 4] = "STOPPED", e;
|
|
3100
|
-
}({}),
|
|
4091
|
+
}({}), Ze = /* @__PURE__ */ function(e) {
|
|
3101
4092
|
return e[e.UNKNOWN = 0] = "UNKNOWN", e[e.NOT_RESPONDING = 1] = "NOT_RESPONDING", e[e.NOT_READY = 2] = "NOT_READY", e[e.RUNNING = 3] = "RUNNING", e[e.STOPPED = 4] = "STOPPED", e;
|
|
3102
|
-
}({}),
|
|
4093
|
+
}({}), Qe = /* @__PURE__ */ function(e) {
|
|
4094
|
+
return e[e.UNKNOWN = 0] = "UNKNOWN", e[e.NOT_RESPONDING = 1] = "NOT_RESPONDING", e[e.NOT_READY = 2] = "NOT_READY", e[e.RUNNING = 3] = "RUNNING", e[e.STOPPED = 4] = "STOPPED", e;
|
|
4095
|
+
}({}), Q = new class extends T {
|
|
3103
4096
|
constructor() {
|
|
3104
|
-
super("shared.
|
|
4097
|
+
super("shared.AdapterStatusConfiguration", [{
|
|
3105
4098
|
no: 1,
|
|
4099
|
+
name: "flow_type_identifiers",
|
|
4100
|
+
kind: "scalar",
|
|
4101
|
+
repeat: 2,
|
|
4102
|
+
T: 9
|
|
4103
|
+
}, {
|
|
4104
|
+
no: 2,
|
|
3106
4105
|
name: "endpoint",
|
|
3107
4106
|
kind: "scalar",
|
|
3108
4107
|
oneof: "data",
|
|
@@ -3111,7 +4110,7 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3111
4110
|
}
|
|
3112
4111
|
create(e) {
|
|
3113
4112
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
3114
|
-
return t.data = { oneofKind: void 0 }, e !== void 0 &&
|
|
4113
|
+
return t.flowTypeIdentifiers = [], t.data = { oneofKind: void 0 }, e !== void 0 && C(this, t, e), t;
|
|
3115
4114
|
}
|
|
3116
4115
|
internalBinaryRead(e, t, n, r) {
|
|
3117
4116
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -3119,6 +4118,9 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3119
4118
|
let [t, r] = e.tag();
|
|
3120
4119
|
switch (t) {
|
|
3121
4120
|
case 1:
|
|
4121
|
+
i.flowTypeIdentifiers.push(e.string());
|
|
4122
|
+
break;
|
|
4123
|
+
case 2:
|
|
3122
4124
|
i.data = {
|
|
3123
4125
|
oneofKind: "endpoint",
|
|
3124
4126
|
endpoint: e.string()
|
|
@@ -3134,29 +4136,30 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3134
4136
|
return i;
|
|
3135
4137
|
}
|
|
3136
4138
|
internalBinaryWrite(e, t, n) {
|
|
3137
|
-
e.
|
|
4139
|
+
for (let n = 0; n < e.flowTypeIdentifiers.length; n++) t.tag(1, s.LengthDelimited).string(e.flowTypeIdentifiers[n]);
|
|
4140
|
+
e.data.oneofKind === "endpoint" && t.tag(2, s.LengthDelimited).string(e.data.endpoint);
|
|
3138
4141
|
let r = n.writeUnknownFields;
|
|
3139
4142
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
3140
4143
|
}
|
|
3141
|
-
}(), $ = new class extends
|
|
4144
|
+
}(), $ = new class extends T {
|
|
3142
4145
|
constructor() {
|
|
3143
|
-
super("shared.
|
|
4146
|
+
super("shared.ActionStatusConfiguration", [{
|
|
3144
4147
|
no: 1,
|
|
3145
|
-
name: "
|
|
3146
|
-
kind: "
|
|
4148
|
+
name: "flow_type_identifiers",
|
|
4149
|
+
kind: "scalar",
|
|
3147
4150
|
repeat: 2,
|
|
3148
|
-
T:
|
|
4151
|
+
T: 9
|
|
3149
4152
|
}, {
|
|
3150
4153
|
no: 2,
|
|
3151
|
-
name: "
|
|
3152
|
-
kind: "
|
|
3153
|
-
|
|
3154
|
-
T:
|
|
4154
|
+
name: "endpoint",
|
|
4155
|
+
kind: "scalar",
|
|
4156
|
+
oneof: "data",
|
|
4157
|
+
T: 9
|
|
3155
4158
|
}]);
|
|
3156
4159
|
}
|
|
3157
4160
|
create(e) {
|
|
3158
4161
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
3159
|
-
return t.
|
|
4162
|
+
return t.flowTypeIdentifiers = [], t.data = { oneofKind: void 0 }, e !== void 0 && C(this, t, e), t;
|
|
3160
4163
|
}
|
|
3161
4164
|
internalBinaryRead(e, t, n, r) {
|
|
3162
4165
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -3164,10 +4167,13 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3164
4167
|
let [t, r] = e.tag();
|
|
3165
4168
|
switch (t) {
|
|
3166
4169
|
case 1:
|
|
3167
|
-
i.
|
|
4170
|
+
i.flowTypeIdentifiers.push(e.string());
|
|
3168
4171
|
break;
|
|
3169
4172
|
case 2:
|
|
3170
|
-
i.
|
|
4173
|
+
i.data = {
|
|
4174
|
+
oneofKind: "endpoint",
|
|
4175
|
+
endpoint: e.string()
|
|
4176
|
+
};
|
|
3171
4177
|
break;
|
|
3172
4178
|
default:
|
|
3173
4179
|
let a = n.readUnknownField;
|
|
@@ -3179,19 +4185,19 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3179
4185
|
return i;
|
|
3180
4186
|
}
|
|
3181
4187
|
internalBinaryWrite(e, t, n) {
|
|
3182
|
-
for (let
|
|
3183
|
-
|
|
4188
|
+
for (let n = 0; n < e.flowTypeIdentifiers.length; n++) t.tag(1, s.LengthDelimited).string(e.flowTypeIdentifiers[n]);
|
|
4189
|
+
e.data.oneofKind === "endpoint" && t.tag(2, s.LengthDelimited).string(e.data.endpoint);
|
|
3184
4190
|
let r = n.writeUnknownFields;
|
|
3185
4191
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
3186
4192
|
}
|
|
3187
|
-
}(),
|
|
4193
|
+
}(), $e = new class extends T {
|
|
3188
4194
|
constructor() {
|
|
3189
4195
|
super("shared.AdapterRuntimeStatus", [
|
|
3190
4196
|
{
|
|
3191
4197
|
no: 1,
|
|
3192
4198
|
name: "status",
|
|
3193
4199
|
kind: "enum",
|
|
3194
|
-
T: () => ["shared.AdapterRuntimeStatus.Status",
|
|
4200
|
+
T: () => ["shared.AdapterRuntimeStatus.Status", Xe]
|
|
3195
4201
|
},
|
|
3196
4202
|
{
|
|
3197
4203
|
no: 2,
|
|
@@ -3208,13 +4214,6 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3208
4214
|
},
|
|
3209
4215
|
{
|
|
3210
4216
|
no: 4,
|
|
3211
|
-
name: "features",
|
|
3212
|
-
kind: "message",
|
|
3213
|
-
repeat: 2,
|
|
3214
|
-
T: () => $
|
|
3215
|
-
},
|
|
3216
|
-
{
|
|
3217
|
-
no: 5,
|
|
3218
4217
|
name: "configurations",
|
|
3219
4218
|
kind: "message",
|
|
3220
4219
|
repeat: 2,
|
|
@@ -3224,7 +4223,7 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3224
4223
|
}
|
|
3225
4224
|
create(e) {
|
|
3226
4225
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
3227
|
-
return t.status = 0, t.timestamp = 0n, t.identifier = "", t.
|
|
4226
|
+
return t.status = 0, t.timestamp = 0n, t.identifier = "", t.configurations = [], e !== void 0 && C(this, t, e), t;
|
|
3228
4227
|
}
|
|
3229
4228
|
internalBinaryRead(e, t, n, r) {
|
|
3230
4229
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -3241,9 +4240,6 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3241
4240
|
i.identifier = e.string();
|
|
3242
4241
|
break;
|
|
3243
4242
|
case 4:
|
|
3244
|
-
i.features.push($.internalBinaryRead(e, e.uint32(), n));
|
|
3245
|
-
break;
|
|
3246
|
-
case 5:
|
|
3247
4243
|
i.configurations.push(Q.internalBinaryRead(e, e.uint32(), n));
|
|
3248
4244
|
break;
|
|
3249
4245
|
default:
|
|
@@ -3257,19 +4253,74 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3257
4253
|
}
|
|
3258
4254
|
internalBinaryWrite(e, t, n) {
|
|
3259
4255
|
e.status !== 0 && t.tag(1, s.Varint).int32(e.status), e.timestamp !== 0n && t.tag(2, s.Varint).int64(e.timestamp), e.identifier !== "" && t.tag(3, s.LengthDelimited).string(e.identifier);
|
|
3260
|
-
for (let r = 0; r < e.
|
|
3261
|
-
for (let r = 0; r < e.configurations.length; r++) Q.internalBinaryWrite(e.configurations[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
4256
|
+
for (let r = 0; r < e.configurations.length; r++) Q.internalBinaryWrite(e.configurations[r], t.tag(4, s.LengthDelimited).fork(), n).join();
|
|
3262
4257
|
let r = n.writeUnknownFields;
|
|
3263
4258
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
3264
4259
|
}
|
|
3265
|
-
}(),
|
|
4260
|
+
}(), et = new class extends T {
|
|
3266
4261
|
constructor() {
|
|
3267
4262
|
super("shared.ExecutionRuntimeStatus", [
|
|
3268
4263
|
{
|
|
3269
4264
|
no: 1,
|
|
3270
4265
|
name: "status",
|
|
3271
4266
|
kind: "enum",
|
|
3272
|
-
T: () => ["shared.ExecutionRuntimeStatus.Status",
|
|
4267
|
+
T: () => ["shared.ExecutionRuntimeStatus.Status", Ze]
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
no: 2,
|
|
4271
|
+
name: "timestamp",
|
|
4272
|
+
kind: "scalar",
|
|
4273
|
+
T: 3,
|
|
4274
|
+
L: 0
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
no: 3,
|
|
4278
|
+
name: "identifier",
|
|
4279
|
+
kind: "scalar",
|
|
4280
|
+
T: 9
|
|
4281
|
+
}
|
|
4282
|
+
]);
|
|
4283
|
+
}
|
|
4284
|
+
create(e) {
|
|
4285
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
4286
|
+
return t.status = 0, t.timestamp = 0n, t.identifier = "", e !== void 0 && C(this, t, e), t;
|
|
4287
|
+
}
|
|
4288
|
+
internalBinaryRead(e, t, n, r) {
|
|
4289
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
4290
|
+
for (; e.pos < a;) {
|
|
4291
|
+
let [t, r] = e.tag();
|
|
4292
|
+
switch (t) {
|
|
4293
|
+
case 1:
|
|
4294
|
+
i.status = e.int32();
|
|
4295
|
+
break;
|
|
4296
|
+
case 2:
|
|
4297
|
+
i.timestamp = e.int64().toBigInt();
|
|
4298
|
+
break;
|
|
4299
|
+
case 3:
|
|
4300
|
+
i.identifier = e.string();
|
|
4301
|
+
break;
|
|
4302
|
+
default:
|
|
4303
|
+
let a = n.readUnknownField;
|
|
4304
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
4305
|
+
let s = e.skip(r);
|
|
4306
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
4307
|
+
}
|
|
4308
|
+
}
|
|
4309
|
+
return i;
|
|
4310
|
+
}
|
|
4311
|
+
internalBinaryWrite(e, t, n) {
|
|
4312
|
+
e.status !== 0 && t.tag(1, s.Varint).int32(e.status), e.timestamp !== 0n && t.tag(2, s.Varint).int64(e.timestamp), e.identifier !== "" && t.tag(3, s.LengthDelimited).string(e.identifier);
|
|
4313
|
+
let r = n.writeUnknownFields;
|
|
4314
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
4315
|
+
}
|
|
4316
|
+
}(), tt = new class extends T {
|
|
4317
|
+
constructor() {
|
|
4318
|
+
super("shared.ActionStatus", [
|
|
4319
|
+
{
|
|
4320
|
+
no: 1,
|
|
4321
|
+
name: "status",
|
|
4322
|
+
kind: "enum",
|
|
4323
|
+
T: () => ["shared.ActionStatus.Status", Qe]
|
|
3273
4324
|
},
|
|
3274
4325
|
{
|
|
3275
4326
|
no: 2,
|
|
@@ -3286,7 +4337,7 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3286
4337
|
},
|
|
3287
4338
|
{
|
|
3288
4339
|
no: 4,
|
|
3289
|
-
name: "
|
|
4340
|
+
name: "configurations",
|
|
3290
4341
|
kind: "message",
|
|
3291
4342
|
repeat: 2,
|
|
3292
4343
|
T: () => $
|
|
@@ -3295,7 +4346,7 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3295
4346
|
}
|
|
3296
4347
|
create(e) {
|
|
3297
4348
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
3298
|
-
return t.status = 0, t.timestamp = 0n, t.identifier = "", t.
|
|
4349
|
+
return t.status = 0, t.timestamp = 0n, t.identifier = "", t.configurations = [], e !== void 0 && C(this, t, e), t;
|
|
3299
4350
|
}
|
|
3300
4351
|
internalBinaryRead(e, t, n, r) {
|
|
3301
4352
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -3312,7 +4363,7 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3312
4363
|
i.identifier = e.string();
|
|
3313
4364
|
break;
|
|
3314
4365
|
case 4:
|
|
3315
|
-
i.
|
|
4366
|
+
i.configurations.push($.internalBinaryRead(e, e.uint32(), n));
|
|
3316
4367
|
break;
|
|
3317
4368
|
default:
|
|
3318
4369
|
let a = n.readUnknownField;
|
|
@@ -3325,11 +4376,11 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3325
4376
|
}
|
|
3326
4377
|
internalBinaryWrite(e, t, n) {
|
|
3327
4378
|
e.status !== 0 && t.tag(1, s.Varint).int32(e.status), e.timestamp !== 0n && t.tag(2, s.Varint).int64(e.timestamp), e.identifier !== "" && t.tag(3, s.LengthDelimited).string(e.identifier);
|
|
3328
|
-
for (let r = 0; r < e.
|
|
4379
|
+
for (let r = 0; r < e.configurations.length; r++) $.internalBinaryWrite(e.configurations[r], t.tag(4, s.LengthDelimited).fork(), n).join();
|
|
3329
4380
|
let r = n.writeUnknownFields;
|
|
3330
4381
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
3331
4382
|
}
|
|
3332
|
-
}(),
|
|
4383
|
+
}(), nt = new class extends T {
|
|
3333
4384
|
constructor() {
|
|
3334
4385
|
super("shared.RuntimeUsage", [{
|
|
3335
4386
|
no: 1,
|
|
@@ -3347,7 +4398,7 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3347
4398
|
}
|
|
3348
4399
|
create(e) {
|
|
3349
4400
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
3350
|
-
return t.flowId = 0n, t.duration = 0n, e !== void 0 &&
|
|
4401
|
+
return t.flowId = 0n, t.duration = 0n, e !== void 0 && C(this, t, e), t;
|
|
3351
4402
|
}
|
|
3352
4403
|
internalBinaryRead(e, t, n, r) {
|
|
3353
4404
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -3376,4 +4427,4 @@ var Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E]
|
|
|
3376
4427
|
}
|
|
3377
4428
|
}();
|
|
3378
4429
|
//#endregion
|
|
3379
|
-
export {
|
|
4430
|
+
export { We as A, O as B, H as C, z as D, B as E, M as F, C as G, k as H, N as I, o as J, Te as K, A as L, F as M, Ue as N, R as O, P, j as R, V as S, Ge as T, E as U, He as V, T as W, s as Y, qe as _, $e as a, U as b, et as c, Y as d, Z as f, J as g, q as h, Qe as i, I as j, L as k, Ze as l, X as m, tt as n, Xe as o, Ye as p, ue as q, $ as r, Q as s, nt as t, Je as u, G as v, Ke as w, W as x, K as y, D as z };
|