auth0-deploy-cli 7.24.2 → 8.0.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/.github/workflows/semgrep.yml +1 -1
- package/.nyc_output/21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717.json +1 -0
- package/.nyc_output/processinfo/21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717.json +1 -0
- package/.nyc_output/processinfo/5682adea-ce69-4464-a15f-6e98b29ca5cf.json +1 -0
- package/.nyc_output/processinfo/cb634365-204c-4c03-9f35-74638d381757.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +30 -1
- package/CONTRIBUTING.md +6 -0
- package/README.md +1 -1
- package/coverage/lcov-report/index.html +69 -69
- package/coverage/lcov.info +3664 -3595
- 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 +3 -0
- 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 +4 -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 +4 -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.js +11 -10
- 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/6fbd242f-7eed-4196-adf4-fe545cdfb540.json +0 -1
- package/.nyc_output/processinfo/1aa55350-a75f-48f9-bb54-ad1223aae81c.json +0 -1
- package/.nyc_output/processinfo/54aa2604-c08d-4a3c-b33f-07ffb35277e3.json +0 -1
- package/.nyc_output/processinfo/6fbd242f-7eed-4196-adf4-fe545cdfb540.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/{1aa55350-a75f-48f9-bb54-ad1223aae81c.json → 5682adea-ce69-4464-a15f-6e98b29ca5cf.json} +0 -0
- /package/.nyc_output/{54aa2604-c08d-4a3c-b33f-07ffb35277e3.json → cb634365-204c-4c03-9f35-74638d381757.json} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":"5682adea-ce69-4464-a15f-6e98b29ca5cf","pid":186,"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":1729507493495,"ppid":179,"coverageFilename":"/home/circleci/repo/.nyc_output/21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717.json","externalId":"","uuid":"21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717","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/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/utils.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"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":"cb634365-204c-4c03-9f35-74638d381757","pid":179,"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":1729507493407,"ppid":178,"coverageFilename":"/home/circleci/repo/.nyc_output/5682adea-ce69-4464-a15f-6e98b29ca5cf.json","externalId":"","uuid":"5682adea-ce69-4464-a15f-6e98b29ca5cf","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":167,"argv":["/usr/local/bin/node","/usr/local/bin/npm","run","test"],"execArgv":[],"cwd":"/home/circleci/repo","time":1729507493228,"ppid":156,"coverageFilename":"/home/circleci/repo/.nyc_output/cb634365-204c-4c03-9f35-74638d381757.json","externalId":"","uuid":"cb634365-204c-4c03-9f35-74638d381757","files":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"1aa55350-a75f-48f9-bb54-ad1223aae81c":{"parent":"54aa2604-c08d-4a3c-b33f-07ffb35277e3","children":["6fbd242f-7eed-4196-adf4-fe545cdfb540"]},"54aa2604-c08d-4a3c-b33f-07ffb35277e3":{"parent":null,"children":["1aa55350-a75f-48f9-bb54-ad1223aae81c"]},"6fbd242f-7eed-4196-adf4-fe545cdfb540":{"parent":"1aa55350-a75f-48f9-bb54-ad1223aae81c","children":[]}},"files":{"/home/circleci/repo/src/logger.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/index.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/index.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/index.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/constants.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/deploy.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/index.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/client.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/utils.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/schema.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/index.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/rules.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/validationError.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/default.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/calculateChanges.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/hooks.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/pages.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/databases.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/connections.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/scimHandler.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/clients.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/tenant.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/roles.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/branding.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/prompts.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/types.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/migrations.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/actions.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/triggers.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/organizations.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/tools/auth0/handlers/themes.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/utils.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/index.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/pages.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/rules.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/hooks.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/clients.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/tenant.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/sessionDurationsToMinutes.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/defaults.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/connections.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/databases.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/roles.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/organizations.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/migrations.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/actions.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/triggers.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/branding.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/logStreams.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/prompts.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/customDomains.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/yaml/handlers/themes.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/readonly.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/keywordPreservation.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/index.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/index.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/pages.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/rules.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/hooks.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/clients.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/tenant.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/emailProvider.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/connections.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/databases.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/clientGrants.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/resourceServers.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/roles.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/migrations.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/actions.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/organizations.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/triggers.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/attackProtection.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/branding.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/logStreams.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/prompts.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/customDomains.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/context/directory/handlers/themes.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/index.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/args.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/commands/import.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/configFactory.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"],"/home/circleci/repo/src/commands/export.ts":["6fbd242f-7eed-4196-adf4-fe545cdfb540"]},"externalIds":{}}
|
|
1
|
+
{"processes":{"21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717":{"parent":"5682adea-ce69-4464-a15f-6e98b29ca5cf","children":[]},"5682adea-ce69-4464-a15f-6e98b29ca5cf":{"parent":"cb634365-204c-4c03-9f35-74638d381757","children":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"]},"cb634365-204c-4c03-9f35-74638d381757":{"parent":null,"children":["5682adea-ce69-4464-a15f-6e98b29ca5cf"]}},"files":{"/home/circleci/repo/src/logger.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/index.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/index.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/index.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/constants.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/deploy.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/index.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/client.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/utils.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/schema.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/index.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/rules.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/validationError.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/default.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/calculateChanges.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/hooks.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/pages.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/databases.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/connections.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/scimHandler.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/clients.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/tenant.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/roles.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/branding.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/prompts.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/types.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/actions.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/triggers.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/organizations.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/tools/auth0/handlers/themes.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/utils.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/index.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/pages.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/clients.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/tenant.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/sessionDurationsToMinutes.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/defaults.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/connections.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/databases.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/roles.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/organizations.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/actions.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/triggers.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/branding.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/logStreams.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/prompts.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/customDomains.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/themes.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/rules.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/yaml/handlers/hooks.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/readonly.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/keywordPreservation.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/index.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/index.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/pages.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/clients.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/tenant.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/emailProvider.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/connections.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/databases.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/clientGrants.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/resourceServers.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/roles.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/actions.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/organizations.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/triggers.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/attackProtection.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/branding.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/logStreams.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/prompts.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/customDomains.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/themes.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/rules.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/hooks.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/index.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/args.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/commands/import.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/configFactory.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"],"/home/circleci/repo/src/commands/export.ts":["21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717"]},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [8.0.0] - 2024-10-21
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Auth0 [v4.X](https://github.com/auth0/node-auth0/releases/tag/v4.10.0) migration
|
|
15
|
+
- The `delete` operation on the `emailProvider` resource will disable the email provider instead of deleting it.
|
|
16
|
+
|
|
17
|
+
### Deprecated
|
|
18
|
+
|
|
19
|
+
- Migration resource operation
|
|
20
|
+
|
|
21
|
+
### Security
|
|
22
|
+
|
|
23
|
+
- Security fixes from dependencies
|
|
24
|
+
- Node 18 LTS and newer LTS releases are supported.
|
|
25
|
+
|
|
26
|
+
Doc: [v8 Migartion](./docs/v8_MIGRATION_GUIDE.md)
|
|
27
|
+
|
|
28
|
+
## [7.24.3] - 2024-10-15
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
|
|
32
|
+
- Fix keyword replacement for `actions secrets` using the directory format [#954]
|
|
33
|
+
- Fix keyword replacement for `custom prompts` using the directory format [#963]
|
|
34
|
+
|
|
10
35
|
## [7.24.2] - 2024-08-28
|
|
11
36
|
|
|
12
37
|
### Added
|
|
@@ -1081,7 +1106,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1081
1106
|
[#943]: https://github.com/auth0/auth0-deploy-cli/issues/943
|
|
1082
1107
|
[#944]: https://github.com/auth0/auth0-deploy-cli/issues/944
|
|
1083
1108
|
[#946]: https://github.com/auth0/auth0-deploy-cli/issues/946
|
|
1084
|
-
[
|
|
1109
|
+
[#954]: https://github.com/auth0/auth0-deploy-cli/issues/954
|
|
1110
|
+
[#963]: https://github.com/auth0/auth0-deploy-cli/issues/963
|
|
1111
|
+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...HEAD
|
|
1112
|
+
[8.0.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...v8.0.0
|
|
1113
|
+
[7.24.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.2...v7.24.3
|
|
1085
1114
|
[7.24.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.1...v7.24.2
|
|
1086
1115
|
[7.24.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.0...v7.24.1
|
|
1087
1116
|
[7.24.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.1...v7.24.0
|
package/CONTRIBUTING.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## Commits
|
|
2
|
+
|
|
3
|
+
All commits should be signed to enhance security, authorship, trust and compliance.
|
|
4
|
+
|
|
5
|
+
[About commit signature verification](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
|
|
6
|
+
|
|
1
7
|
## Versioning
|
|
2
8
|
|
|
3
9
|
Versioning is managed by npm. Npm versioning will execute scripts that uses kacl to manage the CHANGELOG.
|
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">86.02% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>3490/4057</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">73.13% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>1364/1865</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">86.93% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>732/842</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.89% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>3275/3726</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="79.
|
|
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.8" 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.8" class="pct high">81.8%</td>
|
|
222
|
+
<td data-value="1627" class="abs high">1331/1627</td>
|
|
223
|
+
<td data-value="69.67" class="pct medium">69.67%</td>
|
|
224
|
+
<td data-value="874" class="abs medium">609/874</td>
|
|
225
|
+
<td data-value="81.46" class="pct high">81.46%</td>
|
|
226
|
+
<td data-value="410" class="abs high">334/410</td>
|
|
227
|
+
<td data-value="84.21" class="pct high">84.21%</td>
|
|
228
|
+
<td data-value="1495" class="abs high">1259/1495</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 Mon Oct 21 2024 10:48:23 GMT+0000 (Coordinated Universal Time)
|
|
240
240
|
</div>
|
|
241
241
|
<script src="prettify.js"></script>
|
|
242
242
|
<script>
|