auth0-deploy-cli 7.24.3 → 8.1.0
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/.nyc_output/eddfc559-04e8-4f99-adef-dd9503950c80.json +1 -0
- package/.nyc_output/processinfo/20b0af71-c58f-402b-ac9c-4c5b7a505a79.json +1 -0
- package/.nyc_output/processinfo/9b0c8b3d-76ba-4549-b82e-b44e387f2419.json +1 -0
- package/.nyc_output/processinfo/eddfc559-04e8-4f99-adef-dd9503950c80.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +28 -1
- package/CONTRIBUTING.md +1 -0
- package/README.md +1 -1
- package/coverage/lcov-report/index.html +69 -69
- package/coverage/lcov.info +3804 -3599
- package/docs/configuring-the-deploy-cli.md +1 -1
- package/docs/excluding-from-management.md +0 -1
- package/docs/resource-specific-documentation.md +11 -8
- package/docs/v8_MIGRATION_GUIDE.md +46 -0
- package/examples/directory/README.md +0 -7
- package/examples/directory/config.json.example +3 -3
- package/examples/yaml/config.json.example +4 -4
- package/examples/yaml/tenant.yaml +0 -21
- package/lib/args.js +1 -2
- package/lib/args.js.map +1 -1
- package/lib/commands/export.js +1 -1
- package/lib/commands/export.js.map +1 -1
- package/lib/commands/import.js +1 -1
- package/lib/commands/import.js.map +1 -1
- package/lib/configFactory.js.map +1 -1
- package/lib/context/defaults.js +1 -2
- package/lib/context/defaults.js.map +1 -1
- package/lib/context/directory/handlers/actions.js.map +1 -1
- package/lib/context/directory/handlers/attackProtection.js.map +1 -1
- package/lib/context/directory/handlers/branding.js.map +1 -1
- package/lib/context/directory/handlers/clientGrants.js +3 -2
- package/lib/context/directory/handlers/clientGrants.js.map +1 -1
- package/lib/context/directory/handlers/clients.js.map +1 -1
- package/lib/context/directory/handlers/connections.js.map +1 -1
- package/lib/context/directory/handlers/databases.js.map +1 -1
- package/lib/context/directory/handlers/emailProvider.js.map +1 -1
- package/lib/context/directory/handlers/emailTemplates.js.map +1 -1
- package/lib/context/directory/handlers/guardianPhoneFactorMessageTypes.js.map +1 -1
- package/lib/context/directory/handlers/guardianPhoneFactorSelectedProvider.js.map +1 -1
- package/lib/context/directory/handlers/guardianPolicies.js.map +1 -1
- package/lib/context/directory/handlers/hooks.js.map +1 -1
- package/lib/context/directory/handlers/index.js +3 -5
- package/lib/context/directory/handlers/index.js.map +1 -1
- package/lib/context/directory/handlers/organizations.js.map +1 -1
- package/lib/context/directory/handlers/pages.js.map +1 -1
- package/lib/context/directory/handlers/prompts.js.map +1 -1
- package/lib/context/directory/handlers/resourceServers.d.ts +1 -1
- package/lib/context/directory/handlers/resourceServers.js.map +1 -1
- package/lib/context/directory/handlers/roles.js.map +1 -1
- package/lib/context/directory/handlers/rules.js.map +1 -1
- package/lib/context/directory/handlers/tenant.js.map +1 -1
- package/lib/context/directory/handlers/themes.js.map +1 -1
- package/lib/context/directory/index.d.ts +2 -1
- package/lib/context/directory/index.js +3 -3
- package/lib/context/directory/index.js.map +1 -1
- package/lib/context/index.d.ts +1 -1
- package/lib/context/index.js +8 -3
- package/lib/context/index.js.map +1 -1
- package/lib/context/yaml/handlers/actions.js.map +1 -1
- package/lib/context/yaml/handlers/branding.js.map +1 -1
- package/lib/context/yaml/handlers/clientGrants.js +4 -2
- package/lib/context/yaml/handlers/clientGrants.js.map +1 -1
- package/lib/context/yaml/handlers/clients.js.map +1 -1
- package/lib/context/yaml/handlers/connections.js.map +1 -1
- package/lib/context/yaml/handlers/emailProvider.js.map +1 -1
- package/lib/context/yaml/handlers/emailTemplates.js.map +1 -1
- package/lib/context/yaml/handlers/guardianPolicies.d.ts +2 -2
- package/lib/context/yaml/handlers/hooks.js.map +1 -1
- package/lib/context/yaml/handlers/index.js +4 -6
- package/lib/context/yaml/handlers/index.js.map +1 -1
- package/lib/context/yaml/handlers/organizations.js.map +1 -1
- package/lib/context/yaml/handlers/pages.js.map +1 -1
- package/lib/context/yaml/handlers/resourceServers.d.ts +1 -1
- package/lib/context/yaml/handlers/resourceServers.js.map +1 -1
- package/lib/context/yaml/handlers/roles.js.map +1 -1
- package/lib/context/yaml/handlers/rules.js.map +1 -1
- package/lib/context/yaml/handlers/themes.d.ts +1 -1
- package/lib/context/yaml/index.d.ts +2 -1
- package/lib/context/yaml/index.js +4 -4
- package/lib/context/yaml/index.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js.map +1 -1
- package/lib/keywordPreservation.d.ts +1 -1
- package/lib/keywordPreservation.js.map +1 -1
- package/lib/readonly.js +1 -1
- package/lib/readonly.js.map +1 -1
- package/lib/sessionDurationsToMinutes.d.ts +2 -2
- package/lib/tools/auth0/client.d.ts +4 -2
- package/lib/tools/auth0/client.js +14 -4
- package/lib/tools/auth0/client.js.map +1 -1
- package/lib/tools/auth0/handlers/actions.d.ts +8 -3
- package/lib/tools/auth0/handlers/actions.js +19 -17
- package/lib/tools/auth0/handlers/actions.js.map +1 -1
- package/lib/tools/auth0/handlers/attackProtection.js +8 -8
- package/lib/tools/auth0/handlers/attackProtection.js.map +1 -1
- package/lib/tools/auth0/handlers/branding.js +25 -12
- package/lib/tools/auth0/handlers/branding.js.map +1 -1
- package/lib/tools/auth0/handlers/clientGrants.js +11 -3
- package/lib/tools/auth0/handlers/clientGrants.js.map +1 -1
- package/lib/tools/auth0/handlers/clients.d.ts +3 -3
- package/lib/tools/auth0/handlers/clients.js +3 -1
- package/lib/tools/auth0/handlers/clients.js.map +1 -1
- package/lib/tools/auth0/handlers/connections.d.ts +8 -1
- package/lib/tools/auth0/handlers/connections.js +18 -8
- package/lib/tools/auth0/handlers/connections.js.map +1 -1
- package/lib/tools/auth0/handlers/customDomains.js +2 -2
- package/lib/tools/auth0/handlers/customDomains.js.map +1 -1
- package/lib/tools/auth0/handlers/databases.d.ts +1 -1
- package/lib/tools/auth0/handlers/databases.js +14 -7
- package/lib/tools/auth0/handlers/databases.js.map +1 -1
- package/lib/tools/auth0/handlers/default.js +14 -4
- package/lib/tools/auth0/handlers/default.js.map +1 -1
- package/lib/tools/auth0/handlers/emailProvider.js +20 -11
- package/lib/tools/auth0/handlers/emailProvider.js.map +1 -1
- package/lib/tools/auth0/handlers/emailTemplates.js +23 -10
- package/lib/tools/auth0/handlers/emailTemplates.js.map +1 -1
- package/lib/tools/auth0/handlers/guardianFactorProviders.js +40 -6
- package/lib/tools/auth0/handlers/guardianFactorProviders.js.map +1 -1
- package/lib/tools/auth0/handlers/guardianFactorTemplates.js +29 -5
- package/lib/tools/auth0/handlers/guardianFactorTemplates.js.map +1 -1
- package/lib/tools/auth0/handlers/guardianFactors.js +2 -1
- package/lib/tools/auth0/handlers/guardianFactors.js.map +1 -1
- package/lib/tools/auth0/handlers/guardianPhoneFactorMessageTypes.d.ts +1 -1
- package/lib/tools/auth0/handlers/guardianPhoneFactorMessageTypes.js +3 -3
- package/lib/tools/auth0/handlers/guardianPhoneFactorMessageTypes.js.map +1 -1
- package/lib/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.d.ts +2 -2
- package/lib/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.js +3 -3
- package/lib/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.js.map +1 -1
- package/lib/tools/auth0/handlers/guardianPolicies.d.ts +2 -2
- package/lib/tools/auth0/handlers/guardianPolicies.js +2 -3
- package/lib/tools/auth0/handlers/guardianPolicies.js.map +1 -1
- package/lib/tools/auth0/handlers/hooks.js +8 -4
- package/lib/tools/auth0/handlers/hooks.js.map +1 -1
- package/lib/tools/auth0/handlers/index.d.ts +6 -147
- package/lib/tools/auth0/handlers/index.js +0 -3
- package/lib/tools/auth0/handlers/index.js.map +1 -1
- package/lib/tools/auth0/handlers/logStreams.js +1 -1
- package/lib/tools/auth0/handlers/logStreams.js.map +1 -1
- package/lib/tools/auth0/handlers/organizations.d.ts +24 -0
- package/lib/tools/auth0/handlers/organizations.js +134 -15
- package/lib/tools/auth0/handlers/organizations.js.map +1 -1
- package/lib/tools/auth0/handlers/pages.js +7 -6
- package/lib/tools/auth0/handlers/pages.js.map +1 -1
- package/lib/tools/auth0/handlers/prompts.d.ts +2 -3
- package/lib/tools/auth0/handlers/prompts.js +43 -70
- package/lib/tools/auth0/handlers/prompts.js.map +1 -1
- package/lib/tools/auth0/handlers/resourceServers.d.ts +1 -9
- package/lib/tools/auth0/handlers/resourceServers.js +2 -1
- package/lib/tools/auth0/handlers/resourceServers.js.map +1 -1
- package/lib/tools/auth0/handlers/roles.js +33 -12
- package/lib/tools/auth0/handlers/roles.js.map +1 -1
- package/lib/tools/auth0/handlers/rules.js +8 -3
- package/lib/tools/auth0/handlers/rules.js.map +1 -1
- package/lib/tools/auth0/handlers/rulesConfigs.js +2 -1
- package/lib/tools/auth0/handlers/rulesConfigs.js.map +1 -1
- package/lib/tools/auth0/handlers/scimHandler.d.ts +10 -11
- package/lib/tools/auth0/handlers/scimHandler.js +57 -46
- package/lib/tools/auth0/handlers/scimHandler.js.map +1 -1
- package/lib/tools/auth0/handlers/tenant.d.ts +5 -9
- package/lib/tools/auth0/handlers/tenant.js +55 -54
- package/lib/tools/auth0/handlers/tenant.js.map +1 -1
- package/lib/tools/auth0/handlers/themes.d.ts +2 -85
- package/lib/tools/auth0/handlers/themes.js +4 -4
- package/lib/tools/auth0/handlers/themes.js.map +1 -1
- package/lib/tools/auth0/handlers/triggers.js +8 -7
- package/lib/tools/auth0/handlers/triggers.js.map +1 -1
- package/lib/tools/auth0/index.d.ts +2 -2
- package/lib/tools/auth0/index.js.map +1 -1
- package/lib/tools/auth0/schema.js.map +1 -1
- package/lib/tools/calculateChanges.js +2 -3
- package/lib/tools/calculateChanges.js.map +1 -1
- package/lib/tools/constants.d.ts +2 -1
- package/lib/tools/constants.js +1 -1
- package/lib/tools/constants.js.map +1 -1
- package/lib/tools/deploy.js +1 -1
- package/lib/tools/deploy.js.map +1 -1
- package/lib/tools/index.d.ts +1 -1
- package/lib/tools/utils.js +16 -16
- package/lib/tools/utils.js.map +1 -1
- package/lib/tools/validationError.js.map +1 -1
- package/lib/types.d.ts +9 -205
- package/lib/types.js.map +1 -1
- package/lib/utils.d.ts +7 -69
- package/lib/utils.js +18 -19
- package/lib/utils.js.map +1 -1
- package/package.json +17 -13
- package/.nyc_output/a8ac1630-6117-4676-b6bd-070b5b5cbf85.json +0 -1
- package/.nyc_output/processinfo/79ceccfe-9d84-4459-a2d7-6176c1ca9036.json +0 -1
- package/.nyc_output/processinfo/92a189da-03b1-474f-b182-d342071e8aef.json +0 -1
- package/.nyc_output/processinfo/a8ac1630-6117-4676-b6bd-070b5b5cbf85.json +0 -1
- package/lib/context/directory/handlers/migrations.d.ts +0 -5
- package/lib/context/directory/handlers/migrations.js +0 -45
- package/lib/context/directory/handlers/migrations.js.map +0 -1
- package/lib/context/yaml/handlers/migrations.d.ts +0 -5
- package/lib/context/yaml/handlers/migrations.js +0 -25
- package/lib/context/yaml/handlers/migrations.js.map +0 -1
- package/lib/tools/auth0/handlers/migrations.d.ts +0 -15
- package/lib/tools/auth0/handlers/migrations.js +0 -110
- package/lib/tools/auth0/handlers/migrations.js.map +0 -1
- /package/.nyc_output/{79ceccfe-9d84-4459-a2d7-6176c1ca9036.json → 20b0af71-c58f-402b-ac9c-4c5b7a505a79.json} +0 -0
- /package/.nyc_output/{92a189da-03b1-474f-b182-d342071e8aef.json → 9b0c8b3d-76ba-4549-b82e-b44e387f2419.json} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":"9b0c8b3d-76ba-4549-b82e-b44e387f2419","pid":181,"argv":["/usr/local/bin/node","/home/circleci/repo/node_modules/.bin/ts-mocha","-p","tsconfig.json","--recursive","test/**/*.test*","--exclude","test/e2e/*","--timeout","7500"],"execArgv":[],"cwd":"/home/circleci/repo","time":1731061190420,"ppid":180,"coverageFilename":"/home/circleci/repo/.nyc_output/20b0af71-c58f-402b-ac9c-4c5b7a505a79.json","externalId":"","uuid":"20b0af71-c58f-402b-ac9c-4c5b7a505a79","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":169,"argv":["/usr/local/bin/node","/usr/local/bin/npm","run","test"],"execArgv":[],"cwd":"/home/circleci/repo","time":1731061190229,"ppid":158,"coverageFilename":"/home/circleci/repo/.nyc_output/9b0c8b3d-76ba-4549-b82e-b44e387f2419.json","externalId":"","uuid":"9b0c8b3d-76ba-4549-b82e-b44e387f2419","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":"20b0af71-c58f-402b-ac9c-4c5b7a505a79","pid":188,"argv":["/usr/local/bin/node","/home/circleci/repo/node_modules/mocha/bin/mocha.js","-r","/home/circleci/repo/node_modules/ts-mocha/src/index.js","--recursive","test/**/*.test*","--exclude","test/e2e/*","--timeout","7500"],"execArgv":[],"cwd":"/home/circleci/repo","time":1731061190526,"ppid":181,"coverageFilename":"/home/circleci/repo/.nyc_output/eddfc559-04e8-4f99-adef-dd9503950c80.json","externalId":"","uuid":"eddfc559-04e8-4f99-adef-dd9503950c80","files":["/home/circleci/repo/src/logger.ts","/home/circleci/repo/src/context/index.ts","/home/circleci/repo/src/context/yaml/index.ts","/home/circleci/repo/src/tools/index.ts","/home/circleci/repo/src/tools/constants.ts","/home/circleci/repo/src/tools/deploy.ts","/home/circleci/repo/src/tools/auth0/index.ts","/home/circleci/repo/src/tools/auth0/client.ts","/home/circleci/repo/src/tools/utils.ts","/home/circleci/repo/src/tools/auth0/schema.ts","/home/circleci/repo/src/tools/auth0/handlers/index.ts","/home/circleci/repo/src/tools/auth0/handlers/rules.ts","/home/circleci/repo/src/tools/validationError.ts","/home/circleci/repo/src/tools/auth0/handlers/default.ts","/home/circleci/repo/src/tools/calculateChanges.ts","/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts","/home/circleci/repo/src/tools/auth0/handlers/hooks.ts","/home/circleci/repo/src/tools/auth0/handlers/pages.ts","/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts","/home/circleci/repo/src/tools/auth0/handlers/databases.ts","/home/circleci/repo/src/tools/auth0/handlers/connections.ts","/home/circleci/repo/src/tools/auth0/handlers/scimHandler.ts","/home/circleci/repo/src/tools/auth0/handlers/clients.ts","/home/circleci/repo/src/tools/auth0/handlers/tenant.ts","/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts","/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts","/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts","/home/circleci/repo/src/tools/auth0/handlers/roles.ts","/home/circleci/repo/src/tools/auth0/handlers/branding.ts","/home/circleci/repo/src/tools/auth0/handlers/prompts.ts","/home/circleci/repo/src/types.ts","/home/circleci/repo/src/tools/auth0/handlers/actions.ts","/home/circleci/repo/src/tools/auth0/handlers/triggers.ts","/home/circleci/repo/src/tools/auth0/handlers/organizations.ts","/home/circleci/repo/src/utils.ts","/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts","/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts","/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts","/home/circleci/repo/src/tools/auth0/handlers/themes.ts","/home/circleci/repo/src/context/yaml/handlers/index.ts","/home/circleci/repo/src/context/yaml/handlers/pages.ts","/home/circleci/repo/src/context/yaml/handlers/clients.ts","/home/circleci/repo/src/context/yaml/handlers/tenant.ts","/home/circleci/repo/src/sessionDurationsToMinutes.ts","/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts","/home/circleci/repo/src/context/defaults.ts","/home/circleci/repo/src/context/yaml/handlers/connections.ts","/home/circleci/repo/src/context/yaml/handlers/databases.ts","/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts","/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts","/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts","/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts","/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts","/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts","/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts","/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts","/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts","/home/circleci/repo/src/context/yaml/handlers/roles.ts","/home/circleci/repo/src/context/yaml/handlers/organizations.ts","/home/circleci/repo/src/context/yaml/handlers/actions.ts","/home/circleci/repo/src/context/yaml/handlers/triggers.ts","/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts","/home/circleci/repo/src/context/yaml/handlers/branding.ts","/home/circleci/repo/src/context/yaml/handlers/logStreams.ts","/home/circleci/repo/src/context/yaml/handlers/prompts.ts","/home/circleci/repo/src/context/yaml/handlers/customDomains.ts","/home/circleci/repo/src/context/yaml/handlers/themes.ts","/home/circleci/repo/src/context/yaml/handlers/rules.ts","/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts","/home/circleci/repo/src/context/yaml/handlers/hooks.ts","/home/circleci/repo/src/readonly.ts","/home/circleci/repo/src/keywordPreservation.ts","/home/circleci/repo/src/context/directory/index.ts","/home/circleci/repo/src/context/directory/handlers/index.ts","/home/circleci/repo/src/context/directory/handlers/pages.ts","/home/circleci/repo/src/context/directory/handlers/clients.ts","/home/circleci/repo/src/context/directory/handlers/tenant.ts","/home/circleci/repo/src/context/directory/handlers/emailProvider.ts","/home/circleci/repo/src/context/directory/handlers/connections.ts","/home/circleci/repo/src/context/directory/handlers/databases.ts","/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts","/home/circleci/repo/src/context/directory/handlers/clientGrants.ts","/home/circleci/repo/src/context/directory/handlers/resourceServers.ts","/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts","/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts","/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts","/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts","/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts","/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts","/home/circleci/repo/src/context/directory/handlers/roles.ts","/home/circleci/repo/src/context/directory/handlers/actions.ts","/home/circleci/repo/src/context/directory/handlers/organizations.ts","/home/circleci/repo/src/context/directory/handlers/triggers.ts","/home/circleci/repo/src/context/directory/handlers/attackProtection.ts","/home/circleci/repo/src/context/directory/handlers/branding.ts","/home/circleci/repo/src/context/directory/handlers/logStreams.ts","/home/circleci/repo/src/context/directory/handlers/prompts.ts","/home/circleci/repo/src/context/directory/handlers/customDomains.ts","/home/circleci/repo/src/context/directory/handlers/themes.ts","/home/circleci/repo/src/context/directory/handlers/rules.ts","/home/circleci/repo/src/context/directory/handlers/hooks.ts","/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts","/home/circleci/repo/src/index.ts","/home/circleci/repo/src/args.ts","/home/circleci/repo/src/commands/import.ts","/home/circleci/repo/src/configFactory.ts","/home/circleci/repo/src/commands/export.ts"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"79ceccfe-9d84-4459-a2d7-6176c1ca9036":{"parent":null,"children":["92a189da-03b1-474f-b182-d342071e8aef"]},"92a189da-03b1-474f-b182-d342071e8aef":{"parent":"79ceccfe-9d84-4459-a2d7-6176c1ca9036","children":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"]},"a8ac1630-6117-4676-b6bd-070b5b5cbf85":{"parent":"92a189da-03b1-474f-b182-d342071e8aef","children":[]}},"files":{"/home/circleci/repo/src/logger.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/constants.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/deploy.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/client.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/utils.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/schema.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/rules.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/validationError.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/default.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/calculateChanges.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/hooks.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/pages.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/databases.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/connections.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/scimHandler.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/clients.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/tenant.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/roles.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/branding.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/prompts.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/types.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/migrations.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/actions.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/triggers.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/organizations.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/themes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/utils.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/pages.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/rules.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/hooks.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/clients.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/tenant.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/sessionDurationsToMinutes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/defaults.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/connections.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/databases.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/roles.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/organizations.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/migrations.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/actions.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/triggers.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/branding.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/logStreams.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/prompts.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/customDomains.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/themes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/readonly.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/keywordPreservation.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/pages.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/rules.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/hooks.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/clients.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/tenant.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/emailProvider.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/connections.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/databases.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/clientGrants.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/resourceServers.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/roles.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/migrations.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/actions.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/organizations.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/triggers.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/attackProtection.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/branding.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/logStreams.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/prompts.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/customDomains.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/themes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/args.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/commands/import.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/configFactory.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/commands/export.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"]},"externalIds":{}}
|
|
1
|
+
{"processes":{"20b0af71-c58f-402b-ac9c-4c5b7a505a79":{"parent":"9b0c8b3d-76ba-4549-b82e-b44e387f2419","children":["eddfc559-04e8-4f99-adef-dd9503950c80"]},"9b0c8b3d-76ba-4549-b82e-b44e387f2419":{"parent":null,"children":["20b0af71-c58f-402b-ac9c-4c5b7a505a79"]},"eddfc559-04e8-4f99-adef-dd9503950c80":{"parent":"20b0af71-c58f-402b-ac9c-4c5b7a505a79","children":[]}},"files":{"/home/circleci/repo/src/logger.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/constants.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/deploy.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/client.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/utils.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/schema.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/rules.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/validationError.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/default.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/calculateChanges.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/hooks.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/pages.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/databases.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/connections.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/scimHandler.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/clients.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/tenant.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/roles.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/branding.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/prompts.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/types.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/actions.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/triggers.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/organizations.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/utils.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/themes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/pages.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/clients.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/tenant.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/sessionDurationsToMinutes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/defaults.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/connections.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/databases.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/roles.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/organizations.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/actions.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/triggers.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/branding.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/logStreams.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/prompts.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/customDomains.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/themes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/rules.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/hooks.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/readonly.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/keywordPreservation.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/pages.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/clients.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/tenant.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/emailProvider.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/connections.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/databases.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/clientGrants.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/resourceServers.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/roles.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/actions.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/organizations.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/triggers.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/attackProtection.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/branding.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/logStreams.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/prompts.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/customDomains.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/themes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/rules.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/hooks.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/args.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/commands/import.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/configFactory.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/commands/export.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"]},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [8.1.0] - 2024-11-08
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Client Credentials (M2M) support in `organizations` and `clientGrants` [#975]
|
|
15
|
+
|
|
16
|
+
## [8.0.0] - 2024-10-21
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Auth0 [v4.X](https://github.com/auth0/node-auth0/releases/tag/v4.10.0) migration
|
|
21
|
+
- The `delete` operation on the `emailProvider` resource will disable the email provider instead of deleting it.
|
|
22
|
+
|
|
23
|
+
### Deprecated
|
|
24
|
+
|
|
25
|
+
- Migration resource operation
|
|
26
|
+
|
|
27
|
+
### Security
|
|
28
|
+
|
|
29
|
+
- Security fixes from dependencies
|
|
30
|
+
- Node 18 LTS and newer LTS releases are supported.
|
|
31
|
+
|
|
32
|
+
Doc: [v8 Migartion](./docs/v8_MIGRATION_GUIDE.md)
|
|
33
|
+
|
|
10
34
|
## [7.24.3] - 2024-10-15
|
|
11
35
|
|
|
12
36
|
### Fixed
|
|
@@ -1090,7 +1114,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1090
1114
|
[#946]: https://github.com/auth0/auth0-deploy-cli/issues/946
|
|
1091
1115
|
[#954]: https://github.com/auth0/auth0-deploy-cli/issues/954
|
|
1092
1116
|
[#963]: https://github.com/auth0/auth0-deploy-cli/issues/963
|
|
1093
|
-
[
|
|
1117
|
+
[#975]: https://github.com/auth0/auth0-deploy-cli/issues/975
|
|
1118
|
+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.1.0...HEAD
|
|
1119
|
+
[8.1.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...v8.1.0
|
|
1120
|
+
[8.0.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...v8.0.0
|
|
1094
1121
|
[7.24.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.2...v7.24.3
|
|
1095
1122
|
[7.24.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.1...v7.24.2
|
|
1096
1123
|
[7.24.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.0...v7.24.1
|
package/CONTRIBUTING.md
CHANGED
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ This guide will help you to a working implementation of the Deploy CLI tool used
|
|
|
70
70
|
|
|
71
71
|
### Prerequisites
|
|
72
72
|
|
|
73
|
-
- [Node](https://nodejs.dev/) version
|
|
73
|
+
- [Node](https://nodejs.dev/) version 18 or greater
|
|
74
74
|
- [Auth0 Tenant](https://auth0.com/)
|
|
75
75
|
|
|
76
76
|
### Install the Deploy CLI
|
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">85.79% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>3526/4110</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">72.79% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>1397/1919</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">85.84% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>740/862</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">87.67% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>3307/3772</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -110,77 +110,77 @@
|
|
|
110
110
|
|
|
111
111
|
<tr>
|
|
112
112
|
<td class="file medium" data-value="src/context"><a href="src/context/index.html">src/context</a></td>
|
|
113
|
-
<td data-value="
|
|
114
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
113
|
+
<td data-value="77.06" class="pic medium">
|
|
114
|
+
<div class="chart"><div class="cover-fill" style="width: 77%"></div><div class="cover-empty" style="width: 23%"></div></div>
|
|
115
115
|
</td>
|
|
116
|
-
<td data-value="
|
|
117
|
-
<td data-value="
|
|
118
|
-
<td data-value="
|
|
119
|
-
<td data-value="
|
|
116
|
+
<td data-value="77.06" class="pct medium">77.06%</td>
|
|
117
|
+
<td data-value="109" class="abs medium">84/109</td>
|
|
118
|
+
<td data-value="72.22" class="pct medium">72.22%</td>
|
|
119
|
+
<td data-value="90" class="abs medium">65/90</td>
|
|
120
120
|
<td data-value="93.33" class="pct high">93.33%</td>
|
|
121
121
|
<td data-value="15" class="abs high">14/15</td>
|
|
122
|
-
<td data-value="
|
|
123
|
-
<td data-value="
|
|
122
|
+
<td data-value="77.77" class="pct medium">77.77%</td>
|
|
123
|
+
<td data-value="99" class="abs medium">77/99</td>
|
|
124
124
|
</tr>
|
|
125
125
|
|
|
126
126
|
<tr>
|
|
127
127
|
<td class="file high" data-value="src/context/directory"><a href="src/context/directory/index.html">src/context/directory</a></td>
|
|
128
|
-
<td data-value="94.
|
|
128
|
+
<td data-value="94.64" class="pic high">
|
|
129
129
|
<div class="chart"><div class="cover-fill" style="width: 94%"></div><div class="cover-empty" style="width: 6%"></div></div>
|
|
130
130
|
</td>
|
|
131
|
-
<td data-value="94.
|
|
132
|
-
<td data-value="
|
|
131
|
+
<td data-value="94.64" class="pct high">94.64%</td>
|
|
132
|
+
<td data-value="56" class="abs high">53/56</td>
|
|
133
133
|
<td data-value="90.9" class="pct high">90.9%</td>
|
|
134
134
|
<td data-value="33" class="abs high">30/33</td>
|
|
135
135
|
<td data-value="100" class="pct high">100%</td>
|
|
136
|
-
<td data-value="
|
|
137
|
-
<td data-value="94.
|
|
138
|
-
<td data-value="
|
|
136
|
+
<td data-value="11" class="abs high">11/11</td>
|
|
137
|
+
<td data-value="94.64" class="pct high">94.64%</td>
|
|
138
|
+
<td data-value="56" class="abs high">53/56</td>
|
|
139
139
|
</tr>
|
|
140
140
|
|
|
141
141
|
<tr>
|
|
142
142
|
<td class="file high" data-value="src/context/directory/handlers"><a href="src/context/directory/handlers/index.html">src/context/directory/handlers</a></td>
|
|
143
|
-
<td data-value="89.
|
|
143
|
+
<td data-value="89.93" class="pic high">
|
|
144
144
|
<div class="chart"><div class="cover-fill" style="width: 89%"></div><div class="cover-empty" style="width: 11%"></div></div>
|
|
145
145
|
</td>
|
|
146
|
-
<td data-value="89.
|
|
147
|
-
<td data-value="
|
|
148
|
-
<td data-value="74.
|
|
149
|
-
<td data-value="
|
|
150
|
-
<td data-value="90.
|
|
151
|
-
<td data-value="
|
|
152
|
-
<td data-value="93
|
|
153
|
-
<td data-value="
|
|
146
|
+
<td data-value="89.93" class="pct high">89.93%</td>
|
|
147
|
+
<td data-value="904" class="abs high">813/904</td>
|
|
148
|
+
<td data-value="74.32" class="pct medium">74.32%</td>
|
|
149
|
+
<td data-value="261" class="abs medium">194/261</td>
|
|
150
|
+
<td data-value="90.27" class="pct high">90.27%</td>
|
|
151
|
+
<td data-value="144" class="abs high">130/144</td>
|
|
152
|
+
<td data-value="93" class="pct high">93%</td>
|
|
153
|
+
<td data-value="829" class="abs high">771/829</td>
|
|
154
154
|
</tr>
|
|
155
155
|
|
|
156
156
|
<tr>
|
|
157
157
|
<td class="file high" data-value="src/context/yaml"><a href="src/context/yaml/index.html">src/context/yaml</a></td>
|
|
158
|
-
<td data-value="92.
|
|
158
|
+
<td data-value="92.39" class="pic high">
|
|
159
159
|
<div class="chart"><div class="cover-fill" style="width: 92%"></div><div class="cover-empty" style="width: 8%"></div></div>
|
|
160
160
|
</td>
|
|
161
|
-
<td data-value="92.
|
|
162
|
-
<td data-value="
|
|
161
|
+
<td data-value="92.39" class="pct high">92.39%</td>
|
|
162
|
+
<td data-value="92" class="abs high">85/92</td>
|
|
163
163
|
<td data-value="81.81" class="pct high">81.81%</td>
|
|
164
164
|
<td data-value="55" class="abs high">45/55</td>
|
|
165
165
|
<td data-value="100" class="pct high">100%</td>
|
|
166
|
-
<td data-value="
|
|
167
|
-
<td data-value="93.
|
|
168
|
-
<td data-value="
|
|
166
|
+
<td data-value="15" class="abs high">15/15</td>
|
|
167
|
+
<td data-value="93.1" class="pct high">93.1%</td>
|
|
168
|
+
<td data-value="87" class="abs high">81/87</td>
|
|
169
169
|
</tr>
|
|
170
170
|
|
|
171
171
|
<tr>
|
|
172
172
|
<td class="file high" data-value="src/context/yaml/handlers"><a href="src/context/yaml/handlers/index.html">src/context/yaml/handlers</a></td>
|
|
173
|
-
<td data-value="95
|
|
173
|
+
<td data-value="95" class="pic high">
|
|
174
174
|
<div class="chart"><div class="cover-fill" style="width: 95%"></div><div class="cover-empty" style="width: 5%"></div></div>
|
|
175
175
|
</td>
|
|
176
|
-
<td data-value="95
|
|
177
|
-
<td data-value="
|
|
178
|
-
<td data-value="
|
|
179
|
-
<td data-value="
|
|
180
|
-
<td data-value="98.
|
|
181
|
-
<td data-value="
|
|
182
|
-
<td data-value="97.
|
|
183
|
-
<td data-value="
|
|
176
|
+
<td data-value="95" class="pct high">95%</td>
|
|
177
|
+
<td data-value="480" class="abs high">456/480</td>
|
|
178
|
+
<td data-value="79.76" class="pct medium">79.76%</td>
|
|
179
|
+
<td data-value="168" class="abs medium">134/168</td>
|
|
180
|
+
<td data-value="98.68" class="pct high">98.68%</td>
|
|
181
|
+
<td data-value="76" class="abs high">75/76</td>
|
|
182
|
+
<td data-value="97.71" class="pct high">97.71%</td>
|
|
183
|
+
<td data-value="438" class="abs high">428/438</td>
|
|
184
184
|
</tr>
|
|
185
185
|
|
|
186
186
|
<tr>
|
|
@@ -190,8 +190,8 @@
|
|
|
190
190
|
</td>
|
|
191
191
|
<td data-value="96.37" class="pct high">96.37%</td>
|
|
192
192
|
<td data-value="276" class="abs high">266/276</td>
|
|
193
|
-
<td data-value="84.
|
|
194
|
-
<td data-value="139" class="abs high">
|
|
193
|
+
<td data-value="84.17" class="pct high">84.17%</td>
|
|
194
|
+
<td data-value="139" class="abs high">117/139</td>
|
|
195
195
|
<td data-value="95.65" class="pct high">95.65%</td>
|
|
196
196
|
<td data-value="69" class="abs high">66/69</td>
|
|
197
197
|
<td data-value="96.31" class="pct high">96.31%</td>
|
|
@@ -200,32 +200,32 @@
|
|
|
200
200
|
|
|
201
201
|
<tr>
|
|
202
202
|
<td class="file medium" data-value="src/tools/auth0"><a href="src/tools/auth0/index.html">src/tools/auth0</a></td>
|
|
203
|
-
<td data-value="
|
|
204
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
203
|
+
<td data-value="78.33" class="pic medium">
|
|
204
|
+
<div class="chart"><div class="cover-fill" style="width: 78%"></div><div class="cover-empty" style="width: 22%"></div></div>
|
|
205
205
|
</td>
|
|
206
|
-
<td data-value="
|
|
207
|
-
<td data-value="
|
|
208
|
-
<td data-value="
|
|
209
|
-
<td data-value="
|
|
210
|
-
<td data-value="
|
|
211
|
-
<td data-value="
|
|
212
|
-
<td data-value="78.
|
|
213
|
-
<td data-value="
|
|
206
|
+
<td data-value="78.33" class="pct medium">78.33%</td>
|
|
207
|
+
<td data-value="120" class="abs medium">94/120</td>
|
|
208
|
+
<td data-value="83.67" class="pct high">83.67%</td>
|
|
209
|
+
<td data-value="49" class="abs high">41/49</td>
|
|
210
|
+
<td data-value="83.33" class="pct high">83.33%</td>
|
|
211
|
+
<td data-value="30" class="abs high">25/30</td>
|
|
212
|
+
<td data-value="78.94" class="pct medium">78.94%</td>
|
|
213
|
+
<td data-value="114" class="abs medium">90/114</td>
|
|
214
214
|
</tr>
|
|
215
215
|
|
|
216
216
|
<tr>
|
|
217
217
|
<td class="file high" data-value="src/tools/auth0/handlers"><a href="src/tools/auth0/handlers/index.html">src/tools/auth0/handlers</a></td>
|
|
218
|
-
<td data-value="
|
|
219
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
218
|
+
<td data-value="81.36" class="pic high">
|
|
219
|
+
<div class="chart"><div class="cover-fill" style="width: 81%"></div><div class="cover-empty" style="width: 19%"></div></div>
|
|
220
220
|
</td>
|
|
221
|
-
<td data-value="
|
|
222
|
-
<td data-value="
|
|
223
|
-
<td data-value="
|
|
224
|
-
<td data-value="
|
|
225
|
-
<td data-value="
|
|
226
|
-
<td data-value="
|
|
227
|
-
<td data-value="
|
|
228
|
-
<td data-value="
|
|
221
|
+
<td data-value="81.36" class="pct high">81.36%</td>
|
|
222
|
+
<td data-value="1680" class="abs high">1367/1680</td>
|
|
223
|
+
<td data-value="69.18" class="pct medium">69.18%</td>
|
|
224
|
+
<td data-value="928" class="abs medium">642/928</td>
|
|
225
|
+
<td data-value="79.53" class="pct medium">79.53%</td>
|
|
226
|
+
<td data-value="430" class="abs medium">342/430</td>
|
|
227
|
+
<td data-value="83.77" class="pct high">83.77%</td>
|
|
228
|
+
<td data-value="1541" class="abs high">1291/1541</td>
|
|
229
229
|
</tr>
|
|
230
230
|
|
|
231
231
|
</tbody>
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
237
237
|
Code coverage generated by
|
|
238
238
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
239
|
-
at
|
|
239
|
+
at Fri Nov 08 2024 10:22:41 GMT+0000 (Coordinated Universal Time)
|
|
240
240
|
</div>
|
|
241
241
|
<script src="prettify.js"></script>
|
|
242
242
|
<script>
|