@lepsto/sdk-app 87.3.1 → 88.0.0
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/CHANGELOG.md +128 -0
- package/README.md +8 -0
- package/dist/_types/gen/client.gen.d.ts +4 -1
- package/dist/_types/gen/deployment/index.d.ts +1 -1
- package/dist/_types/gen/deployment/queryOptions.gen.d.ts +5 -1
- package/dist/_types/gen/types.gen.d.ts +29 -0
- package/dist/{chunk-EMK3O6JA.js → chunk-IWBH5QNX.js} +11 -2
- package/dist/chunk-IWBH5QNX.js.map +1 -0
- package/dist/deployment/index.cjs +5 -0
- package/dist/deployment/index.cjs.map +1 -1
- package/dist/deployment/index.js +5 -1
- package/dist/deployment/index.js.map +1 -1
- package/dist/index.cjs +10 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/playground/index.cjs.map +1 -1
- package/dist/playground/index.js +1 -1
- package/package.json +3 -2
- package/src/gen/bindings.gen.ts +9 -0
- package/src/gen/client.gen.ts +5 -0
- package/src/gen/deployment/index.ts +1 -1
- package/src/gen/deployment/queryOptions.gen.ts +7 -0
- package/src/gen/manifest.gen.ts +1 -0
- package/src/gen/types.gen.ts +32 -0
- package/dist/chunk-EMK3O6JA.js.map +0 -1
package/dist/playground/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lepsto/sdk-app",
|
|
3
3
|
"description": "The Lepsto SDK for App is a TypeScript SDK that provides runtime bindings and type-safe generated code for interacting with Lepsto Platform APIs and services. This package generates type definitions and client bindings from API catalogs, enabling developers to build applications that consume Lepsto platform services with full type safety and autocompletion.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "88.0.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/lepsto/lepsto-sdk-app.git"
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"node": ">=20"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
|
+
"CHANGELOG.md",
|
|
19
20
|
"dist",
|
|
20
21
|
"docs/*.md",
|
|
21
22
|
"docs/recipes",
|
|
@@ -219,5 +220,5 @@
|
|
|
219
220
|
}
|
|
220
221
|
}
|
|
221
222
|
},
|
|
222
|
-
"sdkContentHash": "sha256:
|
|
223
|
+
"sdkContentHash": "sha256:306eada33cdbf0f57af32bf7f38f72ef5cf7267deb5d9fceae23fac37d72a2ba"
|
|
223
224
|
}
|
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -3721,6 +3721,15 @@ export const bindings: BindingsMap = {
|
|
|
3721
3721
|
"readOnly": true
|
|
3722
3722
|
}
|
|
3723
3723
|
},
|
|
3724
|
+
"ssh-bastion": {
|
|
3725
|
+
"get": {
|
|
3726
|
+
"level": "read",
|
|
3727
|
+
"method": "GET",
|
|
3728
|
+
"operationKey": "deployment_ssh_bastion_get",
|
|
3729
|
+
"path": "/deployment/ssh-bastion",
|
|
3730
|
+
"readOnly": true
|
|
3731
|
+
}
|
|
3732
|
+
},
|
|
3724
3733
|
"ssh-key": {
|
|
3725
3734
|
"delete": {
|
|
3726
3735
|
"level": "admin",
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -383,6 +383,8 @@ import type {
|
|
|
383
383
|
DeploymentServiceUpdateOutput,
|
|
384
384
|
DeploymentServiceWakeInput,
|
|
385
385
|
DeploymentServiceWakeOutput,
|
|
386
|
+
DeploymentSshBastionGetInput,
|
|
387
|
+
DeploymentSshBastionGetOutput,
|
|
386
388
|
DeploymentSshCommandInput,
|
|
387
389
|
DeploymentSshCommandOutput,
|
|
388
390
|
DeploymentSshKeyDeleteInput,
|
|
@@ -1583,6 +1585,9 @@ export interface GeneratedClient {
|
|
|
1583
1585
|
ssh: {
|
|
1584
1586
|
command: ((input: DeploymentSshCommandInput) => Promise<DeploymentSshCommandOutput>) & Operation;
|
|
1585
1587
|
};
|
|
1588
|
+
'ssh-bastion': {
|
|
1589
|
+
get: ((input: DeploymentSshBastionGetInput) => Promise<DeploymentSshBastionGetOutput>) & Operation;
|
|
1590
|
+
};
|
|
1586
1591
|
'ssh-key': {
|
|
1587
1592
|
delete: ((input: DeploymentSshKeyDeleteInput) => Promise<DeploymentSshKeyDeleteOutput>) & Operation;
|
|
1588
1593
|
list: ((input: DeploymentSshKeyListInput) => Promise<DeploymentSshKeyListOutput>) & Operation;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
export * from './queryOptions.gen';
|
|
3
|
-
export type { DeploymentAlertCreateInput, DeploymentAlertCreateOutput, DeploymentAlertDeleteInput, DeploymentAlertDeleteOutput, DeploymentAlertEventsListInput, DeploymentAlertEventsListOutput, DeploymentAlertListInput, DeploymentAlertListOutput, DeploymentAlertUpdateInput, DeploymentAlertUpdateOutput, DeploymentAnalyticsQueryInput, DeploymentAnalyticsQueryOutput, DeploymentBuildGetInput, DeploymentBuildGetOutput, DeploymentBuildListInput, DeploymentBuildListOutput, DeploymentBuildLogsInput, DeploymentBuildLogsOutput, DeploymentCanvasGetInput, DeploymentCanvasGetOutput, DeploymentCanvasMoveNodeInput, DeploymentCanvasMoveNodeOutput, DeploymentCloudSqlBackfillLogFlagsInput, DeploymentCloudSqlBackfillLogFlagsOutput, DeploymentCloudSqlDatabaseAttachInput, DeploymentCloudSqlDatabaseAttachOutput, DeploymentCloudSqlDatabaseCreateInput, DeploymentCloudSqlDatabaseCreateOutput, DeploymentCloudSqlDatabaseDeleteInput, DeploymentCloudSqlDatabaseDeleteOutput, DeploymentCloudSqlDatabaseDetachInput, DeploymentCloudSqlDatabaseDetachOutput, DeploymentCloudSqlDatabaseGetInput, DeploymentCloudSqlDatabaseGetOutput, DeploymentCloudSqlDatabaseListInput, DeploymentCloudSqlDatabaseListOutput, DeploymentCloudSqlInstanceBackupInput, DeploymentCloudSqlInstanceBackupListInput, DeploymentCloudSqlInstanceBackupListOutput, DeploymentCloudSqlInstanceBackupOutput, DeploymentCloudSqlInstanceCreateInput, DeploymentCloudSqlInstanceCreateOutput, DeploymentCloudSqlInstanceDeleteInput, DeploymentCloudSqlInstanceDeleteOutput, DeploymentCloudSqlInstanceGetInput, DeploymentCloudSqlInstanceGetOutput, DeploymentCloudSqlInstanceListInput, DeploymentCloudSqlInstanceListOutput, DeploymentCloudSqlInstanceResizeInput, DeploymentCloudSqlInstanceResizeOutput, DeploymentCloudSqlInstanceRestoreInput, DeploymentCloudSqlInstanceRestoreOutput, DeploymentCloudSqlLogsInput, DeploymentCloudSqlLogsOutput, DeploymentDeploymentCancelInput, DeploymentDeploymentCancelOutput, DeploymentDeploymentGetInput, DeploymentDeploymentGetOutput, DeploymentDeploymentListInput, DeploymentDeploymentListOutput, DeploymentDomainAddInput, DeploymentDomainAddOutput, DeploymentDomainAllowedListInput, DeploymentDomainAllowedListOutput, DeploymentDomainGetInput, DeploymentDomainGetOutput, DeploymentDomainListByServiceInput, DeploymentDomainListByServiceOutput, DeploymentDomainListInput, DeploymentDomainListOutput, DeploymentDomainRedirectWwwInput, DeploymentDomainRedirectWwwOutput, DeploymentDomainRemoveInput, DeploymentDomainRemoveOutput, DeploymentDomainRoutesAddInput, DeploymentDomainRoutesAddOutput, DeploymentDomainRoutesListInput, DeploymentDomainRoutesListOutput, DeploymentDomainRoutesRemoveInput, DeploymentDomainRoutesRemoveOutput, DeploymentDomainRoutesUpdateInput, DeploymentDomainRoutesUpdateOutput, DeploymentDomainVerifyInput, DeploymentDomainVerifyOutput, DeploymentEnvironmentCreateInput, DeploymentEnvironmentCreateOutput, DeploymentEnvironmentDeleteInput, DeploymentEnvironmentDeleteOutput, DeploymentEnvironmentForkInput, DeploymentEnvironmentForkOutput, DeploymentEnvironmentGetInput, DeploymentEnvironmentGetOutput, DeploymentEnvironmentListInput, DeploymentEnvironmentListOutput, DeploymentEnvironmentReconcileInput, DeploymentEnvironmentReconcileOutput, DeploymentEnvironmentUpdateInput, DeploymentEnvironmentUpdateOutput, DeploymentEventsListByEnvironmentInput, DeploymentEventsListByEnvironmentOutput, DeploymentEventsListByServiceInput, DeploymentEventsListByServiceOutput, DeploymentJobRunInput, DeploymentJobRunLogsInput, DeploymentJobRunLogsOutput, DeploymentJobRunOutput, DeploymentJobRunsListInput, DeploymentJobRunsListOutput, DeploymentManagedServiceBackupInput, DeploymentManagedServiceBackupListInput, DeploymentManagedServiceBackupListOutput, DeploymentManagedServiceBackupOutput, DeploymentManagedServiceConnectInfoInput, DeploymentManagedServiceConnectInfoOutput, DeploymentManagedServiceDeleteInput, DeploymentManagedServiceDeleteOutput, DeploymentManagedServiceGetInput, DeploymentManagedServiceGetOutput, DeploymentManagedServiceListInput, DeploymentManagedServiceListOutput, DeploymentManagedServiceLogsInput, DeploymentManagedServiceLogsOutput, DeploymentManagedServiceProvisionInput, DeploymentManagedServiceProvisionOutput, DeploymentManagedServiceReconcileInput, DeploymentManagedServiceReconcileOutput, DeploymentManagedServiceResizeInput, DeploymentManagedServiceResizeOutput, DeploymentManagedServiceRestoreInput, DeploymentManagedServiceRestoreOutput, DeploymentManagedServiceStartInput, DeploymentManagedServiceStartOutput, DeploymentManagedServiceStopInput, DeploymentManagedServiceStopOutput, DeploymentManagedServiceTypesInput, DeploymentManagedServiceTypesOutput, DeploymentMetricsGetInput, DeploymentMetricsGetOutput, DeploymentPreviewEnvironmentCreateInput, DeploymentPreviewEnvironmentCreateOutput, DeploymentPreviewEnvironmentDeleteInput, DeploymentPreviewEnvironmentDeleteOutput, DeploymentPreviewEnvironmentListInput, DeploymentPreviewEnvironmentListOutput, DeploymentPreviewPolicyGetInput, DeploymentPreviewPolicyGetOutput, DeploymentPreviewPolicySetInput, DeploymentPreviewPolicySetOutput, DeploymentServiceCreateInput, DeploymentServiceCreateOutput, DeploymentServiceDeleteInput, DeploymentServiceDeleteOutput, DeploymentServiceExecInput, DeploymentServiceExecOutput, DeploymentServiceGetInput, DeploymentServiceGetOutput, DeploymentServiceListInput, DeploymentServiceListOutput, DeploymentServiceLogsInput, DeploymentServiceLogsOutput, DeploymentServiceRedeployInput, DeploymentServiceRedeployOutput, DeploymentServiceRestartInput, DeploymentServiceRestartOutput, DeploymentServiceRollbackInput, DeploymentServiceRollbackOutput, DeploymentServiceScaleInput, DeploymentServiceScaleOutput, DeploymentServiceUpdateInput, DeploymentServiceUpdateOutput, DeploymentServiceWakeInput, DeploymentServiceWakeOutput, DeploymentSshCommandInput, DeploymentSshCommandOutput, DeploymentSshKeyDeleteInput, DeploymentSshKeyDeleteOutput, DeploymentSshKeyListInput, DeploymentSshKeyListOutput, DeploymentSshKeyRegisterInput, DeploymentSshKeyRegisterOutput, DeploymentSuspensionGetInput, DeploymentSuspensionGetOutput, DeploymentVariableListEnvInput, DeploymentVariableListEnvOutput, DeploymentVariableListInput, DeploymentVariableListOutput, DeploymentVariableListProductInput, DeploymentVariableListProductOutput, DeploymentVariableSetEnvInput, DeploymentVariableSetEnvOutput, DeploymentVariableSetInput, DeploymentVariableSetOutput, DeploymentVariableSetProductInput, DeploymentVariableSetProductOutput, DeploymentVariableUnsetEnvInput, DeploymentVariableUnsetEnvOutput, DeploymentVariableUnsetInput, DeploymentVariableUnsetOutput, DeploymentVariableUnsetProductInput, DeploymentVariableUnsetProductOutput, DeploymentVcsBranchListInput, DeploymentVcsBranchListOutput, DeploymentVcsConnectionListInput, DeploymentVcsConnectionListOutput, DeploymentVcsRepoListInput, DeploymentVcsRepoListOutput, DeploymentVolumeCreateInput, DeploymentVolumeCreateOutput, DeploymentVolumeDeleteInput, DeploymentVolumeDeleteOutput, DeploymentVolumeDetachInput, DeploymentVolumeDetachOutput, DeploymentVolumeGetInput, DeploymentVolumeGetOutput, DeploymentVolumeListInput, DeploymentVolumeListOutput, DeploymentVolumeResizeInput, DeploymentVolumeResizeOutput } from '../types.gen';
|
|
3
|
+
export type { DeploymentAlertCreateInput, DeploymentAlertCreateOutput, DeploymentAlertDeleteInput, DeploymentAlertDeleteOutput, DeploymentAlertEventsListInput, DeploymentAlertEventsListOutput, DeploymentAlertListInput, DeploymentAlertListOutput, DeploymentAlertUpdateInput, DeploymentAlertUpdateOutput, DeploymentAnalyticsQueryInput, DeploymentAnalyticsQueryOutput, DeploymentBuildGetInput, DeploymentBuildGetOutput, DeploymentBuildListInput, DeploymentBuildListOutput, DeploymentBuildLogsInput, DeploymentBuildLogsOutput, DeploymentCanvasGetInput, DeploymentCanvasGetOutput, DeploymentCanvasMoveNodeInput, DeploymentCanvasMoveNodeOutput, DeploymentCloudSqlBackfillLogFlagsInput, DeploymentCloudSqlBackfillLogFlagsOutput, DeploymentCloudSqlDatabaseAttachInput, DeploymentCloudSqlDatabaseAttachOutput, DeploymentCloudSqlDatabaseCreateInput, DeploymentCloudSqlDatabaseCreateOutput, DeploymentCloudSqlDatabaseDeleteInput, DeploymentCloudSqlDatabaseDeleteOutput, DeploymentCloudSqlDatabaseDetachInput, DeploymentCloudSqlDatabaseDetachOutput, DeploymentCloudSqlDatabaseGetInput, DeploymentCloudSqlDatabaseGetOutput, DeploymentCloudSqlDatabaseListInput, DeploymentCloudSqlDatabaseListOutput, DeploymentCloudSqlInstanceBackupInput, DeploymentCloudSqlInstanceBackupListInput, DeploymentCloudSqlInstanceBackupListOutput, DeploymentCloudSqlInstanceBackupOutput, DeploymentCloudSqlInstanceCreateInput, DeploymentCloudSqlInstanceCreateOutput, DeploymentCloudSqlInstanceDeleteInput, DeploymentCloudSqlInstanceDeleteOutput, DeploymentCloudSqlInstanceGetInput, DeploymentCloudSqlInstanceGetOutput, DeploymentCloudSqlInstanceListInput, DeploymentCloudSqlInstanceListOutput, DeploymentCloudSqlInstanceResizeInput, DeploymentCloudSqlInstanceResizeOutput, DeploymentCloudSqlInstanceRestoreInput, DeploymentCloudSqlInstanceRestoreOutput, DeploymentCloudSqlLogsInput, DeploymentCloudSqlLogsOutput, DeploymentDeploymentCancelInput, DeploymentDeploymentCancelOutput, DeploymentDeploymentGetInput, DeploymentDeploymentGetOutput, DeploymentDeploymentListInput, DeploymentDeploymentListOutput, DeploymentDomainAddInput, DeploymentDomainAddOutput, DeploymentDomainAllowedListInput, DeploymentDomainAllowedListOutput, DeploymentDomainGetInput, DeploymentDomainGetOutput, DeploymentDomainListByServiceInput, DeploymentDomainListByServiceOutput, DeploymentDomainListInput, DeploymentDomainListOutput, DeploymentDomainRedirectWwwInput, DeploymentDomainRedirectWwwOutput, DeploymentDomainRemoveInput, DeploymentDomainRemoveOutput, DeploymentDomainRoutesAddInput, DeploymentDomainRoutesAddOutput, DeploymentDomainRoutesListInput, DeploymentDomainRoutesListOutput, DeploymentDomainRoutesRemoveInput, DeploymentDomainRoutesRemoveOutput, DeploymentDomainRoutesUpdateInput, DeploymentDomainRoutesUpdateOutput, DeploymentDomainVerifyInput, DeploymentDomainVerifyOutput, DeploymentEnvironmentCreateInput, DeploymentEnvironmentCreateOutput, DeploymentEnvironmentDeleteInput, DeploymentEnvironmentDeleteOutput, DeploymentEnvironmentForkInput, DeploymentEnvironmentForkOutput, DeploymentEnvironmentGetInput, DeploymentEnvironmentGetOutput, DeploymentEnvironmentListInput, DeploymentEnvironmentListOutput, DeploymentEnvironmentReconcileInput, DeploymentEnvironmentReconcileOutput, DeploymentEnvironmentUpdateInput, DeploymentEnvironmentUpdateOutput, DeploymentEventsListByEnvironmentInput, DeploymentEventsListByEnvironmentOutput, DeploymentEventsListByServiceInput, DeploymentEventsListByServiceOutput, DeploymentJobRunInput, DeploymentJobRunLogsInput, DeploymentJobRunLogsOutput, DeploymentJobRunOutput, DeploymentJobRunsListInput, DeploymentJobRunsListOutput, DeploymentManagedServiceBackupInput, DeploymentManagedServiceBackupListInput, DeploymentManagedServiceBackupListOutput, DeploymentManagedServiceBackupOutput, DeploymentManagedServiceConnectInfoInput, DeploymentManagedServiceConnectInfoOutput, DeploymentManagedServiceDeleteInput, DeploymentManagedServiceDeleteOutput, DeploymentManagedServiceGetInput, DeploymentManagedServiceGetOutput, DeploymentManagedServiceListInput, DeploymentManagedServiceListOutput, DeploymentManagedServiceLogsInput, DeploymentManagedServiceLogsOutput, DeploymentManagedServiceProvisionInput, DeploymentManagedServiceProvisionOutput, DeploymentManagedServiceReconcileInput, DeploymentManagedServiceReconcileOutput, DeploymentManagedServiceResizeInput, DeploymentManagedServiceResizeOutput, DeploymentManagedServiceRestoreInput, DeploymentManagedServiceRestoreOutput, DeploymentManagedServiceStartInput, DeploymentManagedServiceStartOutput, DeploymentManagedServiceStopInput, DeploymentManagedServiceStopOutput, DeploymentManagedServiceTypesInput, DeploymentManagedServiceTypesOutput, DeploymentMetricsGetInput, DeploymentMetricsGetOutput, DeploymentPreviewEnvironmentCreateInput, DeploymentPreviewEnvironmentCreateOutput, DeploymentPreviewEnvironmentDeleteInput, DeploymentPreviewEnvironmentDeleteOutput, DeploymentPreviewEnvironmentListInput, DeploymentPreviewEnvironmentListOutput, DeploymentPreviewPolicyGetInput, DeploymentPreviewPolicyGetOutput, DeploymentPreviewPolicySetInput, DeploymentPreviewPolicySetOutput, DeploymentServiceCreateInput, DeploymentServiceCreateOutput, DeploymentServiceDeleteInput, DeploymentServiceDeleteOutput, DeploymentServiceExecInput, DeploymentServiceExecOutput, DeploymentServiceGetInput, DeploymentServiceGetOutput, DeploymentServiceListInput, DeploymentServiceListOutput, DeploymentServiceLogsInput, DeploymentServiceLogsOutput, DeploymentServiceRedeployInput, DeploymentServiceRedeployOutput, DeploymentServiceRestartInput, DeploymentServiceRestartOutput, DeploymentServiceRollbackInput, DeploymentServiceRollbackOutput, DeploymentServiceScaleInput, DeploymentServiceScaleOutput, DeploymentServiceUpdateInput, DeploymentServiceUpdateOutput, DeploymentServiceWakeInput, DeploymentServiceWakeOutput, DeploymentSshBastionGetInput, DeploymentSshBastionGetOutput, DeploymentSshCommandInput, DeploymentSshCommandOutput, DeploymentSshKeyDeleteInput, DeploymentSshKeyDeleteOutput, DeploymentSshKeyListInput, DeploymentSshKeyListOutput, DeploymentSshKeyRegisterInput, DeploymentSshKeyRegisterOutput, DeploymentSuspensionGetInput, DeploymentSuspensionGetOutput, DeploymentVariableListEnvInput, DeploymentVariableListEnvOutput, DeploymentVariableListInput, DeploymentVariableListOutput, DeploymentVariableListProductInput, DeploymentVariableListProductOutput, DeploymentVariableSetEnvInput, DeploymentVariableSetEnvOutput, DeploymentVariableSetInput, DeploymentVariableSetOutput, DeploymentVariableSetProductInput, DeploymentVariableSetProductOutput, DeploymentVariableUnsetEnvInput, DeploymentVariableUnsetEnvOutput, DeploymentVariableUnsetInput, DeploymentVariableUnsetOutput, DeploymentVariableUnsetProductInput, DeploymentVariableUnsetProductOutput, DeploymentVcsBranchListInput, DeploymentVcsBranchListOutput, DeploymentVcsConnectionListInput, DeploymentVcsConnectionListOutput, DeploymentVcsRepoListInput, DeploymentVcsRepoListOutput, DeploymentVolumeCreateInput, DeploymentVolumeCreateOutput, DeploymentVolumeDeleteInput, DeploymentVolumeDeleteOutput, DeploymentVolumeDetachInput, DeploymentVolumeDetachOutput, DeploymentVolumeGetInput, DeploymentVolumeGetOutput, DeploymentVolumeListInput, DeploymentVolumeListOutput, DeploymentVolumeResizeInput, DeploymentVolumeResizeOutput } from '../types.gen';
|
|
@@ -125,6 +125,8 @@ import type {
|
|
|
125
125
|
DeploymentServiceScaleInput,
|
|
126
126
|
DeploymentServiceUpdateInput,
|
|
127
127
|
DeploymentServiceWakeInput,
|
|
128
|
+
DeploymentSshBastionGetInput,
|
|
129
|
+
DeploymentSshBastionGetOutput,
|
|
128
130
|
DeploymentSshCommandInput,
|
|
129
131
|
DeploymentSshCommandOutput,
|
|
130
132
|
DeploymentSshKeyDeleteInput,
|
|
@@ -591,6 +593,11 @@ export const deploymentServiceWakeMutationOptions = (sdk: GeneratedClient) => ({
|
|
|
591
593
|
mutationFn: (input: DeploymentServiceWakeInput) => sdk['deployment']['service']['wake'](input),
|
|
592
594
|
});
|
|
593
595
|
|
|
596
|
+
export const deploymentSshBastionGetQueryOptions = (sdk: GeneratedClient, input: DeploymentSshBastionGetInput) => ({
|
|
597
|
+
queryKey: ['deployment', 'ssh-bastion', 'get', input] as const,
|
|
598
|
+
queryFn: () => sdk['deployment']['ssh-bastion']['get'](input),
|
|
599
|
+
});
|
|
600
|
+
|
|
594
601
|
export const deploymentSshCommandQueryOptions = (sdk: GeneratedClient, input: DeploymentSshCommandInput) => ({
|
|
595
602
|
queryKey: ['deployment', 'ssh', 'command', input] as const,
|
|
596
603
|
queryFn: () => sdk['deployment']['ssh']['command'](input),
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -195,6 +195,7 @@ export const operations: Record<string, ToolLevel> = {
|
|
|
195
195
|
'deployment_service_scale': 'write',
|
|
196
196
|
'deployment_service_update': 'write',
|
|
197
197
|
'deployment_service_wake': 'write',
|
|
198
|
+
'deployment_ssh_bastion_get': 'read',
|
|
198
199
|
'deployment_ssh_command': 'read',
|
|
199
200
|
'deployment_ssh_key_delete': 'admin',
|
|
200
201
|
'deployment_ssh_key_list': 'read',
|
package/src/gen/types.gen.ts
CHANGED
|
@@ -72743,6 +72743,10 @@ value: string
|
|
|
72743
72743
|
}
|
|
72744
72744
|
routing: DeploymentDomainAddOutputItems[]
|
|
72745
72745
|
acmeChallenge?: DeploymentDomainAddOutputItems
|
|
72746
|
+
txtAlternatives?: {
|
|
72747
|
+
name: string
|
|
72748
|
+
value: string
|
|
72749
|
+
}[]
|
|
72746
72750
|
routingUnavailable?: boolean
|
|
72747
72751
|
} | null)
|
|
72748
72752
|
routingRecordType: ("A" | "CNAME")
|
|
@@ -72809,6 +72813,10 @@ value: string
|
|
|
72809
72813
|
}
|
|
72810
72814
|
routing: DeploymentDomainGetOutputItems[]
|
|
72811
72815
|
acmeChallenge?: DeploymentDomainGetOutputItems
|
|
72816
|
+
txtAlternatives?: {
|
|
72817
|
+
name: string
|
|
72818
|
+
value: string
|
|
72819
|
+
}[]
|
|
72812
72820
|
routingUnavailable?: boolean
|
|
72813
72821
|
} | null)
|
|
72814
72822
|
routingRecordType: ("A" | "CNAME")
|
|
@@ -72863,6 +72871,10 @@ value: string
|
|
|
72863
72871
|
}
|
|
72864
72872
|
routing: DeploymentDomainListOutputItems[]
|
|
72865
72873
|
acmeChallenge?: DeploymentDomainListOutputItems
|
|
72874
|
+
txtAlternatives?: {
|
|
72875
|
+
name: string
|
|
72876
|
+
value: string
|
|
72877
|
+
}[]
|
|
72866
72878
|
routingUnavailable?: boolean
|
|
72867
72879
|
} | null)
|
|
72868
72880
|
routingRecordType: ("A" | "CNAME")
|
|
@@ -72918,6 +72930,10 @@ value: string
|
|
|
72918
72930
|
}
|
|
72919
72931
|
routing: DeploymentDomainListByServiceOutputItems[]
|
|
72920
72932
|
acmeChallenge?: DeploymentDomainListByServiceOutputItems
|
|
72933
|
+
txtAlternatives?: {
|
|
72934
|
+
name: string
|
|
72935
|
+
value: string
|
|
72936
|
+
}[]
|
|
72921
72937
|
routingUnavailable?: boolean
|
|
72922
72938
|
} | null)
|
|
72923
72939
|
routingRecordType: ("A" | "CNAME")
|
|
@@ -72974,6 +72990,10 @@ value: string
|
|
|
72974
72990
|
}
|
|
72975
72991
|
routing: DeploymentDomainRedirectWwwOutputItems[]
|
|
72976
72992
|
acmeChallenge?: DeploymentDomainRedirectWwwOutputItems
|
|
72993
|
+
txtAlternatives?: {
|
|
72994
|
+
name: string
|
|
72995
|
+
value: string
|
|
72996
|
+
}[]
|
|
72977
72997
|
routingUnavailable?: boolean
|
|
72978
72998
|
} | null)
|
|
72979
72999
|
routingRecordType: ("A" | "CNAME")
|
|
@@ -73098,6 +73118,10 @@ value: string
|
|
|
73098
73118
|
}
|
|
73099
73119
|
routing: DeploymentDomainVerifyOutputItems[]
|
|
73100
73120
|
acmeChallenge?: DeploymentDomainVerifyOutputItems
|
|
73121
|
+
txtAlternatives?: {
|
|
73122
|
+
name: string
|
|
73123
|
+
value: string
|
|
73124
|
+
}[]
|
|
73101
73125
|
routingUnavailable?: boolean
|
|
73102
73126
|
} | null)
|
|
73103
73127
|
routingRecordType: ("A" | "CNAME")
|
|
@@ -74520,6 +74544,14 @@ export interface DeploymentServiceWakeOutput {
|
|
|
74520
74544
|
[k: string]: unknown
|
|
74521
74545
|
}
|
|
74522
74546
|
|
|
74547
|
+
export interface DeploymentSshBastionGetInput {
|
|
74548
|
+
|
|
74549
|
+
}
|
|
74550
|
+
|
|
74551
|
+
export interface DeploymentSshBastionGetOutput {
|
|
74552
|
+
host: string
|
|
74553
|
+
}
|
|
74554
|
+
|
|
74523
74555
|
export interface DeploymentSshCommandInput {
|
|
74524
74556
|
serviceId: string
|
|
74525
74557
|
}
|