ravendb
Version:
RavenDB client for Node.js
15 lines • 429 B
JavaScript
;
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