@lessly/sdk-app 47.1.1 → 48.0.1

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 (59) hide show
  1. package/dist/analytics/index.d.cts +1 -1
  2. package/dist/analytics/index.d.ts +1 -1
  3. package/dist/brain/index.cjs +5 -0
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +6 -2
  6. package/dist/brain/index.d.ts +6 -2
  7. package/dist/brain/index.js +5 -1
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-BsvWS7J-.d.cts → client.gen-BsjxuDLy.d.cts} +403 -4714
  10. package/dist/{client.gen-BsvWS7J-.d.ts → client.gen-BsjxuDLy.d.ts} +403 -4714
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/deployment/index.d.cts +1 -1
  14. package/dist/deployment/index.d.ts +1 -1
  15. package/dist/index.cjs +137 -761
  16. package/dist/index.cjs.map +1 -1
  17. package/dist/index.d.cts +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +137 -761
  20. package/dist/index.js.map +1 -1
  21. package/dist/mail/index.d.cts +2 -2
  22. package/dist/mail/index.d.ts +2 -2
  23. package/dist/observe/index.d.cts +1 -1
  24. package/dist/observe/index.d.ts +1 -1
  25. package/dist/organization/index.d.cts +1 -1
  26. package/dist/organization/index.d.ts +1 -1
  27. package/dist/realtime/index.d.cts +1 -1
  28. package/dist/realtime/index.d.ts +1 -1
  29. package/dist/support/index.d.cts +1 -1
  30. package/dist/support/index.d.ts +1 -1
  31. package/dist/tracking/index.d.cts +1 -1
  32. package/dist/tracking/index.d.ts +1 -1
  33. package/dist/users/index.d.cts +1 -1
  34. package/dist/users/index.d.ts +1 -1
  35. package/dist/waitlist/index.d.cts +1 -1
  36. package/dist/waitlist/index.d.ts +1 -1
  37. package/package.json +2 -12
  38. package/src/gen/bindings.gen.ts +137 -761
  39. package/src/gen/brain/index.ts +1 -1
  40. package/src/gen/brain/queryOptions.gen.ts +7 -0
  41. package/src/gen/client.gen.ts +5 -165
  42. package/src/gen/manifest.gen.ts +1 -1
  43. package/src/gen/types.gen.ts +230 -4327
  44. package/dist/content/index.cjs +0 -161
  45. package/dist/content/index.cjs.map +0 -1
  46. package/dist/content/index.d.cts +0 -128
  47. package/dist/content/index.d.ts +0 -128
  48. package/dist/content/index.js +0 -129
  49. package/dist/content/index.js.map +0 -1
  50. package/dist/playground/index.cjs +0 -66
  51. package/dist/playground/index.cjs.map +0 -1
  52. package/dist/playground/index.d.cts +0 -52
  53. package/dist/playground/index.d.ts +0 -52
  54. package/dist/playground/index.js +0 -53
  55. package/dist/playground/index.js.map +0 -1
  56. package/src/gen/content/index.ts +0 -3
  57. package/src/gen/content/queryOptions.gen.ts +0 -202
  58. package/src/gen/playground/index.ts +0 -3
  59. package/src/gen/playground/queryOptions.gen.ts +0 -86
@@ -1,161 +0,0 @@
1
- 'use strict';
2
-
3
- // src/gen/content/queryOptions.gen.ts
4
- var contentChannelsBindMutationOptions = (sdk) => ({
5
- mutationKey: ["content", "channels", "bind"],
6
- mutationFn: (input) => sdk["content"]["channels"]["bind"](input)
7
- });
8
- var contentChannelsGetQueryOptions = (sdk, input) => ({
9
- queryKey: ["content", "channels", "get", input],
10
- queryFn: () => sdk["content"]["channels"]["get"](input)
11
- });
12
- var contentChannelsListQueryOptions = (sdk, input) => ({
13
- queryKey: ["content", "channels", "list", input],
14
- queryFn: () => sdk["content"]["channels"]["list"](input)
15
- });
16
- var contentChannelsResumeMutationOptions = (sdk) => ({
17
- mutationKey: ["content", "channels", "resume"],
18
- mutationFn: (input) => sdk["content"]["channels"]["resume"](input)
19
- });
20
- var contentChannelsUnbindMutationOptions = (sdk) => ({
21
- mutationKey: ["content", "channels", "unbind"],
22
- mutationFn: (input) => sdk["content"]["channels"]["unbind"](input)
23
- });
24
- var contentChannelsUpdateMutationOptions = (sdk) => ({
25
- mutationKey: ["content", "channels", "update"],
26
- mutationFn: (input) => sdk["content"]["channels"]["update"](input)
27
- });
28
- var contentMediaCreateUploadUrlMutationOptions = (sdk) => ({
29
- mutationKey: ["content", "media-create-upload", "url"],
30
- mutationFn: (input) => sdk["content"]["media-create-upload"]["url"](input)
31
- });
32
- var contentMediaFinalizeMutationOptions = (sdk) => ({
33
- mutationKey: ["content", "media", "finalize"],
34
- mutationFn: (input) => sdk["content"]["media"]["finalize"](input)
35
- });
36
- var contentMediaGetQueryOptions = (sdk, input) => ({
37
- queryKey: ["content", "media", "get", input],
38
- queryFn: () => sdk["content"]["media"]["get"](input)
39
- });
40
- var contentMediaListQueryOptions = (sdk, input) => ({
41
- queryKey: ["content", "media", "list", input],
42
- queryFn: () => sdk["content"]["media"]["list"](input)
43
- });
44
- var contentMediaUploadMutationOptions = (sdk) => ({
45
- mutationKey: ["content", "media", "upload"],
46
- mutationFn: (input) => sdk["content"]["media"]["upload"](input)
47
- });
48
- var contentMetricsChannelSeriesQueryOptions = (sdk, input) => ({
49
- queryKey: ["content", "metrics-channel", "series", input],
50
- queryFn: () => sdk["content"]["metrics-channel"]["series"](input)
51
- });
52
- var contentMetricsPostSeriesQueryOptions = (sdk, input) => ({
53
- queryKey: ["content", "metrics-post", "series", input],
54
- queryFn: () => sdk["content"]["metrics-post"]["series"](input)
55
- });
56
- var contentPostsApproveMutationOptions = (sdk) => ({
57
- mutationKey: ["content", "posts", "approve"],
58
- mutationFn: (input) => sdk["content"]["posts"]["approve"](input)
59
- });
60
- var contentPostsAttachMediaMutationOptions = (sdk) => ({
61
- mutationKey: ["content", "posts-attach", "media"],
62
- mutationFn: (input) => sdk["content"]["posts-attach"]["media"](input)
63
- });
64
- var contentPostsCreateMutationOptions = (sdk) => ({
65
- mutationKey: ["content", "posts", "create"],
66
- mutationFn: (input) => sdk["content"]["posts"]["create"](input)
67
- });
68
- var contentPostsDetachMediaMutationOptions = (sdk) => ({
69
- mutationKey: ["content", "posts-detach", "media"],
70
- mutationFn: (input) => sdk["content"]["posts-detach"]["media"](input)
71
- });
72
- var contentPostsGetQueryOptions = (sdk, input) => ({
73
- queryKey: ["content", "posts", "get", input],
74
- queryFn: () => sdk["content"]["posts"]["get"](input)
75
- });
76
- var contentPostsListQueryOptions = (sdk, input) => ({
77
- queryKey: ["content", "posts", "list", input],
78
- queryFn: () => sdk["content"]["posts"]["list"](input)
79
- });
80
- var contentPostsSubmitMutationOptions = (sdk) => ({
81
- mutationKey: ["content", "posts", "submit"],
82
- mutationFn: (input) => sdk["content"]["posts"]["submit"](input)
83
- });
84
- var contentPostsUpdateMutationOptions = (sdk) => ({
85
- mutationKey: ["content", "posts", "update"],
86
- mutationFn: (input) => sdk["content"]["posts"]["update"](input)
87
- });
88
- var contentPostsVersionsQueryOptions = (sdk, input) => ({
89
- queryKey: ["content", "posts", "versions", input],
90
- queryFn: () => sdk["content"]["posts"]["versions"](input)
91
- });
92
- var contentPublicationsCancelMutationOptions = (sdk) => ({
93
- mutationKey: ["content", "publications", "cancel"],
94
- mutationFn: (input) => sdk["content"]["publications"]["cancel"](input)
95
- });
96
- var contentPublicationsConfirmMutationOptions = (sdk) => ({
97
- mutationKey: ["content", "publications", "confirm"],
98
- mutationFn: (input) => sdk["content"]["publications"]["confirm"](input)
99
- });
100
- var contentPublicationsGetQueryOptions = (sdk, input) => ({
101
- queryKey: ["content", "publications", "get", input],
102
- queryFn: () => sdk["content"]["publications"]["get"](input)
103
- });
104
- var contentPublicationsListQueryOptions = (sdk, input) => ({
105
- queryKey: ["content", "publications", "list", input],
106
- queryFn: () => sdk["content"]["publications"]["list"](input)
107
- });
108
- var contentPublicationsPublishMutationOptions = (sdk) => ({
109
- mutationKey: ["content", "publications", "publish"],
110
- mutationFn: (input) => sdk["content"]["publications"]["publish"](input)
111
- });
112
- var contentPublicationsRemindMutationOptions = (sdk) => ({
113
- mutationKey: ["content", "publications", "remind"],
114
- mutationFn: (input) => sdk["content"]["publications"]["remind"](input)
115
- });
116
- var contentPublicationsRescheduleMutationOptions = (sdk) => ({
117
- mutationKey: ["content", "publications", "reschedule"],
118
- mutationFn: (input) => sdk["content"]["publications"]["reschedule"](input)
119
- });
120
- var contentPublicationsScheduleMutationOptions = (sdk) => ({
121
- mutationKey: ["content", "publications", "schedule"],
122
- mutationFn: (input) => sdk["content"]["publications"]["schedule"](input)
123
- });
124
- var contentPublicationsValidateQueryOptions = (sdk, input) => ({
125
- queryKey: ["content", "publications", "validate", input],
126
- queryFn: () => sdk["content"]["publications"]["validate"](input)
127
- });
128
-
129
- exports.contentChannelsBindMutationOptions = contentChannelsBindMutationOptions;
130
- exports.contentChannelsGetQueryOptions = contentChannelsGetQueryOptions;
131
- exports.contentChannelsListQueryOptions = contentChannelsListQueryOptions;
132
- exports.contentChannelsResumeMutationOptions = contentChannelsResumeMutationOptions;
133
- exports.contentChannelsUnbindMutationOptions = contentChannelsUnbindMutationOptions;
134
- exports.contentChannelsUpdateMutationOptions = contentChannelsUpdateMutationOptions;
135
- exports.contentMediaCreateUploadUrlMutationOptions = contentMediaCreateUploadUrlMutationOptions;
136
- exports.contentMediaFinalizeMutationOptions = contentMediaFinalizeMutationOptions;
137
- exports.contentMediaGetQueryOptions = contentMediaGetQueryOptions;
138
- exports.contentMediaListQueryOptions = contentMediaListQueryOptions;
139
- exports.contentMediaUploadMutationOptions = contentMediaUploadMutationOptions;
140
- exports.contentMetricsChannelSeriesQueryOptions = contentMetricsChannelSeriesQueryOptions;
141
- exports.contentMetricsPostSeriesQueryOptions = contentMetricsPostSeriesQueryOptions;
142
- exports.contentPostsApproveMutationOptions = contentPostsApproveMutationOptions;
143
- exports.contentPostsAttachMediaMutationOptions = contentPostsAttachMediaMutationOptions;
144
- exports.contentPostsCreateMutationOptions = contentPostsCreateMutationOptions;
145
- exports.contentPostsDetachMediaMutationOptions = contentPostsDetachMediaMutationOptions;
146
- exports.contentPostsGetQueryOptions = contentPostsGetQueryOptions;
147
- exports.contentPostsListQueryOptions = contentPostsListQueryOptions;
148
- exports.contentPostsSubmitMutationOptions = contentPostsSubmitMutationOptions;
149
- exports.contentPostsUpdateMutationOptions = contentPostsUpdateMutationOptions;
150
- exports.contentPostsVersionsQueryOptions = contentPostsVersionsQueryOptions;
151
- exports.contentPublicationsCancelMutationOptions = contentPublicationsCancelMutationOptions;
152
- exports.contentPublicationsConfirmMutationOptions = contentPublicationsConfirmMutationOptions;
153
- exports.contentPublicationsGetQueryOptions = contentPublicationsGetQueryOptions;
154
- exports.contentPublicationsListQueryOptions = contentPublicationsListQueryOptions;
155
- exports.contentPublicationsPublishMutationOptions = contentPublicationsPublishMutationOptions;
156
- exports.contentPublicationsRemindMutationOptions = contentPublicationsRemindMutationOptions;
157
- exports.contentPublicationsRescheduleMutationOptions = contentPublicationsRescheduleMutationOptions;
158
- exports.contentPublicationsScheduleMutationOptions = contentPublicationsScheduleMutationOptions;
159
- exports.contentPublicationsValidateQueryOptions = contentPublicationsValidateQueryOptions;
160
- //# sourceMappingURL=index.cjs.map
161
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/gen/content/queryOptions.gen.ts"],"names":[],"mappings":"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","file":"index.cjs","sourcesContent":["// AUTOGENERATED by scripts/generate.ts — do not edit.\nimport type { GeneratedClient } from '../client.gen';\nimport type {\n ContentChannelsBindInput,\n ContentChannelsGetInput,\n ContentChannelsGetOutput,\n ContentChannelsListInput,\n ContentChannelsListOutput,\n ContentChannelsResumeInput,\n ContentChannelsUnbindInput,\n ContentChannelsUpdateInput,\n ContentMediaCreateUploadUrlInput,\n ContentMediaFinalizeInput,\n ContentMediaGetInput,\n ContentMediaGetOutput,\n ContentMediaListInput,\n ContentMediaListOutput,\n ContentMediaUploadInput,\n ContentMetricsChannelSeriesInput,\n ContentMetricsChannelSeriesOutput,\n ContentMetricsPostSeriesInput,\n ContentMetricsPostSeriesOutput,\n ContentPostsApproveInput,\n ContentPostsAttachMediaInput,\n ContentPostsCreateInput,\n ContentPostsDetachMediaInput,\n ContentPostsGetInput,\n ContentPostsGetOutput,\n ContentPostsListInput,\n ContentPostsListOutput,\n ContentPostsSubmitInput,\n ContentPostsUpdateInput,\n ContentPostsVersionsInput,\n ContentPostsVersionsOutput,\n ContentPublicationsCancelInput,\n ContentPublicationsConfirmInput,\n ContentPublicationsGetInput,\n ContentPublicationsGetOutput,\n ContentPublicationsListInput,\n ContentPublicationsListOutput,\n ContentPublicationsPublishInput,\n ContentPublicationsRemindInput,\n ContentPublicationsRescheduleInput,\n ContentPublicationsScheduleInput,\n ContentPublicationsValidateInput,\n ContentPublicationsValidateOutput,\n} from '../types.gen';\n\nexport const contentChannelsBindMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'channels', 'bind'],\n mutationFn: (input: ContentChannelsBindInput) => sdk['content']['channels']['bind'](input),\n});\n\nexport const contentChannelsGetQueryOptions = (sdk: GeneratedClient, input: ContentChannelsGetInput) => ({\n queryKey: ['content', 'channels', 'get', input] as const,\n queryFn: () => sdk['content']['channels']['get'](input),\n});\n\nexport const contentChannelsListQueryOptions = (sdk: GeneratedClient, input: ContentChannelsListInput) => ({\n queryKey: ['content', 'channels', 'list', input] as const,\n queryFn: () => sdk['content']['channels']['list'](input),\n});\n\nexport const contentChannelsResumeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'channels', 'resume'],\n mutationFn: (input: ContentChannelsResumeInput) => sdk['content']['channels']['resume'](input),\n});\n\nexport const contentChannelsUnbindMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'channels', 'unbind'],\n mutationFn: (input: ContentChannelsUnbindInput) => sdk['content']['channels']['unbind'](input),\n});\n\nexport const contentChannelsUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'channels', 'update'],\n mutationFn: (input: ContentChannelsUpdateInput) => sdk['content']['channels']['update'](input),\n});\n\nexport const contentMediaCreateUploadUrlMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'media-create-upload', 'url'],\n mutationFn: (input: ContentMediaCreateUploadUrlInput) => sdk['content']['media-create-upload']['url'](input),\n});\n\nexport const contentMediaFinalizeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'media', 'finalize'],\n mutationFn: (input: ContentMediaFinalizeInput) => sdk['content']['media']['finalize'](input),\n});\n\nexport const contentMediaGetQueryOptions = (sdk: GeneratedClient, input: ContentMediaGetInput) => ({\n queryKey: ['content', 'media', 'get', input] as const,\n queryFn: () => sdk['content']['media']['get'](input),\n});\n\nexport const contentMediaListQueryOptions = (sdk: GeneratedClient, input: ContentMediaListInput) => ({\n queryKey: ['content', 'media', 'list', input] as const,\n queryFn: () => sdk['content']['media']['list'](input),\n});\n\nexport const contentMediaUploadMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'media', 'upload'],\n mutationFn: (input: ContentMediaUploadInput) => sdk['content']['media']['upload'](input),\n});\n\nexport const contentMetricsChannelSeriesQueryOptions = (sdk: GeneratedClient, input: ContentMetricsChannelSeriesInput) => ({\n queryKey: ['content', 'metrics-channel', 'series', input] as const,\n queryFn: () => sdk['content']['metrics-channel']['series'](input),\n});\n\nexport const contentMetricsPostSeriesQueryOptions = (sdk: GeneratedClient, input: ContentMetricsPostSeriesInput) => ({\n queryKey: ['content', 'metrics-post', 'series', input] as const,\n queryFn: () => sdk['content']['metrics-post']['series'](input),\n});\n\nexport const contentPostsApproveMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'posts', 'approve'],\n mutationFn: (input: ContentPostsApproveInput) => sdk['content']['posts']['approve'](input),\n});\n\nexport const contentPostsAttachMediaMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'posts-attach', 'media'],\n mutationFn: (input: ContentPostsAttachMediaInput) => sdk['content']['posts-attach']['media'](input),\n});\n\nexport const contentPostsCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'posts', 'create'],\n mutationFn: (input: ContentPostsCreateInput) => sdk['content']['posts']['create'](input),\n});\n\nexport const contentPostsDetachMediaMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'posts-detach', 'media'],\n mutationFn: (input: ContentPostsDetachMediaInput) => sdk['content']['posts-detach']['media'](input),\n});\n\nexport const contentPostsGetQueryOptions = (sdk: GeneratedClient, input: ContentPostsGetInput) => ({\n queryKey: ['content', 'posts', 'get', input] as const,\n queryFn: () => sdk['content']['posts']['get'](input),\n});\n\nexport const contentPostsListQueryOptions = (sdk: GeneratedClient, input: ContentPostsListInput) => ({\n queryKey: ['content', 'posts', 'list', input] as const,\n queryFn: () => sdk['content']['posts']['list'](input),\n});\n\nexport const contentPostsSubmitMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'posts', 'submit'],\n mutationFn: (input: ContentPostsSubmitInput) => sdk['content']['posts']['submit'](input),\n});\n\nexport const contentPostsUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'posts', 'update'],\n mutationFn: (input: ContentPostsUpdateInput) => sdk['content']['posts']['update'](input),\n});\n\nexport const contentPostsVersionsQueryOptions = (sdk: GeneratedClient, input: ContentPostsVersionsInput) => ({\n queryKey: ['content', 'posts', 'versions', input] as const,\n queryFn: () => sdk['content']['posts']['versions'](input),\n});\n\nexport const contentPublicationsCancelMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'publications', 'cancel'],\n mutationFn: (input: ContentPublicationsCancelInput) => sdk['content']['publications']['cancel'](input),\n});\n\nexport const contentPublicationsConfirmMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'publications', 'confirm'],\n mutationFn: (input: ContentPublicationsConfirmInput) => sdk['content']['publications']['confirm'](input),\n});\n\nexport const contentPublicationsGetQueryOptions = (sdk: GeneratedClient, input: ContentPublicationsGetInput) => ({\n queryKey: ['content', 'publications', 'get', input] as const,\n queryFn: () => sdk['content']['publications']['get'](input),\n});\n\nexport const contentPublicationsListQueryOptions = (sdk: GeneratedClient, input: ContentPublicationsListInput) => ({\n queryKey: ['content', 'publications', 'list', input] as const,\n queryFn: () => sdk['content']['publications']['list'](input),\n});\n\nexport const contentPublicationsPublishMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'publications', 'publish'],\n mutationFn: (input: ContentPublicationsPublishInput) => sdk['content']['publications']['publish'](input),\n});\n\nexport const contentPublicationsRemindMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'publications', 'remind'],\n mutationFn: (input: ContentPublicationsRemindInput) => sdk['content']['publications']['remind'](input),\n});\n\nexport const contentPublicationsRescheduleMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'publications', 'reschedule'],\n mutationFn: (input: ContentPublicationsRescheduleInput) => sdk['content']['publications']['reschedule'](input),\n});\n\nexport const contentPublicationsScheduleMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['content', 'publications', 'schedule'],\n mutationFn: (input: ContentPublicationsScheduleInput) => sdk['content']['publications']['schedule'](input),\n});\n\nexport const contentPublicationsValidateQueryOptions = (sdk: GeneratedClient, input: ContentPublicationsValidateInput) => ({\n queryKey: ['content', 'publications', 'validate', input] as const,\n queryFn: () => sdk['content']['publications']['validate'](input),\n});\n"]}
@@ -1,128 +0,0 @@
1
- import { G as GeneratedClient, aX as ContentChannelsBindInput, aY as ContentChannelsBindOutput, aZ as ContentChannelsGetInput, a_ as ContentChannelsGetOutput, a$ as ContentChannelsListInput, b0 as ContentChannelsListOutput, b1 as ContentChannelsResumeInput, b2 as ContentChannelsResumeOutput, b3 as ContentChannelsUnbindInput, b4 as ContentChannelsUnbindOutput, b5 as ContentChannelsUpdateInput, b6 as ContentChannelsUpdateOutput, b7 as ContentMediaCreateUploadUrlInput, b8 as ContentMediaCreateUploadUrlOutput, b9 as ContentMediaFinalizeInput, ba as ContentMediaFinalizeOutput, bb as ContentMediaGetInput, bc as ContentMediaGetOutput, bd as ContentMediaListInput, be as ContentMediaListOutput, bf as ContentMediaUploadInput, bg as ContentMediaUploadOutput, bh as ContentMetricsChannelSeriesInput, bi as ContentMetricsChannelSeriesOutput, bj as ContentMetricsPostSeriesInput, bk as ContentMetricsPostSeriesOutput, bl as ContentPostsApproveInput, bm as ContentPostsApproveOutput, bn as ContentPostsAttachMediaInput, bo as ContentPostsAttachMediaOutput, bp as ContentPostsCreateInput, bq as ContentPostsCreateOutput, br as ContentPostsDetachMediaInput, bs as ContentPostsDetachMediaOutput, bt as ContentPostsGetInput, bu as ContentPostsGetOutput, bv as ContentPostsListInput, bw as ContentPostsListOutput, bx as ContentPostsSubmitInput, by as ContentPostsSubmitOutput, bz as ContentPostsUpdateInput, bA as ContentPostsUpdateOutput, bB as ContentPostsVersionsInput, bC as ContentPostsVersionsOutput, bD as ContentPublicationsCancelInput, bE as ContentPublicationsCancelOutput, bF as ContentPublicationsConfirmInput, bG as ContentPublicationsConfirmOutput, bH as ContentPublicationsGetInput, bI as ContentPublicationsGetOutput, bJ as ContentPublicationsListInput, bK as ContentPublicationsListOutput, bL as ContentPublicationsPublishInput, bM as ContentPublicationsPublishOutput, bN as ContentPublicationsRemindInput, bO as ContentPublicationsRemindOutput, bP as ContentPublicationsRescheduleInput, bQ as ContentPublicationsRescheduleOutput, bR as ContentPublicationsScheduleInput, bS as ContentPublicationsScheduleOutput, bT as ContentPublicationsValidateInput, bU as ContentPublicationsValidateOutput } from '../client.gen-BsvWS7J-.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,128 +0,0 @@
1
- import { G as GeneratedClient, aX as ContentChannelsBindInput, aY as ContentChannelsBindOutput, aZ as ContentChannelsGetInput, a_ as ContentChannelsGetOutput, a$ as ContentChannelsListInput, b0 as ContentChannelsListOutput, b1 as ContentChannelsResumeInput, b2 as ContentChannelsResumeOutput, b3 as ContentChannelsUnbindInput, b4 as ContentChannelsUnbindOutput, b5 as ContentChannelsUpdateInput, b6 as ContentChannelsUpdateOutput, b7 as ContentMediaCreateUploadUrlInput, b8 as ContentMediaCreateUploadUrlOutput, b9 as ContentMediaFinalizeInput, ba as ContentMediaFinalizeOutput, bb as ContentMediaGetInput, bc as ContentMediaGetOutput, bd as ContentMediaListInput, be as ContentMediaListOutput, bf as ContentMediaUploadInput, bg as ContentMediaUploadOutput, bh as ContentMetricsChannelSeriesInput, bi as ContentMetricsChannelSeriesOutput, bj as ContentMetricsPostSeriesInput, bk as ContentMetricsPostSeriesOutput, bl as ContentPostsApproveInput, bm as ContentPostsApproveOutput, bn as ContentPostsAttachMediaInput, bo as ContentPostsAttachMediaOutput, bp as ContentPostsCreateInput, bq as ContentPostsCreateOutput, br as ContentPostsDetachMediaInput, bs as ContentPostsDetachMediaOutput, bt as ContentPostsGetInput, bu as ContentPostsGetOutput, bv as ContentPostsListInput, bw as ContentPostsListOutput, bx as ContentPostsSubmitInput, by as ContentPostsSubmitOutput, bz as ContentPostsUpdateInput, bA as ContentPostsUpdateOutput, bB as ContentPostsVersionsInput, bC as ContentPostsVersionsOutput, bD as ContentPublicationsCancelInput, bE as ContentPublicationsCancelOutput, bF as ContentPublicationsConfirmInput, bG as ContentPublicationsConfirmOutput, bH as ContentPublicationsGetInput, bI as ContentPublicationsGetOutput, bJ as ContentPublicationsListInput, bK as ContentPublicationsListOutput, bL as ContentPublicationsPublishInput, bM as ContentPublicationsPublishOutput, bN as ContentPublicationsRemindInput, bO as ContentPublicationsRemindOutput, bP as ContentPublicationsRescheduleInput, bQ as ContentPublicationsRescheduleOutput, bR as ContentPublicationsScheduleInput, bS as ContentPublicationsScheduleOutput, bT as ContentPublicationsValidateInput, bU as ContentPublicationsValidateOutput } from '../client.gen-BsvWS7J-.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,129 +0,0 @@
1
- // src/gen/content/queryOptions.gen.ts
2
- var contentChannelsBindMutationOptions = (sdk) => ({
3
- mutationKey: ["content", "channels", "bind"],
4
- mutationFn: (input) => sdk["content"]["channels"]["bind"](input)
5
- });
6
- var contentChannelsGetQueryOptions = (sdk, input) => ({
7
- queryKey: ["content", "channels", "get", input],
8
- queryFn: () => sdk["content"]["channels"]["get"](input)
9
- });
10
- var contentChannelsListQueryOptions = (sdk, input) => ({
11
- queryKey: ["content", "channels", "list", input],
12
- queryFn: () => sdk["content"]["channels"]["list"](input)
13
- });
14
- var contentChannelsResumeMutationOptions = (sdk) => ({
15
- mutationKey: ["content", "channels", "resume"],
16
- mutationFn: (input) => sdk["content"]["channels"]["resume"](input)
17
- });
18
- var contentChannelsUnbindMutationOptions = (sdk) => ({
19
- mutationKey: ["content", "channels", "unbind"],
20
- mutationFn: (input) => sdk["content"]["channels"]["unbind"](input)
21
- });
22
- var contentChannelsUpdateMutationOptions = (sdk) => ({
23
- mutationKey: ["content", "channels", "update"],
24
- mutationFn: (input) => sdk["content"]["channels"]["update"](input)
25
- });
26
- var contentMediaCreateUploadUrlMutationOptions = (sdk) => ({
27
- mutationKey: ["content", "media-create-upload", "url"],
28
- mutationFn: (input) => sdk["content"]["media-create-upload"]["url"](input)
29
- });
30
- var contentMediaFinalizeMutationOptions = (sdk) => ({
31
- mutationKey: ["content", "media", "finalize"],
32
- mutationFn: (input) => sdk["content"]["media"]["finalize"](input)
33
- });
34
- var contentMediaGetQueryOptions = (sdk, input) => ({
35
- queryKey: ["content", "media", "get", input],
36
- queryFn: () => sdk["content"]["media"]["get"](input)
37
- });
38
- var contentMediaListQueryOptions = (sdk, input) => ({
39
- queryKey: ["content", "media", "list", input],
40
- queryFn: () => sdk["content"]["media"]["list"](input)
41
- });
42
- var contentMediaUploadMutationOptions = (sdk) => ({
43
- mutationKey: ["content", "media", "upload"],
44
- mutationFn: (input) => sdk["content"]["media"]["upload"](input)
45
- });
46
- var contentMetricsChannelSeriesQueryOptions = (sdk, input) => ({
47
- queryKey: ["content", "metrics-channel", "series", input],
48
- queryFn: () => sdk["content"]["metrics-channel"]["series"](input)
49
- });
50
- var contentMetricsPostSeriesQueryOptions = (sdk, input) => ({
51
- queryKey: ["content", "metrics-post", "series", input],
52
- queryFn: () => sdk["content"]["metrics-post"]["series"](input)
53
- });
54
- var contentPostsApproveMutationOptions = (sdk) => ({
55
- mutationKey: ["content", "posts", "approve"],
56
- mutationFn: (input) => sdk["content"]["posts"]["approve"](input)
57
- });
58
- var contentPostsAttachMediaMutationOptions = (sdk) => ({
59
- mutationKey: ["content", "posts-attach", "media"],
60
- mutationFn: (input) => sdk["content"]["posts-attach"]["media"](input)
61
- });
62
- var contentPostsCreateMutationOptions = (sdk) => ({
63
- mutationKey: ["content", "posts", "create"],
64
- mutationFn: (input) => sdk["content"]["posts"]["create"](input)
65
- });
66
- var contentPostsDetachMediaMutationOptions = (sdk) => ({
67
- mutationKey: ["content", "posts-detach", "media"],
68
- mutationFn: (input) => sdk["content"]["posts-detach"]["media"](input)
69
- });
70
- var contentPostsGetQueryOptions = (sdk, input) => ({
71
- queryKey: ["content", "posts", "get", input],
72
- queryFn: () => sdk["content"]["posts"]["get"](input)
73
- });
74
- var contentPostsListQueryOptions = (sdk, input) => ({
75
- queryKey: ["content", "posts", "list", input],
76
- queryFn: () => sdk["content"]["posts"]["list"](input)
77
- });
78
- var contentPostsSubmitMutationOptions = (sdk) => ({
79
- mutationKey: ["content", "posts", "submit"],
80
- mutationFn: (input) => sdk["content"]["posts"]["submit"](input)
81
- });
82
- var contentPostsUpdateMutationOptions = (sdk) => ({
83
- mutationKey: ["content", "posts", "update"],
84
- mutationFn: (input) => sdk["content"]["posts"]["update"](input)
85
- });
86
- var contentPostsVersionsQueryOptions = (sdk, input) => ({
87
- queryKey: ["content", "posts", "versions", input],
88
- queryFn: () => sdk["content"]["posts"]["versions"](input)
89
- });
90
- var contentPublicationsCancelMutationOptions = (sdk) => ({
91
- mutationKey: ["content", "publications", "cancel"],
92
- mutationFn: (input) => sdk["content"]["publications"]["cancel"](input)
93
- });
94
- var contentPublicationsConfirmMutationOptions = (sdk) => ({
95
- mutationKey: ["content", "publications", "confirm"],
96
- mutationFn: (input) => sdk["content"]["publications"]["confirm"](input)
97
- });
98
- var contentPublicationsGetQueryOptions = (sdk, input) => ({
99
- queryKey: ["content", "publications", "get", input],
100
- queryFn: () => sdk["content"]["publications"]["get"](input)
101
- });
102
- var contentPublicationsListQueryOptions = (sdk, input) => ({
103
- queryKey: ["content", "publications", "list", input],
104
- queryFn: () => sdk["content"]["publications"]["list"](input)
105
- });
106
- var contentPublicationsPublishMutationOptions = (sdk) => ({
107
- mutationKey: ["content", "publications", "publish"],
108
- mutationFn: (input) => sdk["content"]["publications"]["publish"](input)
109
- });
110
- var contentPublicationsRemindMutationOptions = (sdk) => ({
111
- mutationKey: ["content", "publications", "remind"],
112
- mutationFn: (input) => sdk["content"]["publications"]["remind"](input)
113
- });
114
- var contentPublicationsRescheduleMutationOptions = (sdk) => ({
115
- mutationKey: ["content", "publications", "reschedule"],
116
- mutationFn: (input) => sdk["content"]["publications"]["reschedule"](input)
117
- });
118
- var contentPublicationsScheduleMutationOptions = (sdk) => ({
119
- mutationKey: ["content", "publications", "schedule"],
120
- mutationFn: (input) => sdk["content"]["publications"]["schedule"](input)
121
- });
122
- var contentPublicationsValidateQueryOptions = (sdk, input) => ({
123
- queryKey: ["content", "publications", "validate", input],
124
- queryFn: () => sdk["content"]["publications"]["validate"](input)
125
- });
126
-
127
- export { 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 };
128
- //# sourceMappingURL=index.js.map
129
- //# sourceMappingURL=index.js.map