@code0-tech/tucana 0.0.80 → 0.0.82

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.
@@ -258,7 +258,7 @@ function ne() {
258
258
  }
259
259
  throw Error("invalid varint");
260
260
  }
261
- function m(e, t, n) {
261
+ function re(e, t, n) {
262
262
  for (let r = 0; r < 28; r += 7) {
263
263
  let i = e >>> r, a = !(!(i >>> 7) && t == 0), o = (a ? i | 128 : i) & 255;
264
264
  if (n.push(o), !a) return;
@@ -272,14 +272,14 @@ function m(e, t, n) {
272
272
  n.push(t >>> 31 & 1);
273
273
  }
274
274
  }
275
- var h = 65536 * 65536;
276
- function re(e) {
275
+ var m = 65536 * 65536;
276
+ function ie(e) {
277
277
  let t = e[0] == "-";
278
278
  t && (e = e.slice(1));
279
279
  let n = 1e6, r = 0, i = 0;
280
280
  function a(t, a) {
281
281
  let o = Number(e.slice(t, a));
282
- i *= n, r = r * n + o, r >= h && (i += r / h | 0, r %= h);
282
+ i *= n, r = r * n + o, r >= m && (i += r / m | 0, r %= m);
283
283
  }
284
284
  return a(-24, -18), a(-18, -12), a(-12, -6), a(-6), [
285
285
  t,
@@ -287,8 +287,8 @@ function re(e) {
287
287
  i
288
288
  ];
289
289
  }
290
- function ie(e, t) {
291
- if (t >>> 0 <= 2097151) return "" + (h * t + (e >>> 0));
290
+ function ae(e, t) {
291
+ if (t >>> 0 <= 2097151) return "" + (m * t + (e >>> 0));
292
292
  let n = e & 16777215, r = (e >>> 24 | t << 8) >>> 0 & 16777215, i = t >> 16 & 65535, a = n + r * 6777216 + i * 6710656, o = r + i * 8147497, s = i * 2, c = 1e7;
293
293
  a >= c && (o += Math.floor(a / c), a %= c), o >= c && (s += Math.floor(o / c), o %= c);
294
294
  function l(e, t) {
@@ -297,7 +297,7 @@ function ie(e, t) {
297
297
  }
298
298
  return l(s, 0) + l(o, s) + l(a, 1);
299
299
  }
300
- function ae(e, t) {
300
+ function oe(e, t) {
301
301
  if (e >= 0) {
302
302
  for (; e > 127;) t.push(e & 127 | 128), e >>>= 7;
303
303
  t.push(e);
@@ -306,7 +306,7 @@ function ae(e, t) {
306
306
  t.push(1);
307
307
  }
308
308
  }
309
- function oe() {
309
+ function se() {
310
310
  let e = this.buf[this.pos++], t = e & 127;
311
311
  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;
312
312
  e = this.buf[this.pos++], t |= (e & 15) << 28;
@@ -316,10 +316,10 @@ function oe() {
316
316
  }
317
317
  //#endregion
318
318
  //#region node_modules/@protobuf-ts/runtime/build/es2015/pb-long.js
319
- var g;
320
- function se() {
319
+ var h;
320
+ function ce() {
321
321
  let e = /* @__PURE__ */ new DataView(/* @__PURE__ */ new ArrayBuffer(8));
322
- g = globalThis.BigInt !== void 0 && typeof e.getBigInt64 == "function" && typeof e.getBigUint64 == "function" && typeof e.setBigInt64 == "function" && typeof e.setBigUint64 == "function" ? {
322
+ h = globalThis.BigInt !== void 0 && typeof e.getBigInt64 == "function" && typeof e.getBigUint64 == "function" && typeof e.setBigInt64 == "function" && typeof e.setBigUint64 == "function" ? {
323
323
  MIN: BigInt("-9223372036854775808"),
324
324
  MAX: BigInt("9223372036854775807"),
325
325
  UMIN: BigInt("0"),
@@ -328,11 +328,11 @@ function se() {
328
328
  V: e
329
329
  } : void 0;
330
330
  }
331
- se();
332
- function ce(e) {
331
+ ce();
332
+ function le(e) {
333
333
  if (!e) throw Error("BigInt unavailable, see https://github.com/timostamm/protobuf-ts/blob/v1.0.8/MANUAL.md#bigint-support");
334
334
  }
335
- var le = /^-?[0-9]+$/, _ = 4294967296, v = 2147483648, ue = class {
335
+ var ue = /^-?[0-9]+$/, g = 4294967296, _ = 2147483648, de = class {
336
336
  constructor(e, t) {
337
337
  this.lo = e | 0, this.hi = t | 0;
338
338
  }
@@ -340,126 +340,126 @@ var le = /^-?[0-9]+$/, _ = 4294967296, v = 2147483648, ue = class {
340
340
  return this.lo == 0 && this.hi == 0;
341
341
  }
342
342
  toNumber() {
343
- let e = this.hi * _ + (this.lo >>> 0);
343
+ let e = this.hi * g + (this.lo >>> 0);
344
344
  if (!Number.isSafeInteger(e)) throw Error("cannot convert to safe number");
345
345
  return e;
346
346
  }
347
- }, y = class e extends ue {
347
+ }, v = class e extends de {
348
348
  static from(t) {
349
- if (g) switch (typeof t) {
349
+ if (h) switch (typeof t) {
350
350
  case "string":
351
351
  if (t == "0") return this.ZERO;
352
352
  if (t == "") throw Error("string is no integer");
353
- t = g.C(t);
353
+ t = h.C(t);
354
354
  case "number":
355
355
  if (t === 0) return this.ZERO;
356
- t = g.C(t);
356
+ t = h.C(t);
357
357
  case "bigint":
358
358
  if (!t) return this.ZERO;
359
- if (t < g.UMIN) throw Error("signed value for ulong");
360
- if (t > g.UMAX) throw Error("ulong too large");
361
- return g.V.setBigUint64(0, t, !0), new e(g.V.getInt32(0, !0), g.V.getInt32(4, !0));
359
+ if (t < h.UMIN) throw Error("signed value for ulong");
360
+ if (t > h.UMAX) throw Error("ulong too large");
361
+ return h.V.setBigUint64(0, t, !0), new e(h.V.getInt32(0, !0), h.V.getInt32(4, !0));
362
362
  }
363
363
  else switch (typeof t) {
364
364
  case "string":
365
365
  if (t == "0") return this.ZERO;
366
- if (t = t.trim(), !le.test(t)) throw Error("string is no integer");
367
- let [n, r, i] = re(t);
366
+ if (t = t.trim(), !ue.test(t)) throw Error("string is no integer");
367
+ let [n, r, i] = ie(t);
368
368
  if (n) throw Error("signed value for ulong");
369
369
  return new e(r, i);
370
370
  case "number":
371
371
  if (t == 0) return this.ZERO;
372
372
  if (!Number.isSafeInteger(t)) throw Error("number is no integer");
373
373
  if (t < 0) throw Error("signed value for ulong");
374
- return new e(t, t / _);
374
+ return new e(t, t / g);
375
375
  }
376
376
  throw Error("unknown value " + typeof t);
377
377
  }
378
378
  toString() {
379
- return g ? this.toBigInt().toString() : ie(this.lo, this.hi);
379
+ return h ? this.toBigInt().toString() : ae(this.lo, this.hi);
380
380
  }
381
381
  toBigInt() {
382
- return ce(g), g.V.setInt32(0, this.lo, !0), g.V.setInt32(4, this.hi, !0), g.V.getBigUint64(0, !0);
382
+ return le(h), h.V.setInt32(0, this.lo, !0), h.V.setInt32(4, this.hi, !0), h.V.getBigUint64(0, !0);
383
383
  }
384
384
  };
385
- y.ZERO = new y(0, 0);
386
- var b = class e extends ue {
385
+ v.ZERO = new v(0, 0);
386
+ var y = class e extends de {
387
387
  static from(t) {
388
- if (g) switch (typeof t) {
388
+ if (h) switch (typeof t) {
389
389
  case "string":
390
390
  if (t == "0") return this.ZERO;
391
391
  if (t == "") throw Error("string is no integer");
392
- t = g.C(t);
392
+ t = h.C(t);
393
393
  case "number":
394
394
  if (t === 0) return this.ZERO;
395
- t = g.C(t);
395
+ t = h.C(t);
396
396
  case "bigint":
397
397
  if (!t) return this.ZERO;
398
- if (t < g.MIN) throw Error("signed long too small");
399
- if (t > g.MAX) throw Error("signed long too large");
400
- return g.V.setBigInt64(0, t, !0), new e(g.V.getInt32(0, !0), g.V.getInt32(4, !0));
398
+ if (t < h.MIN) throw Error("signed long too small");
399
+ if (t > h.MAX) throw Error("signed long too large");
400
+ return h.V.setBigInt64(0, t, !0), new e(h.V.getInt32(0, !0), h.V.getInt32(4, !0));
401
401
  }
402
402
  else switch (typeof t) {
403
403
  case "string":
404
404
  if (t == "0") return this.ZERO;
405
- if (t = t.trim(), !le.test(t)) throw Error("string is no integer");
406
- let [n, r, i] = re(t);
405
+ if (t = t.trim(), !ue.test(t)) throw Error("string is no integer");
406
+ let [n, r, i] = ie(t);
407
407
  if (n) {
408
- if (i > v || i == v && r != 0) throw Error("signed long too small");
409
- } else if (i >= v) throw Error("signed long too large");
408
+ if (i > _ || i == _ && r != 0) throw Error("signed long too small");
409
+ } else if (i >= _) throw Error("signed long too large");
410
410
  let a = new e(r, i);
411
411
  return n ? a.negate() : a;
412
412
  case "number":
413
413
  if (t == 0) return this.ZERO;
414
414
  if (!Number.isSafeInteger(t)) throw Error("number is no integer");
415
- return t > 0 ? new e(t, t / _) : new e(-t, -t / _).negate();
415
+ return t > 0 ? new e(t, t / g) : new e(-t, -t / g).negate();
416
416
  }
417
417
  throw Error("unknown value " + typeof t);
418
418
  }
419
419
  isNegative() {
420
- return (this.hi & v) !== 0;
420
+ return (this.hi & _) !== 0;
421
421
  }
422
422
  negate() {
423
423
  let t = ~this.hi, n = this.lo;
424
424
  return n ? n = ~n + 1 : t += 1, new e(n, t);
425
425
  }
426
426
  toString() {
427
- if (g) return this.toBigInt().toString();
427
+ if (h) return this.toBigInt().toString();
428
428
  if (this.isNegative()) {
429
429
  let e = this.negate();
430
- return "-" + ie(e.lo, e.hi);
430
+ return "-" + ae(e.lo, e.hi);
431
431
  }
432
- return ie(this.lo, this.hi);
432
+ return ae(this.lo, this.hi);
433
433
  }
434
434
  toBigInt() {
435
- return ce(g), g.V.setInt32(0, this.lo, !0), g.V.setInt32(4, this.hi, !0), g.V.getBigInt64(0, !0);
435
+ return le(h), h.V.setInt32(0, this.lo, !0), h.V.setInt32(4, this.hi, !0), h.V.getBigInt64(0, !0);
436
436
  }
437
437
  };
438
- b.ZERO = new b(0, 0);
438
+ y.ZERO = new y(0, 0);
439
439
  //#endregion
440
440
  //#region node_modules/@protobuf-ts/runtime/build/es2015/assert.js
441
- function x(e, t) {
441
+ function b(e, t) {
442
442
  if (!e) throw Error(t);
443
443
  }
444
- function de(e, t) {
444
+ function fe(e, t) {
445
445
  throw Error(t ?? "Unexpected object: " + e);
446
446
  }
447
- var fe = 34028234663852886e22, pe = -34028234663852886e22, me = 4294967295, he = 2147483647, ge = -2147483648;
448
- function S(e) {
447
+ var pe = 34028234663852886e22, me = -34028234663852886e22, he = 4294967295, ge = 2147483647, _e = -2147483648;
448
+ function x(e) {
449
449
  if (typeof e != "number") throw Error("invalid int 32: " + typeof e);
450
- if (!Number.isInteger(e) || e > he || e < ge) throw Error("invalid int 32: " + e);
450
+ if (!Number.isInteger(e) || e > ge || e < _e) throw Error("invalid int 32: " + e);
451
451
  }
452
- function C(e) {
452
+ function S(e) {
453
453
  if (typeof e != "number") throw Error("invalid uint 32: " + typeof e);
454
- if (!Number.isInteger(e) || e > me || e < 0) throw Error("invalid uint 32: " + e);
454
+ if (!Number.isInteger(e) || e > he || e < 0) throw Error("invalid uint 32: " + e);
455
455
  }
456
- function w(e) {
456
+ function C(e) {
457
457
  if (typeof e != "number") throw Error("invalid float 32: " + typeof e);
458
- if (Number.isFinite(e) && (e > fe || e < pe)) throw Error("invalid float 32: " + e);
458
+ if (Number.isFinite(e) && (e > pe || e < me)) throw Error("invalid float 32: " + e);
459
459
  }
460
460
  //#endregion
461
461
  //#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-long-convert.js
462
- function T(e, t) {
462
+ function w(e, t) {
463
463
  switch (t) {
464
464
  case a.BIGINT: return e.toBigInt();
465
465
  case a.NUMBER: return e.toNumber();
@@ -468,7 +468,7 @@ function T(e, t) {
468
468
  }
469
469
  //#endregion
470
470
  //#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-json-reader.js
471
- var _e = class {
471
+ var ve = class {
472
472
  constructor(e) {
473
473
  this.info = e;
474
474
  }
@@ -564,16 +564,16 @@ var _e = class {
564
564
  }
565
565
  }
566
566
  enum(e, t, n, r) {
567
- if (e[0] == "google.protobuf.NullValue" && x(t === null || t === "NULL_VALUE", `Unable to parse field ${this.info.typeName}#${n}, enum ${e[0]} only accepts null.`), t === null) return 0;
567
+ if (e[0] == "google.protobuf.NullValue" && b(t === null || t === "NULL_VALUE", `Unable to parse field ${this.info.typeName}#${n}, enum ${e[0]} only accepts null.`), t === null) return 0;
568
568
  switch (typeof t) {
569
- case "number": return x(Number.isInteger(t), `Unable to parse field ${this.info.typeName}#${n}, enum can only be integral number, got ${t}.`), t;
569
+ case "number": return b(Number.isInteger(t), `Unable to parse field ${this.info.typeName}#${n}, enum can only be integral number, got ${t}.`), t;
570
570
  case "string":
571
571
  let i = t;
572
572
  e[2] && t.substring(0, e[2].length) === e[2] && (i = t.substring(e[2].length));
573
573
  let a = e[1][i];
574
- return a === void 0 && r ? !1 : (x(typeof a == "number", `Unable to parse field ${this.info.typeName}#${n}, enum ${e[0]} has no value for "${t}".`), a);
574
+ return a === void 0 && r ? !1 : (b(typeof a == "number", `Unable to parse field ${this.info.typeName}#${n}, enum ${e[0]} has no value for "${t}".`), a);
575
575
  }
576
- x(!1, `Unable to parse field ${this.info.typeName}#${n}, cannot parse enum value from ${typeof t}".`);
576
+ b(!1, `Unable to parse field ${this.info.typeName}#${n}, cannot parse enum value from ${typeof t}".`);
577
577
  }
578
578
  scalar(e, t, n, r) {
579
579
  let a;
@@ -603,7 +603,7 @@ var _e = class {
603
603
  a = "too large or small";
604
604
  break;
605
605
  }
606
- return t == i.FLOAT && w(r), r;
606
+ return t == i.FLOAT && C(r), r;
607
607
  case i.INT32:
608
608
  case i.FIXED32:
609
609
  case i.SFIXED32:
@@ -612,18 +612,18 @@ var _e = class {
612
612
  if (e === null) return 0;
613
613
  let o;
614
614
  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;
615
- return t == i.UINT32 ? C(o) : S(o), o;
615
+ return t == i.UINT32 ? S(o) : x(o), o;
616
616
  case i.INT64:
617
617
  case i.SFIXED64:
618
618
  case i.SINT64:
619
- if (e === null) return T(b.ZERO, n);
619
+ if (e === null) return w(y.ZERO, n);
620
620
  if (typeof e != "number" && typeof e != "string") break;
621
- return T(b.from(e), n);
621
+ return w(y.from(e), n);
622
622
  case i.FIXED64:
623
623
  case i.UINT64:
624
- if (e === null) return T(y.ZERO, n);
624
+ if (e === null) return w(v.ZERO, n);
625
625
  if (typeof e != "number" && typeof e != "string") break;
626
- return T(y.from(e), n);
626
+ return w(v.from(e), n);
627
627
  case i.BOOL:
628
628
  if (e === null) return !1;
629
629
  if (typeof e != "boolean") break;
@@ -645,7 +645,7 @@ var _e = class {
645
645
  }
646
646
  this.assert(!1, r + (a ? " - " + a : ""), e);
647
647
  }
648
- }, ve = class {
648
+ }, ye = class {
649
649
  constructor(e) {
650
650
  this.fields = e.fields ?? [];
651
651
  }
@@ -660,62 +660,62 @@ var _e = class {
660
660
  let i = r[e.oneof];
661
661
  if (i.oneofKind !== e.localName) continue;
662
662
  let a = e.kind == "scalar" || e.kind == "enum" ? Object.assign(Object.assign({}, t), { emitDefaultValues: !0 }) : t, o = this.field(e, i[e.localName], a);
663
- x(o !== void 0), n[t.useProtoFieldName ? e.name : e.jsonName] = o;
663
+ b(o !== void 0), n[t.useProtoFieldName ? e.name : e.jsonName] = o;
664
664
  }
665
665
  return n;
666
666
  }
667
667
  field(e, t, n) {
668
668
  let r;
669
669
  if (e.kind == "map") {
670
- x(typeof t == "object" && !!t);
670
+ b(typeof t == "object" && !!t);
671
671
  let i = {};
672
672
  switch (e.V.kind) {
673
673
  case "scalar":
674
674
  for (let [n, r] of Object.entries(t)) {
675
675
  let t = this.scalar(e.V.T, r, e.name, !1, !0);
676
- x(t !== void 0), i[n.toString()] = t;
676
+ b(t !== void 0), i[n.toString()] = t;
677
677
  }
678
678
  break;
679
679
  case "message":
680
680
  let r = e.V.T();
681
681
  for (let [a, o] of Object.entries(t)) {
682
682
  let t = this.message(r, o, e.name, n);
683
- x(t !== void 0), i[a.toString()] = t;
683
+ b(t !== void 0), i[a.toString()] = t;
684
684
  }
685
685
  break;
686
686
  case "enum":
687
687
  let a = e.V.T();
688
688
  for (let [r, o] of Object.entries(t)) {
689
- x(o === void 0 || typeof o == "number");
689
+ b(o === void 0 || typeof o == "number");
690
690
  let t = this.enum(a, o, e.name, !1, !0, n.enumAsInteger);
691
- x(t !== void 0), i[r.toString()] = t;
691
+ b(t !== void 0), i[r.toString()] = t;
692
692
  }
693
693
  break;
694
694
  }
695
695
  (n.emitDefaultValues || Object.keys(i).length > 0) && (r = i);
696
696
  } else if (e.repeat) {
697
- x(Array.isArray(t));
697
+ b(Array.isArray(t));
698
698
  let i = [];
699
699
  switch (e.kind) {
700
700
  case "scalar":
701
701
  for (let n = 0; n < t.length; n++) {
702
702
  let r = this.scalar(e.T, t[n], e.name, e.opt, !0);
703
- x(r !== void 0), i.push(r);
703
+ b(r !== void 0), i.push(r);
704
704
  }
705
705
  break;
706
706
  case "enum":
707
707
  let r = e.T();
708
708
  for (let a = 0; a < t.length; a++) {
709
- x(t[a] === void 0 || typeof t[a] == "number");
709
+ b(t[a] === void 0 || typeof t[a] == "number");
710
710
  let o = this.enum(r, t[a], e.name, e.opt, !0, n.enumAsInteger);
711
- x(o !== void 0), i.push(o);
711
+ b(o !== void 0), i.push(o);
712
712
  }
713
713
  break;
714
714
  case "message":
715
715
  let a = e.T();
716
716
  for (let r = 0; r < t.length; r++) {
717
717
  let o = this.message(a, t[r], e.name, n);
718
- x(o !== void 0), i.push(o);
718
+ b(o !== void 0), i.push(o);
719
719
  }
720
720
  break;
721
721
  }
@@ -736,55 +736,55 @@ var _e = class {
736
736
  enum(e, t, n, r, i, a) {
737
737
  if (e[0] == "google.protobuf.NullValue") return !i && !r ? void 0 : null;
738
738
  if (t === void 0) {
739
- x(r);
739
+ b(r);
740
740
  return;
741
741
  }
742
- if (!(t === 0 && !i && !r)) return x(typeof t == "number"), x(Number.isInteger(t)), a || !e[1].hasOwnProperty(t) ? t : e[2] ? e[2] + e[1][t] : e[1][t];
742
+ if (!(t === 0 && !i && !r)) return b(typeof t == "number"), b(Number.isInteger(t)), a || !e[1].hasOwnProperty(t) ? t : e[2] ? e[2] + e[1][t] : e[1][t];
743
743
  }
744
744
  message(e, t, n, r) {
745
745
  return t === void 0 ? r.emitDefaultValues ? null : void 0 : e.internalJsonWrite(t, r);
746
746
  }
747
747
  scalar(e, t, n, r, a) {
748
748
  if (t === void 0) {
749
- x(r);
749
+ b(r);
750
750
  return;
751
751
  }
752
752
  let o = a || r;
753
753
  switch (e) {
754
754
  case i.INT32:
755
755
  case i.SFIXED32:
756
- case i.SINT32: return t === 0 ? o ? 0 : void 0 : (S(t), t);
756
+ case i.SINT32: return t === 0 ? o ? 0 : void 0 : (x(t), t);
757
757
  case i.FIXED32:
758
- case i.UINT32: return t === 0 ? o ? 0 : void 0 : (C(t), t);
759
- case i.FLOAT: w(t);
760
- case i.DOUBLE: return t === 0 ? o ? 0 : void 0 : (x(typeof t == "number"), Number.isNaN(t) ? "NaN" : t === Infinity ? "Infinity" : t === -Infinity ? "-Infinity" : t);
761
- case i.STRING: return t === "" ? o ? "" : void 0 : (x(typeof t == "string"), t);
762
- case i.BOOL: return t === !1 ? o ? !1 : void 0 : (x(typeof t == "boolean"), t);
758
+ case i.UINT32: return t === 0 ? o ? 0 : void 0 : (S(t), t);
759
+ case i.FLOAT: C(t);
760
+ case i.DOUBLE: return t === 0 ? o ? 0 : void 0 : (b(typeof t == "number"), Number.isNaN(t) ? "NaN" : t === Infinity ? "Infinity" : t === -Infinity ? "-Infinity" : t);
761
+ case i.STRING: return t === "" ? o ? "" : void 0 : (b(typeof t == "string"), t);
762
+ case i.BOOL: return t === !1 ? o ? !1 : void 0 : (b(typeof t == "boolean"), t);
763
763
  case i.UINT64:
764
764
  case i.FIXED64:
765
- x(typeof t == "number" || typeof t == "string" || typeof t == "bigint");
766
- let e = y.from(t);
765
+ b(typeof t == "number" || typeof t == "string" || typeof t == "bigint");
766
+ let e = v.from(t);
767
767
  return e.isZero() && !o ? void 0 : e.toString();
768
768
  case i.INT64:
769
769
  case i.SFIXED64:
770
770
  case i.SINT64:
771
- x(typeof t == "number" || typeof t == "string" || typeof t == "bigint");
772
- let n = b.from(t);
771
+ b(typeof t == "number" || typeof t == "string" || typeof t == "bigint");
772
+ let n = y.from(t);
773
773
  return n.isZero() && !o ? void 0 : n.toString();
774
- case i.BYTES: return x(t instanceof Uint8Array), t.byteLength ? te(t) : o ? "" : void 0;
774
+ case i.BYTES: return b(t instanceof Uint8Array), t.byteLength ? te(t) : o ? "" : void 0;
775
775
  }
776
776
  }
777
777
  };
778
778
  //#endregion
779
779
  //#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-scalar-default.js
780
- function E(e, t = a.STRING) {
780
+ function be(e, t = a.STRING) {
781
781
  switch (e) {
782
782
  case i.BOOL: return !1;
783
783
  case i.UINT64:
784
- case i.FIXED64: return T(y.ZERO, t);
784
+ case i.FIXED64: return w(v.ZERO, t);
785
785
  case i.INT64:
786
786
  case i.SFIXED64:
787
- case i.SINT64: return T(b.ZERO, t);
787
+ case i.SINT64: return w(y.ZERO, t);
788
788
  case i.DOUBLE:
789
789
  case i.FLOAT: return 0;
790
790
  case i.BYTES: return /* @__PURE__ */ new Uint8Array();
@@ -794,7 +794,7 @@ function E(e, t = a.STRING) {
794
794
  }
795
795
  //#endregion
796
796
  //#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-binary-reader.js
797
- var ye = class {
797
+ var xe = class {
798
798
  constructor(e) {
799
799
  this.info = e;
800
800
  }
@@ -867,12 +867,12 @@ var ye = class {
867
867
  }
868
868
  }
869
869
  if (s === void 0) {
870
- let t = E(e.K);
870
+ let t = be(e.K);
871
871
  s = e.K == i.BOOL ? t.toString() : t;
872
872
  }
873
873
  if (c === void 0) switch (e.V.kind) {
874
874
  case "scalar":
875
- c = E(e.V.T, e.V.L);
875
+ c = be(e.V.T, e.V.L);
876
876
  break;
877
877
  case "enum":
878
878
  c = 0;
@@ -890,19 +890,19 @@ var ye = class {
890
890
  case i.BOOL: return e.bool();
891
891
  case i.DOUBLE: return e.double();
892
892
  case i.FLOAT: return e.float();
893
- case i.INT64: return T(e.int64(), n);
894
- case i.UINT64: return T(e.uint64(), n);
895
- case i.FIXED64: return T(e.fixed64(), n);
893
+ case i.INT64: return w(e.int64(), n);
894
+ case i.UINT64: return w(e.uint64(), n);
895
+ case i.FIXED64: return w(e.fixed64(), n);
896
896
  case i.FIXED32: return e.fixed32();
897
897
  case i.BYTES: return e.bytes();
898
898
  case i.UINT32: return e.uint32();
899
899
  case i.SFIXED32: return e.sfixed32();
900
- case i.SFIXED64: return T(e.sfixed64(), n);
900
+ case i.SFIXED64: return w(e.sfixed64(), n);
901
901
  case i.SINT32: return e.sint32();
902
- case i.SINT64: return T(e.sint64(), n);
902
+ case i.SINT64: return w(e.sint64(), n);
903
903
  }
904
904
  }
905
- }, be = class {
905
+ }, Se = class {
906
906
  constructor(e) {
907
907
  this.info = e;
908
908
  }
@@ -925,18 +925,18 @@ var ye = class {
925
925
  case "scalar":
926
926
  case "enum":
927
927
  let t = e.kind == "enum" ? i.INT32 : e.T;
928
- if (c) if (x(Array.isArray(a)), c == o.PACKED) this.packed(n, t, e.no, a);
928
+ if (c) if (b(Array.isArray(a)), c == o.PACKED) this.packed(n, t, e.no, a);
929
929
  else for (let r of a) this.scalar(n, t, e.no, r, !0);
930
- else a === void 0 ? x(e.opt) : this.scalar(n, t, e.no, a, s || e.opt);
930
+ else a === void 0 ? b(e.opt) : this.scalar(n, t, e.no, a, s || e.opt);
931
931
  break;
932
932
  case "message":
933
933
  if (c) {
934
- x(Array.isArray(a));
934
+ b(Array.isArray(a));
935
935
  for (let t of a) this.message(n, r, e.T(), e.no, t);
936
936
  } else this.message(n, r, e.T(), e.no, a);
937
937
  break;
938
938
  case "map":
939
- x(typeof a == "object" && !!a);
939
+ b(typeof a == "object" && !!a);
940
940
  for (let [t, i] of Object.entries(a)) this.mapEntry(n, r, e, t, i);
941
941
  break;
942
942
  }
@@ -956,7 +956,7 @@ var ye = class {
956
956
  s = Number.parseInt(a);
957
957
  break;
958
958
  case i.BOOL:
959
- x(a == "true" || a == "false"), s = a == "true";
959
+ b(a == "true" || a == "false"), s = a == "true";
960
960
  break;
961
961
  }
962
962
  switch (this.scalar(e, r.K, 1, s, !0), r.V.kind) {
@@ -981,7 +981,7 @@ var ye = class {
981
981
  }
982
982
  packed(e, n, r, a) {
983
983
  if (!a.length) return;
984
- x(n !== i.BYTES && n !== i.STRING), e.tag(r, t.LengthDelimited), e.fork();
984
+ b(n !== i.BYTES && n !== i.STRING), e.tag(r, t.LengthDelimited), e.fork();
985
985
  let [, o] = this.scalarInfo(n);
986
986
  for (let t = 0; t < a.length; t++) e[o](a[t]);
987
987
  e.join();
@@ -1008,13 +1008,13 @@ var ye = class {
1008
1008
  r = t.Bit32, a = "float";
1009
1009
  break;
1010
1010
  case i.INT64:
1011
- s = o || b.from(n).isZero(), a = "int64";
1011
+ s = o || y.from(n).isZero(), a = "int64";
1012
1012
  break;
1013
1013
  case i.UINT64:
1014
- s = o || y.from(n).isZero(), a = "uint64";
1014
+ s = o || v.from(n).isZero(), a = "uint64";
1015
1015
  break;
1016
1016
  case i.FIXED64:
1017
- s = o || y.from(n).isZero(), r = t.Bit64, a = "fixed64";
1017
+ s = o || v.from(n).isZero(), r = t.Bit64, a = "fixed64";
1018
1018
  break;
1019
1019
  case i.BYTES:
1020
1020
  s = o || !n.byteLength, r = t.LengthDelimited, a = "bytes";
@@ -1026,13 +1026,13 @@ var ye = class {
1026
1026
  r = t.Bit32, a = "sfixed32";
1027
1027
  break;
1028
1028
  case i.SFIXED64:
1029
- s = o || b.from(n).isZero(), r = t.Bit64, a = "sfixed64";
1029
+ s = o || y.from(n).isZero(), r = t.Bit64, a = "sfixed64";
1030
1030
  break;
1031
1031
  case i.SINT32:
1032
1032
  a = "sint32";
1033
1033
  break;
1034
1034
  case i.SINT64:
1035
- s = o || b.from(n).isZero(), a = "sint64";
1035
+ s = o || y.from(n).isZero(), a = "sint64";
1036
1036
  break;
1037
1037
  }
1038
1038
  return [
@@ -1044,7 +1044,7 @@ var ye = class {
1044
1044
  };
1045
1045
  //#endregion
1046
1046
  //#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-create.js
1047
- function xe(e) {
1047
+ function Ce(e) {
1048
1048
  let t = e.messagePrototype ? Object.create(e.messagePrototype) : Object.defineProperty({}, n, { value: e });
1049
1049
  for (let n of e.fields) {
1050
1050
  let e = n.localName;
@@ -1052,7 +1052,7 @@ function xe(e) {
1052
1052
  else if (n.repeat) t[e] = [];
1053
1053
  else switch (n.kind) {
1054
1054
  case "scalar":
1055
- t[e] = E(n.T, n.L);
1055
+ t[e] = be(n.T, n.L);
1056
1056
  break;
1057
1057
  case "enum":
1058
1058
  t[e] = 0;
@@ -1066,7 +1066,7 @@ function xe(e) {
1066
1066
  }
1067
1067
  //#endregion
1068
1068
  //#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-merge-partial.js
1069
- function D(e, t, n) {
1069
+ function T(e, t, n) {
1070
1070
  let r, i = n, a;
1071
1071
  for (let n of e.fields) {
1072
1072
  let e = n.localName;
@@ -1106,21 +1106,21 @@ function D(e, t, n) {
1106
1106
  }
1107
1107
  //#endregion
1108
1108
  //#region node_modules/@protobuf-ts/runtime/build/es2015/json-format-contract.js
1109
- var Se = {
1109
+ var we = {
1110
1110
  emitDefaultValues: !1,
1111
1111
  enumAsInteger: !1,
1112
1112
  useProtoFieldName: !1,
1113
1113
  prettySpaces: 0
1114
- }, Ce = { ignoreUnknownFields: !1 };
1115
- function we(e) {
1116
- return e ? Object.assign(Object.assign({}, Ce), e) : Ce;
1114
+ }, Te = { ignoreUnknownFields: !1 };
1115
+ function Ee(e) {
1116
+ return e ? Object.assign(Object.assign({}, Te), e) : Te;
1117
1117
  }
1118
- function Te(e) {
1119
- return e ? Object.assign(Object.assign({}, Se), e) : Se;
1118
+ function De(e) {
1119
+ return e ? Object.assign(Object.assign({}, we), e) : we;
1120
1120
  }
1121
1121
  //#endregion
1122
1122
  //#region node_modules/@protobuf-ts/runtime/build/es2015/reflection-equals.js
1123
- function Ee(e, t, n) {
1123
+ function Oe(e, t, n) {
1124
1124
  if (t === n) return !0;
1125
1125
  if (!t || !n) return !1;
1126
1126
  for (let r of e.fields) {
@@ -1129,21 +1129,21 @@ function Ee(e, t, n) {
1129
1129
  case "enum":
1130
1130
  case "scalar":
1131
1131
  let e = r.kind == "enum" ? i.INT32 : r.T;
1132
- if (!(r.repeat ? Oe(e, a, o) : De(e, a, o))) return !1;
1132
+ if (!(r.repeat ? Ae(e, a, o) : ke(e, a, o))) return !1;
1133
1133
  break;
1134
1134
  case "map":
1135
- if (!(r.V.kind == "message" ? ke(r.V.T(), O(a), O(o)) : Oe(r.V.kind == "enum" ? i.INT32 : r.V.T, O(a), O(o)))) return !1;
1135
+ if (!(r.V.kind == "message" ? je(r.V.T(), E(a), E(o)) : Ae(r.V.kind == "enum" ? i.INT32 : r.V.T, E(a), E(o)))) return !1;
1136
1136
  break;
1137
1137
  case "message":
1138
1138
  let t = r.T();
1139
- if (!(r.repeat ? ke(t, a, o) : t.equals(a, o))) return !1;
1139
+ if (!(r.repeat ? je(t, a, o) : t.equals(a, o))) return !1;
1140
1140
  break;
1141
1141
  }
1142
1142
  }
1143
1143
  return !0;
1144
1144
  }
1145
- var O = Object.values;
1146
- function De(e, t, n) {
1145
+ var E = Object.values;
1146
+ function ke(e, t, n) {
1147
1147
  if (t === n) return !0;
1148
1148
  if (e !== i.BYTES) return !1;
1149
1149
  let r = t, a = n;
@@ -1151,26 +1151,26 @@ function De(e, t, n) {
1151
1151
  for (let e = 0; e < r.length; e++) if (r[e] != a[e]) return !1;
1152
1152
  return !0;
1153
1153
  }
1154
- function Oe(e, t, n) {
1154
+ function Ae(e, t, n) {
1155
1155
  if (t.length !== n.length) return !1;
1156
- for (let r = 0; r < t.length; r++) if (!De(e, t[r], n[r])) return !1;
1156
+ for (let r = 0; r < t.length; r++) if (!ke(e, t[r], n[r])) return !1;
1157
1157
  return !0;
1158
1158
  }
1159
- function ke(e, t, n) {
1159
+ function je(e, t, n) {
1160
1160
  if (t.length !== n.length) return !1;
1161
1161
  for (let r = 0; r < t.length; r++) if (!e.equals(t[r], n[r])) return !1;
1162
1162
  return !0;
1163
1163
  }
1164
1164
  //#endregion
1165
1165
  //#region node_modules/@protobuf-ts/runtime/build/es2015/binary-writer.js
1166
- var Ae = {
1166
+ var Me = {
1167
1167
  writeUnknownFields: !0,
1168
- writerFactory: () => new Me()
1168
+ writerFactory: () => new Pe()
1169
1169
  };
1170
- function je(e) {
1171
- return e ? Object.assign(Object.assign({}, Ae), e) : Ae;
1170
+ function Ne(e) {
1171
+ return e ? Object.assign(Object.assign({}, Me), e) : Me;
1172
1172
  }
1173
- var Me = class {
1173
+ var Pe = class {
1174
1174
  constructor(e) {
1175
1175
  this.stack = [], this.textEncoder = e ?? new TextEncoder(), this.chunks = [], this.buf = [];
1176
1176
  }
@@ -1200,11 +1200,11 @@ var Me = class {
1200
1200
  return this.buf.length && (this.chunks.push(new Uint8Array(this.buf)), this.buf = []), this.chunks.push(e), this;
1201
1201
  }
1202
1202
  uint32(e) {
1203
- for (C(e); e > 127;) this.buf.push(e & 127 | 128), e >>>= 7;
1203
+ for (S(e); e > 127;) this.buf.push(e & 127 | 128), e >>>= 7;
1204
1204
  return this.buf.push(e), this;
1205
1205
  }
1206
1206
  int32(e) {
1207
- return S(e), ae(e, this.buf), this;
1207
+ return x(e), oe(e, this.buf), this;
1208
1208
  }
1209
1209
  bool(e) {
1210
1210
  return this.buf.push(+!!e), this;
@@ -1217,7 +1217,7 @@ var Me = class {
1217
1217
  return this.uint32(t.byteLength), this.raw(t);
1218
1218
  }
1219
1219
  float(e) {
1220
- w(e);
1220
+ C(e);
1221
1221
  let t = /* @__PURE__ */ new Uint8Array(4);
1222
1222
  return new DataView(t.buffer).setFloat32(0, e, !0), this.raw(t);
1223
1223
  }
@@ -1226,48 +1226,48 @@ var Me = class {
1226
1226
  return new DataView(t.buffer).setFloat64(0, e, !0), this.raw(t);
1227
1227
  }
1228
1228
  fixed32(e) {
1229
- C(e);
1229
+ S(e);
1230
1230
  let t = /* @__PURE__ */ new Uint8Array(4);
1231
1231
  return new DataView(t.buffer).setUint32(0, e, !0), this.raw(t);
1232
1232
  }
1233
1233
  sfixed32(e) {
1234
- S(e);
1234
+ x(e);
1235
1235
  let t = /* @__PURE__ */ new Uint8Array(4);
1236
1236
  return new DataView(t.buffer).setInt32(0, e, !0), this.raw(t);
1237
1237
  }
1238
1238
  sint32(e) {
1239
- return S(e), e = (e << 1 ^ e >> 31) >>> 0, ae(e, this.buf), this;
1239
+ return x(e), e = (e << 1 ^ e >> 31) >>> 0, oe(e, this.buf), this;
1240
1240
  }
1241
1241
  sfixed64(e) {
1242
- let t = /* @__PURE__ */ new Uint8Array(8), n = new DataView(t.buffer), r = b.from(e);
1242
+ let t = /* @__PURE__ */ new Uint8Array(8), n = new DataView(t.buffer), r = y.from(e);
1243
1243
  return n.setInt32(0, r.lo, !0), n.setInt32(4, r.hi, !0), this.raw(t);
1244
1244
  }
1245
1245
  fixed64(e) {
1246
- let t = /* @__PURE__ */ new Uint8Array(8), n = new DataView(t.buffer), r = y.from(e);
1246
+ let t = /* @__PURE__ */ new Uint8Array(8), n = new DataView(t.buffer), r = v.from(e);
1247
1247
  return n.setInt32(0, r.lo, !0), n.setInt32(4, r.hi, !0), this.raw(t);
1248
1248
  }
1249
1249
  int64(e) {
1250
- let t = b.from(e);
1251
- return m(t.lo, t.hi, this.buf), this;
1250
+ let t = y.from(e);
1251
+ return re(t.lo, t.hi, this.buf), this;
1252
1252
  }
1253
1253
  sint64(e) {
1254
- let t = b.from(e), n = t.hi >> 31;
1255
- return m(t.lo << 1 ^ n, (t.hi << 1 | t.lo >>> 31) ^ n, this.buf), this;
1254
+ let t = y.from(e), n = t.hi >> 31;
1255
+ return re(t.lo << 1 ^ n, (t.hi << 1 | t.lo >>> 31) ^ n, this.buf), this;
1256
1256
  }
1257
1257
  uint64(e) {
1258
- let t = y.from(e);
1259
- return m(t.lo, t.hi, this.buf), this;
1258
+ let t = v.from(e);
1259
+ return re(t.lo, t.hi, this.buf), this;
1260
1260
  }
1261
- }, Ne = {
1261
+ }, Fe = {
1262
1262
  readUnknownField: !0,
1263
- readerFactory: (e) => new Fe(e)
1263
+ readerFactory: (e) => new Le(e)
1264
1264
  };
1265
- function Pe(e) {
1266
- return e ? Object.assign(Object.assign({}, Ne), e) : Ne;
1265
+ function Ie(e) {
1266
+ return e ? Object.assign(Object.assign({}, Fe), e) : Fe;
1267
1267
  }
1268
- var Fe = class {
1268
+ var Le = class {
1269
1269
  constructor(e, t) {
1270
- this.varint64 = ne, this.uint32 = oe, 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", {
1270
+ this.varint64 = ne, this.uint32 = se, 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", {
1271
1271
  fatal: !0,
1272
1272
  ignoreBOM: !0
1273
1273
  });
@@ -1310,14 +1310,14 @@ var Fe = class {
1310
1310
  return e >>> 1 ^ -(e & 1);
1311
1311
  }
1312
1312
  int64() {
1313
- return new b(...this.varint64());
1313
+ return new y(...this.varint64());
1314
1314
  }
1315
1315
  uint64() {
1316
- return new y(...this.varint64());
1316
+ return new v(...this.varint64());
1317
1317
  }
1318
1318
  sint64() {
1319
1319
  let [e, t] = this.varint64(), n = -(e & 1);
1320
- return e = (e >>> 1 | (t & 1) << 31) ^ n, t = t >>> 1 ^ n, new b(e, t);
1320
+ return e = (e >>> 1 | (t & 1) << 31) ^ n, t = t >>> 1 ^ n, new y(e, t);
1321
1321
  }
1322
1322
  bool() {
1323
1323
  let [e, t] = this.varint64();
@@ -1330,10 +1330,10 @@ var Fe = class {
1330
1330
  return this.view.getInt32((this.pos += 4) - 4, !0);
1331
1331
  }
1332
1332
  fixed64() {
1333
- return new y(this.sfixed32(), this.sfixed32());
1333
+ return new v(this.sfixed32(), this.sfixed32());
1334
1334
  }
1335
1335
  sfixed64() {
1336
- return new b(this.sfixed32(), this.sfixed32());
1336
+ return new y(this.sfixed32(), this.sfixed32());
1337
1337
  }
1338
1338
  float() {
1339
1339
  return this.view.getFloat32((this.pos += 4) - 4, !0);
@@ -1348,20 +1348,20 @@ var Fe = class {
1348
1348
  string() {
1349
1349
  return this.textDecoder.decode(this.bytes());
1350
1350
  }
1351
- }, Ie = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), Le = Ie[n] = {}, k = class {
1351
+ }, Re = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})), ze = Re[n] = {}, D = class {
1352
1352
  constructor(e, t, n) {
1353
- this.defaultCheckDepth = 16, this.typeName = e, this.fields = t.map(s), this.options = n ?? {}, Le.value = this, this.messagePrototype = Object.create(null, Ie), this.refTypeCheck = new l(this), this.refJsonReader = new _e(this), this.refJsonWriter = new ve(this), this.refBinReader = new ye(this), this.refBinWriter = new be(this);
1353
+ this.defaultCheckDepth = 16, this.typeName = e, this.fields = t.map(s), this.options = n ?? {}, ze.value = this, this.messagePrototype = Object.create(null, Re), this.refTypeCheck = new l(this), this.refJsonReader = new ve(this), this.refJsonWriter = new ye(this), this.refBinReader = new xe(this), this.refBinWriter = new Se(this);
1354
1354
  }
1355
1355
  create(e) {
1356
- let t = xe(this);
1357
- return e !== void 0 && D(this, t, e), t;
1356
+ let t = Ce(this);
1357
+ return e !== void 0 && T(this, t, e), t;
1358
1358
  }
1359
1359
  clone(e) {
1360
1360
  let t = this.create();
1361
- return D(this, t, e), t;
1361
+ return T(this, t, e), t;
1362
1362
  }
1363
1363
  equals(e, t) {
1364
- return Ee(this, e, t);
1364
+ return Oe(this, e, t);
1365
1365
  }
1366
1366
  is(e, t = this.defaultCheckDepth) {
1367
1367
  return this.refTypeCheck.is(e, t, !1);
@@ -1370,28 +1370,28 @@ var Fe = class {
1370
1370
  return this.refTypeCheck.is(e, t, !0);
1371
1371
  }
1372
1372
  mergePartial(e, t) {
1373
- D(this, e, t);
1373
+ T(this, e, t);
1374
1374
  }
1375
1375
  fromBinary(e, t) {
1376
- let n = Pe(t);
1376
+ let n = Ie(t);
1377
1377
  return this.internalBinaryRead(n.readerFactory(e), e.byteLength, n);
1378
1378
  }
1379
1379
  fromJson(e, t) {
1380
- return this.internalJsonRead(e, we(t));
1380
+ return this.internalJsonRead(e, Ee(t));
1381
1381
  }
1382
1382
  fromJsonString(e, t) {
1383
1383
  let n = JSON.parse(e);
1384
1384
  return this.fromJson(n, t);
1385
1385
  }
1386
1386
  toJson(e, t) {
1387
- return this.internalJsonWrite(e, Te(t));
1387
+ return this.internalJsonWrite(e, De(t));
1388
1388
  }
1389
1389
  toJsonString(e, t) {
1390
1390
  let n = this.toJson(e, t);
1391
1391
  return JSON.stringify(n, null, t?.prettySpaces ?? 0);
1392
1392
  }
1393
1393
  toBinary(e, t) {
1394
- let n = je(t);
1394
+ let n = Ne(t);
1395
1395
  return this.internalBinaryWrite(e, n.writerFactory(), n).finish();
1396
1396
  }
1397
1397
  internalJsonRead(e, t, n) {
@@ -1411,7 +1411,7 @@ var Fe = class {
1411
1411
  let i = r ?? this.create();
1412
1412
  return this.refBinReader.read(e, i, n, t), i;
1413
1413
  }
1414
- }, A = new class extends k {
1414
+ }, O = new class extends D {
1415
1415
  constructor() {
1416
1416
  super("shared.Translation", [{
1417
1417
  no: 1,
@@ -1427,7 +1427,7 @@ var Fe = class {
1427
1427
  }
1428
1428
  create(e) {
1429
1429
  let t = globalThis.Object.create(this.messagePrototype);
1430
- return t.code = "", t.content = "", e !== void 0 && D(this, t, e), t;
1430
+ return t.code = "", t.content = "", e !== void 0 && T(this, t, e), t;
1431
1431
  }
1432
1432
  internalBinaryRead(t, n, r, i) {
1433
1433
  let a = i ?? this.create(), o = t.pos + n;
@@ -1454,7 +1454,7 @@ var Fe = class {
1454
1454
  let a = i.writeUnknownFields;
1455
1455
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
1456
1456
  }
1457
- }(), Re = new class extends k {
1457
+ }(), Be = new class extends D {
1458
1458
  constructor() {
1459
1459
  super("shared.DefinitionDataType", [
1460
1460
  {
@@ -1468,28 +1468,28 @@ var Fe = class {
1468
1468
  name: "name",
1469
1469
  kind: "message",
1470
1470
  repeat: 2,
1471
- T: () => A
1471
+ T: () => O
1472
1472
  },
1473
1473
  {
1474
1474
  no: 3,
1475
1475
  name: "display_message",
1476
1476
  kind: "message",
1477
1477
  repeat: 2,
1478
- T: () => A
1478
+ T: () => O
1479
1479
  },
1480
1480
  {
1481
1481
  no: 4,
1482
1482
  name: "alias",
1483
1483
  kind: "message",
1484
1484
  repeat: 2,
1485
- T: () => A
1485
+ T: () => O
1486
1486
  },
1487
1487
  {
1488
1488
  no: 5,
1489
1489
  name: "rules",
1490
1490
  kind: "message",
1491
1491
  repeat: 2,
1492
- T: () => M
1492
+ T: () => A
1493
1493
  },
1494
1494
  {
1495
1495
  no: 6,
@@ -1527,7 +1527,7 @@ var Fe = class {
1527
1527
  }
1528
1528
  create(e) {
1529
1529
  let t = globalThis.Object.create(this.messagePrototype);
1530
- return t.identifier = "", t.name = [], t.displayMessage = [], t.alias = [], t.rules = [], t.genericKeys = [], t.type = "", t.linkedDataTypeIdentifiers = [], t.version = "", t.definitionSource = "", e !== void 0 && D(this, t, e), t;
1530
+ return t.identifier = "", t.name = [], t.displayMessage = [], t.alias = [], t.rules = [], t.genericKeys = [], t.type = "", t.linkedDataTypeIdentifiers = [], t.version = "", t.definitionSource = "", e !== void 0 && T(this, t, e), t;
1531
1531
  }
1532
1532
  internalBinaryRead(t, n, r, i) {
1533
1533
  let a = i ?? this.create(), o = t.pos + n;
@@ -1538,16 +1538,16 @@ var Fe = class {
1538
1538
  a.identifier = t.string();
1539
1539
  break;
1540
1540
  case 2:
1541
- a.name.push(A.internalBinaryRead(t, t.uint32(), r));
1541
+ a.name.push(O.internalBinaryRead(t, t.uint32(), r));
1542
1542
  break;
1543
1543
  case 3:
1544
- a.displayMessage.push(A.internalBinaryRead(t, t.uint32(), r));
1544
+ a.displayMessage.push(O.internalBinaryRead(t, t.uint32(), r));
1545
1545
  break;
1546
1546
  case 4:
1547
- a.alias.push(A.internalBinaryRead(t, t.uint32(), r));
1547
+ a.alias.push(O.internalBinaryRead(t, t.uint32(), r));
1548
1548
  break;
1549
1549
  case 5:
1550
- a.rules.push(M.internalBinaryRead(t, t.uint32(), r));
1550
+ a.rules.push(A.internalBinaryRead(t, t.uint32(), r));
1551
1551
  break;
1552
1552
  case 6:
1553
1553
  a.genericKeys.push(t.string());
@@ -1575,10 +1575,10 @@ var Fe = class {
1575
1575
  }
1576
1576
  internalBinaryWrite(n, r, i) {
1577
1577
  n.identifier !== "" && r.tag(1, t.LengthDelimited).string(n.identifier);
1578
- for (let e = 0; e < n.name.length; e++) A.internalBinaryWrite(n.name[e], r.tag(2, t.LengthDelimited).fork(), i).join();
1579
- for (let e = 0; e < n.displayMessage.length; e++) A.internalBinaryWrite(n.displayMessage[e], r.tag(3, t.LengthDelimited).fork(), i).join();
1580
- for (let e = 0; e < n.alias.length; e++) A.internalBinaryWrite(n.alias[e], r.tag(4, t.LengthDelimited).fork(), i).join();
1581
- for (let e = 0; e < n.rules.length; e++) M.internalBinaryWrite(n.rules[e], r.tag(5, t.LengthDelimited).fork(), i).join();
1578
+ for (let e = 0; e < n.name.length; e++) O.internalBinaryWrite(n.name[e], r.tag(2, t.LengthDelimited).fork(), i).join();
1579
+ for (let e = 0; e < n.displayMessage.length; e++) O.internalBinaryWrite(n.displayMessage[e], r.tag(3, t.LengthDelimited).fork(), i).join();
1580
+ for (let e = 0; e < n.alias.length; e++) O.internalBinaryWrite(n.alias[e], r.tag(4, t.LengthDelimited).fork(), i).join();
1581
+ for (let e = 0; e < n.rules.length; e++) A.internalBinaryWrite(n.rules[e], r.tag(5, t.LengthDelimited).fork(), i).join();
1582
1582
  for (let e = 0; e < n.genericKeys.length; e++) r.tag(6, t.LengthDelimited).string(n.genericKeys[e]);
1583
1583
  n.type !== "" && r.tag(7, t.LengthDelimited).string(n.type);
1584
1584
  for (let e = 0; e < n.linkedDataTypeIdentifiers.length; e++) r.tag(8, t.LengthDelimited).string(n.linkedDataTypeIdentifiers[e]);
@@ -1586,7 +1586,7 @@ var Fe = class {
1586
1586
  let a = i.writeUnknownFields;
1587
1587
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
1588
1588
  }
1589
- }(), j = new class extends k {
1589
+ }(), k = new class extends D {
1590
1590
  constructor() {
1591
1591
  super("shared.ExecutionDataType", [{
1592
1592
  no: 1,
@@ -1598,12 +1598,12 @@ var Fe = class {
1598
1598
  name: "rules",
1599
1599
  kind: "message",
1600
1600
  repeat: 2,
1601
- T: () => N
1601
+ T: () => j
1602
1602
  }]);
1603
1603
  }
1604
1604
  create(e) {
1605
1605
  let t = globalThis.Object.create(this.messagePrototype);
1606
- return t.identifier = "", t.rules = [], e !== void 0 && D(this, t, e), t;
1606
+ return t.identifier = "", t.rules = [], e !== void 0 && T(this, t, e), t;
1607
1607
  }
1608
1608
  internalBinaryRead(t, n, r, i) {
1609
1609
  let a = i ?? this.create(), o = t.pos + n;
@@ -1614,7 +1614,7 @@ var Fe = class {
1614
1614
  a.identifier = t.string();
1615
1615
  break;
1616
1616
  case 2:
1617
- a.rules.push(N.internalBinaryRead(t, t.uint32(), r));
1617
+ a.rules.push(j.internalBinaryRead(t, t.uint32(), r));
1618
1618
  break;
1619
1619
  default:
1620
1620
  let o = r.readUnknownField;
@@ -1627,29 +1627,29 @@ var Fe = class {
1627
1627
  }
1628
1628
  internalBinaryWrite(n, r, i) {
1629
1629
  n.identifier !== "" && r.tag(1, t.LengthDelimited).string(n.identifier);
1630
- for (let e = 0; e < n.rules.length; e++) N.internalBinaryWrite(n.rules[e], r.tag(2, t.LengthDelimited).fork(), i).join();
1630
+ for (let e = 0; e < n.rules.length; e++) j.internalBinaryWrite(n.rules[e], r.tag(2, t.LengthDelimited).fork(), i).join();
1631
1631
  let a = i.writeUnknownFields;
1632
1632
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
1633
1633
  }
1634
- }(), M = new class extends k {
1634
+ }(), A = new class extends D {
1635
1635
  constructor() {
1636
1636
  super("shared.DefinitionDataTypeRule", [{
1637
1637
  no: 1,
1638
1638
  name: "number_range",
1639
1639
  kind: "message",
1640
1640
  oneof: "config",
1641
- T: () => P
1641
+ T: () => M
1642
1642
  }, {
1643
1643
  no: 2,
1644
1644
  name: "regex",
1645
1645
  kind: "message",
1646
1646
  oneof: "config",
1647
- T: () => F
1647
+ T: () => N
1648
1648
  }]);
1649
1649
  }
1650
1650
  create(e) {
1651
1651
  let t = globalThis.Object.create(this.messagePrototype);
1652
- return t.config = { oneofKind: void 0 }, e !== void 0 && D(this, t, e), t;
1652
+ return t.config = { oneofKind: void 0 }, e !== void 0 && T(this, t, e), t;
1653
1653
  }
1654
1654
  internalBinaryRead(t, n, r, i) {
1655
1655
  let a = i ?? this.create(), o = t.pos + n;
@@ -1659,13 +1659,13 @@ var Fe = class {
1659
1659
  case 1:
1660
1660
  a.config = {
1661
1661
  oneofKind: "numberRange",
1662
- numberRange: P.internalBinaryRead(t, t.uint32(), r, a.config.numberRange)
1662
+ numberRange: M.internalBinaryRead(t, t.uint32(), r, a.config.numberRange)
1663
1663
  };
1664
1664
  break;
1665
1665
  case 2:
1666
1666
  a.config = {
1667
1667
  oneofKind: "regex",
1668
- regex: F.internalBinaryRead(t, t.uint32(), r, a.config.regex)
1668
+ regex: N.internalBinaryRead(t, t.uint32(), r, a.config.regex)
1669
1669
  };
1670
1670
  break;
1671
1671
  default:
@@ -1678,29 +1678,29 @@ var Fe = class {
1678
1678
  return a;
1679
1679
  }
1680
1680
  internalBinaryWrite(n, r, i) {
1681
- n.config.oneofKind === "numberRange" && P.internalBinaryWrite(n.config.numberRange, r.tag(1, t.LengthDelimited).fork(), i).join(), n.config.oneofKind === "regex" && F.internalBinaryWrite(n.config.regex, r.tag(2, t.LengthDelimited).fork(), i).join();
1681
+ n.config.oneofKind === "numberRange" && M.internalBinaryWrite(n.config.numberRange, r.tag(1, t.LengthDelimited).fork(), i).join(), n.config.oneofKind === "regex" && N.internalBinaryWrite(n.config.regex, r.tag(2, t.LengthDelimited).fork(), i).join();
1682
1682
  let a = i.writeUnknownFields;
1683
1683
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
1684
1684
  }
1685
- }(), N = new class extends k {
1685
+ }(), j = new class extends D {
1686
1686
  constructor() {
1687
1687
  super("shared.ExecutionDataTypeRule", [{
1688
1688
  no: 1,
1689
1689
  name: "number_range",
1690
1690
  kind: "message",
1691
1691
  oneof: "config",
1692
- T: () => P
1692
+ T: () => M
1693
1693
  }, {
1694
1694
  no: 2,
1695
1695
  name: "regex",
1696
1696
  kind: "message",
1697
1697
  oneof: "config",
1698
- T: () => F
1698
+ T: () => N
1699
1699
  }]);
1700
1700
  }
1701
1701
  create(e) {
1702
1702
  let t = globalThis.Object.create(this.messagePrototype);
1703
- return t.config = { oneofKind: void 0 }, e !== void 0 && D(this, t, e), t;
1703
+ return t.config = { oneofKind: void 0 }, e !== void 0 && T(this, t, e), t;
1704
1704
  }
1705
1705
  internalBinaryRead(t, n, r, i) {
1706
1706
  let a = i ?? this.create(), o = t.pos + n;
@@ -1710,13 +1710,13 @@ var Fe = class {
1710
1710
  case 1:
1711
1711
  a.config = {
1712
1712
  oneofKind: "numberRange",
1713
- numberRange: P.internalBinaryRead(t, t.uint32(), r, a.config.numberRange)
1713
+ numberRange: M.internalBinaryRead(t, t.uint32(), r, a.config.numberRange)
1714
1714
  };
1715
1715
  break;
1716
1716
  case 2:
1717
1717
  a.config = {
1718
1718
  oneofKind: "regex",
1719
- regex: F.internalBinaryRead(t, t.uint32(), r, a.config.regex)
1719
+ regex: N.internalBinaryRead(t, t.uint32(), r, a.config.regex)
1720
1720
  };
1721
1721
  break;
1722
1722
  default:
@@ -1729,11 +1729,11 @@ var Fe = class {
1729
1729
  return a;
1730
1730
  }
1731
1731
  internalBinaryWrite(n, r, i) {
1732
- n.config.oneofKind === "numberRange" && P.internalBinaryWrite(n.config.numberRange, r.tag(1, t.LengthDelimited).fork(), i).join(), n.config.oneofKind === "regex" && F.internalBinaryWrite(n.config.regex, r.tag(2, t.LengthDelimited).fork(), i).join();
1732
+ n.config.oneofKind === "numberRange" && M.internalBinaryWrite(n.config.numberRange, r.tag(1, t.LengthDelimited).fork(), i).join(), n.config.oneofKind === "regex" && N.internalBinaryWrite(n.config.regex, r.tag(2, t.LengthDelimited).fork(), i).join();
1733
1733
  let a = i.writeUnknownFields;
1734
1734
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
1735
1735
  }
1736
- }(), P = new class extends k {
1736
+ }(), M = new class extends D {
1737
1737
  constructor() {
1738
1738
  super("shared.DataTypeNumberRangeRuleConfig", [
1739
1739
  {
@@ -1762,7 +1762,7 @@ var Fe = class {
1762
1762
  }
1763
1763
  create(e) {
1764
1764
  let t = globalThis.Object.create(this.messagePrototype);
1765
- return t.from = 0n, t.to = 0n, e !== void 0 && D(this, t, e), t;
1765
+ return t.from = 0n, t.to = 0n, e !== void 0 && T(this, t, e), t;
1766
1766
  }
1767
1767
  internalBinaryRead(t, n, r, i) {
1768
1768
  let a = i ?? this.create(), o = t.pos + n;
@@ -1792,7 +1792,7 @@ var Fe = class {
1792
1792
  let a = i.writeUnknownFields;
1793
1793
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
1794
1794
  }
1795
- }(), F = new class extends k {
1795
+ }(), N = new class extends D {
1796
1796
  constructor() {
1797
1797
  super("shared.DataTypeRegexRuleConfig", [{
1798
1798
  no: 1,
@@ -1803,7 +1803,7 @@ var Fe = class {
1803
1803
  }
1804
1804
  create(e) {
1805
1805
  let t = globalThis.Object.create(this.messagePrototype);
1806
- return t.pattern = "", e !== void 0 && D(this, t, e), t;
1806
+ return t.pattern = "", e !== void 0 && T(this, t, e), t;
1807
1807
  }
1808
1808
  internalBinaryRead(t, n, r, i) {
1809
1809
  let a = i ?? this.create(), o = t.pos + n;
@@ -1827,9 +1827,9 @@ var Fe = class {
1827
1827
  let a = i.writeUnknownFields;
1828
1828
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
1829
1829
  }
1830
- }(), ze = /* @__PURE__ */ function(e) {
1830
+ }(), Ve = /* @__PURE__ */ function(e) {
1831
1831
  return e[e.NULL_VALUE = 0] = "NULL_VALUE", e;
1832
- }({}), I = new class extends k {
1832
+ }({}), P = new class extends D {
1833
1833
  constructor() {
1834
1834
  super("shared.Struct", [{
1835
1835
  no: 1,
@@ -1838,13 +1838,13 @@ var Fe = class {
1838
1838
  K: 9,
1839
1839
  V: {
1840
1840
  kind: "message",
1841
- T: () => L
1841
+ T: () => F
1842
1842
  }
1843
1843
  }]);
1844
1844
  }
1845
1845
  create(e) {
1846
1846
  let t = globalThis.Object.create(this.messagePrototype);
1847
- return t.fields = {}, e !== void 0 && D(this, t, e), t;
1847
+ return t.fields = {}, e !== void 0 && T(this, t, e), t;
1848
1848
  }
1849
1849
  internalBinaryRead(t, n, r, i) {
1850
1850
  let a = i ?? this.create(), o = t.pos + n;
@@ -1872,19 +1872,19 @@ var Fe = class {
1872
1872
  a = t.string();
1873
1873
  break;
1874
1874
  case 2:
1875
- o = L.internalBinaryRead(t, t.uint32(), n);
1875
+ o = F.internalBinaryRead(t, t.uint32(), n);
1876
1876
  break;
1877
1877
  default: throw new globalThis.Error("unknown map entry field for shared.Struct.fields");
1878
1878
  }
1879
1879
  }
1880
- e[a ?? ""] = o ?? L.create();
1880
+ e[a ?? ""] = o ?? F.create();
1881
1881
  }
1882
1882
  internalBinaryWrite(n, r, i) {
1883
- for (let e of globalThis.Object.keys(n.fields)) r.tag(1, t.LengthDelimited).fork().tag(1, t.LengthDelimited).string(e), r.tag(2, t.LengthDelimited).fork(), L.internalBinaryWrite(n.fields[e], r, i), r.join().join();
1883
+ for (let e of globalThis.Object.keys(n.fields)) r.tag(1, t.LengthDelimited).fork().tag(1, t.LengthDelimited).string(e), r.tag(2, t.LengthDelimited).fork(), F.internalBinaryWrite(n.fields[e], r, i), r.join().join();
1884
1884
  let a = i.writeUnknownFields;
1885
1885
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
1886
1886
  }
1887
- }(), L = new class extends k {
1887
+ }(), F = new class extends D {
1888
1888
  constructor() {
1889
1889
  super("shared.Value", [
1890
1890
  {
@@ -1892,14 +1892,14 @@ var Fe = class {
1892
1892
  name: "null_value",
1893
1893
  kind: "enum",
1894
1894
  oneof: "kind",
1895
- T: () => ["shared.NullValue", ze]
1895
+ T: () => ["shared.NullValue", Ve]
1896
1896
  },
1897
1897
  {
1898
1898
  no: 2,
1899
1899
  name: "number_value",
1900
1900
  kind: "message",
1901
1901
  oneof: "kind",
1902
- T: () => R
1902
+ T: () => I
1903
1903
  },
1904
1904
  {
1905
1905
  no: 3,
@@ -1920,20 +1920,20 @@ var Fe = class {
1920
1920
  name: "struct_value",
1921
1921
  kind: "message",
1922
1922
  oneof: "kind",
1923
- T: () => I
1923
+ T: () => P
1924
1924
  },
1925
1925
  {
1926
1926
  no: 6,
1927
1927
  name: "list_value",
1928
1928
  kind: "message",
1929
1929
  oneof: "kind",
1930
- T: () => z
1930
+ T: () => L
1931
1931
  }
1932
1932
  ]);
1933
1933
  }
1934
1934
  create(e) {
1935
1935
  let t = globalThis.Object.create(this.messagePrototype);
1936
- return t.kind = { oneofKind: void 0 }, e !== void 0 && D(this, t, e), t;
1936
+ return t.kind = { oneofKind: void 0 }, e !== void 0 && T(this, t, e), t;
1937
1937
  }
1938
1938
  internalBinaryRead(t, n, r, i) {
1939
1939
  let a = i ?? this.create(), o = t.pos + n;
@@ -1949,7 +1949,7 @@ var Fe = class {
1949
1949
  case 2:
1950
1950
  a.kind = {
1951
1951
  oneofKind: "numberValue",
1952
- numberValue: R.internalBinaryRead(t, t.uint32(), r, a.kind.numberValue)
1952
+ numberValue: I.internalBinaryRead(t, t.uint32(), r, a.kind.numberValue)
1953
1953
  };
1954
1954
  break;
1955
1955
  case 3:
@@ -1967,13 +1967,13 @@ var Fe = class {
1967
1967
  case 5:
1968
1968
  a.kind = {
1969
1969
  oneofKind: "structValue",
1970
- structValue: I.internalBinaryRead(t, t.uint32(), r, a.kind.structValue)
1970
+ structValue: P.internalBinaryRead(t, t.uint32(), r, a.kind.structValue)
1971
1971
  };
1972
1972
  break;
1973
1973
  case 6:
1974
1974
  a.kind = {
1975
1975
  oneofKind: "listValue",
1976
- listValue: z.internalBinaryRead(t, t.uint32(), r, a.kind.listValue)
1976
+ listValue: L.internalBinaryRead(t, t.uint32(), r, a.kind.listValue)
1977
1977
  };
1978
1978
  break;
1979
1979
  default:
@@ -1986,11 +1986,11 @@ var Fe = class {
1986
1986
  return a;
1987
1987
  }
1988
1988
  internalBinaryWrite(n, r, i) {
1989
- n.kind.oneofKind === "nullValue" && r.tag(1, t.Varint).int32(n.kind.nullValue), n.kind.oneofKind === "numberValue" && R.internalBinaryWrite(n.kind.numberValue, r.tag(2, t.LengthDelimited).fork(), i).join(), n.kind.oneofKind === "stringValue" && r.tag(3, t.LengthDelimited).string(n.kind.stringValue), n.kind.oneofKind === "boolValue" && r.tag(4, t.Varint).bool(n.kind.boolValue), n.kind.oneofKind === "structValue" && I.internalBinaryWrite(n.kind.structValue, r.tag(5, t.LengthDelimited).fork(), i).join(), n.kind.oneofKind === "listValue" && z.internalBinaryWrite(n.kind.listValue, r.tag(6, t.LengthDelimited).fork(), i).join();
1989
+ n.kind.oneofKind === "nullValue" && r.tag(1, t.Varint).int32(n.kind.nullValue), n.kind.oneofKind === "numberValue" && I.internalBinaryWrite(n.kind.numberValue, r.tag(2, t.LengthDelimited).fork(), i).join(), n.kind.oneofKind === "stringValue" && r.tag(3, t.LengthDelimited).string(n.kind.stringValue), n.kind.oneofKind === "boolValue" && r.tag(4, t.Varint).bool(n.kind.boolValue), n.kind.oneofKind === "structValue" && P.internalBinaryWrite(n.kind.structValue, r.tag(5, t.LengthDelimited).fork(), i).join(), n.kind.oneofKind === "listValue" && L.internalBinaryWrite(n.kind.listValue, r.tag(6, t.LengthDelimited).fork(), i).join();
1990
1990
  let a = i.writeUnknownFields;
1991
1991
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
1992
1992
  }
1993
- }(), R = new class extends k {
1993
+ }(), I = new class extends D {
1994
1994
  constructor() {
1995
1995
  super("shared.NumberValue", [{
1996
1996
  no: 1,
@@ -2009,7 +2009,7 @@ var Fe = class {
2009
2009
  }
2010
2010
  create(e) {
2011
2011
  let t = globalThis.Object.create(this.messagePrototype);
2012
- return t.number = { oneofKind: void 0 }, e !== void 0 && D(this, t, e), t;
2012
+ return t.number = { oneofKind: void 0 }, e !== void 0 && T(this, t, e), t;
2013
2013
  }
2014
2014
  internalBinaryRead(t, n, r, i) {
2015
2015
  let a = i ?? this.create(), o = t.pos + n;
@@ -2042,19 +2042,19 @@ var Fe = class {
2042
2042
  let a = i.writeUnknownFields;
2043
2043
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2044
2044
  }
2045
- }(), z = new class extends k {
2045
+ }(), L = new class extends D {
2046
2046
  constructor() {
2047
2047
  super("shared.ListValue", [{
2048
2048
  no: 1,
2049
2049
  name: "values",
2050
2050
  kind: "message",
2051
2051
  repeat: 2,
2052
- T: () => L
2052
+ T: () => F
2053
2053
  }]);
2054
2054
  }
2055
2055
  create(e) {
2056
2056
  let t = globalThis.Object.create(this.messagePrototype);
2057
- return t.values = [], e !== void 0 && D(this, t, e), t;
2057
+ return t.values = [], e !== void 0 && T(this, t, e), t;
2058
2058
  }
2059
2059
  internalBinaryRead(t, n, r, i) {
2060
2060
  let a = i ?? this.create(), o = t.pos + n;
@@ -2062,7 +2062,7 @@ var Fe = class {
2062
2062
  let [n, i] = t.tag();
2063
2063
  switch (n) {
2064
2064
  case 1:
2065
- a.values.push(L.internalBinaryRead(t, t.uint32(), r));
2065
+ a.values.push(F.internalBinaryRead(t, t.uint32(), r));
2066
2066
  break;
2067
2067
  default:
2068
2068
  let o = r.readUnknownField;
@@ -2074,11 +2074,11 @@ var Fe = class {
2074
2074
  return a;
2075
2075
  }
2076
2076
  internalBinaryWrite(n, r, i) {
2077
- for (let e = 0; e < n.values.length; e++) L.internalBinaryWrite(n.values[e], r.tag(1, t.LengthDelimited).fork(), i).join();
2077
+ for (let e = 0; e < n.values.length; e++) F.internalBinaryWrite(n.values[e], r.tag(1, t.LengthDelimited).fork(), i).join();
2078
2078
  let a = i.writeUnknownFields;
2079
2079
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2080
2080
  }
2081
- }(), B = new class extends k {
2081
+ }(), R = new class extends D {
2082
2082
  constructor() {
2083
2083
  super("shared.ValidationFlow", [
2084
2084
  {
@@ -2106,14 +2106,14 @@ var Fe = class {
2106
2106
  name: "data_types",
2107
2107
  kind: "message",
2108
2108
  repeat: 2,
2109
- T: () => j
2109
+ T: () => k
2110
2110
  },
2111
2111
  {
2112
2112
  no: 5,
2113
2113
  name: "settings",
2114
2114
  kind: "message",
2115
2115
  repeat: 2,
2116
- T: () => V
2116
+ T: () => z
2117
2117
  },
2118
2118
  {
2119
2119
  no: 6,
@@ -2127,7 +2127,7 @@ var Fe = class {
2127
2127
  name: "node_functions",
2128
2128
  kind: "message",
2129
2129
  repeat: 2,
2130
- T: () => H
2130
+ T: () => B
2131
2131
  },
2132
2132
  {
2133
2133
  no: 8,
@@ -2159,13 +2159,13 @@ var Fe = class {
2159
2159
  no: 12,
2160
2160
  name: "input_schema",
2161
2161
  kind: "message",
2162
- T: () => I
2162
+ T: () => P
2163
2163
  },
2164
2164
  {
2165
2165
  no: 13,
2166
2166
  name: "output_schema",
2167
2167
  kind: "message",
2168
- T: () => I
2168
+ T: () => P
2169
2169
  },
2170
2170
  {
2171
2171
  no: 14,
@@ -2177,7 +2177,7 @@ var Fe = class {
2177
2177
  }
2178
2178
  create(e) {
2179
2179
  let t = globalThis.Object.create(this.messagePrototype);
2180
- return t.flowId = 0n, t.projectId = 0n, t.type = "", t.dataTypes = [], t.settings = [], t.startingNodeId = 0n, t.nodeFunctions = [], t.projectSlug = "", t.signature = "", t.name = "", e !== void 0 && D(this, t, e), t;
2180
+ return t.flowId = 0n, t.projectId = 0n, t.type = "", t.dataTypes = [], t.settings = [], t.startingNodeId = 0n, t.nodeFunctions = [], t.projectSlug = "", t.signature = "", t.name = "", e !== void 0 && T(this, t, e), t;
2181
2181
  }
2182
2182
  internalBinaryRead(t, n, r, i) {
2183
2183
  let a = i ?? this.create(), o = t.pos + n;
@@ -2194,16 +2194,16 @@ var Fe = class {
2194
2194
  a.type = t.string();
2195
2195
  break;
2196
2196
  case 4:
2197
- a.dataTypes.push(j.internalBinaryRead(t, t.uint32(), r));
2197
+ a.dataTypes.push(k.internalBinaryRead(t, t.uint32(), r));
2198
2198
  break;
2199
2199
  case 5:
2200
- a.settings.push(V.internalBinaryRead(t, t.uint32(), r));
2200
+ a.settings.push(z.internalBinaryRead(t, t.uint32(), r));
2201
2201
  break;
2202
2202
  case 6:
2203
2203
  a.startingNodeId = t.int64().toBigInt();
2204
2204
  break;
2205
2205
  case 7:
2206
- a.nodeFunctions.push(H.internalBinaryRead(t, t.uint32(), r));
2206
+ a.nodeFunctions.push(B.internalBinaryRead(t, t.uint32(), r));
2207
2207
  break;
2208
2208
  case 8:
2209
2209
  a.projectSlug = t.string();
@@ -2218,10 +2218,10 @@ var Fe = class {
2218
2218
  a.definitionSource = t.string();
2219
2219
  break;
2220
2220
  case 12:
2221
- a.inputSchema = I.internalBinaryRead(t, t.uint32(), r, a.inputSchema);
2221
+ a.inputSchema = P.internalBinaryRead(t, t.uint32(), r, a.inputSchema);
2222
2222
  break;
2223
2223
  case 13:
2224
- a.outputSchema = I.internalBinaryRead(t, t.uint32(), r, a.outputSchema);
2224
+ a.outputSchema = P.internalBinaryRead(t, t.uint32(), r, a.outputSchema);
2225
2225
  break;
2226
2226
  case 14:
2227
2227
  a.name = t.string();
@@ -2237,15 +2237,15 @@ var Fe = class {
2237
2237
  }
2238
2238
  internalBinaryWrite(n, r, i) {
2239
2239
  n.flowId !== 0n && r.tag(1, t.Varint).int64(n.flowId), n.projectId !== 0n && r.tag(2, t.Varint).int64(n.projectId), n.type !== "" && r.tag(3, t.LengthDelimited).string(n.type);
2240
- for (let e = 0; e < n.dataTypes.length; e++) j.internalBinaryWrite(n.dataTypes[e], r.tag(4, t.LengthDelimited).fork(), i).join();
2241
- for (let e = 0; e < n.settings.length; e++) V.internalBinaryWrite(n.settings[e], r.tag(5, t.LengthDelimited).fork(), i).join();
2240
+ for (let e = 0; e < n.dataTypes.length; e++) k.internalBinaryWrite(n.dataTypes[e], r.tag(4, t.LengthDelimited).fork(), i).join();
2241
+ for (let e = 0; e < n.settings.length; e++) z.internalBinaryWrite(n.settings[e], r.tag(5, t.LengthDelimited).fork(), i).join();
2242
2242
  n.startingNodeId !== 0n && r.tag(6, t.Varint).int64(n.startingNodeId);
2243
- for (let e = 0; e < n.nodeFunctions.length; e++) H.internalBinaryWrite(n.nodeFunctions[e], r.tag(7, t.LengthDelimited).fork(), i).join();
2244
- n.projectSlug !== "" && r.tag(8, t.LengthDelimited).string(n.projectSlug), n.disableReason !== void 0 && r.tag(9, t.LengthDelimited).string(n.disableReason), n.signature !== "" && r.tag(10, t.LengthDelimited).string(n.signature), n.definitionSource !== void 0 && r.tag(11, t.LengthDelimited).string(n.definitionSource), n.inputSchema && I.internalBinaryWrite(n.inputSchema, r.tag(12, t.LengthDelimited).fork(), i).join(), n.outputSchema && I.internalBinaryWrite(n.outputSchema, r.tag(13, t.LengthDelimited).fork(), i).join(), n.name !== "" && r.tag(14, t.LengthDelimited).string(n.name);
2243
+ for (let e = 0; e < n.nodeFunctions.length; e++) B.internalBinaryWrite(n.nodeFunctions[e], r.tag(7, t.LengthDelimited).fork(), i).join();
2244
+ n.projectSlug !== "" && r.tag(8, t.LengthDelimited).string(n.projectSlug), n.disableReason !== void 0 && r.tag(9, t.LengthDelimited).string(n.disableReason), n.signature !== "" && r.tag(10, t.LengthDelimited).string(n.signature), n.definitionSource !== void 0 && r.tag(11, t.LengthDelimited).string(n.definitionSource), n.inputSchema && P.internalBinaryWrite(n.inputSchema, r.tag(12, t.LengthDelimited).fork(), i).join(), n.outputSchema && P.internalBinaryWrite(n.outputSchema, r.tag(13, t.LengthDelimited).fork(), i).join(), n.name !== "" && r.tag(14, t.LengthDelimited).string(n.name);
2245
2245
  let a = i.writeUnknownFields;
2246
2246
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2247
2247
  }
2248
- }(), Be = new class extends k {
2248
+ }(), He = new class extends D {
2249
2249
  constructor() {
2250
2250
  super("shared.ExecutionFlow", [
2251
2251
  {
@@ -2274,19 +2274,19 @@ var Fe = class {
2274
2274
  name: "node_functions",
2275
2275
  kind: "message",
2276
2276
  repeat: 2,
2277
- T: () => H
2277
+ T: () => B
2278
2278
  },
2279
2279
  {
2280
2280
  no: 3,
2281
2281
  name: "input_value",
2282
2282
  kind: "message",
2283
- T: () => L
2283
+ T: () => F
2284
2284
  }
2285
2285
  ]);
2286
2286
  }
2287
2287
  create(e) {
2288
2288
  let t = globalThis.Object.create(this.messagePrototype);
2289
- return t.flowId = 0n, t.projectId = 0n, t.startingNodeId = 0n, t.nodeFunctions = [], e !== void 0 && D(this, t, e), t;
2289
+ return t.flowId = 0n, t.projectId = 0n, t.startingNodeId = 0n, t.nodeFunctions = [], e !== void 0 && T(this, t, e), t;
2290
2290
  }
2291
2291
  internalBinaryRead(t, n, r, i) {
2292
2292
  let a = i ?? this.create(), o = t.pos + n;
@@ -2303,10 +2303,10 @@ var Fe = class {
2303
2303
  a.startingNodeId = t.int64().toBigInt();
2304
2304
  break;
2305
2305
  case 4:
2306
- a.nodeFunctions.push(H.internalBinaryRead(t, t.uint32(), r));
2306
+ a.nodeFunctions.push(B.internalBinaryRead(t, t.uint32(), r));
2307
2307
  break;
2308
2308
  case 3:
2309
- a.inputValue = L.internalBinaryRead(t, t.uint32(), r, a.inputValue);
2309
+ a.inputValue = F.internalBinaryRead(t, t.uint32(), r, a.inputValue);
2310
2310
  break;
2311
2311
  default:
2312
2312
  let o = r.readUnknownField;
@@ -2318,13 +2318,13 @@ var Fe = class {
2318
2318
  return a;
2319
2319
  }
2320
2320
  internalBinaryWrite(n, r, i) {
2321
- n.flowId !== 0n && r.tag(1, t.Varint).int64(n.flowId), n.startingNodeId !== 0n && r.tag(2, t.Varint).int64(n.startingNodeId), n.inputValue && L.internalBinaryWrite(n.inputValue, r.tag(3, t.LengthDelimited).fork(), i).join();
2322
- for (let e = 0; e < n.nodeFunctions.length; e++) H.internalBinaryWrite(n.nodeFunctions[e], r.tag(4, t.LengthDelimited).fork(), i).join();
2321
+ n.flowId !== 0n && r.tag(1, t.Varint).int64(n.flowId), n.startingNodeId !== 0n && r.tag(2, t.Varint).int64(n.startingNodeId), n.inputValue && F.internalBinaryWrite(n.inputValue, r.tag(3, t.LengthDelimited).fork(), i).join();
2322
+ for (let e = 0; e < n.nodeFunctions.length; e++) B.internalBinaryWrite(n.nodeFunctions[e], r.tag(4, t.LengthDelimited).fork(), i).join();
2323
2323
  n.projectId !== 0n && r.tag(5, t.Varint).int64(n.projectId);
2324
2324
  let a = i.writeUnknownFields;
2325
2325
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2326
2326
  }
2327
- }(), Ve = new class extends k {
2327
+ }(), Ue = new class extends D {
2328
2328
  constructor() {
2329
2329
  super("shared.GenerationFlow", [
2330
2330
  {
@@ -2350,20 +2350,20 @@ var Fe = class {
2350
2350
  name: "node_functions",
2351
2351
  kind: "message",
2352
2352
  repeat: 2,
2353
- T: () => H
2353
+ T: () => B
2354
2354
  },
2355
2355
  {
2356
2356
  no: 5,
2357
2357
  name: "settings",
2358
2358
  kind: "message",
2359
2359
  repeat: 2,
2360
- T: () => V
2360
+ T: () => z
2361
2361
  }
2362
2362
  ]);
2363
2363
  }
2364
2364
  create(e) {
2365
2365
  let t = globalThis.Object.create(this.messagePrototype);
2366
- return t.name = "", t.type = "", t.startingNodeId = "", t.nodeFunctions = [], t.settings = [], e !== void 0 && D(this, t, e), t;
2366
+ return t.name = "", t.type = "", t.startingNodeId = "", t.nodeFunctions = [], t.settings = [], e !== void 0 && T(this, t, e), t;
2367
2367
  }
2368
2368
  internalBinaryRead(t, n, r, i) {
2369
2369
  let a = i ?? this.create(), o = t.pos + n;
@@ -2380,10 +2380,10 @@ var Fe = class {
2380
2380
  a.startingNodeId = t.string();
2381
2381
  break;
2382
2382
  case 4:
2383
- a.nodeFunctions.push(H.internalBinaryRead(t, t.uint32(), r));
2383
+ a.nodeFunctions.push(B.internalBinaryRead(t, t.uint32(), r));
2384
2384
  break;
2385
2385
  case 5:
2386
- a.settings.push(V.internalBinaryRead(t, t.uint32(), r));
2386
+ a.settings.push(z.internalBinaryRead(t, t.uint32(), r));
2387
2387
  break;
2388
2388
  default:
2389
2389
  let o = r.readUnknownField;
@@ -2396,12 +2396,12 @@ var Fe = class {
2396
2396
  }
2397
2397
  internalBinaryWrite(n, r, i) {
2398
2398
  n.name !== "" && r.tag(1, t.LengthDelimited).string(n.name), n.type !== "" && r.tag(2, t.LengthDelimited).string(n.type), n.startingNodeId !== "" && r.tag(3, t.LengthDelimited).string(n.startingNodeId);
2399
- for (let e = 0; e < n.nodeFunctions.length; e++) H.internalBinaryWrite(n.nodeFunctions[e], r.tag(4, t.LengthDelimited).fork(), i).join();
2400
- for (let e = 0; e < n.settings.length; e++) V.internalBinaryWrite(n.settings[e], r.tag(5, t.LengthDelimited).fork(), i).join();
2399
+ for (let e = 0; e < n.nodeFunctions.length; e++) B.internalBinaryWrite(n.nodeFunctions[e], r.tag(4, t.LengthDelimited).fork(), i).join();
2400
+ for (let e = 0; e < n.settings.length; e++) z.internalBinaryWrite(n.settings[e], r.tag(5, t.LengthDelimited).fork(), i).join();
2401
2401
  let a = i.writeUnknownFields;
2402
2402
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2403
2403
  }
2404
- }(), V = new class extends k {
2404
+ }(), z = new class extends D {
2405
2405
  constructor() {
2406
2406
  super("shared.FlowSetting", [
2407
2407
  {
@@ -2422,7 +2422,7 @@ var Fe = class {
2422
2422
  no: 3,
2423
2423
  name: "value",
2424
2424
  kind: "message",
2425
- T: () => L
2425
+ T: () => F
2426
2426
  },
2427
2427
  {
2428
2428
  no: 4,
@@ -2435,7 +2435,7 @@ var Fe = class {
2435
2435
  }
2436
2436
  create(e) {
2437
2437
  let t = globalThis.Object.create(this.messagePrototype);
2438
- return t.flowSettingId = "", e !== void 0 && D(this, t, e), t;
2438
+ return t.flowSettingId = "", e !== void 0 && T(this, t, e), t;
2439
2439
  }
2440
2440
  internalBinaryRead(t, n, r, i) {
2441
2441
  let a = i ?? this.create(), o = t.pos + n;
@@ -2449,7 +2449,7 @@ var Fe = class {
2449
2449
  a.flowSettingId = t.string();
2450
2450
  break;
2451
2451
  case 3:
2452
- a.value = L.internalBinaryRead(t, t.uint32(), r, a.value);
2452
+ a.value = F.internalBinaryRead(t, t.uint32(), r, a.value);
2453
2453
  break;
2454
2454
  case 4:
2455
2455
  a.cast = t.string();
@@ -2464,11 +2464,11 @@ var Fe = class {
2464
2464
  return a;
2465
2465
  }
2466
2466
  internalBinaryWrite(n, r, i) {
2467
- n.databaseId !== void 0 && r.tag(1, t.Varint).int64(n.databaseId), n.flowSettingId !== "" && r.tag(2, t.LengthDelimited).string(n.flowSettingId), n.value && L.internalBinaryWrite(n.value, r.tag(3, t.LengthDelimited).fork(), i).join(), n.cast !== void 0 && r.tag(4, t.LengthDelimited).string(n.cast);
2467
+ n.databaseId !== void 0 && r.tag(1, t.Varint).int64(n.databaseId), n.flowSettingId !== "" && r.tag(2, t.LengthDelimited).string(n.flowSettingId), n.value && F.internalBinaryWrite(n.value, r.tag(3, t.LengthDelimited).fork(), i).join(), n.cast !== void 0 && r.tag(4, t.LengthDelimited).string(n.cast);
2468
2468
  let a = i.writeUnknownFields;
2469
2469
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2470
2470
  }
2471
- }(), H = new class extends k {
2471
+ }(), B = new class extends D {
2472
2472
  constructor() {
2473
2473
  super("shared.NodeFunction", [
2474
2474
  {
@@ -2511,7 +2511,7 @@ var Fe = class {
2511
2511
  }
2512
2512
  create(e) {
2513
2513
  let t = globalThis.Object.create(this.messagePrototype);
2514
- return t.runtimeFunctionId = "", t.parameters = [], e !== void 0 && D(this, t, e), t;
2514
+ return t.runtimeFunctionId = "", t.parameters = [], e !== void 0 && T(this, t, e), t;
2515
2515
  }
2516
2516
  internalBinaryRead(t, n, r, i) {
2517
2517
  let a = i ?? this.create(), o = t.pos + n;
@@ -2549,7 +2549,7 @@ var Fe = class {
2549
2549
  let a = i.writeUnknownFields;
2550
2550
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2551
2551
  }
2552
- }(), U = new class extends k {
2552
+ }(), V = new class extends D {
2553
2553
  constructor() {
2554
2554
  super("shared.NodeValue", [
2555
2555
  {
@@ -2557,7 +2557,7 @@ var Fe = class {
2557
2557
  name: "literal_value",
2558
2558
  kind: "message",
2559
2559
  oneof: "value",
2560
- T: () => L
2560
+ T: () => H
2561
2561
  },
2562
2562
  {
2563
2563
  no: 2,
@@ -2577,7 +2577,7 @@ var Fe = class {
2577
2577
  }
2578
2578
  create(e) {
2579
2579
  let t = globalThis.Object.create(this.messagePrototype);
2580
- return t.value = { oneofKind: void 0 }, e !== void 0 && D(this, t, e), t;
2580
+ return t.value = { oneofKind: void 0 }, e !== void 0 && T(this, t, e), t;
2581
2581
  }
2582
2582
  internalBinaryRead(t, n, r, i) {
2583
2583
  let a = i ?? this.create(), o = t.pos + n;
@@ -2587,7 +2587,7 @@ var Fe = class {
2587
2587
  case 1:
2588
2588
  a.value = {
2589
2589
  oneofKind: "literalValue",
2590
- literalValue: L.internalBinaryRead(t, t.uint32(), r, a.value.literalValue)
2590
+ literalValue: H.internalBinaryRead(t, t.uint32(), r, a.value.literalValue)
2591
2591
  };
2592
2592
  break;
2593
2593
  case 2:
@@ -2612,11 +2612,99 @@ var Fe = class {
2612
2612
  return a;
2613
2613
  }
2614
2614
  internalBinaryWrite(n, r, i) {
2615
- n.value.oneofKind === "literalValue" && L.internalBinaryWrite(n.value.literalValue, r.tag(1, t.LengthDelimited).fork(), i).join(), n.value.oneofKind === "referenceValue" && G.internalBinaryWrite(n.value.referenceValue, r.tag(2, t.LengthDelimited).fork(), i).join(), n.value.oneofKind === "subFlow" && q.internalBinaryWrite(n.value.subFlow, r.tag(3, t.LengthDelimited).fork(), i).join();
2615
+ n.value.oneofKind === "literalValue" && H.internalBinaryWrite(n.value.literalValue, r.tag(1, t.LengthDelimited).fork(), i).join(), n.value.oneofKind === "referenceValue" && G.internalBinaryWrite(n.value.referenceValue, r.tag(2, t.LengthDelimited).fork(), i).join(), n.value.oneofKind === "subFlow" && q.internalBinaryWrite(n.value.subFlow, r.tag(3, t.LengthDelimited).fork(), i).join();
2616
+ let a = i.writeUnknownFields;
2617
+ return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2618
+ }
2619
+ }(), H = new class extends D {
2620
+ constructor() {
2621
+ super("shared.LiteralValue", [{
2622
+ no: 1,
2623
+ name: "value",
2624
+ kind: "message",
2625
+ T: () => F
2626
+ }, {
2627
+ no: 2,
2628
+ name: "references",
2629
+ kind: "message",
2630
+ repeat: 2,
2631
+ T: () => U
2632
+ }]);
2633
+ }
2634
+ create(e) {
2635
+ let t = globalThis.Object.create(this.messagePrototype);
2636
+ return t.references = [], e !== void 0 && T(this, t, e), t;
2637
+ }
2638
+ internalBinaryRead(t, n, r, i) {
2639
+ let a = i ?? this.create(), o = t.pos + n;
2640
+ for (; t.pos < o;) {
2641
+ let [n, i] = t.tag();
2642
+ switch (n) {
2643
+ case 1:
2644
+ a.value = F.internalBinaryRead(t, t.uint32(), r, a.value);
2645
+ break;
2646
+ case 2:
2647
+ a.references.push(U.internalBinaryRead(t, t.uint32(), r));
2648
+ break;
2649
+ default:
2650
+ let o = r.readUnknownField;
2651
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
2652
+ let s = t.skip(i);
2653
+ o !== !1 && (o === !0 ? e.onRead : o)(this.typeName, a, n, i, s);
2654
+ }
2655
+ }
2656
+ return a;
2657
+ }
2658
+ internalBinaryWrite(n, r, i) {
2659
+ n.value && F.internalBinaryWrite(n.value, r.tag(1, t.LengthDelimited).fork(), i).join();
2660
+ for (let e = 0; e < n.references.length; e++) U.internalBinaryWrite(n.references[e], r.tag(2, t.LengthDelimited).fork(), i).join();
2616
2661
  let a = i.writeUnknownFields;
2617
2662
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2618
2663
  }
2619
- }(), W = new class extends k {
2664
+ }(), U = new class extends D {
2665
+ constructor() {
2666
+ super("shared.InlineReferenceValue", [{
2667
+ no: 1,
2668
+ name: "signature",
2669
+ kind: "scalar",
2670
+ T: 9
2671
+ }, {
2672
+ no: 2,
2673
+ name: "value",
2674
+ kind: "message",
2675
+ T: () => V
2676
+ }]);
2677
+ }
2678
+ create(e) {
2679
+ let t = globalThis.Object.create(this.messagePrototype);
2680
+ return t.signature = "", e !== void 0 && T(this, t, e), t;
2681
+ }
2682
+ internalBinaryRead(t, n, r, i) {
2683
+ let a = i ?? this.create(), o = t.pos + n;
2684
+ for (; t.pos < o;) {
2685
+ let [n, i] = t.tag();
2686
+ switch (n) {
2687
+ case 1:
2688
+ a.signature = t.string();
2689
+ break;
2690
+ case 2:
2691
+ a.value = V.internalBinaryRead(t, t.uint32(), r, a.value);
2692
+ break;
2693
+ default:
2694
+ let o = r.readUnknownField;
2695
+ if (o === "throw") throw new globalThis.Error(`Unknown field ${n} (wire type ${i}) for ${this.typeName}`);
2696
+ let s = t.skip(i);
2697
+ o !== !1 && (o === !0 ? e.onRead : o)(this.typeName, a, n, i, s);
2698
+ }
2699
+ }
2700
+ return a;
2701
+ }
2702
+ internalBinaryWrite(n, r, i) {
2703
+ n.signature !== "" && r.tag(1, t.LengthDelimited).string(n.signature), n.value && V.internalBinaryWrite(n.value, r.tag(2, t.LengthDelimited).fork(), i).join();
2704
+ let a = i.writeUnknownFields;
2705
+ return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2706
+ }
2707
+ }(), W = new class extends D {
2620
2708
  constructor() {
2621
2709
  super("shared.NodeParameter", [
2622
2710
  {
@@ -2636,7 +2724,7 @@ var Fe = class {
2636
2724
  no: 3,
2637
2725
  name: "value",
2638
2726
  kind: "message",
2639
- T: () => U
2727
+ T: () => V
2640
2728
  },
2641
2729
  {
2642
2730
  no: 4,
@@ -2649,7 +2737,7 @@ var Fe = class {
2649
2737
  }
2650
2738
  create(e) {
2651
2739
  let t = globalThis.Object.create(this.messagePrototype);
2652
- return t.databaseId = 0n, t.runtimeParameterId = "", e !== void 0 && D(this, t, e), t;
2740
+ return t.databaseId = 0n, t.runtimeParameterId = "", e !== void 0 && T(this, t, e), t;
2653
2741
  }
2654
2742
  internalBinaryRead(t, n, r, i) {
2655
2743
  let a = i ?? this.create(), o = t.pos + n;
@@ -2663,7 +2751,7 @@ var Fe = class {
2663
2751
  a.runtimeParameterId = t.string();
2664
2752
  break;
2665
2753
  case 3:
2666
- a.value = U.internalBinaryRead(t, t.uint32(), r, a.value);
2754
+ a.value = V.internalBinaryRead(t, t.uint32(), r, a.value);
2667
2755
  break;
2668
2756
  case 4:
2669
2757
  a.cast = t.string();
@@ -2678,11 +2766,11 @@ var Fe = class {
2678
2766
  return a;
2679
2767
  }
2680
2768
  internalBinaryWrite(n, r, i) {
2681
- n.databaseId !== 0n && r.tag(1, t.Varint).int64(n.databaseId), n.runtimeParameterId !== "" && r.tag(2, t.LengthDelimited).string(n.runtimeParameterId), n.value && U.internalBinaryWrite(n.value, r.tag(3, t.LengthDelimited).fork(), i).join(), n.cast !== void 0 && r.tag(4, t.LengthDelimited).string(n.cast);
2769
+ n.databaseId !== 0n && r.tag(1, t.Varint).int64(n.databaseId), n.runtimeParameterId !== "" && r.tag(2, t.LengthDelimited).string(n.runtimeParameterId), n.value && V.internalBinaryWrite(n.value, r.tag(3, t.LengthDelimited).fork(), i).join(), n.cast !== void 0 && r.tag(4, t.LengthDelimited).string(n.cast);
2682
2770
  let a = i.writeUnknownFields;
2683
2771
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2684
2772
  }
2685
- }(), G = new class extends k {
2773
+ }(), G = new class extends D {
2686
2774
  constructor() {
2687
2775
  super("shared.ReferenceValue", [
2688
2776
  {
@@ -2718,7 +2806,7 @@ var Fe = class {
2718
2806
  }
2719
2807
  create(e) {
2720
2808
  let t = globalThis.Object.create(this.messagePrototype);
2721
- return t.target = { oneofKind: void 0 }, t.paths = [], e !== void 0 && D(this, t, e), t;
2809
+ return t.target = { oneofKind: void 0 }, t.paths = [], e !== void 0 && T(this, t, e), t;
2722
2810
  }
2723
2811
  internalBinaryRead(t, n, r, i) {
2724
2812
  let a = i ?? this.create(), o = t.pos + n;
@@ -2761,7 +2849,7 @@ var Fe = class {
2761
2849
  let a = i.writeUnknownFields;
2762
2850
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2763
2851
  }
2764
- }(), K = new class extends k {
2852
+ }(), K = new class extends D {
2765
2853
  constructor() {
2766
2854
  super("shared.SubFlowFunction", [{
2767
2855
  no: 1,
@@ -2778,7 +2866,7 @@ var Fe = class {
2778
2866
  }
2779
2867
  create(e) {
2780
2868
  let t = globalThis.Object.create(this.messagePrototype);
2781
- return t.functionIdentifier = "", e !== void 0 && D(this, t, e), t;
2869
+ return t.functionIdentifier = "", e !== void 0 && T(this, t, e), t;
2782
2870
  }
2783
2871
  internalBinaryRead(t, n, r, i) {
2784
2872
  let a = i ?? this.create(), o = t.pos + n;
@@ -2805,7 +2893,7 @@ var Fe = class {
2805
2893
  let a = i.writeUnknownFields;
2806
2894
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2807
2895
  }
2808
- }(), q = new class extends k {
2896
+ }(), q = new class extends D {
2809
2897
  constructor() {
2810
2898
  super("shared.SubFlow", [
2811
2899
  {
@@ -2827,13 +2915,13 @@ var Fe = class {
2827
2915
  no: 3,
2828
2916
  name: "input_schema",
2829
2917
  kind: "message",
2830
- T: () => I
2918
+ T: () => P
2831
2919
  },
2832
2920
  {
2833
2921
  no: 4,
2834
2922
  name: "output_schema",
2835
2923
  kind: "message",
2836
- T: () => I
2924
+ T: () => P
2837
2925
  },
2838
2926
  {
2839
2927
  no: 5,
@@ -2852,7 +2940,7 @@ var Fe = class {
2852
2940
  }
2853
2941
  create(e) {
2854
2942
  let t = globalThis.Object.create(this.messagePrototype);
2855
- return t.executionReference = { oneofKind: void 0 }, t.signature = "", t.settings = [], e !== void 0 && D(this, t, e), t;
2943
+ return t.executionReference = { oneofKind: void 0 }, t.signature = "", t.settings = [], e !== void 0 && T(this, t, e), t;
2856
2944
  }
2857
2945
  internalBinaryRead(t, n, r, i) {
2858
2946
  let a = i ?? this.create(), o = t.pos + n;
@@ -2872,10 +2960,10 @@ var Fe = class {
2872
2960
  };
2873
2961
  break;
2874
2962
  case 3:
2875
- a.inputSchema = I.internalBinaryRead(t, t.uint32(), r, a.inputSchema);
2963
+ a.inputSchema = P.internalBinaryRead(t, t.uint32(), r, a.inputSchema);
2876
2964
  break;
2877
2965
  case 4:
2878
- a.outputSchema = I.internalBinaryRead(t, t.uint32(), r, a.outputSchema);
2966
+ a.outputSchema = P.internalBinaryRead(t, t.uint32(), r, a.outputSchema);
2879
2967
  break;
2880
2968
  case 5:
2881
2969
  a.signature = t.string();
@@ -2893,12 +2981,12 @@ var Fe = class {
2893
2981
  return a;
2894
2982
  }
2895
2983
  internalBinaryWrite(n, r, i) {
2896
- n.executionReference.oneofKind === "startingNodeId" && r.tag(1, t.Varint).int64(n.executionReference.startingNodeId), n.executionReference.oneofKind === "function" && K.internalBinaryWrite(n.executionReference.function, r.tag(2, t.LengthDelimited).fork(), i).join(), n.inputSchema && I.internalBinaryWrite(n.inputSchema, r.tag(3, t.LengthDelimited).fork(), i).join(), n.outputSchema && I.internalBinaryWrite(n.outputSchema, r.tag(4, t.LengthDelimited).fork(), i).join(), n.signature !== "" && r.tag(5, t.LengthDelimited).string(n.signature);
2984
+ n.executionReference.oneofKind === "startingNodeId" && r.tag(1, t.Varint).int64(n.executionReference.startingNodeId), n.executionReference.oneofKind === "function" && K.internalBinaryWrite(n.executionReference.function, r.tag(2, t.LengthDelimited).fork(), i).join(), n.inputSchema && P.internalBinaryWrite(n.inputSchema, r.tag(3, t.LengthDelimited).fork(), i).join(), n.outputSchema && P.internalBinaryWrite(n.outputSchema, r.tag(4, t.LengthDelimited).fork(), i).join(), n.signature !== "" && r.tag(5, t.LengthDelimited).string(n.signature);
2897
2985
  for (let e = 0; e < n.settings.length; e++) J.internalBinaryWrite(n.settings[e], r.tag(6, t.LengthDelimited).fork(), i).join();
2898
2986
  let a = i.writeUnknownFields;
2899
2987
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2900
2988
  }
2901
- }(), J = new class extends k {
2989
+ }(), J = new class extends D {
2902
2990
  constructor() {
2903
2991
  super("shared.SubFlowSetting", [
2904
2992
  {
@@ -2911,7 +2999,7 @@ var Fe = class {
2911
2999
  no: 2,
2912
3000
  name: "default_value",
2913
3001
  kind: "message",
2914
- T: () => L
3002
+ T: () => F
2915
3003
  },
2916
3004
  {
2917
3005
  no: 3,
@@ -2931,7 +3019,7 @@ var Fe = class {
2931
3019
  }
2932
3020
  create(e) {
2933
3021
  let t = globalThis.Object.create(this.messagePrototype);
2934
- return t.identifier = "", e !== void 0 && D(this, t, e), t;
3022
+ return t.identifier = "", e !== void 0 && T(this, t, e), t;
2935
3023
  }
2936
3024
  internalBinaryRead(t, n, r, i) {
2937
3025
  let a = i ?? this.create(), o = t.pos + n;
@@ -2942,7 +3030,7 @@ var Fe = class {
2942
3030
  a.identifier = t.string();
2943
3031
  break;
2944
3032
  case 2:
2945
- a.defaultValue = L.internalBinaryRead(t, t.uint32(), r, a.defaultValue);
3033
+ a.defaultValue = F.internalBinaryRead(t, t.uint32(), r, a.defaultValue);
2946
3034
  break;
2947
3035
  case 3:
2948
3036
  a.optional = t.bool();
@@ -2960,17 +3048,17 @@ var Fe = class {
2960
3048
  return a;
2961
3049
  }
2962
3050
  internalBinaryWrite(n, r, i) {
2963
- n.identifier !== "" && r.tag(1, t.LengthDelimited).string(n.identifier), n.defaultValue && L.internalBinaryWrite(n.defaultValue, r.tag(2, t.LengthDelimited).fork(), i).join(), n.optional !== void 0 && r.tag(3, t.Varint).bool(n.optional), n.hidden !== void 0 && r.tag(4, t.Varint).bool(n.hidden);
3051
+ n.identifier !== "" && r.tag(1, t.LengthDelimited).string(n.identifier), n.defaultValue && F.internalBinaryWrite(n.defaultValue, r.tag(2, t.LengthDelimited).fork(), i).join(), n.optional !== void 0 && r.tag(3, t.Varint).bool(n.optional), n.hidden !== void 0 && r.tag(4, t.Varint).bool(n.hidden);
2964
3052
  let a = i.writeUnknownFields;
2965
3053
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
2966
3054
  }
2967
- }(), Y = new class extends k {
3055
+ }(), Y = new class extends D {
2968
3056
  constructor() {
2969
3057
  super("shared.FlowInput", []);
2970
3058
  }
2971
3059
  create(e) {
2972
3060
  let t = globalThis.Object.create(this.messagePrototype);
2973
- return e !== void 0 && D(this, t, e), t;
3061
+ return e !== void 0 && T(this, t, e), t;
2974
3062
  }
2975
3063
  internalBinaryRead(t, n, r, i) {
2976
3064
  let a = i ?? this.create(), o = t.pos + n;
@@ -2990,7 +3078,7 @@ var Fe = class {
2990
3078
  let i = r.writeUnknownFields;
2991
3079
  return i !== !1 && (i == 1 ? e.onWrite : i)(this.typeName, t, n), n;
2992
3080
  }
2993
- }(), X = new class extends k {
3081
+ }(), X = new class extends D {
2994
3082
  constructor() {
2995
3083
  super("shared.InputType", [
2996
3084
  {
@@ -3018,7 +3106,7 @@ var Fe = class {
3018
3106
  }
3019
3107
  create(e) {
3020
3108
  let t = globalThis.Object.create(this.messagePrototype);
3021
- return t.nodeId = 0n, t.parameterIndex = 0n, t.inputIndex = 0n, e !== void 0 && D(this, t, e), t;
3109
+ return t.nodeId = 0n, t.parameterIndex = 0n, t.inputIndex = 0n, e !== void 0 && T(this, t, e), t;
3022
3110
  }
3023
3111
  internalBinaryRead(t, n, r, i) {
3024
3112
  let a = i ?? this.create(), o = t.pos + n;
@@ -3048,7 +3136,7 @@ var Fe = class {
3048
3136
  let a = i.writeUnknownFields;
3049
3137
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
3050
3138
  }
3051
- }(), Z = new class extends k {
3139
+ }(), Z = new class extends D {
3052
3140
  constructor() {
3053
3141
  super("shared.ReferencePath", [{
3054
3142
  no: 1,
@@ -3067,7 +3155,7 @@ var Fe = class {
3067
3155
  }
3068
3156
  create(e) {
3069
3157
  let t = globalThis.Object.create(this.messagePrototype);
3070
- return e !== void 0 && D(this, t, e), t;
3158
+ return e !== void 0 && T(this, t, e), t;
3071
3159
  }
3072
3160
  internalBinaryRead(t, n, r, i) {
3073
3161
  let a = i ?? this.create(), o = t.pos + n;
@@ -3094,19 +3182,19 @@ var Fe = class {
3094
3182
  let a = i.writeUnknownFields;
3095
3183
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
3096
3184
  }
3097
- }(), He = new class extends k {
3185
+ }(), We = new class extends D {
3098
3186
  constructor() {
3099
3187
  super("shared.Flows", [{
3100
3188
  no: 1,
3101
3189
  name: "flows",
3102
3190
  kind: "message",
3103
3191
  repeat: 2,
3104
- T: () => B
3192
+ T: () => R
3105
3193
  }]);
3106
3194
  }
3107
3195
  create(e) {
3108
3196
  let t = globalThis.Object.create(this.messagePrototype);
3109
- return t.flows = [], e !== void 0 && D(this, t, e), t;
3197
+ return t.flows = [], e !== void 0 && T(this, t, e), t;
3110
3198
  }
3111
3199
  internalBinaryRead(t, n, r, i) {
3112
3200
  let a = i ?? this.create(), o = t.pos + n;
@@ -3114,7 +3202,7 @@ var Fe = class {
3114
3202
  let [n, i] = t.tag();
3115
3203
  switch (n) {
3116
3204
  case 1:
3117
- a.flows.push(B.internalBinaryRead(t, t.uint32(), r));
3205
+ a.flows.push(R.internalBinaryRead(t, t.uint32(), r));
3118
3206
  break;
3119
3207
  default:
3120
3208
  let o = r.readUnknownField;
@@ -3126,13 +3214,13 @@ var Fe = class {
3126
3214
  return a;
3127
3215
  }
3128
3216
  internalBinaryWrite(n, r, i) {
3129
- for (let e = 0; e < n.flows.length; e++) B.internalBinaryWrite(n.flows[e], r.tag(1, t.LengthDelimited).fork(), i).join();
3217
+ for (let e = 0; e < n.flows.length; e++) R.internalBinaryWrite(n.flows[e], r.tag(1, t.LengthDelimited).fork(), i).join();
3130
3218
  let a = i.writeUnknownFields;
3131
3219
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
3132
3220
  }
3133
- }(), Ue = /* @__PURE__ */ function(e) {
3221
+ }(), Ge = /* @__PURE__ */ function(e) {
3134
3222
  return e[e.UNKNOWN = 0] = "UNKNOWN", e[e.NONE = 1] = "NONE", e[e.PROJECT = 2] = "PROJECT", e;
3135
- }({}), We = new class extends k {
3223
+ }({}), Ke = new class extends D {
3136
3224
  constructor() {
3137
3225
  super("shared.FlowType", [
3138
3226
  {
@@ -3159,35 +3247,35 @@ var Fe = class {
3159
3247
  name: "name",
3160
3248
  kind: "message",
3161
3249
  repeat: 2,
3162
- T: () => A
3250
+ T: () => O
3163
3251
  },
3164
3252
  {
3165
3253
  no: 5,
3166
3254
  name: "description",
3167
3255
  kind: "message",
3168
3256
  repeat: 2,
3169
- T: () => A
3257
+ T: () => O
3170
3258
  },
3171
3259
  {
3172
3260
  no: 6,
3173
3261
  name: "documentation",
3174
3262
  kind: "message",
3175
3263
  repeat: 2,
3176
- T: () => A
3264
+ T: () => O
3177
3265
  },
3178
3266
  {
3179
3267
  no: 7,
3180
3268
  name: "display_message",
3181
3269
  kind: "message",
3182
3270
  repeat: 2,
3183
- T: () => A
3271
+ T: () => O
3184
3272
  },
3185
3273
  {
3186
3274
  no: 8,
3187
3275
  name: "alias",
3188
3276
  kind: "message",
3189
3277
  repeat: 2,
3190
- T: () => A
3278
+ T: () => O
3191
3279
  },
3192
3280
  {
3193
3281
  no: 9,
@@ -3231,7 +3319,7 @@ var Fe = class {
3231
3319
  }
3232
3320
  create(e) {
3233
3321
  let t = globalThis.Object.create(this.messagePrototype);
3234
- return t.identifier = "", t.settings = [], t.editable = !1, t.name = [], t.description = [], t.documentation = [], t.displayMessage = [], t.alias = [], t.version = "", t.displayIcon = "", t.linkedDataTypeIdentifiers = [], t.signature = "", t.runtimeIdentifier = "", e !== void 0 && D(this, t, e), t;
3322
+ return t.identifier = "", t.settings = [], t.editable = !1, t.name = [], t.description = [], t.documentation = [], t.displayMessage = [], t.alias = [], t.version = "", t.displayIcon = "", t.linkedDataTypeIdentifiers = [], t.signature = "", t.runtimeIdentifier = "", e !== void 0 && T(this, t, e), t;
3235
3323
  }
3236
3324
  internalBinaryRead(t, n, r, i) {
3237
3325
  let a = i ?? this.create(), o = t.pos + n;
@@ -3248,19 +3336,19 @@ var Fe = class {
3248
3336
  a.editable = t.bool();
3249
3337
  break;
3250
3338
  case 4:
3251
- a.name.push(A.internalBinaryRead(t, t.uint32(), r));
3339
+ a.name.push(O.internalBinaryRead(t, t.uint32(), r));
3252
3340
  break;
3253
3341
  case 5:
3254
- a.description.push(A.internalBinaryRead(t, t.uint32(), r));
3342
+ a.description.push(O.internalBinaryRead(t, t.uint32(), r));
3255
3343
  break;
3256
3344
  case 6:
3257
- a.documentation.push(A.internalBinaryRead(t, t.uint32(), r));
3345
+ a.documentation.push(O.internalBinaryRead(t, t.uint32(), r));
3258
3346
  break;
3259
3347
  case 7:
3260
- a.displayMessage.push(A.internalBinaryRead(t, t.uint32(), r));
3348
+ a.displayMessage.push(O.internalBinaryRead(t, t.uint32(), r));
3261
3349
  break;
3262
3350
  case 8:
3263
- a.alias.push(A.internalBinaryRead(t, t.uint32(), r));
3351
+ a.alias.push(O.internalBinaryRead(t, t.uint32(), r));
3264
3352
  break;
3265
3353
  case 9:
3266
3354
  a.version = t.string();
@@ -3293,18 +3381,18 @@ var Fe = class {
3293
3381
  n.identifier !== "" && r.tag(1, t.LengthDelimited).string(n.identifier);
3294
3382
  for (let e = 0; e < n.settings.length; e++) Q.internalBinaryWrite(n.settings[e], r.tag(2, t.LengthDelimited).fork(), i).join();
3295
3383
  n.editable !== !1 && r.tag(3, t.Varint).bool(n.editable);
3296
- for (let e = 0; e < n.name.length; e++) A.internalBinaryWrite(n.name[e], r.tag(4, t.LengthDelimited).fork(), i).join();
3297
- for (let e = 0; e < n.description.length; e++) A.internalBinaryWrite(n.description[e], r.tag(5, t.LengthDelimited).fork(), i).join();
3298
- for (let e = 0; e < n.documentation.length; e++) A.internalBinaryWrite(n.documentation[e], r.tag(6, t.LengthDelimited).fork(), i).join();
3299
- for (let e = 0; e < n.displayMessage.length; e++) A.internalBinaryWrite(n.displayMessage[e], r.tag(7, t.LengthDelimited).fork(), i).join();
3300
- for (let e = 0; e < n.alias.length; e++) A.internalBinaryWrite(n.alias[e], r.tag(8, t.LengthDelimited).fork(), i).join();
3384
+ for (let e = 0; e < n.name.length; e++) O.internalBinaryWrite(n.name[e], r.tag(4, t.LengthDelimited).fork(), i).join();
3385
+ for (let e = 0; e < n.description.length; e++) O.internalBinaryWrite(n.description[e], r.tag(5, t.LengthDelimited).fork(), i).join();
3386
+ for (let e = 0; e < n.documentation.length; e++) O.internalBinaryWrite(n.documentation[e], r.tag(6, t.LengthDelimited).fork(), i).join();
3387
+ for (let e = 0; e < n.displayMessage.length; e++) O.internalBinaryWrite(n.displayMessage[e], r.tag(7, t.LengthDelimited).fork(), i).join();
3388
+ for (let e = 0; e < n.alias.length; e++) O.internalBinaryWrite(n.alias[e], r.tag(8, t.LengthDelimited).fork(), i).join();
3301
3389
  n.version !== "" && r.tag(9, t.LengthDelimited).string(n.version), n.displayIcon !== "" && r.tag(10, t.LengthDelimited).string(n.displayIcon), n.definitionSource !== void 0 && r.tag(11, t.LengthDelimited).string(n.definitionSource);
3302
3390
  for (let e = 0; e < n.linkedDataTypeIdentifiers.length; e++) r.tag(12, t.LengthDelimited).string(n.linkedDataTypeIdentifiers[e]);
3303
3391
  n.signature !== "" && r.tag(13, t.LengthDelimited).string(n.signature), n.runtimeIdentifier !== "" && r.tag(14, t.LengthDelimited).string(n.runtimeIdentifier);
3304
3392
  let a = i.writeUnknownFields;
3305
3393
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
3306
3394
  }
3307
- }(), Q = new class extends k {
3395
+ }(), Q = new class extends D {
3308
3396
  constructor() {
3309
3397
  super("shared.FlowTypeSetting", [
3310
3398
  {
@@ -3317,27 +3405,27 @@ var Fe = class {
3317
3405
  no: 2,
3318
3406
  name: "unique",
3319
3407
  kind: "enum",
3320
- T: () => ["shared.FlowTypeSetting.UniquenessScope", Ue]
3408
+ T: () => ["shared.FlowTypeSetting.UniquenessScope", Ge]
3321
3409
  },
3322
3410
  {
3323
3411
  no: 3,
3324
3412
  name: "default_value",
3325
3413
  kind: "message",
3326
- T: () => L
3414
+ T: () => F
3327
3415
  },
3328
3416
  {
3329
3417
  no: 4,
3330
3418
  name: "name",
3331
3419
  kind: "message",
3332
3420
  repeat: 2,
3333
- T: () => A
3421
+ T: () => O
3334
3422
  },
3335
3423
  {
3336
3424
  no: 5,
3337
3425
  name: "description",
3338
3426
  kind: "message",
3339
3427
  repeat: 2,
3340
- T: () => A
3428
+ T: () => O
3341
3429
  },
3342
3430
  {
3343
3431
  no: 6,
@@ -3357,7 +3445,7 @@ var Fe = class {
3357
3445
  }
3358
3446
  create(e) {
3359
3447
  let t = globalThis.Object.create(this.messagePrototype);
3360
- return t.identifier = "", t.unique = 0, t.name = [], t.description = [], e !== void 0 && D(this, t, e), t;
3448
+ return t.identifier = "", t.unique = 0, t.name = [], t.description = [], e !== void 0 && T(this, t, e), t;
3361
3449
  }
3362
3450
  internalBinaryRead(t, n, r, i) {
3363
3451
  let a = i ?? this.create(), o = t.pos + n;
@@ -3371,13 +3459,13 @@ var Fe = class {
3371
3459
  a.unique = t.int32();
3372
3460
  break;
3373
3461
  case 3:
3374
- a.defaultValue = L.internalBinaryRead(t, t.uint32(), r, a.defaultValue);
3462
+ a.defaultValue = F.internalBinaryRead(t, t.uint32(), r, a.defaultValue);
3375
3463
  break;
3376
3464
  case 4:
3377
- a.name.push(A.internalBinaryRead(t, t.uint32(), r));
3465
+ a.name.push(O.internalBinaryRead(t, t.uint32(), r));
3378
3466
  break;
3379
3467
  case 5:
3380
- a.description.push(A.internalBinaryRead(t, t.uint32(), r));
3468
+ a.description.push(O.internalBinaryRead(t, t.uint32(), r));
3381
3469
  break;
3382
3470
  case 6:
3383
3471
  a.optional = t.bool();
@@ -3395,14 +3483,14 @@ var Fe = class {
3395
3483
  return a;
3396
3484
  }
3397
3485
  internalBinaryWrite(n, r, i) {
3398
- n.identifier !== "" && r.tag(1, t.LengthDelimited).string(n.identifier), n.unique !== 0 && r.tag(2, t.Varint).int32(n.unique), n.defaultValue && L.internalBinaryWrite(n.defaultValue, r.tag(3, t.LengthDelimited).fork(), i).join();
3399
- for (let e = 0; e < n.name.length; e++) A.internalBinaryWrite(n.name[e], r.tag(4, t.LengthDelimited).fork(), i).join();
3400
- for (let e = 0; e < n.description.length; e++) A.internalBinaryWrite(n.description[e], r.tag(5, t.LengthDelimited).fork(), i).join();
3486
+ n.identifier !== "" && r.tag(1, t.LengthDelimited).string(n.identifier), n.unique !== 0 && r.tag(2, t.Varint).int32(n.unique), n.defaultValue && F.internalBinaryWrite(n.defaultValue, r.tag(3, t.LengthDelimited).fork(), i).join();
3487
+ for (let e = 0; e < n.name.length; e++) O.internalBinaryWrite(n.name[e], r.tag(4, t.LengthDelimited).fork(), i).join();
3488
+ for (let e = 0; e < n.description.length; e++) O.internalBinaryWrite(n.description[e], r.tag(5, t.LengthDelimited).fork(), i).join();
3401
3489
  n.optional !== void 0 && r.tag(6, t.Varint).bool(n.optional), n.hidden !== void 0 && r.tag(7, t.Varint).bool(n.hidden);
3402
3490
  let a = i.writeUnknownFields;
3403
3491
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
3404
3492
  }
3405
- }(), Ge = new class extends k {
3493
+ }(), qe = new class extends D {
3406
3494
  constructor() {
3407
3495
  super("shared.FunctionDefinition", [
3408
3496
  {
@@ -3435,42 +3523,42 @@ var Fe = class {
3435
3523
  name: "name",
3436
3524
  kind: "message",
3437
3525
  repeat: 2,
3438
- T: () => A
3526
+ T: () => O
3439
3527
  },
3440
3528
  {
3441
3529
  no: 6,
3442
3530
  name: "description",
3443
3531
  kind: "message",
3444
3532
  repeat: 2,
3445
- T: () => A
3533
+ T: () => O
3446
3534
  },
3447
3535
  {
3448
3536
  no: 7,
3449
3537
  name: "documentation",
3450
3538
  kind: "message",
3451
3539
  repeat: 2,
3452
- T: () => A
3540
+ T: () => O
3453
3541
  },
3454
3542
  {
3455
3543
  no: 8,
3456
3544
  name: "deprecation_message",
3457
3545
  kind: "message",
3458
3546
  repeat: 2,
3459
- T: () => A
3547
+ T: () => O
3460
3548
  },
3461
3549
  {
3462
3550
  no: 9,
3463
3551
  name: "display_message",
3464
3552
  kind: "message",
3465
3553
  repeat: 2,
3466
- T: () => A
3554
+ T: () => O
3467
3555
  },
3468
3556
  {
3469
3557
  no: 10,
3470
3558
  name: "alias",
3471
3559
  kind: "message",
3472
3560
  repeat: 2,
3473
- T: () => A
3561
+ T: () => O
3474
3562
  },
3475
3563
  {
3476
3564
  no: 11,
@@ -3514,7 +3602,7 @@ var Fe = class {
3514
3602
  }
3515
3603
  create(e) {
3516
3604
  let t = globalThis.Object.create(this.messagePrototype);
3517
- 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 && D(this, t, e), t;
3605
+ 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 && T(this, t, e), t;
3518
3606
  }
3519
3607
  internalBinaryRead(t, n, r, i) {
3520
3608
  let a = i ?? this.create(), o = t.pos + n;
@@ -3534,22 +3622,22 @@ var Fe = class {
3534
3622
  a.throwsError = t.bool();
3535
3623
  break;
3536
3624
  case 5:
3537
- a.name.push(A.internalBinaryRead(t, t.uint32(), r));
3625
+ a.name.push(O.internalBinaryRead(t, t.uint32(), r));
3538
3626
  break;
3539
3627
  case 6:
3540
- a.description.push(A.internalBinaryRead(t, t.uint32(), r));
3628
+ a.description.push(O.internalBinaryRead(t, t.uint32(), r));
3541
3629
  break;
3542
3630
  case 7:
3543
- a.documentation.push(A.internalBinaryRead(t, t.uint32(), r));
3631
+ a.documentation.push(O.internalBinaryRead(t, t.uint32(), r));
3544
3632
  break;
3545
3633
  case 8:
3546
- a.deprecationMessage.push(A.internalBinaryRead(t, t.uint32(), r));
3634
+ a.deprecationMessage.push(O.internalBinaryRead(t, t.uint32(), r));
3547
3635
  break;
3548
3636
  case 9:
3549
- a.displayMessage.push(A.internalBinaryRead(t, t.uint32(), r));
3637
+ a.displayMessage.push(O.internalBinaryRead(t, t.uint32(), r));
3550
3638
  break;
3551
3639
  case 10:
3552
- a.alias.push(A.internalBinaryRead(t, t.uint32(), r));
3640
+ a.alias.push(O.internalBinaryRead(t, t.uint32(), r));
3553
3641
  break;
3554
3642
  case 11:
3555
3643
  a.linkedDataTypeIdentifiers.push(t.string());
@@ -3582,18 +3670,18 @@ var Fe = class {
3582
3670
  n.runtimeName !== "" && r.tag(1, t.LengthDelimited).string(n.runtimeName);
3583
3671
  for (let e = 0; e < n.parameterDefinitions.length; e++) $.internalBinaryWrite(n.parameterDefinitions[e], r.tag(2, t.LengthDelimited).fork(), i).join();
3584
3672
  n.signature !== "" && r.tag(3, t.LengthDelimited).string(n.signature), n.throwsError !== !1 && r.tag(4, t.Varint).bool(n.throwsError);
3585
- for (let e = 0; e < n.name.length; e++) A.internalBinaryWrite(n.name[e], r.tag(5, t.LengthDelimited).fork(), i).join();
3586
- for (let e = 0; e < n.description.length; e++) A.internalBinaryWrite(n.description[e], r.tag(6, t.LengthDelimited).fork(), i).join();
3587
- for (let e = 0; e < n.documentation.length; e++) A.internalBinaryWrite(n.documentation[e], r.tag(7, t.LengthDelimited).fork(), i).join();
3588
- for (let e = 0; e < n.deprecationMessage.length; e++) A.internalBinaryWrite(n.deprecationMessage[e], r.tag(8, t.LengthDelimited).fork(), i).join();
3589
- for (let e = 0; e < n.displayMessage.length; e++) A.internalBinaryWrite(n.displayMessage[e], r.tag(9, t.LengthDelimited).fork(), i).join();
3590
- for (let e = 0; e < n.alias.length; e++) A.internalBinaryWrite(n.alias[e], r.tag(10, t.LengthDelimited).fork(), i).join();
3673
+ for (let e = 0; e < n.name.length; e++) O.internalBinaryWrite(n.name[e], r.tag(5, t.LengthDelimited).fork(), i).join();
3674
+ for (let e = 0; e < n.description.length; e++) O.internalBinaryWrite(n.description[e], r.tag(6, t.LengthDelimited).fork(), i).join();
3675
+ for (let e = 0; e < n.documentation.length; e++) O.internalBinaryWrite(n.documentation[e], r.tag(7, t.LengthDelimited).fork(), i).join();
3676
+ for (let e = 0; e < n.deprecationMessage.length; e++) O.internalBinaryWrite(n.deprecationMessage[e], r.tag(8, t.LengthDelimited).fork(), i).join();
3677
+ for (let e = 0; e < n.displayMessage.length; e++) O.internalBinaryWrite(n.displayMessage[e], r.tag(9, t.LengthDelimited).fork(), i).join();
3678
+ for (let e = 0; e < n.alias.length; e++) O.internalBinaryWrite(n.alias[e], r.tag(10, t.LengthDelimited).fork(), i).join();
3591
3679
  for (let e = 0; e < n.linkedDataTypeIdentifiers.length; e++) r.tag(11, t.LengthDelimited).string(n.linkedDataTypeIdentifiers[e]);
3592
3680
  n.version !== "" && r.tag(12, t.LengthDelimited).string(n.version), n.displayIcon !== "" && r.tag(13, t.LengthDelimited).string(n.displayIcon), n.definitionSource !== "" && r.tag(14, t.LengthDelimited).string(n.definitionSource), n.runtimeDefinitionName !== "" && r.tag(15, t.LengthDelimited).string(n.runtimeDefinitionName), n.design !== void 0 && r.tag(16, t.LengthDelimited).string(n.design);
3593
3681
  let a = i.writeUnknownFields;
3594
3682
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
3595
3683
  }
3596
- }(), $ = new class extends k {
3684
+ }(), $ = new class extends D {
3597
3685
  constructor() {
3598
3686
  super("shared.ParameterDefinition", [
3599
3687
  {
@@ -3606,7 +3694,7 @@ var Fe = class {
3606
3694
  no: 2,
3607
3695
  name: "default_value",
3608
3696
  kind: "message",
3609
- T: () => L
3697
+ T: () => F
3610
3698
  },
3611
3699
  {
3612
3700
  no: 3,
@@ -3627,21 +3715,21 @@ var Fe = class {
3627
3715
  name: "name",
3628
3716
  kind: "message",
3629
3717
  repeat: 2,
3630
- T: () => A
3718
+ T: () => O
3631
3719
  },
3632
3720
  {
3633
3721
  no: 6,
3634
3722
  name: "description",
3635
3723
  kind: "message",
3636
3724
  repeat: 2,
3637
- T: () => A
3725
+ T: () => O
3638
3726
  },
3639
3727
  {
3640
3728
  no: 7,
3641
3729
  name: "documentation",
3642
3730
  kind: "message",
3643
3731
  repeat: 2,
3644
- T: () => A
3732
+ T: () => O
3645
3733
  },
3646
3734
  {
3647
3735
  no: 8,
@@ -3653,7 +3741,7 @@ var Fe = class {
3653
3741
  }
3654
3742
  create(e) {
3655
3743
  let t = globalThis.Object.create(this.messagePrototype);
3656
- return t.runtimeName = "", t.name = [], t.description = [], t.documentation = [], t.runtimeDefinitionName = "", e !== void 0 && D(this, t, e), t;
3744
+ return t.runtimeName = "", t.name = [], t.description = [], t.documentation = [], t.runtimeDefinitionName = "", e !== void 0 && T(this, t, e), t;
3657
3745
  }
3658
3746
  internalBinaryRead(t, n, r, i) {
3659
3747
  let a = i ?? this.create(), o = t.pos + n;
@@ -3664,7 +3752,7 @@ var Fe = class {
3664
3752
  a.runtimeName = t.string();
3665
3753
  break;
3666
3754
  case 2:
3667
- a.defaultValue = L.internalBinaryRead(t, t.uint32(), r, a.defaultValue);
3755
+ a.defaultValue = F.internalBinaryRead(t, t.uint32(), r, a.defaultValue);
3668
3756
  break;
3669
3757
  case 3:
3670
3758
  a.optional = t.bool();
@@ -3673,13 +3761,13 @@ var Fe = class {
3673
3761
  a.hidden = t.bool();
3674
3762
  break;
3675
3763
  case 5:
3676
- a.name.push(A.internalBinaryRead(t, t.uint32(), r));
3764
+ a.name.push(O.internalBinaryRead(t, t.uint32(), r));
3677
3765
  break;
3678
3766
  case 6:
3679
- a.description.push(A.internalBinaryRead(t, t.uint32(), r));
3767
+ a.description.push(O.internalBinaryRead(t, t.uint32(), r));
3680
3768
  break;
3681
3769
  case 7:
3682
- a.documentation.push(A.internalBinaryRead(t, t.uint32(), r));
3770
+ a.documentation.push(O.internalBinaryRead(t, t.uint32(), r));
3683
3771
  break;
3684
3772
  case 8:
3685
3773
  a.runtimeDefinitionName = t.string();
@@ -3694,14 +3782,14 @@ var Fe = class {
3694
3782
  return a;
3695
3783
  }
3696
3784
  internalBinaryWrite(n, r, i) {
3697
- n.runtimeName !== "" && r.tag(1, t.LengthDelimited).string(n.runtimeName), n.defaultValue && L.internalBinaryWrite(n.defaultValue, r.tag(2, t.LengthDelimited).fork(), i).join(), n.optional !== void 0 && r.tag(3, t.Varint).bool(n.optional), n.hidden !== void 0 && r.tag(4, t.Varint).bool(n.hidden);
3698
- for (let e = 0; e < n.name.length; e++) A.internalBinaryWrite(n.name[e], r.tag(5, t.LengthDelimited).fork(), i).join();
3699
- for (let e = 0; e < n.description.length; e++) A.internalBinaryWrite(n.description[e], r.tag(6, t.LengthDelimited).fork(), i).join();
3700
- for (let e = 0; e < n.documentation.length; e++) A.internalBinaryWrite(n.documentation[e], r.tag(7, t.LengthDelimited).fork(), i).join();
3785
+ n.runtimeName !== "" && r.tag(1, t.LengthDelimited).string(n.runtimeName), n.defaultValue && F.internalBinaryWrite(n.defaultValue, r.tag(2, t.LengthDelimited).fork(), i).join(), n.optional !== void 0 && r.tag(3, t.Varint).bool(n.optional), n.hidden !== void 0 && r.tag(4, t.Varint).bool(n.hidden);
3786
+ for (let e = 0; e < n.name.length; e++) O.internalBinaryWrite(n.name[e], r.tag(5, t.LengthDelimited).fork(), i).join();
3787
+ for (let e = 0; e < n.description.length; e++) O.internalBinaryWrite(n.description[e], r.tag(6, t.LengthDelimited).fork(), i).join();
3788
+ for (let e = 0; e < n.documentation.length; e++) O.internalBinaryWrite(n.documentation[e], r.tag(7, t.LengthDelimited).fork(), i).join();
3701
3789
  n.runtimeDefinitionName !== "" && r.tag(8, t.LengthDelimited).string(n.runtimeDefinitionName);
3702
3790
  let a = i.writeUnknownFields;
3703
3791
  return a !== !1 && (a == 1 ? e.onWrite : a)(this.typeName, n, r), r;
3704
3792
  }
3705
3793
  }();
3706
3794
  //#endregion
3707
- export { j as A, R as C, F as D, P as E, de as F, r as I, e as L, A as M, k as N, Re as O, D as P, t as R, ze as S, L as T, q as _, Ue as a, B as b, V as c, X as d, H as f, G as g, Z as h, Q as i, N as j, M as k, He as l, U as m, $ as n, Be as o, W as p, We as r, Y as s, Ge as t, Ve as u, K as v, I as w, z as x, J as y };
3795
+ export { Be as A, t as B, L as C, F as D, P as E, D as F, T as I, fe as L, k as M, j as N, M as O, O as P, r as R, R as S, I as T, Z as _, Ge as a, K as b, z as c, U as d, X as f, V as g, W as h, Q as i, A as j, N as k, We as l, B as m, $ as n, He as o, H as p, Ke as r, Y as s, qe as t, Ue as u, G as v, Ve as w, J as x, q as y, e as z };