latitudesh-typescript-sdk 0.8.7 → 0.8.9
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 +78 -36
- package/bin/mcp-server.js.map +16 -16
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/operations/createtag.d.ts +1 -1
- package/dist/commonjs/models/operations/createtag.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createtag.js +2 -2
- package/dist/commonjs/models/operations/createtag.js.map +1 -1
- package/dist/commonjs/models/operations/patchstoragefilesystems.d.ts +1 -1
- package/dist/commonjs/models/operations/patchstoragefilesystems.d.ts.map +1 -1
- package/dist/commonjs/models/operations/patchstoragefilesystems.js +2 -2
- package/dist/commonjs/models/operations/patchstoragefilesystems.js.map +1 -1
- package/dist/commonjs/models/operations/putprojectsshkey.d.ts +2 -2
- package/dist/commonjs/models/operations/putprojectsshkey.d.ts.map +1 -1
- package/dist/commonjs/models/operations/putprojectsshkey.js +4 -4
- package/dist/commonjs/models/operations/putprojectsshkey.js.map +1 -1
- package/dist/commonjs/models/operations/putsshkey.d.ts +2 -2
- package/dist/commonjs/models/operations/putsshkey.d.ts.map +1 -1
- package/dist/commonjs/models/operations/putsshkey.js +4 -4
- package/dist/commonjs/models/operations/putsshkey.js.map +1 -1
- package/dist/commonjs/models/operations/updateserver.d.ts +2 -2
- package/dist/commonjs/models/operations/updateserver.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updateserver.js +4 -4
- package/dist/commonjs/models/operations/updateserver.js.map +1 -1
- package/dist/commonjs/models/operations/updatetag.d.ts +1 -1
- package/dist/commonjs/models/operations/updatetag.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatetag.js +2 -2
- package/dist/commonjs/models/operations/updatetag.js.map +1 -1
- package/dist/commonjs/models/plan.d.ts +11 -0
- package/dist/commonjs/models/plan.d.ts.map +1 -1
- package/dist/commonjs/models/plan.js +15 -1
- package/dist/commonjs/models/plan.js.map +1 -1
- package/dist/commonjs/models/plandata.d.ts +2 -0
- package/dist/commonjs/models/plandata.d.ts.map +1 -1
- package/dist/commonjs/models/plandata.js +10 -0
- package/dist/commonjs/models/plandata.js.map +1 -1
- package/dist/commonjs/models/serverdata.d.ts +5 -0
- package/dist/commonjs/models/serverdata.d.ts.map +1 -1
- package/dist/commonjs/models/serverdata.js +4 -0
- package/dist/commonjs/models/serverdata.js.map +1 -1
- package/dist/commonjs/models/team.d.ts +8 -0
- package/dist/commonjs/models/team.d.ts.map +1 -1
- package/dist/commonjs/models/team.js +12 -0
- package/dist/commonjs/models/team.js.map +1 -1
- package/dist/commonjs/models/traffic.d.ts +21 -0
- package/dist/commonjs/models/traffic.d.ts.map +1 -1
- package/dist/commonjs/models/traffic.js +23 -1
- package/dist/commonjs/models/traffic.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/operations/createtag.d.ts +1 -1
- package/dist/esm/models/operations/createtag.d.ts.map +1 -1
- package/dist/esm/models/operations/createtag.js +2 -2
- package/dist/esm/models/operations/createtag.js.map +1 -1
- package/dist/esm/models/operations/patchstoragefilesystems.d.ts +1 -1
- package/dist/esm/models/operations/patchstoragefilesystems.d.ts.map +1 -1
- package/dist/esm/models/operations/patchstoragefilesystems.js +2 -2
- package/dist/esm/models/operations/patchstoragefilesystems.js.map +1 -1
- package/dist/esm/models/operations/putprojectsshkey.d.ts +2 -2
- package/dist/esm/models/operations/putprojectsshkey.d.ts.map +1 -1
- package/dist/esm/models/operations/putprojectsshkey.js +4 -4
- package/dist/esm/models/operations/putprojectsshkey.js.map +1 -1
- package/dist/esm/models/operations/putsshkey.d.ts +2 -2
- package/dist/esm/models/operations/putsshkey.d.ts.map +1 -1
- package/dist/esm/models/operations/putsshkey.js +4 -4
- package/dist/esm/models/operations/putsshkey.js.map +1 -1
- package/dist/esm/models/operations/updateserver.d.ts +2 -2
- package/dist/esm/models/operations/updateserver.d.ts.map +1 -1
- package/dist/esm/models/operations/updateserver.js +4 -4
- package/dist/esm/models/operations/updateserver.js.map +1 -1
- package/dist/esm/models/operations/updatetag.d.ts +1 -1
- package/dist/esm/models/operations/updatetag.d.ts.map +1 -1
- package/dist/esm/models/operations/updatetag.js +2 -2
- package/dist/esm/models/operations/updatetag.js.map +1 -1
- package/dist/esm/models/plan.d.ts +11 -0
- package/dist/esm/models/plan.d.ts.map +1 -1
- package/dist/esm/models/plan.js +12 -0
- package/dist/esm/models/plan.js.map +1 -1
- package/dist/esm/models/plandata.d.ts +2 -0
- package/dist/esm/models/plandata.d.ts.map +1 -1
- package/dist/esm/models/plandata.js +10 -0
- package/dist/esm/models/plandata.js.map +1 -1
- package/dist/esm/models/serverdata.d.ts +5 -0
- package/dist/esm/models/serverdata.d.ts.map +1 -1
- package/dist/esm/models/serverdata.js +4 -0
- package/dist/esm/models/serverdata.js.map +1 -1
- package/dist/esm/models/team.d.ts +8 -0
- package/dist/esm/models/team.d.ts.map +1 -1
- package/dist/esm/models/team.js +12 -0
- package/dist/esm/models/team.js.map +1 -1
- package/dist/esm/models/traffic.d.ts +21 -0
- package/dist/esm/models/traffic.d.ts.map +1 -1
- package/dist/esm/models/traffic.js +20 -0
- package/dist/esm/models/traffic.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/createtag.ts +3 -3
- package/src/models/operations/patchstoragefilesystems.ts +3 -3
- package/src/models/operations/putprojectsshkey.ts +6 -6
- package/src/models/operations/putsshkey.ts +6 -6
- package/src/models/operations/updateserver.ts +6 -6
- package/src/models/operations/updatetag.ts +3 -3
- package/src/models/plan.ts +35 -0
- package/src/models/plandata.ts +12 -0
- package/src/models/serverdata.ts +9 -0
- package/src/models/team.ts +20 -0
- package/src/models/traffic.ts +53 -0
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.
|
|
53153
|
-
genVersion: "2.
|
|
53154
|
-
userAgent: "speakeasy-sdk/typescript 0.8.
|
|
53152
|
+
sdkVersion: "0.8.9",
|
|
53153
|
+
genVersion: "2.931.0",
|
|
53154
|
+
userAgent: "speakeasy-sdk/typescript 0.8.9 2.931.0 2023-06-01 latitudesh-typescript-sdk"
|
|
53155
53155
|
};
|
|
53156
53156
|
});
|
|
53157
53157
|
|
|
@@ -58142,14 +58142,24 @@ var init_plandata = __esm(() => {
|
|
|
58142
58142
|
name: stringType().optional(),
|
|
58143
58143
|
features: arrayType(Feature$inboundSchema).optional(),
|
|
58144
58144
|
specs: lazyType(() => PlanDataSpecs$inboundSchema).optional(),
|
|
58145
|
-
regions: arrayType(lazyType(() => PlanDataRegion$inboundSchema)).optional()
|
|
58145
|
+
regions: arrayType(lazyType(() => PlanDataRegion$inboundSchema)).optional(),
|
|
58146
|
+
available_operating_systems: arrayType(stringType()).optional()
|
|
58147
|
+
}).transform((v2) => {
|
|
58148
|
+
return remap(v2, {
|
|
58149
|
+
available_operating_systems: "availableOperatingSystems"
|
|
58150
|
+
});
|
|
58146
58151
|
});
|
|
58147
58152
|
PlanDataAttributes$outboundSchema = objectType({
|
|
58148
58153
|
slug: stringType().optional(),
|
|
58149
58154
|
name: stringType().optional(),
|
|
58150
58155
|
features: arrayType(Feature$outboundSchema).optional(),
|
|
58151
58156
|
specs: lazyType(() => PlanDataSpecs$outboundSchema).optional(),
|
|
58152
|
-
regions: arrayType(lazyType(() => PlanDataRegion$outboundSchema)).optional()
|
|
58157
|
+
regions: arrayType(lazyType(() => PlanDataRegion$outboundSchema)).optional(),
|
|
58158
|
+
availableOperatingSystems: arrayType(stringType()).optional()
|
|
58159
|
+
}).transform((v2) => {
|
|
58160
|
+
return remap(v2, {
|
|
58161
|
+
availableOperatingSystems: "available_operating_systems"
|
|
58162
|
+
});
|
|
58153
58163
|
});
|
|
58154
58164
|
PlanData$inboundSchema = objectType({
|
|
58155
58165
|
id: stringType().optional(),
|
|
@@ -58164,15 +58174,19 @@ var init_plandata = __esm(() => {
|
|
|
58164
58174
|
});
|
|
58165
58175
|
|
|
58166
58176
|
// src/models/plan.ts
|
|
58167
|
-
var Plan$inboundSchema, Plan$outboundSchema;
|
|
58177
|
+
var PlanMeta$inboundSchema, PlanMeta$outboundSchema, Plan$inboundSchema, Plan$outboundSchema;
|
|
58168
58178
|
var init_plan = __esm(() => {
|
|
58169
58179
|
init_v3();
|
|
58170
58180
|
init_plandata();
|
|
58181
|
+
PlanMeta$inboundSchema = objectType({});
|
|
58182
|
+
PlanMeta$outboundSchema = objectType({});
|
|
58171
58183
|
Plan$inboundSchema = objectType({
|
|
58172
|
-
data: PlanData$inboundSchema.optional()
|
|
58184
|
+
data: PlanData$inboundSchema.optional(),
|
|
58185
|
+
meta: lazyType(() => PlanMeta$inboundSchema).optional()
|
|
58173
58186
|
});
|
|
58174
58187
|
Plan$outboundSchema = objectType({
|
|
58175
|
-
data: PlanData$outboundSchema.optional()
|
|
58188
|
+
data: PlanData$outboundSchema.optional(),
|
|
58189
|
+
meta: lazyType(() => PlanMeta$outboundSchema).optional()
|
|
58176
58190
|
});
|
|
58177
58191
|
});
|
|
58178
58192
|
|
|
@@ -58818,6 +58832,7 @@ var init_serverdata = __esm(() => {
|
|
|
58818
58832
|
status: ServerDataStatus$inboundSchema.optional(),
|
|
58819
58833
|
ipmi_status: nullableType(IpmiStatus$inboundSchema).optional(),
|
|
58820
58834
|
role: stringType().optional(),
|
|
58835
|
+
bond_eligible: booleanType().optional(),
|
|
58821
58836
|
site: stringType().optional(),
|
|
58822
58837
|
locked: booleanType().optional(),
|
|
58823
58838
|
rescue_allowed: booleanType().optional(),
|
|
@@ -58835,6 +58850,7 @@ var init_serverdata = __esm(() => {
|
|
|
58835
58850
|
}).transform((v2) => {
|
|
58836
58851
|
return remap(v2, {
|
|
58837
58852
|
ipmi_status: "ipmiStatus",
|
|
58853
|
+
bond_eligible: "bondEligible",
|
|
58838
58854
|
rescue_allowed: "rescueAllowed",
|
|
58839
58855
|
primary_ipv4: "primaryIpv4",
|
|
58840
58856
|
primary_ipv6: "primaryIpv6",
|
|
@@ -58851,6 +58867,7 @@ var init_serverdata = __esm(() => {
|
|
|
58851
58867
|
status: ServerDataStatus$outboundSchema.optional(),
|
|
58852
58868
|
ipmiStatus: nullableType(IpmiStatus$outboundSchema).optional(),
|
|
58853
58869
|
role: stringType().optional(),
|
|
58870
|
+
bondEligible: booleanType().optional(),
|
|
58854
58871
|
site: stringType().optional(),
|
|
58855
58872
|
locked: booleanType().optional(),
|
|
58856
58873
|
rescueAllowed: booleanType().optional(),
|
|
@@ -58868,6 +58885,7 @@ var init_serverdata = __esm(() => {
|
|
|
58868
58885
|
}).transform((v2) => {
|
|
58869
58886
|
return remap(v2, {
|
|
58870
58887
|
ipmiStatus: "ipmi_status",
|
|
58888
|
+
bondEligible: "bond_eligible",
|
|
58871
58889
|
rescueAllowed: "rescue_allowed",
|
|
58872
58890
|
primaryIpv4: "primary_ipv4",
|
|
58873
58891
|
primaryIpv6: "primary_ipv6",
|
|
@@ -59355,7 +59373,11 @@ var init_team = __esm(() => {
|
|
|
59355
59373
|
currency: stringType().optional(),
|
|
59356
59374
|
created_at: stringType().optional(),
|
|
59357
59375
|
updated_at: stringType().optional(),
|
|
59376
|
+
status: nullableType(stringType()).optional(),
|
|
59358
59377
|
enforce_mfa: booleanType().optional(),
|
|
59378
|
+
token: nullableType(stringType()).optional(),
|
|
59379
|
+
customer_billing_id: nullableType(stringType()).optional(),
|
|
59380
|
+
referred_code: nullableType(stringType()).optional(),
|
|
59359
59381
|
users: arrayType(UserInclude$inboundSchema).optional(),
|
|
59360
59382
|
projects: arrayType(ProjectInclude$inboundSchema).optional(),
|
|
59361
59383
|
owner: UserInclude$inboundSchema.optional(),
|
|
@@ -59367,6 +59389,8 @@ var init_team = __esm(() => {
|
|
|
59367
59389
|
created_at: "createdAt",
|
|
59368
59390
|
updated_at: "updatedAt",
|
|
59369
59391
|
enforce_mfa: "enforceMfa",
|
|
59392
|
+
customer_billing_id: "customerBillingId",
|
|
59393
|
+
referred_code: "referredCode",
|
|
59370
59394
|
feature_flags: "featureFlags"
|
|
59371
59395
|
});
|
|
59372
59396
|
});
|
|
@@ -59378,7 +59402,11 @@ var init_team = __esm(() => {
|
|
|
59378
59402
|
currency: stringType().optional(),
|
|
59379
59403
|
createdAt: stringType().optional(),
|
|
59380
59404
|
updatedAt: stringType().optional(),
|
|
59405
|
+
status: nullableType(stringType()).optional(),
|
|
59381
59406
|
enforceMfa: booleanType().optional(),
|
|
59407
|
+
token: nullableType(stringType()).optional(),
|
|
59408
|
+
customerBillingId: nullableType(stringType()).optional(),
|
|
59409
|
+
referredCode: nullableType(stringType()).optional(),
|
|
59382
59410
|
users: arrayType(UserInclude$outboundSchema).optional(),
|
|
59383
59411
|
projects: arrayType(ProjectInclude$outboundSchema).optional(),
|
|
59384
59412
|
owner: UserInclude$outboundSchema.optional(),
|
|
@@ -59390,6 +59418,8 @@ var init_team = __esm(() => {
|
|
|
59390
59418
|
createdAt: "created_at",
|
|
59391
59419
|
updatedAt: "updated_at",
|
|
59392
59420
|
enforceMfa: "enforce_mfa",
|
|
59421
|
+
customerBillingId: "customer_billing_id",
|
|
59422
|
+
referredCode: "referred_code",
|
|
59393
59423
|
featureFlags: "feature_flags"
|
|
59394
59424
|
});
|
|
59395
59425
|
});
|
|
@@ -59493,7 +59523,7 @@ var init_teams = __esm(() => {
|
|
|
59493
59523
|
});
|
|
59494
59524
|
|
|
59495
59525
|
// src/models/traffic.ts
|
|
59496
|
-
var TrafficType, TrafficType$inboundSchema, TrafficType$outboundSchema, AttributesData$inboundSchema, AttributesData$outboundSchema, TrafficRegion$inboundSchema, TrafficRegion$outboundSchema, TrafficAttributes$inboundSchema, TrafficAttributes$outboundSchema, TrafficData$inboundSchema, TrafficData$outboundSchema, Traffic$inboundSchema, Traffic$outboundSchema;
|
|
59526
|
+
var TrafficType, TrafficType$inboundSchema, TrafficType$outboundSchema, AttributesData$inboundSchema, AttributesData$outboundSchema, TrafficRegion$inboundSchema, TrafficRegion$outboundSchema, TrafficAttributes$inboundSchema, TrafficAttributes$outboundSchema, TrafficData$inboundSchema, TrafficData$outboundSchema, TrafficMeta$inboundSchema, TrafficMeta$outboundSchema, Traffic$inboundSchema, Traffic$outboundSchema;
|
|
59497
59527
|
var init_traffic = __esm(() => {
|
|
59498
59528
|
init_v3();
|
|
59499
59529
|
init_primitives();
|
|
@@ -59507,13 +59537,17 @@ var init_traffic = __esm(() => {
|
|
|
59507
59537
|
inbound_gb: numberType().int().optional(),
|
|
59508
59538
|
outbound_gb: numberType().int().optional(),
|
|
59509
59539
|
avg_outbound_speed_mbps: numberType().optional(),
|
|
59510
|
-
avg_inbound_speed_mbps: numberType().optional()
|
|
59540
|
+
avg_inbound_speed_mbps: numberType().optional(),
|
|
59541
|
+
outbound_speed_mbps: numberType().optional(),
|
|
59542
|
+
inbound_speed_mbps: numberType().optional()
|
|
59511
59543
|
}).transform((v2) => {
|
|
59512
59544
|
return remap(v2, {
|
|
59513
59545
|
inbound_gb: "inboundGb",
|
|
59514
59546
|
outbound_gb: "outboundGb",
|
|
59515
59547
|
avg_outbound_speed_mbps: "avgOutboundSpeedMbps",
|
|
59516
|
-
avg_inbound_speed_mbps: "avgInboundSpeedMbps"
|
|
59548
|
+
avg_inbound_speed_mbps: "avgInboundSpeedMbps",
|
|
59549
|
+
outbound_speed_mbps: "outboundSpeedMbps",
|
|
59550
|
+
inbound_speed_mbps: "inboundSpeedMbps"
|
|
59517
59551
|
});
|
|
59518
59552
|
});
|
|
59519
59553
|
AttributesData$outboundSchema = objectType({
|
|
@@ -59521,13 +59555,17 @@ var init_traffic = __esm(() => {
|
|
|
59521
59555
|
inboundGb: numberType().int().optional(),
|
|
59522
59556
|
outboundGb: numberType().int().optional(),
|
|
59523
59557
|
avgOutboundSpeedMbps: numberType().optional(),
|
|
59524
|
-
avgInboundSpeedMbps: numberType().optional()
|
|
59558
|
+
avgInboundSpeedMbps: numberType().optional(),
|
|
59559
|
+
outboundSpeedMbps: numberType().optional(),
|
|
59560
|
+
inboundSpeedMbps: numberType().optional()
|
|
59525
59561
|
}).transform((v2) => {
|
|
59526
59562
|
return remap(v2, {
|
|
59527
59563
|
inboundGb: "inbound_gb",
|
|
59528
59564
|
outboundGb: "outbound_gb",
|
|
59529
59565
|
avgOutboundSpeedMbps: "avg_outbound_speed_mbps",
|
|
59530
|
-
avgInboundSpeedMbps: "avg_inbound_speed_mbps"
|
|
59566
|
+
avgInboundSpeedMbps: "avg_inbound_speed_mbps",
|
|
59567
|
+
outboundSpeedMbps: "outbound_speed_mbps",
|
|
59568
|
+
inboundSpeedMbps: "inbound_speed_mbps"
|
|
59531
59569
|
});
|
|
59532
59570
|
});
|
|
59533
59571
|
TrafficRegion$inboundSchema = objectType({
|
|
@@ -59608,11 +59646,15 @@ var init_traffic = __esm(() => {
|
|
|
59608
59646
|
type: TrafficType$outboundSchema.optional(),
|
|
59609
59647
|
attributes: lazyType(() => TrafficAttributes$outboundSchema).optional()
|
|
59610
59648
|
});
|
|
59649
|
+
TrafficMeta$inboundSchema = objectType({});
|
|
59650
|
+
TrafficMeta$outboundSchema = objectType({});
|
|
59611
59651
|
Traffic$inboundSchema = objectType({
|
|
59612
|
-
data: lazyType(() => TrafficData$inboundSchema).optional()
|
|
59652
|
+
data: lazyType(() => TrafficData$inboundSchema).optional(),
|
|
59653
|
+
meta: lazyType(() => TrafficMeta$inboundSchema).optional()
|
|
59613
59654
|
});
|
|
59614
59655
|
Traffic$outboundSchema = objectType({
|
|
59615
|
-
data: lazyType(() => TrafficData$outboundSchema).optional()
|
|
59656
|
+
data: lazyType(() => TrafficData$outboundSchema).optional(),
|
|
59657
|
+
meta: lazyType(() => TrafficMeta$outboundSchema).optional()
|
|
59616
59658
|
});
|
|
59617
59659
|
});
|
|
59618
59660
|
|
|
@@ -62534,12 +62576,12 @@ var init_createtag = __esm(() => {
|
|
|
62534
62576
|
CreateTagAttributes2$inboundSchema = objectType({
|
|
62535
62577
|
name: stringType(),
|
|
62536
62578
|
description: nullableType(stringType()).optional(),
|
|
62537
|
-
color: stringType()
|
|
62579
|
+
color: stringType()
|
|
62538
62580
|
});
|
|
62539
62581
|
CreateTagAttributes2$outboundSchema = objectType({
|
|
62540
62582
|
name: stringType(),
|
|
62541
62583
|
description: nullableType(stringType()).optional(),
|
|
62542
|
-
color: stringType()
|
|
62584
|
+
color: stringType()
|
|
62543
62585
|
});
|
|
62544
62586
|
CreateTagData2$inboundSchema = objectType({
|
|
62545
62587
|
type: CreateTagType2$inboundSchema.optional(),
|
|
@@ -65624,14 +65666,14 @@ var init_patchstoragefilesystems = __esm(() => {
|
|
|
65624
65666
|
PatchStorageFilesystemsType2$inboundSchema = nativeEnumType(PatchStorageFilesystemsType2);
|
|
65625
65667
|
PatchStorageFilesystemsType2$outboundSchema = PatchStorageFilesystemsType2$inboundSchema;
|
|
65626
65668
|
PatchStorageFilesystemsAttributes2$inboundSchema = objectType({
|
|
65627
|
-
size_in_gb: numberType().int()
|
|
65669
|
+
size_in_gb: numberType().int()
|
|
65628
65670
|
}).transform((v2) => {
|
|
65629
65671
|
return remap(v2, {
|
|
65630
65672
|
size_in_gb: "sizeInGb"
|
|
65631
65673
|
});
|
|
65632
65674
|
});
|
|
65633
65675
|
PatchStorageFilesystemsAttributes2$outboundSchema = objectType({
|
|
65634
|
-
sizeInGb: numberType().int()
|
|
65676
|
+
sizeInGb: numberType().int()
|
|
65635
65677
|
}).transform((v2) => {
|
|
65636
65678
|
return remap(v2, {
|
|
65637
65679
|
sizeInGb: "size_in_gb"
|
|
@@ -66616,19 +66658,19 @@ var init_putprojectsshkey = __esm(() => {
|
|
|
66616
66658
|
PutProjectSshKeyType2$outboundSchema = PutProjectSshKeyType2$inboundSchema;
|
|
66617
66659
|
PutProjectSshKeyAttributes2$inboundSchema = objectType({
|
|
66618
66660
|
tags: arrayType(stringType()).optional(),
|
|
66619
|
-
name: stringType().
|
|
66661
|
+
name: stringType().optional()
|
|
66620
66662
|
});
|
|
66621
66663
|
PutProjectSshKeyAttributes2$outboundSchema = objectType({
|
|
66622
66664
|
tags: arrayType(stringType()).optional(),
|
|
66623
|
-
name: stringType().
|
|
66665
|
+
name: stringType().optional()
|
|
66624
66666
|
});
|
|
66625
66667
|
PutProjectSshKeyData2$inboundSchema = objectType({
|
|
66626
|
-
id: stringType()
|
|
66668
|
+
id: stringType(),
|
|
66627
66669
|
type: PutProjectSshKeyType2$inboundSchema,
|
|
66628
66670
|
attributes: lazyType(() => PutProjectSshKeyAttributes2$inboundSchema).optional()
|
|
66629
66671
|
});
|
|
66630
66672
|
PutProjectSshKeyData2$outboundSchema = objectType({
|
|
66631
|
-
id: stringType()
|
|
66673
|
+
id: stringType(),
|
|
66632
66674
|
type: PutProjectSshKeyType2$outboundSchema,
|
|
66633
66675
|
attributes: lazyType(() => PutProjectSshKeyAttributes2$outboundSchema).optional()
|
|
66634
66676
|
});
|
|
@@ -66739,19 +66781,19 @@ var init_putsshkey = __esm(() => {
|
|
|
66739
66781
|
PutSshKeyType2$outboundSchema = PutSshKeyType2$inboundSchema;
|
|
66740
66782
|
PutSshKeyAttributes2$inboundSchema = objectType({
|
|
66741
66783
|
tags: arrayType(stringType()).optional(),
|
|
66742
|
-
name: stringType().
|
|
66784
|
+
name: stringType().optional()
|
|
66743
66785
|
});
|
|
66744
66786
|
PutSshKeyAttributes2$outboundSchema = objectType({
|
|
66745
66787
|
tags: arrayType(stringType()).optional(),
|
|
66746
|
-
name: stringType().
|
|
66788
|
+
name: stringType().optional()
|
|
66747
66789
|
});
|
|
66748
66790
|
PutSshKeyData2$inboundSchema = objectType({
|
|
66749
|
-
id: stringType()
|
|
66791
|
+
id: stringType(),
|
|
66750
66792
|
type: PutSshKeyType2$inboundSchema,
|
|
66751
66793
|
attributes: lazyType(() => PutSshKeyAttributes2$inboundSchema).optional()
|
|
66752
66794
|
});
|
|
66753
66795
|
PutSshKeyData2$outboundSchema = objectType({
|
|
66754
|
-
id: stringType()
|
|
66796
|
+
id: stringType(),
|
|
66755
66797
|
type: PutSshKeyType2$outboundSchema,
|
|
66756
66798
|
attributes: lazyType(() => PutSshKeyAttributes2$outboundSchema).optional()
|
|
66757
66799
|
});
|
|
@@ -67336,24 +67378,24 @@ var init_updateserver = __esm(() => {
|
|
|
67336
67378
|
UpdateServerBilling2$inboundSchema = nativeEnumType(UpdateServerBilling2);
|
|
67337
67379
|
UpdateServerBilling2$outboundSchema = UpdateServerBilling2$inboundSchema;
|
|
67338
67380
|
UpdateServerAttributes2$inboundSchema = objectType({
|
|
67339
|
-
hostname: stringType().
|
|
67381
|
+
hostname: stringType().optional(),
|
|
67340
67382
|
billing: nullableType(UpdateServerBilling2$inboundSchema).optional(),
|
|
67341
67383
|
tags: nullableType(arrayType(stringType())).optional(),
|
|
67342
67384
|
project: stringType().optional()
|
|
67343
67385
|
});
|
|
67344
67386
|
UpdateServerAttributes2$outboundSchema = objectType({
|
|
67345
|
-
hostname: stringType().
|
|
67387
|
+
hostname: stringType().optional(),
|
|
67346
67388
|
billing: nullableType(UpdateServerBilling2$outboundSchema).optional(),
|
|
67347
67389
|
tags: nullableType(arrayType(stringType())).optional(),
|
|
67348
67390
|
project: stringType().optional()
|
|
67349
67391
|
});
|
|
67350
67392
|
UpdateServerData2$inboundSchema = objectType({
|
|
67351
|
-
id: stringType().
|
|
67393
|
+
id: stringType().optional(),
|
|
67352
67394
|
type: UpdateServerType2$inboundSchema.optional(),
|
|
67353
67395
|
attributes: lazyType(() => UpdateServerAttributes2$inboundSchema).optional()
|
|
67354
67396
|
});
|
|
67355
67397
|
UpdateServerData2$outboundSchema = objectType({
|
|
67356
|
-
id: stringType().
|
|
67398
|
+
id: stringType().optional(),
|
|
67357
67399
|
type: UpdateServerType2$outboundSchema.optional(),
|
|
67358
67400
|
attributes: lazyType(() => UpdateServerAttributes2$outboundSchema).optional()
|
|
67359
67401
|
});
|
|
@@ -67540,12 +67582,12 @@ var init_updatetag = __esm(() => {
|
|
|
67540
67582
|
UpdateTagAttributes2$inboundSchema = objectType({
|
|
67541
67583
|
name: stringType().optional(),
|
|
67542
67584
|
description: nullableType(stringType()).optional(),
|
|
67543
|
-
color: stringType().
|
|
67585
|
+
color: stringType().optional()
|
|
67544
67586
|
});
|
|
67545
67587
|
UpdateTagAttributes2$outboundSchema = objectType({
|
|
67546
67588
|
name: stringType().optional(),
|
|
67547
67589
|
description: nullableType(stringType()).optional(),
|
|
67548
|
-
color: stringType().
|
|
67590
|
+
color: stringType().optional()
|
|
67549
67591
|
});
|
|
67550
67592
|
UpdateTagData2$inboundSchema = objectType({
|
|
67551
67593
|
id: stringType().optional(),
|
|
@@ -86020,7 +86062,7 @@ Refreshing an existing VPN Session will create new credentials for that session
|
|
|
86020
86062
|
function createMCPServer(deps) {
|
|
86021
86063
|
const server2 = new McpServer({
|
|
86022
86064
|
name: "Latitudesh",
|
|
86023
|
-
version: "0.8.
|
|
86065
|
+
version: "0.8.9"
|
|
86024
86066
|
});
|
|
86025
86067
|
const client = new LatitudeshCore({
|
|
86026
86068
|
bearer: deps.bearer,
|
|
@@ -87569,7 +87611,7 @@ var routes = ln({
|
|
|
87569
87611
|
var app = _e(routes, {
|
|
87570
87612
|
name: "mcp",
|
|
87571
87613
|
versionInfo: {
|
|
87572
|
-
currentVersion: "0.8.
|
|
87614
|
+
currentVersion: "0.8.9"
|
|
87573
87615
|
}
|
|
87574
87616
|
});
|
|
87575
87617
|
Yt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -87577,5 +87619,5 @@ export {
|
|
|
87577
87619
|
app
|
|
87578
87620
|
};
|
|
87579
87621
|
|
|
87580
|
-
//# debugId=
|
|
87622
|
+
//# debugId=DA69131F40C0F41564756E2164756E21
|
|
87581
87623
|
//# sourceMappingURL=mcp-server.js.map
|