@doordeck/doordeck-headless-sdk 0.185.0 → 0.186.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.
@@ -1,16 +1,16 @@
1
1
  (function (_, kotlin_kotlin) {
2
2
  'use strict';
3
3
  //region block: imports
4
- var protoOf = kotlin_kotlin.$_$.ac;
5
- var defineProp = kotlin_kotlin.$_$.ta;
6
- var initMetadataForClass = kotlin_kotlin.$_$.bb;
7
- var initMetadataForObject = kotlin_kotlin.$_$.hb;
4
+ var protoOf = kotlin_kotlin.$_$.cc;
5
+ var defineProp = kotlin_kotlin.$_$.wa;
6
+ var initMetadataForClass = kotlin_kotlin.$_$.eb;
7
+ var initMetadataForObject = kotlin_kotlin.$_$.kb;
8
8
  var VOID = kotlin_kotlin.$_$.b;
9
- var toString = kotlin_kotlin.$_$.dh;
10
- var equalsLong = kotlin_kotlin.$_$.w9;
11
- var get_ONE = kotlin_kotlin.$_$.n9;
12
- var add = kotlin_kotlin.$_$.o9;
13
- var subtract = kotlin_kotlin.$_$.fa;
9
+ var toString = kotlin_kotlin.$_$.eh;
10
+ var equalsLong = kotlin_kotlin.$_$.x9;
11
+ var get_ONE = kotlin_kotlin.$_$.o9;
12
+ var add = kotlin_kotlin.$_$.p9;
13
+ var subtract = kotlin_kotlin.$_$.ia;
14
14
  //endregion
15
15
  //region block: pre-declaration
16
16
  initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
@@ -30,13 +30,13 @@
30
30
  tmp_1[tmp_0] = atomic$ref$1(null);
31
31
  tmp_0 = tmp_0 + 1 | 0;
32
32
  }
33
- tmp.is_1 = tmp_1;
33
+ tmp.ur_1 = tmp_1;
34
34
  }
35
- protoOf(atomicfu$AtomicRefArray$ref).js = function () {
36
- return this.is_1.length;
35
+ protoOf(atomicfu$AtomicRefArray$ref).vr = function () {
36
+ return this.ur_1.length;
37
37
  };
38
38
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
39
- return this.is_1[index];
39
+ return this.ur_1[index];
40
40
  };
41
41
  function atomicfu$AtomicRefArray$ofNulls(size) {
42
42
  return new atomicfu$AtomicRefArray$ref(size);
@@ -64,10 +64,10 @@
64
64
  function AtomicInt(value) {
65
65
  this.kotlinx$atomicfu$value = value;
66
66
  }
67
- protoOf(AtomicInt).ks = function (_set____db54di) {
67
+ protoOf(AtomicInt).wr = function (_set____db54di) {
68
68
  this.kotlinx$atomicfu$value = _set____db54di;
69
69
  };
70
- protoOf(AtomicInt).ls = function () {
70
+ protoOf(AtomicInt).xr = function () {
71
71
  return this.kotlinx$atomicfu$value;
72
72
  };
73
73
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -117,10 +117,10 @@
117
117
  function AtomicBoolean(value) {
118
118
  this.kotlinx$atomicfu$value = value;
119
119
  }
120
- protoOf(AtomicBoolean).ms = function (_set____db54di) {
120
+ protoOf(AtomicBoolean).yr = function (_set____db54di) {
121
121
  this.kotlinx$atomicfu$value = _set____db54di;
122
122
  };
123
- protoOf(AtomicBoolean).ls = function () {
123
+ protoOf(AtomicBoolean).xr = function () {
124
124
  return this.kotlinx$atomicfu$value;
125
125
  };
126
126
  protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
@@ -143,10 +143,10 @@
143
143
  function AtomicRef(value) {
144
144
  this.kotlinx$atomicfu$value = value;
145
145
  }
146
- protoOf(AtomicRef).ns = function (_set____db54di) {
146
+ protoOf(AtomicRef).zr = function (_set____db54di) {
147
147
  this.kotlinx$atomicfu$value = _set____db54di;
148
148
  };
149
- protoOf(AtomicRef).ls = function () {
149
+ protoOf(AtomicRef).xr = function () {
150
150
  return this.kotlinx$atomicfu$value;
151
151
  };
152
152
  protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
@@ -169,10 +169,10 @@
169
169
  function AtomicLong(value) {
170
170
  this.kotlinx$atomicfu$value = value;
171
171
  }
172
- protoOf(AtomicLong).os = function (_set____db54di) {
172
+ protoOf(AtomicLong).as = function (_set____db54di) {
173
173
  this.kotlinx$atomicfu$value = _set____db54di;
174
174
  };
175
- protoOf(AtomicLong).ls = function () {
175
+ protoOf(AtomicLong).xr = function () {
176
176
  return this.kotlinx$atomicfu$value;
177
177
  };
178
178
  protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
@@ -236,7 +236,7 @@
236
236
  return new AtomicLong(initial);
237
237
  }
238
238
  //region block: post-declaration
239
- defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).js);
239
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).vr);
240
240
  //endregion
241
241
  //region block: exports
242
242
  _.$_$ = _.$_$ || {};