@lessly/sdk-app 53.0.0 → 54.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_types/gen/analytics/index.d.ts +1 -1
- package/dist/_types/gen/analytics/queryOptions.gen.d.ts +1 -65
- package/dist/_types/gen/brain/index.d.ts +1 -1
- package/dist/_types/gen/brain/queryOptions.gen.d.ts +5 -1
- package/dist/_types/gen/client.gen.d.ts +7 -66
- package/dist/_types/gen/deployment/index.d.ts +1 -1
- package/dist/_types/gen/deployment/queryOptions.gen.d.ts +5 -13
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/types.gen.d.ts +113 -59959
- package/dist/analytics/index.cjs +0 -80
- package/dist/analytics/index.cjs.map +1 -1
- package/dist/analytics/index.js +1 -65
- package/dist/analytics/index.js.map +1 -1
- package/dist/brain/index.cjs +5 -0
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.js +5 -1
- package/dist/brain/index.js.map +1 -1
- package/dist/deployment/index.cjs +5 -15
- package/dist/deployment/index.cjs.map +1 -1
- package/dist/deployment/index.js +5 -13
- package/dist/deployment/index.js.map +1 -1
- package/dist/index.cjs +46 -565
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8545 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -12
- package/src/gen/analytics/index.ts +1 -1
- package/src/gen/analytics/queryOptions.gen.ts +0 -106
- package/src/gen/bindings.gen.ts +47 -574
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +10 -127
- package/src/gen/deployment/index.ts +1 -1
- package/src/gen/deployment/queryOptions.gen.ts +7 -20
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +117 -54479
- package/dist/_types/gen/playground/connect.gen.d.ts +0 -3
- package/dist/_types/gen/playground/index.d.ts +0 -3
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +0 -50
- package/dist/chunk-E3CBZL3R.js +0 -9076
- package/dist/chunk-E3CBZL3R.js.map +0 -1
- package/dist/playground/index.cjs +0 -81
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -1
- package/dist/playground/index.d.ts +0 -1
- package/dist/playground/index.js +0 -58
- package/dist/playground/index.js.map +0 -1
- package/src/gen/playground/connect.gen.ts +0 -9
- package/src/gen/playground/index.ts +0 -4
- package/src/gen/playground/queryOptions.gen.ts +0 -86
package/src/gen/client.gen.ts
CHANGED
|
@@ -1,37 +1,5 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
import type {
|
|
3
|
-
AnalyticsCatalogGetInput,
|
|
4
|
-
AnalyticsCatalogGetOutput,
|
|
5
|
-
AnalyticsDashboardCreateInput,
|
|
6
|
-
AnalyticsDashboardCreateOutput,
|
|
7
|
-
AnalyticsDashboardDeleteInput,
|
|
8
|
-
AnalyticsDashboardDeleteOutput,
|
|
9
|
-
AnalyticsDashboardGetInput,
|
|
10
|
-
AnalyticsDashboardGetOutput,
|
|
11
|
-
AnalyticsDashboardListInput,
|
|
12
|
-
AnalyticsDashboardListOutput,
|
|
13
|
-
AnalyticsDashboardRunInput,
|
|
14
|
-
AnalyticsDashboardRunOutput,
|
|
15
|
-
AnalyticsDashboardUpdateInput,
|
|
16
|
-
AnalyticsDashboardUpdateOutput,
|
|
17
|
-
AnalyticsFunnelRunInput,
|
|
18
|
-
AnalyticsFunnelRunOutput,
|
|
19
|
-
AnalyticsInsightCreateInput,
|
|
20
|
-
AnalyticsInsightCreateOutput,
|
|
21
|
-
AnalyticsInsightDeleteInput,
|
|
22
|
-
AnalyticsInsightDeleteOutput,
|
|
23
|
-
AnalyticsInsightGetInput,
|
|
24
|
-
AnalyticsInsightGetOutput,
|
|
25
|
-
AnalyticsInsightListInput,
|
|
26
|
-
AnalyticsInsightListOutput,
|
|
27
|
-
AnalyticsInsightRunInput,
|
|
28
|
-
AnalyticsInsightRunOutput,
|
|
29
|
-
AnalyticsInsightUpdateInput,
|
|
30
|
-
AnalyticsInsightUpdateOutput,
|
|
31
|
-
AnalyticsMetricQueryInput,
|
|
32
|
-
AnalyticsMetricQueryOutput,
|
|
33
|
-
AnalyticsPersonTimelineInput,
|
|
34
|
-
AnalyticsPersonTimelineOutput,
|
|
35
3
|
AnalyticsQueryRunInput,
|
|
36
4
|
AnalyticsQueryRunOutput,
|
|
37
5
|
BrainBackupCreateInput,
|
|
@@ -114,6 +82,8 @@ import type {
|
|
|
114
82
|
BrainProductSharedMemoryResetOutput,
|
|
115
83
|
BrainRestoreStatusInput,
|
|
116
84
|
BrainRestoreStatusOutput,
|
|
85
|
+
BrainUsageReportInput,
|
|
86
|
+
BrainUsageReportOutput,
|
|
117
87
|
ConsentConfigCookieDomainUpsertInput,
|
|
118
88
|
ConsentConfigCookieDomainUpsertOutput,
|
|
119
89
|
ConsentConfigCustomizationUpsertInput,
|
|
@@ -218,6 +188,8 @@ import type {
|
|
|
218
188
|
DeploymentAlertUpdateOutput,
|
|
219
189
|
DeploymentAnalyticsQueryInput,
|
|
220
190
|
DeploymentAnalyticsQueryOutput,
|
|
191
|
+
DeploymentAuditListInput,
|
|
192
|
+
DeploymentAuditListOutput,
|
|
221
193
|
DeploymentBuildGetInput,
|
|
222
194
|
DeploymentBuildGetOutput,
|
|
223
195
|
DeploymentBuildListInput,
|
|
@@ -308,12 +280,6 @@ import type {
|
|
|
308
280
|
DeploymentEventsListByEnvironmentOutput,
|
|
309
281
|
DeploymentEventsListByServiceInput,
|
|
310
282
|
DeploymentEventsListByServiceOutput,
|
|
311
|
-
DeploymentJobRunInput,
|
|
312
|
-
DeploymentJobRunLogsInput,
|
|
313
|
-
DeploymentJobRunLogsOutput,
|
|
314
|
-
DeploymentJobRunOutput,
|
|
315
|
-
DeploymentJobRunsListInput,
|
|
316
|
-
DeploymentJobRunsListOutput,
|
|
317
283
|
DeploymentManagedServiceBackupInput,
|
|
318
284
|
DeploymentManagedServiceBackupListInput,
|
|
319
285
|
DeploymentManagedServiceBackupListOutput,
|
|
@@ -738,30 +704,6 @@ import type {
|
|
|
738
704
|
OrganizationSupportThreadReplyOutput,
|
|
739
705
|
OrganizationSupportThreadsListInput,
|
|
740
706
|
OrganizationSupportThreadsListOutput,
|
|
741
|
-
PlaygroundAnalyticsOverviewInput,
|
|
742
|
-
PlaygroundAnalyticsOverviewOutput,
|
|
743
|
-
PlaygroundBillingEntitlementsInput,
|
|
744
|
-
PlaygroundBillingEntitlementsOutput,
|
|
745
|
-
PlaygroundBillingRecordUsageInput,
|
|
746
|
-
PlaygroundBillingRecordUsageOutput,
|
|
747
|
-
PlaygroundClickupCreateTaskInput,
|
|
748
|
-
PlaygroundClickupCreateTaskOutput,
|
|
749
|
-
PlaygroundClickupGetLastWebhookInput,
|
|
750
|
-
PlaygroundClickupGetLastWebhookOutput,
|
|
751
|
-
PlaygroundClickupGetOverviewInput,
|
|
752
|
-
PlaygroundClickupGetOverviewOutput,
|
|
753
|
-
PlaygroundGdriveGetLastChangeInput,
|
|
754
|
-
PlaygroundGdriveGetLastChangeOutput,
|
|
755
|
-
PlaygroundGdriveReadFileInput,
|
|
756
|
-
PlaygroundGdriveReadFileOutput,
|
|
757
|
-
PlaygroundGoogleadsReadCustomerInput,
|
|
758
|
-
PlaygroundGoogleadsReadCustomerOutput,
|
|
759
|
-
PlaygroundLifecycleGetStateInput,
|
|
760
|
-
PlaygroundLifecycleGetStateOutput,
|
|
761
|
-
PlaygroundLifecycleListEventsInput,
|
|
762
|
-
PlaygroundLifecycleListEventsOutput,
|
|
763
|
-
PlaygroundWebhookGetLastInput,
|
|
764
|
-
PlaygroundWebhookGetLastOutput,
|
|
765
707
|
RealtimeArchiveExportInput,
|
|
766
708
|
RealtimeArchiveExportOutput,
|
|
767
709
|
RealtimeArchiveExportStatusInput,
|
|
@@ -1084,34 +1026,6 @@ import type {
|
|
|
1084
1026
|
|
|
1085
1027
|
export interface GeneratedClient {
|
|
1086
1028
|
analytics: {
|
|
1087
|
-
catalog: {
|
|
1088
|
-
get(input: AnalyticsCatalogGetInput): Promise<AnalyticsCatalogGetOutput>;
|
|
1089
|
-
};
|
|
1090
|
-
dashboard: {
|
|
1091
|
-
create(input: AnalyticsDashboardCreateInput): Promise<AnalyticsDashboardCreateOutput>;
|
|
1092
|
-
delete(input: AnalyticsDashboardDeleteInput): Promise<AnalyticsDashboardDeleteOutput>;
|
|
1093
|
-
get(input: AnalyticsDashboardGetInput): Promise<AnalyticsDashboardGetOutput>;
|
|
1094
|
-
list(input: AnalyticsDashboardListInput): Promise<AnalyticsDashboardListOutput>;
|
|
1095
|
-
run(input: AnalyticsDashboardRunInput): Promise<AnalyticsDashboardRunOutput>;
|
|
1096
|
-
update(input: AnalyticsDashboardUpdateInput): Promise<AnalyticsDashboardUpdateOutput>;
|
|
1097
|
-
};
|
|
1098
|
-
funnel: {
|
|
1099
|
-
run(input: AnalyticsFunnelRunInput): Promise<AnalyticsFunnelRunOutput>;
|
|
1100
|
-
};
|
|
1101
|
-
insight: {
|
|
1102
|
-
create(input: AnalyticsInsightCreateInput): Promise<AnalyticsInsightCreateOutput>;
|
|
1103
|
-
delete(input: AnalyticsInsightDeleteInput): Promise<AnalyticsInsightDeleteOutput>;
|
|
1104
|
-
get(input: AnalyticsInsightGetInput): Promise<AnalyticsInsightGetOutput>;
|
|
1105
|
-
list(input: AnalyticsInsightListInput): Promise<AnalyticsInsightListOutput>;
|
|
1106
|
-
run(input: AnalyticsInsightRunInput): Promise<AnalyticsInsightRunOutput>;
|
|
1107
|
-
update(input: AnalyticsInsightUpdateInput): Promise<AnalyticsInsightUpdateOutput>;
|
|
1108
|
-
};
|
|
1109
|
-
metric: {
|
|
1110
|
-
query(input: AnalyticsMetricQueryInput): Promise<AnalyticsMetricQueryOutput>;
|
|
1111
|
-
};
|
|
1112
|
-
person: {
|
|
1113
|
-
timeline(input: AnalyticsPersonTimelineInput): Promise<AnalyticsPersonTimelineOutput>;
|
|
1114
|
-
};
|
|
1115
1029
|
query: {
|
|
1116
1030
|
run(input: AnalyticsQueryRunInput): Promise<AnalyticsQueryRunOutput>;
|
|
1117
1031
|
};
|
|
@@ -1197,6 +1111,9 @@ export interface GeneratedClient {
|
|
|
1197
1111
|
restore: {
|
|
1198
1112
|
status(input: BrainRestoreStatusInput): Promise<BrainRestoreStatusOutput>;
|
|
1199
1113
|
};
|
|
1114
|
+
usage: {
|
|
1115
|
+
report(input: BrainUsageReportInput): Promise<BrainUsageReportOutput>;
|
|
1116
|
+
};
|
|
1200
1117
|
};
|
|
1201
1118
|
consent: {
|
|
1202
1119
|
'config-cookie-domain': {
|
|
@@ -1303,6 +1220,9 @@ export interface GeneratedClient {
|
|
|
1303
1220
|
analytics: {
|
|
1304
1221
|
query(input: DeploymentAnalyticsQueryInput): Promise<DeploymentAnalyticsQueryOutput>;
|
|
1305
1222
|
};
|
|
1223
|
+
audit: {
|
|
1224
|
+
list(input: DeploymentAuditListInput): Promise<DeploymentAuditListOutput>;
|
|
1225
|
+
};
|
|
1306
1226
|
build: {
|
|
1307
1227
|
get(input: DeploymentBuildGetInput): Promise<DeploymentBuildGetOutput>;
|
|
1308
1228
|
list(input: DeploymentBuildListInput): Promise<DeploymentBuildListOutput>;
|
|
@@ -1380,15 +1300,6 @@ export interface GeneratedClient {
|
|
|
1380
1300
|
environment(input: DeploymentEventsListByEnvironmentInput): Promise<DeploymentEventsListByEnvironmentOutput>;
|
|
1381
1301
|
service(input: DeploymentEventsListByServiceInput): Promise<DeploymentEventsListByServiceOutput>;
|
|
1382
1302
|
};
|
|
1383
|
-
job: {
|
|
1384
|
-
run(input: DeploymentJobRunInput): Promise<DeploymentJobRunOutput>;
|
|
1385
|
-
};
|
|
1386
|
-
'job-run': {
|
|
1387
|
-
logs(input: DeploymentJobRunLogsInput): Promise<DeploymentJobRunLogsOutput>;
|
|
1388
|
-
};
|
|
1389
|
-
'job-runs': {
|
|
1390
|
-
list(input: DeploymentJobRunsListInput): Promise<DeploymentJobRunsListOutput>;
|
|
1391
|
-
};
|
|
1392
1303
|
'managed-service': {
|
|
1393
1304
|
backup(input: DeploymentManagedServiceBackupInput): Promise<DeploymentManagedServiceBackupOutput>;
|
|
1394
1305
|
delete(input: DeploymentManagedServiceDeleteInput): Promise<DeploymentManagedServiceDeleteOutput>;
|
|
@@ -1742,34 +1653,6 @@ export interface GeneratedClient {
|
|
|
1742
1653
|
list(input: OrganizationSupportThreadsListInput): Promise<OrganizationSupportThreadsListOutput>;
|
|
1743
1654
|
};
|
|
1744
1655
|
};
|
|
1745
|
-
playground: {
|
|
1746
|
-
analytics: {
|
|
1747
|
-
overview(input: PlaygroundAnalyticsOverviewInput): Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
1748
|
-
};
|
|
1749
|
-
billing: {
|
|
1750
|
-
entitlements(input: PlaygroundBillingEntitlementsInput): Promise<PlaygroundBillingEntitlementsOutput>;
|
|
1751
|
-
'record-usage'(input: PlaygroundBillingRecordUsageInput): Promise<PlaygroundBillingRecordUsageOutput>;
|
|
1752
|
-
};
|
|
1753
|
-
clickup: {
|
|
1754
|
-
'create-task'(input: PlaygroundClickupCreateTaskInput): Promise<PlaygroundClickupCreateTaskOutput>;
|
|
1755
|
-
'get-last-webhook'(input: PlaygroundClickupGetLastWebhookInput): Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
1756
|
-
'get-overview'(input: PlaygroundClickupGetOverviewInput): Promise<PlaygroundClickupGetOverviewOutput>;
|
|
1757
|
-
};
|
|
1758
|
-
gdrive: {
|
|
1759
|
-
'get-last-change'(input: PlaygroundGdriveGetLastChangeInput): Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
1760
|
-
'read-file'(input: PlaygroundGdriveReadFileInput): Promise<PlaygroundGdriveReadFileOutput>;
|
|
1761
|
-
};
|
|
1762
|
-
googleads: {
|
|
1763
|
-
'read-customer'(input: PlaygroundGoogleadsReadCustomerInput): Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
1764
|
-
};
|
|
1765
|
-
lifecycle: {
|
|
1766
|
-
'get-state'(input: PlaygroundLifecycleGetStateInput): Promise<PlaygroundLifecycleGetStateOutput>;
|
|
1767
|
-
'list-events'(input: PlaygroundLifecycleListEventsInput): Promise<PlaygroundLifecycleListEventsOutput>;
|
|
1768
|
-
};
|
|
1769
|
-
webhook: {
|
|
1770
|
-
'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
|
|
1771
|
-
};
|
|
1772
|
-
};
|
|
1773
1656
|
realtime: {
|
|
1774
1657
|
archive: {
|
|
1775
1658
|
export(input: RealtimeArchiveExportInput): Promise<RealtimeArchiveExportOutput>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
export * from './queryOptions.gen';
|
|
3
|
-
export type { 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,
|
|
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, 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 } from '../types.gen';
|
|
@@ -10,6 +10,8 @@ import type {
|
|
|
10
10
|
DeploymentAlertUpdateInput,
|
|
11
11
|
DeploymentAnalyticsQueryInput,
|
|
12
12
|
DeploymentAnalyticsQueryOutput,
|
|
13
|
+
DeploymentAuditListInput,
|
|
14
|
+
DeploymentAuditListOutput,
|
|
13
15
|
DeploymentBuildGetInput,
|
|
14
16
|
DeploymentBuildGetOutput,
|
|
15
17
|
DeploymentBuildListInput,
|
|
@@ -76,11 +78,6 @@ import type {
|
|
|
76
78
|
DeploymentEventsListByEnvironmentOutput,
|
|
77
79
|
DeploymentEventsListByServiceInput,
|
|
78
80
|
DeploymentEventsListByServiceOutput,
|
|
79
|
-
DeploymentJobRunInput,
|
|
80
|
-
DeploymentJobRunLogsInput,
|
|
81
|
-
DeploymentJobRunLogsOutput,
|
|
82
|
-
DeploymentJobRunsListInput,
|
|
83
|
-
DeploymentJobRunsListOutput,
|
|
84
81
|
DeploymentManagedServiceBackupInput,
|
|
85
82
|
DeploymentManagedServiceBackupListInput,
|
|
86
83
|
DeploymentManagedServiceBackupListOutput,
|
|
@@ -191,6 +188,11 @@ export const deploymentAnalyticsQueryQueryOptions = (sdk: GeneratedClient, input
|
|
|
191
188
|
queryFn: () => sdk['deployment']['analytics']['query'](input),
|
|
192
189
|
});
|
|
193
190
|
|
|
191
|
+
export const deploymentAuditListQueryOptions = (sdk: GeneratedClient, input: DeploymentAuditListInput) => ({
|
|
192
|
+
queryKey: ['deployment', 'audit', 'list', input] as const,
|
|
193
|
+
queryFn: () => sdk['deployment']['audit']['list'](input),
|
|
194
|
+
});
|
|
195
|
+
|
|
194
196
|
export const deploymentBuildGetQueryOptions = (sdk: GeneratedClient, input: DeploymentBuildGetInput) => ({
|
|
195
197
|
queryKey: ['deployment', 'build', 'get', input] as const,
|
|
196
198
|
queryFn: () => sdk['deployment']['build']['get'](input),
|
|
@@ -416,21 +418,6 @@ export const deploymentEventsListByServiceQueryOptions = (sdk: GeneratedClient,
|
|
|
416
418
|
queryFn: () => sdk['deployment']['events-list-by']['service'](input),
|
|
417
419
|
});
|
|
418
420
|
|
|
419
|
-
export const deploymentJobRunMutationOptions = (sdk: GeneratedClient) => ({
|
|
420
|
-
mutationKey: ['deployment', 'job', 'run'],
|
|
421
|
-
mutationFn: (input: DeploymentJobRunInput) => sdk['deployment']['job']['run'](input),
|
|
422
|
-
});
|
|
423
|
-
|
|
424
|
-
export const deploymentJobRunLogsQueryOptions = (sdk: GeneratedClient, input: DeploymentJobRunLogsInput) => ({
|
|
425
|
-
queryKey: ['deployment', 'job-run', 'logs', input] as const,
|
|
426
|
-
queryFn: () => sdk['deployment']['job-run']['logs'](input),
|
|
427
|
-
});
|
|
428
|
-
|
|
429
|
-
export const deploymentJobRunsListQueryOptions = (sdk: GeneratedClient, input: DeploymentJobRunsListInput) => ({
|
|
430
|
-
queryKey: ['deployment', 'job-runs', 'list', input] as const,
|
|
431
|
-
queryFn: () => sdk['deployment']['job-runs']['list'](input),
|
|
432
|
-
});
|
|
433
|
-
|
|
434
421
|
export const deploymentManagedServiceBackupMutationOptions = (sdk: GeneratedClient) => ({
|
|
435
422
|
mutationKey: ['deployment', 'managed-service', 'backup'],
|
|
436
423
|
mutationFn: (input: DeploymentManagedServiceBackupInput) => sdk['deployment']['managed-service']['backup'](input),
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
-
export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', '
|
|
2
|
+
export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
|