@flock/wirespec 0.17.2 → 0.17.4

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.
Files changed (37) hide show
  1. package/clikt-clikt.mjs +1174 -1174
  2. package/colormath-root-colormath.mjs +425 -425
  3. package/kotlin-kotlin-stdlib.mjs +44 -43
  4. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  5. package/kotlin-openapi-bindings.mjs +9202 -9761
  6. package/kotlin-openapi-bindings.mjs.map +1 -1
  7. package/kotlin-rgxgen.mjs +1767 -1767
  8. package/kotlinx-io-kotlinx-io-core.mjs +380 -380
  9. package/kotlinx-serialization-kotlinx-serialization-core.mjs +4 -0
  10. package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -1
  11. package/kotlinx-serialization-kotlinx-serialization-json.mjs +299 -299
  12. package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -1
  13. package/markdown.mjs +1876 -1876
  14. package/mordant-mordant.mjs +1643 -1643
  15. package/package.json +1 -1
  16. package/wirespec-src-compiler-core.mjs +1059 -1059
  17. package/wirespec-src-compiler-emitters-java.mjs +260 -260
  18. package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
  19. package/wirespec-src-compiler-emitters-kotlin.mjs +186 -186
  20. package/wirespec-src-compiler-emitters-kotlin.mjs.map +1 -1
  21. package/wirespec-src-compiler-emitters-python.mjs +183 -183
  22. package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
  23. package/wirespec-src-compiler-emitters-typescript.mjs +196 -196
  24. package/wirespec-src-compiler-emitters-typescript.mjs.map +1 -1
  25. package/wirespec-src-compiler-emitters-wirespec.mjs +76 -76
  26. package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
  27. package/wirespec-src-compiler-lib.mjs +377 -327
  28. package/wirespec-src-compiler-lib.mjs.map +1 -1
  29. package/wirespec-src-converter-avro.mjs +316 -316
  30. package/wirespec-src-converter-openapi.mjs +2565 -2561
  31. package/wirespec-src-converter-openapi.mjs.map +1 -1
  32. package/wirespec-src-plugin-arguments.mjs +139 -139
  33. package/wirespec-src-plugin-cli.mjs +77 -77
  34. package/wirespec-src-plugin-npm.d.ts +13 -5
  35. package/wirespec-src-plugin-npm.mjs +41 -41
  36. package/wirespec-src-plugin-npm.mjs.map +1 -1
  37. package/wirespec-src-tools-generator.mjs +25 -25
@@ -141,11 +141,11 @@ initMetadataForObject(TypeSerializer, 'TypeSerializer', VOID, VOID, [KSerializer
141
141
  initMetadataForObject(AvroParser, 'AvroParser');
142
142
  //endregion
143
143
  function isNullable(_this__u8e3s4, $this) {
144
- return _this__u8e3s4.o1($this.a2d_1);
144
+ return _this__u8e3s4.o1($this.u2b_1);
145
145
  }
146
146
  function toPrimitive(_this__u8e3s4, $this) {
147
147
  var tmp;
148
- switch (_this__u8e3s4.b2d_1) {
148
+ switch (_this__u8e3s4.v2b_1) {
149
149
  case 'boolean':
150
150
  tmp = Boolean_instance;
151
151
  break;
@@ -168,7 +168,7 @@ function toPrimitive(_this__u8e3s4, $this) {
168
168
  tmp = new String_0(null);
169
169
  break;
170
170
  default:
171
- var reason = 'primitive not mapped ' + _this__u8e3s4.b2d_1;
171
+ var reason = 'primitive not mapped ' + _this__u8e3s4.v2b_1;
172
172
  throw new NotImplementedError('An operation is not implemented: ' + reason);
173
173
  }
174
174
  return tmp;
@@ -176,7 +176,7 @@ function toPrimitive(_this__u8e3s4, $this) {
176
176
  function toReference(_this__u8e3s4, $this, isNullable) {
177
177
  var tmp;
178
178
  if (_this__u8e3s4 instanceof SimpleType) {
179
- switch (_this__u8e3s4.b2d_1) {
179
+ switch (_this__u8e3s4.v2b_1) {
180
180
  case 'null':
181
181
  tmp = new Unit(isNullable);
182
182
  break;
@@ -190,27 +190,27 @@ function toReference(_this__u8e3s4, $this, isNullable) {
190
190
  tmp = new Primitive(toPrimitive(_this__u8e3s4, $this), isNullable);
191
191
  break;
192
192
  default:
193
- tmp = new Custom(_this__u8e3s4.b2d_1, isNullable);
193
+ tmp = new Custom(_this__u8e3s4.v2b_1, isNullable);
194
194
  break;
195
195
  }
196
196
  } else {
197
197
  if (_this__u8e3s4 instanceof ArrayType) {
198
- tmp = new Iterable(toReference(_this__u8e3s4.u2d_1, $this, false), isNullable);
198
+ tmp = new Iterable(toReference(_this__u8e3s4.o2c_1, $this, false), isNullable);
199
199
  } else {
200
200
  if (_this__u8e3s4 instanceof RecordType) {
201
- tmp = new Custom(_this__u8e3s4.p2d_1, isNullable);
201
+ tmp = new Custom(_this__u8e3s4.j2c_1, isNullable);
202
202
  } else {
203
203
  if (_this__u8e3s4 instanceof EnumType) {
204
- tmp = new Custom(_this__u8e3s4.l2d_1, isNullable);
204
+ tmp = new Custom(_this__u8e3s4.f2c_1, isNullable);
205
205
  } else {
206
206
  if (_this__u8e3s4 instanceof LogicalType) {
207
- tmp = toReference(new SimpleType(_this__u8e3s4.g2d_1), $this, isNullable);
207
+ tmp = toReference(new SimpleType(_this__u8e3s4.a2c_1), $this, isNullable);
208
208
  } else {
209
209
  if (_this__u8e3s4 instanceof MapType) {
210
- tmp = new Dict(toReference(_this__u8e3s4.f2d_1, $this, false), isNullable);
210
+ tmp = new Dict(toReference(_this__u8e3s4.z2b_1, $this, false), isNullable);
211
211
  } else {
212
212
  if (_this__u8e3s4 instanceof UnionType) {
213
- tmp = new Custom(_this__u8e3s4.c2d_1, isNullable);
213
+ tmp = new Custom(_this__u8e3s4.w2b_1, isNullable);
214
214
  } else {
215
215
  noWhenBranchMatchedException();
216
216
  }
@@ -223,7 +223,7 @@ function toReference(_this__u8e3s4, $this, isNullable) {
223
223
  return tmp;
224
224
  }
225
225
  function toReference_0(_this__u8e3s4, $this) {
226
- var list = minus(_this__u8e3s4, $this.a2d_1);
226
+ var list = minus(_this__u8e3s4, $this.u2b_1);
227
227
  var tmp;
228
228
  if (list.j() === 1) {
229
229
  tmp = toReference(first(list), $this, isNullable(_this__u8e3s4, $this));
@@ -264,19 +264,19 @@ function toReference_0(_this__u8e3s4, $this) {
264
264
  }
265
265
  function toType(_this__u8e3s4, $this) {
266
266
  var tmp0_annotations = emptyList();
267
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.p2d_1);
267
+ var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.j2c_1);
268
268
  var tmp2_extends = emptyList();
269
269
  // Inline function 'kotlin.collections.map' call
270
- var this_0 = _this__u8e3s4.r2d_1;
270
+ var this_0 = _this__u8e3s4.l2c_1;
271
271
  // Inline function 'kotlin.collections.mapTo' call
272
272
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
273
273
  var tmp0_iterator = this_0.g();
274
274
  while (tmp0_iterator.h()) {
275
275
  var item = tmp0_iterator.i();
276
276
  // Inline function 'community.flock.wirespec.converter.avro.AvroConverter.toType.<anonymous>' call
277
- var tmp0_identifier = new FieldIdentifier(item.v2d_1);
277
+ var tmp0_identifier = new FieldIdentifier(item.p2c_1);
278
278
  var tmp1_annotations = emptyList();
279
- var tmp2_reference = toReference_0(item.w2d_1, AvroConverter_getInstance());
279
+ var tmp2_reference = toReference_0(item.q2c_1, AvroConverter_getInstance());
280
280
  var tmp$ret$0 = new Field(tmp0_identifier, tmp2_reference, tmp1_annotations);
281
281
  destination.e(tmp$ret$0);
282
282
  }
@@ -284,13 +284,13 @@ function toType(_this__u8e3s4, $this) {
284
284
  return new Type(null, tmp0_annotations, tmp1_identifier, tmp3_shape, tmp2_extends);
285
285
  }
286
286
  function toEnum(_this__u8e3s4, $this) {
287
- return new Enum(null, emptyList(), new DefinitionIdentifier(_this__u8e3s4.l2d_1), toSet(_this__u8e3s4.n2d_1));
287
+ return new Enum(null, emptyList(), new DefinitionIdentifier(_this__u8e3s4.f2c_1), toSet(_this__u8e3s4.h2c_1));
288
288
  }
289
289
  function toUnion(_this__u8e3s4, $this, name) {
290
290
  var tmp = emptyList();
291
291
  var tmp_0 = new DefinitionIdentifier(name);
292
292
  // Inline function 'kotlin.collections.map' call
293
- var this_0 = _this__u8e3s4.d2d_1;
293
+ var this_0 = _this__u8e3s4.x2b_1;
294
294
  // Inline function 'kotlin.collections.mapTo' call
295
295
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
296
296
  var tmp0_iterator = this_0.g();
@@ -304,9 +304,9 @@ function toUnion(_this__u8e3s4, $this, name) {
304
304
  }
305
305
  function AvroConverter() {
306
306
  AvroConverter_instance = this;
307
- this.a2d_1 = new SimpleType('null');
307
+ this.u2b_1 = new SimpleType('null');
308
308
  }
309
- protoOf(AvroConverter).z2d = function (_this__u8e3s4, name) {
309
+ protoOf(AvroConverter).t2c = function (_this__u8e3s4, name) {
310
310
  var tmp;
311
311
  if (_this__u8e3s4 instanceof SimpleType) {
312
312
  tmp = emptyList();
@@ -315,7 +315,7 @@ protoOf(AvroConverter).z2d = function (_this__u8e3s4, name) {
315
315
  var tmp_0 = listOf(toType(_this__u8e3s4, this));
316
316
  // Inline function 'kotlin.collections.flatMap' call
317
317
  // Inline function 'kotlin.collections.flatMapTo' call
318
- var this_0 = _this__u8e3s4.r2d_1;
318
+ var this_0 = _this__u8e3s4.l2c_1;
319
319
  var destination = ArrayList_init_$Create$_0();
320
320
  var tmp0_iterator = this_0.g();
321
321
  while (tmp0_iterator.h()) {
@@ -323,13 +323,13 @@ protoOf(AvroConverter).z2d = function (_this__u8e3s4, name) {
323
323
  // Inline function 'community.flock.wirespec.converter.avro.AvroConverter.flatten.<anonymous>' call
324
324
  // Inline function 'kotlin.collections.flatMap' call
325
325
  // Inline function 'kotlin.collections.flatMapTo' call
326
- var this_1 = element.w2d_1;
326
+ var this_1 = element.q2c_1;
327
327
  var destination_0 = ArrayList_init_$Create$_0();
328
328
  var tmp0_iterator_0 = this_1.g();
329
329
  while (tmp0_iterator_0.h()) {
330
330
  var element_0 = tmp0_iterator_0.i();
331
331
  // Inline function 'community.flock.wirespec.converter.avro.AvroConverter.flatten.<anonymous>.<anonymous>' call
332
- var list = AvroConverter_getInstance().z2d(element_0, name);
332
+ var list = AvroConverter_getInstance().t2c(element_0, name);
333
333
  addAll(destination_0, list);
334
334
  }
335
335
  var list_0 = destination_0;
@@ -338,7 +338,7 @@ protoOf(AvroConverter).z2d = function (_this__u8e3s4, name) {
338
338
  tmp = plus(tmp_0, destination);
339
339
  } else {
340
340
  if (_this__u8e3s4 instanceof ArrayType) {
341
- tmp = this.z2d(_this__u8e3s4.u2d_1, name);
341
+ tmp = this.t2c(_this__u8e3s4.o2c_1, name);
342
342
  } else {
343
343
  if (_this__u8e3s4 instanceof EnumType) {
344
344
  tmp = listOf(toEnum(_this__u8e3s4, this));
@@ -347,7 +347,7 @@ protoOf(AvroConverter).z2d = function (_this__u8e3s4, name) {
347
347
  tmp = emptyList();
348
348
  } else {
349
349
  if (_this__u8e3s4 instanceof MapType) {
350
- tmp = this.z2d(_this__u8e3s4.f2d_1, name);
350
+ tmp = this.t2c(_this__u8e3s4.z2b_1, name);
351
351
  } else {
352
352
  if (_this__u8e3s4 instanceof UnionType) {
353
353
  tmp = listOf(toUnion(_this__u8e3s4, this, name));
@@ -362,9 +362,9 @@ protoOf(AvroConverter).z2d = function (_this__u8e3s4, name) {
362
362
  }
363
363
  return tmp;
364
364
  };
365
- protoOf(AvroConverter).a2e = function (_this__u8e3s4, name, $super) {
365
+ protoOf(AvroConverter).u2c = function (_this__u8e3s4, name, $super) {
366
366
  name = name === VOID ? '' : name;
367
- return $super === VOID ? this.z2d(_this__u8e3s4, name) : $super.z2d.call(this, _this__u8e3s4, name);
367
+ return $super === VOID ? this.t2c(_this__u8e3s4, name) : $super.t2c.call(this, _this__u8e3s4, name);
368
368
  };
369
369
  var AvroConverter_instance;
370
370
  function AvroConverter_getInstance() {
@@ -374,7 +374,7 @@ function AvroConverter_getInstance() {
374
374
  }
375
375
  function findType(_this__u8e3s4, $this, name) {
376
376
  // Inline function 'kotlin.collections.find' call
377
- var this_0 = _this__u8e3s4.u25_1.tk();
377
+ var this_0 = _this__u8e3s4.o24_1.tk();
378
378
  var tmp$ret$1;
379
379
  $l$block: {
380
380
  // Inline function 'kotlin.collections.firstOrNull' call
@@ -382,7 +382,7 @@ function findType(_this__u8e3s4, $this, name) {
382
382
  while (tmp0_iterator.h()) {
383
383
  var element = tmp0_iterator.i();
384
384
  // Inline function 'community.flock.wirespec.converter.avro.AvroEmitter.findType.<anonymous>' call
385
- if (element.l26().b1() === name) {
385
+ if (element.f25().b1() === name) {
386
386
  tmp$ret$1 = element;
387
387
  break $l$block;
388
388
  }
@@ -393,16 +393,16 @@ function findType(_this__u8e3s4, $this, name) {
393
393
  }
394
394
  function AvroEmitter() {
395
395
  AvroEmitter_instance = this;
396
- this.b2e_1 = FileExtension_JSON_getInstance();
396
+ this.v2c_1 = FileExtension_JSON_getInstance();
397
397
  }
398
- protoOf(AvroEmitter).g23 = function (ast, logger) {
398
+ protoOf(AvroEmitter).a22 = function (ast, logger) {
399
399
  // Inline function 'arrow.core.NonEmptyList.map' call
400
400
  // Inline function 'arrow.core.NonEmptyList.map' call
401
401
  // Inline function 'arrow.core.NonEmptyList.map' call
402
- var this_0 = ast.s25_1;
402
+ var this_0 = ast.m24_1;
403
403
  // Inline function 'community.flock.wirespec.converter.avro.AvroEmitter.emit.<anonymous>' call
404
404
  var it = this_0.pk_1;
405
- var tmp = AvroEmitter_getInstance().c2e(it);
405
+ var tmp = AvroEmitter_getInstance().w2c(it);
406
406
  // Inline function 'kotlin.collections.map' call
407
407
  var this_1 = this_0.qk_1;
408
408
  // Inline function 'kotlin.collections.mapTo' call
@@ -411,7 +411,7 @@ protoOf(AvroEmitter).g23 = function (ast, logger) {
411
411
  while (tmp0_iterator.h()) {
412
412
  var item = tmp0_iterator.i();
413
413
  // Inline function 'community.flock.wirespec.converter.avro.AvroEmitter.emit.<anonymous>' call
414
- var tmp$ret$1 = AvroEmitter_getInstance().c2e(item);
414
+ var tmp$ret$1 = AvroEmitter_getInstance().w2c(item);
415
415
  destination.e(tmp$ret$1);
416
416
  }
417
417
  var this_2 = new NonEmptyList(tmp, destination);
@@ -460,13 +460,13 @@ protoOf(AvroEmitter).g23 = function (ast, logger) {
460
460
  }
461
461
  return new NonEmptyList(tmp_1, destination_1);
462
462
  };
463
- protoOf(AvroEmitter).d2e = function (_this__u8e3s4) {
464
- return new EnumType('enum', _this__u8e3s4.x26_1.b1(), VOID, toList(_this__u8e3s4.y26_1));
463
+ protoOf(AvroEmitter).x2c = function (_this__u8e3s4) {
464
+ return new EnumType('enum', _this__u8e3s4.r25_1.b1(), VOID, toList(_this__u8e3s4.s25_1));
465
465
  };
466
- protoOf(AvroEmitter).e2e = function (_this__u8e3s4) {
467
- var tmp = _this__u8e3s4.i24_1.b1();
466
+ protoOf(AvroEmitter).y2c = function (_this__u8e3s4) {
467
+ var tmp = _this__u8e3s4.c23_1.b1();
468
468
  // Inline function 'kotlin.collections.map' call
469
- var this_0 = _this__u8e3s4.j24_1;
469
+ var this_0 = _this__u8e3s4.d23_1;
470
470
  // Inline function 'kotlin.collections.mapTo' call
471
471
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
472
472
  var tmp0_iterator = this_0.g();
@@ -478,23 +478,23 @@ protoOf(AvroEmitter).e2e = function (_this__u8e3s4) {
478
478
  }
479
479
  return new UnionType(tmp, TypeList_init_$Create$(destination));
480
480
  };
481
- protoOf(AvroEmitter).f2e = function (_this__u8e3s4, module_0, hasEmitted) {
481
+ protoOf(AvroEmitter).z2c = function (_this__u8e3s4, module_0, hasEmitted) {
482
482
  var tmp;
483
483
  if (_this__u8e3s4 instanceof Dict) {
484
- tmp = new MapType('map', this.f2e(_this__u8e3s4.u23_1, module_0, hasEmitted));
484
+ tmp = new MapType('map', this.z2c(_this__u8e3s4.o22_1, module_0, hasEmitted));
485
485
  } else {
486
486
  if (_this__u8e3s4 instanceof Iterable) {
487
- tmp = new ArrayType('array', this.f2e(_this__u8e3s4.r23_1, module_0, hasEmitted));
487
+ tmp = new ArrayType('array', this.z2c(_this__u8e3s4.l22_1, module_0, hasEmitted));
488
488
  } else {
489
489
  if (_this__u8e3s4 instanceof Primitive) {
490
- var type = _this__u8e3s4.v29_1;
490
+ var type = _this__u8e3s4.p28_1;
491
491
  var tmp_0;
492
492
  if (type instanceof String_0) {
493
493
  tmp_0 = new SimpleType('string');
494
494
  } else {
495
495
  if (type instanceof Integer) {
496
496
  var tmp_1;
497
- switch (type.a29_1.r2_1) {
497
+ switch (type.u27_1.r2_1) {
498
498
  case 0:
499
499
  tmp_1 = new SimpleType('int');
500
500
  break;
@@ -509,7 +509,7 @@ protoOf(AvroEmitter).f2e = function (_this__u8e3s4, module_0, hasEmitted) {
509
509
  } else {
510
510
  if (type instanceof Number_0) {
511
511
  var tmp_2;
512
- switch (type.d29_1.r2_1) {
512
+ switch (type.x27_1.r2_1) {
513
513
  case 0:
514
514
  tmp_2 = new SimpleType('float');
515
515
  break;
@@ -537,31 +537,31 @@ protoOf(AvroEmitter).f2e = function (_this__u8e3s4, module_0, hasEmitted) {
537
537
  tmp = tmp_0;
538
538
  } else {
539
539
  if (_this__u8e3s4 instanceof Custom) {
540
- var def = findType(module_0, this, _this__u8e3s4.r29_1);
540
+ var def = findType(module_0, this, _this__u8e3s4.l28_1);
541
541
  var tmp_3;
542
542
  if (def instanceof Type) {
543
543
  var tmp_4;
544
- if (hasEmitted.o1(def.n24_1.b1())) {
544
+ if (hasEmitted.o1(def.h23_1.b1())) {
545
545
  // Inline function 'kotlin.let' call
546
546
  // Inline function 'kotlin.contracts.contract' call
547
- var p0 = def.n24_1.b1();
547
+ var p0 = def.h23_1.b1();
548
548
  tmp_4 = new SimpleType(p0);
549
549
  } else {
550
550
  // Inline function 'kotlin.also' call
551
551
  // Inline function 'kotlin.contracts.contract' call
552
552
  // Inline function 'community.flock.wirespec.converter.avro.AvroEmitter.emit.<anonymous>' call
553
- hasEmitted.e(def.n24_1.b1());
554
- tmp_4 = this.g2e(def, module_0, hasEmitted);
553
+ hasEmitted.e(def.h23_1.b1());
554
+ tmp_4 = this.a2d(def, module_0, hasEmitted);
555
555
  }
556
556
  tmp_3 = tmp_4;
557
557
  } else {
558
558
  if (def instanceof Enum) {
559
- tmp_3 = new SimpleType(def.x26_1.b1());
559
+ tmp_3 = new SimpleType(def.r25_1.b1());
560
560
  } else {
561
561
  if (def instanceof Refined) {
562
562
  tmp_3 = new SimpleType('string');
563
563
  } else {
564
- tmp_3 = new SimpleType(_this__u8e3s4.r29_1);
564
+ tmp_3 = new SimpleType(_this__u8e3s4.l28_1);
565
565
  }
566
566
  }
567
567
  }
@@ -582,44 +582,44 @@ protoOf(AvroEmitter).f2e = function (_this__u8e3s4, module_0, hasEmitted) {
582
582
  }
583
583
  return tmp;
584
584
  };
585
- protoOf(AvroEmitter).h2e = function (_this__u8e3s4, module_0, hasEmitted) {
586
- var ref = _this__u8e3s4.s24_1;
585
+ protoOf(AvroEmitter).b2d = function (_this__u8e3s4, module_0, hasEmitted) {
586
+ var ref = _this__u8e3s4.m23_1;
587
587
  var tmp;
588
588
  if (ref instanceof Iterable) {
589
- tmp = new ArrayType('array', this.f2e(ref.r23_1, module_0, hasEmitted));
589
+ tmp = new ArrayType('array', this.z2c(ref.l22_1, module_0, hasEmitted));
590
590
  } else {
591
- tmp = this.f2e(ref, module_0, hasEmitted);
591
+ tmp = this.z2c(ref, module_0, hasEmitted);
592
592
  }
593
593
  return tmp;
594
594
  };
595
- protoOf(AvroEmitter).g2e = function (_this__u8e3s4, module_0, hasEmitted) {
596
- var tmp0_name = _this__u8e3s4.n24_1.b1();
595
+ protoOf(AvroEmitter).a2d = function (_this__u8e3s4, module_0, hasEmitted) {
596
+ var tmp0_name = _this__u8e3s4.h23_1.b1();
597
597
  // Inline function 'kotlin.collections.map' call
598
- var this_0 = _this__u8e3s4.o24_1.k24_1;
598
+ var this_0 = _this__u8e3s4.i23_1.e23_1;
599
599
  // Inline function 'kotlin.collections.mapTo' call
600
600
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
601
601
  var tmp0_iterator = this_0.g();
602
602
  while (tmp0_iterator.h()) {
603
603
  var item = tmp0_iterator.i();
604
604
  // Inline function 'community.flock.wirespec.converter.avro.AvroEmitter.emit.<anonymous>' call
605
- var tmp = item.r24_1.b1();
605
+ var tmp = item.l23_1.b1();
606
606
  var tmp_0;
607
- if (item.s24_1.jm()) {
608
- tmp_0 = new TypeList([new SimpleType('null'), AvroEmitter_getInstance().h2e(item, module_0, hasEmitted)]);
607
+ if (item.m23_1.jm()) {
608
+ tmp_0 = new TypeList([new SimpleType('null'), AvroEmitter_getInstance().b2d(item, module_0, hasEmitted)]);
609
609
  } else {
610
- tmp_0 = new TypeList([AvroEmitter_getInstance().h2e(item, module_0, hasEmitted)]);
610
+ tmp_0 = new TypeList([AvroEmitter_getInstance().b2d(item, module_0, hasEmitted)]);
611
611
  }
612
612
  var tmp$ret$0 = new Field_0(tmp, tmp_0);
613
613
  destination.e(tmp$ret$0);
614
614
  }
615
615
  return new RecordType('record', tmp0_name, VOID, destination);
616
616
  };
617
- protoOf(AvroEmitter).c2e = function (module_0) {
617
+ protoOf(AvroEmitter).w2c = function (module_0) {
618
618
  // Inline function 'kotlin.collections.mutableListOf' call
619
619
  var hasEmitted = ArrayList_init_$Create$_0();
620
620
  // Inline function 'kotlin.collections.mapNotNull' call
621
621
  // Inline function 'kotlin.collections.mapNotNullTo' call
622
- var this_0 = module_0.u25_1.tk();
622
+ var this_0 = module_0.o24_1.tk();
623
623
  var destination = ArrayList_init_$Create$_0();
624
624
  // Inline function 'kotlin.collections.forEach' call
625
625
  var tmp0_iterator = this_0.g();
@@ -629,13 +629,13 @@ protoOf(AvroEmitter).c2e = function (module_0) {
629
629
  // Inline function 'community.flock.wirespec.converter.avro.AvroEmitter.emit.<anonymous>' call
630
630
  var tmp;
631
631
  if (element instanceof Type) {
632
- tmp = AvroEmitter_getInstance().g2e(element, module_0, hasEmitted);
632
+ tmp = AvroEmitter_getInstance().a2d(element, module_0, hasEmitted);
633
633
  } else {
634
634
  if (element instanceof Enum) {
635
- tmp = AvroEmitter_getInstance().d2e(element);
635
+ tmp = AvroEmitter_getInstance().x2c(element);
636
636
  } else {
637
637
  if (element instanceof Union) {
638
- tmp = AvroEmitter_getInstance().e2e(element);
638
+ tmp = AvroEmitter_getInstance().y2c(element);
639
639
  } else {
640
640
  tmp = null;
641
641
  }
@@ -671,26 +671,26 @@ function $serializer() {
671
671
  tmp0_serialDesc.uv('type', false);
672
672
  tmp0_serialDesc.uv('doc', true);
673
673
  tmp0_serialDesc.uv('default', true);
674
- this.i2e_1 = tmp0_serialDesc;
674
+ this.c2d_1 = tmp0_serialDesc;
675
675
  }
676
- protoOf($serializer).j2e = function (encoder, value) {
677
- var tmp0_desc = this.i2e_1;
676
+ protoOf($serializer).d2d = function (encoder, value) {
677
+ var tmp0_desc = this.c2d_1;
678
678
  var tmp1_output = encoder.ko(tmp0_desc);
679
- tmp1_output.zp(tmp0_desc, 0, value.v2d_1);
680
- tmp1_output.bq(tmp0_desc, 1, TypeListSerializer_getInstance(), value.w2d_1);
681
- if (tmp1_output.hq(tmp0_desc, 2) ? true : !(value.x2d_1 == null)) {
682
- tmp1_output.dq(tmp0_desc, 2, StringSerializer_getInstance(), value.x2d_1);
679
+ tmp1_output.zp(tmp0_desc, 0, value.p2c_1);
680
+ tmp1_output.bq(tmp0_desc, 1, TypeListSerializer_getInstance(), value.q2c_1);
681
+ if (tmp1_output.hq(tmp0_desc, 2) ? true : !(value.r2c_1 == null)) {
682
+ tmp1_output.dq(tmp0_desc, 2, StringSerializer_getInstance(), value.r2c_1);
683
683
  }
684
- if (tmp1_output.hq(tmp0_desc, 3) ? true : !(value.y2d_1 == null)) {
685
- tmp1_output.dq(tmp0_desc, 3, StringSerializer_getInstance(), value.y2d_1);
684
+ if (tmp1_output.hq(tmp0_desc, 3) ? true : !(value.s2c_1 == null)) {
685
+ tmp1_output.dq(tmp0_desc, 3, StringSerializer_getInstance(), value.s2c_1);
686
686
  }
687
687
  tmp1_output.lo(tmp0_desc);
688
688
  };
689
689
  protoOf($serializer).kl = function (encoder, value) {
690
- return this.j2e(encoder, value instanceof Field_0 ? value : THROW_CCE());
690
+ return this.d2d(encoder, value instanceof Field_0 ? value : THROW_CCE());
691
691
  };
692
692
  protoOf($serializer).ll = function (decoder) {
693
- var tmp0_desc = this.i2e_1;
693
+ var tmp0_desc = this.c2d_1;
694
694
  var tmp1_flag = true;
695
695
  var tmp2_index = 0;
696
696
  var tmp3_bitMask0 = 0;
@@ -739,7 +739,7 @@ protoOf($serializer).ll = function (decoder) {
739
739
  return Field_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
740
740
  };
741
741
  protoOf($serializer).jl = function () {
742
- return this.i2e_1;
742
+ return this.c2d_1;
743
743
  };
744
744
  protoOf($serializer).nw = function () {
745
745
  // Inline function 'kotlin.arrayOf' call
@@ -755,18 +755,18 @@ function $serializer_getInstance() {
755
755
  }
756
756
  function Field_init_$Init$(seen0, name, type, doc, default_0, serializationConstructorMarker, $this) {
757
757
  if (!(3 === (3 & seen0))) {
758
- throwMissingFieldException(seen0, 3, $serializer_getInstance().i2e_1);
758
+ throwMissingFieldException(seen0, 3, $serializer_getInstance().c2d_1);
759
759
  }
760
- $this.v2d_1 = name;
761
- $this.w2d_1 = type;
760
+ $this.p2c_1 = name;
761
+ $this.q2c_1 = type;
762
762
  if (0 === (seen0 & 4))
763
- $this.x2d_1 = null;
763
+ $this.r2c_1 = null;
764
764
  else
765
- $this.x2d_1 = doc;
765
+ $this.r2c_1 = doc;
766
766
  if (0 === (seen0 & 8))
767
- $this.y2d_1 = null;
767
+ $this.s2c_1 = null;
768
768
  else
769
- $this.y2d_1 = default_0;
769
+ $this.s2c_1 = default_0;
770
770
  return $this;
771
771
  }
772
772
  function Field_init_$Create$(seen0, name, type, doc, default_0, serializationConstructorMarker) {
@@ -789,11 +789,11 @@ function Companion_getInstance_0() {
789
789
  }
790
790
  function Companion_1() {
791
791
  }
792
- protoOf(Companion_1).y17 = function () {
792
+ protoOf(Companion_1).v17 = function () {
793
793
  return TypeSerializer_getInstance();
794
794
  };
795
795
  protoOf(Companion_1).yw = function (typeParamsSerializers) {
796
- return this.y17();
796
+ return this.v17();
797
797
  };
798
798
  var Companion_instance_1;
799
799
  function Companion_getInstance_1() {
@@ -809,19 +809,19 @@ function $serializer_0() {
809
809
  $serializer_instance_0 = this;
810
810
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('community.flock.wirespec.converter.avro.AvroModel.SimpleType', this, 1);
811
811
  tmp0_serialDesc.uv('value', false);
812
- this.k2e_1 = tmp0_serialDesc;
812
+ this.e2d_1 = tmp0_serialDesc;
813
813
  }
814
- protoOf($serializer_0).l2e = function (encoder, value) {
815
- var tmp0_desc = this.k2e_1;
814
+ protoOf($serializer_0).f2d = function (encoder, value) {
815
+ var tmp0_desc = this.e2d_1;
816
816
  var tmp1_output = encoder.ko(tmp0_desc);
817
- tmp1_output.zp(tmp0_desc, 0, value.b2d_1);
817
+ tmp1_output.zp(tmp0_desc, 0, value.v2b_1);
818
818
  tmp1_output.lo(tmp0_desc);
819
819
  };
820
820
  protoOf($serializer_0).kl = function (encoder, value) {
821
- return this.l2e(encoder, value instanceof SimpleType ? value : THROW_CCE());
821
+ return this.f2d(encoder, value instanceof SimpleType ? value : THROW_CCE());
822
822
  };
823
823
  protoOf($serializer_0).ll = function (decoder) {
824
- var tmp0_desc = this.k2e_1;
824
+ var tmp0_desc = this.e2d_1;
825
825
  var tmp1_flag = true;
826
826
  var tmp2_index = 0;
827
827
  var tmp3_bitMask0 = 0;
@@ -849,7 +849,7 @@ protoOf($serializer_0).ll = function (decoder) {
849
849
  return SimpleType_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
850
850
  };
851
851
  protoOf($serializer_0).jl = function () {
852
- return this.k2e_1;
852
+ return this.e2d_1;
853
853
  };
854
854
  protoOf($serializer_0).nw = function () {
855
855
  // Inline function 'kotlin.arrayOf' call
@@ -865,9 +865,9 @@ function $serializer_getInstance_0() {
865
865
  }
866
866
  function SimpleType_init_$Init$(seen0, value, serializationConstructorMarker, $this) {
867
867
  if (!(1 === (1 & seen0))) {
868
- throwMissingFieldException(seen0, 1, $serializer_getInstance_0().k2e_1);
868
+ throwMissingFieldException(seen0, 1, $serializer_getInstance_0().e2d_1);
869
869
  }
870
- $this.b2d_1 = value;
870
+ $this.v2b_1 = value;
871
871
  return $this;
872
872
  }
873
873
  function SimpleType_init_$Create$(seen0, value, serializationConstructorMarker) {
@@ -879,9 +879,9 @@ function Companion_3() {
879
879
  // Inline function 'kotlin.arrayOf' call
880
880
  // Inline function 'kotlin.js.unsafeCast' call
881
881
  // Inline function 'kotlin.js.asDynamic' call
882
- tmp.m2e_1 = [null, null, null, new ArrayListSerializer($serializer_getInstance()), null];
882
+ tmp.g2d_1 = [null, null, null, new ArrayListSerializer($serializer_getInstance()), null];
883
883
  }
884
- protoOf(Companion_3).y17 = function () {
884
+ protoOf(Companion_3).v17 = function () {
885
885
  return $serializer_getInstance_1();
886
886
  };
887
887
  var Companion_instance_3;
@@ -898,28 +898,28 @@ function $serializer_1() {
898
898
  tmp0_serialDesc.uv('namespace', true);
899
899
  tmp0_serialDesc.uv('fields', false);
900
900
  tmp0_serialDesc.uv('doc', true);
901
- this.n2e_1 = tmp0_serialDesc;
901
+ this.h2d_1 = tmp0_serialDesc;
902
902
  }
903
- protoOf($serializer_1).o2e = function (encoder, value) {
904
- var tmp0_desc = this.n2e_1;
903
+ protoOf($serializer_1).i2d = function (encoder, value) {
904
+ var tmp0_desc = this.h2d_1;
905
905
  var tmp1_output = encoder.ko(tmp0_desc);
906
- var tmp2_cached = Companion_getInstance_3().m2e_1;
907
- tmp1_output.zp(tmp0_desc, 0, value.o2d_1);
908
- tmp1_output.zp(tmp0_desc, 1, value.p2d_1);
909
- if (tmp1_output.hq(tmp0_desc, 2) ? true : !(value.q2d_1 == null)) {
910
- tmp1_output.dq(tmp0_desc, 2, StringSerializer_getInstance(), value.q2d_1);
906
+ var tmp2_cached = Companion_getInstance_3().g2d_1;
907
+ tmp1_output.zp(tmp0_desc, 0, value.i2c_1);
908
+ tmp1_output.zp(tmp0_desc, 1, value.j2c_1);
909
+ if (tmp1_output.hq(tmp0_desc, 2) ? true : !(value.k2c_1 == null)) {
910
+ tmp1_output.dq(tmp0_desc, 2, StringSerializer_getInstance(), value.k2c_1);
911
911
  }
912
- tmp1_output.bq(tmp0_desc, 3, tmp2_cached[3], value.r2d_1);
913
- if (tmp1_output.hq(tmp0_desc, 4) ? true : !(value.s2d_1 == null)) {
914
- tmp1_output.dq(tmp0_desc, 4, StringSerializer_getInstance(), value.s2d_1);
912
+ tmp1_output.bq(tmp0_desc, 3, tmp2_cached[3], value.l2c_1);
913
+ if (tmp1_output.hq(tmp0_desc, 4) ? true : !(value.m2c_1 == null)) {
914
+ tmp1_output.dq(tmp0_desc, 4, StringSerializer_getInstance(), value.m2c_1);
915
915
  }
916
916
  tmp1_output.lo(tmp0_desc);
917
917
  };
918
918
  protoOf($serializer_1).kl = function (encoder, value) {
919
- return this.o2e(encoder, value instanceof RecordType ? value : THROW_CCE());
919
+ return this.i2d(encoder, value instanceof RecordType ? value : THROW_CCE());
920
920
  };
921
921
  protoOf($serializer_1).ll = function (decoder) {
922
- var tmp0_desc = this.n2e_1;
922
+ var tmp0_desc = this.h2d_1;
923
923
  var tmp1_flag = true;
924
924
  var tmp2_index = 0;
925
925
  var tmp3_bitMask0 = 0;
@@ -929,7 +929,7 @@ protoOf($serializer_1).ll = function (decoder) {
929
929
  var tmp7_local3 = null;
930
930
  var tmp8_local4 = null;
931
931
  var tmp9_input = decoder.ko(tmp0_desc);
932
- var tmp10_cached = Companion_getInstance_3().m2e_1;
932
+ var tmp10_cached = Companion_getInstance_3().g2d_1;
933
933
  if (tmp9_input.ap()) {
934
934
  tmp4_local0 = tmp9_input.uo(tmp0_desc, 0);
935
935
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
@@ -976,10 +976,10 @@ protoOf($serializer_1).ll = function (decoder) {
976
976
  return RecordType_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
977
977
  };
978
978
  protoOf($serializer_1).jl = function () {
979
- return this.n2e_1;
979
+ return this.h2d_1;
980
980
  };
981
981
  protoOf($serializer_1).nw = function () {
982
- var tmp0_cached = Companion_getInstance_3().m2e_1;
982
+ var tmp0_cached = Companion_getInstance_3().g2d_1;
983
983
  // Inline function 'kotlin.arrayOf' call
984
984
  // Inline function 'kotlin.js.unsafeCast' call
985
985
  // Inline function 'kotlin.js.asDynamic' call
@@ -993,19 +993,19 @@ function $serializer_getInstance_1() {
993
993
  }
994
994
  function RecordType_init_$Init$(seen0, type, name, namespace, fields, doc, serializationConstructorMarker, $this) {
995
995
  if (!(11 === (11 & seen0))) {
996
- throwMissingFieldException(seen0, 11, $serializer_getInstance_1().n2e_1);
996
+ throwMissingFieldException(seen0, 11, $serializer_getInstance_1().h2d_1);
997
997
  }
998
- $this.o2d_1 = type;
999
- $this.p2d_1 = name;
998
+ $this.i2c_1 = type;
999
+ $this.j2c_1 = name;
1000
1000
  if (0 === (seen0 & 4))
1001
- $this.q2d_1 = null;
1001
+ $this.k2c_1 = null;
1002
1002
  else
1003
- $this.q2d_1 = namespace;
1004
- $this.r2d_1 = fields;
1003
+ $this.k2c_1 = namespace;
1004
+ $this.l2c_1 = fields;
1005
1005
  if (0 === (seen0 & 16))
1006
- $this.s2d_1 = null;
1006
+ $this.m2c_1 = null;
1007
1007
  else
1008
- $this.s2d_1 = doc;
1008
+ $this.m2c_1 = doc;
1009
1009
  return $this;
1010
1010
  }
1011
1011
  function RecordType_init_$Create$(seen0, type, name, namespace, fields, doc, serializationConstructorMarker) {
@@ -1013,7 +1013,7 @@ function RecordType_init_$Create$(seen0, type, name, namespace, fields, doc, ser
1013
1013
  }
1014
1014
  function Companion_4() {
1015
1015
  }
1016
- protoOf(Companion_4).y17 = function () {
1016
+ protoOf(Companion_4).v17 = function () {
1017
1017
  return $serializer_getInstance_2();
1018
1018
  };
1019
1019
  var Companion_instance_4;
@@ -1025,20 +1025,20 @@ function $serializer_2() {
1025
1025
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('community.flock.wirespec.converter.avro.AvroModel.ArrayType', this, 2);
1026
1026
  tmp0_serialDesc.uv('type', false);
1027
1027
  tmp0_serialDesc.uv('items', false);
1028
- this.p2e_1 = tmp0_serialDesc;
1028
+ this.j2d_1 = tmp0_serialDesc;
1029
1029
  }
1030
- protoOf($serializer_2).q2e = function (encoder, value) {
1031
- var tmp0_desc = this.p2e_1;
1030
+ protoOf($serializer_2).k2d = function (encoder, value) {
1031
+ var tmp0_desc = this.j2d_1;
1032
1032
  var tmp1_output = encoder.ko(tmp0_desc);
1033
- tmp1_output.zp(tmp0_desc, 0, value.t2d_1);
1034
- tmp1_output.bq(tmp0_desc, 1, TypeSerializer_getInstance(), value.u2d_1);
1033
+ tmp1_output.zp(tmp0_desc, 0, value.n2c_1);
1034
+ tmp1_output.bq(tmp0_desc, 1, TypeSerializer_getInstance(), value.o2c_1);
1035
1035
  tmp1_output.lo(tmp0_desc);
1036
1036
  };
1037
1037
  protoOf($serializer_2).kl = function (encoder, value) {
1038
- return this.q2e(encoder, value instanceof ArrayType ? value : THROW_CCE());
1038
+ return this.k2d(encoder, value instanceof ArrayType ? value : THROW_CCE());
1039
1039
  };
1040
1040
  protoOf($serializer_2).ll = function (decoder) {
1041
- var tmp0_desc = this.p2e_1;
1041
+ var tmp0_desc = this.j2d_1;
1042
1042
  var tmp1_flag = true;
1043
1043
  var tmp2_index = 0;
1044
1044
  var tmp3_bitMask0 = 0;
@@ -1073,7 +1073,7 @@ protoOf($serializer_2).ll = function (decoder) {
1073
1073
  return ArrayType_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
1074
1074
  };
1075
1075
  protoOf($serializer_2).jl = function () {
1076
- return this.p2e_1;
1076
+ return this.j2d_1;
1077
1077
  };
1078
1078
  protoOf($serializer_2).nw = function () {
1079
1079
  // Inline function 'kotlin.arrayOf' call
@@ -1089,10 +1089,10 @@ function $serializer_getInstance_2() {
1089
1089
  }
1090
1090
  function ArrayType_init_$Init$(seen0, type, items, serializationConstructorMarker, $this) {
1091
1091
  if (!(3 === (3 & seen0))) {
1092
- throwMissingFieldException(seen0, 3, $serializer_getInstance_2().p2e_1);
1092
+ throwMissingFieldException(seen0, 3, $serializer_getInstance_2().j2d_1);
1093
1093
  }
1094
- $this.t2d_1 = type;
1095
- $this.u2d_1 = items;
1094
+ $this.n2c_1 = type;
1095
+ $this.o2c_1 = items;
1096
1096
  return $this;
1097
1097
  }
1098
1098
  function ArrayType_init_$Create$(seen0, type, items, serializationConstructorMarker) {
@@ -1100,7 +1100,7 @@ function ArrayType_init_$Create$(seen0, type, items, serializationConstructorMar
1100
1100
  }
1101
1101
  function Companion_5() {
1102
1102
  }
1103
- protoOf(Companion_5).y17 = function () {
1103
+ protoOf(Companion_5).v17 = function () {
1104
1104
  return $serializer_getInstance_3();
1105
1105
  };
1106
1106
  var Companion_instance_5;
@@ -1112,20 +1112,20 @@ function $serializer_3() {
1112
1112
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('community.flock.wirespec.converter.avro.AvroModel.MapType', this, 2);
1113
1113
  tmp0_serialDesc.uv('type', false);
1114
1114
  tmp0_serialDesc.uv('values', false);
1115
- this.r2e_1 = tmp0_serialDesc;
1115
+ this.l2d_1 = tmp0_serialDesc;
1116
1116
  }
1117
- protoOf($serializer_3).s2e = function (encoder, value) {
1118
- var tmp0_desc = this.r2e_1;
1117
+ protoOf($serializer_3).m2d = function (encoder, value) {
1118
+ var tmp0_desc = this.l2d_1;
1119
1119
  var tmp1_output = encoder.ko(tmp0_desc);
1120
- tmp1_output.zp(tmp0_desc, 0, value.e2d_1);
1121
- tmp1_output.bq(tmp0_desc, 1, TypeSerializer_getInstance(), value.f2d_1);
1120
+ tmp1_output.zp(tmp0_desc, 0, value.y2b_1);
1121
+ tmp1_output.bq(tmp0_desc, 1, TypeSerializer_getInstance(), value.z2b_1);
1122
1122
  tmp1_output.lo(tmp0_desc);
1123
1123
  };
1124
1124
  protoOf($serializer_3).kl = function (encoder, value) {
1125
- return this.s2e(encoder, value instanceof MapType ? value : THROW_CCE());
1125
+ return this.m2d(encoder, value instanceof MapType ? value : THROW_CCE());
1126
1126
  };
1127
1127
  protoOf($serializer_3).ll = function (decoder) {
1128
- var tmp0_desc = this.r2e_1;
1128
+ var tmp0_desc = this.l2d_1;
1129
1129
  var tmp1_flag = true;
1130
1130
  var tmp2_index = 0;
1131
1131
  var tmp3_bitMask0 = 0;
@@ -1160,7 +1160,7 @@ protoOf($serializer_3).ll = function (decoder) {
1160
1160
  return MapType_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
1161
1161
  };
1162
1162
  protoOf($serializer_3).jl = function () {
1163
- return this.r2e_1;
1163
+ return this.l2d_1;
1164
1164
  };
1165
1165
  protoOf($serializer_3).nw = function () {
1166
1166
  // Inline function 'kotlin.arrayOf' call
@@ -1176,10 +1176,10 @@ function $serializer_getInstance_3() {
1176
1176
  }
1177
1177
  function MapType_init_$Init$(seen0, type, values, serializationConstructorMarker, $this) {
1178
1178
  if (!(3 === (3 & seen0))) {
1179
- throwMissingFieldException(seen0, 3, $serializer_getInstance_3().r2e_1);
1179
+ throwMissingFieldException(seen0, 3, $serializer_getInstance_3().l2d_1);
1180
1180
  }
1181
- $this.e2d_1 = type;
1182
- $this.f2d_1 = values;
1181
+ $this.y2b_1 = type;
1182
+ $this.z2b_1 = values;
1183
1183
  return $this;
1184
1184
  }
1185
1185
  function MapType_init_$Create$(seen0, type, values, serializationConstructorMarker) {
@@ -1191,9 +1191,9 @@ function Companion_6() {
1191
1191
  // Inline function 'kotlin.arrayOf' call
1192
1192
  // Inline function 'kotlin.js.unsafeCast' call
1193
1193
  // Inline function 'kotlin.js.asDynamic' call
1194
- tmp.t2e_1 = [null, null, null, new ArrayListSerializer(StringSerializer_getInstance())];
1194
+ tmp.n2d_1 = [null, null, null, new ArrayListSerializer(StringSerializer_getInstance())];
1195
1195
  }
1196
- protoOf(Companion_6).y17 = function () {
1196
+ protoOf(Companion_6).v17 = function () {
1197
1197
  return $serializer_getInstance_4();
1198
1198
  };
1199
1199
  var Companion_instance_6;
@@ -1209,25 +1209,25 @@ function $serializer_4() {
1209
1209
  tmp0_serialDesc.uv('name', false);
1210
1210
  tmp0_serialDesc.uv('doc', true);
1211
1211
  tmp0_serialDesc.uv('symbols', false);
1212
- this.u2e_1 = tmp0_serialDesc;
1212
+ this.o2d_1 = tmp0_serialDesc;
1213
1213
  }
1214
- protoOf($serializer_4).v2e = function (encoder, value) {
1215
- var tmp0_desc = this.u2e_1;
1214
+ protoOf($serializer_4).p2d = function (encoder, value) {
1215
+ var tmp0_desc = this.o2d_1;
1216
1216
  var tmp1_output = encoder.ko(tmp0_desc);
1217
- var tmp2_cached = Companion_getInstance_6().t2e_1;
1218
- tmp1_output.zp(tmp0_desc, 0, value.k2d_1);
1219
- tmp1_output.zp(tmp0_desc, 1, value.l2d_1);
1220
- if (tmp1_output.hq(tmp0_desc, 2) ? true : !(value.m2d_1 == null)) {
1221
- tmp1_output.dq(tmp0_desc, 2, StringSerializer_getInstance(), value.m2d_1);
1217
+ var tmp2_cached = Companion_getInstance_6().n2d_1;
1218
+ tmp1_output.zp(tmp0_desc, 0, value.e2c_1);
1219
+ tmp1_output.zp(tmp0_desc, 1, value.f2c_1);
1220
+ if (tmp1_output.hq(tmp0_desc, 2) ? true : !(value.g2c_1 == null)) {
1221
+ tmp1_output.dq(tmp0_desc, 2, StringSerializer_getInstance(), value.g2c_1);
1222
1222
  }
1223
- tmp1_output.bq(tmp0_desc, 3, tmp2_cached[3], value.n2d_1);
1223
+ tmp1_output.bq(tmp0_desc, 3, tmp2_cached[3], value.h2c_1);
1224
1224
  tmp1_output.lo(tmp0_desc);
1225
1225
  };
1226
1226
  protoOf($serializer_4).kl = function (encoder, value) {
1227
- return this.v2e(encoder, value instanceof EnumType ? value : THROW_CCE());
1227
+ return this.p2d(encoder, value instanceof EnumType ? value : THROW_CCE());
1228
1228
  };
1229
1229
  protoOf($serializer_4).ll = function (decoder) {
1230
- var tmp0_desc = this.u2e_1;
1230
+ var tmp0_desc = this.o2d_1;
1231
1231
  var tmp1_flag = true;
1232
1232
  var tmp2_index = 0;
1233
1233
  var tmp3_bitMask0 = 0;
@@ -1236,7 +1236,7 @@ protoOf($serializer_4).ll = function (decoder) {
1236
1236
  var tmp6_local2 = null;
1237
1237
  var tmp7_local3 = null;
1238
1238
  var tmp8_input = decoder.ko(tmp0_desc);
1239
- var tmp9_cached = Companion_getInstance_6().t2e_1;
1239
+ var tmp9_cached = Companion_getInstance_6().n2d_1;
1240
1240
  if (tmp8_input.ap()) {
1241
1241
  tmp4_local0 = tmp8_input.uo(tmp0_desc, 0);
1242
1242
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
@@ -1277,10 +1277,10 @@ protoOf($serializer_4).ll = function (decoder) {
1277
1277
  return EnumType_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
1278
1278
  };
1279
1279
  protoOf($serializer_4).jl = function () {
1280
- return this.u2e_1;
1280
+ return this.o2d_1;
1281
1281
  };
1282
1282
  protoOf($serializer_4).nw = function () {
1283
- var tmp0_cached = Companion_getInstance_6().t2e_1;
1283
+ var tmp0_cached = Companion_getInstance_6().n2d_1;
1284
1284
  // Inline function 'kotlin.arrayOf' call
1285
1285
  // Inline function 'kotlin.js.unsafeCast' call
1286
1286
  // Inline function 'kotlin.js.asDynamic' call
@@ -1294,15 +1294,15 @@ function $serializer_getInstance_4() {
1294
1294
  }
1295
1295
  function EnumType_init_$Init$(seen0, type, name, doc, symbols, serializationConstructorMarker, $this) {
1296
1296
  if (!(11 === (11 & seen0))) {
1297
- throwMissingFieldException(seen0, 11, $serializer_getInstance_4().u2e_1);
1297
+ throwMissingFieldException(seen0, 11, $serializer_getInstance_4().o2d_1);
1298
1298
  }
1299
- $this.k2d_1 = type;
1300
- $this.l2d_1 = name;
1299
+ $this.e2c_1 = type;
1300
+ $this.f2c_1 = name;
1301
1301
  if (0 === (seen0 & 4))
1302
- $this.m2d_1 = null;
1302
+ $this.g2c_1 = null;
1303
1303
  else
1304
- $this.m2d_1 = doc;
1305
- $this.n2d_1 = symbols;
1304
+ $this.g2c_1 = doc;
1305
+ $this.h2c_1 = symbols;
1306
1306
  return $this;
1307
1307
  }
1308
1308
  function EnumType_init_$Create$(seen0, type, name, doc, symbols, serializationConstructorMarker) {
@@ -1310,7 +1310,7 @@ function EnumType_init_$Create$(seen0, type, name, doc, symbols, serializationCo
1310
1310
  }
1311
1311
  function Companion_7() {
1312
1312
  }
1313
- protoOf(Companion_7).y17 = function () {
1313
+ protoOf(Companion_7).v17 = function () {
1314
1314
  return $serializer_getInstance_5();
1315
1315
  };
1316
1316
  var Companion_instance_7;
@@ -1322,20 +1322,20 @@ function $serializer_5() {
1322
1322
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('community.flock.wirespec.converter.avro.AvroModel.UnionType', this, 2);
1323
1323
  tmp0_serialDesc.uv('name', false);
1324
1324
  tmp0_serialDesc.uv('type', false);
1325
- this.w2e_1 = tmp0_serialDesc;
1325
+ this.q2d_1 = tmp0_serialDesc;
1326
1326
  }
1327
- protoOf($serializer_5).x2e = function (encoder, value) {
1328
- var tmp0_desc = this.w2e_1;
1327
+ protoOf($serializer_5).r2d = function (encoder, value) {
1328
+ var tmp0_desc = this.q2d_1;
1329
1329
  var tmp1_output = encoder.ko(tmp0_desc);
1330
- tmp1_output.zp(tmp0_desc, 0, value.c2d_1);
1331
- tmp1_output.bq(tmp0_desc, 1, TypeListSerializer_getInstance(), value.d2d_1);
1330
+ tmp1_output.zp(tmp0_desc, 0, value.w2b_1);
1331
+ tmp1_output.bq(tmp0_desc, 1, TypeListSerializer_getInstance(), value.x2b_1);
1332
1332
  tmp1_output.lo(tmp0_desc);
1333
1333
  };
1334
1334
  protoOf($serializer_5).kl = function (encoder, value) {
1335
- return this.x2e(encoder, value instanceof UnionType ? value : THROW_CCE());
1335
+ return this.r2d(encoder, value instanceof UnionType ? value : THROW_CCE());
1336
1336
  };
1337
1337
  protoOf($serializer_5).ll = function (decoder) {
1338
- var tmp0_desc = this.w2e_1;
1338
+ var tmp0_desc = this.q2d_1;
1339
1339
  var tmp1_flag = true;
1340
1340
  var tmp2_index = 0;
1341
1341
  var tmp3_bitMask0 = 0;
@@ -1370,7 +1370,7 @@ protoOf($serializer_5).ll = function (decoder) {
1370
1370
  return UnionType_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
1371
1371
  };
1372
1372
  protoOf($serializer_5).jl = function () {
1373
- return this.w2e_1;
1373
+ return this.q2d_1;
1374
1374
  };
1375
1375
  protoOf($serializer_5).nw = function () {
1376
1376
  // Inline function 'kotlin.arrayOf' call
@@ -1386,10 +1386,10 @@ function $serializer_getInstance_5() {
1386
1386
  }
1387
1387
  function UnionType_init_$Init$(seen0, name, type, serializationConstructorMarker, $this) {
1388
1388
  if (!(3 === (3 & seen0))) {
1389
- throwMissingFieldException(seen0, 3, $serializer_getInstance_5().w2e_1);
1389
+ throwMissingFieldException(seen0, 3, $serializer_getInstance_5().q2d_1);
1390
1390
  }
1391
- $this.c2d_1 = name;
1392
- $this.d2d_1 = type;
1391
+ $this.w2b_1 = name;
1392
+ $this.x2b_1 = type;
1393
1393
  return $this;
1394
1394
  }
1395
1395
  function UnionType_init_$Create$(seen0, name, type, serializationConstructorMarker) {
@@ -1397,7 +1397,7 @@ function UnionType_init_$Create$(seen0, name, type, serializationConstructorMark
1397
1397
  }
1398
1398
  function Companion_8() {
1399
1399
  }
1400
- protoOf(Companion_8).y17 = function () {
1400
+ protoOf(Companion_8).v17 = function () {
1401
1401
  return $serializer_getInstance_6();
1402
1402
  };
1403
1403
  var Companion_instance_8;
@@ -1411,26 +1411,26 @@ function $serializer_6() {
1411
1411
  tmp0_serialDesc.uv('logicalType', false);
1412
1412
  tmp0_serialDesc.uv('precision', true);
1413
1413
  tmp0_serialDesc.uv('scale', true);
1414
- this.y2e_1 = tmp0_serialDesc;
1414
+ this.s2d_1 = tmp0_serialDesc;
1415
1415
  }
1416
- protoOf($serializer_6).z2e = function (encoder, value) {
1417
- var tmp0_desc = this.y2e_1;
1416
+ protoOf($serializer_6).t2d = function (encoder, value) {
1417
+ var tmp0_desc = this.s2d_1;
1418
1418
  var tmp1_output = encoder.ko(tmp0_desc);
1419
- tmp1_output.zp(tmp0_desc, 0, value.g2d_1);
1420
- tmp1_output.zp(tmp0_desc, 1, value.h2d_1);
1421
- if (tmp1_output.hq(tmp0_desc, 2) ? true : !(value.i2d_1 == null)) {
1422
- tmp1_output.dq(tmp0_desc, 2, IntSerializer_getInstance(), value.i2d_1);
1419
+ tmp1_output.zp(tmp0_desc, 0, value.a2c_1);
1420
+ tmp1_output.zp(tmp0_desc, 1, value.b2c_1);
1421
+ if (tmp1_output.hq(tmp0_desc, 2) ? true : !(value.c2c_1 == null)) {
1422
+ tmp1_output.dq(tmp0_desc, 2, IntSerializer_getInstance(), value.c2c_1);
1423
1423
  }
1424
- if (tmp1_output.hq(tmp0_desc, 3) ? true : !(value.j2d_1 == null)) {
1425
- tmp1_output.dq(tmp0_desc, 3, IntSerializer_getInstance(), value.j2d_1);
1424
+ if (tmp1_output.hq(tmp0_desc, 3) ? true : !(value.d2c_1 == null)) {
1425
+ tmp1_output.dq(tmp0_desc, 3, IntSerializer_getInstance(), value.d2c_1);
1426
1426
  }
1427
1427
  tmp1_output.lo(tmp0_desc);
1428
1428
  };
1429
1429
  protoOf($serializer_6).kl = function (encoder, value) {
1430
- return this.z2e(encoder, value instanceof LogicalType ? value : THROW_CCE());
1430
+ return this.t2d(encoder, value instanceof LogicalType ? value : THROW_CCE());
1431
1431
  };
1432
1432
  protoOf($serializer_6).ll = function (decoder) {
1433
- var tmp0_desc = this.y2e_1;
1433
+ var tmp0_desc = this.s2d_1;
1434
1434
  var tmp1_flag = true;
1435
1435
  var tmp2_index = 0;
1436
1436
  var tmp3_bitMask0 = 0;
@@ -1479,7 +1479,7 @@ protoOf($serializer_6).ll = function (decoder) {
1479
1479
  return LogicalType_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
1480
1480
  };
1481
1481
  protoOf($serializer_6).jl = function () {
1482
- return this.y2e_1;
1482
+ return this.s2d_1;
1483
1483
  };
1484
1484
  protoOf($serializer_6).nw = function () {
1485
1485
  // Inline function 'kotlin.arrayOf' call
@@ -1495,18 +1495,18 @@ function $serializer_getInstance_6() {
1495
1495
  }
1496
1496
  function LogicalType_init_$Init$(seen0, type, logicalType, precision, scale, serializationConstructorMarker, $this) {
1497
1497
  if (!(3 === (3 & seen0))) {
1498
- throwMissingFieldException(seen0, 3, $serializer_getInstance_6().y2e_1);
1498
+ throwMissingFieldException(seen0, 3, $serializer_getInstance_6().s2d_1);
1499
1499
  }
1500
- $this.g2d_1 = type;
1501
- $this.h2d_1 = logicalType;
1500
+ $this.a2c_1 = type;
1501
+ $this.b2c_1 = logicalType;
1502
1502
  if (0 === (seen0 & 4))
1503
- $this.i2d_1 = null;
1503
+ $this.c2c_1 = null;
1504
1504
  else
1505
- $this.i2d_1 = precision;
1505
+ $this.c2c_1 = precision;
1506
1506
  if (0 === (seen0 & 8))
1507
- $this.j2d_1 = null;
1507
+ $this.d2c_1 = null;
1508
1508
  else
1509
- $this.j2d_1 = scale;
1509
+ $this.d2c_1 = scale;
1510
1510
  return $this;
1511
1511
  }
1512
1512
  function LogicalType_init_$Create$(seen0, type, logicalType, precision, scale, serializationConstructorMarker) {
@@ -1515,19 +1515,19 @@ function LogicalType_init_$Create$(seen0, type, logicalType, precision, scale, s
1515
1515
  function Field_0(name, type, doc, default_0) {
1516
1516
  doc = doc === VOID ? null : doc;
1517
1517
  default_0 = default_0 === VOID ? null : default_0;
1518
- this.v2d_1 = name;
1519
- this.w2d_1 = type;
1520
- this.x2d_1 = doc;
1521
- this.y2d_1 = default_0;
1518
+ this.p2c_1 = name;
1519
+ this.q2c_1 = type;
1520
+ this.r2c_1 = doc;
1521
+ this.s2c_1 = default_0;
1522
1522
  }
1523
1523
  protoOf(Field_0).toString = function () {
1524
- return 'Field(name=' + this.v2d_1 + ', type=' + this.w2d_1.toString() + ', doc=' + this.x2d_1 + ', default=' + this.y2d_1 + ')';
1524
+ return 'Field(name=' + this.p2c_1 + ', type=' + this.q2c_1.toString() + ', doc=' + this.r2c_1 + ', default=' + this.s2c_1 + ')';
1525
1525
  };
1526
1526
  protoOf(Field_0).hashCode = function () {
1527
- var result = getStringHashCode(this.v2d_1);
1528
- result = imul(result, 31) + this.w2d_1.hashCode() | 0;
1529
- result = imul(result, 31) + (this.x2d_1 == null ? 0 : getStringHashCode(this.x2d_1)) | 0;
1530
- result = imul(result, 31) + (this.y2d_1 == null ? 0 : getStringHashCode(this.y2d_1)) | 0;
1527
+ var result = getStringHashCode(this.p2c_1);
1528
+ result = imul(result, 31) + this.q2c_1.hashCode() | 0;
1529
+ result = imul(result, 31) + (this.r2c_1 == null ? 0 : getStringHashCode(this.r2c_1)) | 0;
1530
+ result = imul(result, 31) + (this.s2c_1 == null ? 0 : getStringHashCode(this.s2c_1)) | 0;
1531
1531
  return result;
1532
1532
  };
1533
1533
  protoOf(Field_0).equals = function (other) {
@@ -1536,37 +1536,37 @@ protoOf(Field_0).equals = function (other) {
1536
1536
  if (!(other instanceof Field_0))
1537
1537
  return false;
1538
1538
  var tmp0_other_with_cast = other instanceof Field_0 ? other : THROW_CCE();
1539
- if (!(this.v2d_1 === tmp0_other_with_cast.v2d_1))
1539
+ if (!(this.p2c_1 === tmp0_other_with_cast.p2c_1))
1540
1540
  return false;
1541
- if (!this.w2d_1.equals(tmp0_other_with_cast.w2d_1))
1541
+ if (!this.q2c_1.equals(tmp0_other_with_cast.q2c_1))
1542
1542
  return false;
1543
- if (!(this.x2d_1 == tmp0_other_with_cast.x2d_1))
1543
+ if (!(this.r2c_1 == tmp0_other_with_cast.r2c_1))
1544
1544
  return false;
1545
- if (!(this.y2d_1 == tmp0_other_with_cast.y2d_1))
1545
+ if (!(this.s2c_1 == tmp0_other_with_cast.s2c_1))
1546
1546
  return false;
1547
1547
  return true;
1548
1548
  };
1549
1549
  function TypeList(type) {
1550
1550
  AbstractList.call(this);
1551
- this.a2f_1 = toList_0(type);
1552
- this.b2f_1 = this.a2f_1.j();
1551
+ this.u2d_1 = toList_0(type);
1552
+ this.v2d_1 = this.u2d_1.j();
1553
1553
  }
1554
1554
  protoOf(TypeList).j = function () {
1555
- return this.b2f_1;
1555
+ return this.v2d_1;
1556
1556
  };
1557
1557
  protoOf(TypeList).k = function (index) {
1558
- return this.a2f_1.k(index);
1558
+ return this.u2d_1.k(index);
1559
1559
  };
1560
1560
  function Type_0() {
1561
1561
  }
1562
1562
  function SimpleType(value) {
1563
- this.b2d_1 = value;
1563
+ this.v2b_1 = value;
1564
1564
  }
1565
1565
  protoOf(SimpleType).toString = function () {
1566
- return 'SimpleType(value=' + this.b2d_1 + ')';
1566
+ return 'SimpleType(value=' + this.v2b_1 + ')';
1567
1567
  };
1568
1568
  protoOf(SimpleType).hashCode = function () {
1569
- return getStringHashCode(this.b2d_1);
1569
+ return getStringHashCode(this.v2b_1);
1570
1570
  };
1571
1571
  protoOf(SimpleType).equals = function (other) {
1572
1572
  if (this === other)
@@ -1574,7 +1574,7 @@ protoOf(SimpleType).equals = function (other) {
1574
1574
  if (!(other instanceof SimpleType))
1575
1575
  return false;
1576
1576
  var tmp0_other_with_cast = other instanceof SimpleType ? other : THROW_CCE();
1577
- if (!(this.b2d_1 === tmp0_other_with_cast.b2d_1))
1577
+ if (!(this.v2b_1 === tmp0_other_with_cast.v2b_1))
1578
1578
  return false;
1579
1579
  return true;
1580
1580
  };
@@ -1582,21 +1582,21 @@ function RecordType(type, name, namespace, fields, doc) {
1582
1582
  Companion_getInstance_3();
1583
1583
  namespace = namespace === VOID ? null : namespace;
1584
1584
  doc = doc === VOID ? null : doc;
1585
- this.o2d_1 = type;
1586
- this.p2d_1 = name;
1587
- this.q2d_1 = namespace;
1588
- this.r2d_1 = fields;
1589
- this.s2d_1 = doc;
1585
+ this.i2c_1 = type;
1586
+ this.j2c_1 = name;
1587
+ this.k2c_1 = namespace;
1588
+ this.l2c_1 = fields;
1589
+ this.m2c_1 = doc;
1590
1590
  }
1591
1591
  protoOf(RecordType).toString = function () {
1592
- return 'RecordType(type=' + this.o2d_1 + ', name=' + this.p2d_1 + ', namespace=' + this.q2d_1 + ', fields=' + toString(this.r2d_1) + ', doc=' + this.s2d_1 + ')';
1592
+ return 'RecordType(type=' + this.i2c_1 + ', name=' + this.j2c_1 + ', namespace=' + this.k2c_1 + ', fields=' + toString(this.l2c_1) + ', doc=' + this.m2c_1 + ')';
1593
1593
  };
1594
1594
  protoOf(RecordType).hashCode = function () {
1595
- var result = getStringHashCode(this.o2d_1);
1596
- result = imul(result, 31) + getStringHashCode(this.p2d_1) | 0;
1597
- result = imul(result, 31) + (this.q2d_1 == null ? 0 : getStringHashCode(this.q2d_1)) | 0;
1598
- result = imul(result, 31) + hashCode(this.r2d_1) | 0;
1599
- result = imul(result, 31) + (this.s2d_1 == null ? 0 : getStringHashCode(this.s2d_1)) | 0;
1595
+ var result = getStringHashCode(this.i2c_1);
1596
+ result = imul(result, 31) + getStringHashCode(this.j2c_1) | 0;
1597
+ result = imul(result, 31) + (this.k2c_1 == null ? 0 : getStringHashCode(this.k2c_1)) | 0;
1598
+ result = imul(result, 31) + hashCode(this.l2c_1) | 0;
1599
+ result = imul(result, 31) + (this.m2c_1 == null ? 0 : getStringHashCode(this.m2c_1)) | 0;
1600
1600
  return result;
1601
1601
  };
1602
1602
  protoOf(RecordType).equals = function (other) {
@@ -1605,28 +1605,28 @@ protoOf(RecordType).equals = function (other) {
1605
1605
  if (!(other instanceof RecordType))
1606
1606
  return false;
1607
1607
  var tmp0_other_with_cast = other instanceof RecordType ? other : THROW_CCE();
1608
- if (!(this.o2d_1 === tmp0_other_with_cast.o2d_1))
1608
+ if (!(this.i2c_1 === tmp0_other_with_cast.i2c_1))
1609
1609
  return false;
1610
- if (!(this.p2d_1 === tmp0_other_with_cast.p2d_1))
1610
+ if (!(this.j2c_1 === tmp0_other_with_cast.j2c_1))
1611
1611
  return false;
1612
- if (!(this.q2d_1 == tmp0_other_with_cast.q2d_1))
1612
+ if (!(this.k2c_1 == tmp0_other_with_cast.k2c_1))
1613
1613
  return false;
1614
- if (!equals(this.r2d_1, tmp0_other_with_cast.r2d_1))
1614
+ if (!equals(this.l2c_1, tmp0_other_with_cast.l2c_1))
1615
1615
  return false;
1616
- if (!(this.s2d_1 == tmp0_other_with_cast.s2d_1))
1616
+ if (!(this.m2c_1 == tmp0_other_with_cast.m2c_1))
1617
1617
  return false;
1618
1618
  return true;
1619
1619
  };
1620
1620
  function ArrayType(type, items) {
1621
- this.t2d_1 = type;
1622
- this.u2d_1 = items;
1621
+ this.n2c_1 = type;
1622
+ this.o2c_1 = items;
1623
1623
  }
1624
1624
  protoOf(ArrayType).toString = function () {
1625
- return 'ArrayType(type=' + this.t2d_1 + ', items=' + toString(this.u2d_1) + ')';
1625
+ return 'ArrayType(type=' + this.n2c_1 + ', items=' + toString(this.o2c_1) + ')';
1626
1626
  };
1627
1627
  protoOf(ArrayType).hashCode = function () {
1628
- var result = getStringHashCode(this.t2d_1);
1629
- result = imul(result, 31) + hashCode(this.u2d_1) | 0;
1628
+ var result = getStringHashCode(this.n2c_1);
1629
+ result = imul(result, 31) + hashCode(this.o2c_1) | 0;
1630
1630
  return result;
1631
1631
  };
1632
1632
  protoOf(ArrayType).equals = function (other) {
@@ -1635,22 +1635,22 @@ protoOf(ArrayType).equals = function (other) {
1635
1635
  if (!(other instanceof ArrayType))
1636
1636
  return false;
1637
1637
  var tmp0_other_with_cast = other instanceof ArrayType ? other : THROW_CCE();
1638
- if (!(this.t2d_1 === tmp0_other_with_cast.t2d_1))
1638
+ if (!(this.n2c_1 === tmp0_other_with_cast.n2c_1))
1639
1639
  return false;
1640
- if (!equals(this.u2d_1, tmp0_other_with_cast.u2d_1))
1640
+ if (!equals(this.o2c_1, tmp0_other_with_cast.o2c_1))
1641
1641
  return false;
1642
1642
  return true;
1643
1643
  };
1644
1644
  function MapType(type, values) {
1645
- this.e2d_1 = type;
1646
- this.f2d_1 = values;
1645
+ this.y2b_1 = type;
1646
+ this.z2b_1 = values;
1647
1647
  }
1648
1648
  protoOf(MapType).toString = function () {
1649
- return 'MapType(type=' + this.e2d_1 + ', values=' + toString(this.f2d_1) + ')';
1649
+ return 'MapType(type=' + this.y2b_1 + ', values=' + toString(this.z2b_1) + ')';
1650
1650
  };
1651
1651
  protoOf(MapType).hashCode = function () {
1652
- var result = getStringHashCode(this.e2d_1);
1653
- result = imul(result, 31) + hashCode(this.f2d_1) | 0;
1652
+ var result = getStringHashCode(this.y2b_1);
1653
+ result = imul(result, 31) + hashCode(this.z2b_1) | 0;
1654
1654
  return result;
1655
1655
  };
1656
1656
  protoOf(MapType).equals = function (other) {
@@ -1659,28 +1659,28 @@ protoOf(MapType).equals = function (other) {
1659
1659
  if (!(other instanceof MapType))
1660
1660
  return false;
1661
1661
  var tmp0_other_with_cast = other instanceof MapType ? other : THROW_CCE();
1662
- if (!(this.e2d_1 === tmp0_other_with_cast.e2d_1))
1662
+ if (!(this.y2b_1 === tmp0_other_with_cast.y2b_1))
1663
1663
  return false;
1664
- if (!equals(this.f2d_1, tmp0_other_with_cast.f2d_1))
1664
+ if (!equals(this.z2b_1, tmp0_other_with_cast.z2b_1))
1665
1665
  return false;
1666
1666
  return true;
1667
1667
  };
1668
1668
  function EnumType(type, name, doc, symbols) {
1669
1669
  Companion_getInstance_6();
1670
1670
  doc = doc === VOID ? null : doc;
1671
- this.k2d_1 = type;
1672
- this.l2d_1 = name;
1673
- this.m2d_1 = doc;
1674
- this.n2d_1 = symbols;
1671
+ this.e2c_1 = type;
1672
+ this.f2c_1 = name;
1673
+ this.g2c_1 = doc;
1674
+ this.h2c_1 = symbols;
1675
1675
  }
1676
1676
  protoOf(EnumType).toString = function () {
1677
- return 'EnumType(type=' + this.k2d_1 + ', name=' + this.l2d_1 + ', doc=' + this.m2d_1 + ', symbols=' + toString(this.n2d_1) + ')';
1677
+ return 'EnumType(type=' + this.e2c_1 + ', name=' + this.f2c_1 + ', doc=' + this.g2c_1 + ', symbols=' + toString(this.h2c_1) + ')';
1678
1678
  };
1679
1679
  protoOf(EnumType).hashCode = function () {
1680
- var result = getStringHashCode(this.k2d_1);
1681
- result = imul(result, 31) + getStringHashCode(this.l2d_1) | 0;
1682
- result = imul(result, 31) + (this.m2d_1 == null ? 0 : getStringHashCode(this.m2d_1)) | 0;
1683
- result = imul(result, 31) + hashCode(this.n2d_1) | 0;
1680
+ var result = getStringHashCode(this.e2c_1);
1681
+ result = imul(result, 31) + getStringHashCode(this.f2c_1) | 0;
1682
+ result = imul(result, 31) + (this.g2c_1 == null ? 0 : getStringHashCode(this.g2c_1)) | 0;
1683
+ result = imul(result, 31) + hashCode(this.h2c_1) | 0;
1684
1684
  return result;
1685
1685
  };
1686
1686
  protoOf(EnumType).equals = function (other) {
@@ -1689,26 +1689,26 @@ protoOf(EnumType).equals = function (other) {
1689
1689
  if (!(other instanceof EnumType))
1690
1690
  return false;
1691
1691
  var tmp0_other_with_cast = other instanceof EnumType ? other : THROW_CCE();
1692
- if (!(this.k2d_1 === tmp0_other_with_cast.k2d_1))
1692
+ if (!(this.e2c_1 === tmp0_other_with_cast.e2c_1))
1693
1693
  return false;
1694
- if (!(this.l2d_1 === tmp0_other_with_cast.l2d_1))
1694
+ if (!(this.f2c_1 === tmp0_other_with_cast.f2c_1))
1695
1695
  return false;
1696
- if (!(this.m2d_1 == tmp0_other_with_cast.m2d_1))
1696
+ if (!(this.g2c_1 == tmp0_other_with_cast.g2c_1))
1697
1697
  return false;
1698
- if (!equals(this.n2d_1, tmp0_other_with_cast.n2d_1))
1698
+ if (!equals(this.h2c_1, tmp0_other_with_cast.h2c_1))
1699
1699
  return false;
1700
1700
  return true;
1701
1701
  };
1702
1702
  function UnionType(name, type) {
1703
- this.c2d_1 = name;
1704
- this.d2d_1 = type;
1703
+ this.w2b_1 = name;
1704
+ this.x2b_1 = type;
1705
1705
  }
1706
1706
  protoOf(UnionType).toString = function () {
1707
- return 'UnionType(name=' + this.c2d_1 + ', type=' + this.d2d_1.toString() + ')';
1707
+ return 'UnionType(name=' + this.w2b_1 + ', type=' + this.x2b_1.toString() + ')';
1708
1708
  };
1709
1709
  protoOf(UnionType).hashCode = function () {
1710
- var result = getStringHashCode(this.c2d_1);
1711
- result = imul(result, 31) + this.d2d_1.hashCode() | 0;
1710
+ var result = getStringHashCode(this.w2b_1);
1711
+ result = imul(result, 31) + this.x2b_1.hashCode() | 0;
1712
1712
  return result;
1713
1713
  };
1714
1714
  protoOf(UnionType).equals = function (other) {
@@ -1717,22 +1717,22 @@ protoOf(UnionType).equals = function (other) {
1717
1717
  if (!(other instanceof UnionType))
1718
1718
  return false;
1719
1719
  var tmp0_other_with_cast = other instanceof UnionType ? other : THROW_CCE();
1720
- if (!(this.c2d_1 === tmp0_other_with_cast.c2d_1))
1720
+ if (!(this.w2b_1 === tmp0_other_with_cast.w2b_1))
1721
1721
  return false;
1722
- if (!this.d2d_1.equals(tmp0_other_with_cast.d2d_1))
1722
+ if (!this.x2b_1.equals(tmp0_other_with_cast.x2b_1))
1723
1723
  return false;
1724
1724
  return true;
1725
1725
  };
1726
1726
  function LogicalType() {
1727
1727
  }
1728
1728
  protoOf(LogicalType).toString = function () {
1729
- return 'LogicalType(type=' + this.g2d_1 + ', logicalType=' + this.h2d_1 + ', precision=' + this.i2d_1 + ', scale=' + this.j2d_1 + ')';
1729
+ return 'LogicalType(type=' + this.a2c_1 + ', logicalType=' + this.b2c_1 + ', precision=' + this.c2c_1 + ', scale=' + this.d2c_1 + ')';
1730
1730
  };
1731
1731
  protoOf(LogicalType).hashCode = function () {
1732
- var result = getStringHashCode(this.g2d_1);
1733
- result = imul(result, 31) + getStringHashCode(this.h2d_1) | 0;
1734
- result = imul(result, 31) + (this.i2d_1 == null ? 0 : this.i2d_1) | 0;
1735
- result = imul(result, 31) + (this.j2d_1 == null ? 0 : this.j2d_1) | 0;
1732
+ var result = getStringHashCode(this.a2c_1);
1733
+ result = imul(result, 31) + getStringHashCode(this.b2c_1) | 0;
1734
+ result = imul(result, 31) + (this.c2c_1 == null ? 0 : this.c2c_1) | 0;
1735
+ result = imul(result, 31) + (this.d2c_1 == null ? 0 : this.d2c_1) | 0;
1736
1736
  return result;
1737
1737
  };
1738
1738
  protoOf(LogicalType).equals = function (other) {
@@ -1741,32 +1741,32 @@ protoOf(LogicalType).equals = function (other) {
1741
1741
  if (!(other instanceof LogicalType))
1742
1742
  return false;
1743
1743
  var tmp0_other_with_cast = other instanceof LogicalType ? other : THROW_CCE();
1744
- if (!(this.g2d_1 === tmp0_other_with_cast.g2d_1))
1744
+ if (!(this.a2c_1 === tmp0_other_with_cast.a2c_1))
1745
1745
  return false;
1746
- if (!(this.h2d_1 === tmp0_other_with_cast.h2d_1))
1746
+ if (!(this.b2c_1 === tmp0_other_with_cast.b2c_1))
1747
1747
  return false;
1748
- if (!(this.i2d_1 == tmp0_other_with_cast.i2d_1))
1748
+ if (!(this.c2c_1 == tmp0_other_with_cast.c2c_1))
1749
1749
  return false;
1750
- if (!(this.j2d_1 == tmp0_other_with_cast.j2d_1))
1750
+ if (!(this.d2c_1 == tmp0_other_with_cast.d2c_1))
1751
1751
  return false;
1752
1752
  return true;
1753
1753
  };
1754
1754
  function TypeListSerializer() {
1755
1755
  TypeListSerializer_instance = this;
1756
- this.c2f_1 = buildSerialDescriptor('TypeListSerializer', SEALED_getInstance(), []);
1756
+ this.w2d_1 = buildSerialDescriptor('TypeListSerializer', SEALED_getInstance(), []);
1757
1757
  }
1758
1758
  protoOf(TypeListSerializer).jl = function () {
1759
- return this.c2f_1;
1759
+ return this.w2d_1;
1760
1760
  };
1761
- protoOf(TypeListSerializer).d2f = function (encoder, value) {
1762
- if (value.b2f_1 > 1) {
1763
- encoder.cq(ListSerializer(Companion_instance_1.y17()), value);
1761
+ protoOf(TypeListSerializer).x2d = function (encoder, value) {
1762
+ if (value.v2d_1 > 1) {
1763
+ encoder.cq(ListSerializer(Companion_instance_1.v17()), value);
1764
1764
  } else {
1765
- encoder.cq(Companion_instance_1.y17(), first(value));
1765
+ encoder.cq(Companion_instance_1.v17(), first(value));
1766
1766
  }
1767
1767
  };
1768
1768
  protoOf(TypeListSerializer).kl = function (encoder, value) {
1769
- return this.d2f(encoder, value instanceof TypeList ? value : THROW_CCE());
1769
+ return this.x2d(encoder, value instanceof TypeList ? value : THROW_CCE());
1770
1770
  };
1771
1771
  protoOf(TypeListSerializer).ll = function (decoder) {
1772
1772
  var tmp0_elvis_lhs = isInterface(decoder, JsonDecoder) ? decoder : null;
@@ -1780,7 +1780,7 @@ protoOf(TypeListSerializer).ll = function (decoder) {
1780
1780
  var element = input.p17();
1781
1781
  var tmp_0;
1782
1782
  if (element instanceof JsonPrimitive) {
1783
- tmp_0 = new TypeList([input.o17().o15(Companion_instance_1.y17(), element)]);
1783
+ tmp_0 = new TypeList([input.o17().o15(Companion_instance_1.v17(), element)]);
1784
1784
  } else {
1785
1785
  if (element instanceof JsonArray) {
1786
1786
  // Inline function 'kotlin.collections.toTypedArray' call
@@ -1791,14 +1791,14 @@ protoOf(TypeListSerializer).ll = function (decoder) {
1791
1791
  while (tmp0_iterator.h()) {
1792
1792
  var item = tmp0_iterator.i();
1793
1793
  // Inline function 'community.flock.wirespec.converter.avro.TypeListSerializer.deserialize.<anonymous>' call
1794
- var tmp$ret$0 = input.o17().o15(Companion_instance_1.y17(), item);
1794
+ var tmp$ret$0 = input.o17().o15(Companion_instance_1.v17(), item);
1795
1795
  destination.e(tmp$ret$0);
1796
1796
  }
1797
1797
  var tmp$ret$3 = copyToArray(destination);
1798
1798
  tmp_0 = new TypeList(tmp$ret$3.slice());
1799
1799
  } else {
1800
1800
  if (element instanceof JsonObject) {
1801
- tmp_0 = new TypeList([input.o17().o15(Companion_instance_1.y17(), element)]);
1801
+ tmp_0 = new TypeList([input.o17().o15(Companion_instance_1.v17(), element)]);
1802
1802
  } else {
1803
1803
  noWhenBranchMatchedException();
1804
1804
  }
@@ -1814,29 +1814,29 @@ function TypeListSerializer_getInstance() {
1814
1814
  }
1815
1815
  function TypeSerializer() {
1816
1816
  TypeSerializer_instance = this;
1817
- this.e2f_1 = buildSerialDescriptor('TypeSerializer', SEALED_getInstance(), []);
1817
+ this.y2d_1 = buildSerialDescriptor('TypeSerializer', SEALED_getInstance(), []);
1818
1818
  }
1819
1819
  protoOf(TypeSerializer).jl = function () {
1820
- return this.e2f_1;
1820
+ return this.y2d_1;
1821
1821
  };
1822
- protoOf(TypeSerializer).f2f = function (encoder, value) {
1822
+ protoOf(TypeSerializer).z2d = function (encoder, value) {
1823
1823
  if (value instanceof SimpleType) {
1824
- encoder.cq(serializer_0(StringCompanionObject_instance), value.b2d_1);
1824
+ encoder.cq(serializer_0(StringCompanionObject_instance), value.v2b_1);
1825
1825
  } else {
1826
1826
  if (value instanceof RecordType) {
1827
- encoder.cq(Companion_getInstance_3().y17(), value);
1827
+ encoder.cq(Companion_getInstance_3().v17(), value);
1828
1828
  } else {
1829
1829
  if (value instanceof ArrayType) {
1830
- encoder.cq(Companion_instance_4.y17(), value);
1830
+ encoder.cq(Companion_instance_4.v17(), value);
1831
1831
  } else {
1832
1832
  if (value instanceof MapType) {
1833
- encoder.cq(Companion_instance_5.y17(), value);
1833
+ encoder.cq(Companion_instance_5.v17(), value);
1834
1834
  } else {
1835
1835
  if (value instanceof EnumType) {
1836
- encoder.cq(Companion_getInstance_6().y17(), value);
1836
+ encoder.cq(Companion_getInstance_6().v17(), value);
1837
1837
  } else {
1838
1838
  if (value instanceof UnionType) {
1839
- encoder.cq(Companion_instance_7.y17(), value);
1839
+ encoder.cq(Companion_instance_7.v17(), value);
1840
1840
  } else {
1841
1841
  if (value instanceof LogicalType) {
1842
1842
  // Inline function 'kotlin.TODO' call
@@ -1852,7 +1852,7 @@ protoOf(TypeSerializer).f2f = function (encoder, value) {
1852
1852
  }
1853
1853
  };
1854
1854
  protoOf(TypeSerializer).kl = function (encoder, value) {
1855
- return this.f2f(encoder, (!(value == null) ? isInterface(value, Type_0) : false) ? value : THROW_CCE());
1855
+ return this.z2d(encoder, (!(value == null) ? isInterface(value, Type_0) : false) ? value : THROW_CCE());
1856
1856
  };
1857
1857
  protoOf(TypeSerializer).ll = function (decoder) {
1858
1858
  var tmp0_elvis_lhs = isInterface(decoder, JsonDecoder) ? decoder : null;
@@ -1867,14 +1867,14 @@ protoOf(TypeSerializer).ll = function (decoder) {
1867
1867
  var tmp_0;
1868
1868
  if (element instanceof JsonObject) {
1869
1869
  var tmp_1;
1870
- if (element.s17('items')) {
1871
- tmp_1 = input.o17().o15(Companion_instance_4.y17(), element);
1872
- } else if (element.s17('fields')) {
1873
- tmp_1 = input.o17().o15(Companion_getInstance_3().y17(), element);
1874
- } else if (element.s17('symbols')) {
1875
- tmp_1 = input.o17().o15(Companion_getInstance_6().y17(), element);
1876
- } else if (element.s17('logicalType')) {
1877
- tmp_1 = input.o17().o15(Companion_instance_8.y17(), element);
1870
+ if (element.r17('items')) {
1871
+ tmp_1 = input.o17().o15(Companion_instance_4.v17(), element);
1872
+ } else if (element.r17('fields')) {
1873
+ tmp_1 = input.o17().o15(Companion_getInstance_3().v17(), element);
1874
+ } else if (element.r17('symbols')) {
1875
+ tmp_1 = input.o17().o15(Companion_getInstance_6().v17(), element);
1876
+ } else if (element.r17('logicalType')) {
1877
+ tmp_1 = input.o17().o15(Companion_instance_8.v17(), element);
1878
1878
  } else {
1879
1879
  var reason = 'Unknown object type: ' + element.toString();
1880
1880
  throw new NotImplementedError('An operation is not implemented: ' + reason);
@@ -1882,7 +1882,7 @@ protoOf(TypeSerializer).ll = function (decoder) {
1882
1882
  tmp_0 = tmp_1;
1883
1883
  } else {
1884
1884
  if (element instanceof JsonPrimitive) {
1885
- tmp_0 = new SimpleType(element.q17());
1885
+ tmp_0 = new SimpleType(element.u17());
1886
1886
  } else {
1887
1887
  if (element instanceof JsonArray) {
1888
1888
  var reason_0 = 'Type can never be an array';
@@ -1907,20 +1907,20 @@ function AvroParser$parse$lambda($this$Json) {
1907
1907
  }
1908
1908
  function AvroParser() {
1909
1909
  }
1910
- protoOf(AvroParser).g2f = function (moduleContent, strict) {
1910
+ protoOf(AvroParser).a2e = function (moduleContent, strict) {
1911
1911
  var json = Json(VOID, AvroParser$parse$lambda);
1912
1912
  // Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
1913
- var string = moduleContent.q22_1;
1913
+ var string = moduleContent.k21_1;
1914
1914
  // Inline function 'kotlinx.serialization.serializer' call
1915
1915
  var this_0 = json.zo();
1916
1916
  // Inline function 'kotlinx.serialization.internal.cast' call
1917
1917
  var this_1 = serializer(this_0, createKType(getKClass(Type_0), arrayOf([]), false));
1918
1918
  var tmp$ret$1 = isInterface(this_1, KSerializer) ? this_1 : THROW_CCE();
1919
1919
  var avro = json.n15(tmp$ret$1, string);
1920
- var tmp = AvroConverter_getInstance().a2e(avro);
1920
+ var tmp = AvroConverter_getInstance().u2c(avro);
1921
1921
  var tmp_0;
1922
1922
  if (avro instanceof RecordType) {
1923
- tmp_0 = new Channel(null, emptyList(), new DefinitionIdentifier(avro.p2d_1), new Custom(avro.p2d_1, false));
1923
+ tmp_0 = new Channel(null, emptyList(), new DefinitionIdentifier(avro.j2c_1), new Custom(avro.j2c_1, false));
1924
1924
  } else {
1925
1925
  if (avro instanceof ArrayType) {
1926
1926
  throw new NotImplementedError();
@@ -1957,7 +1957,7 @@ protoOf(AvroParser).g2f = function (moduleContent, strict) {
1957
1957
  } else {
1958
1958
  tmp_1 = tmp1_elvis_lhs;
1959
1959
  }
1960
- return new AST(nonEmptyListOf(new Module(moduleContent.p22_1, tmp_1), []));
1960
+ return new AST(nonEmptyListOf(new Module(moduleContent.j21_1, tmp_1), []));
1961
1961
  };
1962
1962
  var AvroParser_instance;
1963
1963
  function AvroParser_getInstance() {