auth0-deploy-cli 7.14.3 → 7.15.2
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/.circleci/config.yml +19 -5
- package/.github/ISSUE_TEMPLATE/config.yml +8 -0
- package/.github/ISSUE_TEMPLATE/feature_request.yml +50 -0
- package/.github/ISSUE_TEMPLATE/report_a_bug.yml +74 -0
- package/.github/PULL_REQUEST_TEMPLATE.md +34 -16
- package/.nyc_output/{d585e288-6dff-4d1c-a029-4e45efb2ad92.json → 3cdb0d81-cef0-4ed7-ac95-af0d771ac181.json} +0 -0
- package/.nyc_output/{d6d3177f-b440-4a24-ac55-7aabf686a0a7.json → 57ba7a7d-33b9-4371-a340-081cbb23c86a.json} +0 -0
- package/.nyc_output/6abd20a0-79d3-4149-972d-d76576da86cb.json +1 -0
- package/.nyc_output/processinfo/3cdb0d81-cef0-4ed7-ac95-af0d771ac181.json +1 -0
- package/.nyc_output/processinfo/57ba7a7d-33b9-4371-a340-081cbb23c86a.json +1 -0
- package/.nyc_output/processinfo/6abd20a0-79d3-4149-972d-d76576da86cb.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +45 -1
- package/README.md +3 -0
- package/coverage/lcov-report/index.html +37 -37
- package/coverage/lcov-report/src/args.ts.html +1 -1
- package/coverage/lcov-report/src/commands/export.ts.html +1 -1
- package/coverage/lcov-report/src/commands/import.ts.html +1 -1
- package/coverage/lcov-report/src/commands/index.html +1 -1
- package/coverage/lcov-report/src/configFactory.ts.html +1 -1
- package/coverage/lcov-report/src/context/defaults.ts.html +1 -1
- package/coverage/lcov-report/src/context/directory/handlers/actions.ts.html +79 -28
- package/coverage/lcov-report/src/context/directory/handlers/attackProtection.ts.html +6 -6
- package/coverage/lcov-report/src/context/directory/handlers/branding.ts.html +4 -4
- package/coverage/lcov-report/src/context/directory/handlers/clientGrants.ts.html +16 -7
- package/coverage/lcov-report/src/context/directory/handlers/clients.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/connections.ts.html +4 -4
- package/coverage/lcov-report/src/context/directory/handlers/customDomains.ts.html +4 -4
- package/coverage/lcov-report/src/context/directory/handlers/databases.ts.html +8 -5
- package/coverage/lcov-report/src/context/directory/handlers/emailProvider.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/emailTemplates.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/guardianFactorProviders.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/guardianFactorTemplates.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/guardianFactors.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/guardianPolicies.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/hooks.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/index.html +21 -21
- package/coverage/lcov-report/src/context/directory/handlers/index.ts.html +1 -1
- package/coverage/lcov-report/src/context/directory/handlers/logStreams.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/migrations.ts.html +5 -5
- package/coverage/lcov-report/src/context/directory/handlers/organizations.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/pages.ts.html +19 -25
- package/coverage/lcov-report/src/context/directory/handlers/prompts.ts.html +4 -4
- package/coverage/lcov-report/src/context/directory/handlers/resourceServers.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/roles.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/rules.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/rulesConfigs.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/handlers/tenant.ts.html +6 -6
- package/coverage/lcov-report/src/context/directory/handlers/themes.ts.html +4 -4
- package/coverage/lcov-report/src/context/directory/handlers/triggers.ts.html +3 -3
- package/coverage/lcov-report/src/context/directory/index.html +1 -1
- package/coverage/lcov-report/src/context/directory/index.ts.html +21 -21
- package/coverage/lcov-report/src/context/index.html +1 -1
- package/coverage/lcov-report/src/context/index.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/actions.ts.html +55 -19
- package/coverage/lcov-report/src/context/yaml/handlers/attackProtection.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/branding.ts.html +13 -37
- package/coverage/lcov-report/src/context/yaml/handlers/clientGrants.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/clients.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/connections.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/customDomains.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/databases.ts.html +8 -2
- package/coverage/lcov-report/src/context/yaml/handlers/emailProvider.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/emailTemplates.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/guardianFactorProviders.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/guardianFactorTemplates.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/guardianFactors.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/guardianPolicies.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/hooks.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/index.html +29 -29
- package/coverage/lcov-report/src/context/yaml/handlers/index.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/logStreams.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/migrations.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/organizations.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/pages.ts.html +15 -18
- package/coverage/lcov-report/src/context/yaml/handlers/prompts.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/resourceServers.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/roles.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/rules.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/rulesConfigs.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/tenant.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/themes.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/handlers/triggers.ts.html +1 -1
- package/coverage/lcov-report/src/context/yaml/index.html +1 -1
- package/coverage/lcov-report/src/context/yaml/index.ts.html +10 -10
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/index.ts.html +1 -1
- package/coverage/lcov-report/src/logger.ts.html +2 -2
- package/coverage/lcov-report/src/readonly.ts.html +1 -1
- package/coverage/lcov-report/src/sessionDurationsToMinutes.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/client.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/actions.ts.html +145 -37
- package/coverage/lcov-report/src/tools/auth0/handlers/attackProtection.ts.html +49 -19
- package/coverage/lcov-report/src/tools/auth0/handlers/branding.ts.html +27 -27
- package/coverage/lcov-report/src/tools/auth0/handlers/clientGrants.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/clients.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/connections.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/customDomains.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/databases.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/default.ts.html +32 -32
- package/coverage/lcov-report/src/tools/auth0/handlers/emailProvider.ts.html +50 -41
- package/coverage/lcov-report/src/tools/auth0/handlers/emailTemplates.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/guardianFactorProviders.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/guardianFactorTemplates.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/guardianFactors.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/guardianPolicies.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/hooks.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/index.html +39 -39
- package/coverage/lcov-report/src/tools/auth0/handlers/index.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/logStreams.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/migrations.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/organizations.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/pages.ts.html +26 -2
- package/coverage/lcov-report/src/tools/auth0/handlers/prompts.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/resourceServers.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/roles.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/rules.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/rulesConfigs.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/tenant.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/handlers/themes.ts.html +2 -2
- package/coverage/lcov-report/src/tools/auth0/handlers/triggers.ts.html +10 -10
- package/coverage/lcov-report/src/tools/auth0/index.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/index.ts.html +1 -1
- package/coverage/lcov-report/src/tools/auth0/schema.ts.html +1 -1
- package/coverage/lcov-report/src/tools/calculateChanges.ts.html +15 -15
- package/coverage/lcov-report/src/tools/constants.ts.html +1 -1
- package/coverage/lcov-report/src/tools/deploy.ts.html +1 -1
- package/coverage/lcov-report/src/tools/index.html +1 -1
- package/coverage/lcov-report/src/tools/index.ts.html +2 -2
- package/coverage/lcov-report/src/tools/utils.ts.html +20 -20
- package/coverage/lcov-report/src/tools/validationError.ts.html +1 -1
- package/coverage/lcov-report/src/types.ts.html +39 -15
- package/coverage/lcov-report/src/utils.ts.html +15 -15
- package/coverage/lcov.info +1025 -961
- package/docs/excluding-from-management.md +5 -2
- package/docs/resource-specific-documentation.md +208 -0
- package/lib/args.d.ts +6 -6
- package/lib/args.js +1 -0
- package/lib/args.js.map +1 -0
- package/lib/commands/export.js +1 -0
- package/lib/commands/export.js.map +1 -0
- package/lib/commands/import.js +1 -0
- package/lib/commands/import.js.map +1 -0
- package/lib/commands/index.js +1 -0
- package/lib/commands/index.js.map +1 -0
- package/lib/configFactory.d.ts +1 -1
- package/lib/configFactory.js +1 -0
- package/lib/configFactory.js.map +1 -0
- package/lib/context/defaults.js +1 -0
- package/lib/context/defaults.js.map +1 -0
- package/lib/context/directory/handlers/actions.d.ts +1 -1
- package/lib/context/directory/handlers/actions.js +15 -5
- package/lib/context/directory/handlers/actions.js.map +1 -0
- package/lib/context/directory/handlers/attackProtection.d.ts +1 -1
- package/lib/context/directory/handlers/attackProtection.js +1 -0
- package/lib/context/directory/handlers/attackProtection.js.map +1 -0
- package/lib/context/directory/handlers/branding.d.ts +1 -1
- package/lib/context/directory/handlers/branding.js +1 -0
- package/lib/context/directory/handlers/branding.js.map +1 -0
- package/lib/context/directory/handlers/clientGrants.d.ts +1 -1
- package/lib/context/directory/handlers/clientGrants.js +4 -2
- package/lib/context/directory/handlers/clientGrants.js.map +1 -0
- package/lib/context/directory/handlers/clients.d.ts +1 -1
- package/lib/context/directory/handlers/clients.js +1 -0
- package/lib/context/directory/handlers/clients.js.map +1 -0
- package/lib/context/directory/handlers/connections.d.ts +1 -1
- package/lib/context/directory/handlers/connections.js +1 -0
- package/lib/context/directory/handlers/connections.js.map +1 -0
- package/lib/context/directory/handlers/customDomains.d.ts +1 -1
- package/lib/context/directory/handlers/customDomains.js +1 -0
- package/lib/context/directory/handlers/customDomains.js.map +1 -0
- package/lib/context/directory/handlers/databases.d.ts +1 -1
- package/lib/context/directory/handlers/databases.js +3 -1
- package/lib/context/directory/handlers/databases.js.map +1 -0
- package/lib/context/directory/handlers/emailProvider.d.ts +1 -1
- package/lib/context/directory/handlers/emailProvider.js +1 -0
- package/lib/context/directory/handlers/emailProvider.js.map +1 -0
- package/lib/context/directory/handlers/emailTemplates.d.ts +1 -1
- package/lib/context/directory/handlers/emailTemplates.js +1 -0
- package/lib/context/directory/handlers/emailTemplates.js.map +1 -0
- package/lib/context/directory/handlers/guardianFactorProviders.d.ts +1 -1
- package/lib/context/directory/handlers/guardianFactorProviders.js +1 -0
- package/lib/context/directory/handlers/guardianFactorProviders.js.map +1 -0
- package/lib/context/directory/handlers/guardianFactorTemplates.d.ts +1 -1
- package/lib/context/directory/handlers/guardianFactorTemplates.js +1 -0
- package/lib/context/directory/handlers/guardianFactorTemplates.js.map +1 -0
- package/lib/context/directory/handlers/guardianFactors.d.ts +1 -1
- package/lib/context/directory/handlers/guardianFactors.js +1 -0
- package/lib/context/directory/handlers/guardianFactors.js.map +1 -0
- package/lib/context/directory/handlers/guardianPhoneFactorMessageTypes.d.ts +1 -1
- package/lib/context/directory/handlers/guardianPhoneFactorMessageTypes.js +1 -0
- package/lib/context/directory/handlers/guardianPhoneFactorMessageTypes.js.map +1 -0
- package/lib/context/directory/handlers/guardianPhoneFactorSelectedProvider.d.ts +1 -1
- package/lib/context/directory/handlers/guardianPhoneFactorSelectedProvider.js +1 -0
- package/lib/context/directory/handlers/guardianPhoneFactorSelectedProvider.js.map +1 -0
- package/lib/context/directory/handlers/guardianPolicies.d.ts +1 -1
- package/lib/context/directory/handlers/guardianPolicies.js +1 -0
- package/lib/context/directory/handlers/guardianPolicies.js.map +1 -0
- package/lib/context/directory/handlers/hooks.d.ts +1 -1
- package/lib/context/directory/handlers/hooks.js +1 -0
- package/lib/context/directory/handlers/hooks.js.map +1 -0
- package/lib/context/directory/handlers/index.d.ts +1 -1
- package/lib/context/directory/handlers/index.js +1 -0
- package/lib/context/directory/handlers/index.js.map +1 -0
- package/lib/context/directory/handlers/logStreams.d.ts +1 -1
- package/lib/context/directory/handlers/logStreams.js +1 -0
- package/lib/context/directory/handlers/logStreams.js.map +1 -0
- package/lib/context/directory/handlers/migrations.d.ts +1 -1
- package/lib/context/directory/handlers/migrations.js +1 -0
- package/lib/context/directory/handlers/migrations.js.map +1 -0
- package/lib/context/directory/handlers/organizations.d.ts +1 -1
- package/lib/context/directory/handlers/organizations.js +1 -0
- package/lib/context/directory/handlers/organizations.js.map +1 -0
- package/lib/context/directory/handlers/pages.d.ts +3 -2
- package/lib/context/directory/handlers/pages.js +5 -7
- package/lib/context/directory/handlers/pages.js.map +1 -0
- package/lib/context/directory/handlers/prompts.d.ts +1 -1
- package/lib/context/directory/handlers/prompts.js +1 -0
- package/lib/context/directory/handlers/prompts.js.map +1 -0
- package/lib/context/directory/handlers/resourceServers.d.ts +1 -1
- package/lib/context/directory/handlers/resourceServers.js +1 -0
- package/lib/context/directory/handlers/resourceServers.js.map +1 -0
- package/lib/context/directory/handlers/roles.d.ts +1 -1
- package/lib/context/directory/handlers/roles.js +1 -0
- package/lib/context/directory/handlers/roles.js.map +1 -0
- package/lib/context/directory/handlers/rules.d.ts +1 -1
- package/lib/context/directory/handlers/rules.js +1 -0
- package/lib/context/directory/handlers/rules.js.map +1 -0
- package/lib/context/directory/handlers/rulesConfigs.d.ts +1 -1
- package/lib/context/directory/handlers/rulesConfigs.js +1 -0
- package/lib/context/directory/handlers/rulesConfigs.js.map +1 -0
- package/lib/context/directory/handlers/tenant.d.ts +1 -1
- package/lib/context/directory/handlers/tenant.js +1 -0
- package/lib/context/directory/handlers/tenant.js.map +1 -0
- package/lib/context/directory/handlers/themes.d.ts +1 -1
- package/lib/context/directory/handlers/themes.js +1 -0
- package/lib/context/directory/handlers/themes.js.map +1 -0
- package/lib/context/directory/handlers/triggers.d.ts +1 -1
- package/lib/context/directory/handlers/triggers.js +1 -0
- package/lib/context/directory/handlers/triggers.js.map +1 -0
- package/lib/context/directory/index.d.ts +1 -1
- package/lib/context/directory/index.js +1 -0
- package/lib/context/directory/index.js.map +1 -0
- package/lib/context/index.js +1 -0
- package/lib/context/index.js.map +1 -0
- package/lib/context/yaml/handlers/actions.d.ts +3 -2
- package/lib/context/yaml/handlers/actions.js +14 -4
- package/lib/context/yaml/handlers/actions.js.map +1 -0
- package/lib/context/yaml/handlers/attackProtection.d.ts +1 -1
- package/lib/context/yaml/handlers/attackProtection.js +1 -0
- package/lib/context/yaml/handlers/attackProtection.js.map +1 -0
- package/lib/context/yaml/handlers/branding.d.ts +2 -2
- package/lib/context/yaml/handlers/branding.js +5 -11
- package/lib/context/yaml/handlers/branding.js.map +1 -0
- package/lib/context/yaml/handlers/clientGrants.d.ts +1 -1
- package/lib/context/yaml/handlers/clientGrants.js +1 -0
- package/lib/context/yaml/handlers/clientGrants.js.map +1 -0
- package/lib/context/yaml/handlers/clients.d.ts +1 -1
- package/lib/context/yaml/handlers/clients.js +1 -0
- package/lib/context/yaml/handlers/clients.js.map +1 -0
- package/lib/context/yaml/handlers/connections.d.ts +1 -1
- package/lib/context/yaml/handlers/connections.js +1 -0
- package/lib/context/yaml/handlers/connections.js.map +1 -0
- package/lib/context/yaml/handlers/customDomains.d.ts +1 -1
- package/lib/context/yaml/handlers/customDomains.js +1 -0
- package/lib/context/yaml/handlers/customDomains.js.map +1 -0
- package/lib/context/yaml/handlers/databases.d.ts +1 -1
- package/lib/context/yaml/handlers/databases.js +3 -0
- package/lib/context/yaml/handlers/databases.js.map +1 -0
- package/lib/context/yaml/handlers/emailProvider.d.ts +1 -1
- package/lib/context/yaml/handlers/emailProvider.js +1 -0
- package/lib/context/yaml/handlers/emailProvider.js.map +1 -0
- package/lib/context/yaml/handlers/emailTemplates.d.ts +1 -1
- package/lib/context/yaml/handlers/emailTemplates.js +1 -0
- package/lib/context/yaml/handlers/emailTemplates.js.map +1 -0
- package/lib/context/yaml/handlers/guardianFactorProviders.d.ts +1 -1
- package/lib/context/yaml/handlers/guardianFactorProviders.js +1 -0
- package/lib/context/yaml/handlers/guardianFactorProviders.js.map +1 -0
- package/lib/context/yaml/handlers/guardianFactorTemplates.d.ts +1 -1
- package/lib/context/yaml/handlers/guardianFactorTemplates.js +1 -0
- package/lib/context/yaml/handlers/guardianFactorTemplates.js.map +1 -0
- package/lib/context/yaml/handlers/guardianFactors.d.ts +1 -1
- package/lib/context/yaml/handlers/guardianFactors.js +1 -0
- package/lib/context/yaml/handlers/guardianFactors.js.map +1 -0
- package/lib/context/yaml/handlers/guardianPhoneFactorMessageTypes.d.ts +1 -1
- package/lib/context/yaml/handlers/guardianPhoneFactorMessageTypes.js +1 -0
- package/lib/context/yaml/handlers/guardianPhoneFactorMessageTypes.js.map +1 -0
- package/lib/context/yaml/handlers/guardianPhoneFactorSelectedProvider.d.ts +1 -1
- package/lib/context/yaml/handlers/guardianPhoneFactorSelectedProvider.js +1 -0
- package/lib/context/yaml/handlers/guardianPhoneFactorSelectedProvider.js.map +1 -0
- package/lib/context/yaml/handlers/guardianPolicies.d.ts +1 -1
- package/lib/context/yaml/handlers/guardianPolicies.js +1 -0
- package/lib/context/yaml/handlers/guardianPolicies.js.map +1 -0
- package/lib/context/yaml/handlers/hooks.d.ts +1 -1
- package/lib/context/yaml/handlers/hooks.js +1 -0
- package/lib/context/yaml/handlers/hooks.js.map +1 -0
- package/lib/context/yaml/handlers/index.d.ts +1 -1
- package/lib/context/yaml/handlers/index.js +1 -0
- package/lib/context/yaml/handlers/index.js.map +1 -0
- package/lib/context/yaml/handlers/logStreams.d.ts +1 -1
- package/lib/context/yaml/handlers/logStreams.js +1 -0
- package/lib/context/yaml/handlers/logStreams.js.map +1 -0
- package/lib/context/yaml/handlers/migrations.d.ts +1 -1
- package/lib/context/yaml/handlers/migrations.js +1 -0
- package/lib/context/yaml/handlers/migrations.js.map +1 -0
- package/lib/context/yaml/handlers/organizations.d.ts +1 -1
- package/lib/context/yaml/handlers/organizations.js +1 -0
- package/lib/context/yaml/handlers/organizations.js.map +1 -0
- package/lib/context/yaml/handlers/pages.d.ts +3 -2
- package/lib/context/yaml/handlers/pages.js +3 -4
- package/lib/context/yaml/handlers/pages.js.map +1 -0
- package/lib/context/yaml/handlers/prompts.d.ts +1 -1
- package/lib/context/yaml/handlers/prompts.js +1 -0
- package/lib/context/yaml/handlers/prompts.js.map +1 -0
- package/lib/context/yaml/handlers/resourceServers.d.ts +1 -1
- package/lib/context/yaml/handlers/resourceServers.js +1 -0
- package/lib/context/yaml/handlers/resourceServers.js.map +1 -0
- package/lib/context/yaml/handlers/roles.d.ts +1 -1
- package/lib/context/yaml/handlers/roles.js +1 -0
- package/lib/context/yaml/handlers/roles.js.map +1 -0
- package/lib/context/yaml/handlers/rules.d.ts +1 -1
- package/lib/context/yaml/handlers/rules.js +1 -0
- package/lib/context/yaml/handlers/rules.js.map +1 -0
- package/lib/context/yaml/handlers/rulesConfigs.d.ts +1 -1
- package/lib/context/yaml/handlers/rulesConfigs.js +1 -0
- package/lib/context/yaml/handlers/rulesConfigs.js.map +1 -0
- package/lib/context/yaml/handlers/tenant.d.ts +1 -1
- package/lib/context/yaml/handlers/tenant.js +1 -0
- package/lib/context/yaml/handlers/tenant.js.map +1 -0
- package/lib/context/yaml/handlers/themes.d.ts +1 -1
- package/lib/context/yaml/handlers/themes.js +1 -0
- package/lib/context/yaml/handlers/themes.js.map +1 -0
- package/lib/context/yaml/handlers/triggers.d.ts +1 -1
- package/lib/context/yaml/handlers/triggers.js +1 -0
- package/lib/context/yaml/handlers/triggers.js.map +1 -0
- package/lib/context/yaml/index.js +1 -0
- package/lib/context/yaml/index.js.map +1 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -0
- package/lib/logger.js +1 -0
- package/lib/logger.js.map +1 -0
- package/lib/readonly.js +1 -0
- package/lib/readonly.js.map +1 -0
- package/lib/sessionDurationsToMinutes.js +1 -0
- package/lib/sessionDurationsToMinutes.js.map +1 -0
- package/lib/tools/auth0/client.js +1 -0
- package/lib/tools/auth0/client.js.map +1 -0
- package/lib/tools/auth0/handlers/actions.d.ts +29 -5
- package/lib/tools/auth0/handlers/actions.js +14 -4
- package/lib/tools/auth0/handlers/actions.js.map +1 -0
- package/lib/tools/auth0/handlers/attackProtection.js +22 -11
- package/lib/tools/auth0/handlers/attackProtection.js.map +1 -0
- package/lib/tools/auth0/handlers/branding.js +22 -11
- package/lib/tools/auth0/handlers/branding.js.map +1 -0
- package/lib/tools/auth0/handlers/clientGrants.js +1 -0
- package/lib/tools/auth0/handlers/clientGrants.js.map +1 -0
- package/lib/tools/auth0/handlers/clients.js +1 -0
- package/lib/tools/auth0/handlers/clients.js.map +1 -0
- package/lib/tools/auth0/handlers/connections.js +1 -0
- package/lib/tools/auth0/handlers/connections.js.map +1 -0
- package/lib/tools/auth0/handlers/customDomains.js +1 -0
- package/lib/tools/auth0/handlers/customDomains.js.map +1 -0
- package/lib/tools/auth0/handlers/databases.js +1 -0
- package/lib/tools/auth0/handlers/databases.js.map +1 -0
- package/lib/tools/auth0/handlers/default.d.ts +1 -1
- package/lib/tools/auth0/handlers/default.js +1 -0
- package/lib/tools/auth0/handlers/default.js.map +1 -0
- package/lib/tools/auth0/handlers/emailProvider.js +26 -23
- package/lib/tools/auth0/handlers/emailProvider.js.map +1 -0
- package/lib/tools/auth0/handlers/emailTemplates.js +1 -0
- package/lib/tools/auth0/handlers/emailTemplates.js.map +1 -0
- package/lib/tools/auth0/handlers/guardianFactorProviders.js +1 -0
- package/lib/tools/auth0/handlers/guardianFactorProviders.js.map +1 -0
- package/lib/tools/auth0/handlers/guardianFactorTemplates.js +1 -0
- package/lib/tools/auth0/handlers/guardianFactorTemplates.js.map +1 -0
- package/lib/tools/auth0/handlers/guardianFactors.js +1 -0
- package/lib/tools/auth0/handlers/guardianFactors.js.map +1 -0
- package/lib/tools/auth0/handlers/guardianPhoneFactorMessageTypes.js +1 -0
- package/lib/tools/auth0/handlers/guardianPhoneFactorMessageTypes.js.map +1 -0
- package/lib/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.js +1 -0
- package/lib/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.js.map +1 -0
- package/lib/tools/auth0/handlers/guardianPolicies.js +1 -0
- package/lib/tools/auth0/handlers/guardianPolicies.js.map +1 -0
- package/lib/tools/auth0/handlers/hooks.js +1 -0
- package/lib/tools/auth0/handlers/hooks.js.map +1 -0
- package/lib/tools/auth0/handlers/index.js +1 -0
- package/lib/tools/auth0/handlers/index.js.map +1 -0
- package/lib/tools/auth0/handlers/logStreams.js +1 -0
- package/lib/tools/auth0/handlers/logStreams.js.map +1 -0
- package/lib/tools/auth0/handlers/migrations.js +1 -0
- package/lib/tools/auth0/handlers/migrations.js.map +1 -0
- package/lib/tools/auth0/handlers/organizations.js +1 -0
- package/lib/tools/auth0/handlers/organizations.js.map +1 -0
- package/lib/tools/auth0/handlers/pages.d.ts +7 -0
- package/lib/tools/auth0/handlers/pages.js +1 -0
- package/lib/tools/auth0/handlers/pages.js.map +1 -0
- package/lib/tools/auth0/handlers/prompts.d.ts +6 -6
- package/lib/tools/auth0/handlers/prompts.js +1 -0
- package/lib/tools/auth0/handlers/prompts.js.map +1 -0
- package/lib/tools/auth0/handlers/resourceServers.js +1 -0
- package/lib/tools/auth0/handlers/resourceServers.js.map +1 -0
- package/lib/tools/auth0/handlers/roles.js +1 -0
- package/lib/tools/auth0/handlers/roles.js.map +1 -0
- package/lib/tools/auth0/handlers/rules.js +1 -0
- package/lib/tools/auth0/handlers/rules.js.map +1 -0
- package/lib/tools/auth0/handlers/rulesConfigs.js +1 -0
- package/lib/tools/auth0/handlers/rulesConfigs.js.map +1 -0
- package/lib/tools/auth0/handlers/tenant.d.ts +1 -1
- package/lib/tools/auth0/handlers/tenant.js +1 -0
- package/lib/tools/auth0/handlers/tenant.js.map +1 -0
- package/lib/tools/auth0/handlers/themes.js +1 -0
- package/lib/tools/auth0/handlers/themes.js.map +1 -0
- package/lib/tools/auth0/handlers/triggers.js +1 -0
- package/lib/tools/auth0/handlers/triggers.js.map +1 -0
- package/lib/tools/auth0/index.d.ts +1 -1
- package/lib/tools/auth0/index.js +1 -0
- package/lib/tools/auth0/index.js.map +1 -0
- package/lib/tools/auth0/schema.js +1 -0
- package/lib/tools/auth0/schema.js.map +1 -0
- package/lib/tools/calculateChanges.js +1 -0
- package/lib/tools/calculateChanges.js.map +1 -0
- package/lib/tools/constants.js +1 -0
- package/lib/tools/constants.js.map +1 -0
- package/lib/tools/deploy.js +1 -0
- package/lib/tools/deploy.js.map +1 -0
- package/lib/tools/index.js +1 -0
- package/lib/tools/index.js.map +1 -0
- package/lib/tools/utils.js +1 -0
- package/lib/tools/utils.js.map +1 -0
- package/lib/tools/validationError.js +1 -0
- package/lib/tools/validationError.js.map +1 -0
- package/lib/types.d.ts +40 -32
- package/lib/types.js +1 -0
- package/lib/types.js.map +1 -0
- package/lib/utils.d.ts +5 -5
- package/lib/utils.js +1 -0
- package/lib/utils.js.map +1 -0
- package/opslevel.yml +6 -0
- package/package.json +10 -9
- package/tsconfig.json +1 -0
- package/.nyc_output/b55d7a30-feb2-4763-a79f-030cbbcaf34c.json +0 -1
- package/.nyc_output/processinfo/b55d7a30-feb2-4763-a79f-030cbbcaf34c.json +0 -1
- package/.nyc_output/processinfo/d585e288-6dff-4d1c-a029-4e45efb2ad92.json +0 -1
- package/.nyc_output/processinfo/d6d3177f-b440-4a24-ac55-7aabf686a0a7.json +0 -1
package/.circleci/config.yml
CHANGED
|
@@ -66,30 +66,43 @@ jobs:
|
|
|
66
66
|
name: Publish package
|
|
67
67
|
command: npm publish
|
|
68
68
|
|
|
69
|
+
does_typescript_compile:
|
|
70
|
+
docker:
|
|
71
|
+
- image: cimg/node:current
|
|
72
|
+
working_directory: ~/repo
|
|
73
|
+
steps:
|
|
74
|
+
- checkout
|
|
75
|
+
- run: npm ci
|
|
76
|
+
- run: npx tsc --noEmit
|
|
77
|
+
|
|
69
78
|
workflows:
|
|
70
79
|
version: 2
|
|
71
80
|
|
|
72
81
|
e2e_test:
|
|
73
82
|
jobs:
|
|
74
|
-
- e2e_test_as_node_module
|
|
83
|
+
- e2e_test_as_node_module:
|
|
84
|
+
name: E2E tests as Node module
|
|
75
85
|
- e2e_test_as_cli:
|
|
86
|
+
name: E2E tests as CLI
|
|
76
87
|
filters:
|
|
77
88
|
branches:
|
|
78
89
|
only: master
|
|
79
90
|
|
|
80
91
|
unit_test:
|
|
81
92
|
jobs:
|
|
93
|
+
- does_typescript_compile:
|
|
94
|
+
name: Does Typescript compile?
|
|
82
95
|
- unit_test:
|
|
83
|
-
name:
|
|
96
|
+
name: Unit tests with Node LTS
|
|
84
97
|
v: "lts"
|
|
85
98
|
- unit_test:
|
|
86
|
-
name:
|
|
99
|
+
name: Unit tests with Node current
|
|
87
100
|
v: "current"
|
|
88
101
|
|
|
89
102
|
test_and_deploy:
|
|
90
103
|
jobs:
|
|
91
104
|
- unit_test:
|
|
92
|
-
name:
|
|
105
|
+
name: Unit tests with Node LTS
|
|
93
106
|
v: "lts"
|
|
94
107
|
filters:
|
|
95
108
|
branches:
|
|
@@ -97,9 +110,10 @@ workflows:
|
|
|
97
110
|
tags:
|
|
98
111
|
only: /^v.*/
|
|
99
112
|
- deploy:
|
|
113
|
+
name: Publish to NPM
|
|
100
114
|
v: "lts"
|
|
101
115
|
requires:
|
|
102
|
-
-
|
|
116
|
+
- Unit tests with Node LTS
|
|
103
117
|
filters:
|
|
104
118
|
branches:
|
|
105
119
|
ignore: /.*/
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
blank_issues_enabled: false
|
|
2
|
+
contact_links:
|
|
3
|
+
- name: 🤔 Help & Questions
|
|
4
|
+
url: https://community.auth0.com/c/sdks/5
|
|
5
|
+
about: Ask general support or usage questions in the Auth0 Community forums
|
|
6
|
+
- name: 📖 Deploy CLI Documentation
|
|
7
|
+
url: https://github.com/auth0/auth0-deploy-cli#documentation
|
|
8
|
+
about: Check the Deploy CLI documentation for in-depth overview of all the available commands
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
name: 🚀 Feature Request
|
|
2
|
+
description: Suggest an idea or a feature for this project
|
|
3
|
+
labels: [ "feature request" ]
|
|
4
|
+
|
|
5
|
+
body:
|
|
6
|
+
- type: markdown
|
|
7
|
+
attributes:
|
|
8
|
+
value: |
|
|
9
|
+
Thanks for taking the time to fill out this feature request!
|
|
10
|
+
|
|
11
|
+
- type: checkboxes
|
|
12
|
+
id: checklist
|
|
13
|
+
attributes:
|
|
14
|
+
label: Checklist
|
|
15
|
+
options:
|
|
16
|
+
- label: I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
|
|
17
|
+
required: true
|
|
18
|
+
|
|
19
|
+
- type: textarea
|
|
20
|
+
id: description
|
|
21
|
+
attributes:
|
|
22
|
+
label: Describe the problem you'd like to have solved
|
|
23
|
+
description: A clear and concise description of what the problem is.
|
|
24
|
+
placeholder: My life would be a lot simpler if...
|
|
25
|
+
validations:
|
|
26
|
+
required: true
|
|
27
|
+
|
|
28
|
+
- type: textarea
|
|
29
|
+
id: ideal-solution
|
|
30
|
+
attributes:
|
|
31
|
+
label: Describe the ideal solution
|
|
32
|
+
description: A clear and concise description of what you want to happen.
|
|
33
|
+
validations:
|
|
34
|
+
required: true
|
|
35
|
+
|
|
36
|
+
- type: textarea
|
|
37
|
+
id: alternatives-and-workarounds
|
|
38
|
+
attributes:
|
|
39
|
+
label: Alternatives and current workarounds
|
|
40
|
+
description: A clear and concise description of any alternatives you've considered or any workarounds that are currently in place.
|
|
41
|
+
validations:
|
|
42
|
+
required: false
|
|
43
|
+
|
|
44
|
+
- type: textarea
|
|
45
|
+
id: additional-context
|
|
46
|
+
attributes:
|
|
47
|
+
label: Additional context
|
|
48
|
+
description: Add any other context or screenshots about the feature request here.
|
|
49
|
+
validations:
|
|
50
|
+
required: false
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
name: 🐛 Report a bug
|
|
2
|
+
description: Have you found a bug or issue? Create a bug report for this tool
|
|
3
|
+
labels: [ "bug" ]
|
|
4
|
+
|
|
5
|
+
body:
|
|
6
|
+
- type: markdown
|
|
7
|
+
attributes:
|
|
8
|
+
value: |
|
|
9
|
+
Thanks for taking the time to fill out this bug report!
|
|
10
|
+
|
|
11
|
+
- type: markdown
|
|
12
|
+
attributes:
|
|
13
|
+
value: |
|
|
14
|
+
**Please do not report security vulnerabilities here**. The [Responsible Disclosure Program](https://auth0.com/responsible-disclosure-policy) details the procedure for disclosing security issues.
|
|
15
|
+
|
|
16
|
+
- type: checkboxes
|
|
17
|
+
id: checklist
|
|
18
|
+
attributes:
|
|
19
|
+
label: Checklist
|
|
20
|
+
options:
|
|
21
|
+
- label: I have looked into the [README](https://github.com/auth0/auth0-deploy-cli#readme) and have not found a suitable solution or answer.
|
|
22
|
+
required: true
|
|
23
|
+
- label: I have looked into the [documentation](https://github.com/auth0/auth0-deploy-cli#documentation) and have not found a suitable solution or answer.
|
|
24
|
+
required: true
|
|
25
|
+
- label: I have searched the [issues](https://github.com/auth0/auth0-deploy-cli/issues) and have not found a suitable solution or answer.
|
|
26
|
+
required: true
|
|
27
|
+
- label: I have upgraded to the [latest version](https://github.com/auth0/auth0-deploy-cli/releases/latest) of this tool and the issue still persists.
|
|
28
|
+
required: true
|
|
29
|
+
- label: I have searched the [Auth0 Community](https://community.auth0.com/c/sdks/5) forums and have not found a suitable solution or answer.
|
|
30
|
+
required: true
|
|
31
|
+
- label: I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
|
|
32
|
+
required: true
|
|
33
|
+
|
|
34
|
+
- type: textarea
|
|
35
|
+
id: description
|
|
36
|
+
attributes:
|
|
37
|
+
label: Description
|
|
38
|
+
description: Provide a clear and concise description of the issue.
|
|
39
|
+
validations:
|
|
40
|
+
required: true
|
|
41
|
+
|
|
42
|
+
- type: textarea
|
|
43
|
+
id: expectation
|
|
44
|
+
attributes:
|
|
45
|
+
label: Expectation
|
|
46
|
+
description: Tell us about the behavior you expected to see.
|
|
47
|
+
validations:
|
|
48
|
+
required: true
|
|
49
|
+
|
|
50
|
+
- type: textarea
|
|
51
|
+
id: reproduction
|
|
52
|
+
attributes:
|
|
53
|
+
label: Reproduction
|
|
54
|
+
description: Detail the steps taken to reproduce this error and, ideally, share a repo of a minimal reproducible example. State whether this issue can be reproduced consistently or if it is intermittent.
|
|
55
|
+
placeholder: |
|
|
56
|
+
1. Given...
|
|
57
|
+
2. When...
|
|
58
|
+
3. Then...
|
|
59
|
+
validations:
|
|
60
|
+
required: true
|
|
61
|
+
|
|
62
|
+
- type: input
|
|
63
|
+
id: environment-deploy-cli-version
|
|
64
|
+
attributes:
|
|
65
|
+
label: Deploy CLI version
|
|
66
|
+
validations:
|
|
67
|
+
required: true
|
|
68
|
+
|
|
69
|
+
- type: input
|
|
70
|
+
id: environment-node-version
|
|
71
|
+
attributes:
|
|
72
|
+
label: Node version
|
|
73
|
+
validations:
|
|
74
|
+
required: true
|
|
@@ -1,24 +1,42 @@
|
|
|
1
|
-
|
|
1
|
+
<!--
|
|
2
|
+
❗ For general support or usage questions, use the Auth0 Community forums or raise a support ticket.
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
> - What did you change from a design standpoint?
|
|
6
|
-
> - What did you change in the code itself?
|
|
7
|
-
> - If you are updating a dependency, explain why this is needed.
|
|
4
|
+
By submitting a pull request to this repository, you agree to the terms within the Auth0 Code of Conduct: https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md.
|
|
5
|
+
-->
|
|
8
6
|
|
|
9
|
-
|
|
7
|
+
### 🔧 Changes
|
|
10
8
|
|
|
11
|
-
|
|
9
|
+
<!--
|
|
10
|
+
Describe both what is changing and why this is important. Include:
|
|
12
11
|
|
|
13
|
-
|
|
12
|
+
- Types and methods added, deleted, deprecated, or changed
|
|
13
|
+
- A summary of usage if this is a new feature or a change to a public API
|
|
14
|
+
-->
|
|
14
15
|
|
|
15
|
-
|
|
16
|
-
> - Make sure you add unit and integration tests.
|
|
17
|
-
> - If this is on a hot path, add load or performance tests
|
|
18
|
-
> - Especially for dependency updates we also need to make sure that there is no impact on performance.
|
|
16
|
+
### 📚 References
|
|
19
17
|
|
|
20
|
-
|
|
18
|
+
<!--
|
|
19
|
+
Add relevant links supporting this change, such as:
|
|
21
20
|
|
|
22
|
-
|
|
21
|
+
- GitHub issue/PR number addressed or fixed
|
|
22
|
+
- Auth0 Community post
|
|
23
|
+
- StackOverflow answer
|
|
24
|
+
- Related pull requests/issues from other repositories
|
|
23
25
|
|
|
24
|
-
|
|
26
|
+
If there are no references, simply delete this section.
|
|
27
|
+
-->
|
|
28
|
+
|
|
29
|
+
### 🔬 Testing
|
|
30
|
+
|
|
31
|
+
<!--
|
|
32
|
+
Describe how this can be tested by reviewers. Be specific about anything not tested and why. Include any manual steps for testing end-to-end, or for testing functionality not covered by unit tests.
|
|
33
|
+
-->
|
|
34
|
+
|
|
35
|
+
### 📝 Checklist
|
|
36
|
+
|
|
37
|
+
- [ ] All new/changed/fixed functionality is covered by tests (or N/A)
|
|
38
|
+
- [ ] I have added documentation for all new/changed functionality (or N/A)
|
|
39
|
+
|
|
40
|
+
<!--
|
|
41
|
+
❗ All the above items are required. Pull requests with an incomplete or missing checklist will be closed.
|
|
42
|
+
-->
|
|
File without changes
|
|
File without changes
|