@resolveio/server-lib 11.1.8 → 11.1.10

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.
@@ -1296,7 +1296,7 @@ var Collection = /** @class */ (function () {
1296
1296
  _id: objectIdHexString(),
1297
1297
  type: 'document',
1298
1298
  collection: this.collectionName,
1299
- id_document: doc['_id'],
1299
+ id_document: docId,
1300
1300
  payload: common_1.getBinarySize(JSON.stringify(['invalidVersion - merge', doc, filter, updatedDoc_1, options])) < 200000 ? JSON.stringify(['invalidVersion - merge', doc, filter, updatedDoc_1, options], null, 2) : 'Too Big',
1301
1301
  method: 'replaceOne',
1302
1302
  id_user: '',