@lessly/sdk-app 52.1.0 → 52.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_types/gen/analytics/index.d.ts +2 -0
- package/dist/_types/gen/analytics/queryOptions.gen.d.ts +46 -0
- package/dist/_types/gen/bindings.gen.d.ts +3 -0
- package/dist/_types/gen/brain/index.d.ts +2 -0
- package/dist/_types/gen/brain/queryOptions.gen.d.ts +162 -0
- package/dist/_types/gen/client.gen.d.ts +983 -0
- package/dist/_types/gen/consent/index.d.ts +2 -0
- package/dist/_types/gen/consent/queryOptions.gen.d.ts +62 -0
- package/dist/_types/gen/content/index.d.ts +2 -0
- package/dist/_types/gen/content/queryOptions.gen.d.ts +126 -0
- package/dist/_types/gen/deployment/index.d.ts +2 -0
- package/dist/_types/gen/deployment/queryOptions.gen.d.ts +438 -0
- package/dist/_types/gen/mail/index.d.ts +2 -0
- package/dist/_types/gen/mail/queryOptions.gen.d.ts +206 -0
- package/dist/_types/gen/manifest.gen.d.ts +1 -0
- package/dist/_types/gen/observe/index.d.ts +2 -0
- package/dist/_types/gen/observe/queryOptions.gen.d.ts +142 -0
- package/dist/_types/gen/organization/index.d.ts +2 -0
- package/dist/_types/gen/organization/queryOptions.gen.d.ts +286 -0
- package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
- package/dist/_types/gen/playground/index.d.ts +3 -0
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +50 -0
- package/dist/_types/gen/realtime/index.d.ts +2 -0
- package/dist/_types/gen/realtime/queryOptions.gen.d.ts +114 -0
- package/dist/_types/gen/support/index.d.ts +2 -0
- package/dist/_types/gen/support/queryOptions.gen.d.ts +178 -0
- package/dist/_types/gen/tracking/index.d.ts +2 -0
- package/dist/_types/gen/tracking/queryOptions.gen.d.ts +146 -0
- package/dist/_types/gen/types.gen.d.ts +97920 -0
- package/dist/_types/gen/users/index.d.ts +2 -0
- package/dist/_types/gen/users/queryOptions.gen.d.ts +178 -0
- package/dist/_types/gen/waitlist/index.d.ts +2 -0
- package/dist/_types/gen/waitlist/queryOptions.gen.d.ts +30 -0
- package/dist/_types/index.d.ts +7 -0
- package/dist/_types/package.json +1 -0
- package/dist/_types/runtime/connectStream.d.ts +15 -0
- package/dist/_types/runtime/createLesslyApp.d.ts +6 -0
- package/dist/_types/runtime/csrf.d.ts +1 -0
- package/dist/_types/runtime/errors.d.ts +7 -0
- package/dist/_types/runtime/name.d.ts +26 -0
- package/dist/_types/runtime/request.d.ts +9 -0
- package/dist/{types-gTIUAUsP.d.cts → _types/runtime/types.d.ts} +18 -20
- package/dist/analytics/index.cjs +35 -0
- package/dist/analytics/index.cjs.map +1 -1
- package/dist/analytics/index.d.cts +1 -20
- package/dist/analytics/index.d.ts +1 -20
- package/dist/analytics/index.js +29 -1
- package/dist/analytics/index.js.map +1 -1
- package/dist/brain/index.d.cts +1 -164
- package/dist/brain/index.d.ts +1 -164
- package/dist/{chunk-7ZYVSB5J.js → chunk-4XZXPEXP.js} +191 -2
- package/dist/chunk-4XZXPEXP.js.map +1 -0
- package/dist/consent/index.d.cts +1 -64
- package/dist/consent/index.d.ts +1 -64
- package/dist/content/index.d.cts +1 -128
- package/dist/content/index.d.ts +1 -128
- package/dist/deployment/index.d.cts +1 -440
- package/dist/deployment/index.d.ts +1 -440
- package/dist/index.cjs +189 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -32
- package/dist/index.d.ts +1 -32
- package/dist/index.js +1 -1
- package/dist/mail/index.d.cts +1 -209
- package/dist/mail/index.d.ts +1 -209
- package/dist/observe/index.d.cts +1 -144
- package/dist/observe/index.d.ts +1 -144
- package/dist/organization/index.d.cts +1 -288
- package/dist/organization/index.d.ts +1 -288
- package/dist/playground/index.cjs.map +1 -1
- package/dist/playground/index.d.cts +1 -55
- package/dist/playground/index.d.ts +1 -55
- package/dist/playground/index.js +1 -1
- package/dist/realtime/index.d.cts +1 -116
- package/dist/realtime/index.d.ts +1 -116
- package/dist/support/index.d.cts +1 -180
- package/dist/support/index.d.ts +1 -180
- package/dist/tracking/index.d.cts +1 -148
- package/dist/tracking/index.d.ts +1 -148
- package/dist/users/index.d.cts +1 -180
- package/dist/users/index.d.ts +1 -180
- package/dist/waitlist/index.d.cts +1 -32
- package/dist/waitlist/index.d.ts +1 -32
- package/package.json +123 -48
- package/src/gen/analytics/index.ts +1 -1
- package/src/gen/analytics/queryOptions.gen.ts +46 -0
- package/src/gen/bindings.gen.ts +189 -0
- package/src/gen/client.gen.ts +25 -0
- package/src/gen/types.gen.ts +46915 -0
- package/dist/chunk-7ZYVSB5J.js.map +0 -1
- package/dist/client.gen-cA-2Hpsz.d.cts +0 -47130
- package/dist/client.gen-cA-2Hpsz.d.ts +0 -47130
- package/dist/types-gTIUAUsP.d.ts +0 -82
|
@@ -0,0 +1,438 @@
|
|
|
1
|
+
import type { GeneratedClient } from '../client.gen.js';
|
|
2
|
+
import type { DeploymentAlertCreateInput, DeploymentAlertDeleteInput, DeploymentAlertEventsListInput, DeploymentAlertEventsListOutput, DeploymentAlertListInput, DeploymentAlertListOutput, DeploymentAlertUpdateInput, DeploymentAnalyticsQueryInput, DeploymentAnalyticsQueryOutput, DeploymentBuildGetInput, DeploymentBuildGetOutput, DeploymentBuildListInput, DeploymentBuildListOutput, DeploymentBuildLogsInput, DeploymentBuildLogsOutput, DeploymentCanvasGetInput, DeploymentCanvasGetOutput, DeploymentCanvasMoveNodeInput, DeploymentCloudSqlBackfillLogFlagsInput, DeploymentCloudSqlDatabaseAttachInput, DeploymentCloudSqlDatabaseCreateInput, DeploymentCloudSqlDatabaseDeleteInput, DeploymentCloudSqlDatabaseDetachInput, DeploymentCloudSqlDatabaseGetInput, DeploymentCloudSqlDatabaseGetOutput, DeploymentCloudSqlDatabaseListInput, DeploymentCloudSqlDatabaseListOutput, DeploymentCloudSqlInstanceBackupInput, DeploymentCloudSqlInstanceBackupListInput, DeploymentCloudSqlInstanceBackupListOutput, DeploymentCloudSqlInstanceCreateInput, DeploymentCloudSqlInstanceDeleteInput, DeploymentCloudSqlInstanceGetInput, DeploymentCloudSqlInstanceGetOutput, DeploymentCloudSqlInstanceListInput, DeploymentCloudSqlInstanceListOutput, DeploymentCloudSqlInstanceResizeInput, DeploymentCloudSqlInstanceRestoreInput, DeploymentCloudSqlLogsInput, DeploymentCloudSqlLogsOutput, DeploymentDeploymentCancelInput, DeploymentDeploymentGetInput, DeploymentDeploymentGetOutput, DeploymentDeploymentListInput, DeploymentDeploymentListOutput, DeploymentDomainAddInput, DeploymentDomainAllowedListInput, DeploymentDomainAllowedListOutput, DeploymentDomainGetInput, DeploymentDomainGetOutput, DeploymentDomainListByServiceInput, DeploymentDomainListByServiceOutput, DeploymentDomainListInput, DeploymentDomainListOutput, DeploymentDomainRedirectWwwInput, DeploymentDomainRemoveInput, DeploymentDomainRoutesAddInput, DeploymentDomainRoutesListInput, DeploymentDomainRoutesListOutput, DeploymentDomainRoutesRemoveInput, DeploymentDomainRoutesUpdateInput, DeploymentDomainVerifyInput, DeploymentEnvironmentCreateInput, DeploymentEnvironmentDeleteInput, DeploymentEnvironmentForkInput, DeploymentEnvironmentGetInput, DeploymentEnvironmentGetOutput, DeploymentEnvironmentListInput, DeploymentEnvironmentListOutput, DeploymentEnvironmentReconcileInput, DeploymentEnvironmentUpdateInput, DeploymentEventsListByEnvironmentInput, DeploymentEventsListByEnvironmentOutput, DeploymentEventsListByServiceInput, DeploymentEventsListByServiceOutput, DeploymentJobRunInput, DeploymentJobRunLogsInput, DeploymentJobRunLogsOutput, DeploymentJobRunsListInput, DeploymentJobRunsListOutput, DeploymentManagedServiceBackupInput, DeploymentManagedServiceBackupListInput, DeploymentManagedServiceBackupListOutput, DeploymentManagedServiceConnectInfoInput, DeploymentManagedServiceConnectInfoOutput, DeploymentManagedServiceDeleteInput, DeploymentManagedServiceGetInput, DeploymentManagedServiceGetOutput, DeploymentManagedServiceListInput, DeploymentManagedServiceListOutput, DeploymentManagedServiceLogsInput, DeploymentManagedServiceLogsOutput, DeploymentManagedServiceProvisionInput, DeploymentManagedServiceReconcileInput, DeploymentManagedServiceResizeInput, DeploymentManagedServiceRestoreInput, DeploymentManagedServiceStartInput, DeploymentManagedServiceStopInput, DeploymentManagedServiceTypesInput, DeploymentManagedServiceTypesOutput, DeploymentMetricsGetInput, DeploymentMetricsGetOutput, DeploymentPreviewEnvironmentCreateInput, DeploymentPreviewEnvironmentDeleteInput, DeploymentPreviewEnvironmentListInput, DeploymentPreviewEnvironmentListOutput, DeploymentPreviewPolicyGetInput, DeploymentPreviewPolicyGetOutput, DeploymentPreviewPolicySetInput, DeploymentServiceCreateInput, DeploymentServiceDeleteInput, DeploymentServiceExecInput, DeploymentServiceGetInput, DeploymentServiceGetOutput, DeploymentServiceListInput, DeploymentServiceListOutput, DeploymentServiceLogsInput, DeploymentServiceLogsOutput, DeploymentServiceRedeployInput, DeploymentServiceRestartInput, DeploymentServiceRollbackInput, DeploymentServiceScaleInput, DeploymentServiceUpdateInput, DeploymentServiceWakeInput, DeploymentSshCommandInput, DeploymentSshCommandOutput, DeploymentSshKeyDeleteInput, DeploymentSshKeyListInput, DeploymentSshKeyListOutput, DeploymentSshKeyRegisterInput, DeploymentSuspensionGetInput, DeploymentSuspensionGetOutput, DeploymentVariableListEnvInput, DeploymentVariableListEnvOutput, DeploymentVariableListInput, DeploymentVariableListOutput, DeploymentVariableListProductInput, DeploymentVariableListProductOutput, DeploymentVariableSetEnvInput, DeploymentVariableSetInput, DeploymentVariableSetProductInput, DeploymentVariableUnsetEnvInput, DeploymentVariableUnsetInput, DeploymentVariableUnsetProductInput, DeploymentVcsBranchListInput, DeploymentVcsBranchListOutput, DeploymentVcsConnectionListInput, DeploymentVcsConnectionListOutput, DeploymentVcsRepoListInput, DeploymentVcsRepoListOutput, DeploymentVolumeCreateInput, DeploymentVolumeDeleteInput, DeploymentVolumeDetachInput, DeploymentVolumeGetInput, DeploymentVolumeGetOutput, DeploymentVolumeListInput, DeploymentVolumeListOutput, DeploymentVolumeResizeInput } from '../types.gen.js';
|
|
3
|
+
export declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
|
+
mutationKey: string[];
|
|
5
|
+
mutationFn: (input: DeploymentAlertCreateInput) => Promise<import(".").DeploymentAlertCreateOutput>;
|
|
6
|
+
};
|
|
7
|
+
export declare const deploymentAlertDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
8
|
+
mutationKey: string[];
|
|
9
|
+
mutationFn: (input: DeploymentAlertDeleteInput) => Promise<import(".").DeploymentAlertDeleteOutput>;
|
|
10
|
+
};
|
|
11
|
+
export declare const deploymentAlertEventsListQueryOptions: (sdk: GeneratedClient, input: DeploymentAlertEventsListInput) => {
|
|
12
|
+
queryKey: readonly ["deployment", "alert-events", "list", DeploymentAlertEventsListInput];
|
|
13
|
+
queryFn: () => Promise<DeploymentAlertEventsListOutput>;
|
|
14
|
+
};
|
|
15
|
+
export declare const deploymentAlertListQueryOptions: (sdk: GeneratedClient, input: DeploymentAlertListInput) => {
|
|
16
|
+
queryKey: readonly ["deployment", "alert", "list", DeploymentAlertListInput];
|
|
17
|
+
queryFn: () => Promise<DeploymentAlertListOutput>;
|
|
18
|
+
};
|
|
19
|
+
export declare const deploymentAlertUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
20
|
+
mutationKey: string[];
|
|
21
|
+
mutationFn: (input: DeploymentAlertUpdateInput) => Promise<import(".").DeploymentAlertUpdateOutput>;
|
|
22
|
+
};
|
|
23
|
+
export declare const deploymentAnalyticsQueryQueryOptions: (sdk: GeneratedClient, input: DeploymentAnalyticsQueryInput) => {
|
|
24
|
+
queryKey: readonly ["deployment", "analytics", "query", DeploymentAnalyticsQueryInput];
|
|
25
|
+
queryFn: () => Promise<DeploymentAnalyticsQueryOutput>;
|
|
26
|
+
};
|
|
27
|
+
export declare const deploymentBuildGetQueryOptions: (sdk: GeneratedClient, input: DeploymentBuildGetInput) => {
|
|
28
|
+
queryKey: readonly ["deployment", "build", "get", DeploymentBuildGetInput];
|
|
29
|
+
queryFn: () => Promise<DeploymentBuildGetOutput>;
|
|
30
|
+
};
|
|
31
|
+
export declare const deploymentBuildListQueryOptions: (sdk: GeneratedClient, input: DeploymentBuildListInput) => {
|
|
32
|
+
queryKey: readonly ["deployment", "build", "list", DeploymentBuildListInput];
|
|
33
|
+
queryFn: () => Promise<DeploymentBuildListOutput>;
|
|
34
|
+
};
|
|
35
|
+
export declare const deploymentBuildLogsQueryOptions: (sdk: GeneratedClient, input: DeploymentBuildLogsInput) => {
|
|
36
|
+
queryKey: readonly ["deployment", "build", "logs", DeploymentBuildLogsInput];
|
|
37
|
+
queryFn: () => Promise<DeploymentBuildLogsOutput>;
|
|
38
|
+
};
|
|
39
|
+
export declare const deploymentCanvasGetQueryOptions: (sdk: GeneratedClient, input: DeploymentCanvasGetInput) => {
|
|
40
|
+
queryKey: readonly ["deployment", "canvas", "get", DeploymentCanvasGetInput];
|
|
41
|
+
queryFn: () => Promise<DeploymentCanvasGetOutput>;
|
|
42
|
+
};
|
|
43
|
+
export declare const deploymentCanvasMoveNodeMutationOptions: (sdk: GeneratedClient) => {
|
|
44
|
+
mutationKey: string[];
|
|
45
|
+
mutationFn: (input: DeploymentCanvasMoveNodeInput) => Promise<import(".").DeploymentCanvasMoveNodeOutput>;
|
|
46
|
+
};
|
|
47
|
+
export declare const deploymentCloudSqlBackfillLogFlagsMutationOptions: (sdk: GeneratedClient) => {
|
|
48
|
+
mutationKey: string[];
|
|
49
|
+
mutationFn: (input: DeploymentCloudSqlBackfillLogFlagsInput) => Promise<import(".").DeploymentCloudSqlBackfillLogFlagsOutput>;
|
|
50
|
+
};
|
|
51
|
+
export declare const deploymentCloudSqlDatabaseAttachMutationOptions: (sdk: GeneratedClient) => {
|
|
52
|
+
mutationKey: string[];
|
|
53
|
+
mutationFn: (input: DeploymentCloudSqlDatabaseAttachInput) => Promise<import(".").DeploymentCloudSqlDatabaseAttachOutput>;
|
|
54
|
+
};
|
|
55
|
+
export declare const deploymentCloudSqlDatabaseCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
56
|
+
mutationKey: string[];
|
|
57
|
+
mutationFn: (input: DeploymentCloudSqlDatabaseCreateInput) => Promise<import(".").DeploymentCloudSqlDatabaseCreateOutput>;
|
|
58
|
+
};
|
|
59
|
+
export declare const deploymentCloudSqlDatabaseDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
60
|
+
mutationKey: string[];
|
|
61
|
+
mutationFn: (input: DeploymentCloudSqlDatabaseDeleteInput) => Promise<import(".").DeploymentCloudSqlDatabaseDeleteOutput>;
|
|
62
|
+
};
|
|
63
|
+
export declare const deploymentCloudSqlDatabaseDetachMutationOptions: (sdk: GeneratedClient) => {
|
|
64
|
+
mutationKey: string[];
|
|
65
|
+
mutationFn: (input: DeploymentCloudSqlDatabaseDetachInput) => Promise<import(".").DeploymentCloudSqlDatabaseDetachOutput>;
|
|
66
|
+
};
|
|
67
|
+
export declare const deploymentCloudSqlDatabaseGetQueryOptions: (sdk: GeneratedClient, input: DeploymentCloudSqlDatabaseGetInput) => {
|
|
68
|
+
queryKey: readonly ["deployment", "cloud-sql-database", "get", DeploymentCloudSqlDatabaseGetInput];
|
|
69
|
+
queryFn: () => Promise<DeploymentCloudSqlDatabaseGetOutput>;
|
|
70
|
+
};
|
|
71
|
+
export declare const deploymentCloudSqlDatabaseListQueryOptions: (sdk: GeneratedClient, input: DeploymentCloudSqlDatabaseListInput) => {
|
|
72
|
+
queryKey: readonly ["deployment", "cloud-sql-database", "list", DeploymentCloudSqlDatabaseListInput];
|
|
73
|
+
queryFn: () => Promise<DeploymentCloudSqlDatabaseListOutput>;
|
|
74
|
+
};
|
|
75
|
+
export declare const deploymentCloudSqlInstanceBackupMutationOptions: (sdk: GeneratedClient) => {
|
|
76
|
+
mutationKey: string[];
|
|
77
|
+
mutationFn: (input: DeploymentCloudSqlInstanceBackupInput) => Promise<import(".").DeploymentCloudSqlInstanceBackupOutput>;
|
|
78
|
+
};
|
|
79
|
+
export declare const deploymentCloudSqlInstanceBackupListQueryOptions: (sdk: GeneratedClient, input: DeploymentCloudSqlInstanceBackupListInput) => {
|
|
80
|
+
queryKey: readonly ["deployment", "cloud-sql-instance-backup", "list", DeploymentCloudSqlInstanceBackupListInput];
|
|
81
|
+
queryFn: () => Promise<DeploymentCloudSqlInstanceBackupListOutput>;
|
|
82
|
+
};
|
|
83
|
+
export declare const deploymentCloudSqlInstanceCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
84
|
+
mutationKey: string[];
|
|
85
|
+
mutationFn: (input: DeploymentCloudSqlInstanceCreateInput) => Promise<import(".").DeploymentCloudSqlInstanceCreateOutput>;
|
|
86
|
+
};
|
|
87
|
+
export declare const deploymentCloudSqlInstanceDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
88
|
+
mutationKey: string[];
|
|
89
|
+
mutationFn: (input: DeploymentCloudSqlInstanceDeleteInput) => Promise<import(".").DeploymentCloudSqlInstanceDeleteOutput>;
|
|
90
|
+
};
|
|
91
|
+
export declare const deploymentCloudSqlInstanceGetQueryOptions: (sdk: GeneratedClient, input: DeploymentCloudSqlInstanceGetInput) => {
|
|
92
|
+
queryKey: readonly ["deployment", "cloud-sql-instance", "get", DeploymentCloudSqlInstanceGetInput];
|
|
93
|
+
queryFn: () => Promise<DeploymentCloudSqlInstanceGetOutput>;
|
|
94
|
+
};
|
|
95
|
+
export declare const deploymentCloudSqlInstanceListQueryOptions: (sdk: GeneratedClient, input: DeploymentCloudSqlInstanceListInput) => {
|
|
96
|
+
queryKey: readonly ["deployment", "cloud-sql-instance", "list", DeploymentCloudSqlInstanceListInput];
|
|
97
|
+
queryFn: () => Promise<DeploymentCloudSqlInstanceListOutput>;
|
|
98
|
+
};
|
|
99
|
+
export declare const deploymentCloudSqlInstanceResizeMutationOptions: (sdk: GeneratedClient) => {
|
|
100
|
+
mutationKey: string[];
|
|
101
|
+
mutationFn: (input: DeploymentCloudSqlInstanceResizeInput) => Promise<import(".").DeploymentCloudSqlInstanceResizeOutput>;
|
|
102
|
+
};
|
|
103
|
+
export declare const deploymentCloudSqlInstanceRestoreMutationOptions: (sdk: GeneratedClient) => {
|
|
104
|
+
mutationKey: string[];
|
|
105
|
+
mutationFn: (input: DeploymentCloudSqlInstanceRestoreInput) => Promise<import(".").DeploymentCloudSqlInstanceRestoreOutput>;
|
|
106
|
+
};
|
|
107
|
+
export declare const deploymentCloudSqlLogsQueryOptions: (sdk: GeneratedClient, input: DeploymentCloudSqlLogsInput) => {
|
|
108
|
+
queryKey: readonly ["deployment", "cloud-sql", "logs", DeploymentCloudSqlLogsInput];
|
|
109
|
+
queryFn: () => Promise<DeploymentCloudSqlLogsOutput>;
|
|
110
|
+
};
|
|
111
|
+
export declare const deploymentDeploymentCancelMutationOptions: (sdk: GeneratedClient) => {
|
|
112
|
+
mutationKey: string[];
|
|
113
|
+
mutationFn: (input: DeploymentDeploymentCancelInput) => Promise<import(".").DeploymentDeploymentCancelOutput>;
|
|
114
|
+
};
|
|
115
|
+
export declare const deploymentDeploymentGetQueryOptions: (sdk: GeneratedClient, input: DeploymentDeploymentGetInput) => {
|
|
116
|
+
queryKey: readonly ["deployment", "deployment", "get", DeploymentDeploymentGetInput];
|
|
117
|
+
queryFn: () => Promise<DeploymentDeploymentGetOutput>;
|
|
118
|
+
};
|
|
119
|
+
export declare const deploymentDeploymentListQueryOptions: (sdk: GeneratedClient, input: DeploymentDeploymentListInput) => {
|
|
120
|
+
queryKey: readonly ["deployment", "deployment", "list", DeploymentDeploymentListInput];
|
|
121
|
+
queryFn: () => Promise<DeploymentDeploymentListOutput>;
|
|
122
|
+
};
|
|
123
|
+
export declare const deploymentDomainAddMutationOptions: (sdk: GeneratedClient) => {
|
|
124
|
+
mutationKey: string[];
|
|
125
|
+
mutationFn: (input: DeploymentDomainAddInput) => Promise<import(".").DeploymentDomainAddOutput>;
|
|
126
|
+
};
|
|
127
|
+
export declare const deploymentDomainAllowedListQueryOptions: (sdk: GeneratedClient, input: DeploymentDomainAllowedListInput) => {
|
|
128
|
+
queryKey: readonly ["deployment", "domain-allowed", "list", DeploymentDomainAllowedListInput];
|
|
129
|
+
queryFn: () => Promise<DeploymentDomainAllowedListOutput>;
|
|
130
|
+
};
|
|
131
|
+
export declare const deploymentDomainGetQueryOptions: (sdk: GeneratedClient, input: DeploymentDomainGetInput) => {
|
|
132
|
+
queryKey: readonly ["deployment", "domain", "get", DeploymentDomainGetInput];
|
|
133
|
+
queryFn: () => Promise<DeploymentDomainGetOutput>;
|
|
134
|
+
};
|
|
135
|
+
export declare const deploymentDomainListQueryOptions: (sdk: GeneratedClient, input: DeploymentDomainListInput) => {
|
|
136
|
+
queryKey: readonly ["deployment", "domain", "list", DeploymentDomainListInput];
|
|
137
|
+
queryFn: () => Promise<DeploymentDomainListOutput>;
|
|
138
|
+
};
|
|
139
|
+
export declare const deploymentDomainListByServiceQueryOptions: (sdk: GeneratedClient, input: DeploymentDomainListByServiceInput) => {
|
|
140
|
+
queryKey: readonly ["deployment", "domain-list-by", "service", DeploymentDomainListByServiceInput];
|
|
141
|
+
queryFn: () => Promise<DeploymentDomainListByServiceOutput>;
|
|
142
|
+
};
|
|
143
|
+
export declare const deploymentDomainRedirectWwwMutationOptions: (sdk: GeneratedClient) => {
|
|
144
|
+
mutationKey: string[];
|
|
145
|
+
mutationFn: (input: DeploymentDomainRedirectWwwInput) => Promise<import(".").DeploymentDomainRedirectWwwOutput>;
|
|
146
|
+
};
|
|
147
|
+
export declare const deploymentDomainRemoveMutationOptions: (sdk: GeneratedClient) => {
|
|
148
|
+
mutationKey: string[];
|
|
149
|
+
mutationFn: (input: DeploymentDomainRemoveInput) => Promise<import(".").DeploymentDomainRemoveOutput>;
|
|
150
|
+
};
|
|
151
|
+
export declare const deploymentDomainRoutesAddMutationOptions: (sdk: GeneratedClient) => {
|
|
152
|
+
mutationKey: string[];
|
|
153
|
+
mutationFn: (input: DeploymentDomainRoutesAddInput) => Promise<import(".").DeploymentDomainRoutesAddOutput>;
|
|
154
|
+
};
|
|
155
|
+
export declare const deploymentDomainRoutesListQueryOptions: (sdk: GeneratedClient, input: DeploymentDomainRoutesListInput) => {
|
|
156
|
+
queryKey: readonly ["deployment", "domain-routes", "list", DeploymentDomainRoutesListInput];
|
|
157
|
+
queryFn: () => Promise<DeploymentDomainRoutesListOutput>;
|
|
158
|
+
};
|
|
159
|
+
export declare const deploymentDomainRoutesRemoveMutationOptions: (sdk: GeneratedClient) => {
|
|
160
|
+
mutationKey: string[];
|
|
161
|
+
mutationFn: (input: DeploymentDomainRoutesRemoveInput) => Promise<import(".").DeploymentDomainRoutesRemoveOutput>;
|
|
162
|
+
};
|
|
163
|
+
export declare const deploymentDomainRoutesUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
164
|
+
mutationKey: string[];
|
|
165
|
+
mutationFn: (input: DeploymentDomainRoutesUpdateInput) => Promise<import(".").DeploymentDomainRoutesUpdateOutput>;
|
|
166
|
+
};
|
|
167
|
+
export declare const deploymentDomainVerifyMutationOptions: (sdk: GeneratedClient) => {
|
|
168
|
+
mutationKey: string[];
|
|
169
|
+
mutationFn: (input: DeploymentDomainVerifyInput) => Promise<import(".").DeploymentDomainVerifyOutput>;
|
|
170
|
+
};
|
|
171
|
+
export declare const deploymentEnvironmentCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
172
|
+
mutationKey: string[];
|
|
173
|
+
mutationFn: (input: DeploymentEnvironmentCreateInput) => Promise<import(".").DeploymentEnvironmentCreateOutput>;
|
|
174
|
+
};
|
|
175
|
+
export declare const deploymentEnvironmentDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
176
|
+
mutationKey: string[];
|
|
177
|
+
mutationFn: (input: DeploymentEnvironmentDeleteInput) => Promise<import(".").DeploymentEnvironmentDeleteOutput>;
|
|
178
|
+
};
|
|
179
|
+
export declare const deploymentEnvironmentForkMutationOptions: (sdk: GeneratedClient) => {
|
|
180
|
+
mutationKey: string[];
|
|
181
|
+
mutationFn: (input: DeploymentEnvironmentForkInput) => Promise<import(".").DeploymentEnvironmentForkOutput>;
|
|
182
|
+
};
|
|
183
|
+
export declare const deploymentEnvironmentGetQueryOptions: (sdk: GeneratedClient, input: DeploymentEnvironmentGetInput) => {
|
|
184
|
+
queryKey: readonly ["deployment", "environment", "get", DeploymentEnvironmentGetInput];
|
|
185
|
+
queryFn: () => Promise<DeploymentEnvironmentGetOutput>;
|
|
186
|
+
};
|
|
187
|
+
export declare const deploymentEnvironmentListQueryOptions: (sdk: GeneratedClient, input: DeploymentEnvironmentListInput) => {
|
|
188
|
+
queryKey: readonly ["deployment", "environment", "list", DeploymentEnvironmentListInput];
|
|
189
|
+
queryFn: () => Promise<DeploymentEnvironmentListOutput>;
|
|
190
|
+
};
|
|
191
|
+
export declare const deploymentEnvironmentReconcileMutationOptions: (sdk: GeneratedClient) => {
|
|
192
|
+
mutationKey: string[];
|
|
193
|
+
mutationFn: (input: DeploymentEnvironmentReconcileInput) => Promise<import(".").DeploymentEnvironmentReconcileOutput>;
|
|
194
|
+
};
|
|
195
|
+
export declare const deploymentEnvironmentUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
196
|
+
mutationKey: string[];
|
|
197
|
+
mutationFn: (input: DeploymentEnvironmentUpdateInput) => Promise<import(".").DeploymentEnvironmentUpdateOutput>;
|
|
198
|
+
};
|
|
199
|
+
export declare const deploymentEventsListByEnvironmentQueryOptions: (sdk: GeneratedClient, input: DeploymentEventsListByEnvironmentInput) => {
|
|
200
|
+
queryKey: readonly ["deployment", "events-list-by", "environment", DeploymentEventsListByEnvironmentInput];
|
|
201
|
+
queryFn: () => Promise<DeploymentEventsListByEnvironmentOutput>;
|
|
202
|
+
};
|
|
203
|
+
export declare const deploymentEventsListByServiceQueryOptions: (sdk: GeneratedClient, input: DeploymentEventsListByServiceInput) => {
|
|
204
|
+
queryKey: readonly ["deployment", "events-list-by", "service", DeploymentEventsListByServiceInput];
|
|
205
|
+
queryFn: () => Promise<DeploymentEventsListByServiceOutput>;
|
|
206
|
+
};
|
|
207
|
+
export declare const deploymentJobRunMutationOptions: (sdk: GeneratedClient) => {
|
|
208
|
+
mutationKey: string[];
|
|
209
|
+
mutationFn: (input: DeploymentJobRunInput) => Promise<import(".").DeploymentJobRunOutput>;
|
|
210
|
+
};
|
|
211
|
+
export declare const deploymentJobRunLogsQueryOptions: (sdk: GeneratedClient, input: DeploymentJobRunLogsInput) => {
|
|
212
|
+
queryKey: readonly ["deployment", "job-run", "logs", DeploymentJobRunLogsInput];
|
|
213
|
+
queryFn: () => Promise<DeploymentJobRunLogsOutput>;
|
|
214
|
+
};
|
|
215
|
+
export declare const deploymentJobRunsListQueryOptions: (sdk: GeneratedClient, input: DeploymentJobRunsListInput) => {
|
|
216
|
+
queryKey: readonly ["deployment", "job-runs", "list", DeploymentJobRunsListInput];
|
|
217
|
+
queryFn: () => Promise<DeploymentJobRunsListOutput>;
|
|
218
|
+
};
|
|
219
|
+
export declare const deploymentManagedServiceBackupMutationOptions: (sdk: GeneratedClient) => {
|
|
220
|
+
mutationKey: string[];
|
|
221
|
+
mutationFn: (input: DeploymentManagedServiceBackupInput) => Promise<import(".").DeploymentManagedServiceBackupOutput>;
|
|
222
|
+
};
|
|
223
|
+
export declare const deploymentManagedServiceBackupListQueryOptions: (sdk: GeneratedClient, input: DeploymentManagedServiceBackupListInput) => {
|
|
224
|
+
queryKey: readonly ["deployment", "managed-service-backup", "list", DeploymentManagedServiceBackupListInput];
|
|
225
|
+
queryFn: () => Promise<DeploymentManagedServiceBackupListOutput>;
|
|
226
|
+
};
|
|
227
|
+
export declare const deploymentManagedServiceConnectInfoQueryOptions: (sdk: GeneratedClient, input: DeploymentManagedServiceConnectInfoInput) => {
|
|
228
|
+
queryKey: readonly ["deployment", "managed-service-connect", "info", DeploymentManagedServiceConnectInfoInput];
|
|
229
|
+
queryFn: () => Promise<DeploymentManagedServiceConnectInfoOutput>;
|
|
230
|
+
};
|
|
231
|
+
export declare const deploymentManagedServiceDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
232
|
+
mutationKey: string[];
|
|
233
|
+
mutationFn: (input: DeploymentManagedServiceDeleteInput) => Promise<import(".").DeploymentManagedServiceDeleteOutput>;
|
|
234
|
+
};
|
|
235
|
+
export declare const deploymentManagedServiceGetQueryOptions: (sdk: GeneratedClient, input: DeploymentManagedServiceGetInput) => {
|
|
236
|
+
queryKey: readonly ["deployment", "managed-service", "get", DeploymentManagedServiceGetInput];
|
|
237
|
+
queryFn: () => Promise<DeploymentManagedServiceGetOutput>;
|
|
238
|
+
};
|
|
239
|
+
export declare const deploymentManagedServiceListQueryOptions: (sdk: GeneratedClient, input: DeploymentManagedServiceListInput) => {
|
|
240
|
+
queryKey: readonly ["deployment", "managed-service", "list", DeploymentManagedServiceListInput];
|
|
241
|
+
queryFn: () => Promise<DeploymentManagedServiceListOutput>;
|
|
242
|
+
};
|
|
243
|
+
export declare const deploymentManagedServiceLogsQueryOptions: (sdk: GeneratedClient, input: DeploymentManagedServiceLogsInput) => {
|
|
244
|
+
queryKey: readonly ["deployment", "managed-service", "logs", DeploymentManagedServiceLogsInput];
|
|
245
|
+
queryFn: () => Promise<DeploymentManagedServiceLogsOutput>;
|
|
246
|
+
};
|
|
247
|
+
export declare const deploymentManagedServiceProvisionMutationOptions: (sdk: GeneratedClient) => {
|
|
248
|
+
mutationKey: string[];
|
|
249
|
+
mutationFn: (input: DeploymentManagedServiceProvisionInput) => Promise<import(".").DeploymentManagedServiceProvisionOutput>;
|
|
250
|
+
};
|
|
251
|
+
export declare const deploymentManagedServiceReconcileMutationOptions: (sdk: GeneratedClient) => {
|
|
252
|
+
mutationKey: string[];
|
|
253
|
+
mutationFn: (input: DeploymentManagedServiceReconcileInput) => Promise<import(".").DeploymentManagedServiceReconcileOutput>;
|
|
254
|
+
};
|
|
255
|
+
export declare const deploymentManagedServiceResizeMutationOptions: (sdk: GeneratedClient) => {
|
|
256
|
+
mutationKey: string[];
|
|
257
|
+
mutationFn: (input: DeploymentManagedServiceResizeInput) => Promise<import(".").DeploymentManagedServiceResizeOutput>;
|
|
258
|
+
};
|
|
259
|
+
export declare const deploymentManagedServiceRestoreMutationOptions: (sdk: GeneratedClient) => {
|
|
260
|
+
mutationKey: string[];
|
|
261
|
+
mutationFn: (input: DeploymentManagedServiceRestoreInput) => Promise<import(".").DeploymentManagedServiceRestoreOutput>;
|
|
262
|
+
};
|
|
263
|
+
export declare const deploymentManagedServiceStartMutationOptions: (sdk: GeneratedClient) => {
|
|
264
|
+
mutationKey: string[];
|
|
265
|
+
mutationFn: (input: DeploymentManagedServiceStartInput) => Promise<import(".").DeploymentManagedServiceStartOutput>;
|
|
266
|
+
};
|
|
267
|
+
export declare const deploymentManagedServiceStopMutationOptions: (sdk: GeneratedClient) => {
|
|
268
|
+
mutationKey: string[];
|
|
269
|
+
mutationFn: (input: DeploymentManagedServiceStopInput) => Promise<import(".").DeploymentManagedServiceStopOutput>;
|
|
270
|
+
};
|
|
271
|
+
export declare const deploymentManagedServiceTypesQueryOptions: (sdk: GeneratedClient, input: DeploymentManagedServiceTypesInput) => {
|
|
272
|
+
queryKey: readonly ["deployment", "managed-service", "types", DeploymentManagedServiceTypesInput];
|
|
273
|
+
queryFn: () => Promise<DeploymentManagedServiceTypesOutput>;
|
|
274
|
+
};
|
|
275
|
+
export declare const deploymentMetricsGetQueryOptions: (sdk: GeneratedClient, input: DeploymentMetricsGetInput) => {
|
|
276
|
+
queryKey: readonly ["deployment", "metrics", "get", DeploymentMetricsGetInput];
|
|
277
|
+
queryFn: () => Promise<DeploymentMetricsGetOutput>;
|
|
278
|
+
};
|
|
279
|
+
export declare const deploymentPreviewEnvironmentCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
280
|
+
mutationKey: string[];
|
|
281
|
+
mutationFn: (input: DeploymentPreviewEnvironmentCreateInput) => Promise<import(".").DeploymentPreviewEnvironmentCreateOutput>;
|
|
282
|
+
};
|
|
283
|
+
export declare const deploymentPreviewEnvironmentDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
284
|
+
mutationKey: string[];
|
|
285
|
+
mutationFn: (input: DeploymentPreviewEnvironmentDeleteInput) => Promise<import(".").DeploymentPreviewEnvironmentDeleteOutput>;
|
|
286
|
+
};
|
|
287
|
+
export declare const deploymentPreviewEnvironmentListQueryOptions: (sdk: GeneratedClient, input: DeploymentPreviewEnvironmentListInput) => {
|
|
288
|
+
queryKey: readonly ["deployment", "preview-environment", "list", DeploymentPreviewEnvironmentListInput];
|
|
289
|
+
queryFn: () => Promise<DeploymentPreviewEnvironmentListOutput>;
|
|
290
|
+
};
|
|
291
|
+
export declare const deploymentPreviewPolicyGetQueryOptions: (sdk: GeneratedClient, input: DeploymentPreviewPolicyGetInput) => {
|
|
292
|
+
queryKey: readonly ["deployment", "preview-policy", "get", DeploymentPreviewPolicyGetInput];
|
|
293
|
+
queryFn: () => Promise<DeploymentPreviewPolicyGetOutput>;
|
|
294
|
+
};
|
|
295
|
+
export declare const deploymentPreviewPolicySetMutationOptions: (sdk: GeneratedClient) => {
|
|
296
|
+
mutationKey: string[];
|
|
297
|
+
mutationFn: (input: DeploymentPreviewPolicySetInput) => Promise<import(".").DeploymentPreviewPolicySetOutput>;
|
|
298
|
+
};
|
|
299
|
+
export declare const deploymentServiceCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
300
|
+
mutationKey: string[];
|
|
301
|
+
mutationFn: (input: DeploymentServiceCreateInput) => Promise<import(".").DeploymentServiceCreateOutput>;
|
|
302
|
+
};
|
|
303
|
+
export declare const deploymentServiceDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
304
|
+
mutationKey: string[];
|
|
305
|
+
mutationFn: (input: DeploymentServiceDeleteInput) => Promise<import(".").DeploymentServiceDeleteOutput>;
|
|
306
|
+
};
|
|
307
|
+
export declare const deploymentServiceExecMutationOptions: (sdk: GeneratedClient) => {
|
|
308
|
+
mutationKey: string[];
|
|
309
|
+
mutationFn: (input: DeploymentServiceExecInput) => Promise<import(".").DeploymentServiceExecOutput>;
|
|
310
|
+
};
|
|
311
|
+
export declare const deploymentServiceGetQueryOptions: (sdk: GeneratedClient, input: DeploymentServiceGetInput) => {
|
|
312
|
+
queryKey: readonly ["deployment", "service", "get", DeploymentServiceGetInput];
|
|
313
|
+
queryFn: () => Promise<DeploymentServiceGetOutput>;
|
|
314
|
+
};
|
|
315
|
+
export declare const deploymentServiceListQueryOptions: (sdk: GeneratedClient, input: DeploymentServiceListInput) => {
|
|
316
|
+
queryKey: readonly ["deployment", "service", "list", DeploymentServiceListInput];
|
|
317
|
+
queryFn: () => Promise<DeploymentServiceListOutput>;
|
|
318
|
+
};
|
|
319
|
+
export declare const deploymentServiceLogsQueryOptions: (sdk: GeneratedClient, input: DeploymentServiceLogsInput) => {
|
|
320
|
+
queryKey: readonly ["deployment", "service", "logs", DeploymentServiceLogsInput];
|
|
321
|
+
queryFn: () => Promise<DeploymentServiceLogsOutput>;
|
|
322
|
+
};
|
|
323
|
+
export declare const deploymentServiceRedeployMutationOptions: (sdk: GeneratedClient) => {
|
|
324
|
+
mutationKey: string[];
|
|
325
|
+
mutationFn: (input: DeploymentServiceRedeployInput) => Promise<import(".").DeploymentServiceRedeployOutput>;
|
|
326
|
+
};
|
|
327
|
+
export declare const deploymentServiceRestartMutationOptions: (sdk: GeneratedClient) => {
|
|
328
|
+
mutationKey: string[];
|
|
329
|
+
mutationFn: (input: DeploymentServiceRestartInput) => Promise<import(".").DeploymentServiceRestartOutput>;
|
|
330
|
+
};
|
|
331
|
+
export declare const deploymentServiceRollbackMutationOptions: (sdk: GeneratedClient) => {
|
|
332
|
+
mutationKey: string[];
|
|
333
|
+
mutationFn: (input: DeploymentServiceRollbackInput) => Promise<import(".").DeploymentServiceRollbackOutput>;
|
|
334
|
+
};
|
|
335
|
+
export declare const deploymentServiceScaleMutationOptions: (sdk: GeneratedClient) => {
|
|
336
|
+
mutationKey: string[];
|
|
337
|
+
mutationFn: (input: DeploymentServiceScaleInput) => Promise<import(".").DeploymentServiceScaleOutput>;
|
|
338
|
+
};
|
|
339
|
+
export declare const deploymentServiceUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
340
|
+
mutationKey: string[];
|
|
341
|
+
mutationFn: (input: DeploymentServiceUpdateInput) => Promise<import(".").DeploymentServiceUpdateOutput>;
|
|
342
|
+
};
|
|
343
|
+
export declare const deploymentServiceWakeMutationOptions: (sdk: GeneratedClient) => {
|
|
344
|
+
mutationKey: string[];
|
|
345
|
+
mutationFn: (input: DeploymentServiceWakeInput) => Promise<import(".").DeploymentServiceWakeOutput>;
|
|
346
|
+
};
|
|
347
|
+
export declare const deploymentSshCommandQueryOptions: (sdk: GeneratedClient, input: DeploymentSshCommandInput) => {
|
|
348
|
+
queryKey: readonly ["deployment", "ssh", "command", DeploymentSshCommandInput];
|
|
349
|
+
queryFn: () => Promise<DeploymentSshCommandOutput>;
|
|
350
|
+
};
|
|
351
|
+
export declare const deploymentSshKeyDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
352
|
+
mutationKey: string[];
|
|
353
|
+
mutationFn: (input: DeploymentSshKeyDeleteInput) => Promise<import(".").DeploymentSshKeyDeleteOutput>;
|
|
354
|
+
};
|
|
355
|
+
export declare const deploymentSshKeyListQueryOptions: (sdk: GeneratedClient, input: DeploymentSshKeyListInput) => {
|
|
356
|
+
queryKey: readonly ["deployment", "ssh-key", "list", DeploymentSshKeyListInput];
|
|
357
|
+
queryFn: () => Promise<DeploymentSshKeyListOutput>;
|
|
358
|
+
};
|
|
359
|
+
export declare const deploymentSshKeyRegisterMutationOptions: (sdk: GeneratedClient) => {
|
|
360
|
+
mutationKey: string[];
|
|
361
|
+
mutationFn: (input: DeploymentSshKeyRegisterInput) => Promise<import(".").DeploymentSshKeyRegisterOutput>;
|
|
362
|
+
};
|
|
363
|
+
export declare const deploymentSuspensionGetQueryOptions: (sdk: GeneratedClient, input: DeploymentSuspensionGetInput) => {
|
|
364
|
+
queryKey: readonly ["deployment", "suspension", "get", DeploymentSuspensionGetInput];
|
|
365
|
+
queryFn: () => Promise<DeploymentSuspensionGetOutput>;
|
|
366
|
+
};
|
|
367
|
+
export declare const deploymentVariableListQueryOptions: (sdk: GeneratedClient, input: DeploymentVariableListInput) => {
|
|
368
|
+
queryKey: readonly ["deployment", "variable", "list", DeploymentVariableListInput];
|
|
369
|
+
queryFn: () => Promise<DeploymentVariableListOutput>;
|
|
370
|
+
};
|
|
371
|
+
export declare const deploymentVariableListEnvQueryOptions: (sdk: GeneratedClient, input: DeploymentVariableListEnvInput) => {
|
|
372
|
+
queryKey: readonly ["deployment", "variable-list", "env", DeploymentVariableListEnvInput];
|
|
373
|
+
queryFn: () => Promise<DeploymentVariableListEnvOutput>;
|
|
374
|
+
};
|
|
375
|
+
export declare const deploymentVariableListProductQueryOptions: (sdk: GeneratedClient, input: DeploymentVariableListProductInput) => {
|
|
376
|
+
queryKey: readonly ["deployment", "variable-list", "product", DeploymentVariableListProductInput];
|
|
377
|
+
queryFn: () => Promise<DeploymentVariableListProductOutput>;
|
|
378
|
+
};
|
|
379
|
+
export declare const deploymentVariableSetMutationOptions: (sdk: GeneratedClient) => {
|
|
380
|
+
mutationKey: string[];
|
|
381
|
+
mutationFn: (input: DeploymentVariableSetInput) => Promise<import(".").DeploymentVariableSetOutput>;
|
|
382
|
+
};
|
|
383
|
+
export declare const deploymentVariableSetEnvMutationOptions: (sdk: GeneratedClient) => {
|
|
384
|
+
mutationKey: string[];
|
|
385
|
+
mutationFn: (input: DeploymentVariableSetEnvInput) => Promise<import(".").DeploymentVariableSetEnvOutput>;
|
|
386
|
+
};
|
|
387
|
+
export declare const deploymentVariableSetProductMutationOptions: (sdk: GeneratedClient) => {
|
|
388
|
+
mutationKey: string[];
|
|
389
|
+
mutationFn: (input: DeploymentVariableSetProductInput) => Promise<import(".").DeploymentVariableSetProductOutput>;
|
|
390
|
+
};
|
|
391
|
+
export declare const deploymentVariableUnsetMutationOptions: (sdk: GeneratedClient) => {
|
|
392
|
+
mutationKey: string[];
|
|
393
|
+
mutationFn: (input: DeploymentVariableUnsetInput) => Promise<import(".").DeploymentVariableUnsetOutput>;
|
|
394
|
+
};
|
|
395
|
+
export declare const deploymentVariableUnsetEnvMutationOptions: (sdk: GeneratedClient) => {
|
|
396
|
+
mutationKey: string[];
|
|
397
|
+
mutationFn: (input: DeploymentVariableUnsetEnvInput) => Promise<import(".").DeploymentVariableUnsetEnvOutput>;
|
|
398
|
+
};
|
|
399
|
+
export declare const deploymentVariableUnsetProductMutationOptions: (sdk: GeneratedClient) => {
|
|
400
|
+
mutationKey: string[];
|
|
401
|
+
mutationFn: (input: DeploymentVariableUnsetProductInput) => Promise<import(".").DeploymentVariableUnsetProductOutput>;
|
|
402
|
+
};
|
|
403
|
+
export declare const deploymentVcsBranchListQueryOptions: (sdk: GeneratedClient, input: DeploymentVcsBranchListInput) => {
|
|
404
|
+
queryKey: readonly ["deployment", "vcs-branch", "list", DeploymentVcsBranchListInput];
|
|
405
|
+
queryFn: () => Promise<DeploymentVcsBranchListOutput>;
|
|
406
|
+
};
|
|
407
|
+
export declare const deploymentVcsConnectionListQueryOptions: (sdk: GeneratedClient, input: DeploymentVcsConnectionListInput) => {
|
|
408
|
+
queryKey: readonly ["deployment", "vcs-connection", "list", DeploymentVcsConnectionListInput];
|
|
409
|
+
queryFn: () => Promise<DeploymentVcsConnectionListOutput>;
|
|
410
|
+
};
|
|
411
|
+
export declare const deploymentVcsRepoListQueryOptions: (sdk: GeneratedClient, input: DeploymentVcsRepoListInput) => {
|
|
412
|
+
queryKey: readonly ["deployment", "vcs-repo", "list", DeploymentVcsRepoListInput];
|
|
413
|
+
queryFn: () => Promise<DeploymentVcsRepoListOutput>;
|
|
414
|
+
};
|
|
415
|
+
export declare const deploymentVolumeCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
416
|
+
mutationKey: string[];
|
|
417
|
+
mutationFn: (input: DeploymentVolumeCreateInput) => Promise<import(".").DeploymentVolumeCreateOutput>;
|
|
418
|
+
};
|
|
419
|
+
export declare const deploymentVolumeDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
420
|
+
mutationKey: string[];
|
|
421
|
+
mutationFn: (input: DeploymentVolumeDeleteInput) => Promise<import(".").DeploymentVolumeDeleteOutput>;
|
|
422
|
+
};
|
|
423
|
+
export declare const deploymentVolumeDetachMutationOptions: (sdk: GeneratedClient) => {
|
|
424
|
+
mutationKey: string[];
|
|
425
|
+
mutationFn: (input: DeploymentVolumeDetachInput) => Promise<import(".").DeploymentVolumeDetachOutput>;
|
|
426
|
+
};
|
|
427
|
+
export declare const deploymentVolumeGetQueryOptions: (sdk: GeneratedClient, input: DeploymentVolumeGetInput) => {
|
|
428
|
+
queryKey: readonly ["deployment", "volume", "get", DeploymentVolumeGetInput];
|
|
429
|
+
queryFn: () => Promise<DeploymentVolumeGetOutput>;
|
|
430
|
+
};
|
|
431
|
+
export declare const deploymentVolumeListQueryOptions: (sdk: GeneratedClient, input: DeploymentVolumeListInput) => {
|
|
432
|
+
queryKey: readonly ["deployment", "volume", "list", DeploymentVolumeListInput];
|
|
433
|
+
queryFn: () => Promise<DeploymentVolumeListOutput>;
|
|
434
|
+
};
|
|
435
|
+
export declare const deploymentVolumeResizeMutationOptions: (sdk: GeneratedClient) => {
|
|
436
|
+
mutationKey: string[];
|
|
437
|
+
mutationFn: (input: DeploymentVolumeResizeInput) => Promise<import(".").DeploymentVolumeResizeOutput>;
|
|
438
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './queryOptions.gen.js';
|
|
2
|
+
export type { MailApikeyCreateInput, MailApikeyCreateOutput, MailApikeyDeleteInput, MailApikeyDeleteOutput, MailApikeyListInput, MailApikeyListOutput, MailAudienceCreateInput, MailAudienceCreateOutput, MailAudienceDeleteInput, MailAudienceDeleteOutput, MailAudienceGetInput, MailAudienceGetOutput, MailAudienceListInput, MailAudienceListOutput, MailAudienceUpdateInput, MailAudienceUpdateOutput, MailBroadcastCancelInput, MailBroadcastCancelOutput, MailBroadcastCreateInput, MailBroadcastCreateOutput, MailBroadcastDeleteInput, MailBroadcastDeleteOutput, MailBroadcastGetInput, MailBroadcastGetOutput, MailBroadcastListInput, MailBroadcastListOutput, MailBroadcastQueueInput, MailBroadcastQueueOutput, MailBroadcastStatsInput, MailBroadcastStatsOutput, MailBroadcastUpdateInput, MailBroadcastUpdateOutput, MailContactCreateInput, MailContactCreateOutput, MailContactDeleteInput, MailContactDeleteOutput, MailContactGetInput, MailContactGetOutput, MailContactListInput, MailContactListOutput, MailContactUpdateInput, MailContactUpdateOutput, MailDomainAllowedListInput, MailDomainAllowedListOutput, MailDomainCreateInput, MailDomainCreateOutput, MailDomainDeleteInput, MailDomainDeleteOutput, MailDomainGetInput, MailDomainGetOutput, MailDomainListInput, MailDomainListOutput, MailDomainUpdateInput, MailDomainUpdateOutput, MailDomainVerifyInput, MailDomainVerifyOutput, MailEmailCancelInput, MailEmailCancelOutput, MailEmailGetInput, MailEmailGetOutput, MailEmailSendBatchInput, MailEmailSendBatchOutput, MailEmailSendInput, MailEmailSendOutput, MailEmailUpdateInput, MailEmailUpdateOutput, MailReputationGetInput, MailReputationGetOutput, MailStatsGetInput, MailStatsGetOutput, MailSuppressionAddInput, MailSuppressionAddOutput, MailSuppressionListInput, MailSuppressionListOutput, MailSuppressionRemoveInput, MailSuppressionRemoveOutput, MailTemplateCreateInput, MailTemplateCreateOutput, MailTemplateDeleteInput, MailTemplateDeleteOutput, MailTemplateGetInput, MailTemplateGetOutput, MailTemplateListInput, MailTemplateListOutput, MailTemplatePublishInput, MailTemplatePublishOutput, MailTemplateUpdateInput, MailTemplateUpdateOutput, MailUsageGetInput, MailUsageGetOutput, MailWebhookCreateInput, MailWebhookCreateOutput, MailWebhookDeleteInput, MailWebhookDeleteOutput, MailWebhookDeliveriesListInput, MailWebhookDeliveriesListOutput, MailWebhookGetInput, MailWebhookGetOutput, MailWebhookListInput, MailWebhookListOutput, MailWebhookUpdateInput, MailWebhookUpdateOutput } from '../types.gen.js';
|