@code0-tech/tucana 0.0.65 → 0.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aquila.cjs.js +1 -1
- package/dist/aquila.es.js +434 -350
- package/dist/pb/_generated/aquila.function_pb.client.d.ts +31 -0
- package/dist/pb/_generated/aquila.function_pb.d.ts +54 -0
- package/dist/pb/_generated/sagittarius.function_pb.client.d.ts +31 -0
- package/dist/pb/_generated/sagittarius.function_pb.d.ts +54 -0
- package/dist/pb/_generated/shared.function_pb.d.ts +137 -0
- package/dist/pb/_generated/shared.runtime_function_pb.d.ts +11 -3
- package/dist/pb/aquila.d.ts +2 -0
- package/dist/pb/sagittarius.d.ts +2 -0
- package/dist/pb/shared.d.ts +1 -0
- package/dist/{rpc-interceptor-DARwxsWH.cjs → rpc-interceptor-BlyE8N7q.cjs} +1 -1
- package/dist/{rpc-interceptor-Dzh_AxUX.js → rpc-interceptor-Drf7qHyx.js} +10 -10
- package/dist/sagittarius.cjs.js +1 -1
- package/dist/sagittarius.es.js +531 -447
- package/dist/shared.cjs.js +1 -1
- package/dist/shared.es.js +3 -3
- package/dist/shared.flow_pb-5xI6xoXb.js +717 -0
- package/dist/{shared.flow_pb-BBS51Wou.cjs → shared.flow_pb-BwIQ0MZP.cjs} +1 -1
- package/dist/shared.runtime_usage_pb-CYG2eLDw.cjs +2 -0
- package/dist/{shared.runtime_usage_pb-QD7fpRLv.js → shared.runtime_usage_pb-SKgDYw_k.js} +716 -406
- package/package.json +1 -1
- package/dist/shared.flow_pb-Bt00q6yT.js +0 -717
- package/dist/shared.runtime_usage_pb-Cgr2Xle6.cjs +0 -2
|
@@ -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 p(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 ee(e, t) {
|
|
|
150
150
|
t.push(1);
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
function
|
|
153
|
+
function ee() {
|
|
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 te() {
|
|
|
160
160
|
}
|
|
161
161
|
//#endregion
|
|
162
162
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/pb-long.js
|
|
163
|
-
var
|
|
164
|
-
function
|
|
163
|
+
var m;
|
|
164
|
+
function te() {
|
|
165
165
|
let e = /* @__PURE__ */ new DataView(/* @__PURE__ */ new ArrayBuffer(8));
|
|
166
|
-
|
|
166
|
+
m = 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 ne() {
|
|
|
172
172
|
V: e
|
|
173
173
|
} : void 0;
|
|
174
174
|
}
|
|
175
|
-
|
|
176
|
-
function
|
|
175
|
+
te();
|
|
176
|
+
function ne(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 re = /^-?[0-9]+$/, h = 4294967296, g = 2147483648, _ = class {
|
|
180
180
|
constructor(e, t) {
|
|
181
181
|
this.lo = e | 0, this.hi = t | 0;
|
|
182
182
|
}
|
|
@@ -184,30 +184,30 @@ var h = /^-?[0-9]+$/, g = 4294967296, _ = 2147483648, v = 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 * h + (this.lo >>> 0);
|
|
188
188
|
if (!Number.isSafeInteger(e)) throw Error("cannot convert to safe number");
|
|
189
189
|
return e;
|
|
190
190
|
}
|
|
191
|
-
},
|
|
191
|
+
}, v = class e extends _ {
|
|
192
192
|
static from(t) {
|
|
193
|
-
if (
|
|
193
|
+
if (m) 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 = m.C(t);
|
|
198
198
|
case "number":
|
|
199
199
|
if (t === 0) return this.ZERO;
|
|
200
|
-
t =
|
|
200
|
+
t = m.C(t);
|
|
201
201
|
case "bigint":
|
|
202
202
|
if (!t) return this.ZERO;
|
|
203
|
-
if (t <
|
|
204
|
-
if (t >
|
|
205
|
-
return
|
|
203
|
+
if (t < m.UMIN) throw Error("signed value for ulong");
|
|
204
|
+
if (t > m.UMAX) throw Error("ulong too large");
|
|
205
|
+
return m.V.setBigUint64(0, t, !0), new e(m.V.getInt32(0, !0), m.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(), !re.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,60 +215,60 @@ var h = /^-?[0-9]+$/, g = 4294967296, _ = 2147483648, v = 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 / h);
|
|
219
219
|
}
|
|
220
220
|
throw Error("unknown value " + typeof t);
|
|
221
221
|
}
|
|
222
222
|
toString() {
|
|
223
|
-
return
|
|
223
|
+
return m ? this.toBigInt().toString() : f(this.lo, this.hi);
|
|
224
224
|
}
|
|
225
225
|
toBigInt() {
|
|
226
|
-
return m
|
|
226
|
+
return ne(m), m.V.setInt32(0, this.lo, !0), m.V.setInt32(4, this.hi, !0), m.V.getBigUint64(0, !0);
|
|
227
227
|
}
|
|
228
228
|
};
|
|
229
|
-
|
|
230
|
-
var
|
|
229
|
+
v.ZERO = new v(0, 0);
|
|
230
|
+
var y = class e extends _ {
|
|
231
231
|
static from(t) {
|
|
232
|
-
if (
|
|
232
|
+
if (m) 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 = m.C(t);
|
|
237
237
|
case "number":
|
|
238
238
|
if (t === 0) return this.ZERO;
|
|
239
|
-
t =
|
|
239
|
+
t = m.C(t);
|
|
240
240
|
case "bigint":
|
|
241
241
|
if (!t) return this.ZERO;
|
|
242
|
-
if (t <
|
|
243
|
-
if (t >
|
|
244
|
-
return
|
|
242
|
+
if (t < m.MIN) throw Error("signed long too small");
|
|
243
|
+
if (t > m.MAX) throw Error("signed long too large");
|
|
244
|
+
return m.V.setBigInt64(0, t, !0), new e(m.V.getInt32(0, !0), m.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(), !re.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 > g || i == g && r != 0) throw Error("signed long too small");
|
|
253
|
+
} else if (i >= g) 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 / h) : new e(-t, -t / h).negate();
|
|
260
260
|
}
|
|
261
261
|
throw Error("unknown value " + typeof t);
|
|
262
262
|
}
|
|
263
263
|
isNegative() {
|
|
264
|
-
return (this.hi &
|
|
264
|
+
return (this.hi & g) !== 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 (m) return this.toBigInt().toString();
|
|
272
272
|
if (this.isNegative()) {
|
|
273
273
|
let e = this.negate();
|
|
274
274
|
return "-" + f(e.lo, e.hi);
|
|
@@ -276,22 +276,22 @@ var b = class e extends v {
|
|
|
276
276
|
return f(this.lo, this.hi);
|
|
277
277
|
}
|
|
278
278
|
toBigInt() {
|
|
279
|
-
return m
|
|
279
|
+
return ne(m), m.V.setInt32(0, this.lo, !0), m.V.setInt32(4, this.hi, !0), m.V.getBigInt64(0, !0);
|
|
280
280
|
}
|
|
281
281
|
};
|
|
282
|
-
|
|
282
|
+
y.ZERO = new y(0, 0);
|
|
283
283
|
//#endregion
|
|
284
284
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/binary-reader.js
|
|
285
|
-
var
|
|
285
|
+
var b = {
|
|
286
286
|
readUnknownField: !0,
|
|
287
287
|
readerFactory: (e) => new ae(e)
|
|
288
288
|
};
|
|
289
289
|
function ie(e) {
|
|
290
|
-
return e ? Object.assign(Object.assign({},
|
|
290
|
+
return e ? Object.assign(Object.assign({}, b), e) : b;
|
|
291
291
|
}
|
|
292
292
|
var ae = class {
|
|
293
293
|
constructor(e, t) {
|
|
294
|
-
this.varint64 = c, this.uint32 =
|
|
294
|
+
this.varint64 = c, this.uint32 = ee, 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 y(...this.varint64());
|
|
338
338
|
}
|
|
339
339
|
uint64() {
|
|
340
|
-
return new
|
|
340
|
+
return new v(...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 y(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 v(this.sfixed32(), this.sfixed32());
|
|
358
358
|
}
|
|
359
359
|
sfixed64() {
|
|
360
|
-
return new
|
|
360
|
+
return new y(this.sfixed32(), this.sfixed32());
|
|
361
361
|
}
|
|
362
362
|
float() {
|
|
363
363
|
return this.view.getFloat32((this.pos += 4) - 4, !0);
|
|
@@ -396,14 +396,14 @@ function w(e) {
|
|
|
396
396
|
}
|
|
397
397
|
//#endregion
|
|
398
398
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/binary-writer.js
|
|
399
|
-
var
|
|
399
|
+
var fe = {
|
|
400
400
|
writeUnknownFields: !0,
|
|
401
|
-
writerFactory: () => new
|
|
401
|
+
writerFactory: () => new me()
|
|
402
402
|
};
|
|
403
|
-
function
|
|
404
|
-
return e ? Object.assign(Object.assign({},
|
|
403
|
+
function pe(e) {
|
|
404
|
+
return e ? Object.assign(Object.assign({}, fe), e) : fe;
|
|
405
405
|
}
|
|
406
|
-
var
|
|
406
|
+
var me = class {
|
|
407
407
|
constructor(e) {
|
|
408
408
|
this.stack = [], this.textEncoder = e ?? new TextEncoder(), this.chunks = [], this.buf = [];
|
|
409
409
|
}
|
|
@@ -437,7 +437,7 @@ var pe = class {
|
|
|
437
437
|
return this.buf.push(e), this;
|
|
438
438
|
}
|
|
439
439
|
int32(e) {
|
|
440
|
-
return S(e),
|
|
440
|
+
return S(e), p(e, this.buf), this;
|
|
441
441
|
}
|
|
442
442
|
bool(e) {
|
|
443
443
|
return this.buf.push(e ? 1 : 0), this;
|
|
@@ -469,46 +469,46 @@ var pe = class {
|
|
|
469
469
|
return new DataView(t.buffer).setInt32(0, e, !0), this.raw(t);
|
|
470
470
|
}
|
|
471
471
|
sint32(e) {
|
|
472
|
-
return S(e), e = (e << 1 ^ e >> 31) >>> 0,
|
|
472
|
+
return S(e), e = (e << 1 ^ e >> 31) >>> 0, p(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 = y.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 = v.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 = y.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 = y.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 = v.from(e);
|
|
492
492
|
return l(t.lo, t.hi, this.buf), this;
|
|
493
493
|
}
|
|
494
|
-
},
|
|
494
|
+
}, he = {
|
|
495
495
|
emitDefaultValues: !1,
|
|
496
496
|
enumAsInteger: !1,
|
|
497
497
|
useProtoFieldName: !1,
|
|
498
498
|
prettySpaces: 0
|
|
499
|
-
},
|
|
499
|
+
}, T = { ignoreUnknownFields: !1 };
|
|
500
500
|
function ge(e) {
|
|
501
|
-
return e ? Object.assign(Object.assign({},
|
|
501
|
+
return e ? Object.assign(Object.assign({}, T), e) : T;
|
|
502
502
|
}
|
|
503
503
|
function _e(e) {
|
|
504
|
-
return e ? Object.assign(Object.assign({},
|
|
504
|
+
return e ? Object.assign(Object.assign({}, he), e) : he;
|
|
505
505
|
}
|
|
506
506
|
//#endregion
|
|
507
507
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/message-type-contract.js
|
|
508
|
-
var
|
|
508
|
+
var E = 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 D(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 E(e) {
|
|
|
518
518
|
}
|
|
519
519
|
//#endregion
|
|
520
520
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-info.js
|
|
521
|
-
var D;
|
|
522
|
-
(function(e) {
|
|
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
|
-
})(D ||= {});
|
|
525
521
|
var O;
|
|
526
522
|
(function(e) {
|
|
527
|
-
e[e.
|
|
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";
|
|
528
524
|
})(O ||= {});
|
|
529
525
|
var k;
|
|
530
526
|
(function(e) {
|
|
531
|
-
e[e.
|
|
527
|
+
e[e.BIGINT = 0] = "BIGINT", e[e.STRING = 1] = "STRING", e[e.NUMBER = 2] = "NUMBER";
|
|
532
528
|
})(k ||= {});
|
|
533
|
-
|
|
534
|
-
|
|
529
|
+
var A;
|
|
530
|
+
(function(e) {
|
|
531
|
+
e[e.NO = 0] = "NO", e[e.PACKED = 1] = "PACKED", e[e.UNPACKED = 2] = "UNPACKED";
|
|
532
|
+
})(A ||= {});
|
|
533
|
+
function ve(e) {
|
|
534
|
+
return e.localName = e.localName ?? D(e.name), e.jsonName = e.jsonName ?? D(e.name), e.repeat = e.repeat ?? A.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 ye(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 be(e) {
|
|
|
545
545
|
}
|
|
546
546
|
//#endregion
|
|
547
547
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-type-check.js
|
|
548
|
-
var
|
|
548
|
+
var be = class {
|
|
549
549
|
constructor(e) {
|
|
550
550
|
this.fields = e.fields ?? [];
|
|
551
551
|
}
|
|
@@ -580,7 +580,7 @@ var xe = 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 (!ye(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 xe = 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, O.INT32, r) : this.scalar(e, O.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 xe = 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), O.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 xe = 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 O.UINT64:
|
|
625
|
+
case O.FIXED64:
|
|
626
|
+
case O.INT64:
|
|
627
|
+
case O.SFIXED64:
|
|
628
|
+
case O.SINT64: switch (n) {
|
|
629
|
+
case k.BIGINT: return r == "bigint";
|
|
630
|
+
case k.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 O.BOOL: return r == "boolean";
|
|
634
|
+
case O.STRING: return r == "string";
|
|
635
|
+
case O.BYTES: return e instanceof Uint8Array;
|
|
636
|
+
case O.DOUBLE:
|
|
637
|
+
case O.FLOAT: return r == "number" && !isNaN(e);
|
|
638
638
|
default: return r == "number" && Number.isInteger(e);
|
|
639
639
|
}
|
|
640
640
|
}
|
|
@@ -649,28 +649,28 @@ var xe = 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 O.INT32:
|
|
653
|
+
case O.FIXED32:
|
|
654
|
+
case O.SFIXED32:
|
|
655
|
+
case O.SINT32:
|
|
656
|
+
case O.UINT32: return this.scalars(r.slice(0, n).map((e) => parseInt(e)), t, n);
|
|
657
|
+
case O.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, k.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 j(e, t) {
|
|
665
665
|
switch (t) {
|
|
666
|
-
case
|
|
667
|
-
case
|
|
666
|
+
case k.BIGINT: return e.toBigInt();
|
|
667
|
+
case k.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 xe = class {
|
|
674
674
|
constructor(e) {
|
|
675
675
|
this.info = e;
|
|
676
676
|
}
|
|
@@ -722,7 +722,7 @@ var Se = 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 == O.BOOL && (o = o == "true" ? !0 : o == "false" ? !1 : o), o = this.scalar(o, e.K, k.STRING, e.name).toString(), n[o] = a;
|
|
726
726
|
}
|
|
727
727
|
} else if (e.repeat) {
|
|
728
728
|
if (o === null) continue;
|
|
@@ -781,8 +781,8 @@ var Se = class {
|
|
|
781
781
|
let a;
|
|
782
782
|
try {
|
|
783
783
|
switch (t) {
|
|
784
|
-
case
|
|
785
|
-
case
|
|
784
|
+
case O.DOUBLE:
|
|
785
|
+
case O.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 Se = 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 == O.FLOAT && w(r), r;
|
|
809
|
+
case O.INT32:
|
|
810
|
+
case O.FIXED32:
|
|
811
|
+
case O.SFIXED32:
|
|
812
|
+
case O.SINT32:
|
|
813
|
+
case O.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 == O.UINT32 ? C(o) : S(o), o;
|
|
818
|
+
case O.INT64:
|
|
819
|
+
case O.SFIXED64:
|
|
820
|
+
case O.SINT64:
|
|
821
|
+
if (e === null) return j(y.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 j(y.from(e), n);
|
|
824
|
+
case O.FIXED64:
|
|
825
|
+
case O.UINT64:
|
|
826
|
+
if (e === null) return j(v.ZERO, n);
|
|
827
827
|
if (typeof e != "number" && typeof e != "string") break;
|
|
828
|
-
return
|
|
829
|
-
case
|
|
828
|
+
return j(v.from(e), n);
|
|
829
|
+
case O.BOOL:
|
|
830
830
|
if (e === null) return !1;
|
|
831
831
|
if (typeof e != "boolean") break;
|
|
832
832
|
return e;
|
|
833
|
-
case
|
|
833
|
+
case O.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 O.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 Se = class {
|
|
|
847
847
|
}
|
|
848
848
|
this.assert(!1, r + (a ? " - " + a : ""), e);
|
|
849
849
|
}
|
|
850
|
-
},
|
|
850
|
+
}, Se = class {
|
|
851
851
|
constructor(e) {
|
|
852
852
|
this.fields = e.fields ?? [];
|
|
853
853
|
}
|
|
@@ -953,50 +953,50 @@ var Se = class {
|
|
|
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
|
|
956
|
+
case O.INT32:
|
|
957
|
+
case O.SFIXED32:
|
|
958
|
+
case O.SINT32: return t === 0 ? o ? 0 : void 0 : (S(t), t);
|
|
959
|
+
case O.FIXED32:
|
|
960
|
+
case O.UINT32: return t === 0 ? o ? 0 : void 0 : (C(t), t);
|
|
961
|
+
case O.FLOAT: w(t);
|
|
962
|
+
case O.DOUBLE: return t === 0 ? o ? 0 : void 0 : (x(typeof t == "number"), Number.isNaN(t) ? "NaN" : t === Infinity ? "Infinity" : t === -Infinity ? "-Infinity" : t);
|
|
963
|
+
case O.STRING: return t === "" ? o ? "" : void 0 : (x(typeof t == "string"), t);
|
|
964
|
+
case O.BOOL: return t === !1 ? o ? !1 : void 0 : (x(typeof t == "boolean"), t);
|
|
965
|
+
case O.UINT64:
|
|
966
|
+
case O.FIXED64:
|
|
967
967
|
x(typeof t == "number" || typeof t == "string" || typeof t == "bigint");
|
|
968
|
-
let e =
|
|
968
|
+
let e = v.from(t);
|
|
969
969
|
return e.isZero() && !o ? void 0 : e.toString();
|
|
970
|
-
case
|
|
971
|
-
case
|
|
972
|
-
case
|
|
970
|
+
case O.INT64:
|
|
971
|
+
case O.SFIXED64:
|
|
972
|
+
case O.SINT64:
|
|
973
973
|
x(typeof t == "number" || typeof t == "string" || typeof t == "bigint");
|
|
974
|
-
let n =
|
|
974
|
+
let n = y.from(t);
|
|
975
975
|
return n.isZero() && !o ? void 0 : n.toString();
|
|
976
|
-
case
|
|
976
|
+
case O.BYTES: return x(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 M(e, t = k.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 O.BOOL: return !1;
|
|
985
|
+
case O.UINT64:
|
|
986
|
+
case O.FIXED64: return j(v.ZERO, t);
|
|
987
|
+
case O.INT64:
|
|
988
|
+
case O.SFIXED64:
|
|
989
|
+
case O.SINT64: return j(y.ZERO, t);
|
|
990
|
+
case O.DOUBLE:
|
|
991
|
+
case O.FLOAT: return 0;
|
|
992
|
+
case O.BYTES: return new Uint8Array();
|
|
993
|
+
case O.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 Ce = class {
|
|
1000
1000
|
constructor(e) {
|
|
1001
1001
|
this.info = e;
|
|
1002
1002
|
}
|
|
@@ -1022,10 +1022,10 @@ var we = 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" ? O.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 != O.STRING && t != O.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 we = class {
|
|
|
1050
1050
|
let [r, i] = t.tag();
|
|
1051
1051
|
switch (r) {
|
|
1052
1052
|
case 1:
|
|
1053
|
-
a = e.K ==
|
|
1053
|
+
a = e.K == O.BOOL ? t.bool().toString() : this.scalar(t, e.K, k.STRING);
|
|
1054
1054
|
break;
|
|
1055
1055
|
case 2:
|
|
1056
1056
|
switch (e.V.kind) {
|
|
@@ -1069,12 +1069,12 @@ var we = class {
|
|
|
1069
1069
|
}
|
|
1070
1070
|
}
|
|
1071
1071
|
if (a === void 0) {
|
|
1072
|
-
let t =
|
|
1073
|
-
a = e.K ==
|
|
1072
|
+
let t = M(e.K);
|
|
1073
|
+
a = e.K == O.BOOL ? t.toString() : t;
|
|
1074
1074
|
}
|
|
1075
1075
|
if (o === void 0) switch (e.V.kind) {
|
|
1076
1076
|
case "scalar":
|
|
1077
|
-
o =
|
|
1077
|
+
o = M(e.V.T, e.V.L);
|
|
1078
1078
|
break;
|
|
1079
1079
|
case "enum":
|
|
1080
1080
|
o = 0;
|
|
@@ -1087,24 +1087,24 @@ var we = 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 O.INT32: return e.int32();
|
|
1091
|
+
case O.STRING: return e.string();
|
|
1092
|
+
case O.BOOL: return e.bool();
|
|
1093
|
+
case O.DOUBLE: return e.double();
|
|
1094
|
+
case O.FLOAT: return e.float();
|
|
1095
|
+
case O.INT64: return j(e.int64(), n);
|
|
1096
|
+
case O.UINT64: return j(e.uint64(), n);
|
|
1097
|
+
case O.FIXED64: return j(e.fixed64(), n);
|
|
1098
|
+
case O.FIXED32: return e.fixed32();
|
|
1099
|
+
case O.BYTES: return e.bytes();
|
|
1100
|
+
case O.UINT32: return e.uint32();
|
|
1101
|
+
case O.SFIXED32: return e.sfixed32();
|
|
1102
|
+
case O.SFIXED64: return j(e.sfixed64(), n);
|
|
1103
|
+
case O.SINT32: return e.sint32();
|
|
1104
|
+
case O.SINT64: return j(e.sint64(), n);
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
}, we = class {
|
|
1108
1108
|
constructor(e) {
|
|
1109
1109
|
this.info = e;
|
|
1110
1110
|
}
|
|
@@ -1123,8 +1123,8 @@ var we = class {
|
|
|
1123
1123
|
switch (r.kind) {
|
|
1124
1124
|
case "scalar":
|
|
1125
1125
|
case "enum":
|
|
1126
|
-
let e = r.kind == "enum" ?
|
|
1127
|
-
if (o) if (x(Array.isArray(i)), o ==
|
|
1126
|
+
let e = r.kind == "enum" ? O.INT32 : r.T;
|
|
1127
|
+
if (o) if (x(Array.isArray(i)), o == A.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
1129
|
else i === void 0 ? x(r.opt) : this.scalar(t, e, r.no, i, a || r.opt);
|
|
1130
1130
|
break;
|
|
@@ -1147,14 +1147,14 @@ var we = 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 O.INT32:
|
|
1151
|
+
case O.FIXED32:
|
|
1152
|
+
case O.UINT32:
|
|
1153
|
+
case O.SFIXED32:
|
|
1154
|
+
case O.SINT32:
|
|
1155
1155
|
a = Number.parseInt(r);
|
|
1156
1156
|
break;
|
|
1157
|
-
case
|
|
1157
|
+
case O.BOOL:
|
|
1158
1158
|
x(r == "true" || r == "false"), a = r == "true";
|
|
1159
1159
|
break;
|
|
1160
1160
|
}
|
|
@@ -1163,7 +1163,7 @@ var we = 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, O.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 we = class {
|
|
|
1180
1180
|
}
|
|
1181
1181
|
packed(e, t, n, r) {
|
|
1182
1182
|
if (!r.length) return;
|
|
1183
|
-
x(t !==
|
|
1183
|
+
x(t !== O.BYTES && t !== O.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 we = 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 O.INT32:
|
|
1192
1192
|
r = "int32";
|
|
1193
1193
|
break;
|
|
1194
|
-
case
|
|
1194
|
+
case O.STRING:
|
|
1195
1195
|
a = i || !t.length, n = s.LengthDelimited, r = "string";
|
|
1196
1196
|
break;
|
|
1197
|
-
case
|
|
1197
|
+
case O.BOOL:
|
|
1198
1198
|
a = t === !1, r = "bool";
|
|
1199
1199
|
break;
|
|
1200
|
-
case
|
|
1200
|
+
case O.UINT32:
|
|
1201
1201
|
r = "uint32";
|
|
1202
1202
|
break;
|
|
1203
|
-
case
|
|
1203
|
+
case O.DOUBLE:
|
|
1204
1204
|
n = s.Bit64, r = "double";
|
|
1205
1205
|
break;
|
|
1206
|
-
case
|
|
1206
|
+
case O.FLOAT:
|
|
1207
1207
|
n = s.Bit32, r = "float";
|
|
1208
1208
|
break;
|
|
1209
|
-
case
|
|
1210
|
-
a = i ||
|
|
1209
|
+
case O.INT64:
|
|
1210
|
+
a = i || y.from(t).isZero(), r = "int64";
|
|
1211
1211
|
break;
|
|
1212
|
-
case
|
|
1213
|
-
a = i ||
|
|
1212
|
+
case O.UINT64:
|
|
1213
|
+
a = i || v.from(t).isZero(), r = "uint64";
|
|
1214
1214
|
break;
|
|
1215
|
-
case
|
|
1216
|
-
a = i ||
|
|
1215
|
+
case O.FIXED64:
|
|
1216
|
+
a = i || v.from(t).isZero(), n = s.Bit64, r = "fixed64";
|
|
1217
1217
|
break;
|
|
1218
|
-
case
|
|
1218
|
+
case O.BYTES:
|
|
1219
1219
|
a = i || !t.byteLength, n = s.LengthDelimited, r = "bytes";
|
|
1220
1220
|
break;
|
|
1221
|
-
case
|
|
1221
|
+
case O.FIXED32:
|
|
1222
1222
|
n = s.Bit32, r = "fixed32";
|
|
1223
1223
|
break;
|
|
1224
|
-
case
|
|
1224
|
+
case O.SFIXED32:
|
|
1225
1225
|
n = s.Bit32, r = "sfixed32";
|
|
1226
1226
|
break;
|
|
1227
|
-
case
|
|
1228
|
-
a = i ||
|
|
1227
|
+
case O.SFIXED64:
|
|
1228
|
+
a = i || y.from(t).isZero(), n = s.Bit64, r = "sfixed64";
|
|
1229
1229
|
break;
|
|
1230
|
-
case
|
|
1230
|
+
case O.SINT32:
|
|
1231
1231
|
r = "sint32";
|
|
1232
1232
|
break;
|
|
1233
|
-
case
|
|
1234
|
-
a = i ||
|
|
1233
|
+
case O.SINT64:
|
|
1234
|
+
a = i || y.from(t).isZero(), r = "sint64";
|
|
1235
1235
|
break;
|
|
1236
1236
|
}
|
|
1237
1237
|
return [
|
|
@@ -1243,15 +1243,15 @@ var we = 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 Te(e) {
|
|
1247
|
+
let t = e.messagePrototype ? Object.create(e.messagePrototype) : Object.defineProperty({}, E, { 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] = M(n.T, n.L);
|
|
1255
1255
|
break;
|
|
1256
1256
|
case "enum":
|
|
1257
1257
|
t[e] = 0;
|
|
@@ -1265,7 +1265,7 @@ function Ee(e) {
|
|
|
1265
1265
|
}
|
|
1266
1266
|
//#endregion
|
|
1267
1267
|
//#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-merge-partial.js
|
|
1268
|
-
function
|
|
1268
|
+
function N(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 M(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 Ee(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 De(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" ? O.INT32 : r.T;
|
|
1317
|
+
if (!(r.repeat ? I(e, i, a) : F(e, i, a))) return !1;
|
|
1318
1318
|
break;
|
|
1319
1319
|
case "map":
|
|
1320
|
-
if (!(r.V.kind == "message" ?
|
|
1320
|
+
if (!(r.V.kind == "message" ? De(r.V.T(), P(i), P(a)) : I(r.V.kind == "enum" ? O.INT32 : r.V.T, P(i), P(a)))) return !1;
|
|
1321
1321
|
break;
|
|
1322
1322
|
case "message":
|
|
1323
1323
|
let t = r.T();
|
|
1324
|
-
if (!(r.repeat ?
|
|
1324
|
+
if (!(r.repeat ? De(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 P = Object.values;
|
|
1331
|
+
function F(e, t, n) {
|
|
1332
1332
|
if (t === n) return !0;
|
|
1333
|
-
if (e !==
|
|
1333
|
+
if (e !== O.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 I(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 (!F(e, t[r], n[r])) return !1;
|
|
1342
1342
|
return !0;
|
|
1343
1343
|
}
|
|
1344
|
-
function
|
|
1344
|
+
function De(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 Oe = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ke = Oe[E] = {}, L = 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(ve), this.options = n ?? {}, ke.value = this, this.messagePrototype = Object.create(null, Oe), this.refTypeCheck = new be(this), this.refJsonReader = new xe(this), this.refJsonWriter = new Se(this), this.refBinReader = new Ce(this), this.refBinWriter = new we(this);
|
|
1354
1354
|
}
|
|
1355
1355
|
create(e) {
|
|
1356
|
-
let t =
|
|
1357
|
-
return e !== void 0 &&
|
|
1356
|
+
let t = Te(this);
|
|
1357
|
+
return e !== void 0 && N(this, t, e), t;
|
|
1358
1358
|
}
|
|
1359
1359
|
clone(e) {
|
|
1360
1360
|
let t = this.create();
|
|
1361
|
-
return
|
|
1361
|
+
return N(this, t, e), t;
|
|
1362
1362
|
}
|
|
1363
1363
|
equals(e, t) {
|
|
1364
|
-
return
|
|
1364
|
+
return Ee(this, e, t);
|
|
1365
1365
|
}
|
|
1366
1366
|
is(e, t = this.defaultCheckDepth) {
|
|
1367
1367
|
return this.refTypeCheck.is(e, t, !1);
|
|
@@ -1370,7 +1370,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1370
1370
|
return this.refTypeCheck.is(e, t, !0);
|
|
1371
1371
|
}
|
|
1372
1372
|
mergePartial(e, t) {
|
|
1373
|
-
|
|
1373
|
+
N(this, e, t);
|
|
1374
1374
|
}
|
|
1375
1375
|
fromBinary(e, t) {
|
|
1376
1376
|
let n = ie(t);
|
|
@@ -1391,7 +1391,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1391
1391
|
return JSON.stringify(n, null, t?.prettySpaces ?? 0);
|
|
1392
1392
|
}
|
|
1393
1393
|
toBinary(e, t) {
|
|
1394
|
-
let n =
|
|
1394
|
+
let n = pe(t);
|
|
1395
1395
|
return this.internalBinaryWrite(e, n.writerFactory(), n).finish();
|
|
1396
1396
|
}
|
|
1397
1397
|
internalJsonRead(t, n, r) {
|
|
@@ -1411,7 +1411,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1411
1411
|
let i = r ?? this.create();
|
|
1412
1412
|
return this.refBinReader.read(e, i, n, t), i;
|
|
1413
1413
|
}
|
|
1414
|
-
},
|
|
1414
|
+
}, R = new class extends L {
|
|
1415
1415
|
constructor() {
|
|
1416
1416
|
super("shared.Translation", [{
|
|
1417
1417
|
no: 1,
|
|
@@ -1427,7 +1427,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
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 && N(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,9 +1454,9 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1454
1454
|
let r = n.writeUnknownFields;
|
|
1455
1455
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1456
1456
|
}
|
|
1457
|
-
}(),
|
|
1457
|
+
}(), Ae = /* @__PURE__ */ function(e) {
|
|
1458
1458
|
return e[e.NULL_VALUE = 0] = "NULL_VALUE", e;
|
|
1459
|
-
}({}),
|
|
1459
|
+
}({}), z = new class extends L {
|
|
1460
1460
|
constructor() {
|
|
1461
1461
|
super("shared.Struct", [{
|
|
1462
1462
|
no: 1,
|
|
@@ -1465,13 +1465,13 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1465
1465
|
K: 9,
|
|
1466
1466
|
V: {
|
|
1467
1467
|
kind: "message",
|
|
1468
|
-
T: () =>
|
|
1468
|
+
T: () => B
|
|
1469
1469
|
}
|
|
1470
1470
|
}]);
|
|
1471
1471
|
}
|
|
1472
1472
|
create(e) {
|
|
1473
1473
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1474
|
-
return t.fields = {}, e !== void 0 &&
|
|
1474
|
+
return t.fields = {}, e !== void 0 && N(this, t, e), t;
|
|
1475
1475
|
}
|
|
1476
1476
|
internalBinaryRead(e, t, n, r) {
|
|
1477
1477
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1499,19 +1499,19 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1499
1499
|
a = t.string();
|
|
1500
1500
|
break;
|
|
1501
1501
|
case 2:
|
|
1502
|
-
o =
|
|
1502
|
+
o = B.internalBinaryRead(t, t.uint32(), n);
|
|
1503
1503
|
break;
|
|
1504
1504
|
default: throw new globalThis.Error("unknown map entry field for shared.Struct.fields");
|
|
1505
1505
|
}
|
|
1506
1506
|
}
|
|
1507
|
-
e[a ?? ""] = o ??
|
|
1507
|
+
e[a ?? ""] = o ?? B.create();
|
|
1508
1508
|
}
|
|
1509
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(),
|
|
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
1511
|
let r = n.writeUnknownFields;
|
|
1512
1512
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1513
1513
|
}
|
|
1514
|
-
}(),
|
|
1514
|
+
}(), B = new class extends L {
|
|
1515
1515
|
constructor() {
|
|
1516
1516
|
super("shared.Value", [
|
|
1517
1517
|
{
|
|
@@ -1519,14 +1519,14 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1519
1519
|
name: "null_value",
|
|
1520
1520
|
kind: "enum",
|
|
1521
1521
|
oneof: "kind",
|
|
1522
|
-
T: () => ["shared.NullValue",
|
|
1522
|
+
T: () => ["shared.NullValue", Ae]
|
|
1523
1523
|
},
|
|
1524
1524
|
{
|
|
1525
1525
|
no: 2,
|
|
1526
1526
|
name: "number_value",
|
|
1527
1527
|
kind: "message",
|
|
1528
1528
|
oneof: "kind",
|
|
1529
|
-
T: () =>
|
|
1529
|
+
T: () => V
|
|
1530
1530
|
},
|
|
1531
1531
|
{
|
|
1532
1532
|
no: 3,
|
|
@@ -1547,20 +1547,20 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1547
1547
|
name: "struct_value",
|
|
1548
1548
|
kind: "message",
|
|
1549
1549
|
oneof: "kind",
|
|
1550
|
-
T: () =>
|
|
1550
|
+
T: () => z
|
|
1551
1551
|
},
|
|
1552
1552
|
{
|
|
1553
1553
|
no: 6,
|
|
1554
1554
|
name: "list_value",
|
|
1555
1555
|
kind: "message",
|
|
1556
1556
|
oneof: "kind",
|
|
1557
|
-
T: () =>
|
|
1557
|
+
T: () => H
|
|
1558
1558
|
}
|
|
1559
1559
|
]);
|
|
1560
1560
|
}
|
|
1561
1561
|
create(e) {
|
|
1562
1562
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1563
|
-
return t.kind = { oneofKind: void 0 }, e !== void 0 &&
|
|
1563
|
+
return t.kind = { oneofKind: void 0 }, e !== void 0 && N(this, t, e), t;
|
|
1564
1564
|
}
|
|
1565
1565
|
internalBinaryRead(e, t, n, r) {
|
|
1566
1566
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1576,7 +1576,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1576
1576
|
case 2:
|
|
1577
1577
|
i.kind = {
|
|
1578
1578
|
oneofKind: "numberValue",
|
|
1579
|
-
numberValue:
|
|
1579
|
+
numberValue: V.internalBinaryRead(e, e.uint32(), n, i.kind.numberValue)
|
|
1580
1580
|
};
|
|
1581
1581
|
break;
|
|
1582
1582
|
case 3:
|
|
@@ -1594,13 +1594,13 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1594
1594
|
case 5:
|
|
1595
1595
|
i.kind = {
|
|
1596
1596
|
oneofKind: "structValue",
|
|
1597
|
-
structValue:
|
|
1597
|
+
structValue: z.internalBinaryRead(e, e.uint32(), n, i.kind.structValue)
|
|
1598
1598
|
};
|
|
1599
1599
|
break;
|
|
1600
1600
|
case 6:
|
|
1601
1601
|
i.kind = {
|
|
1602
1602
|
oneofKind: "listValue",
|
|
1603
|
-
listValue:
|
|
1603
|
+
listValue: H.internalBinaryRead(e, e.uint32(), n, i.kind.listValue)
|
|
1604
1604
|
};
|
|
1605
1605
|
break;
|
|
1606
1606
|
default:
|
|
@@ -1613,11 +1613,11 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1613
1613
|
return i;
|
|
1614
1614
|
}
|
|
1615
1615
|
internalBinaryWrite(e, t, n) {
|
|
1616
|
-
e.kind.oneofKind === "nullValue" && t.tag(1, s.Varint).int32(e.kind.nullValue), e.kind.oneofKind === "numberValue" &&
|
|
1616
|
+
e.kind.oneofKind === "nullValue" && t.tag(1, s.Varint).int32(e.kind.nullValue), e.kind.oneofKind === "numberValue" && V.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" && z.internalBinaryWrite(e.kind.structValue, t.tag(5, s.LengthDelimited).fork(), n).join(), e.kind.oneofKind === "listValue" && H.internalBinaryWrite(e.kind.listValue, t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
1617
1617
|
let r = n.writeUnknownFields;
|
|
1618
1618
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1619
1619
|
}
|
|
1620
|
-
}(),
|
|
1620
|
+
}(), V = new class extends L {
|
|
1621
1621
|
constructor() {
|
|
1622
1622
|
super("shared.NumberValue", [{
|
|
1623
1623
|
no: 1,
|
|
@@ -1636,7 +1636,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1636
1636
|
}
|
|
1637
1637
|
create(e) {
|
|
1638
1638
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1639
|
-
return t.number = { oneofKind: void 0 }, e !== void 0 &&
|
|
1639
|
+
return t.number = { oneofKind: void 0 }, e !== void 0 && N(this, t, e), t;
|
|
1640
1640
|
}
|
|
1641
1641
|
internalBinaryRead(e, t, n, r) {
|
|
1642
1642
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1669,19 +1669,19 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1669
1669
|
let r = n.writeUnknownFields;
|
|
1670
1670
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1671
1671
|
}
|
|
1672
|
-
}(),
|
|
1672
|
+
}(), H = new class extends L {
|
|
1673
1673
|
constructor() {
|
|
1674
1674
|
super("shared.ListValue", [{
|
|
1675
1675
|
no: 1,
|
|
1676
1676
|
name: "values",
|
|
1677
1677
|
kind: "message",
|
|
1678
1678
|
repeat: 2,
|
|
1679
|
-
T: () =>
|
|
1679
|
+
T: () => B
|
|
1680
1680
|
}]);
|
|
1681
1681
|
}
|
|
1682
1682
|
create(e) {
|
|
1683
1683
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1684
|
-
return t.values = [], e !== void 0 &&
|
|
1684
|
+
return t.values = [], e !== void 0 && N(this, t, e), t;
|
|
1685
1685
|
}
|
|
1686
1686
|
internalBinaryRead(e, t, n, r) {
|
|
1687
1687
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1689,7 +1689,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1689
1689
|
let [t, r] = e.tag();
|
|
1690
1690
|
switch (t) {
|
|
1691
1691
|
case 1:
|
|
1692
|
-
i.values.push(
|
|
1692
|
+
i.values.push(B.internalBinaryRead(e, e.uint32(), n));
|
|
1693
1693
|
break;
|
|
1694
1694
|
default:
|
|
1695
1695
|
let a = n.readUnknownField;
|
|
@@ -1701,11 +1701,11 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1701
1701
|
return i;
|
|
1702
1702
|
}
|
|
1703
1703
|
internalBinaryWrite(e, t, n) {
|
|
1704
|
-
for (let r = 0; r < e.values.length; r++)
|
|
1704
|
+
for (let r = 0; r < e.values.length; r++) B.internalBinaryWrite(e.values[r], t.tag(1, s.LengthDelimited).fork(), n).join();
|
|
1705
1705
|
let r = n.writeUnknownFields;
|
|
1706
1706
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1707
1707
|
}
|
|
1708
|
-
}(),
|
|
1708
|
+
}(), U = new class extends L {
|
|
1709
1709
|
constructor() {
|
|
1710
1710
|
super("shared.ActionConfiguration", [{
|
|
1711
1711
|
no: 1,
|
|
@@ -1716,12 +1716,12 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1716
1716
|
no: 2,
|
|
1717
1717
|
name: "value",
|
|
1718
1718
|
kind: "message",
|
|
1719
|
-
T: () =>
|
|
1719
|
+
T: () => B
|
|
1720
1720
|
}]);
|
|
1721
1721
|
}
|
|
1722
1722
|
create(e) {
|
|
1723
1723
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1724
|
-
return t.identifier = "", e !== void 0 &&
|
|
1724
|
+
return t.identifier = "", e !== void 0 && N(this, t, e), t;
|
|
1725
1725
|
}
|
|
1726
1726
|
internalBinaryRead(e, t, n, r) {
|
|
1727
1727
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1732,7 +1732,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1732
1732
|
i.identifier = e.string();
|
|
1733
1733
|
break;
|
|
1734
1734
|
case 2:
|
|
1735
|
-
i.value =
|
|
1735
|
+
i.value = B.internalBinaryRead(e, e.uint32(), n, i.value);
|
|
1736
1736
|
break;
|
|
1737
1737
|
default:
|
|
1738
1738
|
let a = n.readUnknownField;
|
|
@@ -1744,11 +1744,11 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1744
1744
|
return i;
|
|
1745
1745
|
}
|
|
1746
1746
|
internalBinaryWrite(e, t, n) {
|
|
1747
|
-
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier), e.value &&
|
|
1747
|
+
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier), e.value && B.internalBinaryWrite(e.value, t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
1748
1748
|
let r = n.writeUnknownFields;
|
|
1749
1749
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1750
1750
|
}
|
|
1751
|
-
}(),
|
|
1751
|
+
}(), W = new class extends L {
|
|
1752
1752
|
constructor() {
|
|
1753
1753
|
super("shared.ActionProjectConfiguration", [{
|
|
1754
1754
|
no: 1,
|
|
@@ -1761,12 +1761,12 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1761
1761
|
name: "action_configurations",
|
|
1762
1762
|
kind: "message",
|
|
1763
1763
|
repeat: 2,
|
|
1764
|
-
T: () =>
|
|
1764
|
+
T: () => U
|
|
1765
1765
|
}]);
|
|
1766
1766
|
}
|
|
1767
1767
|
create(e) {
|
|
1768
1768
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1769
|
-
return t.projectId = 0n, t.actionConfigurations = [], e !== void 0 &&
|
|
1769
|
+
return t.projectId = 0n, t.actionConfigurations = [], e !== void 0 && N(this, t, e), t;
|
|
1770
1770
|
}
|
|
1771
1771
|
internalBinaryRead(e, t, n, r) {
|
|
1772
1772
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1777,7 +1777,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1777
1777
|
i.projectId = e.int64().toBigInt();
|
|
1778
1778
|
break;
|
|
1779
1779
|
case 2:
|
|
1780
|
-
i.actionConfigurations.push(
|
|
1780
|
+
i.actionConfigurations.push(U.internalBinaryRead(e, e.uint32(), n));
|
|
1781
1781
|
break;
|
|
1782
1782
|
default:
|
|
1783
1783
|
let a = n.readUnknownField;
|
|
@@ -1790,23 +1790,23 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1790
1790
|
}
|
|
1791
1791
|
internalBinaryWrite(e, t, n) {
|
|
1792
1792
|
e.projectId !== 0n && t.tag(1, s.Varint).int64(e.projectId);
|
|
1793
|
-
for (let r = 0; r < e.actionConfigurations.length; r++)
|
|
1793
|
+
for (let r = 0; r < e.actionConfigurations.length; r++) U.internalBinaryWrite(e.actionConfigurations[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
1794
1794
|
let r = n.writeUnknownFields;
|
|
1795
1795
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1796
1796
|
}
|
|
1797
|
-
}(),
|
|
1797
|
+
}(), je = new class extends L {
|
|
1798
1798
|
constructor() {
|
|
1799
1799
|
super("shared.ActionConfigurations", [{
|
|
1800
1800
|
no: 1,
|
|
1801
1801
|
name: "action_configurations",
|
|
1802
1802
|
kind: "message",
|
|
1803
1803
|
repeat: 2,
|
|
1804
|
-
T: () =>
|
|
1804
|
+
T: () => W
|
|
1805
1805
|
}]);
|
|
1806
1806
|
}
|
|
1807
1807
|
create(e) {
|
|
1808
1808
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1809
|
-
return t.actionConfigurations = [], e !== void 0 &&
|
|
1809
|
+
return t.actionConfigurations = [], e !== void 0 && N(this, t, e), t;
|
|
1810
1810
|
}
|
|
1811
1811
|
internalBinaryRead(e, t, n, r) {
|
|
1812
1812
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1814,7 +1814,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1814
1814
|
let [t, r] = e.tag();
|
|
1815
1815
|
switch (t) {
|
|
1816
1816
|
case 1:
|
|
1817
|
-
i.actionConfigurations.push(
|
|
1817
|
+
i.actionConfigurations.push(W.internalBinaryRead(e, e.uint32(), n));
|
|
1818
1818
|
break;
|
|
1819
1819
|
default:
|
|
1820
1820
|
let a = n.readUnknownField;
|
|
@@ -1826,11 +1826,11 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1826
1826
|
return i;
|
|
1827
1827
|
}
|
|
1828
1828
|
internalBinaryWrite(e, t, n) {
|
|
1829
|
-
for (let r = 0; r < e.actionConfigurations.length; r++)
|
|
1829
|
+
for (let r = 0; r < e.actionConfigurations.length; r++) W.internalBinaryWrite(e.actionConfigurations[r], t.tag(1, s.LengthDelimited).fork(), n).join();
|
|
1830
1830
|
let r = n.writeUnknownFields;
|
|
1831
1831
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1832
1832
|
}
|
|
1833
|
-
}(),
|
|
1833
|
+
}(), Me = new class extends L {
|
|
1834
1834
|
constructor() {
|
|
1835
1835
|
super("shared.ActionConfigurationDefinition", [
|
|
1836
1836
|
{
|
|
@@ -1838,14 +1838,14 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1838
1838
|
name: "name",
|
|
1839
1839
|
kind: "message",
|
|
1840
1840
|
repeat: 2,
|
|
1841
|
-
T: () =>
|
|
1841
|
+
T: () => R
|
|
1842
1842
|
},
|
|
1843
1843
|
{
|
|
1844
1844
|
no: 2,
|
|
1845
1845
|
name: "description",
|
|
1846
1846
|
kind: "message",
|
|
1847
1847
|
repeat: 2,
|
|
1848
|
-
T: () =>
|
|
1848
|
+
T: () => R
|
|
1849
1849
|
},
|
|
1850
1850
|
{
|
|
1851
1851
|
no: 3,
|
|
@@ -1864,7 +1864,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1864
1864
|
no: 5,
|
|
1865
1865
|
name: "default_value",
|
|
1866
1866
|
kind: "message",
|
|
1867
|
-
T: () =>
|
|
1867
|
+
T: () => B
|
|
1868
1868
|
},
|
|
1869
1869
|
{
|
|
1870
1870
|
no: 6,
|
|
@@ -1876,7 +1876,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1876
1876
|
}
|
|
1877
1877
|
create(e) {
|
|
1878
1878
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1879
|
-
return t.name = [], t.description = [], t.type = "", t.linkedDataTypeIdentifiers = [], t.identifier = "", e !== void 0 &&
|
|
1879
|
+
return t.name = [], t.description = [], t.type = "", t.linkedDataTypeIdentifiers = [], t.identifier = "", e !== void 0 && N(this, t, e), t;
|
|
1880
1880
|
}
|
|
1881
1881
|
internalBinaryRead(e, t, n, r) {
|
|
1882
1882
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -1884,10 +1884,10 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1884
1884
|
let [t, r] = e.tag();
|
|
1885
1885
|
switch (t) {
|
|
1886
1886
|
case 1:
|
|
1887
|
-
i.name.push(
|
|
1887
|
+
i.name.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
1888
1888
|
break;
|
|
1889
1889
|
case 2:
|
|
1890
|
-
i.description.push(
|
|
1890
|
+
i.description.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
1891
1891
|
break;
|
|
1892
1892
|
case 3:
|
|
1893
1893
|
i.type = e.string();
|
|
@@ -1896,7 +1896,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1896
1896
|
i.linkedDataTypeIdentifiers.push(e.string());
|
|
1897
1897
|
break;
|
|
1898
1898
|
case 5:
|
|
1899
|
-
i.defaultValue =
|
|
1899
|
+
i.defaultValue = B.internalBinaryRead(e, e.uint32(), n, i.defaultValue);
|
|
1900
1900
|
break;
|
|
1901
1901
|
case 6:
|
|
1902
1902
|
i.identifier = e.string();
|
|
@@ -1911,15 +1911,15 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1911
1911
|
return i;
|
|
1912
1912
|
}
|
|
1913
1913
|
internalBinaryWrite(e, t, n) {
|
|
1914
|
-
for (let r = 0; r < e.name.length; r++)
|
|
1915
|
-
for (let r = 0; r < e.description.length; r++)
|
|
1914
|
+
for (let r = 0; r < e.name.length; r++) R.internalBinaryWrite(e.name[r], t.tag(1, s.LengthDelimited).fork(), n).join();
|
|
1915
|
+
for (let r = 0; r < e.description.length; r++) R.internalBinaryWrite(e.description[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
1916
1916
|
e.type !== "" && t.tag(3, s.LengthDelimited).string(e.type);
|
|
1917
1917
|
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(4, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
1918
|
-
e.defaultValue &&
|
|
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);
|
|
1919
1919
|
let r = n.writeUnknownFields;
|
|
1920
1920
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
1921
1921
|
}
|
|
1922
|
-
}(),
|
|
1922
|
+
}(), Ne = new class extends L {
|
|
1923
1923
|
constructor() {
|
|
1924
1924
|
super("shared.DefinitionDataType", [
|
|
1925
1925
|
{
|
|
@@ -1933,28 +1933,28 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1933
1933
|
name: "name",
|
|
1934
1934
|
kind: "message",
|
|
1935
1935
|
repeat: 2,
|
|
1936
|
-
T: () =>
|
|
1936
|
+
T: () => R
|
|
1937
1937
|
},
|
|
1938
1938
|
{
|
|
1939
1939
|
no: 3,
|
|
1940
1940
|
name: "display_message",
|
|
1941
1941
|
kind: "message",
|
|
1942
1942
|
repeat: 2,
|
|
1943
|
-
T: () =>
|
|
1943
|
+
T: () => R
|
|
1944
1944
|
},
|
|
1945
1945
|
{
|
|
1946
1946
|
no: 4,
|
|
1947
1947
|
name: "alias",
|
|
1948
1948
|
kind: "message",
|
|
1949
1949
|
repeat: 2,
|
|
1950
|
-
T: () =>
|
|
1950
|
+
T: () => R
|
|
1951
1951
|
},
|
|
1952
1952
|
{
|
|
1953
1953
|
no: 5,
|
|
1954
1954
|
name: "rules",
|
|
1955
1955
|
kind: "message",
|
|
1956
1956
|
repeat: 2,
|
|
1957
|
-
T: () =>
|
|
1957
|
+
T: () => G
|
|
1958
1958
|
},
|
|
1959
1959
|
{
|
|
1960
1960
|
no: 6,
|
|
@@ -1992,7 +1992,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
1992
1992
|
}
|
|
1993
1993
|
create(e) {
|
|
1994
1994
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
1995
|
-
return t.identifier = "", t.name = [], t.displayMessage = [], t.alias = [], t.rules = [], t.genericKeys = [], t.type = "", t.linkedDataTypeIdentifiers = [], t.version = "", t.definitionSource = "", e !== void 0 &&
|
|
1995
|
+
return t.identifier = "", t.name = [], t.displayMessage = [], t.alias = [], t.rules = [], t.genericKeys = [], t.type = "", t.linkedDataTypeIdentifiers = [], t.version = "", t.definitionSource = "", e !== void 0 && N(this, t, e), t;
|
|
1996
1996
|
}
|
|
1997
1997
|
internalBinaryRead(e, t, n, r) {
|
|
1998
1998
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2003,16 +2003,16 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2003
2003
|
i.identifier = e.string();
|
|
2004
2004
|
break;
|
|
2005
2005
|
case 2:
|
|
2006
|
-
i.name.push(
|
|
2006
|
+
i.name.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2007
2007
|
break;
|
|
2008
2008
|
case 3:
|
|
2009
|
-
i.displayMessage.push(
|
|
2009
|
+
i.displayMessage.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2010
2010
|
break;
|
|
2011
2011
|
case 4:
|
|
2012
|
-
i.alias.push(
|
|
2012
|
+
i.alias.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2013
2013
|
break;
|
|
2014
2014
|
case 5:
|
|
2015
|
-
i.rules.push(
|
|
2015
|
+
i.rules.push(G.internalBinaryRead(e, e.uint32(), n));
|
|
2016
2016
|
break;
|
|
2017
2017
|
case 6:
|
|
2018
2018
|
i.genericKeys.push(e.string());
|
|
@@ -2040,10 +2040,10 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2040
2040
|
}
|
|
2041
2041
|
internalBinaryWrite(e, t, n) {
|
|
2042
2042
|
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier);
|
|
2043
|
-
for (let r = 0; r < e.name.length; r++)
|
|
2044
|
-
for (let r = 0; r < e.displayMessage.length; r++)
|
|
2045
|
-
for (let r = 0; r < e.alias.length; r++)
|
|
2046
|
-
for (let r = 0; r < e.rules.length; r++)
|
|
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
2047
|
for (let n = 0; n < e.genericKeys.length; n++) t.tag(6, s.LengthDelimited).string(e.genericKeys[n]);
|
|
2048
2048
|
e.type !== "" && t.tag(7, s.LengthDelimited).string(e.type);
|
|
2049
2049
|
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(8, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
@@ -2051,7 +2051,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2051
2051
|
let r = n.writeUnknownFields;
|
|
2052
2052
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2053
2053
|
}
|
|
2054
|
-
}(),
|
|
2054
|
+
}(), Pe = new class extends L {
|
|
2055
2055
|
constructor() {
|
|
2056
2056
|
super("shared.ExecutionDataType", [{
|
|
2057
2057
|
no: 1,
|
|
@@ -2063,12 +2063,12 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2063
2063
|
name: "rules",
|
|
2064
2064
|
kind: "message",
|
|
2065
2065
|
repeat: 2,
|
|
2066
|
-
T: () =>
|
|
2066
|
+
T: () => K
|
|
2067
2067
|
}]);
|
|
2068
2068
|
}
|
|
2069
2069
|
create(e) {
|
|
2070
2070
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2071
|
-
return t.identifier = "", t.rules = [], e !== void 0 &&
|
|
2071
|
+
return t.identifier = "", t.rules = [], e !== void 0 && N(this, t, e), t;
|
|
2072
2072
|
}
|
|
2073
2073
|
internalBinaryRead(e, t, n, r) {
|
|
2074
2074
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2079,7 +2079,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2079
2079
|
i.identifier = e.string();
|
|
2080
2080
|
break;
|
|
2081
2081
|
case 2:
|
|
2082
|
-
i.rules.push(
|
|
2082
|
+
i.rules.push(K.internalBinaryRead(e, e.uint32(), n));
|
|
2083
2083
|
break;
|
|
2084
2084
|
default:
|
|
2085
2085
|
let a = n.readUnknownField;
|
|
@@ -2092,29 +2092,29 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2092
2092
|
}
|
|
2093
2093
|
internalBinaryWrite(e, t, n) {
|
|
2094
2094
|
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier);
|
|
2095
|
-
for (let r = 0; r < e.rules.length; r++)
|
|
2095
|
+
for (let r = 0; r < e.rules.length; r++) K.internalBinaryWrite(e.rules[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
2096
2096
|
let r = n.writeUnknownFields;
|
|
2097
2097
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2098
2098
|
}
|
|
2099
|
-
}(),
|
|
2099
|
+
}(), G = new class extends L {
|
|
2100
2100
|
constructor() {
|
|
2101
2101
|
super("shared.DefinitionDataTypeRule", [{
|
|
2102
2102
|
no: 1,
|
|
2103
2103
|
name: "number_range",
|
|
2104
2104
|
kind: "message",
|
|
2105
2105
|
oneof: "config",
|
|
2106
|
-
T: () =>
|
|
2106
|
+
T: () => q
|
|
2107
2107
|
}, {
|
|
2108
2108
|
no: 2,
|
|
2109
2109
|
name: "regex",
|
|
2110
2110
|
kind: "message",
|
|
2111
2111
|
oneof: "config",
|
|
2112
|
-
T: () =>
|
|
2112
|
+
T: () => J
|
|
2113
2113
|
}]);
|
|
2114
2114
|
}
|
|
2115
2115
|
create(e) {
|
|
2116
2116
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2117
|
-
return t.config = { oneofKind: void 0 }, e !== void 0 &&
|
|
2117
|
+
return t.config = { oneofKind: void 0 }, e !== void 0 && N(this, t, e), t;
|
|
2118
2118
|
}
|
|
2119
2119
|
internalBinaryRead(e, t, n, r) {
|
|
2120
2120
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2124,13 +2124,13 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2124
2124
|
case 1:
|
|
2125
2125
|
i.config = {
|
|
2126
2126
|
oneofKind: "numberRange",
|
|
2127
|
-
numberRange:
|
|
2127
|
+
numberRange: q.internalBinaryRead(e, e.uint32(), n, i.config.numberRange)
|
|
2128
2128
|
};
|
|
2129
2129
|
break;
|
|
2130
2130
|
case 2:
|
|
2131
2131
|
i.config = {
|
|
2132
2132
|
oneofKind: "regex",
|
|
2133
|
-
regex:
|
|
2133
|
+
regex: J.internalBinaryRead(e, e.uint32(), n, i.config.regex)
|
|
2134
2134
|
};
|
|
2135
2135
|
break;
|
|
2136
2136
|
default:
|
|
@@ -2143,29 +2143,29 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2143
2143
|
return i;
|
|
2144
2144
|
}
|
|
2145
2145
|
internalBinaryWrite(e, t, n) {
|
|
2146
|
-
e.config.oneofKind === "numberRange" &&
|
|
2146
|
+
e.config.oneofKind === "numberRange" && q.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();
|
|
2147
2147
|
let r = n.writeUnknownFields;
|
|
2148
2148
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2149
2149
|
}
|
|
2150
|
-
}(),
|
|
2150
|
+
}(), K = new class extends L {
|
|
2151
2151
|
constructor() {
|
|
2152
2152
|
super("shared.ExecutionDataTypeRule", [{
|
|
2153
2153
|
no: 1,
|
|
2154
2154
|
name: "number_range",
|
|
2155
2155
|
kind: "message",
|
|
2156
2156
|
oneof: "config",
|
|
2157
|
-
T: () =>
|
|
2157
|
+
T: () => q
|
|
2158
2158
|
}, {
|
|
2159
2159
|
no: 2,
|
|
2160
2160
|
name: "regex",
|
|
2161
2161
|
kind: "message",
|
|
2162
2162
|
oneof: "config",
|
|
2163
|
-
T: () =>
|
|
2163
|
+
T: () => J
|
|
2164
2164
|
}]);
|
|
2165
2165
|
}
|
|
2166
2166
|
create(e) {
|
|
2167
2167
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2168
|
-
return t.config = { oneofKind: void 0 }, e !== void 0 &&
|
|
2168
|
+
return t.config = { oneofKind: void 0 }, e !== void 0 && N(this, t, e), t;
|
|
2169
2169
|
}
|
|
2170
2170
|
internalBinaryRead(e, t, n, r) {
|
|
2171
2171
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2175,13 +2175,13 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2175
2175
|
case 1:
|
|
2176
2176
|
i.config = {
|
|
2177
2177
|
oneofKind: "numberRange",
|
|
2178
|
-
numberRange:
|
|
2178
|
+
numberRange: q.internalBinaryRead(e, e.uint32(), n, i.config.numberRange)
|
|
2179
2179
|
};
|
|
2180
2180
|
break;
|
|
2181
2181
|
case 2:
|
|
2182
2182
|
i.config = {
|
|
2183
2183
|
oneofKind: "regex",
|
|
2184
|
-
regex:
|
|
2184
|
+
regex: J.internalBinaryRead(e, e.uint32(), n, i.config.regex)
|
|
2185
2185
|
};
|
|
2186
2186
|
break;
|
|
2187
2187
|
default:
|
|
@@ -2194,11 +2194,11 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2194
2194
|
return i;
|
|
2195
2195
|
}
|
|
2196
2196
|
internalBinaryWrite(e, t, n) {
|
|
2197
|
-
e.config.oneofKind === "numberRange" &&
|
|
2197
|
+
e.config.oneofKind === "numberRange" && q.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();
|
|
2198
2198
|
let r = n.writeUnknownFields;
|
|
2199
2199
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2200
2200
|
}
|
|
2201
|
-
}(),
|
|
2201
|
+
}(), q = new class extends L {
|
|
2202
2202
|
constructor() {
|
|
2203
2203
|
super("shared.DataTypeNumberRangeRuleConfig", [
|
|
2204
2204
|
{
|
|
@@ -2227,7 +2227,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2227
2227
|
}
|
|
2228
2228
|
create(e) {
|
|
2229
2229
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2230
|
-
return t.from = 0n, t.to = 0n, e !== void 0 &&
|
|
2230
|
+
return t.from = 0n, t.to = 0n, e !== void 0 && N(this, t, e), t;
|
|
2231
2231
|
}
|
|
2232
2232
|
internalBinaryRead(e, t, n, r) {
|
|
2233
2233
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2257,7 +2257,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2257
2257
|
let r = n.writeUnknownFields;
|
|
2258
2258
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2259
2259
|
}
|
|
2260
|
-
}(),
|
|
2260
|
+
}(), J = new class extends L {
|
|
2261
2261
|
constructor() {
|
|
2262
2262
|
super("shared.DataTypeRegexRuleConfig", [{
|
|
2263
2263
|
no: 1,
|
|
@@ -2268,7 +2268,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2268
2268
|
}
|
|
2269
2269
|
create(e) {
|
|
2270
2270
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2271
|
-
return t.pattern = "", e !== void 0 &&
|
|
2271
|
+
return t.pattern = "", e !== void 0 && N(this, t, e), t;
|
|
2272
2272
|
}
|
|
2273
2273
|
internalBinaryRead(e, t, n, r) {
|
|
2274
2274
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2292,9 +2292,9 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2292
2292
|
let r = n.writeUnknownFields;
|
|
2293
2293
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2294
2294
|
}
|
|
2295
|
-
}(),
|
|
2295
|
+
}(), Fe = /* @__PURE__ */ function(e) {
|
|
2296
2296
|
return e[e.UNKNOWN = 0] = "UNKNOWN", e[e.NONE = 1] = "NONE", e[e.PROJECT = 2] = "PROJECT", e;
|
|
2297
|
-
}({}),
|
|
2297
|
+
}({}), Ie = new class extends L {
|
|
2298
2298
|
constructor() {
|
|
2299
2299
|
super("shared.FlowType", [
|
|
2300
2300
|
{
|
|
@@ -2308,7 +2308,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2308
2308
|
name: "settings",
|
|
2309
2309
|
kind: "message",
|
|
2310
2310
|
repeat: 2,
|
|
2311
|
-
T: () =>
|
|
2311
|
+
T: () => Y
|
|
2312
2312
|
},
|
|
2313
2313
|
{
|
|
2314
2314
|
no: 3,
|
|
@@ -2321,35 +2321,35 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2321
2321
|
name: "name",
|
|
2322
2322
|
kind: "message",
|
|
2323
2323
|
repeat: 2,
|
|
2324
|
-
T: () =>
|
|
2324
|
+
T: () => R
|
|
2325
2325
|
},
|
|
2326
2326
|
{
|
|
2327
2327
|
no: 5,
|
|
2328
2328
|
name: "description",
|
|
2329
2329
|
kind: "message",
|
|
2330
2330
|
repeat: 2,
|
|
2331
|
-
T: () =>
|
|
2331
|
+
T: () => R
|
|
2332
2332
|
},
|
|
2333
2333
|
{
|
|
2334
2334
|
no: 6,
|
|
2335
2335
|
name: "documentation",
|
|
2336
2336
|
kind: "message",
|
|
2337
2337
|
repeat: 2,
|
|
2338
|
-
T: () =>
|
|
2338
|
+
T: () => R
|
|
2339
2339
|
},
|
|
2340
2340
|
{
|
|
2341
2341
|
no: 7,
|
|
2342
2342
|
name: "display_message",
|
|
2343
2343
|
kind: "message",
|
|
2344
2344
|
repeat: 2,
|
|
2345
|
-
T: () =>
|
|
2345
|
+
T: () => R
|
|
2346
2346
|
},
|
|
2347
2347
|
{
|
|
2348
2348
|
no: 8,
|
|
2349
2349
|
name: "alias",
|
|
2350
2350
|
kind: "message",
|
|
2351
2351
|
repeat: 2,
|
|
2352
|
-
T: () =>
|
|
2352
|
+
T: () => R
|
|
2353
2353
|
},
|
|
2354
2354
|
{
|
|
2355
2355
|
no: 9,
|
|
@@ -2387,7 +2387,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2387
2387
|
}
|
|
2388
2388
|
create(e) {
|
|
2389
2389
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2390
|
-
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 = "", e !== void 0 &&
|
|
2390
|
+
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 = "", e !== void 0 && N(this, t, e), t;
|
|
2391
2391
|
}
|
|
2392
2392
|
internalBinaryRead(e, t, n, r) {
|
|
2393
2393
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2398,25 +2398,25 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2398
2398
|
i.identifier = e.string();
|
|
2399
2399
|
break;
|
|
2400
2400
|
case 2:
|
|
2401
|
-
i.settings.push(
|
|
2401
|
+
i.settings.push(Y.internalBinaryRead(e, e.uint32(), n));
|
|
2402
2402
|
break;
|
|
2403
2403
|
case 3:
|
|
2404
2404
|
i.editable = e.bool();
|
|
2405
2405
|
break;
|
|
2406
2406
|
case 4:
|
|
2407
|
-
i.name.push(
|
|
2407
|
+
i.name.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2408
2408
|
break;
|
|
2409
2409
|
case 5:
|
|
2410
|
-
i.description.push(
|
|
2410
|
+
i.description.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2411
2411
|
break;
|
|
2412
2412
|
case 6:
|
|
2413
|
-
i.documentation.push(
|
|
2413
|
+
i.documentation.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2414
2414
|
break;
|
|
2415
2415
|
case 7:
|
|
2416
|
-
i.displayMessage.push(
|
|
2416
|
+
i.displayMessage.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2417
2417
|
break;
|
|
2418
2418
|
case 8:
|
|
2419
|
-
i.alias.push(
|
|
2419
|
+
i.alias.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2420
2420
|
break;
|
|
2421
2421
|
case 9:
|
|
2422
2422
|
i.version = e.string();
|
|
@@ -2444,20 +2444,20 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2444
2444
|
}
|
|
2445
2445
|
internalBinaryWrite(e, t, n) {
|
|
2446
2446
|
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier);
|
|
2447
|
-
for (let r = 0; r < e.settings.length; r++)
|
|
2447
|
+
for (let r = 0; r < e.settings.length; r++) Y.internalBinaryWrite(e.settings[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
2448
2448
|
e.editable !== !1 && t.tag(3, s.Varint).bool(e.editable);
|
|
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.displayMessage.length; r++)
|
|
2453
|
-
for (let r = 0; r < e.alias.length; r++)
|
|
2449
|
+
for (let r = 0; r < e.name.length; r++) R.internalBinaryWrite(e.name[r], t.tag(4, s.LengthDelimited).fork(), n).join();
|
|
2450
|
+
for (let r = 0; r < e.description.length; r++) R.internalBinaryWrite(e.description[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
2451
|
+
for (let r = 0; r < e.documentation.length; r++) R.internalBinaryWrite(e.documentation[r], t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
2452
|
+
for (let r = 0; r < e.displayMessage.length; r++) R.internalBinaryWrite(e.displayMessage[r], t.tag(7, s.LengthDelimited).fork(), n).join();
|
|
2453
|
+
for (let r = 0; r < e.alias.length; r++) R.internalBinaryWrite(e.alias[r], t.tag(8, s.LengthDelimited).fork(), n).join();
|
|
2454
2454
|
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);
|
|
2455
2455
|
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(12, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
2456
2456
|
e.signature !== "" && t.tag(13, s.LengthDelimited).string(e.signature);
|
|
2457
2457
|
let r = n.writeUnknownFields;
|
|
2458
2458
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2459
2459
|
}
|
|
2460
|
-
}(),
|
|
2460
|
+
}(), Y = new class extends L {
|
|
2461
2461
|
constructor() {
|
|
2462
2462
|
super("shared.FlowTypeSetting", [
|
|
2463
2463
|
{
|
|
@@ -2470,33 +2470,33 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2470
2470
|
no: 2,
|
|
2471
2471
|
name: "unique",
|
|
2472
2472
|
kind: "enum",
|
|
2473
|
-
T: () => ["shared.FlowTypeSetting.UniquenessScope",
|
|
2473
|
+
T: () => ["shared.FlowTypeSetting.UniquenessScope", Fe]
|
|
2474
2474
|
},
|
|
2475
2475
|
{
|
|
2476
2476
|
no: 3,
|
|
2477
2477
|
name: "default_value",
|
|
2478
2478
|
kind: "message",
|
|
2479
|
-
T: () =>
|
|
2479
|
+
T: () => B
|
|
2480
2480
|
},
|
|
2481
2481
|
{
|
|
2482
2482
|
no: 4,
|
|
2483
2483
|
name: "name",
|
|
2484
2484
|
kind: "message",
|
|
2485
2485
|
repeat: 2,
|
|
2486
|
-
T: () =>
|
|
2486
|
+
T: () => R
|
|
2487
2487
|
},
|
|
2488
2488
|
{
|
|
2489
2489
|
no: 5,
|
|
2490
2490
|
name: "description",
|
|
2491
2491
|
kind: "message",
|
|
2492
2492
|
repeat: 2,
|
|
2493
|
-
T: () =>
|
|
2493
|
+
T: () => R
|
|
2494
2494
|
}
|
|
2495
2495
|
]);
|
|
2496
2496
|
}
|
|
2497
2497
|
create(e) {
|
|
2498
2498
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2499
|
-
return t.identifier = "", t.unique = 0, t.name = [], t.description = [], e !== void 0 &&
|
|
2499
|
+
return t.identifier = "", t.unique = 0, t.name = [], t.description = [], e !== void 0 && N(this, t, e), t;
|
|
2500
2500
|
}
|
|
2501
2501
|
internalBinaryRead(e, t, n, r) {
|
|
2502
2502
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2510,13 +2510,186 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2510
2510
|
i.unique = e.int32();
|
|
2511
2511
|
break;
|
|
2512
2512
|
case 3:
|
|
2513
|
-
i.defaultValue =
|
|
2513
|
+
i.defaultValue = B.internalBinaryRead(e, e.uint32(), n, i.defaultValue);
|
|
2514
|
+
break;
|
|
2515
|
+
case 4:
|
|
2516
|
+
i.name.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2517
|
+
break;
|
|
2518
|
+
case 5:
|
|
2519
|
+
i.description.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2520
|
+
break;
|
|
2521
|
+
default:
|
|
2522
|
+
let a = n.readUnknownField;
|
|
2523
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
2524
|
+
let s = e.skip(r);
|
|
2525
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
2526
|
+
}
|
|
2527
|
+
}
|
|
2528
|
+
return i;
|
|
2529
|
+
}
|
|
2530
|
+
internalBinaryWrite(e, t, n) {
|
|
2531
|
+
e.identifier !== "" && t.tag(1, s.LengthDelimited).string(e.identifier), e.unique !== 0 && t.tag(2, s.Varint).int32(e.unique), e.defaultValue && B.internalBinaryWrite(e.defaultValue, t.tag(3, s.LengthDelimited).fork(), n).join();
|
|
2532
|
+
for (let r = 0; r < e.name.length; r++) R.internalBinaryWrite(e.name[r], t.tag(4, s.LengthDelimited).fork(), n).join();
|
|
2533
|
+
for (let r = 0; r < e.description.length; r++) R.internalBinaryWrite(e.description[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
2534
|
+
let r = n.writeUnknownFields;
|
|
2535
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2536
|
+
}
|
|
2537
|
+
}(), Le = new class extends L {
|
|
2538
|
+
constructor() {
|
|
2539
|
+
super("shared.FunctionDefinition", [
|
|
2540
|
+
{
|
|
2541
|
+
no: 1,
|
|
2542
|
+
name: "runtime_name",
|
|
2543
|
+
kind: "scalar",
|
|
2544
|
+
T: 9
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
no: 2,
|
|
2548
|
+
name: "parameter_definitions",
|
|
2549
|
+
kind: "message",
|
|
2550
|
+
repeat: 2,
|
|
2551
|
+
T: () => X
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
no: 3,
|
|
2555
|
+
name: "signature",
|
|
2556
|
+
kind: "scalar",
|
|
2557
|
+
T: 9
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
no: 4,
|
|
2561
|
+
name: "throws_error",
|
|
2562
|
+
kind: "scalar",
|
|
2563
|
+
T: 8
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
no: 5,
|
|
2567
|
+
name: "name",
|
|
2568
|
+
kind: "message",
|
|
2569
|
+
repeat: 2,
|
|
2570
|
+
T: () => R
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
no: 6,
|
|
2574
|
+
name: "description",
|
|
2575
|
+
kind: "message",
|
|
2576
|
+
repeat: 2,
|
|
2577
|
+
T: () => R
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
no: 7,
|
|
2581
|
+
name: "documentation",
|
|
2582
|
+
kind: "message",
|
|
2583
|
+
repeat: 2,
|
|
2584
|
+
T: () => R
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
no: 8,
|
|
2588
|
+
name: "deprecation_message",
|
|
2589
|
+
kind: "message",
|
|
2590
|
+
repeat: 2,
|
|
2591
|
+
T: () => R
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
no: 9,
|
|
2595
|
+
name: "display_message",
|
|
2596
|
+
kind: "message",
|
|
2597
|
+
repeat: 2,
|
|
2598
|
+
T: () => R
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
no: 10,
|
|
2602
|
+
name: "alias",
|
|
2603
|
+
kind: "message",
|
|
2604
|
+
repeat: 2,
|
|
2605
|
+
T: () => R
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
no: 11,
|
|
2609
|
+
name: "linked_data_type_identifiers",
|
|
2610
|
+
kind: "scalar",
|
|
2611
|
+
repeat: 2,
|
|
2612
|
+
T: 9
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
no: 12,
|
|
2616
|
+
name: "version",
|
|
2617
|
+
kind: "scalar",
|
|
2618
|
+
T: 9
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
no: 13,
|
|
2622
|
+
name: "display_icon",
|
|
2623
|
+
kind: "scalar",
|
|
2624
|
+
T: 9
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
no: 14,
|
|
2628
|
+
name: "definition_source",
|
|
2629
|
+
kind: "scalar",
|
|
2630
|
+
T: 9
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
no: 15,
|
|
2634
|
+
name: "runtime_definition_name",
|
|
2635
|
+
kind: "scalar",
|
|
2636
|
+
T: 9
|
|
2637
|
+
}
|
|
2638
|
+
]);
|
|
2639
|
+
}
|
|
2640
|
+
create(e) {
|
|
2641
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
2642
|
+
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 && N(this, t, e), t;
|
|
2643
|
+
}
|
|
2644
|
+
internalBinaryRead(e, t, n, r) {
|
|
2645
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
2646
|
+
for (; e.pos < a;) {
|
|
2647
|
+
let [t, r] = e.tag();
|
|
2648
|
+
switch (t) {
|
|
2649
|
+
case 1:
|
|
2650
|
+
i.runtimeName = e.string();
|
|
2651
|
+
break;
|
|
2652
|
+
case 2:
|
|
2653
|
+
i.parameterDefinitions.push(X.internalBinaryRead(e, e.uint32(), n));
|
|
2654
|
+
break;
|
|
2655
|
+
case 3:
|
|
2656
|
+
i.signature = e.string();
|
|
2514
2657
|
break;
|
|
2515
2658
|
case 4:
|
|
2516
|
-
i.
|
|
2659
|
+
i.throwsError = e.bool();
|
|
2517
2660
|
break;
|
|
2518
2661
|
case 5:
|
|
2519
|
-
i.
|
|
2662
|
+
i.name.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2663
|
+
break;
|
|
2664
|
+
case 6:
|
|
2665
|
+
i.description.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2666
|
+
break;
|
|
2667
|
+
case 7:
|
|
2668
|
+
i.documentation.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2669
|
+
break;
|
|
2670
|
+
case 8:
|
|
2671
|
+
i.deprecationMessage.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2672
|
+
break;
|
|
2673
|
+
case 9:
|
|
2674
|
+
i.displayMessage.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2675
|
+
break;
|
|
2676
|
+
case 10:
|
|
2677
|
+
i.alias.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2678
|
+
break;
|
|
2679
|
+
case 11:
|
|
2680
|
+
i.linkedDataTypeIdentifiers.push(e.string());
|
|
2681
|
+
break;
|
|
2682
|
+
case 12:
|
|
2683
|
+
i.version = e.string();
|
|
2684
|
+
break;
|
|
2685
|
+
case 13:
|
|
2686
|
+
i.displayIcon = e.string();
|
|
2687
|
+
break;
|
|
2688
|
+
case 14:
|
|
2689
|
+
i.definitionSource = e.string();
|
|
2690
|
+
break;
|
|
2691
|
+
case 15:
|
|
2692
|
+
i.runtimeDefinitionName = e.string();
|
|
2520
2693
|
break;
|
|
2521
2694
|
default:
|
|
2522
2695
|
let a = n.readUnknownField;
|
|
@@ -2528,13 +2701,130 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2528
2701
|
return i;
|
|
2529
2702
|
}
|
|
2530
2703
|
internalBinaryWrite(e, t, n) {
|
|
2531
|
-
e.
|
|
2532
|
-
for (let r = 0; r < e.
|
|
2533
|
-
|
|
2704
|
+
e.runtimeName !== "" && t.tag(1, s.LengthDelimited).string(e.runtimeName);
|
|
2705
|
+
for (let r = 0; r < e.parameterDefinitions.length; r++) X.internalBinaryWrite(e.parameterDefinitions[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
2706
|
+
e.signature !== "" && t.tag(3, s.LengthDelimited).string(e.signature), e.throwsError !== !1 && t.tag(4, s.Varint).bool(e.throwsError);
|
|
2707
|
+
for (let r = 0; r < e.name.length; r++) R.internalBinaryWrite(e.name[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
2708
|
+
for (let r = 0; r < e.description.length; r++) R.internalBinaryWrite(e.description[r], t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
2709
|
+
for (let r = 0; r < e.documentation.length; r++) R.internalBinaryWrite(e.documentation[r], t.tag(7, s.LengthDelimited).fork(), n).join();
|
|
2710
|
+
for (let r = 0; r < e.deprecationMessage.length; r++) R.internalBinaryWrite(e.deprecationMessage[r], t.tag(8, s.LengthDelimited).fork(), n).join();
|
|
2711
|
+
for (let r = 0; r < e.displayMessage.length; r++) R.internalBinaryWrite(e.displayMessage[r], t.tag(9, s.LengthDelimited).fork(), n).join();
|
|
2712
|
+
for (let r = 0; r < e.alias.length; r++) R.internalBinaryWrite(e.alias[r], t.tag(10, s.LengthDelimited).fork(), n).join();
|
|
2713
|
+
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(11, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
2714
|
+
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);
|
|
2534
2715
|
let r = n.writeUnknownFields;
|
|
2535
2716
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2536
2717
|
}
|
|
2537
|
-
}(),
|
|
2718
|
+
}(), X = new class extends L {
|
|
2719
|
+
constructor() {
|
|
2720
|
+
super("shared.ParameterDefinition", [
|
|
2721
|
+
{
|
|
2722
|
+
no: 1,
|
|
2723
|
+
name: "runtime_name",
|
|
2724
|
+
kind: "scalar",
|
|
2725
|
+
T: 9
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
no: 2,
|
|
2729
|
+
name: "default_value",
|
|
2730
|
+
kind: "message",
|
|
2731
|
+
T: () => B
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
no: 3,
|
|
2735
|
+
name: "optional",
|
|
2736
|
+
kind: "scalar",
|
|
2737
|
+
opt: !0,
|
|
2738
|
+
T: 8
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
no: 4,
|
|
2742
|
+
name: "hidden",
|
|
2743
|
+
kind: "scalar",
|
|
2744
|
+
opt: !0,
|
|
2745
|
+
T: 8
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
no: 5,
|
|
2749
|
+
name: "name",
|
|
2750
|
+
kind: "message",
|
|
2751
|
+
repeat: 2,
|
|
2752
|
+
T: () => R
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
no: 6,
|
|
2756
|
+
name: "description",
|
|
2757
|
+
kind: "message",
|
|
2758
|
+
repeat: 2,
|
|
2759
|
+
T: () => R
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
no: 7,
|
|
2763
|
+
name: "documentation",
|
|
2764
|
+
kind: "message",
|
|
2765
|
+
repeat: 2,
|
|
2766
|
+
T: () => R
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
no: 8,
|
|
2770
|
+
name: "runtime_definition_name",
|
|
2771
|
+
kind: "scalar",
|
|
2772
|
+
T: 9
|
|
2773
|
+
}
|
|
2774
|
+
]);
|
|
2775
|
+
}
|
|
2776
|
+
create(e) {
|
|
2777
|
+
let t = globalThis.Object.create(this.messagePrototype);
|
|
2778
|
+
return t.runtimeName = "", t.name = [], t.description = [], t.documentation = [], t.runtimeDefinitionName = "", e !== void 0 && N(this, t, e), t;
|
|
2779
|
+
}
|
|
2780
|
+
internalBinaryRead(e, t, n, r) {
|
|
2781
|
+
let i = r ?? this.create(), a = e.pos + t;
|
|
2782
|
+
for (; e.pos < a;) {
|
|
2783
|
+
let [t, r] = e.tag();
|
|
2784
|
+
switch (t) {
|
|
2785
|
+
case 1:
|
|
2786
|
+
i.runtimeName = e.string();
|
|
2787
|
+
break;
|
|
2788
|
+
case 2:
|
|
2789
|
+
i.defaultValue = B.internalBinaryRead(e, e.uint32(), n, i.defaultValue);
|
|
2790
|
+
break;
|
|
2791
|
+
case 3:
|
|
2792
|
+
i.optional = e.bool();
|
|
2793
|
+
break;
|
|
2794
|
+
case 4:
|
|
2795
|
+
i.hidden = e.bool();
|
|
2796
|
+
break;
|
|
2797
|
+
case 5:
|
|
2798
|
+
i.name.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2799
|
+
break;
|
|
2800
|
+
case 6:
|
|
2801
|
+
i.description.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2802
|
+
break;
|
|
2803
|
+
case 7:
|
|
2804
|
+
i.documentation.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2805
|
+
break;
|
|
2806
|
+
case 8:
|
|
2807
|
+
i.runtimeDefinitionName = e.string();
|
|
2808
|
+
break;
|
|
2809
|
+
default:
|
|
2810
|
+
let a = n.readUnknownField;
|
|
2811
|
+
if (a === "throw") throw new globalThis.Error(`Unknown field ${t} (wire type ${r}) for ${this.typeName}`);
|
|
2812
|
+
let s = e.skip(r);
|
|
2813
|
+
a !== !1 && (a === !0 ? o.onRead : a)(this.typeName, i, t, r, s);
|
|
2814
|
+
}
|
|
2815
|
+
}
|
|
2816
|
+
return i;
|
|
2817
|
+
}
|
|
2818
|
+
internalBinaryWrite(e, t, n) {
|
|
2819
|
+
e.runtimeName !== "" && t.tag(1, s.LengthDelimited).string(e.runtimeName), e.defaultValue && B.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);
|
|
2820
|
+
for (let r = 0; r < e.name.length; r++) R.internalBinaryWrite(e.name[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
2821
|
+
for (let r = 0; r < e.description.length; r++) R.internalBinaryWrite(e.description[r], t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
2822
|
+
for (let r = 0; r < e.documentation.length; r++) R.internalBinaryWrite(e.documentation[r], t.tag(7, s.LengthDelimited).fork(), n).join();
|
|
2823
|
+
e.runtimeDefinitionName !== "" && t.tag(8, s.LengthDelimited).string(e.runtimeDefinitionName);
|
|
2824
|
+
let r = n.writeUnknownFields;
|
|
2825
|
+
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2826
|
+
}
|
|
2827
|
+
}(), Re = new class extends L {
|
|
2538
2828
|
constructor() {
|
|
2539
2829
|
super("shared.RuntimeFunctionDefinition", [
|
|
2540
2830
|
{
|
|
@@ -2567,42 +2857,42 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2567
2857
|
name: "name",
|
|
2568
2858
|
kind: "message",
|
|
2569
2859
|
repeat: 2,
|
|
2570
|
-
T: () =>
|
|
2860
|
+
T: () => R
|
|
2571
2861
|
},
|
|
2572
2862
|
{
|
|
2573
2863
|
no: 6,
|
|
2574
2864
|
name: "description",
|
|
2575
2865
|
kind: "message",
|
|
2576
2866
|
repeat: 2,
|
|
2577
|
-
T: () =>
|
|
2867
|
+
T: () => R
|
|
2578
2868
|
},
|
|
2579
2869
|
{
|
|
2580
2870
|
no: 7,
|
|
2581
2871
|
name: "documentation",
|
|
2582
2872
|
kind: "message",
|
|
2583
2873
|
repeat: 2,
|
|
2584
|
-
T: () =>
|
|
2874
|
+
T: () => R
|
|
2585
2875
|
},
|
|
2586
2876
|
{
|
|
2587
2877
|
no: 8,
|
|
2588
2878
|
name: "deprecation_message",
|
|
2589
2879
|
kind: "message",
|
|
2590
2880
|
repeat: 2,
|
|
2591
|
-
T: () =>
|
|
2881
|
+
T: () => R
|
|
2592
2882
|
},
|
|
2593
2883
|
{
|
|
2594
2884
|
no: 9,
|
|
2595
2885
|
name: "display_message",
|
|
2596
2886
|
kind: "message",
|
|
2597
2887
|
repeat: 2,
|
|
2598
|
-
T: () =>
|
|
2888
|
+
T: () => R
|
|
2599
2889
|
},
|
|
2600
2890
|
{
|
|
2601
2891
|
no: 10,
|
|
2602
2892
|
name: "alias",
|
|
2603
2893
|
kind: "message",
|
|
2604
2894
|
repeat: 2,
|
|
2605
|
-
T: () =>
|
|
2895
|
+
T: () => R
|
|
2606
2896
|
},
|
|
2607
2897
|
{
|
|
2608
2898
|
no: 11,
|
|
@@ -2633,7 +2923,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2633
2923
|
}
|
|
2634
2924
|
create(e) {
|
|
2635
2925
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2636
|
-
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 &&
|
|
2926
|
+
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 && N(this, t, e), t;
|
|
2637
2927
|
}
|
|
2638
2928
|
internalBinaryRead(e, t, n, r) {
|
|
2639
2929
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2653,22 +2943,22 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2653
2943
|
i.throwsError = e.bool();
|
|
2654
2944
|
break;
|
|
2655
2945
|
case 5:
|
|
2656
|
-
i.name.push(
|
|
2946
|
+
i.name.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2657
2947
|
break;
|
|
2658
2948
|
case 6:
|
|
2659
|
-
i.description.push(
|
|
2949
|
+
i.description.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2660
2950
|
break;
|
|
2661
2951
|
case 7:
|
|
2662
|
-
i.documentation.push(
|
|
2952
|
+
i.documentation.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2663
2953
|
break;
|
|
2664
2954
|
case 8:
|
|
2665
|
-
i.deprecationMessage.push(
|
|
2955
|
+
i.deprecationMessage.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2666
2956
|
break;
|
|
2667
2957
|
case 9:
|
|
2668
|
-
i.displayMessage.push(
|
|
2958
|
+
i.displayMessage.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2669
2959
|
break;
|
|
2670
2960
|
case 10:
|
|
2671
|
-
i.alias.push(
|
|
2961
|
+
i.alias.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2672
2962
|
break;
|
|
2673
2963
|
case 11:
|
|
2674
2964
|
i.linkedDataTypeIdentifiers.push(e.string());
|
|
@@ -2695,18 +2985,18 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2695
2985
|
e.runtimeName !== "" && t.tag(1, s.LengthDelimited).string(e.runtimeName);
|
|
2696
2986
|
for (let r = 0; r < e.runtimeParameterDefinitions.length; r++) Z.internalBinaryWrite(e.runtimeParameterDefinitions[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
2697
2987
|
e.signature !== "" && t.tag(3, s.LengthDelimited).string(e.signature), e.throwsError !== !1 && t.tag(4, s.Varint).bool(e.throwsError);
|
|
2698
|
-
for (let r = 0; r < e.name.length; r++)
|
|
2699
|
-
for (let r = 0; r < e.description.length; r++)
|
|
2700
|
-
for (let r = 0; r < e.documentation.length; r++)
|
|
2701
|
-
for (let r = 0; r < e.deprecationMessage.length; r++)
|
|
2702
|
-
for (let r = 0; r < e.displayMessage.length; r++)
|
|
2703
|
-
for (let r = 0; r < e.alias.length; r++)
|
|
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();
|
|
2704
2994
|
for (let n = 0; n < e.linkedDataTypeIdentifiers.length; n++) t.tag(11, s.LengthDelimited).string(e.linkedDataTypeIdentifiers[n]);
|
|
2705
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);
|
|
2706
2996
|
let r = n.writeUnknownFields;
|
|
2707
2997
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2708
2998
|
}
|
|
2709
|
-
}(), Z = new class extends
|
|
2999
|
+
}(), Z = new class extends L {
|
|
2710
3000
|
constructor() {
|
|
2711
3001
|
super("shared.RuntimeParameterDefinition", [
|
|
2712
3002
|
{
|
|
@@ -2719,34 +3009,48 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2719
3009
|
no: 2,
|
|
2720
3010
|
name: "default_value",
|
|
2721
3011
|
kind: "message",
|
|
2722
|
-
T: () =>
|
|
3012
|
+
T: () => B
|
|
2723
3013
|
},
|
|
2724
3014
|
{
|
|
2725
3015
|
no: 3,
|
|
3016
|
+
name: "optional",
|
|
3017
|
+
kind: "scalar",
|
|
3018
|
+
opt: !0,
|
|
3019
|
+
T: 8
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
no: 4,
|
|
3023
|
+
name: "hidden",
|
|
3024
|
+
kind: "scalar",
|
|
3025
|
+
opt: !0,
|
|
3026
|
+
T: 8
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
no: 5,
|
|
2726
3030
|
name: "name",
|
|
2727
3031
|
kind: "message",
|
|
2728
3032
|
repeat: 2,
|
|
2729
|
-
T: () =>
|
|
3033
|
+
T: () => R
|
|
2730
3034
|
},
|
|
2731
3035
|
{
|
|
2732
|
-
no:
|
|
3036
|
+
no: 6,
|
|
2733
3037
|
name: "description",
|
|
2734
3038
|
kind: "message",
|
|
2735
3039
|
repeat: 2,
|
|
2736
|
-
T: () =>
|
|
3040
|
+
T: () => R
|
|
2737
3041
|
},
|
|
2738
3042
|
{
|
|
2739
|
-
no:
|
|
3043
|
+
no: 7,
|
|
2740
3044
|
name: "documentation",
|
|
2741
3045
|
kind: "message",
|
|
2742
3046
|
repeat: 2,
|
|
2743
|
-
T: () =>
|
|
3047
|
+
T: () => R
|
|
2744
3048
|
}
|
|
2745
3049
|
]);
|
|
2746
3050
|
}
|
|
2747
3051
|
create(e) {
|
|
2748
3052
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2749
|
-
return t.runtimeName = "", t.name = [], t.description = [], t.documentation = [], e !== void 0 &&
|
|
3053
|
+
return t.runtimeName = "", t.name = [], t.description = [], t.documentation = [], e !== void 0 && N(this, t, e), t;
|
|
2750
3054
|
}
|
|
2751
3055
|
internalBinaryRead(e, t, n, r) {
|
|
2752
3056
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2757,16 +3061,22 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2757
3061
|
i.runtimeName = e.string();
|
|
2758
3062
|
break;
|
|
2759
3063
|
case 2:
|
|
2760
|
-
i.defaultValue =
|
|
3064
|
+
i.defaultValue = B.internalBinaryRead(e, e.uint32(), n, i.defaultValue);
|
|
2761
3065
|
break;
|
|
2762
3066
|
case 3:
|
|
2763
|
-
i.
|
|
3067
|
+
i.optional = e.bool();
|
|
2764
3068
|
break;
|
|
2765
3069
|
case 4:
|
|
2766
|
-
i.
|
|
3070
|
+
i.hidden = e.bool();
|
|
2767
3071
|
break;
|
|
2768
3072
|
case 5:
|
|
2769
|
-
i.
|
|
3073
|
+
i.name.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
3074
|
+
break;
|
|
3075
|
+
case 6:
|
|
3076
|
+
i.description.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
3077
|
+
break;
|
|
3078
|
+
case 7:
|
|
3079
|
+
i.documentation.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2770
3080
|
break;
|
|
2771
3081
|
default:
|
|
2772
3082
|
let a = n.readUnknownField;
|
|
@@ -2778,18 +3088,18 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2778
3088
|
return i;
|
|
2779
3089
|
}
|
|
2780
3090
|
internalBinaryWrite(e, t, n) {
|
|
2781
|
-
e.runtimeName !== "" && t.tag(1, s.LengthDelimited).string(e.runtimeName), e.defaultValue &&
|
|
2782
|
-
for (let r = 0; r < e.name.length; r++)
|
|
2783
|
-
for (let r = 0; r < e.description.length; r++)
|
|
2784
|
-
for (let r = 0; r < e.documentation.length; r++)
|
|
3091
|
+
e.runtimeName !== "" && t.tag(1, s.LengthDelimited).string(e.runtimeName), e.defaultValue && B.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);
|
|
3092
|
+
for (let r = 0; r < e.name.length; r++) R.internalBinaryWrite(e.name[r], t.tag(5, s.LengthDelimited).fork(), n).join();
|
|
3093
|
+
for (let r = 0; r < e.description.length; r++) R.internalBinaryWrite(e.description[r], t.tag(6, s.LengthDelimited).fork(), n).join();
|
|
3094
|
+
for (let r = 0; r < e.documentation.length; r++) R.internalBinaryWrite(e.documentation[r], t.tag(7, s.LengthDelimited).fork(), n).join();
|
|
2785
3095
|
let r = n.writeUnknownFields;
|
|
2786
3096
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2787
3097
|
}
|
|
2788
|
-
}(),
|
|
3098
|
+
}(), ze = /* @__PURE__ */ function(e) {
|
|
2789
3099
|
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;
|
|
2790
|
-
}({}),
|
|
3100
|
+
}({}), Be = /* @__PURE__ */ function(e) {
|
|
2791
3101
|
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;
|
|
2792
|
-
}({}), Q = new class extends
|
|
3102
|
+
}({}), Q = new class extends L {
|
|
2793
3103
|
constructor() {
|
|
2794
3104
|
super("shared.AdapterConfiguration", [{
|
|
2795
3105
|
no: 1,
|
|
@@ -2801,7 +3111,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2801
3111
|
}
|
|
2802
3112
|
create(e) {
|
|
2803
3113
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2804
|
-
return t.data = { oneofKind: void 0 }, e !== void 0 &&
|
|
3114
|
+
return t.data = { oneofKind: void 0 }, e !== void 0 && N(this, t, e), t;
|
|
2805
3115
|
}
|
|
2806
3116
|
internalBinaryRead(e, t, n, r) {
|
|
2807
3117
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2828,25 +3138,25 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2828
3138
|
let r = n.writeUnknownFields;
|
|
2829
3139
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2830
3140
|
}
|
|
2831
|
-
}(), $ = new class extends
|
|
3141
|
+
}(), $ = new class extends L {
|
|
2832
3142
|
constructor() {
|
|
2833
3143
|
super("shared.RuntimeFeature", [{
|
|
2834
3144
|
no: 1,
|
|
2835
3145
|
name: "name",
|
|
2836
3146
|
kind: "message",
|
|
2837
3147
|
repeat: 2,
|
|
2838
|
-
T: () =>
|
|
3148
|
+
T: () => R
|
|
2839
3149
|
}, {
|
|
2840
3150
|
no: 2,
|
|
2841
3151
|
name: "description",
|
|
2842
3152
|
kind: "message",
|
|
2843
3153
|
repeat: 2,
|
|
2844
|
-
T: () =>
|
|
3154
|
+
T: () => R
|
|
2845
3155
|
}]);
|
|
2846
3156
|
}
|
|
2847
3157
|
create(e) {
|
|
2848
3158
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2849
|
-
return t.name = [], t.description = [], e !== void 0 &&
|
|
3159
|
+
return t.name = [], t.description = [], e !== void 0 && N(this, t, e), t;
|
|
2850
3160
|
}
|
|
2851
3161
|
internalBinaryRead(e, t, n, r) {
|
|
2852
3162
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2854,10 +3164,10 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2854
3164
|
let [t, r] = e.tag();
|
|
2855
3165
|
switch (t) {
|
|
2856
3166
|
case 1:
|
|
2857
|
-
i.name.push(
|
|
3167
|
+
i.name.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2858
3168
|
break;
|
|
2859
3169
|
case 2:
|
|
2860
|
-
i.description.push(
|
|
3170
|
+
i.description.push(R.internalBinaryRead(e, e.uint32(), n));
|
|
2861
3171
|
break;
|
|
2862
3172
|
default:
|
|
2863
3173
|
let a = n.readUnknownField;
|
|
@@ -2869,19 +3179,19 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2869
3179
|
return i;
|
|
2870
3180
|
}
|
|
2871
3181
|
internalBinaryWrite(e, t, n) {
|
|
2872
|
-
for (let r = 0; r < e.name.length; r++)
|
|
2873
|
-
for (let r = 0; r < e.description.length; r++)
|
|
3182
|
+
for (let r = 0; r < e.name.length; r++) R.internalBinaryWrite(e.name[r], t.tag(1, s.LengthDelimited).fork(), n).join();
|
|
3183
|
+
for (let r = 0; r < e.description.length; r++) R.internalBinaryWrite(e.description[r], t.tag(2, s.LengthDelimited).fork(), n).join();
|
|
2874
3184
|
let r = n.writeUnknownFields;
|
|
2875
3185
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2876
3186
|
}
|
|
2877
|
-
}(),
|
|
3187
|
+
}(), Ve = new class extends L {
|
|
2878
3188
|
constructor() {
|
|
2879
3189
|
super("shared.AdapterRuntimeStatus", [
|
|
2880
3190
|
{
|
|
2881
3191
|
no: 1,
|
|
2882
3192
|
name: "status",
|
|
2883
3193
|
kind: "enum",
|
|
2884
|
-
T: () => ["shared.AdapterRuntimeStatus.Status",
|
|
3194
|
+
T: () => ["shared.AdapterRuntimeStatus.Status", ze]
|
|
2885
3195
|
},
|
|
2886
3196
|
{
|
|
2887
3197
|
no: 2,
|
|
@@ -2914,7 +3224,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2914
3224
|
}
|
|
2915
3225
|
create(e) {
|
|
2916
3226
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2917
|
-
return t.status = 0, t.timestamp = 0n, t.identifier = "", t.features = [], t.configurations = [], e !== void 0 &&
|
|
3227
|
+
return t.status = 0, t.timestamp = 0n, t.identifier = "", t.features = [], t.configurations = [], e !== void 0 && N(this, t, e), t;
|
|
2918
3228
|
}
|
|
2919
3229
|
internalBinaryRead(e, t, n, r) {
|
|
2920
3230
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -2952,14 +3262,14 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2952
3262
|
let r = n.writeUnknownFields;
|
|
2953
3263
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
2954
3264
|
}
|
|
2955
|
-
}(),
|
|
3265
|
+
}(), He = new class extends L {
|
|
2956
3266
|
constructor() {
|
|
2957
3267
|
super("shared.ExecutionRuntimeStatus", [
|
|
2958
3268
|
{
|
|
2959
3269
|
no: 1,
|
|
2960
3270
|
name: "status",
|
|
2961
3271
|
kind: "enum",
|
|
2962
|
-
T: () => ["shared.ExecutionRuntimeStatus.Status",
|
|
3272
|
+
T: () => ["shared.ExecutionRuntimeStatus.Status", Be]
|
|
2963
3273
|
},
|
|
2964
3274
|
{
|
|
2965
3275
|
no: 2,
|
|
@@ -2985,7 +3295,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
2985
3295
|
}
|
|
2986
3296
|
create(e) {
|
|
2987
3297
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
2988
|
-
return t.status = 0, t.timestamp = 0n, t.identifier = "", t.features = [], e !== void 0 &&
|
|
3298
|
+
return t.status = 0, t.timestamp = 0n, t.identifier = "", t.features = [], e !== void 0 && N(this, t, e), t;
|
|
2989
3299
|
}
|
|
2990
3300
|
internalBinaryRead(e, t, n, r) {
|
|
2991
3301
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -3019,7 +3329,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
3019
3329
|
let r = n.writeUnknownFields;
|
|
3020
3330
|
return r !== !1 && (r == 1 ? o.onWrite : r)(this.typeName, e, t), t;
|
|
3021
3331
|
}
|
|
3022
|
-
}(),
|
|
3332
|
+
}(), Ue = new class extends L {
|
|
3023
3333
|
constructor() {
|
|
3024
3334
|
super("shared.RuntimeUsage", [{
|
|
3025
3335
|
no: 1,
|
|
@@ -3037,7 +3347,7 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
3037
3347
|
}
|
|
3038
3348
|
create(e) {
|
|
3039
3349
|
let t = globalThis.Object.create(this.messagePrototype);
|
|
3040
|
-
return t.flowId = 0n, t.duration = 0n, e !== void 0 &&
|
|
3350
|
+
return t.flowId = 0n, t.duration = 0n, e !== void 0 && N(this, t, e), t;
|
|
3041
3351
|
}
|
|
3042
3352
|
internalBinaryRead(e, t, n, r) {
|
|
3043
3353
|
let i = r ?? this.create(), a = e.pos + t;
|
|
@@ -3066,4 +3376,4 @@ var L = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Oe = L[ve]
|
|
|
3066
3376
|
}
|
|
3067
3377
|
}();
|
|
3068
3378
|
//#endregion
|
|
3069
|
-
export {
|
|
3379
|
+
export { R as A, je as C, V as D, Ae as E, o as F, s as I, N as M, D as N, z as O, oe as P, Me as S, H as T, Ne as _, He as a, K as b, Re as c, X as d, Ie as f, J as g, q as h, ze as i, L as j, B as k, Z as l, Fe as m, Q as n, Be as o, Y as p, Ve as r, $ as s, Ue as t, Le as u, G as v, W as w, U as x, Pe as y };
|