@supernova-studio/client 0.48.0 → 0.48.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.
- package/dist/index.d.mts +813 -11
- package/dist/index.d.ts +813 -11
- package/dist/index.js +20 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/documentation/block-definition.ts +28 -0
- package/src/api/dto/documentation/index.ts +1 -0
- package/src/api/payloads/documentation/block-definitions.ts +2 -2
package/dist/index.mjs
CHANGED
|
@@ -4809,8 +4809,19 @@ var DTOUpdateVersionInput = z171.object({
|
|
|
4809
4809
|
|
|
4810
4810
|
// src/api/payloads/documentation/block-definitions.ts
|
|
4811
4811
|
import { z as z172 } from "zod";
|
|
4812
|
+
|
|
4813
|
+
// src/api/dto/documentation/block-definition.ts
|
|
4814
|
+
var DTOPageBlockDefinitionBehavior = PageBlockDefinitionBehavior;
|
|
4815
|
+
var DTOPageBlockDefinitionItem = PageBlockDefinitionItem;
|
|
4816
|
+
var DTOPageBlockDefinitionLayout = PageBlockDefinitionLayout;
|
|
4817
|
+
var DTOPageBlockDefinitionVariant = PageBlockDefinitionVariant;
|
|
4818
|
+
var DTOPageBlockDefinitionProperty = PageBlockDefinitionProperty;
|
|
4819
|
+
var DTOPageBlockColorV2 = PageBlockColorV2;
|
|
4820
|
+
var DTOPageBlockDefinition = PageBlockDefinition;
|
|
4821
|
+
|
|
4822
|
+
// src/api/payloads/documentation/block-definitions.ts
|
|
4812
4823
|
var DTOGetBlockDefinitionsOutput = z172.object({
|
|
4813
|
-
definitions: z172.array(
|
|
4824
|
+
definitions: z172.array(DTOPageBlockDefinition)
|
|
4814
4825
|
});
|
|
4815
4826
|
|
|
4816
4827
|
// src/api/payloads/documentation/design-data-doc-diff.ts
|
|
@@ -10891,6 +10902,13 @@ export {
|
|
|
10891
10902
|
DTOMoveDocumentationPageInputV2,
|
|
10892
10903
|
DTONpmRegistryConfig,
|
|
10893
10904
|
DTONpmRegistryConfigConstants,
|
|
10905
|
+
DTOPageBlockColorV2,
|
|
10906
|
+
DTOPageBlockDefinition,
|
|
10907
|
+
DTOPageBlockDefinitionBehavior,
|
|
10908
|
+
DTOPageBlockDefinitionItem,
|
|
10909
|
+
DTOPageBlockDefinitionLayout,
|
|
10910
|
+
DTOPageBlockDefinitionProperty,
|
|
10911
|
+
DTOPageBlockDefinitionVariant,
|
|
10894
10912
|
DTOPipeline,
|
|
10895
10913
|
DTOPipelineCreateBody,
|
|
10896
10914
|
DTOPipelineTriggerBody,
|