@supernova-studio/client 0.29.0 → 0.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +87 -5
- package/dist/index.d.ts +87 -5
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2147,7 +2147,7 @@ var DocumentationPageGroup = z93.object({
|
|
|
2147
2147
|
var DocumentationLinkPreview = z94.object({
|
|
2148
2148
|
title: z94.string().optional(),
|
|
2149
2149
|
description: z94.string().optional(),
|
|
2150
|
-
|
|
2150
|
+
thumbnail: PageBlockImageReference.optional()
|
|
2151
2151
|
});
|
|
2152
2152
|
var DocumentationPageContentBackup = z95.object({
|
|
2153
2153
|
id: z95.string(),
|