@lessly/sdk-app 7.0.0 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/brain/index.d.cts +1 -1
- package/dist/brain/index.d.ts +1 -1
- package/dist/{client.gen-oPZGjxpS.d.cts → client.gen-Bwk8slzV.d.cts} +2504 -1
- package/dist/{client.gen-oPZGjxpS.d.ts → client.gen-Bwk8slzV.d.ts} +2504 -1
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.cjs +531 -0
- package/dist/deployment/index.cjs.map +1 -0
- package/dist/deployment/index.d.cts +424 -0
- package/dist/deployment/index.d.ts +424 -0
- package/dist/deployment/index.js +425 -0
- package/dist/deployment/index.js.map +1 -0
- package/dist/index.cjs +1649 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1649 -0
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +7 -2
- package/src/gen/bindings.gen.ts +1649 -0
- package/src/gen/client.gen.ts +391 -0
- package/src/gen/deployment/index.ts +3 -0
- package/src/gen/deployment/queryOptions.gen.ts +681 -0
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +2542 -0
package/src/gen/client.gen.ts
CHANGED
|
@@ -110,6 +110,216 @@ import type {
|
|
|
110
110
|
ConsentRecordsExportOutput,
|
|
111
111
|
ConsentStatsGetInput,
|
|
112
112
|
ConsentStatsGetOutput,
|
|
113
|
+
DeploymentAlertCreateInput,
|
|
114
|
+
DeploymentAlertCreateOutput,
|
|
115
|
+
DeploymentAlertDeleteInput,
|
|
116
|
+
DeploymentAlertDeleteOutput,
|
|
117
|
+
DeploymentAlertEventsListInput,
|
|
118
|
+
DeploymentAlertEventsListOutput,
|
|
119
|
+
DeploymentAlertListInput,
|
|
120
|
+
DeploymentAlertListOutput,
|
|
121
|
+
DeploymentAlertUpdateInput,
|
|
122
|
+
DeploymentAlertUpdateOutput,
|
|
123
|
+
DeploymentAnalyticsQueryInput,
|
|
124
|
+
DeploymentAnalyticsQueryOutput,
|
|
125
|
+
DeploymentAuditListInput,
|
|
126
|
+
DeploymentAuditListOutput,
|
|
127
|
+
DeploymentBuildGetInput,
|
|
128
|
+
DeploymentBuildGetOutput,
|
|
129
|
+
DeploymentBuildListInput,
|
|
130
|
+
DeploymentBuildListOutput,
|
|
131
|
+
DeploymentBuildLogsInput,
|
|
132
|
+
DeploymentBuildLogsOutput,
|
|
133
|
+
DeploymentCanvasGetInput,
|
|
134
|
+
DeploymentCanvasGetOutput,
|
|
135
|
+
DeploymentCanvasMoveNodeInput,
|
|
136
|
+
DeploymentCanvasMoveNodeOutput,
|
|
137
|
+
DeploymentCloudSqlBackfillLogFlagsInput,
|
|
138
|
+
DeploymentCloudSqlBackfillLogFlagsOutput,
|
|
139
|
+
DeploymentCloudSqlDatabaseAttachInput,
|
|
140
|
+
DeploymentCloudSqlDatabaseAttachOutput,
|
|
141
|
+
DeploymentCloudSqlDatabaseCreateInput,
|
|
142
|
+
DeploymentCloudSqlDatabaseCreateOutput,
|
|
143
|
+
DeploymentCloudSqlDatabaseDeleteInput,
|
|
144
|
+
DeploymentCloudSqlDatabaseDeleteOutput,
|
|
145
|
+
DeploymentCloudSqlDatabaseDetachInput,
|
|
146
|
+
DeploymentCloudSqlDatabaseDetachOutput,
|
|
147
|
+
DeploymentCloudSqlDatabaseGetInput,
|
|
148
|
+
DeploymentCloudSqlDatabaseGetOutput,
|
|
149
|
+
DeploymentCloudSqlDatabaseListInput,
|
|
150
|
+
DeploymentCloudSqlDatabaseListOutput,
|
|
151
|
+
DeploymentCloudSqlInstanceBackupInput,
|
|
152
|
+
DeploymentCloudSqlInstanceBackupListInput,
|
|
153
|
+
DeploymentCloudSqlInstanceBackupListOutput,
|
|
154
|
+
DeploymentCloudSqlInstanceBackupOutput,
|
|
155
|
+
DeploymentCloudSqlInstanceCreateInput,
|
|
156
|
+
DeploymentCloudSqlInstanceCreateOutput,
|
|
157
|
+
DeploymentCloudSqlInstanceDeleteInput,
|
|
158
|
+
DeploymentCloudSqlInstanceDeleteOutput,
|
|
159
|
+
DeploymentCloudSqlInstanceGetInput,
|
|
160
|
+
DeploymentCloudSqlInstanceGetOutput,
|
|
161
|
+
DeploymentCloudSqlInstanceListInput,
|
|
162
|
+
DeploymentCloudSqlInstanceListOutput,
|
|
163
|
+
DeploymentCloudSqlInstanceResizeInput,
|
|
164
|
+
DeploymentCloudSqlInstanceResizeOutput,
|
|
165
|
+
DeploymentCloudSqlInstanceRestoreInput,
|
|
166
|
+
DeploymentCloudSqlInstanceRestoreOutput,
|
|
167
|
+
DeploymentCloudSqlLogsInput,
|
|
168
|
+
DeploymentCloudSqlLogsOutput,
|
|
169
|
+
DeploymentDeploymentCancelInput,
|
|
170
|
+
DeploymentDeploymentCancelOutput,
|
|
171
|
+
DeploymentDeploymentGetInput,
|
|
172
|
+
DeploymentDeploymentGetOutput,
|
|
173
|
+
DeploymentDeploymentListInput,
|
|
174
|
+
DeploymentDeploymentListOutput,
|
|
175
|
+
DeploymentDomainAddInput,
|
|
176
|
+
DeploymentDomainAddOutput,
|
|
177
|
+
DeploymentDomainAllowedListInput,
|
|
178
|
+
DeploymentDomainAllowedListOutput,
|
|
179
|
+
DeploymentDomainGetInput,
|
|
180
|
+
DeploymentDomainGetOutput,
|
|
181
|
+
DeploymentDomainListByServiceInput,
|
|
182
|
+
DeploymentDomainListByServiceOutput,
|
|
183
|
+
DeploymentDomainListInput,
|
|
184
|
+
DeploymentDomainListOutput,
|
|
185
|
+
DeploymentDomainRedirectWwwInput,
|
|
186
|
+
DeploymentDomainRedirectWwwOutput,
|
|
187
|
+
DeploymentDomainRemoveInput,
|
|
188
|
+
DeploymentDomainRemoveOutput,
|
|
189
|
+
DeploymentDomainRoutesAddInput,
|
|
190
|
+
DeploymentDomainRoutesAddOutput,
|
|
191
|
+
DeploymentDomainRoutesListInput,
|
|
192
|
+
DeploymentDomainRoutesListOutput,
|
|
193
|
+
DeploymentDomainRoutesRemoveInput,
|
|
194
|
+
DeploymentDomainRoutesRemoveOutput,
|
|
195
|
+
DeploymentDomainRoutesUpdateInput,
|
|
196
|
+
DeploymentDomainRoutesUpdateOutput,
|
|
197
|
+
DeploymentDomainVerifyInput,
|
|
198
|
+
DeploymentDomainVerifyOutput,
|
|
199
|
+
DeploymentEnvironmentCreateInput,
|
|
200
|
+
DeploymentEnvironmentCreateOutput,
|
|
201
|
+
DeploymentEnvironmentDeleteInput,
|
|
202
|
+
DeploymentEnvironmentDeleteOutput,
|
|
203
|
+
DeploymentEnvironmentForkInput,
|
|
204
|
+
DeploymentEnvironmentForkOutput,
|
|
205
|
+
DeploymentEnvironmentGetInput,
|
|
206
|
+
DeploymentEnvironmentGetOutput,
|
|
207
|
+
DeploymentEnvironmentListInput,
|
|
208
|
+
DeploymentEnvironmentListOutput,
|
|
209
|
+
DeploymentEnvironmentReconcileInput,
|
|
210
|
+
DeploymentEnvironmentReconcileOutput,
|
|
211
|
+
DeploymentEnvironmentUpdateInput,
|
|
212
|
+
DeploymentEnvironmentUpdateOutput,
|
|
213
|
+
DeploymentEventsListByEnvironmentInput,
|
|
214
|
+
DeploymentEventsListByEnvironmentOutput,
|
|
215
|
+
DeploymentEventsListByServiceInput,
|
|
216
|
+
DeploymentEventsListByServiceOutput,
|
|
217
|
+
DeploymentManagedServiceBackupInput,
|
|
218
|
+
DeploymentManagedServiceBackupListInput,
|
|
219
|
+
DeploymentManagedServiceBackupListOutput,
|
|
220
|
+
DeploymentManagedServiceBackupOutput,
|
|
221
|
+
DeploymentManagedServiceConnectInfoInput,
|
|
222
|
+
DeploymentManagedServiceConnectInfoOutput,
|
|
223
|
+
DeploymentManagedServiceDeleteInput,
|
|
224
|
+
DeploymentManagedServiceDeleteOutput,
|
|
225
|
+
DeploymentManagedServiceGetInput,
|
|
226
|
+
DeploymentManagedServiceGetOutput,
|
|
227
|
+
DeploymentManagedServiceListInput,
|
|
228
|
+
DeploymentManagedServiceListOutput,
|
|
229
|
+
DeploymentManagedServiceLogsInput,
|
|
230
|
+
DeploymentManagedServiceLogsOutput,
|
|
231
|
+
DeploymentManagedServiceProvisionInput,
|
|
232
|
+
DeploymentManagedServiceProvisionOutput,
|
|
233
|
+
DeploymentManagedServiceReconcileInput,
|
|
234
|
+
DeploymentManagedServiceReconcileOutput,
|
|
235
|
+
DeploymentManagedServiceResizeInput,
|
|
236
|
+
DeploymentManagedServiceResizeOutput,
|
|
237
|
+
DeploymentManagedServiceRestoreInput,
|
|
238
|
+
DeploymentManagedServiceRestoreOutput,
|
|
239
|
+
DeploymentManagedServiceStartInput,
|
|
240
|
+
DeploymentManagedServiceStartOutput,
|
|
241
|
+
DeploymentManagedServiceStopInput,
|
|
242
|
+
DeploymentManagedServiceStopOutput,
|
|
243
|
+
DeploymentManagedServiceTypesInput,
|
|
244
|
+
DeploymentManagedServiceTypesOutput,
|
|
245
|
+
DeploymentMetricsGetInput,
|
|
246
|
+
DeploymentMetricsGetOutput,
|
|
247
|
+
DeploymentPreviewEnvironmentCreateInput,
|
|
248
|
+
DeploymentPreviewEnvironmentCreateOutput,
|
|
249
|
+
DeploymentPreviewEnvironmentDeleteInput,
|
|
250
|
+
DeploymentPreviewEnvironmentDeleteOutput,
|
|
251
|
+
DeploymentPreviewEnvironmentListInput,
|
|
252
|
+
DeploymentPreviewEnvironmentListOutput,
|
|
253
|
+
DeploymentPreviewPolicyGetInput,
|
|
254
|
+
DeploymentPreviewPolicyGetOutput,
|
|
255
|
+
DeploymentPreviewPolicySetInput,
|
|
256
|
+
DeploymentPreviewPolicySetOutput,
|
|
257
|
+
DeploymentServiceCreateInput,
|
|
258
|
+
DeploymentServiceCreateOutput,
|
|
259
|
+
DeploymentServiceDeleteInput,
|
|
260
|
+
DeploymentServiceDeleteOutput,
|
|
261
|
+
DeploymentServiceExecInput,
|
|
262
|
+
DeploymentServiceExecOutput,
|
|
263
|
+
DeploymentServiceGetInput,
|
|
264
|
+
DeploymentServiceGetOutput,
|
|
265
|
+
DeploymentServiceListInput,
|
|
266
|
+
DeploymentServiceListOutput,
|
|
267
|
+
DeploymentServiceLogsInput,
|
|
268
|
+
DeploymentServiceLogsOutput,
|
|
269
|
+
DeploymentServiceRedeployInput,
|
|
270
|
+
DeploymentServiceRedeployOutput,
|
|
271
|
+
DeploymentServiceRestartInput,
|
|
272
|
+
DeploymentServiceRestartOutput,
|
|
273
|
+
DeploymentServiceRollbackInput,
|
|
274
|
+
DeploymentServiceRollbackOutput,
|
|
275
|
+
DeploymentServiceScaleInput,
|
|
276
|
+
DeploymentServiceScaleOutput,
|
|
277
|
+
DeploymentServiceUpdateInput,
|
|
278
|
+
DeploymentServiceUpdateOutput,
|
|
279
|
+
DeploymentSshCommandInput,
|
|
280
|
+
DeploymentSshCommandOutput,
|
|
281
|
+
DeploymentSshKeyDeleteInput,
|
|
282
|
+
DeploymentSshKeyDeleteOutput,
|
|
283
|
+
DeploymentSshKeyListInput,
|
|
284
|
+
DeploymentSshKeyListOutput,
|
|
285
|
+
DeploymentSshKeyRegisterInput,
|
|
286
|
+
DeploymentSshKeyRegisterOutput,
|
|
287
|
+
DeploymentVariableListEnvInput,
|
|
288
|
+
DeploymentVariableListEnvOutput,
|
|
289
|
+
DeploymentVariableListInput,
|
|
290
|
+
DeploymentVariableListOutput,
|
|
291
|
+
DeploymentVariableListProductInput,
|
|
292
|
+
DeploymentVariableListProductOutput,
|
|
293
|
+
DeploymentVariableSetEnvInput,
|
|
294
|
+
DeploymentVariableSetEnvOutput,
|
|
295
|
+
DeploymentVariableSetInput,
|
|
296
|
+
DeploymentVariableSetOutput,
|
|
297
|
+
DeploymentVariableSetProductInput,
|
|
298
|
+
DeploymentVariableSetProductOutput,
|
|
299
|
+
DeploymentVariableUnsetEnvInput,
|
|
300
|
+
DeploymentVariableUnsetEnvOutput,
|
|
301
|
+
DeploymentVariableUnsetInput,
|
|
302
|
+
DeploymentVariableUnsetOutput,
|
|
303
|
+
DeploymentVariableUnsetProductInput,
|
|
304
|
+
DeploymentVariableUnsetProductOutput,
|
|
305
|
+
DeploymentVcsBranchListInput,
|
|
306
|
+
DeploymentVcsBranchListOutput,
|
|
307
|
+
DeploymentVcsConnectionListInput,
|
|
308
|
+
DeploymentVcsConnectionListOutput,
|
|
309
|
+
DeploymentVcsRepoListInput,
|
|
310
|
+
DeploymentVcsRepoListOutput,
|
|
311
|
+
DeploymentVolumeCreateInput,
|
|
312
|
+
DeploymentVolumeCreateOutput,
|
|
313
|
+
DeploymentVolumeDeleteInput,
|
|
314
|
+
DeploymentVolumeDeleteOutput,
|
|
315
|
+
DeploymentVolumeDetachInput,
|
|
316
|
+
DeploymentVolumeDetachOutput,
|
|
317
|
+
DeploymentVolumeGetInput,
|
|
318
|
+
DeploymentVolumeGetOutput,
|
|
319
|
+
DeploymentVolumeListInput,
|
|
320
|
+
DeploymentVolumeListOutput,
|
|
321
|
+
DeploymentVolumeResizeInput,
|
|
322
|
+
DeploymentVolumeResizeOutput,
|
|
113
323
|
MailApikeyCreateInput,
|
|
114
324
|
MailApikeyCreateOutput,
|
|
115
325
|
MailApikeyDeleteInput,
|
|
@@ -548,6 +758,187 @@ export interface GeneratedClient {
|
|
|
548
758
|
get(input: ConsentStatsGetInput): Promise<ConsentStatsGetOutput>;
|
|
549
759
|
};
|
|
550
760
|
};
|
|
761
|
+
deployment: {
|
|
762
|
+
alert: {
|
|
763
|
+
create(input: DeploymentAlertCreateInput): Promise<DeploymentAlertCreateOutput>;
|
|
764
|
+
delete(input: DeploymentAlertDeleteInput): Promise<DeploymentAlertDeleteOutput>;
|
|
765
|
+
list(input: DeploymentAlertListInput): Promise<DeploymentAlertListOutput>;
|
|
766
|
+
update(input: DeploymentAlertUpdateInput): Promise<DeploymentAlertUpdateOutput>;
|
|
767
|
+
};
|
|
768
|
+
'alert-events': {
|
|
769
|
+
list(input: DeploymentAlertEventsListInput): Promise<DeploymentAlertEventsListOutput>;
|
|
770
|
+
};
|
|
771
|
+
analytics: {
|
|
772
|
+
query(input: DeploymentAnalyticsQueryInput): Promise<DeploymentAnalyticsQueryOutput>;
|
|
773
|
+
};
|
|
774
|
+
audit: {
|
|
775
|
+
list(input: DeploymentAuditListInput): Promise<DeploymentAuditListOutput>;
|
|
776
|
+
};
|
|
777
|
+
build: {
|
|
778
|
+
get(input: DeploymentBuildGetInput): Promise<DeploymentBuildGetOutput>;
|
|
779
|
+
list(input: DeploymentBuildListInput): Promise<DeploymentBuildListOutput>;
|
|
780
|
+
logs(input: DeploymentBuildLogsInput): Promise<DeploymentBuildLogsOutput>;
|
|
781
|
+
};
|
|
782
|
+
canvas: {
|
|
783
|
+
get(input: DeploymentCanvasGetInput): Promise<DeploymentCanvasGetOutput>;
|
|
784
|
+
};
|
|
785
|
+
'canvas-move': {
|
|
786
|
+
node(input: DeploymentCanvasMoveNodeInput): Promise<DeploymentCanvasMoveNodeOutput>;
|
|
787
|
+
};
|
|
788
|
+
'cloud-sql': {
|
|
789
|
+
logs(input: DeploymentCloudSqlLogsInput): Promise<DeploymentCloudSqlLogsOutput>;
|
|
790
|
+
};
|
|
791
|
+
'cloud-sql-backfill-log': {
|
|
792
|
+
flags(input: DeploymentCloudSqlBackfillLogFlagsInput): Promise<DeploymentCloudSqlBackfillLogFlagsOutput>;
|
|
793
|
+
};
|
|
794
|
+
'cloud-sql-database': {
|
|
795
|
+
attach(input: DeploymentCloudSqlDatabaseAttachInput): Promise<DeploymentCloudSqlDatabaseAttachOutput>;
|
|
796
|
+
create(input: DeploymentCloudSqlDatabaseCreateInput): Promise<DeploymentCloudSqlDatabaseCreateOutput>;
|
|
797
|
+
delete(input: DeploymentCloudSqlDatabaseDeleteInput): Promise<DeploymentCloudSqlDatabaseDeleteOutput>;
|
|
798
|
+
detach(input: DeploymentCloudSqlDatabaseDetachInput): Promise<DeploymentCloudSqlDatabaseDetachOutput>;
|
|
799
|
+
get(input: DeploymentCloudSqlDatabaseGetInput): Promise<DeploymentCloudSqlDatabaseGetOutput>;
|
|
800
|
+
list(input: DeploymentCloudSqlDatabaseListInput): Promise<DeploymentCloudSqlDatabaseListOutput>;
|
|
801
|
+
};
|
|
802
|
+
'cloud-sql-instance': {
|
|
803
|
+
backup(input: DeploymentCloudSqlInstanceBackupInput): Promise<DeploymentCloudSqlInstanceBackupOutput>;
|
|
804
|
+
create(input: DeploymentCloudSqlInstanceCreateInput): Promise<DeploymentCloudSqlInstanceCreateOutput>;
|
|
805
|
+
delete(input: DeploymentCloudSqlInstanceDeleteInput): Promise<DeploymentCloudSqlInstanceDeleteOutput>;
|
|
806
|
+
get(input: DeploymentCloudSqlInstanceGetInput): Promise<DeploymentCloudSqlInstanceGetOutput>;
|
|
807
|
+
list(input: DeploymentCloudSqlInstanceListInput): Promise<DeploymentCloudSqlInstanceListOutput>;
|
|
808
|
+
resize(input: DeploymentCloudSqlInstanceResizeInput): Promise<DeploymentCloudSqlInstanceResizeOutput>;
|
|
809
|
+
restore(input: DeploymentCloudSqlInstanceRestoreInput): Promise<DeploymentCloudSqlInstanceRestoreOutput>;
|
|
810
|
+
};
|
|
811
|
+
'cloud-sql-instance-backup': {
|
|
812
|
+
list(input: DeploymentCloudSqlInstanceBackupListInput): Promise<DeploymentCloudSqlInstanceBackupListOutput>;
|
|
813
|
+
};
|
|
814
|
+
deployment: {
|
|
815
|
+
cancel(input: DeploymentDeploymentCancelInput): Promise<DeploymentDeploymentCancelOutput>;
|
|
816
|
+
get(input: DeploymentDeploymentGetInput): Promise<DeploymentDeploymentGetOutput>;
|
|
817
|
+
list(input: DeploymentDeploymentListInput): Promise<DeploymentDeploymentListOutput>;
|
|
818
|
+
};
|
|
819
|
+
domain: {
|
|
820
|
+
add(input: DeploymentDomainAddInput): Promise<DeploymentDomainAddOutput>;
|
|
821
|
+
get(input: DeploymentDomainGetInput): Promise<DeploymentDomainGetOutput>;
|
|
822
|
+
list(input: DeploymentDomainListInput): Promise<DeploymentDomainListOutput>;
|
|
823
|
+
remove(input: DeploymentDomainRemoveInput): Promise<DeploymentDomainRemoveOutput>;
|
|
824
|
+
verify(input: DeploymentDomainVerifyInput): Promise<DeploymentDomainVerifyOutput>;
|
|
825
|
+
};
|
|
826
|
+
'domain-allowed': {
|
|
827
|
+
list(input: DeploymentDomainAllowedListInput): Promise<DeploymentDomainAllowedListOutput>;
|
|
828
|
+
};
|
|
829
|
+
'domain-list-by': {
|
|
830
|
+
service(input: DeploymentDomainListByServiceInput): Promise<DeploymentDomainListByServiceOutput>;
|
|
831
|
+
};
|
|
832
|
+
'domain-redirect': {
|
|
833
|
+
www(input: DeploymentDomainRedirectWwwInput): Promise<DeploymentDomainRedirectWwwOutput>;
|
|
834
|
+
};
|
|
835
|
+
'domain-routes': {
|
|
836
|
+
add(input: DeploymentDomainRoutesAddInput): Promise<DeploymentDomainRoutesAddOutput>;
|
|
837
|
+
list(input: DeploymentDomainRoutesListInput): Promise<DeploymentDomainRoutesListOutput>;
|
|
838
|
+
remove(input: DeploymentDomainRoutesRemoveInput): Promise<DeploymentDomainRoutesRemoveOutput>;
|
|
839
|
+
update(input: DeploymentDomainRoutesUpdateInput): Promise<DeploymentDomainRoutesUpdateOutput>;
|
|
840
|
+
};
|
|
841
|
+
environment: {
|
|
842
|
+
create(input: DeploymentEnvironmentCreateInput): Promise<DeploymentEnvironmentCreateOutput>;
|
|
843
|
+
delete(input: DeploymentEnvironmentDeleteInput): Promise<DeploymentEnvironmentDeleteOutput>;
|
|
844
|
+
fork(input: DeploymentEnvironmentForkInput): Promise<DeploymentEnvironmentForkOutput>;
|
|
845
|
+
get(input: DeploymentEnvironmentGetInput): Promise<DeploymentEnvironmentGetOutput>;
|
|
846
|
+
list(input: DeploymentEnvironmentListInput): Promise<DeploymentEnvironmentListOutput>;
|
|
847
|
+
reconcile(input: DeploymentEnvironmentReconcileInput): Promise<DeploymentEnvironmentReconcileOutput>;
|
|
848
|
+
update(input: DeploymentEnvironmentUpdateInput): Promise<DeploymentEnvironmentUpdateOutput>;
|
|
849
|
+
};
|
|
850
|
+
'events-list-by': {
|
|
851
|
+
environment(input: DeploymentEventsListByEnvironmentInput): Promise<DeploymentEventsListByEnvironmentOutput>;
|
|
852
|
+
service(input: DeploymentEventsListByServiceInput): Promise<DeploymentEventsListByServiceOutput>;
|
|
853
|
+
};
|
|
854
|
+
'managed-service': {
|
|
855
|
+
backup(input: DeploymentManagedServiceBackupInput): Promise<DeploymentManagedServiceBackupOutput>;
|
|
856
|
+
delete(input: DeploymentManagedServiceDeleteInput): Promise<DeploymentManagedServiceDeleteOutput>;
|
|
857
|
+
get(input: DeploymentManagedServiceGetInput): Promise<DeploymentManagedServiceGetOutput>;
|
|
858
|
+
list(input: DeploymentManagedServiceListInput): Promise<DeploymentManagedServiceListOutput>;
|
|
859
|
+
logs(input: DeploymentManagedServiceLogsInput): Promise<DeploymentManagedServiceLogsOutput>;
|
|
860
|
+
provision(input: DeploymentManagedServiceProvisionInput): Promise<DeploymentManagedServiceProvisionOutput>;
|
|
861
|
+
reconcile(input: DeploymentManagedServiceReconcileInput): Promise<DeploymentManagedServiceReconcileOutput>;
|
|
862
|
+
resize(input: DeploymentManagedServiceResizeInput): Promise<DeploymentManagedServiceResizeOutput>;
|
|
863
|
+
restore(input: DeploymentManagedServiceRestoreInput): Promise<DeploymentManagedServiceRestoreOutput>;
|
|
864
|
+
start(input: DeploymentManagedServiceStartInput): Promise<DeploymentManagedServiceStartOutput>;
|
|
865
|
+
stop(input: DeploymentManagedServiceStopInput): Promise<DeploymentManagedServiceStopOutput>;
|
|
866
|
+
types(input: DeploymentManagedServiceTypesInput): Promise<DeploymentManagedServiceTypesOutput>;
|
|
867
|
+
};
|
|
868
|
+
'managed-service-backup': {
|
|
869
|
+
list(input: DeploymentManagedServiceBackupListInput): Promise<DeploymentManagedServiceBackupListOutput>;
|
|
870
|
+
};
|
|
871
|
+
'managed-service-connect': {
|
|
872
|
+
info(input: DeploymentManagedServiceConnectInfoInput): Promise<DeploymentManagedServiceConnectInfoOutput>;
|
|
873
|
+
};
|
|
874
|
+
metrics: {
|
|
875
|
+
get(input: DeploymentMetricsGetInput): Promise<DeploymentMetricsGetOutput>;
|
|
876
|
+
};
|
|
877
|
+
'preview-environment': {
|
|
878
|
+
create(input: DeploymentPreviewEnvironmentCreateInput): Promise<DeploymentPreviewEnvironmentCreateOutput>;
|
|
879
|
+
delete(input: DeploymentPreviewEnvironmentDeleteInput): Promise<DeploymentPreviewEnvironmentDeleteOutput>;
|
|
880
|
+
list(input: DeploymentPreviewEnvironmentListInput): Promise<DeploymentPreviewEnvironmentListOutput>;
|
|
881
|
+
};
|
|
882
|
+
'preview-policy': {
|
|
883
|
+
get(input: DeploymentPreviewPolicyGetInput): Promise<DeploymentPreviewPolicyGetOutput>;
|
|
884
|
+
set(input: DeploymentPreviewPolicySetInput): Promise<DeploymentPreviewPolicySetOutput>;
|
|
885
|
+
};
|
|
886
|
+
service: {
|
|
887
|
+
create(input: DeploymentServiceCreateInput): Promise<DeploymentServiceCreateOutput>;
|
|
888
|
+
delete(input: DeploymentServiceDeleteInput): Promise<DeploymentServiceDeleteOutput>;
|
|
889
|
+
exec(input: DeploymentServiceExecInput): Promise<DeploymentServiceExecOutput>;
|
|
890
|
+
get(input: DeploymentServiceGetInput): Promise<DeploymentServiceGetOutput>;
|
|
891
|
+
list(input: DeploymentServiceListInput): Promise<DeploymentServiceListOutput>;
|
|
892
|
+
logs(input: DeploymentServiceLogsInput): Promise<DeploymentServiceLogsOutput>;
|
|
893
|
+
redeploy(input: DeploymentServiceRedeployInput): Promise<DeploymentServiceRedeployOutput>;
|
|
894
|
+
restart(input: DeploymentServiceRestartInput): Promise<DeploymentServiceRestartOutput>;
|
|
895
|
+
rollback(input: DeploymentServiceRollbackInput): Promise<DeploymentServiceRollbackOutput>;
|
|
896
|
+
scale(input: DeploymentServiceScaleInput): Promise<DeploymentServiceScaleOutput>;
|
|
897
|
+
update(input: DeploymentServiceUpdateInput): Promise<DeploymentServiceUpdateOutput>;
|
|
898
|
+
};
|
|
899
|
+
ssh: {
|
|
900
|
+
command(input: DeploymentSshCommandInput): Promise<DeploymentSshCommandOutput>;
|
|
901
|
+
};
|
|
902
|
+
'ssh-key': {
|
|
903
|
+
delete(input: DeploymentSshKeyDeleteInput): Promise<DeploymentSshKeyDeleteOutput>;
|
|
904
|
+
list(input: DeploymentSshKeyListInput): Promise<DeploymentSshKeyListOutput>;
|
|
905
|
+
register(input: DeploymentSshKeyRegisterInput): Promise<DeploymentSshKeyRegisterOutput>;
|
|
906
|
+
};
|
|
907
|
+
variable: {
|
|
908
|
+
list(input: DeploymentVariableListInput): Promise<DeploymentVariableListOutput>;
|
|
909
|
+
set(input: DeploymentVariableSetInput): Promise<DeploymentVariableSetOutput>;
|
|
910
|
+
unset(input: DeploymentVariableUnsetInput): Promise<DeploymentVariableUnsetOutput>;
|
|
911
|
+
};
|
|
912
|
+
'variable-list': {
|
|
913
|
+
env(input: DeploymentVariableListEnvInput): Promise<DeploymentVariableListEnvOutput>;
|
|
914
|
+
product(input: DeploymentVariableListProductInput): Promise<DeploymentVariableListProductOutput>;
|
|
915
|
+
};
|
|
916
|
+
'variable-set': {
|
|
917
|
+
env(input: DeploymentVariableSetEnvInput): Promise<DeploymentVariableSetEnvOutput>;
|
|
918
|
+
product(input: DeploymentVariableSetProductInput): Promise<DeploymentVariableSetProductOutput>;
|
|
919
|
+
};
|
|
920
|
+
'variable-unset': {
|
|
921
|
+
env(input: DeploymentVariableUnsetEnvInput): Promise<DeploymentVariableUnsetEnvOutput>;
|
|
922
|
+
product(input: DeploymentVariableUnsetProductInput): Promise<DeploymentVariableUnsetProductOutput>;
|
|
923
|
+
};
|
|
924
|
+
'vcs-branch': {
|
|
925
|
+
list(input: DeploymentVcsBranchListInput): Promise<DeploymentVcsBranchListOutput>;
|
|
926
|
+
};
|
|
927
|
+
'vcs-connection': {
|
|
928
|
+
list(input: DeploymentVcsConnectionListInput): Promise<DeploymentVcsConnectionListOutput>;
|
|
929
|
+
};
|
|
930
|
+
'vcs-repo': {
|
|
931
|
+
list(input: DeploymentVcsRepoListInput): Promise<DeploymentVcsRepoListOutput>;
|
|
932
|
+
};
|
|
933
|
+
volume: {
|
|
934
|
+
create(input: DeploymentVolumeCreateInput): Promise<DeploymentVolumeCreateOutput>;
|
|
935
|
+
delete(input: DeploymentVolumeDeleteInput): Promise<DeploymentVolumeDeleteOutput>;
|
|
936
|
+
detach(input: DeploymentVolumeDetachInput): Promise<DeploymentVolumeDetachOutput>;
|
|
937
|
+
get(input: DeploymentVolumeGetInput): Promise<DeploymentVolumeGetOutput>;
|
|
938
|
+
list(input: DeploymentVolumeListInput): Promise<DeploymentVolumeListOutput>;
|
|
939
|
+
resize(input: DeploymentVolumeResizeInput): Promise<DeploymentVolumeResizeOutput>;
|
|
940
|
+
};
|
|
941
|
+
};
|
|
551
942
|
mail: {
|
|
552
943
|
apikey: {
|
|
553
944
|
create(input: MailApikeyCreateInput): Promise<MailApikeyCreateOutput>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
export * from './queryOptions.gen';
|
|
3
|
+
export type { DeploymentAlertCreateInput, DeploymentAlertCreateOutput, DeploymentAlertDeleteInput, DeploymentAlertDeleteOutput, DeploymentAlertEventsListInput, DeploymentAlertEventsListOutput, DeploymentAlertListInput, DeploymentAlertListOutput, DeploymentAlertUpdateInput, DeploymentAlertUpdateOutput, DeploymentAnalyticsQueryInput, DeploymentAnalyticsQueryOutput, DeploymentAuditListInput, DeploymentAuditListOutput, 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, 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, DeploymentSshCommandInput, DeploymentSshCommandOutput, DeploymentSshKeyDeleteInput, DeploymentSshKeyDeleteOutput, DeploymentSshKeyListInput, DeploymentSshKeyListOutput, DeploymentSshKeyRegisterInput, DeploymentSshKeyRegisterOutput, 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 } from '../types.gen';
|