@letta-ai/letta-client 1.0.0-alpha.14 → 1.0.0-alpha.16

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 (258) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/client.d.mts +20 -20
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +20 -20
  5. package/client.d.ts.map +1 -1
  6. package/client.js.map +1 -1
  7. package/client.mjs.map +1 -1
  8. package/package.json +1 -1
  9. package/resources/agents/agents.d.mts +163 -52
  10. package/resources/agents/agents.d.mts.map +1 -1
  11. package/resources/agents/agents.d.ts +163 -52
  12. package/resources/agents/agents.d.ts.map +1 -1
  13. package/resources/agents/agents.js +0 -6
  14. package/resources/agents/agents.js.map +1 -1
  15. package/resources/agents/agents.mjs +1 -7
  16. package/resources/agents/agents.mjs.map +1 -1
  17. package/resources/agents/folders.d.mts +52 -76
  18. package/resources/agents/folders.d.mts.map +1 -1
  19. package/resources/agents/folders.d.ts +52 -76
  20. package/resources/agents/folders.d.ts.map +1 -1
  21. package/resources/agents/folders.js +5 -1
  22. package/resources/agents/folders.js.map +1 -1
  23. package/resources/agents/folders.mjs +5 -1
  24. package/resources/agents/folders.mjs.map +1 -1
  25. package/resources/agents/index.d.mts +4 -4
  26. package/resources/agents/index.d.mts.map +1 -1
  27. package/resources/agents/index.d.ts +4 -4
  28. package/resources/agents/index.d.ts.map +1 -1
  29. package/resources/agents/index.js.map +1 -1
  30. package/resources/agents/index.mjs.map +1 -1
  31. package/resources/agents/messages.d.mts +344 -38
  32. package/resources/agents/messages.d.mts.map +1 -1
  33. package/resources/agents/messages.d.ts +344 -38
  34. package/resources/agents/messages.d.ts.map +1 -1
  35. package/resources/agents/messages.js +5 -5
  36. package/resources/agents/messages.js.map +1 -1
  37. package/resources/agents/messages.mjs +5 -5
  38. package/resources/agents/messages.mjs.map +1 -1
  39. package/resources/agents/tools.d.mts +6 -27
  40. package/resources/agents/tools.d.mts.map +1 -1
  41. package/resources/agents/tools.d.ts +6 -27
  42. package/resources/agents/tools.d.ts.map +1 -1
  43. package/resources/agents/tools.js +5 -1
  44. package/resources/agents/tools.js.map +1 -1
  45. package/resources/agents/tools.mjs +5 -1
  46. package/resources/agents/tools.mjs.map +1 -1
  47. package/resources/archives.d.mts +9 -31
  48. package/resources/archives.d.mts.map +1 -1
  49. package/resources/archives.d.ts +9 -31
  50. package/resources/archives.d.ts.map +1 -1
  51. package/resources/archives.js +2 -1
  52. package/resources/archives.js.map +1 -1
  53. package/resources/archives.mjs +2 -1
  54. package/resources/archives.mjs.map +1 -1
  55. package/resources/batches/batches.d.mts +52 -34
  56. package/resources/batches/batches.d.mts.map +1 -1
  57. package/resources/batches/batches.d.ts +52 -34
  58. package/resources/batches/batches.d.ts.map +1 -1
  59. package/resources/batches/batches.js +2 -1
  60. package/resources/batches/batches.js.map +1 -1
  61. package/resources/batches/batches.mjs +2 -1
  62. package/resources/batches/batches.mjs.map +1 -1
  63. package/resources/batches/index.d.mts +2 -2
  64. package/resources/batches/index.d.mts.map +1 -1
  65. package/resources/batches/index.d.ts +2 -2
  66. package/resources/batches/index.d.ts.map +1 -1
  67. package/resources/batches/index.js.map +1 -1
  68. package/resources/batches/index.mjs.map +1 -1
  69. package/resources/batches/messages.d.mts +6 -30
  70. package/resources/batches/messages.d.mts.map +1 -1
  71. package/resources/batches/messages.d.ts +6 -30
  72. package/resources/batches/messages.d.ts.map +1 -1
  73. package/resources/batches/messages.js +2 -1
  74. package/resources/batches/messages.js.map +1 -1
  75. package/resources/batches/messages.mjs +2 -1
  76. package/resources/batches/messages.mjs.map +1 -1
  77. package/resources/blocks/blocks.d.mts +1 -6
  78. package/resources/blocks/blocks.d.mts.map +1 -1
  79. package/resources/blocks/blocks.d.ts +1 -6
  80. package/resources/blocks/blocks.d.ts.map +1 -1
  81. package/resources/blocks/blocks.js +0 -6
  82. package/resources/blocks/blocks.js.map +1 -1
  83. package/resources/blocks/blocks.mjs +0 -6
  84. package/resources/blocks/blocks.mjs.map +1 -1
  85. package/resources/blocks/index.d.mts +1 -1
  86. package/resources/blocks/index.d.mts.map +1 -1
  87. package/resources/blocks/index.d.ts +1 -1
  88. package/resources/blocks/index.d.ts.map +1 -1
  89. package/resources/blocks/index.js.map +1 -1
  90. package/resources/blocks/index.mjs.map +1 -1
  91. package/resources/folders/files.d.mts +73 -97
  92. package/resources/folders/files.d.mts.map +1 -1
  93. package/resources/folders/files.d.ts +73 -97
  94. package/resources/folders/files.d.ts.map +1 -1
  95. package/resources/folders/files.js +5 -1
  96. package/resources/folders/files.js.map +1 -1
  97. package/resources/folders/files.mjs +5 -1
  98. package/resources/folders/files.mjs.map +1 -1
  99. package/resources/folders/folders.d.mts +11 -38
  100. package/resources/folders/folders.d.mts.map +1 -1
  101. package/resources/folders/folders.d.ts +11 -38
  102. package/resources/folders/folders.d.ts.map +1 -1
  103. package/resources/folders/folders.js +2 -7
  104. package/resources/folders/folders.js.map +1 -1
  105. package/resources/folders/folders.mjs +2 -7
  106. package/resources/folders/folders.mjs.map +1 -1
  107. package/resources/folders/index.d.mts +2 -2
  108. package/resources/folders/index.d.mts.map +1 -1
  109. package/resources/folders/index.d.ts +2 -2
  110. package/resources/folders/index.d.ts.map +1 -1
  111. package/resources/folders/index.js.map +1 -1
  112. package/resources/folders/index.mjs.map +1 -1
  113. package/resources/groups/groups.d.mts +1 -6
  114. package/resources/groups/groups.d.mts.map +1 -1
  115. package/resources/groups/groups.d.ts +1 -6
  116. package/resources/groups/groups.d.ts.map +1 -1
  117. package/resources/groups/groups.js +0 -6
  118. package/resources/groups/groups.js.map +1 -1
  119. package/resources/groups/groups.mjs +0 -6
  120. package/resources/groups/groups.mjs.map +1 -1
  121. package/resources/groups/index.d.mts +1 -1
  122. package/resources/groups/index.d.mts.map +1 -1
  123. package/resources/groups/index.d.ts +1 -1
  124. package/resources/groups/index.d.ts.map +1 -1
  125. package/resources/groups/index.js.map +1 -1
  126. package/resources/groups/index.mjs.map +1 -1
  127. package/resources/groups/messages.d.mts +97 -11
  128. package/resources/groups/messages.d.mts.map +1 -1
  129. package/resources/groups/messages.d.ts +97 -11
  130. package/resources/groups/messages.d.ts.map +1 -1
  131. package/resources/identities/identities.d.mts +9 -36
  132. package/resources/identities/identities.d.mts.map +1 -1
  133. package/resources/identities/identities.d.ts +9 -36
  134. package/resources/identities/identities.d.ts.map +1 -1
  135. package/resources/identities/identities.js +2 -7
  136. package/resources/identities/identities.js.map +1 -1
  137. package/resources/identities/identities.mjs +2 -7
  138. package/resources/identities/identities.mjs.map +1 -1
  139. package/resources/identities/index.d.mts +1 -1
  140. package/resources/identities/index.d.mts.map +1 -1
  141. package/resources/identities/index.d.ts +1 -1
  142. package/resources/identities/index.d.ts.map +1 -1
  143. package/resources/identities/index.js.map +1 -1
  144. package/resources/identities/index.mjs.map +1 -1
  145. package/resources/index.d.mts +10 -10
  146. package/resources/index.d.mts.map +1 -1
  147. package/resources/index.d.ts +10 -10
  148. package/resources/index.d.ts.map +1 -1
  149. package/resources/index.js.map +1 -1
  150. package/resources/index.mjs.map +1 -1
  151. package/resources/mcp-servers/index.d.mts +2 -3
  152. package/resources/mcp-servers/index.d.mts.map +1 -1
  153. package/resources/mcp-servers/index.d.ts +2 -3
  154. package/resources/mcp-servers/index.d.ts.map +1 -1
  155. package/resources/mcp-servers/index.js +1 -3
  156. package/resources/mcp-servers/index.js.map +1 -1
  157. package/resources/mcp-servers/index.mjs +1 -2
  158. package/resources/mcp-servers/index.mjs.map +1 -1
  159. package/resources/mcp-servers/mcp-servers.d.mts +302 -378
  160. package/resources/mcp-servers/mcp-servers.d.mts.map +1 -1
  161. package/resources/mcp-servers/mcp-servers.d.ts +302 -378
  162. package/resources/mcp-servers/mcp-servers.d.ts.map +1 -1
  163. package/resources/mcp-servers/mcp-servers.js +17 -4
  164. package/resources/mcp-servers/mcp-servers.js.map +1 -1
  165. package/resources/mcp-servers/mcp-servers.mjs +17 -4
  166. package/resources/mcp-servers/mcp-servers.mjs.map +1 -1
  167. package/resources/mcp-servers/tools.d.mts +3 -41
  168. package/resources/mcp-servers/tools.d.mts.map +1 -1
  169. package/resources/mcp-servers/tools.d.ts +3 -41
  170. package/resources/mcp-servers/tools.d.ts.map +1 -1
  171. package/resources/mcp-servers/tools.js.map +1 -1
  172. package/resources/mcp-servers/tools.mjs.map +1 -1
  173. package/resources/models/embeddings.d.mts +71 -2
  174. package/resources/models/embeddings.d.mts.map +1 -1
  175. package/resources/models/embeddings.d.ts +71 -2
  176. package/resources/models/embeddings.d.ts.map +1 -1
  177. package/resources/models/embeddings.js +5 -1
  178. package/resources/models/embeddings.js.map +1 -1
  179. package/resources/models/embeddings.mjs +5 -1
  180. package/resources/models/embeddings.mjs.map +1 -1
  181. package/resources/models/models.d.mts +113 -2
  182. package/resources/models/models.d.mts.map +1 -1
  183. package/resources/models/models.d.ts +113 -2
  184. package/resources/models/models.d.ts.map +1 -1
  185. package/resources/models/models.js +5 -1
  186. package/resources/models/models.js.map +1 -1
  187. package/resources/models/models.mjs +5 -1
  188. package/resources/models/models.mjs.map +1 -1
  189. package/resources/runs/index.d.mts +1 -1
  190. package/resources/runs/index.d.mts.map +1 -1
  191. package/resources/runs/index.d.ts +1 -1
  192. package/resources/runs/index.d.ts.map +1 -1
  193. package/resources/runs/index.js.map +1 -1
  194. package/resources/runs/index.mjs.map +1 -1
  195. package/resources/runs/runs.d.mts +6 -27
  196. package/resources/runs/runs.d.mts.map +1 -1
  197. package/resources/runs/runs.d.ts +6 -27
  198. package/resources/runs/runs.d.ts.map +1 -1
  199. package/resources/runs/runs.js +2 -1
  200. package/resources/runs/runs.js.map +1 -1
  201. package/resources/runs/runs.mjs +2 -1
  202. package/resources/runs/runs.mjs.map +1 -1
  203. package/resources/steps/messages.d.mts +1 -1
  204. package/resources/steps/messages.d.mts.map +1 -1
  205. package/resources/steps/messages.d.ts +1 -1
  206. package/resources/steps/messages.d.ts.map +1 -1
  207. package/resources/tools.d.mts +6 -64
  208. package/resources/tools.d.mts.map +1 -1
  209. package/resources/tools.d.ts +6 -64
  210. package/resources/tools.d.ts.map +1 -1
  211. package/resources/tools.js +2 -7
  212. package/resources/tools.js.map +1 -1
  213. package/resources/tools.mjs +2 -7
  214. package/resources/tools.mjs.map +1 -1
  215. package/src/client.ts +37 -28
  216. package/src/resources/agents/agents.ts +185 -60
  217. package/src/resources/agents/folders.ts +60 -85
  218. package/src/resources/agents/index.ts +7 -2
  219. package/src/resources/agents/messages.ts +504 -40
  220. package/src/resources/agents/tools.ts +10 -34
  221. package/src/resources/archives.ts +12 -39
  222. package/src/resources/batches/batches.ts +74 -46
  223. package/src/resources/batches/index.ts +2 -2
  224. package/src/resources/batches/messages.ts +12 -37
  225. package/src/resources/blocks/blocks.ts +0 -10
  226. package/src/resources/blocks/index.ts +0 -1
  227. package/src/resources/folders/files.ts +88 -113
  228. package/src/resources/folders/folders.ts +14 -49
  229. package/src/resources/folders/index.ts +2 -2
  230. package/src/resources/groups/groups.ts +0 -10
  231. package/src/resources/groups/index.ts +0 -1
  232. package/src/resources/groups/messages.ts +139 -12
  233. package/src/resources/identities/identities.ts +12 -49
  234. package/src/resources/identities/index.ts +1 -2
  235. package/src/resources/index.ts +19 -14
  236. package/src/resources/mcp-servers/index.ts +14 -9
  237. package/src/resources/mcp-servers/mcp-servers.ts +313 -402
  238. package/src/resources/mcp-servers/tools.ts +6 -47
  239. package/src/resources/models/embeddings.ts +105 -2
  240. package/src/resources/models/models.ts +158 -2
  241. package/src/resources/runs/index.ts +1 -1
  242. package/src/resources/runs/runs.ts +11 -39
  243. package/src/resources/steps/messages.ts +3 -1
  244. package/src/resources/tools.ts +8 -88
  245. package/src/version.ts +1 -1
  246. package/version.d.mts +1 -1
  247. package/version.d.ts +1 -1
  248. package/version.js +1 -1
  249. package/version.mjs +1 -1
  250. package/resources/mcp-servers/refresh.d.mts +0 -24
  251. package/resources/mcp-servers/refresh.d.mts.map +0 -1
  252. package/resources/mcp-servers/refresh.d.ts +0 -24
  253. package/resources/mcp-servers/refresh.d.ts.map +0 -1
  254. package/resources/mcp-servers/refresh.js +0 -27
  255. package/resources/mcp-servers/refresh.js.map +0 -1
  256. package/resources/mcp-servers/refresh.mjs +0 -23
  257. package/resources/mcp-servers/refresh.mjs.map +0 -1
  258. package/src/resources/mcp-servers/refresh.ts +0 -43
@@ -6,6 +6,7 @@ import { BlockListParams, Blocks } from "./blocks.js";
6
6
  import * as PropertiesAPI from "./properties.js";
7
7
  import { Properties, PropertyUpsertParams, PropertyUpsertResponse } from "./properties.js";
8
8
  import { APIPromise } from "../../core/api-promise.js";
9
+ import { ArrayPage, type ArrayPageParams, PagePromise } from "../../core/pagination.js";
9
10
  import { RequestOptions } from "../../internal/request-options.js";
10
11
  export declare class Identities extends APIResource {
11
12
  properties: PropertiesAPI.Properties;
@@ -22,15 +23,11 @@ export declare class Identities extends APIResource {
22
23
  /**
23
24
  * Get a list of all identities in the database
24
25
  */
25
- list(query?: IdentityListParams | null | undefined, options?: RequestOptions): APIPromise<IdentityListResponse>;
26
+ list(query?: IdentityListParams | null | undefined, options?: RequestOptions): PagePromise<IdentitiesArrayPage, Identity>;
26
27
  /**
27
28
  * Delete an identity by its identifier key
28
29
  */
29
30
  delete(identityID: string, options?: RequestOptions): APIPromise<unknown>;
30
- /**
31
- * Get count of all identities for a user
32
- */
33
- count(options?: RequestOptions): APIPromise<IdentityCountResponse>;
34
31
  /**
35
32
  * Modify Identity
36
33
  */
@@ -40,7 +37,12 @@ export declare class Identities extends APIResource {
40
37
  */
41
38
  upsert(body: IdentityUpsertParams, options?: RequestOptions): APIPromise<Identity>;
42
39
  }
40
+ export type IdentitiesArrayPage = ArrayPage<Identity>;
43
41
  export interface Identity {
42
+ /**
43
+ * The human-friendly ID of the Identity
44
+ */
45
+ id: string;
44
46
  /**
45
47
  * @deprecated The IDs of the agents associated with the identity.
46
48
  */
@@ -61,10 +63,6 @@ export interface Identity {
61
63
  * The name of the identity.
62
64
  */
63
65
  name: string;
64
- /**
65
- * The human-friendly ID of the Identity
66
- */
67
- id?: string;
68
66
  /**
69
67
  * The project id of the identity, if applicable.
70
68
  */
@@ -97,9 +95,7 @@ export interface IdentityProperty {
97
95
  * Enum to represent the type of the identity.
98
96
  */
99
97
  export type IdentityType = 'org' | 'user' | 'other';
100
- export type IdentityListResponse = Array<Identity>;
101
98
  export type IdentityDeleteResponse = unknown;
102
- export type IdentityCountResponse = number;
103
99
  export interface IdentityCreateParams {
104
100
  /**
105
101
  * External, user-generated identifier key of the identity.
@@ -130,36 +126,13 @@ export interface IdentityCreateParams {
130
126
  */
131
127
  properties?: Array<IdentityProperty> | null;
132
128
  }
133
- export interface IdentityListParams {
134
- /**
135
- * Identity ID cursor for pagination. Returns identities that come after this
136
- * identity ID in the specified sort order
137
- */
138
- after?: string | null;
139
- /**
140
- * Identity ID cursor for pagination. Returns identities that come before this
141
- * identity ID in the specified sort order
142
- */
143
- before?: string | null;
129
+ export interface IdentityListParams extends ArrayPageParams {
144
130
  identifier_key?: string | null;
145
131
  /**
146
132
  * Enum to represent the type of the identity.
147
133
  */
148
134
  identity_type?: IdentityType | null;
149
- /**
150
- * Maximum number of identities to return
151
- */
152
- limit?: number | null;
153
135
  name?: string | null;
154
- /**
155
- * Sort order for identities by creation time. 'asc' for oldest first, 'desc' for
156
- * newest first
157
- */
158
- order?: 'asc' | 'desc';
159
- /**
160
- * Field to sort by
161
- */
162
- order_by?: 'created_at';
163
136
  project_id?: string | null;
164
137
  }
165
138
  export interface IdentityModifyParams {
@@ -219,7 +192,7 @@ export interface IdentityUpsertParams {
219
192
  properties?: Array<IdentityProperty> | null;
220
193
  }
221
194
  export declare namespace Identities {
222
- export { type Identity as Identity, type IdentityProperty as IdentityProperty, type IdentityType as IdentityType, type IdentityListResponse as IdentityListResponse, type IdentityDeleteResponse as IdentityDeleteResponse, type IdentityCountResponse as IdentityCountResponse, type IdentityCreateParams as IdentityCreateParams, type IdentityListParams as IdentityListParams, type IdentityModifyParams as IdentityModifyParams, type IdentityUpsertParams as IdentityUpsertParams, };
195
+ export { type Identity as Identity, type IdentityProperty as IdentityProperty, type IdentityType as IdentityType, type IdentityDeleteResponse as IdentityDeleteResponse, type IdentitiesArrayPage as IdentitiesArrayPage, type IdentityCreateParams as IdentityCreateParams, type IdentityListParams as IdentityListParams, type IdentityModifyParams as IdentityModifyParams, type IdentityUpsertParams as IdentityUpsertParams, };
223
196
  export { Properties as Properties, type PropertyUpsertResponse as PropertyUpsertResponse, type PropertyUpsertParams as PropertyUpsertParams, };
224
197
  export { Agents as Agents, type AgentListParams as AgentListParams };
225
198
  export { Blocks as Blocks, type BlockListParams as BlockListParams };
@@ -1 +1 @@
1
- {"version":3,"file":"identities.d.ts","sourceRoot":"","sources":["../../src/resources/identities/identities.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"identities.d.ts","sourceRoot":"","sources":["../../src/resources/identities/identities.ts"],"names":[],"mappings":"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"}
@@ -10,6 +10,7 @@ const BlocksAPI = tslib_1.__importStar(require("./blocks.js"));
10
10
  const blocks_1 = require("./blocks.js");
11
11
  const PropertiesAPI = tslib_1.__importStar(require("./properties.js"));
12
12
  const properties_1 = require("./properties.js");
13
+ const pagination_1 = require("../../core/pagination.js");
13
14
  const path_1 = require("../../internal/utils/path.js");
14
15
  class Identities extends resource_1.APIResource {
15
16
  constructor() {
@@ -34,7 +35,7 @@ class Identities extends resource_1.APIResource {
34
35
  * Get a list of all identities in the database
35
36
  */
36
37
  list(query = {}, options) {
37
- return this._client.get('/v1/identities/', { query, ...options });
38
+ return this._client.getAPIList('/v1/identities/', (pagination_1.ArrayPage), { query, ...options });
38
39
  }
39
40
  /**
40
41
  * Delete an identity by its identifier key
@@ -42,12 +43,6 @@ class Identities extends resource_1.APIResource {
42
43
  delete(identityID, options) {
43
44
  return this._client.delete((0, path_1.path) `/v1/identities/${identityID}`, options);
44
45
  }
45
- /**
46
- * Get count of all identities for a user
47
- */
48
- count(options) {
49
- return this._client.get('/v1/identities/count', options);
50
- }
51
46
  /**
52
47
  * Modify Identity
53
48
  */
@@ -1 +1 @@
1
- {"version":3,"file":"identities.js","sourceRoot":"","sources":["../../src/resources/identities/identities.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,+DAAsC;AACtC,wCAAmD;AACnD,+DAAsC;AACtC,wCAAmD;AACnD,uEAA8C;AAC9C,gDAAwF;AAGxF,uDAAiD;AAEjD,MAAa,UAAW,SAAQ,sBAAW;IAA3C;;QACE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9D,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAqDhE,CAAC;IAnDC;;OAEG;IACH,MAAM,CAAC,IAA0B,EAAE,OAAwB;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,UAAkB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,kBAAkB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,UAAkB,EAAE,OAAwB;QACjD,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,kBAAkB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,OAAwB;QAC5B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,UAAkB,EAAE,IAA0B,EAAE,OAAwB;QAC7E,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,kBAAkB,UAAU,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtF,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,IAA0B,EAAE,OAAwB;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnE,CAAC;CACF;AAxDD,gCAwDC;AA8ND,UAAU,CAAC,UAAU,GAAG,uBAAU,CAAC;AACnC,UAAU,CAAC,MAAM,GAAG,eAAM,CAAC;AAC3B,UAAU,CAAC,MAAM,GAAG,eAAM,CAAC"}
1
+ {"version":3,"file":"identities.js","sourceRoot":"","sources":["../../src/resources/identities/identities.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,+DAAsC;AACtC,wCAAmD;AACnD,+DAAsC;AACtC,wCAAmD;AACnD,uEAA8C;AAC9C,gDAAwF;AAExF,yDAAqF;AAErF,uDAAiD;AAEjD,MAAa,UAAW,SAAQ,sBAAW;IAA3C;;QACE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9D,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IA8ChE,CAAC;IA5CC;;OAEG;IACH,MAAM,CAAC,IAA0B,EAAE,OAAwB;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,UAAkB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,kBAAkB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,iBAAiB,EAAE,CAAA,sBAAmB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChG,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,UAAkB,EAAE,OAAwB;QACjD,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,kBAAkB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,UAAkB,EAAE,IAA0B,EAAE,OAAwB;QAC7E,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,kBAAkB,UAAU,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtF,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,IAA0B,EAAE,OAAwB;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnE,CAAC;CACF;AAjDD,gCAiDC;AAgMD,UAAU,CAAC,UAAU,GAAG,uBAAU,CAAC;AACnC,UAAU,CAAC,MAAM,GAAG,eAAM,CAAC;AAC3B,UAAU,CAAC,MAAM,GAAG,eAAM,CAAC"}
@@ -6,6 +6,7 @@ import * as BlocksAPI from "./blocks.mjs";
6
6
  import { Blocks } from "./blocks.mjs";
7
7
  import * as PropertiesAPI from "./properties.mjs";
8
8
  import { Properties } from "./properties.mjs";
9
+ import { ArrayPage } from "../../core/pagination.mjs";
9
10
  import { path } from "../../internal/utils/path.mjs";
10
11
  export class Identities extends APIResource {
11
12
  constructor() {
@@ -30,7 +31,7 @@ export class Identities extends APIResource {
30
31
  * Get a list of all identities in the database
31
32
  */
32
33
  list(query = {}, options) {
33
- return this._client.get('/v1/identities/', { query, ...options });
34
+ return this._client.getAPIList('/v1/identities/', (ArrayPage), { query, ...options });
34
35
  }
35
36
  /**
36
37
  * Delete an identity by its identifier key
@@ -38,12 +39,6 @@ export class Identities extends APIResource {
38
39
  delete(identityID, options) {
39
40
  return this._client.delete(path `/v1/identities/${identityID}`, options);
40
41
  }
41
- /**
42
- * Get count of all identities for a user
43
- */
44
- count(options) {
45
- return this._client.get('/v1/identities/count', options);
46
- }
47
42
  /**
48
43
  * Modify Identity
49
44
  */
@@ -1 +1 @@
1
- {"version":3,"file":"identities.mjs","sourceRoot":"","sources":["../../src/resources/identities/identities.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,SAAS;OACd,EAAmB,MAAM,EAAE;OAC3B,KAAK,SAAS;OACd,EAAmB,MAAM,EAAE;OAC3B,KAAK,aAAa;OAClB,EAAE,UAAU,EAAgD;OAG5D,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,UAAW,SAAQ,WAAW;IAA3C;;QACE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9D,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAqDhE,CAAC;IAnDC;;OAEG;IACH,MAAM,CAAC,IAA0B,EAAE,OAAwB;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,UAAkB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,kBAAkB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,UAAkB,EAAE,OAAwB;QACjD,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,kBAAkB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,OAAwB;QAC5B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE,OAAO,CAAC,CAAC;IAC3D,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,UAAkB,EAAE,IAA0B,EAAE,OAAwB;QAC7E,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,kBAAkB,UAAU,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtF,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,IAA0B,EAAE,OAAwB;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnE,CAAC;CACF;AA8ND,UAAU,CAAC,UAAU,GAAG,UAAU,CAAC;AACnC,UAAU,CAAC,MAAM,GAAG,MAAM,CAAC;AAC3B,UAAU,CAAC,MAAM,GAAG,MAAM,CAAC"}
1
+ {"version":3,"file":"identities.mjs","sourceRoot":"","sources":["../../src/resources/identities/identities.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,SAAS;OACd,EAAmB,MAAM,EAAE;OAC3B,KAAK,SAAS;OACd,EAAmB,MAAM,EAAE;OAC3B,KAAK,aAAa;OAClB,EAAE,UAAU,EAAgD;OAE5D,EAAE,SAAS,EAAqC;OAEhD,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,UAAW,SAAQ,WAAW;IAA3C;;QACE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9D,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IA8ChE,CAAC;IA5CC;;OAEG;IACH,MAAM,CAAC,IAA0B,EAAE,OAAwB;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,UAAkB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,kBAAkB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,iBAAiB,EAAE,CAAA,SAAmB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChG,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,UAAkB,EAAE,OAAwB;QACjD,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,kBAAkB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,UAAkB,EAAE,IAA0B,EAAE,OAAwB;QAC7E,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,kBAAkB,UAAU,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtF,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,IAA0B,EAAE,OAAwB;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnE,CAAC;CACF;AAgMD,UAAU,CAAC,UAAU,GAAG,UAAU,CAAC;AACnC,UAAU,CAAC,MAAM,GAAG,MAAM,CAAC;AAC3B,UAAU,CAAC,MAAM,GAAG,MAAM,CAAC"}
@@ -1,5 +1,5 @@
1
1
  export { Agents, type AgentListParams } from "./agents.mjs";
2
2
  export { Blocks, type BlockListParams } from "./blocks.mjs";
3
- export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityListResponse, type IdentityDeleteResponse, type IdentityCountResponse, type IdentityCreateParams, type IdentityListParams, type IdentityModifyParams, type IdentityUpsertParams, } from "./identities.mjs";
3
+ export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityDeleteResponse, type IdentityCreateParams, type IdentityListParams, type IdentityModifyParams, type IdentityUpsertParams, type IdentitiesArrayPage, } from "./identities.mjs";
4
4
  export { Properties, type PropertyUpsertResponse, type PropertyUpsertParams } from "./properties.mjs";
5
5
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":"OAEO,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE;OAChC,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE;OAChC,EACL,UAAU,EACV,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EAAE,UAAU,EAAE,KAAK,sBAAsB,EAAE,KAAK,oBAAoB,EAAE"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":"OAEO,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE;OAChC,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE;OAChC,EACL,UAAU,EACV,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,GACzB;OACM,EAAE,UAAU,EAAE,KAAK,sBAAsB,EAAE,KAAK,oBAAoB,EAAE"}
@@ -1,5 +1,5 @@
1
1
  export { Agents, type AgentListParams } from "./agents.js";
2
2
  export { Blocks, type BlockListParams } from "./blocks.js";
3
- export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityListResponse, type IdentityDeleteResponse, type IdentityCountResponse, type IdentityCreateParams, type IdentityListParams, type IdentityModifyParams, type IdentityUpsertParams, } from "./identities.js";
3
+ export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityDeleteResponse, type IdentityCreateParams, type IdentityListParams, type IdentityModifyParams, type IdentityUpsertParams, type IdentitiesArrayPage, } from "./identities.js";
4
4
  export { Properties, type PropertyUpsertResponse, type PropertyUpsertParams } from "./properties.js";
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":"OAEO,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE;OAChC,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE;OAChC,EACL,UAAU,EACV,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EAAE,UAAU,EAAE,KAAK,sBAAsB,EAAE,KAAK,oBAAoB,EAAE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":"OAEO,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE;OAChC,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE;OAChC,EACL,UAAU,EACV,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,GACzB;OACM,EAAE,UAAU,EAAE,KAAK,sBAAsB,EAAE,KAAK,oBAAoB,EAAE"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sCAAwD;AAA/C,gGAAA,MAAM,OAAA;AACf,sCAAwD;AAA/C,gGAAA,MAAM,OAAA;AACf,8CAYsB;AAXpB,wGAAA,UAAU,OAAA;AAYZ,8CAAkG;AAAzF,wGAAA,UAAU,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sCAAwD;AAA/C,gGAAA,MAAM,OAAA;AACf,sCAAwD;AAA/C,gGAAA,MAAM,OAAA;AACf,8CAWsB;AAVpB,wGAAA,UAAU,OAAA;AAWZ,8CAAkG;AAAzF,wGAAA,UAAU,OAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,MAAM,EAAwB;OAChC,EAAE,MAAM,EAAwB;OAChC,EACL,UAAU,GAWX;OACM,EAAE,UAAU,EAA0D"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/identities/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,MAAM,EAAwB;OAChC,EAAE,MAAM,EAAwB;OAChC,EACL,UAAU,GAUX;OACM,EAAE,UAAU,EAA0D"}
@@ -1,16 +1,16 @@
1
- export { Agents, type AgentEnvironmentVariable, type AgentState, type AgentType, type ChildToolRule, type ConditionalToolRule, type ContinueToolRule, type InitToolRule, type JsonObjectResponseFormat, type JsonSchemaResponseFormat, type LettaMessageContentUnion, type MaxCountPerStepToolRule, type MessageCreate, type ParentToolRule, type RequiredBeforeExitToolRule, type RequiresApprovalToolRule, type TerminalToolRule, type TextResponseFormat, type AgentDeleteResponse, type AgentCountResponse, type AgentExportFileResponse, type AgentImportFileResponse, type AgentCreateParams, type AgentRetrieveParams, type AgentListParams, type AgentExportFileParams, type AgentImportFileParams, type AgentModifyParams, type AgentStatesArrayPage, } from "./agents/agents.mjs";
2
- export { Archives, type Archive, type VectorDBProvider, type ArchiveListResponse, type ArchiveCreateParams, type ArchiveListParams, type ArchiveModifyParams, } from "./archives.mjs";
3
- export { Batches, type BatchJob, type BatchListResponse, type BatchCancelResponse, type BatchCreateParams, type BatchListParams, } from "./batches/batches.mjs";
4
- export { Blocks, type BlockResponse, type CreateBlock, type BlockDeleteResponse, type BlockCountResponse, type BlockCreateParams, type BlockListParams, type BlockModifyParams, type BlockResponsesArrayPage, } from "./blocks/blocks.mjs";
5
- export { Folders, type Folder, type FolderListResponse, type FolderDeleteResponse, type FolderCountResponse, type FolderCreateParams, type FolderListParams, type FolderModifyParams, } from "./folders/folders.mjs";
6
- export { Groups, type DynamicManager, type Group, type ManagerType, type RoundRobinManager, type SleeptimeManager, type SupervisorManager, type VoiceSleeptimeManager, type GroupDeleteResponse, type GroupCountResponse, type GroupCreateParams, type GroupListParams, type GroupModifyParams, type GroupsArrayPage, } from "./groups/groups.mjs";
7
- export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityListResponse, type IdentityDeleteResponse, type IdentityCountResponse, type IdentityCreateParams, type IdentityListParams, type IdentityModifyParams, type IdentityUpsertParams, } from "./identities/identities.mjs";
8
- export { McpServers, type McpServerSchema, type McpServerCreateResponse, type McpServerRetrieveResponse, type McpServerListResponse, type McpServerConnectResponse, type McpServerModifyResponse, type McpServerCreateParams, type McpServerModifyParams, } from "./mcp-servers/mcp-servers.mjs";
1
+ export { Agents, type AgentEnvironmentVariable, type AgentState, type AgentType, type ChildToolRule, type ConditionalToolRule, type ContinueToolRule, type InitToolRule, type JsonObjectResponseFormat, type JsonSchemaResponseFormat, type LettaMessageContentUnion, type MaxCountPerStepToolRule, type MessageCreate, type ParentToolRule, type RequiredBeforeExitToolRule, type RequiresApprovalToolRule, type TerminalToolRule, type TextResponseFormat, type AgentDeleteResponse, type AgentExportFileResponse, type AgentImportFileResponse, type AgentCreateParams, type AgentRetrieveParams, type AgentListParams, type AgentExportFileParams, type AgentImportFileParams, type AgentModifyParams, type AgentStatesArrayPage, } from "./agents/agents.mjs";
2
+ export { Archives, type Archive, type VectorDBProvider, type ArchiveCreateParams, type ArchiveListParams, type ArchiveModifyParams, type ArchivesArrayPage, } from "./archives.mjs";
3
+ export { Batches, type BatchJob, type BatchCancelResponse, type BatchCreateParams, type BatchListParams, type BatchJobsArrayPage, } from "./batches/batches.mjs";
4
+ export { Blocks, type BlockResponse, type CreateBlock, type BlockDeleteResponse, type BlockCreateParams, type BlockListParams, type BlockModifyParams, type BlockResponsesArrayPage, } from "./blocks/blocks.mjs";
5
+ export { Folders, type Folder, type FolderDeleteResponse, type FolderCreateParams, type FolderListParams, type FolderModifyParams, type FoldersArrayPage, } from "./folders/folders.mjs";
6
+ export { Groups, type DynamicManager, type Group, type ManagerType, type RoundRobinManager, type SleeptimeManager, type SupervisorManager, type VoiceSleeptimeManager, type GroupDeleteResponse, type GroupCreateParams, type GroupListParams, type GroupModifyParams, type GroupsArrayPage, } from "./groups/groups.mjs";
7
+ export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityDeleteResponse, type IdentityCreateParams, type IdentityListParams, type IdentityModifyParams, type IdentityUpsertParams, type IdentitiesArrayPage, } from "./identities/identities.mjs";
8
+ export { McpServers, type CreateSseMcpServer, type CreateStdioMcpServer, type CreateStreamableHTTPMcpServer, type McpToolExecuteRequest, type SseMcpServer, type StdioMcpServer, type StreamableHTTPMcpServer, type ToolExecutionResult, type UpdateSseMcpServer, type UpdateStdioMcpServer, type UpdateStreamableHTTPMcpServer, type McpServerCreateResponse, type McpServerRetrieveResponse, type McpServerListResponse, type McpServerConnectResponse, type McpServerModifyResponse, type McpServerRefreshResponse, type McpServerCreateParams, type McpServerModifyParams, type McpServerRefreshParams, } from "./mcp-servers/mcp-servers.mjs";
9
9
  export { Models, type EmbeddingConfig, type LlmConfig, type ProviderCategory, type ProviderType, type ModelListResponse, type ModelListParams, } from "./models/models.mjs";
10
- export { Runs, type Job, type StopReasonType, type RunListResponse, type RunListParams } from "./runs/runs.mjs";
10
+ export { Runs, type Job, type StopReasonType, type RunListParams } from "./runs/runs.mjs";
11
11
  export { Steps, type ProviderTrace, type Step, type StepListParams, type StepsArrayPage, } from "./steps/steps.mjs";
12
12
  export { Tags, type TagListResponse, type TagListParams } from "./tags.mjs";
13
13
  export { Templates } from "./templates/templates.mjs";
14
- export { Tools, type NpmRequirement, type PipRequirement, type Tool, type ToolCreate, type ToolReturnMessage, type ToolType, type ToolListResponse, type ToolDeleteResponse, type ToolCountResponse, type ToolUpsertBaseToolsResponse, type ToolCreateParams, type ToolListParams, type ToolCountParams, type ToolModifyParams, type ToolUpsertParams, } from "./tools.mjs";
14
+ export { Tools, type NpmRequirement, type PipRequirement, type Tool, type ToolCreate, type ToolReturnMessage, type ToolType, type ToolDeleteResponse, type ToolUpsertBaseToolsResponse, type ToolCreateParams, type ToolListParams, type ToolModifyParams, type ToolUpsertParams, type ToolsArrayPage, } from "./tools.mjs";
15
15
  export { type HealthResponse } from "./top-level.mjs";
16
16
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
@@ -1,16 +1,16 @@
1
- export { Agents, type AgentEnvironmentVariable, type AgentState, type AgentType, type ChildToolRule, type ConditionalToolRule, type ContinueToolRule, type InitToolRule, type JsonObjectResponseFormat, type JsonSchemaResponseFormat, type LettaMessageContentUnion, type MaxCountPerStepToolRule, type MessageCreate, type ParentToolRule, type RequiredBeforeExitToolRule, type RequiresApprovalToolRule, type TerminalToolRule, type TextResponseFormat, type AgentDeleteResponse, type AgentCountResponse, type AgentExportFileResponse, type AgentImportFileResponse, type AgentCreateParams, type AgentRetrieveParams, type AgentListParams, type AgentExportFileParams, type AgentImportFileParams, type AgentModifyParams, type AgentStatesArrayPage, } from "./agents/agents.js";
2
- export { Archives, type Archive, type VectorDBProvider, type ArchiveListResponse, type ArchiveCreateParams, type ArchiveListParams, type ArchiveModifyParams, } from "./archives.js";
3
- export { Batches, type BatchJob, type BatchListResponse, type BatchCancelResponse, type BatchCreateParams, type BatchListParams, } from "./batches/batches.js";
4
- export { Blocks, type BlockResponse, type CreateBlock, type BlockDeleteResponse, type BlockCountResponse, type BlockCreateParams, type BlockListParams, type BlockModifyParams, type BlockResponsesArrayPage, } from "./blocks/blocks.js";
5
- export { Folders, type Folder, type FolderListResponse, type FolderDeleteResponse, type FolderCountResponse, type FolderCreateParams, type FolderListParams, type FolderModifyParams, } from "./folders/folders.js";
6
- export { Groups, type DynamicManager, type Group, type ManagerType, type RoundRobinManager, type SleeptimeManager, type SupervisorManager, type VoiceSleeptimeManager, type GroupDeleteResponse, type GroupCountResponse, type GroupCreateParams, type GroupListParams, type GroupModifyParams, type GroupsArrayPage, } from "./groups/groups.js";
7
- export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityListResponse, type IdentityDeleteResponse, type IdentityCountResponse, type IdentityCreateParams, type IdentityListParams, type IdentityModifyParams, type IdentityUpsertParams, } from "./identities/identities.js";
8
- export { McpServers, type McpServerSchema, type McpServerCreateResponse, type McpServerRetrieveResponse, type McpServerListResponse, type McpServerConnectResponse, type McpServerModifyResponse, type McpServerCreateParams, type McpServerModifyParams, } from "./mcp-servers/mcp-servers.js";
1
+ export { Agents, type AgentEnvironmentVariable, type AgentState, type AgentType, type ChildToolRule, type ConditionalToolRule, type ContinueToolRule, type InitToolRule, type JsonObjectResponseFormat, type JsonSchemaResponseFormat, type LettaMessageContentUnion, type MaxCountPerStepToolRule, type MessageCreate, type ParentToolRule, type RequiredBeforeExitToolRule, type RequiresApprovalToolRule, type TerminalToolRule, type TextResponseFormat, type AgentDeleteResponse, type AgentExportFileResponse, type AgentImportFileResponse, type AgentCreateParams, type AgentRetrieveParams, type AgentListParams, type AgentExportFileParams, type AgentImportFileParams, type AgentModifyParams, type AgentStatesArrayPage, } from "./agents/agents.js";
2
+ export { Archives, type Archive, type VectorDBProvider, type ArchiveCreateParams, type ArchiveListParams, type ArchiveModifyParams, type ArchivesArrayPage, } from "./archives.js";
3
+ export { Batches, type BatchJob, type BatchCancelResponse, type BatchCreateParams, type BatchListParams, type BatchJobsArrayPage, } from "./batches/batches.js";
4
+ export { Blocks, type BlockResponse, type CreateBlock, type BlockDeleteResponse, type BlockCreateParams, type BlockListParams, type BlockModifyParams, type BlockResponsesArrayPage, } from "./blocks/blocks.js";
5
+ export { Folders, type Folder, type FolderDeleteResponse, type FolderCreateParams, type FolderListParams, type FolderModifyParams, type FoldersArrayPage, } from "./folders/folders.js";
6
+ export { Groups, type DynamicManager, type Group, type ManagerType, type RoundRobinManager, type SleeptimeManager, type SupervisorManager, type VoiceSleeptimeManager, type GroupDeleteResponse, type GroupCreateParams, type GroupListParams, type GroupModifyParams, type GroupsArrayPage, } from "./groups/groups.js";
7
+ export { Identities, type Identity, type IdentityProperty, type IdentityType, type IdentityDeleteResponse, type IdentityCreateParams, type IdentityListParams, type IdentityModifyParams, type IdentityUpsertParams, type IdentitiesArrayPage, } from "./identities/identities.js";
8
+ export { McpServers, type CreateSseMcpServer, type CreateStdioMcpServer, type CreateStreamableHTTPMcpServer, type McpToolExecuteRequest, type SseMcpServer, type StdioMcpServer, type StreamableHTTPMcpServer, type ToolExecutionResult, type UpdateSseMcpServer, type UpdateStdioMcpServer, type UpdateStreamableHTTPMcpServer, type McpServerCreateResponse, type McpServerRetrieveResponse, type McpServerListResponse, type McpServerConnectResponse, type McpServerModifyResponse, type McpServerRefreshResponse, type McpServerCreateParams, type McpServerModifyParams, type McpServerRefreshParams, } from "./mcp-servers/mcp-servers.js";
9
9
  export { Models, type EmbeddingConfig, type LlmConfig, type ProviderCategory, type ProviderType, type ModelListResponse, type ModelListParams, } from "./models/models.js";
10
- export { Runs, type Job, type StopReasonType, type RunListResponse, type RunListParams } from "./runs/runs.js";
10
+ export { Runs, type Job, type StopReasonType, type RunListParams } from "./runs/runs.js";
11
11
  export { Steps, type ProviderTrace, type Step, type StepListParams, type StepsArrayPage, } from "./steps/steps.js";
12
12
  export { Tags, type TagListResponse, type TagListParams } from "./tags.js";
13
13
  export { Templates } from "./templates/templates.js";
14
- export { Tools, type NpmRequirement, type PipRequirement, type Tool, type ToolCreate, type ToolReturnMessage, type ToolType, type ToolListResponse, type ToolDeleteResponse, type ToolCountResponse, type ToolUpsertBaseToolsResponse, type ToolCreateParams, type ToolListParams, type ToolCountParams, type ToolModifyParams, type ToolUpsertParams, } from "./tools.js";
14
+ export { Tools, type NpmRequirement, type PipRequirement, type Tool, type ToolCreate, type ToolReturnMessage, type ToolType, type ToolDeleteResponse, type ToolUpsertBaseToolsResponse, type ToolCreateParams, type ToolListParams, type ToolModifyParams, type ToolUpsertParams, type ToolsArrayPage, } from "./tools.js";
15
15
  export { type HealthResponse } from "./top-level.js";
16
16
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,6CA8ByB;AA7BvB,gGAAA,MAAM,OAAA;AA8BR,0CAQoB;AAPlB,oGAAA,QAAQ,OAAA;AAQV,gDAO2B;AANzB,kGAAA,OAAO,OAAA;AAOT,6CAUyB;AATvB,gGAAA,MAAM,OAAA;AAUR,gDAS2B;AARzB,kGAAA,OAAO,OAAA;AAST,6CAeyB;AAdvB,gGAAA,MAAM,OAAA;AAeR,yDAYiC;AAX/B,wGAAA,UAAU,OAAA;AAYZ,4DAUmC;AATjC,yGAAA,UAAU,OAAA;AAUZ,6CAQyB;AAPvB,gGAAA,MAAM,OAAA;AAQR,uCAA4G;AAAnG,4FAAA,IAAI,OAAA;AACb,0CAMuB;AALrB,8FAAA,KAAK,OAAA;AAMP,kCAAwE;AAA/D,4FAAA,IAAI,OAAA;AACb,sDAAkD;AAAzC,sGAAA,SAAS,OAAA;AAClB,oCAiBiB;AAhBf,8FAAA,KAAK,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,6CA6ByB;AA5BvB,gGAAA,MAAM,OAAA;AA6BR,0CAQoB;AAPlB,oGAAA,QAAQ,OAAA;AAQV,gDAO2B;AANzB,kGAAA,OAAO,OAAA;AAOT,6CASyB;AARvB,gGAAA,MAAM,OAAA;AASR,gDAQ2B;AAPzB,kGAAA,OAAO,OAAA;AAQT,6CAcyB;AAbvB,gGAAA,MAAM,OAAA;AAcR,yDAWiC;AAV/B,wGAAA,UAAU,OAAA;AAWZ,4DAsBmC;AArBjC,yGAAA,UAAU,OAAA;AAsBZ,6CAQyB;AAPvB,gGAAA,MAAM,OAAA;AAQR,uCAAsF;AAA7E,4FAAA,IAAI,OAAA;AACb,0CAMuB;AALrB,8FAAA,KAAK,OAAA;AAMP,kCAAwE;AAA/D,4FAAA,IAAI,OAAA;AACb,sDAAkD;AAAzC,sGAAA,SAAS,OAAA;AAClB,oCAeiB;AAdf,8FAAA,KAAK,OAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,MAAM,GA6BP;OACM,EACL,QAAQ,GAOT;OACM,EACL,OAAO,GAMR;OACM,EACL,MAAM,GASP;OACM,EACL,OAAO,GAQR;OACM,EACL,MAAM,GAcP;OACM,EACL,UAAU,GAWX;OACM,EACL,UAAU,GASX;OACM,EACL,MAAM,GAOP;OACM,EAAE,IAAI,EAA2E;OACjF,EACL,KAAK,GAKN;OACM,EAAE,IAAI,EAA4C;OAClD,EAAE,SAAS,EAAE;OACb,EACL,KAAK,GAgBN"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,MAAM,GA4BP;OACM,EACL,QAAQ,GAOT;OACM,EACL,OAAO,GAMR;OACM,EACL,MAAM,GAQP;OACM,EACL,OAAO,GAOR;OACM,EACL,MAAM,GAaP;OACM,EACL,UAAU,GAUX;OACM,EACL,UAAU,GAqBX;OACM,EACL,MAAM,GAOP;OACM,EAAE,IAAI,EAAqD;OAC3D,EACL,KAAK,GAKN;OACM,EAAE,IAAI,EAA4C;OAClD,EAAE,SAAS,EAAE;OACb,EACL,KAAK,GAcN"}
@@ -1,4 +1,3 @@
1
- export { McpServers, type McpServerSchema, type McpServerCreateResponse, type McpServerRetrieveResponse, type McpServerListResponse, type McpServerConnectResponse, type McpServerModifyResponse, type McpServerCreateParams, type McpServerModifyParams, } from "./mcp-servers.mjs";
2
- export { Refresh, type RefreshTriggerResponse, type RefreshTriggerParams } from "./refresh.mjs";
3
- export { Tools, type ToolListResponse, type ToolRunResponse, type ToolRetrieveParams, type ToolRunParams, } from "./tools.mjs";
1
+ export { McpServers, type CreateSseMcpServer, type CreateStdioMcpServer, type CreateStreamableHTTPMcpServer, type McpToolExecuteRequest, type SseMcpServer, type StdioMcpServer, type StreamableHTTPMcpServer, type ToolExecutionResult, type UpdateSseMcpServer, type UpdateStdioMcpServer, type UpdateStreamableHTTPMcpServer, type McpServerCreateResponse, type McpServerRetrieveResponse, type McpServerListResponse, type McpServerConnectResponse, type McpServerModifyResponse, type McpServerRefreshResponse, type McpServerCreateParams, type McpServerModifyParams, type McpServerRefreshParams, } from "./mcp-servers.mjs";
2
+ export { Tools, type ToolListResponse, type ToolRetrieveParams, type ToolRunParams } from "./tools.mjs";
4
3
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/mcp-servers/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,eAAe,EACpB,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAC9B,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC7B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,GAC3B;OACM,EAAE,OAAO,EAAE,KAAK,sBAAsB,EAAE,KAAK,oBAAoB,EAAE;OACnE,EACL,KAAK,EACL,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,kBAAkB,EACvB,KAAK,aAAa,GACnB"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/mcp-servers/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,6BAA6B,EAClC,KAAK,qBAAqB,EAC1B,KAAK,YAAY,EACjB,KAAK,cAAc,EACnB,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,6BAA6B,EAClC,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAC9B,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC7B,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,GAC5B;OACM,EAAE,KAAK,EAAE,KAAK,gBAAgB,EAAE,KAAK,kBAAkB,EAAE,KAAK,aAAa,EAAE"}
@@ -1,4 +1,3 @@
1
- export { McpServers, type McpServerSchema, type McpServerCreateResponse, type McpServerRetrieveResponse, type McpServerListResponse, type McpServerConnectResponse, type McpServerModifyResponse, type McpServerCreateParams, type McpServerModifyParams, } from "./mcp-servers.js";
2
- export { Refresh, type RefreshTriggerResponse, type RefreshTriggerParams } from "./refresh.js";
3
- export { Tools, type ToolListResponse, type ToolRunResponse, type ToolRetrieveParams, type ToolRunParams, } from "./tools.js";
1
+ export { McpServers, type CreateSseMcpServer, type CreateStdioMcpServer, type CreateStreamableHTTPMcpServer, type McpToolExecuteRequest, type SseMcpServer, type StdioMcpServer, type StreamableHTTPMcpServer, type ToolExecutionResult, type UpdateSseMcpServer, type UpdateStdioMcpServer, type UpdateStreamableHTTPMcpServer, type McpServerCreateResponse, type McpServerRetrieveResponse, type McpServerListResponse, type McpServerConnectResponse, type McpServerModifyResponse, type McpServerRefreshResponse, type McpServerCreateParams, type McpServerModifyParams, type McpServerRefreshParams, } from "./mcp-servers.js";
2
+ export { Tools, type ToolListResponse, type ToolRetrieveParams, type ToolRunParams } from "./tools.js";
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/mcp-servers/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,eAAe,EACpB,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAC9B,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC7B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,GAC3B;OACM,EAAE,OAAO,EAAE,KAAK,sBAAsB,EAAE,KAAK,oBAAoB,EAAE;OACnE,EACL,KAAK,EACL,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,kBAAkB,EACvB,KAAK,aAAa,GACnB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/mcp-servers/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,6BAA6B,EAClC,KAAK,qBAAqB,EAC1B,KAAK,YAAY,EACjB,KAAK,cAAc,EACnB,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,6BAA6B,EAClC,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAC9B,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC7B,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,GAC5B;OACM,EAAE,KAAK,EAAE,KAAK,gBAAgB,EAAE,KAAK,kBAAkB,EAAE,KAAK,aAAa,EAAE"}
@@ -1,11 +1,9 @@
1
1
  "use strict";
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Tools = exports.Refresh = exports.McpServers = void 0;
4
+ exports.Tools = exports.McpServers = void 0;
5
5
  var mcp_servers_1 = require("./mcp-servers.js");
6
6
  Object.defineProperty(exports, "McpServers", { enumerable: true, get: function () { return mcp_servers_1.McpServers; } });
7
- var refresh_1 = require("./refresh.js");
8
- Object.defineProperty(exports, "Refresh", { enumerable: true, get: function () { return refresh_1.Refresh; } });
9
7
  var tools_1 = require("./tools.js");
10
8
  Object.defineProperty(exports, "Tools", { enumerable: true, get: function () { return tools_1.Tools; } });
11
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/mcp-servers/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAUuB;AATrB,yGAAA,UAAU,OAAA;AAUZ,wCAA4F;AAAnF,kGAAA,OAAO,OAAA;AAChB,oCAMiB;AALf,8FAAA,KAAK,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/mcp-servers/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAsBuB;AArBrB,yGAAA,UAAU,OAAA;AAsBZ,oCAAoG;AAA3F,8FAAA,KAAK,OAAA"}
@@ -1,5 +1,4 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
  export { McpServers, } from "./mcp-servers.mjs";
3
- export { Refresh } from "./refresh.mjs";
4
- export { Tools, } from "./tools.mjs";
3
+ export { Tools } from "./tools.mjs";
5
4
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/mcp-servers/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,UAAU,GASX;OACM,EAAE,OAAO,EAA0D;OACnE,EACL,KAAK,GAKN"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/mcp-servers/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,UAAU,GAqBX;OACM,EAAE,KAAK,EAAsE"}