@letta-ai/letta-client 1.6.6 → 1.6.8
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/CHANGELOG.md +23 -0
- package/client.d.mts +4 -13
- package/client.d.mts.map +1 -1
- package/client.d.ts +4 -13
- package/client.d.ts.map +1 -1
- package/client.js +0 -9
- package/client.js.map +1 -1
- package/client.mjs +0 -9
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/agents/agents.d.mts +165 -13
- package/resources/agents/agents.d.mts.map +1 -1
- package/resources/agents/agents.d.ts +165 -13
- package/resources/agents/agents.d.ts.map +1 -1
- package/resources/agents/agents.js +0 -8
- package/resources/agents/agents.js.map +1 -1
- package/resources/agents/agents.mjs +0 -8
- package/resources/agents/agents.mjs.map +1 -1
- package/resources/agents/index.d.mts +1 -3
- package/resources/agents/index.d.mts.map +1 -1
- package/resources/agents/index.d.ts +1 -3
- package/resources/agents/index.d.ts.map +1 -1
- package/resources/agents/index.js +1 -5
- package/resources/agents/index.js.map +1 -1
- package/resources/agents/index.mjs +0 -2
- package/resources/agents/index.mjs.map +1 -1
- package/resources/agents/messages.d.mts +1 -2
- package/resources/agents/messages.d.mts.map +1 -1
- package/resources/agents/messages.d.ts +1 -2
- package/resources/agents/messages.d.ts.map +1 -1
- package/resources/agents/messages.js.map +1 -1
- package/resources/agents/messages.mjs.map +1 -1
- package/resources/conversations/conversations.d.mts +12 -3
- package/resources/conversations/conversations.d.mts.map +1 -1
- package/resources/conversations/conversations.d.ts +12 -3
- package/resources/conversations/conversations.d.ts.map +1 -1
- package/resources/conversations/conversations.js +8 -0
- package/resources/conversations/conversations.js.map +1 -1
- package/resources/conversations/conversations.mjs +8 -0
- package/resources/conversations/conversations.mjs.map +1 -1
- package/resources/conversations/index.d.mts +2 -2
- package/resources/conversations/index.d.mts.map +1 -1
- package/resources/conversations/index.d.ts +2 -2
- package/resources/conversations/index.d.ts.map +1 -1
- package/resources/conversations/index.js.map +1 -1
- package/resources/conversations/index.mjs.map +1 -1
- package/resources/conversations/messages.d.mts +12 -16
- package/resources/conversations/messages.d.mts.map +1 -1
- package/resources/conversations/messages.d.ts +12 -16
- package/resources/conversations/messages.d.ts.map +1 -1
- package/resources/conversations/messages.js +3 -3
- package/resources/conversations/messages.js.map +1 -1
- package/resources/conversations/messages.mjs +3 -3
- package/resources/conversations/messages.mjs.map +1 -1
- package/resources/index.d.mts +2 -5
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -5
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +1 -7
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +0 -3
- package/resources/index.mjs.map +1 -1
- package/resources/messages.d.mts +6 -1
- package/resources/messages.d.mts.map +1 -1
- package/resources/messages.d.ts +6 -1
- package/resources/messages.d.ts.map +1 -1
- package/resources/messages.js +7 -0
- package/resources/messages.js.map +1 -1
- package/resources/messages.mjs +7 -0
- package/resources/messages.mjs.map +1 -1
- package/src/client.ts +4 -79
- package/src/resources/agents/agents.ts +210 -37
- package/src/resources/agents/index.ts +0 -13
- package/src/resources/agents/messages.ts +1 -3
- package/src/resources/conversations/conversations.ts +12 -2
- package/src/resources/conversations/index.ts +1 -1
- package/src/resources/conversations/messages.ts +17 -19
- package/src/resources/index.ts +2 -35
- package/src/resources/messages.ts +11 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/agents/groups.d.mts +0 -22
- package/resources/agents/groups.d.mts.map +0 -1
- package/resources/agents/groups.d.ts +0 -22
- package/resources/agents/groups.d.ts.map +0 -1
- package/resources/agents/groups.js +0 -20
- package/resources/agents/groups.js.map +0 -1
- package/resources/agents/groups.mjs +0 -16
- package/resources/agents/groups.mjs.map +0 -1
- package/resources/agents/schedule.d.mts +0 -197
- package/resources/agents/schedule.d.mts.map +0 -1
- package/resources/agents/schedule.d.ts +0 -197
- package/resources/agents/schedule.d.ts.map +0 -1
- package/resources/agents/schedule.js +0 -40
- package/resources/agents/schedule.js.map +0 -1
- package/resources/agents/schedule.mjs +0 -36
- package/resources/agents/schedule.mjs.map +0 -1
- package/resources/batches/batches.d.mts +0 -240
- package/resources/batches/batches.d.mts.map +0 -1
- package/resources/batches/batches.d.ts +0 -240
- package/resources/batches/batches.d.ts.map +0 -1
- package/resources/batches/batches.js +0 -46
- package/resources/batches/batches.js.map +0 -1
- package/resources/batches/batches.mjs +0 -41
- package/resources/batches/batches.mjs.map +0 -1
- package/resources/batches/index.d.mts +0 -3
- package/resources/batches/index.d.mts.map +0 -1
- package/resources/batches/index.d.ts +0 -3
- package/resources/batches/index.d.ts.map +0 -1
- package/resources/batches/index.js +0 -9
- package/resources/batches/index.js.map +0 -1
- package/resources/batches/index.mjs +0 -4
- package/resources/batches/index.mjs.map +0 -1
- package/resources/batches/messages.d.mts +0 -22
- package/resources/batches/messages.d.mts.map +0 -1
- package/resources/batches/messages.d.ts +0 -22
- package/resources/batches/messages.d.ts.map +0 -1
- package/resources/batches/messages.js +0 -17
- package/resources/batches/messages.js.map +0 -1
- package/resources/batches/messages.mjs +0 -13
- package/resources/batches/messages.mjs.map +0 -1
- package/resources/batches.d.mts +0 -2
- package/resources/batches.d.mts.map +0 -1
- package/resources/batches.d.ts +0 -2
- package/resources/batches.d.ts.map +0 -1
- package/resources/batches.js +0 -6
- package/resources/batches.js.map +0 -1
- package/resources/batches.mjs +0 -3
- package/resources/batches.mjs.map +0 -1
- package/resources/groups/groups.d.mts +0 -197
- package/resources/groups/groups.d.mts.map +0 -1
- package/resources/groups/groups.d.ts +0 -197
- package/resources/groups/groups.d.ts.map +0 -1
- package/resources/groups/groups.js +0 -49
- package/resources/groups/groups.js.map +0 -1
- package/resources/groups/groups.mjs +0 -44
- package/resources/groups/groups.mjs.map +0 -1
- package/resources/groups/index.d.mts +0 -3
- package/resources/groups/index.d.mts.map +0 -1
- package/resources/groups/index.d.ts +0 -3
- package/resources/groups/index.d.ts.map +0 -1
- package/resources/groups/index.js +0 -9
- package/resources/groups/index.js.map +0 -1
- package/resources/groups/index.mjs +0 -4
- package/resources/groups/index.mjs.map +0 -1
- package/resources/groups/messages.d.mts +0 -360
- package/resources/groups/messages.d.mts.map +0 -1
- package/resources/groups/messages.d.ts +0 -360
- package/resources/groups/messages.d.ts.map +0 -1
- package/resources/groups/messages.js +0 -54
- package/resources/groups/messages.js.map +0 -1
- package/resources/groups/messages.mjs +0 -50
- package/resources/groups/messages.mjs.map +0 -1
- package/resources/groups.d.mts +0 -2
- package/resources/groups.d.mts.map +0 -1
- package/resources/groups.d.ts +0 -2
- package/resources/groups.d.ts.map +0 -1
- package/resources/groups.js +0 -6
- package/resources/groups.js.map +0 -1
- package/resources/groups.mjs +0 -3
- package/resources/groups.mjs.map +0 -1
- package/resources/identities/agents.d.mts +0 -23
- package/resources/identities/agents.d.mts.map +0 -1
- package/resources/identities/agents.d.ts +0 -23
- package/resources/identities/agents.d.ts.map +0 -1
- package/resources/identities/agents.js +0 -17
- package/resources/identities/agents.js.map +0 -1
- package/resources/identities/agents.mjs +0 -13
- package/resources/identities/agents.mjs.map +0 -1
- package/resources/identities/blocks.d.mts +0 -18
- package/resources/identities/blocks.d.mts.map +0 -1
- package/resources/identities/blocks.d.ts +0 -18
- package/resources/identities/blocks.d.ts.map +0 -1
- package/resources/identities/blocks.js +0 -17
- package/resources/identities/blocks.js.map +0 -1
- package/resources/identities/blocks.mjs +0 -13
- package/resources/identities/blocks.mjs.map +0 -1
- package/resources/identities/identities.d.mts +0 -204
- package/resources/identities/identities.d.mts.map +0 -1
- package/resources/identities/identities.d.ts +0 -204
- package/resources/identities/identities.d.ts.map +0 -1
- package/resources/identities/identities.js +0 -63
- package/resources/identities/identities.js.map +0 -1
- package/resources/identities/identities.mjs +0 -58
- package/resources/identities/identities.mjs.map +0 -1
- package/resources/identities/index.d.mts +0 -5
- package/resources/identities/index.d.mts.map +0 -1
- package/resources/identities/index.d.ts +0 -5
- package/resources/identities/index.d.ts.map +0 -1
- package/resources/identities/index.js +0 -13
- package/resources/identities/index.js.map +0 -1
- package/resources/identities/index.mjs +0 -6
- package/resources/identities/index.mjs.map +0 -1
- package/resources/identities/properties.d.mts +0 -18
- package/resources/identities/properties.d.mts.map +0 -1
- package/resources/identities/properties.d.ts +0 -18
- package/resources/identities/properties.d.ts.map +0 -1
- package/resources/identities/properties.js +0 -17
- package/resources/identities/properties.js.map +0 -1
- package/resources/identities/properties.mjs +0 -13
- package/resources/identities/properties.mjs.map +0 -1
- package/resources/identities.d.mts +0 -2
- package/resources/identities.d.mts.map +0 -1
- package/resources/identities.d.ts +0 -2
- package/resources/identities.d.ts.map +0 -1
- package/resources/identities.js +0 -6
- package/resources/identities.js.map +0 -1
- package/resources/identities.mjs +0 -3
- package/resources/identities.mjs.map +0 -1
- package/src/resources/agents/groups.ts +0 -37
- package/src/resources/agents/schedule.ts +0 -361
- package/src/resources/batches/batches.ts +0 -317
- package/src/resources/batches/index.ts +0 -11
- package/src/resources/batches/messages.ts +0 -38
- package/src/resources/batches.ts +0 -3
- package/src/resources/groups/groups.ts +0 -334
- package/src/resources/groups/index.ts +0 -27
- package/src/resources/groups/messages.ts +0 -505
- package/src/resources/groups.ts +0 -3
- package/src/resources/identities/agents.ts +0 -48
- package/src/resources/identities/blocks.ts +0 -33
- package/src/resources/identities/identities.ts +0 -286
- package/src/resources/identities/index.ts +0 -17
- package/src/resources/identities/properties.ts +0 -30
- package/src/resources/identities.ts +0 -3
package/src/resources/index.ts
CHANGED
|
@@ -58,14 +58,6 @@ export {
|
|
|
58
58
|
type ArchiveListParams,
|
|
59
59
|
type ArchivesArrayPage,
|
|
60
60
|
} from './archives/archives';
|
|
61
|
-
export {
|
|
62
|
-
Batches,
|
|
63
|
-
type BatchJob,
|
|
64
|
-
type BatchCancelResponse,
|
|
65
|
-
type BatchCreateParams,
|
|
66
|
-
type BatchListParams,
|
|
67
|
-
type BatchJobsArrayPage,
|
|
68
|
-
} from './batches/batches';
|
|
69
61
|
export {
|
|
70
62
|
Blocks,
|
|
71
63
|
type BlockResponse,
|
|
@@ -81,6 +73,7 @@ export {
|
|
|
81
73
|
type Conversation,
|
|
82
74
|
type CreateConversation,
|
|
83
75
|
type ConversationListResponse,
|
|
76
|
+
type ConversationCancelResponse,
|
|
84
77
|
type ConversationCreateParams,
|
|
85
78
|
type ConversationListParams,
|
|
86
79
|
} from './conversations/conversations';
|
|
@@ -93,33 +86,6 @@ export {
|
|
|
93
86
|
type FolderListParams,
|
|
94
87
|
type FoldersArrayPage,
|
|
95
88
|
} from './folders/folders';
|
|
96
|
-
export {
|
|
97
|
-
Groups,
|
|
98
|
-
type DynamicManager,
|
|
99
|
-
type Group,
|
|
100
|
-
type ManagerType,
|
|
101
|
-
type RoundRobinManager,
|
|
102
|
-
type SleeptimeManager,
|
|
103
|
-
type SupervisorManager,
|
|
104
|
-
type VoiceSleeptimeManager,
|
|
105
|
-
type GroupDeleteResponse,
|
|
106
|
-
type GroupCreateParams,
|
|
107
|
-
type GroupUpdateParams,
|
|
108
|
-
type GroupListParams,
|
|
109
|
-
type GroupsArrayPage,
|
|
110
|
-
} from './groups/groups';
|
|
111
|
-
export {
|
|
112
|
-
Identities,
|
|
113
|
-
type Identity,
|
|
114
|
-
type IdentityProperty,
|
|
115
|
-
type IdentityType,
|
|
116
|
-
type IdentityDeleteResponse,
|
|
117
|
-
type IdentityCreateParams,
|
|
118
|
-
type IdentityUpdateParams,
|
|
119
|
-
type IdentityListParams,
|
|
120
|
-
type IdentityUpsertParams,
|
|
121
|
-
type IdentitiesArrayPage,
|
|
122
|
-
} from './identities/identities';
|
|
123
89
|
export {
|
|
124
90
|
McpServers,
|
|
125
91
|
type CreateSseMcpServer,
|
|
@@ -144,6 +110,7 @@ export {
|
|
|
144
110
|
Messages,
|
|
145
111
|
type MessageSearchRequest,
|
|
146
112
|
type MessageSearchResult,
|
|
113
|
+
type MessageRetrieveResponse,
|
|
147
114
|
type MessageListResponse,
|
|
148
115
|
type MessageSearchResponse,
|
|
149
116
|
type MessageListParams,
|
|
@@ -4,8 +4,16 @@ import { APIResource } from '../core/resource';
|
|
|
4
4
|
import * as AgentsMessagesAPI from './agents/messages';
|
|
5
5
|
import { APIPromise } from '../core/api-promise';
|
|
6
6
|
import { RequestOptions } from '../internal/request-options';
|
|
7
|
+
import { path } from '../internal/utils/path';
|
|
7
8
|
|
|
8
9
|
export class Messages extends APIResource {
|
|
10
|
+
/**
|
|
11
|
+
* Retrieve a message by ID.
|
|
12
|
+
*/
|
|
13
|
+
retrieve(messageID: string, options?: RequestOptions): APIPromise<MessageRetrieveResponse> {
|
|
14
|
+
return this._client.get(path`/v1/messages/${messageID}`, options);
|
|
15
|
+
}
|
|
16
|
+
|
|
9
17
|
/**
|
|
10
18
|
* List messages across all agents for the current user.
|
|
11
19
|
*/
|
|
@@ -94,6 +102,8 @@ export interface MessageSearchResult {
|
|
|
94
102
|
vector_rank?: number | null;
|
|
95
103
|
}
|
|
96
104
|
|
|
105
|
+
export type MessageRetrieveResponse = Array<AgentsMessagesAPI.Message>;
|
|
106
|
+
|
|
97
107
|
export type MessageListResponse = Array<AgentsMessagesAPI.Message>;
|
|
98
108
|
|
|
99
109
|
export type MessageSearchResponse = Array<
|
|
@@ -296,6 +306,7 @@ export declare namespace Messages {
|
|
|
296
306
|
export {
|
|
297
307
|
type MessageSearchRequest as MessageSearchRequest,
|
|
298
308
|
type MessageSearchResult as MessageSearchResult,
|
|
309
|
+
type MessageRetrieveResponse as MessageRetrieveResponse,
|
|
299
310
|
type MessageListResponse as MessageListResponse,
|
|
300
311
|
type MessageSearchResponse as MessageSearchResponse,
|
|
301
312
|
type MessageListParams as MessageListParams,
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '1.6.
|
|
1
|
+
export const VERSION = '1.6.8'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.6.
|
|
1
|
+
export declare const VERSION = "1.6.8";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.6.
|
|
1
|
+
export declare const VERSION = "1.6.8";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '1.6.
|
|
1
|
+
export const VERSION = '1.6.8'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
-
import * as GroupsGroupsAPI from "../groups/groups.mjs";
|
|
3
|
-
import { GroupsArrayPage } from "../groups/groups.mjs";
|
|
4
|
-
import { type ArrayPageParams, PagePromise } from "../../core/pagination.mjs";
|
|
5
|
-
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
6
|
-
export declare class Groups extends APIResource {
|
|
7
|
-
/**
|
|
8
|
-
* Lists the groups for an agent.
|
|
9
|
-
*/
|
|
10
|
-
list(agentID: string, query?: GroupListParams | null | undefined, options?: RequestOptions): PagePromise<GroupsArrayPage, GroupsGroupsAPI.Group>;
|
|
11
|
-
}
|
|
12
|
-
export interface GroupListParams extends ArrayPageParams {
|
|
13
|
-
/**
|
|
14
|
-
* Manager type to filter groups by
|
|
15
|
-
*/
|
|
16
|
-
manager_type?: string | null;
|
|
17
|
-
}
|
|
18
|
-
export declare namespace Groups {
|
|
19
|
-
export { type GroupListParams as GroupListParams };
|
|
20
|
-
}
|
|
21
|
-
export { type GroupsArrayPage };
|
|
22
|
-
//# sourceMappingURL=groups.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groups.d.mts","sourceRoot":"","sources":["../../src/resources/agents/groups.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,eAAe;OACpB,EAAE,eAAe,EAAE;OACnB,EAAa,KAAK,eAAe,EAAE,WAAW,EAAE;OAChD,EAAE,cAAc,EAAE;AAGzB,qBAAa,MAAO,SAAQ,WAAW;IACrC;;OAEG;IACH,IAAI,CACF,OAAO,EAAE,MAAM,EACf,KAAK,GAAE,eAAe,GAAG,IAAI,GAAG,SAAc,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,eAAe,EAAE,eAAe,CAAC,KAAK,CAAC;CAMvD;AAED,MAAM,WAAW,eAAgB,SAAQ,eAAe;IACtD;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EAAE,KAAK,eAAe,IAAI,eAAe,EAAE,CAAC;CACpD;AAED,OAAO,EAAE,KAAK,eAAe,EAAE,CAAC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../core/resource.js";
|
|
2
|
-
import * as GroupsGroupsAPI from "../groups/groups.js";
|
|
3
|
-
import { GroupsArrayPage } from "../groups/groups.js";
|
|
4
|
-
import { type ArrayPageParams, PagePromise } from "../../core/pagination.js";
|
|
5
|
-
import { RequestOptions } from "../../internal/request-options.js";
|
|
6
|
-
export declare class Groups extends APIResource {
|
|
7
|
-
/**
|
|
8
|
-
* Lists the groups for an agent.
|
|
9
|
-
*/
|
|
10
|
-
list(agentID: string, query?: GroupListParams | null | undefined, options?: RequestOptions): PagePromise<GroupsArrayPage, GroupsGroupsAPI.Group>;
|
|
11
|
-
}
|
|
12
|
-
export interface GroupListParams extends ArrayPageParams {
|
|
13
|
-
/**
|
|
14
|
-
* Manager type to filter groups by
|
|
15
|
-
*/
|
|
16
|
-
manager_type?: string | null;
|
|
17
|
-
}
|
|
18
|
-
export declare namespace Groups {
|
|
19
|
-
export { type GroupListParams as GroupListParams };
|
|
20
|
-
}
|
|
21
|
-
export { type GroupsArrayPage };
|
|
22
|
-
//# sourceMappingURL=groups.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groups.d.ts","sourceRoot":"","sources":["../../src/resources/agents/groups.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,eAAe;OACpB,EAAE,eAAe,EAAE;OACnB,EAAa,KAAK,eAAe,EAAE,WAAW,EAAE;OAChD,EAAE,cAAc,EAAE;AAGzB,qBAAa,MAAO,SAAQ,WAAW;IACrC;;OAEG;IACH,IAAI,CACF,OAAO,EAAE,MAAM,EACf,KAAK,GAAE,eAAe,GAAG,IAAI,GAAG,SAAc,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,eAAe,EAAE,eAAe,CAAC,KAAK,CAAC;CAMvD;AAED,MAAM,WAAW,eAAgB,SAAQ,eAAe;IACtD;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EAAE,KAAK,eAAe,IAAI,eAAe,EAAE,CAAC;CACpD;AAED,OAAO,EAAE,KAAK,eAAe,EAAE,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Groups = void 0;
|
|
5
|
-
const resource_1 = require("../../core/resource.js");
|
|
6
|
-
const pagination_1 = require("../../core/pagination.js");
|
|
7
|
-
const path_1 = require("../../internal/utils/path.js");
|
|
8
|
-
class Groups extends resource_1.APIResource {
|
|
9
|
-
/**
|
|
10
|
-
* Lists the groups for an agent.
|
|
11
|
-
*/
|
|
12
|
-
list(agentID, query = {}, options) {
|
|
13
|
-
return this._client.getAPIList((0, path_1.path) `/v1/agents/${agentID}/groups`, (pagination_1.ArrayPage), {
|
|
14
|
-
query,
|
|
15
|
-
...options,
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
exports.Groups = Groups;
|
|
20
|
-
//# sourceMappingURL=groups.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groups.js","sourceRoot":"","sources":["../../src/resources/agents/groups.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAGlD,yDAAqF;AAErF,uDAAiD;AAEjD,MAAa,MAAO,SAAQ,sBAAW;IACrC;;OAEG;IACH,IAAI,CACF,OAAe,EACf,QAA4C,EAAE,EAC9C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,IAAA,WAAI,EAAA,cAAc,OAAO,SAAS,EAAE,CAAA,sBAAgC,CAAA,EAAE;YACnG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAdD,wBAcC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { APIResource } from "../../core/resource.mjs";
|
|
3
|
-
import { ArrayPage } from "../../core/pagination.mjs";
|
|
4
|
-
import { path } from "../../internal/utils/path.mjs";
|
|
5
|
-
export class Groups extends APIResource {
|
|
6
|
-
/**
|
|
7
|
-
* Lists the groups for an agent.
|
|
8
|
-
*/
|
|
9
|
-
list(agentID, query = {}, options) {
|
|
10
|
-
return this._client.getAPIList(path `/v1/agents/${agentID}/groups`, (ArrayPage), {
|
|
11
|
-
query,
|
|
12
|
-
...options,
|
|
13
|
-
});
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=groups.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groups.mjs","sourceRoot":"","sources":["../../src/resources/agents/groups.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,SAAS,EAAqC;OAEhD,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,MAAO,SAAQ,WAAW;IACrC;;OAEG;IACH,IAAI,CACF,OAAe,EACf,QAA4C,EAAE,EAC9C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAA,cAAc,OAAO,SAAS,EAAE,CAAA,SAAgC,CAAA,EAAE;YACnG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -1,197 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
-
import { APIPromise } from "../../core/api-promise.mjs";
|
|
3
|
-
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
4
|
-
export declare class Schedule extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* Schedule a message to be sent by the agent at a specified time or on a recurring
|
|
7
|
-
* basis.
|
|
8
|
-
*/
|
|
9
|
-
create(agentID: string, body: ScheduleCreateParams, options?: RequestOptions): APIPromise<ScheduleCreateResponse>;
|
|
10
|
-
/**
|
|
11
|
-
* Retrieve a scheduled message by its ID for a specific agent.
|
|
12
|
-
*/
|
|
13
|
-
retrieve(scheduledMessageID: string, params: ScheduleRetrieveParams, options?: RequestOptions): APIPromise<ScheduleRetrieveResponse>;
|
|
14
|
-
/**
|
|
15
|
-
* List all scheduled messages for a specific agent.
|
|
16
|
-
*/
|
|
17
|
-
list(agentID: string, query?: ScheduleListParams | null | undefined, options?: RequestOptions): APIPromise<ScheduleListResponse>;
|
|
18
|
-
/**
|
|
19
|
-
* Delete a scheduled message by its ID for a specific agent.
|
|
20
|
-
*/
|
|
21
|
-
delete(scheduledMessageID: string, params: ScheduleDeleteParams, options?: RequestOptions): APIPromise<ScheduleDeleteResponse>;
|
|
22
|
-
}
|
|
23
|
-
export interface ScheduleCreateResponse {
|
|
24
|
-
id: string;
|
|
25
|
-
next_scheduled_at?: string;
|
|
26
|
-
}
|
|
27
|
-
export interface ScheduleRetrieveResponse {
|
|
28
|
-
id: string;
|
|
29
|
-
agent_id: string;
|
|
30
|
-
message: ScheduleRetrieveResponse.Message;
|
|
31
|
-
next_scheduled_time: string | null;
|
|
32
|
-
schedule: ScheduleRetrieveResponse.UnionMember0 | ScheduleRetrieveResponse.UnionMember1;
|
|
33
|
-
}
|
|
34
|
-
export declare namespace ScheduleRetrieveResponse {
|
|
35
|
-
interface Message {
|
|
36
|
-
messages: Array<Message.Message>;
|
|
37
|
-
callback_url?: string;
|
|
38
|
-
include_return_message_types?: Array<'system_message' | 'user_message' | 'assistant_message' | 'reasoning_message' | 'hidden_reasoning_message' | 'tool_call_message' | 'tool_return_message' | 'approval_request_message' | 'approval_response_message'>;
|
|
39
|
-
max_steps?: number;
|
|
40
|
-
}
|
|
41
|
-
namespace Message {
|
|
42
|
-
interface Message {
|
|
43
|
-
content: Array<Message.UnionMember0 | Message.UnionMember1> | string;
|
|
44
|
-
role: 'user' | 'assistant' | 'system';
|
|
45
|
-
name?: string;
|
|
46
|
-
otid?: string;
|
|
47
|
-
sender_id?: string;
|
|
48
|
-
type?: 'message';
|
|
49
|
-
}
|
|
50
|
-
namespace Message {
|
|
51
|
-
interface UnionMember0 {
|
|
52
|
-
text: string;
|
|
53
|
-
signature?: string | null;
|
|
54
|
-
type?: 'text';
|
|
55
|
-
}
|
|
56
|
-
interface UnionMember1 {
|
|
57
|
-
source: UnionMember1.Source;
|
|
58
|
-
type: 'image';
|
|
59
|
-
}
|
|
60
|
-
namespace UnionMember1 {
|
|
61
|
-
interface Source {
|
|
62
|
-
data: string;
|
|
63
|
-
media_type: string;
|
|
64
|
-
detail?: string;
|
|
65
|
-
type?: 'base64';
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
interface UnionMember0 {
|
|
71
|
-
scheduled_at: number;
|
|
72
|
-
type?: 'one-time';
|
|
73
|
-
}
|
|
74
|
-
interface UnionMember1 {
|
|
75
|
-
cron_expression: string;
|
|
76
|
-
type: 'recurring';
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
export interface ScheduleListResponse {
|
|
80
|
-
has_next_page: boolean;
|
|
81
|
-
scheduled_messages: Array<ScheduleListResponse.ScheduledMessage>;
|
|
82
|
-
}
|
|
83
|
-
export declare namespace ScheduleListResponse {
|
|
84
|
-
interface ScheduledMessage {
|
|
85
|
-
id: string;
|
|
86
|
-
agent_id: string;
|
|
87
|
-
message: ScheduledMessage.Message;
|
|
88
|
-
next_scheduled_time: string | null;
|
|
89
|
-
schedule: ScheduledMessage.UnionMember0 | ScheduledMessage.UnionMember1;
|
|
90
|
-
}
|
|
91
|
-
namespace ScheduledMessage {
|
|
92
|
-
interface Message {
|
|
93
|
-
messages: Array<Message.Message>;
|
|
94
|
-
callback_url?: string;
|
|
95
|
-
include_return_message_types?: Array<'system_message' | 'user_message' | 'assistant_message' | 'reasoning_message' | 'hidden_reasoning_message' | 'tool_call_message' | 'tool_return_message' | 'approval_request_message' | 'approval_response_message'>;
|
|
96
|
-
max_steps?: number;
|
|
97
|
-
}
|
|
98
|
-
namespace Message {
|
|
99
|
-
interface Message {
|
|
100
|
-
content: Array<Message.UnionMember0 | Message.UnionMember1> | string;
|
|
101
|
-
role: 'user' | 'assistant' | 'system';
|
|
102
|
-
name?: string;
|
|
103
|
-
otid?: string;
|
|
104
|
-
sender_id?: string;
|
|
105
|
-
type?: 'message';
|
|
106
|
-
}
|
|
107
|
-
namespace Message {
|
|
108
|
-
interface UnionMember0 {
|
|
109
|
-
text: string;
|
|
110
|
-
signature?: string | null;
|
|
111
|
-
type?: 'text';
|
|
112
|
-
}
|
|
113
|
-
interface UnionMember1 {
|
|
114
|
-
source: UnionMember1.Source;
|
|
115
|
-
type: 'image';
|
|
116
|
-
}
|
|
117
|
-
namespace UnionMember1 {
|
|
118
|
-
interface Source {
|
|
119
|
-
data: string;
|
|
120
|
-
media_type: string;
|
|
121
|
-
detail?: string;
|
|
122
|
-
type?: 'base64';
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
interface UnionMember0 {
|
|
128
|
-
scheduled_at: number;
|
|
129
|
-
type?: 'one-time';
|
|
130
|
-
}
|
|
131
|
-
interface UnionMember1 {
|
|
132
|
-
cron_expression: string;
|
|
133
|
-
type: 'recurring';
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
export interface ScheduleDeleteResponse {
|
|
138
|
-
success: true;
|
|
139
|
-
}
|
|
140
|
-
export interface ScheduleCreateParams {
|
|
141
|
-
messages: Array<ScheduleCreateParams.Message>;
|
|
142
|
-
schedule: ScheduleCreateParams.UnionMember0 | ScheduleCreateParams.UnionMember1;
|
|
143
|
-
callback_url?: string;
|
|
144
|
-
include_return_message_types?: Array<'system_message' | 'user_message' | 'assistant_message' | 'reasoning_message' | 'hidden_reasoning_message' | 'tool_call_message' | 'tool_return_message' | 'approval_request_message' | 'approval_response_message'>;
|
|
145
|
-
max_steps?: number;
|
|
146
|
-
}
|
|
147
|
-
export declare namespace ScheduleCreateParams {
|
|
148
|
-
interface Message {
|
|
149
|
-
content: Array<Message.UnionMember0 | Message.UnionMember1> | string;
|
|
150
|
-
role: 'user' | 'assistant' | 'system';
|
|
151
|
-
name?: string;
|
|
152
|
-
otid?: string;
|
|
153
|
-
sender_id?: string;
|
|
154
|
-
type?: 'message';
|
|
155
|
-
}
|
|
156
|
-
namespace Message {
|
|
157
|
-
interface UnionMember0 {
|
|
158
|
-
text: string;
|
|
159
|
-
signature?: string | null;
|
|
160
|
-
type?: 'text';
|
|
161
|
-
}
|
|
162
|
-
interface UnionMember1 {
|
|
163
|
-
source: UnionMember1.Source;
|
|
164
|
-
type: 'image';
|
|
165
|
-
}
|
|
166
|
-
namespace UnionMember1 {
|
|
167
|
-
interface Source {
|
|
168
|
-
data: string;
|
|
169
|
-
media_type: string;
|
|
170
|
-
detail?: string;
|
|
171
|
-
type?: 'base64';
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
interface UnionMember0 {
|
|
176
|
-
scheduled_at: number;
|
|
177
|
-
type?: 'one-time';
|
|
178
|
-
}
|
|
179
|
-
interface UnionMember1 {
|
|
180
|
-
cron_expression: string;
|
|
181
|
-
type: 'recurring';
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
export interface ScheduleRetrieveParams {
|
|
185
|
-
agent_id: string;
|
|
186
|
-
}
|
|
187
|
-
export interface ScheduleListParams {
|
|
188
|
-
after?: string;
|
|
189
|
-
limit?: string;
|
|
190
|
-
}
|
|
191
|
-
export interface ScheduleDeleteParams {
|
|
192
|
-
agent_id: string;
|
|
193
|
-
}
|
|
194
|
-
export declare namespace Schedule {
|
|
195
|
-
export { type ScheduleCreateResponse as ScheduleCreateResponse, type ScheduleRetrieveResponse as ScheduleRetrieveResponse, type ScheduleListResponse as ScheduleListResponse, type ScheduleDeleteResponse as ScheduleDeleteResponse, type ScheduleCreateParams as ScheduleCreateParams, type ScheduleRetrieveParams as ScheduleRetrieveParams, type ScheduleListParams as ScheduleListParams, type ScheduleDeleteParams as ScheduleDeleteParams, };
|
|
196
|
-
}
|
|
197
|
-
//# sourceMappingURL=schedule.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schedule.d.mts","sourceRoot":"","sources":["../../src/resources/agents/schedule.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,197 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../core/resource.js";
|
|
2
|
-
import { APIPromise } from "../../core/api-promise.js";
|
|
3
|
-
import { RequestOptions } from "../../internal/request-options.js";
|
|
4
|
-
export declare class Schedule extends APIResource {
|
|
5
|
-
/**
|
|
6
|
-
* Schedule a message to be sent by the agent at a specified time or on a recurring
|
|
7
|
-
* basis.
|
|
8
|
-
*/
|
|
9
|
-
create(agentID: string, body: ScheduleCreateParams, options?: RequestOptions): APIPromise<ScheduleCreateResponse>;
|
|
10
|
-
/**
|
|
11
|
-
* Retrieve a scheduled message by its ID for a specific agent.
|
|
12
|
-
*/
|
|
13
|
-
retrieve(scheduledMessageID: string, params: ScheduleRetrieveParams, options?: RequestOptions): APIPromise<ScheduleRetrieveResponse>;
|
|
14
|
-
/**
|
|
15
|
-
* List all scheduled messages for a specific agent.
|
|
16
|
-
*/
|
|
17
|
-
list(agentID: string, query?: ScheduleListParams | null | undefined, options?: RequestOptions): APIPromise<ScheduleListResponse>;
|
|
18
|
-
/**
|
|
19
|
-
* Delete a scheduled message by its ID for a specific agent.
|
|
20
|
-
*/
|
|
21
|
-
delete(scheduledMessageID: string, params: ScheduleDeleteParams, options?: RequestOptions): APIPromise<ScheduleDeleteResponse>;
|
|
22
|
-
}
|
|
23
|
-
export interface ScheduleCreateResponse {
|
|
24
|
-
id: string;
|
|
25
|
-
next_scheduled_at?: string;
|
|
26
|
-
}
|
|
27
|
-
export interface ScheduleRetrieveResponse {
|
|
28
|
-
id: string;
|
|
29
|
-
agent_id: string;
|
|
30
|
-
message: ScheduleRetrieveResponse.Message;
|
|
31
|
-
next_scheduled_time: string | null;
|
|
32
|
-
schedule: ScheduleRetrieveResponse.UnionMember0 | ScheduleRetrieveResponse.UnionMember1;
|
|
33
|
-
}
|
|
34
|
-
export declare namespace ScheduleRetrieveResponse {
|
|
35
|
-
interface Message {
|
|
36
|
-
messages: Array<Message.Message>;
|
|
37
|
-
callback_url?: string;
|
|
38
|
-
include_return_message_types?: Array<'system_message' | 'user_message' | 'assistant_message' | 'reasoning_message' | 'hidden_reasoning_message' | 'tool_call_message' | 'tool_return_message' | 'approval_request_message' | 'approval_response_message'>;
|
|
39
|
-
max_steps?: number;
|
|
40
|
-
}
|
|
41
|
-
namespace Message {
|
|
42
|
-
interface Message {
|
|
43
|
-
content: Array<Message.UnionMember0 | Message.UnionMember1> | string;
|
|
44
|
-
role: 'user' | 'assistant' | 'system';
|
|
45
|
-
name?: string;
|
|
46
|
-
otid?: string;
|
|
47
|
-
sender_id?: string;
|
|
48
|
-
type?: 'message';
|
|
49
|
-
}
|
|
50
|
-
namespace Message {
|
|
51
|
-
interface UnionMember0 {
|
|
52
|
-
text: string;
|
|
53
|
-
signature?: string | null;
|
|
54
|
-
type?: 'text';
|
|
55
|
-
}
|
|
56
|
-
interface UnionMember1 {
|
|
57
|
-
source: UnionMember1.Source;
|
|
58
|
-
type: 'image';
|
|
59
|
-
}
|
|
60
|
-
namespace UnionMember1 {
|
|
61
|
-
interface Source {
|
|
62
|
-
data: string;
|
|
63
|
-
media_type: string;
|
|
64
|
-
detail?: string;
|
|
65
|
-
type?: 'base64';
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
interface UnionMember0 {
|
|
71
|
-
scheduled_at: number;
|
|
72
|
-
type?: 'one-time';
|
|
73
|
-
}
|
|
74
|
-
interface UnionMember1 {
|
|
75
|
-
cron_expression: string;
|
|
76
|
-
type: 'recurring';
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
export interface ScheduleListResponse {
|
|
80
|
-
has_next_page: boolean;
|
|
81
|
-
scheduled_messages: Array<ScheduleListResponse.ScheduledMessage>;
|
|
82
|
-
}
|
|
83
|
-
export declare namespace ScheduleListResponse {
|
|
84
|
-
interface ScheduledMessage {
|
|
85
|
-
id: string;
|
|
86
|
-
agent_id: string;
|
|
87
|
-
message: ScheduledMessage.Message;
|
|
88
|
-
next_scheduled_time: string | null;
|
|
89
|
-
schedule: ScheduledMessage.UnionMember0 | ScheduledMessage.UnionMember1;
|
|
90
|
-
}
|
|
91
|
-
namespace ScheduledMessage {
|
|
92
|
-
interface Message {
|
|
93
|
-
messages: Array<Message.Message>;
|
|
94
|
-
callback_url?: string;
|
|
95
|
-
include_return_message_types?: Array<'system_message' | 'user_message' | 'assistant_message' | 'reasoning_message' | 'hidden_reasoning_message' | 'tool_call_message' | 'tool_return_message' | 'approval_request_message' | 'approval_response_message'>;
|
|
96
|
-
max_steps?: number;
|
|
97
|
-
}
|
|
98
|
-
namespace Message {
|
|
99
|
-
interface Message {
|
|
100
|
-
content: Array<Message.UnionMember0 | Message.UnionMember1> | string;
|
|
101
|
-
role: 'user' | 'assistant' | 'system';
|
|
102
|
-
name?: string;
|
|
103
|
-
otid?: string;
|
|
104
|
-
sender_id?: string;
|
|
105
|
-
type?: 'message';
|
|
106
|
-
}
|
|
107
|
-
namespace Message {
|
|
108
|
-
interface UnionMember0 {
|
|
109
|
-
text: string;
|
|
110
|
-
signature?: string | null;
|
|
111
|
-
type?: 'text';
|
|
112
|
-
}
|
|
113
|
-
interface UnionMember1 {
|
|
114
|
-
source: UnionMember1.Source;
|
|
115
|
-
type: 'image';
|
|
116
|
-
}
|
|
117
|
-
namespace UnionMember1 {
|
|
118
|
-
interface Source {
|
|
119
|
-
data: string;
|
|
120
|
-
media_type: string;
|
|
121
|
-
detail?: string;
|
|
122
|
-
type?: 'base64';
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
interface UnionMember0 {
|
|
128
|
-
scheduled_at: number;
|
|
129
|
-
type?: 'one-time';
|
|
130
|
-
}
|
|
131
|
-
interface UnionMember1 {
|
|
132
|
-
cron_expression: string;
|
|
133
|
-
type: 'recurring';
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
export interface ScheduleDeleteResponse {
|
|
138
|
-
success: true;
|
|
139
|
-
}
|
|
140
|
-
export interface ScheduleCreateParams {
|
|
141
|
-
messages: Array<ScheduleCreateParams.Message>;
|
|
142
|
-
schedule: ScheduleCreateParams.UnionMember0 | ScheduleCreateParams.UnionMember1;
|
|
143
|
-
callback_url?: string;
|
|
144
|
-
include_return_message_types?: Array<'system_message' | 'user_message' | 'assistant_message' | 'reasoning_message' | 'hidden_reasoning_message' | 'tool_call_message' | 'tool_return_message' | 'approval_request_message' | 'approval_response_message'>;
|
|
145
|
-
max_steps?: number;
|
|
146
|
-
}
|
|
147
|
-
export declare namespace ScheduleCreateParams {
|
|
148
|
-
interface Message {
|
|
149
|
-
content: Array<Message.UnionMember0 | Message.UnionMember1> | string;
|
|
150
|
-
role: 'user' | 'assistant' | 'system';
|
|
151
|
-
name?: string;
|
|
152
|
-
otid?: string;
|
|
153
|
-
sender_id?: string;
|
|
154
|
-
type?: 'message';
|
|
155
|
-
}
|
|
156
|
-
namespace Message {
|
|
157
|
-
interface UnionMember0 {
|
|
158
|
-
text: string;
|
|
159
|
-
signature?: string | null;
|
|
160
|
-
type?: 'text';
|
|
161
|
-
}
|
|
162
|
-
interface UnionMember1 {
|
|
163
|
-
source: UnionMember1.Source;
|
|
164
|
-
type: 'image';
|
|
165
|
-
}
|
|
166
|
-
namespace UnionMember1 {
|
|
167
|
-
interface Source {
|
|
168
|
-
data: string;
|
|
169
|
-
media_type: string;
|
|
170
|
-
detail?: string;
|
|
171
|
-
type?: 'base64';
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
interface UnionMember0 {
|
|
176
|
-
scheduled_at: number;
|
|
177
|
-
type?: 'one-time';
|
|
178
|
-
}
|
|
179
|
-
interface UnionMember1 {
|
|
180
|
-
cron_expression: string;
|
|
181
|
-
type: 'recurring';
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
export interface ScheduleRetrieveParams {
|
|
185
|
-
agent_id: string;
|
|
186
|
-
}
|
|
187
|
-
export interface ScheduleListParams {
|
|
188
|
-
after?: string;
|
|
189
|
-
limit?: string;
|
|
190
|
-
}
|
|
191
|
-
export interface ScheduleDeleteParams {
|
|
192
|
-
agent_id: string;
|
|
193
|
-
}
|
|
194
|
-
export declare namespace Schedule {
|
|
195
|
-
export { type ScheduleCreateResponse as ScheduleCreateResponse, type ScheduleRetrieveResponse as ScheduleRetrieveResponse, type ScheduleListResponse as ScheduleListResponse, type ScheduleDeleteResponse as ScheduleDeleteResponse, type ScheduleCreateParams as ScheduleCreateParams, type ScheduleRetrieveParams as ScheduleRetrieveParams, type ScheduleListParams as ScheduleListParams, type ScheduleDeleteParams as ScheduleDeleteParams, };
|
|
196
|
-
}
|
|
197
|
-
//# sourceMappingURL=schedule.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schedule.d.ts","sourceRoot":"","sources":["../../src/resources/agents/schedule.ts"],"names":[],"mappings":"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"}
|