@mutagent/sdk 0.2.13 → 0.2.21

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/LICENSE ADDED
@@ -0,0 +1,25 @@
1
+ Copyright (c) 2024-2026 MutagenT. All Rights Reserved.
2
+
3
+ PROPRIETARY SOFTWARE LICENSE
4
+
5
+ This software and associated documentation files (the "Software") are the
6
+ proprietary and confidential property of MutagenT.
7
+
8
+ RESTRICTIONS:
9
+ 1. You may NOT copy, modify, merge, publish, distribute, sublicense, or
10
+ sell copies of the Software.
11
+ 2. You may NOT reverse engineer, decompile, or disassemble the Software.
12
+ 3. You may NOT create derivative works based on the Software.
13
+ 4. You may only use the Software in accordance with a valid license
14
+ agreement obtained directly from MutagenT.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+
20
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
21
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
22
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
23
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
24
+
25
+ For licensing inquiries, contact: licensing@mutagent.ai
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
35
35
  export declare const SDK_METADATA: {
36
36
  readonly language: "typescript";
37
37
  readonly openapiDocVersion: "2.0.0";
38
- readonly sdkVersion: "0.2.13";
39
- readonly genVersion: "2.811.4";
40
- readonly userAgent: "speakeasy-sdk/typescript 0.2.13 2.811.4 2.0.0 @mutagent/sdk";
38
+ readonly sdkVersion: "0.2.21";
39
+ readonly genVersion: "2.812.2";
40
+ readonly userAgent: "speakeasy-sdk/typescript 0.2.21 2.812.2 2.0.0 @mutagent/sdk";
41
41
  };
42
42
  //# sourceMappingURL=config.d.ts.map
@@ -31,8 +31,8 @@ function serverURLFromOptions(options) {
31
31
  exports.SDK_METADATA = {
32
32
  language: "typescript",
33
33
  openapiDocVersion: "2.0.0",
34
- sdkVersion: "0.2.13",
35
- genVersion: "2.811.4",
36
- userAgent: "speakeasy-sdk/typescript 0.2.13 2.811.4 2.0.0 @mutagent/sdk",
34
+ sdkVersion: "0.2.21",
35
+ genVersion: "2.812.2",
36
+ userAgent: "speakeasy-sdk/typescript 0.2.21 2.812.2 2.0.0 @mutagent/sdk",
37
37
  };
38
38
  //# sourceMappingURL=config.js.map
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
35
35
  export declare const SDK_METADATA: {
36
36
  readonly language: "typescript";
37
37
  readonly openapiDocVersion: "2.0.0";
38
- readonly sdkVersion: "0.2.13";
39
- readonly genVersion: "2.811.4";
40
- readonly userAgent: "speakeasy-sdk/typescript 0.2.13 2.811.4 2.0.0 @mutagent/sdk";
38
+ readonly sdkVersion: "0.2.21";
39
+ readonly genVersion: "2.812.2";
40
+ readonly userAgent: "speakeasy-sdk/typescript 0.2.21 2.812.2 2.0.0 @mutagent/sdk";
41
41
  };
42
42
  //# sourceMappingURL=config.d.ts.map
@@ -27,8 +27,8 @@ export function serverURLFromOptions(options) {
27
27
  export const SDK_METADATA = {
28
28
  language: "typescript",
29
29
  openapiDocVersion: "2.0.0",
30
- sdkVersion: "0.2.13",
31
- genVersion: "2.811.4",
32
- userAgent: "speakeasy-sdk/typescript 0.2.13 2.811.4 2.0.0 @mutagent/sdk",
30
+ sdkVersion: "0.2.21",
31
+ genVersion: "2.812.2",
32
+ userAgent: "speakeasy-sdk/typescript 0.2.21 2.812.2 2.0.0 @mutagent/sdk",
33
33
  };
34
34
  //# sourceMappingURL=config.js.map
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@mutagent/sdk",
5
- "version": "0.2.13",
5
+ "version": "0.2.21",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutagent/sdk",
3
- "version": "0.2.13",
3
+ "version": "0.2.21",
4
4
  "author": "Speakeasy",
5
5
  "tshy": {
6
6
  "sourceDialects": [
@@ -136,5 +136,9 @@
136
136
  },
137
137
  "main": "./dist/commonjs/index.js",
138
138
  "types": "./dist/commonjs/index.d.ts",
139
- "module": "./dist/esm/index.js"
139
+ "module": "./dist/esm/index.js",
140
+ "publishConfig": {
141
+ "registry": "https://registry.npmjs.org/",
142
+ "access": "public"
143
+ }
140
144
  }
package/src/lib/config.ts CHANGED
@@ -65,7 +65,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
65
65
  export const SDK_METADATA = {
66
66
  language: "typescript",
67
67
  openapiDocVersion: "2.0.0",
68
- sdkVersion: "0.2.13",
69
- genVersion: "2.811.4",
70
- userAgent: "speakeasy-sdk/typescript 0.2.13 2.811.4 2.0.0 @mutagent/sdk",
68
+ sdkVersion: "0.2.21",
69
+ genVersion: "2.812.2",
70
+ userAgent: "speakeasy-sdk/typescript 0.2.21 2.812.2 2.0.0 @mutagent/sdk",
71
71
  } as const;