@doordeck/doordeck-headless-sdk 0.162.0 → 0.164.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.
@@ -4,12 +4,12 @@
4
4
  var imul = Math.imul;
5
5
  var VOID = kotlin_kotlin.$_$.b;
6
6
  var copyOfRange = kotlin_kotlin.$_$.a6;
7
- var protoOf = kotlin_kotlin.$_$.zb;
8
- var objectCreate = kotlin_kotlin.$_$.yb;
9
- var toCharArray = kotlin_kotlin.$_$.ne;
7
+ var protoOf = kotlin_kotlin.$_$.yb;
8
+ var objectCreate = kotlin_kotlin.$_$.xb;
9
+ var toCharArray = kotlin_kotlin.$_$.me;
10
10
  var initMetadataForCompanion = kotlin_kotlin.$_$.ab;
11
- var getKClassFromExpression = kotlin_kotlin.$_$.pc;
12
- var THROW_CCE = kotlin_kotlin.$_$.yf;
11
+ var getKClassFromExpression = kotlin_kotlin.$_$.oc;
12
+ var THROW_CCE = kotlin_kotlin.$_$.xf;
13
13
  var Unit_instance = kotlin_kotlin.$_$.z4;
14
14
  var contentEquals = kotlin_kotlin.$_$.w5;
15
15
  var contentHashCode = kotlin_kotlin.$_$.x5;
@@ -19,9 +19,9 @@
19
19
  var compareTo = kotlin_kotlin.$_$.qa;
20
20
  var StringBuilder_init_$Create$ = kotlin_kotlin.$_$.c1;
21
21
  var _Char___init__impl__6a9atx = kotlin_kotlin.$_$.f2;
22
- var Comparable = kotlin_kotlin.$_$.kf;
22
+ var Comparable = kotlin_kotlin.$_$.jf;
23
23
  var initMetadataForClass = kotlin_kotlin.$_$.za;
24
- var decodeToString = kotlin_kotlin.$_$.dd;
24
+ var decodeToString = kotlin_kotlin.$_$.cd;
25
25
  var initMetadataForObject = kotlin_kotlin.$_$.fb;
26
26
  //endregion
27
27
  //region block: pre-declaration
@@ -40,10 +40,10 @@
40
40
  }
41
41
  function Companion() {
42
42
  Companion_instance = this;
43
- this.xo_1 = new ByteString(new Int8Array(0), null);
44
- this.yo_1 = toCharArray('0123456789abcdef');
43
+ this.ko_1 = new ByteString(new Int8Array(0), null);
44
+ this.lo_1 = toCharArray('0123456789abcdef');
45
45
  }
46
- protoOf(Companion).zo = function (byteArray) {
46
+ protoOf(Companion).mo = function (byteArray) {
47
47
  return new ByteString(byteArray, null);
48
48
  };
49
49
  var Companion_instance;
@@ -54,11 +54,11 @@
54
54
  }
55
55
  function ByteString(data, dummy) {
56
56
  Companion_getInstance();
57
- this.ap_1 = data;
58
- this.bp_1 = 0;
57
+ this.no_1 = data;
58
+ this.oo_1 = 0;
59
59
  }
60
60
  protoOf(ByteString).u = function () {
61
- return this.ap_1.length;
61
+ return this.no_1.length;
62
62
  };
63
63
  protoOf(ByteString).equals = function (other) {
64
64
  if (this === other)
@@ -67,43 +67,43 @@
67
67
  return false;
68
68
  if (!(other instanceof ByteString))
69
69
  THROW_CCE();
70
- if (!(other.ap_1.length === this.ap_1.length))
70
+ if (!(other.no_1.length === this.no_1.length))
71
71
  return false;
72
- if (!(other.bp_1 === 0) && !(this.bp_1 === 0) && !(other.bp_1 === this.bp_1))
72
+ if (!(other.oo_1 === 0) && !(this.oo_1 === 0) && !(other.oo_1 === this.oo_1))
73
73
  return false;
74
- return contentEquals(this.ap_1, other.ap_1);
74
+ return contentEquals(this.no_1, other.no_1);
75
75
  };
76
76
  protoOf(ByteString).hashCode = function () {
77
- var hc = this.bp_1;
77
+ var hc = this.oo_1;
78
78
  if (hc === 0) {
79
- hc = contentHashCode(this.ap_1);
80
- this.bp_1 = hc;
79
+ hc = contentHashCode(this.no_1);
80
+ this.oo_1 = hc;
81
81
  }
82
82
  return hc;
83
83
  };
84
84
  protoOf(ByteString).v = function (index) {
85
85
  if (index < 0 || index >= this.u())
86
86
  throw IndexOutOfBoundsException_init_$Create$('index (' + index + ') is out of byte string bounds: [0..' + this.u() + ')');
87
- return this.ap_1[index];
87
+ return this.no_1[index];
88
88
  };
89
- protoOf(ByteString).cp = function (startIndex, endIndex) {
89
+ protoOf(ByteString).po = function (startIndex, endIndex) {
90
90
  var tmp;
91
91
  if (startIndex === endIndex) {
92
- tmp = Companion_getInstance().xo_1;
92
+ tmp = Companion_getInstance().ko_1;
93
93
  } else {
94
- tmp = ByteString_init_$Create$(this.ap_1, startIndex, endIndex);
94
+ tmp = ByteString_init_$Create$(this.no_1, startIndex, endIndex);
95
95
  }
96
96
  return tmp;
97
97
  };
98
- protoOf(ByteString).dp = function (startIndex, endIndex, $super) {
98
+ protoOf(ByteString).qo = function (startIndex, endIndex, $super) {
99
99
  endIndex = endIndex === VOID ? this.u() : endIndex;
100
- return $super === VOID ? this.cp(startIndex, endIndex) : $super.cp.call(this, startIndex, endIndex);
100
+ return $super === VOID ? this.po(startIndex, endIndex) : $super.po.call(this, startIndex, endIndex);
101
101
  };
102
- protoOf(ByteString).ep = function (other) {
102
+ protoOf(ByteString).ro = function (other) {
103
103
  if (other === this)
104
104
  return 0;
105
- var localData = this.ap_1;
106
- var otherData = other.ap_1;
105
+ var localData = this.no_1;
106
+ var otherData = other.no_1;
107
107
  var inductionVariable = 0;
108
108
  var tmp0 = this.u();
109
109
  // Inline function 'kotlin.math.min' call
@@ -132,7 +132,7 @@
132
132
  return compareTo(this.u(), other.u());
133
133
  };
134
134
  protoOf(ByteString).d = function (other) {
135
- return this.ep(other instanceof ByteString ? other : THROW_CCE());
135
+ return this.ro(other instanceof ByteString ? other : THROW_CCE());
136
136
  };
137
137
  protoOf(ByteString).toString = function () {
138
138
  if (isEmpty(this)) {
@@ -145,7 +145,7 @@
145
145
  $this$with.f8('ByteString(size=');
146
146
  $this$with.f8(sizeStr);
147
147
  $this$with.f8(' hex=');
148
- var localData = this.ap_1;
148
+ var localData = this.no_1;
149
149
  var inductionVariable = 0;
150
150
  var last = this.u();
151
151
  if (inductionVariable < last)
@@ -153,35 +153,35 @@
153
153
  var i = inductionVariable;
154
154
  inductionVariable = inductionVariable + 1 | 0;
155
155
  var b = localData[i];
156
- $this$with.g8(Companion_getInstance().yo_1[(b >>> 4 | 0) & 15]);
157
- $this$with.g8(Companion_getInstance().yo_1[b & 15]);
156
+ $this$with.g8(Companion_getInstance().lo_1[(b >>> 4 | 0) & 15]);
157
+ $this$with.g8(Companion_getInstance().lo_1[b & 15]);
158
158
  }
159
159
  while (inductionVariable < last);
160
160
  return $this$with.g8(_Char___init__impl__6a9atx(41)).toString();
161
161
  };
162
- protoOf(ByteString).fp = function () {
163
- return this.ap_1;
162
+ protoOf(ByteString).so = function () {
163
+ return this.no_1;
164
164
  };
165
165
  function ByteString_0(bytes) {
166
166
  var tmp;
167
167
  // Inline function 'kotlin.collections.isEmpty' call
168
168
  if (bytes.length === 0) {
169
- tmp = Companion_getInstance().xo_1;
169
+ tmp = Companion_getInstance().ko_1;
170
170
  } else {
171
- tmp = Companion_getInstance().zo(bytes);
171
+ tmp = Companion_getInstance().mo(bytes);
172
172
  }
173
173
  return tmp;
174
174
  }
175
175
  function decodeToString_0(_this__u8e3s4) {
176
- return decodeToString(_this__u8e3s4.fp());
176
+ return decodeToString(_this__u8e3s4.so());
177
177
  }
178
178
  function isEmpty(_this__u8e3s4) {
179
179
  return _this__u8e3s4.u() === 0;
180
180
  }
181
181
  function UnsafeByteStringOperations() {
182
182
  }
183
- protoOf(UnsafeByteStringOperations).gp = function (array) {
184
- return Companion_getInstance().zo(array);
183
+ protoOf(UnsafeByteStringOperations).to = function (array) {
184
+ return Companion_getInstance().mo(array);
185
185
  };
186
186
  var UnsafeByteStringOperations_instance;
187
187
  function UnsafeByteStringOperations_getInstance() {