@c8y/client
Version:
Client application programming interface to access the Cumulocity IoT-Platform REST services.
11 lines • 446 B
JavaScript
import { gettext } from '../gettext.js';
/**
* An audit record can have one of the following change type
*/
export var ChangeType;
(function (ChangeType) {
ChangeType[ChangeType["ADDED"] = gettext('ADDED')] = "ADDED";
ChangeType[ChangeType["REPLACED"] = gettext('REPLACED')] = "REPLACED";
ChangeType[ChangeType["REMOVED"] = gettext('REMOVED')] = "REMOVED";
})(ChangeType || (ChangeType = {}));
//# sourceMappingURL=ChangeType.js.map