@cruglobal/godtools-shared 1.3.0-SNAPSHOT.1855 → 1.3.0-SNAPSHOT.1856

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.
@@ -14,8 +14,8 @@
14
14
  //region block: imports
15
15
  var RegexOption_IGNORE_CASE_getInstance = kotlin_kotlin.$_$.c;
16
16
  var Regex_init_$Create$ = kotlin_kotlin.$_$.r;
17
- var substringBefore = kotlin_kotlin.$_$.u8;
18
- var contains = kotlin_kotlin.$_$.f8;
17
+ var substringBefore = kotlin_kotlin.$_$.t8;
18
+ var contains = kotlin_kotlin.$_$.e8;
19
19
  //endregion
20
20
  //region block: pre-declaration
21
21
  //endregion
@@ -26,7 +26,7 @@
26
26
  tmp = null;
27
27
  } else {
28
28
  // Inline function 'kotlin.text.matches' call
29
- tmp = Regex_init_$Create$('https?', RegexOption_IGNORE_CASE_getInstance()).fb(tmp0_safe_receiver);
29
+ tmp = Regex_init_$Create$('https?', RegexOption_IGNORE_CASE_getInstance()).db(tmp0_safe_receiver);
30
30
  }
31
31
  return tmp === true;
32
32
  }
@@ -13,22 +13,22 @@
13
13
  'use strict';
14
14
  //region block: imports
15
15
  var imul = Math.imul;
16
- var THROW_IAE = kotlin_kotlin.$_$.v9;
16
+ var THROW_IAE = kotlin_kotlin.$_$.u9;
17
17
  var Unit_instance = kotlin_kotlin.$_$.k2;
18
- var Enum = kotlin_kotlin.$_$.k9;
19
- var protoOf = kotlin_kotlin.$_$.k7;
20
- var defineProp = kotlin_kotlin.$_$.n6;
21
- var initMetadataForClass = kotlin_kotlin.$_$.v6;
18
+ var Enum = kotlin_kotlin.$_$.j9;
19
+ var protoOf = kotlin_kotlin.$_$.j7;
20
+ var defineProp = kotlin_kotlin.$_$.m6;
21
+ var initMetadataForClass = kotlin_kotlin.$_$.u6;
22
22
  var VOID = kotlin_kotlin.$_$.b;
23
- var initMetadataForCompanion = kotlin_kotlin.$_$.w6;
23
+ var initMetadataForCompanion = kotlin_kotlin.$_$.v6;
24
24
  var emptyMap = kotlin_kotlin.$_$.p3;
25
25
  var emptySet = kotlin_kotlin.$_$.q3;
26
26
  var contains = kotlin_kotlin.$_$.f3;
27
- var toString = kotlin_kotlin.$_$.m7;
28
- var getStringHashCode = kotlin_kotlin.$_$.t6;
29
- var hashCode = kotlin_kotlin.$_$.u6;
30
- var equals = kotlin_kotlin.$_$.o6;
31
- var equals_0 = kotlin_kotlin.$_$.h8;
27
+ var toString = kotlin_kotlin.$_$.l7;
28
+ var getStringHashCode = kotlin_kotlin.$_$.s6;
29
+ var hashCode = kotlin_kotlin.$_$.t6;
30
+ var equals = kotlin_kotlin.$_$.n6;
31
+ var equals_0 = kotlin_kotlin.$_$.g8;
32
32
  //endregion
33
33
  //region block: pre-declaration
34
34
  initMetadataForClass(System, 'System', VOID, Enum);
@@ -158,78 +158,78 @@
158
158
  limit = limit === VOID ? null : limit;
159
159
  this.action = action;
160
160
  this.attributes = attributes;
161
- this.c1h_1 = trigger;
161
+ this.a1h_1 = trigger;
162
162
  this.delay = delay;
163
- this.d1h_1 = systems;
164
- this.e1h_1 = id;
165
- this.f1h_1 = limit;
163
+ this.b1h_1 = systems;
164
+ this.c1h_1 = id;
165
+ this.d1h_1 = limit;
166
166
  }
167
- protoOf(AnalyticsEvent).g1h = function () {
167
+ protoOf(AnalyticsEvent).e1h = function () {
168
168
  return this.action;
169
169
  };
170
- protoOf(AnalyticsEvent).h1h = function () {
170
+ protoOf(AnalyticsEvent).f1h = function () {
171
171
  return this.attributes;
172
172
  };
173
- protoOf(AnalyticsEvent).i1h = function () {
173
+ protoOf(AnalyticsEvent).g1h = function () {
174
174
  return this.delay;
175
175
  };
176
- protoOf(AnalyticsEvent).j1h = function () {
177
- return this.d1h_1;
176
+ protoOf(AnalyticsEvent).h1h = function () {
177
+ return this.b1h_1;
178
178
  };
179
- protoOf(AnalyticsEvent).k1h = function () {
180
- return this.e1h_1;
179
+ protoOf(AnalyticsEvent).i1h = function () {
180
+ return this.c1h_1;
181
181
  };
182
- protoOf(AnalyticsEvent).l1h = function () {
183
- return this.f1h_1;
182
+ protoOf(AnalyticsEvent).j1h = function () {
183
+ return this.d1h_1;
184
184
  };
185
- protoOf(AnalyticsEvent).m1h = function (types) {
186
- return contains(types, this.c1h_1);
185
+ protoOf(AnalyticsEvent).k1h = function (types) {
186
+ return contains(types, this.a1h_1);
187
187
  };
188
188
  protoOf(AnalyticsEvent).isForSystem = function (system) {
189
- return this.d1h_1.s(system);
189
+ return this.b1h_1.s(system);
190
190
  };
191
- protoOf(AnalyticsEvent).be = function () {
191
+ protoOf(AnalyticsEvent).zd = function () {
192
192
  return this.action;
193
193
  };
194
- protoOf(AnalyticsEvent).ce = function () {
194
+ protoOf(AnalyticsEvent).ae = function () {
195
195
  return this.attributes;
196
196
  };
197
- protoOf(AnalyticsEvent).n1h = function () {
197
+ protoOf(AnalyticsEvent).l1h = function () {
198
198
  return this.delay;
199
199
  };
200
- protoOf(AnalyticsEvent).o1h = function () {
201
- return this.d1h_1;
200
+ protoOf(AnalyticsEvent).m1h = function () {
201
+ return this.b1h_1;
202
202
  };
203
- protoOf(AnalyticsEvent).p1h = function () {
204
- return this.e1h_1;
203
+ protoOf(AnalyticsEvent).n1h = function () {
204
+ return this.c1h_1;
205
205
  };
206
- protoOf(AnalyticsEvent).q1h = function () {
207
- return this.f1h_1;
206
+ protoOf(AnalyticsEvent).o1h = function () {
207
+ return this.d1h_1;
208
208
  };
209
- protoOf(AnalyticsEvent).r1h = function (action, attributes, trigger, delay, systems, id, limit) {
209
+ protoOf(AnalyticsEvent).p1h = function (action, attributes, trigger, delay, systems, id, limit) {
210
210
  return new AnalyticsEvent(action, attributes, trigger, delay, systems, id, limit);
211
211
  };
212
212
  protoOf(AnalyticsEvent).copy = function (action, attributes, trigger, delay, systems, id, limit, $super) {
213
213
  action = action === VOID ? this.action : action;
214
214
  attributes = attributes === VOID ? this.attributes : attributes;
215
- trigger = trigger === VOID ? this.c1h_1 : trigger;
215
+ trigger = trigger === VOID ? this.a1h_1 : trigger;
216
216
  delay = delay === VOID ? this.delay : delay;
217
- systems = systems === VOID ? this.d1h_1 : systems;
218
- id = id === VOID ? this.e1h_1 : id;
219
- limit = limit === VOID ? this.f1h_1 : limit;
220
- return $super === VOID ? this.r1h(action, attributes, trigger, delay, systems, id, limit) : $super.r1h.call(this, action, attributes, trigger, delay, systems, id, limit);
217
+ systems = systems === VOID ? this.b1h_1 : systems;
218
+ id = id === VOID ? this.c1h_1 : id;
219
+ limit = limit === VOID ? this.d1h_1 : limit;
220
+ return $super === VOID ? this.p1h(action, attributes, trigger, delay, systems, id, limit) : $super.p1h.call(this, action, attributes, trigger, delay, systems, id, limit);
221
221
  };
222
222
  protoOf(AnalyticsEvent).toString = function () {
223
- return 'AnalyticsEvent(action=' + this.action + ', attributes=' + toString(this.attributes) + ', trigger=' + this.c1h_1.toString() + ', delay=' + this.delay + ', systems=' + toString(this.d1h_1) + ', id=' + this.e1h_1 + ', limit=' + this.f1h_1 + ')';
223
+ return 'AnalyticsEvent(action=' + this.action + ', attributes=' + toString(this.attributes) + ', trigger=' + this.a1h_1.toString() + ', delay=' + this.delay + ', systems=' + toString(this.b1h_1) + ', id=' + this.c1h_1 + ', limit=' + this.d1h_1 + ')';
224
224
  };
225
225
  protoOf(AnalyticsEvent).hashCode = function () {
226
226
  var result = getStringHashCode(this.action);
227
227
  result = imul(result, 31) + hashCode(this.attributes) | 0;
228
- result = imul(result, 31) + this.c1h_1.hashCode() | 0;
228
+ result = imul(result, 31) + this.a1h_1.hashCode() | 0;
229
229
  result = imul(result, 31) + this.delay | 0;
230
- result = imul(result, 31) + hashCode(this.d1h_1) | 0;
231
- result = imul(result, 31) + getStringHashCode(this.e1h_1) | 0;
232
- result = imul(result, 31) + (this.f1h_1 == null ? 0 : this.f1h_1) | 0;
230
+ result = imul(result, 31) + hashCode(this.b1h_1) | 0;
231
+ result = imul(result, 31) + getStringHashCode(this.c1h_1) | 0;
232
+ result = imul(result, 31) + (this.d1h_1 == null ? 0 : this.d1h_1) | 0;
233
233
  return result;
234
234
  };
235
235
  protoOf(AnalyticsEvent).equals = function (other) {
@@ -241,28 +241,28 @@
241
241
  return false;
242
242
  if (!equals(this.attributes, other.attributes))
243
243
  return false;
244
- if (!this.c1h_1.equals(other.c1h_1))
244
+ if (!this.a1h_1.equals(other.a1h_1))
245
245
  return false;
246
246
  if (!(this.delay === other.delay))
247
247
  return false;
248
- if (!equals(this.d1h_1, other.d1h_1))
248
+ if (!equals(this.b1h_1, other.b1h_1))
249
249
  return false;
250
- if (!(this.e1h_1 === other.e1h_1))
250
+ if (!(this.c1h_1 === other.c1h_1))
251
251
  return false;
252
- if (!(this.f1h_1 == other.f1h_1))
252
+ if (!(this.d1h_1 == other.d1h_1))
253
253
  return false;
254
254
  return true;
255
255
  };
256
256
  function Companion_0() {
257
257
  Companion_instance_0 = this;
258
- this.s1h_1 = 'followup';
258
+ this.q1h_1 = 'followup';
259
259
  this.NAMESPACE_STATE = 'state';
260
260
  this.FOLLOWUP = new EventId('followup', 'send');
261
261
  }
262
- protoOf(Companion_0).t1h = function () {
262
+ protoOf(Companion_0).r1h = function () {
263
263
  return this.NAMESPACE_STATE;
264
264
  };
265
- protoOf(Companion_0).u1h = function () {
265
+ protoOf(Companion_0).s1h = function () {
266
266
  return this.FOLLOWUP;
267
267
  };
268
268
  var Companion_instance_0;
@@ -277,7 +277,7 @@
277
277
  this.namespace = namespace;
278
278
  this.name = name;
279
279
  }
280
- protoOf(EventId).v1h = function () {
280
+ protoOf(EventId).t1h = function () {
281
281
  return this.namespace;
282
282
  };
283
283
  protoOf(EventId).a2 = function () {