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
@@ -1 +0,0 @@
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"]}
@@ -1 +0,0 @@
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":[]}
@@ -1 +0,0 @@
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":[]}