@athenaintel/sdk 4.3.2119 → 4.3.2121

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 (63) hide show
  1. package/README.md +8 -2
  2. package/dist/cjs/BaseClient.js +2 -2
  3. package/dist/cjs/api/resources/aop/client/Client.d.ts +2 -2
  4. package/dist/cjs/api/resources/aop/client/Client.js +2 -2
  5. package/dist/cjs/api/resources/aop/client/requests/AopConfigUpdateRequestIn.d.ts +2 -1
  6. package/dist/cjs/api/resources/aop/client/requests/GetConfigAopRequest.d.ts +2 -1
  7. package/dist/cjs/api/resources/assets/client/Client.d.ts +10 -7
  8. package/dist/cjs/api/resources/assets/client/Client.js +10 -7
  9. package/dist/cjs/api/resources/assets/client/requests/ArchiveAssetsRequest.d.ts +2 -1
  10. package/dist/cjs/api/resources/assets/client/requests/DownloadAssetsRequest.d.ts +1 -0
  11. package/dist/cjs/api/resources/assets/client/requests/GetAssetsRequest.d.ts +2 -1
  12. package/dist/cjs/api/resources/assets/client/requests/ListAssetsRequest.d.ts +4 -1
  13. package/dist/cjs/api/resources/assets/client/requests/MoveAssetRequestIn.d.ts +2 -1
  14. package/dist/cjs/api/resources/assets/client/requests/RenameAssetRequestIn.d.ts +2 -1
  15. package/dist/cjs/api/resources/assets/client/requests/ShareAssetRequestIn.d.ts +2 -1
  16. package/dist/cjs/api/resources/assets/client/requests/UpdateWorkspaceAccessRequestIn.d.ts +2 -1
  17. package/dist/cjs/api/resources/collabAgents/client/Client.d.ts +1 -1
  18. package/dist/cjs/api/resources/collabAgents/client/Client.js +1 -1
  19. package/dist/cjs/api/resources/collabAgents/client/requests/CollabAgentSendMessageRequestIn.d.ts +2 -1
  20. package/dist/cjs/api/resources/meetings/client/Client.d.ts +6 -3
  21. package/dist/cjs/api/resources/meetings/client/Client.js +6 -3
  22. package/dist/cjs/api/resources/meetings/client/requests/DownloadMeetingsRequest.d.ts +2 -1
  23. package/dist/cjs/api/resources/meetings/client/requests/GetMeetingsRequest.d.ts +2 -1
  24. package/dist/cjs/api/resources/meetings/client/requests/ListMeetingsRequest.d.ts +4 -1
  25. package/dist/cjs/api/resources/sessions/client/Client.d.ts +8 -3
  26. package/dist/cjs/api/resources/sessions/client/Client.js +8 -3
  27. package/dist/cjs/api/resources/sessions/client/requests/DownloadSessionsRequest.d.ts +2 -1
  28. package/dist/cjs/api/resources/sessions/client/requests/GetSessionsRequest.d.ts +2 -1
  29. package/dist/cjs/api/resources/sessions/client/requests/ListSessionsRequest.d.ts +6 -1
  30. package/dist/cjs/version.d.ts +1 -1
  31. package/dist/cjs/version.js +1 -1
  32. package/dist/esm/BaseClient.mjs +2 -2
  33. package/dist/esm/api/resources/aop/client/Client.d.mts +2 -2
  34. package/dist/esm/api/resources/aop/client/Client.mjs +2 -2
  35. package/dist/esm/api/resources/aop/client/requests/AopConfigUpdateRequestIn.d.mts +2 -1
  36. package/dist/esm/api/resources/aop/client/requests/GetConfigAopRequest.d.mts +2 -1
  37. package/dist/esm/api/resources/assets/client/Client.d.mts +10 -7
  38. package/dist/esm/api/resources/assets/client/Client.mjs +10 -7
  39. package/dist/esm/api/resources/assets/client/requests/ArchiveAssetsRequest.d.mts +2 -1
  40. package/dist/esm/api/resources/assets/client/requests/DownloadAssetsRequest.d.mts +1 -0
  41. package/dist/esm/api/resources/assets/client/requests/GetAssetsRequest.d.mts +2 -1
  42. package/dist/esm/api/resources/assets/client/requests/ListAssetsRequest.d.mts +4 -1
  43. package/dist/esm/api/resources/assets/client/requests/MoveAssetRequestIn.d.mts +2 -1
  44. package/dist/esm/api/resources/assets/client/requests/RenameAssetRequestIn.d.mts +2 -1
  45. package/dist/esm/api/resources/assets/client/requests/ShareAssetRequestIn.d.mts +2 -1
  46. package/dist/esm/api/resources/assets/client/requests/UpdateWorkspaceAccessRequestIn.d.mts +2 -1
  47. package/dist/esm/api/resources/collabAgents/client/Client.d.mts +1 -1
  48. package/dist/esm/api/resources/collabAgents/client/Client.mjs +1 -1
  49. package/dist/esm/api/resources/collabAgents/client/requests/CollabAgentSendMessageRequestIn.d.mts +2 -1
  50. package/dist/esm/api/resources/meetings/client/Client.d.mts +6 -3
  51. package/dist/esm/api/resources/meetings/client/Client.mjs +6 -3
  52. package/dist/esm/api/resources/meetings/client/requests/DownloadMeetingsRequest.d.mts +2 -1
  53. package/dist/esm/api/resources/meetings/client/requests/GetMeetingsRequest.d.mts +2 -1
  54. package/dist/esm/api/resources/meetings/client/requests/ListMeetingsRequest.d.mts +4 -1
  55. package/dist/esm/api/resources/sessions/client/Client.d.mts +8 -3
  56. package/dist/esm/api/resources/sessions/client/Client.mjs +8 -3
  57. package/dist/esm/api/resources/sessions/client/requests/DownloadSessionsRequest.d.mts +2 -1
  58. package/dist/esm/api/resources/sessions/client/requests/GetSessionsRequest.d.mts +2 -1
  59. package/dist/esm/api/resources/sessions/client/requests/ListSessionsRequest.d.mts +6 -1
  60. package/dist/esm/version.d.mts +1 -1
  61. package/dist/esm/version.mjs +1 -1
  62. package/package.json +1 -1
  63. package/reference.md +37 -18
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @example
3
3
  * {
4
- * asset_id: "asset_id",
4
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
5
5
  * agentId: "research_agent",
6
6
  * description: "Generates market research reports",
7
7
  * icon: "ListTodo",
@@ -10,6 +10,7 @@
10
10
  * }
11
11
  */
12
12
  export interface AopConfigUpdateRequestIn {
13
+ /** Unique identifier of the AOP asset to update */
13
14
  asset_id: string;
14
15
  /** ID of the agent to use for execution */
15
16
  agentId?: string | null;
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * @example
3
3
  * {
4
- * asset_id: "asset_id"
4
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
5
5
  * }
6
6
  */
7
7
  export interface GetConfigAopRequest {
8
+ /** Unique identifier of the AOP asset */
8
9
  asset_id: string;
9
10
  }
@@ -20,7 +20,10 @@ export declare class AssetsClient {
20
20
  * @throws {@link AthenaIntelligence.UnprocessableEntityError}
21
21
  *
22
22
  * @example
23
- * await client.assets.list()
23
+ * await client.assets.list({
24
+ * limit: 50,
25
+ * offset: 0
26
+ * })
24
27
  */
25
28
  list(request?: AthenaIntelligence.ListAssetsRequest, requestOptions?: AssetsClient.RequestOptions): core.HttpResponsePromise<AthenaIntelligence.PaginatedAssetsOut>;
26
29
  private __list;
@@ -127,7 +130,7 @@ export declare class AssetsClient {
127
130
  *
128
131
  * @example
129
132
  * await client.assets.get({
130
- * asset_id: "asset_id"
133
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
131
134
  * })
132
135
  */
133
136
  get(request: AthenaIntelligence.GetAssetsRequest, requestOptions?: AssetsClient.RequestOptions): core.HttpResponsePromise<AthenaIntelligence.PublicAssetOut>;
@@ -144,7 +147,7 @@ export declare class AssetsClient {
144
147
  *
145
148
  * @example
146
149
  * await client.assets.rename({
147
- * asset_id: "asset_id",
150
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
148
151
  * title: "Clara Substantive Run - July 2026"
149
152
  * })
150
153
  */
@@ -227,7 +230,7 @@ export declare class AssetsClient {
227
230
  *
228
231
  * @example
229
232
  * await client.assets.archive({
230
- * asset_id: "asset_id"
233
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
231
234
  * })
232
235
  */
233
236
  archive(request: AthenaIntelligence.ArchiveAssetsRequest, requestOptions?: AssetsClient.RequestOptions): core.HttpResponsePromise<AthenaIntelligence.ArchiveAssetResponseOut>;
@@ -254,7 +257,7 @@ export declare class AssetsClient {
254
257
  *
255
258
  * @example
256
259
  * await client.assets.move({
257
- * asset_id: "asset_id",
260
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
258
261
  * parent_folder_id: "asset_folder_12345"
259
262
  * })
260
263
  */
@@ -272,7 +275,7 @@ export declare class AssetsClient {
272
275
  *
273
276
  * @example
274
277
  * await client.assets.share({
275
- * asset_id: "asset_id",
278
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
276
279
  * message: "Here's the document we discussed.",
277
280
  * notify: true,
278
281
  * recipients: [{
@@ -298,7 +301,7 @@ export declare class AssetsClient {
298
301
  *
299
302
  * @example
300
303
  * await client.assets.updateWorkspaceAccess({
301
- * asset_id: "asset_id",
304
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
302
305
  * workspace_access: "view"
303
306
  * })
304
307
  */
@@ -38,7 +38,10 @@ export class AssetsClient {
38
38
  * @throws {@link AthenaIntelligence.UnprocessableEntityError}
39
39
  *
40
40
  * @example
41
- * await client.assets.list()
41
+ * await client.assets.list({
42
+ * limit: 50,
43
+ * offset: 0
44
+ * })
42
45
  */
43
46
  list(request = {}, requestOptions) {
44
47
  return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
@@ -489,7 +492,7 @@ export class AssetsClient {
489
492
  *
490
493
  * @example
491
494
  * await client.assets.get({
492
- * asset_id: "asset_id"
495
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
493
496
  * })
494
497
  */
495
498
  get(request, requestOptions) {
@@ -565,7 +568,7 @@ export class AssetsClient {
565
568
  *
566
569
  * @example
567
570
  * await client.assets.rename({
568
- * asset_id: "asset_id",
571
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
569
572
  * title: "Clara Substantive Run - July 2026"
570
573
  * })
571
574
  */
@@ -922,7 +925,7 @@ export class AssetsClient {
922
925
  *
923
926
  * @example
924
927
  * await client.assets.archive({
925
- * asset_id: "asset_id"
928
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
926
929
  * })
927
930
  */
928
931
  archive(request, requestOptions) {
@@ -1073,7 +1076,7 @@ export class AssetsClient {
1073
1076
  *
1074
1077
  * @example
1075
1078
  * await client.assets.move({
1076
- * asset_id: "asset_id",
1079
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
1077
1080
  * parent_folder_id: "asset_folder_12345"
1078
1081
  * })
1079
1082
  */
@@ -1158,7 +1161,7 @@ export class AssetsClient {
1158
1161
  *
1159
1162
  * @example
1160
1163
  * await client.assets.share({
1161
- * asset_id: "asset_id",
1164
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
1162
1165
  * message: "Here's the document we discussed.",
1163
1166
  * notify: true,
1164
1167
  * recipients: [{
@@ -1249,7 +1252,7 @@ export class AssetsClient {
1249
1252
  *
1250
1253
  * @example
1251
1254
  * await client.assets.updateWorkspaceAccess({
1252
- * asset_id: "asset_id",
1255
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
1253
1256
  * workspace_access: "view"
1254
1257
  * })
1255
1258
  */
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * @example
3
3
  * {
4
- * asset_id: "asset_id"
4
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
5
5
  * }
6
6
  */
7
7
  export interface ArchiveAssetsRequest {
8
+ /** Unique identifier of the asset to archive */
8
9
  asset_id: string;
9
10
  }
@@ -5,5 +5,6 @@
5
5
  * }
6
6
  */
7
7
  export interface DownloadAssetsRequest {
8
+ /** Unique identifier of the asset to download */
8
9
  asset_id: string;
9
10
  }
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * @example
3
3
  * {
4
- * asset_id: "asset_id"
4
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
5
5
  * }
6
6
  */
7
7
  export interface GetAssetsRequest {
8
+ /** Unique identifier of the asset to retrieve */
8
9
  asset_id: string;
9
10
  }
@@ -1,6 +1,9 @@
1
1
  /**
2
2
  * @example
3
- * {}
3
+ * {
4
+ * limit: 50,
5
+ * offset: 0
6
+ * }
4
7
  */
5
8
  export interface ListAssetsRequest {
6
9
  /** Maximum number of assets to return per page (1-500) */
@@ -1,11 +1,12 @@
1
1
  /**
2
2
  * @example
3
3
  * {
4
- * asset_id: "asset_id",
4
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
5
5
  * parent_folder_id: "asset_folder_12345"
6
6
  * }
7
7
  */
8
8
  export interface MoveAssetRequestIn {
9
+ /** Unique identifier of the asset to move */
9
10
  asset_id: string;
10
11
  /** ID of the destination folder. Pass null or omit the field to move the asset to the workspace root. */
11
12
  parent_folder_id?: string | null;
@@ -1,11 +1,12 @@
1
1
  /**
2
2
  * @example
3
3
  * {
4
- * asset_id: "asset_id",
4
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
5
5
  * title: "Clara Substantive Run - July 2026"
6
6
  * }
7
7
  */
8
8
  export interface RenameAssetRequestIn {
9
+ /** Unique identifier of the asset to rename */
9
10
  asset_id: string;
10
11
  /** New display title for the asset */
11
12
  title: string;
@@ -2,7 +2,7 @@ import type * as AthenaIntelligence from "../../../../index.mjs";
2
2
  /**
3
3
  * @example
4
4
  * {
5
- * asset_id: "asset_id",
5
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
6
6
  * message: "Here's the document we discussed.",
7
7
  * notify: true,
8
8
  * recipients: [{
@@ -15,6 +15,7 @@ import type * as AthenaIntelligence from "../../../../index.mjs";
15
15
  * }
16
16
  */
17
17
  export interface ShareAssetRequestIn {
18
+ /** Unique identifier of the asset to share */
18
19
  asset_id: string;
19
20
  /** Controls child-sharing when sharing a container asset (folder, collection, or project). true: also share the container's children owned by the current user. false: container only, skip children. null (default): folders share all accessible children; collections and projects are container-only (their cascade is opt-in via true). */
20
21
  include_folder_contents?: boolean | null;
@@ -2,11 +2,12 @@ import type * as AthenaIntelligence from "../../../../index.mjs";
2
2
  /**
3
3
  * @example
4
4
  * {
5
- * asset_id: "asset_id",
5
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
6
6
  * workspace_access: "view"
7
7
  * }
8
8
  */
9
9
  export interface UpdateWorkspaceAccessRequestIn {
10
+ /** Unique identifier of the asset */
10
11
  asset_id: string;
11
12
  /** Permission level to grant to the entire workspace. Set to 'view' or 'edit'. */
12
13
  workspace_access: AthenaIntelligence.WorkspaceShareAccess;
@@ -27,7 +27,7 @@ export declare class CollabAgentsClient {
27
27
  *
28
28
  * @example
29
29
  * await client.collabAgents.sendMessage({
30
- * asset_id: "asset_id",
30
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
31
31
  * clientThreadKey: "crm-sync-42",
32
32
  * message: "Summarize yesterday's pipeline changes.",
33
33
  * wait: true
@@ -45,7 +45,7 @@ export class CollabAgentsClient {
45
45
  *
46
46
  * @example
47
47
  * await client.collabAgents.sendMessage({
48
- * asset_id: "asset_id",
48
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
49
49
  * clientThreadKey: "crm-sync-42",
50
50
  * message: "Summarize yesterday's pipeline changes.",
51
51
  * wait: true
@@ -1,13 +1,14 @@
1
1
  /**
2
2
  * @example
3
3
  * {
4
- * asset_id: "asset_id",
4
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
5
5
  * clientThreadKey: "crm-sync-42",
6
6
  * message: "Summarize yesterday's pipeline changes.",
7
7
  * wait: true
8
8
  * }
9
9
  */
10
10
  export interface CollabAgentSendMessageRequestIn {
11
+ /** Asset id of the collab agent to message */
11
12
  asset_id: string;
12
13
  /** Optional caller-chosen conversation key. Submissions from the same caller with the same key continue one agent session (until 24 hours of inactivity); different keys hold independent conversations. Omitted, all of a caller's submissions to this agent share one 'default' thread. */
13
14
  clientThreadKey?: string | null;
@@ -20,7 +20,10 @@ export declare class MeetingsClient {
20
20
  * @throws {@link AthenaIntelligence.UnprocessableEntityError}
21
21
  *
22
22
  * @example
23
- * await client.meetings.list()
23
+ * await client.meetings.list({
24
+ * limit: 50,
25
+ * offset: 0
26
+ * })
24
27
  */
25
28
  list(request?: AthenaIntelligence.ListMeetingsRequest, requestOptions?: MeetingsClient.RequestOptions): Promise<core.Page<AthenaIntelligence.MeetingOut, AthenaIntelligence.PaginatedMeetingsOut>>;
26
29
  /**
@@ -35,7 +38,7 @@ export declare class MeetingsClient {
35
38
  *
36
39
  * @example
37
40
  * await client.meetings.get({
38
- * asset_id: "asset_id"
41
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
39
42
  * })
40
43
  */
41
44
  get(request: AthenaIntelligence.GetMeetingsRequest, requestOptions?: MeetingsClient.RequestOptions): core.HttpResponsePromise<AthenaIntelligence.MeetingOut>;
@@ -52,7 +55,7 @@ export declare class MeetingsClient {
52
55
  *
53
56
  * @example
54
57
  * await client.meetings.download({
55
- * asset_id: "asset_id"
58
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
56
59
  * })
57
60
  */
58
61
  download(request: AthenaIntelligence.DownloadMeetingsRequest, requestOptions?: MeetingsClient.RequestOptions): core.HttpResponsePromise<unknown>;
@@ -28,7 +28,10 @@ export class MeetingsClient {
28
28
  * @throws {@link AthenaIntelligence.UnprocessableEntityError}
29
29
  *
30
30
  * @example
31
- * await client.meetings.list()
31
+ * await client.meetings.list({
32
+ * limit: 50,
33
+ * offset: 0
34
+ * })
32
35
  */
33
36
  list() {
34
37
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
@@ -147,7 +150,7 @@ export class MeetingsClient {
147
150
  *
148
151
  * @example
149
152
  * await client.meetings.get({
150
- * asset_id: "asset_id"
153
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
151
154
  * })
152
155
  */
153
156
  get(request, requestOptions) {
@@ -223,7 +226,7 @@ export class MeetingsClient {
223
226
  *
224
227
  * @example
225
228
  * await client.meetings.download({
226
- * asset_id: "asset_id"
229
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
227
230
  * })
228
231
  */
229
232
  download(request, requestOptions) {
@@ -2,10 +2,11 @@ import type * as AthenaIntelligence from "../../../../index.mjs";
2
2
  /**
3
3
  * @example
4
4
  * {
5
- * asset_id: "asset_id"
5
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
6
6
  * }
7
7
  */
8
8
  export interface DownloadMeetingsRequest {
9
+ /** Unique identifier of the meeting asset to download */
9
10
  asset_id: string;
10
11
  /** Which artifact to download: 'zip' (full export), 'recording', 'transcript', 'formatted_transcript', or 'chat' */
11
12
  artifact?: AthenaIntelligence.DownloadMeetingsRequestArtifact;
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * @example
3
3
  * {
4
- * asset_id: "asset_id"
4
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
5
5
  * }
6
6
  */
7
7
  export interface GetMeetingsRequest {
8
+ /** Unique identifier of the meeting asset to retrieve */
8
9
  asset_id: string;
9
10
  }
@@ -1,7 +1,10 @@
1
1
  import type * as AthenaIntelligence from "../../../../index.mjs";
2
2
  /**
3
3
  * @example
4
- * {}
4
+ * {
5
+ * limit: 50,
6
+ * offset: 0
7
+ * }
5
8
  */
6
9
  export interface ListMeetingsRequest {
7
10
  /** Keyword to search across meeting title, AI summary, and cached transcript text */
@@ -20,7 +20,12 @@ export declare class SessionsClient {
20
20
  * @throws {@link AthenaIntelligence.UnprocessableEntityError}
21
21
  *
22
22
  * @example
23
- * await client.sessions.list()
23
+ * await client.sessions.list({
24
+ * include_sub_sessions: false,
25
+ * include_task_sessions: false,
26
+ * limit: 50,
27
+ * offset: 0
28
+ * })
24
29
  */
25
30
  list(request?: AthenaIntelligence.ListSessionsRequest, requestOptions?: SessionsClient.RequestOptions): Promise<core.Page<AthenaIntelligence.SessionOut, AthenaIntelligence.PaginatedSessionsOut>>;
26
31
  /**
@@ -35,7 +40,7 @@ export declare class SessionsClient {
35
40
  *
36
41
  * @example
37
42
  * await client.sessions.get({
38
- * asset_id: "asset_id"
43
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
39
44
  * })
40
45
  */
41
46
  get(request: AthenaIntelligence.GetSessionsRequest, requestOptions?: SessionsClient.RequestOptions): core.HttpResponsePromise<AthenaIntelligence.SessionOut>;
@@ -52,7 +57,7 @@ export declare class SessionsClient {
52
57
  *
53
58
  * @example
54
59
  * await client.sessions.download({
55
- * asset_id: "asset_id"
60
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
56
61
  * })
57
62
  */
58
63
  download(request: AthenaIntelligence.DownloadSessionsRequest, requestOptions?: SessionsClient.RequestOptions): core.HttpResponsePromise<unknown>;
@@ -28,7 +28,12 @@ export class SessionsClient {
28
28
  * @throws {@link AthenaIntelligence.UnprocessableEntityError}
29
29
  *
30
30
  * @example
31
- * await client.sessions.list()
31
+ * await client.sessions.list({
32
+ * include_sub_sessions: false,
33
+ * include_task_sessions: false,
34
+ * limit: 50,
35
+ * offset: 0
36
+ * })
32
37
  */
33
38
  list() {
34
39
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
@@ -159,7 +164,7 @@ export class SessionsClient {
159
164
  *
160
165
  * @example
161
166
  * await client.sessions.get({
162
- * asset_id: "asset_id"
167
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
163
168
  * })
164
169
  */
165
170
  get(request, requestOptions) {
@@ -235,7 +240,7 @@ export class SessionsClient {
235
240
  *
236
241
  * @example
237
242
  * await client.sessions.download({
238
- * asset_id: "asset_id"
243
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
239
244
  * })
240
245
  */
241
246
  download(request, requestOptions) {
@@ -2,10 +2,11 @@ import type * as AthenaIntelligence from "../../../../index.mjs";
2
2
  /**
3
3
  * @example
4
4
  * {
5
- * asset_id: "asset_id"
5
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
6
6
  * }
7
7
  */
8
8
  export interface DownloadSessionsRequest {
9
+ /** Unique identifier of the session asset to download */
9
10
  asset_id: string;
10
11
  /** Which representation to download: 'trace' (full trace with all tool calls), 'messages' (user/agent turns only), 'markdown' (readable transcript), or 'stats' (aggregate metrics) */
11
12
  export_format?: AthenaIntelligence.DownloadSessionsRequestExportFormat;
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * @example
3
3
  * {
4
- * asset_id: "asset_id"
4
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
5
5
  * }
6
6
  */
7
7
  export interface GetSessionsRequest {
8
+ /** Unique identifier of the session asset to retrieve */
8
9
  asset_id: string;
9
10
  }
@@ -1,7 +1,12 @@
1
1
  import type * as AthenaIntelligence from "../../../../index.mjs";
2
2
  /**
3
3
  * @example
4
- * {}
4
+ * {
5
+ * include_sub_sessions: false,
6
+ * include_task_sessions: false,
7
+ * limit: 50,
8
+ * offset: 0
9
+ * }
5
10
  */
6
11
  export interface ListSessionsRequest {
7
12
  /** Keyword to search session titles (case-insensitive) */
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "4.3.2119";
1
+ export declare const SDK_VERSION = "4.3.2121";
@@ -1 +1 @@
1
- export const SDK_VERSION = "4.3.2119";
1
+ export const SDK_VERSION = "4.3.2121";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@athenaintel/sdk",
3
- "version": "4.3.2119",
3
+ "version": "4.3.2121",
4
4
  "private": false,
5
5
  "repository": "github:Athena-Intel/athena-typescript",
6
6
  "type": "commonjs",