auth0-deploy-cli 8.2.0 → 8.4.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.
Files changed (76) hide show
  1. package/.nyc_output/8f58e4fb-368d-4880-8e58-ed86cbd3e521.json +1 -0
  2. package/.nyc_output/processinfo/12d78b58-6bd7-452a-a9a4-f1e923c22b51.json +1 -0
  3. package/.nyc_output/processinfo/8f58e4fb-368d-4880-8e58-ed86cbd3e521.json +1 -0
  4. package/.nyc_output/processinfo/9ad44158-4fdf-4718-834f-9979786405f9.json +1 -0
  5. package/.nyc_output/processinfo/index.json +1 -1
  6. package/CHANGELOG.md +24 -1
  7. package/coverage/lcov-report/index.html +48 -48
  8. package/coverage/lcov.info +2168 -1718
  9. package/lib/context/directory/handlers/index.js +2 -0
  10. package/lib/context/directory/handlers/index.js.map +1 -1
  11. package/lib/context/directory/handlers/prompts.js +29 -2
  12. package/lib/context/directory/handlers/prompts.js.map +1 -1
  13. package/lib/context/directory/handlers/selfServiceProfiles.d.ts +6 -0
  14. package/lib/context/directory/handlers/selfServiceProfiles.js +61 -0
  15. package/lib/context/directory/handlers/selfServiceProfiles.js.map +1 -0
  16. package/lib/context/directory/index.js +17 -7
  17. package/lib/context/directory/index.js.map +1 -1
  18. package/lib/context/yaml/handlers/index.js +2 -0
  19. package/lib/context/yaml/handlers/index.js.map +1 -1
  20. package/lib/context/yaml/handlers/prompts.js +95 -3
  21. package/lib/context/yaml/handlers/prompts.js.map +1 -1
  22. package/lib/context/yaml/handlers/selfServiceProfiles.d.ts +6 -0
  23. package/lib/context/yaml/handlers/selfServiceProfiles.js +46 -0
  24. package/lib/context/yaml/handlers/selfServiceProfiles.js.map +1 -0
  25. package/lib/index.d.ts +5 -0
  26. package/lib/tools/auth0/client.d.ts +2 -2
  27. package/lib/tools/auth0/client.js +7 -6
  28. package/lib/tools/auth0/client.js.map +1 -1
  29. package/lib/tools/auth0/handlers/actions.js +17 -7
  30. package/lib/tools/auth0/handlers/actions.js.map +1 -1
  31. package/lib/tools/auth0/handlers/branding.js +17 -7
  32. package/lib/tools/auth0/handlers/branding.js.map +1 -1
  33. package/lib/tools/auth0/handlers/clientGrants.js +17 -7
  34. package/lib/tools/auth0/handlers/clientGrants.js.map +1 -1
  35. package/lib/tools/auth0/handlers/connections.js +17 -7
  36. package/lib/tools/auth0/handlers/connections.js.map +1 -1
  37. package/lib/tools/auth0/handlers/customDomains.js +17 -7
  38. package/lib/tools/auth0/handlers/customDomains.js.map +1 -1
  39. package/lib/tools/auth0/handlers/databases.js +17 -7
  40. package/lib/tools/auth0/handlers/databases.js.map +1 -1
  41. package/lib/tools/auth0/handlers/emailTemplates.js +17 -7
  42. package/lib/tools/auth0/handlers/emailTemplates.js.map +1 -1
  43. package/lib/tools/auth0/handlers/index.js +19 -7
  44. package/lib/tools/auth0/handlers/index.js.map +1 -1
  45. package/lib/tools/auth0/handlers/organizations.js +18 -8
  46. package/lib/tools/auth0/handlers/organizations.js.map +1 -1
  47. package/lib/tools/auth0/handlers/prompts.d.ts +21 -3
  48. package/lib/tools/auth0/handlers/prompts.js +101 -4
  49. package/lib/tools/auth0/handlers/prompts.js.map +1 -1
  50. package/lib/tools/auth0/handlers/roles.js +17 -7
  51. package/lib/tools/auth0/handlers/roles.js.map +1 -1
  52. package/lib/tools/auth0/handlers/selfServiceProfiles.d.ts +90 -0
  53. package/lib/tools/auth0/handlers/selfServiceProfiles.js +274 -0
  54. package/lib/tools/auth0/handlers/selfServiceProfiles.js.map +1 -0
  55. package/lib/tools/auth0/handlers/tenant.js +17 -7
  56. package/lib/tools/auth0/handlers/tenant.js.map +1 -1
  57. package/lib/tools/auth0/handlers/themes.js +17 -7
  58. package/lib/tools/auth0/handlers/themes.js.map +1 -1
  59. package/lib/tools/auth0/handlers/triggers.js +28 -11
  60. package/lib/tools/auth0/handlers/triggers.js.map +1 -1
  61. package/lib/tools/constants.d.ts +6 -0
  62. package/lib/tools/constants.js +14 -0
  63. package/lib/tools/constants.js.map +1 -1
  64. package/lib/tools/index.d.ts +5 -0
  65. package/lib/tools/utils.js +17 -7
  66. package/lib/tools/utils.js.map +1 -1
  67. package/lib/types.d.ts +5 -3
  68. package/lib/types.js.map +1 -1
  69. package/lib/utils.d.ts +2 -0
  70. package/package.json +3 -3
  71. package/.nyc_output/22a18025-9f7a-437a-8a03-9b2d634bd0a0.json +0 -1
  72. package/.nyc_output/processinfo/22a18025-9f7a-437a-8a03-9b2d634bd0a0.json +0 -1
  73. package/.nyc_output/processinfo/43514efa-958a-42dc-98b7-6a094257d3c1.json +0 -1
  74. package/.nyc_output/processinfo/97d5e38d-7d72-4b1a-b747-5dd4b539b6f0.json +0 -1
  75. /package/.nyc_output/{43514efa-958a-42dc-98b7-6a094257d3c1.json → 12d78b58-6bd7-452a-a9a4-f1e923c22b51.json} +0 -0
  76. /package/.nyc_output/{97d5e38d-7d72-4b1a-b747-5dd4b539b6f0.json → 9ad44158-4fdf-4718-834f-9979786405f9.json} +0 -0
@@ -0,0 +1 @@
1
+ {"parent":"9ad44158-4fdf-4718-834f-9979786405f9","pid":184,"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":1733758838959,"ppid":183,"coverageFilename":"/home/circleci/repo/.nyc_output/12d78b58-6bd7-452a-a9a4-f1e923c22b51.json","externalId":"","uuid":"12d78b58-6bd7-452a-a9a4-f1e923c22b51","files":[]}
@@ -0,0 +1 @@
1
+ {"parent":"12d78b58-6bd7-452a-a9a4-f1e923c22b51","pid":191,"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":1733758839048,"ppid":184,"coverageFilename":"/home/circleci/repo/.nyc_output/8f58e4fb-368d-4880-8e58-ed86cbd3e521.json","externalId":"","uuid":"8f58e4fb-368d-4880-8e58-ed86cbd3e521","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/tools/auth0/handlers/selfServiceProfiles.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/context/yaml/handlers/selfServiceProfiles.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/context/directory/handlers/selfServiceProfiles.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":null,"pid":172,"argv":["/usr/local/bin/node","/usr/local/bin/npm","run","test"],"execArgv":[],"cwd":"/home/circleci/repo","time":1733758838786,"ppid":161,"coverageFilename":"/home/circleci/repo/.nyc_output/9ad44158-4fdf-4718-834f-9979786405f9.json","externalId":"","uuid":"9ad44158-4fdf-4718-834f-9979786405f9","files":[]}
@@ -1 +1 @@
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":{}}
1
+ {"processes":{"12d78b58-6bd7-452a-a9a4-f1e923c22b51":{"parent":"9ad44158-4fdf-4718-834f-9979786405f9","children":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"]},"8f58e4fb-368d-4880-8e58-ed86cbd3e521":{"parent":"12d78b58-6bd7-452a-a9a4-f1e923c22b51","children":[]},"9ad44158-4fdf-4718-834f-9979786405f9":{"parent":null,"children":["12d78b58-6bd7-452a-a9a4-f1e923c22b51"]}},"files":{"/home/circleci/repo/src/logger.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/index.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/index.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/index.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/constants.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/deploy.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/index.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/client.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/utils.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/schema.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/index.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/rules.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/validationError.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/default.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/calculateChanges.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/hooks.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/pages.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/databases.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/connections.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/scimHandler.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/clients.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/tenant.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/roles.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/branding.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/prompts.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/types.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/actions.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/triggers.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/organizations.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/utils.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/themes.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/forms.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/flows.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/flowVaultConnections.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/tools/auth0/handlers/selfServiceProfiles.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/index.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/pages.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/clients.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/tenant.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/sessionDurationsToMinutes.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/defaults.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/connections.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/databases.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/roles.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/organizations.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/actions.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/triggers.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/branding.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/logStreams.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/prompts.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/customDomains.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/themes.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/rules.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/hooks.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/forms.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/flows.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/flowVaultConnections.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/yaml/handlers/selfServiceProfiles.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/readonly.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/keywordPreservation.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/index.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/index.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/pages.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/clients.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/tenant.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/emailProvider.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/connections.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/databases.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/clientGrants.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/resourceServers.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/roles.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/actions.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/organizations.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/triggers.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/attackProtection.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/branding.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/logStreams.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/prompts.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/customDomains.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/themes.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/rules.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/hooks.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/forms.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/flows.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/flowVaultConnections.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/context/directory/handlers/selfServiceProfiles.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/index.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/args.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/commands/import.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/configFactory.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"],"/home/circleci/repo/src/commands/export.ts":["8f58e4fb-368d-4880-8e58-ed86cbd3e521"]},"externalIds":{}}
package/CHANGELOG.md CHANGED
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [8.4.0] - 2024-12-09
11
+
12
+ ### Added
13
+
14
+ - Add support for rendering `prompt` screen's settings [#998]
15
+
16
+ ## [8.3.0] - 2024-11-28
17
+
18
+ ### Added
19
+
20
+ - Management support for `selfServiceProfiles` [#989]
21
+
22
+ ### Fixed
23
+
24
+ - Fix checkpoint pagination to get all organizations [#984]
25
+ - Fix error handling for trigger bindings [#991]
26
+
10
27
  ## [8.2.0] - 2024-11-18
11
28
 
12
29
  ### Added
@@ -1127,7 +1144,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1127
1144
  [#975]: https://github.com/auth0/auth0-deploy-cli/issues/975
1128
1145
  [#978]: https://github.com/auth0/auth0-deploy-cli/issues/978
1129
1146
  [#982]: https://github.com/auth0/auth0-deploy-cli/issues/982
1130
- [unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.2.0...HEAD
1147
+ [#984]: https://github.com/auth0/auth0-deploy-cli/issues/984
1148
+ [#989]: https://github.com/auth0/auth0-deploy-cli/issues/989
1149
+ [#991]: https://github.com/auth0/auth0-deploy-cli/issues/991
1150
+ [#998]: https://github.com/auth0/auth0-deploy-cli/issues/998
1151
+ [unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.0...HEAD
1152
+ [8.4.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.3.0...v8.4.0
1153
+ [8.3.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.2.0...v8.3.0
1131
1154
  [8.2.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.1.0...v8.2.0
1132
1155
  [8.1.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...v8.1.0
1133
1156
  [8.0.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...v8.0.0
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">86% </span>
26
+ <span class="strong">86.23% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>3922/4560</span>
28
+ <span class='fraction'>4142/4803</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">72.31% </span>
33
+ <span class="strong">72.52% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>1494/2066</span>
35
+ <span class='fraction'>1568/2162</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">86.93% </span>
40
+ <span class="strong">87.52% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>832/957</span>
42
+ <span class='fraction'>884/1010</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">87.77% </span>
47
+ <span class="strong">87.98% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>3692/4206</span>
49
+ <span class='fraction'>3895/4427</span>
50
50
  </div>
51
51
 
52
52
 
@@ -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.2" class="pic high">
144
- <div class="chart"><div class="cover-fill" style="width: 89%"></div><div class="cover-empty" style="width: 11%"></div></div>
143
+ <td data-value="88.13" class="pic high">
144
+ <div class="chart"><div class="cover-fill" style="width: 88%"></div><div class="cover-empty" style="width: 12%"></div></div>
145
145
  </td>
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>
146
+ <td data-value="88.13" class="pct high">88.13%</td>
147
+ <td data-value="1079" class="abs high">951/1079</td>
148
+ <td data-value="72.16" class="pct medium">72.16%</td>
149
+ <td data-value="309" class="abs medium">223/309</td>
150
+ <td data-value="91.17" class="pct high">91.17%</td>
151
+ <td data-value="170" class="abs high">155/170</td>
152
+ <td data-value="90.93" class="pct high">90.93%</td>
153
+ <td data-value="993" class="abs high">903/993</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="92.66" class="pic high">
173
+ <td data-value="92.22" class="pic high">
174
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="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>
176
+ <td data-value="92.22" class="pct high">92.22%</td>
177
+ <td data-value="669" class="abs high">617/669</td>
178
+ <td data-value="76.1" class="pct medium">76.1%</td>
179
+ <td data-value="226" class="abs medium">172/226</td>
180
+ <td data-value="98.07" class="pct high">98.07%</td>
181
+ <td data-value="104" class="abs high">102/104</td>
182
+ <td data-value="94.48" class="pct high">94.48%</td>
183
+ <td data-value="617" class="abs high">583/617</td>
184
184
  </tr>
185
185
 
186
186
  <tr>
@@ -199,33 +199,33 @@
199
199
  </tr>
200
200
 
201
201
  <tr>
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="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>
202
+ <td class="file high" data-value="src/tools/auth0"><a href="src/tools/auth0/index.html">src/tools/auth0</a></td>
203
+ <td data-value="93.33" class="pic high">
204
+ <div class="chart"><div class="cover-fill" style="width: 93%"></div><div class="cover-empty" style="width: 7%"></div></div>
205
205
  </td>
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>
206
+ <td data-value="93.33" class="pct high">93.33%</td>
207
+ <td data-value="120" class="abs high">112/120</td>
208
+ <td data-value="89.09" class="pct high">89.09%</td>
209
+ <td data-value="55" class="abs high">49/55</td>
210
+ <td data-value="96.66" class="pct high">96.66%</td>
211
+ <td data-value="30" class="abs high">29/30</td>
212
+ <td data-value="92.98" class="pct high">92.98%</td>
213
+ <td data-value="114" class="abs high">106/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="82.59" class="pic high">
218
+ <td data-value="82.86" class="pic high">
219
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="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>
221
+ <td data-value="82.86" class="pct high">82.86%</td>
222
+ <td data-value="1996" class="abs high">1654/1996</td>
223
+ <td data-value="69.52" class="pct medium">69.52%</td>
224
+ <td data-value="1050" class="abs medium">730/1050</td>
225
+ <td data-value="81.99" class="pct high">81.99%</td>
226
+ <td data-value="522" class="abs high">428/522</td>
227
+ <td data-value="84.96" class="pct high">84.96%</td>
228
+ <td data-value="1842" class="abs high">1565/1842</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 Mon Nov 18 2024 10:41:57 GMT+0000 (Coordinated Universal Time)
239
+ at Mon Dec 09 2024 15:44:03 GMT+0000 (Coordinated Universal Time)
240
240
  </div>
241
241
  <script src="prettify.js"></script>
242
242
  <script>