cribl-control-plane 0.4.0-beta.5 → 0.4.0-beta.6

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.
@@ -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: "4.16.0-alpha.1764083963699-9bae55e4";
38
- readonly sdkVersion: "0.4.0-beta.5";
38
+ readonly sdkVersion: "0.4.0-beta.6";
39
39
  readonly genVersion: "2.755.9";
40
- readonly userAgent: "speakeasy-sdk/typescript 0.4.0-beta.5 2.755.9 4.16.0-alpha.1764083963699-9bae55e4 cribl-control-plane";
40
+ readonly userAgent: "speakeasy-sdk/typescript 0.4.0-beta.6 2.755.9 4.16.0-alpha.1764083963699-9bae55e4 cribl-control-plane";
41
41
  };
42
42
  //# sourceMappingURL=config.d.ts.map
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
28
28
  exports.SDK_METADATA = {
29
29
  language: "typescript",
30
30
  openapiDocVersion: "4.16.0-alpha.1764083963699-9bae55e4",
31
- sdkVersion: "0.4.0-beta.5",
31
+ sdkVersion: "0.4.0-beta.6",
32
32
  genVersion: "2.755.9",
33
- userAgent: "speakeasy-sdk/typescript 0.4.0-beta.5 2.755.9 4.16.0-alpha.1764083963699-9bae55e4 cribl-control-plane",
33
+ userAgent: "speakeasy-sdk/typescript 0.4.0-beta.6 2.755.9 4.16.0-alpha.1764083963699-9bae55e4 cribl-control-plane",
34
34
  };
35
35
  //# 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: "4.16.0-alpha.1764083963699-9bae55e4";
38
- readonly sdkVersion: "0.4.0-beta.5";
38
+ readonly sdkVersion: "0.4.0-beta.6";
39
39
  readonly genVersion: "2.755.9";
40
- readonly userAgent: "speakeasy-sdk/typescript 0.4.0-beta.5 2.755.9 4.16.0-alpha.1764083963699-9bae55e4 cribl-control-plane";
40
+ readonly userAgent: "speakeasy-sdk/typescript 0.4.0-beta.6 2.755.9 4.16.0-alpha.1764083963699-9bae55e4 cribl-control-plane";
41
41
  };
42
42
  //# sourceMappingURL=config.d.ts.map
@@ -24,8 +24,8 @@ export function serverURLFromOptions(options) {
24
24
  export const SDK_METADATA = {
25
25
  language: "typescript",
26
26
  openapiDocVersion: "4.16.0-alpha.1764083963699-9bae55e4",
27
- sdkVersion: "0.4.0-beta.5",
27
+ sdkVersion: "0.4.0-beta.6",
28
28
  genVersion: "2.755.9",
29
- userAgent: "speakeasy-sdk/typescript 0.4.0-beta.5 2.755.9 4.16.0-alpha.1764083963699-9bae55e4 cribl-control-plane",
29
+ userAgent: "speakeasy-sdk/typescript 0.4.0-beta.6 2.755.9 4.16.0-alpha.1764083963699-9bae55e4 cribl-control-plane",
30
30
  };
31
31
  //# sourceMappingURL=config.js.map
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "..": {
21
21
  "name": "cribl-control-plane",
22
- "version": "0.4.0-beta.5",
22
+ "version": "0.4.0-beta.6",
23
23
  "dependencies": {
24
24
  "zod": "^3.25.0 || ^4.0.0"
25
25
  },
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "cribl-control-plane",
5
- "version": "0.4.0-beta.5",
5
+ "version": "0.4.0-beta.6",
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": "cribl-control-plane",
3
- "version": "0.4.0-beta.5",
3
+ "version": "0.4.0-beta.6",
4
4
  "author": "Speakeasy",
5
5
  "type": "module",
6
6
  "tshy": {
package/src/lib/config.ts CHANGED
@@ -62,8 +62,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
62
62
  export const SDK_METADATA = {
63
63
  language: "typescript",
64
64
  openapiDocVersion: "4.16.0-alpha.1764083963699-9bae55e4",
65
- sdkVersion: "0.4.0-beta.5",
65
+ sdkVersion: "0.4.0-beta.6",
66
66
  genVersion: "2.755.9",
67
67
  userAgent:
68
- "speakeasy-sdk/typescript 0.4.0-beta.5 2.755.9 4.16.0-alpha.1764083963699-9bae55e4 cribl-control-plane",
68
+ "speakeasy-sdk/typescript 0.4.0-beta.6 2.755.9 4.16.0-alpha.1764083963699-9bae55e4 cribl-control-plane",
69
69
  } as const;