UNPKG

c8osdkjscore

Version:
18 lines 842 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var c8oCore_1 = require("./c8oCore"); var FullSyncPostDocumentParameter = (function () { function FullSyncPostDocumentParameter(name) { this.name = name; } FullSyncPostDocumentParameter.values = function () { var array = []; array.push(this.POLICY, this.SUBKEY_SEPARATOR); return array; }; FullSyncPostDocumentParameter.POLICY = new FullSyncPostDocumentParameter(c8oCore_1.C8oCore.FS_POLICY); FullSyncPostDocumentParameter.SUBKEY_SEPARATOR = new FullSyncPostDocumentParameter(c8oCore_1.C8oCore.FS_SUBKEY_SEPARATOR); return FullSyncPostDocumentParameter; }()); exports.FullSyncPostDocumentParameter = FullSyncPostDocumentParameter; //# sourceMappingURL=fullsyncpostdocumentparameter.js.map