@supernova-studio/client 0.58.20 → 0.58.21
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 +85 -1
- package/dist/index.d.ts +85 -1
- package/dist/index.js +25 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -36580,6 +36580,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
36580
36580
|
}[];
|
|
36581
36581
|
} | null | undefined;
|
|
36582
36582
|
imageAlt?: string | null | undefined;
|
|
36583
|
+
openLightbox?: boolean | null | undefined;
|
|
36584
|
+
isBordered?: boolean | null | undefined;
|
|
36583
36585
|
numberOfColumns?: number | null | undefined;
|
|
36584
36586
|
itemBackgroundColor?: {
|
|
36585
36587
|
value: string;
|
|
@@ -36669,6 +36671,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
36669
36671
|
imageAlt?: string | null | undefined;
|
|
36670
36672
|
imageCaption?: string | null | undefined;
|
|
36671
36673
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
36674
|
+
openLightbox?: boolean | null | undefined;
|
|
36675
|
+
isBordered?: boolean | null | undefined;
|
|
36672
36676
|
} | null | undefined;
|
|
36673
36677
|
customBlockKey?: string | null | undefined;
|
|
36674
36678
|
customBlockProperties?: {
|
|
@@ -36686,6 +36690,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
36686
36690
|
backgroundColor?: {
|
|
36687
36691
|
value: string;
|
|
36688
36692
|
} | null | undefined;
|
|
36693
|
+
previewContainerHeight?: number | null | undefined;
|
|
36689
36694
|
} | null | undefined;
|
|
36690
36695
|
figmaFrames?: {
|
|
36691
36696
|
persistentId: string;
|
|
@@ -36746,10 +36751,19 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
36746
36751
|
selectedThemeIds: string[];
|
|
36747
36752
|
}[] | null | undefined;
|
|
36748
36753
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
36754
|
+
tokenBlockConfig?: {
|
|
36755
|
+
tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
|
|
36756
|
+
tokenNameCustomPropertyId?: string | null | undefined;
|
|
36757
|
+
} | null | undefined;
|
|
36758
|
+
assetBlockConfig?: {
|
|
36759
|
+
showSearch?: boolean | null | undefined;
|
|
36760
|
+
showAssetDescription?: boolean | null | undefined;
|
|
36761
|
+
} | null | undefined;
|
|
36749
36762
|
figmaComponentsBlockConfig?: {
|
|
36750
36763
|
backgroundColor?: {
|
|
36751
36764
|
value: string;
|
|
36752
36765
|
} | null | undefined;
|
|
36766
|
+
previewContainerHeight?: number | null | undefined;
|
|
36753
36767
|
showComponentName?: boolean | null | undefined;
|
|
36754
36768
|
showComponentDescription?: boolean | null | undefined;
|
|
36755
36769
|
showPropertyList?: boolean | null | undefined;
|
|
@@ -37172,6 +37186,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
37172
37186
|
}[];
|
|
37173
37187
|
} | null | undefined;
|
|
37174
37188
|
imageAlt?: string | null | undefined;
|
|
37189
|
+
openLightbox?: boolean | null | undefined;
|
|
37190
|
+
isBordered?: boolean | null | undefined;
|
|
37175
37191
|
numberOfColumns?: number | null | undefined;
|
|
37176
37192
|
itemBackgroundColor?: {
|
|
37177
37193
|
value: string;
|
|
@@ -37261,6 +37277,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
37261
37277
|
imageAlt?: string | null | undefined;
|
|
37262
37278
|
imageCaption?: string | null | undefined;
|
|
37263
37279
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
37280
|
+
openLightbox?: boolean | null | undefined;
|
|
37281
|
+
isBordered?: boolean | null | undefined;
|
|
37264
37282
|
} | null | undefined;
|
|
37265
37283
|
customBlockKey?: string | null | undefined;
|
|
37266
37284
|
customBlockProperties?: {
|
|
@@ -37278,6 +37296,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
37278
37296
|
backgroundColor?: {
|
|
37279
37297
|
value: string;
|
|
37280
37298
|
} | null | undefined;
|
|
37299
|
+
previewContainerHeight?: number | null | undefined;
|
|
37281
37300
|
} | null | undefined;
|
|
37282
37301
|
figmaFrames?: {
|
|
37283
37302
|
persistentId: string;
|
|
@@ -37338,10 +37357,19 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
37338
37357
|
selectedThemeIds: string[];
|
|
37339
37358
|
}[] | null | undefined;
|
|
37340
37359
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
37360
|
+
tokenBlockConfig?: {
|
|
37361
|
+
tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
|
|
37362
|
+
tokenNameCustomPropertyId?: string | null | undefined;
|
|
37363
|
+
} | null | undefined;
|
|
37364
|
+
assetBlockConfig?: {
|
|
37365
|
+
showSearch?: boolean | null | undefined;
|
|
37366
|
+
showAssetDescription?: boolean | null | undefined;
|
|
37367
|
+
} | null | undefined;
|
|
37341
37368
|
figmaComponentsBlockConfig?: {
|
|
37342
37369
|
backgroundColor?: {
|
|
37343
37370
|
value: string;
|
|
37344
37371
|
} | null | undefined;
|
|
37372
|
+
previewContainerHeight?: number | null | undefined;
|
|
37345
37373
|
showComponentName?: boolean | null | undefined;
|
|
37346
37374
|
showComponentDescription?: boolean | null | undefined;
|
|
37347
37375
|
showPropertyList?: boolean | null | undefined;
|
|
@@ -37988,6 +38016,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
37988
38016
|
}[];
|
|
37989
38017
|
} | null | undefined;
|
|
37990
38018
|
imageAlt?: string | null | undefined;
|
|
38019
|
+
openLightbox?: boolean | null | undefined;
|
|
38020
|
+
isBordered?: boolean | null | undefined;
|
|
37991
38021
|
numberOfColumns?: number | null | undefined;
|
|
37992
38022
|
itemBackgroundColor?: {
|
|
37993
38023
|
value: string;
|
|
@@ -38077,6 +38107,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38077
38107
|
imageAlt?: string | null | undefined;
|
|
38078
38108
|
imageCaption?: string | null | undefined;
|
|
38079
38109
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
38110
|
+
openLightbox?: boolean | null | undefined;
|
|
38111
|
+
isBordered?: boolean | null | undefined;
|
|
38080
38112
|
} | null | undefined;
|
|
38081
38113
|
customBlockKey?: string | null | undefined;
|
|
38082
38114
|
customBlockProperties?: {
|
|
@@ -38094,6 +38126,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38094
38126
|
backgroundColor?: {
|
|
38095
38127
|
value: string;
|
|
38096
38128
|
} | null | undefined;
|
|
38129
|
+
previewContainerHeight?: number | null | undefined;
|
|
38097
38130
|
} | null | undefined;
|
|
38098
38131
|
figmaFrames?: {
|
|
38099
38132
|
persistentId: string;
|
|
@@ -38154,10 +38187,19 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38154
38187
|
selectedThemeIds: string[];
|
|
38155
38188
|
}[] | null | undefined;
|
|
38156
38189
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
38190
|
+
tokenBlockConfig?: {
|
|
38191
|
+
tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
|
|
38192
|
+
tokenNameCustomPropertyId?: string | null | undefined;
|
|
38193
|
+
} | null | undefined;
|
|
38194
|
+
assetBlockConfig?: {
|
|
38195
|
+
showSearch?: boolean | null | undefined;
|
|
38196
|
+
showAssetDescription?: boolean | null | undefined;
|
|
38197
|
+
} | null | undefined;
|
|
38157
38198
|
figmaComponentsBlockConfig?: {
|
|
38158
38199
|
backgroundColor?: {
|
|
38159
38200
|
value: string;
|
|
38160
38201
|
} | null | undefined;
|
|
38202
|
+
previewContainerHeight?: number | null | undefined;
|
|
38161
38203
|
showComponentName?: boolean | null | undefined;
|
|
38162
38204
|
showComponentDescription?: boolean | null | undefined;
|
|
38163
38205
|
showPropertyList?: boolean | null | undefined;
|
|
@@ -38233,6 +38275,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38233
38275
|
}[];
|
|
38234
38276
|
} | null | undefined;
|
|
38235
38277
|
imageAlt?: string | null | undefined;
|
|
38278
|
+
openLightbox?: boolean | null | undefined;
|
|
38279
|
+
isBordered?: boolean | null | undefined;
|
|
38236
38280
|
numberOfColumns?: number | null | undefined;
|
|
38237
38281
|
itemBackgroundColor?: {
|
|
38238
38282
|
value: string;
|
|
@@ -38322,6 +38366,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38322
38366
|
imageAlt?: string | null | undefined;
|
|
38323
38367
|
imageCaption?: string | null | undefined;
|
|
38324
38368
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
38369
|
+
openLightbox?: boolean | null | undefined;
|
|
38370
|
+
isBordered?: boolean | null | undefined;
|
|
38325
38371
|
} | null | undefined;
|
|
38326
38372
|
customBlockKey?: string | null | undefined;
|
|
38327
38373
|
customBlockProperties?: {
|
|
@@ -38339,6 +38385,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38339
38385
|
backgroundColor?: {
|
|
38340
38386
|
value: string;
|
|
38341
38387
|
} | null | undefined;
|
|
38388
|
+
previewContainerHeight?: number | null | undefined;
|
|
38342
38389
|
} | null | undefined;
|
|
38343
38390
|
figmaFrames?: {
|
|
38344
38391
|
persistentId: string;
|
|
@@ -38399,10 +38446,19 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38399
38446
|
selectedThemeIds: string[];
|
|
38400
38447
|
}[] | null | undefined;
|
|
38401
38448
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
38449
|
+
tokenBlockConfig?: {
|
|
38450
|
+
tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
|
|
38451
|
+
tokenNameCustomPropertyId?: string | null | undefined;
|
|
38452
|
+
} | null | undefined;
|
|
38453
|
+
assetBlockConfig?: {
|
|
38454
|
+
showSearch?: boolean | null | undefined;
|
|
38455
|
+
showAssetDescription?: boolean | null | undefined;
|
|
38456
|
+
} | null | undefined;
|
|
38402
38457
|
figmaComponentsBlockConfig?: {
|
|
38403
38458
|
backgroundColor?: {
|
|
38404
38459
|
value: string;
|
|
38405
38460
|
} | null | undefined;
|
|
38461
|
+
previewContainerHeight?: number | null | undefined;
|
|
38406
38462
|
showComponentName?: boolean | null | undefined;
|
|
38407
38463
|
showComponentDescription?: boolean | null | undefined;
|
|
38408
38464
|
showPropertyList?: boolean | null | undefined;
|
|
@@ -38596,6 +38652,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38596
38652
|
}[];
|
|
38597
38653
|
} | null | undefined;
|
|
38598
38654
|
imageAlt?: string | null | undefined;
|
|
38655
|
+
openLightbox?: boolean | null | undefined;
|
|
38656
|
+
isBordered?: boolean | null | undefined;
|
|
38599
38657
|
numberOfColumns?: number | null | undefined;
|
|
38600
38658
|
itemBackgroundColor?: {
|
|
38601
38659
|
value: string;
|
|
@@ -38685,6 +38743,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38685
38743
|
imageAlt?: string | null | undefined;
|
|
38686
38744
|
imageCaption?: string | null | undefined;
|
|
38687
38745
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
38746
|
+
openLightbox?: boolean | null | undefined;
|
|
38747
|
+
isBordered?: boolean | null | undefined;
|
|
38688
38748
|
} | null | undefined;
|
|
38689
38749
|
customBlockKey?: string | null | undefined;
|
|
38690
38750
|
customBlockProperties?: {
|
|
@@ -38702,6 +38762,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38702
38762
|
backgroundColor?: {
|
|
38703
38763
|
value: string;
|
|
38704
38764
|
} | null | undefined;
|
|
38765
|
+
previewContainerHeight?: number | null | undefined;
|
|
38705
38766
|
} | null | undefined;
|
|
38706
38767
|
figmaFrames?: {
|
|
38707
38768
|
persistentId: string;
|
|
@@ -38762,10 +38823,19 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38762
38823
|
selectedThemeIds: string[];
|
|
38763
38824
|
}[] | null | undefined;
|
|
38764
38825
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
38826
|
+
tokenBlockConfig?: {
|
|
38827
|
+
tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
|
|
38828
|
+
tokenNameCustomPropertyId?: string | null | undefined;
|
|
38829
|
+
} | null | undefined;
|
|
38830
|
+
assetBlockConfig?: {
|
|
38831
|
+
showSearch?: boolean | null | undefined;
|
|
38832
|
+
showAssetDescription?: boolean | null | undefined;
|
|
38833
|
+
} | null | undefined;
|
|
38765
38834
|
figmaComponentsBlockConfig?: {
|
|
38766
38835
|
backgroundColor?: {
|
|
38767
38836
|
value: string;
|
|
38768
38837
|
} | null | undefined;
|
|
38838
|
+
previewContainerHeight?: number | null | undefined;
|
|
38769
38839
|
showComponentName?: boolean | null | undefined;
|
|
38770
38840
|
showComponentDescription?: boolean | null | undefined;
|
|
38771
38841
|
showPropertyList?: boolean | null | undefined;
|
|
@@ -38841,6 +38911,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38841
38911
|
}[];
|
|
38842
38912
|
} | null | undefined;
|
|
38843
38913
|
imageAlt?: string | null | undefined;
|
|
38914
|
+
openLightbox?: boolean | null | undefined;
|
|
38915
|
+
isBordered?: boolean | null | undefined;
|
|
38844
38916
|
numberOfColumns?: number | null | undefined;
|
|
38845
38917
|
itemBackgroundColor?: {
|
|
38846
38918
|
value: string;
|
|
@@ -38930,6 +39002,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38930
39002
|
imageAlt?: string | null | undefined;
|
|
38931
39003
|
imageCaption?: string | null | undefined;
|
|
38932
39004
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
39005
|
+
openLightbox?: boolean | null | undefined;
|
|
39006
|
+
isBordered?: boolean | null | undefined;
|
|
38933
39007
|
} | null | undefined;
|
|
38934
39008
|
customBlockKey?: string | null | undefined;
|
|
38935
39009
|
customBlockProperties?: {
|
|
@@ -38947,6 +39021,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38947
39021
|
backgroundColor?: {
|
|
38948
39022
|
value: string;
|
|
38949
39023
|
} | null | undefined;
|
|
39024
|
+
previewContainerHeight?: number | null | undefined;
|
|
38950
39025
|
} | null | undefined;
|
|
38951
39026
|
figmaFrames?: {
|
|
38952
39027
|
persistentId: string;
|
|
@@ -39007,10 +39082,19 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39007
39082
|
selectedThemeIds: string[];
|
|
39008
39083
|
}[] | null | undefined;
|
|
39009
39084
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
39085
|
+
tokenBlockConfig?: {
|
|
39086
|
+
tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
|
|
39087
|
+
tokenNameCustomPropertyId?: string | null | undefined;
|
|
39088
|
+
} | null | undefined;
|
|
39089
|
+
assetBlockConfig?: {
|
|
39090
|
+
showSearch?: boolean | null | undefined;
|
|
39091
|
+
showAssetDescription?: boolean | null | undefined;
|
|
39092
|
+
} | null | undefined;
|
|
39010
39093
|
figmaComponentsBlockConfig?: {
|
|
39011
39094
|
backgroundColor?: {
|
|
39012
39095
|
value: string;
|
|
39013
39096
|
} | null | undefined;
|
|
39097
|
+
previewContainerHeight?: number | null | undefined;
|
|
39014
39098
|
showComponentName?: boolean | null | undefined;
|
|
39015
39099
|
showComponentDescription?: boolean | null | undefined;
|
|
39016
39100
|
showPropertyList?: boolean | null | undefined;
|
|
@@ -94604,4 +94688,4 @@ declare class FrontendVersionRoomYDoc {
|
|
|
94604
94688
|
|
|
94605
94689
|
declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
|
|
94606
94690
|
|
|
94607
|
-
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionValueMap, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, VersionRoomBaseYDoc, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
|
94691
|
+
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionValueMap, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, VersionRoomBaseYDoc, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
package/dist/index.d.ts
CHANGED
|
@@ -36580,6 +36580,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
36580
36580
|
}[];
|
|
36581
36581
|
} | null | undefined;
|
|
36582
36582
|
imageAlt?: string | null | undefined;
|
|
36583
|
+
openLightbox?: boolean | null | undefined;
|
|
36584
|
+
isBordered?: boolean | null | undefined;
|
|
36583
36585
|
numberOfColumns?: number | null | undefined;
|
|
36584
36586
|
itemBackgroundColor?: {
|
|
36585
36587
|
value: string;
|
|
@@ -36669,6 +36671,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
36669
36671
|
imageAlt?: string | null | undefined;
|
|
36670
36672
|
imageCaption?: string | null | undefined;
|
|
36671
36673
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
36674
|
+
openLightbox?: boolean | null | undefined;
|
|
36675
|
+
isBordered?: boolean | null | undefined;
|
|
36672
36676
|
} | null | undefined;
|
|
36673
36677
|
customBlockKey?: string | null | undefined;
|
|
36674
36678
|
customBlockProperties?: {
|
|
@@ -36686,6 +36690,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
36686
36690
|
backgroundColor?: {
|
|
36687
36691
|
value: string;
|
|
36688
36692
|
} | null | undefined;
|
|
36693
|
+
previewContainerHeight?: number | null | undefined;
|
|
36689
36694
|
} | null | undefined;
|
|
36690
36695
|
figmaFrames?: {
|
|
36691
36696
|
persistentId: string;
|
|
@@ -36746,10 +36751,19 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
36746
36751
|
selectedThemeIds: string[];
|
|
36747
36752
|
}[] | null | undefined;
|
|
36748
36753
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
36754
|
+
tokenBlockConfig?: {
|
|
36755
|
+
tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
|
|
36756
|
+
tokenNameCustomPropertyId?: string | null | undefined;
|
|
36757
|
+
} | null | undefined;
|
|
36758
|
+
assetBlockConfig?: {
|
|
36759
|
+
showSearch?: boolean | null | undefined;
|
|
36760
|
+
showAssetDescription?: boolean | null | undefined;
|
|
36761
|
+
} | null | undefined;
|
|
36749
36762
|
figmaComponentsBlockConfig?: {
|
|
36750
36763
|
backgroundColor?: {
|
|
36751
36764
|
value: string;
|
|
36752
36765
|
} | null | undefined;
|
|
36766
|
+
previewContainerHeight?: number | null | undefined;
|
|
36753
36767
|
showComponentName?: boolean | null | undefined;
|
|
36754
36768
|
showComponentDescription?: boolean | null | undefined;
|
|
36755
36769
|
showPropertyList?: boolean | null | undefined;
|
|
@@ -37172,6 +37186,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
37172
37186
|
}[];
|
|
37173
37187
|
} | null | undefined;
|
|
37174
37188
|
imageAlt?: string | null | undefined;
|
|
37189
|
+
openLightbox?: boolean | null | undefined;
|
|
37190
|
+
isBordered?: boolean | null | undefined;
|
|
37175
37191
|
numberOfColumns?: number | null | undefined;
|
|
37176
37192
|
itemBackgroundColor?: {
|
|
37177
37193
|
value: string;
|
|
@@ -37261,6 +37277,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
37261
37277
|
imageAlt?: string | null | undefined;
|
|
37262
37278
|
imageCaption?: string | null | undefined;
|
|
37263
37279
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
37280
|
+
openLightbox?: boolean | null | undefined;
|
|
37281
|
+
isBordered?: boolean | null | undefined;
|
|
37264
37282
|
} | null | undefined;
|
|
37265
37283
|
customBlockKey?: string | null | undefined;
|
|
37266
37284
|
customBlockProperties?: {
|
|
@@ -37278,6 +37296,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
37278
37296
|
backgroundColor?: {
|
|
37279
37297
|
value: string;
|
|
37280
37298
|
} | null | undefined;
|
|
37299
|
+
previewContainerHeight?: number | null | undefined;
|
|
37281
37300
|
} | null | undefined;
|
|
37282
37301
|
figmaFrames?: {
|
|
37283
37302
|
persistentId: string;
|
|
@@ -37338,10 +37357,19 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
37338
37357
|
selectedThemeIds: string[];
|
|
37339
37358
|
}[] | null | undefined;
|
|
37340
37359
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
37360
|
+
tokenBlockConfig?: {
|
|
37361
|
+
tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
|
|
37362
|
+
tokenNameCustomPropertyId?: string | null | undefined;
|
|
37363
|
+
} | null | undefined;
|
|
37364
|
+
assetBlockConfig?: {
|
|
37365
|
+
showSearch?: boolean | null | undefined;
|
|
37366
|
+
showAssetDescription?: boolean | null | undefined;
|
|
37367
|
+
} | null | undefined;
|
|
37341
37368
|
figmaComponentsBlockConfig?: {
|
|
37342
37369
|
backgroundColor?: {
|
|
37343
37370
|
value: string;
|
|
37344
37371
|
} | null | undefined;
|
|
37372
|
+
previewContainerHeight?: number | null | undefined;
|
|
37345
37373
|
showComponentName?: boolean | null | undefined;
|
|
37346
37374
|
showComponentDescription?: boolean | null | undefined;
|
|
37347
37375
|
showPropertyList?: boolean | null | undefined;
|
|
@@ -37988,6 +38016,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
37988
38016
|
}[];
|
|
37989
38017
|
} | null | undefined;
|
|
37990
38018
|
imageAlt?: string | null | undefined;
|
|
38019
|
+
openLightbox?: boolean | null | undefined;
|
|
38020
|
+
isBordered?: boolean | null | undefined;
|
|
37991
38021
|
numberOfColumns?: number | null | undefined;
|
|
37992
38022
|
itemBackgroundColor?: {
|
|
37993
38023
|
value: string;
|
|
@@ -38077,6 +38107,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38077
38107
|
imageAlt?: string | null | undefined;
|
|
38078
38108
|
imageCaption?: string | null | undefined;
|
|
38079
38109
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
38110
|
+
openLightbox?: boolean | null | undefined;
|
|
38111
|
+
isBordered?: boolean | null | undefined;
|
|
38080
38112
|
} | null | undefined;
|
|
38081
38113
|
customBlockKey?: string | null | undefined;
|
|
38082
38114
|
customBlockProperties?: {
|
|
@@ -38094,6 +38126,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38094
38126
|
backgroundColor?: {
|
|
38095
38127
|
value: string;
|
|
38096
38128
|
} | null | undefined;
|
|
38129
|
+
previewContainerHeight?: number | null | undefined;
|
|
38097
38130
|
} | null | undefined;
|
|
38098
38131
|
figmaFrames?: {
|
|
38099
38132
|
persistentId: string;
|
|
@@ -38154,10 +38187,19 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38154
38187
|
selectedThemeIds: string[];
|
|
38155
38188
|
}[] | null | undefined;
|
|
38156
38189
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
38190
|
+
tokenBlockConfig?: {
|
|
38191
|
+
tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
|
|
38192
|
+
tokenNameCustomPropertyId?: string | null | undefined;
|
|
38193
|
+
} | null | undefined;
|
|
38194
|
+
assetBlockConfig?: {
|
|
38195
|
+
showSearch?: boolean | null | undefined;
|
|
38196
|
+
showAssetDescription?: boolean | null | undefined;
|
|
38197
|
+
} | null | undefined;
|
|
38157
38198
|
figmaComponentsBlockConfig?: {
|
|
38158
38199
|
backgroundColor?: {
|
|
38159
38200
|
value: string;
|
|
38160
38201
|
} | null | undefined;
|
|
38202
|
+
previewContainerHeight?: number | null | undefined;
|
|
38161
38203
|
showComponentName?: boolean | null | undefined;
|
|
38162
38204
|
showComponentDescription?: boolean | null | undefined;
|
|
38163
38205
|
showPropertyList?: boolean | null | undefined;
|
|
@@ -38233,6 +38275,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38233
38275
|
}[];
|
|
38234
38276
|
} | null | undefined;
|
|
38235
38277
|
imageAlt?: string | null | undefined;
|
|
38278
|
+
openLightbox?: boolean | null | undefined;
|
|
38279
|
+
isBordered?: boolean | null | undefined;
|
|
38236
38280
|
numberOfColumns?: number | null | undefined;
|
|
38237
38281
|
itemBackgroundColor?: {
|
|
38238
38282
|
value: string;
|
|
@@ -38322,6 +38366,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38322
38366
|
imageAlt?: string | null | undefined;
|
|
38323
38367
|
imageCaption?: string | null | undefined;
|
|
38324
38368
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
38369
|
+
openLightbox?: boolean | null | undefined;
|
|
38370
|
+
isBordered?: boolean | null | undefined;
|
|
38325
38371
|
} | null | undefined;
|
|
38326
38372
|
customBlockKey?: string | null | undefined;
|
|
38327
38373
|
customBlockProperties?: {
|
|
@@ -38339,6 +38385,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38339
38385
|
backgroundColor?: {
|
|
38340
38386
|
value: string;
|
|
38341
38387
|
} | null | undefined;
|
|
38388
|
+
previewContainerHeight?: number | null | undefined;
|
|
38342
38389
|
} | null | undefined;
|
|
38343
38390
|
figmaFrames?: {
|
|
38344
38391
|
persistentId: string;
|
|
@@ -38399,10 +38446,19 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38399
38446
|
selectedThemeIds: string[];
|
|
38400
38447
|
}[] | null | undefined;
|
|
38401
38448
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
38449
|
+
tokenBlockConfig?: {
|
|
38450
|
+
tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
|
|
38451
|
+
tokenNameCustomPropertyId?: string | null | undefined;
|
|
38452
|
+
} | null | undefined;
|
|
38453
|
+
assetBlockConfig?: {
|
|
38454
|
+
showSearch?: boolean | null | undefined;
|
|
38455
|
+
showAssetDescription?: boolean | null | undefined;
|
|
38456
|
+
} | null | undefined;
|
|
38402
38457
|
figmaComponentsBlockConfig?: {
|
|
38403
38458
|
backgroundColor?: {
|
|
38404
38459
|
value: string;
|
|
38405
38460
|
} | null | undefined;
|
|
38461
|
+
previewContainerHeight?: number | null | undefined;
|
|
38406
38462
|
showComponentName?: boolean | null | undefined;
|
|
38407
38463
|
showComponentDescription?: boolean | null | undefined;
|
|
38408
38464
|
showPropertyList?: boolean | null | undefined;
|
|
@@ -38596,6 +38652,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38596
38652
|
}[];
|
|
38597
38653
|
} | null | undefined;
|
|
38598
38654
|
imageAlt?: string | null | undefined;
|
|
38655
|
+
openLightbox?: boolean | null | undefined;
|
|
38656
|
+
isBordered?: boolean | null | undefined;
|
|
38599
38657
|
numberOfColumns?: number | null | undefined;
|
|
38600
38658
|
itemBackgroundColor?: {
|
|
38601
38659
|
value: string;
|
|
@@ -38685,6 +38743,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38685
38743
|
imageAlt?: string | null | undefined;
|
|
38686
38744
|
imageCaption?: string | null | undefined;
|
|
38687
38745
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
38746
|
+
openLightbox?: boolean | null | undefined;
|
|
38747
|
+
isBordered?: boolean | null | undefined;
|
|
38688
38748
|
} | null | undefined;
|
|
38689
38749
|
customBlockKey?: string | null | undefined;
|
|
38690
38750
|
customBlockProperties?: {
|
|
@@ -38702,6 +38762,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38702
38762
|
backgroundColor?: {
|
|
38703
38763
|
value: string;
|
|
38704
38764
|
} | null | undefined;
|
|
38765
|
+
previewContainerHeight?: number | null | undefined;
|
|
38705
38766
|
} | null | undefined;
|
|
38706
38767
|
figmaFrames?: {
|
|
38707
38768
|
persistentId: string;
|
|
@@ -38762,10 +38823,19 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38762
38823
|
selectedThemeIds: string[];
|
|
38763
38824
|
}[] | null | undefined;
|
|
38764
38825
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
38826
|
+
tokenBlockConfig?: {
|
|
38827
|
+
tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
|
|
38828
|
+
tokenNameCustomPropertyId?: string | null | undefined;
|
|
38829
|
+
} | null | undefined;
|
|
38830
|
+
assetBlockConfig?: {
|
|
38831
|
+
showSearch?: boolean | null | undefined;
|
|
38832
|
+
showAssetDescription?: boolean | null | undefined;
|
|
38833
|
+
} | null | undefined;
|
|
38765
38834
|
figmaComponentsBlockConfig?: {
|
|
38766
38835
|
backgroundColor?: {
|
|
38767
38836
|
value: string;
|
|
38768
38837
|
} | null | undefined;
|
|
38838
|
+
previewContainerHeight?: number | null | undefined;
|
|
38769
38839
|
showComponentName?: boolean | null | undefined;
|
|
38770
38840
|
showComponentDescription?: boolean | null | undefined;
|
|
38771
38841
|
showPropertyList?: boolean | null | undefined;
|
|
@@ -38841,6 +38911,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38841
38911
|
}[];
|
|
38842
38912
|
} | null | undefined;
|
|
38843
38913
|
imageAlt?: string | null | undefined;
|
|
38914
|
+
openLightbox?: boolean | null | undefined;
|
|
38915
|
+
isBordered?: boolean | null | undefined;
|
|
38844
38916
|
numberOfColumns?: number | null | undefined;
|
|
38845
38917
|
itemBackgroundColor?: {
|
|
38846
38918
|
value: string;
|
|
@@ -38930,6 +39002,8 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38930
39002
|
imageAlt?: string | null | undefined;
|
|
38931
39003
|
imageCaption?: string | null | undefined;
|
|
38932
39004
|
imageAlignment?: "Left" | "Center" | "Right" | "Stretch" | null | undefined;
|
|
39005
|
+
openLightbox?: boolean | null | undefined;
|
|
39006
|
+
isBordered?: boolean | null | undefined;
|
|
38933
39007
|
} | null | undefined;
|
|
38934
39008
|
customBlockKey?: string | null | undefined;
|
|
38935
39009
|
customBlockProperties?: {
|
|
@@ -38947,6 +39021,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
38947
39021
|
backgroundColor?: {
|
|
38948
39022
|
value: string;
|
|
38949
39023
|
} | null | undefined;
|
|
39024
|
+
previewContainerHeight?: number | null | undefined;
|
|
38950
39025
|
} | null | undefined;
|
|
38951
39026
|
figmaFrames?: {
|
|
38952
39027
|
persistentId: string;
|
|
@@ -39007,10 +39082,19 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39007
39082
|
selectedThemeIds: string[];
|
|
39008
39083
|
}[] | null | undefined;
|
|
39009
39084
|
blacklistedElementProperties?: string[] | null | undefined;
|
|
39085
|
+
tokenBlockConfig?: {
|
|
39086
|
+
tokenNameFormat?: "Name" | "GroupAndName" | "FullPath" | "CustomProperty" | null | undefined;
|
|
39087
|
+
tokenNameCustomPropertyId?: string | null | undefined;
|
|
39088
|
+
} | null | undefined;
|
|
39089
|
+
assetBlockConfig?: {
|
|
39090
|
+
showSearch?: boolean | null | undefined;
|
|
39091
|
+
showAssetDescription?: boolean | null | undefined;
|
|
39092
|
+
} | null | undefined;
|
|
39010
39093
|
figmaComponentsBlockConfig?: {
|
|
39011
39094
|
backgroundColor?: {
|
|
39012
39095
|
value: string;
|
|
39013
39096
|
} | null | undefined;
|
|
39097
|
+
previewContainerHeight?: number | null | undefined;
|
|
39014
39098
|
showComponentName?: boolean | null | undefined;
|
|
39015
39099
|
showComponentDescription?: boolean | null | undefined;
|
|
39016
39100
|
showPropertyList?: boolean | null | undefined;
|
|
@@ -94604,4 +94688,4 @@ declare class FrontendVersionRoomYDoc {
|
|
|
94604
94688
|
|
|
94605
94689
|
declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
|
|
94606
94690
|
|
|
94607
|
-
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionValueMap, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, VersionRoomBaseYDoc, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
|
94691
|
+
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionValueMap, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, VersionRoomBaseYDoc, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|