@compass-labs/api-sdk 2.2.12 → 2.2.13-rc.0

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.811.4";
36
- readonly userAgent: "speakeasy-sdk/typescript 2.0.0 2.811.4 0.0.1 @compass-labs/api-sdk";
35
+ readonly genVersion: "2.812.2";
36
+ readonly userAgent: "speakeasy-sdk/typescript 2.0.0 2.812.2 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.811.4",
36
- userAgent: "speakeasy-sdk/typescript 2.0.0 2.811.4 0.0.1 @compass-labs/api-sdk",
35
+ genVersion: "2.812.2",
36
+ userAgent: "speakeasy-sdk/typescript 2.0.0 2.812.2 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.811.4";
36
- readonly userAgent: "speakeasy-sdk/typescript 2.0.0 2.811.4 0.0.1 @compass-labs/api-sdk";
35
+ readonly genVersion: "2.812.2";
36
+ readonly userAgent: "speakeasy-sdk/typescript 2.0.0 2.812.2 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.811.4",
32
- userAgent: "speakeasy-sdk/typescript 2.0.0 2.811.4 0.0.1 @compass-labs/api-sdk",
31
+ genVersion: "2.812.2",
32
+ userAgent: "speakeasy-sdk/typescript 2.0.0 2.812.2 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: Thu, 05 Feb 2026 14:44:37 GMT
11
+ * Last updated: Sun, 08 Feb 2026 00:09:19 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
@@ -1573,7 +1573,7 @@ declare module "http" {
1573
1573
  * sockets. Do not modify.
1574
1574
  * @since v0.5.9
1575
1575
  */
1576
- readonly requests: NodeJS.ReadOnlyDict<IncomingMessage[]>;
1576
+ readonly requests: NodeJS.ReadOnlyDict<ClientRequest[]>;
1577
1577
  constructor(opts?: AgentOptions);
1578
1578
  /**
1579
1579
  * Destroy any sockets that are currently in use by the agent.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.19.32",
3
+ "version": "20.19.33",
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": "8eb756a1313ba5c46054826d847ffec569c288030c26fe1ec925f0bd9263e25f",
138
+ "typesPublisherContentHash": "d4cd30c43a08f690617e195e57a46fefea3c5b57689407429ba7a4f30c8f1b83",
139
139
  "typeScriptVersion": "5.2"
140
140
  }
@@ -478,9 +478,9 @@
478
478
  }
479
479
  },
480
480
  "node_modules/@types/node": {
481
- "version": "20.19.32",
482
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.32.tgz",
483
- "integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
481
+ "version": "20.19.33",
482
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
483
+ "integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
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.2.12",
3
+ "version": "2.2.13-rc.0",
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.811.4",
65
+ genVersion: "2.812.2",
66
66
  userAgent:
67
- "speakeasy-sdk/typescript 2.0.0 2.811.4 0.0.1 @compass-labs/api-sdk",
67
+ "speakeasy-sdk/typescript 2.0.0 2.812.2 0.0.1 @compass-labs/api-sdk",
68
68
  } as const;