latitudesh-typescript-sdk 0.8.13 → 0.8.14

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/bin/mcp-server.js CHANGED
@@ -53149,9 +53149,9 @@ var init_config = __esm(() => {
53149
53149
  SDK_METADATA = {
53150
53150
  language: "typescript",
53151
53151
  openapiDocVersion: "2023-06-01",
53152
- sdkVersion: "0.8.13",
53152
+ sdkVersion: "0.8.14",
53153
53153
  genVersion: "2.932.9",
53154
- userAgent: "speakeasy-sdk/typescript 0.8.13 2.932.9 2023-06-01 latitudesh-typescript-sdk"
53154
+ userAgent: "speakeasy-sdk/typescript 0.8.14 2.932.9 2023-06-01 latitudesh-typescript-sdk"
53155
53155
  };
53156
53156
  });
53157
53157
 
@@ -62594,6 +62594,7 @@ var init_createserver = __esm(() => {
62594
62594
  disk_layout: nullableType(arrayType(lazyType(() => CreateServerDiskLayout2$inboundSchema))).optional(),
62595
62595
  ipxe: nullableType(stringType()).optional(),
62596
62596
  persistent_netboot: booleanType().optional(),
62597
+ bgp_ready: nullableType(booleanType()).optional(),
62597
62598
  billing: nullableType(CreateServerBilling2$inboundSchema).optional()
62598
62599
  }).transform((v2) => {
62599
62600
  return remap(v2, {
@@ -62601,7 +62602,8 @@ var init_createserver = __esm(() => {
62601
62602
  ssh_keys: "sshKeys",
62602
62603
  user_data: "userData",
62603
62604
  disk_layout: "diskLayout",
62604
- persistent_netboot: "persistentNetboot"
62605
+ persistent_netboot: "persistentNetboot",
62606
+ bgp_ready: "bgpReady"
62605
62607
  });
62606
62608
  });
62607
62609
  CreateServerAttributes2$outboundSchema = objectType({
@@ -62616,6 +62618,7 @@ var init_createserver = __esm(() => {
62616
62618
  diskLayout: nullableType(arrayType(lazyType(() => CreateServerDiskLayout2$outboundSchema))).optional(),
62617
62619
  ipxe: nullableType(stringType()).optional(),
62618
62620
  persistentNetboot: booleanType().optional(),
62621
+ bgpReady: nullableType(booleanType()).optional(),
62619
62622
  billing: nullableType(CreateServerBilling2$outboundSchema).optional()
62620
62623
  }).transform((v2) => {
62621
62624
  return remap(v2, {
@@ -62623,7 +62626,8 @@ var init_createserver = __esm(() => {
62623
62626
  sshKeys: "ssh_keys",
62624
62627
  userData: "user_data",
62625
62628
  diskLayout: "disk_layout",
62626
- persistentNetboot: "persistent_netboot"
62629
+ persistentNetboot: "persistent_netboot",
62630
+ bgpReady: "bgp_ready"
62627
62631
  });
62628
62632
  });
62629
62633
  CreateServerData2$inboundSchema = objectType({
@@ -87781,7 +87785,7 @@ Refreshing an existing VPN Session will create new credentials for that session
87781
87785
  function createMCPServer(deps) {
87782
87786
  const server2 = new McpServer({
87783
87787
  name: "Latitudesh",
87784
- version: "0.8.13"
87788
+ version: "0.8.14"
87785
87789
  });
87786
87790
  const client = new LatitudeshCore({
87787
87791
  bearer: deps.bearer,
@@ -89346,7 +89350,7 @@ var routes = ln({
89346
89350
  var app = _e(routes, {
89347
89351
  name: "mcp",
89348
89352
  versionInfo: {
89349
- currentVersion: "0.8.13"
89353
+ currentVersion: "0.8.14"
89350
89354
  }
89351
89355
  });
89352
89356
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -89354,5 +89358,5 @@ export {
89354
89358
  app
89355
89359
  };
89356
89360
 
89357
- //# debugId=2B8840E431B6215C64756E2164756E21
89361
+ //# debugId=2D7F890309DD3A4264756E2164756E21
89358
89362
  //# sourceMappingURL=mcp-server.js.map