auth0-deploy-cli 7.24.3 → 8.1.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 (201) hide show
  1. package/.nyc_output/eddfc559-04e8-4f99-adef-dd9503950c80.json +1 -0
  2. package/.nyc_output/processinfo/20b0af71-c58f-402b-ac9c-4c5b7a505a79.json +1 -0
  3. package/.nyc_output/processinfo/9b0c8b3d-76ba-4549-b82e-b44e387f2419.json +1 -0
  4. package/.nyc_output/processinfo/eddfc559-04e8-4f99-adef-dd9503950c80.json +1 -0
  5. package/.nyc_output/processinfo/index.json +1 -1
  6. package/CHANGELOG.md +28 -1
  7. package/CONTRIBUTING.md +1 -0
  8. package/README.md +1 -1
  9. package/coverage/lcov-report/index.html +69 -69
  10. package/coverage/lcov.info +3804 -3599
  11. package/docs/configuring-the-deploy-cli.md +1 -1
  12. package/docs/excluding-from-management.md +0 -1
  13. package/docs/resource-specific-documentation.md +11 -8
  14. package/docs/v8_MIGRATION_GUIDE.md +46 -0
  15. package/examples/directory/README.md +0 -7
  16. package/examples/directory/config.json.example +3 -3
  17. package/examples/yaml/config.json.example +4 -4
  18. package/examples/yaml/tenant.yaml +0 -21
  19. package/lib/args.js +1 -2
  20. package/lib/args.js.map +1 -1
  21. package/lib/commands/export.js +1 -1
  22. package/lib/commands/export.js.map +1 -1
  23. package/lib/commands/import.js +1 -1
  24. package/lib/commands/import.js.map +1 -1
  25. package/lib/configFactory.js.map +1 -1
  26. package/lib/context/defaults.js +1 -2
  27. package/lib/context/defaults.js.map +1 -1
  28. package/lib/context/directory/handlers/actions.js.map +1 -1
  29. package/lib/context/directory/handlers/attackProtection.js.map +1 -1
  30. package/lib/context/directory/handlers/branding.js.map +1 -1
  31. package/lib/context/directory/handlers/clientGrants.js +3 -2
  32. package/lib/context/directory/handlers/clientGrants.js.map +1 -1
  33. package/lib/context/directory/handlers/clients.js.map +1 -1
  34. package/lib/context/directory/handlers/connections.js.map +1 -1
  35. package/lib/context/directory/handlers/databases.js.map +1 -1
  36. package/lib/context/directory/handlers/emailProvider.js.map +1 -1
  37. package/lib/context/directory/handlers/emailTemplates.js.map +1 -1
  38. package/lib/context/directory/handlers/guardianPhoneFactorMessageTypes.js.map +1 -1
  39. package/lib/context/directory/handlers/guardianPhoneFactorSelectedProvider.js.map +1 -1
  40. package/lib/context/directory/handlers/guardianPolicies.js.map +1 -1
  41. package/lib/context/directory/handlers/hooks.js.map +1 -1
  42. package/lib/context/directory/handlers/index.js +3 -5
  43. package/lib/context/directory/handlers/index.js.map +1 -1
  44. package/lib/context/directory/handlers/organizations.js.map +1 -1
  45. package/lib/context/directory/handlers/pages.js.map +1 -1
  46. package/lib/context/directory/handlers/prompts.js.map +1 -1
  47. package/lib/context/directory/handlers/resourceServers.d.ts +1 -1
  48. package/lib/context/directory/handlers/resourceServers.js.map +1 -1
  49. package/lib/context/directory/handlers/roles.js.map +1 -1
  50. package/lib/context/directory/handlers/rules.js.map +1 -1
  51. package/lib/context/directory/handlers/tenant.js.map +1 -1
  52. package/lib/context/directory/handlers/themes.js.map +1 -1
  53. package/lib/context/directory/index.d.ts +2 -1
  54. package/lib/context/directory/index.js +3 -3
  55. package/lib/context/directory/index.js.map +1 -1
  56. package/lib/context/index.d.ts +1 -1
  57. package/lib/context/index.js +8 -3
  58. package/lib/context/index.js.map +1 -1
  59. package/lib/context/yaml/handlers/actions.js.map +1 -1
  60. package/lib/context/yaml/handlers/branding.js.map +1 -1
  61. package/lib/context/yaml/handlers/clientGrants.js +4 -2
  62. package/lib/context/yaml/handlers/clientGrants.js.map +1 -1
  63. package/lib/context/yaml/handlers/clients.js.map +1 -1
  64. package/lib/context/yaml/handlers/connections.js.map +1 -1
  65. package/lib/context/yaml/handlers/emailProvider.js.map +1 -1
  66. package/lib/context/yaml/handlers/emailTemplates.js.map +1 -1
  67. package/lib/context/yaml/handlers/guardianPolicies.d.ts +2 -2
  68. package/lib/context/yaml/handlers/hooks.js.map +1 -1
  69. package/lib/context/yaml/handlers/index.js +4 -6
  70. package/lib/context/yaml/handlers/index.js.map +1 -1
  71. package/lib/context/yaml/handlers/organizations.js.map +1 -1
  72. package/lib/context/yaml/handlers/pages.js.map +1 -1
  73. package/lib/context/yaml/handlers/resourceServers.d.ts +1 -1
  74. package/lib/context/yaml/handlers/resourceServers.js.map +1 -1
  75. package/lib/context/yaml/handlers/roles.js.map +1 -1
  76. package/lib/context/yaml/handlers/rules.js.map +1 -1
  77. package/lib/context/yaml/handlers/themes.d.ts +1 -1
  78. package/lib/context/yaml/index.d.ts +2 -1
  79. package/lib/context/yaml/index.js +4 -4
  80. package/lib/context/yaml/index.js.map +1 -1
  81. package/lib/index.d.ts +1 -1
  82. package/lib/index.js.map +1 -1
  83. package/lib/keywordPreservation.d.ts +1 -1
  84. package/lib/keywordPreservation.js.map +1 -1
  85. package/lib/readonly.js +1 -1
  86. package/lib/readonly.js.map +1 -1
  87. package/lib/sessionDurationsToMinutes.d.ts +2 -2
  88. package/lib/tools/auth0/client.d.ts +4 -2
  89. package/lib/tools/auth0/client.js +14 -4
  90. package/lib/tools/auth0/client.js.map +1 -1
  91. package/lib/tools/auth0/handlers/actions.d.ts +8 -3
  92. package/lib/tools/auth0/handlers/actions.js +19 -17
  93. package/lib/tools/auth0/handlers/actions.js.map +1 -1
  94. package/lib/tools/auth0/handlers/attackProtection.js +8 -8
  95. package/lib/tools/auth0/handlers/attackProtection.js.map +1 -1
  96. package/lib/tools/auth0/handlers/branding.js +25 -12
  97. package/lib/tools/auth0/handlers/branding.js.map +1 -1
  98. package/lib/tools/auth0/handlers/clientGrants.js +11 -3
  99. package/lib/tools/auth0/handlers/clientGrants.js.map +1 -1
  100. package/lib/tools/auth0/handlers/clients.d.ts +3 -3
  101. package/lib/tools/auth0/handlers/clients.js +3 -1
  102. package/lib/tools/auth0/handlers/clients.js.map +1 -1
  103. package/lib/tools/auth0/handlers/connections.d.ts +8 -1
  104. package/lib/tools/auth0/handlers/connections.js +18 -8
  105. package/lib/tools/auth0/handlers/connections.js.map +1 -1
  106. package/lib/tools/auth0/handlers/customDomains.js +2 -2
  107. package/lib/tools/auth0/handlers/customDomains.js.map +1 -1
  108. package/lib/tools/auth0/handlers/databases.d.ts +1 -1
  109. package/lib/tools/auth0/handlers/databases.js +14 -7
  110. package/lib/tools/auth0/handlers/databases.js.map +1 -1
  111. package/lib/tools/auth0/handlers/default.js +14 -4
  112. package/lib/tools/auth0/handlers/default.js.map +1 -1
  113. package/lib/tools/auth0/handlers/emailProvider.js +20 -11
  114. package/lib/tools/auth0/handlers/emailProvider.js.map +1 -1
  115. package/lib/tools/auth0/handlers/emailTemplates.js +23 -10
  116. package/lib/tools/auth0/handlers/emailTemplates.js.map +1 -1
  117. package/lib/tools/auth0/handlers/guardianFactorProviders.js +40 -6
  118. package/lib/tools/auth0/handlers/guardianFactorProviders.js.map +1 -1
  119. package/lib/tools/auth0/handlers/guardianFactorTemplates.js +29 -5
  120. package/lib/tools/auth0/handlers/guardianFactorTemplates.js.map +1 -1
  121. package/lib/tools/auth0/handlers/guardianFactors.js +2 -1
  122. package/lib/tools/auth0/handlers/guardianFactors.js.map +1 -1
  123. package/lib/tools/auth0/handlers/guardianPhoneFactorMessageTypes.d.ts +1 -1
  124. package/lib/tools/auth0/handlers/guardianPhoneFactorMessageTypes.js +3 -3
  125. package/lib/tools/auth0/handlers/guardianPhoneFactorMessageTypes.js.map +1 -1
  126. package/lib/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.d.ts +2 -2
  127. package/lib/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.js +3 -3
  128. package/lib/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.js.map +1 -1
  129. package/lib/tools/auth0/handlers/guardianPolicies.d.ts +2 -2
  130. package/lib/tools/auth0/handlers/guardianPolicies.js +2 -3
  131. package/lib/tools/auth0/handlers/guardianPolicies.js.map +1 -1
  132. package/lib/tools/auth0/handlers/hooks.js +8 -4
  133. package/lib/tools/auth0/handlers/hooks.js.map +1 -1
  134. package/lib/tools/auth0/handlers/index.d.ts +6 -147
  135. package/lib/tools/auth0/handlers/index.js +0 -3
  136. package/lib/tools/auth0/handlers/index.js.map +1 -1
  137. package/lib/tools/auth0/handlers/logStreams.js +1 -1
  138. package/lib/tools/auth0/handlers/logStreams.js.map +1 -1
  139. package/lib/tools/auth0/handlers/organizations.d.ts +24 -0
  140. package/lib/tools/auth0/handlers/organizations.js +134 -15
  141. package/lib/tools/auth0/handlers/organizations.js.map +1 -1
  142. package/lib/tools/auth0/handlers/pages.js +7 -6
  143. package/lib/tools/auth0/handlers/pages.js.map +1 -1
  144. package/lib/tools/auth0/handlers/prompts.d.ts +2 -3
  145. package/lib/tools/auth0/handlers/prompts.js +43 -70
  146. package/lib/tools/auth0/handlers/prompts.js.map +1 -1
  147. package/lib/tools/auth0/handlers/resourceServers.d.ts +1 -9
  148. package/lib/tools/auth0/handlers/resourceServers.js +2 -1
  149. package/lib/tools/auth0/handlers/resourceServers.js.map +1 -1
  150. package/lib/tools/auth0/handlers/roles.js +33 -12
  151. package/lib/tools/auth0/handlers/roles.js.map +1 -1
  152. package/lib/tools/auth0/handlers/rules.js +8 -3
  153. package/lib/tools/auth0/handlers/rules.js.map +1 -1
  154. package/lib/tools/auth0/handlers/rulesConfigs.js +2 -1
  155. package/lib/tools/auth0/handlers/rulesConfigs.js.map +1 -1
  156. package/lib/tools/auth0/handlers/scimHandler.d.ts +10 -11
  157. package/lib/tools/auth0/handlers/scimHandler.js +57 -46
  158. package/lib/tools/auth0/handlers/scimHandler.js.map +1 -1
  159. package/lib/tools/auth0/handlers/tenant.d.ts +5 -9
  160. package/lib/tools/auth0/handlers/tenant.js +55 -54
  161. package/lib/tools/auth0/handlers/tenant.js.map +1 -1
  162. package/lib/tools/auth0/handlers/themes.d.ts +2 -85
  163. package/lib/tools/auth0/handlers/themes.js +4 -4
  164. package/lib/tools/auth0/handlers/themes.js.map +1 -1
  165. package/lib/tools/auth0/handlers/triggers.js +8 -7
  166. package/lib/tools/auth0/handlers/triggers.js.map +1 -1
  167. package/lib/tools/auth0/index.d.ts +2 -2
  168. package/lib/tools/auth0/index.js.map +1 -1
  169. package/lib/tools/auth0/schema.js.map +1 -1
  170. package/lib/tools/calculateChanges.js +2 -3
  171. package/lib/tools/calculateChanges.js.map +1 -1
  172. package/lib/tools/constants.d.ts +2 -1
  173. package/lib/tools/constants.js +1 -1
  174. package/lib/tools/constants.js.map +1 -1
  175. package/lib/tools/deploy.js +1 -1
  176. package/lib/tools/deploy.js.map +1 -1
  177. package/lib/tools/index.d.ts +1 -1
  178. package/lib/tools/utils.js +16 -16
  179. package/lib/tools/utils.js.map +1 -1
  180. package/lib/tools/validationError.js.map +1 -1
  181. package/lib/types.d.ts +9 -205
  182. package/lib/types.js.map +1 -1
  183. package/lib/utils.d.ts +7 -69
  184. package/lib/utils.js +18 -19
  185. package/lib/utils.js.map +1 -1
  186. package/package.json +17 -13
  187. package/.nyc_output/a8ac1630-6117-4676-b6bd-070b5b5cbf85.json +0 -1
  188. package/.nyc_output/processinfo/79ceccfe-9d84-4459-a2d7-6176c1ca9036.json +0 -1
  189. package/.nyc_output/processinfo/92a189da-03b1-474f-b182-d342071e8aef.json +0 -1
  190. package/.nyc_output/processinfo/a8ac1630-6117-4676-b6bd-070b5b5cbf85.json +0 -1
  191. package/lib/context/directory/handlers/migrations.d.ts +0 -5
  192. package/lib/context/directory/handlers/migrations.js +0 -45
  193. package/lib/context/directory/handlers/migrations.js.map +0 -1
  194. package/lib/context/yaml/handlers/migrations.d.ts +0 -5
  195. package/lib/context/yaml/handlers/migrations.js +0 -25
  196. package/lib/context/yaml/handlers/migrations.js.map +0 -1
  197. package/lib/tools/auth0/handlers/migrations.d.ts +0 -15
  198. package/lib/tools/auth0/handlers/migrations.js +0 -110
  199. package/lib/tools/auth0/handlers/migrations.js.map +0 -1
  200. /package/.nyc_output/{79ceccfe-9d84-4459-a2d7-6176c1ca9036.json → 20b0af71-c58f-402b-ac9c-4c5b7a505a79.json} +0 -0
  201. /package/.nyc_output/{92a189da-03b1-474f-b182-d342071e8aef.json → 9b0c8b3d-76ba-4549-b82e-b44e387f2419.json} +0 -0
@@ -0,0 +1 @@
1
+ {"parent":"9b0c8b3d-76ba-4549-b82e-b44e387f2419","pid":181,"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":1731061190420,"ppid":180,"coverageFilename":"/home/circleci/repo/.nyc_output/20b0af71-c58f-402b-ac9c-4c5b7a505a79.json","externalId":"","uuid":"20b0af71-c58f-402b-ac9c-4c5b7a505a79","files":[]}
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":169,"argv":["/usr/local/bin/node","/usr/local/bin/npm","run","test"],"execArgv":[],"cwd":"/home/circleci/repo","time":1731061190229,"ppid":158,"coverageFilename":"/home/circleci/repo/.nyc_output/9b0c8b3d-76ba-4549-b82e-b44e387f2419.json","externalId":"","uuid":"9b0c8b3d-76ba-4549-b82e-b44e387f2419","files":[]}
@@ -0,0 +1 @@
1
+ {"parent":"20b0af71-c58f-402b-ac9c-4c5b7a505a79","pid":188,"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":1731061190526,"ppid":181,"coverageFilename":"/home/circleci/repo/.nyc_output/eddfc559-04e8-4f99-adef-dd9503950c80.json","externalId":"","uuid":"eddfc559-04e8-4f99-adef-dd9503950c80","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/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 +1 @@
1
- {"processes":{"79ceccfe-9d84-4459-a2d7-6176c1ca9036":{"parent":null,"children":["92a189da-03b1-474f-b182-d342071e8aef"]},"92a189da-03b1-474f-b182-d342071e8aef":{"parent":"79ceccfe-9d84-4459-a2d7-6176c1ca9036","children":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"]},"a8ac1630-6117-4676-b6bd-070b5b5cbf85":{"parent":"92a189da-03b1-474f-b182-d342071e8aef","children":[]}},"files":{"/home/circleci/repo/src/logger.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/constants.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/deploy.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/client.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/utils.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/schema.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/rules.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/validationError.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/default.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/calculateChanges.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/hooks.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/pages.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/databases.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/connections.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/scimHandler.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/clients.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/tenant.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/roles.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/branding.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/prompts.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/types.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/migrations.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/actions.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/triggers.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/organizations.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/tools/auth0/handlers/themes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/utils.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/pages.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/rules.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/hooks.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/clients.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/tenant.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/sessionDurationsToMinutes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/defaults.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/connections.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/databases.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/roles.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/organizations.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/migrations.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/actions.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/triggers.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/branding.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/logStreams.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/prompts.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/customDomains.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/yaml/handlers/themes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/readonly.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/keywordPreservation.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/pages.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/rules.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/hooks.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/clients.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/tenant.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/emailProvider.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/connections.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/databases.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/clientGrants.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/resourceServers.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/roles.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/migrations.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/actions.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/organizations.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/triggers.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/attackProtection.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/branding.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/logStreams.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/prompts.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/customDomains.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/context/directory/handlers/themes.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/index.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/args.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/commands/import.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/configFactory.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"],"/home/circleci/repo/src/commands/export.ts":["a8ac1630-6117-4676-b6bd-070b5b5cbf85"]},"externalIds":{}}
1
+ {"processes":{"20b0af71-c58f-402b-ac9c-4c5b7a505a79":{"parent":"9b0c8b3d-76ba-4549-b82e-b44e387f2419","children":["eddfc559-04e8-4f99-adef-dd9503950c80"]},"9b0c8b3d-76ba-4549-b82e-b44e387f2419":{"parent":null,"children":["20b0af71-c58f-402b-ac9c-4c5b7a505a79"]},"eddfc559-04e8-4f99-adef-dd9503950c80":{"parent":"20b0af71-c58f-402b-ac9c-4c5b7a505a79","children":[]}},"files":{"/home/circleci/repo/src/logger.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/constants.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/deploy.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/client.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/utils.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/schema.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/rules.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/validationError.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/default.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/calculateChanges.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/hooks.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/pages.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/databases.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/connections.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/scimHandler.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/clients.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/tenant.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/roles.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/branding.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/prompts.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/types.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/actions.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/triggers.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/organizations.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/utils.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/tools/auth0/handlers/themes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/pages.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/clients.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/tenant.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/sessionDurationsToMinutes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/defaults.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/connections.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/databases.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/roles.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/organizations.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/actions.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/triggers.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/branding.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/logStreams.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/prompts.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/customDomains.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/themes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/rules.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/yaml/handlers/hooks.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/readonly.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/keywordPreservation.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/pages.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/clients.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/tenant.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/emailProvider.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/connections.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/databases.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/clientGrants.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/resourceServers.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/roles.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/actions.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/organizations.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/triggers.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/attackProtection.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/branding.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/logStreams.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/prompts.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/customDomains.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/themes.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/rules.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/hooks.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/index.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/args.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/commands/import.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/configFactory.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"],"/home/circleci/repo/src/commands/export.ts":["eddfc559-04e8-4f99-adef-dd9503950c80"]},"externalIds":{}}
package/CHANGELOG.md CHANGED
@@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [8.1.0] - 2024-11-08
11
+
12
+ ### Added
13
+
14
+ - Client Credentials (M2M) support in `organizations` and `clientGrants` [#975]
15
+
16
+ ## [8.0.0] - 2024-10-21
17
+
18
+ ### Changed
19
+
20
+ - Auth0 [v4.X](https://github.com/auth0/node-auth0/releases/tag/v4.10.0) migration
21
+ - The `delete` operation on the `emailProvider` resource will disable the email provider instead of deleting it.
22
+
23
+ ### Deprecated
24
+
25
+ - Migration resource operation
26
+
27
+ ### Security
28
+
29
+ - Security fixes from dependencies
30
+ - Node 18 LTS and newer LTS releases are supported.
31
+
32
+ Doc: [v8 Migartion](./docs/v8_MIGRATION_GUIDE.md)
33
+
10
34
  ## [7.24.3] - 2024-10-15
11
35
 
12
36
  ### Fixed
@@ -1090,7 +1114,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1090
1114
  [#946]: https://github.com/auth0/auth0-deploy-cli/issues/946
1091
1115
  [#954]: https://github.com/auth0/auth0-deploy-cli/issues/954
1092
1116
  [#963]: https://github.com/auth0/auth0-deploy-cli/issues/963
1093
- [unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...HEAD
1117
+ [#975]: https://github.com/auth0/auth0-deploy-cli/issues/975
1118
+ [unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.1.0...HEAD
1119
+ [8.1.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...v8.1.0
1120
+ [8.0.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...v8.0.0
1094
1121
  [7.24.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.2...v7.24.3
1095
1122
  [7.24.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.1...v7.24.2
1096
1123
  [7.24.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.0...v7.24.1
package/CONTRIBUTING.md CHANGED
@@ -1,4 +1,5 @@
1
1
  ## Commits
2
+
2
3
  All commits should be signed to enhance security, authorship, trust and compliance.
3
4
 
4
5
  [About commit signature verification](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
package/README.md CHANGED
@@ -70,7 +70,7 @@ This guide will help you to a working implementation of the Deploy CLI tool used
70
70
 
71
71
  ### Prerequisites
72
72
 
73
- - [Node](https://nodejs.dev/) version 10 or greater
73
+ - [Node](https://nodejs.dev/) version 18 or greater
74
74
  - [Auth0 Tenant](https://auth0.com/)
75
75
 
76
76
  ### Install the Deploy CLI
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">89.42% </span>
26
+ <span class="strong">85.79% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>3609/4036</span>
28
+ <span class='fraction'>3526/4110</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">77.53% </span>
33
+ <span class="strong">72.79% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>1398/1803</span>
35
+ <span class='fraction'>1397/1919</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">92.95% </span>
40
+ <span class="strong">85.84% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>778/837</span>
42
+ <span class='fraction'>740/862</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">91.25% </span>
47
+ <span class="strong">87.67% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>3382/3706</span>
49
+ <span class='fraction'>3307/3772</span>
50
50
  </div>
51
51
 
52
52
 
@@ -110,77 +110,77 @@
110
110
 
111
111
  <tr>
112
112
  <td class="file medium" data-value="src/context"><a href="src/context/index.html">src/context</a></td>
113
- <td data-value="79.24" class="pic medium">
114
- <div class="chart"><div class="cover-fill" style="width: 79%"></div><div class="cover-empty" style="width: 21%"></div></div>
113
+ <td data-value="77.06" class="pic medium">
114
+ <div class="chart"><div class="cover-fill" style="width: 77%"></div><div class="cover-empty" style="width: 23%"></div></div>
115
115
  </td>
116
- <td data-value="79.24" class="pct medium">79.24%</td>
117
- <td data-value="106" class="abs medium">84/106</td>
118
- <td data-value="77.38" class="pct medium">77.38%</td>
119
- <td data-value="84" class="abs medium">65/84</td>
116
+ <td data-value="77.06" class="pct medium">77.06%</td>
117
+ <td data-value="109" class="abs medium">84/109</td>
118
+ <td data-value="72.22" class="pct medium">72.22%</td>
119
+ <td data-value="90" class="abs medium">65/90</td>
120
120
  <td data-value="93.33" class="pct high">93.33%</td>
121
121
  <td data-value="15" class="abs high">14/15</td>
122
- <td data-value="80.2" class="pct high">80.2%</td>
123
- <td data-value="96" class="abs high">77/96</td>
122
+ <td data-value="77.77" class="pct medium">77.77%</td>
123
+ <td data-value="99" class="abs medium">77/99</td>
124
124
  </tr>
125
125
 
126
126
  <tr>
127
127
  <td class="file high" data-value="src/context/directory"><a href="src/context/directory/index.html">src/context/directory</a></td>
128
- <td data-value="94.54" class="pic high">
128
+ <td data-value="94.64" class="pic high">
129
129
  <div class="chart"><div class="cover-fill" style="width: 94%"></div><div class="cover-empty" style="width: 6%"></div></div>
130
130
  </td>
131
- <td data-value="94.54" class="pct high">94.54%</td>
132
- <td data-value="55" class="abs high">52/55</td>
131
+ <td data-value="94.64" class="pct high">94.64%</td>
132
+ <td data-value="56" class="abs high">53/56</td>
133
133
  <td data-value="90.9" class="pct high">90.9%</td>
134
134
  <td data-value="33" class="abs high">30/33</td>
135
135
  <td data-value="100" class="pct high">100%</td>
136
- <td data-value="10" class="abs high">10/10</td>
137
- <td data-value="94.54" class="pct high">94.54%</td>
138
- <td data-value="55" class="abs high">52/55</td>
136
+ <td data-value="11" class="abs high">11/11</td>
137
+ <td data-value="94.64" class="pct high">94.64%</td>
138
+ <td data-value="56" class="abs high">53/56</td>
139
139
  </tr>
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.9" class="pic high">
143
+ <td data-value="89.93" class="pic high">
144
144
  <div class="chart"><div class="cover-fill" style="width: 89%"></div><div class="cover-empty" style="width: 11%"></div></div>
145
145
  </td>
146
- <td data-value="89.9" class="pct high">89.9%</td>
147
- <td data-value="921" class="abs high">828/921</td>
148
- <td data-value="74.34" class="pct medium">74.34%</td>
149
- <td data-value="269" class="abs medium">200/269</td>
150
- <td data-value="90.41" class="pct high">90.41%</td>
151
- <td data-value="146" class="abs high">132/146</td>
152
- <td data-value="93.11" class="pct high">93.11%</td>
153
- <td data-value="843" class="abs high">785/843</td>
146
+ <td data-value="89.93" class="pct high">89.93%</td>
147
+ <td data-value="904" class="abs high">813/904</td>
148
+ <td data-value="74.32" class="pct medium">74.32%</td>
149
+ <td data-value="261" class="abs medium">194/261</td>
150
+ <td data-value="90.27" class="pct high">90.27%</td>
151
+ <td data-value="144" class="abs high">130/144</td>
152
+ <td data-value="93" class="pct high">93%</td>
153
+ <td data-value="829" class="abs high">771/829</td>
154
154
  </tr>
155
155
 
156
156
  <tr>
157
157
  <td class="file high" data-value="src/context/yaml"><a href="src/context/yaml/index.html">src/context/yaml</a></td>
158
- <td data-value="92.3" class="pic high">
158
+ <td data-value="92.39" class="pic high">
159
159
  <div class="chart"><div class="cover-fill" style="width: 92%"></div><div class="cover-empty" style="width: 8%"></div></div>
160
160
  </td>
161
- <td data-value="92.3" class="pct high">92.3%</td>
162
- <td data-value="91" class="abs high">84/91</td>
161
+ <td data-value="92.39" class="pct high">92.39%</td>
162
+ <td data-value="92" class="abs high">85/92</td>
163
163
  <td data-value="81.81" class="pct high">81.81%</td>
164
164
  <td data-value="55" class="abs high">45/55</td>
165
165
  <td data-value="100" class="pct high">100%</td>
166
- <td data-value="14" class="abs high">14/14</td>
167
- <td data-value="93.02" class="pct high">93.02%</td>
168
- <td data-value="86" class="abs high">80/86</td>
166
+ <td data-value="15" class="abs high">15/15</td>
167
+ <td data-value="93.1" class="pct high">93.1%</td>
168
+ <td data-value="87" class="abs high">81/87</td>
169
169
  </tr>
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="95.05" class="pic high">
173
+ <td data-value="95" class="pic high">
174
174
  <div class="chart"><div class="cover-fill" style="width: 95%"></div><div class="cover-empty" style="width: 5%"></div></div>
175
175
  </td>
176
- <td data-value="95.05" class="pct high">95.05%</td>
177
- <td data-value="485" class="abs high">461/485</td>
178
- <td data-value="80" class="pct high">80%</td>
179
- <td data-value="170" class="abs high">136/170</td>
180
- <td data-value="98.7" class="pct high">98.7%</td>
181
- <td data-value="77" class="abs high">76/77</td>
182
- <td data-value="97.73" class="pct high">97.73%</td>
183
- <td data-value="442" class="abs high">432/442</td>
176
+ <td data-value="95" class="pct high">95%</td>
177
+ <td data-value="480" class="abs high">456/480</td>
178
+ <td data-value="79.76" class="pct medium">79.76%</td>
179
+ <td data-value="168" class="abs medium">134/168</td>
180
+ <td data-value="98.68" class="pct high">98.68%</td>
181
+ <td data-value="76" class="abs high">75/76</td>
182
+ <td data-value="97.71" class="pct high">97.71%</td>
183
+ <td data-value="438" class="abs high">428/438</td>
184
184
  </tr>
185
185
 
186
186
  <tr>
@@ -190,8 +190,8 @@
190
190
  </td>
191
191
  <td data-value="96.37" class="pct high">96.37%</td>
192
192
  <td data-value="276" class="abs high">266/276</td>
193
- <td data-value="84.89" class="pct high">84.89%</td>
194
- <td data-value="139" class="abs high">118/139</td>
193
+ <td data-value="84.17" class="pct high">84.17%</td>
194
+ <td data-value="139" class="abs high">117/139</td>
195
195
  <td data-value="95.65" class="pct high">95.65%</td>
196
196
  <td data-value="69" class="abs high">66/69</td>
197
197
  <td data-value="96.31" class="pct high">96.31%</td>
@@ -200,32 +200,32 @@
200
200
 
201
201
  <tr>
202
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="77.77" class="pic medium">
204
- <div class="chart"><div class="cover-fill" style="width: 77%"></div><div class="cover-empty" style="width: 23%"></div></div>
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>
205
205
  </td>
206
- <td data-value="77.77" class="pct medium">77.77%</td>
207
- <td data-value="117" class="abs medium">91/117</td>
208
- <td data-value="84.44" class="pct high">84.44%</td>
209
- <td data-value="45" class="abs high">38/45</td>
210
- <td data-value="82.75" class="pct high">82.75%</td>
211
- <td data-value="29" class="abs high">24/29</td>
212
- <td data-value="78.37" class="pct medium">78.37%</td>
213
- <td data-value="111" class="abs medium">87/111</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>
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="90.13" class="pic high">
219
- <div class="chart"><div class="cover-fill" style="width: 90%"></div><div class="cover-empty" style="width: 10%"></div></div>
218
+ <td data-value="81.36" class="pic high">
219
+ <div class="chart"><div class="cover-fill" style="width: 81%"></div><div class="cover-empty" style="width: 19%"></div></div>
220
220
  </td>
221
- <td data-value="90.13" class="pct high">90.13%</td>
222
- <td data-value="1592" class="abs high">1435/1592</td>
223
- <td data-value="78.44" class="pct medium">78.44%</td>
224
- <td data-value="812" class="abs medium">637/812</td>
225
- <td data-value="93.82" class="pct high">93.82%</td>
226
- <td data-value="405" class="abs high">380/405</td>
227
- <td data-value="92.35" class="pct high">92.35%</td>
228
- <td data-value="1465" class="abs high">1353/1465</td>
221
+ <td data-value="81.36" class="pct high">81.36%</td>
222
+ <td data-value="1680" class="abs high">1367/1680</td>
223
+ <td data-value="69.18" class="pct medium">69.18%</td>
224
+ <td data-value="928" class="abs medium">642/928</td>
225
+ <td data-value="79.53" class="pct medium">79.53%</td>
226
+ <td data-value="430" class="abs medium">342/430</td>
227
+ <td data-value="83.77" class="pct high">83.77%</td>
228
+ <td data-value="1541" class="abs high">1291/1541</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 Wed Oct 16 2024 09:23:22 GMT+0000 (Coordinated Universal Time)
239
+ at Fri Nov 08 2024 10:22:41 GMT+0000 (Coordinated Universal Time)
240
240
  </div>
241
241
  <script src="prettify.js"></script>
242
242
  <script>