auth0-deploy-cli 8.0.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.
Files changed (62) hide show
  1. package/.nyc_output/22a18025-9f7a-437a-8a03-9b2d634bd0a0.json +1 -0
  2. package/.nyc_output/processinfo/22a18025-9f7a-437a-8a03-9b2d634bd0a0.json +1 -0
  3. package/.nyc_output/processinfo/43514efa-958a-42dc-98b7-6a094257d3c1.json +1 -0
  4. package/.nyc_output/processinfo/97d5e38d-7d72-4b1a-b747-5dd4b539b6f0.json +1 -0
  5. package/.nyc_output/processinfo/index.json +1 -1
  6. package/CHANGELOG.md +22 -1
  7. package/coverage/lcov-report/index.html +46 -46
  8. package/coverage/lcov.info +2381 -1389
  9. package/docs/configuring-the-deploy-cli.md +8 -0
  10. package/lib/context/directory/handlers/flowVaultConnections.d.ts +6 -0
  11. package/lib/context/directory/handlers/flowVaultConnections.js +81 -0
  12. package/lib/context/directory/handlers/flowVaultConnections.js.map +1 -0
  13. package/lib/context/directory/handlers/flows.d.ts +6 -0
  14. package/lib/context/directory/handlers/flows.js +80 -0
  15. package/lib/context/directory/handlers/flows.js.map +1 -0
  16. package/lib/context/directory/handlers/forms.d.ts +6 -0
  17. package/lib/context/directory/handlers/forms.js +80 -0
  18. package/lib/context/directory/handlers/forms.js.map +1 -0
  19. package/lib/context/directory/handlers/index.js +6 -0
  20. package/lib/context/directory/handlers/index.js.map +1 -1
  21. package/lib/context/yaml/handlers/flowVaultConnections.d.ts +6 -0
  22. package/lib/context/yaml/handlers/flowVaultConnections.js +66 -0
  23. package/lib/context/yaml/handlers/flowVaultConnections.js.map +1 -0
  24. package/lib/context/yaml/handlers/flows.d.ts +6 -0
  25. package/lib/context/yaml/handlers/flows.js +92 -0
  26. package/lib/context/yaml/handlers/flows.js.map +1 -0
  27. package/lib/context/yaml/handlers/forms.d.ts +6 -0
  28. package/lib/context/yaml/handlers/forms.js +92 -0
  29. package/lib/context/yaml/handlers/forms.js.map +1 -0
  30. package/lib/context/yaml/handlers/index.js +6 -0
  31. package/lib/context/yaml/handlers/index.js.map +1 -1
  32. package/lib/index.d.ts +4 -0
  33. package/lib/tools/auth0/handlers/flowVaultConnections.d.ts +53 -0
  34. package/lib/tools/auth0/handlers/flowVaultConnections.js +188 -0
  35. package/lib/tools/auth0/handlers/flowVaultConnections.js.map +1 -0
  36. package/lib/tools/auth0/handlers/flows.d.ts +32 -0
  37. package/lib/tools/auth0/handlers/flows.js +156 -0
  38. package/lib/tools/auth0/handlers/flows.js.map +1 -0
  39. package/lib/tools/auth0/handlers/forms.d.ts +32 -0
  40. package/lib/tools/auth0/handlers/forms.js +137 -0
  41. package/lib/tools/auth0/handlers/forms.js.map +1 -0
  42. package/lib/tools/auth0/handlers/index.js +6 -0
  43. package/lib/tools/auth0/handlers/index.js.map +1 -1
  44. package/lib/tools/auth0/handlers/organizations.d.ts +24 -0
  45. package/lib/tools/auth0/handlers/organizations.js +125 -7
  46. package/lib/tools/auth0/handlers/organizations.js.map +1 -1
  47. package/lib/tools/constants.d.ts +4 -0
  48. package/lib/tools/constants.js +26 -0
  49. package/lib/tools/constants.js.map +1 -1
  50. package/lib/tools/index.d.ts +4 -0
  51. package/lib/types.d.ts +7 -1
  52. package/lib/types.js.map +1 -1
  53. package/lib/utils.d.ts +7 -0
  54. package/lib/utils.js +25 -0
  55. package/lib/utils.js.map +1 -1
  56. package/package.json +7 -7
  57. package/.nyc_output/21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717.json +0 -1
  58. package/.nyc_output/processinfo/21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717.json +0 -1
  59. package/.nyc_output/processinfo/5682adea-ce69-4464-a15f-6e98b29ca5cf.json +0 -1
  60. package/.nyc_output/processinfo/cb634365-204c-4c03-9f35-74638d381757.json +0 -1
  61. /package/.nyc_output/{5682adea-ce69-4464-a15f-6e98b29ca5cf.json → 43514efa-958a-42dc-98b7-6a094257d3c1.json} +0 -0
  62. /package/.nyc_output/{cb634365-204c-4c03-9f35-74638d381757.json → 97d5e38d-7d72-4b1a-b747-5dd4b539b6f0.json} +0 -0
@@ -1 +0,0 @@
1
- {"parent":"5682adea-ce69-4464-a15f-6e98b29ca5cf","pid":186,"argv":["/usr/local/bin/node","/home/circleci/repo/node_modules/mocha/bin/mocha.js","-r","/home/circleci/repo/node_modules/ts-mocha/src/index.js","--recursive","test/**/*.test*","--exclude","test/e2e/*","--timeout","7500"],"execArgv":[],"cwd":"/home/circleci/repo","time":1729507493495,"ppid":179,"coverageFilename":"/home/circleci/repo/.nyc_output/21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717.json","externalId":"","uuid":"21e10bd2-0a3e-4ba1-bd1d-f10aec1ae717","files":["/home/circleci/repo/src/logger.ts","/home/circleci/repo/src/context/index.ts","/home/circleci/repo/src/context/yaml/index.ts","/home/circleci/repo/src/tools/index.ts","/home/circleci/repo/src/tools/constants.ts","/home/circleci/repo/src/tools/deploy.ts","/home/circleci/repo/src/tools/auth0/index.ts","/home/circleci/repo/src/tools/auth0/client.ts","/home/circleci/repo/src/tools/utils.ts","/home/circleci/repo/src/tools/auth0/schema.ts","/home/circleci/repo/src/tools/auth0/handlers/index.ts","/home/circleci/repo/src/tools/auth0/handlers/rules.ts","/home/circleci/repo/src/tools/validationError.ts","/home/circleci/repo/src/tools/auth0/handlers/default.ts","/home/circleci/repo/src/tools/calculateChanges.ts","/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts","/home/circleci/repo/src/tools/auth0/handlers/hooks.ts","/home/circleci/repo/src/tools/auth0/handlers/pages.ts","/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts","/home/circleci/repo/src/tools/auth0/handlers/databases.ts","/home/circleci/repo/src/tools/auth0/handlers/connections.ts","/home/circleci/repo/src/tools/auth0/handlers/scimHandler.ts","/home/circleci/repo/src/tools/auth0/handlers/clients.ts","/home/circleci/repo/src/tools/auth0/handlers/tenant.ts","/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts","/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts","/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts","/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts","/home/circleci/repo/src/tools/auth0/handlers/roles.ts","/home/circleci/repo/src/tools/auth0/handlers/branding.ts","/home/circleci/repo/src/tools/auth0/handlers/prompts.ts","/home/circleci/repo/src/types.ts","/home/circleci/repo/src/tools/auth0/handlers/actions.ts","/home/circleci/repo/src/tools/auth0/handlers/triggers.ts","/home/circleci/repo/src/tools/auth0/handlers/organizations.ts","/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts","/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts","/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts","/home/circleci/repo/src/tools/auth0/handlers/themes.ts","/home/circleci/repo/src/utils.ts","/home/circleci/repo/src/context/yaml/handlers/index.ts","/home/circleci/repo/src/context/yaml/handlers/pages.ts","/home/circleci/repo/src/context/yaml/handlers/clients.ts","/home/circleci/repo/src/context/yaml/handlers/tenant.ts","/home/circleci/repo/src/sessionDurationsToMinutes.ts","/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts","/home/circleci/repo/src/context/defaults.ts","/home/circleci/repo/src/context/yaml/handlers/connections.ts","/home/circleci/repo/src/context/yaml/handlers/databases.ts","/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts","/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts","/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts","/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts","/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts","/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts","/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts","/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts","/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts","/home/circleci/repo/src/context/yaml/handlers/roles.ts","/home/circleci/repo/src/context/yaml/handlers/organizations.ts","/home/circleci/repo/src/context/yaml/handlers/actions.ts","/home/circleci/repo/src/context/yaml/handlers/triggers.ts","/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts","/home/circleci/repo/src/context/yaml/handlers/branding.ts","/home/circleci/repo/src/context/yaml/handlers/logStreams.ts","/home/circleci/repo/src/context/yaml/handlers/prompts.ts","/home/circleci/repo/src/context/yaml/handlers/customDomains.ts","/home/circleci/repo/src/context/yaml/handlers/themes.ts","/home/circleci/repo/src/context/yaml/handlers/rules.ts","/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts","/home/circleci/repo/src/context/yaml/handlers/hooks.ts","/home/circleci/repo/src/readonly.ts","/home/circleci/repo/src/keywordPreservation.ts","/home/circleci/repo/src/context/directory/index.ts","/home/circleci/repo/src/context/directory/handlers/index.ts","/home/circleci/repo/src/context/directory/handlers/pages.ts","/home/circleci/repo/src/context/directory/handlers/clients.ts","/home/circleci/repo/src/context/directory/handlers/tenant.ts","/home/circleci/repo/src/context/directory/handlers/emailProvider.ts","/home/circleci/repo/src/context/directory/handlers/connections.ts","/home/circleci/repo/src/context/directory/handlers/databases.ts","/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts","/home/circleci/repo/src/context/directory/handlers/clientGrants.ts","/home/circleci/repo/src/context/directory/handlers/resourceServers.ts","/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts","/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts","/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts","/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts","/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts","/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts","/home/circleci/repo/src/context/directory/handlers/roles.ts","/home/circleci/repo/src/context/directory/handlers/actions.ts","/home/circleci/repo/src/context/directory/handlers/organizations.ts","/home/circleci/repo/src/context/directory/handlers/triggers.ts","/home/circleci/repo/src/context/directory/handlers/attackProtection.ts","/home/circleci/repo/src/context/directory/handlers/branding.ts","/home/circleci/repo/src/context/directory/handlers/logStreams.ts","/home/circleci/repo/src/context/directory/handlers/prompts.ts","/home/circleci/repo/src/context/directory/handlers/customDomains.ts","/home/circleci/repo/src/context/directory/handlers/themes.ts","/home/circleci/repo/src/context/directory/handlers/rules.ts","/home/circleci/repo/src/context/directory/handlers/hooks.ts","/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts","/home/circleci/repo/src/index.ts","/home/circleci/repo/src/args.ts","/home/circleci/repo/src/commands/import.ts","/home/circleci/repo/src/configFactory.ts","/home/circleci/repo/src/commands/export.ts"]}
@@ -1 +0,0 @@
1
- {"parent":"cb634365-204c-4c03-9f35-74638d381757","pid":179,"argv":["/usr/local/bin/node","/home/circleci/repo/node_modules/.bin/ts-mocha","-p","tsconfig.json","--recursive","test/**/*.test*","--exclude","test/e2e/*","--timeout","7500"],"execArgv":[],"cwd":"/home/circleci/repo","time":1729507493407,"ppid":178,"coverageFilename":"/home/circleci/repo/.nyc_output/5682adea-ce69-4464-a15f-6e98b29ca5cf.json","externalId":"","uuid":"5682adea-ce69-4464-a15f-6e98b29ca5cf","files":[]}
@@ -1 +0,0 @@
1
- {"parent":null,"pid":167,"argv":["/usr/local/bin/node","/usr/local/bin/npm","run","test"],"execArgv":[],"cwd":"/home/circleci/repo","time":1729507493228,"ppid":156,"coverageFilename":"/home/circleci/repo/.nyc_output/cb634365-204c-4c03-9f35-74638d381757.json","externalId":"","uuid":"cb634365-204c-4c03-9f35-74638d381757","files":[]}