latitudesh-typescript-sdk 0.2.2 → 0.2.3

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.
Files changed (106) hide show
  1. package/bin/mcp-server.js +77 -106
  2. package/bin/mcp-server.js.map +15 -15
  3. package/dist/commonjs/lib/config.d.ts +3 -3
  4. package/dist/commonjs/lib/config.js +3 -3
  5. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  6. package/dist/commonjs/mcp-server/server.js +1 -1
  7. package/dist/commonjs/models/apikey.d.ts +2 -2
  8. package/dist/commonjs/models/apikey.d.ts.map +1 -1
  9. package/dist/commonjs/models/apikey.js +2 -2
  10. package/dist/commonjs/models/apikey.js.map +1 -1
  11. package/dist/commonjs/models/operations/createserver.d.ts +19 -25
  12. package/dist/commonjs/models/operations/createserver.d.ts.map +1 -1
  13. package/dist/commonjs/models/operations/createserver.js +17 -23
  14. package/dist/commonjs/models/operations/createserver.js.map +1 -1
  15. package/dist/commonjs/models/operations/createserverreinstall.d.ts +13 -23
  16. package/dist/commonjs/models/operations/createserverreinstall.d.ts.map +1 -1
  17. package/dist/commonjs/models/operations/createserverreinstall.js +11 -21
  18. package/dist/commonjs/models/operations/createserverreinstall.js.map +1 -1
  19. package/dist/commonjs/models/operations/createvirtualnetwork.d.ts +1 -2
  20. package/dist/commonjs/models/operations/createvirtualnetwork.d.ts.map +1 -1
  21. package/dist/commonjs/models/operations/createvirtualnetwork.js +1 -2
  22. package/dist/commonjs/models/operations/createvirtualnetwork.js.map +1 -1
  23. package/dist/commonjs/models/operations/getvpnsessions.d.ts +1 -2
  24. package/dist/commonjs/models/operations/getvpnsessions.d.ts.map +1 -1
  25. package/dist/commonjs/models/operations/getvpnsessions.js +1 -2
  26. package/dist/commonjs/models/operations/getvpnsessions.js.map +1 -1
  27. package/dist/commonjs/models/operations/postvpnsession.d.ts +1 -2
  28. package/dist/commonjs/models/operations/postvpnsession.d.ts.map +1 -1
  29. package/dist/commonjs/models/operations/postvpnsession.js +1 -2
  30. package/dist/commonjs/models/operations/postvpnsession.js.map +1 -1
  31. package/dist/commonjs/models/operations/updateserverdeployconfig.d.ts +19 -20
  32. package/dist/commonjs/models/operations/updateserverdeployconfig.d.ts.map +1 -1
  33. package/dist/commonjs/models/operations/updateserverdeployconfig.js +13 -20
  34. package/dist/commonjs/models/operations/updateserverdeployconfig.js.map +1 -1
  35. package/dist/commonjs/models/plandata.d.ts +12 -12
  36. package/dist/commonjs/models/plandata.d.ts.map +1 -1
  37. package/dist/commonjs/models/plandata.js +12 -12
  38. package/dist/commonjs/models/plandata.js.map +1 -1
  39. package/dist/commonjs/models/project.d.ts +6 -6
  40. package/dist/commonjs/models/project.d.ts.map +1 -1
  41. package/dist/commonjs/models/project.js +6 -6
  42. package/dist/commonjs/models/project.js.map +1 -1
  43. package/dist/commonjs/models/projectinclude.d.ts +12 -12
  44. package/dist/commonjs/models/projectinclude.d.ts.map +1 -1
  45. package/dist/commonjs/models/projectinclude.js +12 -12
  46. package/dist/commonjs/models/projectinclude.js.map +1 -1
  47. package/dist/esm/lib/config.d.ts +3 -3
  48. package/dist/esm/lib/config.js +3 -3
  49. package/dist/esm/mcp-server/mcp-server.js +1 -1
  50. package/dist/esm/mcp-server/server.js +1 -1
  51. package/dist/esm/models/apikey.d.ts +2 -2
  52. package/dist/esm/models/apikey.d.ts.map +1 -1
  53. package/dist/esm/models/apikey.js +2 -2
  54. package/dist/esm/models/apikey.js.map +1 -1
  55. package/dist/esm/models/operations/createserver.d.ts +19 -25
  56. package/dist/esm/models/operations/createserver.d.ts.map +1 -1
  57. package/dist/esm/models/operations/createserver.js +17 -23
  58. package/dist/esm/models/operations/createserver.js.map +1 -1
  59. package/dist/esm/models/operations/createserverreinstall.d.ts +13 -23
  60. package/dist/esm/models/operations/createserverreinstall.d.ts.map +1 -1
  61. package/dist/esm/models/operations/createserverreinstall.js +11 -21
  62. package/dist/esm/models/operations/createserverreinstall.js.map +1 -1
  63. package/dist/esm/models/operations/createvirtualnetwork.d.ts +1 -2
  64. package/dist/esm/models/operations/createvirtualnetwork.d.ts.map +1 -1
  65. package/dist/esm/models/operations/createvirtualnetwork.js +1 -2
  66. package/dist/esm/models/operations/createvirtualnetwork.js.map +1 -1
  67. package/dist/esm/models/operations/getvpnsessions.d.ts +1 -2
  68. package/dist/esm/models/operations/getvpnsessions.d.ts.map +1 -1
  69. package/dist/esm/models/operations/getvpnsessions.js +1 -2
  70. package/dist/esm/models/operations/getvpnsessions.js.map +1 -1
  71. package/dist/esm/models/operations/postvpnsession.d.ts +1 -2
  72. package/dist/esm/models/operations/postvpnsession.d.ts.map +1 -1
  73. package/dist/esm/models/operations/postvpnsession.js +1 -2
  74. package/dist/esm/models/operations/postvpnsession.js.map +1 -1
  75. package/dist/esm/models/operations/updateserverdeployconfig.d.ts +19 -20
  76. package/dist/esm/models/operations/updateserverdeployconfig.d.ts.map +1 -1
  77. package/dist/esm/models/operations/updateserverdeployconfig.js +13 -20
  78. package/dist/esm/models/operations/updateserverdeployconfig.js.map +1 -1
  79. package/dist/esm/models/plandata.d.ts +12 -12
  80. package/dist/esm/models/plandata.d.ts.map +1 -1
  81. package/dist/esm/models/plandata.js +12 -12
  82. package/dist/esm/models/plandata.js.map +1 -1
  83. package/dist/esm/models/project.d.ts +6 -6
  84. package/dist/esm/models/project.d.ts.map +1 -1
  85. package/dist/esm/models/project.js +6 -6
  86. package/dist/esm/models/project.js.map +1 -1
  87. package/dist/esm/models/projectinclude.d.ts +12 -12
  88. package/dist/esm/models/projectinclude.d.ts.map +1 -1
  89. package/dist/esm/models/projectinclude.js +12 -12
  90. package/dist/esm/models/projectinclude.js.map +1 -1
  91. package/examples/package-lock.json +1 -1
  92. package/jsr.json +1 -1
  93. package/package.json +1 -1
  94. package/src/lib/config.ts +3 -3
  95. package/src/mcp-server/mcp-server.ts +1 -1
  96. package/src/mcp-server/server.ts +1 -1
  97. package/src/models/apikey.ts +4 -4
  98. package/src/models/operations/createserver.ts +19 -25
  99. package/src/models/operations/createserverreinstall.ts +13 -23
  100. package/src/models/operations/createvirtualnetwork.ts +1 -2
  101. package/src/models/operations/getvpnsessions.ts +1 -2
  102. package/src/models/operations/postvpnsession.ts +1 -2
  103. package/src/models/operations/updateserverdeployconfig.ts +19 -20
  104. package/src/models/plandata.ts +24 -24
  105. package/src/models/project.ts +12 -12
  106. package/src/models/projectinclude.ts +24 -24
package/bin/mcp-server.js CHANGED
@@ -52761,9 +52761,9 @@ var init_config = __esm(() => {
52761
52761
  SDK_METADATA = {
52762
52762
  language: "typescript",
52763
52763
  openapiDocVersion: "2023-06-01",
52764
- sdkVersion: "0.2.2",
52765
- genVersion: "2.795.8",
52766
- userAgent: "speakeasy-sdk/typescript 0.2.2 2.795.8 2023-06-01 latitudesh-typescript-sdk"
52764
+ sdkVersion: "0.2.3",
52765
+ genVersion: "2.796.4",
52766
+ userAgent: "speakeasy-sdk/typescript 0.2.3 2.796.4 2023-06-01 latitudesh-typescript-sdk"
52767
52767
  };
52768
52768
  });
52769
52769
 
@@ -54267,7 +54267,7 @@ var init_apikey = __esm(() => {
54267
54267
  name: stringType().optional(),
54268
54268
  api_version: stringType().optional(),
54269
54269
  token_last_slice: stringType().optional(),
54270
- read_only: booleanType().optional(),
54270
+ read_only: nullableType(booleanType()).optional(),
54271
54271
  allowed_ips: nullableType(arrayType(stringType())).optional(),
54272
54272
  last_used_at: nullableType(stringType().datetime({ offset: true }).transform((v2) => new Date(v2))).optional(),
54273
54273
  user: lazyType(() => ApiKeyUser$inboundSchema).optional(),
@@ -54288,7 +54288,7 @@ var init_apikey = __esm(() => {
54288
54288
  name: stringType().optional(),
54289
54289
  apiVersion: stringType().optional(),
54290
54290
  tokenLastSlice: stringType().optional(),
54291
- readOnly: booleanType().optional(),
54291
+ readOnly: nullableType(booleanType()).optional(),
54292
54292
  allowedIps: nullableType(arrayType(stringType())).optional(),
54293
54293
  lastUsedAt: nullableType(dateType().transform((v2) => v2.toISOString())).optional(),
54294
54294
  user: lazyType(() => ApiKeyUser$outboundSchema).optional(),
@@ -55866,24 +55866,24 @@ var init_plandata = __esm(() => {
55866
55866
  PlanDataStockLevel$inboundSchema = nativeEnumType(PlanDataStockLevel);
55867
55867
  PlanDataStockLevel$outboundSchema = PlanDataStockLevel$inboundSchema;
55868
55868
  PlanDataUSD$inboundSchema = objectType({
55869
- hour: numberType().optional(),
55870
- month: numberType().optional(),
55871
- year: numberType().optional()
55869
+ hour: nullableType(numberType()).optional(),
55870
+ month: nullableType(numberType()).optional(),
55871
+ year: nullableType(numberType()).optional()
55872
55872
  });
55873
55873
  PlanDataUSD$outboundSchema = objectType({
55874
- hour: numberType().optional(),
55875
- month: numberType().optional(),
55876
- year: numberType().optional()
55874
+ hour: nullableType(numberType()).optional(),
55875
+ month: nullableType(numberType()).optional(),
55876
+ year: nullableType(numberType()).optional()
55877
55877
  });
55878
55878
  PlanDataBRL$inboundSchema = objectType({
55879
- hour: numberType().optional(),
55880
- month: numberType().optional(),
55881
- year: numberType().optional()
55879
+ hour: nullableType(numberType()).optional(),
55880
+ month: nullableType(numberType()).optional(),
55881
+ year: nullableType(numberType()).optional()
55882
55882
  });
55883
55883
  PlanDataBRL$outboundSchema = objectType({
55884
- hour: numberType().optional(),
55885
- month: numberType().optional(),
55886
- year: numberType().optional()
55884
+ hour: nullableType(numberType()).optional(),
55885
+ month: nullableType(numberType()).optional(),
55886
+ year: nullableType(numberType()).optional()
55887
55887
  });
55888
55888
  PlanDataPricing$inboundSchema = objectType({
55889
55889
  USD: lazyType(() => PlanDataUSD$inboundSchema).optional(),
@@ -56038,9 +56038,9 @@ var init_project = __esm(() => {
56038
56038
  name: stringType().optional(),
56039
56039
  slug: stringType().optional(),
56040
56040
  description: nullableType(stringType()).optional(),
56041
- billing_type: BillingType$inboundSchema.optional(),
56042
- billing_method: BillingMethod$inboundSchema.optional(),
56043
- cost: stringType().optional(),
56041
+ billing_type: nullableType(BillingType$inboundSchema).optional(),
56042
+ billing_method: nullableType(BillingMethod$inboundSchema).optional(),
56043
+ cost: nullableType(stringType()).optional(),
56044
56044
  environment: nullableType(Environment$inboundSchema).optional(),
56045
56045
  stats: lazyType(() => ProjectStats$inboundSchema).optional(),
56046
56046
  billing: lazyType(() => ProjectBilling$inboundSchema).optional(),
@@ -56059,9 +56059,9 @@ var init_project = __esm(() => {
56059
56059
  name: stringType().optional(),
56060
56060
  slug: stringType().optional(),
56061
56061
  description: nullableType(stringType()).optional(),
56062
- billingType: BillingType$outboundSchema.optional(),
56063
- billingMethod: BillingMethod$outboundSchema.optional(),
56064
- cost: stringType().optional(),
56062
+ billingType: nullableType(BillingType$outboundSchema).optional(),
56063
+ billingMethod: nullableType(BillingMethod$outboundSchema).optional(),
56064
+ cost: nullableType(stringType()).optional(),
56065
56065
  environment: nullableType(Environment$outboundSchema).optional(),
56066
56066
  stats: lazyType(() => ProjectStats$outboundSchema).optional(),
56067
56067
  billing: lazyType(() => ProjectBilling$outboundSchema).optional(),
@@ -56092,7 +56092,7 @@ var init_projectinclude = __esm(() => {
56092
56092
  init_v3();
56093
56093
  init_primitives();
56094
56094
  ProjectIncludeBilling$inboundSchema = objectType({
56095
- subscription_id: stringType().optional(),
56095
+ subscription_id: nullableType(stringType()).optional(),
56096
56096
  type: stringType().optional(),
56097
56097
  method: stringType().optional()
56098
56098
  }).transform((v2) => {
@@ -56101,7 +56101,7 @@ var init_projectinclude = __esm(() => {
56101
56101
  });
56102
56102
  });
56103
56103
  ProjectIncludeBilling$outboundSchema = objectType({
56104
- subscriptionId: stringType().optional(),
56104
+ subscriptionId: nullableType(stringType()).optional(),
56105
56105
  type: stringType().optional(),
56106
56106
  method: stringType().optional()
56107
56107
  }).transform((v2) => {
@@ -56133,12 +56133,12 @@ var init_projectinclude = __esm(() => {
56133
56133
  id: stringType().optional(),
56134
56134
  name: stringType().optional(),
56135
56135
  slug: stringType().optional(),
56136
- description: stringType().optional(),
56137
- billing_type: stringType().optional(),
56138
- provisioning_type: stringType().optional(),
56139
- billing_method: stringType().optional(),
56136
+ description: nullableType(stringType()).optional(),
56137
+ billing_type: nullableType(stringType()).optional(),
56138
+ provisioning_type: nullableType(stringType()).optional(),
56139
+ billing_method: nullableType(stringType()).optional(),
56140
56140
  bandwidth_alert: booleanType().optional(),
56141
- environment: stringType().optional(),
56141
+ environment: nullableType(stringType()).optional(),
56142
56142
  billing: lazyType(() => ProjectIncludeBilling$inboundSchema).optional(),
56143
56143
  stats: lazyType(() => ProjectIncludeStats$inboundSchema).optional()
56144
56144
  }).transform((v2) => {
@@ -56153,12 +56153,12 @@ var init_projectinclude = __esm(() => {
56153
56153
  id: stringType().optional(),
56154
56154
  name: stringType().optional(),
56155
56155
  slug: stringType().optional(),
56156
- description: stringType().optional(),
56157
- billingType: stringType().optional(),
56158
- provisioningType: stringType().optional(),
56159
- billingMethod: stringType().optional(),
56156
+ description: nullableType(stringType()).optional(),
56157
+ billingType: nullableType(stringType()).optional(),
56158
+ provisioningType: nullableType(stringType()).optional(),
56159
+ billingMethod: nullableType(stringType()).optional(),
56160
56160
  bandwidthAlert: booleanType().optional(),
56161
- environment: stringType().optional(),
56161
+ environment: nullableType(stringType()).optional(),
56162
56162
  billing: lazyType(() => ProjectIncludeBilling$outboundSchema).optional(),
56163
56163
  stats: lazyType(() => ProjectIncludeStats$outboundSchema).optional()
56164
56164
  }).transform((v2) => {
@@ -58649,17 +58649,21 @@ var init_createserver = __esm(() => {
58649
58649
  C3MediumX86: "c3-medium-x86",
58650
58650
  C3SmallX86: "c3-small-x86",
58651
58651
  C3XlargeX86: "c3-xlarge-x86",
58652
+ G3Gh200: "g3-gh200",
58652
58653
  G3LargeX86: "g3-large-x86",
58653
58654
  G3MediumX86: "g3-medium-x86",
58654
58655
  G3SmallX86: "g3-small-x86",
58655
58656
  G3XlargeX86: "g3-xlarge-x86",
58657
+ G4Rtx6kproLarge: "g4-rtx6kpro-large",
58656
58658
  M3LargeX86: "m3-large-x86",
58659
+ M4MetalLarge: "m4-metal-large",
58660
+ M4MetalSmall: "m4-metal-small",
58661
+ Rs4MetalXlarge: "rs4-metal-xlarge",
58657
58662
  S2SmallX86: "s2-small-x86",
58658
58663
  S3LargeX86: "s3-large-x86"
58659
58664
  };
58660
58665
  CreateServerSite2 = {
58661
58666
  Ash: "ASH",
58662
- Bgt: "BGT",
58663
58667
  Bue: "BUE",
58664
58668
  Chi: "CHI",
58665
58669
  Dal: "DAL",
@@ -58671,39 +58675,29 @@ var init_createserver = __esm(() => {
58671
58675
  Mia: "MIA",
58672
58676
  Mia2: "MIA2",
58673
58677
  Nyc: "NYC",
58674
- San: "SAN",
58675
58678
  Sao: "SAO",
58676
58679
  Sao2: "SAO2",
58680
+ Sgp: "SGP",
58677
58681
  Syd: "SYD",
58678
58682
  Tyo: "TYO",
58679
58683
  Tyo2: "TYO2"
58680
58684
  };
58681
58685
  CreateServerOperatingSystem2 = {
58682
- Ipxe: "ipxe",
58683
- WindowsServer2019StdV1: "windows_server_2019_std_v1",
58684
- Ubuntu2204X64Lts: "ubuntu_22_04_x64_lts",
58685
- Debian11: "debian_11",
58686
- Debian10: "debian_10",
58687
- Rhel8: "rhel8",
58688
- WindowsServer2012R2StdV28: "windows_server_2012_r2_std_v28",
58689
- WindowsServer2012R2DcV5: "windows_server_2012_r2_dc_v5",
58690
- Esxi67: "esxi_6_7",
58691
- Debian94X64: "debian_9_4_x64",
58692
58686
  Centos74X64: "centos_7_4_x64",
58693
58687
  Centos8X64: "centos_8_x64",
58694
- Ubuntu1604X64Lts: "ubuntu_16_04_x64_lts",
58695
- Ubuntu2004X64Lts: "ubuntu_20_04_x64_lts",
58696
- WindowsServer2016StdV1: "windows_server_2016_std_v1",
58697
- WindowsServer2016DcV1: "windows_server_2016_dc_v1",
58698
- WindowsServer2019DcV1: "windows_server_2019_dc_v1",
58688
+ Debian10: "debian_10",
58689
+ Debian11: "debian_11",
58699
58690
  Debian12: "debian_12",
58691
+ Ipxe: "ipxe",
58692
+ Rhel8: "rhel8",
58693
+ Rockylinux8: "rockylinux_8",
58700
58694
  Ubuntu22MlInABox: "ubuntu22_ml_in_a_box",
58701
- Ubuntu1804X64Lts: "ubuntu_18_04_x64_lts",
58702
- WindowsServer2019StdUefi: "windows_server_2019_std_uefi",
58703
- Windows2022StdUefi: "windows_2022_std_uefi",
58704
- Windows2022Std: "windows_2022_std",
58695
+ Ubuntu24MlInABox: "ubuntu24_ml_in_a_box",
58696
+ Ubuntu2004X64Lts: "ubuntu_20_04_x64_lts",
58697
+ Ubuntu2204X64Lts: "ubuntu_22_04_x64_lts",
58705
58698
  Ubuntu2404X64Lts: "ubuntu_24_04_x64_lts",
58706
- Rockylinux8: "rockylinux_8"
58699
+ Windows2022Std: "windows_2022_std",
58700
+ WindowsServer2019StdV1: "windows_server_2019_std_v1"
58707
58701
  };
58708
58702
  CreateServerRaid2 = {
58709
58703
  Raid0: "raid-0",
@@ -58902,31 +58896,21 @@ var init_createserverreinstall = __esm(() => {
58902
58896
  Reinstalls: "reinstalls"
58903
58897
  };
58904
58898
  CreateServerReinstallOperatingSystem2 = {
58905
- Ipxe: "ipxe",
58906
- WindowsServer2019StdV1: "windows_server_2019_std_v1",
58907
- Ubuntu2204X64Lts: "ubuntu_22_04_x64_lts",
58908
- Debian11: "debian_11",
58909
- Debian10: "debian_10",
58910
- Rhel8: "rhel8",
58911
- WindowsServer2012R2StdV28: "windows_server_2012_r2_std_v28",
58912
- WindowsServer2012R2DcV5: "windows_server_2012_r2_dc_v5",
58913
- Esxi67: "esxi_6_7",
58914
- Debian94X64: "debian_9_4_x64",
58915
58899
  Centos74X64: "centos_7_4_x64",
58916
58900
  Centos8X64: "centos_8_x64",
58917
- Ubuntu1604X64Lts: "ubuntu_16_04_x64_lts",
58918
- Ubuntu2004X64Lts: "ubuntu_20_04_x64_lts",
58919
- WindowsServer2016StdV1: "windows_server_2016_std_v1",
58920
- WindowsServer2016DcV1: "windows_server_2016_dc_v1",
58921
- WindowsServer2019DcV1: "windows_server_2019_dc_v1",
58901
+ Debian10: "debian_10",
58902
+ Debian11: "debian_11",
58922
58903
  Debian12: "debian_12",
58904
+ Ipxe: "ipxe",
58905
+ Rhel8: "rhel8",
58906
+ Rockylinux8: "rockylinux_8",
58923
58907
  Ubuntu22MlInABox: "ubuntu22_ml_in_a_box",
58924
- Ubuntu1804X64Lts: "ubuntu_18_04_x64_lts",
58925
- WindowsServer2019StdUefi: "windows_server_2019_std_uefi",
58926
- Windows2022StdUefi: "windows_2022_std_uefi",
58927
- Windows2022Std: "windows_2022_std",
58908
+ Ubuntu24MlInABox: "ubuntu24_ml_in_a_box",
58909
+ Ubuntu2004X64Lts: "ubuntu_20_04_x64_lts",
58910
+ Ubuntu2204X64Lts: "ubuntu_22_04_x64_lts",
58928
58911
  Ubuntu2404X64Lts: "ubuntu_24_04_x64_lts",
58929
- Rockylinux8: "rockylinux_8"
58912
+ Windows2022Std: "windows_2022_std",
58913
+ WindowsServer2019StdV1: "windows_server_2019_std_v1"
58930
58914
  };
58931
58915
  CreateServerReinstallRaid2 = {
58932
58916
  Raid0: "raid-0",
@@ -59119,7 +59103,6 @@ var init_createvirtualnetwork = __esm(() => {
59119
59103
  };
59120
59104
  CreateVirtualNetworkSite2 = {
59121
59105
  Ash: "ASH",
59122
- Bgt: "BGT",
59123
59106
  Bue: "BUE",
59124
59107
  Chi: "CHI",
59125
59108
  Dal: "DAL",
@@ -59131,9 +59114,9 @@ var init_createvirtualnetwork = __esm(() => {
59131
59114
  Mia: "MIA",
59132
59115
  Mia2: "MIA2",
59133
59116
  Nyc: "NYC",
59134
- San: "SAN",
59135
59117
  Sao: "SAO",
59136
59118
  Sao2: "SAO2",
59119
+ Sgp: "SGP",
59137
59120
  Syd: "SYD",
59138
59121
  Tyo: "TYO",
59139
59122
  Tyo2: "TYO2"
@@ -60977,7 +60960,6 @@ var init_getvpnsessions = __esm(() => {
60977
60960
  init_models();
60978
60961
  FilterLocation = {
60979
60962
  Ash: "ASH",
60980
- Bgt: "BGT",
60981
60963
  Bue: "BUE",
60982
60964
  Chi: "CHI",
60983
60965
  Dal: "DAL",
@@ -60989,9 +60971,9 @@ var init_getvpnsessions = __esm(() => {
60989
60971
  Mia: "MIA",
60990
60972
  Mia2: "MIA2",
60991
60973
  Nyc: "NYC",
60992
- San: "SAN",
60993
60974
  Sao: "SAO",
60994
60975
  Sao2: "SAO2",
60976
+ Sgp: "SGP",
60995
60977
  Syd: "SYD",
60996
60978
  Tyo: "TYO",
60997
60979
  Tyo2: "TYO2"
@@ -61865,7 +61847,6 @@ var init_postvpnsession = __esm(() => {
61865
61847
  };
61866
61848
  PostVpnSessionSite2 = {
61867
61849
  Ash: "ASH",
61868
- Bgt: "BGT",
61869
61850
  Bue: "BUE",
61870
61851
  Chi: "CHI",
61871
61852
  Dal: "DAL",
@@ -61877,9 +61858,9 @@ var init_postvpnsession = __esm(() => {
61877
61858
  Mia: "MIA",
61878
61859
  Mia2: "MIA2",
61879
61860
  Nyc: "NYC",
61880
- San: "SAN",
61881
61861
  Sao: "SAO",
61882
61862
  Sao2: "SAO2",
61863
+ Sgp: "SGP",
61883
61864
  Syd: "SYD",
61884
61865
  Tyo: "TYO",
61885
61866
  Tyo2: "TYO2"
@@ -62606,31 +62587,21 @@ var init_updateserverdeployconfig = __esm(() => {
62606
62587
  DeployConfig: "deploy_config"
62607
62588
  };
62608
62589
  UpdateServerDeployConfigOperatingSystem2 = {
62609
- Ipxe: "ipxe",
62610
- WindowsServer2019StdV1: "windows_server_2019_std_v1",
62611
- Ubuntu2204X64Lts: "ubuntu_22_04_x64_lts",
62612
- Debian11: "debian_11",
62613
- Debian10: "debian_10",
62614
- Rhel8: "rhel8",
62615
- WindowsServer2012R2StdV28: "windows_server_2012_r2_std_v28",
62616
- WindowsServer2012R2DcV5: "windows_server_2012_r2_dc_v5",
62617
- Esxi67: "esxi_6_7",
62618
- Debian94X64: "debian_9_4_x64",
62619
62590
  Centos74X64: "centos_7_4_x64",
62620
62591
  Centos8X64: "centos_8_x64",
62621
- Ubuntu1604X64Lts: "ubuntu_16_04_x64_lts",
62622
- Ubuntu2004X64Lts: "ubuntu_20_04_x64_lts",
62623
- WindowsServer2016StdV1: "windows_server_2016_std_v1",
62624
- WindowsServer2016DcV1: "windows_server_2016_dc_v1",
62625
- WindowsServer2019DcV1: "windows_server_2019_dc_v1",
62592
+ Debian10: "debian_10",
62593
+ Debian11: "debian_11",
62626
62594
  Debian12: "debian_12",
62595
+ Ipxe: "ipxe",
62596
+ Rhel8: "rhel8",
62597
+ Rockylinux8: "rockylinux_8",
62627
62598
  Ubuntu22MlInABox: "ubuntu22_ml_in_a_box",
62628
- Ubuntu1804X64Lts: "ubuntu_18_04_x64_lts",
62629
- WindowsServer2019StdUefi: "windows_server_2019_std_uefi",
62630
- Windows2022StdUefi: "windows_2022_std_uefi",
62631
- Windows2022Std: "windows_2022_std",
62599
+ Ubuntu24MlInABox: "ubuntu24_ml_in_a_box",
62600
+ Ubuntu2004X64Lts: "ubuntu_20_04_x64_lts",
62601
+ Ubuntu2204X64Lts: "ubuntu_22_04_x64_lts",
62632
62602
  Ubuntu2404X64Lts: "ubuntu_24_04_x64_lts",
62633
- Rockylinux8: "rockylinux_8"
62603
+ Windows2022Std: "windows_2022_std",
62604
+ WindowsServer2019StdV1: "windows_server_2019_std_v1"
62634
62605
  };
62635
62606
  UpdateServerDeployConfigRaid2 = {
62636
62607
  Raid0: "raid-0",
@@ -75385,7 +75356,7 @@ Refreshing an existing VPN Session will create new credentials for that session
75385
75356
  function createMCPServer(deps) {
75386
75357
  const server2 = new McpServer({
75387
75358
  name: "Latitudesh",
75388
- version: "0.2.2"
75359
+ version: "0.2.3"
75389
75360
  });
75390
75361
  const client = new LatitudeshCore({
75391
75362
  bearer: deps.bearer,
@@ -76836,7 +76807,7 @@ var routes = ln({
76836
76807
  var app = _e(routes, {
76837
76808
  name: "mcp",
76838
76809
  versionInfo: {
76839
- currentVersion: "0.2.2"
76810
+ currentVersion: "0.2.3"
76840
76811
  }
76841
76812
  });
76842
76813
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -76844,5 +76815,5 @@ export {
76844
76815
  app
76845
76816
  };
76846
76817
 
76847
- //# debugId=F1DECE0A2E5C1E1F64756E2164756E21
76818
+ //# debugId=DC721C9834CD71E164756E2164756E21
76848
76819
  //# sourceMappingURL=mcp-server.js.map