@lessly/sdk-app 55.0.0 → 56.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_types/gen/brain/index.d.ts +1 -1
- package/dist/_types/gen/brain/queryOptions.gen.d.ts +5 -1
- package/dist/_types/gen/client.gen.d.ts +7 -38
- package/dist/_types/gen/deployment/index.d.ts +1 -1
- package/dist/_types/gen/deployment/queryOptions.gen.d.ts +5 -13
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/types.gen.d.ts +113 -363
- package/dist/brain/index.cjs +5 -0
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.js +5 -1
- package/dist/brain/index.js.map +1 -1
- package/dist/deployment/index.cjs +5 -15
- package/dist/deployment/index.cjs.map +1 -1
- package/dist/deployment/index.js +5 -13
- package/dist/deployment/index.js.map +1 -1
- package/dist/index.cjs +46 -199
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8956 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -12
- package/src/gen/bindings.gen.ts +47 -208
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +10 -67
- package/src/gen/deployment/index.ts +1 -1
- package/src/gen/deployment/queryOptions.gen.ts +7 -20
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +117 -404
- package/dist/_types/gen/playground/connect.gen.d.ts +0 -3
- package/dist/_types/gen/playground/index.d.ts +0 -3
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +0 -50
- package/dist/chunk-4RJR4UQ3.js +0 -9121
- package/dist/chunk-4RJR4UQ3.js.map +0 -1
- package/dist/playground/index.cjs +0 -81
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -1
- package/dist/playground/index.d.ts +0 -1
- package/dist/playground/index.js +0 -58
- package/dist/playground/index.js.map +0 -1
- package/src/gen/playground/connect.gen.ts +0 -9
- package/src/gen/playground/index.ts +0 -4
- package/src/gen/playground/queryOptions.gen.ts +0 -86
package/dist/deployment/index.js
CHANGED
|
@@ -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,
|
|
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":";AAgKO,IAAM,oCAAA,GAAuC,CAAC,GAAA,MAA0B;AAAA,EAC7E,WAAA,EAAa,CAAC,YAAA,EAAc,OAAA,EAAS,QAAQ,CAAA;AAAA,EAC7C,UAAA,EAAY,CAAC,KAAA,KAAsC,GAAA,CAAI,YAAY,EAAE,OAAO,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC/F,CAAA;AAEO,IAAM,oCAAA,GAAuC,CAAC,GAAA,MAA0B;AAAA,EAC7E,WAAA,EAAa,CAAC,YAAA,EAAc,OAAA,EAAS,QAAQ,CAAA;AAAA,EAC7C,UAAA,EAAY,CAAC,KAAA,KAAsC,GAAA,CAAI,YAAY,EAAE,OAAO,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC/F,CAAA;AAEO,IAAM,qCAAA,GAAwC,CAAC,GAAA,EAAsB,KAAA,MAA2C;AAAA,EACrH,QAAA,EAAU,CAAC,YAAA,EAAc,cAAA,EAAgB,QAAQ,KAAK,CAAA;AAAA,EACtD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,cAAc,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAChE,CAAA;AAEO,IAAM,+BAAA,GAAkC,CAAC,GAAA,EAAsB,KAAA,MAAqC;AAAA,EACzG,QAAA,EAAU,CAAC,YAAA,EAAc,OAAA,EAAS,QAAQ,KAAK,CAAA;AAAA,EAC/C,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,OAAO,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACzD,CAAA;AAEO,IAAM,oCAAA,GAAuC,CAAC,GAAA,MAA0B;AAAA,EAC7E,WAAA,EAAa,CAAC,YAAA,EAAc,OAAA,EAAS,QAAQ,CAAA;AAAA,EAC7C,UAAA,EAAY,CAAC,KAAA,KAAsC,GAAA,CAAI,YAAY,EAAE,OAAO,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC/F,CAAA;AAEO,IAAM,oCAAA,GAAuC,CAAC,GAAA,EAAsB,KAAA,MAA0C;AAAA,EACnH,QAAA,EAAU,CAAC,YAAA,EAAc,WAAA,EAAa,SAAS,KAAK,CAAA;AAAA,EACpD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,WAAW,CAAA,CAAE,OAAO,CAAA,CAAE,KAAK;AAC9D,CAAA;AAEO,IAAM,+BAAA,GAAkC,CAAC,GAAA,EAAsB,KAAA,MAAqC;AAAA,EACzG,QAAA,EAAU,CAAC,YAAA,EAAc,OAAA,EAAS,QAAQ,KAAK,CAAA;AAAA,EAC/C,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,OAAO,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACzD,CAAA;AAEO,IAAM,8BAAA,GAAiC,CAAC,GAAA,EAAsB,KAAA,MAAoC;AAAA,EACvG,QAAA,EAAU,CAAC,YAAA,EAAc,OAAA,EAAS,OAAO,KAAK,CAAA;AAAA,EAC9C,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,OAAO,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AACxD,CAAA;AAEO,IAAM,+BAAA,GAAkC,CAAC,GAAA,EAAsB,KAAA,MAAqC;AAAA,EACzG,QAAA,EAAU,CAAC,YAAA,EAAc,OAAA,EAAS,QAAQ,KAAK,CAAA;AAAA,EAC/C,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,OAAO,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACzD,CAAA;AAEO,IAAM,+BAAA,GAAkC,CAAC,GAAA,EAAsB,KAAA,MAAqC;AAAA,EACzG,QAAA,EAAU,CAAC,YAAA,EAAc,OAAA,EAAS,QAAQ,KAAK,CAAA;AAAA,EAC/C,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,OAAO,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACzD,CAAA;AAEO,IAAM,+BAAA,GAAkC,CAAC,GAAA,EAAsB,KAAA,MAAqC;AAAA,EACzG,QAAA,EAAU,CAAC,YAAA,EAAc,QAAA,EAAU,OAAO,KAAK,CAAA;AAAA,EAC/C,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AACzD,CAAA;AAEO,IAAM,uCAAA,GAA0C,CAAC,GAAA,MAA0B;AAAA,EAChF,WAAA,EAAa,CAAC,YAAA,EAAc,aAAA,EAAe,MAAM,CAAA;AAAA,EACjD,UAAA,EAAY,CAAC,KAAA,KAAyC,GAAA,CAAI,YAAY,EAAE,aAAa,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACtG,CAAA;AAEO,IAAM,iDAAA,GAAoD,CAAC,GAAA,MAA0B;AAAA,EAC1F,WAAA,EAAa,CAAC,YAAA,EAAc,wBAAA,EAA0B,OAAO,CAAA;AAAA,EAC7D,UAAA,EAAY,CAAC,KAAA,KAAmD,GAAA,CAAI,YAAY,EAAE,wBAAwB,CAAA,CAAE,OAAO,CAAA,CAAE,KAAK;AAC5H,CAAA;AAEO,IAAM,+CAAA,GAAkD,CAAC,GAAA,MAA0B;AAAA,EACxF,WAAA,EAAa,CAAC,YAAA,EAAc,oBAAA,EAAsB,QAAQ,CAAA;AAAA,EAC1D,UAAA,EAAY,CAAC,KAAA,KAAiD,GAAA,CAAI,YAAY,EAAE,oBAAoB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACvH,CAAA;AAEO,IAAM,+CAAA,GAAkD,CAAC,GAAA,MAA0B;AAAA,EACxF,WAAA,EAAa,CAAC,YAAA,EAAc,oBAAA,EAAsB,QAAQ,CAAA;AAAA,EAC1D,UAAA,EAAY,CAAC,KAAA,KAAiD,GAAA,CAAI,YAAY,EAAE,oBAAoB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACvH,CAAA;AAEO,IAAM,+CAAA,GAAkD,CAAC,GAAA,MAA0B;AAAA,EACxF,WAAA,EAAa,CAAC,YAAA,EAAc,oBAAA,EAAsB,QAAQ,CAAA;AAAA,EAC1D,UAAA,EAAY,CAAC,KAAA,KAAiD,GAAA,CAAI,YAAY,EAAE,oBAAoB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACvH,CAAA;AAEO,IAAM,+CAAA,GAAkD,CAAC,GAAA,MAA0B;AAAA,EACxF,WAAA,EAAa,CAAC,YAAA,EAAc,oBAAA,EAAsB,QAAQ,CAAA;AAAA,EAC1D,UAAA,EAAY,CAAC,KAAA,KAAiD,GAAA,CAAI,YAAY,EAAE,oBAAoB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACvH,CAAA;AAEO,IAAM,yCAAA,GAA4C,CAAC,GAAA,EAAsB,KAAA,MAA+C;AAAA,EAC7H,QAAA,EAAU,CAAC,YAAA,EAAc,oBAAA,EAAsB,OAAO,KAAK,CAAA;AAAA,EAC3D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,oBAAoB,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AACrE,CAAA;AAEO,IAAM,0CAAA,GAA6C,CAAC,GAAA,EAAsB,KAAA,MAAgD;AAAA,EAC/H,QAAA,EAAU,CAAC,YAAA,EAAc,oBAAA,EAAsB,QAAQ,KAAK,CAAA;AAAA,EAC5D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,oBAAoB,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACtE,CAAA;AAEO,IAAM,+CAAA,GAAkD,CAAC,GAAA,MAA0B;AAAA,EACxF,WAAA,EAAa,CAAC,YAAA,EAAc,oBAAA,EAAsB,QAAQ,CAAA;AAAA,EAC1D,UAAA,EAAY,CAAC,KAAA,KAAiD,GAAA,CAAI,YAAY,EAAE,oBAAoB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACvH,CAAA;AAEO,IAAM,gDAAA,GAAmD,CAAC,GAAA,EAAsB,KAAA,MAAsD;AAAA,EAC3I,QAAA,EAAU,CAAC,YAAA,EAAc,2BAAA,EAA6B,QAAQ,KAAK,CAAA;AAAA,EACnE,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,2BAA2B,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC7E,CAAA;AAEO,IAAM,+CAAA,GAAkD,CAAC,GAAA,MAA0B;AAAA,EACxF,WAAA,EAAa,CAAC,YAAA,EAAc,oBAAA,EAAsB,QAAQ,CAAA;AAAA,EAC1D,UAAA,EAAY,CAAC,KAAA,KAAiD,GAAA,CAAI,YAAY,EAAE,oBAAoB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACvH,CAAA;AAEO,IAAM,+CAAA,GAAkD,CAAC,GAAA,MAA0B;AAAA,EACxF,WAAA,EAAa,CAAC,YAAA,EAAc,oBAAA,EAAsB,QAAQ,CAAA;AAAA,EAC1D,UAAA,EAAY,CAAC,KAAA,KAAiD,GAAA,CAAI,YAAY,EAAE,oBAAoB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACvH,CAAA;AAEO,IAAM,yCAAA,GAA4C,CAAC,GAAA,EAAsB,KAAA,MAA+C;AAAA,EAC7H,QAAA,EAAU,CAAC,YAAA,EAAc,oBAAA,EAAsB,OAAO,KAAK,CAAA;AAAA,EAC3D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,oBAAoB,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AACrE,CAAA;AAEO,IAAM,0CAAA,GAA6C,CAAC,GAAA,EAAsB,KAAA,MAAgD;AAAA,EAC/H,QAAA,EAAU,CAAC,YAAA,EAAc,oBAAA,EAAsB,QAAQ,KAAK,CAAA;AAAA,EAC5D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,oBAAoB,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACtE,CAAA;AAEO,IAAM,+CAAA,GAAkD,CAAC,GAAA,MAA0B;AAAA,EACxF,WAAA,EAAa,CAAC,YAAA,EAAc,oBAAA,EAAsB,QAAQ,CAAA;AAAA,EAC1D,UAAA,EAAY,CAAC,KAAA,KAAiD,GAAA,CAAI,YAAY,EAAE,oBAAoB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACvH,CAAA;AAEO,IAAM,gDAAA,GAAmD,CAAC,GAAA,MAA0B;AAAA,EACzF,WAAA,EAAa,CAAC,YAAA,EAAc,oBAAA,EAAsB,SAAS,CAAA;AAAA,EAC3D,UAAA,EAAY,CAAC,KAAA,KAAkD,GAAA,CAAI,YAAY,EAAE,oBAAoB,CAAA,CAAE,SAAS,CAAA,CAAE,KAAK;AACzH,CAAA;AAEO,IAAM,kCAAA,GAAqC,CAAC,GAAA,EAAsB,KAAA,MAAwC;AAAA,EAC/G,QAAA,EAAU,CAAC,YAAA,EAAc,WAAA,EAAa,QAAQ,KAAK,CAAA;AAAA,EACnD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,WAAW,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC7D,CAAA;AAEO,IAAM,yCAAA,GAA4C,CAAC,GAAA,MAA0B;AAAA,EAClF,WAAA,EAAa,CAAC,YAAA,EAAc,YAAA,EAAc,QAAQ,CAAA;AAAA,EAClD,UAAA,EAAY,CAAC,KAAA,KAA2C,GAAA,CAAI,YAAY,EAAE,YAAY,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACzG,CAAA;AAEO,IAAM,mCAAA,GAAsC,CAAC,GAAA,EAAsB,KAAA,MAAyC;AAAA,EACjH,QAAA,EAAU,CAAC,YAAA,EAAc,YAAA,EAAc,OAAO,KAAK,CAAA;AAAA,EACnD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,YAAY,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAC7D,CAAA;AAEO,IAAM,oCAAA,GAAuC,CAAC,GAAA,EAAsB,KAAA,MAA0C;AAAA,EACnH,QAAA,EAAU,CAAC,YAAA,EAAc,YAAA,EAAc,QAAQ,KAAK,CAAA;AAAA,EACpD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,YAAY,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC9D,CAAA;AAEO,IAAM,kCAAA,GAAqC,CAAC,GAAA,MAA0B;AAAA,EAC3E,WAAA,EAAa,CAAC,YAAA,EAAc,QAAA,EAAU,KAAK,CAAA;AAAA,EAC3C,UAAA,EAAY,CAAC,KAAA,KAAoC,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAC3F,CAAA;AAEO,IAAM,uCAAA,GAA0C,CAAC,GAAA,EAAsB,KAAA,MAA6C;AAAA,EACzH,QAAA,EAAU,CAAC,YAAA,EAAc,gBAAA,EAAkB,QAAQ,KAAK,CAAA;AAAA,EACxD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,gBAAgB,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAClE,CAAA;AAEO,IAAM,+BAAA,GAAkC,CAAC,GAAA,EAAsB,KAAA,MAAqC;AAAA,EACzG,QAAA,EAAU,CAAC,YAAA,EAAc,QAAA,EAAU,OAAO,KAAK,CAAA;AAAA,EAC/C,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AACzD,CAAA;AAEO,IAAM,gCAAA,GAAmC,CAAC,GAAA,EAAsB,KAAA,MAAsC;AAAA,EAC3G,QAAA,EAAU,CAAC,YAAA,EAAc,QAAA,EAAU,QAAQ,KAAK,CAAA;AAAA,EAChD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC1D,CAAA;AAEO,IAAM,yCAAA,GAA4C,CAAC,GAAA,EAAsB,KAAA,MAA+C;AAAA,EAC7H,QAAA,EAAU,CAAC,YAAA,EAAc,gBAAA,EAAkB,WAAW,KAAK,CAAA;AAAA,EAC3D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,gBAAgB,CAAA,CAAE,SAAS,CAAA,CAAE,KAAK;AACrE,CAAA;AAEO,IAAM,0CAAA,GAA6C,CAAC,GAAA,MAA0B;AAAA,EACnF,WAAA,EAAa,CAAC,YAAA,EAAc,iBAAA,EAAmB,KAAK,CAAA;AAAA,EACpD,UAAA,EAAY,CAAC,KAAA,KAA4C,GAAA,CAAI,YAAY,EAAE,iBAAiB,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAC5G,CAAA;AAEO,IAAM,qCAAA,GAAwC,CAAC,GAAA,MAA0B;AAAA,EAC9E,WAAA,EAAa,CAAC,YAAA,EAAc,QAAA,EAAU,QAAQ,CAAA;AAAA,EAC9C,UAAA,EAAY,CAAC,KAAA,KAAuC,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACjG,CAAA;AAEO,IAAM,wCAAA,GAA2C,CAAC,GAAA,MAA0B;AAAA,EACjF,WAAA,EAAa,CAAC,YAAA,EAAc,eAAA,EAAiB,KAAK,CAAA;AAAA,EAClD,UAAA,EAAY,CAAC,KAAA,KAA0C,GAAA,CAAI,YAAY,EAAE,eAAe,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AACxG,CAAA;AAEO,IAAM,sCAAA,GAAyC,CAAC,GAAA,EAAsB,KAAA,MAA4C;AAAA,EACvH,QAAA,EAAU,CAAC,YAAA,EAAc,eAAA,EAAiB,QAAQ,KAAK,CAAA;AAAA,EACvD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,eAAe,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACjE,CAAA;AAEO,IAAM,2CAAA,GAA8C,CAAC,GAAA,MAA0B;AAAA,EACpF,WAAA,EAAa,CAAC,YAAA,EAAc,eAAA,EAAiB,QAAQ,CAAA;AAAA,EACrD,UAAA,EAAY,CAAC,KAAA,KAA6C,GAAA,CAAI,YAAY,EAAE,eAAe,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC9G,CAAA;AAEO,IAAM,2CAAA,GAA8C,CAAC,GAAA,MAA0B;AAAA,EACpF,WAAA,EAAa,CAAC,YAAA,EAAc,eAAA,EAAiB,QAAQ,CAAA;AAAA,EACrD,UAAA,EAAY,CAAC,KAAA,KAA6C,GAAA,CAAI,YAAY,EAAE,eAAe,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC9G,CAAA;AAEO,IAAM,qCAAA,GAAwC,CAAC,GAAA,MAA0B;AAAA,EAC9E,WAAA,EAAa,CAAC,YAAA,EAAc,QAAA,EAAU,QAAQ,CAAA;AAAA,EAC9C,UAAA,EAAY,CAAC,KAAA,KAAuC,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACjG,CAAA;AAEO,IAAM,0CAAA,GAA6C,CAAC,GAAA,MAA0B;AAAA,EACnF,WAAA,EAAa,CAAC,YAAA,EAAc,aAAA,EAAe,QAAQ,CAAA;AAAA,EACnD,UAAA,EAAY,CAAC,KAAA,KAA4C,GAAA,CAAI,YAAY,EAAE,aAAa,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC3G,CAAA;AAEO,IAAM,0CAAA,GAA6C,CAAC,GAAA,MAA0B;AAAA,EACnF,WAAA,EAAa,CAAC,YAAA,EAAc,aAAA,EAAe,QAAQ,CAAA;AAAA,EACnD,UAAA,EAAY,CAAC,KAAA,KAA4C,GAAA,CAAI,YAAY,EAAE,aAAa,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC3G,CAAA;AAEO,IAAM,wCAAA,GAA2C,CAAC,GAAA,MAA0B;AAAA,EACjF,WAAA,EAAa,CAAC,YAAA,EAAc,aAAA,EAAe,MAAM,CAAA;AAAA,EACjD,UAAA,EAAY,CAAC,KAAA,KAA0C,GAAA,CAAI,YAAY,EAAE,aAAa,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACvG,CAAA;AAEO,IAAM,oCAAA,GAAuC,CAAC,GAAA,EAAsB,KAAA,MAA0C;AAAA,EACnH,QAAA,EAAU,CAAC,YAAA,EAAc,aAAA,EAAe,OAAO,KAAK,CAAA;AAAA,EACpD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,aAAa,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAC9D,CAAA;AAEO,IAAM,qCAAA,GAAwC,CAAC,GAAA,EAAsB,KAAA,MAA2C;AAAA,EACrH,QAAA,EAAU,CAAC,YAAA,EAAc,aAAA,EAAe,QAAQ,KAAK,CAAA;AAAA,EACrD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,aAAa,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC/D,CAAA;AAEO,IAAM,6CAAA,GAAgD,CAAC,GAAA,MAA0B;AAAA,EACtF,WAAA,EAAa,CAAC,YAAA,EAAc,aAAA,EAAe,WAAW,CAAA;AAAA,EACtD,UAAA,EAAY,CAAC,KAAA,KAA+C,GAAA,CAAI,YAAY,EAAE,aAAa,CAAA,CAAE,WAAW,CAAA,CAAE,KAAK;AACjH,CAAA;AAEO,IAAM,0CAAA,GAA6C,CAAC,GAAA,MAA0B;AAAA,EACnF,WAAA,EAAa,CAAC,YAAA,EAAc,aAAA,EAAe,QAAQ,CAAA;AAAA,EACnD,UAAA,EAAY,CAAC,KAAA,KAA4C,GAAA,CAAI,YAAY,EAAE,aAAa,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC3G,CAAA;AAEO,IAAM,6CAAA,GAAgD,CAAC,GAAA,EAAsB,KAAA,MAAmD;AAAA,EACrI,QAAA,EAAU,CAAC,YAAA,EAAc,gBAAA,EAAkB,eAAe,KAAK,CAAA;AAAA,EAC/D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,gBAAgB,CAAA,CAAE,aAAa,CAAA,CAAE,KAAK;AACzE,CAAA;AAEO,IAAM,yCAAA,GAA4C,CAAC,GAAA,EAAsB,KAAA,MAA+C;AAAA,EAC7H,QAAA,EAAU,CAAC,YAAA,EAAc,gBAAA,EAAkB,WAAW,KAAK,CAAA;AAAA,EAC3D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,gBAAgB,CAAA,CAAE,SAAS,CAAA,CAAE,KAAK;AACrE,CAAA;AAEO,IAAM,6CAAA,GAAgD,CAAC,GAAA,MAA0B;AAAA,EACtF,WAAA,EAAa,CAAC,YAAA,EAAc,iBAAA,EAAmB,QAAQ,CAAA;AAAA,EACvD,UAAA,EAAY,CAAC,KAAA,KAA+C,GAAA,CAAI,YAAY,EAAE,iBAAiB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAClH,CAAA;AAEO,IAAM,8CAAA,GAAiD,CAAC,GAAA,EAAsB,KAAA,MAAoD;AAAA,EACvI,QAAA,EAAU,CAAC,YAAA,EAAc,wBAAA,EAA0B,QAAQ,KAAK,CAAA;AAAA,EAChE,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,wBAAwB,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC1E,CAAA;AAEO,IAAM,+CAAA,GAAkD,CAAC,GAAA,EAAsB,KAAA,MAAqD;AAAA,EACzI,QAAA,EAAU,CAAC,YAAA,EAAc,yBAAA,EAA2B,QAAQ,KAAK,CAAA;AAAA,EACjE,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,yBAAyB,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC3E,CAAA;AAEO,IAAM,6CAAA,GAAgD,CAAC,GAAA,MAA0B;AAAA,EACtF,WAAA,EAAa,CAAC,YAAA,EAAc,iBAAA,EAAmB,QAAQ,CAAA;AAAA,EACvD,UAAA,EAAY,CAAC,KAAA,KAA+C,GAAA,CAAI,YAAY,EAAE,iBAAiB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAClH,CAAA;AAEO,IAAM,uCAAA,GAA0C,CAAC,GAAA,EAAsB,KAAA,MAA6C;AAAA,EACzH,QAAA,EAAU,CAAC,YAAA,EAAc,iBAAA,EAAmB,OAAO,KAAK,CAAA;AAAA,EACxD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,iBAAiB,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAClE,CAAA;AAEO,IAAM,wCAAA,GAA2C,CAAC,GAAA,EAAsB,KAAA,MAA8C;AAAA,EAC3H,QAAA,EAAU,CAAC,YAAA,EAAc,iBAAA,EAAmB,QAAQ,KAAK,CAAA;AAAA,EACzD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,iBAAiB,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACnE,CAAA;AAEO,IAAM,wCAAA,GAA2C,CAAC,GAAA,EAAsB,KAAA,MAA8C;AAAA,EAC3H,QAAA,EAAU,CAAC,YAAA,EAAc,iBAAA,EAAmB,QAAQ,KAAK,CAAA;AAAA,EACzD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,iBAAiB,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACnE,CAAA;AAEO,IAAM,gDAAA,GAAmD,CAAC,GAAA,MAA0B;AAAA,EACzF,WAAA,EAAa,CAAC,YAAA,EAAc,iBAAA,EAAmB,WAAW,CAAA;AAAA,EAC1D,UAAA,EAAY,CAAC,KAAA,KAAkD,GAAA,CAAI,YAAY,EAAE,iBAAiB,CAAA,CAAE,WAAW,CAAA,CAAE,KAAK;AACxH,CAAA;AAEO,IAAM,gDAAA,GAAmD,CAAC,GAAA,MAA0B;AAAA,EACzF,WAAA,EAAa,CAAC,YAAA,EAAc,iBAAA,EAAmB,WAAW,CAAA;AAAA,EAC1D,UAAA,EAAY,CAAC,KAAA,KAAkD,GAAA,CAAI,YAAY,EAAE,iBAAiB,CAAA,CAAE,WAAW,CAAA,CAAE,KAAK;AACxH,CAAA;AAEO,IAAM,6CAAA,GAAgD,CAAC,GAAA,MAA0B;AAAA,EACtF,WAAA,EAAa,CAAC,YAAA,EAAc,iBAAA,EAAmB,QAAQ,CAAA;AAAA,EACvD,UAAA,EAAY,CAAC,KAAA,KAA+C,GAAA,CAAI,YAAY,EAAE,iBAAiB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAClH,CAAA;AAEO,IAAM,8CAAA,GAAiD,CAAC,GAAA,MAA0B;AAAA,EACvF,WAAA,EAAa,CAAC,YAAA,EAAc,iBAAA,EAAmB,SAAS,CAAA;AAAA,EACxD,UAAA,EAAY,CAAC,KAAA,KAAgD,GAAA,CAAI,YAAY,EAAE,iBAAiB,CAAA,CAAE,SAAS,CAAA,CAAE,KAAK;AACpH,CAAA;AAEO,IAAM,4CAAA,GAA+C,CAAC,GAAA,MAA0B;AAAA,EACrF,WAAA,EAAa,CAAC,YAAA,EAAc,iBAAA,EAAmB,OAAO,CAAA;AAAA,EACtD,UAAA,EAAY,CAAC,KAAA,KAA8C,GAAA,CAAI,YAAY,EAAE,iBAAiB,CAAA,CAAE,OAAO,CAAA,CAAE,KAAK;AAChH,CAAA;AAEO,IAAM,2CAAA,GAA8C,CAAC,GAAA,MAA0B;AAAA,EACpF,WAAA,EAAa,CAAC,YAAA,EAAc,iBAAA,EAAmB,MAAM,CAAA;AAAA,EACrD,UAAA,EAAY,CAAC,KAAA,KAA6C,GAAA,CAAI,YAAY,EAAE,iBAAiB,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC9G,CAAA;AAEO,IAAM,yCAAA,GAA4C,CAAC,GAAA,EAAsB,KAAA,MAA+C;AAAA,EAC7H,QAAA,EAAU,CAAC,YAAA,EAAc,iBAAA,EAAmB,SAAS,KAAK,CAAA;AAAA,EAC1D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,iBAAiB,CAAA,CAAE,OAAO,CAAA,CAAE,KAAK;AACpE,CAAA;AAEO,IAAM,gCAAA,GAAmC,CAAC,GAAA,EAAsB,KAAA,MAAsC;AAAA,EAC3G,QAAA,EAAU,CAAC,YAAA,EAAc,SAAA,EAAW,OAAO,KAAK,CAAA;AAAA,EAChD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAC1D,CAAA;AAEO,IAAM,iDAAA,GAAoD,CAAC,GAAA,MAA0B;AAAA,EAC1F,WAAA,EAAa,CAAC,YAAA,EAAc,qBAAA,EAAuB,QAAQ,CAAA;AAAA,EAC3D,UAAA,EAAY,CAAC,KAAA,KAAmD,GAAA,CAAI,YAAY,EAAE,qBAAqB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC1H,CAAA;AAEO,IAAM,iDAAA,GAAoD,CAAC,GAAA,MAA0B;AAAA,EAC1F,WAAA,EAAa,CAAC,YAAA,EAAc,qBAAA,EAAuB,QAAQ,CAAA;AAAA,EAC3D,UAAA,EAAY,CAAC,KAAA,KAAmD,GAAA,CAAI,YAAY,EAAE,qBAAqB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC1H,CAAA;AAEO,IAAM,4CAAA,GAA+C,CAAC,GAAA,EAAsB,KAAA,MAAkD;AAAA,EACnI,QAAA,EAAU,CAAC,YAAA,EAAc,qBAAA,EAAuB,QAAQ,KAAK,CAAA;AAAA,EAC7D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,qBAAqB,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACvE,CAAA;AAEO,IAAM,sCAAA,GAAyC,CAAC,GAAA,EAAsB,KAAA,MAA4C;AAAA,EACvH,QAAA,EAAU,CAAC,YAAA,EAAc,gBAAA,EAAkB,OAAO,KAAK,CAAA;AAAA,EACvD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,gBAAgB,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AACjE,CAAA;AAEO,IAAM,yCAAA,GAA4C,CAAC,GAAA,MAA0B;AAAA,EAClF,WAAA,EAAa,CAAC,YAAA,EAAc,gBAAA,EAAkB,KAAK,CAAA;AAAA,EACnD,UAAA,EAAY,CAAC,KAAA,KAA2C,GAAA,CAAI,YAAY,EAAE,gBAAgB,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAC1G,CAAA;AAEO,IAAM,sCAAA,GAAyC,CAAC,GAAA,MAA0B;AAAA,EAC/E,WAAA,EAAa,CAAC,YAAA,EAAc,SAAA,EAAW,QAAQ,CAAA;AAAA,EAC/C,UAAA,EAAY,CAAC,KAAA,KAAwC,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACnG,CAAA;AAEO,IAAM,sCAAA,GAAyC,CAAC,GAAA,MAA0B;AAAA,EAC/E,WAAA,EAAa,CAAC,YAAA,EAAc,SAAA,EAAW,QAAQ,CAAA;AAAA,EAC/C,UAAA,EAAY,CAAC,KAAA,KAAwC,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACnG,CAAA;AAEO,IAAM,oCAAA,GAAuC,CAAC,GAAA,MAA0B;AAAA,EAC7E,WAAA,EAAa,CAAC,YAAA,EAAc,SAAA,EAAW,MAAM,CAAA;AAAA,EAC7C,UAAA,EAAY,CAAC,KAAA,KAAsC,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC/F,CAAA;AAEO,IAAM,gCAAA,GAAmC,CAAC,GAAA,EAAsB,KAAA,MAAsC;AAAA,EAC3G,QAAA,EAAU,CAAC,YAAA,EAAc,SAAA,EAAW,OAAO,KAAK,CAAA;AAAA,EAChD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAC1D,CAAA;AAEO,IAAM,iCAAA,GAAoC,CAAC,GAAA,EAAsB,KAAA,MAAuC;AAAA,EAC7G,QAAA,EAAU,CAAC,YAAA,EAAc,SAAA,EAAW,QAAQ,KAAK,CAAA;AAAA,EACjD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC3D,CAAA;AAEO,IAAM,iCAAA,GAAoC,CAAC,GAAA,EAAsB,KAAA,MAAuC;AAAA,EAC7G,QAAA,EAAU,CAAC,YAAA,EAAc,SAAA,EAAW,QAAQ,KAAK,CAAA;AAAA,EACjD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC3D,CAAA;AAEO,IAAM,wCAAA,GAA2C,CAAC,GAAA,MAA0B;AAAA,EACjF,WAAA,EAAa,CAAC,YAAA,EAAc,SAAA,EAAW,UAAU,CAAA;AAAA,EACjD,UAAA,EAAY,CAAC,KAAA,KAA0C,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,UAAU,CAAA,CAAE,KAAK;AACvG,CAAA;AAEO,IAAM,uCAAA,GAA0C,CAAC,GAAA,MAA0B;AAAA,EAChF,WAAA,EAAa,CAAC,YAAA,EAAc,SAAA,EAAW,SAAS,CAAA;AAAA,EAChD,UAAA,EAAY,CAAC,KAAA,KAAyC,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,SAAS,CAAA,CAAE,KAAK;AACrG,CAAA;AAEO,IAAM,wCAAA,GAA2C,CAAC,GAAA,MAA0B;AAAA,EACjF,WAAA,EAAa,CAAC,YAAA,EAAc,SAAA,EAAW,UAAU,CAAA;AAAA,EACjD,UAAA,EAAY,CAAC,KAAA,KAA0C,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,UAAU,CAAA,CAAE,KAAK;AACvG,CAAA;AAEO,IAAM,qCAAA,GAAwC,CAAC,GAAA,MAA0B;AAAA,EAC9E,WAAA,EAAa,CAAC,YAAA,EAAc,SAAA,EAAW,OAAO,CAAA;AAAA,EAC9C,UAAA,EAAY,CAAC,KAAA,KAAuC,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,OAAO,CAAA,CAAE,KAAK;AACjG,CAAA;AAEO,IAAM,sCAAA,GAAyC,CAAC,GAAA,MAA0B;AAAA,EAC/E,WAAA,EAAa,CAAC,YAAA,EAAc,SAAA,EAAW,QAAQ,CAAA;AAAA,EAC/C,UAAA,EAAY,CAAC,KAAA,KAAwC,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACnG,CAAA;AAEO,IAAM,oCAAA,GAAuC,CAAC,GAAA,MAA0B;AAAA,EAC7E,WAAA,EAAa,CAAC,YAAA,EAAc,SAAA,EAAW,MAAM,CAAA;AAAA,EAC7C,UAAA,EAAY,CAAC,KAAA,KAAsC,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC/F,CAAA;AAEO,IAAM,gCAAA,GAAmC,CAAC,GAAA,EAAsB,KAAA,MAAsC;AAAA,EAC3G,QAAA,EAAU,CAAC,YAAA,EAAc,KAAA,EAAO,WAAW,KAAK,CAAA;AAAA,EAChD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,KAAK,CAAA,CAAE,SAAS,CAAA,CAAE,KAAK;AAC1D,CAAA;AAEO,IAAM,qCAAA,GAAwC,CAAC,GAAA,MAA0B;AAAA,EAC9E,WAAA,EAAa,CAAC,YAAA,EAAc,SAAA,EAAW,QAAQ,CAAA;AAAA,EAC/C,UAAA,EAAY,CAAC,KAAA,KAAuC,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAClG,CAAA;AAEO,IAAM,gCAAA,GAAmC,CAAC,GAAA,EAAsB,KAAA,MAAsC;AAAA,EAC3G,QAAA,EAAU,CAAC,YAAA,EAAc,SAAA,EAAW,QAAQ,KAAK,CAAA;AAAA,EACjD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC3D,CAAA;AAEO,IAAM,uCAAA,GAA0C,CAAC,GAAA,MAA0B;AAAA,EAChF,WAAA,EAAa,CAAC,YAAA,EAAc,SAAA,EAAW,UAAU,CAAA;AAAA,EACjD,UAAA,EAAY,CAAC,KAAA,KAAyC,GAAA,CAAI,YAAY,EAAE,SAAS,CAAA,CAAE,UAAU,CAAA,CAAE,KAAK;AACtG,CAAA;AAEO,IAAM,mCAAA,GAAsC,CAAC,GAAA,EAAsB,KAAA,MAAyC;AAAA,EACjH,QAAA,EAAU,CAAC,YAAA,EAAc,YAAA,EAAc,OAAO,KAAK,CAAA;AAAA,EACnD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,YAAY,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAC7D,CAAA;AAEO,IAAM,kCAAA,GAAqC,CAAC,GAAA,EAAsB,KAAA,MAAwC;AAAA,EAC/G,QAAA,EAAU,CAAC,YAAA,EAAc,UAAA,EAAY,QAAQ,KAAK,CAAA;AAAA,EAClD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,UAAU,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC5D,CAAA;AAEO,IAAM,qCAAA,GAAwC,CAAC,GAAA,EAAsB,KAAA,MAA2C;AAAA,EACrH,QAAA,EAAU,CAAC,YAAA,EAAc,eAAA,EAAiB,OAAO,KAAK,CAAA;AAAA,EACtD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,eAAe,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAChE,CAAA;AAEO,IAAM,yCAAA,GAA4C,CAAC,GAAA,EAAsB,KAAA,MAA+C;AAAA,EAC7H,QAAA,EAAU,CAAC,YAAA,EAAc,eAAA,EAAiB,WAAW,KAAK,CAAA;AAAA,EAC1D,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,eAAe,CAAA,CAAE,SAAS,CAAA,CAAE,KAAK;AACpE,CAAA;AAEO,IAAM,oCAAA,GAAuC,CAAC,GAAA,MAA0B;AAAA,EAC7E,WAAA,EAAa,CAAC,YAAA,EAAc,UAAA,EAAY,KAAK,CAAA;AAAA,EAC7C,UAAA,EAAY,CAAC,KAAA,KAAsC,GAAA,CAAI,YAAY,EAAE,UAAU,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAC/F,CAAA;AAEO,IAAM,uCAAA,GAA0C,CAAC,GAAA,MAA0B;AAAA,EAChF,WAAA,EAAa,CAAC,YAAA,EAAc,cAAA,EAAgB,KAAK,CAAA;AAAA,EACjD,UAAA,EAAY,CAAC,KAAA,KAAyC,GAAA,CAAI,YAAY,EAAE,cAAc,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AACtG,CAAA;AAEO,IAAM,2CAAA,GAA8C,CAAC,GAAA,MAA0B;AAAA,EACpF,WAAA,EAAa,CAAC,YAAA,EAAc,cAAA,EAAgB,SAAS,CAAA;AAAA,EACrD,UAAA,EAAY,CAAC,KAAA,KAA6C,GAAA,CAAI,YAAY,EAAE,cAAc,CAAA,CAAE,SAAS,CAAA,CAAE,KAAK;AAC9G,CAAA;AAEO,IAAM,sCAAA,GAAyC,CAAC,GAAA,MAA0B;AAAA,EAC/E,WAAA,EAAa,CAAC,YAAA,EAAc,UAAA,EAAY,OAAO,CAAA;AAAA,EAC/C,UAAA,EAAY,CAAC,KAAA,KAAwC,GAAA,CAAI,YAAY,EAAE,UAAU,CAAA,CAAE,OAAO,CAAA,CAAE,KAAK;AACnG,CAAA;AAEO,IAAM,yCAAA,GAA4C,CAAC,GAAA,MAA0B;AAAA,EAClF,WAAA,EAAa,CAAC,YAAA,EAAc,gBAAA,EAAkB,KAAK,CAAA;AAAA,EACnD,UAAA,EAAY,CAAC,KAAA,KAA2C,GAAA,CAAI,YAAY,EAAE,gBAAgB,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAC1G,CAAA;AAEO,IAAM,6CAAA,GAAgD,CAAC,GAAA,MAA0B;AAAA,EACtF,WAAA,EAAa,CAAC,YAAA,EAAc,gBAAA,EAAkB,SAAS,CAAA;AAAA,EACvD,UAAA,EAAY,CAAC,KAAA,KAA+C,GAAA,CAAI,YAAY,EAAE,gBAAgB,CAAA,CAAE,SAAS,CAAA,CAAE,KAAK;AAClH,CAAA;AAEO,IAAM,mCAAA,GAAsC,CAAC,GAAA,EAAsB,KAAA,MAAyC;AAAA,EACjH,QAAA,EAAU,CAAC,YAAA,EAAc,YAAA,EAAc,QAAQ,KAAK,CAAA;AAAA,EACpD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,YAAY,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC9D,CAAA;AAEO,IAAM,uCAAA,GAA0C,CAAC,GAAA,EAAsB,KAAA,MAA6C;AAAA,EACzH,QAAA,EAAU,CAAC,YAAA,EAAc,gBAAA,EAAkB,QAAQ,KAAK,CAAA;AAAA,EACxD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,gBAAgB,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAClE,CAAA;AAEO,IAAM,iCAAA,GAAoC,CAAC,GAAA,EAAsB,KAAA,MAAuC;AAAA,EAC7G,QAAA,EAAU,CAAC,YAAA,EAAc,UAAA,EAAY,QAAQ,KAAK,CAAA;AAAA,EAClD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,UAAU,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC5D,CAAA;AAEO,IAAM,qCAAA,GAAwC,CAAC,GAAA,MAA0B;AAAA,EAC9E,WAAA,EAAa,CAAC,YAAA,EAAc,QAAA,EAAU,QAAQ,CAAA;AAAA,EAC9C,UAAA,EAAY,CAAC,KAAA,KAAuC,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACjG,CAAA;AAEO,IAAM,qCAAA,GAAwC,CAAC,GAAA,MAA0B;AAAA,EAC9E,WAAA,EAAa,CAAC,YAAA,EAAc,QAAA,EAAU,QAAQ,CAAA;AAAA,EAC9C,UAAA,EAAY,CAAC,KAAA,KAAuC,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACjG,CAAA;AAEO,IAAM,qCAAA,GAAwC,CAAC,GAAA,MAA0B;AAAA,EAC9E,WAAA,EAAa,CAAC,YAAA,EAAc,QAAA,EAAU,QAAQ,CAAA;AAAA,EAC9C,UAAA,EAAY,CAAC,KAAA,KAAuC,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACjG,CAAA;AAEO,IAAM,+BAAA,GAAkC,CAAC,GAAA,EAAsB,KAAA,MAAqC;AAAA,EACzG,QAAA,EAAU,CAAC,YAAA,EAAc,QAAA,EAAU,OAAO,KAAK,CAAA;AAAA,EAC/C,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AACzD,CAAA;AAEO,IAAM,gCAAA,GAAmC,CAAC,GAAA,EAAsB,KAAA,MAAsC;AAAA,EAC3G,QAAA,EAAU,CAAC,YAAA,EAAc,QAAA,EAAU,QAAQ,KAAK,CAAA;AAAA,EAChD,OAAA,EAAS,MAAM,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAC1D,CAAA;AAEO,IAAM,qCAAA,GAAwC,CAAC,GAAA,MAA0B;AAAA,EAC9E,WAAA,EAAa,CAAC,YAAA,EAAc,QAAA,EAAU,QAAQ,CAAA;AAAA,EAC9C,UAAA,EAAY,CAAC,KAAA,KAAuC,GAAA,CAAI,YAAY,EAAE,QAAQ,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACjG,CAAA","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
|
@@ -1293,6 +1293,19 @@ var bindings = {
|
|
|
1293
1293
|
"path": "/brain/restores/:restoreId",
|
|
1294
1294
|
"readOnly": true
|
|
1295
1295
|
}
|
|
1296
|
+
},
|
|
1297
|
+
"usage": {
|
|
1298
|
+
"report": {
|
|
1299
|
+
"method": "GET",
|
|
1300
|
+
"params": [
|
|
1301
|
+
{
|
|
1302
|
+
"in": "query",
|
|
1303
|
+
"name": "days"
|
|
1304
|
+
}
|
|
1305
|
+
],
|
|
1306
|
+
"path": "/brain/usage/report",
|
|
1307
|
+
"readOnly": true
|
|
1308
|
+
}
|
|
1296
1309
|
}
|
|
1297
1310
|
},
|
|
1298
1311
|
"consent": {
|
|
@@ -2198,6 +2211,39 @@ var bindings = {
|
|
|
2198
2211
|
"readOnly": true
|
|
2199
2212
|
}
|
|
2200
2213
|
},
|
|
2214
|
+
"audit": {
|
|
2215
|
+
"list": {
|
|
2216
|
+
"method": "GET",
|
|
2217
|
+
"params": [
|
|
2218
|
+
{
|
|
2219
|
+
"in": "path",
|
|
2220
|
+
"name": "environmentId"
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"in": "query",
|
|
2224
|
+
"name": "entityType"
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"in": "query",
|
|
2228
|
+
"name": "action"
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"in": "query",
|
|
2232
|
+
"name": "actorId"
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"in": "query",
|
|
2236
|
+
"name": "serviceId"
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"in": "query",
|
|
2240
|
+
"name": "limit"
|
|
2241
|
+
}
|
|
2242
|
+
],
|
|
2243
|
+
"path": "/deployment/environments/:environmentId/audit",
|
|
2244
|
+
"readOnly": true
|
|
2245
|
+
}
|
|
2246
|
+
},
|
|
2201
2247
|
"build": {
|
|
2202
2248
|
"get": {
|
|
2203
2249
|
"method": "GET",
|
|
@@ -2893,57 +2939,6 @@ var bindings = {
|
|
|
2893
2939
|
"readOnly": true
|
|
2894
2940
|
}
|
|
2895
2941
|
},
|
|
2896
|
-
"job": {
|
|
2897
|
-
"run": {
|
|
2898
|
-
"method": "POST",
|
|
2899
|
-
"params": [
|
|
2900
|
-
{
|
|
2901
|
-
"in": "path",
|
|
2902
|
-
"name": "serviceId"
|
|
2903
|
-
}
|
|
2904
|
-
],
|
|
2905
|
-
"path": "/deployment/services/:serviceId/runs",
|
|
2906
|
-
"readOnly": false
|
|
2907
|
-
}
|
|
2908
|
-
},
|
|
2909
|
-
"job-run": {
|
|
2910
|
-
"logs": {
|
|
2911
|
-
"method": "GET",
|
|
2912
|
-
"params": [
|
|
2913
|
-
{
|
|
2914
|
-
"in": "path",
|
|
2915
|
-
"name": "serviceId"
|
|
2916
|
-
},
|
|
2917
|
-
{
|
|
2918
|
-
"in": "path",
|
|
2919
|
-
"name": "runId"
|
|
2920
|
-
}
|
|
2921
|
-
],
|
|
2922
|
-
"path": "/deployment/services/:serviceId/runs/:runId/logs",
|
|
2923
|
-
"readOnly": true
|
|
2924
|
-
}
|
|
2925
|
-
},
|
|
2926
|
-
"job-runs": {
|
|
2927
|
-
"list": {
|
|
2928
|
-
"method": "GET",
|
|
2929
|
-
"params": [
|
|
2930
|
-
{
|
|
2931
|
-
"in": "path",
|
|
2932
|
-
"name": "serviceId"
|
|
2933
|
-
},
|
|
2934
|
-
{
|
|
2935
|
-
"in": "query",
|
|
2936
|
-
"name": "limit"
|
|
2937
|
-
},
|
|
2938
|
-
{
|
|
2939
|
-
"in": "query",
|
|
2940
|
-
"name": "cursor"
|
|
2941
|
-
}
|
|
2942
|
-
],
|
|
2943
|
-
"path": "/deployment/services/:serviceId/runs",
|
|
2944
|
-
"readOnly": true
|
|
2945
|
-
}
|
|
2946
|
-
},
|
|
2947
2942
|
"managed-service": {
|
|
2948
2943
|
"backup": {
|
|
2949
2944
|
"method": "POST",
|
|
@@ -3271,26 +3266,6 @@ var bindings = {
|
|
|
3271
3266
|
{
|
|
3272
3267
|
"in": "body",
|
|
3273
3268
|
"name": "canvas"
|
|
3274
|
-
},
|
|
3275
|
-
{
|
|
3276
|
-
"in": "body",
|
|
3277
|
-
"name": "mode"
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
"in": "body",
|
|
3281
|
-
"name": "schedule"
|
|
3282
|
-
},
|
|
3283
|
-
{
|
|
3284
|
-
"in": "body",
|
|
3285
|
-
"name": "command"
|
|
3286
|
-
},
|
|
3287
|
-
{
|
|
3288
|
-
"in": "body",
|
|
3289
|
-
"name": "jobTimeoutSec"
|
|
3290
|
-
},
|
|
3291
|
-
{
|
|
3292
|
-
"in": "body",
|
|
3293
|
-
"name": "jobConcurrency"
|
|
3294
3269
|
}
|
|
3295
3270
|
],
|
|
3296
3271
|
"path": "/deployment/environments/:environmentId/services",
|
|
@@ -3466,30 +3441,6 @@ var bindings = {
|
|
|
3466
3441
|
"in": "body",
|
|
3467
3442
|
"name": "autoDeploy"
|
|
3468
3443
|
},
|
|
3469
|
-
{
|
|
3470
|
-
"in": "body",
|
|
3471
|
-
"name": "schedule"
|
|
3472
|
-
},
|
|
3473
|
-
{
|
|
3474
|
-
"in": "body",
|
|
3475
|
-
"name": "scheduleSuspended"
|
|
3476
|
-
},
|
|
3477
|
-
{
|
|
3478
|
-
"in": "body",
|
|
3479
|
-
"name": "command"
|
|
3480
|
-
},
|
|
3481
|
-
{
|
|
3482
|
-
"in": "body",
|
|
3483
|
-
"name": "jobTimeoutSec"
|
|
3484
|
-
},
|
|
3485
|
-
{
|
|
3486
|
-
"in": "body",
|
|
3487
|
-
"name": "jobConcurrency"
|
|
3488
|
-
},
|
|
3489
|
-
{
|
|
3490
|
-
"in": "body",
|
|
3491
|
-
"name": "mode"
|
|
3492
|
-
},
|
|
3493
3444
|
{
|
|
3494
3445
|
"in": "path",
|
|
3495
3446
|
"name": "id"
|
|
@@ -6341,110 +6292,6 @@ var bindings = {
|
|
|
6341
6292
|
}
|
|
6342
6293
|
}
|
|
6343
6294
|
},
|
|
6344
|
-
"playground": {
|
|
6345
|
-
"analytics": {
|
|
6346
|
-
"overview": {
|
|
6347
|
-
"method": "POST",
|
|
6348
|
-
"params": [
|
|
6349
|
-
{
|
|
6350
|
-
"in": "body",
|
|
6351
|
-
"name": "limit"
|
|
6352
|
-
}
|
|
6353
|
-
],
|
|
6354
|
-
"path": "/playground/analytics/overview",
|
|
6355
|
-
"readOnly": true
|
|
6356
|
-
}
|
|
6357
|
-
},
|
|
6358
|
-
"billing": {
|
|
6359
|
-
"entitlements": {
|
|
6360
|
-
"method": "POST",
|
|
6361
|
-
"path": "/playground/billing/entitlements",
|
|
6362
|
-
"readOnly": true
|
|
6363
|
-
},
|
|
6364
|
-
"record-usage": {
|
|
6365
|
-
"method": "POST",
|
|
6366
|
-
"params": [
|
|
6367
|
-
{
|
|
6368
|
-
"in": "body",
|
|
6369
|
-
"name": "value"
|
|
6370
|
-
}
|
|
6371
|
-
],
|
|
6372
|
-
"path": "/playground/billing/usage",
|
|
6373
|
-
"readOnly": false
|
|
6374
|
-
}
|
|
6375
|
-
},
|
|
6376
|
-
"clickup": {
|
|
6377
|
-
"create-task": {
|
|
6378
|
-
"method": "POST",
|
|
6379
|
-
"params": [
|
|
6380
|
-
{
|
|
6381
|
-
"in": "body",
|
|
6382
|
-
"name": "listId"
|
|
6383
|
-
},
|
|
6384
|
-
{
|
|
6385
|
-
"in": "body",
|
|
6386
|
-
"name": "name"
|
|
6387
|
-
}
|
|
6388
|
-
],
|
|
6389
|
-
"path": "/playground/clickup/tasks",
|
|
6390
|
-
"readOnly": false
|
|
6391
|
-
},
|
|
6392
|
-
"get-last-webhook": {
|
|
6393
|
-
"method": "GET",
|
|
6394
|
-
"path": "/playground/clickup/webhooks/last",
|
|
6395
|
-
"readOnly": true
|
|
6396
|
-
},
|
|
6397
|
-
"get-overview": {
|
|
6398
|
-
"method": "GET",
|
|
6399
|
-
"path": "/playground/clickup/overview",
|
|
6400
|
-
"readOnly": true
|
|
6401
|
-
}
|
|
6402
|
-
},
|
|
6403
|
-
"gdrive": {
|
|
6404
|
-
"get-last-change": {
|
|
6405
|
-
"method": "GET",
|
|
6406
|
-
"path": "/playground/gdrive/changes/last",
|
|
6407
|
-
"readOnly": true
|
|
6408
|
-
},
|
|
6409
|
-
"read-file": {
|
|
6410
|
-
"method": "POST",
|
|
6411
|
-
"params": [
|
|
6412
|
-
{
|
|
6413
|
-
"in": "body",
|
|
6414
|
-
"name": "fileId"
|
|
6415
|
-
}
|
|
6416
|
-
],
|
|
6417
|
-
"path": "/playground/gdrive/file",
|
|
6418
|
-
"readOnly": true
|
|
6419
|
-
}
|
|
6420
|
-
},
|
|
6421
|
-
"googleads": {
|
|
6422
|
-
"read-customer": {
|
|
6423
|
-
"method": "POST",
|
|
6424
|
-
"path": "/playground/googleads/customer",
|
|
6425
|
-
"readOnly": true
|
|
6426
|
-
}
|
|
6427
|
-
},
|
|
6428
|
-
"lifecycle": {
|
|
6429
|
-
"get-state": {
|
|
6430
|
-
"method": "GET",
|
|
6431
|
-
"path": "/playground/lifecycle/state",
|
|
6432
|
-
"readOnly": true
|
|
6433
|
-
},
|
|
6434
|
-
"list-events": {
|
|
6435
|
-
"method": "GET",
|
|
6436
|
-
"path": "/playground/lifecycle/events",
|
|
6437
|
-
"readOnly": true
|
|
6438
|
-
}
|
|
6439
|
-
},
|
|
6440
|
-
"webhook": {
|
|
6441
|
-
"get-last": {
|
|
6442
|
-
"method": "GET",
|
|
6443
|
-
"path": "/playground/webhooks/last",
|
|
6444
|
-
"readOnly": true
|
|
6445
|
-
}
|
|
6446
|
-
}
|
|
6447
|
-
},
|
|
6448
6295
|
"realtime": {
|
|
6449
6296
|
"archive": {
|
|
6450
6297
|
"export": {
|