@supernova-studio/client 0.48.1 → 0.48.2
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 +56 -1
- package/dist/index.d.ts +56 -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/src/api/dto/documentation/block.ts +6 -0
- package/src/api/dto/documentation/index.ts +1 -0
package/dist/index.mjs
CHANGED
|
@@ -5026,6 +5026,9 @@ var DTOGetDocumentationPageAnchorsResponse = z181.object({
|
|
|
5026
5026
|
anchors: z181.array(DTODocumentationPageAnchor)
|
|
5027
5027
|
});
|
|
5028
5028
|
|
|
5029
|
+
// src/api/dto/documentation/block.ts
|
|
5030
|
+
var DTOPageBlockItemV2 = PageBlockItemV2;
|
|
5031
|
+
|
|
5029
5032
|
// src/api/dto/documentation/documentation-page-snapshot.ts
|
|
5030
5033
|
import { z as z185 } from "zod";
|
|
5031
5034
|
|
|
@@ -10909,6 +10912,7 @@ export {
|
|
|
10909
10912
|
DTOPageBlockDefinitionLayout,
|
|
10910
10913
|
DTOPageBlockDefinitionProperty,
|
|
10911
10914
|
DTOPageBlockDefinitionVariant,
|
|
10915
|
+
DTOPageBlockItemV2,
|
|
10912
10916
|
DTOPipeline,
|
|
10913
10917
|
DTOPipelineCreateBody,
|
|
10914
10918
|
DTOPipelineTriggerBody,
|