@doordeck/doordeck-headless-sdk 0.84.0 → 0.86.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.
Files changed (24) hide show
  1. package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +2250 -1528
  2. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +16 -16
  3. package/kotlin/MultiplatformSettings-multiplatform-settings.js +8 -8
  4. package/kotlin/doordeck-sdk.js +6246 -6177
  5. package/kotlin/kotlin-kotlin-stdlib.js +1270 -1334
  6. package/kotlin/kotlinx-atomicfu.js +4 -5
  7. package/kotlin/kotlinx-coroutines-core.js +212 -411
  8. package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +14 -15
  9. package/kotlin/kotlinx-io-kotlinx-io-core.js +44 -138
  10. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +302 -345
  11. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +160 -243
  12. package/kotlin/ktor-ktor-client-ktor-client-core.js +86 -122
  13. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +28 -34
  14. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +23 -23
  15. package/kotlin/ktor-ktor-http-ktor-http-cio.js +42 -72
  16. package/kotlin/ktor-ktor-http.js +107 -170
  17. package/kotlin/ktor-ktor-io.js +61 -84
  18. package/kotlin/ktor-ktor-shared-ktor-events.js +5 -7
  19. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +1 -1
  20. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +29 -39
  21. package/kotlin/ktor-ktor-shared-ktor-serialization.js +10 -10
  22. package/kotlin/ktor-ktor-shared-ktor-websockets.js +13 -19
  23. package/kotlin/ktor-ktor-utils.js +84 -114
  24. package/package.json +3 -3
@@ -2,26 +2,25 @@
2
2
  'use strict';
3
3
  //region block: imports
4
4
  var imul = Math.imul;
5
- var collectionSizeOrDefault = kotlin_kotlin.$_$.e6;
6
- var mapCapacity = kotlin_kotlin.$_$.v7;
7
- var coerceAtLeast = kotlin_kotlin.$_$.zb;
5
+ var collectionSizeOrDefault = kotlin_kotlin.$_$.f6;
6
+ var mapCapacity = kotlin_kotlin.$_$.w7;
7
+ var coerceAtLeast = kotlin_kotlin.$_$.ac;
8
8
  var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.x;
9
- var Unit_instance = kotlin_kotlin.$_$.j5;
10
- var protoOf = kotlin_kotlin.$_$.sb;
9
+ var Unit_instance = kotlin_kotlin.$_$.k5;
10
+ var protoOf = kotlin_kotlin.$_$.tb;
11
11
  var initMetadataForCompanion = kotlin_kotlin.$_$.sa;
12
- var enumEntries = kotlin_kotlin.$_$.v9;
13
- var Enum = kotlin_kotlin.$_$.af;
12
+ var enumEntries = kotlin_kotlin.$_$.w9;
13
+ var Enum = kotlin_kotlin.$_$.cf;
14
14
  var initMetadataForClass = kotlin_kotlin.$_$.ra;
15
15
  var VOID = kotlin_kotlin.$_$.h;
16
- var toString = kotlin_kotlin.$_$.wb;
16
+ var toString = kotlin_kotlin.$_$.xb;
17
17
  var getStringHashCode = kotlin_kotlin.$_$.pa;
18
- var THROW_CCE = kotlin_kotlin.$_$.lf;
18
+ var THROW_CCE = kotlin_kotlin.$_$.nf;
19
19
  var DisposableHandle = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.z;
20
20
  var initMetadataForObject = kotlin_kotlin.$_$.xa;
21
- var compareTo = kotlin_kotlin.$_$.ha;
22
- var ensureNotNull = kotlin_kotlin.$_$.dg;
23
- var fillArrayVal = kotlin_kotlin.$_$.la;
24
- var objectCreate = kotlin_kotlin.$_$.rb;
21
+ var compareTo = kotlin_kotlin.$_$.ia;
22
+ var ensureNotNull = kotlin_kotlin.$_$.fg;
23
+ var objectCreate = kotlin_kotlin.$_$.sb;
25
24
  var toByteArray = kotlin_io_ktor_ktor_io.$_$.c1;
26
25
  var Buffer = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.f;
27
26
  var writeText = kotlin_io_ktor_ktor_io.$_$.f1;
@@ -63,7 +62,6 @@
63
62
  var _iterator__ex2g4s = this_0.p();
64
63
  while (_iterator__ex2g4s.q()) {
65
64
  var element = _iterator__ex2g4s.r();
66
- // Inline function 'io.ktor.websocket.Companion.byCodeMap.<anonymous>' call
67
65
  var tmp$ret$0 = element.z33_1;
68
66
  destination.n2(tmp$ret$0, element);
69
67
  }
@@ -233,11 +231,9 @@
233
231
  tmp$ret$0 = maxElem;
234
232
  break $l$block_0;
235
233
  }
236
- // Inline function 'io.ktor.websocket.Companion.maxOpcode.<anonymous>' call
237
234
  var maxValue = maxElem.j34_1;
238
235
  do {
239
236
  var e = iterator.r();
240
- // Inline function 'io.ktor.websocket.Companion.maxOpcode.<anonymous>' call
241
237
  var v = e.j34_1;
242
238
  if (compareTo(maxValue, v) < 0) {
243
239
  maxElem = e;
@@ -252,7 +248,7 @@
252
248
  var tmp_1 = 0;
253
249
  var tmp_2 = this.k34_1 + 1 | 0;
254
250
  // Inline function 'kotlin.arrayOfNulls' call
255
- var tmp_3 = fillArrayVal(Array(tmp_2), null);
251
+ var tmp_3 = Array(tmp_2);
256
252
  while (tmp_1 < tmp_2) {
257
253
  var tmp_4 = tmp_1;
258
254
  var tmp1 = get_entries_0();
@@ -264,7 +260,6 @@
264
260
  var _iterator__ex2g4s = tmp1.p();
265
261
  while (_iterator__ex2g4s.q()) {
266
262
  var element = _iterator__ex2g4s.r();
267
- // Inline function 'io.ktor.websocket.Companion.byOpcodeArray.<anonymous>' call
268
263
  if (element.j34_1 === tmp_4) {
269
264
  if (found) {
270
265
  tmp$ret$5 = null;
@@ -359,7 +354,6 @@
359
354
  function Close_init_$Init$(reason, $this) {
360
355
  // Inline function 'io.ktor.utils.io.core.buildPacket' call
361
356
  var builder = new Buffer();
362
- // Inline function 'io.ktor.websocket.Close.<init>.<anonymous>' call
363
357
  builder.b1g(reason.d34_1);
364
358
  writeText(builder, reason.e34_1);
365
359
  Close_init_$Init$_0(builder, $this);
@@ -2,117 +2,116 @@
2
2
  'use strict';
3
3
  //region block: imports
4
4
  var imul = Math.imul;
5
- var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.z4;
6
- var arrayOf = kotlin_kotlin.$_$.zf;
5
+ var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.a5;
6
+ var arrayOf = kotlin_kotlin.$_$.bg;
7
7
  var createKType = kotlin_kotlin.$_$.c;
8
- var Unit_instance = kotlin_kotlin.$_$.j5;
8
+ var Unit_instance = kotlin_kotlin.$_$.k5;
9
9
  var VOID = kotlin_kotlin.$_$.h;
10
- var isBlank = kotlin_kotlin.$_$.ad;
11
- var toString = kotlin_kotlin.$_$.wb;
10
+ var isBlank = kotlin_kotlin.$_$.bd;
11
+ var toString = kotlin_kotlin.$_$.xb;
12
12
  var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.w1;
13
- var protoOf = kotlin_kotlin.$_$.sb;
13
+ var protoOf = kotlin_kotlin.$_$.tb;
14
14
  var getStringHashCode = kotlin_kotlin.$_$.pa;
15
- var THROW_CCE = kotlin_kotlin.$_$.lf;
15
+ var THROW_CCE = kotlin_kotlin.$_$.nf;
16
16
  var initMetadataForClass = kotlin_kotlin.$_$.ra;
17
17
  var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.a2;
18
18
  var initMetadataForInterface = kotlin_kotlin.$_$.va;
19
- var decodeToString = kotlin_kotlin.$_$.qc;
19
+ var decodeToString = kotlin_kotlin.$_$.rc;
20
20
  var Buffer = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.f;
21
- var get_lastIndex = kotlin_kotlin.$_$.dd;
22
- var charSequenceGet = kotlin_kotlin.$_$.ea;
23
- var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.s2;
21
+ var get_lastIndex = kotlin_kotlin.$_$.ed;
22
+ var charSequenceGet = kotlin_kotlin.$_$.fa;
23
+ var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.t2;
24
24
  var writeText = kotlin_io_ktor_ktor_io.$_$.f1;
25
25
  var readByteArray = kotlin_org_jetbrains_kotlinx_kotlinx_io_core.$_$.j;
26
- var charArray = kotlin_kotlin.$_$.da;
27
- var concatToString = kotlin_kotlin.$_$.mc;
26
+ var charArray = kotlin_kotlin.$_$.ea;
27
+ var concatToString = kotlin_kotlin.$_$.nc;
28
28
  var readAvailable = kotlin_io_ktor_ktor_io.$_$.y;
29
- var toByte = kotlin_kotlin.$_$.tb;
29
+ var toByte = kotlin_kotlin.$_$.ub;
30
30
  var numberToChar = kotlin_kotlin.$_$.ob;
31
- var indexOf = kotlin_kotlin.$_$.zc;
31
+ var indexOf = kotlin_kotlin.$_$.ad;
32
32
  var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.y;
33
- var equals = kotlin_kotlin.$_$.ja;
33
+ var equals = kotlin_kotlin.$_$.ka;
34
34
  var hashCode = kotlin_kotlin.$_$.qa;
35
- var asJsReadonlyMapView = kotlin_kotlin.$_$.s5;
36
- var KtMutableMap = kotlin_kotlin.$_$.v5;
37
- var ensureNotNull = kotlin_kotlin.$_$.dg;
38
- var Entry = kotlin_kotlin.$_$.r5;
35
+ var asJsReadonlyMapView = kotlin_kotlin.$_$.t5;
36
+ var KtMutableMap = kotlin_kotlin.$_$.w5;
37
+ var ensureNotNull = kotlin_kotlin.$_$.fg;
38
+ var Entry = kotlin_kotlin.$_$.s5;
39
39
  var isInterface = kotlin_kotlin.$_$.gb;
40
- var toString_0 = kotlin_kotlin.$_$.og;
41
- var toString_1 = kotlin_kotlin.$_$.z2;
40
+ var toString_0 = kotlin_kotlin.$_$.qg;
41
+ var toString_1 = kotlin_kotlin.$_$.a3;
42
42
  var SupervisorJob = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.b1;
43
- var AbstractCoroutineContextElement = kotlin_kotlin.$_$.i9;
43
+ var AbstractCoroutineContextElement = kotlin_kotlin.$_$.j9;
44
44
  var Key_instance = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.d;
45
- var Element = kotlin_kotlin.$_$.r9;
46
- var collectionSizeOrDefault = kotlin_kotlin.$_$.e6;
45
+ var Element = kotlin_kotlin.$_$.s9;
46
+ var collectionSizeOrDefault = kotlin_kotlin.$_$.f6;
47
47
  var ArrayList_init_$Create$ = kotlin_kotlin.$_$.o;
48
- var KtSet = kotlin_kotlin.$_$.x5;
49
- var KtMutableSet = kotlin_kotlin.$_$.w5;
50
- var toList = kotlin_kotlin.$_$.s8;
48
+ var KtSet = kotlin_kotlin.$_$.y5;
49
+ var KtMutableSet = kotlin_kotlin.$_$.x5;
50
+ var toList = kotlin_kotlin.$_$.t8;
51
51
  var initMetadataForObject = kotlin_kotlin.$_$.xa;
52
- var Enum = kotlin_kotlin.$_$.af;
53
- var firstOrNull = kotlin_kotlin.$_$.c7;
52
+ var Enum = kotlin_kotlin.$_$.cf;
53
+ var firstOrNull = kotlin_kotlin.$_$.d7;
54
54
  var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.p;
55
55
  var LinkedHashMap_init_$Create$_0 = kotlin_kotlin.$_$.x;
56
- var KtMap = kotlin_kotlin.$_$.t5;
57
- var addAll = kotlin_kotlin.$_$.y5;
58
- var toSet = kotlin_kotlin.$_$.x8;
59
- var emptySet = kotlin_kotlin.$_$.a7;
60
- var emptyMap = kotlin_kotlin.$_$.z6;
56
+ var KtMap = kotlin_kotlin.$_$.u5;
57
+ var addAll = kotlin_kotlin.$_$.z5;
58
+ var toSet = kotlin_kotlin.$_$.y8;
59
+ var emptySet = kotlin_kotlin.$_$.b7;
60
+ var emptyMap = kotlin_kotlin.$_$.a7;
61
61
  var getBooleanHashCode = kotlin_kotlin.$_$.ma;
62
- var equals_0 = kotlin_kotlin.$_$.vc;
63
- var setOf = kotlin_kotlin.$_$.g8;
64
- var charSequenceLength = kotlin_kotlin.$_$.fa;
62
+ var equals_0 = kotlin_kotlin.$_$.wc;
63
+ var setOf = kotlin_kotlin.$_$.h8;
64
+ var charSequenceLength = kotlin_kotlin.$_$.ga;
65
65
  var StringBuilder_init_$Create$ = kotlin_kotlin.$_$.i1;
66
- var Char__plus_impl_qi7pgj = kotlin_kotlin.$_$.w2;
67
- var Char__toInt_impl_vasixd = kotlin_kotlin.$_$.y2;
66
+ var Char__plus_impl_qi7pgj = kotlin_kotlin.$_$.x2;
67
+ var Char__toInt_impl_vasixd = kotlin_kotlin.$_$.z2;
68
68
  var atomic$ref$1 = kotlin_org_jetbrains_kotlinx_atomicfu.$_$.d;
69
- var createSimpleEnumSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c2;
70
- var Long = kotlin_kotlin.$_$.ff;
69
+ var createSimpleEnumSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.e2;
70
+ var Long = kotlin_kotlin.$_$.hf;
71
71
  var initMetadataForCompanion = kotlin_kotlin.$_$.sa;
72
- var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.a2;
73
- var UnknownFieldException_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.d;
74
- var IntSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.p;
75
- var LongSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.q;
76
- var typeParametersSerializers = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.v1;
77
- var GeneratedSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.w1;
78
- var throwMissingFieldException = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.e2;
79
- var objectCreate = kotlin_kotlin.$_$.rb;
80
- var Comparable = kotlin_kotlin.$_$.we;
81
- var enumEntries = kotlin_kotlin.$_$.v9;
82
- var CoroutineImpl = kotlin_kotlin.$_$.t9;
83
- var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.d9;
72
+ var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c2;
73
+ var UnknownFieldException_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.e;
74
+ var IntSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.q;
75
+ var LongSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.r;
76
+ var typeParametersSerializers = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.x1;
77
+ var GeneratedSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.y1;
78
+ var throwMissingFieldException = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g2;
79
+ var objectCreate = kotlin_kotlin.$_$.sb;
80
+ var Comparable = kotlin_kotlin.$_$.ye;
81
+ var enumEntries = kotlin_kotlin.$_$.w9;
82
+ var CoroutineImpl = kotlin_kotlin.$_$.u9;
83
+ var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.e9;
84
84
  var initMetadataForCoroutine = kotlin_kotlin.$_$.ta;
85
- var KtMutableList = kotlin_kotlin.$_$.u5;
86
- var toMutableList = kotlin_kotlin.$_$.v8;
87
- var ArrayList = kotlin_kotlin.$_$.k5;
88
- var emptyList = kotlin_kotlin.$_$.y6;
89
- var get_lastIndex_0 = kotlin_kotlin.$_$.q7;
90
- var last = kotlin_kotlin.$_$.s7;
91
- var mutableListOf = kotlin_kotlin.$_$.x7;
92
- var anyToString = kotlin_kotlin.$_$.y9;
93
- var KMutableProperty1 = kotlin_kotlin.$_$.hc;
85
+ var KtMutableList = kotlin_kotlin.$_$.v5;
86
+ var toMutableList = kotlin_kotlin.$_$.w8;
87
+ var ArrayList = kotlin_kotlin.$_$.l5;
88
+ var emptyList = kotlin_kotlin.$_$.z6;
89
+ var get_lastIndex_0 = kotlin_kotlin.$_$.r7;
90
+ var last = kotlin_kotlin.$_$.t7;
91
+ var mutableListOf = kotlin_kotlin.$_$.y7;
92
+ var anyToString = kotlin_kotlin.$_$.z9;
93
+ var KMutableProperty1 = kotlin_kotlin.$_$.ic;
94
94
  var getPropertyCallableRef = kotlin_kotlin.$_$.oa;
95
95
  var CoroutineScope = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.y;
96
- var extendThrowable = kotlin_kotlin.$_$.ka;
97
- var captureStack = kotlin_kotlin.$_$.ba;
96
+ var extendThrowable = kotlin_kotlin.$_$.la;
97
+ var captureStack = kotlin_kotlin.$_$.ca;
98
98
  var recoverStackTrace = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.n;
99
- var Companion_instance = kotlin_kotlin.$_$.e5;
100
- var _Result___init__impl__xyqfz8 = kotlin_kotlin.$_$.a3;
101
- var createFailure = kotlin_kotlin.$_$.cg;
102
- var Result__exceptionOrNull_impl_p6xea9 = kotlin_kotlin.$_$.b3;
103
- var _Result___get_isFailure__impl__jpiriv = kotlin_kotlin.$_$.c3;
104
- var Continuation = kotlin_kotlin.$_$.n9;
105
- var fillArrayVal = kotlin_kotlin.$_$.la;
106
- var intercepted = kotlin_kotlin.$_$.g9;
107
- var KProperty1 = kotlin_kotlin.$_$.jc;
108
- var lazy = kotlin_kotlin.$_$.jg;
109
- var isNaN_0 = kotlin_kotlin.$_$.hg;
110
- var numberToLong = kotlin_kotlin.$_$.qb;
111
- var IllegalStateException = kotlin_kotlin.$_$.ef;
99
+ var Companion_instance = kotlin_kotlin.$_$.f5;
100
+ var _Result___init__impl__xyqfz8 = kotlin_kotlin.$_$.b3;
101
+ var createFailure = kotlin_kotlin.$_$.eg;
102
+ var Result__exceptionOrNull_impl_p6xea9 = kotlin_kotlin.$_$.c3;
103
+ var _Result___get_isFailure__impl__jpiriv = kotlin_kotlin.$_$.d3;
104
+ var Continuation = kotlin_kotlin.$_$.o9;
105
+ var intercepted = kotlin_kotlin.$_$.h9;
106
+ var KProperty1 = kotlin_kotlin.$_$.kc;
107
+ var lazy = kotlin_kotlin.$_$.lg;
108
+ var isNaN_0 = kotlin_kotlin.$_$.jg;
109
+ var numberToLong = kotlin_kotlin.$_$.rb;
110
+ var IllegalStateException = kotlin_kotlin.$_$.gf;
112
111
  var IllegalStateException_init_$Init$ = kotlin_kotlin.$_$.z1;
113
- var toList_0 = kotlin_kotlin.$_$.r8;
114
- var _Result___get_value__impl__bjfvqg = kotlin_kotlin.$_$.d3;
115
- var noWhenBranchMatchedException = kotlin_kotlin.$_$.kg;
112
+ var toList_0 = kotlin_kotlin.$_$.s8;
113
+ var _Result___get_value__impl__bjfvqg = kotlin_kotlin.$_$.e3;
114
+ var noWhenBranchMatchedException = kotlin_kotlin.$_$.mg;
116
115
  //endregion
117
116
  //region block: pre-declaration
118
117
  initMetadataForClass(AttributeKey, 'AttributeKey');
@@ -145,10 +144,10 @@
145
144
  return tmp0_safe_receiver == null ? null : firstOrNull(tmp0_safe_receiver);
146
145
  }
147
146
  function forEach(body) {
147
+ // Inline function 'kotlin.collections.forEach' call
148
148
  var _iterator__ex2g4s = this.u2g().p();
149
149
  while (_iterator__ex2g4s.q()) {
150
150
  var element = _iterator__ex2g4s.r();
151
- // Inline function 'io.ktor.util.StringValues.forEach.<anonymous>' call
152
151
  // Inline function 'kotlin.collections.component1' call
153
152
  var k = element.y();
154
153
  // Inline function 'kotlin.collections.component2' call
@@ -227,7 +226,6 @@
227
226
  var this_0 = this.z2e_1;
228
227
  // Inline function 'kotlin.require' call
229
228
  if (!!isBlank(this_0)) {
230
- // Inline function 'io.ktor.util.AttributeKey.<anonymous>' call
231
229
  var message = "Name can't be blank";
232
230
  throw IllegalArgumentException_init_$Create$(toString(message));
233
231
  }
@@ -259,7 +257,6 @@
259
257
  var _iterator__ex2g4s = other.h2f().p();
260
258
  while (_iterator__ex2g4s.q()) {
261
259
  var element = _iterator__ex2g4s.r();
262
- // Inline function 'io.ktor.util.putAll.<anonymous>' call
263
260
  _this__u8e3s4.e2f(element instanceof AttributeKey ? element : THROW_CCE(), other.b2f(element));
264
261
  }
265
262
  }
@@ -277,7 +274,6 @@
277
274
  _init_properties_Base64_kt__ymmsz3();
278
275
  // Inline function 'io.ktor.utils.io.core.buildPacket' call
279
276
  var builder = new Buffer();
280
- // Inline function 'io.ktor.util.decodeBase64Bytes.<anonymous>' call
281
277
  var tmp$ret$3;
282
278
  $l$block: {
283
279
  // Inline function 'kotlin.text.dropLastWhile' call
@@ -286,7 +282,6 @@
286
282
  do {
287
283
  var index = inductionVariable;
288
284
  inductionVariable = inductionVariable + -1 | 0;
289
- // Inline function 'io.ktor.util.decodeBase64Bytes.<anonymous>.<anonymous>' call
290
285
  if (!(charSequenceGet(_this__u8e3s4, index) === _Char___init__impl__6a9atx(61))) {
291
286
  // Inline function 'kotlin.text.substring' call
292
287
  var endIndex = index + 1 | 0;
@@ -355,7 +350,6 @@
355
350
  do {
356
351
  var index_1 = inductionVariable_1;
357
352
  inductionVariable_1 = inductionVariable_1 + 1 | 0;
358
- // Inline function 'io.ktor.util.encodeBase64.<anonymous>' call
359
353
  var _unary__edvuaz_1 = writeOffset;
360
354
  writeOffset = _unary__edvuaz_1 + 1 | 0;
361
355
  charArray_0[_unary__edvuaz_1] = _Char___init__impl__6a9atx(61);
@@ -367,7 +361,6 @@
367
361
  _init_properties_Base64_kt__ymmsz3();
368
362
  // Inline function 'io.ktor.utils.io.core.buildPacket' call
369
363
  var builder = new Buffer();
370
- // Inline function 'io.ktor.util.decodeBase64Bytes.<anonymous>' call
371
364
  var data = new Int8Array(4);
372
365
  while (!_this__u8e3s4.g1e()) {
373
366
  var read = readAvailable(_this__u8e3s4, data);
@@ -381,7 +374,6 @@
381
374
  inductionVariable = inductionVariable + 1 | 0;
382
375
  var _unary__edvuaz = index;
383
376
  index = _unary__edvuaz + 1 | 0;
384
- // Inline function 'io.ktor.util.decodeBase64Bytes.<anonymous>.<anonymous>' call
385
377
  var result = accumulator;
386
378
  // Inline function 'io.ktor.util.fromBase64' call
387
379
  // Inline function 'kotlin.experimental.and' call
@@ -482,7 +474,6 @@
482
474
  var _iterator__ex2g4s = from.x().p();
483
475
  while (_iterator__ex2g4s.q()) {
484
476
  var element = _iterator__ex2g4s.r();
485
- // Inline function 'io.ktor.util.CaseInsensitiveMap.putAll.<anonymous>' call
486
477
  // Inline function 'kotlin.collections.component1' call
487
478
  var key = element.y();
488
479
  // Inline function 'kotlin.collections.component2' call
@@ -582,13 +573,12 @@
582
573
  var tmp = SupervisorJob(parent);
583
574
  // Inline function 'kotlinx.coroutines.CoroutineExceptionHandler' call
584
575
  var tmp$ret$0 = new SilentSupervisor$$inlined$CoroutineExceptionHandler$1();
585
- return tmp.gh(tmp$ret$0);
576
+ return tmp.kh(tmp$ret$0);
586
577
  }
587
578
  function SilentSupervisor$$inlined$CoroutineExceptionHandler$1() {
588
579
  AbstractCoroutineContextElement.call(this, Key_instance);
589
580
  }
590
581
  protoOf(SilentSupervisor$$inlined$CoroutineExceptionHandler$1).kv = function (context, exception) {
591
- // Inline function 'io.ktor.util.SilentSupervisor.<anonymous>' call
592
582
  return Unit_instance;
593
583
  };
594
584
  function DelegatingMutableSet$iterator$1(this$0) {
@@ -617,7 +607,6 @@
617
607
  var _iterator__ex2g4s = _this__u8e3s4.p();
618
608
  while (_iterator__ex2g4s.q()) {
619
609
  var item = _iterator__ex2g4s.r();
620
- // Inline function 'io.ktor.util.DelegatingMutableSet.convert.<anonymous>' call
621
610
  var tmp$ret$0 = this.y2f_1(item);
622
611
  destination.k(tmp$ret$0);
623
612
  }
@@ -630,7 +619,6 @@
630
619
  var _iterator__ex2g4s = _this__u8e3s4.p();
631
620
  while (_iterator__ex2g4s.q()) {
632
621
  var item = _iterator__ex2g4s.r();
633
- // Inline function 'io.ktor.util.DelegatingMutableSet.convertTo.<anonymous>' call
634
622
  var tmp$ret$0 = this.x2f_1(item);
635
623
  destination.k(tmp$ret$0);
636
624
  }
@@ -855,7 +843,6 @@
855
843
  // Inline function 'kotlin.collections.mutableListOf' call
856
844
  // Inline function 'kotlin.also' call
857
845
  var this_0 = ArrayList_init_$Create$_0();
858
- // Inline function 'io.ktor.util.StringValuesBuilderImpl.ensureListForKey.<anonymous>' call
859
846
  $this.y2g(name);
860
847
  // Inline function 'kotlin.collections.set' call
861
848
  $this.x2g_1.n2(name, this_0);
@@ -917,13 +904,11 @@
917
904
  };
918
905
  protoOf(StringValuesBuilderImpl).z2g = function (name, values) {
919
906
  // Inline function 'kotlin.let' call
920
- // Inline function 'io.ktor.util.StringValuesBuilderImpl.appendAll.<anonymous>' call
921
907
  var list = ensureListForKey(this, name);
922
908
  // Inline function 'kotlin.collections.forEach' call
923
909
  var _iterator__ex2g4s = values.p();
924
910
  while (_iterator__ex2g4s.q()) {
925
911
  var element = _iterator__ex2g4s.r();
926
- // Inline function 'io.ktor.util.StringValuesBuilderImpl.appendAll.<anonymous>.<anonymous>' call
927
912
  this.c2h(element);
928
913
  }
929
914
  addAll(list, values);
@@ -938,7 +923,6 @@
938
923
  var _iterator__ex2g4s = values.p();
939
924
  while (_iterator__ex2g4s.q()) {
940
925
  var element = _iterator__ex2g4s.r();
941
- // Inline function 'io.ktor.util.StringValuesBuilderImpl.appendMissing.<anonymous>' call
942
926
  if (!existing.x1(element)) {
943
927
  destination.k(element);
944
928
  }
@@ -975,7 +959,6 @@
975
959
  var _iterator__ex2g4s = values.x().p();
976
960
  while (_iterator__ex2g4s.q()) {
977
961
  var element = _iterator__ex2g4s.r();
978
- // Inline function 'io.ktor.util.StringValuesImpl.<anonymous>' call
979
962
  // Inline function 'kotlin.collections.component1' call
980
963
  var key = element.y();
981
964
  // Inline function 'kotlin.collections.component2' call
@@ -990,8 +973,6 @@
990
973
  do {
991
974
  var index = inductionVariable;
992
975
  inductionVariable = inductionVariable + 1 | 0;
993
- // Inline function 'kotlin.collections.MutableList.<anonymous>' call
994
- // Inline function 'io.ktor.util.StringValuesImpl.<anonymous>.<anonymous>' call
995
976
  var tmp$ret$4 = value.u(index);
996
977
  list.k(tmp$ret$4);
997
978
  }
@@ -1049,12 +1030,10 @@
1049
1030
  };
1050
1031
  function appendAll(_this__u8e3s4, builder) {
1051
1032
  // Inline function 'kotlin.apply' call
1052
- // Inline function 'io.ktor.util.appendAll.<anonymous>' call
1053
1033
  // Inline function 'kotlin.collections.forEach' call
1054
1034
  var _iterator__ex2g4s = builder.u2g().p();
1055
1035
  while (_iterator__ex2g4s.q()) {
1056
1036
  var element = _iterator__ex2g4s.r();
1057
- // Inline function 'io.ktor.util.appendAll.<anonymous>.<anonymous>' call
1058
1037
  // Inline function 'kotlin.collections.component1' call
1059
1038
  var name = element.y();
1060
1039
  // Inline function 'kotlin.collections.component2' call
@@ -1148,7 +1127,6 @@
1148
1127
  do {
1149
1128
  var index = inductionVariable;
1150
1129
  inductionVariable = inductionVariable + 1 | 0;
1151
- // Inline function 'io.ktor.util.toLowerCasePreservingASCIIRules.<anonymous>' call
1152
1130
  var it = charSequenceGet(_this__u8e3s4, index);
1153
1131
  if (!(toLowerCasePreservingASCII(it) === it)) {
1154
1132
  tmp$ret$1 = index;
@@ -1167,7 +1145,6 @@
1167
1145
  var capacity = _this__u8e3s4.length;
1168
1146
  // Inline function 'kotlin.apply' call
1169
1147
  var this_0 = StringBuilder_init_$Create$(capacity);
1170
- // Inline function 'io.ktor.util.toLowerCasePreservingASCIIRules.<anonymous>' call
1171
1148
  this_0.ad(original, 0, firstIndex);
1172
1149
  var inductionVariable_0 = firstIndex;
1173
1150
  var last_0 = get_lastIndex(original);
@@ -1649,7 +1626,6 @@
1649
1626
  // Inline function 'kotlinx.atomicfu.loop' call
1650
1627
  var this_0 = this.m2i_1;
1651
1628
  while (true) {
1652
- // Inline function 'io.ktor.util.internal.LockFreeLinkedListNode.<get-next>.<anonymous>' call
1653
1629
  var next = this_0.kotlinx$atomicfu$value;
1654
1630
  if (!(next instanceof OpDescriptor))
1655
1631
  return next;
@@ -1796,7 +1772,6 @@
1796
1772
  PhaseContent.call($this, phase, relation, isInterface(tmp, KtMutableList) ? tmp : THROW_CCE());
1797
1773
  // Inline function 'kotlin.check' call
1798
1774
  if (!Companion_getInstance_2().m2j_1.h()) {
1799
- // Inline function 'io.ktor.util.pipeline.PhaseContent.<init>.<anonymous>' call
1800
1775
  var message = 'The shared empty array list has been modified';
1801
1776
  throw IllegalStateException_init_$Create$(toString(message));
1802
1777
  }
@@ -1867,6 +1842,7 @@
1867
1842
  };
1868
1843
  function _set_interceptors__wod97b($this, _set____db54di) {
1869
1844
  var tmp0 = $this.a2k_1;
1845
+ // Inline function 'kotlinx.atomicfu.AtomicRef.setValue' call
1870
1846
  interceptors$factory();
1871
1847
  tmp0.kotlinx$atomicfu$value = _set____db54di;
1872
1848
  return Unit_instance;
@@ -2340,7 +2316,7 @@
2340
2316
  var tmp_0 = this;
2341
2317
  // Inline function 'kotlin.arrayOfNulls' call
2342
2318
  var size = this.n2k_1.s();
2343
- tmp_0.q2k_1 = fillArrayVal(Array(size), null);
2319
+ tmp_0.q2k_1 = Array(size);
2344
2320
  this.r2k_1 = -1;
2345
2321
  this.s2k_1 = 0;
2346
2322
  }
@@ -2353,7 +2329,6 @@
2353
2329
  protoOf(SuspendFunctionGun).k2j = function ($completion) {
2354
2330
  var tmp$ret$0;
2355
2331
  $l$block_0: {
2356
- // Inline function 'io.ktor.util.pipeline.SuspendFunctionGun.proceed.<anonymous>' call
2357
2332
  if (this.s2k_1 === this.n2k_1.s()) {
2358
2333
  tmp$ret$0 = this.p2k_1;
2359
2334
  break $l$block_0;
@@ -2449,7 +2424,6 @@
2449
2424
  tmp = null;
2450
2425
  } else {
2451
2426
  // Inline function 'kotlin.let' call
2452
- // Inline function 'io.ktor.util.date.GMTDate.<anonymous>' call
2453
2427
  tmp = new Date(tmp1_safe_receiver);
2454
2428
  }
2455
2429
  var tmp2_elvis_lhs = tmp;
@@ -2501,7 +2475,6 @@
2501
2475
  }
2502
2476
  // Inline function 'kotlin.also' call
2503
2477
  var this_0 = block();
2504
- // Inline function 'io.ktor.util.AttributesJs.computeIfAbsent.<anonymous>' call
2505
2478
  // Inline function 'kotlin.collections.set' call
2506
2479
  this.z2k_1.n2(key, this_0);
2507
2480
  return this_0;
@@ -2619,7 +2592,6 @@
2619
2592
 
2620
2593
  var tmp_1;
2621
2594
  try {
2622
- // Inline function 'io.ktor.util.logging.<no name provided>.level.<anonymous>' call
2623
2595
  // Inline function 'kotlin.Companion.success' call
2624
2596
  var value = getKtorLogLevel();
2625
2597
  tmp_1 = _Result___init__impl__xyqfz8(value);
@@ -2652,7 +2624,6 @@
2652
2624
  tmp_5 = null;
2653
2625
  } else {
2654
2626
  // Inline function 'kotlin.let' call
2655
- // Inline function 'io.ktor.util.logging.<no name provided>.level.<anonymous>' call
2656
2627
  var tmp0 = get_entries_1();
2657
2628
  var tmp$ret$6;
2658
2629
  $l$block: {
@@ -2660,7 +2631,6 @@
2660
2631
  var _iterator__ex2g4s = tmp0.p();
2661
2632
  while (_iterator__ex2g4s.q()) {
2662
2633
  var element = _iterator__ex2g4s.r();
2663
- // Inline function 'io.ktor.util.logging.<no name provided>.level.<anonymous>.<anonymous>' call
2664
2634
  if (element.q2_1 === tmp1_safe_receiver) {
2665
2635
  tmp$ret$6 = element;
2666
2636
  break $l$block;
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@doordeck/doordeck-headless-sdk",
3
- "version": "0.84.0",
3
+ "version": "0.86.0",
4
4
  "main": "kotlin/doordeck-sdk.js",
5
5
  "devDependencies": {
6
6
  "typescript": "5.5.4",
7
- "source-map-support": "0.5.21",
8
7
  "webpack": "5.94.0",
9
8
  "webpack-cli": "5.1.4",
10
9
  "kotlin-web-helpers": "2.0.0",
11
10
  "source-map-loader": "5.0.0",
12
- "webpack-dev-server": "4.15.2"
11
+ "webpack-dev-server": "4.15.2",
12
+ "source-map-support": "0.5.21"
13
13
  },
14
14
  "dependencies": {
15
15
  "asn1js": "3.0.5",