@lessly/sdk-app 14.1.0 → 14.2.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 (57) hide show
  1. package/dist/analytics/index.d.cts +1 -1
  2. package/dist/analytics/index.d.ts +1 -1
  3. package/dist/brain/index.cjs +0 -5
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +2 -6
  6. package/dist/brain/index.d.ts +2 -6
  7. package/dist/brain/index.js +1 -5
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-BNghb8IL.d.cts → client.gen-ClvT4E7P.d.cts} +331 -103
  10. package/dist/{client.gen-BNghb8IL.d.ts → client.gen-ClvT4E7P.d.ts} +331 -103
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/deployment/index.cjs +5 -0
  14. package/dist/deployment/index.cjs.map +1 -1
  15. package/dist/deployment/index.d.cts +6 -2
  16. package/dist/deployment/index.d.ts +6 -2
  17. package/dist/deployment/index.js +5 -1
  18. package/dist/deployment/index.js.map +1 -1
  19. package/dist/index.cjs +152 -13
  20. package/dist/index.cjs.map +1 -1
  21. package/dist/index.d.cts +1 -1
  22. package/dist/index.d.ts +1 -1
  23. package/dist/index.js +152 -13
  24. package/dist/index.js.map +1 -1
  25. package/dist/mail/index.d.cts +2 -2
  26. package/dist/mail/index.d.ts +2 -2
  27. package/dist/organization/index.d.cts +1 -1
  28. package/dist/organization/index.d.ts +1 -1
  29. package/dist/playground/index.cjs +66 -0
  30. package/dist/playground/index.cjs.map +1 -0
  31. package/dist/playground/index.d.cts +52 -0
  32. package/dist/playground/index.d.ts +52 -0
  33. package/dist/playground/index.js +53 -0
  34. package/dist/playground/index.js.map +1 -0
  35. package/dist/realtime/index.cjs +15 -0
  36. package/dist/realtime/index.cjs.map +1 -1
  37. package/dist/realtime/index.d.cts +14 -2
  38. package/dist/realtime/index.d.ts +14 -2
  39. package/dist/realtime/index.js +13 -1
  40. package/dist/realtime/index.js.map +1 -1
  41. package/dist/tracking/index.d.cts +1 -1
  42. package/dist/tracking/index.d.ts +1 -1
  43. package/dist/waitlist/index.d.cts +1 -1
  44. package/dist/waitlist/index.d.ts +1 -1
  45. package/package.json +7 -2
  46. package/src/gen/bindings.gen.ts +152 -13
  47. package/src/gen/brain/index.ts +1 -1
  48. package/src/gen/brain/queryOptions.gen.ts +0 -7
  49. package/src/gen/client.gen.ts +66 -5
  50. package/src/gen/deployment/index.ts +1 -1
  51. package/src/gen/deployment/queryOptions.gen.ts +6 -0
  52. package/src/gen/manifest.gen.ts +1 -1
  53. package/src/gen/playground/index.ts +3 -0
  54. package/src/gen/playground/queryOptions.gen.ts +86 -0
  55. package/src/gen/realtime/index.ts +1 -1
  56. package/src/gen/realtime/queryOptions.gen.ts +19 -0
  57. package/src/gen/types.gen.ts +337 -101
@@ -331,6 +331,10 @@ var deploymentServiceUpdateMutationOptions = (sdk) => ({
331
331
  mutationKey: ["deployment", "service", "update"],
332
332
  mutationFn: (input) => sdk["deployment"]["service"]["update"](input)
333
333
  });
334
+ var deploymentServiceWakeMutationOptions = (sdk) => ({
335
+ mutationKey: ["deployment", "service", "wake"],
336
+ mutationFn: (input) => sdk["deployment"]["service"]["wake"](input)
337
+ });
334
338
  var deploymentSshCommandQueryOptions = (sdk, input) => ({
335
339
  queryKey: ["deployment", "ssh", "command", input],
336
340
  queryFn: () => sdk["deployment"]["ssh"]["command"](input)
@@ -420,6 +424,6 @@ var deploymentVolumeResizeMutationOptions = (sdk) => ({
420
424
  mutationFn: (input) => sdk["deployment"]["volume"]["resize"](input)
421
425
  });
422
426
 
423
- export { deploymentAlertCreateMutationOptions, deploymentAlertDeleteMutationOptions, deploymentAlertEventsListQueryOptions, deploymentAlertListQueryOptions, deploymentAlertUpdateMutationOptions, deploymentAnalyticsQueryQueryOptions, deploymentAuditListQueryOptions, deploymentBuildGetQueryOptions, deploymentBuildListQueryOptions, deploymentBuildLogsQueryOptions, deploymentCanvasGetQueryOptions, deploymentCanvasMoveNodeMutationOptions, deploymentCloudSqlBackfillLogFlagsMutationOptions, deploymentCloudSqlDatabaseAttachMutationOptions, deploymentCloudSqlDatabaseCreateMutationOptions, deploymentCloudSqlDatabaseDeleteMutationOptions, deploymentCloudSqlDatabaseDetachMutationOptions, deploymentCloudSqlDatabaseGetQueryOptions, deploymentCloudSqlDatabaseListQueryOptions, deploymentCloudSqlInstanceBackupListQueryOptions, deploymentCloudSqlInstanceBackupMutationOptions, deploymentCloudSqlInstanceCreateMutationOptions, deploymentCloudSqlInstanceDeleteMutationOptions, deploymentCloudSqlInstanceGetQueryOptions, deploymentCloudSqlInstanceListQueryOptions, deploymentCloudSqlInstanceResizeMutationOptions, deploymentCloudSqlInstanceRestoreMutationOptions, deploymentCloudSqlLogsQueryOptions, deploymentDeploymentCancelMutationOptions, deploymentDeploymentGetQueryOptions, deploymentDeploymentListQueryOptions, deploymentDomainAddMutationOptions, deploymentDomainAllowedListQueryOptions, deploymentDomainGetQueryOptions, deploymentDomainListByServiceQueryOptions, deploymentDomainListQueryOptions, deploymentDomainRedirectWwwMutationOptions, deploymentDomainRemoveMutationOptions, deploymentDomainRoutesAddMutationOptions, deploymentDomainRoutesListQueryOptions, deploymentDomainRoutesRemoveMutationOptions, deploymentDomainRoutesUpdateMutationOptions, deploymentDomainVerifyMutationOptions, deploymentEnvironmentCreateMutationOptions, deploymentEnvironmentDeleteMutationOptions, deploymentEnvironmentForkMutationOptions, deploymentEnvironmentGetQueryOptions, deploymentEnvironmentListQueryOptions, deploymentEnvironmentReconcileMutationOptions, deploymentEnvironmentUpdateMutationOptions, deploymentEventsListByEnvironmentQueryOptions, deploymentEventsListByServiceQueryOptions, deploymentManagedServiceBackupListQueryOptions, deploymentManagedServiceBackupMutationOptions, deploymentManagedServiceConnectInfoQueryOptions, deploymentManagedServiceDeleteMutationOptions, deploymentManagedServiceGetQueryOptions, deploymentManagedServiceListQueryOptions, deploymentManagedServiceLogsQueryOptions, deploymentManagedServiceProvisionMutationOptions, deploymentManagedServiceReconcileMutationOptions, deploymentManagedServiceResizeMutationOptions, deploymentManagedServiceRestoreMutationOptions, deploymentManagedServiceStartMutationOptions, deploymentManagedServiceStopMutationOptions, deploymentManagedServiceTypesQueryOptions, deploymentMetricsGetQueryOptions, deploymentPreviewEnvironmentCreateMutationOptions, deploymentPreviewEnvironmentDeleteMutationOptions, deploymentPreviewEnvironmentListQueryOptions, deploymentPreviewPolicyGetQueryOptions, deploymentPreviewPolicySetMutationOptions, deploymentServiceCreateMutationOptions, deploymentServiceDeleteMutationOptions, deploymentServiceExecMutationOptions, deploymentServiceGetQueryOptions, deploymentServiceListQueryOptions, deploymentServiceLogsQueryOptions, deploymentServiceRedeployMutationOptions, deploymentServiceRestartMutationOptions, deploymentServiceRollbackMutationOptions, deploymentServiceScaleMutationOptions, deploymentServiceUpdateMutationOptions, deploymentSshCommandQueryOptions, deploymentSshKeyDeleteMutationOptions, deploymentSshKeyListQueryOptions, deploymentSshKeyRegisterMutationOptions, deploymentVariableListEnvQueryOptions, deploymentVariableListProductQueryOptions, deploymentVariableListQueryOptions, deploymentVariableSetEnvMutationOptions, deploymentVariableSetMutationOptions, deploymentVariableSetProductMutationOptions, deploymentVariableUnsetEnvMutationOptions, deploymentVariableUnsetMutationOptions, deploymentVariableUnsetProductMutationOptions, deploymentVcsBranchListQueryOptions, deploymentVcsConnectionListQueryOptions, deploymentVcsRepoListQueryOptions, deploymentVolumeCreateMutationOptions, deploymentVolumeDeleteMutationOptions, deploymentVolumeDetachMutationOptions, deploymentVolumeGetQueryOptions, deploymentVolumeListQueryOptions, deploymentVolumeResizeMutationOptions };
427
+ export { deploymentAlertCreateMutationOptions, deploymentAlertDeleteMutationOptions, deploymentAlertEventsListQueryOptions, deploymentAlertListQueryOptions, deploymentAlertUpdateMutationOptions, deploymentAnalyticsQueryQueryOptions, deploymentAuditListQueryOptions, deploymentBuildGetQueryOptions, deploymentBuildListQueryOptions, deploymentBuildLogsQueryOptions, deploymentCanvasGetQueryOptions, deploymentCanvasMoveNodeMutationOptions, deploymentCloudSqlBackfillLogFlagsMutationOptions, deploymentCloudSqlDatabaseAttachMutationOptions, deploymentCloudSqlDatabaseCreateMutationOptions, deploymentCloudSqlDatabaseDeleteMutationOptions, deploymentCloudSqlDatabaseDetachMutationOptions, deploymentCloudSqlDatabaseGetQueryOptions, deploymentCloudSqlDatabaseListQueryOptions, deploymentCloudSqlInstanceBackupListQueryOptions, deploymentCloudSqlInstanceBackupMutationOptions, deploymentCloudSqlInstanceCreateMutationOptions, deploymentCloudSqlInstanceDeleteMutationOptions, deploymentCloudSqlInstanceGetQueryOptions, deploymentCloudSqlInstanceListQueryOptions, deploymentCloudSqlInstanceResizeMutationOptions, deploymentCloudSqlInstanceRestoreMutationOptions, deploymentCloudSqlLogsQueryOptions, deploymentDeploymentCancelMutationOptions, deploymentDeploymentGetQueryOptions, deploymentDeploymentListQueryOptions, deploymentDomainAddMutationOptions, deploymentDomainAllowedListQueryOptions, deploymentDomainGetQueryOptions, deploymentDomainListByServiceQueryOptions, deploymentDomainListQueryOptions, deploymentDomainRedirectWwwMutationOptions, deploymentDomainRemoveMutationOptions, deploymentDomainRoutesAddMutationOptions, deploymentDomainRoutesListQueryOptions, deploymentDomainRoutesRemoveMutationOptions, deploymentDomainRoutesUpdateMutationOptions, deploymentDomainVerifyMutationOptions, deploymentEnvironmentCreateMutationOptions, deploymentEnvironmentDeleteMutationOptions, deploymentEnvironmentForkMutationOptions, deploymentEnvironmentGetQueryOptions, deploymentEnvironmentListQueryOptions, deploymentEnvironmentReconcileMutationOptions, deploymentEnvironmentUpdateMutationOptions, deploymentEventsListByEnvironmentQueryOptions, deploymentEventsListByServiceQueryOptions, deploymentManagedServiceBackupListQueryOptions, deploymentManagedServiceBackupMutationOptions, deploymentManagedServiceConnectInfoQueryOptions, deploymentManagedServiceDeleteMutationOptions, deploymentManagedServiceGetQueryOptions, deploymentManagedServiceListQueryOptions, deploymentManagedServiceLogsQueryOptions, deploymentManagedServiceProvisionMutationOptions, deploymentManagedServiceReconcileMutationOptions, deploymentManagedServiceResizeMutationOptions, deploymentManagedServiceRestoreMutationOptions, deploymentManagedServiceStartMutationOptions, deploymentManagedServiceStopMutationOptions, deploymentManagedServiceTypesQueryOptions, deploymentMetricsGetQueryOptions, deploymentPreviewEnvironmentCreateMutationOptions, deploymentPreviewEnvironmentDeleteMutationOptions, deploymentPreviewEnvironmentListQueryOptions, deploymentPreviewPolicyGetQueryOptions, deploymentPreviewPolicySetMutationOptions, deploymentServiceCreateMutationOptions, deploymentServiceDeleteMutationOptions, deploymentServiceExecMutationOptions, deploymentServiceGetQueryOptions, deploymentServiceListQueryOptions, deploymentServiceLogsQueryOptions, deploymentServiceRedeployMutationOptions, deploymentServiceRestartMutationOptions, deploymentServiceRollbackMutationOptions, deploymentServiceScaleMutationOptions, deploymentServiceUpdateMutationOptions, deploymentServiceWakeMutationOptions, deploymentSshCommandQueryOptions, deploymentSshKeyDeleteMutationOptions, deploymentSshKeyListQueryOptions, deploymentSshKeyRegisterMutationOptions, deploymentVariableListEnvQueryOptions, deploymentVariableListProductQueryOptions, deploymentVariableListQueryOptions, deploymentVariableSetEnvMutationOptions, deploymentVariableSetMutationOptions, deploymentVariableSetProductMutationOptions, deploymentVariableUnsetEnvMutationOptions, deploymentVariableUnsetMutationOptions, deploymentVariableUnsetProductMutationOptions, deploymentVcsBranchListQueryOptions, deploymentVcsConnectionListQueryOptions, deploymentVcsRepoListQueryOptions, deploymentVolumeCreateMutationOptions, deploymentVolumeDeleteMutationOptions, deploymentVolumeDetachMutationOptions, deploymentVolumeGetQueryOptions, deploymentVolumeListQueryOptions, deploymentVolumeResizeMutationOptions };
424
428
  //# sourceMappingURL=index.js.map
425
429
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/gen/deployment/queryOptions.gen.ts"],"names":[],"mappings":"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","file":"index.js","sourcesContent":["// AUTOGENERATED by scripts/generate.ts — do not edit.\nimport type { GeneratedClient } from '../client.gen';\nimport type {\n DeploymentAlertCreateInput,\n DeploymentAlertDeleteInput,\n DeploymentAlertEventsListInput,\n DeploymentAlertEventsListOutput,\n DeploymentAlertListInput,\n DeploymentAlertListOutput,\n DeploymentAlertUpdateInput,\n DeploymentAnalyticsQueryInput,\n DeploymentAnalyticsQueryOutput,\n DeploymentAuditListInput,\n DeploymentAuditListOutput,\n DeploymentBuildGetInput,\n DeploymentBuildGetOutput,\n DeploymentBuildListInput,\n DeploymentBuildListOutput,\n DeploymentBuildLogsInput,\n DeploymentBuildLogsOutput,\n DeploymentCanvasGetInput,\n DeploymentCanvasGetOutput,\n DeploymentCanvasMoveNodeInput,\n DeploymentCloudSqlBackfillLogFlagsInput,\n DeploymentCloudSqlDatabaseAttachInput,\n DeploymentCloudSqlDatabaseCreateInput,\n DeploymentCloudSqlDatabaseDeleteInput,\n DeploymentCloudSqlDatabaseDetachInput,\n DeploymentCloudSqlDatabaseGetInput,\n DeploymentCloudSqlDatabaseGetOutput,\n DeploymentCloudSqlDatabaseListInput,\n DeploymentCloudSqlDatabaseListOutput,\n DeploymentCloudSqlInstanceBackupInput,\n DeploymentCloudSqlInstanceBackupListInput,\n DeploymentCloudSqlInstanceBackupListOutput,\n DeploymentCloudSqlInstanceCreateInput,\n DeploymentCloudSqlInstanceDeleteInput,\n DeploymentCloudSqlInstanceGetInput,\n DeploymentCloudSqlInstanceGetOutput,\n DeploymentCloudSqlInstanceListInput,\n DeploymentCloudSqlInstanceListOutput,\n DeploymentCloudSqlInstanceResizeInput,\n DeploymentCloudSqlInstanceRestoreInput,\n DeploymentCloudSqlLogsInput,\n DeploymentCloudSqlLogsOutput,\n DeploymentDeploymentCancelInput,\n DeploymentDeploymentGetInput,\n DeploymentDeploymentGetOutput,\n DeploymentDeploymentListInput,\n DeploymentDeploymentListOutput,\n DeploymentDomainAddInput,\n DeploymentDomainAllowedListInput,\n DeploymentDomainAllowedListOutput,\n DeploymentDomainGetInput,\n DeploymentDomainGetOutput,\n DeploymentDomainListByServiceInput,\n DeploymentDomainListByServiceOutput,\n DeploymentDomainListInput,\n DeploymentDomainListOutput,\n DeploymentDomainRedirectWwwInput,\n DeploymentDomainRemoveInput,\n DeploymentDomainRoutesAddInput,\n DeploymentDomainRoutesListInput,\n DeploymentDomainRoutesListOutput,\n DeploymentDomainRoutesRemoveInput,\n DeploymentDomainRoutesUpdateInput,\n DeploymentDomainVerifyInput,\n DeploymentEnvironmentCreateInput,\n DeploymentEnvironmentDeleteInput,\n DeploymentEnvironmentForkInput,\n DeploymentEnvironmentGetInput,\n DeploymentEnvironmentGetOutput,\n DeploymentEnvironmentListInput,\n DeploymentEnvironmentListOutput,\n DeploymentEnvironmentReconcileInput,\n DeploymentEnvironmentUpdateInput,\n DeploymentEventsListByEnvironmentInput,\n DeploymentEventsListByEnvironmentOutput,\n DeploymentEventsListByServiceInput,\n DeploymentEventsListByServiceOutput,\n DeploymentManagedServiceBackupInput,\n DeploymentManagedServiceBackupListInput,\n DeploymentManagedServiceBackupListOutput,\n DeploymentManagedServiceConnectInfoInput,\n DeploymentManagedServiceConnectInfoOutput,\n DeploymentManagedServiceDeleteInput,\n DeploymentManagedServiceGetInput,\n DeploymentManagedServiceGetOutput,\n DeploymentManagedServiceListInput,\n DeploymentManagedServiceListOutput,\n DeploymentManagedServiceLogsInput,\n DeploymentManagedServiceLogsOutput,\n DeploymentManagedServiceProvisionInput,\n DeploymentManagedServiceReconcileInput,\n DeploymentManagedServiceResizeInput,\n DeploymentManagedServiceRestoreInput,\n DeploymentManagedServiceStartInput,\n DeploymentManagedServiceStopInput,\n DeploymentManagedServiceTypesInput,\n DeploymentManagedServiceTypesOutput,\n DeploymentMetricsGetInput,\n DeploymentMetricsGetOutput,\n DeploymentPreviewEnvironmentCreateInput,\n DeploymentPreviewEnvironmentDeleteInput,\n DeploymentPreviewEnvironmentListInput,\n DeploymentPreviewEnvironmentListOutput,\n DeploymentPreviewPolicyGetInput,\n DeploymentPreviewPolicyGetOutput,\n DeploymentPreviewPolicySetInput,\n DeploymentServiceCreateInput,\n DeploymentServiceDeleteInput,\n DeploymentServiceExecInput,\n DeploymentServiceGetInput,\n DeploymentServiceGetOutput,\n DeploymentServiceListInput,\n DeploymentServiceListOutput,\n DeploymentServiceLogsInput,\n DeploymentServiceLogsOutput,\n DeploymentServiceRedeployInput,\n DeploymentServiceRestartInput,\n DeploymentServiceRollbackInput,\n DeploymentServiceScaleInput,\n DeploymentServiceUpdateInput,\n DeploymentSshCommandInput,\n DeploymentSshCommandOutput,\n DeploymentSshKeyDeleteInput,\n DeploymentSshKeyListInput,\n DeploymentSshKeyListOutput,\n DeploymentSshKeyRegisterInput,\n DeploymentVariableListEnvInput,\n DeploymentVariableListEnvOutput,\n DeploymentVariableListInput,\n DeploymentVariableListOutput,\n DeploymentVariableListProductInput,\n DeploymentVariableListProductOutput,\n DeploymentVariableSetEnvInput,\n DeploymentVariableSetInput,\n DeploymentVariableSetProductInput,\n DeploymentVariableUnsetEnvInput,\n DeploymentVariableUnsetInput,\n DeploymentVariableUnsetProductInput,\n DeploymentVcsBranchListInput,\n DeploymentVcsBranchListOutput,\n DeploymentVcsConnectionListInput,\n DeploymentVcsConnectionListOutput,\n DeploymentVcsRepoListInput,\n DeploymentVcsRepoListOutput,\n DeploymentVolumeCreateInput,\n DeploymentVolumeDeleteInput,\n DeploymentVolumeDetachInput,\n DeploymentVolumeGetInput,\n DeploymentVolumeGetOutput,\n DeploymentVolumeListInput,\n DeploymentVolumeListOutput,\n DeploymentVolumeResizeInput,\n} from '../types.gen';\n\nexport const deploymentAlertCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'alert', 'create'],\n mutationFn: (input: DeploymentAlertCreateInput) => sdk['deployment']['alert']['create'](input),\n});\n\nexport const deploymentAlertDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'alert', 'delete'],\n mutationFn: (input: DeploymentAlertDeleteInput) => sdk['deployment']['alert']['delete'](input),\n});\n\nexport const deploymentAlertEventsListQueryOptions = (sdk: GeneratedClient, input: DeploymentAlertEventsListInput) => ({\n queryKey: ['deployment', 'alert-events', 'list', input] as const,\n queryFn: () => sdk['deployment']['alert-events']['list'](input),\n});\n\nexport const deploymentAlertListQueryOptions = (sdk: GeneratedClient, input: DeploymentAlertListInput) => ({\n queryKey: ['deployment', 'alert', 'list', input] as const,\n queryFn: () => sdk['deployment']['alert']['list'](input),\n});\n\nexport const deploymentAlertUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'alert', 'update'],\n mutationFn: (input: DeploymentAlertUpdateInput) => sdk['deployment']['alert']['update'](input),\n});\n\nexport const deploymentAnalyticsQueryQueryOptions = (sdk: GeneratedClient, input: DeploymentAnalyticsQueryInput) => ({\n queryKey: ['deployment', 'analytics', 'query', input] as const,\n queryFn: () => sdk['deployment']['analytics']['query'](input),\n});\n\nexport const deploymentAuditListQueryOptions = (sdk: GeneratedClient, input: DeploymentAuditListInput) => ({\n queryKey: ['deployment', 'audit', 'list', input] as const,\n queryFn: () => sdk['deployment']['audit']['list'](input),\n});\n\nexport const deploymentBuildGetQueryOptions = (sdk: GeneratedClient, input: DeploymentBuildGetInput) => ({\n queryKey: ['deployment', 'build', 'get', input] as const,\n queryFn: () => sdk['deployment']['build']['get'](input),\n});\n\nexport const deploymentBuildListQueryOptions = (sdk: GeneratedClient, input: DeploymentBuildListInput) => ({\n queryKey: ['deployment', 'build', 'list', input] as const,\n queryFn: () => sdk['deployment']['build']['list'](input),\n});\n\nexport const deploymentBuildLogsQueryOptions = (sdk: GeneratedClient, input: DeploymentBuildLogsInput) => ({\n queryKey: ['deployment', 'build', 'logs', input] as const,\n queryFn: () => sdk['deployment']['build']['logs'](input),\n});\n\nexport const deploymentCanvasGetQueryOptions = (sdk: GeneratedClient, input: DeploymentCanvasGetInput) => ({\n queryKey: ['deployment', 'canvas', 'get', input] as const,\n queryFn: () => sdk['deployment']['canvas']['get'](input),\n});\n\nexport const deploymentCanvasMoveNodeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'canvas-move', 'node'],\n mutationFn: (input: DeploymentCanvasMoveNodeInput) => sdk['deployment']['canvas-move']['node'](input),\n});\n\nexport const deploymentCloudSqlBackfillLogFlagsMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-backfill-log', 'flags'],\n mutationFn: (input: DeploymentCloudSqlBackfillLogFlagsInput) => sdk['deployment']['cloud-sql-backfill-log']['flags'](input),\n});\n\nexport const deploymentCloudSqlDatabaseAttachMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-database', 'attach'],\n mutationFn: (input: DeploymentCloudSqlDatabaseAttachInput) => sdk['deployment']['cloud-sql-database']['attach'](input),\n});\n\nexport const deploymentCloudSqlDatabaseCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-database', 'create'],\n mutationFn: (input: DeploymentCloudSqlDatabaseCreateInput) => sdk['deployment']['cloud-sql-database']['create'](input),\n});\n\nexport const deploymentCloudSqlDatabaseDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-database', 'delete'],\n mutationFn: (input: DeploymentCloudSqlDatabaseDeleteInput) => sdk['deployment']['cloud-sql-database']['delete'](input),\n});\n\nexport const deploymentCloudSqlDatabaseDetachMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-database', 'detach'],\n mutationFn: (input: DeploymentCloudSqlDatabaseDetachInput) => sdk['deployment']['cloud-sql-database']['detach'](input),\n});\n\nexport const deploymentCloudSqlDatabaseGetQueryOptions = (sdk: GeneratedClient, input: DeploymentCloudSqlDatabaseGetInput) => ({\n queryKey: ['deployment', 'cloud-sql-database', 'get', input] as const,\n queryFn: () => sdk['deployment']['cloud-sql-database']['get'](input),\n});\n\nexport const deploymentCloudSqlDatabaseListQueryOptions = (sdk: GeneratedClient, input: DeploymentCloudSqlDatabaseListInput) => ({\n queryKey: ['deployment', 'cloud-sql-database', 'list', input] as const,\n queryFn: () => sdk['deployment']['cloud-sql-database']['list'](input),\n});\n\nexport const deploymentCloudSqlInstanceBackupMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-instance', 'backup'],\n mutationFn: (input: DeploymentCloudSqlInstanceBackupInput) => sdk['deployment']['cloud-sql-instance']['backup'](input),\n});\n\nexport const deploymentCloudSqlInstanceBackupListQueryOptions = (sdk: GeneratedClient, input: DeploymentCloudSqlInstanceBackupListInput) => ({\n queryKey: ['deployment', 'cloud-sql-instance-backup', 'list', input] as const,\n queryFn: () => sdk['deployment']['cloud-sql-instance-backup']['list'](input),\n});\n\nexport const deploymentCloudSqlInstanceCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-instance', 'create'],\n mutationFn: (input: DeploymentCloudSqlInstanceCreateInput) => sdk['deployment']['cloud-sql-instance']['create'](input),\n});\n\nexport const deploymentCloudSqlInstanceDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-instance', 'delete'],\n mutationFn: (input: DeploymentCloudSqlInstanceDeleteInput) => sdk['deployment']['cloud-sql-instance']['delete'](input),\n});\n\nexport const deploymentCloudSqlInstanceGetQueryOptions = (sdk: GeneratedClient, input: DeploymentCloudSqlInstanceGetInput) => ({\n queryKey: ['deployment', 'cloud-sql-instance', 'get', input] as const,\n queryFn: () => sdk['deployment']['cloud-sql-instance']['get'](input),\n});\n\nexport const deploymentCloudSqlInstanceListQueryOptions = (sdk: GeneratedClient, input: DeploymentCloudSqlInstanceListInput) => ({\n queryKey: ['deployment', 'cloud-sql-instance', 'list', input] as const,\n queryFn: () => sdk['deployment']['cloud-sql-instance']['list'](input),\n});\n\nexport const deploymentCloudSqlInstanceResizeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-instance', 'resize'],\n mutationFn: (input: DeploymentCloudSqlInstanceResizeInput) => sdk['deployment']['cloud-sql-instance']['resize'](input),\n});\n\nexport const deploymentCloudSqlInstanceRestoreMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-instance', 'restore'],\n mutationFn: (input: DeploymentCloudSqlInstanceRestoreInput) => sdk['deployment']['cloud-sql-instance']['restore'](input),\n});\n\nexport const deploymentCloudSqlLogsQueryOptions = (sdk: GeneratedClient, input: DeploymentCloudSqlLogsInput) => ({\n queryKey: ['deployment', 'cloud-sql', 'logs', input] as const,\n queryFn: () => sdk['deployment']['cloud-sql']['logs'](input),\n});\n\nexport const deploymentDeploymentCancelMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'deployment', 'cancel'],\n mutationFn: (input: DeploymentDeploymentCancelInput) => sdk['deployment']['deployment']['cancel'](input),\n});\n\nexport const deploymentDeploymentGetQueryOptions = (sdk: GeneratedClient, input: DeploymentDeploymentGetInput) => ({\n queryKey: ['deployment', 'deployment', 'get', input] as const,\n queryFn: () => sdk['deployment']['deployment']['get'](input),\n});\n\nexport const deploymentDeploymentListQueryOptions = (sdk: GeneratedClient, input: DeploymentDeploymentListInput) => ({\n queryKey: ['deployment', 'deployment', 'list', input] as const,\n queryFn: () => sdk['deployment']['deployment']['list'](input),\n});\n\nexport const deploymentDomainAddMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain', 'add'],\n mutationFn: (input: DeploymentDomainAddInput) => sdk['deployment']['domain']['add'](input),\n});\n\nexport const deploymentDomainAllowedListQueryOptions = (sdk: GeneratedClient, input: DeploymentDomainAllowedListInput) => ({\n queryKey: ['deployment', 'domain-allowed', 'list', input] as const,\n queryFn: () => sdk['deployment']['domain-allowed']['list'](input),\n});\n\nexport const deploymentDomainGetQueryOptions = (sdk: GeneratedClient, input: DeploymentDomainGetInput) => ({\n queryKey: ['deployment', 'domain', 'get', input] as const,\n queryFn: () => sdk['deployment']['domain']['get'](input),\n});\n\nexport const deploymentDomainListQueryOptions = (sdk: GeneratedClient, input: DeploymentDomainListInput) => ({\n queryKey: ['deployment', 'domain', 'list', input] as const,\n queryFn: () => sdk['deployment']['domain']['list'](input),\n});\n\nexport const deploymentDomainListByServiceQueryOptions = (sdk: GeneratedClient, input: DeploymentDomainListByServiceInput) => ({\n queryKey: ['deployment', 'domain-list-by', 'service', input] as const,\n queryFn: () => sdk['deployment']['domain-list-by']['service'](input),\n});\n\nexport const deploymentDomainRedirectWwwMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain-redirect', 'www'],\n mutationFn: (input: DeploymentDomainRedirectWwwInput) => sdk['deployment']['domain-redirect']['www'](input),\n});\n\nexport const deploymentDomainRemoveMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain', 'remove'],\n mutationFn: (input: DeploymentDomainRemoveInput) => sdk['deployment']['domain']['remove'](input),\n});\n\nexport const deploymentDomainRoutesAddMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain-routes', 'add'],\n mutationFn: (input: DeploymentDomainRoutesAddInput) => sdk['deployment']['domain-routes']['add'](input),\n});\n\nexport const deploymentDomainRoutesListQueryOptions = (sdk: GeneratedClient, input: DeploymentDomainRoutesListInput) => ({\n queryKey: ['deployment', 'domain-routes', 'list', input] as const,\n queryFn: () => sdk['deployment']['domain-routes']['list'](input),\n});\n\nexport const deploymentDomainRoutesRemoveMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain-routes', 'remove'],\n mutationFn: (input: DeploymentDomainRoutesRemoveInput) => sdk['deployment']['domain-routes']['remove'](input),\n});\n\nexport const deploymentDomainRoutesUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain-routes', 'update'],\n mutationFn: (input: DeploymentDomainRoutesUpdateInput) => sdk['deployment']['domain-routes']['update'](input),\n});\n\nexport const deploymentDomainVerifyMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain', 'verify'],\n mutationFn: (input: DeploymentDomainVerifyInput) => sdk['deployment']['domain']['verify'](input),\n});\n\nexport const deploymentEnvironmentCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'environment', 'create'],\n mutationFn: (input: DeploymentEnvironmentCreateInput) => sdk['deployment']['environment']['create'](input),\n});\n\nexport const deploymentEnvironmentDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'environment', 'delete'],\n mutationFn: (input: DeploymentEnvironmentDeleteInput) => sdk['deployment']['environment']['delete'](input),\n});\n\nexport const deploymentEnvironmentForkMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'environment', 'fork'],\n mutationFn: (input: DeploymentEnvironmentForkInput) => sdk['deployment']['environment']['fork'](input),\n});\n\nexport const deploymentEnvironmentGetQueryOptions = (sdk: GeneratedClient, input: DeploymentEnvironmentGetInput) => ({\n queryKey: ['deployment', 'environment', 'get', input] as const,\n queryFn: () => sdk['deployment']['environment']['get'](input),\n});\n\nexport const deploymentEnvironmentListQueryOptions = (sdk: GeneratedClient, input: DeploymentEnvironmentListInput) => ({\n queryKey: ['deployment', 'environment', 'list', input] as const,\n queryFn: () => sdk['deployment']['environment']['list'](input),\n});\n\nexport const deploymentEnvironmentReconcileMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'environment', 'reconcile'],\n mutationFn: (input: DeploymentEnvironmentReconcileInput) => sdk['deployment']['environment']['reconcile'](input),\n});\n\nexport const deploymentEnvironmentUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'environment', 'update'],\n mutationFn: (input: DeploymentEnvironmentUpdateInput) => sdk['deployment']['environment']['update'](input),\n});\n\nexport const deploymentEventsListByEnvironmentQueryOptions = (sdk: GeneratedClient, input: DeploymentEventsListByEnvironmentInput) => ({\n queryKey: ['deployment', 'events-list-by', 'environment', input] as const,\n queryFn: () => sdk['deployment']['events-list-by']['environment'](input),\n});\n\nexport const deploymentEventsListByServiceQueryOptions = (sdk: GeneratedClient, input: DeploymentEventsListByServiceInput) => ({\n queryKey: ['deployment', 'events-list-by', 'service', input] as const,\n queryFn: () => sdk['deployment']['events-list-by']['service'](input),\n});\n\nexport const deploymentManagedServiceBackupMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'backup'],\n mutationFn: (input: DeploymentManagedServiceBackupInput) => sdk['deployment']['managed-service']['backup'](input),\n});\n\nexport const deploymentManagedServiceBackupListQueryOptions = (sdk: GeneratedClient, input: DeploymentManagedServiceBackupListInput) => ({\n queryKey: ['deployment', 'managed-service-backup', 'list', input] as const,\n queryFn: () => sdk['deployment']['managed-service-backup']['list'](input),\n});\n\nexport const deploymentManagedServiceConnectInfoQueryOptions = (sdk: GeneratedClient, input: DeploymentManagedServiceConnectInfoInput) => ({\n queryKey: ['deployment', 'managed-service-connect', 'info', input] as const,\n queryFn: () => sdk['deployment']['managed-service-connect']['info'](input),\n});\n\nexport const deploymentManagedServiceDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'delete'],\n mutationFn: (input: DeploymentManagedServiceDeleteInput) => sdk['deployment']['managed-service']['delete'](input),\n});\n\nexport const deploymentManagedServiceGetQueryOptions = (sdk: GeneratedClient, input: DeploymentManagedServiceGetInput) => ({\n queryKey: ['deployment', 'managed-service', 'get', input] as const,\n queryFn: () => sdk['deployment']['managed-service']['get'](input),\n});\n\nexport const deploymentManagedServiceListQueryOptions = (sdk: GeneratedClient, input: DeploymentManagedServiceListInput) => ({\n queryKey: ['deployment', 'managed-service', 'list', input] as const,\n queryFn: () => sdk['deployment']['managed-service']['list'](input),\n});\n\nexport const deploymentManagedServiceLogsQueryOptions = (sdk: GeneratedClient, input: DeploymentManagedServiceLogsInput) => ({\n queryKey: ['deployment', 'managed-service', 'logs', input] as const,\n queryFn: () => sdk['deployment']['managed-service']['logs'](input),\n});\n\nexport const deploymentManagedServiceProvisionMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'provision'],\n mutationFn: (input: DeploymentManagedServiceProvisionInput) => sdk['deployment']['managed-service']['provision'](input),\n});\n\nexport const deploymentManagedServiceReconcileMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'reconcile'],\n mutationFn: (input: DeploymentManagedServiceReconcileInput) => sdk['deployment']['managed-service']['reconcile'](input),\n});\n\nexport const deploymentManagedServiceResizeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'resize'],\n mutationFn: (input: DeploymentManagedServiceResizeInput) => sdk['deployment']['managed-service']['resize'](input),\n});\n\nexport const deploymentManagedServiceRestoreMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'restore'],\n mutationFn: (input: DeploymentManagedServiceRestoreInput) => sdk['deployment']['managed-service']['restore'](input),\n});\n\nexport const deploymentManagedServiceStartMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'start'],\n mutationFn: (input: DeploymentManagedServiceStartInput) => sdk['deployment']['managed-service']['start'](input),\n});\n\nexport const deploymentManagedServiceStopMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'stop'],\n mutationFn: (input: DeploymentManagedServiceStopInput) => sdk['deployment']['managed-service']['stop'](input),\n});\n\nexport const deploymentManagedServiceTypesQueryOptions = (sdk: GeneratedClient, input: DeploymentManagedServiceTypesInput) => ({\n queryKey: ['deployment', 'managed-service', 'types', input] as const,\n queryFn: () => sdk['deployment']['managed-service']['types'](input),\n});\n\nexport const deploymentMetricsGetQueryOptions = (sdk: GeneratedClient, input: DeploymentMetricsGetInput) => ({\n queryKey: ['deployment', 'metrics', 'get', input] as const,\n queryFn: () => sdk['deployment']['metrics']['get'](input),\n});\n\nexport const deploymentPreviewEnvironmentCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'preview-environment', 'create'],\n mutationFn: (input: DeploymentPreviewEnvironmentCreateInput) => sdk['deployment']['preview-environment']['create'](input),\n});\n\nexport const deploymentPreviewEnvironmentDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'preview-environment', 'delete'],\n mutationFn: (input: DeploymentPreviewEnvironmentDeleteInput) => sdk['deployment']['preview-environment']['delete'](input),\n});\n\nexport const deploymentPreviewEnvironmentListQueryOptions = (sdk: GeneratedClient, input: DeploymentPreviewEnvironmentListInput) => ({\n queryKey: ['deployment', 'preview-environment', 'list', input] as const,\n queryFn: () => sdk['deployment']['preview-environment']['list'](input),\n});\n\nexport const deploymentPreviewPolicyGetQueryOptions = (sdk: GeneratedClient, input: DeploymentPreviewPolicyGetInput) => ({\n queryKey: ['deployment', 'preview-policy', 'get', input] as const,\n queryFn: () => sdk['deployment']['preview-policy']['get'](input),\n});\n\nexport const deploymentPreviewPolicySetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'preview-policy', 'set'],\n mutationFn: (input: DeploymentPreviewPolicySetInput) => sdk['deployment']['preview-policy']['set'](input),\n});\n\nexport const deploymentServiceCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'create'],\n mutationFn: (input: DeploymentServiceCreateInput) => sdk['deployment']['service']['create'](input),\n});\n\nexport const deploymentServiceDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'delete'],\n mutationFn: (input: DeploymentServiceDeleteInput) => sdk['deployment']['service']['delete'](input),\n});\n\nexport const deploymentServiceExecMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'exec'],\n mutationFn: (input: DeploymentServiceExecInput) => sdk['deployment']['service']['exec'](input),\n});\n\nexport const deploymentServiceGetQueryOptions = (sdk: GeneratedClient, input: DeploymentServiceGetInput) => ({\n queryKey: ['deployment', 'service', 'get', input] as const,\n queryFn: () => sdk['deployment']['service']['get'](input),\n});\n\nexport const deploymentServiceListQueryOptions = (sdk: GeneratedClient, input: DeploymentServiceListInput) => ({\n queryKey: ['deployment', 'service', 'list', input] as const,\n queryFn: () => sdk['deployment']['service']['list'](input),\n});\n\nexport const deploymentServiceLogsQueryOptions = (sdk: GeneratedClient, input: DeploymentServiceLogsInput) => ({\n queryKey: ['deployment', 'service', 'logs', input] as const,\n queryFn: () => sdk['deployment']['service']['logs'](input),\n});\n\nexport const deploymentServiceRedeployMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'redeploy'],\n mutationFn: (input: DeploymentServiceRedeployInput) => sdk['deployment']['service']['redeploy'](input),\n});\n\nexport const deploymentServiceRestartMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'restart'],\n mutationFn: (input: DeploymentServiceRestartInput) => sdk['deployment']['service']['restart'](input),\n});\n\nexport const deploymentServiceRollbackMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'rollback'],\n mutationFn: (input: DeploymentServiceRollbackInput) => sdk['deployment']['service']['rollback'](input),\n});\n\nexport const deploymentServiceScaleMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'scale'],\n mutationFn: (input: DeploymentServiceScaleInput) => sdk['deployment']['service']['scale'](input),\n});\n\nexport const deploymentServiceUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'update'],\n mutationFn: (input: DeploymentServiceUpdateInput) => sdk['deployment']['service']['update'](input),\n});\n\nexport const deploymentSshCommandQueryOptions = (sdk: GeneratedClient, input: DeploymentSshCommandInput) => ({\n queryKey: ['deployment', 'ssh', 'command', input] as const,\n queryFn: () => sdk['deployment']['ssh']['command'](input),\n});\n\nexport const deploymentSshKeyDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'ssh-key', 'delete'],\n mutationFn: (input: DeploymentSshKeyDeleteInput) => sdk['deployment']['ssh-key']['delete'](input),\n});\n\nexport const deploymentSshKeyListQueryOptions = (sdk: GeneratedClient, input: DeploymentSshKeyListInput) => ({\n queryKey: ['deployment', 'ssh-key', 'list', input] as const,\n queryFn: () => sdk['deployment']['ssh-key']['list'](input),\n});\n\nexport const deploymentSshKeyRegisterMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'ssh-key', 'register'],\n mutationFn: (input: DeploymentSshKeyRegisterInput) => sdk['deployment']['ssh-key']['register'](input),\n});\n\nexport const deploymentVariableListQueryOptions = (sdk: GeneratedClient, input: DeploymentVariableListInput) => ({\n queryKey: ['deployment', 'variable', 'list', input] as const,\n queryFn: () => sdk['deployment']['variable']['list'](input),\n});\n\nexport const deploymentVariableListEnvQueryOptions = (sdk: GeneratedClient, input: DeploymentVariableListEnvInput) => ({\n queryKey: ['deployment', 'variable-list', 'env', input] as const,\n queryFn: () => sdk['deployment']['variable-list']['env'](input),\n});\n\nexport const deploymentVariableListProductQueryOptions = (sdk: GeneratedClient, input: DeploymentVariableListProductInput) => ({\n queryKey: ['deployment', 'variable-list', 'product', input] as const,\n queryFn: () => sdk['deployment']['variable-list']['product'](input),\n});\n\nexport const deploymentVariableSetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'variable', 'set'],\n mutationFn: (input: DeploymentVariableSetInput) => sdk['deployment']['variable']['set'](input),\n});\n\nexport const deploymentVariableSetEnvMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'variable-set', 'env'],\n mutationFn: (input: DeploymentVariableSetEnvInput) => sdk['deployment']['variable-set']['env'](input),\n});\n\nexport const deploymentVariableSetProductMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'variable-set', 'product'],\n mutationFn: (input: DeploymentVariableSetProductInput) => sdk['deployment']['variable-set']['product'](input),\n});\n\nexport const deploymentVariableUnsetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'variable', 'unset'],\n mutationFn: (input: DeploymentVariableUnsetInput) => sdk['deployment']['variable']['unset'](input),\n});\n\nexport const deploymentVariableUnsetEnvMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'variable-unset', 'env'],\n mutationFn: (input: DeploymentVariableUnsetEnvInput) => sdk['deployment']['variable-unset']['env'](input),\n});\n\nexport const deploymentVariableUnsetProductMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'variable-unset', 'product'],\n mutationFn: (input: DeploymentVariableUnsetProductInput) => sdk['deployment']['variable-unset']['product'](input),\n});\n\nexport const deploymentVcsBranchListQueryOptions = (sdk: GeneratedClient, input: DeploymentVcsBranchListInput) => ({\n queryKey: ['deployment', 'vcs-branch', 'list', input] as const,\n queryFn: () => sdk['deployment']['vcs-branch']['list'](input),\n});\n\nexport const deploymentVcsConnectionListQueryOptions = (sdk: GeneratedClient, input: DeploymentVcsConnectionListInput) => ({\n queryKey: ['deployment', 'vcs-connection', 'list', input] as const,\n queryFn: () => sdk['deployment']['vcs-connection']['list'](input),\n});\n\nexport const deploymentVcsRepoListQueryOptions = (sdk: GeneratedClient, input: DeploymentVcsRepoListInput) => ({\n queryKey: ['deployment', 'vcs-repo', 'list', input] as const,\n queryFn: () => sdk['deployment']['vcs-repo']['list'](input),\n});\n\nexport const deploymentVolumeCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'volume', 'create'],\n mutationFn: (input: DeploymentVolumeCreateInput) => sdk['deployment']['volume']['create'](input),\n});\n\nexport const deploymentVolumeDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'volume', 'delete'],\n mutationFn: (input: DeploymentVolumeDeleteInput) => sdk['deployment']['volume']['delete'](input),\n});\n\nexport const deploymentVolumeDetachMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'volume', 'detach'],\n mutationFn: (input: DeploymentVolumeDetachInput) => sdk['deployment']['volume']['detach'](input),\n});\n\nexport const deploymentVolumeGetQueryOptions = (sdk: GeneratedClient, input: DeploymentVolumeGetInput) => ({\n queryKey: ['deployment', 'volume', 'get', input] as const,\n queryFn: () => sdk['deployment']['volume']['get'](input),\n});\n\nexport const deploymentVolumeListQueryOptions = (sdk: GeneratedClient, input: DeploymentVolumeListInput) => ({\n queryKey: ['deployment', 'volume', 'list', input] as const,\n queryFn: () => sdk['deployment']['volume']['list'](input),\n});\n\nexport const deploymentVolumeResizeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'volume', 'resize'],\n mutationFn: (input: DeploymentVolumeResizeInput) => sdk['deployment']['volume']['resize'](input),\n});\n"]}
1
+ {"version":3,"sources":["../../src/gen/deployment/queryOptions.gen.ts"],"names":[],"mappings":"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","file":"index.js","sourcesContent":["// AUTOGENERATED by scripts/generate.ts — do not edit.\nimport type { GeneratedClient } from '../client.gen';\nimport type {\n DeploymentAlertCreateInput,\n DeploymentAlertDeleteInput,\n DeploymentAlertEventsListInput,\n DeploymentAlertEventsListOutput,\n DeploymentAlertListInput,\n DeploymentAlertListOutput,\n DeploymentAlertUpdateInput,\n DeploymentAnalyticsQueryInput,\n DeploymentAnalyticsQueryOutput,\n DeploymentAuditListInput,\n DeploymentAuditListOutput,\n DeploymentBuildGetInput,\n DeploymentBuildGetOutput,\n DeploymentBuildListInput,\n DeploymentBuildListOutput,\n DeploymentBuildLogsInput,\n DeploymentBuildLogsOutput,\n DeploymentCanvasGetInput,\n DeploymentCanvasGetOutput,\n DeploymentCanvasMoveNodeInput,\n DeploymentCloudSqlBackfillLogFlagsInput,\n DeploymentCloudSqlDatabaseAttachInput,\n DeploymentCloudSqlDatabaseCreateInput,\n DeploymentCloudSqlDatabaseDeleteInput,\n DeploymentCloudSqlDatabaseDetachInput,\n DeploymentCloudSqlDatabaseGetInput,\n DeploymentCloudSqlDatabaseGetOutput,\n DeploymentCloudSqlDatabaseListInput,\n DeploymentCloudSqlDatabaseListOutput,\n DeploymentCloudSqlInstanceBackupInput,\n DeploymentCloudSqlInstanceBackupListInput,\n DeploymentCloudSqlInstanceBackupListOutput,\n DeploymentCloudSqlInstanceCreateInput,\n DeploymentCloudSqlInstanceDeleteInput,\n DeploymentCloudSqlInstanceGetInput,\n DeploymentCloudSqlInstanceGetOutput,\n DeploymentCloudSqlInstanceListInput,\n DeploymentCloudSqlInstanceListOutput,\n DeploymentCloudSqlInstanceResizeInput,\n DeploymentCloudSqlInstanceRestoreInput,\n DeploymentCloudSqlLogsInput,\n DeploymentCloudSqlLogsOutput,\n DeploymentDeploymentCancelInput,\n DeploymentDeploymentGetInput,\n DeploymentDeploymentGetOutput,\n DeploymentDeploymentListInput,\n DeploymentDeploymentListOutput,\n DeploymentDomainAddInput,\n DeploymentDomainAllowedListInput,\n DeploymentDomainAllowedListOutput,\n DeploymentDomainGetInput,\n DeploymentDomainGetOutput,\n DeploymentDomainListByServiceInput,\n DeploymentDomainListByServiceOutput,\n DeploymentDomainListInput,\n DeploymentDomainListOutput,\n DeploymentDomainRedirectWwwInput,\n DeploymentDomainRemoveInput,\n DeploymentDomainRoutesAddInput,\n DeploymentDomainRoutesListInput,\n DeploymentDomainRoutesListOutput,\n DeploymentDomainRoutesRemoveInput,\n DeploymentDomainRoutesUpdateInput,\n DeploymentDomainVerifyInput,\n DeploymentEnvironmentCreateInput,\n DeploymentEnvironmentDeleteInput,\n DeploymentEnvironmentForkInput,\n DeploymentEnvironmentGetInput,\n DeploymentEnvironmentGetOutput,\n DeploymentEnvironmentListInput,\n DeploymentEnvironmentListOutput,\n DeploymentEnvironmentReconcileInput,\n DeploymentEnvironmentUpdateInput,\n DeploymentEventsListByEnvironmentInput,\n DeploymentEventsListByEnvironmentOutput,\n DeploymentEventsListByServiceInput,\n DeploymentEventsListByServiceOutput,\n DeploymentManagedServiceBackupInput,\n DeploymentManagedServiceBackupListInput,\n DeploymentManagedServiceBackupListOutput,\n DeploymentManagedServiceConnectInfoInput,\n DeploymentManagedServiceConnectInfoOutput,\n DeploymentManagedServiceDeleteInput,\n DeploymentManagedServiceGetInput,\n DeploymentManagedServiceGetOutput,\n DeploymentManagedServiceListInput,\n DeploymentManagedServiceListOutput,\n DeploymentManagedServiceLogsInput,\n DeploymentManagedServiceLogsOutput,\n DeploymentManagedServiceProvisionInput,\n DeploymentManagedServiceReconcileInput,\n DeploymentManagedServiceResizeInput,\n DeploymentManagedServiceRestoreInput,\n DeploymentManagedServiceStartInput,\n DeploymentManagedServiceStopInput,\n DeploymentManagedServiceTypesInput,\n DeploymentManagedServiceTypesOutput,\n DeploymentMetricsGetInput,\n DeploymentMetricsGetOutput,\n DeploymentPreviewEnvironmentCreateInput,\n DeploymentPreviewEnvironmentDeleteInput,\n DeploymentPreviewEnvironmentListInput,\n DeploymentPreviewEnvironmentListOutput,\n DeploymentPreviewPolicyGetInput,\n DeploymentPreviewPolicyGetOutput,\n DeploymentPreviewPolicySetInput,\n DeploymentServiceCreateInput,\n DeploymentServiceDeleteInput,\n DeploymentServiceExecInput,\n DeploymentServiceGetInput,\n DeploymentServiceGetOutput,\n DeploymentServiceListInput,\n DeploymentServiceListOutput,\n DeploymentServiceLogsInput,\n DeploymentServiceLogsOutput,\n DeploymentServiceRedeployInput,\n DeploymentServiceRestartInput,\n DeploymentServiceRollbackInput,\n DeploymentServiceScaleInput,\n DeploymentServiceUpdateInput,\n DeploymentServiceWakeInput,\n DeploymentSshCommandInput,\n DeploymentSshCommandOutput,\n DeploymentSshKeyDeleteInput,\n DeploymentSshKeyListInput,\n DeploymentSshKeyListOutput,\n DeploymentSshKeyRegisterInput,\n DeploymentVariableListEnvInput,\n DeploymentVariableListEnvOutput,\n DeploymentVariableListInput,\n DeploymentVariableListOutput,\n DeploymentVariableListProductInput,\n DeploymentVariableListProductOutput,\n DeploymentVariableSetEnvInput,\n DeploymentVariableSetInput,\n DeploymentVariableSetProductInput,\n DeploymentVariableUnsetEnvInput,\n DeploymentVariableUnsetInput,\n DeploymentVariableUnsetProductInput,\n DeploymentVcsBranchListInput,\n DeploymentVcsBranchListOutput,\n DeploymentVcsConnectionListInput,\n DeploymentVcsConnectionListOutput,\n DeploymentVcsRepoListInput,\n DeploymentVcsRepoListOutput,\n DeploymentVolumeCreateInput,\n DeploymentVolumeDeleteInput,\n DeploymentVolumeDetachInput,\n DeploymentVolumeGetInput,\n DeploymentVolumeGetOutput,\n DeploymentVolumeListInput,\n DeploymentVolumeListOutput,\n DeploymentVolumeResizeInput,\n} from '../types.gen';\n\nexport const deploymentAlertCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'alert', 'create'],\n mutationFn: (input: DeploymentAlertCreateInput) => sdk['deployment']['alert']['create'](input),\n});\n\nexport const deploymentAlertDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'alert', 'delete'],\n mutationFn: (input: DeploymentAlertDeleteInput) => sdk['deployment']['alert']['delete'](input),\n});\n\nexport const deploymentAlertEventsListQueryOptions = (sdk: GeneratedClient, input: DeploymentAlertEventsListInput) => ({\n queryKey: ['deployment', 'alert-events', 'list', input] as const,\n queryFn: () => sdk['deployment']['alert-events']['list'](input),\n});\n\nexport const deploymentAlertListQueryOptions = (sdk: GeneratedClient, input: DeploymentAlertListInput) => ({\n queryKey: ['deployment', 'alert', 'list', input] as const,\n queryFn: () => sdk['deployment']['alert']['list'](input),\n});\n\nexport const deploymentAlertUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'alert', 'update'],\n mutationFn: (input: DeploymentAlertUpdateInput) => sdk['deployment']['alert']['update'](input),\n});\n\nexport const deploymentAnalyticsQueryQueryOptions = (sdk: GeneratedClient, input: DeploymentAnalyticsQueryInput) => ({\n queryKey: ['deployment', 'analytics', 'query', input] as const,\n queryFn: () => sdk['deployment']['analytics']['query'](input),\n});\n\nexport const deploymentAuditListQueryOptions = (sdk: GeneratedClient, input: DeploymentAuditListInput) => ({\n queryKey: ['deployment', 'audit', 'list', input] as const,\n queryFn: () => sdk['deployment']['audit']['list'](input),\n});\n\nexport const deploymentBuildGetQueryOptions = (sdk: GeneratedClient, input: DeploymentBuildGetInput) => ({\n queryKey: ['deployment', 'build', 'get', input] as const,\n queryFn: () => sdk['deployment']['build']['get'](input),\n});\n\nexport const deploymentBuildListQueryOptions = (sdk: GeneratedClient, input: DeploymentBuildListInput) => ({\n queryKey: ['deployment', 'build', 'list', input] as const,\n queryFn: () => sdk['deployment']['build']['list'](input),\n});\n\nexport const deploymentBuildLogsQueryOptions = (sdk: GeneratedClient, input: DeploymentBuildLogsInput) => ({\n queryKey: ['deployment', 'build', 'logs', input] as const,\n queryFn: () => sdk['deployment']['build']['logs'](input),\n});\n\nexport const deploymentCanvasGetQueryOptions = (sdk: GeneratedClient, input: DeploymentCanvasGetInput) => ({\n queryKey: ['deployment', 'canvas', 'get', input] as const,\n queryFn: () => sdk['deployment']['canvas']['get'](input),\n});\n\nexport const deploymentCanvasMoveNodeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'canvas-move', 'node'],\n mutationFn: (input: DeploymentCanvasMoveNodeInput) => sdk['deployment']['canvas-move']['node'](input),\n});\n\nexport const deploymentCloudSqlBackfillLogFlagsMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-backfill-log', 'flags'],\n mutationFn: (input: DeploymentCloudSqlBackfillLogFlagsInput) => sdk['deployment']['cloud-sql-backfill-log']['flags'](input),\n});\n\nexport const deploymentCloudSqlDatabaseAttachMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-database', 'attach'],\n mutationFn: (input: DeploymentCloudSqlDatabaseAttachInput) => sdk['deployment']['cloud-sql-database']['attach'](input),\n});\n\nexport const deploymentCloudSqlDatabaseCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-database', 'create'],\n mutationFn: (input: DeploymentCloudSqlDatabaseCreateInput) => sdk['deployment']['cloud-sql-database']['create'](input),\n});\n\nexport const deploymentCloudSqlDatabaseDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-database', 'delete'],\n mutationFn: (input: DeploymentCloudSqlDatabaseDeleteInput) => sdk['deployment']['cloud-sql-database']['delete'](input),\n});\n\nexport const deploymentCloudSqlDatabaseDetachMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-database', 'detach'],\n mutationFn: (input: DeploymentCloudSqlDatabaseDetachInput) => sdk['deployment']['cloud-sql-database']['detach'](input),\n});\n\nexport const deploymentCloudSqlDatabaseGetQueryOptions = (sdk: GeneratedClient, input: DeploymentCloudSqlDatabaseGetInput) => ({\n queryKey: ['deployment', 'cloud-sql-database', 'get', input] as const,\n queryFn: () => sdk['deployment']['cloud-sql-database']['get'](input),\n});\n\nexport const deploymentCloudSqlDatabaseListQueryOptions = (sdk: GeneratedClient, input: DeploymentCloudSqlDatabaseListInput) => ({\n queryKey: ['deployment', 'cloud-sql-database', 'list', input] as const,\n queryFn: () => sdk['deployment']['cloud-sql-database']['list'](input),\n});\n\nexport const deploymentCloudSqlInstanceBackupMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-instance', 'backup'],\n mutationFn: (input: DeploymentCloudSqlInstanceBackupInput) => sdk['deployment']['cloud-sql-instance']['backup'](input),\n});\n\nexport const deploymentCloudSqlInstanceBackupListQueryOptions = (sdk: GeneratedClient, input: DeploymentCloudSqlInstanceBackupListInput) => ({\n queryKey: ['deployment', 'cloud-sql-instance-backup', 'list', input] as const,\n queryFn: () => sdk['deployment']['cloud-sql-instance-backup']['list'](input),\n});\n\nexport const deploymentCloudSqlInstanceCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-instance', 'create'],\n mutationFn: (input: DeploymentCloudSqlInstanceCreateInput) => sdk['deployment']['cloud-sql-instance']['create'](input),\n});\n\nexport const deploymentCloudSqlInstanceDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-instance', 'delete'],\n mutationFn: (input: DeploymentCloudSqlInstanceDeleteInput) => sdk['deployment']['cloud-sql-instance']['delete'](input),\n});\n\nexport const deploymentCloudSqlInstanceGetQueryOptions = (sdk: GeneratedClient, input: DeploymentCloudSqlInstanceGetInput) => ({\n queryKey: ['deployment', 'cloud-sql-instance', 'get', input] as const,\n queryFn: () => sdk['deployment']['cloud-sql-instance']['get'](input),\n});\n\nexport const deploymentCloudSqlInstanceListQueryOptions = (sdk: GeneratedClient, input: DeploymentCloudSqlInstanceListInput) => ({\n queryKey: ['deployment', 'cloud-sql-instance', 'list', input] as const,\n queryFn: () => sdk['deployment']['cloud-sql-instance']['list'](input),\n});\n\nexport const deploymentCloudSqlInstanceResizeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-instance', 'resize'],\n mutationFn: (input: DeploymentCloudSqlInstanceResizeInput) => sdk['deployment']['cloud-sql-instance']['resize'](input),\n});\n\nexport const deploymentCloudSqlInstanceRestoreMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'cloud-sql-instance', 'restore'],\n mutationFn: (input: DeploymentCloudSqlInstanceRestoreInput) => sdk['deployment']['cloud-sql-instance']['restore'](input),\n});\n\nexport const deploymentCloudSqlLogsQueryOptions = (sdk: GeneratedClient, input: DeploymentCloudSqlLogsInput) => ({\n queryKey: ['deployment', 'cloud-sql', 'logs', input] as const,\n queryFn: () => sdk['deployment']['cloud-sql']['logs'](input),\n});\n\nexport const deploymentDeploymentCancelMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'deployment', 'cancel'],\n mutationFn: (input: DeploymentDeploymentCancelInput) => sdk['deployment']['deployment']['cancel'](input),\n});\n\nexport const deploymentDeploymentGetQueryOptions = (sdk: GeneratedClient, input: DeploymentDeploymentGetInput) => ({\n queryKey: ['deployment', 'deployment', 'get', input] as const,\n queryFn: () => sdk['deployment']['deployment']['get'](input),\n});\n\nexport const deploymentDeploymentListQueryOptions = (sdk: GeneratedClient, input: DeploymentDeploymentListInput) => ({\n queryKey: ['deployment', 'deployment', 'list', input] as const,\n queryFn: () => sdk['deployment']['deployment']['list'](input),\n});\n\nexport const deploymentDomainAddMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain', 'add'],\n mutationFn: (input: DeploymentDomainAddInput) => sdk['deployment']['domain']['add'](input),\n});\n\nexport const deploymentDomainAllowedListQueryOptions = (sdk: GeneratedClient, input: DeploymentDomainAllowedListInput) => ({\n queryKey: ['deployment', 'domain-allowed', 'list', input] as const,\n queryFn: () => sdk['deployment']['domain-allowed']['list'](input),\n});\n\nexport const deploymentDomainGetQueryOptions = (sdk: GeneratedClient, input: DeploymentDomainGetInput) => ({\n queryKey: ['deployment', 'domain', 'get', input] as const,\n queryFn: () => sdk['deployment']['domain']['get'](input),\n});\n\nexport const deploymentDomainListQueryOptions = (sdk: GeneratedClient, input: DeploymentDomainListInput) => ({\n queryKey: ['deployment', 'domain', 'list', input] as const,\n queryFn: () => sdk['deployment']['domain']['list'](input),\n});\n\nexport const deploymentDomainListByServiceQueryOptions = (sdk: GeneratedClient, input: DeploymentDomainListByServiceInput) => ({\n queryKey: ['deployment', 'domain-list-by', 'service', input] as const,\n queryFn: () => sdk['deployment']['domain-list-by']['service'](input),\n});\n\nexport const deploymentDomainRedirectWwwMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain-redirect', 'www'],\n mutationFn: (input: DeploymentDomainRedirectWwwInput) => sdk['deployment']['domain-redirect']['www'](input),\n});\n\nexport const deploymentDomainRemoveMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain', 'remove'],\n mutationFn: (input: DeploymentDomainRemoveInput) => sdk['deployment']['domain']['remove'](input),\n});\n\nexport const deploymentDomainRoutesAddMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain-routes', 'add'],\n mutationFn: (input: DeploymentDomainRoutesAddInput) => sdk['deployment']['domain-routes']['add'](input),\n});\n\nexport const deploymentDomainRoutesListQueryOptions = (sdk: GeneratedClient, input: DeploymentDomainRoutesListInput) => ({\n queryKey: ['deployment', 'domain-routes', 'list', input] as const,\n queryFn: () => sdk['deployment']['domain-routes']['list'](input),\n});\n\nexport const deploymentDomainRoutesRemoveMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain-routes', 'remove'],\n mutationFn: (input: DeploymentDomainRoutesRemoveInput) => sdk['deployment']['domain-routes']['remove'](input),\n});\n\nexport const deploymentDomainRoutesUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain-routes', 'update'],\n mutationFn: (input: DeploymentDomainRoutesUpdateInput) => sdk['deployment']['domain-routes']['update'](input),\n});\n\nexport const deploymentDomainVerifyMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'domain', 'verify'],\n mutationFn: (input: DeploymentDomainVerifyInput) => sdk['deployment']['domain']['verify'](input),\n});\n\nexport const deploymentEnvironmentCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'environment', 'create'],\n mutationFn: (input: DeploymentEnvironmentCreateInput) => sdk['deployment']['environment']['create'](input),\n});\n\nexport const deploymentEnvironmentDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'environment', 'delete'],\n mutationFn: (input: DeploymentEnvironmentDeleteInput) => sdk['deployment']['environment']['delete'](input),\n});\n\nexport const deploymentEnvironmentForkMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'environment', 'fork'],\n mutationFn: (input: DeploymentEnvironmentForkInput) => sdk['deployment']['environment']['fork'](input),\n});\n\nexport const deploymentEnvironmentGetQueryOptions = (sdk: GeneratedClient, input: DeploymentEnvironmentGetInput) => ({\n queryKey: ['deployment', 'environment', 'get', input] as const,\n queryFn: () => sdk['deployment']['environment']['get'](input),\n});\n\nexport const deploymentEnvironmentListQueryOptions = (sdk: GeneratedClient, input: DeploymentEnvironmentListInput) => ({\n queryKey: ['deployment', 'environment', 'list', input] as const,\n queryFn: () => sdk['deployment']['environment']['list'](input),\n});\n\nexport const deploymentEnvironmentReconcileMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'environment', 'reconcile'],\n mutationFn: (input: DeploymentEnvironmentReconcileInput) => sdk['deployment']['environment']['reconcile'](input),\n});\n\nexport const deploymentEnvironmentUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'environment', 'update'],\n mutationFn: (input: DeploymentEnvironmentUpdateInput) => sdk['deployment']['environment']['update'](input),\n});\n\nexport const deploymentEventsListByEnvironmentQueryOptions = (sdk: GeneratedClient, input: DeploymentEventsListByEnvironmentInput) => ({\n queryKey: ['deployment', 'events-list-by', 'environment', input] as const,\n queryFn: () => sdk['deployment']['events-list-by']['environment'](input),\n});\n\nexport const deploymentEventsListByServiceQueryOptions = (sdk: GeneratedClient, input: DeploymentEventsListByServiceInput) => ({\n queryKey: ['deployment', 'events-list-by', 'service', input] as const,\n queryFn: () => sdk['deployment']['events-list-by']['service'](input),\n});\n\nexport const deploymentManagedServiceBackupMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'backup'],\n mutationFn: (input: DeploymentManagedServiceBackupInput) => sdk['deployment']['managed-service']['backup'](input),\n});\n\nexport const deploymentManagedServiceBackupListQueryOptions = (sdk: GeneratedClient, input: DeploymentManagedServiceBackupListInput) => ({\n queryKey: ['deployment', 'managed-service-backup', 'list', input] as const,\n queryFn: () => sdk['deployment']['managed-service-backup']['list'](input),\n});\n\nexport const deploymentManagedServiceConnectInfoQueryOptions = (sdk: GeneratedClient, input: DeploymentManagedServiceConnectInfoInput) => ({\n queryKey: ['deployment', 'managed-service-connect', 'info', input] as const,\n queryFn: () => sdk['deployment']['managed-service-connect']['info'](input),\n});\n\nexport const deploymentManagedServiceDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'delete'],\n mutationFn: (input: DeploymentManagedServiceDeleteInput) => sdk['deployment']['managed-service']['delete'](input),\n});\n\nexport const deploymentManagedServiceGetQueryOptions = (sdk: GeneratedClient, input: DeploymentManagedServiceGetInput) => ({\n queryKey: ['deployment', 'managed-service', 'get', input] as const,\n queryFn: () => sdk['deployment']['managed-service']['get'](input),\n});\n\nexport const deploymentManagedServiceListQueryOptions = (sdk: GeneratedClient, input: DeploymentManagedServiceListInput) => ({\n queryKey: ['deployment', 'managed-service', 'list', input] as const,\n queryFn: () => sdk['deployment']['managed-service']['list'](input),\n});\n\nexport const deploymentManagedServiceLogsQueryOptions = (sdk: GeneratedClient, input: DeploymentManagedServiceLogsInput) => ({\n queryKey: ['deployment', 'managed-service', 'logs', input] as const,\n queryFn: () => sdk['deployment']['managed-service']['logs'](input),\n});\n\nexport const deploymentManagedServiceProvisionMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'provision'],\n mutationFn: (input: DeploymentManagedServiceProvisionInput) => sdk['deployment']['managed-service']['provision'](input),\n});\n\nexport const deploymentManagedServiceReconcileMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'reconcile'],\n mutationFn: (input: DeploymentManagedServiceReconcileInput) => sdk['deployment']['managed-service']['reconcile'](input),\n});\n\nexport const deploymentManagedServiceResizeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'resize'],\n mutationFn: (input: DeploymentManagedServiceResizeInput) => sdk['deployment']['managed-service']['resize'](input),\n});\n\nexport const deploymentManagedServiceRestoreMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'restore'],\n mutationFn: (input: DeploymentManagedServiceRestoreInput) => sdk['deployment']['managed-service']['restore'](input),\n});\n\nexport const deploymentManagedServiceStartMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'start'],\n mutationFn: (input: DeploymentManagedServiceStartInput) => sdk['deployment']['managed-service']['start'](input),\n});\n\nexport const deploymentManagedServiceStopMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'managed-service', 'stop'],\n mutationFn: (input: DeploymentManagedServiceStopInput) => sdk['deployment']['managed-service']['stop'](input),\n});\n\nexport const deploymentManagedServiceTypesQueryOptions = (sdk: GeneratedClient, input: DeploymentManagedServiceTypesInput) => ({\n queryKey: ['deployment', 'managed-service', 'types', input] as const,\n queryFn: () => sdk['deployment']['managed-service']['types'](input),\n});\n\nexport const deploymentMetricsGetQueryOptions = (sdk: GeneratedClient, input: DeploymentMetricsGetInput) => ({\n queryKey: ['deployment', 'metrics', 'get', input] as const,\n queryFn: () => sdk['deployment']['metrics']['get'](input),\n});\n\nexport const deploymentPreviewEnvironmentCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'preview-environment', 'create'],\n mutationFn: (input: DeploymentPreviewEnvironmentCreateInput) => sdk['deployment']['preview-environment']['create'](input),\n});\n\nexport const deploymentPreviewEnvironmentDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'preview-environment', 'delete'],\n mutationFn: (input: DeploymentPreviewEnvironmentDeleteInput) => sdk['deployment']['preview-environment']['delete'](input),\n});\n\nexport const deploymentPreviewEnvironmentListQueryOptions = (sdk: GeneratedClient, input: DeploymentPreviewEnvironmentListInput) => ({\n queryKey: ['deployment', 'preview-environment', 'list', input] as const,\n queryFn: () => sdk['deployment']['preview-environment']['list'](input),\n});\n\nexport const deploymentPreviewPolicyGetQueryOptions = (sdk: GeneratedClient, input: DeploymentPreviewPolicyGetInput) => ({\n queryKey: ['deployment', 'preview-policy', 'get', input] as const,\n queryFn: () => sdk['deployment']['preview-policy']['get'](input),\n});\n\nexport const deploymentPreviewPolicySetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'preview-policy', 'set'],\n mutationFn: (input: DeploymentPreviewPolicySetInput) => sdk['deployment']['preview-policy']['set'](input),\n});\n\nexport const deploymentServiceCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'create'],\n mutationFn: (input: DeploymentServiceCreateInput) => sdk['deployment']['service']['create'](input),\n});\n\nexport const deploymentServiceDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'delete'],\n mutationFn: (input: DeploymentServiceDeleteInput) => sdk['deployment']['service']['delete'](input),\n});\n\nexport const deploymentServiceExecMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'exec'],\n mutationFn: (input: DeploymentServiceExecInput) => sdk['deployment']['service']['exec'](input),\n});\n\nexport const deploymentServiceGetQueryOptions = (sdk: GeneratedClient, input: DeploymentServiceGetInput) => ({\n queryKey: ['deployment', 'service', 'get', input] as const,\n queryFn: () => sdk['deployment']['service']['get'](input),\n});\n\nexport const deploymentServiceListQueryOptions = (sdk: GeneratedClient, input: DeploymentServiceListInput) => ({\n queryKey: ['deployment', 'service', 'list', input] as const,\n queryFn: () => sdk['deployment']['service']['list'](input),\n});\n\nexport const deploymentServiceLogsQueryOptions = (sdk: GeneratedClient, input: DeploymentServiceLogsInput) => ({\n queryKey: ['deployment', 'service', 'logs', input] as const,\n queryFn: () => sdk['deployment']['service']['logs'](input),\n});\n\nexport const deploymentServiceRedeployMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'redeploy'],\n mutationFn: (input: DeploymentServiceRedeployInput) => sdk['deployment']['service']['redeploy'](input),\n});\n\nexport const deploymentServiceRestartMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'restart'],\n mutationFn: (input: DeploymentServiceRestartInput) => sdk['deployment']['service']['restart'](input),\n});\n\nexport const deploymentServiceRollbackMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'rollback'],\n mutationFn: (input: DeploymentServiceRollbackInput) => sdk['deployment']['service']['rollback'](input),\n});\n\nexport const deploymentServiceScaleMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'scale'],\n mutationFn: (input: DeploymentServiceScaleInput) => sdk['deployment']['service']['scale'](input),\n});\n\nexport const deploymentServiceUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'update'],\n mutationFn: (input: DeploymentServiceUpdateInput) => sdk['deployment']['service']['update'](input),\n});\n\nexport const deploymentServiceWakeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'service', 'wake'],\n mutationFn: (input: DeploymentServiceWakeInput) => sdk['deployment']['service']['wake'](input),\n});\n\nexport const deploymentSshCommandQueryOptions = (sdk: GeneratedClient, input: DeploymentSshCommandInput) => ({\n queryKey: ['deployment', 'ssh', 'command', input] as const,\n queryFn: () => sdk['deployment']['ssh']['command'](input),\n});\n\nexport const deploymentSshKeyDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'ssh-key', 'delete'],\n mutationFn: (input: DeploymentSshKeyDeleteInput) => sdk['deployment']['ssh-key']['delete'](input),\n});\n\nexport const deploymentSshKeyListQueryOptions = (sdk: GeneratedClient, input: DeploymentSshKeyListInput) => ({\n queryKey: ['deployment', 'ssh-key', 'list', input] as const,\n queryFn: () => sdk['deployment']['ssh-key']['list'](input),\n});\n\nexport const deploymentSshKeyRegisterMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'ssh-key', 'register'],\n mutationFn: (input: DeploymentSshKeyRegisterInput) => sdk['deployment']['ssh-key']['register'](input),\n});\n\nexport const deploymentVariableListQueryOptions = (sdk: GeneratedClient, input: DeploymentVariableListInput) => ({\n queryKey: ['deployment', 'variable', 'list', input] as const,\n queryFn: () => sdk['deployment']['variable']['list'](input),\n});\n\nexport const deploymentVariableListEnvQueryOptions = (sdk: GeneratedClient, input: DeploymentVariableListEnvInput) => ({\n queryKey: ['deployment', 'variable-list', 'env', input] as const,\n queryFn: () => sdk['deployment']['variable-list']['env'](input),\n});\n\nexport const deploymentVariableListProductQueryOptions = (sdk: GeneratedClient, input: DeploymentVariableListProductInput) => ({\n queryKey: ['deployment', 'variable-list', 'product', input] as const,\n queryFn: () => sdk['deployment']['variable-list']['product'](input),\n});\n\nexport const deploymentVariableSetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'variable', 'set'],\n mutationFn: (input: DeploymentVariableSetInput) => sdk['deployment']['variable']['set'](input),\n});\n\nexport const deploymentVariableSetEnvMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'variable-set', 'env'],\n mutationFn: (input: DeploymentVariableSetEnvInput) => sdk['deployment']['variable-set']['env'](input),\n});\n\nexport const deploymentVariableSetProductMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'variable-set', 'product'],\n mutationFn: (input: DeploymentVariableSetProductInput) => sdk['deployment']['variable-set']['product'](input),\n});\n\nexport const deploymentVariableUnsetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'variable', 'unset'],\n mutationFn: (input: DeploymentVariableUnsetInput) => sdk['deployment']['variable']['unset'](input),\n});\n\nexport const deploymentVariableUnsetEnvMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'variable-unset', 'env'],\n mutationFn: (input: DeploymentVariableUnsetEnvInput) => sdk['deployment']['variable-unset']['env'](input),\n});\n\nexport const deploymentVariableUnsetProductMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'variable-unset', 'product'],\n mutationFn: (input: DeploymentVariableUnsetProductInput) => sdk['deployment']['variable-unset']['product'](input),\n});\n\nexport const deploymentVcsBranchListQueryOptions = (sdk: GeneratedClient, input: DeploymentVcsBranchListInput) => ({\n queryKey: ['deployment', 'vcs-branch', 'list', input] as const,\n queryFn: () => sdk['deployment']['vcs-branch']['list'](input),\n});\n\nexport const deploymentVcsConnectionListQueryOptions = (sdk: GeneratedClient, input: DeploymentVcsConnectionListInput) => ({\n queryKey: ['deployment', 'vcs-connection', 'list', input] as const,\n queryFn: () => sdk['deployment']['vcs-connection']['list'](input),\n});\n\nexport const deploymentVcsRepoListQueryOptions = (sdk: GeneratedClient, input: DeploymentVcsRepoListInput) => ({\n queryKey: ['deployment', 'vcs-repo', 'list', input] as const,\n queryFn: () => sdk['deployment']['vcs-repo']['list'](input),\n});\n\nexport const deploymentVolumeCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'volume', 'create'],\n mutationFn: (input: DeploymentVolumeCreateInput) => sdk['deployment']['volume']['create'](input),\n});\n\nexport const deploymentVolumeDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'volume', 'delete'],\n mutationFn: (input: DeploymentVolumeDeleteInput) => sdk['deployment']['volume']['delete'](input),\n});\n\nexport const deploymentVolumeDetachMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'volume', 'detach'],\n mutationFn: (input: DeploymentVolumeDetachInput) => sdk['deployment']['volume']['detach'](input),\n});\n\nexport const deploymentVolumeGetQueryOptions = (sdk: GeneratedClient, input: DeploymentVolumeGetInput) => ({\n queryKey: ['deployment', 'volume', 'get', input] as const,\n queryFn: () => sdk['deployment']['volume']['get'](input),\n});\n\nexport const deploymentVolumeListQueryOptions = (sdk: GeneratedClient, input: DeploymentVolumeListInput) => ({\n queryKey: ['deployment', 'volume', 'list', input] as const,\n queryFn: () => sdk['deployment']['volume']['list'](input),\n});\n\nexport const deploymentVolumeResizeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'volume', 'resize'],\n mutationFn: (input: DeploymentVolumeResizeInput) => sdk['deployment']['volume']['resize'](input),\n});\n"]}
package/dist/index.cjs CHANGED
@@ -797,19 +797,6 @@ var bindings = {
797
797
  "path": "/brain/restores/:restoreId",
798
798
  "readOnly": true
799
799
  }
800
- },
801
- "usage": {
802
- "report": {
803
- "method": "GET",
804
- "params": [
805
- {
806
- "in": "query",
807
- "name": "days"
808
- }
809
- ],
810
- "path": "/brain/usage/report",
811
- "readOnly": true
812
- }
813
800
  }
814
801
  },
815
802
  "consent": {
@@ -2392,6 +2379,14 @@ var bindings = {
2392
2379
  "in": "body",
2393
2380
  "name": "resources"
2394
2381
  },
2382
+ {
2383
+ "in": "body",
2384
+ "name": "scaleToZero"
2385
+ },
2386
+ {
2387
+ "in": "body",
2388
+ "name": "idleMinutes"
2389
+ },
2395
2390
  {
2396
2391
  "in": "path",
2397
2392
  "name": "id"
@@ -2399,6 +2394,17 @@ var bindings = {
2399
2394
  ],
2400
2395
  "path": "/deployment/services/:id",
2401
2396
  "readOnly": false
2397
+ },
2398
+ "wake": {
2399
+ "method": "POST",
2400
+ "params": [
2401
+ {
2402
+ "in": "path",
2403
+ "name": "id"
2404
+ }
2405
+ ],
2406
+ "path": "/deployment/services/:id/wake",
2407
+ "readOnly": false
2402
2408
  }
2403
2409
  },
2404
2410
  "ssh": {
@@ -4364,7 +4370,140 @@ var bindings = {
4364
4370
  }
4365
4371
  }
4366
4372
  },
4373
+ "playground": {
4374
+ "analytics": {
4375
+ "overview": {
4376
+ "method": "POST",
4377
+ "params": [
4378
+ {
4379
+ "in": "body",
4380
+ "name": "limit"
4381
+ }
4382
+ ],
4383
+ "path": "/playground/analytics/overview",
4384
+ "readOnly": true
4385
+ }
4386
+ },
4387
+ "billing": {
4388
+ "entitlements": {
4389
+ "method": "POST",
4390
+ "path": "/playground/billing/entitlements",
4391
+ "readOnly": true
4392
+ },
4393
+ "record-usage": {
4394
+ "method": "POST",
4395
+ "params": [
4396
+ {
4397
+ "in": "body",
4398
+ "name": "value"
4399
+ }
4400
+ ],
4401
+ "path": "/playground/billing/usage",
4402
+ "readOnly": false
4403
+ }
4404
+ },
4405
+ "clickup": {
4406
+ "create-task": {
4407
+ "method": "POST",
4408
+ "params": [
4409
+ {
4410
+ "in": "body",
4411
+ "name": "listId"
4412
+ },
4413
+ {
4414
+ "in": "body",
4415
+ "name": "name"
4416
+ }
4417
+ ],
4418
+ "path": "/playground/clickup/tasks",
4419
+ "readOnly": false
4420
+ },
4421
+ "get-last-webhook": {
4422
+ "method": "GET",
4423
+ "path": "/playground/clickup/webhooks/last",
4424
+ "readOnly": true
4425
+ },
4426
+ "get-overview": {
4427
+ "method": "GET",
4428
+ "path": "/playground/clickup/overview",
4429
+ "readOnly": true
4430
+ }
4431
+ },
4432
+ "gdrive": {
4433
+ "get-last-change": {
4434
+ "method": "GET",
4435
+ "path": "/playground/gdrive/changes/last",
4436
+ "readOnly": true
4437
+ },
4438
+ "read-file": {
4439
+ "method": "POST",
4440
+ "params": [
4441
+ {
4442
+ "in": "body",
4443
+ "name": "fileId"
4444
+ }
4445
+ ],
4446
+ "path": "/playground/gdrive/file",
4447
+ "readOnly": true
4448
+ }
4449
+ },
4450
+ "googleads": {
4451
+ "read-customer": {
4452
+ "method": "POST",
4453
+ "path": "/playground/googleads/customer",
4454
+ "readOnly": true
4455
+ }
4456
+ },
4457
+ "lifecycle": {
4458
+ "get-state": {
4459
+ "method": "GET",
4460
+ "path": "/playground/lifecycle/state",
4461
+ "readOnly": true
4462
+ },
4463
+ "list-events": {
4464
+ "method": "GET",
4465
+ "path": "/playground/lifecycle/events",
4466
+ "readOnly": true
4467
+ }
4468
+ },
4469
+ "webhook": {
4470
+ "get-last": {
4471
+ "method": "GET",
4472
+ "path": "/playground/webhooks/last",
4473
+ "readOnly": true
4474
+ }
4475
+ }
4476
+ },
4367
4477
  "realtime": {
4478
+ "apikey": {
4479
+ "create": {
4480
+ "method": "POST",
4481
+ "params": [
4482
+ {
4483
+ "in": "body",
4484
+ "name": "name"
4485
+ }
4486
+ ],
4487
+ "path": "/realtime/api-keys",
4488
+ "readOnly": false
4489
+ },
4490
+ "list": {
4491
+ "method": "GET",
4492
+ "path": "/realtime/api-keys",
4493
+ "readOnly": true
4494
+ },
4495
+ "revoke": {
4496
+ "method": "DELETE",
4497
+ "params": [
4498
+ {
4499
+ "in": "path",
4500
+ "name": "id"
4501
+ }
4502
+ ],
4503
+ "path": "/realtime/api-keys/:id",
4504
+ "readOnly": false
4505
+ }
4506
+ },
4368
4507
  "archive": {
4369
4508
  "export": {
4370
4509
  "method": "POST",