@athenaintel/sdk 4.3.2120 → 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
package/README.md CHANGED
@@ -526,13 +526,19 @@ List endpoints are paginated. The SDK provides an iterator so that you can simpl
526
526
  import { AthenaIntelligenceClient } from "@athenaintel/sdk";
527
527
 
528
528
  const client = new AthenaIntelligenceClient({ apiKey: "YOUR_API_KEY" });
529
- const pageableResponse = await client.meetings.list();
529
+ const pageableResponse = await client.meetings.list({
530
+ limit: 50,
531
+ offset: 0
532
+ });
530
533
  for await (const item of pageableResponse) {
531
534
  console.log(item);
532
535
  }
533
536
 
534
537
  // Or you can manually iterate page-by-page
535
- let page = await client.meetings.list();
538
+ let page = await client.meetings.list({
539
+ limit: 50,
540
+ offset: 0
541
+ });
536
542
  while (page.hasNextPage()) {
537
543
  page = page.getNextPage();
538
544
  }
@@ -43,8 +43,8 @@ function normalizeClientOptions(options) {
43
43
  const headers = (0, headers_js_1.mergeHeaders)({
44
44
  "X-Fern-Language": "JavaScript",
45
45
  "X-Fern-SDK-Name": "@athenaintel/sdk",
46
- "X-Fern-SDK-Version": "4.3.2120",
47
- "User-Agent": "@athenaintel/sdk/4.3.2120",
46
+ "X-Fern-SDK-Version": "4.3.2121",
47
+ "User-Agent": "@athenaintel/sdk/4.3.2121",
48
48
  "X-Fern-Runtime": core.RUNTIME.type,
49
49
  "X-Fern-Runtime-Version": core.RUNTIME.version,
50
50
  }, options === null || options === void 0 ? void 0 : options.headers);
@@ -95,7 +95,7 @@ export declare class AopClient {
95
95
  *
96
96
  * @example
97
97
  * await client.aop.getConfig({
98
- * asset_id: "asset_id"
98
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
99
99
  * })
100
100
  */
101
101
  getConfig(request: AthenaIntelligence.GetConfigAopRequest, requestOptions?: AopClient.RequestOptions): core.HttpResponsePromise<AthenaIntelligence.AopConfigResponseOut>;
@@ -113,7 +113,7 @@ export declare class AopClient {
113
113
  *
114
114
  * @example
115
115
  * await client.aop.updateConfig({
116
- * asset_id: "asset_id",
116
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
117
117
  * agentId: "research_agent",
118
118
  * description: "Generates market research reports",
119
119
  * icon: "ListTodo",
@@ -353,7 +353,7 @@ class AopClient {
353
353
  *
354
354
  * @example
355
355
  * await client.aop.getConfig({
356
- * asset_id: "asset_id"
356
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
357
357
  * })
358
358
  */
359
359
  getConfig(request, requestOptions) {
@@ -433,7 +433,7 @@ class AopClient {
433
433
  *
434
434
  * @example
435
435
  * await client.aop.updateConfig({
436
- * asset_id: "asset_id",
436
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
437
437
  * agentId: "research_agent",
438
438
  * description: "Generates market research reports",
439
439
  * icon: "ListTodo",
@@ -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
  */
@@ -74,7 +74,10 @@ class AssetsClient {
74
74
  * @throws {@link AthenaIntelligence.UnprocessableEntityError}
75
75
  *
76
76
  * @example
77
- * await client.assets.list()
77
+ * await client.assets.list({
78
+ * limit: 50,
79
+ * offset: 0
80
+ * })
78
81
  */
79
82
  list(request = {}, requestOptions) {
80
83
  return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
@@ -525,7 +528,7 @@ class AssetsClient {
525
528
  *
526
529
  * @example
527
530
  * await client.assets.get({
528
- * asset_id: "asset_id"
531
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
529
532
  * })
530
533
  */
531
534
  get(request, requestOptions) {
@@ -601,7 +604,7 @@ class AssetsClient {
601
604
  *
602
605
  * @example
603
606
  * await client.assets.rename({
604
- * asset_id: "asset_id",
607
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
605
608
  * title: "Clara Substantive Run - July 2026"
606
609
  * })
607
610
  */
@@ -958,7 +961,7 @@ class AssetsClient {
958
961
  *
959
962
  * @example
960
963
  * await client.assets.archive({
961
- * asset_id: "asset_id"
964
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
962
965
  * })
963
966
  */
964
967
  archive(request, requestOptions) {
@@ -1109,7 +1112,7 @@ class AssetsClient {
1109
1112
  *
1110
1113
  * @example
1111
1114
  * await client.assets.move({
1112
- * asset_id: "asset_id",
1115
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
1113
1116
  * parent_folder_id: "asset_folder_12345"
1114
1117
  * })
1115
1118
  */
@@ -1194,7 +1197,7 @@ class AssetsClient {
1194
1197
  *
1195
1198
  * @example
1196
1199
  * await client.assets.share({
1197
- * asset_id: "asset_id",
1200
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
1198
1201
  * message: "Here's the document we discussed.",
1199
1202
  * notify: true,
1200
1203
  * recipients: [{
@@ -1285,7 +1288,7 @@ class AssetsClient {
1285
1288
  *
1286
1289
  * @example
1287
1290
  * await client.assets.updateWorkspaceAccess({
1288
- * asset_id: "asset_id",
1291
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
1289
1292
  * workspace_access: "view"
1290
1293
  * })
1291
1294
  */
@@ -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.js";
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.js";
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.js";
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
@@ -81,7 +81,7 @@ class CollabAgentsClient {
81
81
  *
82
82
  * @example
83
83
  * await client.collabAgents.sendMessage({
84
- * asset_id: "asset_id",
84
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
85
85
  * clientThreadKey: "crm-sync-42",
86
86
  * message: "Summarize yesterday's pipeline changes.",
87
87
  * 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>;
@@ -64,7 +64,10 @@ class MeetingsClient {
64
64
  * @throws {@link AthenaIntelligence.UnprocessableEntityError}
65
65
  *
66
66
  * @example
67
- * await client.meetings.list()
67
+ * await client.meetings.list({
68
+ * limit: 50,
69
+ * offset: 0
70
+ * })
68
71
  */
69
72
  list() {
70
73
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
@@ -183,7 +186,7 @@ class MeetingsClient {
183
186
  *
184
187
  * @example
185
188
  * await client.meetings.get({
186
- * asset_id: "asset_id"
189
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
187
190
  * })
188
191
  */
189
192
  get(request, requestOptions) {
@@ -259,7 +262,7 @@ class MeetingsClient {
259
262
  *
260
263
  * @example
261
264
  * await client.meetings.download({
262
- * asset_id: "asset_id"
265
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
263
266
  * })
264
267
  */
265
268
  download(request, requestOptions) {
@@ -2,10 +2,11 @@ import type * as AthenaIntelligence from "../../../../index.js";
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.js";
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>;
@@ -64,7 +64,12 @@ class SessionsClient {
64
64
  * @throws {@link AthenaIntelligence.UnprocessableEntityError}
65
65
  *
66
66
  * @example
67
- * await client.sessions.list()
67
+ * await client.sessions.list({
68
+ * include_sub_sessions: false,
69
+ * include_task_sessions: false,
70
+ * limit: 50,
71
+ * offset: 0
72
+ * })
68
73
  */
69
74
  list() {
70
75
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
@@ -195,7 +200,7 @@ class SessionsClient {
195
200
  *
196
201
  * @example
197
202
  * await client.sessions.get({
198
- * asset_id: "asset_id"
203
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
199
204
  * })
200
205
  */
201
206
  get(request, requestOptions) {
@@ -271,7 +276,7 @@ class SessionsClient {
271
276
  *
272
277
  * @example
273
278
  * await client.sessions.download({
274
- * asset_id: "asset_id"
279
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
275
280
  * })
276
281
  */
277
282
  download(request, requestOptions) {
@@ -2,10 +2,11 @@ import type * as AthenaIntelligence from "../../../../index.js";
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.js";
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.2120";
1
+ export declare const SDK_VERSION = "4.3.2121";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "4.3.2120";
4
+ exports.SDK_VERSION = "4.3.2121";
@@ -6,8 +6,8 @@ export function normalizeClientOptions(options) {
6
6
  const headers = mergeHeaders({
7
7
  "X-Fern-Language": "JavaScript",
8
8
  "X-Fern-SDK-Name": "@athenaintel/sdk",
9
- "X-Fern-SDK-Version": "4.3.2120",
10
- "User-Agent": "@athenaintel/sdk/4.3.2120",
9
+ "X-Fern-SDK-Version": "4.3.2121",
10
+ "User-Agent": "@athenaintel/sdk/4.3.2121",
11
11
  "X-Fern-Runtime": core.RUNTIME.type,
12
12
  "X-Fern-Runtime-Version": core.RUNTIME.version,
13
13
  }, options === null || options === void 0 ? void 0 : options.headers);
@@ -95,7 +95,7 @@ export declare class AopClient {
95
95
  *
96
96
  * @example
97
97
  * await client.aop.getConfig({
98
- * asset_id: "asset_id"
98
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
99
99
  * })
100
100
  */
101
101
  getConfig(request: AthenaIntelligence.GetConfigAopRequest, requestOptions?: AopClient.RequestOptions): core.HttpResponsePromise<AthenaIntelligence.AopConfigResponseOut>;
@@ -113,7 +113,7 @@ export declare class AopClient {
113
113
  *
114
114
  * @example
115
115
  * await client.aop.updateConfig({
116
- * asset_id: "asset_id",
116
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
117
117
  * agentId: "research_agent",
118
118
  * description: "Generates market research reports",
119
119
  * icon: "ListTodo",
@@ -317,7 +317,7 @@ export class AopClient {
317
317
  *
318
318
  * @example
319
319
  * await client.aop.getConfig({
320
- * asset_id: "asset_id"
320
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f"
321
321
  * })
322
322
  */
323
323
  getConfig(request, requestOptions) {
@@ -397,7 +397,7 @@ export class AopClient {
397
397
  *
398
398
  * @example
399
399
  * await client.aop.updateConfig({
400
- * asset_id: "asset_id",
400
+ * asset_id: "asset_92492920-d118-42d3-95b4-00eccfe0754f",
401
401
  * agentId: "research_agent",
402
402
  * description: "Generates market research reports",
403
403
  * icon: "ListTodo",