@rockcarver/frodo-cli 4.0.0-17 → 4.0.0-18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -1
- package/dist/app.cjs +15 -15
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [4.0.0-17] - 2026-03-07
|
|
11
|
+
|
|
10
12
|
## [4.0.0-16] - 2026-03-05
|
|
11
13
|
|
|
12
14
|
## [4.0.0-15] - 2026-03-05
|
|
@@ -2195,7 +2197,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2195
2197
|
- Fixed problem with adding connection profiles
|
|
2196
2198
|
- Miscellaneous bug fixes
|
|
2197
2199
|
|
|
2198
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2200
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-17...HEAD
|
|
2201
|
+
[4.0.0-17]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-16...v4.0.0-17
|
|
2199
2202
|
[4.0.0-16]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-15...v4.0.0-16
|
|
2200
2203
|
[4.0.0-15]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-14...v4.0.0-15
|
|
2201
2204
|
[4.0.0-14]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-13...v4.0.0-14
|
package/dist/app.cjs
CHANGED
|
@@ -141710,10 +141710,10 @@ var AVAILABLE_SCOPES = {
|
|
|
141710
141710
|
// All Auto Access APIs
|
|
141711
141711
|
AnalyticsFullScope: "fr:idc:analytics:*",
|
|
141712
141712
|
// All Analytics APIs
|
|
141713
|
-
|
|
141714
|
-
//
|
|
141715
|
-
|
|
141716
|
-
//
|
|
141713
|
+
DirectConfigurationSessionFullScope: "fr:idc:direct-configuration:session:*",
|
|
141714
|
+
// All Direct Configuration Session APIs
|
|
141715
|
+
DirectConfigurationSessionReadScope: "fr:idc:direct-configuration:session:read",
|
|
141716
|
+
// Read Direct Configuration Session state
|
|
141717
141717
|
CertificateFullScope: "fr:idc:certificate:*",
|
|
141718
141718
|
// All TLS certificate APIs
|
|
141719
141719
|
CertificateReadScope: "fr:idc:certificate:read",
|
|
@@ -142047,7 +142047,7 @@ function stringify(obj) {
|
|
|
142047
142047
|
}
|
|
142048
142048
|
var package_default = {
|
|
142049
142049
|
name: "@rockcarver/frodo-lib",
|
|
142050
|
-
version: "4.0.0-
|
|
142050
|
+
version: "4.0.0-25",
|
|
142051
142051
|
type: "commonjs",
|
|
142052
142052
|
main: "./dist/index.js",
|
|
142053
142053
|
module: "./dist/index.mjs",
|
|
@@ -178816,7 +178816,7 @@ var s2 = Constants_default.AVAILABLE_SCOPES;
|
|
|
178816
178816
|
var SERVICE_ACCOUNT_ALLOWED_SCOPES = [
|
|
178817
178817
|
s2.AmFullScope,
|
|
178818
178818
|
s2.AnalyticsFullScope,
|
|
178819
|
-
s2.
|
|
178819
|
+
s2.DirectConfigurationSessionFullScope,
|
|
178820
178820
|
s2.AutoAccessFullScope,
|
|
178821
178821
|
s2.CertificateFullScope,
|
|
178822
178822
|
s2.CertificateReadScope,
|
|
@@ -178841,7 +178841,7 @@ var SERVICE_ACCOUNT_ALLOWED_SCOPES = [
|
|
|
178841
178841
|
var SERVICE_ACCOUNT_DEFAULT_SCOPES = [
|
|
178842
178842
|
s2.AmFullScope,
|
|
178843
178843
|
s2.AnalyticsFullScope,
|
|
178844
|
-
s2.
|
|
178844
|
+
s2.DirectConfigurationSessionFullScope,
|
|
178845
178845
|
s2.AutoAccessFullScope,
|
|
178846
178846
|
s2.CertificateFullScope,
|
|
178847
178847
|
s2.ContentSecurityPolicyFullScope,
|
|
@@ -180400,7 +180400,7 @@ var redirectUrlTemplate = "/platform/appAuthHelperRedirect.html";
|
|
|
180400
180400
|
var s3 = Constants_default.AVAILABLE_SCOPES;
|
|
180401
180401
|
var CLOUD_ADMIN_MINIMAL_SCOPES = [
|
|
180402
180402
|
s3.AnalyticsFullScope,
|
|
180403
|
-
s3.
|
|
180403
|
+
s3.DirectConfigurationSessionFullScope,
|
|
180404
180404
|
s3.CertificateFullScope,
|
|
180405
180405
|
s3.ContentSecurityPolicyFullScope,
|
|
180406
180406
|
s3.CookieDomainsFullScope,
|
|
@@ -180415,7 +180415,7 @@ var CLOUD_ADMIN_MINIMAL_SCOPES = [
|
|
|
180415
180415
|
];
|
|
180416
180416
|
var CLOUD_ADMIN_DEFAULT_SCOPES = [
|
|
180417
180417
|
s3.AnalyticsFullScope,
|
|
180418
|
-
s3.
|
|
180418
|
+
s3.DirectConfigurationSessionFullScope,
|
|
180419
180419
|
s3.AutoAccessFullScope,
|
|
180420
180420
|
s3.CertificateFullScope,
|
|
180421
180421
|
s3.ContentSecurityPolicyFullScope,
|
|
@@ -183970,10 +183970,10 @@ async function updateCustomDomains({
|
|
|
183970
183970
|
throw new FrodoError(`Error updating custom domains`, error2);
|
|
183971
183971
|
}
|
|
183972
183972
|
}
|
|
183973
|
-
var directConfigurationSessionInitURLTemplate = "%s/environment/
|
|
183974
|
-
var directConfigurationSessionApplyURLTemplate = "%s/environment/
|
|
183975
|
-
var directConfigurationSessionAbortURLTemplate = "%s/environment/
|
|
183976
|
-
var directConfigurationSessionStateURLTemplate = "%s/environment/
|
|
183973
|
+
var directConfigurationSessionInitURLTemplate = "%s/environment/direct-configuration/session/init";
|
|
183974
|
+
var directConfigurationSessionApplyURLTemplate = "%s/environment/direct-configuration/session/apply";
|
|
183975
|
+
var directConfigurationSessionAbortURLTemplate = "%s/environment/direct-configuration/session/abort";
|
|
183976
|
+
var directConfigurationSessionStateURLTemplate = "%s/environment/direct-configuration/session/state";
|
|
183977
183977
|
var apiVersion25 = "protocol=1.0,resource=1.0";
|
|
183978
183978
|
var getApiConfig27 = () => {
|
|
183979
183979
|
return {
|
|
@@ -233231,7 +233231,7 @@ var compareVersions = (v12, v2) => {
|
|
|
233231
233231
|
// package.json
|
|
233232
233232
|
var package_default2 = {
|
|
233233
233233
|
name: "@rockcarver/frodo-cli",
|
|
233234
|
-
version: "4.0.0-
|
|
233234
|
+
version: "4.0.0-18",
|
|
233235
233235
|
type: "module",
|
|
233236
233236
|
description: "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
233237
233237
|
keywords: [
|
|
@@ -233326,7 +233326,7 @@ var package_default2 = {
|
|
|
233326
233326
|
]
|
|
233327
233327
|
},
|
|
233328
233328
|
devDependencies: {
|
|
233329
|
-
"@rockcarver/frodo-lib": "4.0.0-
|
|
233329
|
+
"@rockcarver/frodo-lib": "4.0.0-25",
|
|
233330
233330
|
"@types/colors": "^1.2.1",
|
|
233331
233331
|
"@types/fs-extra": "^11.0.1",
|
|
233332
233332
|
"@types/jest": "^29.2.3",
|