@lessly/sdk-app 52.1.0 → 52.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist/_types/gen/analytics/index.d.ts +2 -0
  2. package/dist/_types/gen/analytics/queryOptions.gen.d.ts +46 -0
  3. package/dist/_types/gen/bindings.gen.d.ts +3 -0
  4. package/dist/_types/gen/brain/index.d.ts +2 -0
  5. package/dist/_types/gen/brain/queryOptions.gen.d.ts +162 -0
  6. package/dist/_types/gen/client.gen.d.ts +983 -0
  7. package/dist/_types/gen/consent/index.d.ts +2 -0
  8. package/dist/_types/gen/consent/queryOptions.gen.d.ts +62 -0
  9. package/dist/_types/gen/content/index.d.ts +2 -0
  10. package/dist/_types/gen/content/queryOptions.gen.d.ts +126 -0
  11. package/dist/_types/gen/deployment/index.d.ts +2 -0
  12. package/dist/_types/gen/deployment/queryOptions.gen.d.ts +438 -0
  13. package/dist/_types/gen/mail/index.d.ts +2 -0
  14. package/dist/_types/gen/mail/queryOptions.gen.d.ts +206 -0
  15. package/dist/_types/gen/manifest.gen.d.ts +1 -0
  16. package/dist/_types/gen/observe/index.d.ts +2 -0
  17. package/dist/_types/gen/observe/queryOptions.gen.d.ts +142 -0
  18. package/dist/_types/gen/organization/index.d.ts +2 -0
  19. package/dist/_types/gen/organization/queryOptions.gen.d.ts +286 -0
  20. package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
  21. package/dist/_types/gen/playground/index.d.ts +3 -0
  22. package/dist/_types/gen/playground/queryOptions.gen.d.ts +50 -0
  23. package/dist/_types/gen/realtime/index.d.ts +2 -0
  24. package/dist/_types/gen/realtime/queryOptions.gen.d.ts +114 -0
  25. package/dist/_types/gen/support/index.d.ts +2 -0
  26. package/dist/_types/gen/support/queryOptions.gen.d.ts +178 -0
  27. package/dist/_types/gen/tracking/index.d.ts +2 -0
  28. package/dist/_types/gen/tracking/queryOptions.gen.d.ts +146 -0
  29. package/dist/_types/gen/types.gen.d.ts +97920 -0
  30. package/dist/_types/gen/users/index.d.ts +2 -0
  31. package/dist/_types/gen/users/queryOptions.gen.d.ts +178 -0
  32. package/dist/_types/gen/waitlist/index.d.ts +2 -0
  33. package/dist/_types/gen/waitlist/queryOptions.gen.d.ts +30 -0
  34. package/dist/_types/index.d.ts +7 -0
  35. package/dist/_types/package.json +1 -0
  36. package/dist/_types/runtime/connectStream.d.ts +15 -0
  37. package/dist/_types/runtime/createLesslyApp.d.ts +6 -0
  38. package/dist/_types/runtime/csrf.d.ts +1 -0
  39. package/dist/_types/runtime/errors.d.ts +7 -0
  40. package/dist/_types/runtime/name.d.ts +26 -0
  41. package/dist/_types/runtime/request.d.ts +9 -0
  42. package/dist/{types-gTIUAUsP.d.cts → _types/runtime/types.d.ts} +18 -20
  43. package/dist/analytics/index.cjs +35 -0
  44. package/dist/analytics/index.cjs.map +1 -1
  45. package/dist/analytics/index.d.cts +1 -20
  46. package/dist/analytics/index.d.ts +1 -20
  47. package/dist/analytics/index.js +29 -1
  48. package/dist/analytics/index.js.map +1 -1
  49. package/dist/brain/index.d.cts +1 -164
  50. package/dist/brain/index.d.ts +1 -164
  51. package/dist/{chunk-7ZYVSB5J.js → chunk-4XZXPEXP.js} +191 -2
  52. package/dist/chunk-4XZXPEXP.js.map +1 -0
  53. package/dist/consent/index.d.cts +1 -64
  54. package/dist/consent/index.d.ts +1 -64
  55. package/dist/content/index.d.cts +1 -128
  56. package/dist/content/index.d.ts +1 -128
  57. package/dist/deployment/index.d.cts +1 -440
  58. package/dist/deployment/index.d.ts +1 -440
  59. package/dist/index.cjs +189 -0
  60. package/dist/index.cjs.map +1 -1
  61. package/dist/index.d.cts +1 -32
  62. package/dist/index.d.ts +1 -32
  63. package/dist/index.js +1 -1
  64. package/dist/mail/index.d.cts +1 -209
  65. package/dist/mail/index.d.ts +1 -209
  66. package/dist/observe/index.d.cts +1 -144
  67. package/dist/observe/index.d.ts +1 -144
  68. package/dist/organization/index.d.cts +1 -288
  69. package/dist/organization/index.d.ts +1 -288
  70. package/dist/playground/index.cjs.map +1 -1
  71. package/dist/playground/index.d.cts +1 -55
  72. package/dist/playground/index.d.ts +1 -55
  73. package/dist/playground/index.js +1 -1
  74. package/dist/realtime/index.d.cts +1 -116
  75. package/dist/realtime/index.d.ts +1 -116
  76. package/dist/support/index.d.cts +1 -180
  77. package/dist/support/index.d.ts +1 -180
  78. package/dist/tracking/index.d.cts +1 -148
  79. package/dist/tracking/index.d.ts +1 -148
  80. package/dist/users/index.d.cts +1 -180
  81. package/dist/users/index.d.ts +1 -180
  82. package/dist/waitlist/index.d.cts +1 -32
  83. package/dist/waitlist/index.d.ts +1 -32
  84. package/package.json +123 -48
  85. package/src/gen/analytics/index.ts +1 -1
  86. package/src/gen/analytics/queryOptions.gen.ts +46 -0
  87. package/src/gen/bindings.gen.ts +189 -0
  88. package/src/gen/client.gen.ts +25 -0
  89. package/src/gen/types.gen.ts +46915 -0
  90. package/dist/chunk-7ZYVSB5J.js.map +0 -1
  91. package/dist/client.gen-cA-2Hpsz.d.cts +0 -47130
  92. package/dist/client.gen-cA-2Hpsz.d.ts +0 -47130
  93. package/dist/types-gTIUAUsP.d.ts +0 -82
@@ -1,64 +1 @@
1
- import { G as GeneratedClient, az as ConsentConfigCookieDomainUpsertInput, aA as ConsentConfigCookieDomainUpsertOutput, aB as ConsentConfigCustomizationUpsertInput, aC as ConsentConfigCustomizationUpsertOutput, aD as ConsentConfigFloatingIconUpsertInput, aE as ConsentConfigFloatingIconUpsertOutput, aF as ConsentConfigThemeUpsertInput, aG as ConsentConfigThemeUpsertOutput, aH as ConsentDashboardConfigGetInput, aI as ConsentDashboardConfigGetOutput, aJ as ConsentDashboardDecisionsListInput, aK as ConsentDashboardDecisionsListOutput, aL as ConsentDashboardEmbedSnippetGetInput, aM as ConsentDashboardEmbedSnippetGetOutput, aN as ConsentDashboardStatsGetInput, aO as ConsentDashboardStatsGetOutput, aP as ConsentEmbedGetInput, aQ as ConsentEmbedGetOutput, aR as ConsentProvidersCreateInput, aS as ConsentProvidersCreateOutput, aT as ConsentProvidersDeleteInput, aU as ConsentProvidersDeleteOutput, aV as ConsentProvidersListInput, aW as ConsentProvidersListOutput, aX as ConsentProvidersUpdateInput, aY as ConsentProvidersUpdateOutput, aZ as ConsentRecordsExportInput, a_ as ConsentRecordsExportOutput, a$ as ConsentStatsGetInput, b0 as ConsentStatsGetOutput } from '../client.gen-cA-2Hpsz.cjs';
2
-
3
- declare const consentConfigCookieDomainUpsertMutationOptions: (sdk: GeneratedClient) => {
4
- mutationKey: string[];
5
- mutationFn: (input: ConsentConfigCookieDomainUpsertInput) => Promise<ConsentConfigCookieDomainUpsertOutput>;
6
- };
7
- declare const consentConfigCustomizationUpsertMutationOptions: (sdk: GeneratedClient) => {
8
- mutationKey: string[];
9
- mutationFn: (input: ConsentConfigCustomizationUpsertInput) => Promise<ConsentConfigCustomizationUpsertOutput>;
10
- };
11
- declare const consentConfigFloatingIconUpsertMutationOptions: (sdk: GeneratedClient) => {
12
- mutationKey: string[];
13
- mutationFn: (input: ConsentConfigFloatingIconUpsertInput) => Promise<ConsentConfigFloatingIconUpsertOutput>;
14
- };
15
- declare const consentConfigThemeUpsertMutationOptions: (sdk: GeneratedClient) => {
16
- mutationKey: string[];
17
- mutationFn: (input: ConsentConfigThemeUpsertInput) => Promise<ConsentConfigThemeUpsertOutput>;
18
- };
19
- declare const consentDashboardConfigGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardConfigGetInput) => {
20
- queryKey: readonly ["consent", "dashboard-config", "get", ConsentDashboardConfigGetInput];
21
- queryFn: () => Promise<ConsentDashboardConfigGetOutput>;
22
- };
23
- declare const consentDashboardDecisionsListQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardDecisionsListInput) => {
24
- queryKey: readonly ["consent", "dashboard-decisions", "list", ConsentDashboardDecisionsListInput];
25
- queryFn: () => Promise<ConsentDashboardDecisionsListOutput>;
26
- };
27
- declare const consentDashboardEmbedSnippetGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardEmbedSnippetGetInput) => {
28
- queryKey: readonly ["consent", "dashboard-embed-snippet", "get", ConsentDashboardEmbedSnippetGetInput];
29
- queryFn: () => Promise<ConsentDashboardEmbedSnippetGetOutput>;
30
- };
31
- declare const consentDashboardStatsGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardStatsGetInput) => {
32
- queryKey: readonly ["consent", "dashboard-stats", "get", ConsentDashboardStatsGetInput];
33
- queryFn: () => Promise<ConsentDashboardStatsGetOutput>;
34
- };
35
- declare const consentEmbedGetQueryOptions: (sdk: GeneratedClient, input: ConsentEmbedGetInput) => {
36
- queryKey: readonly ["consent", "embed", "get", ConsentEmbedGetInput];
37
- queryFn: () => Promise<ConsentEmbedGetOutput>;
38
- };
39
- declare const consentProvidersCreateMutationOptions: (sdk: GeneratedClient) => {
40
- mutationKey: string[];
41
- mutationFn: (input: ConsentProvidersCreateInput) => Promise<ConsentProvidersCreateOutput>;
42
- };
43
- declare const consentProvidersDeleteMutationOptions: (sdk: GeneratedClient) => {
44
- mutationKey: string[];
45
- mutationFn: (input: ConsentProvidersDeleteInput) => Promise<ConsentProvidersDeleteOutput>;
46
- };
47
- declare const consentProvidersListQueryOptions: (sdk: GeneratedClient, input: ConsentProvidersListInput) => {
48
- queryKey: readonly ["consent", "providers", "list", ConsentProvidersListInput];
49
- queryFn: () => Promise<ConsentProvidersListOutput>;
50
- };
51
- declare const consentProvidersUpdateMutationOptions: (sdk: GeneratedClient) => {
52
- mutationKey: string[];
53
- mutationFn: (input: ConsentProvidersUpdateInput) => Promise<ConsentProvidersUpdateOutput>;
54
- };
55
- declare const consentRecordsExportQueryOptions: (sdk: GeneratedClient, input: ConsentRecordsExportInput) => {
56
- queryKey: readonly ["consent", "records", "export", ConsentRecordsExportInput];
57
- queryFn: () => Promise<ConsentRecordsExportOutput>;
58
- };
59
- declare const consentStatsGetQueryOptions: (sdk: GeneratedClient, input: ConsentStatsGetInput) => {
60
- queryKey: readonly ["consent", "stats", "get", ConsentStatsGetInput];
61
- queryFn: () => Promise<ConsentStatsGetOutput>;
62
- };
63
-
64
- export { 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, consentConfigCookieDomainUpsertMutationOptions, consentConfigCustomizationUpsertMutationOptions, consentConfigFloatingIconUpsertMutationOptions, consentConfigThemeUpsertMutationOptions, consentDashboardConfigGetQueryOptions, consentDashboardDecisionsListQueryOptions, consentDashboardEmbedSnippetGetQueryOptions, consentDashboardStatsGetQueryOptions, consentEmbedGetQueryOptions, consentProvidersCreateMutationOptions, consentProvidersDeleteMutationOptions, consentProvidersListQueryOptions, consentProvidersUpdateMutationOptions, consentRecordsExportQueryOptions, consentStatsGetQueryOptions };
1
+ export * from '../_types/gen/consent/index.js';
@@ -1,64 +1 @@
1
- import { G as GeneratedClient, az as ConsentConfigCookieDomainUpsertInput, aA as ConsentConfigCookieDomainUpsertOutput, aB as ConsentConfigCustomizationUpsertInput, aC as ConsentConfigCustomizationUpsertOutput, aD as ConsentConfigFloatingIconUpsertInput, aE as ConsentConfigFloatingIconUpsertOutput, aF as ConsentConfigThemeUpsertInput, aG as ConsentConfigThemeUpsertOutput, aH as ConsentDashboardConfigGetInput, aI as ConsentDashboardConfigGetOutput, aJ as ConsentDashboardDecisionsListInput, aK as ConsentDashboardDecisionsListOutput, aL as ConsentDashboardEmbedSnippetGetInput, aM as ConsentDashboardEmbedSnippetGetOutput, aN as ConsentDashboardStatsGetInput, aO as ConsentDashboardStatsGetOutput, aP as ConsentEmbedGetInput, aQ as ConsentEmbedGetOutput, aR as ConsentProvidersCreateInput, aS as ConsentProvidersCreateOutput, aT as ConsentProvidersDeleteInput, aU as ConsentProvidersDeleteOutput, aV as ConsentProvidersListInput, aW as ConsentProvidersListOutput, aX as ConsentProvidersUpdateInput, aY as ConsentProvidersUpdateOutput, aZ as ConsentRecordsExportInput, a_ as ConsentRecordsExportOutput, a$ as ConsentStatsGetInput, b0 as ConsentStatsGetOutput } from '../client.gen-cA-2Hpsz.js';
2
-
3
- declare const consentConfigCookieDomainUpsertMutationOptions: (sdk: GeneratedClient) => {
4
- mutationKey: string[];
5
- mutationFn: (input: ConsentConfigCookieDomainUpsertInput) => Promise<ConsentConfigCookieDomainUpsertOutput>;
6
- };
7
- declare const consentConfigCustomizationUpsertMutationOptions: (sdk: GeneratedClient) => {
8
- mutationKey: string[];
9
- mutationFn: (input: ConsentConfigCustomizationUpsertInput) => Promise<ConsentConfigCustomizationUpsertOutput>;
10
- };
11
- declare const consentConfigFloatingIconUpsertMutationOptions: (sdk: GeneratedClient) => {
12
- mutationKey: string[];
13
- mutationFn: (input: ConsentConfigFloatingIconUpsertInput) => Promise<ConsentConfigFloatingIconUpsertOutput>;
14
- };
15
- declare const consentConfigThemeUpsertMutationOptions: (sdk: GeneratedClient) => {
16
- mutationKey: string[];
17
- mutationFn: (input: ConsentConfigThemeUpsertInput) => Promise<ConsentConfigThemeUpsertOutput>;
18
- };
19
- declare const consentDashboardConfigGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardConfigGetInput) => {
20
- queryKey: readonly ["consent", "dashboard-config", "get", ConsentDashboardConfigGetInput];
21
- queryFn: () => Promise<ConsentDashboardConfigGetOutput>;
22
- };
23
- declare const consentDashboardDecisionsListQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardDecisionsListInput) => {
24
- queryKey: readonly ["consent", "dashboard-decisions", "list", ConsentDashboardDecisionsListInput];
25
- queryFn: () => Promise<ConsentDashboardDecisionsListOutput>;
26
- };
27
- declare const consentDashboardEmbedSnippetGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardEmbedSnippetGetInput) => {
28
- queryKey: readonly ["consent", "dashboard-embed-snippet", "get", ConsentDashboardEmbedSnippetGetInput];
29
- queryFn: () => Promise<ConsentDashboardEmbedSnippetGetOutput>;
30
- };
31
- declare const consentDashboardStatsGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardStatsGetInput) => {
32
- queryKey: readonly ["consent", "dashboard-stats", "get", ConsentDashboardStatsGetInput];
33
- queryFn: () => Promise<ConsentDashboardStatsGetOutput>;
34
- };
35
- declare const consentEmbedGetQueryOptions: (sdk: GeneratedClient, input: ConsentEmbedGetInput) => {
36
- queryKey: readonly ["consent", "embed", "get", ConsentEmbedGetInput];
37
- queryFn: () => Promise<ConsentEmbedGetOutput>;
38
- };
39
- declare const consentProvidersCreateMutationOptions: (sdk: GeneratedClient) => {
40
- mutationKey: string[];
41
- mutationFn: (input: ConsentProvidersCreateInput) => Promise<ConsentProvidersCreateOutput>;
42
- };
43
- declare const consentProvidersDeleteMutationOptions: (sdk: GeneratedClient) => {
44
- mutationKey: string[];
45
- mutationFn: (input: ConsentProvidersDeleteInput) => Promise<ConsentProvidersDeleteOutput>;
46
- };
47
- declare const consentProvidersListQueryOptions: (sdk: GeneratedClient, input: ConsentProvidersListInput) => {
48
- queryKey: readonly ["consent", "providers", "list", ConsentProvidersListInput];
49
- queryFn: () => Promise<ConsentProvidersListOutput>;
50
- };
51
- declare const consentProvidersUpdateMutationOptions: (sdk: GeneratedClient) => {
52
- mutationKey: string[];
53
- mutationFn: (input: ConsentProvidersUpdateInput) => Promise<ConsentProvidersUpdateOutput>;
54
- };
55
- declare const consentRecordsExportQueryOptions: (sdk: GeneratedClient, input: ConsentRecordsExportInput) => {
56
- queryKey: readonly ["consent", "records", "export", ConsentRecordsExportInput];
57
- queryFn: () => Promise<ConsentRecordsExportOutput>;
58
- };
59
- declare const consentStatsGetQueryOptions: (sdk: GeneratedClient, input: ConsentStatsGetInput) => {
60
- queryKey: readonly ["consent", "stats", "get", ConsentStatsGetInput];
61
- queryFn: () => Promise<ConsentStatsGetOutput>;
62
- };
63
-
64
- export { 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, consentConfigCookieDomainUpsertMutationOptions, consentConfigCustomizationUpsertMutationOptions, consentConfigFloatingIconUpsertMutationOptions, consentConfigThemeUpsertMutationOptions, consentDashboardConfigGetQueryOptions, consentDashboardDecisionsListQueryOptions, consentDashboardEmbedSnippetGetQueryOptions, consentDashboardStatsGetQueryOptions, consentEmbedGetQueryOptions, consentProvidersCreateMutationOptions, consentProvidersDeleteMutationOptions, consentProvidersListQueryOptions, consentProvidersUpdateMutationOptions, consentRecordsExportQueryOptions, consentStatsGetQueryOptions };
1
+ export * from '../_types/gen/consent/index.js';
@@ -1,128 +1 @@
1
- import { G as GeneratedClient, b1 as ContentChannelsBindInput, b2 as ContentChannelsBindOutput, b3 as ContentChannelsGetInput, b4 as ContentChannelsGetOutput, b5 as ContentChannelsListInput, b6 as ContentChannelsListOutput, b7 as ContentChannelsResumeInput, b8 as ContentChannelsResumeOutput, b9 as ContentChannelsUnbindInput, ba as ContentChannelsUnbindOutput, bb as ContentChannelsUpdateInput, bc as ContentChannelsUpdateOutput, bd as ContentMediaCreateUploadUrlInput, be as ContentMediaCreateUploadUrlOutput, bf as ContentMediaFinalizeInput, bg as ContentMediaFinalizeOutput, bh as ContentMediaGetInput, bi as ContentMediaGetOutput, bj as ContentMediaListInput, bk as ContentMediaListOutput, bl as ContentMediaUploadInput, bm as ContentMediaUploadOutput, bn as ContentMetricsChannelSeriesInput, bo as ContentMetricsChannelSeriesOutput, bp as ContentMetricsPostSeriesInput, bq as ContentMetricsPostSeriesOutput, br as ContentPostsApproveInput, bs as ContentPostsApproveOutput, bt as ContentPostsAttachMediaInput, bu as ContentPostsAttachMediaOutput, bv as ContentPostsCreateInput, bw as ContentPostsCreateOutput, bx as ContentPostsDetachMediaInput, by as ContentPostsDetachMediaOutput, bz as ContentPostsGetInput, bA as ContentPostsGetOutput, bB as ContentPostsListInput, bC as ContentPostsListOutput, bD as ContentPostsSubmitInput, bE as ContentPostsSubmitOutput, bF as ContentPostsUpdateInput, bG as ContentPostsUpdateOutput, bH as ContentPostsVersionsInput, bI as ContentPostsVersionsOutput, bJ as ContentPublicationsCancelInput, bK as ContentPublicationsCancelOutput, bL as ContentPublicationsConfirmInput, bM as ContentPublicationsConfirmOutput, bN as ContentPublicationsGetInput, bO as ContentPublicationsGetOutput, bP as ContentPublicationsListInput, bQ as ContentPublicationsListOutput, bR as ContentPublicationsPublishInput, bS as ContentPublicationsPublishOutput, bT as ContentPublicationsRemindInput, bU as ContentPublicationsRemindOutput, bV as ContentPublicationsRescheduleInput, bW as ContentPublicationsRescheduleOutput, bX as ContentPublicationsScheduleInput, bY as ContentPublicationsScheduleOutput, bZ as ContentPublicationsValidateInput, b_ as ContentPublicationsValidateOutput } from '../client.gen-cA-2Hpsz.cjs';
2
-
3
- declare const contentChannelsBindMutationOptions: (sdk: GeneratedClient) => {
4
- mutationKey: string[];
5
- mutationFn: (input: ContentChannelsBindInput) => Promise<ContentChannelsBindOutput>;
6
- };
7
- declare const contentChannelsGetQueryOptions: (sdk: GeneratedClient, input: ContentChannelsGetInput) => {
8
- queryKey: readonly ["content", "channels", "get", ContentChannelsGetInput];
9
- queryFn: () => Promise<ContentChannelsGetOutput>;
10
- };
11
- declare const contentChannelsListQueryOptions: (sdk: GeneratedClient, input: ContentChannelsListInput) => {
12
- queryKey: readonly ["content", "channels", "list", ContentChannelsListInput];
13
- queryFn: () => Promise<ContentChannelsListOutput>;
14
- };
15
- declare const contentChannelsResumeMutationOptions: (sdk: GeneratedClient) => {
16
- mutationKey: string[];
17
- mutationFn: (input: ContentChannelsResumeInput) => Promise<ContentChannelsResumeOutput>;
18
- };
19
- declare const contentChannelsUnbindMutationOptions: (sdk: GeneratedClient) => {
20
- mutationKey: string[];
21
- mutationFn: (input: ContentChannelsUnbindInput) => Promise<ContentChannelsUnbindOutput>;
22
- };
23
- declare const contentChannelsUpdateMutationOptions: (sdk: GeneratedClient) => {
24
- mutationKey: string[];
25
- mutationFn: (input: ContentChannelsUpdateInput) => Promise<ContentChannelsUpdateOutput>;
26
- };
27
- declare const contentMediaCreateUploadUrlMutationOptions: (sdk: GeneratedClient) => {
28
- mutationKey: string[];
29
- mutationFn: (input: ContentMediaCreateUploadUrlInput) => Promise<ContentMediaCreateUploadUrlOutput>;
30
- };
31
- declare const contentMediaFinalizeMutationOptions: (sdk: GeneratedClient) => {
32
- mutationKey: string[];
33
- mutationFn: (input: ContentMediaFinalizeInput) => Promise<ContentMediaFinalizeOutput>;
34
- };
35
- declare const contentMediaGetQueryOptions: (sdk: GeneratedClient, input: ContentMediaGetInput) => {
36
- queryKey: readonly ["content", "media", "get", ContentMediaGetInput];
37
- queryFn: () => Promise<ContentMediaGetOutput>;
38
- };
39
- declare const contentMediaListQueryOptions: (sdk: GeneratedClient, input: ContentMediaListInput) => {
40
- queryKey: readonly ["content", "media", "list", ContentMediaListInput];
41
- queryFn: () => Promise<ContentMediaListOutput>;
42
- };
43
- declare const contentMediaUploadMutationOptions: (sdk: GeneratedClient) => {
44
- mutationKey: string[];
45
- mutationFn: (input: ContentMediaUploadInput) => Promise<ContentMediaUploadOutput>;
46
- };
47
- declare const contentMetricsChannelSeriesQueryOptions: (sdk: GeneratedClient, input: ContentMetricsChannelSeriesInput) => {
48
- queryKey: readonly ["content", "metrics-channel", "series", ContentMetricsChannelSeriesInput];
49
- queryFn: () => Promise<ContentMetricsChannelSeriesOutput>;
50
- };
51
- declare const contentMetricsPostSeriesQueryOptions: (sdk: GeneratedClient, input: ContentMetricsPostSeriesInput) => {
52
- queryKey: readonly ["content", "metrics-post", "series", ContentMetricsPostSeriesInput];
53
- queryFn: () => Promise<ContentMetricsPostSeriesOutput>;
54
- };
55
- declare const contentPostsApproveMutationOptions: (sdk: GeneratedClient) => {
56
- mutationKey: string[];
57
- mutationFn: (input: ContentPostsApproveInput) => Promise<ContentPostsApproveOutput>;
58
- };
59
- declare const contentPostsAttachMediaMutationOptions: (sdk: GeneratedClient) => {
60
- mutationKey: string[];
61
- mutationFn: (input: ContentPostsAttachMediaInput) => Promise<ContentPostsAttachMediaOutput>;
62
- };
63
- declare const contentPostsCreateMutationOptions: (sdk: GeneratedClient) => {
64
- mutationKey: string[];
65
- mutationFn: (input: ContentPostsCreateInput) => Promise<ContentPostsCreateOutput>;
66
- };
67
- declare const contentPostsDetachMediaMutationOptions: (sdk: GeneratedClient) => {
68
- mutationKey: string[];
69
- mutationFn: (input: ContentPostsDetachMediaInput) => Promise<ContentPostsDetachMediaOutput>;
70
- };
71
- declare const contentPostsGetQueryOptions: (sdk: GeneratedClient, input: ContentPostsGetInput) => {
72
- queryKey: readonly ["content", "posts", "get", ContentPostsGetInput];
73
- queryFn: () => Promise<ContentPostsGetOutput>;
74
- };
75
- declare const contentPostsListQueryOptions: (sdk: GeneratedClient, input: ContentPostsListInput) => {
76
- queryKey: readonly ["content", "posts", "list", ContentPostsListInput];
77
- queryFn: () => Promise<ContentPostsListOutput>;
78
- };
79
- declare const contentPostsSubmitMutationOptions: (sdk: GeneratedClient) => {
80
- mutationKey: string[];
81
- mutationFn: (input: ContentPostsSubmitInput) => Promise<ContentPostsSubmitOutput>;
82
- };
83
- declare const contentPostsUpdateMutationOptions: (sdk: GeneratedClient) => {
84
- mutationKey: string[];
85
- mutationFn: (input: ContentPostsUpdateInput) => Promise<ContentPostsUpdateOutput>;
86
- };
87
- declare const contentPostsVersionsQueryOptions: (sdk: GeneratedClient, input: ContentPostsVersionsInput) => {
88
- queryKey: readonly ["content", "posts", "versions", ContentPostsVersionsInput];
89
- queryFn: () => Promise<ContentPostsVersionsOutput>;
90
- };
91
- declare const contentPublicationsCancelMutationOptions: (sdk: GeneratedClient) => {
92
- mutationKey: string[];
93
- mutationFn: (input: ContentPublicationsCancelInput) => Promise<ContentPublicationsCancelOutput>;
94
- };
95
- declare const contentPublicationsConfirmMutationOptions: (sdk: GeneratedClient) => {
96
- mutationKey: string[];
97
- mutationFn: (input: ContentPublicationsConfirmInput) => Promise<ContentPublicationsConfirmOutput>;
98
- };
99
- declare const contentPublicationsGetQueryOptions: (sdk: GeneratedClient, input: ContentPublicationsGetInput) => {
100
- queryKey: readonly ["content", "publications", "get", ContentPublicationsGetInput];
101
- queryFn: () => Promise<ContentPublicationsGetOutput>;
102
- };
103
- declare const contentPublicationsListQueryOptions: (sdk: GeneratedClient, input: ContentPublicationsListInput) => {
104
- queryKey: readonly ["content", "publications", "list", ContentPublicationsListInput];
105
- queryFn: () => Promise<ContentPublicationsListOutput>;
106
- };
107
- declare const contentPublicationsPublishMutationOptions: (sdk: GeneratedClient) => {
108
- mutationKey: string[];
109
- mutationFn: (input: ContentPublicationsPublishInput) => Promise<ContentPublicationsPublishOutput>;
110
- };
111
- declare const contentPublicationsRemindMutationOptions: (sdk: GeneratedClient) => {
112
- mutationKey: string[];
113
- mutationFn: (input: ContentPublicationsRemindInput) => Promise<ContentPublicationsRemindOutput>;
114
- };
115
- declare const contentPublicationsRescheduleMutationOptions: (sdk: GeneratedClient) => {
116
- mutationKey: string[];
117
- mutationFn: (input: ContentPublicationsRescheduleInput) => Promise<ContentPublicationsRescheduleOutput>;
118
- };
119
- declare const contentPublicationsScheduleMutationOptions: (sdk: GeneratedClient) => {
120
- mutationKey: string[];
121
- mutationFn: (input: ContentPublicationsScheduleInput) => Promise<ContentPublicationsScheduleOutput>;
122
- };
123
- declare const contentPublicationsValidateQueryOptions: (sdk: GeneratedClient, input: ContentPublicationsValidateInput) => {
124
- queryKey: readonly ["content", "publications", "validate", ContentPublicationsValidateInput];
125
- queryFn: () => Promise<ContentPublicationsValidateOutput>;
126
- };
127
-
128
- export { 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, contentChannelsBindMutationOptions, contentChannelsGetQueryOptions, contentChannelsListQueryOptions, contentChannelsResumeMutationOptions, contentChannelsUnbindMutationOptions, contentChannelsUpdateMutationOptions, contentMediaCreateUploadUrlMutationOptions, contentMediaFinalizeMutationOptions, contentMediaGetQueryOptions, contentMediaListQueryOptions, contentMediaUploadMutationOptions, contentMetricsChannelSeriesQueryOptions, contentMetricsPostSeriesQueryOptions, contentPostsApproveMutationOptions, contentPostsAttachMediaMutationOptions, contentPostsCreateMutationOptions, contentPostsDetachMediaMutationOptions, contentPostsGetQueryOptions, contentPostsListQueryOptions, contentPostsSubmitMutationOptions, contentPostsUpdateMutationOptions, contentPostsVersionsQueryOptions, contentPublicationsCancelMutationOptions, contentPublicationsConfirmMutationOptions, contentPublicationsGetQueryOptions, contentPublicationsListQueryOptions, contentPublicationsPublishMutationOptions, contentPublicationsRemindMutationOptions, contentPublicationsRescheduleMutationOptions, contentPublicationsScheduleMutationOptions, contentPublicationsValidateQueryOptions };
1
+ export * from '../_types/gen/content/index.js';
@@ -1,128 +1 @@
1
- import { G as GeneratedClient, b1 as ContentChannelsBindInput, b2 as ContentChannelsBindOutput, b3 as ContentChannelsGetInput, b4 as ContentChannelsGetOutput, b5 as ContentChannelsListInput, b6 as ContentChannelsListOutput, b7 as ContentChannelsResumeInput, b8 as ContentChannelsResumeOutput, b9 as ContentChannelsUnbindInput, ba as ContentChannelsUnbindOutput, bb as ContentChannelsUpdateInput, bc as ContentChannelsUpdateOutput, bd as ContentMediaCreateUploadUrlInput, be as ContentMediaCreateUploadUrlOutput, bf as ContentMediaFinalizeInput, bg as ContentMediaFinalizeOutput, bh as ContentMediaGetInput, bi as ContentMediaGetOutput, bj as ContentMediaListInput, bk as ContentMediaListOutput, bl as ContentMediaUploadInput, bm as ContentMediaUploadOutput, bn as ContentMetricsChannelSeriesInput, bo as ContentMetricsChannelSeriesOutput, bp as ContentMetricsPostSeriesInput, bq as ContentMetricsPostSeriesOutput, br as ContentPostsApproveInput, bs as ContentPostsApproveOutput, bt as ContentPostsAttachMediaInput, bu as ContentPostsAttachMediaOutput, bv as ContentPostsCreateInput, bw as ContentPostsCreateOutput, bx as ContentPostsDetachMediaInput, by as ContentPostsDetachMediaOutput, bz as ContentPostsGetInput, bA as ContentPostsGetOutput, bB as ContentPostsListInput, bC as ContentPostsListOutput, bD as ContentPostsSubmitInput, bE as ContentPostsSubmitOutput, bF as ContentPostsUpdateInput, bG as ContentPostsUpdateOutput, bH as ContentPostsVersionsInput, bI as ContentPostsVersionsOutput, bJ as ContentPublicationsCancelInput, bK as ContentPublicationsCancelOutput, bL as ContentPublicationsConfirmInput, bM as ContentPublicationsConfirmOutput, bN as ContentPublicationsGetInput, bO as ContentPublicationsGetOutput, bP as ContentPublicationsListInput, bQ as ContentPublicationsListOutput, bR as ContentPublicationsPublishInput, bS as ContentPublicationsPublishOutput, bT as ContentPublicationsRemindInput, bU as ContentPublicationsRemindOutput, bV as ContentPublicationsRescheduleInput, bW as ContentPublicationsRescheduleOutput, bX as ContentPublicationsScheduleInput, bY as ContentPublicationsScheduleOutput, bZ as ContentPublicationsValidateInput, b_ as ContentPublicationsValidateOutput } from '../client.gen-cA-2Hpsz.js';
2
-
3
- declare const contentChannelsBindMutationOptions: (sdk: GeneratedClient) => {
4
- mutationKey: string[];
5
- mutationFn: (input: ContentChannelsBindInput) => Promise<ContentChannelsBindOutput>;
6
- };
7
- declare const contentChannelsGetQueryOptions: (sdk: GeneratedClient, input: ContentChannelsGetInput) => {
8
- queryKey: readonly ["content", "channels", "get", ContentChannelsGetInput];
9
- queryFn: () => Promise<ContentChannelsGetOutput>;
10
- };
11
- declare const contentChannelsListQueryOptions: (sdk: GeneratedClient, input: ContentChannelsListInput) => {
12
- queryKey: readonly ["content", "channels", "list", ContentChannelsListInput];
13
- queryFn: () => Promise<ContentChannelsListOutput>;
14
- };
15
- declare const contentChannelsResumeMutationOptions: (sdk: GeneratedClient) => {
16
- mutationKey: string[];
17
- mutationFn: (input: ContentChannelsResumeInput) => Promise<ContentChannelsResumeOutput>;
18
- };
19
- declare const contentChannelsUnbindMutationOptions: (sdk: GeneratedClient) => {
20
- mutationKey: string[];
21
- mutationFn: (input: ContentChannelsUnbindInput) => Promise<ContentChannelsUnbindOutput>;
22
- };
23
- declare const contentChannelsUpdateMutationOptions: (sdk: GeneratedClient) => {
24
- mutationKey: string[];
25
- mutationFn: (input: ContentChannelsUpdateInput) => Promise<ContentChannelsUpdateOutput>;
26
- };
27
- declare const contentMediaCreateUploadUrlMutationOptions: (sdk: GeneratedClient) => {
28
- mutationKey: string[];
29
- mutationFn: (input: ContentMediaCreateUploadUrlInput) => Promise<ContentMediaCreateUploadUrlOutput>;
30
- };
31
- declare const contentMediaFinalizeMutationOptions: (sdk: GeneratedClient) => {
32
- mutationKey: string[];
33
- mutationFn: (input: ContentMediaFinalizeInput) => Promise<ContentMediaFinalizeOutput>;
34
- };
35
- declare const contentMediaGetQueryOptions: (sdk: GeneratedClient, input: ContentMediaGetInput) => {
36
- queryKey: readonly ["content", "media", "get", ContentMediaGetInput];
37
- queryFn: () => Promise<ContentMediaGetOutput>;
38
- };
39
- declare const contentMediaListQueryOptions: (sdk: GeneratedClient, input: ContentMediaListInput) => {
40
- queryKey: readonly ["content", "media", "list", ContentMediaListInput];
41
- queryFn: () => Promise<ContentMediaListOutput>;
42
- };
43
- declare const contentMediaUploadMutationOptions: (sdk: GeneratedClient) => {
44
- mutationKey: string[];
45
- mutationFn: (input: ContentMediaUploadInput) => Promise<ContentMediaUploadOutput>;
46
- };
47
- declare const contentMetricsChannelSeriesQueryOptions: (sdk: GeneratedClient, input: ContentMetricsChannelSeriesInput) => {
48
- queryKey: readonly ["content", "metrics-channel", "series", ContentMetricsChannelSeriesInput];
49
- queryFn: () => Promise<ContentMetricsChannelSeriesOutput>;
50
- };
51
- declare const contentMetricsPostSeriesQueryOptions: (sdk: GeneratedClient, input: ContentMetricsPostSeriesInput) => {
52
- queryKey: readonly ["content", "metrics-post", "series", ContentMetricsPostSeriesInput];
53
- queryFn: () => Promise<ContentMetricsPostSeriesOutput>;
54
- };
55
- declare const contentPostsApproveMutationOptions: (sdk: GeneratedClient) => {
56
- mutationKey: string[];
57
- mutationFn: (input: ContentPostsApproveInput) => Promise<ContentPostsApproveOutput>;
58
- };
59
- declare const contentPostsAttachMediaMutationOptions: (sdk: GeneratedClient) => {
60
- mutationKey: string[];
61
- mutationFn: (input: ContentPostsAttachMediaInput) => Promise<ContentPostsAttachMediaOutput>;
62
- };
63
- declare const contentPostsCreateMutationOptions: (sdk: GeneratedClient) => {
64
- mutationKey: string[];
65
- mutationFn: (input: ContentPostsCreateInput) => Promise<ContentPostsCreateOutput>;
66
- };
67
- declare const contentPostsDetachMediaMutationOptions: (sdk: GeneratedClient) => {
68
- mutationKey: string[];
69
- mutationFn: (input: ContentPostsDetachMediaInput) => Promise<ContentPostsDetachMediaOutput>;
70
- };
71
- declare const contentPostsGetQueryOptions: (sdk: GeneratedClient, input: ContentPostsGetInput) => {
72
- queryKey: readonly ["content", "posts", "get", ContentPostsGetInput];
73
- queryFn: () => Promise<ContentPostsGetOutput>;
74
- };
75
- declare const contentPostsListQueryOptions: (sdk: GeneratedClient, input: ContentPostsListInput) => {
76
- queryKey: readonly ["content", "posts", "list", ContentPostsListInput];
77
- queryFn: () => Promise<ContentPostsListOutput>;
78
- };
79
- declare const contentPostsSubmitMutationOptions: (sdk: GeneratedClient) => {
80
- mutationKey: string[];
81
- mutationFn: (input: ContentPostsSubmitInput) => Promise<ContentPostsSubmitOutput>;
82
- };
83
- declare const contentPostsUpdateMutationOptions: (sdk: GeneratedClient) => {
84
- mutationKey: string[];
85
- mutationFn: (input: ContentPostsUpdateInput) => Promise<ContentPostsUpdateOutput>;
86
- };
87
- declare const contentPostsVersionsQueryOptions: (sdk: GeneratedClient, input: ContentPostsVersionsInput) => {
88
- queryKey: readonly ["content", "posts", "versions", ContentPostsVersionsInput];
89
- queryFn: () => Promise<ContentPostsVersionsOutput>;
90
- };
91
- declare const contentPublicationsCancelMutationOptions: (sdk: GeneratedClient) => {
92
- mutationKey: string[];
93
- mutationFn: (input: ContentPublicationsCancelInput) => Promise<ContentPublicationsCancelOutput>;
94
- };
95
- declare const contentPublicationsConfirmMutationOptions: (sdk: GeneratedClient) => {
96
- mutationKey: string[];
97
- mutationFn: (input: ContentPublicationsConfirmInput) => Promise<ContentPublicationsConfirmOutput>;
98
- };
99
- declare const contentPublicationsGetQueryOptions: (sdk: GeneratedClient, input: ContentPublicationsGetInput) => {
100
- queryKey: readonly ["content", "publications", "get", ContentPublicationsGetInput];
101
- queryFn: () => Promise<ContentPublicationsGetOutput>;
102
- };
103
- declare const contentPublicationsListQueryOptions: (sdk: GeneratedClient, input: ContentPublicationsListInput) => {
104
- queryKey: readonly ["content", "publications", "list", ContentPublicationsListInput];
105
- queryFn: () => Promise<ContentPublicationsListOutput>;
106
- };
107
- declare const contentPublicationsPublishMutationOptions: (sdk: GeneratedClient) => {
108
- mutationKey: string[];
109
- mutationFn: (input: ContentPublicationsPublishInput) => Promise<ContentPublicationsPublishOutput>;
110
- };
111
- declare const contentPublicationsRemindMutationOptions: (sdk: GeneratedClient) => {
112
- mutationKey: string[];
113
- mutationFn: (input: ContentPublicationsRemindInput) => Promise<ContentPublicationsRemindOutput>;
114
- };
115
- declare const contentPublicationsRescheduleMutationOptions: (sdk: GeneratedClient) => {
116
- mutationKey: string[];
117
- mutationFn: (input: ContentPublicationsRescheduleInput) => Promise<ContentPublicationsRescheduleOutput>;
118
- };
119
- declare const contentPublicationsScheduleMutationOptions: (sdk: GeneratedClient) => {
120
- mutationKey: string[];
121
- mutationFn: (input: ContentPublicationsScheduleInput) => Promise<ContentPublicationsScheduleOutput>;
122
- };
123
- declare const contentPublicationsValidateQueryOptions: (sdk: GeneratedClient, input: ContentPublicationsValidateInput) => {
124
- queryKey: readonly ["content", "publications", "validate", ContentPublicationsValidateInput];
125
- queryFn: () => Promise<ContentPublicationsValidateOutput>;
126
- };
127
-
128
- export { 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, contentChannelsBindMutationOptions, contentChannelsGetQueryOptions, contentChannelsListQueryOptions, contentChannelsResumeMutationOptions, contentChannelsUnbindMutationOptions, contentChannelsUpdateMutationOptions, contentMediaCreateUploadUrlMutationOptions, contentMediaFinalizeMutationOptions, contentMediaGetQueryOptions, contentMediaListQueryOptions, contentMediaUploadMutationOptions, contentMetricsChannelSeriesQueryOptions, contentMetricsPostSeriesQueryOptions, contentPostsApproveMutationOptions, contentPostsAttachMediaMutationOptions, contentPostsCreateMutationOptions, contentPostsDetachMediaMutationOptions, contentPostsGetQueryOptions, contentPostsListQueryOptions, contentPostsSubmitMutationOptions, contentPostsUpdateMutationOptions, contentPostsVersionsQueryOptions, contentPublicationsCancelMutationOptions, contentPublicationsConfirmMutationOptions, contentPublicationsGetQueryOptions, contentPublicationsListQueryOptions, contentPublicationsPublishMutationOptions, contentPublicationsRemindMutationOptions, contentPublicationsRescheduleMutationOptions, contentPublicationsScheduleMutationOptions, contentPublicationsValidateQueryOptions };
1
+ export * from '../_types/gen/content/index.js';