@doordeck/doordeck-headless-sdk 0.143.0 → 0.144.0
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.
- package/kotlin/Kermit-kermit-core.js +59 -59
- package/kotlin/Kermit-kermit.js +8 -8
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +47 -47
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +22 -22
- package/kotlin/doordeck-sdk.d.ts +59 -59
- package/kotlin/doordeck-sdk.js +13232 -13151
- package/kotlin/kotlin-kotlin-stdlib.js +2489 -2263
- package/kotlin/kotlinx-atomicfu.js +24 -24
- package/kotlin/kotlinx-coroutines-core.js +2369 -2369
- package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +49 -49
- package/kotlin/kotlinx-io-kotlinx-io-core.js +498 -498
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1889 -1889
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1557 -1557
- package/kotlin/ktor-ktor-client-auth.js +471 -471
- package/kotlin/ktor-ktor-client-content-negotiation.js +215 -215
- package/kotlin/ktor-ktor-client-core.js +3032 -3032
- package/kotlin/ktor-ktor-client-logging.js +1193 -1193
- package/kotlin/ktor-ktor-events.js +11 -11
- package/kotlin/ktor-ktor-http-cio.js +546 -546
- package/kotlin/ktor-ktor-http.js +845 -845
- package/kotlin/ktor-ktor-io.js +1121 -1121
- package/kotlin/ktor-ktor-serialization-kotlinx-json.js +7 -7
- package/kotlin/ktor-ktor-serialization-kotlinx.js +269 -269
- package/kotlin/ktor-ktor-serialization.js +128 -128
- package/kotlin/ktor-ktor-utils.js +918 -905
- package/kotlin/ktor-ktor-websockets.js +53 -53
- package/package.json +1 -1
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
(function (_, kotlin_kotlin, kotlin_io_ktor_ktor_io, kotlin_io_ktor_ktor_http, kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core) {
|
|
2
2
|
'use strict';
|
|
3
3
|
//region block: imports
|
|
4
|
-
var Exception = kotlin_kotlin.$_$.
|
|
4
|
+
var Exception = kotlin_kotlin.$_$.xe;
|
|
5
5
|
var VOID = kotlin_kotlin.$_$.h;
|
|
6
6
|
var Exception_init_$Init$ = kotlin_kotlin.$_$.p1;
|
|
7
|
-
var captureStack = kotlin_kotlin.$_$.
|
|
8
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
9
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
7
|
+
var captureStack = kotlin_kotlin.$_$.v9;
|
|
8
|
+
var protoOf = kotlin_kotlin.$_$.lb;
|
|
9
|
+
var initMetadataForClass = kotlin_kotlin.$_$.la;
|
|
10
10
|
var Unit_instance = kotlin_kotlin.$_$.f5;
|
|
11
11
|
var Charsets_getInstance = kotlin_io_ktor_ktor_io.$_$.o;
|
|
12
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
12
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.pa;
|
|
13
13
|
var HttpHeaders_getInstance = kotlin_io_ktor_ktor_http.$_$.g;
|
|
14
14
|
var parseAndSortHeader = kotlin_io_ktor_ktor_http.$_$.s1;
|
|
15
15
|
var forName = kotlin_io_ktor_ktor_io.$_$.u;
|
|
16
16
|
var isSupported = kotlin_io_ktor_ktor_io.$_$.v;
|
|
17
|
-
var equals = kotlin_kotlin.$_$.
|
|
18
|
-
var FunctionAdapter = kotlin_kotlin.$_$.
|
|
19
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
17
|
+
var equals = kotlin_kotlin.$_$.ea;
|
|
18
|
+
var FunctionAdapter = kotlin_kotlin.$_$.r9;
|
|
19
|
+
var isInterface = kotlin_kotlin.$_$.ab;
|
|
20
20
|
var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.n;
|
|
21
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
22
|
-
var CoroutineImpl = kotlin_kotlin.$_$.
|
|
23
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
24
|
-
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.
|
|
25
|
-
var initMetadataForLambda = kotlin_kotlin.$_$.
|
|
26
|
-
var initMetadataForCoroutine = kotlin_kotlin.$_$.
|
|
21
|
+
var hashCode = kotlin_kotlin.$_$.ka;
|
|
22
|
+
var CoroutineImpl = kotlin_kotlin.$_$.n9;
|
|
23
|
+
var THROW_CCE = kotlin_kotlin.$_$.ff;
|
|
24
|
+
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.x8;
|
|
25
|
+
var initMetadataForLambda = kotlin_kotlin.$_$.qa;
|
|
26
|
+
var initMetadataForCoroutine = kotlin_kotlin.$_$.na;
|
|
27
27
|
var asFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.o;
|
|
28
28
|
var firstOrNull = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.a;
|
|
29
29
|
var NullBody_instance = kotlin_io_ktor_ktor_http.$_$.a;
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
configuration = tmp;
|
|
42
42
|
var tmp_0;
|
|
43
43
|
if ($super === VOID) {
|
|
44
|
-
this.
|
|
44
|
+
this.f3f(contentType, converter, configuration);
|
|
45
45
|
tmp_0 = Unit_instance;
|
|
46
46
|
} else {
|
|
47
|
-
tmp_0 = $super.
|
|
47
|
+
tmp_0 = $super.f3f.call(this, contentType, converter, configuration);
|
|
48
48
|
}
|
|
49
49
|
return tmp_0;
|
|
50
50
|
}
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
}
|
|
69
69
|
function deserialize(_this__u8e3s4, body, typeInfo, charset, $completion) {
|
|
70
70
|
var tmp = new $deserializeCOROUTINE$(_this__u8e3s4, body, typeInfo, charset, $completion);
|
|
71
|
-
tmp.
|
|
72
|
-
tmp.
|
|
73
|
-
return tmp.
|
|
71
|
+
tmp.p9_1 = Unit_instance;
|
|
72
|
+
tmp.q9_1 = null;
|
|
73
|
+
return tmp.v9();
|
|
74
74
|
}
|
|
75
75
|
function suitableCharset(_this__u8e3s4, defaultCharset) {
|
|
76
|
-
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().
|
|
76
|
+
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().l1z_1 : defaultCharset;
|
|
77
77
|
var tmp0_elvis_lhs = suitableCharsetOrNull(_this__u8e3s4, defaultCharset);
|
|
78
78
|
return tmp0_elvis_lhs == null ? defaultCharset : tmp0_elvis_lhs;
|
|
79
79
|
}
|
|
@@ -83,10 +83,10 @@
|
|
|
83
83
|
function Configuration() {
|
|
84
84
|
}
|
|
85
85
|
function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
|
|
86
|
-
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().
|
|
87
|
-
var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.
|
|
86
|
+
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().l1z_1 : defaultCharset;
|
|
87
|
+
var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.f2o(HttpHeaders_getInstance().x2w_1)).p();
|
|
88
88
|
while (_iterator__ex2g4s.q()) {
|
|
89
|
-
var charset = _iterator__ex2g4s.r().
|
|
89
|
+
var charset = _iterator__ex2g4s.r().dh();
|
|
90
90
|
if (charset === '*')
|
|
91
91
|
return defaultCharset;
|
|
92
92
|
else if (isSupported(Charsets_getInstance(), charset))
|
|
@@ -95,20 +95,20 @@
|
|
|
95
95
|
return null;
|
|
96
96
|
}
|
|
97
97
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
98
|
-
this.
|
|
98
|
+
this.h3f_1 = function_0;
|
|
99
99
|
}
|
|
100
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).
|
|
101
|
-
return this.
|
|
100
|
+
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).o1a = function (value, $completion) {
|
|
101
|
+
return this.h3f_1(value, $completion);
|
|
102
102
|
};
|
|
103
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).
|
|
104
|
-
return this.
|
|
103
|
+
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).w3 = function () {
|
|
104
|
+
return this.h3f_1;
|
|
105
105
|
};
|
|
106
106
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
107
107
|
var tmp;
|
|
108
108
|
if (!(other == null) ? isInterface(other, FlowCollector) : false) {
|
|
109
109
|
var tmp_0;
|
|
110
110
|
if (!(other == null) ? isInterface(other, FunctionAdapter) : false) {
|
|
111
|
-
tmp_0 = equals(this.
|
|
111
|
+
tmp_0 = equals(this.w3(), other.w3());
|
|
112
112
|
} else {
|
|
113
113
|
tmp_0 = false;
|
|
114
114
|
}
|
|
@@ -119,52 +119,52 @@
|
|
|
119
119
|
return tmp;
|
|
120
120
|
};
|
|
121
121
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).hashCode = function () {
|
|
122
|
-
return hashCode(this.
|
|
122
|
+
return hashCode(this.w3());
|
|
123
123
|
};
|
|
124
124
|
function deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
|
|
125
|
-
this.
|
|
126
|
-
this.
|
|
127
|
-
this.
|
|
128
|
-
this.
|
|
125
|
+
this.q3f_1 = $$this$unsafeFlow;
|
|
126
|
+
this.r3f_1 = $charset;
|
|
127
|
+
this.s3f_1 = $typeInfo;
|
|
128
|
+
this.t3f_1 = $body;
|
|
129
129
|
CoroutineImpl.call(this, resultContinuation);
|
|
130
130
|
}
|
|
131
|
-
protoOf(deserialize$o$collect$slambda).
|
|
132
|
-
var tmp = this.
|
|
133
|
-
tmp.
|
|
134
|
-
tmp.
|
|
135
|
-
return tmp.
|
|
131
|
+
protoOf(deserialize$o$collect$slambda).c3g = function (value, $completion) {
|
|
132
|
+
var tmp = this.d3g(value, $completion);
|
|
133
|
+
tmp.p9_1 = Unit_instance;
|
|
134
|
+
tmp.q9_1 = null;
|
|
135
|
+
return tmp.v9();
|
|
136
136
|
};
|
|
137
|
-
protoOf(deserialize$o$collect$slambda).
|
|
138
|
-
return this.
|
|
137
|
+
protoOf(deserialize$o$collect$slambda).ja = function (p1, $completion) {
|
|
138
|
+
return this.c3g((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
139
139
|
};
|
|
140
|
-
protoOf(deserialize$o$collect$slambda).
|
|
141
|
-
var suspendResult = this.
|
|
140
|
+
protoOf(deserialize$o$collect$slambda).v9 = function () {
|
|
141
|
+
var suspendResult = this.p9_1;
|
|
142
142
|
$sm: do
|
|
143
143
|
try {
|
|
144
|
-
var tmp = this.
|
|
144
|
+
var tmp = this.n9_1;
|
|
145
145
|
switch (tmp) {
|
|
146
146
|
case 0:
|
|
147
|
-
this.
|
|
147
|
+
this.o9_1 = 3;
|
|
148
148
|
var tmp_0 = this;
|
|
149
|
-
tmp_0.
|
|
149
|
+
tmp_0.v3f_1 = this.q3f_1;
|
|
150
150
|
var tmp_1 = this;
|
|
151
|
-
tmp_1.
|
|
152
|
-
this.
|
|
153
|
-
this.
|
|
151
|
+
tmp_1.w3f_1 = this.u3f_1;
|
|
152
|
+
this.x3f_1 = this.v3f_1;
|
|
153
|
+
this.y3f_1 = this.w3f_1;
|
|
154
154
|
var tmp_2 = this;
|
|
155
|
-
tmp_2.
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
158
|
-
suspendResult = this.
|
|
155
|
+
tmp_2.z3f_1 = this.y3f_1;
|
|
156
|
+
this.a3g_1 = this.z3f_1;
|
|
157
|
+
this.n9_1 = 1;
|
|
158
|
+
suspendResult = this.a3g_1.e3g(this.r3f_1, this.s3f_1, this.t3f_1, this);
|
|
159
159
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
160
160
|
return suspendResult;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
continue $sm;
|
|
164
164
|
case 1:
|
|
165
|
-
this.
|
|
166
|
-
this.
|
|
167
|
-
suspendResult = this.
|
|
165
|
+
this.b3g_1 = suspendResult;
|
|
166
|
+
this.n9_1 = 2;
|
|
167
|
+
suspendResult = this.x3f_1.o1a(this.b3g_1, this);
|
|
168
168
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
169
169
|
return suspendResult;
|
|
170
170
|
}
|
|
@@ -173,51 +173,51 @@
|
|
|
173
173
|
case 2:
|
|
174
174
|
return Unit_instance;
|
|
175
175
|
case 3:
|
|
176
|
-
throw this.
|
|
176
|
+
throw this.q9_1;
|
|
177
177
|
}
|
|
178
178
|
} catch ($p) {
|
|
179
179
|
var e = $p;
|
|
180
|
-
if (this.
|
|
180
|
+
if (this.o9_1 === 3) {
|
|
181
181
|
throw e;
|
|
182
182
|
} else {
|
|
183
|
-
this.
|
|
184
|
-
this.
|
|
183
|
+
this.n9_1 = this.o9_1;
|
|
184
|
+
this.q9_1 = e;
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
187
|
while (true);
|
|
188
188
|
};
|
|
189
|
-
protoOf(deserialize$o$collect$slambda).
|
|
190
|
-
var i = new deserialize$o$collect$slambda(this.
|
|
191
|
-
i.
|
|
189
|
+
protoOf(deserialize$o$collect$slambda).d3g = function (value, completion) {
|
|
190
|
+
var i = new deserialize$o$collect$slambda(this.q3f_1, this.r3f_1, this.s3f_1, this.t3f_1, completion);
|
|
191
|
+
i.u3f_1 = value;
|
|
192
192
|
return i;
|
|
193
193
|
};
|
|
194
194
|
function deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
|
|
195
195
|
var i = new deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation);
|
|
196
196
|
var l = function (value, $completion) {
|
|
197
|
-
return i.
|
|
197
|
+
return i.c3g(value, $completion);
|
|
198
198
|
};
|
|
199
199
|
l.$arity = 1;
|
|
200
200
|
return l;
|
|
201
201
|
}
|
|
202
202
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
203
203
|
CoroutineImpl.call(this, resultContinuation);
|
|
204
|
-
this.
|
|
205
|
-
this.
|
|
204
|
+
this.n3g_1 = _this__u8e3s4;
|
|
205
|
+
this.o3g_1 = collector;
|
|
206
206
|
}
|
|
207
|
-
protoOf($collectCOROUTINE$).
|
|
208
|
-
var suspendResult = this.
|
|
207
|
+
protoOf($collectCOROUTINE$).v9 = function () {
|
|
208
|
+
var suspendResult = this.p9_1;
|
|
209
209
|
$sm: do
|
|
210
210
|
try {
|
|
211
|
-
var tmp = this.
|
|
211
|
+
var tmp = this.n9_1;
|
|
212
212
|
switch (tmp) {
|
|
213
213
|
case 0:
|
|
214
|
-
this.
|
|
214
|
+
this.o9_1 = 2;
|
|
215
215
|
var tmp_0 = this;
|
|
216
|
-
tmp_0.
|
|
217
|
-
this.
|
|
218
|
-
this.
|
|
219
|
-
var tmp_1 = deserialize$o$collect$slambda_0(this.
|
|
220
|
-
suspendResult = this.
|
|
216
|
+
tmp_0.p3g_1 = this.o3g_1;
|
|
217
|
+
this.q3g_1 = this.p3g_1;
|
|
218
|
+
this.n9_1 = 1;
|
|
219
|
+
var tmp_1 = deserialize$o$collect$slambda_0(this.q3g_1, this.n3g_1.s3g_1, this.n3g_1.t3g_1, this.n3g_1.u3g_1, null);
|
|
220
|
+
suspendResult = this.n3g_1.r3g_1.q1a(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
|
|
221
221
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
222
222
|
return suspendResult;
|
|
223
223
|
}
|
|
@@ -226,57 +226,57 @@
|
|
|
226
226
|
case 1:
|
|
227
227
|
return Unit_instance;
|
|
228
228
|
case 2:
|
|
229
|
-
throw this.
|
|
229
|
+
throw this.q9_1;
|
|
230
230
|
}
|
|
231
231
|
} catch ($p) {
|
|
232
232
|
var e = $p;
|
|
233
|
-
if (this.
|
|
233
|
+
if (this.o9_1 === 2) {
|
|
234
234
|
throw e;
|
|
235
235
|
} else {
|
|
236
|
-
this.
|
|
237
|
-
this.
|
|
236
|
+
this.n9_1 = this.o9_1;
|
|
237
|
+
this.q9_1 = e;
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
240
|
while (true);
|
|
241
241
|
};
|
|
242
242
|
function deserialize$$inlined$map$1($this, $charset, $typeInfo, $body) {
|
|
243
|
-
this.
|
|
244
|
-
this.
|
|
245
|
-
this.
|
|
246
|
-
this.
|
|
243
|
+
this.r3g_1 = $this;
|
|
244
|
+
this.s3g_1 = $charset;
|
|
245
|
+
this.t3g_1 = $typeInfo;
|
|
246
|
+
this.u3g_1 = $body;
|
|
247
247
|
}
|
|
248
|
-
protoOf(deserialize$$inlined$map$1).
|
|
248
|
+
protoOf(deserialize$$inlined$map$1).p1a = function (collector, $completion) {
|
|
249
249
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
250
|
-
tmp.
|
|
251
|
-
tmp.
|
|
252
|
-
return tmp.
|
|
250
|
+
tmp.p9_1 = Unit_instance;
|
|
251
|
+
tmp.q9_1 = null;
|
|
252
|
+
return tmp.v9();
|
|
253
253
|
};
|
|
254
|
-
protoOf(deserialize$$inlined$map$1).
|
|
255
|
-
return this.
|
|
254
|
+
protoOf(deserialize$$inlined$map$1).q1a = function (collector, $completion) {
|
|
255
|
+
return this.p1a(collector, $completion);
|
|
256
256
|
};
|
|
257
257
|
function deserialize$slambda($body, resultContinuation) {
|
|
258
|
-
this.
|
|
258
|
+
this.d3h_1 = $body;
|
|
259
259
|
CoroutineImpl.call(this, resultContinuation);
|
|
260
260
|
}
|
|
261
|
-
protoOf(deserialize$slambda).
|
|
262
|
-
var tmp = this.
|
|
263
|
-
tmp.
|
|
264
|
-
tmp.
|
|
265
|
-
return tmp.
|
|
261
|
+
protoOf(deserialize$slambda).f3h = function (it, $completion) {
|
|
262
|
+
var tmp = this.d3g(it, $completion);
|
|
263
|
+
tmp.p9_1 = Unit_instance;
|
|
264
|
+
tmp.q9_1 = null;
|
|
265
|
+
return tmp.v9();
|
|
266
266
|
};
|
|
267
|
-
protoOf(deserialize$slambda).
|
|
268
|
-
return this.
|
|
267
|
+
protoOf(deserialize$slambda).ja = function (p1, $completion) {
|
|
268
|
+
return this.f3h((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
269
269
|
};
|
|
270
|
-
protoOf(deserialize$slambda).
|
|
271
|
-
var suspendResult = this.
|
|
270
|
+
protoOf(deserialize$slambda).v9 = function () {
|
|
271
|
+
var suspendResult = this.p9_1;
|
|
272
272
|
$sm: do
|
|
273
273
|
try {
|
|
274
|
-
var tmp = this.
|
|
274
|
+
var tmp = this.n9_1;
|
|
275
275
|
if (tmp === 0) {
|
|
276
|
-
this.
|
|
277
|
-
return !(this.
|
|
276
|
+
this.o9_1 = 1;
|
|
277
|
+
return !(this.e3h_1 == null) || this.d3h_1.r1o();
|
|
278
278
|
} else if (tmp === 1) {
|
|
279
|
-
throw this.
|
|
279
|
+
throw this.q9_1;
|
|
280
280
|
}
|
|
281
281
|
} catch ($p) {
|
|
282
282
|
var e = $p;
|
|
@@ -284,38 +284,38 @@
|
|
|
284
284
|
}
|
|
285
285
|
while (true);
|
|
286
286
|
};
|
|
287
|
-
protoOf(deserialize$slambda).
|
|
288
|
-
var i = new deserialize$slambda(this.
|
|
289
|
-
i.
|
|
287
|
+
protoOf(deserialize$slambda).d3g = function (it, completion) {
|
|
288
|
+
var i = new deserialize$slambda(this.d3h_1, completion);
|
|
289
|
+
i.e3h_1 = it;
|
|
290
290
|
return i;
|
|
291
291
|
};
|
|
292
292
|
function deserialize$slambda_0($body, resultContinuation) {
|
|
293
293
|
var i = new deserialize$slambda($body, resultContinuation);
|
|
294
294
|
var l = function (it, $completion) {
|
|
295
|
-
return i.
|
|
295
|
+
return i.f3h(it, $completion);
|
|
296
296
|
};
|
|
297
297
|
l.$arity = 1;
|
|
298
298
|
return l;
|
|
299
299
|
}
|
|
300
300
|
function $deserializeCOROUTINE$(_this__u8e3s4, body, typeInfo, charset, resultContinuation) {
|
|
301
301
|
CoroutineImpl.call(this, resultContinuation);
|
|
302
|
-
this.
|
|
303
|
-
this.
|
|
304
|
-
this.
|
|
305
|
-
this.
|
|
302
|
+
this.b3f_1 = _this__u8e3s4;
|
|
303
|
+
this.c3f_1 = body;
|
|
304
|
+
this.d3f_1 = typeInfo;
|
|
305
|
+
this.e3f_1 = charset;
|
|
306
306
|
}
|
|
307
|
-
protoOf($deserializeCOROUTINE$).
|
|
308
|
-
var suspendResult = this.
|
|
307
|
+
protoOf($deserializeCOROUTINE$).v9 = function () {
|
|
308
|
+
var suspendResult = this.p9_1;
|
|
309
309
|
$sm: do
|
|
310
310
|
try {
|
|
311
|
-
var tmp = this.
|
|
311
|
+
var tmp = this.n9_1;
|
|
312
312
|
switch (tmp) {
|
|
313
313
|
case 0:
|
|
314
|
-
this.
|
|
315
|
-
this.
|
|
316
|
-
var this_0 = asFlow(this.
|
|
317
|
-
var tmp_0 = new deserialize$$inlined$map$1(this_0, this.
|
|
318
|
-
suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.
|
|
314
|
+
this.o9_1 = 2;
|
|
315
|
+
this.n9_1 = 1;
|
|
316
|
+
var this_0 = asFlow(this.b3f_1);
|
|
317
|
+
var tmp_0 = new deserialize$$inlined$map$1(this_0, this.e3f_1, this.d3f_1, this.c3f_1);
|
|
318
|
+
suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.c3f_1, null), this);
|
|
319
319
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
320
320
|
return suspendResult;
|
|
321
321
|
}
|
|
@@ -327,29 +327,29 @@
|
|
|
327
327
|
if (!(result == null)) {
|
|
328
328
|
tmp_1 = result;
|
|
329
329
|
} else {
|
|
330
|
-
if (!this.
|
|
331
|
-
tmp_1 = this.
|
|
330
|
+
if (!this.c3f_1.r1o()) {
|
|
331
|
+
tmp_1 = this.c3f_1;
|
|
332
332
|
} else {
|
|
333
|
-
var tmp0_safe_receiver = this.
|
|
334
|
-
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
333
|
+
var tmp0_safe_receiver = this.d3f_1.s2t_1;
|
|
334
|
+
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.ic()) === true) {
|
|
335
335
|
tmp_1 = NullBody_instance;
|
|
336
336
|
} else {
|
|
337
|
-
throw new ContentConvertException('No suitable converter found for ' + this.
|
|
337
|
+
throw new ContentConvertException('No suitable converter found for ' + this.d3f_1.toString());
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
return tmp_1;
|
|
343
343
|
case 2:
|
|
344
|
-
throw this.
|
|
344
|
+
throw this.q9_1;
|
|
345
345
|
}
|
|
346
346
|
} catch ($p) {
|
|
347
347
|
var e = $p;
|
|
348
|
-
if (this.
|
|
348
|
+
if (this.o9_1 === 2) {
|
|
349
349
|
throw e;
|
|
350
350
|
} else {
|
|
351
|
-
this.
|
|
352
|
-
this.
|
|
351
|
+
this.n9_1 = this.o9_1;
|
|
352
|
+
this.q9_1 = e;
|
|
353
353
|
}
|
|
354
354
|
}
|
|
355
355
|
while (true);
|