@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.
- package/dist/main.js +248 -278
- package/node_modules/@commandgarden/app/dist/client/assets/{Slides-DWQmJfkp.js → Slides-DMIm_HgI.js} +5 -5
- package/node_modules/@commandgarden/app/dist/client/assets/{index-C8yqRQk-.js → index-CupEN1w-.js} +53 -53
- package/node_modules/@commandgarden/app/dist/client/index.html +18 -18
- package/node_modules/@commandgarden/app/dist/server/daemon-client.test.js +47 -0
- package/node_modules/@commandgarden/app/dist/server/main.js +1 -1
- package/node_modules/@commandgarden/app/dist/server/routes/audit.js +16 -27
- package/node_modules/@commandgarden/app/dist/server/routes/config.js +2 -8
- package/node_modules/@commandgarden/app/dist/server/routes/connectors.js +26 -37
- package/node_modules/@commandgarden/app/dist/server/routes/routes.test.js +137 -0
- package/node_modules/@commandgarden/app/dist/server/routes/run.js +4 -3
- package/node_modules/@commandgarden/app/dist/server/routes/status.js +1 -2
- package/node_modules/@commandgarden/app/dist/server/store.js +53 -53
- package/node_modules/@commandgarden/app/dist/server/store.test.js +59 -0
- package/node_modules/@commandgarden/app/package.json +42 -42
- package/node_modules/@commandgarden/chrome/dist/content-script.js.map +1 -1
- package/node_modules/@commandgarden/chrome/dist/fetch-interceptor.js +44 -0
- package/node_modules/@commandgarden/chrome/dist/manifest.json +26 -26
- package/node_modules/@commandgarden/chrome/dist/popup.html +218 -218
- package/node_modules/@commandgarden/chrome/dist/popup.js.map +1 -1
- package/node_modules/@commandgarden/chrome/dist/service-worker.js +40 -40
- package/node_modules/@commandgarden/chrome/dist/service-worker.js.map +2 -2
- package/node_modules/@commandgarden/chrome/package.json +26 -26
- package/node_modules/@commandgarden/daemon/connectors/ado-git-commits.eval.js +100 -100
- package/node_modules/@commandgarden/daemon/connectors/ado-git-commits.yaml +71 -71
- package/node_modules/@commandgarden/daemon/connectors/gcs-kb-content.yaml +61 -61
- package/node_modules/@commandgarden/daemon/connectors/gcs-kb-pages.yaml +54 -54
- package/node_modules/@commandgarden/daemon/connectors/jira-my-tickets.eval.js +115 -115
- package/node_modules/@commandgarden/daemon/connectors/jira-my-tickets.yaml +54 -54
- package/node_modules/@commandgarden/daemon/connectors/lib/msal-token.js +20 -20
- package/node_modules/@commandgarden/daemon/connectors/outlook-my-meetings.eval.js +204 -204
- package/node_modules/@commandgarden/daemon/connectors/outlook-my-meetings.yaml +42 -42
- package/node_modules/@commandgarden/daemon/connectors/saba-pending-training.eval.js +94 -94
- package/node_modules/@commandgarden/daemon/connectors/saba-pending-training.yaml +34 -34
- package/node_modules/@commandgarden/daemon/connectors/socket-security-news.yaml +63 -63
- package/node_modules/@commandgarden/daemon/connectors/teams-room-availability.eval.js +437 -437
- package/node_modules/@commandgarden/daemon/connectors/teams-room-availability.yaml +53 -53
- package/node_modules/@commandgarden/daemon/connectors/teams-rooms-availability.eval.js +547 -547
- package/node_modules/@commandgarden/daemon/connectors/teams-rooms-availability.yaml +48 -48
- package/node_modules/@commandgarden/daemon/connectors/timetracking-projects.eval.js +52 -52
- package/node_modules/@commandgarden/daemon/connectors/timetracking-projects.yaml +42 -42
- package/node_modules/@commandgarden/daemon/connectors/timetracking-report.eval.js +81 -81
- package/node_modules/@commandgarden/daemon/connectors/timetracking-report.yaml +52 -52
- package/node_modules/@commandgarden/daemon/connectors/tldrsec-newsletter.eval.js +27 -27
- package/node_modules/@commandgarden/daemon/connectors/tldrsec-newsletter.yaml +38 -38
- package/node_modules/@commandgarden/daemon/connectors/tokenmaster-clients-list.yaml +55 -55
- package/node_modules/@commandgarden/daemon/dist/audit-store.js +8 -8
- package/node_modules/@commandgarden/daemon/dist/auth.d.ts +0 -1
- package/node_modules/@commandgarden/daemon/dist/auth.d.ts.map +1 -1
- package/node_modules/@commandgarden/daemon/dist/auth.js +0 -10
- package/node_modules/@commandgarden/daemon/dist/auth.js.map +1 -1
- package/node_modules/@commandgarden/daemon/dist/cdp-client.d.ts +24 -0
- package/node_modules/@commandgarden/daemon/dist/cdp-client.d.ts.map +1 -0
- package/node_modules/@commandgarden/daemon/dist/cdp-client.js +150 -0
- package/node_modules/@commandgarden/daemon/dist/cdp-client.js.map +1 -0
- package/node_modules/@commandgarden/daemon/dist/main.js +5 -12
- package/node_modules/@commandgarden/daemon/dist/main.js.map +1 -1
- package/node_modules/@commandgarden/daemon/dist/server.d.ts.map +1 -1
- package/node_modules/@commandgarden/daemon/dist/server.js +0 -10
- package/node_modules/@commandgarden/daemon/dist/server.js.map +1 -1
- package/node_modules/@commandgarden/daemon/package.json +32 -32
- package/node_modules/@commandgarden/shared/dist/daemon-client.d.ts +1 -5
- package/node_modules/@commandgarden/shared/dist/daemon-client.d.ts.map +1 -1
- package/node_modules/@commandgarden/shared/dist/daemon-client.js +14 -32
- package/node_modules/@commandgarden/shared/dist/daemon-client.js.map +1 -1
- package/node_modules/@commandgarden/shared/package.json +32 -32
- package/package.json +58 -58
- package/node_modules/@commandgarden/app/dist/server/routes/utils.d.ts +0 -2
- 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
|
+
|