@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.mjs
CHANGED
|
@@ -2757,14 +2757,14 @@ var DTODuplicateDocumentationPageInput = z129.object({
|
|
|
2757
2757
|
parentPersistentId: z129.string().uuid(),
|
|
2758
2758
|
afterPersistentId: z129.string().uuid().optional()
|
|
2759
2759
|
});
|
|
2760
|
-
var
|
|
2760
|
+
var DTODocumentationElementsTransactionInput = z129.object({
|
|
2761
2761
|
create: z129.array(DTOCreateDocumentationPageInput).optional(),
|
|
2762
2762
|
update: z129.array(DTOUpdateDocumentationPageInput).optional(),
|
|
2763
2763
|
duplicate: z129.array(DTODuplicateDocumentationPageInput).optional(),
|
|
2764
2764
|
delete: z129.array(z129.string()).optional()
|
|
2765
2765
|
});
|
|
2766
2766
|
var DTOElementsTransactionInput = z129.object({
|
|
2767
|
-
documentationPages:
|
|
2767
|
+
documentationPages: DTODocumentationElementsTransactionInput
|
|
2768
2768
|
});
|
|
2769
2769
|
|
|
2770
2770
|
// src/api/requests/post-liveblocks-auth.ts
|
|
@@ -6993,10 +6993,10 @@ export {
|
|
|
6993
6993
|
BlockDefinitionUtils,
|
|
6994
6994
|
BlockParsingUtils,
|
|
6995
6995
|
DTOCreateDocumentationPageInput,
|
|
6996
|
+
DTODocumentationElementsTransactionInput,
|
|
6996
6997
|
DTODocumentationHierarchyV2,
|
|
6997
6998
|
DTODocumentationPageStructureV2,
|
|
6998
6999
|
DTODocumentationPageV2,
|
|
6999
|
-
DTODocumentationTransactionInput,
|
|
7000
7000
|
DTODuplicateDocumentationPageInput,
|
|
7001
7001
|
DTOElementsTransactionInput,
|
|
7002
7002
|
DTOUpdateDocumentationPageInput,
|