@commandgarden/cli 2.14.0 → 2.14.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 (69) hide show
  1. package/dist/main.js +248 -278
  2. package/node_modules/@commandgarden/app/dist/client/assets/{Slides-DWQmJfkp.js → Slides-DMIm_HgI.js} +5 -5
  3. package/node_modules/@commandgarden/app/dist/client/assets/{index-C8yqRQk-.js → index-CupEN1w-.js} +53 -53
  4. package/node_modules/@commandgarden/app/dist/client/index.html +18 -18
  5. package/node_modules/@commandgarden/app/dist/server/daemon-client.test.js +47 -0
  6. package/node_modules/@commandgarden/app/dist/server/main.js +1 -1
  7. package/node_modules/@commandgarden/app/dist/server/routes/audit.js +16 -27
  8. package/node_modules/@commandgarden/app/dist/server/routes/config.js +2 -8
  9. package/node_modules/@commandgarden/app/dist/server/routes/connectors.js +26 -37
  10. package/node_modules/@commandgarden/app/dist/server/routes/routes.test.js +137 -0
  11. package/node_modules/@commandgarden/app/dist/server/routes/run.js +4 -3
  12. package/node_modules/@commandgarden/app/dist/server/routes/status.js +1 -2
  13. package/node_modules/@commandgarden/app/dist/server/store.js +53 -53
  14. package/node_modules/@commandgarden/app/dist/server/store.test.js +59 -0
  15. package/node_modules/@commandgarden/app/package.json +42 -42
  16. package/node_modules/@commandgarden/chrome/dist/content-script.js.map +1 -1
  17. package/node_modules/@commandgarden/chrome/dist/fetch-interceptor.js +44 -0
  18. package/node_modules/@commandgarden/chrome/dist/manifest.json +26 -26
  19. package/node_modules/@commandgarden/chrome/dist/popup.html +218 -218
  20. package/node_modules/@commandgarden/chrome/dist/popup.js.map +1 -1
  21. package/node_modules/@commandgarden/chrome/dist/service-worker.js +40 -40
  22. package/node_modules/@commandgarden/chrome/dist/service-worker.js.map +2 -2
  23. package/node_modules/@commandgarden/chrome/package.json +26 -26
  24. package/node_modules/@commandgarden/daemon/connectors/ado-git-commits.eval.js +100 -100
  25. package/node_modules/@commandgarden/daemon/connectors/ado-git-commits.yaml +71 -71
  26. package/node_modules/@commandgarden/daemon/connectors/gcs-kb-content.yaml +61 -61
  27. package/node_modules/@commandgarden/daemon/connectors/gcs-kb-pages.yaml +54 -54
  28. package/node_modules/@commandgarden/daemon/connectors/jira-my-tickets.eval.js +115 -115
  29. package/node_modules/@commandgarden/daemon/connectors/jira-my-tickets.yaml +54 -54
  30. package/node_modules/@commandgarden/daemon/connectors/lib/msal-token.js +20 -20
  31. package/node_modules/@commandgarden/daemon/connectors/outlook-my-meetings.eval.js +204 -204
  32. package/node_modules/@commandgarden/daemon/connectors/outlook-my-meetings.yaml +42 -42
  33. package/node_modules/@commandgarden/daemon/connectors/saba-pending-training.eval.js +94 -94
  34. package/node_modules/@commandgarden/daemon/connectors/saba-pending-training.yaml +34 -34
  35. package/node_modules/@commandgarden/daemon/connectors/socket-security-news.yaml +63 -63
  36. package/node_modules/@commandgarden/daemon/connectors/teams-room-availability.eval.js +437 -437
  37. package/node_modules/@commandgarden/daemon/connectors/teams-room-availability.yaml +53 -53
  38. package/node_modules/@commandgarden/daemon/connectors/teams-rooms-availability.eval.js +547 -547
  39. package/node_modules/@commandgarden/daemon/connectors/teams-rooms-availability.yaml +48 -48
  40. package/node_modules/@commandgarden/daemon/connectors/timetracking-projects.eval.js +52 -52
  41. package/node_modules/@commandgarden/daemon/connectors/timetracking-projects.yaml +42 -42
  42. package/node_modules/@commandgarden/daemon/connectors/timetracking-report.eval.js +81 -81
  43. package/node_modules/@commandgarden/daemon/connectors/timetracking-report.yaml +52 -52
  44. package/node_modules/@commandgarden/daemon/connectors/tldrsec-newsletter.eval.js +27 -27
  45. package/node_modules/@commandgarden/daemon/connectors/tldrsec-newsletter.yaml +38 -38
  46. package/node_modules/@commandgarden/daemon/connectors/tokenmaster-clients-list.yaml +55 -55
  47. package/node_modules/@commandgarden/daemon/dist/audit-store.js +8 -8
  48. package/node_modules/@commandgarden/daemon/dist/auth.d.ts +0 -1
  49. package/node_modules/@commandgarden/daemon/dist/auth.d.ts.map +1 -1
  50. package/node_modules/@commandgarden/daemon/dist/auth.js +0 -10
  51. package/node_modules/@commandgarden/daemon/dist/auth.js.map +1 -1
  52. package/node_modules/@commandgarden/daemon/dist/cdp-client.d.ts +24 -0
  53. package/node_modules/@commandgarden/daemon/dist/cdp-client.d.ts.map +1 -0
  54. package/node_modules/@commandgarden/daemon/dist/cdp-client.js +150 -0
  55. package/node_modules/@commandgarden/daemon/dist/cdp-client.js.map +1 -0
  56. package/node_modules/@commandgarden/daemon/dist/main.js +5 -12
  57. package/node_modules/@commandgarden/daemon/dist/main.js.map +1 -1
  58. package/node_modules/@commandgarden/daemon/dist/server.d.ts.map +1 -1
  59. package/node_modules/@commandgarden/daemon/dist/server.js +0 -10
  60. package/node_modules/@commandgarden/daemon/dist/server.js.map +1 -1
  61. package/node_modules/@commandgarden/daemon/package.json +32 -32
  62. package/node_modules/@commandgarden/shared/dist/daemon-client.d.ts +1 -5
  63. package/node_modules/@commandgarden/shared/dist/daemon-client.d.ts.map +1 -1
  64. package/node_modules/@commandgarden/shared/dist/daemon-client.js +14 -32
  65. package/node_modules/@commandgarden/shared/dist/daemon-client.js.map +1 -1
  66. package/node_modules/@commandgarden/shared/package.json +32 -32
  67. package/package.json +58 -58
  68. package/node_modules/@commandgarden/app/dist/server/routes/utils.d.ts +0 -2
  69. package/node_modules/@commandgarden/app/dist/server/routes/utils.js +0 -4
@@ -1,53 +1,53 @@
1
- site: teams
2
- name: room-availability
3
- version: "1.0"
4
- description: "Meeting-room free/busy timeline for one room on a given day (Teams/Outlook calendar)"
5
- access: read
6
- cdp: true
7
-
8
- domains:
9
- - "outlook.cloud.microsoft.mcas.ms"
10
- capabilities:
11
- - navigate
12
- - js_evaluate
13
-
14
- args:
15
- - name: room
16
- type: string
17
- required: false
18
- help: "Room name or mailbox email (e.g. 'MBTMY The Vista' or 'RES-RERE-M6VJ7ZUW@mercedes-benz.com'). Required unless 'rooms' is given."
19
- - name: rooms
20
- type: string
21
- required: false
22
- help: "Comma-separated list of room names to check simultaneously (e.g. for a floor-plan view). Takes precedence over 'room' if both are given."
23
- - name: date
24
- type: string
25
- required: false
26
- help: "Day to check in YYYY-MM-DD format (default: today)"
27
- pattern: "^\\d{4}-\\d{2}-\\d{2}$"
28
-
29
- columns:
30
- - name: room
31
- type: string
32
- - name: capacity
33
- type: number
34
- - name: date
35
- type: string
36
- - name: state
37
- type: string
38
- - name: start
39
- type: string
40
- - name: end
41
- type: string
42
- - name: durationMin
43
- type: number
44
-
45
- pipeline:
46
- - step: navigate
47
- url: "https://outlook.cloud.microsoft.mcas.ms/calendar/deeplink/compose"
48
- - step: wait
49
- selector: "body"
50
- timeout: 30000
51
- - step: js_evaluate
52
- file: teams-room-availability.eval.js
53
-
1
+ site: teams
2
+ name: room-availability
3
+ version: "1.0"
4
+ description: "Meeting-room free/busy timeline for one room on a given day (Teams/Outlook calendar)"
5
+ access: read
6
+ cdp: true
7
+
8
+ domains:
9
+ - "outlook.cloud.microsoft.mcas.ms"
10
+ capabilities:
11
+ - navigate
12
+ - js_evaluate
13
+
14
+ args:
15
+ - name: room
16
+ type: string
17
+ required: false
18
+ help: "Room name or mailbox email (e.g. 'MBTMY The Vista' or 'RES-RERE-M6VJ7ZUW@mercedes-benz.com'). Required unless 'rooms' is given."
19
+ - name: rooms
20
+ type: string
21
+ required: false
22
+ help: "Comma-separated list of room names to check simultaneously (e.g. for a floor-plan view). Takes precedence over 'room' if both are given."
23
+ - name: date
24
+ type: string
25
+ required: false
26
+ help: "Day to check in YYYY-MM-DD format (default: today)"
27
+ pattern: "^\\d{4}-\\d{2}-\\d{2}$"
28
+
29
+ columns:
30
+ - name: room
31
+ type: string
32
+ - name: capacity
33
+ type: number
34
+ - name: date
35
+ type: string
36
+ - name: state
37
+ type: string
38
+ - name: start
39
+ type: string
40
+ - name: end
41
+ type: string
42
+ - name: durationMin
43
+ type: number
44
+
45
+ pipeline:
46
+ - step: navigate
47
+ url: "https://outlook.cloud.microsoft.mcas.ms/calendar/deeplink/compose"
48
+ - step: wait
49
+ selector: "body"
50
+ timeout: 30000
51
+ - step: js_evaluate
52
+ file: teams-room-availability.eval.js
53
+