backendless 7.2.4 → 7.2.5

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: 7.2.4
3
+ * Backendless SDK for JavaScript. Version: 7.2.5
4
4
  *
5
5
  * Copyright 2012-2023 BACKENDLESS.COM. All Rights Reserved.
6
6
  *
@@ -10215,7 +10215,7 @@ var OpResult = /*#__PURE__*/function () {
10215
10215
  }, {
10216
10216
  key: "isObjectRef",
10217
10217
  value: function isObjectRef() {
10218
- return this.operationType === _constants.OperationType.CREATE || this.operationType === _constants.OperationType.UPDATE;
10218
+ return this.operationType === _constants.OperationType.CREATE || this.operationType === _constants.OperationType.UPDATE || this.operationType === _constants.OperationType.UPSERT;
10219
10219
  }
10220
10220
  }, {
10221
10221
  key: "setOpResultId",