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