@athenaintel/sdk 4.3.1129 → 4.3.1131

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.
@@ -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.1129",
47
- "User-Agent": "@athenaintel/sdk/4.3.1129",
46
+ "X-Fern-SDK-Version": "4.3.1131",
47
+ "User-Agent": "@athenaintel/sdk/4.3.1131",
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);
@@ -114,7 +114,7 @@ export declare class ToolsClient {
114
114
  * asset_id: "asset_id",
115
115
  * row_limit: 1,
116
116
  * index_column: 1,
117
- * sheet_name: 1,
117
+ * sheet_name: "sheet_name",
118
118
  * separator: "separator"
119
119
  * })
120
120
  */
@@ -433,7 +433,7 @@ class ToolsClient {
433
433
  * asset_id: "asset_id",
434
434
  * row_limit: 1,
435
435
  * index_column: 1,
436
- * sheet_name: 1,
436
+ * sheet_name: "sheet_name",
437
437
  * separator: "separator"
438
438
  * })
439
439
  */
@@ -461,7 +461,7 @@ class ToolsClient {
461
461
  }
462
462
  }
463
463
  if (sheetName != null) {
464
- _queryParams.sheet_name = sheetName.toString();
464
+ _queryParams.sheet_name = sheetName;
465
465
  }
466
466
  if (separator != null) {
467
467
  _queryParams.separator = separator;
@@ -5,7 +5,7 @@ import type * as AthenaIntelligence from "../../../../index.js";
5
5
  * asset_id: "asset_id",
6
6
  * row_limit: 1,
7
7
  * index_column: 1,
8
- * sheet_name: 1,
8
+ * sheet_name: "sheet_name",
9
9
  * separator: "separator"
10
10
  * }
11
11
  */
@@ -16,7 +16,7 @@ export interface ToolsDataFrameRequest {
16
16
  /** should be a list of strings or a list of integers */
17
17
  columns?: AthenaIntelligence.ToolsDataFrameRequestColumnsItem | AthenaIntelligence.ToolsDataFrameRequestColumnsItem[];
18
18
  /** only for excel files */
19
- sheet_name?: number;
19
+ sheet_name?: string;
20
20
  /** only for csv files */
21
21
  separator?: string;
22
22
  }
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "4.3.1129";
1
+ export declare const SDK_VERSION = "4.3.1131";
@@ -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.1129";
4
+ exports.SDK_VERSION = "4.3.1131";
@@ -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.1129",
10
- "User-Agent": "@athenaintel/sdk/4.3.1129",
9
+ "X-Fern-SDK-Version": "4.3.1131",
10
+ "User-Agent": "@athenaintel/sdk/4.3.1131",
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);
@@ -114,7 +114,7 @@ export declare class ToolsClient {
114
114
  * asset_id: "asset_id",
115
115
  * row_limit: 1,
116
116
  * index_column: 1,
117
- * sheet_name: 1,
117
+ * sheet_name: "sheet_name",
118
118
  * separator: "separator"
119
119
  * })
120
120
  */
@@ -397,7 +397,7 @@ export class ToolsClient {
397
397
  * asset_id: "asset_id",
398
398
  * row_limit: 1,
399
399
  * index_column: 1,
400
- * sheet_name: 1,
400
+ * sheet_name: "sheet_name",
401
401
  * separator: "separator"
402
402
  * })
403
403
  */
@@ -425,7 +425,7 @@ export class ToolsClient {
425
425
  }
426
426
  }
427
427
  if (sheetName != null) {
428
- _queryParams.sheet_name = sheetName.toString();
428
+ _queryParams.sheet_name = sheetName;
429
429
  }
430
430
  if (separator != null) {
431
431
  _queryParams.separator = separator;
@@ -5,7 +5,7 @@ import type * as AthenaIntelligence from "../../../../index.mjs";
5
5
  * asset_id: "asset_id",
6
6
  * row_limit: 1,
7
7
  * index_column: 1,
8
- * sheet_name: 1,
8
+ * sheet_name: "sheet_name",
9
9
  * separator: "separator"
10
10
  * }
11
11
  */
@@ -16,7 +16,7 @@ export interface ToolsDataFrameRequest {
16
16
  /** should be a list of strings or a list of integers */
17
17
  columns?: AthenaIntelligence.ToolsDataFrameRequestColumnsItem | AthenaIntelligence.ToolsDataFrameRequestColumnsItem[];
18
18
  /** only for excel files */
19
- sheet_name?: number;
19
+ sheet_name?: string;
20
20
  /** only for csv files */
21
21
  separator?: string;
22
22
  }
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "4.3.1129";
1
+ export declare const SDK_VERSION = "4.3.1131";
@@ -1 +1 @@
1
- export const SDK_VERSION = "4.3.1129";
1
+ export const SDK_VERSION = "4.3.1131";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@athenaintel/sdk",
3
- "version": "4.3.1129",
3
+ "version": "4.3.1131",
4
4
  "private": false,
5
5
  "repository": "github:Athena-Intel/athena-typescript",
6
6
  "type": "commonjs",
package/reference.md CHANGED
@@ -2022,7 +2022,7 @@ await client.tools.dataFrame({
2022
2022
  asset_id: "asset_id",
2023
2023
  row_limit: 1,
2024
2024
  index_column: 1,
2025
- sheet_name: 1,
2025
+ sheet_name: "sheet_name",
2026
2026
  separator: "separator"
2027
2027
  });
2028
2028