@lessly/sdk-app 52.0.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.
Files changed (93) hide show
  1. package/dist/_types/gen/analytics/index.d.ts +2 -0
  2. package/dist/_types/gen/analytics/queryOptions.gen.d.ts +46 -0
  3. package/dist/_types/gen/bindings.gen.d.ts +3 -0
  4. package/dist/_types/gen/brain/index.d.ts +2 -0
  5. package/dist/_types/gen/brain/queryOptions.gen.d.ts +162 -0
  6. package/dist/_types/gen/client.gen.d.ts +983 -0
  7. package/dist/_types/gen/consent/index.d.ts +2 -0
  8. package/dist/_types/gen/consent/queryOptions.gen.d.ts +62 -0
  9. package/dist/_types/gen/content/index.d.ts +2 -0
  10. package/dist/_types/gen/content/queryOptions.gen.d.ts +126 -0
  11. package/dist/_types/gen/deployment/index.d.ts +2 -0
  12. package/dist/_types/gen/deployment/queryOptions.gen.d.ts +438 -0
  13. package/dist/_types/gen/mail/index.d.ts +2 -0
  14. package/dist/_types/gen/mail/queryOptions.gen.d.ts +206 -0
  15. package/dist/_types/gen/manifest.gen.d.ts +1 -0
  16. package/dist/_types/gen/observe/index.d.ts +2 -0
  17. package/dist/_types/gen/observe/queryOptions.gen.d.ts +142 -0
  18. package/dist/_types/gen/organization/index.d.ts +2 -0
  19. package/dist/_types/gen/organization/queryOptions.gen.d.ts +286 -0
  20. package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
  21. package/dist/_types/gen/playground/index.d.ts +3 -0
  22. package/dist/_types/gen/playground/queryOptions.gen.d.ts +50 -0
  23. package/dist/_types/gen/realtime/index.d.ts +2 -0
  24. package/dist/_types/gen/realtime/queryOptions.gen.d.ts +114 -0
  25. package/dist/_types/gen/support/index.d.ts +2 -0
  26. package/dist/_types/gen/support/queryOptions.gen.d.ts +178 -0
  27. package/dist/_types/gen/tracking/index.d.ts +2 -0
  28. package/dist/_types/gen/tracking/queryOptions.gen.d.ts +146 -0
  29. package/dist/_types/gen/types.gen.d.ts +97920 -0
  30. package/dist/_types/gen/users/index.d.ts +2 -0
  31. package/dist/_types/gen/users/queryOptions.gen.d.ts +178 -0
  32. package/dist/_types/gen/waitlist/index.d.ts +2 -0
  33. package/dist/_types/gen/waitlist/queryOptions.gen.d.ts +30 -0
  34. package/dist/_types/index.d.ts +7 -0
  35. package/dist/_types/package.json +1 -0
  36. package/dist/_types/runtime/connectStream.d.ts +15 -0
  37. package/dist/_types/runtime/createLesslyApp.d.ts +6 -0
  38. package/dist/_types/runtime/csrf.d.ts +1 -0
  39. package/dist/_types/runtime/errors.d.ts +7 -0
  40. package/dist/_types/runtime/name.d.ts +26 -0
  41. package/dist/_types/runtime/request.d.ts +9 -0
  42. package/dist/{types-gTIUAUsP.d.cts → _types/runtime/types.d.ts} +18 -20
  43. package/dist/analytics/index.cjs +50 -0
  44. package/dist/analytics/index.cjs.map +1 -1
  45. package/dist/analytics/index.d.cts +1 -8
  46. package/dist/analytics/index.d.ts +1 -8
  47. package/dist/analytics/index.js +41 -1
  48. package/dist/analytics/index.js.map +1 -1
  49. package/dist/brain/index.d.cts +1 -164
  50. package/dist/brain/index.d.ts +1 -164
  51. package/dist/{chunk-5IRH5DIK.js → chunk-4XZXPEXP.js} +264 -2
  52. package/dist/chunk-4XZXPEXP.js.map +1 -0
  53. package/dist/consent/index.d.cts +1 -64
  54. package/dist/consent/index.d.ts +1 -64
  55. package/dist/content/index.d.cts +1 -128
  56. package/dist/content/index.d.ts +1 -128
  57. package/dist/deployment/index.d.cts +1 -440
  58. package/dist/deployment/index.d.ts +1 -440
  59. package/dist/index.cjs +262 -0
  60. package/dist/index.cjs.map +1 -1
  61. package/dist/index.d.cts +1 -32
  62. package/dist/index.d.ts +1 -32
  63. package/dist/index.js +1 -1
  64. package/dist/mail/index.d.cts +1 -209
  65. package/dist/mail/index.d.ts +1 -209
  66. package/dist/observe/index.d.cts +1 -144
  67. package/dist/observe/index.d.ts +1 -144
  68. package/dist/organization/index.d.cts +1 -288
  69. package/dist/organization/index.d.ts +1 -288
  70. package/dist/playground/index.cjs.map +1 -1
  71. package/dist/playground/index.d.cts +1 -55
  72. package/dist/playground/index.d.ts +1 -55
  73. package/dist/playground/index.js +1 -1
  74. package/dist/realtime/index.d.cts +1 -116
  75. package/dist/realtime/index.d.ts +1 -116
  76. package/dist/support/index.d.cts +1 -180
  77. package/dist/support/index.d.ts +1 -180
  78. package/dist/tracking/index.d.cts +1 -148
  79. package/dist/tracking/index.d.ts +1 -148
  80. package/dist/users/index.d.cts +1 -180
  81. package/dist/users/index.d.ts +1 -180
  82. package/dist/waitlist/index.d.cts +1 -32
  83. package/dist/waitlist/index.d.ts +1 -32
  84. package/package.json +123 -48
  85. package/src/gen/analytics/index.ts +1 -1
  86. package/src/gen/analytics/queryOptions.gen.ts +67 -0
  87. package/src/gen/bindings.gen.ts +262 -0
  88. package/src/gen/client.gen.ts +40 -0
  89. package/src/gen/types.gen.ts +47078 -0
  90. package/dist/chunk-5IRH5DIK.js.map +0 -1
  91. package/dist/client.gen-DlSflqUn.d.cts +0 -46965
  92. package/dist/client.gen-DlSflqUn.d.ts +0 -46965
  93. package/dist/types-gTIUAUsP.d.ts +0 -82
@@ -1,440 +1 @@
1
- import { G as GeneratedClient, bV as DeploymentAlertCreateInput, bW as DeploymentAlertCreateOutput, bX as DeploymentAlertDeleteInput, bY as DeploymentAlertDeleteOutput, bZ as DeploymentAlertEventsListInput, b_ as DeploymentAlertEventsListOutput, b$ as DeploymentAlertListInput, c0 as DeploymentAlertListOutput, c1 as DeploymentAlertUpdateInput, c2 as DeploymentAlertUpdateOutput, c3 as DeploymentAnalyticsQueryInput, c4 as DeploymentAnalyticsQueryOutput, c5 as DeploymentBuildGetInput, c6 as DeploymentBuildGetOutput, c7 as DeploymentBuildListInput, c8 as DeploymentBuildListOutput, c9 as DeploymentBuildLogsInput, ca as DeploymentBuildLogsOutput, cb as DeploymentCanvasGetInput, cc as DeploymentCanvasGetOutput, cd as DeploymentCanvasMoveNodeInput, ce as DeploymentCanvasMoveNodeOutput, cf as DeploymentCloudSqlBackfillLogFlagsInput, cg as DeploymentCloudSqlBackfillLogFlagsOutput, ch as DeploymentCloudSqlDatabaseAttachInput, ci as DeploymentCloudSqlDatabaseAttachOutput, cj as DeploymentCloudSqlDatabaseCreateInput, ck as DeploymentCloudSqlDatabaseCreateOutput, cl as DeploymentCloudSqlDatabaseDeleteInput, cm as DeploymentCloudSqlDatabaseDeleteOutput, cn as DeploymentCloudSqlDatabaseDetachInput, co as DeploymentCloudSqlDatabaseDetachOutput, cp as DeploymentCloudSqlDatabaseGetInput, cq as DeploymentCloudSqlDatabaseGetOutput, cr as DeploymentCloudSqlDatabaseListInput, cs as DeploymentCloudSqlDatabaseListOutput, ct as DeploymentCloudSqlInstanceBackupListInput, cu as DeploymentCloudSqlInstanceBackupListOutput, cv as DeploymentCloudSqlInstanceBackupInput, cw as DeploymentCloudSqlInstanceBackupOutput, cx as DeploymentCloudSqlInstanceCreateInput, cy as DeploymentCloudSqlInstanceCreateOutput, cz as DeploymentCloudSqlInstanceDeleteInput, cA as DeploymentCloudSqlInstanceDeleteOutput, cB as DeploymentCloudSqlInstanceGetInput, cC as DeploymentCloudSqlInstanceGetOutput, cD as DeploymentCloudSqlInstanceListInput, cE as DeploymentCloudSqlInstanceListOutput, cF as DeploymentCloudSqlInstanceResizeInput, cG as DeploymentCloudSqlInstanceResizeOutput, cH as DeploymentCloudSqlInstanceRestoreInput, cI as DeploymentCloudSqlInstanceRestoreOutput, cJ as DeploymentCloudSqlLogsInput, cK as DeploymentCloudSqlLogsOutput, cL as DeploymentDeploymentCancelInput, cM as DeploymentDeploymentCancelOutput, cN as DeploymentDeploymentGetInput, cO as DeploymentDeploymentGetOutput, cP as DeploymentDeploymentListInput, cQ as DeploymentDeploymentListOutput, cR as DeploymentDomainAddInput, cS as DeploymentDomainAddOutput, cT as DeploymentDomainAllowedListInput, cU as DeploymentDomainAllowedListOutput, cV as DeploymentDomainGetInput, cW as DeploymentDomainGetOutput, cX as DeploymentDomainListByServiceInput, cY as DeploymentDomainListByServiceOutput, cZ as DeploymentDomainListInput, c_ as DeploymentDomainListOutput, c$ as DeploymentDomainRedirectWwwInput, d0 as DeploymentDomainRedirectWwwOutput, d1 as DeploymentDomainRemoveInput, d2 as DeploymentDomainRemoveOutput, d3 as DeploymentDomainRoutesAddInput, d4 as DeploymentDomainRoutesAddOutput, d5 as DeploymentDomainRoutesListInput, d6 as DeploymentDomainRoutesListOutput, d7 as DeploymentDomainRoutesRemoveInput, d8 as DeploymentDomainRoutesRemoveOutput, d9 as DeploymentDomainRoutesUpdateInput, da as DeploymentDomainRoutesUpdateOutput, db as DeploymentDomainVerifyInput, dc as DeploymentDomainVerifyOutput, dd as DeploymentEnvironmentCreateInput, de as DeploymentEnvironmentCreateOutput, df as DeploymentEnvironmentDeleteInput, dg as DeploymentEnvironmentDeleteOutput, dh as DeploymentEnvironmentForkInput, di as DeploymentEnvironmentForkOutput, dj as DeploymentEnvironmentGetInput, dk as DeploymentEnvironmentGetOutput, dl as DeploymentEnvironmentListInput, dm as DeploymentEnvironmentListOutput, dn as DeploymentEnvironmentReconcileInput, dp as DeploymentEnvironmentReconcileOutput, dq as DeploymentEnvironmentUpdateInput, dr as DeploymentEnvironmentUpdateOutput, ds as DeploymentEventsListByEnvironmentInput, dt as DeploymentEventsListByEnvironmentOutput, du as DeploymentEventsListByServiceInput, dv as DeploymentEventsListByServiceOutput, dw as DeploymentJobRunLogsInput, dx as DeploymentJobRunLogsOutput, dy as DeploymentJobRunInput, dz as DeploymentJobRunOutput, dA as DeploymentJobRunsListInput, dB as DeploymentJobRunsListOutput, dC as DeploymentManagedServiceBackupListInput, dD as DeploymentManagedServiceBackupListOutput, dE as DeploymentManagedServiceBackupInput, dF as DeploymentManagedServiceBackupOutput, dG as DeploymentManagedServiceConnectInfoInput, dH as DeploymentManagedServiceConnectInfoOutput, dI as DeploymentManagedServiceDeleteInput, dJ as DeploymentManagedServiceDeleteOutput, dK as DeploymentManagedServiceGetInput, dL as DeploymentManagedServiceGetOutput, dM as DeploymentManagedServiceListInput, dN as DeploymentManagedServiceListOutput, dO as DeploymentManagedServiceLogsInput, dP as DeploymentManagedServiceLogsOutput, dQ as DeploymentManagedServiceProvisionInput, dR as DeploymentManagedServiceProvisionOutput, dS as DeploymentManagedServiceReconcileInput, dT as DeploymentManagedServiceReconcileOutput, dU as DeploymentManagedServiceResizeInput, dV as DeploymentManagedServiceResizeOutput, dW as DeploymentManagedServiceRestoreInput, dX as DeploymentManagedServiceRestoreOutput, dY as DeploymentManagedServiceStartInput, dZ as DeploymentManagedServiceStartOutput, d_ as DeploymentManagedServiceStopInput, d$ as DeploymentManagedServiceStopOutput, e0 as DeploymentManagedServiceTypesInput, e1 as DeploymentManagedServiceTypesOutput, e2 as DeploymentMetricsGetInput, e3 as DeploymentMetricsGetOutput, e4 as DeploymentPreviewEnvironmentCreateInput, e5 as DeploymentPreviewEnvironmentCreateOutput, e6 as DeploymentPreviewEnvironmentDeleteInput, e7 as DeploymentPreviewEnvironmentDeleteOutput, e8 as DeploymentPreviewEnvironmentListInput, e9 as DeploymentPreviewEnvironmentListOutput, ea as DeploymentPreviewPolicyGetInput, eb as DeploymentPreviewPolicyGetOutput, ec as DeploymentPreviewPolicySetInput, ed as DeploymentPreviewPolicySetOutput, ee as DeploymentServiceCreateInput, ef as DeploymentServiceCreateOutput, eg as DeploymentServiceDeleteInput, eh as DeploymentServiceDeleteOutput, ei as DeploymentServiceExecInput, ej as DeploymentServiceExecOutput, ek as DeploymentServiceGetInput, el as DeploymentServiceGetOutput, em as DeploymentServiceListInput, en as DeploymentServiceListOutput, eo as DeploymentServiceLogsInput, ep as DeploymentServiceLogsOutput, eq as DeploymentServiceRedeployInput, er as DeploymentServiceRedeployOutput, es as DeploymentServiceRestartInput, et as DeploymentServiceRestartOutput, eu as DeploymentServiceRollbackInput, ev as DeploymentServiceRollbackOutput, ew as DeploymentServiceScaleInput, ex as DeploymentServiceScaleOutput, ey as DeploymentServiceUpdateInput, ez as DeploymentServiceUpdateOutput, eA as DeploymentServiceWakeInput, eB as DeploymentServiceWakeOutput, eC as DeploymentSshCommandInput, eD as DeploymentSshCommandOutput, eE as DeploymentSshKeyDeleteInput, eF as DeploymentSshKeyDeleteOutput, eG as DeploymentSshKeyListInput, eH as DeploymentSshKeyListOutput, eI as DeploymentSshKeyRegisterInput, eJ as DeploymentSshKeyRegisterOutput, eK as DeploymentSuspensionGetInput, eL as DeploymentSuspensionGetOutput, eM as DeploymentVariableListEnvInput, eN as DeploymentVariableListEnvOutput, eO as DeploymentVariableListProductInput, eP as DeploymentVariableListProductOutput, eQ as DeploymentVariableListInput, eR as DeploymentVariableListOutput, eS as DeploymentVariableSetEnvInput, eT as DeploymentVariableSetEnvOutput, eU as DeploymentVariableSetInput, eV as DeploymentVariableSetOutput, eW as DeploymentVariableSetProductInput, eX as DeploymentVariableSetProductOutput, eY as DeploymentVariableUnsetEnvInput, eZ as DeploymentVariableUnsetEnvOutput, e_ as DeploymentVariableUnsetInput, e$ as DeploymentVariableUnsetOutput, f0 as DeploymentVariableUnsetProductInput, f1 as DeploymentVariableUnsetProductOutput, f2 as DeploymentVcsBranchListInput, f3 as DeploymentVcsBranchListOutput, f4 as DeploymentVcsConnectionListInput, f5 as DeploymentVcsConnectionListOutput, f6 as DeploymentVcsRepoListInput, f7 as DeploymentVcsRepoListOutput, f8 as DeploymentVolumeCreateInput, f9 as DeploymentVolumeCreateOutput, fa as DeploymentVolumeDeleteInput, fb as DeploymentVolumeDeleteOutput, fc as DeploymentVolumeDetachInput, fd as DeploymentVolumeDetachOutput, fe as DeploymentVolumeGetInput, ff as DeploymentVolumeGetOutput, fg as DeploymentVolumeListInput, fh as DeploymentVolumeListOutput, fi as DeploymentVolumeResizeInput, fj as DeploymentVolumeResizeOutput } from '../client.gen-DlSflqUn.js';
2
-
3
- declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
4
- mutationKey: string[];
5
- mutationFn: (input: DeploymentAlertCreateInput) => Promise<DeploymentAlertCreateOutput>;
6
- };
7
- declare const deploymentAlertDeleteMutationOptions: (sdk: GeneratedClient) => {
8
- mutationKey: string[];
9
- mutationFn: (input: DeploymentAlertDeleteInput) => Promise<DeploymentAlertDeleteOutput>;
10
- };
11
- declare const deploymentAlertEventsListQueryOptions: (sdk: GeneratedClient, input: DeploymentAlertEventsListInput) => {
12
- queryKey: readonly ["deployment", "alert-events", "list", DeploymentAlertEventsListInput];
13
- queryFn: () => Promise<DeploymentAlertEventsListOutput>;
14
- };
15
- declare const deploymentAlertListQueryOptions: (sdk: GeneratedClient, input: DeploymentAlertListInput) => {
16
- queryKey: readonly ["deployment", "alert", "list", DeploymentAlertListInput];
17
- queryFn: () => Promise<DeploymentAlertListOutput>;
18
- };
19
- declare const deploymentAlertUpdateMutationOptions: (sdk: GeneratedClient) => {
20
- mutationKey: string[];
21
- mutationFn: (input: DeploymentAlertUpdateInput) => Promise<DeploymentAlertUpdateOutput>;
22
- };
23
- declare const deploymentAnalyticsQueryQueryOptions: (sdk: GeneratedClient, input: DeploymentAnalyticsQueryInput) => {
24
- queryKey: readonly ["deployment", "analytics", "query", DeploymentAnalyticsQueryInput];
25
- queryFn: () => Promise<DeploymentAnalyticsQueryOutput>;
26
- };
27
- declare const deploymentBuildGetQueryOptions: (sdk: GeneratedClient, input: DeploymentBuildGetInput) => {
28
- queryKey: readonly ["deployment", "build", "get", DeploymentBuildGetInput];
29
- queryFn: () => Promise<DeploymentBuildGetOutput>;
30
- };
31
- declare const deploymentBuildListQueryOptions: (sdk: GeneratedClient, input: DeploymentBuildListInput) => {
32
- queryKey: readonly ["deployment", "build", "list", DeploymentBuildListInput];
33
- queryFn: () => Promise<DeploymentBuildListOutput>;
34
- };
35
- declare const deploymentBuildLogsQueryOptions: (sdk: GeneratedClient, input: DeploymentBuildLogsInput) => {
36
- queryKey: readonly ["deployment", "build", "logs", DeploymentBuildLogsInput];
37
- queryFn: () => Promise<DeploymentBuildLogsOutput>;
38
- };
39
- declare const deploymentCanvasGetQueryOptions: (sdk: GeneratedClient, input: DeploymentCanvasGetInput) => {
40
- queryKey: readonly ["deployment", "canvas", "get", DeploymentCanvasGetInput];
41
- queryFn: () => Promise<DeploymentCanvasGetOutput>;
42
- };
43
- declare const deploymentCanvasMoveNodeMutationOptions: (sdk: GeneratedClient) => {
44
- mutationKey: string[];
45
- mutationFn: (input: DeploymentCanvasMoveNodeInput) => Promise<DeploymentCanvasMoveNodeOutput>;
46
- };
47
- declare const deploymentCloudSqlBackfillLogFlagsMutationOptions: (sdk: GeneratedClient) => {
48
- mutationKey: string[];
49
- mutationFn: (input: DeploymentCloudSqlBackfillLogFlagsInput) => Promise<DeploymentCloudSqlBackfillLogFlagsOutput>;
50
- };
51
- declare const deploymentCloudSqlDatabaseAttachMutationOptions: (sdk: GeneratedClient) => {
52
- mutationKey: string[];
53
- mutationFn: (input: DeploymentCloudSqlDatabaseAttachInput) => Promise<DeploymentCloudSqlDatabaseAttachOutput>;
54
- };
55
- declare const deploymentCloudSqlDatabaseCreateMutationOptions: (sdk: GeneratedClient) => {
56
- mutationKey: string[];
57
- mutationFn: (input: DeploymentCloudSqlDatabaseCreateInput) => Promise<DeploymentCloudSqlDatabaseCreateOutput>;
58
- };
59
- declare const deploymentCloudSqlDatabaseDeleteMutationOptions: (sdk: GeneratedClient) => {
60
- mutationKey: string[];
61
- mutationFn: (input: DeploymentCloudSqlDatabaseDeleteInput) => Promise<DeploymentCloudSqlDatabaseDeleteOutput>;
62
- };
63
- declare const deploymentCloudSqlDatabaseDetachMutationOptions: (sdk: GeneratedClient) => {
64
- mutationKey: string[];
65
- mutationFn: (input: DeploymentCloudSqlDatabaseDetachInput) => Promise<DeploymentCloudSqlDatabaseDetachOutput>;
66
- };
67
- declare const deploymentCloudSqlDatabaseGetQueryOptions: (sdk: GeneratedClient, input: DeploymentCloudSqlDatabaseGetInput) => {
68
- queryKey: readonly ["deployment", "cloud-sql-database", "get", DeploymentCloudSqlDatabaseGetInput];
69
- queryFn: () => Promise<DeploymentCloudSqlDatabaseGetOutput>;
70
- };
71
- declare const deploymentCloudSqlDatabaseListQueryOptions: (sdk: GeneratedClient, input: DeploymentCloudSqlDatabaseListInput) => {
72
- queryKey: readonly ["deployment", "cloud-sql-database", "list", DeploymentCloudSqlDatabaseListInput];
73
- queryFn: () => Promise<DeploymentCloudSqlDatabaseListOutput>;
74
- };
75
- declare const deploymentCloudSqlInstanceBackupMutationOptions: (sdk: GeneratedClient) => {
76
- mutationKey: string[];
77
- mutationFn: (input: DeploymentCloudSqlInstanceBackupInput) => Promise<DeploymentCloudSqlInstanceBackupOutput>;
78
- };
79
- declare const deploymentCloudSqlInstanceBackupListQueryOptions: (sdk: GeneratedClient, input: DeploymentCloudSqlInstanceBackupListInput) => {
80
- queryKey: readonly ["deployment", "cloud-sql-instance-backup", "list", DeploymentCloudSqlInstanceBackupListInput];
81
- queryFn: () => Promise<DeploymentCloudSqlInstanceBackupListOutput>;
82
- };
83
- declare const deploymentCloudSqlInstanceCreateMutationOptions: (sdk: GeneratedClient) => {
84
- mutationKey: string[];
85
- mutationFn: (input: DeploymentCloudSqlInstanceCreateInput) => Promise<DeploymentCloudSqlInstanceCreateOutput>;
86
- };
87
- declare const deploymentCloudSqlInstanceDeleteMutationOptions: (sdk: GeneratedClient) => {
88
- mutationKey: string[];
89
- mutationFn: (input: DeploymentCloudSqlInstanceDeleteInput) => Promise<DeploymentCloudSqlInstanceDeleteOutput>;
90
- };
91
- declare const deploymentCloudSqlInstanceGetQueryOptions: (sdk: GeneratedClient, input: DeploymentCloudSqlInstanceGetInput) => {
92
- queryKey: readonly ["deployment", "cloud-sql-instance", "get", DeploymentCloudSqlInstanceGetInput];
93
- queryFn: () => Promise<DeploymentCloudSqlInstanceGetOutput>;
94
- };
95
- declare const deploymentCloudSqlInstanceListQueryOptions: (sdk: GeneratedClient, input: DeploymentCloudSqlInstanceListInput) => {
96
- queryKey: readonly ["deployment", "cloud-sql-instance", "list", DeploymentCloudSqlInstanceListInput];
97
- queryFn: () => Promise<DeploymentCloudSqlInstanceListOutput>;
98
- };
99
- declare const deploymentCloudSqlInstanceResizeMutationOptions: (sdk: GeneratedClient) => {
100
- mutationKey: string[];
101
- mutationFn: (input: DeploymentCloudSqlInstanceResizeInput) => Promise<DeploymentCloudSqlInstanceResizeOutput>;
102
- };
103
- declare const deploymentCloudSqlInstanceRestoreMutationOptions: (sdk: GeneratedClient) => {
104
- mutationKey: string[];
105
- mutationFn: (input: DeploymentCloudSqlInstanceRestoreInput) => Promise<DeploymentCloudSqlInstanceRestoreOutput>;
106
- };
107
- declare const deploymentCloudSqlLogsQueryOptions: (sdk: GeneratedClient, input: DeploymentCloudSqlLogsInput) => {
108
- queryKey: readonly ["deployment", "cloud-sql", "logs", DeploymentCloudSqlLogsInput];
109
- queryFn: () => Promise<DeploymentCloudSqlLogsOutput>;
110
- };
111
- declare const deploymentDeploymentCancelMutationOptions: (sdk: GeneratedClient) => {
112
- mutationKey: string[];
113
- mutationFn: (input: DeploymentDeploymentCancelInput) => Promise<DeploymentDeploymentCancelOutput>;
114
- };
115
- declare const deploymentDeploymentGetQueryOptions: (sdk: GeneratedClient, input: DeploymentDeploymentGetInput) => {
116
- queryKey: readonly ["deployment", "deployment", "get", DeploymentDeploymentGetInput];
117
- queryFn: () => Promise<DeploymentDeploymentGetOutput>;
118
- };
119
- declare const deploymentDeploymentListQueryOptions: (sdk: GeneratedClient, input: DeploymentDeploymentListInput) => {
120
- queryKey: readonly ["deployment", "deployment", "list", DeploymentDeploymentListInput];
121
- queryFn: () => Promise<DeploymentDeploymentListOutput>;
122
- };
123
- declare const deploymentDomainAddMutationOptions: (sdk: GeneratedClient) => {
124
- mutationKey: string[];
125
- mutationFn: (input: DeploymentDomainAddInput) => Promise<DeploymentDomainAddOutput>;
126
- };
127
- declare const deploymentDomainAllowedListQueryOptions: (sdk: GeneratedClient, input: DeploymentDomainAllowedListInput) => {
128
- queryKey: readonly ["deployment", "domain-allowed", "list", DeploymentDomainAllowedListInput];
129
- queryFn: () => Promise<DeploymentDomainAllowedListOutput>;
130
- };
131
- declare const deploymentDomainGetQueryOptions: (sdk: GeneratedClient, input: DeploymentDomainGetInput) => {
132
- queryKey: readonly ["deployment", "domain", "get", DeploymentDomainGetInput];
133
- queryFn: () => Promise<DeploymentDomainGetOutput>;
134
- };
135
- declare const deploymentDomainListQueryOptions: (sdk: GeneratedClient, input: DeploymentDomainListInput) => {
136
- queryKey: readonly ["deployment", "domain", "list", DeploymentDomainListInput];
137
- queryFn: () => Promise<DeploymentDomainListOutput>;
138
- };
139
- declare const deploymentDomainListByServiceQueryOptions: (sdk: GeneratedClient, input: DeploymentDomainListByServiceInput) => {
140
- queryKey: readonly ["deployment", "domain-list-by", "service", DeploymentDomainListByServiceInput];
141
- queryFn: () => Promise<DeploymentDomainListByServiceOutput>;
142
- };
143
- declare const deploymentDomainRedirectWwwMutationOptions: (sdk: GeneratedClient) => {
144
- mutationKey: string[];
145
- mutationFn: (input: DeploymentDomainRedirectWwwInput) => Promise<DeploymentDomainRedirectWwwOutput>;
146
- };
147
- declare const deploymentDomainRemoveMutationOptions: (sdk: GeneratedClient) => {
148
- mutationKey: string[];
149
- mutationFn: (input: DeploymentDomainRemoveInput) => Promise<DeploymentDomainRemoveOutput>;
150
- };
151
- declare const deploymentDomainRoutesAddMutationOptions: (sdk: GeneratedClient) => {
152
- mutationKey: string[];
153
- mutationFn: (input: DeploymentDomainRoutesAddInput) => Promise<DeploymentDomainRoutesAddOutput>;
154
- };
155
- declare const deploymentDomainRoutesListQueryOptions: (sdk: GeneratedClient, input: DeploymentDomainRoutesListInput) => {
156
- queryKey: readonly ["deployment", "domain-routes", "list", DeploymentDomainRoutesListInput];
157
- queryFn: () => Promise<DeploymentDomainRoutesListOutput>;
158
- };
159
- declare const deploymentDomainRoutesRemoveMutationOptions: (sdk: GeneratedClient) => {
160
- mutationKey: string[];
161
- mutationFn: (input: DeploymentDomainRoutesRemoveInput) => Promise<DeploymentDomainRoutesRemoveOutput>;
162
- };
163
- declare const deploymentDomainRoutesUpdateMutationOptions: (sdk: GeneratedClient) => {
164
- mutationKey: string[];
165
- mutationFn: (input: DeploymentDomainRoutesUpdateInput) => Promise<DeploymentDomainRoutesUpdateOutput>;
166
- };
167
- declare const deploymentDomainVerifyMutationOptions: (sdk: GeneratedClient) => {
168
- mutationKey: string[];
169
- mutationFn: (input: DeploymentDomainVerifyInput) => Promise<DeploymentDomainVerifyOutput>;
170
- };
171
- declare const deploymentEnvironmentCreateMutationOptions: (sdk: GeneratedClient) => {
172
- mutationKey: string[];
173
- mutationFn: (input: DeploymentEnvironmentCreateInput) => Promise<DeploymentEnvironmentCreateOutput>;
174
- };
175
- declare const deploymentEnvironmentDeleteMutationOptions: (sdk: GeneratedClient) => {
176
- mutationKey: string[];
177
- mutationFn: (input: DeploymentEnvironmentDeleteInput) => Promise<DeploymentEnvironmentDeleteOutput>;
178
- };
179
- declare const deploymentEnvironmentForkMutationOptions: (sdk: GeneratedClient) => {
180
- mutationKey: string[];
181
- mutationFn: (input: DeploymentEnvironmentForkInput) => Promise<DeploymentEnvironmentForkOutput>;
182
- };
183
- declare const deploymentEnvironmentGetQueryOptions: (sdk: GeneratedClient, input: DeploymentEnvironmentGetInput) => {
184
- queryKey: readonly ["deployment", "environment", "get", DeploymentEnvironmentGetInput];
185
- queryFn: () => Promise<DeploymentEnvironmentGetOutput>;
186
- };
187
- declare const deploymentEnvironmentListQueryOptions: (sdk: GeneratedClient, input: DeploymentEnvironmentListInput) => {
188
- queryKey: readonly ["deployment", "environment", "list", DeploymentEnvironmentListInput];
189
- queryFn: () => Promise<DeploymentEnvironmentListOutput>;
190
- };
191
- declare const deploymentEnvironmentReconcileMutationOptions: (sdk: GeneratedClient) => {
192
- mutationKey: string[];
193
- mutationFn: (input: DeploymentEnvironmentReconcileInput) => Promise<DeploymentEnvironmentReconcileOutput>;
194
- };
195
- declare const deploymentEnvironmentUpdateMutationOptions: (sdk: GeneratedClient) => {
196
- mutationKey: string[];
197
- mutationFn: (input: DeploymentEnvironmentUpdateInput) => Promise<DeploymentEnvironmentUpdateOutput>;
198
- };
199
- declare const deploymentEventsListByEnvironmentQueryOptions: (sdk: GeneratedClient, input: DeploymentEventsListByEnvironmentInput) => {
200
- queryKey: readonly ["deployment", "events-list-by", "environment", DeploymentEventsListByEnvironmentInput];
201
- queryFn: () => Promise<DeploymentEventsListByEnvironmentOutput>;
202
- };
203
- declare const deploymentEventsListByServiceQueryOptions: (sdk: GeneratedClient, input: DeploymentEventsListByServiceInput) => {
204
- queryKey: readonly ["deployment", "events-list-by", "service", DeploymentEventsListByServiceInput];
205
- queryFn: () => Promise<DeploymentEventsListByServiceOutput>;
206
- };
207
- declare const deploymentJobRunMutationOptions: (sdk: GeneratedClient) => {
208
- mutationKey: string[];
209
- mutationFn: (input: DeploymentJobRunInput) => Promise<DeploymentJobRunOutput>;
210
- };
211
- declare const deploymentJobRunLogsQueryOptions: (sdk: GeneratedClient, input: DeploymentJobRunLogsInput) => {
212
- queryKey: readonly ["deployment", "job-run", "logs", DeploymentJobRunLogsInput];
213
- queryFn: () => Promise<DeploymentJobRunLogsOutput>;
214
- };
215
- declare const deploymentJobRunsListQueryOptions: (sdk: GeneratedClient, input: DeploymentJobRunsListInput) => {
216
- queryKey: readonly ["deployment", "job-runs", "list", DeploymentJobRunsListInput];
217
- queryFn: () => Promise<DeploymentJobRunsListOutput>;
218
- };
219
- declare const deploymentManagedServiceBackupMutationOptions: (sdk: GeneratedClient) => {
220
- mutationKey: string[];
221
- mutationFn: (input: DeploymentManagedServiceBackupInput) => Promise<DeploymentManagedServiceBackupOutput>;
222
- };
223
- declare const deploymentManagedServiceBackupListQueryOptions: (sdk: GeneratedClient, input: DeploymentManagedServiceBackupListInput) => {
224
- queryKey: readonly ["deployment", "managed-service-backup", "list", DeploymentManagedServiceBackupListInput];
225
- queryFn: () => Promise<DeploymentManagedServiceBackupListOutput>;
226
- };
227
- declare const deploymentManagedServiceConnectInfoQueryOptions: (sdk: GeneratedClient, input: DeploymentManagedServiceConnectInfoInput) => {
228
- queryKey: readonly ["deployment", "managed-service-connect", "info", DeploymentManagedServiceConnectInfoInput];
229
- queryFn: () => Promise<DeploymentManagedServiceConnectInfoOutput>;
230
- };
231
- declare const deploymentManagedServiceDeleteMutationOptions: (sdk: GeneratedClient) => {
232
- mutationKey: string[];
233
- mutationFn: (input: DeploymentManagedServiceDeleteInput) => Promise<DeploymentManagedServiceDeleteOutput>;
234
- };
235
- declare const deploymentManagedServiceGetQueryOptions: (sdk: GeneratedClient, input: DeploymentManagedServiceGetInput) => {
236
- queryKey: readonly ["deployment", "managed-service", "get", DeploymentManagedServiceGetInput];
237
- queryFn: () => Promise<DeploymentManagedServiceGetOutput>;
238
- };
239
- declare const deploymentManagedServiceListQueryOptions: (sdk: GeneratedClient, input: DeploymentManagedServiceListInput) => {
240
- queryKey: readonly ["deployment", "managed-service", "list", DeploymentManagedServiceListInput];
241
- queryFn: () => Promise<DeploymentManagedServiceListOutput>;
242
- };
243
- declare const deploymentManagedServiceLogsQueryOptions: (sdk: GeneratedClient, input: DeploymentManagedServiceLogsInput) => {
244
- queryKey: readonly ["deployment", "managed-service", "logs", DeploymentManagedServiceLogsInput];
245
- queryFn: () => Promise<DeploymentManagedServiceLogsOutput>;
246
- };
247
- declare const deploymentManagedServiceProvisionMutationOptions: (sdk: GeneratedClient) => {
248
- mutationKey: string[];
249
- mutationFn: (input: DeploymentManagedServiceProvisionInput) => Promise<DeploymentManagedServiceProvisionOutput>;
250
- };
251
- declare const deploymentManagedServiceReconcileMutationOptions: (sdk: GeneratedClient) => {
252
- mutationKey: string[];
253
- mutationFn: (input: DeploymentManagedServiceReconcileInput) => Promise<DeploymentManagedServiceReconcileOutput>;
254
- };
255
- declare const deploymentManagedServiceResizeMutationOptions: (sdk: GeneratedClient) => {
256
- mutationKey: string[];
257
- mutationFn: (input: DeploymentManagedServiceResizeInput) => Promise<DeploymentManagedServiceResizeOutput>;
258
- };
259
- declare const deploymentManagedServiceRestoreMutationOptions: (sdk: GeneratedClient) => {
260
- mutationKey: string[];
261
- mutationFn: (input: DeploymentManagedServiceRestoreInput) => Promise<DeploymentManagedServiceRestoreOutput>;
262
- };
263
- declare const deploymentManagedServiceStartMutationOptions: (sdk: GeneratedClient) => {
264
- mutationKey: string[];
265
- mutationFn: (input: DeploymentManagedServiceStartInput) => Promise<DeploymentManagedServiceStartOutput>;
266
- };
267
- declare const deploymentManagedServiceStopMutationOptions: (sdk: GeneratedClient) => {
268
- mutationKey: string[];
269
- mutationFn: (input: DeploymentManagedServiceStopInput) => Promise<DeploymentManagedServiceStopOutput>;
270
- };
271
- declare const deploymentManagedServiceTypesQueryOptions: (sdk: GeneratedClient, input: DeploymentManagedServiceTypesInput) => {
272
- queryKey: readonly ["deployment", "managed-service", "types", DeploymentManagedServiceTypesInput];
273
- queryFn: () => Promise<DeploymentManagedServiceTypesOutput>;
274
- };
275
- declare const deploymentMetricsGetQueryOptions: (sdk: GeneratedClient, input: DeploymentMetricsGetInput) => {
276
- queryKey: readonly ["deployment", "metrics", "get", DeploymentMetricsGetInput];
277
- queryFn: () => Promise<DeploymentMetricsGetOutput>;
278
- };
279
- declare const deploymentPreviewEnvironmentCreateMutationOptions: (sdk: GeneratedClient) => {
280
- mutationKey: string[];
281
- mutationFn: (input: DeploymentPreviewEnvironmentCreateInput) => Promise<DeploymentPreviewEnvironmentCreateOutput>;
282
- };
283
- declare const deploymentPreviewEnvironmentDeleteMutationOptions: (sdk: GeneratedClient) => {
284
- mutationKey: string[];
285
- mutationFn: (input: DeploymentPreviewEnvironmentDeleteInput) => Promise<DeploymentPreviewEnvironmentDeleteOutput>;
286
- };
287
- declare const deploymentPreviewEnvironmentListQueryOptions: (sdk: GeneratedClient, input: DeploymentPreviewEnvironmentListInput) => {
288
- queryKey: readonly ["deployment", "preview-environment", "list", DeploymentPreviewEnvironmentListInput];
289
- queryFn: () => Promise<DeploymentPreviewEnvironmentListOutput>;
290
- };
291
- declare const deploymentPreviewPolicyGetQueryOptions: (sdk: GeneratedClient, input: DeploymentPreviewPolicyGetInput) => {
292
- queryKey: readonly ["deployment", "preview-policy", "get", DeploymentPreviewPolicyGetInput];
293
- queryFn: () => Promise<DeploymentPreviewPolicyGetOutput>;
294
- };
295
- declare const deploymentPreviewPolicySetMutationOptions: (sdk: GeneratedClient) => {
296
- mutationKey: string[];
297
- mutationFn: (input: DeploymentPreviewPolicySetInput) => Promise<DeploymentPreviewPolicySetOutput>;
298
- };
299
- declare const deploymentServiceCreateMutationOptions: (sdk: GeneratedClient) => {
300
- mutationKey: string[];
301
- mutationFn: (input: DeploymentServiceCreateInput) => Promise<DeploymentServiceCreateOutput>;
302
- };
303
- declare const deploymentServiceDeleteMutationOptions: (sdk: GeneratedClient) => {
304
- mutationKey: string[];
305
- mutationFn: (input: DeploymentServiceDeleteInput) => Promise<DeploymentServiceDeleteOutput>;
306
- };
307
- declare const deploymentServiceExecMutationOptions: (sdk: GeneratedClient) => {
308
- mutationKey: string[];
309
- mutationFn: (input: DeploymentServiceExecInput) => Promise<DeploymentServiceExecOutput>;
310
- };
311
- declare const deploymentServiceGetQueryOptions: (sdk: GeneratedClient, input: DeploymentServiceGetInput) => {
312
- queryKey: readonly ["deployment", "service", "get", DeploymentServiceGetInput];
313
- queryFn: () => Promise<DeploymentServiceGetOutput>;
314
- };
315
- declare const deploymentServiceListQueryOptions: (sdk: GeneratedClient, input: DeploymentServiceListInput) => {
316
- queryKey: readonly ["deployment", "service", "list", DeploymentServiceListInput];
317
- queryFn: () => Promise<DeploymentServiceListOutput>;
318
- };
319
- declare const deploymentServiceLogsQueryOptions: (sdk: GeneratedClient, input: DeploymentServiceLogsInput) => {
320
- queryKey: readonly ["deployment", "service", "logs", DeploymentServiceLogsInput];
321
- queryFn: () => Promise<DeploymentServiceLogsOutput>;
322
- };
323
- declare const deploymentServiceRedeployMutationOptions: (sdk: GeneratedClient) => {
324
- mutationKey: string[];
325
- mutationFn: (input: DeploymentServiceRedeployInput) => Promise<DeploymentServiceRedeployOutput>;
326
- };
327
- declare const deploymentServiceRestartMutationOptions: (sdk: GeneratedClient) => {
328
- mutationKey: string[];
329
- mutationFn: (input: DeploymentServiceRestartInput) => Promise<DeploymentServiceRestartOutput>;
330
- };
331
- declare const deploymentServiceRollbackMutationOptions: (sdk: GeneratedClient) => {
332
- mutationKey: string[];
333
- mutationFn: (input: DeploymentServiceRollbackInput) => Promise<DeploymentServiceRollbackOutput>;
334
- };
335
- declare const deploymentServiceScaleMutationOptions: (sdk: GeneratedClient) => {
336
- mutationKey: string[];
337
- mutationFn: (input: DeploymentServiceScaleInput) => Promise<DeploymentServiceScaleOutput>;
338
- };
339
- declare const deploymentServiceUpdateMutationOptions: (sdk: GeneratedClient) => {
340
- mutationKey: string[];
341
- mutationFn: (input: DeploymentServiceUpdateInput) => Promise<DeploymentServiceUpdateOutput>;
342
- };
343
- declare const deploymentServiceWakeMutationOptions: (sdk: GeneratedClient) => {
344
- mutationKey: string[];
345
- mutationFn: (input: DeploymentServiceWakeInput) => Promise<DeploymentServiceWakeOutput>;
346
- };
347
- declare const deploymentSshCommandQueryOptions: (sdk: GeneratedClient, input: DeploymentSshCommandInput) => {
348
- queryKey: readonly ["deployment", "ssh", "command", DeploymentSshCommandInput];
349
- queryFn: () => Promise<DeploymentSshCommandOutput>;
350
- };
351
- declare const deploymentSshKeyDeleteMutationOptions: (sdk: GeneratedClient) => {
352
- mutationKey: string[];
353
- mutationFn: (input: DeploymentSshKeyDeleteInput) => Promise<DeploymentSshKeyDeleteOutput>;
354
- };
355
- declare const deploymentSshKeyListQueryOptions: (sdk: GeneratedClient, input: DeploymentSshKeyListInput) => {
356
- queryKey: readonly ["deployment", "ssh-key", "list", DeploymentSshKeyListInput];
357
- queryFn: () => Promise<DeploymentSshKeyListOutput>;
358
- };
359
- declare const deploymentSshKeyRegisterMutationOptions: (sdk: GeneratedClient) => {
360
- mutationKey: string[];
361
- mutationFn: (input: DeploymentSshKeyRegisterInput) => Promise<DeploymentSshKeyRegisterOutput>;
362
- };
363
- declare const deploymentSuspensionGetQueryOptions: (sdk: GeneratedClient, input: DeploymentSuspensionGetInput) => {
364
- queryKey: readonly ["deployment", "suspension", "get", DeploymentSuspensionGetInput];
365
- queryFn: () => Promise<DeploymentSuspensionGetOutput>;
366
- };
367
- declare const deploymentVariableListQueryOptions: (sdk: GeneratedClient, input: DeploymentVariableListInput) => {
368
- queryKey: readonly ["deployment", "variable", "list", DeploymentVariableListInput];
369
- queryFn: () => Promise<DeploymentVariableListOutput>;
370
- };
371
- declare const deploymentVariableListEnvQueryOptions: (sdk: GeneratedClient, input: DeploymentVariableListEnvInput) => {
372
- queryKey: readonly ["deployment", "variable-list", "env", DeploymentVariableListEnvInput];
373
- queryFn: () => Promise<DeploymentVariableListEnvOutput>;
374
- };
375
- declare const deploymentVariableListProductQueryOptions: (sdk: GeneratedClient, input: DeploymentVariableListProductInput) => {
376
- queryKey: readonly ["deployment", "variable-list", "product", DeploymentVariableListProductInput];
377
- queryFn: () => Promise<DeploymentVariableListProductOutput>;
378
- };
379
- declare const deploymentVariableSetMutationOptions: (sdk: GeneratedClient) => {
380
- mutationKey: string[];
381
- mutationFn: (input: DeploymentVariableSetInput) => Promise<DeploymentVariableSetOutput>;
382
- };
383
- declare const deploymentVariableSetEnvMutationOptions: (sdk: GeneratedClient) => {
384
- mutationKey: string[];
385
- mutationFn: (input: DeploymentVariableSetEnvInput) => Promise<DeploymentVariableSetEnvOutput>;
386
- };
387
- declare const deploymentVariableSetProductMutationOptions: (sdk: GeneratedClient) => {
388
- mutationKey: string[];
389
- mutationFn: (input: DeploymentVariableSetProductInput) => Promise<DeploymentVariableSetProductOutput>;
390
- };
391
- declare const deploymentVariableUnsetMutationOptions: (sdk: GeneratedClient) => {
392
- mutationKey: string[];
393
- mutationFn: (input: DeploymentVariableUnsetInput) => Promise<DeploymentVariableUnsetOutput>;
394
- };
395
- declare const deploymentVariableUnsetEnvMutationOptions: (sdk: GeneratedClient) => {
396
- mutationKey: string[];
397
- mutationFn: (input: DeploymentVariableUnsetEnvInput) => Promise<DeploymentVariableUnsetEnvOutput>;
398
- };
399
- declare const deploymentVariableUnsetProductMutationOptions: (sdk: GeneratedClient) => {
400
- mutationKey: string[];
401
- mutationFn: (input: DeploymentVariableUnsetProductInput) => Promise<DeploymentVariableUnsetProductOutput>;
402
- };
403
- declare const deploymentVcsBranchListQueryOptions: (sdk: GeneratedClient, input: DeploymentVcsBranchListInput) => {
404
- queryKey: readonly ["deployment", "vcs-branch", "list", DeploymentVcsBranchListInput];
405
- queryFn: () => Promise<DeploymentVcsBranchListOutput>;
406
- };
407
- declare const deploymentVcsConnectionListQueryOptions: (sdk: GeneratedClient, input: DeploymentVcsConnectionListInput) => {
408
- queryKey: readonly ["deployment", "vcs-connection", "list", DeploymentVcsConnectionListInput];
409
- queryFn: () => Promise<DeploymentVcsConnectionListOutput>;
410
- };
411
- declare const deploymentVcsRepoListQueryOptions: (sdk: GeneratedClient, input: DeploymentVcsRepoListInput) => {
412
- queryKey: readonly ["deployment", "vcs-repo", "list", DeploymentVcsRepoListInput];
413
- queryFn: () => Promise<DeploymentVcsRepoListOutput>;
414
- };
415
- declare const deploymentVolumeCreateMutationOptions: (sdk: GeneratedClient) => {
416
- mutationKey: string[];
417
- mutationFn: (input: DeploymentVolumeCreateInput) => Promise<DeploymentVolumeCreateOutput>;
418
- };
419
- declare const deploymentVolumeDeleteMutationOptions: (sdk: GeneratedClient) => {
420
- mutationKey: string[];
421
- mutationFn: (input: DeploymentVolumeDeleteInput) => Promise<DeploymentVolumeDeleteOutput>;
422
- };
423
- declare const deploymentVolumeDetachMutationOptions: (sdk: GeneratedClient) => {
424
- mutationKey: string[];
425
- mutationFn: (input: DeploymentVolumeDetachInput) => Promise<DeploymentVolumeDetachOutput>;
426
- };
427
- declare const deploymentVolumeGetQueryOptions: (sdk: GeneratedClient, input: DeploymentVolumeGetInput) => {
428
- queryKey: readonly ["deployment", "volume", "get", DeploymentVolumeGetInput];
429
- queryFn: () => Promise<DeploymentVolumeGetOutput>;
430
- };
431
- declare const deploymentVolumeListQueryOptions: (sdk: GeneratedClient, input: DeploymentVolumeListInput) => {
432
- queryKey: readonly ["deployment", "volume", "list", DeploymentVolumeListInput];
433
- queryFn: () => Promise<DeploymentVolumeListOutput>;
434
- };
435
- declare const deploymentVolumeResizeMutationOptions: (sdk: GeneratedClient) => {
436
- mutationKey: string[];
437
- mutationFn: (input: DeploymentVolumeResizeInput) => Promise<DeploymentVolumeResizeOutput>;
438
- };
439
-
440
- export { DeploymentAlertCreateInput, DeploymentAlertCreateOutput, DeploymentAlertDeleteInput, DeploymentAlertDeleteOutput, DeploymentAlertEventsListInput, DeploymentAlertEventsListOutput, DeploymentAlertListInput, DeploymentAlertListOutput, DeploymentAlertUpdateInput, DeploymentAlertUpdateOutput, DeploymentAnalyticsQueryInput, DeploymentAnalyticsQueryOutput, DeploymentBuildGetInput, DeploymentBuildGetOutput, DeploymentBuildListInput, DeploymentBuildListOutput, DeploymentBuildLogsInput, DeploymentBuildLogsOutput, DeploymentCanvasGetInput, DeploymentCanvasGetOutput, DeploymentCanvasMoveNodeInput, DeploymentCanvasMoveNodeOutput, DeploymentCloudSqlBackfillLogFlagsInput, DeploymentCloudSqlBackfillLogFlagsOutput, DeploymentCloudSqlDatabaseAttachInput, DeploymentCloudSqlDatabaseAttachOutput, DeploymentCloudSqlDatabaseCreateInput, DeploymentCloudSqlDatabaseCreateOutput, DeploymentCloudSqlDatabaseDeleteInput, DeploymentCloudSqlDatabaseDeleteOutput, DeploymentCloudSqlDatabaseDetachInput, DeploymentCloudSqlDatabaseDetachOutput, DeploymentCloudSqlDatabaseGetInput, DeploymentCloudSqlDatabaseGetOutput, DeploymentCloudSqlDatabaseListInput, DeploymentCloudSqlDatabaseListOutput, DeploymentCloudSqlInstanceBackupInput, DeploymentCloudSqlInstanceBackupListInput, DeploymentCloudSqlInstanceBackupListOutput, DeploymentCloudSqlInstanceBackupOutput, DeploymentCloudSqlInstanceCreateInput, DeploymentCloudSqlInstanceCreateOutput, DeploymentCloudSqlInstanceDeleteInput, DeploymentCloudSqlInstanceDeleteOutput, DeploymentCloudSqlInstanceGetInput, DeploymentCloudSqlInstanceGetOutput, DeploymentCloudSqlInstanceListInput, DeploymentCloudSqlInstanceListOutput, DeploymentCloudSqlInstanceResizeInput, DeploymentCloudSqlInstanceResizeOutput, DeploymentCloudSqlInstanceRestoreInput, DeploymentCloudSqlInstanceRestoreOutput, DeploymentCloudSqlLogsInput, DeploymentCloudSqlLogsOutput, DeploymentDeploymentCancelInput, DeploymentDeploymentCancelOutput, DeploymentDeploymentGetInput, DeploymentDeploymentGetOutput, DeploymentDeploymentListInput, DeploymentDeploymentListOutput, DeploymentDomainAddInput, DeploymentDomainAddOutput, DeploymentDomainAllowedListInput, DeploymentDomainAllowedListOutput, DeploymentDomainGetInput, DeploymentDomainGetOutput, DeploymentDomainListByServiceInput, DeploymentDomainListByServiceOutput, DeploymentDomainListInput, DeploymentDomainListOutput, DeploymentDomainRedirectWwwInput, DeploymentDomainRedirectWwwOutput, DeploymentDomainRemoveInput, DeploymentDomainRemoveOutput, DeploymentDomainRoutesAddInput, DeploymentDomainRoutesAddOutput, DeploymentDomainRoutesListInput, DeploymentDomainRoutesListOutput, DeploymentDomainRoutesRemoveInput, DeploymentDomainRoutesRemoveOutput, DeploymentDomainRoutesUpdateInput, DeploymentDomainRoutesUpdateOutput, DeploymentDomainVerifyInput, DeploymentDomainVerifyOutput, DeploymentEnvironmentCreateInput, DeploymentEnvironmentCreateOutput, DeploymentEnvironmentDeleteInput, DeploymentEnvironmentDeleteOutput, DeploymentEnvironmentForkInput, DeploymentEnvironmentForkOutput, DeploymentEnvironmentGetInput, DeploymentEnvironmentGetOutput, DeploymentEnvironmentListInput, DeploymentEnvironmentListOutput, DeploymentEnvironmentReconcileInput, DeploymentEnvironmentReconcileOutput, DeploymentEnvironmentUpdateInput, DeploymentEnvironmentUpdateOutput, DeploymentEventsListByEnvironmentInput, DeploymentEventsListByEnvironmentOutput, DeploymentEventsListByServiceInput, DeploymentEventsListByServiceOutput, DeploymentJobRunInput, DeploymentJobRunLogsInput, DeploymentJobRunLogsOutput, DeploymentJobRunOutput, DeploymentJobRunsListInput, DeploymentJobRunsListOutput, DeploymentManagedServiceBackupInput, DeploymentManagedServiceBackupListInput, DeploymentManagedServiceBackupListOutput, DeploymentManagedServiceBackupOutput, DeploymentManagedServiceConnectInfoInput, DeploymentManagedServiceConnectInfoOutput, DeploymentManagedServiceDeleteInput, DeploymentManagedServiceDeleteOutput, DeploymentManagedServiceGetInput, DeploymentManagedServiceGetOutput, DeploymentManagedServiceListInput, DeploymentManagedServiceListOutput, DeploymentManagedServiceLogsInput, DeploymentManagedServiceLogsOutput, DeploymentManagedServiceProvisionInput, DeploymentManagedServiceProvisionOutput, DeploymentManagedServiceReconcileInput, DeploymentManagedServiceReconcileOutput, DeploymentManagedServiceResizeInput, DeploymentManagedServiceResizeOutput, DeploymentManagedServiceRestoreInput, DeploymentManagedServiceRestoreOutput, DeploymentManagedServiceStartInput, DeploymentManagedServiceStartOutput, DeploymentManagedServiceStopInput, DeploymentManagedServiceStopOutput, DeploymentManagedServiceTypesInput, DeploymentManagedServiceTypesOutput, DeploymentMetricsGetInput, DeploymentMetricsGetOutput, DeploymentPreviewEnvironmentCreateInput, DeploymentPreviewEnvironmentCreateOutput, DeploymentPreviewEnvironmentDeleteInput, DeploymentPreviewEnvironmentDeleteOutput, DeploymentPreviewEnvironmentListInput, DeploymentPreviewEnvironmentListOutput, DeploymentPreviewPolicyGetInput, DeploymentPreviewPolicyGetOutput, DeploymentPreviewPolicySetInput, DeploymentPreviewPolicySetOutput, DeploymentServiceCreateInput, DeploymentServiceCreateOutput, DeploymentServiceDeleteInput, DeploymentServiceDeleteOutput, DeploymentServiceExecInput, DeploymentServiceExecOutput, DeploymentServiceGetInput, DeploymentServiceGetOutput, DeploymentServiceListInput, DeploymentServiceListOutput, DeploymentServiceLogsInput, DeploymentServiceLogsOutput, DeploymentServiceRedeployInput, DeploymentServiceRedeployOutput, DeploymentServiceRestartInput, DeploymentServiceRestartOutput, DeploymentServiceRollbackInput, DeploymentServiceRollbackOutput, DeploymentServiceScaleInput, DeploymentServiceScaleOutput, DeploymentServiceUpdateInput, DeploymentServiceUpdateOutput, DeploymentServiceWakeInput, DeploymentServiceWakeOutput, DeploymentSshCommandInput, DeploymentSshCommandOutput, DeploymentSshKeyDeleteInput, DeploymentSshKeyDeleteOutput, DeploymentSshKeyListInput, DeploymentSshKeyListOutput, DeploymentSshKeyRegisterInput, DeploymentSshKeyRegisterOutput, DeploymentSuspensionGetInput, DeploymentSuspensionGetOutput, DeploymentVariableListEnvInput, DeploymentVariableListEnvOutput, DeploymentVariableListInput, DeploymentVariableListOutput, DeploymentVariableListProductInput, DeploymentVariableListProductOutput, DeploymentVariableSetEnvInput, DeploymentVariableSetEnvOutput, DeploymentVariableSetInput, DeploymentVariableSetOutput, DeploymentVariableSetProductInput, DeploymentVariableSetProductOutput, DeploymentVariableUnsetEnvInput, DeploymentVariableUnsetEnvOutput, DeploymentVariableUnsetInput, DeploymentVariableUnsetOutput, DeploymentVariableUnsetProductInput, DeploymentVariableUnsetProductOutput, DeploymentVcsBranchListInput, DeploymentVcsBranchListOutput, DeploymentVcsConnectionListInput, DeploymentVcsConnectionListOutput, DeploymentVcsRepoListInput, DeploymentVcsRepoListOutput, DeploymentVolumeCreateInput, DeploymentVolumeCreateOutput, DeploymentVolumeDeleteInput, DeploymentVolumeDeleteOutput, DeploymentVolumeDetachInput, DeploymentVolumeDetachOutput, DeploymentVolumeGetInput, DeploymentVolumeGetOutput, DeploymentVolumeListInput, DeploymentVolumeListOutput, DeploymentVolumeResizeInput, DeploymentVolumeResizeOutput, deploymentAlertCreateMutationOptions, deploymentAlertDeleteMutationOptions, deploymentAlertEventsListQueryOptions, deploymentAlertListQueryOptions, deploymentAlertUpdateMutationOptions, deploymentAnalyticsQueryQueryOptions, deploymentBuildGetQueryOptions, deploymentBuildListQueryOptions, deploymentBuildLogsQueryOptions, deploymentCanvasGetQueryOptions, deploymentCanvasMoveNodeMutationOptions, deploymentCloudSqlBackfillLogFlagsMutationOptions, deploymentCloudSqlDatabaseAttachMutationOptions, deploymentCloudSqlDatabaseCreateMutationOptions, deploymentCloudSqlDatabaseDeleteMutationOptions, deploymentCloudSqlDatabaseDetachMutationOptions, deploymentCloudSqlDatabaseGetQueryOptions, deploymentCloudSqlDatabaseListQueryOptions, deploymentCloudSqlInstanceBackupListQueryOptions, deploymentCloudSqlInstanceBackupMutationOptions, deploymentCloudSqlInstanceCreateMutationOptions, deploymentCloudSqlInstanceDeleteMutationOptions, deploymentCloudSqlInstanceGetQueryOptions, deploymentCloudSqlInstanceListQueryOptions, deploymentCloudSqlInstanceResizeMutationOptions, deploymentCloudSqlInstanceRestoreMutationOptions, deploymentCloudSqlLogsQueryOptions, deploymentDeploymentCancelMutationOptions, deploymentDeploymentGetQueryOptions, deploymentDeploymentListQueryOptions, deploymentDomainAddMutationOptions, deploymentDomainAllowedListQueryOptions, deploymentDomainGetQueryOptions, deploymentDomainListByServiceQueryOptions, deploymentDomainListQueryOptions, deploymentDomainRedirectWwwMutationOptions, deploymentDomainRemoveMutationOptions, deploymentDomainRoutesAddMutationOptions, deploymentDomainRoutesListQueryOptions, deploymentDomainRoutesRemoveMutationOptions, deploymentDomainRoutesUpdateMutationOptions, deploymentDomainVerifyMutationOptions, deploymentEnvironmentCreateMutationOptions, deploymentEnvironmentDeleteMutationOptions, deploymentEnvironmentForkMutationOptions, deploymentEnvironmentGetQueryOptions, deploymentEnvironmentListQueryOptions, deploymentEnvironmentReconcileMutationOptions, deploymentEnvironmentUpdateMutationOptions, deploymentEventsListByEnvironmentQueryOptions, deploymentEventsListByServiceQueryOptions, deploymentJobRunLogsQueryOptions, deploymentJobRunMutationOptions, deploymentJobRunsListQueryOptions, deploymentManagedServiceBackupListQueryOptions, deploymentManagedServiceBackupMutationOptions, deploymentManagedServiceConnectInfoQueryOptions, deploymentManagedServiceDeleteMutationOptions, deploymentManagedServiceGetQueryOptions, deploymentManagedServiceListQueryOptions, deploymentManagedServiceLogsQueryOptions, deploymentManagedServiceProvisionMutationOptions, deploymentManagedServiceReconcileMutationOptions, deploymentManagedServiceResizeMutationOptions, deploymentManagedServiceRestoreMutationOptions, deploymentManagedServiceStartMutationOptions, deploymentManagedServiceStopMutationOptions, deploymentManagedServiceTypesQueryOptions, deploymentMetricsGetQueryOptions, deploymentPreviewEnvironmentCreateMutationOptions, deploymentPreviewEnvironmentDeleteMutationOptions, deploymentPreviewEnvironmentListQueryOptions, deploymentPreviewPolicyGetQueryOptions, deploymentPreviewPolicySetMutationOptions, deploymentServiceCreateMutationOptions, deploymentServiceDeleteMutationOptions, deploymentServiceExecMutationOptions, deploymentServiceGetQueryOptions, deploymentServiceListQueryOptions, deploymentServiceLogsQueryOptions, deploymentServiceRedeployMutationOptions, deploymentServiceRestartMutationOptions, deploymentServiceRollbackMutationOptions, deploymentServiceScaleMutationOptions, deploymentServiceUpdateMutationOptions, deploymentServiceWakeMutationOptions, deploymentSshCommandQueryOptions, deploymentSshKeyDeleteMutationOptions, deploymentSshKeyListQueryOptions, deploymentSshKeyRegisterMutationOptions, deploymentSuspensionGetQueryOptions, deploymentVariableListEnvQueryOptions, deploymentVariableListProductQueryOptions, deploymentVariableListQueryOptions, deploymentVariableSetEnvMutationOptions, deploymentVariableSetMutationOptions, deploymentVariableSetProductMutationOptions, deploymentVariableUnsetEnvMutationOptions, deploymentVariableUnsetMutationOptions, deploymentVariableUnsetProductMutationOptions, deploymentVcsBranchListQueryOptions, deploymentVcsConnectionListQueryOptions, deploymentVcsRepoListQueryOptions, deploymentVolumeCreateMutationOptions, deploymentVolumeDeleteMutationOptions, deploymentVolumeDetachMutationOptions, deploymentVolumeGetQueryOptions, deploymentVolumeListQueryOptions, deploymentVolumeResizeMutationOptions };
1
+ export * from '../_types/gen/deployment/index.js';