backendless 6.3.7 → 6.3.8

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,6 +1,6 @@
1
1
  /*
2
2
  * ********************************************************************************************************************
3
- * Backendless SDK for JavaScript. Version: 6.3.7
3
+ * Backendless SDK for JavaScript. Version: 6.3.8
4
4
  *
5
5
  * Copyright 2012-2022 BACKENDLESS.COM. All Rights Reserved.
6
6
  *
@@ -16190,7 +16190,7 @@ var DataStore = /*#__PURE__*/function () {
16190
16190
 
16191
16191
  case 5:
16192
16192
  result = _context7.sent;
16193
- _context7.next = 13;
16193
+ _context7.next = 14;
16194
16194
  break;
16195
16195
 
16196
16196
  case 8:
@@ -16202,19 +16202,24 @@ var DataStore = /*#__PURE__*/function () {
16202
16202
  throw new Error('Object Id must be provided and must be a string or an object of primary keys.');
16203
16203
 
16204
16204
  case 10:
16205
- _context7.next = 12;
16205
+ if (query) {
16206
+ query.pageSize = null;
16207
+ query.offset = null;
16208
+ }
16209
+
16210
+ _context7.next = 13;
16206
16211
  return this.app.request.get({
16207
16212
  url: this.app.urls.dataTableObject(this.className, objectId),
16208
16213
  queryString: _dataQueryBuilder["default"].toQueryString(query)
16209
16214
  });
16210
16215
 
16211
- case 12:
16216
+ case 13:
16212
16217
  result = _context7.sent;
16213
16218
 
16214
- case 13:
16219
+ case 14:
16215
16220
  return _context7.abrupt("return", this.parseResponse(result));
16216
16221
 
16217
- case 14:
16222
+ case 15:
16218
16223
  case "end":
16219
16224
  return _context7.stop();
16220
16225
  }