@supernova-studio/client 0.15.0 → 0.16.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
CHANGED
|
@@ -4056,7 +4056,7 @@ declare const DTODuplicateDocumentationPageInput: z.ZodObject<{
|
|
|
4056
4056
|
afterPersistentId?: string | undefined;
|
|
4057
4057
|
}>;
|
|
4058
4058
|
type DTODuplicateDocumentationPageInput = z.infer<typeof DTODuplicateDocumentationPageInput>;
|
|
4059
|
-
declare const
|
|
4059
|
+
declare const DTODocumentationElementsTransactionInput: z.ZodObject<{
|
|
4060
4060
|
create: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4061
4061
|
parentPersistentId: z.ZodString;
|
|
4062
4062
|
persistentId: z.ZodString;
|
|
@@ -6007,7 +6007,7 @@ declare const DTODocumentationTransactionInput: z.ZodObject<{
|
|
|
6007
6007
|
}[] | undefined;
|
|
6008
6008
|
delete?: string[] | undefined;
|
|
6009
6009
|
}>;
|
|
6010
|
-
type
|
|
6010
|
+
type DTODocumentationElementsTransactionInput = z.infer<typeof DTODocumentationElementsTransactionInput>;
|
|
6011
6011
|
declare const DTOElementsTransactionInput: z.ZodObject<{
|
|
6012
6012
|
documentationPages: z.ZodObject<{
|
|
6013
6013
|
create: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -9490,4 +9490,4 @@ declare const BlockDefinitionUtils: {
|
|
|
9490
9490
|
};
|
|
9491
9491
|
};
|
|
9492
9492
|
|
|
9493
|
-
export { BlockDefinitionUtils, BlockParsingUtils, DTOCreateDocumentationPageInput, type DTODocumentationElementsTransactionOutput, DTODocumentationHierarchyV2, DTODocumentationPageStructureV2, DTODocumentationPageV2,
|
|
9493
|
+
export { BlockDefinitionUtils, BlockParsingUtils, DTOCreateDocumentationPageInput, DTODocumentationElementsTransactionInput, type DTODocumentationElementsTransactionOutput, DTODocumentationHierarchyV2, DTODocumentationPageStructureV2, DTODocumentationPageV2, DTODuplicateDocumentationPageInput, DTOElementsTransactionInput, type DTOElementsTransactionOutput, DTOUpdateDocumentationPageInput, DesignSystemDTO, DocumentationGroupDTO, DocumentationGroupStructureDTO, DocumentationPageEditorModel, DocumentationPageV1DTO, GetBlockDefinitionsResponse, PageBlockEditorModel, PostLiveblocksAuth, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, blockDefinitionForBlock, blockToProsemirrorNode, documentationHierarchyToYjs, getMockPageBlockDefinitions, itemConfigurationToYjs, pageToProsemirrorDoc, pageToYXmlFragment, pmSchema, prosemirrorDocToPage, prosemirrorNodeToBlock, serializeAsCustomBlock, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
package/dist/index.d.ts
CHANGED
|
@@ -4056,7 +4056,7 @@ declare const DTODuplicateDocumentationPageInput: z.ZodObject<{
|
|
|
4056
4056
|
afterPersistentId?: string | undefined;
|
|
4057
4057
|
}>;
|
|
4058
4058
|
type DTODuplicateDocumentationPageInput = z.infer<typeof DTODuplicateDocumentationPageInput>;
|
|
4059
|
-
declare const
|
|
4059
|
+
declare const DTODocumentationElementsTransactionInput: z.ZodObject<{
|
|
4060
4060
|
create: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4061
4061
|
parentPersistentId: z.ZodString;
|
|
4062
4062
|
persistentId: z.ZodString;
|
|
@@ -6007,7 +6007,7 @@ declare const DTODocumentationTransactionInput: z.ZodObject<{
|
|
|
6007
6007
|
}[] | undefined;
|
|
6008
6008
|
delete?: string[] | undefined;
|
|
6009
6009
|
}>;
|
|
6010
|
-
type
|
|
6010
|
+
type DTODocumentationElementsTransactionInput = z.infer<typeof DTODocumentationElementsTransactionInput>;
|
|
6011
6011
|
declare const DTOElementsTransactionInput: z.ZodObject<{
|
|
6012
6012
|
documentationPages: z.ZodObject<{
|
|
6013
6013
|
create: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -9490,4 +9490,4 @@ declare const BlockDefinitionUtils: {
|
|
|
9490
9490
|
};
|
|
9491
9491
|
};
|
|
9492
9492
|
|
|
9493
|
-
export { BlockDefinitionUtils, BlockParsingUtils, DTOCreateDocumentationPageInput, type DTODocumentationElementsTransactionOutput, DTODocumentationHierarchyV2, DTODocumentationPageStructureV2, DTODocumentationPageV2,
|
|
9493
|
+
export { BlockDefinitionUtils, BlockParsingUtils, DTOCreateDocumentationPageInput, DTODocumentationElementsTransactionInput, type DTODocumentationElementsTransactionOutput, DTODocumentationHierarchyV2, DTODocumentationPageStructureV2, DTODocumentationPageV2, DTODuplicateDocumentationPageInput, DTOElementsTransactionInput, type DTOElementsTransactionOutput, DTOUpdateDocumentationPageInput, DesignSystemDTO, DocumentationGroupDTO, DocumentationGroupStructureDTO, DocumentationPageEditorModel, DocumentationPageV1DTO, GetBlockDefinitionsResponse, PageBlockEditorModel, PostLiveblocksAuth, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, blockDefinitionForBlock, blockToProsemirrorNode, documentationHierarchyToYjs, getMockPageBlockDefinitions, itemConfigurationToYjs, pageToProsemirrorDoc, pageToYXmlFragment, pmSchema, prosemirrorDocToPage, prosemirrorNodeToBlock, serializeAsCustomBlock, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
package/dist/index.js
CHANGED
|
@@ -2757,14 +2757,14 @@ var DTODuplicateDocumentationPageInput = _zod.z.object({
|
|
|
2757
2757
|
parentPersistentId: _zod.z.string().uuid(),
|
|
2758
2758
|
afterPersistentId: _zod.z.string().uuid().optional()
|
|
2759
2759
|
});
|
|
2760
|
-
var
|
|
2760
|
+
var DTODocumentationElementsTransactionInput = _zod.z.object({
|
|
2761
2761
|
create: _zod.z.array(DTOCreateDocumentationPageInput).optional(),
|
|
2762
2762
|
update: _zod.z.array(DTOUpdateDocumentationPageInput).optional(),
|
|
2763
2763
|
duplicate: _zod.z.array(DTODuplicateDocumentationPageInput).optional(),
|
|
2764
2764
|
delete: _zod.z.array(_zod.z.string()).optional()
|
|
2765
2765
|
});
|
|
2766
2766
|
var DTOElementsTransactionInput = _zod.z.object({
|
|
2767
|
-
documentationPages:
|
|
2767
|
+
documentationPages: DTODocumentationElementsTransactionInput
|
|
2768
2768
|
});
|
|
2769
2769
|
|
|
2770
2770
|
// src/api/requests/post-liveblocks-auth.ts
|
|
@@ -7023,5 +7023,5 @@ function mapByUnique(items, keyFn) {
|
|
|
7023
7023
|
|
|
7024
7024
|
|
|
7025
7025
|
|
|
7026
|
-
exports.BlockDefinitionUtils = BlockDefinitionUtils; exports.BlockParsingUtils = BlockParsingUtils; exports.DTOCreateDocumentationPageInput = DTOCreateDocumentationPageInput; exports.
|
|
7026
|
+
exports.BlockDefinitionUtils = BlockDefinitionUtils; exports.BlockParsingUtils = BlockParsingUtils; exports.DTOCreateDocumentationPageInput = DTOCreateDocumentationPageInput; exports.DTODocumentationElementsTransactionInput = DTODocumentationElementsTransactionInput; exports.DTODocumentationHierarchyV2 = DTODocumentationHierarchyV2; exports.DTODocumentationPageStructureV2 = DTODocumentationPageStructureV2; exports.DTODocumentationPageV2 = DTODocumentationPageV2; exports.DTODuplicateDocumentationPageInput = DTODuplicateDocumentationPageInput; exports.DTOElementsTransactionInput = DTOElementsTransactionInput; exports.DTOUpdateDocumentationPageInput = DTOUpdateDocumentationPageInput; exports.DesignSystemDTO = DesignSystemDTO; exports.DocumentationGroupDTO = DocumentationGroupDTO; exports.DocumentationGroupStructureDTO = DocumentationGroupStructureDTO; exports.DocumentationPageEditorModel = DocumentationPageEditorModel; exports.DocumentationPageV1DTO = DocumentationPageV1DTO; exports.GetBlockDefinitionsResponse = GetBlockDefinitionsResponse; exports.PageBlockEditorModel = PageBlockEditorModel; exports.PostLiveblocksAuth = PostLiveblocksAuth; exports.blockDefinitionForBlock = blockDefinitionForBlock; exports.blockToProsemirrorNode = blockToProsemirrorNode; exports.documentationHierarchyToYjs = documentationHierarchyToYjs; exports.getMockPageBlockDefinitions = getMockPageBlockDefinitions; exports.itemConfigurationToYjs = itemConfigurationToYjs; exports.pageToProsemirrorDoc = pageToProsemirrorDoc; exports.pageToYXmlFragment = pageToYXmlFragment; exports.pmSchema = pmSchema; exports.prosemirrorDocToPage = prosemirrorDocToPage; exports.prosemirrorNodeToBlock = prosemirrorNodeToBlock; exports.serializeAsCustomBlock = serializeAsCustomBlock; exports.yDocToPage = yDocToPage; exports.yXmlFragmentToPage = yXmlFragmentToPage; exports.yjsToDocumentationHierarchy = yjsToDocumentationHierarchy; exports.yjsToItemConfiguration = yjsToItemConfiguration;
|
|
7027
7027
|
//# sourceMappingURL=index.js.map
|