@compass-labs/api-sdk 2.1.16-rc.0 → 2.1.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.
@@ -32,7 +32,7 @@ export declare const SDK_METADATA: {
32
32
  readonly language: "typescript";
33
33
  readonly openapiDocVersion: "0.0.1";
34
34
  readonly sdkVersion: "2.0.0";
35
- readonly genVersion: "2.772.0";
36
- readonly userAgent: "speakeasy-sdk/typescript 2.0.0 2.772.0 0.0.1 @compass-labs/api-sdk";
35
+ readonly genVersion: "2.776.1";
36
+ readonly userAgent: "speakeasy-sdk/typescript 2.0.0 2.776.1 0.0.1 @compass-labs/api-sdk";
37
37
  };
38
38
  //# sourceMappingURL=config.d.ts.map
@@ -32,7 +32,7 @@ exports.SDK_METADATA = {
32
32
  language: "typescript",
33
33
  openapiDocVersion: "0.0.1",
34
34
  sdkVersion: "2.0.0",
35
- genVersion: "2.772.0",
36
- userAgent: "speakeasy-sdk/typescript 2.0.0 2.772.0 0.0.1 @compass-labs/api-sdk",
35
+ genVersion: "2.776.1",
36
+ userAgent: "speakeasy-sdk/typescript 2.0.0 2.776.1 0.0.1 @compass-labs/api-sdk",
37
37
  };
38
38
  //# sourceMappingURL=config.js.map
@@ -32,7 +32,7 @@ export declare const SDK_METADATA: {
32
32
  readonly language: "typescript";
33
33
  readonly openapiDocVersion: "0.0.1";
34
34
  readonly sdkVersion: "2.0.0";
35
- readonly genVersion: "2.772.0";
36
- readonly userAgent: "speakeasy-sdk/typescript 2.0.0 2.772.0 0.0.1 @compass-labs/api-sdk";
35
+ readonly genVersion: "2.776.1";
36
+ readonly userAgent: "speakeasy-sdk/typescript 2.0.0 2.776.1 0.0.1 @compass-labs/api-sdk";
37
37
  };
38
38
  //# sourceMappingURL=config.d.ts.map
@@ -28,7 +28,7 @@ export const SDK_METADATA = {
28
28
  language: "typescript",
29
29
  openapiDocVersion: "0.0.1",
30
30
  sdkVersion: "2.0.0",
31
- genVersion: "2.772.0",
32
- userAgent: "speakeasy-sdk/typescript 2.0.0 2.772.0 0.0.1 @compass-labs/api-sdk",
31
+ genVersion: "2.776.1",
32
+ userAgent: "speakeasy-sdk/typescript 2.0.0 2.776.1 0.0.1 @compass-labs/api-sdk",
33
33
  };
34
34
  //# sourceMappingURL=config.js.map
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v20.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 11 Nov 2025 23:33:13 GMT
11
+ * Last updated: Mon, 08 Dec 2025 22:36:14 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.19.25",
3
+ "version": "20.19.26",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -135,6 +135,6 @@
135
135
  "undici-types": "~6.21.0"
136
136
  },
137
137
  "peerDependencies": {},
138
- "typesPublisherContentHash": "0ec557ab7cdbdee76964ef84ff1599c64e255facd49d8e83135e9183115ebc00",
138
+ "typesPublisherContentHash": "a27fb254f16db0b1806ad224d41a68cf2a520cc90b9aabca9e3abd67586b2c43",
139
139
  "typeScriptVersion": "5.2"
140
140
  }
@@ -67,7 +67,7 @@ declare module "path" {
67
67
  interface PlatformPath {
68
68
  /**
69
69
  * Normalize a string path, reducing '..' and '.' parts.
70
- * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used.
70
+ * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. If the path is a zero-length string, '.' is returned, representing the current working directory.
71
71
  *
72
72
  * @param path string path to normalize.
73
73
  * @throws {TypeError} if `path` is not a string.
@@ -478,9 +478,9 @@
478
478
  }
479
479
  },
480
480
  "node_modules/@types/node": {
481
- "version": "20.19.25",
482
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.25.tgz",
483
- "integrity": "sha512-ZsJzA5thDQMSQO788d7IocwwQbI8B5OPzmqNvpf3NY/+MHDAS759Wo0gd2WQeXYt5AAAQjzcrTVC6SKCuYgoCQ==",
481
+ "version": "20.19.26",
482
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.26.tgz",
483
+ "integrity": "sha512-0l6cjgF0XnihUpndDhk+nyD3exio3iKaYROSgvh/qSevPXax3L8p5DBRFjbvalnwatGgHEQn2R88y2fA3g4irg==",
484
484
  "dev": true,
485
485
  "license": "MIT",
486
486
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compass-labs/api-sdk",
3
- "version": "2.1.16-rc.0",
3
+ "version": "2.1.16",
4
4
  "author": "royalnine",
5
5
  "type": "module",
6
6
  "tshy": {
package/src/lib/config.ts CHANGED
@@ -62,7 +62,7 @@ export const SDK_METADATA = {
62
62
  language: "typescript",
63
63
  openapiDocVersion: "0.0.1",
64
64
  sdkVersion: "2.0.0",
65
- genVersion: "2.772.0",
65
+ genVersion: "2.776.1",
66
66
  userAgent:
67
- "speakeasy-sdk/typescript 2.0.0 2.772.0 0.0.1 @compass-labs/api-sdk",
67
+ "speakeasy-sdk/typescript 2.0.0 2.776.1 0.0.1 @compass-labs/api-sdk",
68
68
  } as const;