auth0-deploy-cli 7.14.3 → 7.15.1

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 (384) hide show
  1. package/.circleci/config.yml +19 -5
  2. package/.github/ISSUE_TEMPLATE/config.yml +8 -0
  3. package/.github/ISSUE_TEMPLATE/feature_request.yml +50 -0
  4. package/.github/ISSUE_TEMPLATE/report_a_bug.yml +74 -0
  5. package/.github/PULL_REQUEST_TEMPLATE.md +34 -16
  6. package/.nyc_output/{d585e288-6dff-4d1c-a029-4e45efb2ad92.json → 08f269c7-2bda-456b-9064-c7b1074e59c9.json} +0 -0
  7. package/.nyc_output/68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6.json +1 -0
  8. package/.nyc_output/{d6d3177f-b440-4a24-ac55-7aabf686a0a7.json → a6a342d6-c13c-4c02-9473-2dd51f10e305.json} +0 -0
  9. package/.nyc_output/processinfo/08f269c7-2bda-456b-9064-c7b1074e59c9.json +1 -0
  10. package/.nyc_output/processinfo/{b55d7a30-feb2-4763-a79f-030cbbcaf34c.json → 68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6.json} +1 -1
  11. package/.nyc_output/processinfo/a6a342d6-c13c-4c02-9473-2dd51f10e305.json +1 -0
  12. package/.nyc_output/processinfo/index.json +1 -1
  13. package/CHANGELOG.md +33 -1
  14. package/README.md +3 -0
  15. package/coverage/lcov-report/index.html +36 -36
  16. package/coverage/lcov-report/src/args.ts.html +1 -1
  17. package/coverage/lcov-report/src/commands/export.ts.html +1 -1
  18. package/coverage/lcov-report/src/commands/import.ts.html +1 -1
  19. package/coverage/lcov-report/src/commands/index.html +1 -1
  20. package/coverage/lcov-report/src/configFactory.ts.html +1 -1
  21. package/coverage/lcov-report/src/context/defaults.ts.html +1 -1
  22. package/coverage/lcov-report/src/context/directory/handlers/actions.ts.html +79 -28
  23. package/coverage/lcov-report/src/context/directory/handlers/attackProtection.ts.html +6 -6
  24. package/coverage/lcov-report/src/context/directory/handlers/branding.ts.html +4 -4
  25. package/coverage/lcov-report/src/context/directory/handlers/clientGrants.ts.html +3 -3
  26. package/coverage/lcov-report/src/context/directory/handlers/clients.ts.html +3 -3
  27. package/coverage/lcov-report/src/context/directory/handlers/connections.ts.html +4 -4
  28. package/coverage/lcov-report/src/context/directory/handlers/customDomains.ts.html +4 -4
  29. package/coverage/lcov-report/src/context/directory/handlers/databases.ts.html +8 -5
  30. package/coverage/lcov-report/src/context/directory/handlers/emailProvider.ts.html +3 -3
  31. package/coverage/lcov-report/src/context/directory/handlers/emailTemplates.ts.html +3 -3
  32. package/coverage/lcov-report/src/context/directory/handlers/guardianFactorProviders.ts.html +3 -3
  33. package/coverage/lcov-report/src/context/directory/handlers/guardianFactorTemplates.ts.html +3 -3
  34. package/coverage/lcov-report/src/context/directory/handlers/guardianFactors.ts.html +3 -3
  35. package/coverage/lcov-report/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts.html +3 -3
  36. package/coverage/lcov-report/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts.html +3 -3
  37. package/coverage/lcov-report/src/context/directory/handlers/guardianPolicies.ts.html +3 -3
  38. package/coverage/lcov-report/src/context/directory/handlers/hooks.ts.html +3 -3
  39. package/coverage/lcov-report/src/context/directory/handlers/index.html +21 -21
  40. package/coverage/lcov-report/src/context/directory/handlers/index.ts.html +1 -1
  41. package/coverage/lcov-report/src/context/directory/handlers/logStreams.ts.html +3 -3
  42. package/coverage/lcov-report/src/context/directory/handlers/migrations.ts.html +5 -5
  43. package/coverage/lcov-report/src/context/directory/handlers/organizations.ts.html +3 -3
  44. package/coverage/lcov-report/src/context/directory/handlers/pages.ts.html +19 -25
  45. package/coverage/lcov-report/src/context/directory/handlers/prompts.ts.html +4 -4
  46. package/coverage/lcov-report/src/context/directory/handlers/resourceServers.ts.html +3 -3
  47. package/coverage/lcov-report/src/context/directory/handlers/roles.ts.html +3 -3
  48. package/coverage/lcov-report/src/context/directory/handlers/rules.ts.html +3 -3
  49. package/coverage/lcov-report/src/context/directory/handlers/rulesConfigs.ts.html +3 -3
  50. package/coverage/lcov-report/src/context/directory/handlers/tenant.ts.html +6 -6
  51. package/coverage/lcov-report/src/context/directory/handlers/themes.ts.html +4 -4
  52. package/coverage/lcov-report/src/context/directory/handlers/triggers.ts.html +3 -3
  53. package/coverage/lcov-report/src/context/directory/index.html +1 -1
  54. package/coverage/lcov-report/src/context/directory/index.ts.html +21 -21
  55. package/coverage/lcov-report/src/context/index.html +1 -1
  56. package/coverage/lcov-report/src/context/index.ts.html +1 -1
  57. package/coverage/lcov-report/src/context/yaml/handlers/actions.ts.html +55 -19
  58. package/coverage/lcov-report/src/context/yaml/handlers/attackProtection.ts.html +1 -1
  59. package/coverage/lcov-report/src/context/yaml/handlers/branding.ts.html +13 -37
  60. package/coverage/lcov-report/src/context/yaml/handlers/clientGrants.ts.html +1 -1
  61. package/coverage/lcov-report/src/context/yaml/handlers/clients.ts.html +1 -1
  62. package/coverage/lcov-report/src/context/yaml/handlers/connections.ts.html +1 -1
  63. package/coverage/lcov-report/src/context/yaml/handlers/customDomains.ts.html +1 -1
  64. package/coverage/lcov-report/src/context/yaml/handlers/databases.ts.html +8 -2
  65. package/coverage/lcov-report/src/context/yaml/handlers/emailProvider.ts.html +1 -1
  66. package/coverage/lcov-report/src/context/yaml/handlers/emailTemplates.ts.html +1 -1
  67. package/coverage/lcov-report/src/context/yaml/handlers/guardianFactorProviders.ts.html +1 -1
  68. package/coverage/lcov-report/src/context/yaml/handlers/guardianFactorTemplates.ts.html +1 -1
  69. package/coverage/lcov-report/src/context/yaml/handlers/guardianFactors.ts.html +1 -1
  70. package/coverage/lcov-report/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts.html +1 -1
  71. package/coverage/lcov-report/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts.html +1 -1
  72. package/coverage/lcov-report/src/context/yaml/handlers/guardianPolicies.ts.html +1 -1
  73. package/coverage/lcov-report/src/context/yaml/handlers/hooks.ts.html +1 -1
  74. package/coverage/lcov-report/src/context/yaml/handlers/index.html +29 -29
  75. package/coverage/lcov-report/src/context/yaml/handlers/index.ts.html +1 -1
  76. package/coverage/lcov-report/src/context/yaml/handlers/logStreams.ts.html +1 -1
  77. package/coverage/lcov-report/src/context/yaml/handlers/migrations.ts.html +1 -1
  78. package/coverage/lcov-report/src/context/yaml/handlers/organizations.ts.html +1 -1
  79. package/coverage/lcov-report/src/context/yaml/handlers/pages.ts.html +15 -18
  80. package/coverage/lcov-report/src/context/yaml/handlers/prompts.ts.html +1 -1
  81. package/coverage/lcov-report/src/context/yaml/handlers/resourceServers.ts.html +1 -1
  82. package/coverage/lcov-report/src/context/yaml/handlers/roles.ts.html +1 -1
  83. package/coverage/lcov-report/src/context/yaml/handlers/rules.ts.html +1 -1
  84. package/coverage/lcov-report/src/context/yaml/handlers/rulesConfigs.ts.html +1 -1
  85. package/coverage/lcov-report/src/context/yaml/handlers/tenant.ts.html +1 -1
  86. package/coverage/lcov-report/src/context/yaml/handlers/themes.ts.html +1 -1
  87. package/coverage/lcov-report/src/context/yaml/handlers/triggers.ts.html +1 -1
  88. package/coverage/lcov-report/src/context/yaml/index.html +1 -1
  89. package/coverage/lcov-report/src/context/yaml/index.ts.html +10 -10
  90. package/coverage/lcov-report/src/index.html +1 -1
  91. package/coverage/lcov-report/src/index.ts.html +1 -1
  92. package/coverage/lcov-report/src/logger.ts.html +2 -2
  93. package/coverage/lcov-report/src/readonly.ts.html +1 -1
  94. package/coverage/lcov-report/src/sessionDurationsToMinutes.ts.html +1 -1
  95. package/coverage/lcov-report/src/tools/auth0/client.ts.html +1 -1
  96. package/coverage/lcov-report/src/tools/auth0/handlers/actions.ts.html +145 -37
  97. package/coverage/lcov-report/src/tools/auth0/handlers/attackProtection.ts.html +49 -19
  98. package/coverage/lcov-report/src/tools/auth0/handlers/branding.ts.html +27 -27
  99. package/coverage/lcov-report/src/tools/auth0/handlers/clientGrants.ts.html +1 -1
  100. package/coverage/lcov-report/src/tools/auth0/handlers/clients.ts.html +1 -1
  101. package/coverage/lcov-report/src/tools/auth0/handlers/connections.ts.html +1 -1
  102. package/coverage/lcov-report/src/tools/auth0/handlers/customDomains.ts.html +1 -1
  103. package/coverage/lcov-report/src/tools/auth0/handlers/databases.ts.html +1 -1
  104. package/coverage/lcov-report/src/tools/auth0/handlers/default.ts.html +31 -31
  105. package/coverage/lcov-report/src/tools/auth0/handlers/emailProvider.ts.html +50 -35
  106. package/coverage/lcov-report/src/tools/auth0/handlers/emailTemplates.ts.html +1 -1
  107. package/coverage/lcov-report/src/tools/auth0/handlers/guardianFactorProviders.ts.html +1 -1
  108. package/coverage/lcov-report/src/tools/auth0/handlers/guardianFactorTemplates.ts.html +1 -1
  109. package/coverage/lcov-report/src/tools/auth0/handlers/guardianFactors.ts.html +1 -1
  110. package/coverage/lcov-report/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts.html +1 -1
  111. package/coverage/lcov-report/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts.html +1 -1
  112. package/coverage/lcov-report/src/tools/auth0/handlers/guardianPolicies.ts.html +1 -1
  113. package/coverage/lcov-report/src/tools/auth0/handlers/hooks.ts.html +1 -1
  114. package/coverage/lcov-report/src/tools/auth0/handlers/index.html +40 -40
  115. package/coverage/lcov-report/src/tools/auth0/handlers/index.ts.html +1 -1
  116. package/coverage/lcov-report/src/tools/auth0/handlers/logStreams.ts.html +1 -1
  117. package/coverage/lcov-report/src/tools/auth0/handlers/migrations.ts.html +1 -1
  118. package/coverage/lcov-report/src/tools/auth0/handlers/organizations.ts.html +1 -1
  119. package/coverage/lcov-report/src/tools/auth0/handlers/pages.ts.html +26 -2
  120. package/coverage/lcov-report/src/tools/auth0/handlers/prompts.ts.html +1 -1
  121. package/coverage/lcov-report/src/tools/auth0/handlers/resourceServers.ts.html +1 -1
  122. package/coverage/lcov-report/src/tools/auth0/handlers/roles.ts.html +1 -1
  123. package/coverage/lcov-report/src/tools/auth0/handlers/rules.ts.html +1 -1
  124. package/coverage/lcov-report/src/tools/auth0/handlers/rulesConfigs.ts.html +1 -1
  125. package/coverage/lcov-report/src/tools/auth0/handlers/tenant.ts.html +1 -1
  126. package/coverage/lcov-report/src/tools/auth0/handlers/themes.ts.html +2 -2
  127. package/coverage/lcov-report/src/tools/auth0/handlers/triggers.ts.html +10 -10
  128. package/coverage/lcov-report/src/tools/auth0/index.html +1 -1
  129. package/coverage/lcov-report/src/tools/auth0/index.ts.html +1 -1
  130. package/coverage/lcov-report/src/tools/auth0/schema.ts.html +1 -1
  131. package/coverage/lcov-report/src/tools/calculateChanges.ts.html +15 -15
  132. package/coverage/lcov-report/src/tools/constants.ts.html +1 -1
  133. package/coverage/lcov-report/src/tools/deploy.ts.html +1 -1
  134. package/coverage/lcov-report/src/tools/index.html +1 -1
  135. package/coverage/lcov-report/src/tools/index.ts.html +2 -2
  136. package/coverage/lcov-report/src/tools/utils.ts.html +20 -20
  137. package/coverage/lcov-report/src/tools/validationError.ts.html +1 -1
  138. package/coverage/lcov-report/src/types.ts.html +39 -15
  139. package/coverage/lcov-report/src/utils.ts.html +15 -15
  140. package/coverage/lcov.info +1013 -949
  141. package/docs/resource-specific-documentation.md +46 -0
  142. package/lib/args.js +1 -0
  143. package/lib/args.js.map +1 -0
  144. package/lib/commands/export.js +1 -0
  145. package/lib/commands/export.js.map +1 -0
  146. package/lib/commands/import.js +1 -0
  147. package/lib/commands/import.js.map +1 -0
  148. package/lib/commands/index.js +1 -0
  149. package/lib/commands/index.js.map +1 -0
  150. package/lib/configFactory.js +1 -0
  151. package/lib/configFactory.js.map +1 -0
  152. package/lib/context/defaults.js +1 -0
  153. package/lib/context/defaults.js.map +1 -0
  154. package/lib/context/directory/handlers/actions.js +15 -5
  155. package/lib/context/directory/handlers/actions.js.map +1 -0
  156. package/lib/context/directory/handlers/attackProtection.js +1 -0
  157. package/lib/context/directory/handlers/attackProtection.js.map +1 -0
  158. package/lib/context/directory/handlers/branding.js +1 -0
  159. package/lib/context/directory/handlers/branding.js.map +1 -0
  160. package/lib/context/directory/handlers/clientGrants.js +1 -0
  161. package/lib/context/directory/handlers/clientGrants.js.map +1 -0
  162. package/lib/context/directory/handlers/clients.js +1 -0
  163. package/lib/context/directory/handlers/clients.js.map +1 -0
  164. package/lib/context/directory/handlers/connections.js +1 -0
  165. package/lib/context/directory/handlers/connections.js.map +1 -0
  166. package/lib/context/directory/handlers/customDomains.js +1 -0
  167. package/lib/context/directory/handlers/customDomains.js.map +1 -0
  168. package/lib/context/directory/handlers/databases.js +3 -1
  169. package/lib/context/directory/handlers/databases.js.map +1 -0
  170. package/lib/context/directory/handlers/emailProvider.js +1 -0
  171. package/lib/context/directory/handlers/emailProvider.js.map +1 -0
  172. package/lib/context/directory/handlers/emailTemplates.js +1 -0
  173. package/lib/context/directory/handlers/emailTemplates.js.map +1 -0
  174. package/lib/context/directory/handlers/guardianFactorProviders.js +1 -0
  175. package/lib/context/directory/handlers/guardianFactorProviders.js.map +1 -0
  176. package/lib/context/directory/handlers/guardianFactorTemplates.js +1 -0
  177. package/lib/context/directory/handlers/guardianFactorTemplates.js.map +1 -0
  178. package/lib/context/directory/handlers/guardianFactors.js +1 -0
  179. package/lib/context/directory/handlers/guardianFactors.js.map +1 -0
  180. package/lib/context/directory/handlers/guardianPhoneFactorMessageTypes.js +1 -0
  181. package/lib/context/directory/handlers/guardianPhoneFactorMessageTypes.js.map +1 -0
  182. package/lib/context/directory/handlers/guardianPhoneFactorSelectedProvider.js +1 -0
  183. package/lib/context/directory/handlers/guardianPhoneFactorSelectedProvider.js.map +1 -0
  184. package/lib/context/directory/handlers/guardianPolicies.js +1 -0
  185. package/lib/context/directory/handlers/guardianPolicies.js.map +1 -0
  186. package/lib/context/directory/handlers/hooks.js +1 -0
  187. package/lib/context/directory/handlers/hooks.js.map +1 -0
  188. package/lib/context/directory/handlers/index.js +1 -0
  189. package/lib/context/directory/handlers/index.js.map +1 -0
  190. package/lib/context/directory/handlers/logStreams.js +1 -0
  191. package/lib/context/directory/handlers/logStreams.js.map +1 -0
  192. package/lib/context/directory/handlers/migrations.js +1 -0
  193. package/lib/context/directory/handlers/migrations.js.map +1 -0
  194. package/lib/context/directory/handlers/organizations.js +1 -0
  195. package/lib/context/directory/handlers/organizations.js.map +1 -0
  196. package/lib/context/directory/handlers/pages.d.ts +3 -2
  197. package/lib/context/directory/handlers/pages.js +5 -7
  198. package/lib/context/directory/handlers/pages.js.map +1 -0
  199. package/lib/context/directory/handlers/prompts.js +1 -0
  200. package/lib/context/directory/handlers/prompts.js.map +1 -0
  201. package/lib/context/directory/handlers/resourceServers.js +1 -0
  202. package/lib/context/directory/handlers/resourceServers.js.map +1 -0
  203. package/lib/context/directory/handlers/roles.js +1 -0
  204. package/lib/context/directory/handlers/roles.js.map +1 -0
  205. package/lib/context/directory/handlers/rules.js +1 -0
  206. package/lib/context/directory/handlers/rules.js.map +1 -0
  207. package/lib/context/directory/handlers/rulesConfigs.js +1 -0
  208. package/lib/context/directory/handlers/rulesConfigs.js.map +1 -0
  209. package/lib/context/directory/handlers/tenant.js +1 -0
  210. package/lib/context/directory/handlers/tenant.js.map +1 -0
  211. package/lib/context/directory/handlers/themes.js +1 -0
  212. package/lib/context/directory/handlers/themes.js.map +1 -0
  213. package/lib/context/directory/handlers/triggers.js +1 -0
  214. package/lib/context/directory/handlers/triggers.js.map +1 -0
  215. package/lib/context/directory/index.js +1 -0
  216. package/lib/context/directory/index.js.map +1 -0
  217. package/lib/context/index.js +1 -0
  218. package/lib/context/index.js.map +1 -0
  219. package/lib/context/yaml/handlers/actions.d.ts +3 -2
  220. package/lib/context/yaml/handlers/actions.js +14 -4
  221. package/lib/context/yaml/handlers/actions.js.map +1 -0
  222. package/lib/context/yaml/handlers/attackProtection.js +1 -0
  223. package/lib/context/yaml/handlers/attackProtection.js.map +1 -0
  224. package/lib/context/yaml/handlers/branding.js +5 -11
  225. package/lib/context/yaml/handlers/branding.js.map +1 -0
  226. package/lib/context/yaml/handlers/clientGrants.js +1 -0
  227. package/lib/context/yaml/handlers/clientGrants.js.map +1 -0
  228. package/lib/context/yaml/handlers/clients.js +1 -0
  229. package/lib/context/yaml/handlers/clients.js.map +1 -0
  230. package/lib/context/yaml/handlers/connections.js +1 -0
  231. package/lib/context/yaml/handlers/connections.js.map +1 -0
  232. package/lib/context/yaml/handlers/customDomains.js +1 -0
  233. package/lib/context/yaml/handlers/customDomains.js.map +1 -0
  234. package/lib/context/yaml/handlers/databases.js +3 -0
  235. package/lib/context/yaml/handlers/databases.js.map +1 -0
  236. package/lib/context/yaml/handlers/emailProvider.js +1 -0
  237. package/lib/context/yaml/handlers/emailProvider.js.map +1 -0
  238. package/lib/context/yaml/handlers/emailTemplates.js +1 -0
  239. package/lib/context/yaml/handlers/emailTemplates.js.map +1 -0
  240. package/lib/context/yaml/handlers/guardianFactorProviders.js +1 -0
  241. package/lib/context/yaml/handlers/guardianFactorProviders.js.map +1 -0
  242. package/lib/context/yaml/handlers/guardianFactorTemplates.js +1 -0
  243. package/lib/context/yaml/handlers/guardianFactorTemplates.js.map +1 -0
  244. package/lib/context/yaml/handlers/guardianFactors.js +1 -0
  245. package/lib/context/yaml/handlers/guardianFactors.js.map +1 -0
  246. package/lib/context/yaml/handlers/guardianPhoneFactorMessageTypes.js +1 -0
  247. package/lib/context/yaml/handlers/guardianPhoneFactorMessageTypes.js.map +1 -0
  248. package/lib/context/yaml/handlers/guardianPhoneFactorSelectedProvider.js +1 -0
  249. package/lib/context/yaml/handlers/guardianPhoneFactorSelectedProvider.js.map +1 -0
  250. package/lib/context/yaml/handlers/guardianPolicies.js +1 -0
  251. package/lib/context/yaml/handlers/guardianPolicies.js.map +1 -0
  252. package/lib/context/yaml/handlers/hooks.js +1 -0
  253. package/lib/context/yaml/handlers/hooks.js.map +1 -0
  254. package/lib/context/yaml/handlers/index.js +1 -0
  255. package/lib/context/yaml/handlers/index.js.map +1 -0
  256. package/lib/context/yaml/handlers/logStreams.js +1 -0
  257. package/lib/context/yaml/handlers/logStreams.js.map +1 -0
  258. package/lib/context/yaml/handlers/migrations.js +1 -0
  259. package/lib/context/yaml/handlers/migrations.js.map +1 -0
  260. package/lib/context/yaml/handlers/organizations.js +1 -0
  261. package/lib/context/yaml/handlers/organizations.js.map +1 -0
  262. package/lib/context/yaml/handlers/pages.d.ts +3 -2
  263. package/lib/context/yaml/handlers/pages.js +3 -4
  264. package/lib/context/yaml/handlers/pages.js.map +1 -0
  265. package/lib/context/yaml/handlers/prompts.js +1 -0
  266. package/lib/context/yaml/handlers/prompts.js.map +1 -0
  267. package/lib/context/yaml/handlers/resourceServers.js +1 -0
  268. package/lib/context/yaml/handlers/resourceServers.js.map +1 -0
  269. package/lib/context/yaml/handlers/roles.js +1 -0
  270. package/lib/context/yaml/handlers/roles.js.map +1 -0
  271. package/lib/context/yaml/handlers/rules.js +1 -0
  272. package/lib/context/yaml/handlers/rules.js.map +1 -0
  273. package/lib/context/yaml/handlers/rulesConfigs.js +1 -0
  274. package/lib/context/yaml/handlers/rulesConfigs.js.map +1 -0
  275. package/lib/context/yaml/handlers/tenant.js +1 -0
  276. package/lib/context/yaml/handlers/tenant.js.map +1 -0
  277. package/lib/context/yaml/handlers/themes.js +1 -0
  278. package/lib/context/yaml/handlers/themes.js.map +1 -0
  279. package/lib/context/yaml/handlers/triggers.js +1 -0
  280. package/lib/context/yaml/handlers/triggers.js.map +1 -0
  281. package/lib/context/yaml/index.js +1 -0
  282. package/lib/context/yaml/index.js.map +1 -0
  283. package/lib/index.js +1 -0
  284. package/lib/index.js.map +1 -0
  285. package/lib/logger.js +1 -0
  286. package/lib/logger.js.map +1 -0
  287. package/lib/readonly.js +1 -0
  288. package/lib/readonly.js.map +1 -0
  289. package/lib/sessionDurationsToMinutes.js +1 -0
  290. package/lib/sessionDurationsToMinutes.js.map +1 -0
  291. package/lib/tools/auth0/client.js +1 -0
  292. package/lib/tools/auth0/client.js.map +1 -0
  293. package/lib/tools/auth0/handlers/actions.d.ts +29 -5
  294. package/lib/tools/auth0/handlers/actions.js +14 -4
  295. package/lib/tools/auth0/handlers/actions.js.map +1 -0
  296. package/lib/tools/auth0/handlers/attackProtection.js +22 -11
  297. package/lib/tools/auth0/handlers/attackProtection.js.map +1 -0
  298. package/lib/tools/auth0/handlers/branding.js +22 -11
  299. package/lib/tools/auth0/handlers/branding.js.map +1 -0
  300. package/lib/tools/auth0/handlers/clientGrants.js +1 -0
  301. package/lib/tools/auth0/handlers/clientGrants.js.map +1 -0
  302. package/lib/tools/auth0/handlers/clients.js +1 -0
  303. package/lib/tools/auth0/handlers/clients.js.map +1 -0
  304. package/lib/tools/auth0/handlers/connections.js +1 -0
  305. package/lib/tools/auth0/handlers/connections.js.map +1 -0
  306. package/lib/tools/auth0/handlers/customDomains.js +1 -0
  307. package/lib/tools/auth0/handlers/customDomains.js.map +1 -0
  308. package/lib/tools/auth0/handlers/databases.js +1 -0
  309. package/lib/tools/auth0/handlers/databases.js.map +1 -0
  310. package/lib/tools/auth0/handlers/default.js +1 -0
  311. package/lib/tools/auth0/handlers/default.js.map +1 -0
  312. package/lib/tools/auth0/handlers/emailProvider.js +26 -23
  313. package/lib/tools/auth0/handlers/emailProvider.js.map +1 -0
  314. package/lib/tools/auth0/handlers/emailTemplates.js +1 -0
  315. package/lib/tools/auth0/handlers/emailTemplates.js.map +1 -0
  316. package/lib/tools/auth0/handlers/guardianFactorProviders.js +1 -0
  317. package/lib/tools/auth0/handlers/guardianFactorProviders.js.map +1 -0
  318. package/lib/tools/auth0/handlers/guardianFactorTemplates.js +1 -0
  319. package/lib/tools/auth0/handlers/guardianFactorTemplates.js.map +1 -0
  320. package/lib/tools/auth0/handlers/guardianFactors.js +1 -0
  321. package/lib/tools/auth0/handlers/guardianFactors.js.map +1 -0
  322. package/lib/tools/auth0/handlers/guardianPhoneFactorMessageTypes.js +1 -0
  323. package/lib/tools/auth0/handlers/guardianPhoneFactorMessageTypes.js.map +1 -0
  324. package/lib/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.js +1 -0
  325. package/lib/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.js.map +1 -0
  326. package/lib/tools/auth0/handlers/guardianPolicies.js +1 -0
  327. package/lib/tools/auth0/handlers/guardianPolicies.js.map +1 -0
  328. package/lib/tools/auth0/handlers/hooks.js +1 -0
  329. package/lib/tools/auth0/handlers/hooks.js.map +1 -0
  330. package/lib/tools/auth0/handlers/index.js +1 -0
  331. package/lib/tools/auth0/handlers/index.js.map +1 -0
  332. package/lib/tools/auth0/handlers/logStreams.js +1 -0
  333. package/lib/tools/auth0/handlers/logStreams.js.map +1 -0
  334. package/lib/tools/auth0/handlers/migrations.js +1 -0
  335. package/lib/tools/auth0/handlers/migrations.js.map +1 -0
  336. package/lib/tools/auth0/handlers/organizations.js +1 -0
  337. package/lib/tools/auth0/handlers/organizations.js.map +1 -0
  338. package/lib/tools/auth0/handlers/pages.d.ts +7 -0
  339. package/lib/tools/auth0/handlers/pages.js +1 -0
  340. package/lib/tools/auth0/handlers/pages.js.map +1 -0
  341. package/lib/tools/auth0/handlers/prompts.js +1 -0
  342. package/lib/tools/auth0/handlers/prompts.js.map +1 -0
  343. package/lib/tools/auth0/handlers/resourceServers.js +1 -0
  344. package/lib/tools/auth0/handlers/resourceServers.js.map +1 -0
  345. package/lib/tools/auth0/handlers/roles.js +1 -0
  346. package/lib/tools/auth0/handlers/roles.js.map +1 -0
  347. package/lib/tools/auth0/handlers/rules.js +1 -0
  348. package/lib/tools/auth0/handlers/rules.js.map +1 -0
  349. package/lib/tools/auth0/handlers/rulesConfigs.js +1 -0
  350. package/lib/tools/auth0/handlers/rulesConfigs.js.map +1 -0
  351. package/lib/tools/auth0/handlers/tenant.js +1 -0
  352. package/lib/tools/auth0/handlers/tenant.js.map +1 -0
  353. package/lib/tools/auth0/handlers/themes.js +1 -0
  354. package/lib/tools/auth0/handlers/themes.js.map +1 -0
  355. package/lib/tools/auth0/handlers/triggers.js +1 -0
  356. package/lib/tools/auth0/handlers/triggers.js.map +1 -0
  357. package/lib/tools/auth0/index.js +1 -0
  358. package/lib/tools/auth0/index.js.map +1 -0
  359. package/lib/tools/auth0/schema.js +1 -0
  360. package/lib/tools/auth0/schema.js.map +1 -0
  361. package/lib/tools/calculateChanges.js +1 -0
  362. package/lib/tools/calculateChanges.js.map +1 -0
  363. package/lib/tools/constants.js +1 -0
  364. package/lib/tools/constants.js.map +1 -0
  365. package/lib/tools/deploy.js +1 -0
  366. package/lib/tools/deploy.js.map +1 -0
  367. package/lib/tools/index.js +1 -0
  368. package/lib/tools/index.js.map +1 -0
  369. package/lib/tools/utils.js +1 -0
  370. package/lib/tools/utils.js.map +1 -0
  371. package/lib/tools/validationError.js +1 -0
  372. package/lib/tools/validationError.js.map +1 -0
  373. package/lib/types.d.ts +25 -17
  374. package/lib/types.js +1 -0
  375. package/lib/types.js.map +1 -0
  376. package/lib/utils.d.ts +4 -4
  377. package/lib/utils.js +1 -0
  378. package/lib/utils.js.map +1 -0
  379. package/opslevel.yml +6 -0
  380. package/package.json +4 -3
  381. package/tsconfig.json +1 -0
  382. package/.nyc_output/b55d7a30-feb2-4763-a79f-030cbbcaf34c.json +0 -1
  383. package/.nyc_output/processinfo/d585e288-6dff-4d1c-a029-4e45efb2ad92.json +0 -1
  384. package/.nyc_output/processinfo/d6d3177f-b440-4a24-ac55-7aabf686a0a7.json +0 -1
@@ -0,0 +1 @@
1
+ {"parent":"a6a342d6-c13c-4c02-9473-2dd51f10e305","pid":177,"argv":["/usr/local/bin/node","/home/circleci/repo/node_modules/.bin/ts-mocha","-p","tsconfig.json","--recursive","test/**/*.test*","--exclude","test/e2e/*","--timeout","5000"],"execArgv":[],"cwd":"/home/circleci/repo","time":1666199870202,"ppid":176,"coverageFilename":"/home/circleci/repo/.nyc_output/08f269c7-2bda-456b-9064-c7b1074e59c9.json","externalId":"","uuid":"08f269c7-2bda-456b-9064-c7b1074e59c9","files":[]}
@@ -1 +1 @@
1
- {"parent":"d6d3177f-b440-4a24-ac55-7aabf686a0a7","pid":179,"argv":["/usr/local/bin/node","/home/circleci/repo/node_modules/mocha/bin/mocha","-r","/home/circleci/repo/node_modules/ts-mocha/src/index.js","--recursive","test/**/*.test*","--exclude","test/e2e/*","--timeout","5000"],"execArgv":[],"cwd":"/home/circleci/repo","time":1661369919340,"ppid":172,"coverageFilename":"/home/circleci/repo/.nyc_output/b55d7a30-feb2-4763-a79f-030cbbcaf34c.json","externalId":"","uuid":"b55d7a30-feb2-4763-a79f-030cbbcaf34c","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/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/migrations.ts","/home/circleci/repo/src/tools/auth0/handlers/actions.ts","/home/circleci/repo/src/tools/auth0/handlers/triggers.ts","/home/circleci/repo/src/tools/auth0/handlers/organizations.ts","/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts","/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts","/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts","/home/circleci/repo/src/tools/auth0/handlers/themes.ts","/home/circleci/repo/src/utils.ts","/home/circleci/repo/src/context/yaml/handlers/index.ts","/home/circleci/repo/src/context/yaml/handlers/pages.ts","/home/circleci/repo/src/context/yaml/handlers/rules.ts","/home/circleci/repo/src/context/yaml/handlers/hooks.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/rulesConfigs.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/migrations.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/readonly.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/rules.ts","/home/circleci/repo/src/context/directory/handlers/hooks.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/rulesConfigs.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/migrations.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/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
+ {"parent":"08f269c7-2bda-456b-9064-c7b1074e59c9","pid":184,"argv":["/usr/local/bin/node","/home/circleci/repo/node_modules/mocha/bin/mocha","-r","/home/circleci/repo/node_modules/ts-mocha/src/index.js","--recursive","test/**/*.test*","--exclude","test/e2e/*","--timeout","5000"],"execArgv":[],"cwd":"/home/circleci/repo","time":1666199870332,"ppid":177,"coverageFilename":"/home/circleci/repo/.nyc_output/68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6.json","externalId":"","uuid":"68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6","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/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/migrations.ts","/home/circleci/repo/src/tools/auth0/handlers/actions.ts","/home/circleci/repo/src/tools/auth0/handlers/triggers.ts","/home/circleci/repo/src/tools/auth0/handlers/organizations.ts","/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts","/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts","/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts","/home/circleci/repo/src/tools/auth0/handlers/themes.ts","/home/circleci/repo/src/utils.ts","/home/circleci/repo/src/context/yaml/handlers/index.ts","/home/circleci/repo/src/context/yaml/handlers/pages.ts","/home/circleci/repo/src/context/yaml/handlers/rules.ts","/home/circleci/repo/src/context/yaml/handlers/hooks.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/rulesConfigs.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/migrations.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/readonly.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/rules.ts","/home/circleci/repo/src/context/directory/handlers/hooks.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/rulesConfigs.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/migrations.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/index.ts","/home/circleci/repo/src/args.ts","/home/circleci/repo/src/commands/import.ts","/home/circleci/repo/src/configFactory.ts","/home/circleci/repo/src/commands/export.ts"]}
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":165,"argv":["/usr/local/bin/node","/usr/local/bin/npm","run","test"],"execArgv":[],"cwd":"/home/circleci/repo","time":1666199869831,"ppid":154,"coverageFilename":"/home/circleci/repo/.nyc_output/a6a342d6-c13c-4c02-9473-2dd51f10e305.json","externalId":"","uuid":"a6a342d6-c13c-4c02-9473-2dd51f10e305","files":[]}
@@ -1 +1 @@
1
- {"processes":{"b55d7a30-feb2-4763-a79f-030cbbcaf34c":{"parent":"d6d3177f-b440-4a24-ac55-7aabf686a0a7","children":[]},"d585e288-6dff-4d1c-a029-4e45efb2ad92":{"parent":null,"children":["d6d3177f-b440-4a24-ac55-7aabf686a0a7"]},"d6d3177f-b440-4a24-ac55-7aabf686a0a7":{"parent":"d585e288-6dff-4d1c-a029-4e45efb2ad92","children":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"]}},"files":{"/home/circleci/repo/src/logger.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/index.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/index.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/index.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/constants.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/deploy.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/index.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/client.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/utils.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/schema.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/index.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/rules.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/validationError.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/default.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/calculateChanges.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/hooks.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/pages.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/databases.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/connections.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/clients.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/tenant.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/roles.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/branding.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/prompts.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/types.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/migrations.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/actions.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/triggers.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/organizations.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/tools/auth0/handlers/themes.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/utils.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/index.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/pages.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/rules.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/hooks.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/clients.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/tenant.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/sessionDurationsToMinutes.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/defaults.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/connections.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/databases.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/roles.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/organizations.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/migrations.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/actions.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/triggers.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/branding.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/logStreams.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/prompts.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/customDomains.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/yaml/handlers/themes.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/readonly.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/index.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/index.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/pages.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/rules.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/hooks.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/clients.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/tenant.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/emailProvider.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/connections.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/databases.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/clientGrants.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/resourceServers.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/roles.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/migrations.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/actions.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/organizations.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/triggers.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/attackProtection.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/branding.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/logStreams.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/prompts.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/customDomains.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/context/directory/handlers/themes.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/index.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/args.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/commands/import.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/configFactory.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"],"/home/circleci/repo/src/commands/export.ts":["b55d7a30-feb2-4763-a79f-030cbbcaf34c"]},"externalIds":{}}
1
+ {"processes":{"08f269c7-2bda-456b-9064-c7b1074e59c9":{"parent":"a6a342d6-c13c-4c02-9473-2dd51f10e305","children":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"]},"68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6":{"parent":"08f269c7-2bda-456b-9064-c7b1074e59c9","children":[]},"a6a342d6-c13c-4c02-9473-2dd51f10e305":{"parent":null,"children":["08f269c7-2bda-456b-9064-c7b1074e59c9"]}},"files":{"/home/circleci/repo/src/logger.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/constants.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/deploy.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/client.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/utils.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/schema.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/rules.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/validationError.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/default.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/calculateChanges.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/rulesConfigs.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/hooks.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/pages.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/resourceServers.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/databases.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/connections.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/clients.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/tenant.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/emailProvider.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/emailTemplates.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/clientGrants.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactors.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorProviders.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/guardianFactorTemplates.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPolicies.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorSelectedProvider.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/guardianPhoneFactorMessageTypes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/roles.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/branding.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/prompts.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/types.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/migrations.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/actions.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/triggers.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/organizations.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/attackProtection.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/logStreams.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/customDomains.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/tools/auth0/handlers/themes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/utils.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/pages.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/rules.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/hooks.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/clients.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/tenant.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/sessionDurationsToMinutes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/emailProvider.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/defaults.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/connections.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/databases.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/emailTemplates.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/clientGrants.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/rulesConfigs.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/resourceServers.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactors.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorProviders.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/guardianFactorTemplates.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorMessageTypes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/guardianPhoneFactorSelectedProvider.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/guardianPolicies.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/roles.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/organizations.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/migrations.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/actions.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/triggers.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/attackProtection.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/branding.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/logStreams.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/prompts.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/customDomains.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/yaml/handlers/themes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/readonly.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/pages.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/rules.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/hooks.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/clients.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/tenant.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/emailProvider.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/connections.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/databases.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/emailTemplates.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/clientGrants.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/rulesConfigs.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/resourceServers.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/guardianFactors.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorProviders.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/guardianFactorTemplates.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorMessageTypes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/guardianPhoneFactorSelectedProvider.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/guardianPolicies.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/roles.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/migrations.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/actions.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/organizations.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/triggers.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/attackProtection.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/branding.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/logStreams.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/prompts.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/customDomains.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/context/directory/handlers/themes.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/index.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/args.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/commands/import.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/configFactory.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"],"/home/circleci/repo/src/commands/export.ts":["68afeb31-a1f4-4c3a-9fd6-ba40a6c4bbc6"]},"externalIds":{}}
package/CHANGELOG.md CHANGED
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [7.15.1] - 2022-10-19
11
+
12
+ ### Added
13
+
14
+ - Warning about future fix that enables deletion of email provider; no significant changes to functionality [#672]
15
+
16
+ ### Fixed
17
+
18
+ - Returning all branding setting when using YAML [#666]
19
+ - Preventing empty `logo_url` from update tenant payload [#667]
20
+ - Loading actions between different operating systems [#668]
21
+ - Prevent writing undefined page templates files [#671]
22
+
23
+ ## [7.15.0] - 2022-10-11
24
+
25
+ ### Added
26
+
27
+ - Ignoring management of marketplace actions because they are unsupported by the Management API [#660]
28
+
29
+ ### Fixed
30
+
31
+ - Allowing partial attack protection configurations [#638]
32
+
10
33
  ## [7.14.3] - 2022-08-24
11
34
 
12
35
  ### Fixed
@@ -816,7 +839,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
816
839
  [#626]: https://github.com/auth0/auth0-deploy-cli/issues/626
817
840
  [#629]: https://github.com/auth0/auth0-deploy-cli/issues/629
818
841
  [#630]: https://github.com/auth0/auth0-deploy-cli/issues/630
819
- [unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.3...HEAD
842
+ [#638]: https://github.com/auth0/auth0-deploy-cli/issues/638
843
+ [#660]: https://github.com/auth0/auth0-deploy-cli/issues/660
844
+ [#666]: https://github.com/auth0/auth0-deploy-cli/issues/666
845
+ [#667]: https://github.com/auth0/auth0-deploy-cli/issues/667
846
+ [#668]: https://github.com/auth0/auth0-deploy-cli/issues/668
847
+ [#671]: https://github.com/auth0/auth0-deploy-cli/issues/671
848
+ [#672]: https://github.com/auth0/auth0-deploy-cli/issues/672
849
+ [unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.1...HEAD
850
+ [7.15.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.0...v7.15.1
851
+ [7.15.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.3...v7.15.0
820
852
  [7.14.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.2...v7.14.3
821
853
  [7.14.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.1...v7.14.2
822
854
  [7.14.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.0...v7.14.1
package/README.md CHANGED
@@ -26,6 +26,7 @@ The Auth0 Deploy CLI is a tool that helps you manage your Auth0 tenant configura
26
26
  - [Keyword Replacement](docs/keyword-replacement.md)
27
27
  - [Incorporating Into Multi-environment Workflows](docs/multi-environment-workflow.md)
28
28
  - [Excluding Resources From Management](docs/excluding-from-management.md)
29
+ - [Resource-specific Documentation](docs/resource-specific-documentation.md)
29
30
  - [Available Resource Formats](docs/available-resource-config-formats.md)
30
31
  - [Terraform Provider](docs/terraform-provider.md)
31
32
  - [How to Contribute](docs/how-to-contribute.md)
@@ -68,6 +69,8 @@ In order for the Deploy CLI to call the Management API, a dedicated Auth0 applic
68
69
  b. Select the appropriate permissions for the resources you wish to manage. Refer to the [Client Scopes](#client-scopes) section for more information.
69
70
  c. Click “Authorize”
70
71
 
72
+ > ⚠️ **NOTE:** The Deploy CLI's own client grant is unconfigurable by itself to [prevent potentially destructive changes](./docs/resource-specific-documentation.md#client-grants).
73
+
71
74
  #### Client Scopes
72
75
 
73
76
  The designated application needs to be granted scopes in order to allow the Deploy CLI to execute Management operations.
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">88.27% </span>
26
+ <span class="strong">88.33% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>3094/3505</span>
28
+ <span class='fraction'>3127/3540</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">75.52% </span>
33
+ <span class="strong">75.44% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>1086/1438</span>
35
+ <span class='fraction'>1100/1458</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">91.11% </span>
40
+ <span class="strong">91.2% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>677/743</span>
42
+ <span class='fraction'>684/750</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
47
  <span class="strong">90.2% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>2911/3227</span>
49
+ <span class='fraction'>2938/3257</span>
50
50
  </div>
51
51
 
52
52
 
@@ -140,17 +140,17 @@
140
140
 
141
141
  <tr>
142
142
  <td class="file high" data-value="src/context/directory/handlers"><a href="src/context/directory/handlers/index.html">src/context/directory/handlers</a></td>
143
- <td data-value="89.59" class="pic high">
143
+ <td data-value="89.69" 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.59" class="pct high">89.59%</td>
147
- <td data-value="865" class="abs high">775/865</td>
148
- <td data-value="74.31" class="pct medium">74.31%</td>
149
- <td data-value="257" class="abs medium">191/257</td>
150
- <td data-value="89.47" class="pct high">89.47%</td>
151
- <td data-value="133" class="abs high">119/133</td>
152
- <td data-value="92.68" class="pct high">92.68%</td>
153
- <td data-value="793" class="abs high">735/793</td>
146
+ <td data-value="89.69" class="pct high">89.69%</td>
147
+ <td data-value="873" class="abs high">783/873</td>
148
+ <td data-value="74.9" class="pct medium">74.9%</td>
149
+ <td data-value="255" class="abs medium">191/255</td>
150
+ <td data-value="89.62" class="pct high">89.62%</td>
151
+ <td data-value="135" class="abs high">121/135</td>
152
+ <td data-value="92.75" class="pct high">92.75%</td>
153
+ <td data-value="800" class="abs high">742/800</td>
154
154
  </tr>
155
155
 
156
156
  <tr>
@@ -170,17 +170,17 @@
170
170
 
171
171
  <tr>
172
172
  <td class="file high" data-value="src/context/yaml/handlers"><a href="src/context/yaml/handlers/index.html">src/context/yaml/handlers</a></td>
173
- <td data-value="94.9" class="pic high">
174
- <div class="chart"><div class="cover-fill" style="width: 94%"></div><div class="cover-empty" style="width: 6%"></div></div>
173
+ <td data-value="95.17" class="pic high">
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="94.9" class="pct high">94.9%</td>
177
- <td data-value="471" class="abs high">447/471</td>
178
- <td data-value="80.95" class="pct high">80.95%</td>
179
- <td data-value="168" class="abs high">136/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.9" class="pct high">97.9%</td>
183
- <td data-value="430" class="abs high">421/430</td>
176
+ <td data-value="95.17" class="pct high">95.17%</td>
177
+ <td data-value="477" class="abs high">454/477</td>
178
+ <td data-value="80.35" class="pct high">80.35%</td>
179
+ <td data-value="168" class="abs high">135/168</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.92" class="pct high">97.92%</td>
183
+ <td data-value="434" class="abs high">425/434</td>
184
184
  </tr>
185
185
 
186
186
  <tr>
@@ -215,17 +215,17 @@
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="89.46" class="pic high">
218
+ <td data-value="89.4" class="pic high">
219
219
  <div class="chart"><div class="cover-fill" style="width: 89%"></div><div class="cover-empty" style="width: 11%"></div></div>
220
220
  </td>
221
- <td data-value="89.46" class="pct high">89.46%</td>
222
- <td data-value="1357" class="abs high">1214/1357</td>
223
- <td data-value="77.66" class="pct medium">77.66%</td>
224
- <td data-value="609" class="abs medium">473/609</td>
225
- <td data-value="91.98" class="pct high">91.98%</td>
226
- <td data-value="362" class="abs high">333/362</td>
227
- <td data-value="91.76" class="pct high">91.76%</td>
228
- <td data-value="1250" class="abs high">1147/1250</td>
221
+ <td data-value="89.4" class="pct high">89.4%</td>
222
+ <td data-value="1378" class="abs high">1232/1378</td>
223
+ <td data-value="77.33" class="pct medium">77.33%</td>
224
+ <td data-value="631" class="abs medium">488/631</td>
225
+ <td data-value="92.07" class="pct high">92.07%</td>
226
+ <td data-value="366" class="abs high">337/366</td>
227
+ <td data-value="91.64" class="pct high">91.64%</td>
228
+ <td data-value="1269" class="abs high">1163/1269</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 Aug 24 2022 19:41:29 GMT+0000 (Coordinated Universal Time)
239
+ at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
240
240
  </div>
241
241
  <script src="prettify.js"></script>
242
242
  <script>
@@ -490,7 +490,7 @@ export { getParams };
490
490
  <div class='footer quiet pad2 space-top1 center small'>
491
491
  Code coverage generated by
492
492
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
493
- at Wed Aug 24 2022 19:41:29 GMT+0000 (Coordinated Universal Time)
493
+ at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
494
494
  </div>
495
495
  <script src="../prettify.js"></script>
496
496
  <script>
@@ -259,7 +259,7 @@ export default async function <span class="fstat-no" title="function not covered
259
259
  <div class='footer quiet pad2 space-top1 center small'>
260
260
  Code coverage generated by
261
261
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
262
- at Wed Aug 24 2022 19:41:29 GMT+0000 (Coordinated Universal Time)
262
+ at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
263
263
  </div>
264
264
  <script src="../../prettify.js"></script>
265
265
  <script>
@@ -235,7 +235,7 @@ export default async function <span class="fstat-no" title="function not covered
235
235
  <div class='footer quiet pad2 space-top1 center small'>
236
236
  Code coverage generated by
237
237
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
238
- at Wed Aug 24 2022 19:41:29 GMT+0000 (Coordinated Universal Time)
238
+ at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
239
239
  </div>
240
240
  <script src="../../prettify.js"></script>
241
241
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at Wed Aug 24 2022 19:41:29 GMT+0000 (Coordinated Universal Time)
119
+ at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -160,7 +160,7 @@ export const configFactory = () =&gt; {
160
160
  <div class='footer quiet pad2 space-top1 center small'>
161
161
  Code coverage generated by
162
162
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
163
- at Wed Aug 24 2022 19:41:29 GMT+0000 (Coordinated Universal Time)
163
+ at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
164
164
  </div>
165
165
  <script src="../prettify.js"></script>
166
166
  <script>
@@ -181,7 +181,7 @@
181
181
  <div class='footer quiet pad2 space-top1 center small'>
182
182
  Code coverage generated by
183
183
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
184
- at Wed Aug 24 2022 19:41:29 GMT+0000 (Coordinated Universal Time)
184
+ at Wed Oct 19 2022 17:20:36 GMT+0000 (Coordinated Universal Time)
185
185
  </div>
186
186
  <script src="../../prettify.js"></script>
187
187
  <script>