@icure/cardinal-sdk 2.0.0-PREVIEW-10 → 2.0.0-PREVIEW-13

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 (44) hide show
  1. package/Kermit-kermit-core.mjs +42 -42
  2. package/Kermit-kermit.mjs +8 -8
  3. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +3919 -3777
  4. package/KotlinBigInteger-bignum.mjs +1434 -1470
  5. package/api/AnonymousHealthcarePartyApi.d.mts +2 -2
  6. package/cardinal-sdk-ts.d.mts +338 -100
  7. package/cardinal-sdk-ts.mjs +56590 -56248
  8. package/cardinal-sdk.mjs +126945 -106218
  9. package/kerberus.mjs +381 -381
  10. package/kotlin-kotlin-stdlib.mjs +3412 -2764
  11. package/kotlinx-atomicfu.mjs +14 -14
  12. package/kotlinx-coroutines-core.mjs +2690 -2687
  13. package/kotlinx-io-kotlinx-io-bytestring.mjs +47 -47
  14. package/kotlinx-io-kotlinx-io-core.mjs +539 -539
  15. package/kotlinx-serialization-kotlinx-serialization-core.mjs +2149 -2111
  16. package/kotlinx-serialization-kotlinx-serialization-json.mjs +2047 -2029
  17. package/kryptom-lib.mjs +2065 -2081
  18. package/ktor-ktor-client-content-negotiation.mjs +217 -217
  19. package/ktor-ktor-client-core.mjs +2997 -2993
  20. package/ktor-ktor-events.mjs +8 -8
  21. package/ktor-ktor-http-cio.mjs +538 -537
  22. package/ktor-ktor-http.mjs +799 -927
  23. package/ktor-ktor-io.mjs +1079 -1079
  24. package/ktor-ktor-serialization-kotlinx-json.mjs +10 -10
  25. package/ktor-ktor-serialization-kotlinx.mjs +270 -270
  26. package/ktor-ktor-serialization.mjs +129 -129
  27. package/ktor-ktor-utils.mjs +614 -600
  28. package/ktor-ktor-websockets.mjs +751 -750
  29. package/model.d.mts +0 -1
  30. package/model.mjs +0 -1
  31. package/package.json +2 -3
  32. package/ktor-ktor-client-ktor-client-core.mjs +0 -8986
  33. package/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.mjs +0 -756
  34. package/ktor-ktor-client-ktor-client-plugins-ktor-client-websockets.mjs +0 -2
  35. package/ktor-ktor-http-ktor-http-cio.mjs +0 -1996
  36. package/ktor-ktor-shared-ktor-events.mjs +0 -79
  37. package/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.mjs +0 -44
  38. package/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.mjs +0 -857
  39. package/ktor-ktor-shared-ktor-serialization.mjs +0 -371
  40. package/ktor-ktor-shared-ktor-sse.mjs +0 -2
  41. package/ktor-ktor-shared-ktor-websocket-serialization.mjs +0 -2
  42. package/ktor-ktor-shared-ktor-websockets.mjs +0 -2334
  43. package/model/UserAndHealthcareParty.d.mts +0 -7
  44. package/model/UserAndHealthcareParty.mjs +0 -6
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  Exceptiondt2hlxn7j7vw as Exception,
3
- VOID7hggqo3abtya as VOID,
4
- Exception_init_$Init$2fx1sms2m4tu1 as Exception_init_$Init$,
3
+ VOID3gxj6tk5isa35 as VOID,
4
+ Exception_init_$Init$393utbttlf2x4 as Exception_init_$Init$,
5
5
  captureStack1fzi4aczwc4hg as captureStack,
6
6
  protoOf180f3jzyo7rfj as protoOf,
7
7
  initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
8
- Unit_instance104q5opgivhr8 as Unit_instance,
8
+ Unit_instance1fbcbse1fwigr as Unit_instance,
9
9
  initMetadataForInterface1egvbzx539z91 as initMetadataForInterface,
10
10
  equals2au1ep9vhcato as equals,
11
11
  FunctionAdapter3lcrrz3moet5b as FunctionAdapter,
@@ -18,19 +18,19 @@ import {
18
18
  initMetadataForCoroutine1i7lbatuf5bnt as initMetadataForCoroutine,
19
19
  } from './kotlin-kotlin-stdlib.mjs';
20
20
  import {
21
- Charsets_getInstancemd62gu5po4os as Charsets_getInstance,
21
+ Charsets_getInstanceqs70pvl4noow as Charsets_getInstance,
22
22
  forName2faodmskqnoz5 as forName,
23
23
  isSupported2nf870ypy50et as isSupported,
24
24
  } from './ktor-ktor-io.mjs';
25
25
  import {
26
- HttpHeaders_getInstancekqele34vb34f as HttpHeaders_getInstance,
26
+ HttpHeaders_getInstanceelogg8fjd54u as HttpHeaders_getInstance,
27
27
  parseAndSortHeader33xgq5fx7y6j1 as parseAndSortHeader,
28
- NullBody_instance9oj4j8z4op1j as NullBody_instance,
28
+ NullBody_instance2i6w0hfghwfg0 as NullBody_instance,
29
29
  } from './ktor-ktor-http.mjs';
30
30
  import {
31
31
  FlowCollector26clgpmzihvke as FlowCollector,
32
32
  asFlow3ngsnn5xpz8pw as asFlow,
33
- firstOrNull3pfaj04seehr5 as firstOrNull,
33
+ firstOrNull3jjcu7fygcopr as firstOrNull,
34
34
  } from './kotlinx-coroutines-core.mjs';
35
35
  //region block: imports
36
36
  //endregion
@@ -47,20 +47,20 @@ function register$default(contentType, converter, configuration, $super) {
47
47
  configuration = tmp;
48
48
  var tmp_0;
49
49
  if ($super === VOID) {
50
- this.e3m(contentType, converter, configuration);
50
+ this.g3n(contentType, converter, configuration);
51
51
  tmp_0 = Unit_instance;
52
52
  } else {
53
- tmp_0 = $super.e3m.call(this, contentType, converter, configuration);
53
+ tmp_0 = $super.g3n.call(this, contentType, converter, configuration);
54
54
  }
55
55
  return tmp_0;
56
56
  }
57
57
  initMetadataForInterface(Configuration, 'Configuration');
58
58
  initMetadataForClass(sam$kotlinx_coroutines_flow_FlowCollector$0, 'sam$kotlinx_coroutines_flow_FlowCollector$0', VOID, VOID, [FlowCollector, FunctionAdapter], [1]);
59
59
  initMetadataForLambda(deserialize$o$collect$slambda, CoroutineImpl, VOID, [1]);
60
- initMetadataForCoroutine($collectCOROUTINE$1, CoroutineImpl);
60
+ initMetadataForCoroutine($collectCOROUTINE$, CoroutineImpl);
61
61
  initMetadataForClass(deserialize$$inlined$map$1, VOID, VOID, VOID, VOID, [1]);
62
62
  initMetadataForLambda(deserialize$slambda, CoroutineImpl, VOID, [1]);
63
- initMetadataForCoroutine($deserializeCOROUTINE$0, CoroutineImpl);
63
+ initMetadataForCoroutine($deserializeCOROUTINE$, CoroutineImpl);
64
64
  //endregion
65
65
  function ContentConvertException(message, cause) {
66
66
  cause = cause === VOID ? null : cause;
@@ -73,13 +73,13 @@ function JsonConvertException(message, cause) {
73
73
  captureStack(this, JsonConvertException);
74
74
  }
75
75
  function deserialize(_this__u8e3s4, body, typeInfo, charset, $completion) {
76
- var tmp = new $deserializeCOROUTINE$0(_this__u8e3s4, body, typeInfo, charset, $completion);
77
- tmp.m9_1 = Unit_instance;
78
- tmp.n9_1 = null;
79
- return tmp.s9();
76
+ var tmp = new $deserializeCOROUTINE$(_this__u8e3s4, body, typeInfo, charset, $completion);
77
+ tmp.n9_1 = Unit_instance;
78
+ tmp.o9_1 = null;
79
+ return tmp.t9();
80
80
  }
81
81
  function suitableCharset(_this__u8e3s4, defaultCharset) {
82
- defaultCharset = defaultCharset === VOID ? Charsets_getInstance().j20_1 : defaultCharset;
82
+ defaultCharset = defaultCharset === VOID ? Charsets_getInstance().j21_1 : defaultCharset;
83
83
  var tmp0_elvis_lhs = suitableCharsetOrNull(_this__u8e3s4, defaultCharset);
84
84
  return tmp0_elvis_lhs == null ? defaultCharset : tmp0_elvis_lhs;
85
85
  }
@@ -89,10 +89,10 @@ function Configuration$register$lambda(_this__u8e3s4) {
89
89
  function Configuration() {
90
90
  }
91
91
  function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
92
- defaultCharset = defaultCharset === VOID ? Charsets_getInstance().j20_1 : defaultCharset;
93
- var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.z2n(HttpHeaders_getInstance().d2w_1)).q();
92
+ defaultCharset = defaultCharset === VOID ? Charsets_getInstance().j21_1 : defaultCharset;
93
+ var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.b2p(HttpHeaders_getInstance().f2x_1)).q();
94
94
  while (_iterator__ex2g4s.r()) {
95
- var charset = _iterator__ex2g4s.s().ob();
95
+ var charset = _iterator__ex2g4s.s().pb();
96
96
  if (charset === '*')
97
97
  return defaultCharset;
98
98
  else if (isSupported(Charsets_getInstance(), charset))
@@ -101,20 +101,20 @@ function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
101
101
  return null;
102
102
  }
103
103
  function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
104
- this.g3m_1 = function_0;
104
+ this.i3n_1 = function_0;
105
105
  }
106
- protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).w1c = function (value, $completion) {
107
- return this.g3m_1(value, $completion);
106
+ protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).w1d = function (value, $completion) {
107
+ return this.i3n_1(value, $completion);
108
108
  };
109
- protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).v3 = function () {
110
- return this.g3m_1;
109
+ protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).w3 = function () {
110
+ return this.i3n_1;
111
111
  };
112
112
  protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
113
113
  var tmp;
114
114
  if (!(other == null) ? isInterface(other, FlowCollector) : false) {
115
115
  var tmp_0;
116
116
  if (!(other == null) ? isInterface(other, FunctionAdapter) : false) {
117
- tmp_0 = equals(this.v3(), other.v3());
117
+ tmp_0 = equals(this.w3(), other.w3());
118
118
  } else {
119
119
  tmp_0 = false;
120
120
  }
@@ -125,52 +125,52 @@ protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
125
125
  return tmp;
126
126
  };
127
127
  protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).hashCode = function () {
128
- return hashCode(this.v3());
128
+ return hashCode(this.w3());
129
129
  };
130
130
  function deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
131
- this.p3m_1 = $$this$unsafeFlow;
132
- this.q3m_1 = $charset;
133
- this.r3m_1 = $typeInfo;
134
- this.s3m_1 = $body;
131
+ this.r3n_1 = $$this$unsafeFlow;
132
+ this.s3n_1 = $charset;
133
+ this.t3n_1 = $typeInfo;
134
+ this.u3n_1 = $body;
135
135
  CoroutineImpl.call(this, resultContinuation);
136
136
  }
137
- protoOf(deserialize$o$collect$slambda).b3n = function (value, $completion) {
138
- var tmp = this.c3n(value, $completion);
139
- tmp.m9_1 = Unit_instance;
140
- tmp.n9_1 = null;
141
- return tmp.s9();
137
+ protoOf(deserialize$o$collect$slambda).d3o = function (value, $completion) {
138
+ var tmp = this.e3o(value, $completion);
139
+ tmp.n9_1 = Unit_instance;
140
+ tmp.o9_1 = null;
141
+ return tmp.t9();
142
142
  };
143
- protoOf(deserialize$o$collect$slambda).ga = function (p1, $completion) {
144
- return this.b3n((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
143
+ protoOf(deserialize$o$collect$slambda).ha = function (p1, $completion) {
144
+ return this.d3o((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
145
145
  };
146
- protoOf(deserialize$o$collect$slambda).s9 = function () {
147
- var suspendResult = this.m9_1;
146
+ protoOf(deserialize$o$collect$slambda).t9 = function () {
147
+ var suspendResult = this.n9_1;
148
148
  $sm: do
149
149
  try {
150
- var tmp = this.k9_1;
150
+ var tmp = this.l9_1;
151
151
  switch (tmp) {
152
152
  case 0:
153
- this.l9_1 = 3;
153
+ this.m9_1 = 3;
154
154
  var tmp_0 = this;
155
- tmp_0.u3m_1 = this.p3m_1;
155
+ tmp_0.w3n_1 = this.r3n_1;
156
156
  var tmp_1 = this;
157
- tmp_1.v3m_1 = this.t3m_1;
158
- this.w3m_1 = this.u3m_1;
159
- this.x3m_1 = this.v3m_1;
157
+ tmp_1.x3n_1 = this.v3n_1;
158
+ this.y3n_1 = this.w3n_1;
159
+ this.z3n_1 = this.x3n_1;
160
160
  var tmp_2 = this;
161
- tmp_2.y3m_1 = this.x3m_1;
162
- this.z3m_1 = this.y3m_1;
163
- this.k9_1 = 1;
164
- suspendResult = this.z3m_1.d3n(this.q3m_1, this.r3m_1, this.s3m_1, this);
161
+ tmp_2.a3o_1 = this.z3n_1;
162
+ this.b3o_1 = this.a3o_1;
163
+ this.l9_1 = 1;
164
+ suspendResult = this.b3o_1.f3o(this.s3n_1, this.t3n_1, this.u3n_1, this);
165
165
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
166
166
  return suspendResult;
167
167
  }
168
168
 
169
169
  continue $sm;
170
170
  case 1:
171
- this.a3n_1 = suspendResult;
172
- this.k9_1 = 2;
173
- suspendResult = this.w3m_1.w1c(this.a3n_1, this);
171
+ this.c3o_1 = suspendResult;
172
+ this.l9_1 = 2;
173
+ suspendResult = this.y3n_1.w1d(this.c3o_1, this);
174
174
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
175
175
  return suspendResult;
176
176
  }
@@ -179,51 +179,51 @@ protoOf(deserialize$o$collect$slambda).s9 = function () {
179
179
  case 2:
180
180
  return Unit_instance;
181
181
  case 3:
182
- throw this.n9_1;
182
+ throw this.o9_1;
183
183
  }
184
184
  } catch ($p) {
185
185
  var e = $p;
186
- if (this.l9_1 === 3) {
186
+ if (this.m9_1 === 3) {
187
187
  throw e;
188
188
  } else {
189
- this.k9_1 = this.l9_1;
190
- this.n9_1 = e;
189
+ this.l9_1 = this.m9_1;
190
+ this.o9_1 = e;
191
191
  }
192
192
  }
193
193
  while (true);
194
194
  };
195
- protoOf(deserialize$o$collect$slambda).c3n = function (value, completion) {
196
- var i = new deserialize$o$collect$slambda(this.p3m_1, this.q3m_1, this.r3m_1, this.s3m_1, completion);
197
- i.t3m_1 = value;
195
+ protoOf(deserialize$o$collect$slambda).e3o = function (value, completion) {
196
+ var i = new deserialize$o$collect$slambda(this.r3n_1, this.s3n_1, this.t3n_1, this.u3n_1, completion);
197
+ i.v3n_1 = value;
198
198
  return i;
199
199
  };
200
200
  function deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
201
201
  var i = new deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation);
202
202
  var l = function (value, $completion) {
203
- return i.b3n(value, $completion);
203
+ return i.d3o(value, $completion);
204
204
  };
205
205
  l.$arity = 1;
206
206
  return l;
207
207
  }
208
- function $collectCOROUTINE$1(_this__u8e3s4, collector, resultContinuation) {
208
+ function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
209
209
  CoroutineImpl.call(this, resultContinuation);
210
- this.m3n_1 = _this__u8e3s4;
211
- this.n3n_1 = collector;
210
+ this.o3o_1 = _this__u8e3s4;
211
+ this.p3o_1 = collector;
212
212
  }
213
- protoOf($collectCOROUTINE$1).s9 = function () {
214
- var suspendResult = this.m9_1;
213
+ protoOf($collectCOROUTINE$).t9 = function () {
214
+ var suspendResult = this.n9_1;
215
215
  $sm: do
216
216
  try {
217
- var tmp = this.k9_1;
217
+ var tmp = this.l9_1;
218
218
  switch (tmp) {
219
219
  case 0:
220
- this.l9_1 = 2;
220
+ this.m9_1 = 2;
221
221
  var tmp_0 = this;
222
- tmp_0.o3n_1 = this.n3n_1;
223
- this.p3n_1 = this.o3n_1;
224
- this.k9_1 = 1;
225
- var tmp_1 = deserialize$o$collect$slambda_0(this.p3n_1, this.m3n_1.r3n_1, this.m3n_1.s3n_1, this.m3n_1.t3n_1, null);
226
- suspendResult = this.m3n_1.q3n_1.c1c(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
222
+ tmp_0.q3o_1 = this.p3o_1;
223
+ this.r3o_1 = this.q3o_1;
224
+ this.l9_1 = 1;
225
+ var tmp_1 = deserialize$o$collect$slambda_0(this.r3o_1, this.o3o_1.t3o_1, this.o3o_1.u3o_1, this.o3o_1.v3o_1, null);
226
+ suspendResult = this.o3o_1.s3o_1.c1d(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
227
227
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
228
228
  return suspendResult;
229
229
  }
@@ -232,57 +232,57 @@ protoOf($collectCOROUTINE$1).s9 = function () {
232
232
  case 1:
233
233
  return Unit_instance;
234
234
  case 2:
235
- throw this.n9_1;
235
+ throw this.o9_1;
236
236
  }
237
237
  } catch ($p) {
238
238
  var e = $p;
239
- if (this.l9_1 === 2) {
239
+ if (this.m9_1 === 2) {
240
240
  throw e;
241
241
  } else {
242
- this.k9_1 = this.l9_1;
243
- this.n9_1 = e;
242
+ this.l9_1 = this.m9_1;
243
+ this.o9_1 = e;
244
244
  }
245
245
  }
246
246
  while (true);
247
247
  };
248
248
  function deserialize$$inlined$map$1($this, $charset, $typeInfo, $body) {
249
- this.q3n_1 = $this;
250
- this.r3n_1 = $charset;
251
- this.s3n_1 = $typeInfo;
252
- this.t3n_1 = $body;
249
+ this.s3o_1 = $this;
250
+ this.t3o_1 = $charset;
251
+ this.u3o_1 = $typeInfo;
252
+ this.v3o_1 = $body;
253
253
  }
254
- protoOf(deserialize$$inlined$map$1).x1c = function (collector, $completion) {
255
- var tmp = new $collectCOROUTINE$1(this, collector, $completion);
256
- tmp.m9_1 = Unit_instance;
257
- tmp.n9_1 = null;
258
- return tmp.s9();
254
+ protoOf(deserialize$$inlined$map$1).x1d = function (collector, $completion) {
255
+ var tmp = new $collectCOROUTINE$(this, collector, $completion);
256
+ tmp.n9_1 = Unit_instance;
257
+ tmp.o9_1 = null;
258
+ return tmp.t9();
259
259
  };
260
- protoOf(deserialize$$inlined$map$1).c1c = function (collector, $completion) {
261
- return this.x1c(collector, $completion);
260
+ protoOf(deserialize$$inlined$map$1).c1d = function (collector, $completion) {
261
+ return this.x1d(collector, $completion);
262
262
  };
263
263
  function deserialize$slambda($body, resultContinuation) {
264
- this.c3o_1 = $body;
264
+ this.e3p_1 = $body;
265
265
  CoroutineImpl.call(this, resultContinuation);
266
266
  }
267
- protoOf(deserialize$slambda).e3o = function (it, $completion) {
268
- var tmp = this.c3n(it, $completion);
269
- tmp.m9_1 = Unit_instance;
270
- tmp.n9_1 = null;
271
- return tmp.s9();
267
+ protoOf(deserialize$slambda).g3p = function (it, $completion) {
268
+ var tmp = this.e3o(it, $completion);
269
+ tmp.n9_1 = Unit_instance;
270
+ tmp.o9_1 = null;
271
+ return tmp.t9();
272
272
  };
273
- protoOf(deserialize$slambda).ga = function (p1, $completion) {
274
- return this.e3o((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
273
+ protoOf(deserialize$slambda).ha = function (p1, $completion) {
274
+ return this.g3p((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
275
275
  };
276
- protoOf(deserialize$slambda).s9 = function () {
277
- var suspendResult = this.m9_1;
276
+ protoOf(deserialize$slambda).t9 = function () {
277
+ var suspendResult = this.n9_1;
278
278
  $sm: do
279
279
  try {
280
- var tmp = this.k9_1;
280
+ var tmp = this.l9_1;
281
281
  if (tmp === 0) {
282
- this.l9_1 = 1;
283
- return !(this.d3o_1 == null) || this.c3o_1.z1q();
282
+ this.m9_1 = 1;
283
+ return !(this.f3p_1 == null) || this.e3p_1.z1r();
284
284
  } else if (tmp === 1) {
285
- throw this.n9_1;
285
+ throw this.o9_1;
286
286
  }
287
287
  } catch ($p) {
288
288
  var e = $p;
@@ -290,38 +290,38 @@ protoOf(deserialize$slambda).s9 = function () {
290
290
  }
291
291
  while (true);
292
292
  };
293
- protoOf(deserialize$slambda).c3n = function (it, completion) {
294
- var i = new deserialize$slambda(this.c3o_1, completion);
295
- i.d3o_1 = it;
293
+ protoOf(deserialize$slambda).e3o = function (it, completion) {
294
+ var i = new deserialize$slambda(this.e3p_1, completion);
295
+ i.f3p_1 = it;
296
296
  return i;
297
297
  };
298
298
  function deserialize$slambda_0($body, resultContinuation) {
299
299
  var i = new deserialize$slambda($body, resultContinuation);
300
300
  var l = function (it, $completion) {
301
- return i.e3o(it, $completion);
301
+ return i.g3p(it, $completion);
302
302
  };
303
303
  l.$arity = 1;
304
304
  return l;
305
305
  }
306
- function $deserializeCOROUTINE$0(_this__u8e3s4, body, typeInfo, charset, resultContinuation) {
306
+ function $deserializeCOROUTINE$(_this__u8e3s4, body, typeInfo, charset, resultContinuation) {
307
307
  CoroutineImpl.call(this, resultContinuation);
308
- this.a3m_1 = _this__u8e3s4;
309
- this.b3m_1 = body;
310
- this.c3m_1 = typeInfo;
311
- this.d3m_1 = charset;
308
+ this.c3n_1 = _this__u8e3s4;
309
+ this.d3n_1 = body;
310
+ this.e3n_1 = typeInfo;
311
+ this.f3n_1 = charset;
312
312
  }
313
- protoOf($deserializeCOROUTINE$0).s9 = function () {
314
- var suspendResult = this.m9_1;
313
+ protoOf($deserializeCOROUTINE$).t9 = function () {
314
+ var suspendResult = this.n9_1;
315
315
  $sm: do
316
316
  try {
317
- var tmp = this.k9_1;
317
+ var tmp = this.l9_1;
318
318
  switch (tmp) {
319
319
  case 0:
320
- this.l9_1 = 2;
321
- this.k9_1 = 1;
322
- var this_0 = asFlow(this.a3m_1);
323
- var tmp_0 = new deserialize$$inlined$map$1(this_0, this.d3m_1, this.c3m_1, this.b3m_1);
324
- suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.b3m_1, null), this);
320
+ this.m9_1 = 2;
321
+ this.l9_1 = 1;
322
+ var this_0 = asFlow(this.c3n_1);
323
+ var tmp_0 = new deserialize$$inlined$map$1(this_0, this.f3n_1, this.e3n_1, this.d3n_1);
324
+ suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.d3n_1, null), this);
325
325
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
326
326
  return suspendResult;
327
327
  }
@@ -333,37 +333,37 @@ protoOf($deserializeCOROUTINE$0).s9 = function () {
333
333
  if (!(result == null)) {
334
334
  tmp_1 = result;
335
335
  } else {
336
- if (!this.b3m_1.z1q()) {
337
- tmp_1 = this.b3m_1;
336
+ if (!this.d3n_1.z1r()) {
337
+ tmp_1 = this.d3n_1;
338
338
  } else {
339
- var tmp0_safe_receiver = this.c3m_1.i2t_1;
340
- if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.jc()) === true) {
339
+ var tmp0_safe_receiver = this.e3n_1.k2u_1;
340
+ if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.kc()) === true) {
341
341
  tmp_1 = NullBody_instance;
342
342
  } else {
343
- throw new ContentConvertException('No suitable converter found for ' + this.c3m_1.toString());
343
+ throw new ContentConvertException('No suitable converter found for ' + this.e3n_1.toString());
344
344
  }
345
345
  }
346
346
  }
347
347
 
348
348
  return tmp_1;
349
349
  case 2:
350
- throw this.n9_1;
350
+ throw this.o9_1;
351
351
  }
352
352
  } catch ($p) {
353
353
  var e = $p;
354
- if (this.l9_1 === 2) {
354
+ if (this.m9_1 === 2) {
355
355
  throw e;
356
356
  } else {
357
- this.k9_1 = this.l9_1;
358
- this.n9_1 = e;
357
+ this.l9_1 = this.m9_1;
358
+ this.o9_1 = e;
359
359
  }
360
360
  }
361
361
  while (true);
362
362
  };
363
363
  //region block: exports
364
364
  export {
365
- deserialize as deserialize17rec5pkkk30w,
366
- register$default as register$default2n93tkqtk1ptz,
365
+ deserialize as deserialize3kqe4vxpbxz1,
366
+ register$default as register$default3vdkjcc7m2cj0,
367
367
  Configuration as Configuration20xgygxdzhlk5,
368
368
  JsonConvertException as JsonConvertExceptiongnc5x6xwaf77,
369
369
  suitableCharset as suitableCharset1jgdcpdzbzgzn,