@lepsto/sdk-app 84.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/README.md +233 -0
- package/dist/_types/gen/analytics/index.d.ts +2 -0
- package/dist/_types/gen/analytics/queryOptions.gen.d.ts +74 -0
- package/dist/_types/gen/bindings.gen.d.ts +3 -0
- package/dist/_types/gen/brain/index.d.ts +2 -0
- package/dist/_types/gen/brain/queryOptions.gen.d.ts +166 -0
- package/dist/_types/gen/client.gen.d.ts +1087 -0
- package/dist/_types/gen/consent/index.d.ts +2 -0
- package/dist/_types/gen/consent/queryOptions.gen.d.ts +62 -0
- package/dist/_types/gen/content/index.d.ts +2 -0
- package/dist/_types/gen/content/queryOptions.gen.d.ts +126 -0
- package/dist/_types/gen/deployment/index.d.ts +2 -0
- package/dist/_types/gen/deployment/queryOptions.gen.d.ts +438 -0
- package/dist/_types/gen/mail/index.d.ts +2 -0
- package/dist/_types/gen/mail/queryOptions.gen.d.ts +206 -0
- package/dist/_types/gen/manifest.gen.d.ts +4 -0
- package/dist/_types/gen/observe/index.d.ts +2 -0
- package/dist/_types/gen/observe/queryOptions.gen.d.ts +142 -0
- package/dist/_types/gen/organization/index.d.ts +2 -0
- package/dist/_types/gen/organization/queryOptions.gen.d.ts +362 -0
- package/dist/_types/gen/realtime/index.d.ts +2 -0
- package/dist/_types/gen/realtime/queryOptions.gen.d.ts +114 -0
- package/dist/_types/gen/support/index.d.ts +2 -0
- package/dist/_types/gen/support/queryOptions.gen.d.ts +206 -0
- package/dist/_types/gen/tracking/index.d.ts +2 -0
- package/dist/_types/gen/tracking/queryOptions.gen.d.ts +150 -0
- package/dist/_types/gen/types.gen.d.ts +126011 -0
- package/dist/_types/gen/users/index.d.ts +2 -0
- package/dist/_types/gen/users/queryOptions.gen.d.ts +182 -0
- package/dist/_types/gen/waitlist/index.d.ts +2 -0
- package/dist/_types/gen/waitlist/queryOptions.gen.d.ts +30 -0
- package/dist/_types/gen/workflow/index.d.ts +2 -0
- package/dist/_types/gen/workflow/queryOptions.gen.d.ts +166 -0
- package/dist/_types/index.d.ts +11 -0
- package/dist/_types/package.json +1 -0
- package/dist/_types/react/index.d.ts +33 -0
- package/dist/_types/runtime/access-reason.d.ts +27 -0
- package/dist/_types/runtime/access.d.ts +40 -0
- package/dist/_types/runtime/compositions.d.ts +16 -0
- package/dist/_types/runtime/connectStream.d.ts +15 -0
- package/dist/_types/runtime/createLesslyApp.d.ts +10 -0
- package/dist/_types/runtime/csrf.d.ts +1 -0
- package/dist/_types/runtime/errors.d.ts +18 -0
- package/dist/_types/runtime/name.d.ts +26 -0
- package/dist/_types/runtime/operations.d.ts +13 -0
- package/dist/_types/runtime/permission-match.d.ts +62 -0
- package/dist/_types/runtime/request.d.ts +9 -0
- package/dist/_types/runtime/types.d.ts +129 -0
- package/dist/analytics/index.cjs +96 -0
- package/dist/analytics/index.cjs.map +1 -0
- package/dist/analytics/index.d.cts +1 -0
- package/dist/analytics/index.d.ts +1 -0
- package/dist/analytics/index.js +77 -0
- package/dist/analytics/index.js.map +1 -0
- package/dist/brain/index.cjs +211 -0
- package/dist/brain/index.cjs.map +1 -0
- package/dist/brain/index.d.cts +1 -0
- package/dist/brain/index.d.ts +1 -0
- package/dist/brain/index.js +169 -0
- package/dist/brain/index.js.map +1 -0
- package/dist/consent/index.cjs +81 -0
- package/dist/consent/index.cjs.map +1 -0
- package/dist/consent/index.d.cts +1 -0
- package/dist/consent/index.d.ts +1 -0
- package/dist/consent/index.js +65 -0
- package/dist/consent/index.js.map +1 -0
- package/dist/content/index.cjs +161 -0
- package/dist/content/index.cjs.map +1 -0
- package/dist/content/index.d.cts +1 -0
- package/dist/content/index.d.ts +1 -0
- package/dist/content/index.js +129 -0
- package/dist/content/index.js.map +1 -0
- package/dist/deployment/index.cjs +551 -0
- package/dist/deployment/index.cjs.map +1 -0
- package/dist/deployment/index.d.cts +1 -0
- package/dist/deployment/index.d.ts +1 -0
- package/dist/deployment/index.js +441 -0
- package/dist/deployment/index.js.map +1 -0
- package/dist/index.cjs +12565 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +12557 -0
- package/dist/index.js.map +1 -0
- package/dist/mail/index.cjs +261 -0
- package/dist/mail/index.cjs.map +1 -0
- package/dist/mail/index.d.cts +1 -0
- package/dist/mail/index.d.ts +1 -0
- package/dist/mail/index.js +209 -0
- package/dist/mail/index.js.map +1 -0
- package/dist/observe/index.cjs +181 -0
- package/dist/observe/index.cjs.map +1 -0
- package/dist/observe/index.d.cts +1 -0
- package/dist/observe/index.d.ts +1 -0
- package/dist/observe/index.js +145 -0
- package/dist/observe/index.js.map +1 -0
- package/dist/organization/index.cjs +456 -0
- package/dist/organization/index.cjs.map +1 -0
- package/dist/organization/index.d.cts +1 -0
- package/dist/organization/index.d.ts +1 -0
- package/dist/organization/index.js +365 -0
- package/dist/organization/index.js.map +1 -0
- package/dist/react/index.cjs +29 -0
- package/dist/react/index.cjs.map +1 -0
- package/dist/react/index.d.cts +1 -0
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.js +26 -0
- package/dist/react/index.js.map +1 -0
- package/dist/realtime/index.cjs +146 -0
- package/dist/realtime/index.cjs.map +1 -0
- package/dist/realtime/index.d.cts +1 -0
- package/dist/realtime/index.d.ts +1 -0
- package/dist/realtime/index.js +117 -0
- package/dist/realtime/index.js.map +1 -0
- package/dist/support/index.cjs +261 -0
- package/dist/support/index.cjs.map +1 -0
- package/dist/support/index.d.cts +1 -0
- package/dist/support/index.d.ts +1 -0
- package/dist/support/index.js +209 -0
- package/dist/support/index.js.map +1 -0
- package/dist/tracking/index.cjs +191 -0
- package/dist/tracking/index.cjs.map +1 -0
- package/dist/tracking/index.d.cts +1 -0
- package/dist/tracking/index.d.ts +1 -0
- package/dist/tracking/index.js +153 -0
- package/dist/tracking/index.js.map +1 -0
- package/dist/users/index.cjs +231 -0
- package/dist/users/index.cjs.map +1 -0
- package/dist/users/index.d.cts +1 -0
- package/dist/users/index.d.ts +1 -0
- package/dist/users/index.js +185 -0
- package/dist/users/index.js.map +1 -0
- package/dist/waitlist/index.cjs +41 -0
- package/dist/waitlist/index.cjs.map +1 -0
- package/dist/waitlist/index.d.cts +1 -0
- package/dist/waitlist/index.d.ts +1 -0
- package/dist/waitlist/index.js +33 -0
- package/dist/waitlist/index.js.map +1 -0
- package/dist/workflow/index.cjs +211 -0
- package/dist/workflow/index.cjs.map +1 -0
- package/dist/workflow/index.d.cts +1 -0
- package/dist/workflow/index.d.ts +1 -0
- package/dist/workflow/index.js +169 -0
- package/dist/workflow/index.js.map +1 -0
- package/docs/README.md +89 -0
- package/docs/recipes/access.md +781 -0
- package/docs/recipes/federation.md +285 -0
- package/docs/recipes/local-dev.md +111 -0
- package/docs/recipes/sdk-usage.md +194 -0
- package/docs/rules.md +522 -0
- package/package.json +212 -0
- package/src/gen/analytics/index.ts +3 -0
- package/src/gen/analytics/queryOptions.gen.ts +124 -0
- package/src/gen/bindings.gen.ts +11330 -0
- package/src/gen/brain/index.ts +3 -0
- package/src/gen/brain/queryOptions.gen.ts +278 -0
- package/src/gen/client.gen.ts +2288 -0
- package/src/gen/consent/index.ts +3 -0
- package/src/gen/consent/queryOptions.gen.ts +102 -0
- package/src/gen/content/index.ts +3 -0
- package/src/gen/content/queryOptions.gen.ts +202 -0
- package/src/gen/deployment/index.ts +3 -0
- package/src/gen/deployment/queryOptions.gen.ts +707 -0
- package/src/gen/mail/index.ts +3 -0
- package/src/gen/mail/queryOptions.gen.ts +331 -0
- package/src/gen/manifest.gen.ts +780 -0
- package/src/gen/observe/index.ts +3 -0
- package/src/gen/observe/queryOptions.gen.ts +235 -0
- package/src/gen/organization/index.ts +3 -0
- package/src/gen/organization/queryOptions.gen.ts +578 -0
- package/src/gen/realtime/index.ts +3 -0
- package/src/gen/realtime/queryOptions.gen.ts +185 -0
- package/src/gen/support/index.ts +3 -0
- package/src/gen/support/queryOptions.gen.ts +331 -0
- package/src/gen/tracking/index.ts +3 -0
- package/src/gen/tracking/queryOptions.gen.ts +249 -0
- package/src/gen/types.gen.ts +119506 -0
- package/src/gen/users/index.ts +3 -0
- package/src/gen/users/queryOptions.gen.ts +295 -0
- package/src/gen/waitlist/index.ts +3 -0
- package/src/gen/waitlist/queryOptions.gen.ts +50 -0
- package/src/gen/workflow/index.ts +3 -0
- package/src/gen/workflow/queryOptions.gen.ts +274 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './queryOptions.gen.js';
|
|
2
|
+
export type { ConsentConfigCookieDomainUpsertInput, ConsentConfigCookieDomainUpsertOutput, ConsentConfigCustomizationUpsertInput, ConsentConfigCustomizationUpsertOutput, ConsentConfigFloatingIconUpsertInput, ConsentConfigFloatingIconUpsertOutput, ConsentConfigThemeUpsertInput, ConsentConfigThemeUpsertOutput, ConsentDashboardConfigGetInput, ConsentDashboardConfigGetOutput, ConsentDashboardDecisionsListInput, ConsentDashboardDecisionsListOutput, ConsentDashboardEmbedSnippetGetInput, ConsentDashboardEmbedSnippetGetOutput, ConsentDashboardStatsGetInput, ConsentDashboardStatsGetOutput, ConsentEmbedGetInput, ConsentEmbedGetOutput, ConsentProvidersCreateInput, ConsentProvidersCreateOutput, ConsentProvidersDeleteInput, ConsentProvidersDeleteOutput, ConsentProvidersListInput, ConsentProvidersListOutput, ConsentProvidersUpdateInput, ConsentProvidersUpdateOutput, ConsentRecordsExportInput, ConsentRecordsExportOutput, ConsentStatsGetInput, ConsentStatsGetOutput } from '../types.gen.js';
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import type { GeneratedClient } from '../client.gen.js';
|
|
2
|
+
import type { ConsentConfigCookieDomainUpsertInput, ConsentConfigCustomizationUpsertInput, ConsentConfigFloatingIconUpsertInput, ConsentConfigThemeUpsertInput, ConsentDashboardConfigGetInput, ConsentDashboardConfigGetOutput, ConsentDashboardDecisionsListInput, ConsentDashboardDecisionsListOutput, ConsentDashboardEmbedSnippetGetInput, ConsentDashboardEmbedSnippetGetOutput, ConsentDashboardStatsGetInput, ConsentDashboardStatsGetOutput, ConsentEmbedGetInput, ConsentEmbedGetOutput, ConsentProvidersCreateInput, ConsentProvidersDeleteInput, ConsentProvidersListInput, ConsentProvidersListOutput, ConsentProvidersUpdateInput, ConsentRecordsExportInput, ConsentRecordsExportOutput, ConsentStatsGetInput, ConsentStatsGetOutput } from '../types.gen.js';
|
|
3
|
+
export declare const consentConfigCookieDomainUpsertMutationOptions: (sdk: GeneratedClient) => {
|
|
4
|
+
mutationKey: string[];
|
|
5
|
+
mutationFn: (input: ConsentConfigCookieDomainUpsertInput) => Promise<import(".").ConsentConfigCookieDomainUpsertOutput>;
|
|
6
|
+
};
|
|
7
|
+
export declare const consentConfigCustomizationUpsertMutationOptions: (sdk: GeneratedClient) => {
|
|
8
|
+
mutationKey: string[];
|
|
9
|
+
mutationFn: (input: ConsentConfigCustomizationUpsertInput) => Promise<import(".").ConsentConfigCustomizationUpsertOutput>;
|
|
10
|
+
};
|
|
11
|
+
export declare const consentConfigFloatingIconUpsertMutationOptions: (sdk: GeneratedClient) => {
|
|
12
|
+
mutationKey: string[];
|
|
13
|
+
mutationFn: (input: ConsentConfigFloatingIconUpsertInput) => Promise<import(".").ConsentConfigFloatingIconUpsertOutput>;
|
|
14
|
+
};
|
|
15
|
+
export declare const consentConfigThemeUpsertMutationOptions: (sdk: GeneratedClient) => {
|
|
16
|
+
mutationKey: string[];
|
|
17
|
+
mutationFn: (input: ConsentConfigThemeUpsertInput) => Promise<import(".").ConsentConfigThemeUpsertOutput>;
|
|
18
|
+
};
|
|
19
|
+
export declare const consentDashboardConfigGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardConfigGetInput) => {
|
|
20
|
+
queryKey: readonly ["consent", "dashboard-config", "get", ConsentDashboardConfigGetInput];
|
|
21
|
+
queryFn: () => Promise<ConsentDashboardConfigGetOutput>;
|
|
22
|
+
};
|
|
23
|
+
export declare const consentDashboardDecisionsListQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardDecisionsListInput) => {
|
|
24
|
+
queryKey: readonly ["consent", "dashboard-decisions", "list", ConsentDashboardDecisionsListInput];
|
|
25
|
+
queryFn: () => Promise<ConsentDashboardDecisionsListOutput>;
|
|
26
|
+
};
|
|
27
|
+
export declare const consentDashboardEmbedSnippetGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardEmbedSnippetGetInput) => {
|
|
28
|
+
queryKey: readonly ["consent", "dashboard-embed-snippet", "get", ConsentDashboardEmbedSnippetGetInput];
|
|
29
|
+
queryFn: () => Promise<ConsentDashboardEmbedSnippetGetOutput>;
|
|
30
|
+
};
|
|
31
|
+
export declare const consentDashboardStatsGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardStatsGetInput) => {
|
|
32
|
+
queryKey: readonly ["consent", "dashboard-stats", "get", ConsentDashboardStatsGetInput];
|
|
33
|
+
queryFn: () => Promise<ConsentDashboardStatsGetOutput>;
|
|
34
|
+
};
|
|
35
|
+
export declare const consentEmbedGetQueryOptions: (sdk: GeneratedClient, input: ConsentEmbedGetInput) => {
|
|
36
|
+
queryKey: readonly ["consent", "embed", "get", ConsentEmbedGetInput];
|
|
37
|
+
queryFn: () => Promise<ConsentEmbedGetOutput>;
|
|
38
|
+
};
|
|
39
|
+
export declare const consentProvidersCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
40
|
+
mutationKey: string[];
|
|
41
|
+
mutationFn: (input: ConsentProvidersCreateInput) => Promise<import(".").ConsentProvidersCreateOutput>;
|
|
42
|
+
};
|
|
43
|
+
export declare const consentProvidersDeleteMutationOptions: (sdk: GeneratedClient) => {
|
|
44
|
+
mutationKey: string[];
|
|
45
|
+
mutationFn: (input: ConsentProvidersDeleteInput) => Promise<import(".").ConsentProvidersDeleteOutput>;
|
|
46
|
+
};
|
|
47
|
+
export declare const consentProvidersListQueryOptions: (sdk: GeneratedClient, input: ConsentProvidersListInput) => {
|
|
48
|
+
queryKey: readonly ["consent", "providers", "list", ConsentProvidersListInput];
|
|
49
|
+
queryFn: () => Promise<ConsentProvidersListOutput>;
|
|
50
|
+
};
|
|
51
|
+
export declare const consentProvidersUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
52
|
+
mutationKey: string[];
|
|
53
|
+
mutationFn: (input: ConsentProvidersUpdateInput) => Promise<import(".").ConsentProvidersUpdateOutput>;
|
|
54
|
+
};
|
|
55
|
+
export declare const consentRecordsExportQueryOptions: (sdk: GeneratedClient, input: ConsentRecordsExportInput) => {
|
|
56
|
+
queryKey: readonly ["consent", "records", "export", ConsentRecordsExportInput];
|
|
57
|
+
queryFn: () => Promise<ConsentRecordsExportOutput>;
|
|
58
|
+
};
|
|
59
|
+
export declare const consentStatsGetQueryOptions: (sdk: GeneratedClient, input: ConsentStatsGetInput) => {
|
|
60
|
+
queryKey: readonly ["consent", "stats", "get", ConsentStatsGetInput];
|
|
61
|
+
queryFn: () => Promise<ConsentStatsGetOutput>;
|
|
62
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './queryOptions.gen.js';
|
|
2
|
+
export type { ContentChannelsBindInput, ContentChannelsBindOutput, ContentChannelsGetInput, ContentChannelsGetOutput, ContentChannelsListInput, ContentChannelsListOutput, ContentChannelsResumeInput, ContentChannelsResumeOutput, ContentChannelsUnbindInput, ContentChannelsUnbindOutput, ContentChannelsUpdateInput, ContentChannelsUpdateOutput, ContentMediaCreateUploadUrlInput, ContentMediaCreateUploadUrlOutput, ContentMediaFinalizeInput, ContentMediaFinalizeOutput, ContentMediaGetInput, ContentMediaGetOutput, ContentMediaListInput, ContentMediaListOutput, ContentMediaUploadInput, ContentMediaUploadOutput, ContentMetricsChannelSeriesInput, ContentMetricsChannelSeriesOutput, ContentMetricsPostSeriesInput, ContentMetricsPostSeriesOutput, ContentPostsApproveInput, ContentPostsApproveOutput, ContentPostsAttachMediaInput, ContentPostsAttachMediaOutput, ContentPostsCreateInput, ContentPostsCreateOutput, ContentPostsDetachMediaInput, ContentPostsDetachMediaOutput, ContentPostsGetInput, ContentPostsGetOutput, ContentPostsListInput, ContentPostsListOutput, ContentPostsSubmitInput, ContentPostsSubmitOutput, ContentPostsUpdateInput, ContentPostsUpdateOutput, ContentPostsVersionsInput, ContentPostsVersionsOutput, ContentPublicationsCancelInput, ContentPublicationsCancelOutput, ContentPublicationsConfirmInput, ContentPublicationsConfirmOutput, ContentPublicationsGetInput, ContentPublicationsGetOutput, ContentPublicationsListInput, ContentPublicationsListOutput, ContentPublicationsPublishInput, ContentPublicationsPublishOutput, ContentPublicationsRemindInput, ContentPublicationsRemindOutput, ContentPublicationsRescheduleInput, ContentPublicationsRescheduleOutput, ContentPublicationsScheduleInput, ContentPublicationsScheduleOutput, ContentPublicationsValidateInput, ContentPublicationsValidateOutput } from '../types.gen.js';
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import type { GeneratedClient } from '../client.gen.js';
|
|
2
|
+
import type { ContentChannelsBindInput, ContentChannelsGetInput, ContentChannelsGetOutput, ContentChannelsListInput, ContentChannelsListOutput, ContentChannelsResumeInput, ContentChannelsUnbindInput, ContentChannelsUpdateInput, ContentMediaCreateUploadUrlInput, ContentMediaFinalizeInput, ContentMediaGetInput, ContentMediaGetOutput, ContentMediaListInput, ContentMediaListOutput, ContentMediaUploadInput, ContentMetricsChannelSeriesInput, ContentMetricsChannelSeriesOutput, ContentMetricsPostSeriesInput, ContentMetricsPostSeriesOutput, ContentPostsApproveInput, ContentPostsAttachMediaInput, ContentPostsCreateInput, ContentPostsDetachMediaInput, ContentPostsGetInput, ContentPostsGetOutput, ContentPostsListInput, ContentPostsListOutput, ContentPostsSubmitInput, ContentPostsUpdateInput, ContentPostsVersionsInput, ContentPostsVersionsOutput, ContentPublicationsCancelInput, ContentPublicationsConfirmInput, ContentPublicationsGetInput, ContentPublicationsGetOutput, ContentPublicationsListInput, ContentPublicationsListOutput, ContentPublicationsPublishInput, ContentPublicationsRemindInput, ContentPublicationsRescheduleInput, ContentPublicationsScheduleInput, ContentPublicationsValidateInput, ContentPublicationsValidateOutput } from '../types.gen.js';
|
|
3
|
+
export declare const contentChannelsBindMutationOptions: (sdk: GeneratedClient) => {
|
|
4
|
+
mutationKey: string[];
|
|
5
|
+
mutationFn: (input: ContentChannelsBindInput) => Promise<import(".").ContentChannelsBindOutput>;
|
|
6
|
+
};
|
|
7
|
+
export declare const contentChannelsGetQueryOptions: (sdk: GeneratedClient, input: ContentChannelsGetInput) => {
|
|
8
|
+
queryKey: readonly ["content", "channels", "get", ContentChannelsGetInput];
|
|
9
|
+
queryFn: () => Promise<ContentChannelsGetOutput>;
|
|
10
|
+
};
|
|
11
|
+
export declare const contentChannelsListQueryOptions: (sdk: GeneratedClient, input: ContentChannelsListInput) => {
|
|
12
|
+
queryKey: readonly ["content", "channels", "list", ContentChannelsListInput];
|
|
13
|
+
queryFn: () => Promise<ContentChannelsListOutput>;
|
|
14
|
+
};
|
|
15
|
+
export declare const contentChannelsResumeMutationOptions: (sdk: GeneratedClient) => {
|
|
16
|
+
mutationKey: string[];
|
|
17
|
+
mutationFn: (input: ContentChannelsResumeInput) => Promise<import(".").ContentChannelsResumeOutput>;
|
|
18
|
+
};
|
|
19
|
+
export declare const contentChannelsUnbindMutationOptions: (sdk: GeneratedClient) => {
|
|
20
|
+
mutationKey: string[];
|
|
21
|
+
mutationFn: (input: ContentChannelsUnbindInput) => Promise<import(".").ContentChannelsUnbindOutput>;
|
|
22
|
+
};
|
|
23
|
+
export declare const contentChannelsUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
24
|
+
mutationKey: string[];
|
|
25
|
+
mutationFn: (input: ContentChannelsUpdateInput) => Promise<import(".").ContentChannelsUpdateOutput>;
|
|
26
|
+
};
|
|
27
|
+
export declare const contentMediaCreateUploadUrlMutationOptions: (sdk: GeneratedClient) => {
|
|
28
|
+
mutationKey: string[];
|
|
29
|
+
mutationFn: (input: ContentMediaCreateUploadUrlInput) => Promise<import(".").ContentMediaCreateUploadUrlOutput>;
|
|
30
|
+
};
|
|
31
|
+
export declare const contentMediaFinalizeMutationOptions: (sdk: GeneratedClient) => {
|
|
32
|
+
mutationKey: string[];
|
|
33
|
+
mutationFn: (input: ContentMediaFinalizeInput) => Promise<import(".").ContentMediaFinalizeOutput>;
|
|
34
|
+
};
|
|
35
|
+
export declare const contentMediaGetQueryOptions: (sdk: GeneratedClient, input: ContentMediaGetInput) => {
|
|
36
|
+
queryKey: readonly ["content", "media", "get", ContentMediaGetInput];
|
|
37
|
+
queryFn: () => Promise<ContentMediaGetOutput>;
|
|
38
|
+
};
|
|
39
|
+
export declare const contentMediaListQueryOptions: (sdk: GeneratedClient, input: ContentMediaListInput) => {
|
|
40
|
+
queryKey: readonly ["content", "media", "list", ContentMediaListInput];
|
|
41
|
+
queryFn: () => Promise<ContentMediaListOutput>;
|
|
42
|
+
};
|
|
43
|
+
export declare const contentMediaUploadMutationOptions: (sdk: GeneratedClient) => {
|
|
44
|
+
mutationKey: string[];
|
|
45
|
+
mutationFn: (input: ContentMediaUploadInput) => Promise<import(".").ContentMediaUploadOutput>;
|
|
46
|
+
};
|
|
47
|
+
export declare const contentMetricsChannelSeriesQueryOptions: (sdk: GeneratedClient, input: ContentMetricsChannelSeriesInput) => {
|
|
48
|
+
queryKey: readonly ["content", "metrics-channel", "series", ContentMetricsChannelSeriesInput];
|
|
49
|
+
queryFn: () => Promise<ContentMetricsChannelSeriesOutput>;
|
|
50
|
+
};
|
|
51
|
+
export declare const contentMetricsPostSeriesQueryOptions: (sdk: GeneratedClient, input: ContentMetricsPostSeriesInput) => {
|
|
52
|
+
queryKey: readonly ["content", "metrics-post", "series", ContentMetricsPostSeriesInput];
|
|
53
|
+
queryFn: () => Promise<ContentMetricsPostSeriesOutput>;
|
|
54
|
+
};
|
|
55
|
+
export declare const contentPostsApproveMutationOptions: (sdk: GeneratedClient) => {
|
|
56
|
+
mutationKey: string[];
|
|
57
|
+
mutationFn: (input: ContentPostsApproveInput) => Promise<import(".").ContentPostsApproveOutput>;
|
|
58
|
+
};
|
|
59
|
+
export declare const contentPostsAttachMediaMutationOptions: (sdk: GeneratedClient) => {
|
|
60
|
+
mutationKey: string[];
|
|
61
|
+
mutationFn: (input: ContentPostsAttachMediaInput) => Promise<import(".").ContentPostsAttachMediaOutput>;
|
|
62
|
+
};
|
|
63
|
+
export declare const contentPostsCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
64
|
+
mutationKey: string[];
|
|
65
|
+
mutationFn: (input: ContentPostsCreateInput) => Promise<import(".").ContentPostsCreateOutput>;
|
|
66
|
+
};
|
|
67
|
+
export declare const contentPostsDetachMediaMutationOptions: (sdk: GeneratedClient) => {
|
|
68
|
+
mutationKey: string[];
|
|
69
|
+
mutationFn: (input: ContentPostsDetachMediaInput) => Promise<import(".").ContentPostsDetachMediaOutput>;
|
|
70
|
+
};
|
|
71
|
+
export declare const contentPostsGetQueryOptions: (sdk: GeneratedClient, input: ContentPostsGetInput) => {
|
|
72
|
+
queryKey: readonly ["content", "posts", "get", ContentPostsGetInput];
|
|
73
|
+
queryFn: () => Promise<ContentPostsGetOutput>;
|
|
74
|
+
};
|
|
75
|
+
export declare const contentPostsListQueryOptions: (sdk: GeneratedClient, input: ContentPostsListInput) => {
|
|
76
|
+
queryKey: readonly ["content", "posts", "list", ContentPostsListInput];
|
|
77
|
+
queryFn: () => Promise<ContentPostsListOutput>;
|
|
78
|
+
};
|
|
79
|
+
export declare const contentPostsSubmitMutationOptions: (sdk: GeneratedClient) => {
|
|
80
|
+
mutationKey: string[];
|
|
81
|
+
mutationFn: (input: ContentPostsSubmitInput) => Promise<import(".").ContentPostsSubmitOutput>;
|
|
82
|
+
};
|
|
83
|
+
export declare const contentPostsUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
84
|
+
mutationKey: string[];
|
|
85
|
+
mutationFn: (input: ContentPostsUpdateInput) => Promise<import(".").ContentPostsUpdateOutput>;
|
|
86
|
+
};
|
|
87
|
+
export declare const contentPostsVersionsQueryOptions: (sdk: GeneratedClient, input: ContentPostsVersionsInput) => {
|
|
88
|
+
queryKey: readonly ["content", "posts", "versions", ContentPostsVersionsInput];
|
|
89
|
+
queryFn: () => Promise<ContentPostsVersionsOutput>;
|
|
90
|
+
};
|
|
91
|
+
export declare const contentPublicationsCancelMutationOptions: (sdk: GeneratedClient) => {
|
|
92
|
+
mutationKey: string[];
|
|
93
|
+
mutationFn: (input: ContentPublicationsCancelInput) => Promise<import(".").ContentPublicationsCancelOutput>;
|
|
94
|
+
};
|
|
95
|
+
export declare const contentPublicationsConfirmMutationOptions: (sdk: GeneratedClient) => {
|
|
96
|
+
mutationKey: string[];
|
|
97
|
+
mutationFn: (input: ContentPublicationsConfirmInput) => Promise<import(".").ContentPublicationsConfirmOutput>;
|
|
98
|
+
};
|
|
99
|
+
export declare const contentPublicationsGetQueryOptions: (sdk: GeneratedClient, input: ContentPublicationsGetInput) => {
|
|
100
|
+
queryKey: readonly ["content", "publications", "get", ContentPublicationsGetInput];
|
|
101
|
+
queryFn: () => Promise<ContentPublicationsGetOutput>;
|
|
102
|
+
};
|
|
103
|
+
export declare const contentPublicationsListQueryOptions: (sdk: GeneratedClient, input: ContentPublicationsListInput) => {
|
|
104
|
+
queryKey: readonly ["content", "publications", "list", ContentPublicationsListInput];
|
|
105
|
+
queryFn: () => Promise<ContentPublicationsListOutput>;
|
|
106
|
+
};
|
|
107
|
+
export declare const contentPublicationsPublishMutationOptions: (sdk: GeneratedClient) => {
|
|
108
|
+
mutationKey: string[];
|
|
109
|
+
mutationFn: (input: ContentPublicationsPublishInput) => Promise<import(".").ContentPublicationsPublishOutput>;
|
|
110
|
+
};
|
|
111
|
+
export declare const contentPublicationsRemindMutationOptions: (sdk: GeneratedClient) => {
|
|
112
|
+
mutationKey: string[];
|
|
113
|
+
mutationFn: (input: ContentPublicationsRemindInput) => Promise<import(".").ContentPublicationsRemindOutput>;
|
|
114
|
+
};
|
|
115
|
+
export declare const contentPublicationsRescheduleMutationOptions: (sdk: GeneratedClient) => {
|
|
116
|
+
mutationKey: string[];
|
|
117
|
+
mutationFn: (input: ContentPublicationsRescheduleInput) => Promise<import(".").ContentPublicationsRescheduleOutput>;
|
|
118
|
+
};
|
|
119
|
+
export declare const contentPublicationsScheduleMutationOptions: (sdk: GeneratedClient) => {
|
|
120
|
+
mutationKey: string[];
|
|
121
|
+
mutationFn: (input: ContentPublicationsScheduleInput) => Promise<import(".").ContentPublicationsScheduleOutput>;
|
|
122
|
+
};
|
|
123
|
+
export declare const contentPublicationsValidateQueryOptions: (sdk: GeneratedClient, input: ContentPublicationsValidateInput) => {
|
|
124
|
+
queryKey: readonly ["content", "publications", "validate", ContentPublicationsValidateInput];
|
|
125
|
+
queryFn: () => Promise<ContentPublicationsValidateOutput>;
|
|
126
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './queryOptions.gen.js';
|
|
2
|
+
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, 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 } from '../types.gen.js';
|