@agentmc/api 0.1.1 → 0.2.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/cli.js +643 -643
- package/dist/cli.js.map +1 -1
- package/dist/generated/operations.d.ts +504 -504
- package/dist/generated/operations.js +643 -643
- package/dist/generated/operations.js.map +1 -1
- package/dist/index.d.ts +12 -12
- package/dist/index.js +643 -643
- package/dist/index.js.map +1 -1
- package/docs/operations/README.md +6 -6
- package/docs/operations/{commentWorkspaceCalendarItem.md → commentCalendarItem.md} +2 -2
- package/docs/operations/{createWorkspaceCalendarItem.md → createCalendarItem.md} +2 -2
- package/docs/operations/{deleteWorkspaceCalendarItem.md → deleteCalendarItem.md} +2 -2
- package/docs/operations/index.json +643 -643
- package/docs/operations/{workspaceCalendar.md → listCalendar.md} +2 -2
- package/docs/operations/{showWorkspaceCalendarItem.md → showCalendarItem.md} +2 -2
- package/docs/operations/{updateWorkspaceCalendarItem.md → updateCalendarItem.md} +2 -2
- package/examples/http/{commentWorkspaceCalendarItem.ts → commentCalendarItem.ts} +1 -1
- package/examples/http/{createWorkspaceCalendarItem.ts → createCalendarItem.ts} +1 -1
- package/examples/http/{showWorkspaceCalendarItem.ts → deleteCalendarItem.ts} +1 -1
- package/examples/http/{workspaceCalendar.ts → listCalendar.ts} +1 -1
- package/examples/http/{deleteWorkspaceCalendarItem.ts → showCalendarItem.ts} +1 -1
- package/examples/http/{updateWorkspaceCalendarItem.ts → updateCalendarItem.ts} +1 -1
- package/package.json +1 -1
- package/spec/openapi.filtered.json +6 -6
|
@@ -9,26 +9,27 @@ Generated from `spec/openapi.filtered.json`.
|
|
|
9
9
|
| [authenticateAgentRealtimeSocket](./authenticateAgentRealtimeSocket.md) | POST | `/agents/{agent}/realtime/sessions/{session}/socket-auth` | Agents |
|
|
10
10
|
| [claimAgentRealtimeSession](./claimAgentRealtimeSession.md) | POST | `/agents/{agent}/realtime/sessions/{session}/claim` | Agents |
|
|
11
11
|
| [closeAgentRealtimeSession](./closeAgentRealtimeSession.md) | POST | `/agents/{agent}/realtime/sessions/{session}/close` | Agents |
|
|
12
|
-
| [
|
|
12
|
+
| [commentCalendarItem](./commentCalendarItem.md) | POST | `/calendar/items/{item}/comments` | Calendar |
|
|
13
13
|
| [connectAgent](./connectAgent.md) | POST | `/agents/connect` | Agents |
|
|
14
14
|
| [createAgentBrief](./createAgentBrief.md) | POST | `/briefs` | Briefs |
|
|
15
15
|
| [createAgentRealtimeSignal](./createAgentRealtimeSignal.md) | POST | `/agents/{agent}/realtime/sessions/{session}/signals` | Agents |
|
|
16
16
|
| [createBoard](./createBoard.md) | POST | `/boards` | Boards |
|
|
17
17
|
| [createBoardColumn](./createBoardColumn.md) | POST | `/boards/{board}/columns` | Boards |
|
|
18
|
+
| [createCalendarItem](./createCalendarItem.md) | POST | `/calendar/items` | Calendar |
|
|
18
19
|
| [createTask](./createTask.md) | POST | `/tasks` | Tasks |
|
|
19
20
|
| [createTaskComment](./createTaskComment.md) | POST | `/tasks/{task}/comments` | Tasks |
|
|
20
|
-
| [createWorkspaceCalendarItem](./createWorkspaceCalendarItem.md) | POST | `/calendar/items` | Calendar |
|
|
21
21
|
| [deleteAgentBrief](./deleteAgentBrief.md) | DELETE | `/briefs/{id}` | Briefs |
|
|
22
22
|
| [deleteBoard](./deleteBoard.md) | DELETE | `/boards/{id}` | Boards |
|
|
23
23
|
| [deleteBoardColumn](./deleteBoardColumn.md) | DELETE | `/boards/{board}/columns` | Boards |
|
|
24
|
+
| [deleteCalendarItem](./deleteCalendarItem.md) | DELETE | `/calendar/items/{item}` | Calendar |
|
|
24
25
|
| [deleteTask](./deleteTask.md) | DELETE | `/tasks/{task}` | Tasks |
|
|
25
26
|
| [deleteTaskComment](./deleteTaskComment.md) | DELETE | `/tasks/{task}/comments/{comment}` | Tasks |
|
|
26
|
-
| [deleteWorkspaceCalendarItem](./deleteWorkspaceCalendarItem.md) | DELETE | `/calendar/items/{item}` | Calendar |
|
|
27
27
|
| [listAgentBriefs](./listAgentBriefs.md) | GET | `/briefs` | Briefs |
|
|
28
28
|
| [listAgentRealtimeRequestedSessions](./listAgentRealtimeRequestedSessions.md) | GET | `/agents/{agent}/realtime/sessions/requested` | Agents |
|
|
29
29
|
| [listAgentRealtimeSignals](./listAgentRealtimeSignals.md) | GET | `/agents/{agent}/realtime/sessions/{session}/signals` | Agents |
|
|
30
30
|
| [listAgents](./listAgents.md) | GET | `/teams/agents` | Teams |
|
|
31
31
|
| [listBoards](./listBoards.md) | GET | `/boards` | Boards |
|
|
32
|
+
| [listCalendar](./listCalendar.md) | GET | `/calendar` | Calendar |
|
|
32
33
|
| [listHosts](./listHosts.md) | GET | `/hosts` | Hosts |
|
|
33
34
|
| [listLogs](./listLogs.md) | GET | `/logs` | Logs |
|
|
34
35
|
| [listNotifications](./listNotifications.md) | GET | `/notifications` | Notifications |
|
|
@@ -38,13 +39,12 @@ Generated from `spec/openapi.filtered.json`.
|
|
|
38
39
|
| [markAllNotificationsRead](./markAllNotificationsRead.md) | POST | `/notifications/read-all` | Notifications |
|
|
39
40
|
| [markNotificationRead](./markNotificationRead.md) | PATCH | `/notifications/{notification}/read` | Notifications |
|
|
40
41
|
| [showBoard](./showBoard.md) | GET | `/boards/{id}` | Boards |
|
|
42
|
+
| [showCalendarItem](./showCalendarItem.md) | GET | `/calendar/items/{item}` | Calendar |
|
|
41
43
|
| [showHost](./showHost.md) | GET | `/hosts/{id}` | Hosts |
|
|
42
44
|
| [showTask](./showTask.md) | GET | `/tasks/{task}` | Tasks |
|
|
43
|
-
| [showWorkspaceCalendarItem](./showWorkspaceCalendarItem.md) | GET | `/calendar/items/{item}` | Calendar |
|
|
44
45
|
| [updateAgentBrief](./updateAgentBrief.md) | PATCH | `/briefs/{id}` | Briefs |
|
|
45
46
|
| [updateBoard](./updateBoard.md) | PATCH | `/boards/{id}` | Boards |
|
|
46
47
|
| [updateBoardColumn](./updateBoardColumn.md) | PATCH | `/boards/{board}/columns` | Boards |
|
|
48
|
+
| [updateCalendarItem](./updateCalendarItem.md) | PUT | `/calendar/items/{item}` | Calendar |
|
|
47
49
|
| [updateTask](./updateTask.md) | PATCH | `/tasks/{task}` | Tasks |
|
|
48
50
|
| [updateTaskComment](./updateTaskComment.md) | PATCH | `/tasks/{task}/comments/{comment}` | Tasks |
|
|
49
|
-
| [updateWorkspaceCalendarItem](./updateWorkspaceCalendarItem.md) | PUT | `/calendar/items/{item}` | Calendar |
|
|
50
|
-
| [workspaceCalendar](./workspaceCalendar.md) | GET | `/calendar` | Calendar |
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# commentCalendarItem
|
|
2
2
|
|
|
3
3
|
- Method: `POST`
|
|
4
4
|
- Path: `/calendar/items/{item}/comments`
|
|
@@ -132,7 +132,7 @@ const client = new AgentMCApi({
|
|
|
132
132
|
agentToken: process.env.AGENTMC_AGENT_TOKEN
|
|
133
133
|
});
|
|
134
134
|
|
|
135
|
-
const result = await client.operations.
|
|
135
|
+
const result = await client.operations.commentCalendarItem({
|
|
136
136
|
"params": {
|
|
137
137
|
"path": {
|
|
138
138
|
"item": 1
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# createCalendarItem
|
|
2
2
|
|
|
3
3
|
- Method: `POST`
|
|
4
4
|
- Path: `/calendar/items`
|
|
@@ -196,7 +196,7 @@ const client = new AgentMCApi({
|
|
|
196
196
|
agentToken: process.env.AGENTMC_AGENT_TOKEN
|
|
197
197
|
});
|
|
198
198
|
|
|
199
|
-
const result = await client.operations.
|
|
199
|
+
const result = await client.operations.createCalendarItem({
|
|
200
200
|
"body": {
|
|
201
201
|
"type": "task",
|
|
202
202
|
"title": "Review outage timeline",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# deleteCalendarItem
|
|
2
2
|
|
|
3
3
|
- Method: `DELETE`
|
|
4
4
|
- Path: `/calendar/items/{item}`
|
|
@@ -102,7 +102,7 @@ const client = new AgentMCApi({
|
|
|
102
102
|
agentToken: process.env.AGENTMC_AGENT_TOKEN
|
|
103
103
|
});
|
|
104
104
|
|
|
105
|
-
const result = await client.operations.
|
|
105
|
+
const result = await client.operations.deleteCalendarItem({
|
|
106
106
|
"params": {
|
|
107
107
|
"path": {
|
|
108
108
|
"item": 1
|