@agentmc/api 0.2.4 → 0.2.5
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 +0 -1
- package/dist/cli.js.map +1 -1
- package/dist/generated/operations.d.ts +0 -1
- package/dist/generated/operations.js +0 -1
- package/dist/generated/operations.js.map +1 -1
- package/dist/index.d.ts +0 -8
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/docs/operations/connectAgent.md +0 -1
- package/docs/operations/index.json +0 -1
- package/package.json +1 -1
- package/spec/openapi.filtered.json +0 -10
package/dist/index.d.ts
CHANGED
|
@@ -1279,7 +1279,6 @@ interface components {
|
|
|
1279
1279
|
* "id": 7,
|
|
1280
1280
|
* "name": "AgentMC Demo Workspace"
|
|
1281
1281
|
* },
|
|
1282
|
-
* "heartbeat_interval_seconds": 300,
|
|
1283
1282
|
* "server_time": "2026-02-22T17:20:53Z",
|
|
1284
1283
|
* "first_sync_required": true
|
|
1285
1284
|
* }
|
|
@@ -1325,11 +1324,6 @@ interface components {
|
|
|
1325
1324
|
* }
|
|
1326
1325
|
*/
|
|
1327
1326
|
workspace: components["schemas"]["TeamSummary"];
|
|
1328
|
-
/**
|
|
1329
|
-
* @description Heartbeat interval seconds.
|
|
1330
|
-
* @example 1
|
|
1331
|
-
*/
|
|
1332
|
-
heartbeat_interval_seconds: number;
|
|
1333
1327
|
/**
|
|
1334
1328
|
* Format: date-time
|
|
1335
1329
|
* @description Current server timestamp.
|
|
@@ -6636,7 +6630,6 @@ interface components {
|
|
|
6636
6630
|
* "id": 7,
|
|
6637
6631
|
* "name": "AgentMC Demo Workspace"
|
|
6638
6632
|
* },
|
|
6639
|
-
* "heartbeat_interval_seconds": 300,
|
|
6640
6633
|
* "server_time": "2026-02-22T17:20:53Z",
|
|
6641
6634
|
* "first_sync_required": true
|
|
6642
6635
|
* }
|
|
@@ -7731,7 +7724,6 @@ interface operations {
|
|
|
7731
7724
|
* "id": 7,
|
|
7732
7725
|
* "name": "AgentMC Demo Workspace"
|
|
7733
7726
|
* },
|
|
7734
|
-
* "heartbeat_interval_seconds": 300,
|
|
7735
7727
|
* "server_time": "2026-02-22T17:20:53Z",
|
|
7736
7728
|
* "first_sync_required": true
|
|
7737
7729
|
* }
|