UNPKG

ravendb

Version:
15 lines 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentsChanges = void 0; class DocumentsChanges { fieldOldValue; fieldNewValue; change; fieldName; fieldPath; get fieldFullName() { return !this.fieldPath ? this.fieldName : this.fieldPath + "." + this.fieldName; } } exports.DocumentsChanges = DocumentsChanges; //# sourceMappingURL=DocumentsChanges.js.map