@supernova-studio/client 1.9.6 → 1.9.7
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 +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6933,6 +6933,9 @@ var DTOPageBlockColorV2 = PageBlockColorV2;
|
|
|
6933
6933
|
var DTOPageBlockDefinition = PageBlockDefinition;
|
|
6934
6934
|
|
|
6935
6935
|
// src/api/payloads/documentation/block-definitions.ts
|
|
6936
|
+
var DTOGetBlockDefinitionsQuery = z229.object({
|
|
6937
|
+
files: z229.coerce.boolean().optional()
|
|
6938
|
+
});
|
|
6936
6939
|
var DTOGetBlockDefinitionsOutput = z229.object({
|
|
6937
6940
|
definitions: z229.array(DTOPageBlockDefinition)
|
|
6938
6941
|
});
|
|
@@ -15721,6 +15724,7 @@ export {
|
|
|
15721
15724
|
DTOFrameNodeStructure,
|
|
15722
15725
|
DTOFrameNodeStructureListResponse,
|
|
15723
15726
|
DTOGetBlockDefinitionsOutput,
|
|
15727
|
+
DTOGetBlockDefinitionsQuery,
|
|
15724
15728
|
DTOGetDocumentationPageAnchorsResponse,
|
|
15725
15729
|
DTOGitBranch,
|
|
15726
15730
|
DTOGitOrganization,
|