@doordeck/doordeck-headless-sdk 0.155.0 → 0.156.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.
@@ -541,6 +541,9 @@ if (typeof String.prototype.startsWith === 'undefined') {
541
541
  transform = transform === VOID ? null : transform;
542
542
  return joinTo_0(_this__u8e3s4, StringBuilder_init_$Create$_0(), separator, prefix, postfix, limit, truncated, transform).toString();
543
543
  }
544
+ function get_lastIndex_0(_this__u8e3s4) {
545
+ return _this__u8e3s4.length - 1 | 0;
546
+ }
544
547
  function joinTo(_this__u8e3s4, buffer, separator, prefix, postfix, limit, truncated, transform) {
545
548
  separator = separator === VOID ? ', ' : separator;
546
549
  prefix = prefix === VOID ? '' : prefix;
@@ -576,9 +579,6 @@ if (typeof String.prototype.startsWith === 'undefined') {
576
579
  function toMutableList(_this__u8e3s4) {
577
580
  return ArrayList_init_$Create$_1(asCollection(_this__u8e3s4));
578
581
  }
579
- function get_lastIndex_0(_this__u8e3s4) {
580
- return _this__u8e3s4.length - 1 | 0;
581
- }
582
582
  function get_lastIndex_1(_this__u8e3s4) {
583
583
  return _this__u8e3s4.length - 1 | 0;
584
584
  }
@@ -7535,14 +7535,14 @@ if (typeof String.prototype.startsWith === 'undefined') {
7535
7535
  Companion_instance_7.vc(startIndex, endIndex, _this__u8e3s4.length);
7536
7536
  return decodeUtf8(_this__u8e3s4, startIndex, endIndex, throwOnInvalidSequence);
7537
7537
  }
7538
- function decodeToString_0(_this__u8e3s4) {
7539
- _init_properties_stringJs_kt__bg7zye();
7540
- return decodeUtf8(_this__u8e3s4, 0, _this__u8e3s4.length, false);
7541
- }
7542
7538
  function encodeToByteArray(_this__u8e3s4) {
7543
7539
  _init_properties_stringJs_kt__bg7zye();
7544
7540
  return encodeUtf8(_this__u8e3s4, 0, _this__u8e3s4.length, false);
7545
7541
  }
7542
+ function decodeToString_0(_this__u8e3s4) {
7543
+ _init_properties_stringJs_kt__bg7zye();
7544
+ return decodeUtf8(_this__u8e3s4, 0, _this__u8e3s4.length, false);
7545
+ }
7546
7546
  function encodeToByteArray_0(_this__u8e3s4, startIndex, endIndex, throwOnInvalidSequence) {
7547
7547
  startIndex = startIndex === VOID ? 0 : startIndex;
7548
7548
  endIndex = endIndex === VOID ? _this__u8e3s4.length : endIndex;