latitudesh-typescript-sdk 0.8.20 → 0.8.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.
@@ -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: "2023-06-01";
38
- readonly sdkVersion: "0.8.20";
39
- readonly genVersion: "2.933.0";
40
- readonly userAgent: "speakeasy-sdk/typescript 0.8.20 2.933.0 2023-06-01 latitudesh-typescript-sdk";
38
+ readonly sdkVersion: "0.8.21";
39
+ readonly genVersion: "2.934.1";
40
+ readonly userAgent: "speakeasy-sdk/typescript 0.8.21 2.934.1 2023-06-01 latitudesh-typescript-sdk";
41
41
  };
42
42
  //# sourceMappingURL=config.d.ts.map
@@ -40,8 +40,8 @@ function serverURLFromOptions(options) {
40
40
  exports.SDK_METADATA = {
41
41
  language: "typescript",
42
42
  openapiDocVersion: "2023-06-01",
43
- sdkVersion: "0.8.20",
44
- genVersion: "2.933.0",
45
- userAgent: "speakeasy-sdk/typescript 0.8.20 2.933.0 2023-06-01 latitudesh-typescript-sdk",
43
+ sdkVersion: "0.8.21",
44
+ genVersion: "2.934.1",
45
+ userAgent: "speakeasy-sdk/typescript 0.8.21 2.934.1 2023-06-01 latitudesh-typescript-sdk",
46
46
  };
47
47
  //# sourceMappingURL=config.js.map
@@ -22,7 +22,7 @@ const routes = (0, core_1.buildRouteMap)({
22
22
  exports.app = (0, core_1.buildApplication)(routes, {
23
23
  name: "mcp",
24
24
  versionInfo: {
25
- currentVersion: "0.8.20",
25
+ currentVersion: "0.8.21",
26
26
  },
27
27
  });
28
28
  (0, core_1.run)(exports.app, node_process_1.default.argv.slice(2), (0, cli_js_1.buildContext)(node_process_1.default));
@@ -186,7 +186,7 @@ const vpnSessionsRefreshPassword_js_1 = require("./tools/vpnSessionsRefreshPassw
186
186
  function createMCPServer(deps) {
187
187
  const server = new mcp_js_1.McpServer({
188
188
  name: "Latitudesh",
189
- version: "0.8.20",
189
+ version: "0.8.21",
190
190
  });
191
191
  const client = new core_js_1.LatitudeshCore({
192
192
  bearer: deps.bearer,
@@ -115,7 +115,7 @@ export type ObjectStorageDataAttributes = {
115
115
  };
116
116
  export type ObjectStorageData = {
117
117
  /**
118
- * Object storage ID with bucket_ prefix
118
+ * Object storage ID with bkt_ prefix
119
119
  */
120
120
  id?: string | undefined;
121
121
  type?: ObjectStorageDataType | undefined;
@@ -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: "2023-06-01";
38
- readonly sdkVersion: "0.8.20";
39
- readonly genVersion: "2.933.0";
40
- readonly userAgent: "speakeasy-sdk/typescript 0.8.20 2.933.0 2023-06-01 latitudesh-typescript-sdk";
38
+ readonly sdkVersion: "0.8.21";
39
+ readonly genVersion: "2.934.1";
40
+ readonly userAgent: "speakeasy-sdk/typescript 0.8.21 2.934.1 2023-06-01 latitudesh-typescript-sdk";
41
41
  };
42
42
  //# sourceMappingURL=config.d.ts.map
@@ -36,8 +36,8 @@ export function serverURLFromOptions(options) {
36
36
  export const SDK_METADATA = {
37
37
  language: "typescript",
38
38
  openapiDocVersion: "2023-06-01",
39
- sdkVersion: "0.8.20",
40
- genVersion: "2.933.0",
41
- userAgent: "speakeasy-sdk/typescript 0.8.20 2.933.0 2023-06-01 latitudesh-typescript-sdk",
39
+ sdkVersion: "0.8.21",
40
+ genVersion: "2.934.1",
41
+ userAgent: "speakeasy-sdk/typescript 0.8.21 2.934.1 2023-06-01 latitudesh-typescript-sdk",
42
42
  };
43
43
  //# sourceMappingURL=config.js.map
@@ -16,7 +16,7 @@ const routes = buildRouteMap({
16
16
  export const app = buildApplication(routes, {
17
17
  name: "mcp",
18
18
  versionInfo: {
19
- currentVersion: "0.8.20",
19
+ currentVersion: "0.8.21",
20
20
  },
21
21
  });
22
22
  run(app, process.argv.slice(2), buildContext(process));
@@ -183,7 +183,7 @@ import { tool$vpnSessionsRefreshPassword } from "./tools/vpnSessionsRefreshPassw
183
183
  export function createMCPServer(deps) {
184
184
  const server = new McpServer({
185
185
  name: "Latitudesh",
186
- version: "0.8.20",
186
+ version: "0.8.21",
187
187
  });
188
188
  const client = new LatitudeshCore({
189
189
  bearer: deps.bearer,
@@ -115,7 +115,7 @@ export type ObjectStorageDataAttributes = {
115
115
  };
116
116
  export type ObjectStorageData = {
117
117
  /**
118
- * Object storage ID with bucket_ prefix
118
+ * Object storage ID with bkt_ prefix
119
119
  */
120
120
  id?: string | undefined;
121
121
  type?: ObjectStorageDataType | undefined;
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "latitudesh-typescript-sdk",
5
- "version": "0.8.20",
5
+ "version": "0.8.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": "latitudesh-typescript-sdk",
3
- "version": "0.8.20",
3
+ "version": "0.8.21",
4
4
  "author": "Speakeasy",
5
5
  "type": "module",
6
6
  "bin": {
package/src/lib/config.ts CHANGED
@@ -74,8 +74,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
74
74
  export const SDK_METADATA = {
75
75
  language: "typescript",
76
76
  openapiDocVersion: "2023-06-01",
77
- sdkVersion: "0.8.20",
78
- genVersion: "2.933.0",
77
+ sdkVersion: "0.8.21",
78
+ genVersion: "2.934.1",
79
79
  userAgent:
80
- "speakeasy-sdk/typescript 0.8.20 2.933.0 2023-06-01 latitudesh-typescript-sdk",
80
+ "speakeasy-sdk/typescript 0.8.21 2.934.1 2023-06-01 latitudesh-typescript-sdk",
81
81
  } as const;
@@ -19,7 +19,7 @@ const routes = buildRouteMap({
19
19
  export const app = buildApplication(routes, {
20
20
  name: "mcp",
21
21
  versionInfo: {
22
- currentVersion: "0.8.20",
22
+ currentVersion: "0.8.21",
23
23
  },
24
24
  });
25
25
 
@@ -199,7 +199,7 @@ export function createMCPServer(deps: {
199
199
  }) {
200
200
  const server = new McpServer({
201
201
  name: "Latitudesh",
202
- version: "0.8.20",
202
+ version: "0.8.21",
203
203
  });
204
204
 
205
205
  const client = new LatitudeshCore({
@@ -138,7 +138,7 @@ export type ObjectStorageDataAttributes = {
138
138
 
139
139
  export type ObjectStorageData = {
140
140
  /**
141
- * Object storage ID with bucket_ prefix
141
+ * Object storage ID with bkt_ prefix
142
142
  */
143
143
  id?: string | undefined;
144
144
  type?: ObjectStorageDataType | undefined;