@smithery/api 0.1.0-alpha.7 → 0.1.0-alpha.9

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.9 (2026-01-09)
4
+
5
+ Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/smithery-ai/typescript-api/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)
6
+
7
+ ### Features
8
+
9
+ * **api:** manual updates ([18782c0](https://github.com/smithery-ai/typescript-api/commit/18782c051eb2ee8f267bbeae2f5b3c35da1abc48))
10
+
11
+ ## 0.1.0-alpha.8 (2026-01-09)
12
+
13
+ Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/smithery-ai/typescript-api/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)
14
+
15
+ ### Features
16
+
17
+ * **api:** manual updates ([d749ffb](https://github.com/smithery-ai/typescript-api/commit/d749ffb19584ecafd1f89110b2214d207c8ca475))
18
+
3
19
  ## 0.1.0-alpha.7 (2026-01-09)
4
20
 
5
21
  Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/smithery-ai/typescript-api/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithery/api",
3
- "version": "0.1.0-alpha.7",
3
+ "version": "0.1.0-alpha.9",
4
4
  "description": "The official TypeScript library for the Smithery API",
5
5
  "author": "Smithery <contact@smithery.ai>",
6
6
  "types": "./index.d.ts",
@@ -67,7 +67,7 @@ export interface DeploymentRetrieveParams {
67
67
  }
68
68
  export interface DeploymentDeployParams {
69
69
  /**
70
- * JSON string of DeployPayload
70
+ * JSON-encoded deployment payload. See DeployPayload schema for structure.
71
71
  */
72
72
  payload: string;
73
73
  /**
@@ -67,7 +67,7 @@ export interface DeploymentRetrieveParams {
67
67
  }
68
68
  export interface DeploymentDeployParams {
69
69
  /**
70
- * JSON string of DeployPayload
70
+ * JSON-encoded deployment payload. See DeployPayload schema for structure.
71
71
  */
72
72
  payload: string;
73
73
  /**
@@ -126,7 +126,7 @@ export interface DeploymentRetrieveParams {
126
126
 
127
127
  export interface DeploymentDeployParams {
128
128
  /**
129
- * JSON string of DeployPayload
129
+ * JSON-encoded deployment payload. See DeployPayload schema for structure.
130
130
  */
131
131
  payload: string;
132
132
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.1.0-alpha.7'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.9'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.0-alpha.7";
1
+ export declare const VERSION = "0.1.0-alpha.9";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.0-alpha.7";
1
+ export declare const VERSION = "0.1.0-alpha.9";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.1.0-alpha.7'; // x-release-please-version
4
+ exports.VERSION = '0.1.0-alpha.9'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.1.0-alpha.7'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.9'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map