@configurator/ravendb
Version:
RavenDB client for Node.js
10 lines • 349 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentsChanges = void 0;
class DocumentsChanges {
get fieldFullName() {
return !this.fieldPath ? this.fieldName : this.fieldPath + "." + this.fieldName;
}
}
exports.DocumentsChanges = DocumentsChanges;
//# sourceMappingURL=DocumentsChanges.js.map