diff --git a/dist/cleanup/index.js b/dist/cleanup/index.js index c4c726e..09d72f6 100644 --- a/dist/cleanup/index.js +++ b/dist/cleanup/index.js @@ -16494,6 +16494,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.IniSectionType = void 0; +var IniSectionType; +(function (IniSectionType) { + IniSectionType["PROFILE"] = "profile"; + IniSectionType["SSO_SESSION"] = "sso-session"; + IniSectionType["SERVICES"] = "services"; +})(IniSectionType = exports.IniSectionType || (exports.IniSectionType = {})); /***/ }), diff --git a/dist/index.js b/dist/index.js index 245ab0e..cd60181 100644 --- a/dist/index.js +++ b/dist/index.js @@ -17088,6 +17088,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.IniSectionType = void 0; +var IniSectionType; +(function (IniSectionType) { + IniSectionType["PROFILE"] = "profile"; + IniSectionType["SSO_SESSION"] = "sso-session"; + IniSectionType["SERVICES"] = "services"; +})(IniSectionType = exports.IniSectionType || (exports.IniSectionType = {})); /***/ }),