@flock/wirespec 0.9.18 → 0.9.20

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.
@@ -158,21 +158,21 @@
158
158
  function WsNode() {
159
159
  }
160
160
  function WsType(identifier, comment, shape) {
161
- this.k2d_1 = identifier;
161
+ this.l2d_1 = identifier;
162
162
  this.comment = comment;
163
163
  this.shape = shape;
164
164
  }
165
165
  protoOf(WsType).a22 = function () {
166
- return this.k2d_1;
166
+ return this.l2d_1;
167
167
  };
168
- protoOf(WsType).l2d = function () {
168
+ protoOf(WsType).m2d = function () {
169
169
  return this.comment;
170
170
  };
171
- protoOf(WsType).m2d = function () {
171
+ protoOf(WsType).n2d = function () {
172
172
  return this.shape;
173
173
  };
174
174
  protoOf(WsType).jd = function () {
175
- return this.k2d_1;
175
+ return this.l2d_1;
176
176
  };
177
177
  protoOf(WsType).kd = function () {
178
178
  return this.comment;
@@ -180,20 +180,20 @@
180
180
  protoOf(WsType).dh = function () {
181
181
  return this.shape;
182
182
  };
183
- protoOf(WsType).n2d = function (identifier, comment, shape) {
183
+ protoOf(WsType).o2d = function (identifier, comment, shape) {
184
184
  return new WsType(identifier, comment, shape);
185
185
  };
186
186
  protoOf(WsType).copy = function (identifier, comment, shape, $super) {
187
- identifier = identifier === VOID ? this.k2d_1 : identifier;
187
+ identifier = identifier === VOID ? this.l2d_1 : identifier;
188
188
  comment = comment === VOID ? this.comment : comment;
189
189
  shape = shape === VOID ? this.shape : shape;
190
- return this.n2d(identifier, comment, shape);
190
+ return this.o2d(identifier, comment, shape);
191
191
  };
192
192
  protoOf(WsType).toString = function () {
193
- return 'WsType(identifier=' + this.k2d_1 + ', comment=' + this.comment + ', shape=' + this.shape + ')';
193
+ return 'WsType(identifier=' + this.l2d_1 + ', comment=' + this.comment + ', shape=' + this.shape + ')';
194
194
  };
195
195
  protoOf(WsType).hashCode = function () {
196
- var result = getStringHashCode(this.k2d_1);
196
+ var result = getStringHashCode(this.l2d_1);
197
197
  result = imul(result, 31) + (this.comment == null ? 0 : getStringHashCode(this.comment)) | 0;
198
198
  result = imul(result, 31) + this.shape.hashCode() | 0;
199
199
  return result;
@@ -204,7 +204,7 @@
204
204
  if (!(other instanceof WsType))
205
205
  return false;
206
206
  var tmp0_other_with_cast = other instanceof WsType ? other : THROW_CCE();
207
- if (!(this.k2d_1 === tmp0_other_with_cast.k2d_1))
207
+ if (!(this.l2d_1 === tmp0_other_with_cast.l2d_1))
208
208
  return false;
209
209
  if (!(this.comment == tmp0_other_with_cast.comment))
210
210
  return false;
@@ -221,12 +221,12 @@
221
221
  protoOf(WsShape).jd = function () {
222
222
  return this.value;
223
223
  };
224
- protoOf(WsShape).o2d = function (value) {
224
+ protoOf(WsShape).p2d = function (value) {
225
225
  return new WsShape(value);
226
226
  };
227
227
  protoOf(WsShape).copy = function (value, $super) {
228
228
  value = value === VOID ? this.value : value;
229
- return this.o2d(value);
229
+ return this.p2d(value);
230
230
  };
231
231
  protoOf(WsShape).toString = function () {
232
232
  return 'WsShape(value=' + toString(this.value) + ')';
@@ -245,7 +245,7 @@
245
245
  return true;
246
246
  };
247
247
  function WsEndpoint(identifier, comment, method, path, query, headers, cookies, requests, responses) {
248
- this.p2d_1 = identifier;
248
+ this.q2d_1 = identifier;
249
249
  this.comment = comment;
250
250
  this.method = method;
251
251
  this.path = path;
@@ -256,34 +256,34 @@
256
256
  this.responses = responses;
257
257
  }
258
258
  protoOf(WsEndpoint).a22 = function () {
259
- return this.p2d_1;
259
+ return this.q2d_1;
260
260
  };
261
- protoOf(WsEndpoint).l2d = function () {
261
+ protoOf(WsEndpoint).m2d = function () {
262
262
  return this.comment;
263
263
  };
264
- protoOf(WsEndpoint).q2d = function () {
264
+ protoOf(WsEndpoint).r2d = function () {
265
265
  return this.method;
266
266
  };
267
- protoOf(WsEndpoint).r2d = function () {
267
+ protoOf(WsEndpoint).s2d = function () {
268
268
  return this.path;
269
269
  };
270
- protoOf(WsEndpoint).s2d = function () {
270
+ protoOf(WsEndpoint).t2d = function () {
271
271
  return this.query;
272
272
  };
273
- protoOf(WsEndpoint).t2d = function () {
273
+ protoOf(WsEndpoint).u2d = function () {
274
274
  return this.headers;
275
275
  };
276
- protoOf(WsEndpoint).u2d = function () {
276
+ protoOf(WsEndpoint).v2d = function () {
277
277
  return this.cookies;
278
278
  };
279
- protoOf(WsEndpoint).v2d = function () {
279
+ protoOf(WsEndpoint).w2d = function () {
280
280
  return this.requests;
281
281
  };
282
- protoOf(WsEndpoint).w2d = function () {
282
+ protoOf(WsEndpoint).x2d = function () {
283
283
  return this.responses;
284
284
  };
285
285
  protoOf(WsEndpoint).jd = function () {
286
- return this.p2d_1;
286
+ return this.q2d_1;
287
287
  };
288
288
  protoOf(WsEndpoint).kd = function () {
289
289
  return this.comment;
@@ -291,29 +291,29 @@
291
291
  protoOf(WsEndpoint).dh = function () {
292
292
  return this.method;
293
293
  };
294
- protoOf(WsEndpoint).x2d = function () {
294
+ protoOf(WsEndpoint).y2d = function () {
295
295
  return this.path;
296
296
  };
297
- protoOf(WsEndpoint).y2d = function () {
297
+ protoOf(WsEndpoint).z2d = function () {
298
298
  return this.query;
299
299
  };
300
- protoOf(WsEndpoint).z2d = function () {
300
+ protoOf(WsEndpoint).a2e = function () {
301
301
  return this.headers;
302
302
  };
303
- protoOf(WsEndpoint).a2e = function () {
303
+ protoOf(WsEndpoint).b2e = function () {
304
304
  return this.cookies;
305
305
  };
306
- protoOf(WsEndpoint).b2e = function () {
306
+ protoOf(WsEndpoint).c2e = function () {
307
307
  return this.requests;
308
308
  };
309
- protoOf(WsEndpoint).c2e = function () {
309
+ protoOf(WsEndpoint).d2e = function () {
310
310
  return this.responses;
311
311
  };
312
- protoOf(WsEndpoint).d2e = function (identifier, comment, method, path, query, headers, cookies, requests, responses) {
312
+ protoOf(WsEndpoint).e2e = function (identifier, comment, method, path, query, headers, cookies, requests, responses) {
313
313
  return new WsEndpoint(identifier, comment, method, path, query, headers, cookies, requests, responses);
314
314
  };
315
315
  protoOf(WsEndpoint).copy = function (identifier, comment, method, path, query, headers, cookies, requests, responses, $super) {
316
- identifier = identifier === VOID ? this.p2d_1 : identifier;
316
+ identifier = identifier === VOID ? this.q2d_1 : identifier;
317
317
  comment = comment === VOID ? this.comment : comment;
318
318
  method = method === VOID ? this.method : method;
319
319
  path = path === VOID ? this.path : path;
@@ -322,13 +322,13 @@
322
322
  cookies = cookies === VOID ? this.cookies : cookies;
323
323
  requests = requests === VOID ? this.requests : requests;
324
324
  responses = responses === VOID ? this.responses : responses;
325
- return this.d2e(identifier, comment, method, path, query, headers, cookies, requests, responses);
325
+ return this.e2e(identifier, comment, method, path, query, headers, cookies, requests, responses);
326
326
  };
327
327
  protoOf(WsEndpoint).toString = function () {
328
- return 'WsEndpoint(identifier=' + this.p2d_1 + ', comment=' + this.comment + ', method=' + this.method + ', path=' + toString(this.path) + ', query=' + toString(this.query) + ', headers=' + toString(this.headers) + ', cookies=' + toString(this.cookies) + ', requests=' + toString(this.requests) + ', responses=' + toString(this.responses) + ')';
328
+ return 'WsEndpoint(identifier=' + this.q2d_1 + ', comment=' + this.comment + ', method=' + this.method + ', path=' + toString(this.path) + ', query=' + toString(this.query) + ', headers=' + toString(this.headers) + ', cookies=' + toString(this.cookies) + ', requests=' + toString(this.requests) + ', responses=' + toString(this.responses) + ')';
329
329
  };
330
330
  protoOf(WsEndpoint).hashCode = function () {
331
- var result = getStringHashCode(this.p2d_1);
331
+ var result = getStringHashCode(this.q2d_1);
332
332
  result = imul(result, 31) + (this.comment == null ? 0 : getStringHashCode(this.comment)) | 0;
333
333
  result = imul(result, 31) + this.method.hashCode() | 0;
334
334
  result = imul(result, 31) + hashCode(this.path) | 0;
@@ -345,7 +345,7 @@
345
345
  if (!(other instanceof WsEndpoint))
346
346
  return false;
347
347
  var tmp0_other_with_cast = other instanceof WsEndpoint ? other : THROW_CCE();
348
- if (!(this.p2d_1 === tmp0_other_with_cast.p2d_1))
348
+ if (!(this.q2d_1 === tmp0_other_with_cast.q2d_1))
349
349
  return false;
350
350
  if (!(this.comment == tmp0_other_with_cast.comment))
351
351
  return false;
@@ -366,21 +366,21 @@
366
366
  return true;
367
367
  };
368
368
  function WsEnum(identifier, comment, entries) {
369
- this.e2e_1 = identifier;
369
+ this.f2e_1 = identifier;
370
370
  this.comment = comment;
371
371
  this.entries = entries;
372
372
  }
373
373
  protoOf(WsEnum).a22 = function () {
374
- return this.e2e_1;
374
+ return this.f2e_1;
375
375
  };
376
- protoOf(WsEnum).l2d = function () {
376
+ protoOf(WsEnum).m2d = function () {
377
377
  return this.comment;
378
378
  };
379
379
  protoOf(WsEnum).n2 = function () {
380
380
  return this.entries;
381
381
  };
382
382
  protoOf(WsEnum).jd = function () {
383
- return this.e2e_1;
383
+ return this.f2e_1;
384
384
  };
385
385
  protoOf(WsEnum).kd = function () {
386
386
  return this.comment;
@@ -388,20 +388,20 @@
388
388
  protoOf(WsEnum).dh = function () {
389
389
  return this.entries;
390
390
  };
391
- protoOf(WsEnum).f2e = function (identifier, comment, entries) {
391
+ protoOf(WsEnum).g2e = function (identifier, comment, entries) {
392
392
  return new WsEnum(identifier, comment, entries);
393
393
  };
394
394
  protoOf(WsEnum).copy = function (identifier, comment, entries, $super) {
395
- identifier = identifier === VOID ? this.e2e_1 : identifier;
395
+ identifier = identifier === VOID ? this.f2e_1 : identifier;
396
396
  comment = comment === VOID ? this.comment : comment;
397
397
  entries = entries === VOID ? this.entries : entries;
398
- return this.f2e(identifier, comment, entries);
398
+ return this.g2e(identifier, comment, entries);
399
399
  };
400
400
  protoOf(WsEnum).toString = function () {
401
- return 'WsEnum(identifier=' + this.e2e_1 + ', comment=' + this.comment + ', entries=' + toString(this.entries) + ')';
401
+ return 'WsEnum(identifier=' + this.f2e_1 + ', comment=' + this.comment + ', entries=' + toString(this.entries) + ')';
402
402
  };
403
403
  protoOf(WsEnum).hashCode = function () {
404
- var result = getStringHashCode(this.e2e_1);
404
+ var result = getStringHashCode(this.f2e_1);
405
405
  result = imul(result, 31) + (this.comment == null ? 0 : getStringHashCode(this.comment)) | 0;
406
406
  result = imul(result, 31) + hashCode(this.entries) | 0;
407
407
  return result;
@@ -412,7 +412,7 @@
412
412
  if (!(other instanceof WsEnum))
413
413
  return false;
414
414
  var tmp0_other_with_cast = other instanceof WsEnum ? other : THROW_CCE();
415
- if (!(this.e2e_1 === tmp0_other_with_cast.e2e_1))
415
+ if (!(this.f2e_1 === tmp0_other_with_cast.f2e_1))
416
416
  return false;
417
417
  if (!(this.comment == tmp0_other_with_cast.comment))
418
418
  return false;
@@ -421,21 +421,21 @@
421
421
  return true;
422
422
  };
423
423
  function WsUnion(identifier, comment, entries) {
424
- this.g2e_1 = identifier;
424
+ this.h2e_1 = identifier;
425
425
  this.comment = comment;
426
426
  this.entries = entries;
427
427
  }
428
428
  protoOf(WsUnion).a22 = function () {
429
- return this.g2e_1;
429
+ return this.h2e_1;
430
430
  };
431
- protoOf(WsUnion).l2d = function () {
431
+ protoOf(WsUnion).m2d = function () {
432
432
  return this.comment;
433
433
  };
434
434
  protoOf(WsUnion).n2 = function () {
435
435
  return this.entries;
436
436
  };
437
437
  protoOf(WsUnion).jd = function () {
438
- return this.g2e_1;
438
+ return this.h2e_1;
439
439
  };
440
440
  protoOf(WsUnion).kd = function () {
441
441
  return this.comment;
@@ -443,20 +443,20 @@
443
443
  protoOf(WsUnion).dh = function () {
444
444
  return this.entries;
445
445
  };
446
- protoOf(WsUnion).h2e = function (identifier, comment, entries) {
446
+ protoOf(WsUnion).i2e = function (identifier, comment, entries) {
447
447
  return new WsUnion(identifier, comment, entries);
448
448
  };
449
449
  protoOf(WsUnion).copy = function (identifier, comment, entries, $super) {
450
- identifier = identifier === VOID ? this.g2e_1 : identifier;
450
+ identifier = identifier === VOID ? this.h2e_1 : identifier;
451
451
  comment = comment === VOID ? this.comment : comment;
452
452
  entries = entries === VOID ? this.entries : entries;
453
- return this.h2e(identifier, comment, entries);
453
+ return this.i2e(identifier, comment, entries);
454
454
  };
455
455
  protoOf(WsUnion).toString = function () {
456
- return 'WsUnion(identifier=' + this.g2e_1 + ', comment=' + this.comment + ', entries=' + toString(this.entries) + ')';
456
+ return 'WsUnion(identifier=' + this.h2e_1 + ', comment=' + this.comment + ', entries=' + toString(this.entries) + ')';
457
457
  };
458
458
  protoOf(WsUnion).hashCode = function () {
459
- var result = getStringHashCode(this.g2e_1);
459
+ var result = getStringHashCode(this.h2e_1);
460
460
  result = imul(result, 31) + (this.comment == null ? 0 : getStringHashCode(this.comment)) | 0;
461
461
  result = imul(result, 31) + hashCode(this.entries) | 0;
462
462
  return result;
@@ -467,7 +467,7 @@
467
467
  if (!(other instanceof WsUnion))
468
468
  return false;
469
469
  var tmp0_other_with_cast = other instanceof WsUnion ? other : THROW_CCE();
470
- if (!(this.g2e_1 === tmp0_other_with_cast.g2e_1))
470
+ if (!(this.h2e_1 === tmp0_other_with_cast.h2e_1))
471
471
  return false;
472
472
  if (!(this.comment == tmp0_other_with_cast.comment))
473
473
  return false;
@@ -476,21 +476,21 @@
476
476
  return true;
477
477
  };
478
478
  function WsRefined(identifier, comment, validator) {
479
- this.i2e_1 = identifier;
479
+ this.j2e_1 = identifier;
480
480
  this.comment = comment;
481
481
  this.validator = validator;
482
482
  }
483
483
  protoOf(WsRefined).a22 = function () {
484
- return this.i2e_1;
484
+ return this.j2e_1;
485
485
  };
486
- protoOf(WsRefined).l2d = function () {
486
+ protoOf(WsRefined).m2d = function () {
487
487
  return this.comment;
488
488
  };
489
- protoOf(WsRefined).j2e = function () {
489
+ protoOf(WsRefined).k2e = function () {
490
490
  return this.validator;
491
491
  };
492
492
  protoOf(WsRefined).jd = function () {
493
- return this.i2e_1;
493
+ return this.j2e_1;
494
494
  };
495
495
  protoOf(WsRefined).kd = function () {
496
496
  return this.comment;
@@ -498,20 +498,20 @@
498
498
  protoOf(WsRefined).dh = function () {
499
499
  return this.validator;
500
500
  };
501
- protoOf(WsRefined).k2e = function (identifier, comment, validator) {
501
+ protoOf(WsRefined).l2e = function (identifier, comment, validator) {
502
502
  return new WsRefined(identifier, comment, validator);
503
503
  };
504
504
  protoOf(WsRefined).copy = function (identifier, comment, validator, $super) {
505
- identifier = identifier === VOID ? this.i2e_1 : identifier;
505
+ identifier = identifier === VOID ? this.j2e_1 : identifier;
506
506
  comment = comment === VOID ? this.comment : comment;
507
507
  validator = validator === VOID ? this.validator : validator;
508
- return this.k2e(identifier, comment, validator);
508
+ return this.l2e(identifier, comment, validator);
509
509
  };
510
510
  protoOf(WsRefined).toString = function () {
511
- return 'WsRefined(identifier=' + this.i2e_1 + ', comment=' + this.comment + ', validator=' + this.validator + ')';
511
+ return 'WsRefined(identifier=' + this.j2e_1 + ', comment=' + this.comment + ', validator=' + this.validator + ')';
512
512
  };
513
513
  protoOf(WsRefined).hashCode = function () {
514
- var result = getStringHashCode(this.i2e_1);
514
+ var result = getStringHashCode(this.j2e_1);
515
515
  result = imul(result, 31) + (this.comment == null ? 0 : getStringHashCode(this.comment)) | 0;
516
516
  result = imul(result, 31) + getStringHashCode(this.validator) | 0;
517
517
  return result;
@@ -522,7 +522,7 @@
522
522
  if (!(other instanceof WsRefined))
523
523
  return false;
524
524
  var tmp0_other_with_cast = other instanceof WsRefined ? other : THROW_CCE();
525
- if (!(this.i2e_1 === tmp0_other_with_cast.i2e_1))
525
+ if (!(this.j2e_1 === tmp0_other_with_cast.j2e_1))
526
526
  return false;
527
527
  if (!(this.comment == tmp0_other_with_cast.comment))
528
528
  return false;
@@ -593,12 +593,12 @@
593
593
  protoOf(WsLiteral).jd = function () {
594
594
  return this.value;
595
595
  };
596
- protoOf(WsLiteral).n2e = function (value) {
596
+ protoOf(WsLiteral).o2e = function (value) {
597
597
  return new WsLiteral(value);
598
598
  };
599
599
  protoOf(WsLiteral).copy = function (value, $super) {
600
600
  value = value === VOID ? this.value : value;
601
- return this.n2e(value);
601
+ return this.o2e(value);
602
602
  };
603
603
  protoOf(WsLiteral).toString = function () {
604
604
  return 'WsLiteral(value=' + this.value + ')';
@@ -623,7 +623,7 @@
623
623
  protoOf(WsParam).a22 = function () {
624
624
  return this.identifier;
625
625
  };
626
- protoOf(WsParam).o2e = function () {
626
+ protoOf(WsParam).p2e = function () {
627
627
  return this.reference;
628
628
  };
629
629
  protoOf(WsParam).jd = function () {
@@ -632,13 +632,13 @@
632
632
  protoOf(WsParam).kd = function () {
633
633
  return this.reference;
634
634
  };
635
- protoOf(WsParam).p2e = function (identifier, reference) {
635
+ protoOf(WsParam).q2e = function (identifier, reference) {
636
636
  return new WsParam(identifier, reference);
637
637
  };
638
638
  protoOf(WsParam).copy = function (identifier, reference, $super) {
639
639
  identifier = identifier === VOID ? this.identifier : identifier;
640
640
  reference = reference === VOID ? this.reference : reference;
641
- return this.p2e(identifier, reference);
641
+ return this.q2e(identifier, reference);
642
642
  };
643
643
  protoOf(WsParam).toString = function () {
644
644
  return 'WsParam(identifier=' + this.identifier + ', reference=' + this.reference + ')';
@@ -669,12 +669,12 @@
669
669
  protoOf(Shape_0).jd = function () {
670
670
  return this.value;
671
671
  };
672
- protoOf(Shape_0).o2d = function (value) {
672
+ protoOf(Shape_0).p2d = function (value) {
673
673
  return new Shape_0(value);
674
674
  };
675
675
  protoOf(Shape_0).copy = function (value, $super) {
676
676
  value = value === VOID ? this.value : value;
677
- return this.o2d(value);
677
+ return this.p2d(value);
678
678
  };
679
679
  protoOf(Shape_0).toString = function () {
680
680
  return 'Shape(value=' + toString(this.value) + ')';
@@ -700,7 +700,7 @@
700
700
  protoOf(WsField).a22 = function () {
701
701
  return this.identifier;
702
702
  };
703
- protoOf(WsField).o2e = function () {
703
+ protoOf(WsField).p2e = function () {
704
704
  return this.reference;
705
705
  };
706
706
  protoOf(WsField).hl = function () {
@@ -715,14 +715,14 @@
715
715
  protoOf(WsField).dh = function () {
716
716
  return this.isNullable;
717
717
  };
718
- protoOf(WsField).q2e = function (identifier, reference, isNullable) {
718
+ protoOf(WsField).r2e = function (identifier, reference, isNullable) {
719
719
  return new WsField(identifier, reference, isNullable);
720
720
  };
721
721
  protoOf(WsField).copy = function (identifier, reference, isNullable, $super) {
722
722
  identifier = identifier === VOID ? this.identifier : identifier;
723
723
  reference = reference === VOID ? this.reference : reference;
724
724
  isNullable = isNullable === VOID ? this.isNullable : isNullable;
725
- return this.q2e(identifier, reference, isNullable);
725
+ return this.r2e(identifier, reference, isNullable);
726
726
  };
727
727
  protoOf(WsField).toString = function () {
728
728
  return 'WsField(identifier=' + this.identifier + ', reference=' + this.reference + ', isNullable=' + this.isNullable + ')';
@@ -756,12 +756,12 @@
756
756
  protoOf(WsIdentifier).jd = function () {
757
757
  return this.value;
758
758
  };
759
- protoOf(WsIdentifier).n2e = function (value) {
759
+ protoOf(WsIdentifier).o2e = function (value) {
760
760
  return new WsIdentifier(value);
761
761
  };
762
762
  protoOf(WsIdentifier).copy = function (value, $super) {
763
763
  value = value === VOID ? this.value : value;
764
- return this.n2e(value);
764
+ return this.o2e(value);
765
765
  };
766
766
  protoOf(WsIdentifier).toString = function () {
767
767
  return 'WsIdentifier(value=' + this.value + ')';
@@ -783,35 +783,35 @@
783
783
  }
784
784
  function WsAny(isIterable, isMap) {
785
785
  isMap = isMap === VOID ? false : isMap;
786
- this.s2e_1 = isIterable;
787
- this.t2e_1 = isMap;
786
+ this.t2e_1 = isIterable;
787
+ this.u2e_1 = isMap;
788
788
  }
789
789
  protoOf(WsAny).g21 = function () {
790
- return this.s2e_1;
791
- };
792
- protoOf(WsAny).r2e = function () {
793
790
  return this.t2e_1;
794
791
  };
792
+ protoOf(WsAny).s2e = function () {
793
+ return this.u2e_1;
794
+ };
795
795
  protoOf(WsAny).jd = function () {
796
- return this.s2e_1;
796
+ return this.t2e_1;
797
797
  };
798
798
  protoOf(WsAny).kd = function () {
799
- return this.t2e_1;
799
+ return this.u2e_1;
800
800
  };
801
801
  protoOf(WsAny).k2a = function (isIterable, isMap) {
802
802
  return new WsAny(isIterable, isMap);
803
803
  };
804
804
  protoOf(WsAny).copy = function (isIterable, isMap, $super) {
805
- isIterable = isIterable === VOID ? this.s2e_1 : isIterable;
806
- isMap = isMap === VOID ? this.t2e_1 : isMap;
805
+ isIterable = isIterable === VOID ? this.t2e_1 : isIterable;
806
+ isMap = isMap === VOID ? this.u2e_1 : isMap;
807
807
  return this.k2a(isIterable, isMap);
808
808
  };
809
809
  protoOf(WsAny).toString = function () {
810
- return 'WsAny(isIterable=' + this.s2e_1 + ', isMap=' + this.t2e_1 + ')';
810
+ return 'WsAny(isIterable=' + this.t2e_1 + ', isMap=' + this.u2e_1 + ')';
811
811
  };
812
812
  protoOf(WsAny).hashCode = function () {
813
- var result = getBooleanHashCode(this.s2e_1);
814
- result = imul(result, 31) + getBooleanHashCode(this.t2e_1) | 0;
813
+ var result = getBooleanHashCode(this.t2e_1);
814
+ result = imul(result, 31) + getBooleanHashCode(this.u2e_1) | 0;
815
815
  return result;
816
816
  };
817
817
  protoOf(WsAny).equals = function (other) {
@@ -820,43 +820,43 @@
820
820
  if (!(other instanceof WsAny))
821
821
  return false;
822
822
  var tmp0_other_with_cast = other instanceof WsAny ? other : THROW_CCE();
823
- if (!(this.s2e_1 === tmp0_other_with_cast.s2e_1))
824
- return false;
825
823
  if (!(this.t2e_1 === tmp0_other_with_cast.t2e_1))
826
824
  return false;
825
+ if (!(this.u2e_1 === tmp0_other_with_cast.u2e_1))
826
+ return false;
827
827
  return true;
828
828
  };
829
829
  function WsUnit(isIterable, isMap) {
830
830
  isMap = isMap === VOID ? false : isMap;
831
- this.u2e_1 = isIterable;
832
- this.v2e_1 = isMap;
831
+ this.v2e_1 = isIterable;
832
+ this.w2e_1 = isMap;
833
833
  }
834
834
  protoOf(WsUnit).g21 = function () {
835
- return this.u2e_1;
836
- };
837
- protoOf(WsUnit).r2e = function () {
838
835
  return this.v2e_1;
839
836
  };
837
+ protoOf(WsUnit).s2e = function () {
838
+ return this.w2e_1;
839
+ };
840
840
  protoOf(WsUnit).jd = function () {
841
- return this.u2e_1;
841
+ return this.v2e_1;
842
842
  };
843
843
  protoOf(WsUnit).kd = function () {
844
- return this.v2e_1;
844
+ return this.w2e_1;
845
845
  };
846
846
  protoOf(WsUnit).k2a = function (isIterable, isMap) {
847
847
  return new WsUnit(isIterable, isMap);
848
848
  };
849
849
  protoOf(WsUnit).copy = function (isIterable, isMap, $super) {
850
- isIterable = isIterable === VOID ? this.u2e_1 : isIterable;
851
- isMap = isMap === VOID ? this.v2e_1 : isMap;
850
+ isIterable = isIterable === VOID ? this.v2e_1 : isIterable;
851
+ isMap = isMap === VOID ? this.w2e_1 : isMap;
852
852
  return this.k2a(isIterable, isMap);
853
853
  };
854
854
  protoOf(WsUnit).toString = function () {
855
- return 'WsUnit(isIterable=' + this.u2e_1 + ', isMap=' + this.v2e_1 + ')';
855
+ return 'WsUnit(isIterable=' + this.v2e_1 + ', isMap=' + this.w2e_1 + ')';
856
856
  };
857
857
  protoOf(WsUnit).hashCode = function () {
858
- var result = getBooleanHashCode(this.u2e_1);
859
- result = imul(result, 31) + getBooleanHashCode(this.v2e_1) | 0;
858
+ var result = getBooleanHashCode(this.v2e_1);
859
+ result = imul(result, 31) + getBooleanHashCode(this.w2e_1) | 0;
860
860
  return result;
861
861
  };
862
862
  protoOf(WsUnit).equals = function (other) {
@@ -865,52 +865,52 @@
865
865
  if (!(other instanceof WsUnit))
866
866
  return false;
867
867
  var tmp0_other_with_cast = other instanceof WsUnit ? other : THROW_CCE();
868
- if (!(this.u2e_1 === tmp0_other_with_cast.u2e_1))
869
- return false;
870
868
  if (!(this.v2e_1 === tmp0_other_with_cast.v2e_1))
871
869
  return false;
870
+ if (!(this.w2e_1 === tmp0_other_with_cast.w2e_1))
871
+ return false;
872
872
  return true;
873
873
  };
874
874
  function WsCustom(value, isIterable, isMap) {
875
875
  isMap = isMap === VOID ? false : isMap;
876
876
  this.value = value;
877
- this.w2e_1 = isIterable;
878
- this.x2e_1 = isMap;
877
+ this.x2e_1 = isIterable;
878
+ this.y2e_1 = isMap;
879
879
  }
880
880
  protoOf(WsCustom).p2 = function () {
881
881
  return this.value;
882
882
  };
883
883
  protoOf(WsCustom).g21 = function () {
884
- return this.w2e_1;
885
- };
886
- protoOf(WsCustom).r2e = function () {
887
884
  return this.x2e_1;
888
885
  };
886
+ protoOf(WsCustom).s2e = function () {
887
+ return this.y2e_1;
888
+ };
889
889
  protoOf(WsCustom).jd = function () {
890
890
  return this.value;
891
891
  };
892
892
  protoOf(WsCustom).kd = function () {
893
- return this.w2e_1;
893
+ return this.x2e_1;
894
894
  };
895
895
  protoOf(WsCustom).dh = function () {
896
- return this.x2e_1;
896
+ return this.y2e_1;
897
897
  };
898
898
  protoOf(WsCustom).t2a = function (value, isIterable, isMap) {
899
899
  return new WsCustom(value, isIterable, isMap);
900
900
  };
901
901
  protoOf(WsCustom).copy = function (value, isIterable, isMap, $super) {
902
902
  value = value === VOID ? this.value : value;
903
- isIterable = isIterable === VOID ? this.w2e_1 : isIterable;
904
- isMap = isMap === VOID ? this.x2e_1 : isMap;
903
+ isIterable = isIterable === VOID ? this.x2e_1 : isIterable;
904
+ isMap = isMap === VOID ? this.y2e_1 : isMap;
905
905
  return this.t2a(value, isIterable, isMap);
906
906
  };
907
907
  protoOf(WsCustom).toString = function () {
908
- return 'WsCustom(value=' + this.value + ', isIterable=' + this.w2e_1 + ', isMap=' + this.x2e_1 + ')';
908
+ return 'WsCustom(value=' + this.value + ', isIterable=' + this.x2e_1 + ', isMap=' + this.y2e_1 + ')';
909
909
  };
910
910
  protoOf(WsCustom).hashCode = function () {
911
911
  var result = getStringHashCode(this.value);
912
- result = imul(result, 31) + getBooleanHashCode(this.w2e_1) | 0;
913
912
  result = imul(result, 31) + getBooleanHashCode(this.x2e_1) | 0;
913
+ result = imul(result, 31) + getBooleanHashCode(this.y2e_1) | 0;
914
914
  return result;
915
915
  };
916
916
  protoOf(WsCustom).equals = function (other) {
@@ -921,52 +921,52 @@
921
921
  var tmp0_other_with_cast = other instanceof WsCustom ? other : THROW_CCE();
922
922
  if (!(this.value === tmp0_other_with_cast.value))
923
923
  return false;
924
- if (!(this.w2e_1 === tmp0_other_with_cast.w2e_1))
925
- return false;
926
924
  if (!(this.x2e_1 === tmp0_other_with_cast.x2e_1))
927
925
  return false;
926
+ if (!(this.y2e_1 === tmp0_other_with_cast.y2e_1))
927
+ return false;
928
928
  return true;
929
929
  };
930
930
  function WsPrimitive(type, isIterable, isMap) {
931
931
  isMap = isMap === VOID ? false : isMap;
932
932
  this.type = type;
933
- this.y2e_1 = isIterable;
934
- this.z2e_1 = isMap;
933
+ this.z2e_1 = isIterable;
934
+ this.a2f_1 = isMap;
935
935
  }
936
- protoOf(WsPrimitive).a2f = function () {
936
+ protoOf(WsPrimitive).b2f = function () {
937
937
  return this.type;
938
938
  };
939
939
  protoOf(WsPrimitive).g21 = function () {
940
- return this.y2e_1;
941
- };
942
- protoOf(WsPrimitive).r2e = function () {
943
940
  return this.z2e_1;
944
941
  };
942
+ protoOf(WsPrimitive).s2e = function () {
943
+ return this.a2f_1;
944
+ };
945
945
  protoOf(WsPrimitive).jd = function () {
946
946
  return this.type;
947
947
  };
948
948
  protoOf(WsPrimitive).kd = function () {
949
- return this.y2e_1;
949
+ return this.z2e_1;
950
950
  };
951
951
  protoOf(WsPrimitive).dh = function () {
952
- return this.z2e_1;
952
+ return this.a2f_1;
953
953
  };
954
- protoOf(WsPrimitive).b2f = function (type, isIterable, isMap) {
954
+ protoOf(WsPrimitive).c2f = function (type, isIterable, isMap) {
955
955
  return new WsPrimitive(type, isIterable, isMap);
956
956
  };
957
957
  protoOf(WsPrimitive).copy = function (type, isIterable, isMap, $super) {
958
958
  type = type === VOID ? this.type : type;
959
- isIterable = isIterable === VOID ? this.y2e_1 : isIterable;
960
- isMap = isMap === VOID ? this.z2e_1 : isMap;
961
- return this.b2f(type, isIterable, isMap);
959
+ isIterable = isIterable === VOID ? this.z2e_1 : isIterable;
960
+ isMap = isMap === VOID ? this.a2f_1 : isMap;
961
+ return this.c2f(type, isIterable, isMap);
962
962
  };
963
963
  protoOf(WsPrimitive).toString = function () {
964
- return 'WsPrimitive(type=' + this.type + ', isIterable=' + this.y2e_1 + ', isMap=' + this.z2e_1 + ')';
964
+ return 'WsPrimitive(type=' + this.type + ', isIterable=' + this.z2e_1 + ', isMap=' + this.a2f_1 + ')';
965
965
  };
966
966
  protoOf(WsPrimitive).hashCode = function () {
967
967
  var result = this.type.hashCode();
968
- result = imul(result, 31) + getBooleanHashCode(this.y2e_1) | 0;
969
968
  result = imul(result, 31) + getBooleanHashCode(this.z2e_1) | 0;
969
+ result = imul(result, 31) + getBooleanHashCode(this.a2f_1) | 0;
970
970
  return result;
971
971
  };
972
972
  protoOf(WsPrimitive).equals = function (other) {
@@ -977,10 +977,10 @@
977
977
  var tmp0_other_with_cast = other instanceof WsPrimitive ? other : THROW_CCE();
978
978
  if (!this.type.equals(tmp0_other_with_cast.type))
979
979
  return false;
980
- if (!(this.y2e_1 === tmp0_other_with_cast.y2e_1))
981
- return false;
982
980
  if (!(this.z2e_1 === tmp0_other_with_cast.z2e_1))
983
981
  return false;
982
+ if (!(this.a2f_1 === tmp0_other_with_cast.a2f_1))
983
+ return false;
984
984
  return true;
985
985
  };
986
986
  var WsPrimitiveType_String_instance;
@@ -1028,12 +1028,12 @@
1028
1028
  protoOf(WsRequest).jd = function () {
1029
1029
  return this.content;
1030
1030
  };
1031
- protoOf(WsRequest).e2f = function (content) {
1031
+ protoOf(WsRequest).f2f = function (content) {
1032
1032
  return new WsRequest(content);
1033
1033
  };
1034
1034
  protoOf(WsRequest).copy = function (content, $super) {
1035
1035
  content = content === VOID ? this.content : content;
1036
- return this.e2f(content);
1036
+ return this.f2f(content);
1037
1037
  };
1038
1038
  protoOf(WsRequest).toString = function () {
1039
1039
  return 'WsRequest(content=' + this.content + ')';
@@ -1056,10 +1056,10 @@
1056
1056
  this.headers = headers;
1057
1057
  this.content = content;
1058
1058
  }
1059
- protoOf(WsResponse).f2f = function () {
1059
+ protoOf(WsResponse).g2f = function () {
1060
1060
  return this.status;
1061
1061
  };
1062
- protoOf(WsResponse).t2d = function () {
1062
+ protoOf(WsResponse).u2d = function () {
1063
1063
  return this.headers;
1064
1064
  };
1065
1065
  protoOf(WsResponse).d16 = function () {
@@ -1074,14 +1074,14 @@
1074
1074
  protoOf(WsResponse).dh = function () {
1075
1075
  return this.content;
1076
1076
  };
1077
- protoOf(WsResponse).g2f = function (status, headers, content) {
1077
+ protoOf(WsResponse).h2f = function (status, headers, content) {
1078
1078
  return new WsResponse(status, headers, content);
1079
1079
  };
1080
1080
  protoOf(WsResponse).copy = function (status, headers, content, $super) {
1081
1081
  status = status === VOID ? this.status : status;
1082
1082
  headers = headers === VOID ? this.headers : headers;
1083
1083
  content = content === VOID ? this.content : content;
1084
- return this.g2f(status, headers, content);
1084
+ return this.h2f(status, headers, content);
1085
1085
  };
1086
1086
  protoOf(WsResponse).toString = function () {
1087
1087
  return 'WsResponse(status=' + this.status + ', headers=' + toString(this.headers) + ', content=' + this.content + ')';
@@ -1112,10 +1112,10 @@
1112
1112
  this.reference = reference;
1113
1113
  this.isNullable = isNullable;
1114
1114
  }
1115
- protoOf(WsContent).a2f = function () {
1115
+ protoOf(WsContent).b2f = function () {
1116
1116
  return this.type;
1117
1117
  };
1118
- protoOf(WsContent).o2e = function () {
1118
+ protoOf(WsContent).p2e = function () {
1119
1119
  return this.reference;
1120
1120
  };
1121
1121
  protoOf(WsContent).hl = function () {
@@ -1130,14 +1130,14 @@
1130
1130
  protoOf(WsContent).dh = function () {
1131
1131
  return this.isNullable;
1132
1132
  };
1133
- protoOf(WsContent).h2f = function (type, reference, isNullable) {
1133
+ protoOf(WsContent).i2f = function (type, reference, isNullable) {
1134
1134
  return new WsContent(type, reference, isNullable);
1135
1135
  };
1136
1136
  protoOf(WsContent).copy = function (type, reference, isNullable, $super) {
1137
1137
  type = type === VOID ? this.type : type;
1138
1138
  reference = reference === VOID ? this.reference : reference;
1139
1139
  isNullable = isNullable === VOID ? this.isNullable : isNullable;
1140
- return this.h2f(type, reference, isNullable);
1140
+ return this.i2f(type, reference, isNullable);
1141
1141
  };
1142
1142
  protoOf(WsContent).toString = function () {
1143
1143
  return 'WsContent(type=' + this.type + ', reference=' + this.reference + ', isNullable=' + this.isNullable + ')';
@@ -1483,7 +1483,7 @@
1483
1483
  tmp = _Comment___init__impl__cg8s2u(tmp0_safe_receiver);
1484
1484
  }
1485
1485
  var tmp_0 = tmp;
1486
- var tmp_1 = Companion_instance.w28(_this__u8e3s4.p2d_1);
1486
+ var tmp_1 = Companion_instance.w28(_this__u8e3s4.q2d_1);
1487
1487
  var tmp_2 = consume_5(_this__u8e3s4.method);
1488
1488
  // Inline function 'kotlin.collections.map' call
1489
1489
  var this_0 = _this__u8e3s4.path;
@@ -1571,7 +1571,7 @@
1571
1571
  return new Endpoint(tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6, tmp_7, destination_4);
1572
1572
  }
1573
1573
  function consume_1(_this__u8e3s4) {
1574
- var tmp1_identifier = Companion_instance.w28(_this__u8e3s4.e2e_1);
1574
+ var tmp1_identifier = Companion_instance.w28(_this__u8e3s4.f2e_1);
1575
1575
  var tmp0_safe_receiver = _this__u8e3s4.comment;
1576
1576
  var tmp;
1577
1577
  if (tmp0_safe_receiver == null) {
@@ -1587,7 +1587,7 @@
1587
1587
  return new Enum_0(tmp2_comment, tmp1_identifier, tmp3_entries);
1588
1588
  }
1589
1589
  function consume_2(_this__u8e3s4) {
1590
- var tmp1_identifier = Companion_instance.w28(_this__u8e3s4.i2e_1);
1590
+ var tmp1_identifier = Companion_instance.w28(_this__u8e3s4.j2e_1);
1591
1591
  var tmp0_safe_receiver = _this__u8e3s4.comment;
1592
1592
  var tmp;
1593
1593
  if (tmp0_safe_receiver == null) {
@@ -1603,7 +1603,7 @@
1603
1603
  return new Refined(tmp2_comment, tmp1_identifier, tmp3_validator);
1604
1604
  }
1605
1605
  function consume_3(_this__u8e3s4) {
1606
- var tmp1_identifier = Companion_instance.w28(_this__u8e3s4.k2d_1);
1606
+ var tmp1_identifier = Companion_instance.w28(_this__u8e3s4.l2d_1);
1607
1607
  var tmp0_safe_receiver = _this__u8e3s4.comment;
1608
1608
  var tmp;
1609
1609
  if (tmp0_safe_receiver == null) {
@@ -1632,7 +1632,7 @@
1632
1632
  return new Type(tmp2_comment, tmp1_identifier, tmp3_shape);
1633
1633
  }
1634
1634
  function consume_4(_this__u8e3s4) {
1635
- var tmp1_identifier = Companion_instance.w28(_this__u8e3s4.g2e_1);
1635
+ var tmp1_identifier = Companion_instance.w28(_this__u8e3s4.h2e_1);
1636
1636
  var tmp0_safe_receiver = _this__u8e3s4.comment;
1637
1637
  var tmp;
1638
1638
  if (tmp0_safe_receiver == null) {
@@ -1835,7 +1835,7 @@
1835
1835
  var tmp = this;
1836
1836
  tmp.logger = new Compiler$Companion$logger$1();
1837
1837
  }
1838
- protoOf(Companion).i2f = function () {
1838
+ protoOf(Companion).j2f = function () {
1839
1839
  return this.logger;
1840
1840
  };
1841
1841
  var Companion_instance_2;
@@ -1862,7 +1862,7 @@
1862
1862
  };
1863
1863
  function Companion_0() {
1864
1864
  Companion_instance_3 = this;
1865
- this.j2f_1 = new KotlinEmitter(VOID, Companion_getInstance().logger);
1865
+ this.k2f_1 = new KotlinEmitter(VOID, Companion_getInstance().logger);
1866
1866
  }
1867
1867
  var Companion_instance_3;
1868
1868
  function Companion_getInstance_0() {
@@ -1875,11 +1875,11 @@
1875
1875
  Compiler.call(this);
1876
1876
  }
1877
1877
  protoOf(WsToKotlin).compile = function (source) {
1878
- return produce_15(this.preCompile(source)(Companion_getInstance_0().j2f_1));
1878
+ return produce_15(this.preCompile(source)(Companion_getInstance_0().k2f_1));
1879
1879
  };
1880
1880
  function Companion_1() {
1881
1881
  Companion_instance_4 = this;
1882
- this.k2f_1 = new TypeScriptEmitter(Companion_getInstance().logger);
1882
+ this.l2f_1 = new TypeScriptEmitter(Companion_getInstance().logger);
1883
1883
  }
1884
1884
  var Companion_instance_4;
1885
1885
  function Companion_getInstance_1() {
@@ -1892,11 +1892,11 @@
1892
1892
  Compiler.call(this);
1893
1893
  }
1894
1894
  protoOf(WsToTypeScript).compile = function (source) {
1895
- return produce_15(this.preCompile(source)(Companion_getInstance_1().k2f_1));
1895
+ return produce_15(this.preCompile(source)(Companion_getInstance_1().l2f_1));
1896
1896
  };
1897
1897
  function Companion_2() {
1898
1898
  Companion_instance_5 = this;
1899
- this.l2f_1 = new ScalaEmitter(VOID, Companion_getInstance().logger);
1899
+ this.m2f_1 = new ScalaEmitter(VOID, Companion_getInstance().logger);
1900
1900
  }
1901
1901
  var Companion_instance_5;
1902
1902
  function Companion_getInstance_2() {
@@ -1909,11 +1909,11 @@
1909
1909
  Compiler.call(this);
1910
1910
  }
1911
1911
  protoOf(WsToScala).compile = function (source) {
1912
- return produce_15(this.preCompile(source)(Companion_getInstance_2().l2f_1));
1912
+ return produce_15(this.preCompile(source)(Companion_getInstance_2().m2f_1));
1913
1913
  };
1914
1914
  function Companion_3() {
1915
1915
  Companion_instance_6 = this;
1916
- this.m2f_1 = new JavaEmitter(VOID, Companion_getInstance().logger);
1916
+ this.n2f_1 = new JavaEmitter(VOID, Companion_getInstance().logger);
1917
1917
  }
1918
1918
  var Companion_instance_6;
1919
1919
  function Companion_getInstance_3() {
@@ -1926,11 +1926,11 @@
1926
1926
  Compiler.call(this);
1927
1927
  }
1928
1928
  protoOf(WsToJava).compile = function (source) {
1929
- return produce_15(this.preCompile(source)(Companion_getInstance_3().m2f_1));
1929
+ return produce_15(this.preCompile(source)(Companion_getInstance_3().n2f_1));
1930
1930
  };
1931
1931
  function Companion_4() {
1932
1932
  Companion_instance_7 = this;
1933
- this.n2f_1 = new WirespecEmitter(Companion_getInstance().logger);
1933
+ this.o2f_1 = new WirespecEmitter(Companion_getInstance().logger);
1934
1934
  }
1935
1935
  var Companion_instance_7;
1936
1936
  function Companion_getInstance_4() {
@@ -1943,12 +1943,12 @@
1943
1943
  Compiler.call(this);
1944
1944
  }
1945
1945
  protoOf(WsToWirespec).compile = function (source) {
1946
- return produce_15(this.preCompile(source)(Companion_getInstance_4().n2f_1));
1946
+ return produce_15(this.preCompile(source)(Companion_getInstance_4().o2f_1));
1947
1947
  };
1948
1948
  function OpenApiV2Parser() {
1949
1949
  }
1950
1950
  protoOf(OpenApiV2Parser).parse = function (source) {
1951
- return produce(Companion_instance_0.h2c(source));
1951
+ return produce(Companion_instance_0.i2c(source));
1952
1952
  };
1953
1953
  var OpenApiV2Parser_instance;
1954
1954
  function OpenApiV2Parser_getInstance() {
@@ -1961,16 +1961,16 @@
1961
1961
  OpenApiV2ToTypescript_instance = this;
1962
1962
  var tmp = this;
1963
1963
  tmp.logger = new OpenApiV2ToTypescript$logger$1();
1964
- this.o2f_1 = new TypeScriptEmitter(this.logger);
1964
+ this.p2f_1 = new TypeScriptEmitter(this.logger);
1965
1965
  }
1966
- protoOf(OpenApiV2ToTypescript).i2f = function () {
1966
+ protoOf(OpenApiV2ToTypescript).j2f = function () {
1967
1967
  return this.logger;
1968
1968
  };
1969
1969
  protoOf(OpenApiV2ToTypescript).compile = function (source) {
1970
- var ast = Companion_instance_0.h2c(source);
1970
+ var ast = Companion_instance_0.i2c(source);
1971
1971
  // Inline function 'kotlin.collections.toTypedArray' call
1972
1972
  // Inline function 'kotlin.collections.map' call
1973
- var this_0 = this.o2f_1.p20(ast);
1973
+ var this_0 = this.p2f_1.p20(ast);
1974
1974
  // Inline function 'kotlin.collections.mapTo' call
1975
1975
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
1976
1976
  var tmp0_iterator = this_0.v();
@@ -1997,16 +1997,16 @@
1997
1997
  OpenApiV2ToWirespec_instance = this;
1998
1998
  var tmp = this;
1999
1999
  tmp.logger = new OpenApiV2ToWirespec$logger$1();
2000
- this.p2f_1 = new WirespecEmitter(this.logger);
2000
+ this.q2f_1 = new WirespecEmitter(this.logger);
2001
2001
  }
2002
- protoOf(OpenApiV2ToWirespec).i2f = function () {
2002
+ protoOf(OpenApiV2ToWirespec).j2f = function () {
2003
2003
  return this.logger;
2004
2004
  };
2005
2005
  protoOf(OpenApiV2ToWirespec).compile = function (source) {
2006
- var ast = Companion_instance_0.h2c(source);
2006
+ var ast = Companion_instance_0.i2c(source);
2007
2007
  // Inline function 'kotlin.collections.toTypedArray' call
2008
2008
  // Inline function 'kotlin.collections.map' call
2009
- var this_0 = this.p2f_1.p20(ast);
2009
+ var this_0 = this.q2f_1.p20(ast);
2010
2010
  // Inline function 'kotlin.collections.mapTo' call
2011
2011
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
2012
2012
  var tmp0_iterator = this_0.v();
@@ -2029,7 +2029,7 @@
2029
2029
  function OpenApiV3Parser() {
2030
2030
  }
2031
2031
  protoOf(OpenApiV3Parser).parse = function (source) {
2032
- return produce(Companion_instance_1.y2c(source));
2032
+ return produce(Companion_instance_1.z2c(source));
2033
2033
  };
2034
2034
  var OpenApiV3Parser_instance;
2035
2035
  function OpenApiV3Parser_getInstance() {
@@ -2042,16 +2042,16 @@
2042
2042
  OpenApiV3ToTypescript_instance = this;
2043
2043
  var tmp = this;
2044
2044
  tmp.logger = new OpenApiV3ToTypescript$logger$1();
2045
- this.q2f_1 = new TypeScriptEmitter(this.logger);
2045
+ this.r2f_1 = new TypeScriptEmitter(this.logger);
2046
2046
  }
2047
- protoOf(OpenApiV3ToTypescript).i2f = function () {
2047
+ protoOf(OpenApiV3ToTypescript).j2f = function () {
2048
2048
  return this.logger;
2049
2049
  };
2050
2050
  protoOf(OpenApiV3ToTypescript).compile = function (source) {
2051
- var ast = Companion_instance_1.y2c(source);
2051
+ var ast = Companion_instance_1.z2c(source);
2052
2052
  // Inline function 'kotlin.collections.toTypedArray' call
2053
2053
  // Inline function 'kotlin.collections.map' call
2054
- var this_0 = this.q2f_1.p20(ast);
2054
+ var this_0 = this.r2f_1.p20(ast);
2055
2055
  // Inline function 'kotlin.collections.mapTo' call
2056
2056
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
2057
2057
  var tmp0_iterator = this_0.v();
@@ -2078,16 +2078,16 @@
2078
2078
  OpenApiV3ToWirespec_instance = this;
2079
2079
  var tmp = this;
2080
2080
  tmp.logger = new OpenApiV3ToWirespec$logger$1();
2081
- this.r2f_1 = new WirespecEmitter(this.logger);
2081
+ this.s2f_1 = new WirespecEmitter(this.logger);
2082
2082
  }
2083
- protoOf(OpenApiV3ToWirespec).i2f = function () {
2083
+ protoOf(OpenApiV3ToWirespec).j2f = function () {
2084
2084
  return this.logger;
2085
2085
  };
2086
2086
  protoOf(OpenApiV3ToWirespec).compile = function (source) {
2087
- var ast = Companion_instance_1.y2c(source);
2087
+ var ast = Companion_instance_1.z2c(source);
2088
2088
  // Inline function 'kotlin.collections.toTypedArray' call
2089
2089
  // Inline function 'kotlin.collections.map' call
2090
- var this_0 = this.r2f_1.p20(ast);
2090
+ var this_0 = this.s2f_1.p20(ast);
2091
2091
  // Inline function 'kotlin.collections.mapTo' call
2092
2092
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
2093
2093
  var tmp0_iterator = this_0.v();
@@ -2120,10 +2120,10 @@
2120
2120
  this.result = result;
2121
2121
  this.errors = errors;
2122
2122
  }
2123
- protoOf(WsCompilationResult).s2f = function () {
2123
+ protoOf(WsCompilationResult).t2f = function () {
2124
2124
  return this.result;
2125
2125
  };
2126
- protoOf(WsCompilationResult).t2f = function () {
2126
+ protoOf(WsCompilationResult).u2f = function () {
2127
2127
  return this.errors;
2128
2128
  };
2129
2129
  function WsCompiled(value) {
@@ -2148,10 +2148,10 @@
2148
2148
  this.result = result;
2149
2149
  this.errors = errors;
2150
2150
  }
2151
- protoOf(WsParseResult).s2f = function () {
2151
+ protoOf(WsParseResult).t2f = function () {
2152
2152
  return this.result;
2153
2153
  };
2154
- protoOf(WsParseResult).t2f = function () {
2154
+ protoOf(WsParseResult).u2f = function () {
2155
2155
  return this.errors;
2156
2156
  };
2157
2157
  function WsStringResult(result, errors) {
@@ -2160,20 +2160,20 @@
2160
2160
  this.result = result;
2161
2161
  this.errors = errors;
2162
2162
  }
2163
- protoOf(WsStringResult).s2f = function () {
2163
+ protoOf(WsStringResult).t2f = function () {
2164
2164
  return this.result;
2165
2165
  };
2166
- protoOf(WsStringResult).t2f = function () {
2166
+ protoOf(WsStringResult).u2f = function () {
2167
2167
  return this.errors;
2168
2168
  };
2169
2169
  function WsEmitted(typeName, result) {
2170
2170
  this.typeName = typeName;
2171
2171
  this.result = result;
2172
2172
  }
2173
- protoOf(WsEmitted).u2f = function () {
2173
+ protoOf(WsEmitted).v2f = function () {
2174
2174
  return this.typeName;
2175
2175
  };
2176
- protoOf(WsEmitted).s2f = function () {
2176
+ protoOf(WsEmitted).t2f = function () {
2177
2177
  return this.result;
2178
2178
  };
2179
2179
  function produce_14(_this__u8e3s4) {
@@ -2307,10 +2307,10 @@
2307
2307
  this.tokens = tokens;
2308
2308
  this.error = error;
2309
2309
  }
2310
- protoOf(WsTokenResult).v2f = function () {
2310
+ protoOf(WsTokenResult).w2f = function () {
2311
2311
  return this.tokens;
2312
2312
  };
2313
- protoOf(WsTokenResult).w2f = function () {
2313
+ protoOf(WsTokenResult).x2f = function () {
2314
2314
  return this.error;
2315
2315
  };
2316
2316
  protoOf(WsTokenResult).jd = function () {
@@ -2319,13 +2319,13 @@
2319
2319
  protoOf(WsTokenResult).kd = function () {
2320
2320
  return this.error;
2321
2321
  };
2322
- protoOf(WsTokenResult).x2f = function (tokens, error) {
2322
+ protoOf(WsTokenResult).y2f = function (tokens, error) {
2323
2323
  return new WsTokenResult(tokens, error);
2324
2324
  };
2325
2325
  protoOf(WsTokenResult).copy = function (tokens, error, $super) {
2326
2326
  tokens = tokens === VOID ? this.tokens : tokens;
2327
2327
  error = error === VOID ? this.error : error;
2328
- return this.x2f(tokens, error);
2328
+ return this.y2f(tokens, error);
2329
2329
  };
2330
2330
  protoOf(WsTokenResult).toString = function () {
2331
2331
  return 'WsTokenResult(tokens=' + this.tokens + ', error=' + this.error + ')';
@@ -2370,12 +2370,12 @@
2370
2370
  protoOf(WsTokens).jd = function () {
2371
2371
  return this.value;
2372
2372
  };
2373
- protoOf(WsTokens).y2f = function (value) {
2373
+ protoOf(WsTokens).z2f = function (value) {
2374
2374
  return new WsTokens(value);
2375
2375
  };
2376
2376
  protoOf(WsTokens).copy = function (value, $super) {
2377
2377
  value = value === VOID ? this.value : value;
2378
- return this.y2f(value);
2378
+ return this.z2f(value);
2379
2379
  };
2380
2380
  protoOf(WsTokens).toString = function () {
2381
2381
  return 'WsTokens(value=' + toString(this.value) + ')';
@@ -2386,13 +2386,13 @@
2386
2386
  this.value = value;
2387
2387
  this.coordinates = coordinates;
2388
2388
  }
2389
- protoOf(WsToken).a2f = function () {
2389
+ protoOf(WsToken).b2f = function () {
2390
2390
  return this.type;
2391
2391
  };
2392
2392
  protoOf(WsToken).p2 = function () {
2393
2393
  return this.value;
2394
2394
  };
2395
- protoOf(WsToken).z2f = function () {
2395
+ protoOf(WsToken).a2g = function () {
2396
2396
  return this.coordinates;
2397
2397
  };
2398
2398
  protoOf(WsToken).jd = function () {
@@ -2404,14 +2404,14 @@
2404
2404
  protoOf(WsToken).dh = function () {
2405
2405
  return this.coordinates;
2406
2406
  };
2407
- protoOf(WsToken).a2g = function (type, value, coordinates) {
2407
+ protoOf(WsToken).b2g = function (type, value, coordinates) {
2408
2408
  return new WsToken(type, value, coordinates);
2409
2409
  };
2410
2410
  protoOf(WsToken).copy = function (type, value, coordinates, $super) {
2411
2411
  type = type === VOID ? this.type : type;
2412
2412
  value = value === VOID ? this.value : value;
2413
2413
  coordinates = coordinates === VOID ? this.coordinates : coordinates;
2414
- return this.a2g(type, value, coordinates);
2414
+ return this.b2g(type, value, coordinates);
2415
2415
  };
2416
2416
  protoOf(WsToken).toString = function () {
2417
2417
  return 'WsToken(type=' + this.type + ', value=' + this.value + ', coordinates=' + this.coordinates + ')';
@@ -2444,13 +2444,13 @@
2444
2444
  this.position = position;
2445
2445
  this.idxAndLength = idxAndLength;
2446
2446
  }
2447
- protoOf(WsCoordinates).b2g = function () {
2447
+ protoOf(WsCoordinates).c2g = function () {
2448
2448
  return this.line;
2449
2449
  };
2450
2450
  protoOf(WsCoordinates).xs = function () {
2451
2451
  return this.position;
2452
2452
  };
2453
- protoOf(WsCoordinates).c2g = function () {
2453
+ protoOf(WsCoordinates).d2g = function () {
2454
2454
  return this.idxAndLength;
2455
2455
  };
2456
2456
  protoOf(WsCoordinates).jd = function () {
@@ -2462,14 +2462,14 @@
2462
2462
  protoOf(WsCoordinates).dh = function () {
2463
2463
  return this.idxAndLength;
2464
2464
  };
2465
- protoOf(WsCoordinates).d2g = function (line, position, idxAndLength) {
2465
+ protoOf(WsCoordinates).e2g = function (line, position, idxAndLength) {
2466
2466
  return new WsCoordinates(line, position, idxAndLength);
2467
2467
  };
2468
2468
  protoOf(WsCoordinates).copy = function (line, position, idxAndLength, $super) {
2469
2469
  line = line === VOID ? this.line : line;
2470
2470
  position = position === VOID ? this.position : position;
2471
2471
  idxAndLength = idxAndLength === VOID ? this.idxAndLength : idxAndLength;
2472
- return this.d2g(line, position, idxAndLength);
2472
+ return this.e2g(line, position, idxAndLength);
2473
2473
  };
2474
2474
  protoOf(WsCoordinates).toString = function () {
2475
2475
  return 'WsCoordinates(line=' + this.line + ', position=' + this.position + ', idxAndLength=' + this.idxAndLength + ')';
@@ -2500,7 +2500,7 @@
2500
2500
  this.idx = idx;
2501
2501
  this.length = length;
2502
2502
  }
2503
- protoOf(WsIndex).e2g = function () {
2503
+ protoOf(WsIndex).f2g = function () {
2504
2504
  return this.idx;
2505
2505
  };
2506
2506
  protoOf(WsIndex).a = function () {
@@ -2512,13 +2512,13 @@
2512
2512
  protoOf(WsIndex).kd = function () {
2513
2513
  return this.length;
2514
2514
  };
2515
- protoOf(WsIndex).f2g = function (idx, length) {
2515
+ protoOf(WsIndex).g2g = function (idx, length) {
2516
2516
  return new WsIndex(idx, length);
2517
2517
  };
2518
2518
  protoOf(WsIndex).copy = function (idx, length, $super) {
2519
2519
  idx = idx === VOID ? this.idx : idx;
2520
2520
  length = length === VOID ? this.length : length;
2521
- return this.f2g(idx, length);
2521
+ return this.g2g(idx, length);
2522
2522
  };
2523
2523
  protoOf(WsIndex).toString = function () {
2524
2524
  return 'WsIndex(idx=' + this.idx + ', length=' + this.length + ')';
@@ -2562,14 +2562,14 @@
2562
2562
  return new WsCoordinates(_this__u8e3s4.l29_1, _this__u8e3s4.m29_1, produce_21(_this__u8e3s4.n29_1));
2563
2563
  }
2564
2564
  function produce_21(_this__u8e3s4) {
2565
- return new WsIndex(_this__u8e3s4.z2a_1, _this__u8e3s4.a2b_1);
2565
+ return new WsIndex(_this__u8e3s4.a2b_1, _this__u8e3s4.b2b_1);
2566
2566
  }
2567
2567
  function WsError(index, length, value) {
2568
2568
  this.index = index;
2569
2569
  this.length = length;
2570
2570
  this.value = value;
2571
2571
  }
2572
- protoOf(WsError).g2g = function () {
2572
+ protoOf(WsError).h2g = function () {
2573
2573
  return this.index;
2574
2574
  };
2575
2575
  protoOf(WsError).a = function () {
@@ -2587,14 +2587,14 @@
2587
2587
  protoOf(WsError).dh = function () {
2588
2588
  return this.value;
2589
2589
  };
2590
- protoOf(WsError).h2g = function (index, length, value) {
2590
+ protoOf(WsError).i2g = function (index, length, value) {
2591
2591
  return new WsError(index, length, value);
2592
2592
  };
2593
2593
  protoOf(WsError).copy = function (index, length, value, $super) {
2594
2594
  index = index === VOID ? this.index : index;
2595
2595
  length = length === VOID ? this.length : length;
2596
2596
  value = value === VOID ? this.value : value;
2597
- return this.h2g(index, length, value);
2597
+ return this.i2g(index, length, value);
2598
2598
  };
2599
2599
  protoOf(WsError).toString = function () {
2600
2600
  return 'WsError(index=' + this.index + ', length=' + this.length + ', value=' + this.value + ')';
@@ -2620,9 +2620,9 @@
2620
2620
  return true;
2621
2621
  };
2622
2622
  function produce_22(_this__u8e3s4) {
2623
- var tmp = _this__u8e3s4.o29_1.n29_1.z2a_1 - _this__u8e3s4.o29_1.n29_1.a2b_1 | 0;
2623
+ var tmp = _this__u8e3s4.o29_1.n29_1.a2b_1 - _this__u8e3s4.o29_1.n29_1.b2b_1 | 0;
2624
2624
  var tmp0_elvis_lhs = _this__u8e3s4.message;
2625
- return new WsError(tmp, _this__u8e3s4.o29_1.n29_1.a2b_1, tmp0_elvis_lhs == null ? 'No message' : tmp0_elvis_lhs);
2625
+ return new WsError(tmp, _this__u8e3s4.o29_1.n29_1.b2b_1, tmp0_elvis_lhs == null ? 'No message' : tmp0_elvis_lhs);
2626
2626
  }
2627
2627
  //region block: post-declaration
2628
2628
  defineProp(protoOf(WsType), 'identifier', function () {
@@ -2646,25 +2646,25 @@
2646
2646
  return this.g21();
2647
2647
  });
2648
2648
  defineProp(protoOf(WsAny), 'isMap', function () {
2649
- return this.r2e();
2649
+ return this.s2e();
2650
2650
  });
2651
2651
  defineProp(protoOf(WsUnit), 'isIterable', function () {
2652
2652
  return this.g21();
2653
2653
  });
2654
2654
  defineProp(protoOf(WsUnit), 'isMap', function () {
2655
- return this.r2e();
2655
+ return this.s2e();
2656
2656
  });
2657
2657
  defineProp(protoOf(WsCustom), 'isIterable', function () {
2658
2658
  return this.g21();
2659
2659
  });
2660
2660
  defineProp(protoOf(WsCustom), 'isMap', function () {
2661
- return this.r2e();
2661
+ return this.s2e();
2662
2662
  });
2663
2663
  defineProp(protoOf(WsPrimitive), 'isIterable', function () {
2664
2664
  return this.g21();
2665
2665
  });
2666
2666
  defineProp(protoOf(WsPrimitive), 'isMap', function () {
2667
- return this.r2e();
2667
+ return this.s2e();
2668
2668
  });
2669
2669
  defineProp(protoOf(WsPrimitiveType), 'name', protoOf(WsPrimitiveType).za);
2670
2670
  defineProp(protoOf(WsPrimitiveType), 'ordinal', protoOf(WsPrimitiveType).ab);