@intuned/runtime-dev 1.0.6-cli.8 → 1.0.6-cli.8.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist/commands/common/projectExclusions.d.ts +2 -0
  2. package/dist/commands/common/projectExclusions.js +8 -0
  3. package/dist/commands/common/tsNodeImport.js +0 -2
  4. package/dist/commands/common/utils/unixSocket.d.ts +1 -0
  5. package/dist/commands/deploy/utils.js +2 -2
  6. package/dist/commands/init/init.js +3 -4
  7. package/dist/commands/init/utils.d.ts +3 -3
  8. package/dist/commands/init/utils.js +32 -21
  9. package/dist/commands/intuned-run/intuned-run.js +8 -6
  10. package/dist/commands/intuned-run/utils.js +1 -0
  11. package/dist/common/asyncLocalStorage/index.d.ts +2 -1
  12. package/dist/common/asyncLocalStorage/index.js +2 -5
  13. package/dist/common/cli/constants.d.ts +0 -0
  14. package/dist/common/cli/constants.js +1 -0
  15. package/dist/common/cli/types.d.ts +52 -0
  16. package/dist/common/cli/types.js +7 -0
  17. package/dist/common/cli/utils.d.ts +5 -0
  18. package/dist/common/cli/utils.js +39 -0
  19. package/dist/common/runApi/index.js +0 -2
  20. package/dist/common/runApi/types.d.ts +2 -2
  21. package/package.json +2 -3
  22. package/{my-intuned-project → r}/api/book-details.ts +0 -1
  23. package/r/api/books-all.ts +35 -0
  24. package/r/api/c.ts +0 -0
  25. package/{my-intuned-project → r}/package.json +1 -4
  26. package/r/tsconfig.json +47 -0
  27. package/r/utils/books.ts +32 -0
  28. package/{my-intuned-project → r}/yarn.lock +1 -10
  29. package/WebTemplate.zip +0 -0
  30. package/my-intuned-project/api/books-all.ts +0 -68
  31. package/my-intuned-project/emp/Intuned.json +0 -18
  32. package/my-intuned-project/emp/____testParameters/learn/actions/download.json +0 -8
  33. package/my-intuned-project/emp/____testParameters/learn/actions/fillForm.json +0 -1
  34. package/my-intuned-project/emp/____testParameters/learn/actions/upload.json +0 -8
  35. package/my-intuned-project/emp/____testParameters/learn/data-extraction/ai-extraction.json +0 -1
  36. package/my-intuned-project/emp/____testParameters/learn/data-extraction/extract-data-from-content.json +0 -1
  37. package/my-intuned-project/emp/____testParameters/learn/data-extraction/markdown-extraction.json +0 -8
  38. package/my-intuned-project/emp/____testParameters/learn/data-extraction/optimized-array-exteractor.json +0 -32
  39. package/my-intuned-project/emp/____testParameters/learn/data-extraction/optimized-object-extractor.json +0 -1
  40. package/my-intuned-project/emp/____testParameters/learn/data-extraction/pdf.json +0 -8
  41. package/my-intuned-project/emp/____testParameters/learn/playwright/fill-and-submit-forms.json +0 -1
  42. package/my-intuned-project/emp/____testParameters/learn/playwright/iframes.json +0 -1
  43. package/my-intuned-project/emp/____testParameters/learn/playwright/inject-code.json +0 -1
  44. package/my-intuned-project/emp/____testParameters/learn/playwright/locators-and-actions.json +0 -1
  45. package/my-intuned-project/emp/____testParameters/learn/playwright/navigation.json +0 -1
  46. package/my-intuned-project/emp/____testParameters/learn/playwright/network-interception.json +0 -1
  47. package/my-intuned-project/emp/____testParameters/learn/playwright/scrape-data.json +0 -1
  48. package/my-intuned-project/emp/____testParameters/learn/playwright/wait-for-state-change.json +0 -1
  49. package/my-intuned-project/emp/api/learn/actions/download.ts +0 -71
  50. package/my-intuned-project/emp/api/learn/actions/fillForm.ts +0 -223
  51. package/my-intuned-project/emp/api/learn/actions/upload.ts +0 -38
  52. package/my-intuned-project/emp/api/learn/data-extraction/ai-extraction.ts +0 -72
  53. package/my-intuned-project/emp/api/learn/data-extraction/extract-data-from-content.ts +0 -76
  54. package/my-intuned-project/emp/api/learn/data-extraction/markdown-extraction.ts +0 -47
  55. package/my-intuned-project/emp/api/learn/data-extraction/optimized-array-exteractor.ts +0 -49
  56. package/my-intuned-project/emp/api/learn/data-extraction/optimized-object-extractor.ts +0 -54
  57. package/my-intuned-project/emp/api/learn/data-extraction/pdf.ts +0 -123
  58. package/my-intuned-project/emp/api/learn/playwright/fill-and-submit-forms.ts +0 -73
  59. package/my-intuned-project/emp/api/learn/playwright/iframes.ts +0 -22
  60. package/my-intuned-project/emp/api/learn/playwright/inject-code.ts +0 -40
  61. package/my-intuned-project/emp/api/learn/playwright/locators-and-actions.ts +0 -58
  62. package/my-intuned-project/emp/api/learn/playwright/navigation.ts +0 -25
  63. package/my-intuned-project/emp/api/learn/playwright/network-interception.ts +0 -43
  64. package/my-intuned-project/emp/api/learn/playwright/scrape-data.ts +0 -58
  65. package/my-intuned-project/emp/api/learn/playwright/wait-for-state-change.ts +0 -44
  66. package/my-intuned-project/emp/api/sample.ts +0 -15
  67. package/my-intuned-project/emp/package.json +0 -31
  68. package/my-intuned-project/emp/utils/helpers.ts +0 -3
  69. package/my-intuned-project/emp/yarn.lock +0 -4530
  70. package/my-intuned-project/params/bookInput.json +0 -3
  71. /package/{my-intuned-project → r}/Intuned.json +0 -0
@@ -1,3 +0,0 @@
1
- {
2
- "bookFullUrl": "https://books.toscrape.com/catalogue/mesaerion-the-best-science-fiction-stories-1800-1849_983/index.html"
3
- }
File without changes