raspberry_games_server_game_logic 1.8.342 → 1.8.346

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 (64) hide show
  1. package/Kosi-Kaverit-kaverit.js +105 -117
  2. package/Kosi-Kaverit-kaverit.js.map +1 -1
  3. package/Kosi-Kodein-kodein-di.js +935 -945
  4. package/Kosi-Kodein-kodein-di.js.map +1 -1
  5. package/Kotlin-DateTime-library-kotlinx-datetime.js +4637 -3658
  6. package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
  7. package/Logic_Debertz-core.js +1909 -1936
  8. package/Logic_Debertz-core.js.map +1 -1
  9. package/Logic_Debertz-engine.js +18559 -19039
  10. package/Logic_Debertz-engine.js.map +1 -1
  11. package/Logic_Debertz-game_server.d.ts +934 -167
  12. package/Logic_Debertz-game_server.js +2061 -2015
  13. package/Logic_Debertz-game_server.js.map +1 -1
  14. package/kotlin-kotlin-stdlib.js +4834 -4537
  15. package/kotlin-kotlin-stdlib.js.map +1 -1
  16. package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js.map +1 -1
  17. package/kotlinx-atomicfu.js +25 -26
  18. package/kotlinx-atomicfu.js.map +1 -1
  19. package/kotlinx-coroutines-core.js +3195 -3373
  20. package/kotlinx-coroutines-core.js.map +1 -1
  21. package/kotlinx-io-kotlinx-io-bytestring.js.map +1 -1
  22. package/kotlinx-io-kotlinx-io-core.js +459 -523
  23. package/kotlinx-io-kotlinx-io-core.js.map +1 -1
  24. package/kotlinx-serialization-kotlinx-serialization-core.js +2372 -2414
  25. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  26. package/kotlinx-serialization-kotlinx-serialization-json.js +1963 -1977
  27. package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
  28. package/ktor-ktor-client-content-negotiation.js +194 -194
  29. package/ktor-ktor-client-content-negotiation.js.map +1 -1
  30. package/ktor-ktor-client-core.js +1902 -1937
  31. package/ktor-ktor-client-core.js.map +1 -1
  32. package/ktor-ktor-client-js.js.map +1 -1
  33. package/ktor-ktor-client-logging.js +393 -399
  34. package/ktor-ktor-client-logging.js.map +1 -1
  35. package/ktor-ktor-events.js +12 -15
  36. package/ktor-ktor-events.js.map +1 -1
  37. package/ktor-ktor-http.js +964 -1154
  38. package/ktor-ktor-http.js.map +1 -1
  39. package/ktor-ktor-io.js +1715 -1825
  40. package/ktor-ktor-io.js.map +1 -1
  41. package/ktor-ktor-serialization-kotlinx-json.js +8 -8
  42. package/ktor-ktor-serialization-kotlinx-json.js.map +1 -1
  43. package/ktor-ktor-serialization-kotlinx.js +238 -243
  44. package/ktor-ktor-serialization-kotlinx.js.map +1 -1
  45. package/ktor-ktor-serialization.js +100 -96
  46. package/ktor-ktor-serialization.js.map +1 -1
  47. package/ktor-ktor-utils.js +655 -689
  48. package/ktor-ktor-utils.js.map +1 -1
  49. package/ktor-ktor-websocket-serialization.js.map +1 -1
  50. package/ktor-ktor-websockets.js +71 -77
  51. package/ktor-ktor-websockets.js.map +1 -1
  52. package/package.json +1 -2
  53. package/raspberry-cardgame-lib-core.js +326 -360
  54. package/raspberry-cardgame-lib-core.js.map +1 -1
  55. package/raspberry-cardgame-lib-logger.js +148 -119
  56. package/raspberry-cardgame-lib-logger.js.map +1 -1
  57. package/raspberry-cardgame-lib-random.js +965 -1034
  58. package/raspberry-cardgame-lib-random.js.map +1 -1
  59. package/secure-random-secure-random.js +36 -35
  60. package/secure-random-secure-random.js.map +1 -1
  61. package/uuid.js +35 -39
  62. package/uuid.js.map +1 -1
  63. package/kotlin-kotlinx-atomicfu-runtime.js +0 -15
  64. package/kotlin-kotlinx-atomicfu-runtime.js.map +0 -1
@@ -27,21 +27,21 @@
27
27
  }(function (_, kotlin_kotlin, kotlin_io_ktor_ktor_utils, kotlin_io_ktor_ktor_client_core, kotlin_io_ktor_ktor_http, kotlin_io_ktor_ktor_serialization, kotlin_io_ktor_ktor_io) {
28
28
  'use strict';
29
29
  //region block: imports
30
- var protoOf = kotlin_kotlin.$_$.wc;
31
- var initMetadataForClass = kotlin_kotlin.$_$.vb;
32
- var CoroutineImpl = kotlin_kotlin.$_$.xa;
33
- var Unit_instance = kotlin_kotlin.$_$.q5;
34
- var THROW_CCE = kotlin_kotlin.$_$.tg;
30
+ var protoOf = kotlin_kotlin.$_$.pc;
31
+ var initMetadataForClass = kotlin_kotlin.$_$.ob;
32
+ var CoroutineImpl = kotlin_kotlin.$_$.qa;
33
+ var Unit_instance = kotlin_kotlin.$_$.i5;
34
+ var THROW_CCE = kotlin_kotlin.$_$.og;
35
35
  var PipelineContext = kotlin_io_ktor_ktor_utils.$_$.h;
36
- var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.ia;
37
- var initMetadataForLambda = kotlin_kotlin.$_$.zb;
36
+ var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.ba;
37
+ var initMetadataForLambda = kotlin_kotlin.$_$.sb;
38
38
  var VOID = kotlin_kotlin.$_$.f;
39
39
  var HttpResponseContainer = kotlin_io_ktor_ktor_client_core.$_$.p;
40
40
  var contentType = kotlin_io_ktor_ktor_http.$_$.e1;
41
41
  var suitableCharset = kotlin_io_ktor_ktor_serialization.$_$.f;
42
- var plus = kotlin_kotlin.$_$.y8;
43
- var toMutableSet = kotlin_kotlin.$_$.aa;
44
- var ArrayList_init_$Create$ = kotlin_kotlin.$_$.n;
42
+ var plus = kotlin_kotlin.$_$.q8;
43
+ var toMutableSet = kotlin_kotlin.$_$.s9;
44
+ var ArrayList_init_$Create$ = kotlin_kotlin.$_$.l;
45
45
  var Application_getInstance = kotlin_io_ktor_ktor_http.$_$.b;
46
46
  var register$default = kotlin_io_ktor_ktor_serialization.$_$.b;
47
47
  var Configuration = kotlin_io_ktor_ktor_serialization.$_$.c;
@@ -49,39 +49,39 @@
49
49
  var Phases_getInstance = kotlin_io_ktor_ktor_client_core.$_$.d;
50
50
  var Phases_getInstance_0 = kotlin_io_ktor_ktor_client_core.$_$.g;
51
51
  var HttpClientPlugin = kotlin_io_ktor_ktor_client_core.$_$.j;
52
- var initMetadataForObject = kotlin_kotlin.$_$.ac;
53
- var toString = kotlin_kotlin.$_$.ad;
52
+ var initMetadataForObject = kotlin_kotlin.$_$.tb;
53
+ var toString = kotlin_kotlin.$_$.uc;
54
54
  var HttpHeaders_getInstance = kotlin_io_ktor_ktor_http.$_$.e;
55
55
  var accept = kotlin_io_ktor_ktor_client_core.$_$.m;
56
- var Collection = kotlin_kotlin.$_$.s5;
57
- var isInterface = kotlin_kotlin.$_$.jc;
56
+ var Collection = kotlin_kotlin.$_$.k5;
57
+ var isInterface = kotlin_kotlin.$_$.cc;
58
58
  var OutgoingContent = kotlin_io_ktor_ktor_http.$_$.p;
59
59
  var getKClassFromExpression = kotlin_kotlin.$_$.d;
60
60
  var contentType_0 = kotlin_io_ktor_ktor_http.$_$.d1;
61
61
  var EmptyContent_getInstance = kotlin_io_ktor_ktor_client_core.$_$.h;
62
- var Unit = kotlin_kotlin.$_$.eh;
62
+ var Unit = kotlin_kotlin.$_$.zg;
63
63
  var charset = kotlin_io_ktor_ktor_http.$_$.b1;
64
64
  var Charsets_getInstance = kotlin_io_ktor_ktor_io.$_$.g;
65
- var ensureNotNull = kotlin_kotlin.$_$.kh;
65
+ var ensureNotNull = kotlin_kotlin.$_$.fh;
66
66
  var NullBody_instance = kotlin_io_ktor_ktor_http.$_$.a;
67
- var equals = kotlin_kotlin.$_$.nb;
68
- var joinToString = kotlin_kotlin.$_$.g8;
69
- var initMetadataForCoroutine = kotlin_kotlin.$_$.xb;
67
+ var equals = kotlin_kotlin.$_$.hb;
68
+ var joinToString = kotlin_kotlin.$_$.y7;
69
+ var initMetadataForCoroutine = kotlin_kotlin.$_$.qb;
70
70
  var ByteReadChannel = kotlin_io_ktor_ktor_io.$_$.h1;
71
- var collectionSizeOrDefault = kotlin_kotlin.$_$.t6;
72
- var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.m;
71
+ var collectionSizeOrDefault = kotlin_kotlin.$_$.l6;
72
+ var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.k;
73
73
  var deserialize = kotlin_io_ktor_ktor_serialization.$_$.a;
74
- var Exception = kotlin_kotlin.$_$.lg;
75
- var Exception_init_$Init$ = kotlin_kotlin.$_$.l1;
76
- var captureStack = kotlin_kotlin.$_$.fb;
74
+ var Exception = kotlin_kotlin.$_$.gg;
75
+ var Exception_init_$Init$ = kotlin_kotlin.$_$.j1;
76
+ var captureStack = kotlin_kotlin.$_$.ya;
77
77
  var KtorSimpleLogger = kotlin_io_ktor_ktor_utils.$_$.g;
78
- var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.f5;
78
+ var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.v4;
79
79
  var HttpStatusCode = kotlin_io_ktor_ktor_http.$_$.s;
80
80
  var getKClass = kotlin_kotlin.$_$.e;
81
- var setOf = kotlin_kotlin.$_$.i9;
82
- var startsWith = kotlin_kotlin.$_$.cf;
83
- var endsWith = kotlin_kotlin.$_$.fe;
84
- var LinkedHashSet_init_$Create$ = kotlin_kotlin.$_$.y;
81
+ var setOf = kotlin_kotlin.$_$.a9;
82
+ var startsWith = kotlin_kotlin.$_$.ve;
83
+ var endsWith = kotlin_kotlin.$_$.yd;
84
+ var LinkedHashSet_init_$Create$ = kotlin_kotlin.$_$.w;
85
85
  //endregion
86
86
  //region block: pre-declaration
87
87
  initMetadataForClass(ConverterRegistration, 'ConverterRegistration');
@@ -90,8 +90,8 @@
90
90
  initMetadataForLambda(ContentNegotiation$Plugin$install$slambda_1, CoroutineImpl, VOID, [2]);
91
91
  initMetadataForClass(Config, 'Config', Config, VOID, [Configuration]);
92
92
  initMetadataForObject(Plugin, 'Plugin', VOID, VOID, [HttpClientPlugin]);
93
- initMetadataForCoroutine($convertRequestCOROUTINE$0, CoroutineImpl);
94
- initMetadataForCoroutine($convertResponseCOROUTINE$1, CoroutineImpl);
93
+ initMetadataForCoroutine($convertRequestCOROUTINE$, CoroutineImpl);
94
+ initMetadataForCoroutine($convertResponseCOROUTINE$, CoroutineImpl);
95
95
  initMetadataForClass(ContentNegotiation, 'ContentNegotiation', VOID, VOID, VOID, [2, 5]);
96
96
  initMetadataForClass(ContentConverterException, 'ContentConverterException', VOID, Exception);
97
97
  initMetadataForObject(JsonContentTypeMatcher, 'JsonContentTypeMatcher');
@@ -107,32 +107,32 @@
107
107
  }
108
108
  var DefaultCommonIgnoredTypes;
109
109
  function ConverterRegistration(converter, contentTypeToSend, contentTypeMatcher) {
110
- this.v41_1 = converter;
111
- this.w41_1 = contentTypeToSend;
112
- this.x41_1 = contentTypeMatcher;
110
+ this.e45_1 = converter;
111
+ this.f45_1 = contentTypeToSend;
112
+ this.g45_1 = contentTypeMatcher;
113
113
  }
114
114
  function defaultMatcher($this, pattern) {
115
115
  return new ContentNegotiation$Config$defaultMatcher$1(pattern);
116
116
  }
117
117
  function ContentNegotiation$Config$defaultMatcher$1($pattern) {
118
- this.y41_1 = $pattern;
118
+ this.h45_1 = $pattern;
119
119
  }
120
- protoOf(ContentNegotiation$Config$defaultMatcher$1).z41 = function (contentType) {
121
- return contentType.i2g(this.y41_1);
120
+ protoOf(ContentNegotiation$Config$defaultMatcher$1).i45 = function (contentType) {
121
+ return contentType.q2i(this.h45_1);
122
122
  };
123
123
  function ContentNegotiation$Plugin$install$slambda($plugin, resultContinuation) {
124
- this.i42_1 = $plugin;
124
+ this.r45_1 = $plugin;
125
125
  CoroutineImpl.call(this, resultContinuation);
126
126
  }
127
- protoOf(ContentNegotiation$Plugin$install$slambda).t2u = function ($this$intercept, it, $completion) {
128
- var tmp = this.u2u($this$intercept, it, $completion);
127
+ protoOf(ContentNegotiation$Plugin$install$slambda).f2x = function ($this$intercept, it, $completion) {
128
+ var tmp = this.g2x($this$intercept, it, $completion);
129
129
  tmp.l9_1 = Unit_instance;
130
130
  tmp.m9_1 = null;
131
131
  return tmp.r9();
132
132
  };
133
- protoOf(ContentNegotiation$Plugin$install$slambda).ca = function (p1, p2, $completion) {
133
+ protoOf(ContentNegotiation$Plugin$install$slambda).aa = function (p1, p2, $completion) {
134
134
  var tmp = p1 instanceof PipelineContext ? p1 : THROW_CCE();
135
- return this.t2u(tmp, !(p2 == null) ? p2 : THROW_CCE(), $completion);
135
+ return this.f2x(tmp, !(p2 == null) ? p2 : THROW_CCE(), $completion);
136
136
  };
137
137
  protoOf(ContentNegotiation$Plugin$install$slambda).r9 = function () {
138
138
  var suspendResult = this.l9_1;
@@ -143,25 +143,25 @@
143
143
  case 0:
144
144
  this.k9_1 = 3;
145
145
  this.j9_1 = 1;
146
- suspendResult = this.i42_1.p42(this.j42_1.s2d_1, this.j42_1.v2c(), this);
146
+ suspendResult = this.r45_1.y45(this.s45_1.a2g_1, this.s45_1.d2f(), this);
147
147
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
148
148
  return suspendResult;
149
149
  }
150
150
 
151
151
  continue $sm;
152
152
  case 1:
153
- this.l42_1 = suspendResult;
153
+ this.u45_1 = suspendResult;
154
154
  var tmp_0 = this;
155
155
  var tmp_1;
156
- if (this.l42_1 == null) {
156
+ if (this.u45_1 == null) {
157
157
  return Unit_instance;
158
158
  } else {
159
- tmp_1 = this.l42_1;
159
+ tmp_1 = this.u45_1;
160
160
  }
161
161
 
162
- tmp_0.m42_1 = tmp_1;
162
+ tmp_0.v45_1 = tmp_1;
163
163
  this.j9_1 = 2;
164
- suspendResult = this.j42_1.w2c(this.m42_1, this);
164
+ suspendResult = this.s45_1.e2f(this.v45_1, this);
165
165
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
166
166
  return suspendResult;
167
167
  }
@@ -183,33 +183,33 @@
183
183
  }
184
184
  while (true);
185
185
  };
186
- protoOf(ContentNegotiation$Plugin$install$slambda).u2u = function ($this$intercept, it, completion) {
187
- var i = new ContentNegotiation$Plugin$install$slambda(this.i42_1, completion);
188
- i.j42_1 = $this$intercept;
189
- i.k42_1 = it;
186
+ protoOf(ContentNegotiation$Plugin$install$slambda).g2x = function ($this$intercept, it, completion) {
187
+ var i = new ContentNegotiation$Plugin$install$slambda(this.r45_1, completion);
188
+ i.s45_1 = $this$intercept;
189
+ i.t45_1 = it;
190
190
  return i;
191
191
  };
192
192
  function ContentNegotiation$Plugin$install$slambda_0($plugin, resultContinuation) {
193
193
  var i = new ContentNegotiation$Plugin$install$slambda($plugin, resultContinuation);
194
194
  var l = function ($this$intercept, it, $completion) {
195
- return i.t2u($this$intercept, it, $completion);
195
+ return i.f2x($this$intercept, it, $completion);
196
196
  };
197
197
  l.$arity = 2;
198
198
  return l;
199
199
  }
200
200
  function ContentNegotiation$Plugin$install$slambda_1($plugin, resultContinuation) {
201
- this.y42_1 = $plugin;
201
+ this.h46_1 = $plugin;
202
202
  CoroutineImpl.call(this, resultContinuation);
203
203
  }
204
- protoOf(ContentNegotiation$Plugin$install$slambda_1).n2v = function ($this$intercept, _name_for_destructuring_parameter_0__wldtmu, $completion) {
205
- var tmp = this.o2v($this$intercept, _name_for_destructuring_parameter_0__wldtmu, $completion);
204
+ protoOf(ContentNegotiation$Plugin$install$slambda_1).z2x = function ($this$intercept, _name_for_destructuring_parameter_0__wldtmu, $completion) {
205
+ var tmp = this.a2y($this$intercept, _name_for_destructuring_parameter_0__wldtmu, $completion);
206
206
  tmp.l9_1 = Unit_instance;
207
207
  tmp.m9_1 = null;
208
208
  return tmp.r9();
209
209
  };
210
- protoOf(ContentNegotiation$Plugin$install$slambda_1).ca = function (p1, p2, $completion) {
210
+ protoOf(ContentNegotiation$Plugin$install$slambda_1).aa = function (p1, p2, $completion) {
211
211
  var tmp = p1 instanceof PipelineContext ? p1 : THROW_CCE();
212
- return this.n2v(tmp, p2 instanceof HttpResponseContainer ? p2 : THROW_CCE(), $completion);
212
+ return this.z2x(tmp, p2 instanceof HttpResponseContainer ? p2 : THROW_CCE(), $completion);
213
213
  };
214
214
  protoOf(ContentNegotiation$Plugin$install$slambda_1).r9 = function () {
215
215
  var suspendResult = this.l9_1;
@@ -219,42 +219,42 @@
219
219
  switch (tmp) {
220
220
  case 0:
221
221
  this.k9_1 = 3;
222
- this.b43_1 = this.a43_1.ue();
223
- this.c43_1 = this.a43_1.ve();
222
+ this.k46_1 = this.j46_1.gf();
223
+ this.l46_1 = this.j46_1.hf();
224
224
  var tmp_0 = this;
225
- var tmp0_elvis_lhs = contentType(this.z42_1.s2d_1.a2v());
225
+ var tmp0_elvis_lhs = contentType(this.i46_1.a2g_1.m2x());
226
226
  var tmp_1;
227
227
  if (tmp0_elvis_lhs == null) {
228
- this.z42_1;
229
- get_LOGGER().o2e('Response doesn\'t have "Content-Type" header, skipping ContentNegotiation plugin');
228
+ this.i46_1;
229
+ get_LOGGER().w2g('Response doesn\'t have "Content-Type" header, skipping ContentNegotiation plugin');
230
230
  return Unit_instance;
231
231
  } else {
232
232
  tmp_1 = tmp0_elvis_lhs;
233
233
  }
234
234
 
235
- tmp_0.d43_1 = tmp_1;
236
- this.e43_1 = suitableCharset(this.z42_1.s2d_1.j2y().q2k());
235
+ tmp_0.m46_1 = tmp_1;
236
+ this.n46_1 = suitableCharset(this.i46_1.a2g_1.v30().y2m());
237
237
  this.j9_1 = 1;
238
- suspendResult = this.y42_1.i43(this.z42_1.s2d_1.j2y().m2y(), this.b43_1, this.c43_1, this.d43_1, this.e43_1, this);
238
+ suspendResult = this.h46_1.r46(this.i46_1.a2g_1.v30().y30(), this.k46_1, this.l46_1, this.m46_1, this.n46_1, this);
239
239
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
240
240
  return suspendResult;
241
241
  }
242
242
 
243
243
  continue $sm;
244
244
  case 1:
245
- this.f43_1 = suspendResult;
245
+ this.o46_1 = suspendResult;
246
246
  var tmp_2 = this;
247
247
  var tmp_3;
248
- if (this.f43_1 == null) {
248
+ if (this.o46_1 == null) {
249
249
  return Unit_instance;
250
250
  } else {
251
- tmp_3 = this.f43_1;
251
+ tmp_3 = this.o46_1;
252
252
  }
253
253
 
254
- tmp_2.g43_1 = tmp_3;
255
- this.h43_1 = new HttpResponseContainer(this.b43_1, this.g43_1);
254
+ tmp_2.p46_1 = tmp_3;
255
+ this.q46_1 = new HttpResponseContainer(this.k46_1, this.p46_1);
256
256
  this.j9_1 = 2;
257
- suspendResult = this.z42_1.w2c(this.h43_1, this);
257
+ suspendResult = this.i46_1.e2f(this.q46_1, this);
258
258
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
259
259
  return suspendResult;
260
260
  }
@@ -276,63 +276,61 @@
276
276
  }
277
277
  while (true);
278
278
  };
279
- protoOf(ContentNegotiation$Plugin$install$slambda_1).o2v = function ($this$intercept, _name_for_destructuring_parameter_0__wldtmu, completion) {
280
- var i = new ContentNegotiation$Plugin$install$slambda_1(this.y42_1, completion);
281
- i.z42_1 = $this$intercept;
282
- i.a43_1 = _name_for_destructuring_parameter_0__wldtmu;
279
+ protoOf(ContentNegotiation$Plugin$install$slambda_1).a2y = function ($this$intercept, _name_for_destructuring_parameter_0__wldtmu, completion) {
280
+ var i = new ContentNegotiation$Plugin$install$slambda_1(this.h46_1, completion);
281
+ i.i46_1 = $this$intercept;
282
+ i.j46_1 = _name_for_destructuring_parameter_0__wldtmu;
283
283
  return i;
284
284
  };
285
285
  function ContentNegotiation$Plugin$install$slambda_2($plugin, resultContinuation) {
286
286
  var i = new ContentNegotiation$Plugin$install$slambda_1($plugin, resultContinuation);
287
287
  var l = function ($this$intercept, _name_for_destructuring_parameter_0__wldtmu, $completion) {
288
- return i.n2v($this$intercept, _name_for_destructuring_parameter_0__wldtmu, $completion);
288
+ return i.z2x($this$intercept, _name_for_destructuring_parameter_0__wldtmu, $completion);
289
289
  };
290
290
  l.$arity = 2;
291
291
  return l;
292
292
  }
293
293
  function Config() {
294
- this.j43_1 = toMutableSet(plus(get_DefaultIgnoredTypes(), get_DefaultCommonIgnoredTypes()));
294
+ this.s46_1 = toMutableSet(plus(get_DefaultIgnoredTypes(), get_DefaultCommonIgnoredTypes()));
295
295
  var tmp = this;
296
296
  // Inline function 'kotlin.collections.mutableListOf' call
297
- tmp.k43_1 = ArrayList_init_$Create$();
297
+ tmp.t46_1 = ArrayList_init_$Create$();
298
298
  }
299
- protoOf(Config).k2r = function (contentType, converter, configuration) {
300
- var matcher = contentType.equals(Application_getInstance().b2f_1) ? JsonContentTypeMatcher_instance : defaultMatcher(this, contentType);
301
- this.l43(contentType, converter, matcher, configuration);
299
+ protoOf(Config).s2t = function (contentType, converter, configuration) {
300
+ var matcher = contentType.equals(Application_getInstance().j2h_1) ? JsonContentTypeMatcher_instance : defaultMatcher(this, contentType);
301
+ this.u46(contentType, converter, matcher, configuration);
302
302
  };
303
- protoOf(Config).l43 = function (contentTypeToSend, converter, contentTypeMatcher, configuration) {
303
+ protoOf(Config).u46 = function (contentTypeToSend, converter, contentTypeMatcher, configuration) {
304
304
  // Inline function 'kotlin.apply' call
305
- // Inline function 'kotlin.contracts.contract' call
306
305
  configuration(converter);
307
306
  var registration = new ConverterRegistration(converter, contentTypeToSend, contentTypeMatcher);
308
- this.k43_1.e(registration);
307
+ this.t46_1.e(registration);
309
308
  };
310
309
  function Plugin() {
311
310
  Plugin_instance = this;
312
- this.m43_1 = new AttributeKey('ContentNegotiation');
311
+ this.v46_1 = new AttributeKey('ContentNegotiation');
313
312
  }
314
313
  protoOf(Plugin).t = function () {
315
- return this.m43_1;
314
+ return this.v46_1;
316
315
  };
317
- protoOf(Plugin).n43 = function (block) {
316
+ protoOf(Plugin).w46 = function (block) {
318
317
  // Inline function 'kotlin.apply' call
319
318
  var this_0 = new Config();
320
- // Inline function 'kotlin.contracts.contract' call
321
319
  block(this_0);
322
320
  var config = this_0;
323
- return new ContentNegotiation(config.k43_1, config.j43_1);
321
+ return new ContentNegotiation(config.t46_1, config.s46_1);
324
322
  };
325
- protoOf(Plugin).e2x = function (block) {
326
- return this.n43(block);
323
+ protoOf(Plugin).q2z = function (block) {
324
+ return this.w46(block);
327
325
  };
328
- protoOf(Plugin).o43 = function (plugin, scope) {
329
- var tmp = Phases_getInstance().y32_1;
330
- scope.z2t_1.w2d(tmp, ContentNegotiation$Plugin$install$slambda_0(plugin, null));
331
- var tmp_0 = Phases_getInstance_0().z2w_1;
332
- scope.a2u_1.w2d(tmp_0, ContentNegotiation$Plugin$install$slambda_2(plugin, null));
326
+ protoOf(Plugin).x46 = function (plugin, scope) {
327
+ var tmp = Phases_getInstance().k35_1;
328
+ scope.l2w_1.e2g(tmp, ContentNegotiation$Plugin$install$slambda_0(plugin, null));
329
+ var tmp_0 = Phases_getInstance_0().l2z_1;
330
+ scope.m2w_1.e2g(tmp_0, ContentNegotiation$Plugin$install$slambda_2(plugin, null));
333
331
  };
334
- protoOf(Plugin).f2x = function (plugin, scope) {
335
- return this.o43(plugin instanceof ContentNegotiation ? plugin : THROW_CCE(), scope);
332
+ protoOf(Plugin).r2z = function (plugin, scope) {
333
+ return this.x46(plugin instanceof ContentNegotiation ? plugin : THROW_CCE(), scope);
336
334
  };
337
335
  var Plugin_instance;
338
336
  function Plugin_getInstance() {
@@ -341,15 +339,15 @@
341
339
  return Plugin_instance;
342
340
  }
343
341
  function ContentNegotiation$convertRequest$lambda(it) {
344
- return toString(it.v41_1);
342
+ return toString(it.e45_1);
345
343
  }
346
- function $convertRequestCOROUTINE$0(_this__u8e3s4, request, body, resultContinuation) {
344
+ function $convertRequestCOROUTINE$(_this__u8e3s4, request, body, resultContinuation) {
347
345
  CoroutineImpl.call(this, resultContinuation);
348
- this.x43_1 = _this__u8e3s4;
349
- this.y43_1 = request;
350
- this.z43_1 = body;
346
+ this.g47_1 = _this__u8e3s4;
347
+ this.h47_1 = request;
348
+ this.i47_1 = body;
351
349
  }
352
- protoOf($convertRequestCOROUTINE$0).r9 = function () {
350
+ protoOf($convertRequestCOROUTINE$).r9 = function () {
353
351
  var suspendResult = this.l9_1;
354
352
  $sm: do
355
353
  try {
@@ -357,30 +355,30 @@
357
355
  switch (tmp) {
358
356
  case 0:
359
357
  this.k9_1 = 7;
360
- var tmp0_iterator = this.x43_1.n42_1.j();
361
- while (tmp0_iterator.k()) {
362
- var element = tmp0_iterator.l();
358
+ var _iterator__ex2g4s = this.g47_1.w45_1.j();
359
+ while (_iterator__ex2g4s.k()) {
360
+ var element = _iterator__ex2g4s.l();
363
361
  l$ret$1: do {
364
- get_LOGGER().o2e('Adding Accept=' + element.w41_1.e2g_1 + ' header for ' + this.y43_1.z2v_1.toString());
365
- if (this.y43_1.b2w_1.w2a(HttpHeaders_getInstance().n2g_1, element.w41_1.toString())) {
362
+ get_LOGGER().w2g('Adding Accept=' + element.f45_1.m2i_1 + ' header for ' + this.h47_1.l2y_1.toString());
363
+ if (this.h47_1.n2y_1.e2d(HttpHeaders_getInstance().v2i_1, element.f45_1.toString())) {
366
364
  break l$ret$1;
367
365
  }
368
- accept(this.y43_1, element.w41_1);
366
+ accept(this.h47_1, element.f45_1);
369
367
  }
370
368
  while (false);
371
369
  }
372
370
 
373
371
  var tmp_0;
374
- var tmp_1 = this.z43_1;
372
+ var tmp_1 = this.i47_1;
375
373
  if (tmp_1 instanceof OutgoingContent) {
376
374
  tmp_0 = true;
377
375
  } else {
376
+ var tmp0 = this.g47_1.x45_1;
378
377
  var tmp$ret$2;
379
378
  l$ret$3: do {
380
- var this_0 = this.x43_1.o42_1;
381
379
  var tmp_2;
382
- if (isInterface(this_0, Collection)) {
383
- tmp_2 = this_0.p();
380
+ if (isInterface(tmp0, Collection)) {
381
+ tmp_2 = tmp0.p();
384
382
  } else {
385
383
  tmp_2 = false;
386
384
  }
@@ -388,10 +386,10 @@
388
386
  tmp$ret$2 = false;
389
387
  break l$ret$3;
390
388
  }
391
- var tmp0_iterator_0 = this_0.j();
392
- while (tmp0_iterator_0.k()) {
393
- var element_0 = tmp0_iterator_0.l();
394
- if (element_0.ra(this.z43_1)) {
389
+ var _iterator__ex2g4s_0 = tmp0.j();
390
+ while (_iterator__ex2g4s_0.k()) {
391
+ var element_0 = _iterator__ex2g4s_0.l();
392
+ if (element_0.xa(this.i47_1)) {
395
393
  tmp$ret$2 = true;
396
394
  break l$ret$3;
397
395
  }
@@ -403,36 +401,36 @@
403
401
  }
404
402
 
405
403
  if (tmp_0) {
406
- get_LOGGER().o2e('Body type ' + toString(getKClassFromExpression(this.z43_1)) + ' is in ignored types. ' + ('Skipping ContentNegotiation for ' + this.y43_1.z2v_1.toString() + '.'));
404
+ get_LOGGER().w2g('Body type ' + toString(getKClassFromExpression(this.i47_1)) + ' is in ignored types. ' + ('Skipping ContentNegotiation for ' + this.h47_1.l2y_1.toString() + '.'));
407
405
  return null;
408
406
  }
409
407
 
410
408
  var tmp_3 = this;
411
- var tmp0_elvis_lhs = contentType_0(this.y43_1);
409
+ var tmp0_elvis_lhs = contentType_0(this.h47_1);
412
410
  var tmp_4;
413
411
  if (tmp0_elvis_lhs == null) {
414
- this.x43_1;
415
- get_LOGGER().o2e("Request doesn't have Content-Type header. Skipping ContentNegotiation for " + this.y43_1.z2v_1.toString() + '.');
412
+ this.g47_1;
413
+ get_LOGGER().w2g("Request doesn't have Content-Type header. Skipping ContentNegotiation for " + this.h47_1.l2y_1.toString() + '.');
416
414
  return null;
417
415
  } else {
418
416
  tmp_4 = tmp0_elvis_lhs;
419
417
  }
420
418
 
421
- tmp_3.a44_1 = tmp_4;
422
- var tmp_5 = this.z43_1;
419
+ tmp_3.j47_1 = tmp_4;
420
+ var tmp_5 = this.i47_1;
423
421
  if (tmp_5 instanceof Unit) {
424
- get_LOGGER().o2e('Sending empty body for ' + this.y43_1.z2v_1.toString());
425
- this.y43_1.b2w_1.b2b(HttpHeaders_getInstance().f2h_1);
422
+ get_LOGGER().w2g('Sending empty body for ' + this.h47_1.l2y_1.toString());
423
+ this.h47_1.n2y_1.j2d(HttpHeaders_getInstance().n2j_1);
426
424
  return EmptyContent_getInstance();
427
425
  }
428
426
 
429
427
  var tmp_6 = this;
430
- var this_1 = this.x43_1.n42_1;
428
+ var tmp0_0 = this.g47_1.w45_1;
431
429
  var destination = ArrayList_init_$Create$();
432
- var tmp0_iterator_1 = this_1.j();
433
- while (tmp0_iterator_1.k()) {
434
- var element_1 = tmp0_iterator_1.l();
435
- if (element_1.x41_1.z41(this.a44_1)) {
430
+ var _iterator__ex2g4s_1 = tmp0_0.j();
431
+ while (_iterator__ex2g4s_1.k()) {
432
+ var element_1 = _iterator__ex2g4s_1.l();
433
+ if (element_1.g45_1.i45(this.j47_1)) {
436
434
  destination.e(element_1);
437
435
  }
438
436
  }
@@ -447,50 +445,52 @@
447
445
  var tmp1_elvis_lhs = tmp_7;
448
446
  var tmp_8;
449
447
  if (tmp1_elvis_lhs == null) {
450
- this.x43_1;
451
- get_LOGGER().o2e('None of the registered converters match request Content-Type=' + this.a44_1.toString() + '. ' + ('Skipping ContentNegotiation for ' + this.y43_1.z2v_1.toString() + '.'));
448
+ this.g47_1;
449
+ get_LOGGER().w2g('None of the registered converters match request Content-Type=' + this.j47_1.toString() + '. ' + ('Skipping ContentNegotiation for ' + this.h47_1.l2y_1.toString() + '.'));
452
450
  return null;
453
451
  } else {
454
452
  tmp_8 = tmp1_elvis_lhs;
455
453
  }
456
454
 
457
- tmp_6.b44_1 = tmp_8;
458
- if (this.y43_1.c3l() == null) {
459
- get_LOGGER().o2e('Request has unknown body type. Skipping ContentNegotiation for ' + this.y43_1.z2v_1.toString() + '.');
455
+ tmp_6.k47_1 = tmp_8;
456
+ if (this.h47_1.x3n() == null) {
457
+ get_LOGGER().w2g('Request has unknown body type. Skipping ContentNegotiation for ' + this.h47_1.l2y_1.toString() + '.');
460
458
  return null;
461
459
  }
462
460
 
463
- this.y43_1.b2w_1.b2b(HttpHeaders_getInstance().f2h_1);
461
+ this.h47_1.n2y_1.j2d(HttpHeaders_getInstance().n2j_1);
462
+ var tmp_9 = this;
463
+ tmp_9.l47_1 = this.k47_1;
464
464
  this.j9_1 = 1;
465
465
  continue $sm;
466
466
  case 1:
467
- var tmp_9 = this;
468
- tmp_9.d44_1 = this.b44_1;
469
- this.e44_1 = this.d44_1.j();
467
+ this.n47_1 = this.l47_1;
468
+ this.o47_1 = this.n47_1.j();
470
469
  this.j9_1 = 2;
471
470
  continue $sm;
472
471
  case 2:
473
- if (!this.e44_1.k()) {
472
+ if (!this.o47_1.k()) {
474
473
  this.j9_1 = 5;
475
474
  continue $sm;
476
475
  }
477
476
 
478
- this.f44_1 = this.e44_1.l();
477
+ this.p47_1 = this.o47_1.l();
479
478
  var tmp_10 = this;
480
- tmp_10.g44_1 = this.f44_1;
479
+ tmp_10.q47_1 = this.p47_1;
480
+ this.r47_1 = this.q47_1;
481
481
  this.j9_1 = 3;
482
- var tmp0_elvis_lhs_0 = charset(this.a44_1);
483
- var tmp_11 = tmp0_elvis_lhs_0 == null ? Charsets_getInstance().s22_1 : tmp0_elvis_lhs_0;
484
- var tmp_12 = ensureNotNull(this.y43_1.c3l());
485
- var this_2 = this.z43_1;
482
+ var tmp0_elvis_lhs_0 = charset(this.j47_1);
483
+ var tmp_11 = tmp0_elvis_lhs_0 == null ? Charsets_getInstance().y24_1 : tmp0_elvis_lhs_0;
484
+ var tmp_12 = ensureNotNull(this.h47_1.x3n());
485
+ var this_0 = this.i47_1;
486
486
  var tmp_13;
487
- if (!equals(this_2, NullBody_instance)) {
488
- tmp_13 = this_2;
487
+ if (!equals(this_0, NullBody_instance)) {
488
+ tmp_13 = this_0;
489
489
  } else {
490
490
  tmp_13 = null;
491
491
  }
492
492
 
493
- suspendResult = this.g44_1.v41_1.n2r(this.a44_1, tmp_11, tmp_12, tmp_13, this);
493
+ suspendResult = this.r47_1.e45_1.v2t(this.j47_1, tmp_11, tmp_12, tmp_13, this);
494
494
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
495
495
  return suspendResult;
496
496
  }
@@ -499,12 +499,12 @@
499
499
  case 3:
500
500
  var result = suspendResult;
501
501
  if (!(result == null)) {
502
- get_LOGGER().o2e('Converted request body using ' + toString(this.g44_1.v41_1) + ' for ' + this.y43_1.z2v_1.toString());
502
+ get_LOGGER().w2g('Converted request body using ' + toString(this.r47_1.e45_1) + ' for ' + this.h47_1.l2y_1.toString());
503
503
  }
504
504
 
505
505
  var result_0 = result;
506
506
  if (!(result_0 == null)) {
507
- this.c44_1 = result_0;
507
+ this.m47_1 = result_0;
508
508
  this.j9_1 = 6;
509
509
  continue $sm;
510
510
  } else {
@@ -516,7 +516,7 @@
516
516
  this.j9_1 = 2;
517
517
  continue $sm;
518
518
  case 5:
519
- this.c44_1 = null;
519
+ this.m47_1 = null;
520
520
  if (false) {
521
521
  this.j9_1 = 1;
522
522
  continue $sm;
@@ -525,11 +525,11 @@
525
525
  this.j9_1 = 6;
526
526
  continue $sm;
527
527
  case 6:
528
- var tmp2_elvis_lhs = this.c44_1;
528
+ var tmp2_elvis_lhs = this.m47_1;
529
529
  var tmp_14;
530
530
  if (tmp2_elvis_lhs == null) {
531
- var tmp_15 = "Can't convert " + toString(this.z43_1) + ' with contentType ' + this.a44_1.toString() + ' using converters ';
532
- throw new ContentConverterException(tmp_15 + joinToString(this.b44_1, VOID, VOID, VOID, VOID, VOID, ContentNegotiation$convertRequest$lambda));
531
+ var tmp_15 = "Can't convert " + toString(this.i47_1) + ' with contentType ' + this.j47_1.toString() + ' using converters ';
532
+ throw new ContentConverterException(tmp_15 + joinToString(this.k47_1, VOID, VOID, VOID, VOID, VOID, ContentNegotiation$convertRequest$lambda));
533
533
  } else {
534
534
  tmp_14 = tmp2_elvis_lhs;
535
535
  }
@@ -550,16 +550,16 @@
550
550
  }
551
551
  while (true);
552
552
  };
553
- function $convertResponseCOROUTINE$1(_this__u8e3s4, requestUrl, info, body, responseContentType, charset, resultContinuation) {
553
+ function $convertResponseCOROUTINE$(_this__u8e3s4, requestUrl, info, body, responseContentType, charset, resultContinuation) {
554
554
  CoroutineImpl.call(this, resultContinuation);
555
- this.p44_1 = _this__u8e3s4;
556
- this.q44_1 = requestUrl;
557
- this.r44_1 = info;
558
- this.s44_1 = body;
559
- this.t44_1 = responseContentType;
560
- this.u44_1 = charset;
555
+ this.a48_1 = _this__u8e3s4;
556
+ this.b48_1 = requestUrl;
557
+ this.c48_1 = info;
558
+ this.d48_1 = body;
559
+ this.e48_1 = responseContentType;
560
+ this.f48_1 = charset;
561
561
  }
562
- protoOf($convertResponseCOROUTINE$1).r9 = function () {
562
+ protoOf($convertResponseCOROUTINE$).r9 = function () {
563
563
  var suspendResult = this.l9_1;
564
564
  $sm: do
565
565
  try {
@@ -567,33 +567,33 @@
567
567
  switch (tmp) {
568
568
  case 0:
569
569
  this.k9_1 = 2;
570
- var tmp_0 = this.s44_1;
570
+ var tmp_0 = this.d48_1;
571
571
  if (!isInterface(tmp_0, ByteReadChannel)) {
572
- get_LOGGER().o2e('Response body is already transformed. Skipping ContentNegotiation for ' + this.q44_1.toString() + '.');
572
+ get_LOGGER().w2g('Response body is already transformed. Skipping ContentNegotiation for ' + this.b48_1.toString() + '.');
573
573
  return null;
574
574
  }
575
575
 
576
- if (this.p44_1.o42_1.v1(this.r44_1.j2e_1)) {
577
- get_LOGGER().o2e('Response body type ' + toString(this.r44_1.j2e_1) + ' is in ignored types. ' + ('Skipping ContentNegotiation for ' + this.q44_1.toString() + '.'));
576
+ if (this.a48_1.x45_1.s1(this.c48_1.r2g_1)) {
577
+ get_LOGGER().w2g('Response body type ' + toString(this.c48_1.r2g_1) + ' is in ignored types. ' + ('Skipping ContentNegotiation for ' + this.b48_1.toString() + '.'));
578
578
  return null;
579
579
  }
580
580
 
581
581
  var tmp_1 = this;
582
- var this_0 = this.p44_1.n42_1;
582
+ var tmp0 = this.a48_1.w45_1;
583
583
  var destination = ArrayList_init_$Create$();
584
- var tmp0_iterator = this_0.j();
585
- while (tmp0_iterator.k()) {
586
- var element = tmp0_iterator.l();
587
- if (element.x41_1.z41(this.t44_1)) {
584
+ var _iterator__ex2g4s = tmp0.j();
585
+ while (_iterator__ex2g4s.k()) {
586
+ var element = _iterator__ex2g4s.l();
587
+ if (element.g45_1.i45(this.e48_1)) {
588
588
  destination.e(element);
589
589
  }
590
590
  }
591
591
 
592
592
  var destination_0 = ArrayList_init_$Create$_0(collectionSizeOrDefault(destination, 10));
593
- var tmp0_iterator_0 = destination.j();
594
- while (tmp0_iterator_0.k()) {
595
- var item = tmp0_iterator_0.l();
596
- destination_0.e(item.v41_1);
593
+ var _iterator__ex2g4s_0 = destination.j();
594
+ while (_iterator__ex2g4s_0.k()) {
595
+ var item = _iterator__ex2g4s_0.l();
596
+ destination_0.e(item.e45_1);
597
597
  }
598
598
 
599
599
  var tmp_2;
@@ -606,16 +606,16 @@
606
606
  var tmp0_elvis_lhs = tmp_2;
607
607
  var tmp_3;
608
608
  if (tmp0_elvis_lhs == null) {
609
- this.p44_1;
610
- get_LOGGER().o2e('None of the registered converters match response with Content-Type=' + this.t44_1.toString() + '. ' + ('Skipping ContentNegotiation for ' + this.q44_1.toString() + '.'));
609
+ this.a48_1;
610
+ get_LOGGER().w2g('None of the registered converters match response with Content-Type=' + this.e48_1.toString() + '. ' + ('Skipping ContentNegotiation for ' + this.b48_1.toString() + '.'));
611
611
  return null;
612
612
  } else {
613
613
  tmp_3 = tmp0_elvis_lhs;
614
614
  }
615
615
 
616
- tmp_1.v44_1 = tmp_3;
616
+ tmp_1.g48_1 = tmp_3;
617
617
  this.j9_1 = 1;
618
- suspendResult = deserialize(this.v44_1, this.s44_1, this.r44_1, this.u44_1, this);
618
+ suspendResult = deserialize(this.g48_1, this.d48_1, this.c48_1, this.f48_1, this);
619
619
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
620
620
  return suspendResult;
621
621
  }
@@ -624,7 +624,7 @@
624
624
  case 1:
625
625
  var result = suspendResult;
626
626
  if (!isInterface(result, ByteReadChannel)) {
627
- get_LOGGER().o2e('Response body was converted to ' + toString(getKClassFromExpression(result)) + ' for ' + this.q44_1.toString() + '.');
627
+ get_LOGGER().w2g('Response body was converted to ' + toString(getKClassFromExpression(result)) + ' for ' + this.b48_1.toString() + '.');
628
628
  }
629
629
 
630
630
  return result;
@@ -644,17 +644,17 @@
644
644
  };
645
645
  function ContentNegotiation(registrations, ignoredTypes) {
646
646
  Plugin_getInstance();
647
- this.n42_1 = registrations;
648
- this.o42_1 = ignoredTypes;
647
+ this.w45_1 = registrations;
648
+ this.x45_1 = ignoredTypes;
649
649
  }
650
- protoOf(ContentNegotiation).p42 = function (request, body, $completion) {
651
- var tmp = new $convertRequestCOROUTINE$0(this, request, body, $completion);
650
+ protoOf(ContentNegotiation).y45 = function (request, body, $completion) {
651
+ var tmp = new $convertRequestCOROUTINE$(this, request, body, $completion);
652
652
  tmp.l9_1 = Unit_instance;
653
653
  tmp.m9_1 = null;
654
654
  return tmp.r9();
655
655
  };
656
- protoOf(ContentNegotiation).i43 = function (requestUrl, info, body, responseContentType, charset, $completion) {
657
- var tmp = new $convertResponseCOROUTINE$1(this, requestUrl, info, body, responseContentType, charset, $completion);
656
+ protoOf(ContentNegotiation).r46 = function (requestUrl, info, body, responseContentType, charset, $completion) {
657
+ var tmp = new $convertResponseCOROUTINE$(this, requestUrl, info, body, responseContentType, charset, $completion);
658
658
  tmp.l9_1 = Unit_instance;
659
659
  tmp.m9_1 = null;
660
660
  return tmp.r9();
@@ -668,16 +668,16 @@
668
668
  if (!properties_initialized_ContentNegotiation_kt_1ayduy) {
669
669
  properties_initialized_ContentNegotiation_kt_1ayduy = true;
670
670
  LOGGER = KtorSimpleLogger('io.ktor.client.plugins.contentnegotiation.ContentNegotiation');
671
- DefaultCommonIgnoredTypes = setOf([PrimitiveClasses_getInstance().vb(), PrimitiveClasses_getInstance().rb(), getKClass(HttpStatusCode), getKClass(ByteReadChannel), getKClass(OutgoingContent)]);
671
+ DefaultCommonIgnoredTypes = setOf([PrimitiveClasses_getInstance().bc(), PrimitiveClasses_getInstance().xb(), getKClass(HttpStatusCode), getKClass(ByteReadChannel), getKClass(OutgoingContent)]);
672
672
  }
673
673
  }
674
674
  function JsonContentTypeMatcher() {
675
675
  }
676
- protoOf(JsonContentTypeMatcher).z41 = function (contentType) {
677
- if (contentType.i2g(Application_getInstance().b2f_1)) {
676
+ protoOf(JsonContentTypeMatcher).i45 = function (contentType) {
677
+ if (contentType.q2i(Application_getInstance().j2h_1)) {
678
678
  return true;
679
679
  }
680
- var value = contentType.h2g().toString();
680
+ var value = contentType.p2i().toString();
681
681
  return startsWith(value, 'application/') && endsWith(value, '+json');
682
682
  };
683
683
  var JsonContentTypeMatcher_instance;
@@ -698,7 +698,7 @@
698
698
  }
699
699
  }
700
700
  //region block: post-declaration
701
- protoOf(Config).l2r = register$default;
701
+ protoOf(Config).t2t = register$default;
702
702
  //endregion
703
703
  //region block: init
704
704
  JsonContentTypeMatcher_instance = new JsonContentTypeMatcher();