@lepsto/sdk-app 87.3.1 → 89.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.
Files changed (36) hide show
  1. package/CHANGELOG.md +128 -0
  2. package/README.md +8 -0
  3. package/dist/_types/gen/client.gen.d.ts +4 -38
  4. package/dist/_types/gen/deployment/index.d.ts +1 -1
  5. package/dist/_types/gen/deployment/queryOptions.gen.d.ts +5 -1
  6. package/dist/_types/gen/manifest.gen.d.ts +1 -1
  7. package/dist/_types/gen/types.gen.d.ts +43 -340
  8. package/dist/deployment/index.cjs +5 -0
  9. package/dist/deployment/index.cjs.map +1 -1
  10. package/dist/deployment/index.js +5 -1
  11. package/dist/deployment/index.js.map +1 -1
  12. package/dist/index.cjs +14 -231
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.js +11190 -24
  15. package/dist/index.js.map +1 -1
  16. package/package.json +3 -12
  17. package/src/gen/bindings.gen.ts +12 -218
  18. package/src/gen/client.gen.ts +5 -71
  19. package/src/gen/deployment/index.ts +1 -1
  20. package/src/gen/deployment/queryOptions.gen.ts +7 -0
  21. package/src/gen/manifest.gen.ts +4 -23
  22. package/src/gen/types.gen.ts +46 -386
  23. package/dist/_types/gen/playground/connect.gen.d.ts +0 -3
  24. package/dist/_types/gen/playground/index.d.ts +0 -3
  25. package/dist/_types/gen/playground/queryOptions.gen.d.ts +0 -70
  26. package/dist/chunk-EMK3O6JA.js +0 -11397
  27. package/dist/chunk-EMK3O6JA.js.map +0 -1
  28. package/dist/playground/index.cjs +0 -106
  29. package/dist/playground/index.cjs.map +0 -1
  30. package/dist/playground/index.d.cts +0 -1
  31. package/dist/playground/index.d.ts +0 -1
  32. package/dist/playground/index.js +0 -78
  33. package/dist/playground/index.js.map +0 -1
  34. package/src/gen/playground/connect.gen.ts +0 -9
  35. package/src/gen/playground/index.ts +0 -4
  36. package/src/gen/playground/queryOptions.gen.ts +0 -119
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": "87.3.1",
4
+ "version": "89.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",
@@ -158,16 +159,6 @@
158
159
  "default": "./dist/organization/index.cjs"
159
160
  }
160
161
  },
161
- "./playground": {
162
- "import": {
163
- "types": "./dist/playground/index.d.ts",
164
- "default": "./dist/playground/index.js"
165
- },
166
- "require": {
167
- "types": "./dist/playground/index.d.cts",
168
- "default": "./dist/playground/index.cjs"
169
- }
170
- },
171
162
  "./realtime": {
172
163
  "import": {
173
164
  "types": "./dist/realtime/index.d.ts",
@@ -219,5 +210,5 @@
219
210
  }
220
211
  }
221
212
  },
222
- "sdkContentHash": "sha256:99e432f94d3e28c016349f1f404abf1f68960cce014f06c52534250b45d6fcd7"
213
+ "sdkContentHash": "sha256:0a9b823b7f6bf0bc045a086521b3f6a1969ad1d803c012a91570014ed16074f0"
223
214
  }
@@ -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",
@@ -7270,213 +7279,6 @@ export const bindings: BindingsMap = {
7270
7279
  }
7271
7280
  }
7272
7281
  },
7273
- "playground": {
7274
- "analytics": {
7275
- "overview": {
7276
- "level": "read",
7277
- "method": "POST",
7278
- "operationKey": "playground_analytics_overview",
7279
- "params": [
7280
- {
7281
- "in": "body",
7282
- "name": "limit"
7283
- }
7284
- ],
7285
- "path": "/playground/analytics/overview",
7286
- "readOnly": true
7287
- }
7288
- },
7289
- "billing": {
7290
- "entitlements": {
7291
- "level": "read",
7292
- "method": "POST",
7293
- "operationKey": "playground_billing_entitlements",
7294
- "path": "/playground/billing/entitlements",
7295
- "readOnly": true
7296
- },
7297
- "record-usage": {
7298
- "level": "write",
7299
- "method": "POST",
7300
- "operationKey": "playground_billing_record-usage",
7301
- "params": [
7302
- {
7303
- "in": "body",
7304
- "name": "value"
7305
- }
7306
- ],
7307
- "path": "/playground/billing/usage",
7308
- "readOnly": false
7309
- }
7310
- },
7311
- "clickup": {
7312
- "create-task": {
7313
- "level": "write",
7314
- "method": "POST",
7315
- "operationKey": "playground_clickup_create-task",
7316
- "params": [
7317
- {
7318
- "in": "body",
7319
- "name": "listId"
7320
- },
7321
- {
7322
- "in": "body",
7323
- "name": "name"
7324
- }
7325
- ],
7326
- "path": "/playground/clickup/tasks",
7327
- "readOnly": false
7328
- },
7329
- "get-last-webhook": {
7330
- "level": "read",
7331
- "method": "GET",
7332
- "operationKey": "playground_clickup_get-last-webhook",
7333
- "path": "/playground/clickup/webhooks/last",
7334
- "readOnly": true
7335
- },
7336
- "get-overview": {
7337
- "level": "read",
7338
- "method": "GET",
7339
- "operationKey": "playground_clickup_get-overview",
7340
- "path": "/playground/clickup/overview",
7341
- "readOnly": true
7342
- }
7343
- },
7344
- "echo": {
7345
- "ping": {
7346
- "level": "read",
7347
- "method": "POST",
7348
- "operationKey": "playground_echo_ping",
7349
- "params": [
7350
- {
7351
- "in": "body",
7352
- "name": "message"
7353
- }
7354
- ],
7355
- "path": "/playground/echo/ping",
7356
- "readOnly": true
7357
- }
7358
- },
7359
- "gdrive": {
7360
- "get-last-change": {
7361
- "level": "read",
7362
- "method": "GET",
7363
- "operationKey": "playground_gdrive_get-last-change",
7364
- "path": "/playground/gdrive/changes/last",
7365
- "readOnly": true
7366
- },
7367
- "read-file": {
7368
- "level": "read",
7369
- "method": "POST",
7370
- "operationKey": "playground_gdrive_read-file",
7371
- "params": [
7372
- {
7373
- "in": "body",
7374
- "name": "fileId"
7375
- }
7376
- ],
7377
- "path": "/playground/gdrive/file",
7378
- "readOnly": true
7379
- }
7380
- },
7381
- "googleads": {
7382
- "read-customer": {
7383
- "level": "read",
7384
- "method": "POST",
7385
- "operationKey": "playground_googleads_read-customer",
7386
- "path": "/playground/googleads/customer",
7387
- "readOnly": true
7388
- }
7389
- },
7390
- "lifecycle": {
7391
- "get-state": {
7392
- "level": "read",
7393
- "method": "GET",
7394
- "operationKey": "playground_lifecycle_get-state",
7395
- "path": "/playground/lifecycle/state",
7396
- "readOnly": true
7397
- },
7398
- "list-events": {
7399
- "level": "read",
7400
- "method": "GET",
7401
- "operationKey": "playground_lifecycle_list-events",
7402
- "path": "/playground/lifecycle/events",
7403
- "readOnly": true
7404
- }
7405
- },
7406
- "webhook": {
7407
- "get-last": {
7408
- "level": "read",
7409
- "method": "GET",
7410
- "operationKey": "playground_webhook_get-last",
7411
- "path": "/playground/webhooks/last",
7412
- "readOnly": true
7413
- }
7414
- },
7415
- "workflow": {
7416
- "echo": {
7417
- "level": "write",
7418
- "method": "POST",
7419
- "operationKey": "playground_workflow_echo",
7420
- "params": [
7421
- {
7422
- "in": "body",
7423
- "name": "note"
7424
- },
7425
- {
7426
- "in": "body",
7427
- "name": "tags"
7428
- }
7429
- ],
7430
- "path": "/playground/workflow/echo",
7431
- "readOnly": false
7432
- },
7433
- "echo-list": {
7434
- "level": "read",
7435
- "method": "GET",
7436
- "operationKey": "playground_workflow_echo-list",
7437
- "path": "/playground/workflow/echoes",
7438
- "readOnly": true
7439
- },
7440
- "ping": {
7441
- "level": "write",
7442
- "method": "POST",
7443
- "operationKey": "playground_workflow_ping",
7444
- "params": [
7445
- {
7446
- "in": "body",
7447
- "name": "kind"
7448
- }
7449
- ],
7450
- "path": "/playground/workflow/ping",
7451
- "readOnly": false
7452
- },
7453
- "subjects-list": {
7454
- "level": "read",
7455
- "method": "GET",
7456
- "operationKey": "playground_workflow_subjects-list",
7457
- "params": [
7458
- {
7459
- "in": "query",
7460
- "name": "last_activity_before"
7461
- },
7462
- {
7463
- "in": "query",
7464
- "name": "last_activity_after"
7465
- },
7466
- {
7467
- "in": "query",
7468
- "name": "limit"
7469
- },
7470
- {
7471
- "in": "query",
7472
- "name": "cursor"
7473
- }
7474
- ],
7475
- "path": "/playground/workflow/subjects",
7476
- "readOnly": true
7477
- }
7478
- }
7479
- },
7480
7282
  "realtime": {
7481
7283
  "archive": {
7482
7284
  "export": {
@@ -11047,7 +10849,7 @@ export const bindings: BindingsMap = {
11047
10849
  "readOnly": true
11048
10850
  },
11049
10851
  "set": {
11050
- "level": "admin",
10852
+ "level": "write",
11051
10853
  "method": "POST",
11052
10854
  "operationKey": "workflow_killswitch_set",
11053
10855
  "params": [
@@ -11357,7 +11159,7 @@ export const bindings: BindingsMap = {
11357
11159
  },
11358
11160
  "wait-list": {
11359
11161
  "all": {
11360
- "level": "admin",
11162
+ "level": "read",
11361
11163
  "method": "GET",
11362
11164
  "operationKey": "workflow_wait_list_all",
11363
11165
  "params": [
@@ -11385,12 +11187,4 @@ export const bindings: BindingsMap = {
11385
11187
  }
11386
11188
  };
11387
11189
 
11388
- export const wsBindings: WsBindingsMap = {
11389
- "playground": {
11390
- "ws": {
11391
- "echo": {
11392
- "path": "/playground/ws/echo"
11393
- }
11394
- }
11395
- }
11396
- };
11190
+ export const wsBindings: WsBindingsMap = {};
@@ -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,
@@ -781,40 +783,6 @@ import type {
781
783
  OrganizationXInstallOutput,
782
784
  OrganizationYoutubeInstallInput,
783
785
  OrganizationYoutubeInstallOutput,
784
- PlaygroundAnalyticsOverviewInput,
785
- PlaygroundAnalyticsOverviewOutput,
786
- PlaygroundBillingEntitlementsInput,
787
- PlaygroundBillingEntitlementsOutput,
788
- PlaygroundBillingRecordUsageInput,
789
- PlaygroundBillingRecordUsageOutput,
790
- PlaygroundClickupCreateTaskInput,
791
- PlaygroundClickupCreateTaskOutput,
792
- PlaygroundClickupGetLastWebhookInput,
793
- PlaygroundClickupGetLastWebhookOutput,
794
- PlaygroundClickupGetOverviewInput,
795
- PlaygroundClickupGetOverviewOutput,
796
- PlaygroundEchoPingInput,
797
- PlaygroundEchoPingOutput,
798
- PlaygroundGdriveGetLastChangeInput,
799
- PlaygroundGdriveGetLastChangeOutput,
800
- PlaygroundGdriveReadFileInput,
801
- PlaygroundGdriveReadFileOutput,
802
- PlaygroundGoogleadsReadCustomerInput,
803
- PlaygroundGoogleadsReadCustomerOutput,
804
- PlaygroundLifecycleGetStateInput,
805
- PlaygroundLifecycleGetStateOutput,
806
- PlaygroundLifecycleListEventsInput,
807
- PlaygroundLifecycleListEventsOutput,
808
- PlaygroundWebhookGetLastInput,
809
- PlaygroundWebhookGetLastOutput,
810
- PlaygroundWorkflowEchoInput,
811
- PlaygroundWorkflowEchoListInput,
812
- PlaygroundWorkflowEchoListOutput,
813
- PlaygroundWorkflowEchoOutput,
814
- PlaygroundWorkflowPingInput,
815
- PlaygroundWorkflowPingOutput,
816
- PlaygroundWorkflowSubjectsListInput,
817
- PlaygroundWorkflowSubjectsListOutput,
818
786
  RealtimeArchiveExportInput,
819
787
  RealtimeArchiveExportOutput,
820
788
  RealtimeArchiveExportStatusInput,
@@ -1583,6 +1551,9 @@ export interface GeneratedClient {
1583
1551
  ssh: {
1584
1552
  command: ((input: DeploymentSshCommandInput) => Promise<DeploymentSshCommandOutput>) & Operation;
1585
1553
  };
1554
+ 'ssh-bastion': {
1555
+ get: ((input: DeploymentSshBastionGetInput) => Promise<DeploymentSshBastionGetOutput>) & Operation;
1556
+ };
1586
1557
  'ssh-key': {
1587
1558
  delete: ((input: DeploymentSshKeyDeleteInput) => Promise<DeploymentSshKeyDeleteOutput>) & Operation;
1588
1559
  list: ((input: DeploymentSshKeyListInput) => Promise<DeploymentSshKeyListOutput>) & Operation;
@@ -1920,43 +1891,6 @@ export interface GeneratedClient {
1920
1891
  install: ((input: OrganizationYoutubeInstallInput) => Promise<OrganizationYoutubeInstallOutput>) & Operation;
1921
1892
  };
1922
1893
  };
1923
- playground: {
1924
- analytics: {
1925
- overview: ((input: PlaygroundAnalyticsOverviewInput) => Promise<PlaygroundAnalyticsOverviewOutput>) & Operation;
1926
- };
1927
- billing: {
1928
- entitlements: ((input: PlaygroundBillingEntitlementsInput) => Promise<PlaygroundBillingEntitlementsOutput>) & Operation;
1929
- 'record-usage': ((input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>) & Operation;
1930
- };
1931
- clickup: {
1932
- 'create-task': ((input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>) & Operation;
1933
- 'get-last-webhook': ((input: PlaygroundClickupGetLastWebhookInput) => Promise<PlaygroundClickupGetLastWebhookOutput>) & Operation;
1934
- 'get-overview': ((input: PlaygroundClickupGetOverviewInput) => Promise<PlaygroundClickupGetOverviewOutput>) & Operation;
1935
- };
1936
- echo: {
1937
- ping: ((input: PlaygroundEchoPingInput) => Promise<PlaygroundEchoPingOutput>) & Operation;
1938
- };
1939
- gdrive: {
1940
- 'get-last-change': ((input: PlaygroundGdriveGetLastChangeInput) => Promise<PlaygroundGdriveGetLastChangeOutput>) & Operation;
1941
- 'read-file': ((input: PlaygroundGdriveReadFileInput) => Promise<PlaygroundGdriveReadFileOutput>) & Operation;
1942
- };
1943
- googleads: {
1944
- 'read-customer': ((input: PlaygroundGoogleadsReadCustomerInput) => Promise<PlaygroundGoogleadsReadCustomerOutput>) & Operation;
1945
- };
1946
- lifecycle: {
1947
- 'get-state': ((input: PlaygroundLifecycleGetStateInput) => Promise<PlaygroundLifecycleGetStateOutput>) & Operation;
1948
- 'list-events': ((input: PlaygroundLifecycleListEventsInput) => Promise<PlaygroundLifecycleListEventsOutput>) & Operation;
1949
- };
1950
- webhook: {
1951
- 'get-last': ((input: PlaygroundWebhookGetLastInput) => Promise<PlaygroundWebhookGetLastOutput>) & Operation;
1952
- };
1953
- workflow: {
1954
- echo: ((input: PlaygroundWorkflowEchoInput) => Promise<PlaygroundWorkflowEchoOutput>) & Operation;
1955
- 'echo-list': ((input: PlaygroundWorkflowEchoListInput) => Promise<PlaygroundWorkflowEchoListOutput>) & Operation;
1956
- ping: ((input: PlaygroundWorkflowPingInput) => Promise<PlaygroundWorkflowPingOutput>) & Operation;
1957
- 'subjects-list': ((input: PlaygroundWorkflowSubjectsListInput) => Promise<PlaygroundWorkflowSubjectsListOutput>) & Operation;
1958
- };
1959
- };
1960
1894
  realtime: {
1961
1895
  archive: {
1962
1896
  export: ((input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>) & 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),
@@ -1,7 +1,7 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
2
  import type { ToolLevel, ToolComposition } from '../runtime/types';
3
3
 
4
- export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'playground', 'realtime', 'support', 'tracking', 'users', 'workflow'] as const;
4
+ export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'workflow'] as const;
5
5
 
6
6
  export const operations: Record<string, ToolLevel> = {
7
7
  'analytics_catalog_get': 'read',
@@ -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',
@@ -394,23 +395,6 @@ export const operations: Record<string, ToolLevel> = {
394
395
  'organization_support_threads_list': 'read',
395
396
  'organization_x_install': 'read',
396
397
  'organization_youtube_install': 'read',
397
- 'playground_analytics_overview': 'read',
398
- 'playground_billing_entitlements': 'read',
399
- 'playground_billing_record-usage': 'write',
400
- 'playground_clickup_create-task': 'write',
401
- 'playground_clickup_get-last-webhook': 'read',
402
- 'playground_clickup_get-overview': 'read',
403
- 'playground_echo_ping': 'read',
404
- 'playground_gdrive_get-last-change': 'read',
405
- 'playground_gdrive_read-file': 'read',
406
- 'playground_googleads_read-customer': 'read',
407
- 'playground_lifecycle_get-state': 'read',
408
- 'playground_lifecycle_list-events': 'read',
409
- 'playground_webhook_get-last': 'read',
410
- 'playground_workflow_echo': 'write',
411
- 'playground_workflow_echo-list': 'read',
412
- 'playground_workflow_ping': 'write',
413
- 'playground_workflow_subjects-list': 'read',
414
398
  'realtime_archive_export': 'admin',
415
399
  'realtime_archive_export_status': 'read',
416
400
  'realtime_archive_get': 'read',
@@ -596,7 +580,7 @@ export const operations: Record<string, ToolLevel> = {
596
580
  'workflow_health_list': 'read',
597
581
  'workflow_health_ping': 'read',
598
582
  'workflow_killswitch_get': 'read',
599
- 'workflow_killswitch_set': 'admin',
583
+ 'workflow_killswitch_set': 'write',
600
584
  'workflow_run_cancel': 'write',
601
585
  'workflow_run_get': 'read',
602
586
  'workflow_run_list': 'read',
@@ -611,7 +595,7 @@ export const operations: Record<string, ToolLevel> = {
611
595
  'workflow_version_list': 'read',
612
596
  'workflow_wait_get': 'read',
613
597
  'workflow_wait_list': 'read',
614
- 'workflow_wait_list_all': 'admin',
598
+ 'workflow_wait_list_all': 'read',
615
599
  'workflow_wait_resolve': 'write',
616
600
  };
617
601
 
@@ -684,9 +668,6 @@ export const compositions: Record<string, ToolComposition> = {
684
668
  'mail_template_publish': {"label":"Publish template","options":{"id":"mail_template_list"}},
685
669
  'mail_template_update': {"label":"Update template","options":{"id":"mail_template_list"}},
686
670
  'mail_usage_get': {"label":"Get usage"},
687
- 'playground_workflow_echo': {"pii":["input.note","output.note"],"label":"Store workflow echo","completion_event":"playground/workflow.echoed"},
688
- 'playground_workflow_ping': {"label":"Fire workflow ping","completion_event":"playground/workflow.ping"},
689
- 'playground_workflow_subjects-list': {"pii":["output.items[].display_name"],"label":"List workflow subjects"},
690
671
  'support_agent_create': {"pii":["input.lesslyUserId","output.lesslyUserId"],"label":"Create agent"},
691
672
  'support_agent_get': {"pii":["output.lesslyUserId"],"label":"Get agent","options":{"id":"support_agent_list"}},
692
673
  'support_agent_list': {"pii":["output.agents[].lesslyUserId"],"label":"List agents"},