auth0-deploy-cli 8.1.0 → 8.2.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/22a18025-9f7a-437a-8a03-9b2d634bd0a0.json +1 -0
- package/.nyc_output/processinfo/22a18025-9f7a-437a-8a03-9b2d634bd0a0.json +1 -0
- package/.nyc_output/processinfo/43514efa-958a-42dc-98b7-6a094257d3c1.json +1 -0
- package/.nyc_output/processinfo/97d5e38d-7d72-4b1a-b747-5dd4b539b6f0.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +14 -1
- package/coverage/lcov-report/index.html +47 -47
- package/coverage/lcov.info +1948 -1096
- package/docs/configuring-the-deploy-cli.md +8 -0
- package/lib/context/directory/handlers/flowVaultConnections.d.ts +6 -0
- package/lib/context/directory/handlers/flowVaultConnections.js +81 -0
- package/lib/context/directory/handlers/flowVaultConnections.js.map +1 -0
- package/lib/context/directory/handlers/flows.d.ts +6 -0
- package/lib/context/directory/handlers/flows.js +80 -0
- package/lib/context/directory/handlers/flows.js.map +1 -0
- package/lib/context/directory/handlers/forms.d.ts +6 -0
- package/lib/context/directory/handlers/forms.js +80 -0
- package/lib/context/directory/handlers/forms.js.map +1 -0
- package/lib/context/directory/handlers/index.js +6 -0
- package/lib/context/directory/handlers/index.js.map +1 -1
- package/lib/context/yaml/handlers/flowVaultConnections.d.ts +6 -0
- package/lib/context/yaml/handlers/flowVaultConnections.js +66 -0
- package/lib/context/yaml/handlers/flowVaultConnections.js.map +1 -0
- package/lib/context/yaml/handlers/flows.d.ts +6 -0
- package/lib/context/yaml/handlers/flows.js +92 -0
- package/lib/context/yaml/handlers/flows.js.map +1 -0
- package/lib/context/yaml/handlers/forms.d.ts +6 -0
- package/lib/context/yaml/handlers/forms.js +92 -0
- package/lib/context/yaml/handlers/forms.js.map +1 -0
- package/lib/context/yaml/handlers/index.js +6 -0
- package/lib/context/yaml/handlers/index.js.map +1 -1
- package/lib/index.d.ts +4 -0
- package/lib/tools/auth0/handlers/flowVaultConnections.d.ts +53 -0
- package/lib/tools/auth0/handlers/flowVaultConnections.js +188 -0
- package/lib/tools/auth0/handlers/flowVaultConnections.js.map +1 -0
- package/lib/tools/auth0/handlers/flows.d.ts +32 -0
- package/lib/tools/auth0/handlers/flows.js +156 -0
- package/lib/tools/auth0/handlers/flows.js.map +1 -0
- package/lib/tools/auth0/handlers/forms.d.ts +32 -0
- package/lib/tools/auth0/handlers/forms.js +137 -0
- package/lib/tools/auth0/handlers/forms.js.map +1 -0
- package/lib/tools/auth0/handlers/index.js +6 -0
- package/lib/tools/auth0/handlers/index.js.map +1 -1
- package/lib/tools/constants.d.ts +4 -0
- package/lib/tools/constants.js +26 -0
- package/lib/tools/constants.js.map +1 -1
- package/lib/tools/index.d.ts +4 -0
- package/lib/types.d.ts +7 -1
- package/lib/types.js.map +1 -1
- package/lib/utils.d.ts +7 -0
- package/lib/utils.js +25 -0
- package/lib/utils.js.map +1 -1
- package/package.json +6 -6
- package/.nyc_output/eddfc559-04e8-4f99-adef-dd9503950c80.json +0 -1
- package/.nyc_output/processinfo/20b0af71-c58f-402b-ac9c-4c5b7a505a79.json +0 -1
- package/.nyc_output/processinfo/9b0c8b3d-76ba-4549-b82e-b44e387f2419.json +0 -1
- package/.nyc_output/processinfo/eddfc559-04e8-4f99-adef-dd9503950c80.json +0 -1
- /package/.nyc_output/{20b0af71-c58f-402b-ac9c-4c5b7a505a79.json → 43514efa-958a-42dc-98b7-6a094257d3c1.json} +0 -0
- /package/.nyc_output/{9b0c8b3d-76ba-4549-b82e-b44e387f2419.json → 97d5e38d-7d72-4b1a-b747-5dd4b539b6f0.json} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":"43514efa-958a-42dc-98b7-6a094257d3c1","pid":183,"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":1731926349424,"ppid":176,"coverageFilename":"/home/circleci/repo/.nyc_output/22a18025-9f7a-437a-8a03-9b2d634bd0a0.json","externalId":"","uuid":"22a18025-9f7a-437a-8a03-9b2d634bd0a0","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/tools/auth0/handlers/forms.ts","/home/circleci/repo/src/tools/auth0/handlers/flows.ts","/home/circleci/repo/src/tools/auth0/handlers/flowVaultConnections.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/context/yaml/handlers/forms.ts","/home/circleci/repo/src/context/yaml/handlers/flows.ts","/home/circleci/repo/src/context/yaml/handlers/flowVaultConnections.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/context/directory/handlers/forms.ts","/home/circleci/repo/src/context/directory/handlers/flows.ts","/home/circleci/repo/src/context/directory/handlers/flowVaultConnections.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":"97d5e38d-7d72-4b1a-b747-5dd4b539b6f0","pid":176,"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":1731926349337,"ppid":175,"coverageFilename":"/home/circleci/repo/.nyc_output/43514efa-958a-42dc-98b7-6a094257d3c1.json","externalId":"","uuid":"43514efa-958a-42dc-98b7-6a094257d3c1","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":164,"argv":["/usr/local/bin/node","/usr/local/bin/npm","run","test"],"execArgv":[],"cwd":"/home/circleci/repo","time":1731926349171,"ppid":153,"coverageFilename":"/home/circleci/repo/.nyc_output/97d5e38d-7d72-4b1a-b747-5dd4b539b6f0.json","externalId":"","uuid":"97d5e38d-7d72-4b1a-b747-5dd4b539b6f0","files":[]}
|
|
@@ -1 +1 @@
|
|
|
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":{}}
|
|
1
|
+
{"processes":{"22a18025-9f7a-437a-8a03-9b2d634bd0a0":{"parent":"43514efa-958a-42dc-98b7-6a094257d3c1","children":[]},"43514efa-958a-42dc-98b7-6a094257d3c1":{"parent":"97d5e38d-7d72-4b1a-b747-5dd4b539b6f0","children":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"]},"97d5e38d-7d72-4b1a-b747-5dd4b539b6f0":{"parent":null,"children":["43514efa-958a-42dc-98b7-6a094257d3c1"]}},"files":{"/home/circleci/repo/src/logger.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/index.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/index.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/index.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/constants.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/deploy.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/index.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/client.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/utils.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/schema.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/index.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/rules.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/validationError.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/default.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/calculateChanges.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/hooks.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/pages.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/databases.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/connections.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/scimHandler.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/clients.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/tenant.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/roles.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/branding.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/prompts.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/types.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/actions.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/triggers.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/organizations.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/utils.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/themes.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/forms.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/flows.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/tools/auth0/handlers/flowVaultConnections.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/index.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/pages.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/clients.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/tenant.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/sessionDurationsToMinutes.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/defaults.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/connections.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/databases.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/roles.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/organizations.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/actions.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/triggers.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/branding.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/logStreams.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/prompts.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/customDomains.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/themes.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/rules.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/hooks.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/forms.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/flows.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/yaml/handlers/flowVaultConnections.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/readonly.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/keywordPreservation.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/index.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/index.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/pages.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/clients.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/tenant.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/emailProvider.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/connections.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/databases.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/clientGrants.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/resourceServers.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/roles.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/actions.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/organizations.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/triggers.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/attackProtection.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/branding.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/logStreams.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/prompts.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/customDomains.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/themes.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/rules.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/hooks.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/forms.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/flows.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/context/directory/handlers/flowVaultConnections.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/index.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/args.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/commands/import.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/configFactory.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"],"/home/circleci/repo/src/commands/export.ts":["22a18025-9f7a-437a-8a03-9b2d634bd0a0"]},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [8.2.0] - 2024-11-18
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Management support for `forms`, `flows` and `flowVaultConnections` [#982]
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- Fix docs to support free tier usage [#978]
|
|
19
|
+
|
|
10
20
|
## [8.1.0] - 2024-11-08
|
|
11
21
|
|
|
12
22
|
### Added
|
|
@@ -1115,7 +1125,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1115
1125
|
[#954]: https://github.com/auth0/auth0-deploy-cli/issues/954
|
|
1116
1126
|
[#963]: https://github.com/auth0/auth0-deploy-cli/issues/963
|
|
1117
1127
|
[#975]: https://github.com/auth0/auth0-deploy-cli/issues/975
|
|
1118
|
-
[
|
|
1128
|
+
[#978]: https://github.com/auth0/auth0-deploy-cli/issues/978
|
|
1129
|
+
[#982]: https://github.com/auth0/auth0-deploy-cli/issues/982
|
|
1130
|
+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.2.0...HEAD
|
|
1131
|
+
[8.2.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.1.0...v8.2.0
|
|
1119
1132
|
[8.1.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...v8.1.0
|
|
1120
1133
|
[8.0.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...v8.0.0
|
|
1121
1134
|
[7.24.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.2...v7.24.3
|
|
@@ -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% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>3922/4560</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">72.
|
|
33
|
+
<span class="strong">72.31% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>1494/2066</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'>832/957</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">87.
|
|
47
|
+
<span class="strong">87.77% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>3692/4206</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -80,17 +80,17 @@
|
|
|
80
80
|
</thead>
|
|
81
81
|
<tbody><tr>
|
|
82
82
|
<td class="file high" data-value="src"><a href="src/index.html">src</a></td>
|
|
83
|
-
<td data-value="86.
|
|
83
|
+
<td data-value="86.72" class="pic high">
|
|
84
84
|
<div class="chart"><div class="cover-fill" style="width: 86%"></div><div class="cover-empty" style="width: 14%"></div></div>
|
|
85
85
|
</td>
|
|
86
|
-
<td data-value="86.
|
|
87
|
-
<td data-value="
|
|
88
|
-
<td data-value="
|
|
89
|
-
<td data-value="
|
|
90
|
-
<td data-value="
|
|
91
|
-
<td data-value="
|
|
92
|
-
<td data-value="
|
|
93
|
-
<td data-value="
|
|
86
|
+
<td data-value="86.72" class="pct high">86.72%</td>
|
|
87
|
+
<td data-value="354" class="abs high">307/354</td>
|
|
88
|
+
<td data-value="76.53" class="pct medium">76.53%</td>
|
|
89
|
+
<td data-value="179" class="abs medium">137/179</td>
|
|
90
|
+
<td data-value="90.14" class="pct high">90.14%</td>
|
|
91
|
+
<td data-value="71" class="abs high">64/71</td>
|
|
92
|
+
<td data-value="86.11" class="pct high">86.11%</td>
|
|
93
|
+
<td data-value="324" class="abs high">279/324</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
<tr>
|
|
@@ -140,17 +140,17 @@
|
|
|
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.2" 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="
|
|
149
|
-
<td data-value="
|
|
150
|
-
<td data-value="
|
|
151
|
-
<td data-value="
|
|
152
|
-
<td data-value="
|
|
153
|
-
<td data-value="
|
|
146
|
+
<td data-value="89.2" class="pct high">89.2%</td>
|
|
147
|
+
<td data-value="1028" class="abs high">917/1028</td>
|
|
148
|
+
<td data-value="72.72" class="pct medium">72.72%</td>
|
|
149
|
+
<td data-value="297" class="abs medium">216/297</td>
|
|
150
|
+
<td data-value="91.41" class="pct high">91.41%</td>
|
|
151
|
+
<td data-value="163" class="abs high">149/163</td>
|
|
152
|
+
<td data-value="92.08" class="pct high">92.08%</td>
|
|
153
|
+
<td data-value="947" class="abs high">872/947</td>
|
|
154
154
|
</tr>
|
|
155
155
|
|
|
156
156
|
<tr>
|
|
@@ -170,17 +170,17 @@
|
|
|
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="
|
|
174
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
173
|
+
<td data-value="92.66" class="pic high">
|
|
174
|
+
<div class="chart"><div class="cover-fill" style="width: 92%"></div><div class="cover-empty" style="width: 8%"></div></div>
|
|
175
175
|
</td>
|
|
176
|
-
<td data-value="
|
|
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="
|
|
183
|
-
<td data-value="
|
|
176
|
+
<td data-value="92.66" class="pct high">92.66%</td>
|
|
177
|
+
<td data-value="600" class="abs high">556/600</td>
|
|
178
|
+
<td data-value="76.23" class="pct medium">76.23%</td>
|
|
179
|
+
<td data-value="202" class="abs medium">154/202</td>
|
|
180
|
+
<td data-value="98.92" class="pct high">98.92%</td>
|
|
181
|
+
<td data-value="93" class="abs high">92/93</td>
|
|
182
|
+
<td data-value="94.76" class="pct high">94.76%</td>
|
|
183
|
+
<td data-value="554" class="abs high">525/554</td>
|
|
184
184
|
</tr>
|
|
185
185
|
|
|
186
186
|
<tr>
|
|
@@ -215,17 +215,17 @@
|
|
|
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="82.59" class="pic high">
|
|
219
|
+
<div class="chart"><div class="cover-fill" style="width: 82%"></div><div class="cover-empty" style="width: 18%"></div></div>
|
|
220
220
|
</td>
|
|
221
|
-
<td data-value="
|
|
222
|
-
<td data-value="
|
|
223
|
-
<td data-value="69.
|
|
224
|
-
<td data-value="
|
|
225
|
-
<td data-value="
|
|
226
|
-
<td data-value="
|
|
227
|
-
<td data-value="
|
|
228
|
-
<td data-value="
|
|
221
|
+
<td data-value="82.59" class="pct high">82.59%</td>
|
|
222
|
+
<td data-value="1873" class="abs high">1547/1873</td>
|
|
223
|
+
<td data-value="69.17" class="pct medium">69.17%</td>
|
|
224
|
+
<td data-value="996" class="abs medium">689/996</td>
|
|
225
|
+
<td data-value="81.31" class="pct high">81.31%</td>
|
|
226
|
+
<td data-value="487" class="abs high">396/487</td>
|
|
227
|
+
<td data-value="84.79" class="pct high">84.79%</td>
|
|
228
|
+
<td data-value="1730" class="abs high">1467/1730</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 Nov 18 2024 10:41:57 GMT+0000 (Coordinated Universal Time)
|
|
240
240
|
</div>
|
|
241
241
|
<script src="prettify.js"></script>
|
|
242
242
|
<script>
|