@bitrix24/b24jssdk 0.1.2 → 0.1.3

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.
package/dist/umd/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @version @bitrix24/b24jssdk v0.1.2
2
+ * @version @bitrix24/b24jssdk v0.1.3
3
3
  * @copyright (c) 2024 Bitrix24
4
4
  * @licence MIT
5
5
  * @links https://github.com/bitrix24/b24jssdk - GitHub
@@ -15987,7 +15987,7 @@
15987
15987
  result.logTag = this.#logTag;
15988
15988
  }
15989
15989
  result[this.#requestIdGenerator.getQueryStringParameterName()] = this.#requestIdGenerator.getRequestId();
15990
- result[this.#requestIdGenerator.getQueryStringSdkParameterName()] = "0.1.2";
15990
+ result[this.#requestIdGenerator.getQueryStringSdkParameterName()] = "0.1.3";
15991
15991
  if (!!result.data && !!result.data.start) {
15992
15992
  delete result.data.start;
15993
15993
  }
@@ -16110,7 +16110,7 @@
16110
16110
  do {
16111
16111
  const result = await this.callMethod(method, params, params.start);
16112
16112
  let data = void 0;
16113
- if (Type.isNull(customKeyForResult) && null !== customKeyForResult) {
16113
+ if (!Type.isNull(customKeyForResult) && null !== customKeyForResult) {
16114
16114
  data = result.getData().result[customKeyForResult];
16115
16115
  } else {
16116
16116
  data = result.getData().result;