@lessly/sdk-app 53.0.0 → 54.1.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 (42) hide show
  1. package/dist/_types/gen/brain/index.d.ts +1 -1
  2. package/dist/_types/gen/brain/queryOptions.gen.d.ts +5 -1
  3. package/dist/_types/gen/client.gen.d.ts +7 -38
  4. package/dist/_types/gen/deployment/index.d.ts +1 -1
  5. package/dist/_types/gen/deployment/queryOptions.gen.d.ts +5 -13
  6. package/dist/_types/gen/manifest.gen.d.ts +1 -1
  7. package/dist/_types/gen/types.gen.d.ts +4769 -4987
  8. package/dist/brain/index.cjs +5 -0
  9. package/dist/brain/index.cjs.map +1 -1
  10. package/dist/brain/index.js +5 -1
  11. package/dist/brain/index.js.map +1 -1
  12. package/dist/deployment/index.cjs +5 -15
  13. package/dist/deployment/index.cjs.map +1 -1
  14. package/dist/deployment/index.js +5 -13
  15. package/dist/deployment/index.js.map +1 -1
  16. package/dist/index.cjs +46 -199
  17. package/dist/index.cjs.map +1 -1
  18. package/dist/index.js +8911 -2
  19. package/dist/index.js.map +1 -1
  20. package/package.json +2 -12
  21. package/src/gen/bindings.gen.ts +47 -208
  22. package/src/gen/brain/index.ts +1 -1
  23. package/src/gen/brain/queryOptions.gen.ts +7 -0
  24. package/src/gen/client.gen.ts +10 -67
  25. package/src/gen/deployment/index.ts +1 -1
  26. package/src/gen/deployment/queryOptions.gen.ts +7 -20
  27. package/src/gen/manifest.gen.ts +1 -1
  28. package/src/gen/types.gen.ts +4773 -5028
  29. package/dist/_types/gen/playground/connect.gen.d.ts +0 -3
  30. package/dist/_types/gen/playground/index.d.ts +0 -3
  31. package/dist/_types/gen/playground/queryOptions.gen.d.ts +0 -50
  32. package/dist/chunk-E3CBZL3R.js +0 -9076
  33. package/dist/chunk-E3CBZL3R.js.map +0 -1
  34. package/dist/playground/index.cjs +0 -81
  35. package/dist/playground/index.cjs.map +0 -1
  36. package/dist/playground/index.d.cts +0 -1
  37. package/dist/playground/index.d.ts +0 -1
  38. package/dist/playground/index.js +0 -58
  39. package/dist/playground/index.js.map +0 -1
  40. package/src/gen/playground/connect.gen.ts +0 -9
  41. package/src/gen/playground/index.ts +0 -4
  42. package/src/gen/playground/queryOptions.gen.ts +0 -86
@@ -23,6 +23,10 @@ var deploymentAnalyticsQueryQueryOptions = (sdk, input) => ({
23
23
  queryKey: ["deployment", "analytics", "query", input],
24
24
  queryFn: () => sdk["deployment"]["analytics"]["query"](input)
25
25
  });
26
+ var deploymentAuditListQueryOptions = (sdk, input) => ({
27
+ queryKey: ["deployment", "audit", "list", input],
28
+ queryFn: () => sdk["deployment"]["audit"]["list"](input)
29
+ });
26
30
  var deploymentBuildGetQueryOptions = (sdk, input) => ({
27
31
  queryKey: ["deployment", "build", "get", input],
28
32
  queryFn: () => sdk["deployment"]["build"]["get"](input)
@@ -203,18 +207,6 @@ var deploymentEventsListByServiceQueryOptions = (sdk, input) => ({
203
207
  queryKey: ["deployment", "events-list-by", "service", input],
204
208
  queryFn: () => sdk["deployment"]["events-list-by"]["service"](input)
205
209
  });
206
- var deploymentJobRunMutationOptions = (sdk) => ({
207
- mutationKey: ["deployment", "job", "run"],
208
- mutationFn: (input) => sdk["deployment"]["job"]["run"](input)
209
- });
210
- var deploymentJobRunLogsQueryOptions = (sdk, input) => ({
211
- queryKey: ["deployment", "job-run", "logs", input],
212
- queryFn: () => sdk["deployment"]["job-run"]["logs"](input)
213
- });
214
- var deploymentJobRunsListQueryOptions = (sdk, input) => ({
215
- queryKey: ["deployment", "job-runs", "list", input],
216
- queryFn: () => sdk["deployment"]["job-runs"]["list"](input)
217
- });
218
210
  var deploymentManagedServiceBackupMutationOptions = (sdk) => ({
219
211
  mutationKey: ["deployment", "managed-service", "backup"],
220
212
  mutationFn: (input) => sdk["deployment"]["managed-service"]["backup"](input)
@@ -436,6 +428,6 @@ var deploymentVolumeResizeMutationOptions = (sdk) => ({
436
428
  mutationFn: (input) => sdk["deployment"]["volume"]["resize"](input)
437
429
  });
438
430
 
439
- export { deploymentAlertCreateMutationOptions, deploymentAlertDeleteMutationOptions, deploymentAlertEventsListQueryOptions, deploymentAlertListQueryOptions, deploymentAlertUpdateMutationOptions, deploymentAnalyticsQueryQueryOptions, 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, deploymentJobRunLogsQueryOptions, deploymentJobRunMutationOptions, deploymentJobRunsListQueryOptions, 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 };
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 };
440
432
  //# sourceMappingURL=index.js.map
441
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 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 DeploymentJobRunInput,\n DeploymentJobRunLogsInput,\n DeploymentJobRunLogsOutput,\n DeploymentJobRunsListInput,\n DeploymentJobRunsListOutput,\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 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 deploymentJobRunMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['deployment', 'job', 'run'],\n mutationFn: (input: DeploymentJobRunInput) => sdk['deployment']['job']['run'](input),\n});\n\nexport const deploymentJobRunLogsQueryOptions = (sdk: GeneratedClient, input: DeploymentJobRunLogsInput) => ({\n queryKey: ['deployment', 'job-run', 'logs', input] as const,\n queryFn: () => sdk['deployment']['job-run']['logs'](input),\n});\n\nexport const deploymentJobRunsListQueryOptions = (sdk: GeneratedClient, input: DeploymentJobRunsListInput) => ({\n queryKey: ['deployment', 'job-runs', 'list', input] as const,\n queryFn: () => sdk['deployment']['job-runs']['list'](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"]}
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
@@ -1248,6 +1248,19 @@ var bindings = {
1248
1248
  "path": "/brain/restores/:restoreId",
1249
1249
  "readOnly": true
1250
1250
  }
1251
+ },
1252
+ "usage": {
1253
+ "report": {
1254
+ "method": "GET",
1255
+ "params": [
1256
+ {
1257
+ "in": "query",
1258
+ "name": "days"
1259
+ }
1260
+ ],
1261
+ "path": "/brain/usage/report",
1262
+ "readOnly": true
1263
+ }
1251
1264
  }
1252
1265
  },
1253
1266
  "consent": {
@@ -2153,6 +2166,39 @@ var bindings = {
2153
2166
  "readOnly": true
2154
2167
  }
2155
2168
  },
2169
+ "audit": {
2170
+ "list": {
2171
+ "method": "GET",
2172
+ "params": [
2173
+ {
2174
+ "in": "path",
2175
+ "name": "environmentId"
2176
+ },
2177
+ {
2178
+ "in": "query",
2179
+ "name": "entityType"
2180
+ },
2181
+ {
2182
+ "in": "query",
2183
+ "name": "action"
2184
+ },
2185
+ {
2186
+ "in": "query",
2187
+ "name": "actorId"
2188
+ },
2189
+ {
2190
+ "in": "query",
2191
+ "name": "serviceId"
2192
+ },
2193
+ {
2194
+ "in": "query",
2195
+ "name": "limit"
2196
+ }
2197
+ ],
2198
+ "path": "/deployment/environments/:environmentId/audit",
2199
+ "readOnly": true
2200
+ }
2201
+ },
2156
2202
  "build": {
2157
2203
  "get": {
2158
2204
  "method": "GET",
@@ -2848,57 +2894,6 @@ var bindings = {
2848
2894
  "readOnly": true
2849
2895
  }
2850
2896
  },
2851
- "job": {
2852
- "run": {
2853
- "method": "POST",
2854
- "params": [
2855
- {
2856
- "in": "path",
2857
- "name": "serviceId"
2858
- }
2859
- ],
2860
- "path": "/deployment/services/:serviceId/runs",
2861
- "readOnly": false
2862
- }
2863
- },
2864
- "job-run": {
2865
- "logs": {
2866
- "method": "GET",
2867
- "params": [
2868
- {
2869
- "in": "path",
2870
- "name": "serviceId"
2871
- },
2872
- {
2873
- "in": "path",
2874
- "name": "runId"
2875
- }
2876
- ],
2877
- "path": "/deployment/services/:serviceId/runs/:runId/logs",
2878
- "readOnly": true
2879
- }
2880
- },
2881
- "job-runs": {
2882
- "list": {
2883
- "method": "GET",
2884
- "params": [
2885
- {
2886
- "in": "path",
2887
- "name": "serviceId"
2888
- },
2889
- {
2890
- "in": "query",
2891
- "name": "limit"
2892
- },
2893
- {
2894
- "in": "query",
2895
- "name": "cursor"
2896
- }
2897
- ],
2898
- "path": "/deployment/services/:serviceId/runs",
2899
- "readOnly": true
2900
- }
2901
- },
2902
2897
  "managed-service": {
2903
2898
  "backup": {
2904
2899
  "method": "POST",
@@ -3226,26 +3221,6 @@ var bindings = {
3226
3221
  {
3227
3222
  "in": "body",
3228
3223
  "name": "canvas"
3229
- },
3230
- {
3231
- "in": "body",
3232
- "name": "mode"
3233
- },
3234
- {
3235
- "in": "body",
3236
- "name": "schedule"
3237
- },
3238
- {
3239
- "in": "body",
3240
- "name": "command"
3241
- },
3242
- {
3243
- "in": "body",
3244
- "name": "jobTimeoutSec"
3245
- },
3246
- {
3247
- "in": "body",
3248
- "name": "jobConcurrency"
3249
3224
  }
3250
3225
  ],
3251
3226
  "path": "/deployment/environments/:environmentId/services",
@@ -3421,30 +3396,6 @@ var bindings = {
3421
3396
  "in": "body",
3422
3397
  "name": "autoDeploy"
3423
3398
  },
3424
- {
3425
- "in": "body",
3426
- "name": "schedule"
3427
- },
3428
- {
3429
- "in": "body",
3430
- "name": "scheduleSuspended"
3431
- },
3432
- {
3433
- "in": "body",
3434
- "name": "command"
3435
- },
3436
- {
3437
- "in": "body",
3438
- "name": "jobTimeoutSec"
3439
- },
3440
- {
3441
- "in": "body",
3442
- "name": "jobConcurrency"
3443
- },
3444
- {
3445
- "in": "body",
3446
- "name": "mode"
3447
- },
3448
3399
  {
3449
3400
  "in": "path",
3450
3401
  "name": "id"
@@ -6296,110 +6247,6 @@ var bindings = {
6296
6247
  }
6297
6248
  }
6298
6249
  },
6299
- "playground": {
6300
- "analytics": {
6301
- "overview": {
6302
- "method": "POST",
6303
- "params": [
6304
- {
6305
- "in": "body",
6306
- "name": "limit"
6307
- }
6308
- ],
6309
- "path": "/playground/analytics/overview",
6310
- "readOnly": true
6311
- }
6312
- },
6313
- "billing": {
6314
- "entitlements": {
6315
- "method": "POST",
6316
- "path": "/playground/billing/entitlements",
6317
- "readOnly": true
6318
- },
6319
- "record-usage": {
6320
- "method": "POST",
6321
- "params": [
6322
- {
6323
- "in": "body",
6324
- "name": "value"
6325
- }
6326
- ],
6327
- "path": "/playground/billing/usage",
6328
- "readOnly": false
6329
- }
6330
- },
6331
- "clickup": {
6332
- "create-task": {
6333
- "method": "POST",
6334
- "params": [
6335
- {
6336
- "in": "body",
6337
- "name": "listId"
6338
- },
6339
- {
6340
- "in": "body",
6341
- "name": "name"
6342
- }
6343
- ],
6344
- "path": "/playground/clickup/tasks",
6345
- "readOnly": false
6346
- },
6347
- "get-last-webhook": {
6348
- "method": "GET",
6349
- "path": "/playground/clickup/webhooks/last",
6350
- "readOnly": true
6351
- },
6352
- "get-overview": {
6353
- "method": "GET",
6354
- "path": "/playground/clickup/overview",
6355
- "readOnly": true
6356
- }
6357
- },
6358
- "gdrive": {
6359
- "get-last-change": {
6360
- "method": "GET",
6361
- "path": "/playground/gdrive/changes/last",
6362
- "readOnly": true
6363
- },
6364
- "read-file": {
6365
- "method": "POST",
6366
- "params": [
6367
- {
6368
- "in": "body",
6369
- "name": "fileId"
6370
- }
6371
- ],
6372
- "path": "/playground/gdrive/file",
6373
- "readOnly": true
6374
- }
6375
- },
6376
- "googleads": {
6377
- "read-customer": {
6378
- "method": "POST",
6379
- "path": "/playground/googleads/customer",
6380
- "readOnly": true
6381
- }
6382
- },
6383
- "lifecycle": {
6384
- "get-state": {
6385
- "method": "GET",
6386
- "path": "/playground/lifecycle/state",
6387
- "readOnly": true
6388
- },
6389
- "list-events": {
6390
- "method": "GET",
6391
- "path": "/playground/lifecycle/events",
6392
- "readOnly": true
6393
- }
6394
- },
6395
- "webhook": {
6396
- "get-last": {
6397
- "method": "GET",
6398
- "path": "/playground/webhooks/last",
6399
- "readOnly": true
6400
- }
6401
- }
6402
- },
6403
6250
  "realtime": {
6404
6251
  "archive": {
6405
6252
  "export": {