@wvdsh/api 0.1.23 → 0.1.24
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.
|
@@ -315,8 +315,6 @@ export type PublicApiType = {
|
|
|
315
315
|
ugcType: 0 | 1 | 2 | 3 | 4;
|
|
316
316
|
visibility: 0 | 1 | 2;
|
|
317
317
|
}>;
|
|
318
|
-
pageStatus?: "SplitRecommended" | "SplitRequired" | null;
|
|
319
|
-
splitCursor?: string | null;
|
|
320
318
|
}>;
|
|
321
319
|
listUGCItems: FunctionReference<"query", "public", {
|
|
322
320
|
continueCursor?: string;
|
|
@@ -341,8 +339,6 @@ export type PublicApiType = {
|
|
|
341
339
|
ugcType: 0 | 1 | 2 | 3 | 4;
|
|
342
340
|
visibility: 0 | 1 | 2;
|
|
343
341
|
}>;
|
|
344
|
-
pageStatus?: "SplitRecommended" | "SplitRequired" | null;
|
|
345
|
-
splitCursor?: string | null;
|
|
346
342
|
}>;
|
|
347
343
|
updateUGCItem: FunctionReference<"mutation", "public", {
|
|
348
344
|
createPresignedUploadUrl?: boolean;
|