From f427477498ed9b94d4e0fe5e810e94e8dd8f6494 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 10 Oct 2023 03:43:24 +0000 Subject: [PATCH] chore: Update dist --- dist/cleanup/index.js | 7 +++++++ dist/index.js | 7 +++++++ 2 files changed, 14 insertions(+) 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 = {})); /***/ }),