@lessly/sdk-app 25.0.0 → 27.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 (53) 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-DpY3PlYJ.d.cts → client.gen-BxrBJi8X.d.cts} +399 -98
  10. package/dist/{client.gen-DpY3PlYJ.d.ts → client.gen-BxrBJi8X.d.ts} +399 -98
  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 +119 -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 +119 -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.d.cts +1 -1
  36. package/dist/realtime/index.d.ts +1 -1
  37. package/dist/tracking/index.d.cts +1 -1
  38. package/dist/tracking/index.d.ts +1 -1
  39. package/dist/users/index.d.cts +1 -1
  40. package/dist/users/index.d.ts +1 -1
  41. package/dist/waitlist/index.d.cts +1 -1
  42. package/dist/waitlist/index.d.ts +1 -1
  43. package/package.json +7 -2
  44. package/src/gen/bindings.gen.ts +119 -13
  45. package/src/gen/brain/index.ts +1 -1
  46. package/src/gen/brain/queryOptions.gen.ts +0 -7
  47. package/src/gen/client.gen.ts +57 -5
  48. package/src/gen/deployment/index.ts +1 -1
  49. package/src/gen/deployment/queryOptions.gen.ts +7 -0
  50. package/src/gen/manifest.gen.ts +1 -1
  51. package/src/gen/playground/index.ts +3 -0
  52. package/src/gen/playground/queryOptions.gen.ts +86 -0
  53. package/src/gen/types.gen.ts +402 -96
@@ -351,6 +351,10 @@ var deploymentSshKeyRegisterMutationOptions = (sdk) => ({
351
351
  mutationKey: ["deployment", "ssh-key", "register"],
352
352
  mutationFn: (input) => sdk["deployment"]["ssh-key"]["register"](input)
353
353
  });
354
+ var deploymentSuspensionGetQueryOptions = (sdk, input) => ({
355
+ queryKey: ["deployment", "suspension", "get", input],
356
+ queryFn: () => sdk["deployment"]["suspension"]["get"](input)
357
+ });
354
358
  var deploymentVariableListQueryOptions = (sdk, input) => ({
355
359
  queryKey: ["deployment", "variable", "list", input],
356
360
  queryFn: () => sdk["deployment"]["variable"]["list"](input)
@@ -424,6 +428,6 @@ var deploymentVolumeResizeMutationOptions = (sdk) => ({
424
428
  mutationFn: (input) => sdk["deployment"]["volume"]["resize"](input)
425
429
  });
426
430
 
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 };
431
+ 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, deploymentSuspensionGetQueryOptions, deploymentVariableListEnvQueryOptions, deploymentVariableListProductQueryOptions, deploymentVariableListQueryOptions, deploymentVariableSetEnvMutationOptions, deploymentVariableSetMutationOptions, deploymentVariableSetProductMutationOptions, deploymentVariableUnsetEnvMutationOptions, deploymentVariableUnsetMutationOptions, deploymentVariableUnsetProductMutationOptions, deploymentVcsBranchListQueryOptions, deploymentVcsConnectionListQueryOptions, deploymentVcsRepoListQueryOptions, deploymentVolumeCreateMutationOptions, deploymentVolumeDeleteMutationOptions, deploymentVolumeDetachMutationOptions, deploymentVolumeGetQueryOptions, deploymentVolumeListQueryOptions, deploymentVolumeResizeMutationOptions };
428
432
  //# sourceMappingURL=index.js.map
429
433
  //# 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 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"]}
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 DeploymentSuspensionGetInput,\n DeploymentSuspensionGetOutput,\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 deploymentSuspensionGetQueryOptions = (sdk: GeneratedClient, input: DeploymentSuspensionGetInput) => ({\n queryKey: ['deployment', 'suspension', 'get', input] as const,\n queryFn: () => sdk['deployment']['suspension']['get'](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": {
@@ -2400,6 +2387,10 @@ var bindings = {
2400
2387
  "in": "body",
2401
2388
  "name": "idleMinutes"
2402
2389
  },
2390
+ {
2391
+ "in": "body",
2392
+ "name": "buildMachineType"
2393
+ },
2403
2394
  {
2404
2395
  "in": "path",
2405
2396
  "name": "id"
@@ -2466,6 +2457,13 @@ var bindings = {
2466
2457
  "readOnly": false
2467
2458
  }
2468
2459
  },
2460
+ "suspension": {
2461
+ "get": {
2462
+ "method": "GET",
2463
+ "path": "/deployment/product/suspension",
2464
+ "readOnly": true
2465
+ }
2466
+ },
2469
2467
  "variable": {
2470
2468
  "list": {
2471
2469
  "method": "GET",
@@ -4492,6 +4490,110 @@ var bindings = {
4492
4490
  }
4493
4491
  }
4494
4492
  },
4493
+ "playground": {
4494
+ "analytics": {
4495
+ "overview": {
4496
+ "method": "POST",
4497
+ "params": [
4498
+ {
4499
+ "in": "body",
4500
+ "name": "limit"
4501
+ }
4502
+ ],
4503
+ "path": "/playground/analytics/overview",
4504
+ "readOnly": true
4505
+ }
4506
+ },
4507
+ "billing": {
4508
+ "entitlements": {
4509
+ "method": "POST",
4510
+ "path": "/playground/billing/entitlements",
4511
+ "readOnly": true
4512
+ },
4513
+ "record-usage": {
4514
+ "method": "POST",
4515
+ "params": [
4516
+ {
4517
+ "in": "body",
4518
+ "name": "value"
4519
+ }
4520
+ ],
4521
+ "path": "/playground/billing/usage",
4522
+ "readOnly": false
4523
+ }
4524
+ },
4525
+ "clickup": {
4526
+ "create-task": {
4527
+ "method": "POST",
4528
+ "params": [
4529
+ {
4530
+ "in": "body",
4531
+ "name": "listId"
4532
+ },
4533
+ {
4534
+ "in": "body",
4535
+ "name": "name"
4536
+ }
4537
+ ],
4538
+ "path": "/playground/clickup/tasks",
4539
+ "readOnly": false
4540
+ },
4541
+ "get-last-webhook": {
4542
+ "method": "GET",
4543
+ "path": "/playground/clickup/webhooks/last",
4544
+ "readOnly": true
4545
+ },
4546
+ "get-overview": {
4547
+ "method": "GET",
4548
+ "path": "/playground/clickup/overview",
4549
+ "readOnly": true
4550
+ }
4551
+ },
4552
+ "gdrive": {
4553
+ "get-last-change": {
4554
+ "method": "GET",
4555
+ "path": "/playground/gdrive/changes/last",
4556
+ "readOnly": true
4557
+ },
4558
+ "read-file": {
4559
+ "method": "POST",
4560
+ "params": [
4561
+ {
4562
+ "in": "body",
4563
+ "name": "fileId"
4564
+ }
4565
+ ],
4566
+ "path": "/playground/gdrive/file",
4567
+ "readOnly": true
4568
+ }
4569
+ },
4570
+ "googleads": {
4571
+ "read-customer": {
4572
+ "method": "POST",
4573
+ "path": "/playground/googleads/customer",
4574
+ "readOnly": true
4575
+ }
4576
+ },
4577
+ "lifecycle": {
4578
+ "get-state": {
4579
+ "method": "GET",
4580
+ "path": "/playground/lifecycle/state",
4581
+ "readOnly": true
4582
+ },
4583
+ "list-events": {
4584
+ "method": "GET",
4585
+ "path": "/playground/lifecycle/events",
4586
+ "readOnly": true
4587
+ }
4588
+ },
4589
+ "webhook": {
4590
+ "get-last": {
4591
+ "method": "GET",
4592
+ "path": "/playground/webhooks/last",
4593
+ "readOnly": true
4594
+ }
4595
+ }
4596
+ },
4495
4597
  "realtime": {
4496
4598
  "archive": {
4497
4599
  "export": {
@@ -5696,6 +5798,10 @@ var bindings = {
5696
5798
  "in": "body",
5697
5799
  "name": "retention"
5698
5800
  },
5801
+ {
5802
+ "in": "body",
5803
+ "name": "hosted"
5804
+ },
5699
5805
  {
5700
5806
  "in": "body",
5701
5807
  "name": "mfa"