@supernova-studio/client 0.46.9 → 0.46.11

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.ts CHANGED
@@ -17331,9 +17331,9 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
17331
17331
  customRegistryUrl: z.ZodOptional<z.ZodString>;
17332
17332
  proxyUrl: z.ZodString;
17333
17333
  authType: z.ZodEnum<["Basic", "Bearer", "None", "Custom"]>;
17334
- accessToken: z.ZodOptional<z.ZodLiteral<"redacted">>;
17334
+ accessToken: z.ZodOptional<z.ZodLiteral<string>>;
17335
17335
  username: z.ZodOptional<z.ZodString>;
17336
- password: z.ZodOptional<z.ZodLiteral<"redacted">>;
17336
+ password: z.ZodOptional<z.ZodLiteral<string>>;
17337
17337
  enabledScopes: z.ZodArray<z.ZodString, "many">;
17338
17338
  bypassProxy: z.ZodBoolean;
17339
17339
  }, "strip", z.ZodTypeAny, {
@@ -17344,9 +17344,9 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
17344
17344
  registryUrl: string;
17345
17345
  proxyUrl: string;
17346
17346
  customRegistryUrl?: string | undefined;
17347
- accessToken?: "redacted" | undefined;
17347
+ accessToken?: string | undefined;
17348
17348
  username?: string | undefined;
17349
- password?: "redacted" | undefined;
17349
+ password?: string | undefined;
17350
17350
  }, {
17351
17351
  enabledScopes: string[];
17352
17352
  bypassProxy: boolean;
@@ -17355,9 +17355,9 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
17355
17355
  registryUrl: string;
17356
17356
  proxyUrl: string;
17357
17357
  customRegistryUrl?: string | undefined;
17358
- accessToken?: "redacted" | undefined;
17358
+ accessToken?: string | undefined;
17359
17359
  username?: string | undefined;
17360
- password?: "redacted" | undefined;
17360
+ password?: string | undefined;
17361
17361
  }>>;
17362
17362
  }, "strip", z.ZodTypeAny, {
17363
17363
  id: string;
@@ -17519,9 +17519,9 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
17519
17519
  registryUrl: string;
17520
17520
  proxyUrl: string;
17521
17521
  customRegistryUrl?: string | undefined;
17522
- accessToken?: "redacted" | undefined;
17522
+ accessToken?: string | undefined;
17523
17523
  username?: string | undefined;
17524
- password?: "redacted" | undefined;
17524
+ password?: string | undefined;
17525
17525
  } | undefined;
17526
17526
  }, {
17527
17527
  id: string;
@@ -17683,9 +17683,9 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
17683
17683
  registryUrl: string;
17684
17684
  proxyUrl: string;
17685
17685
  customRegistryUrl?: string | undefined;
17686
- accessToken?: "redacted" | undefined;
17686
+ accessToken?: string | undefined;
17687
17687
  username?: string | undefined;
17688
- password?: "redacted" | undefined;
17688
+ password?: string | undefined;
17689
17689
  } | undefined;
17690
17690
  }>;
17691
17691
  role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing"]>;
@@ -17851,9 +17851,9 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
17851
17851
  registryUrl: string;
17852
17852
  proxyUrl: string;
17853
17853
  customRegistryUrl?: string | undefined;
17854
- accessToken?: "redacted" | undefined;
17854
+ accessToken?: string | undefined;
17855
17855
  username?: string | undefined;
17856
- password?: "redacted" | undefined;
17856
+ password?: string | undefined;
17857
17857
  } | undefined;
17858
17858
  };
17859
17859
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
@@ -18019,9 +18019,9 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
18019
18019
  registryUrl: string;
18020
18020
  proxyUrl: string;
18021
18021
  customRegistryUrl?: string | undefined;
18022
- accessToken?: "redacted" | undefined;
18022
+ accessToken?: string | undefined;
18023
18023
  username?: string | undefined;
18024
- password?: "redacted" | undefined;
18024
+ password?: string | undefined;
18025
18025
  } | undefined;
18026
18026
  };
18027
18027
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
@@ -18877,9 +18877,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
18877
18877
  customRegistryUrl: z.ZodOptional<z.ZodString>;
18878
18878
  proxyUrl: z.ZodString;
18879
18879
  authType: z.ZodEnum<["Basic", "Bearer", "None", "Custom"]>;
18880
- accessToken: z.ZodOptional<z.ZodLiteral<"redacted">>;
18880
+ accessToken: z.ZodOptional<z.ZodLiteral<string>>;
18881
18881
  username: z.ZodOptional<z.ZodString>;
18882
- password: z.ZodOptional<z.ZodLiteral<"redacted">>;
18882
+ password: z.ZodOptional<z.ZodLiteral<string>>;
18883
18883
  enabledScopes: z.ZodArray<z.ZodString, "many">;
18884
18884
  bypassProxy: z.ZodBoolean;
18885
18885
  }, "strip", z.ZodTypeAny, {
@@ -18890,9 +18890,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
18890
18890
  registryUrl: string;
18891
18891
  proxyUrl: string;
18892
18892
  customRegistryUrl?: string | undefined;
18893
- accessToken?: "redacted" | undefined;
18893
+ accessToken?: string | undefined;
18894
18894
  username?: string | undefined;
18895
- password?: "redacted" | undefined;
18895
+ password?: string | undefined;
18896
18896
  }, {
18897
18897
  enabledScopes: string[];
18898
18898
  bypassProxy: boolean;
@@ -18901,9 +18901,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
18901
18901
  registryUrl: string;
18902
18902
  proxyUrl: string;
18903
18903
  customRegistryUrl?: string | undefined;
18904
- accessToken?: "redacted" | undefined;
18904
+ accessToken?: string | undefined;
18905
18905
  username?: string | undefined;
18906
- password?: "redacted" | undefined;
18906
+ password?: string | undefined;
18907
18907
  }>>;
18908
18908
  }, "strip", z.ZodTypeAny, {
18909
18909
  id: string;
@@ -19065,9 +19065,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
19065
19065
  registryUrl: string;
19066
19066
  proxyUrl: string;
19067
19067
  customRegistryUrl?: string | undefined;
19068
- accessToken?: "redacted" | undefined;
19068
+ accessToken?: string | undefined;
19069
19069
  username?: string | undefined;
19070
- password?: "redacted" | undefined;
19070
+ password?: string | undefined;
19071
19071
  } | undefined;
19072
19072
  }, {
19073
19073
  id: string;
@@ -19229,9 +19229,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
19229
19229
  registryUrl: string;
19230
19230
  proxyUrl: string;
19231
19231
  customRegistryUrl?: string | undefined;
19232
- accessToken?: "redacted" | undefined;
19232
+ accessToken?: string | undefined;
19233
19233
  username?: string | undefined;
19234
- password?: "redacted" | undefined;
19234
+ password?: string | undefined;
19235
19235
  } | undefined;
19236
19236
  }>;
19237
19237
  role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing"]>;
@@ -19397,9 +19397,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
19397
19397
  registryUrl: string;
19398
19398
  proxyUrl: string;
19399
19399
  customRegistryUrl?: string | undefined;
19400
- accessToken?: "redacted" | undefined;
19400
+ accessToken?: string | undefined;
19401
19401
  username?: string | undefined;
19402
- password?: "redacted" | undefined;
19402
+ password?: string | undefined;
19403
19403
  } | undefined;
19404
19404
  };
19405
19405
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
@@ -19565,9 +19565,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
19565
19565
  registryUrl: string;
19566
19566
  proxyUrl: string;
19567
19567
  customRegistryUrl?: string | undefined;
19568
- accessToken?: "redacted" | undefined;
19568
+ accessToken?: string | undefined;
19569
19569
  username?: string | undefined;
19570
- password?: "redacted" | undefined;
19570
+ password?: string | undefined;
19571
19571
  } | undefined;
19572
19572
  };
19573
19573
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
@@ -19735,9 +19735,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
19735
19735
  registryUrl: string;
19736
19736
  proxyUrl: string;
19737
19737
  customRegistryUrl?: string | undefined;
19738
- accessToken?: "redacted" | undefined;
19738
+ accessToken?: string | undefined;
19739
19739
  username?: string | undefined;
19740
- password?: "redacted" | undefined;
19740
+ password?: string | undefined;
19741
19741
  } | undefined;
19742
19742
  };
19743
19743
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
@@ -19905,9 +19905,9 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
19905
19905
  registryUrl: string;
19906
19906
  proxyUrl: string;
19907
19907
  customRegistryUrl?: string | undefined;
19908
- accessToken?: "redacted" | undefined;
19908
+ accessToken?: string | undefined;
19909
19909
  username?: string | undefined;
19910
- password?: "redacted" | undefined;
19910
+ password?: string | undefined;
19911
19911
  } | undefined;
19912
19912
  };
19913
19913
  role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing";
@@ -19916,15 +19916,18 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
19916
19916
  }>;
19917
19917
  type DTOUserWorkspaceMembershipsResponse = z.infer<typeof DTOUserWorkspaceMembershipsResponse>;
19918
19918
 
19919
+ declare const DTONpmRegistryConfigConstants: {
19920
+ passwordPlaceholder: string;
19921
+ };
19919
19922
  declare const DTONpmRegistryConfig: z.ZodObject<{
19920
19923
  registryType: z.ZodEnum<["NPMJS", "GitHub", "AzureDevOps", "Artifactory", "Custom"]>;
19921
19924
  registryUrl: z.ZodString;
19922
19925
  customRegistryUrl: z.ZodOptional<z.ZodString>;
19923
19926
  proxyUrl: z.ZodString;
19924
19927
  authType: z.ZodEnum<["Basic", "Bearer", "None", "Custom"]>;
19925
- accessToken: z.ZodOptional<z.ZodLiteral<"redacted">>;
19928
+ accessToken: z.ZodOptional<z.ZodLiteral<string>>;
19926
19929
  username: z.ZodOptional<z.ZodString>;
19927
- password: z.ZodOptional<z.ZodLiteral<"redacted">>;
19930
+ password: z.ZodOptional<z.ZodLiteral<string>>;
19928
19931
  enabledScopes: z.ZodArray<z.ZodString, "many">;
19929
19932
  bypassProxy: z.ZodBoolean;
19930
19933
  }, "strip", z.ZodTypeAny, {
@@ -19935,9 +19938,9 @@ declare const DTONpmRegistryConfig: z.ZodObject<{
19935
19938
  registryUrl: string;
19936
19939
  proxyUrl: string;
19937
19940
  customRegistryUrl?: string | undefined;
19938
- accessToken?: "redacted" | undefined;
19941
+ accessToken?: string | undefined;
19939
19942
  username?: string | undefined;
19940
- password?: "redacted" | undefined;
19943
+ password?: string | undefined;
19941
19944
  }, {
19942
19945
  enabledScopes: string[];
19943
19946
  bypassProxy: boolean;
@@ -19946,9 +19949,9 @@ declare const DTONpmRegistryConfig: z.ZodObject<{
19946
19949
  registryUrl: string;
19947
19950
  proxyUrl: string;
19948
19951
  customRegistryUrl?: string | undefined;
19949
- accessToken?: "redacted" | undefined;
19952
+ accessToken?: string | undefined;
19950
19953
  username?: string | undefined;
19951
- password?: "redacted" | undefined;
19954
+ password?: string | undefined;
19952
19955
  }>;
19953
19956
  type DTONpmRegistryConfig = z.infer<typeof DTONpmRegistryConfig>;
19954
19957
 
@@ -20799,9 +20802,9 @@ declare const DTOWorkspace: z.ZodObject<{
20799
20802
  customRegistryUrl: z.ZodOptional<z.ZodString>;
20800
20803
  proxyUrl: z.ZodString;
20801
20804
  authType: z.ZodEnum<["Basic", "Bearer", "None", "Custom"]>;
20802
- accessToken: z.ZodOptional<z.ZodLiteral<"redacted">>;
20805
+ accessToken: z.ZodOptional<z.ZodLiteral<string>>;
20803
20806
  username: z.ZodOptional<z.ZodString>;
20804
- password: z.ZodOptional<z.ZodLiteral<"redacted">>;
20807
+ password: z.ZodOptional<z.ZodLiteral<string>>;
20805
20808
  enabledScopes: z.ZodArray<z.ZodString, "many">;
20806
20809
  bypassProxy: z.ZodBoolean;
20807
20810
  }, "strip", z.ZodTypeAny, {
@@ -20812,9 +20815,9 @@ declare const DTOWorkspace: z.ZodObject<{
20812
20815
  registryUrl: string;
20813
20816
  proxyUrl: string;
20814
20817
  customRegistryUrl?: string | undefined;
20815
- accessToken?: "redacted" | undefined;
20818
+ accessToken?: string | undefined;
20816
20819
  username?: string | undefined;
20817
- password?: "redacted" | undefined;
20820
+ password?: string | undefined;
20818
20821
  }, {
20819
20822
  enabledScopes: string[];
20820
20823
  bypassProxy: boolean;
@@ -20823,9 +20826,9 @@ declare const DTOWorkspace: z.ZodObject<{
20823
20826
  registryUrl: string;
20824
20827
  proxyUrl: string;
20825
20828
  customRegistryUrl?: string | undefined;
20826
- accessToken?: "redacted" | undefined;
20829
+ accessToken?: string | undefined;
20827
20830
  username?: string | undefined;
20828
- password?: "redacted" | undefined;
20831
+ password?: string | undefined;
20829
20832
  }>>;
20830
20833
  }, "strip", z.ZodTypeAny, {
20831
20834
  id: string;
@@ -20987,9 +20990,9 @@ declare const DTOWorkspace: z.ZodObject<{
20987
20990
  registryUrl: string;
20988
20991
  proxyUrl: string;
20989
20992
  customRegistryUrl?: string | undefined;
20990
- accessToken?: "redacted" | undefined;
20993
+ accessToken?: string | undefined;
20991
20994
  username?: string | undefined;
20992
- password?: "redacted" | undefined;
20995
+ password?: string | undefined;
20993
20996
  } | undefined;
20994
20997
  }, {
20995
20998
  id: string;
@@ -21151,9 +21154,9 @@ declare const DTOWorkspace: z.ZodObject<{
21151
21154
  registryUrl: string;
21152
21155
  proxyUrl: string;
21153
21156
  customRegistryUrl?: string | undefined;
21154
- accessToken?: "redacted" | undefined;
21157
+ accessToken?: string | undefined;
21155
21158
  username?: string | undefined;
21156
- password?: "redacted" | undefined;
21159
+ password?: string | undefined;
21157
21160
  } | undefined;
21158
21161
  }>;
21159
21162
  type DTOWorkspace = z.infer<typeof DTOWorkspace>;
@@ -21283,6 +21286,35 @@ declare const DTOCreateVersionInput: z.ZodObject<{
21283
21286
  changeLog?: string | undefined;
21284
21287
  }>;
21285
21288
  type DTOCreateVersionInput = z.infer<typeof DTOCreateVersionInput>;
21289
+ declare const DTOUpdateVersionInput: z.ZodObject<{
21290
+ meta: z.ZodObject<{
21291
+ name: z.ZodOptional<z.ZodString>;
21292
+ description: z.ZodOptional<z.ZodString>;
21293
+ }, "strip", z.ZodTypeAny, {
21294
+ name?: string | undefined;
21295
+ description?: string | undefined;
21296
+ }, {
21297
+ name?: string | undefined;
21298
+ description?: string | undefined;
21299
+ }>;
21300
+ version: z.ZodString;
21301
+ changeLog: z.ZodString;
21302
+ }, "strip", z.ZodTypeAny, {
21303
+ meta: {
21304
+ name?: string | undefined;
21305
+ description?: string | undefined;
21306
+ };
21307
+ version: string;
21308
+ changeLog: string;
21309
+ }, {
21310
+ meta: {
21311
+ name?: string | undefined;
21312
+ description?: string | undefined;
21313
+ };
21314
+ version: string;
21315
+ changeLog: string;
21316
+ }>;
21317
+ type DTOUpdateVersionInput = z.infer<typeof DTOUpdateVersionInput>;
21286
21318
 
21287
21319
  declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
21288
21320
  definitions: z.ZodArray<z.ZodObject<{
@@ -24660,4 +24692,4 @@ declare const BlockDefinitionUtils: {
24660
24692
  };
24661
24693
  };
24662
24694
 
24663
- export { BlockDefinitionUtils, BlockParsingUtils, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateVersionInput, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignSystem, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupStructureV1, DTODocumentationGroupStructureV2, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageStructureV2, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionsGetResponse, DTOElementPropertyValue, DTOElementPropertyValuesGetResponse, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExporterProperty, DTOExporterPropertyListResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOIntegration, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceRole, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, VersionSQSPayload, WorkspaceConfigurationPayload, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationElementsToHierarchyDto, documentationHierarchyToYjs, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, documentationPagesToStructureDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, elementGroupsToDocumentationGroupStructureDTOV2, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, integrationToDto, itemConfigurationToYjs, pageToProsemirrorDoc, pageToYXmlFragment, pmSchema, prosemirrorDocToPage, prosemirrorNodeToSection, prosemirrorNodesToBlocks, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
24695
+ export { BlockDefinitionUtils, BlockParsingUtils, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateVersionInput, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignSystem, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupStructureV1, DTODocumentationGroupStructureV2, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageStructureV2, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionsGetResponse, DTOElementPropertyValue, DTOElementPropertyValuesGetResponse, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExporterProperty, DTOExporterPropertyListResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOIntegration, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUpdateVersionInput, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceRole, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, VersionSQSPayload, WorkspaceConfigurationPayload, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationElementsToHierarchyDto, documentationHierarchyToYjs, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, documentationPagesToStructureDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, elementGroupsToDocumentationGroupStructureDTOV2, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, integrationToDto, itemConfigurationToYjs, pageToProsemirrorDoc, pageToYXmlFragment, pmSchema, prosemirrorDocToPage, prosemirrorNodeToSection, prosemirrorNodesToBlocks, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
package/dist/index.js CHANGED
@@ -2644,26 +2644,6 @@ var VersionCreationJob = _zod.z.object({
2644
2644
  status: VersionCreationJobStatus,
2645
2645
  errorMessage: nullishToOptional(_zod.z.string())
2646
2646
  });
2647
- var ExportJobDocumentationContext = _zod.z.object({
2648
- isSingleVersionDocs: _zod.z.boolean(),
2649
- versionSlug: _zod.z.string(),
2650
- environment: PublishedDocEnvironment
2651
- });
2652
- var ExportJobContext = _zod.z.object({
2653
- apiUrl: _zod.z.string(),
2654
- accessToken: _zod.z.string(),
2655
- designSystemId: _zod.z.string(),
2656
- designSystemVersionId: _zod.z.string(),
2657
- brandId: _zod.z.string().optional(),
2658
- exporterPackageUrl: _zod.z.string(),
2659
- exporterPropertyValues: ExporterPropertyValue.array(),
2660
- documentation: ExportJobDocumentationContext.optional()
2661
- });
2662
- var ExporterFunctionPayload = _zod.z.object({
2663
- exportJobId: _zod.z.string(),
2664
- exportContextId: _zod.z.string(),
2665
- designSystemId: _zod.z.string()
2666
- });
2667
2647
  var BITBUCKET_SLUG = /^[-a-zA-Z0-9~]*$/;
2668
2648
  var BITBUCKET_MAX_LENGTH = 64;
2669
2649
  var ExporterDestinationDocs = _zod.z.object({
@@ -2779,6 +2759,26 @@ var ExportJobFindByFilter = ExportJob.pick({
2779
2759
  destinations: _zod.z.array(ExportJobDestinationType),
2780
2760
  docsEnvironment: PublishedDocEnvironment
2781
2761
  }).partial();
2762
+ var ExportJobDocumentationContext = _zod.z.object({
2763
+ isSingleVersionDocs: _zod.z.boolean(),
2764
+ versionSlug: _zod.z.string(),
2765
+ environment: PublishedDocEnvironment
2766
+ });
2767
+ var ExportJobContext = _zod.z.object({
2768
+ apiUrl: _zod.z.string(),
2769
+ accessToken: _zod.z.string(),
2770
+ designSystemId: _zod.z.string(),
2771
+ designSystemVersionId: _zod.z.string(),
2772
+ brandId: _zod.z.string().optional(),
2773
+ exporterPackageUrl: _zod.z.string(),
2774
+ exporterPropertyValues: ExporterPropertyValue.array(),
2775
+ documentation: ExportJobDocumentationContext.optional()
2776
+ });
2777
+ var ExporterFunctionPayload = _zod.z.object({
2778
+ exportJobId: _zod.z.string(),
2779
+ exportContextId: _zod.z.string(),
2780
+ designSystemId: _zod.z.string()
2781
+ });
2782
2782
  var ExporterScheduleEventType = _zod.z.enum(["OnVersionReleased", "OnHeadChanged", "OnSourceUpdated", "None"]);
2783
2783
  var ExporterSchedule = _zod.z.object({
2784
2784
  id: _zod.z.string(),
@@ -2793,13 +2793,6 @@ var ExporterSchedule = _zod.z.object({
2793
2793
  // Destinations
2794
2794
  ...ExportDestinationsMap.shape
2795
2795
  });
2796
- var ExporterWorkspaceMembershipRole = _zod.z.enum(["Owner", "OwnerArchived", "User"]);
2797
- var ExporterWorkspaceMembership = _zod.z.object({
2798
- id: _zod.z.string(),
2799
- workspaceId: _zod.z.string(),
2800
- exporterId: _zod.z.string(),
2801
- role: ExporterWorkspaceMembershipRole
2802
- });
2803
2796
  var GitProviderNames = /* @__PURE__ */ ((GitProviderNames2) => {
2804
2797
  GitProviderNames2["Azure"] = "azure";
2805
2798
  GitProviderNames2["Github"] = "github";
@@ -2886,6 +2879,13 @@ var Exporter = _zod.z.object({
2886
2879
  exporterType: nullishToOptional(ExporterType).default("code"),
2887
2880
  storagePath: nullishToOptional(_zod.z.string()).default("")
2888
2881
  });
2882
+ var ExporterWorkspaceMembershipRole = _zod.z.enum(["Owner", "OwnerArchived", "User"]);
2883
+ var ExporterWorkspaceMembership = _zod.z.object({
2884
+ id: _zod.z.string(),
2885
+ workspaceId: _zod.z.string(),
2886
+ exporterId: _zod.z.string(),
2887
+ role: ExporterWorkspaceMembershipRole
2888
+ });
2889
2889
  var FlaggedFeature = _zod.z.enum(["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter"]);
2890
2890
  var FeatureFlagMap = _zod.z.record(FlaggedFeature, _zod.z.boolean());
2891
2891
  var FeatureFlag = _zod.z.object({
@@ -4234,7 +4234,13 @@ var DTOCreateVersionInput = _zod.z.object({
4234
4234
  version: _zod.z.string().refine(validateDesignSystemVersion, {
4235
4235
  message: "Invalid semantic versioning format"
4236
4236
  }),
4237
- changeLog: _zod.z.string().max(2e3).optional()
4237
+ changeLog: _zod.z.string().optional()
4238
+ });
4239
+ var DTOUpdateVersionInput = _zod.z.object({
4240
+ meta: ObjectMeta2,
4241
+ version: _zod.z.string(),
4242
+ // required for PUT, but not editable
4243
+ changeLog: _zod.z.string()
4238
4244
  });
4239
4245
 
4240
4246
  // src/api/payloads/documentation/block-definitions.ts
@@ -4966,6 +4972,9 @@ var DTOIntegrationsGetListResponse = _zod.z.object({
4966
4972
 
4967
4973
  // src/api/dto/workspaces/npm-registry.ts
4968
4974
 
4975
+ var DTONpmRegistryConfigConstants = {
4976
+ passwordPlaceholder: "redacted"
4977
+ };
4969
4978
  var DTONpmRegistryConfig = _zod.z.object({
4970
4979
  // Registry basic configuration
4971
4980
  registryType: NpmRegistryType,
@@ -4975,9 +4984,9 @@ var DTONpmRegistryConfig = _zod.z.object({
4975
4984
  proxyUrl: _zod.z.string(),
4976
4985
  // Auth configuration
4977
4986
  authType: NpmRegistryAuthType,
4978
- accessToken: _zod.z.literal("redacted").optional(),
4987
+ accessToken: _zod.z.literal(DTONpmRegistryConfigConstants.passwordPlaceholder).optional(),
4979
4988
  username: _zod.z.string().optional(),
4980
- password: _zod.z.literal("redacted").optional(),
4989
+ password: _zod.z.literal(DTONpmRegistryConfigConstants.passwordPlaceholder).optional(),
4981
4990
  // NPM package scopes for whih the proxy should be enabled
4982
4991
  enabledScopes: _zod.z.array(_zod.z.string()),
4983
4992
  // True if client should bypass Supernova proxy and connect directly to the registry
@@ -8901,5 +8910,7 @@ function mapByUnique2(items, keyFn) {
8901
8910
 
8902
8911
 
8903
8912
 
8904
- exports.BlockDefinitionUtils = BlockDefinitionUtils; exports.BlockParsingUtils = BlockParsingUtils; exports.DTOBrand = DTOBrand; exports.DTOBrandCreateResponse = DTOBrandCreateResponse; exports.DTOBrandGetResponse = DTOBrandGetResponse; exports.DTOBrandsListResponse = DTOBrandsListResponse; exports.DTOCreateBrandInput = DTOCreateBrandInput; exports.DTOCreateDocumentationGroupInput = DTOCreateDocumentationGroupInput; exports.DTOCreateDocumentationPageInputV2 = DTOCreateDocumentationPageInputV2; exports.DTOCreateDocumentationTabInput = DTOCreateDocumentationTabInput; exports.DTOCreateElementPropertyDefinitionInputV2 = DTOCreateElementPropertyDefinitionInputV2; exports.DTOCreateVersionInput = DTOCreateVersionInput; exports.DTODeleteDocumentationGroupInput = DTODeleteDocumentationGroupInput; exports.DTODeleteDocumentationPageInputV2 = DTODeleteDocumentationPageInputV2; exports.DTODeleteDocumentationTabGroupInput = DTODeleteDocumentationTabGroupInput; exports.DTODeleteElementPropertyDefinitionInputV2 = DTODeleteElementPropertyDefinitionInputV2; exports.DTODesignSystem = DTODesignSystem; exports.DTODesignSystemVersion = DTODesignSystemVersion; exports.DTODesignSystemVersionCreationResponse = DTODesignSystemVersionCreationResponse; exports.DTODesignSystemVersionGetResponse = DTODesignSystemVersionGetResponse; exports.DTODesignSystemVersionJobStatusResponse = DTODesignSystemVersionJobStatusResponse; exports.DTODesignSystemVersionJobsResponse = DTODesignSystemVersionJobsResponse; exports.DTODesignSystemVersionsListResponse = DTODesignSystemVersionsListResponse; exports.DTODocumentationGroupCreateActionInputV2 = DTODocumentationGroupCreateActionInputV2; exports.DTODocumentationGroupCreateActionOutputV2 = DTODocumentationGroupCreateActionOutputV2; exports.DTODocumentationGroupDeleteActionInputV2 = DTODocumentationGroupDeleteActionInputV2; exports.DTODocumentationGroupDeleteActionOutputV2 = DTODocumentationGroupDeleteActionOutputV2; exports.DTODocumentationGroupDuplicateActionInputV2 = DTODocumentationGroupDuplicateActionInputV2; exports.DTODocumentationGroupDuplicateActionOutputV2 = DTODocumentationGroupDuplicateActionOutputV2; exports.DTODocumentationGroupMoveActionInputV2 = DTODocumentationGroupMoveActionInputV2; exports.DTODocumentationGroupMoveActionOutputV2 = DTODocumentationGroupMoveActionOutputV2; exports.DTODocumentationGroupStructureV1 = DTODocumentationGroupStructureV1; exports.DTODocumentationGroupStructureV2 = DTODocumentationGroupStructureV2; exports.DTODocumentationGroupUpdateActionInputV2 = DTODocumentationGroupUpdateActionInputV2; exports.DTODocumentationGroupUpdateActionOutputV2 = DTODocumentationGroupUpdateActionOutputV2; exports.DTODocumentationGroupV1 = DTODocumentationGroupV1; exports.DTODocumentationGroupV2 = DTODocumentationGroupV2; exports.DTODocumentationHierarchyV2 = DTODocumentationHierarchyV2; exports.DTODocumentationItemConfigurationV1 = DTODocumentationItemConfigurationV1; exports.DTODocumentationItemConfigurationV2 = DTODocumentationItemConfigurationV2; exports.DTODocumentationItemHeaderV2 = DTODocumentationItemHeaderV2; exports.DTODocumentationLinkPreviewRequest = DTODocumentationLinkPreviewRequest; exports.DTODocumentationLinkPreviewResponse = DTODocumentationLinkPreviewResponse; exports.DTODocumentationPageAnchor = DTODocumentationPageAnchor; exports.DTODocumentationPageContent = DTODocumentationPageContent; exports.DTODocumentationPageContentGetResponse = DTODocumentationPageContentGetResponse; exports.DTODocumentationPageCreateActionInputV2 = DTODocumentationPageCreateActionInputV2; exports.DTODocumentationPageCreateActionOutputV2 = DTODocumentationPageCreateActionOutputV2; exports.DTODocumentationPageDeleteActionInputV2 = DTODocumentationPageDeleteActionInputV2; exports.DTODocumentationPageDeleteActionOutputV2 = DTODocumentationPageDeleteActionOutputV2; exports.DTODocumentationPageDuplicateActionInputV2 = DTODocumentationPageDuplicateActionInputV2; exports.DTODocumentationPageDuplicateActionOutputV2 = DTODocumentationPageDuplicateActionOutputV2; exports.DTODocumentationPageMoveActionInputV2 = DTODocumentationPageMoveActionInputV2; exports.DTODocumentationPageMoveActionOutputV2 = DTODocumentationPageMoveActionOutputV2; exports.DTODocumentationPageRoomHeaderData = DTODocumentationPageRoomHeaderData; exports.DTODocumentationPageRoomHeaderDataUpdate = DTODocumentationPageRoomHeaderDataUpdate; exports.DTODocumentationPageStructureV2 = DTODocumentationPageStructureV2; exports.DTODocumentationPageUpdateActionInputV2 = DTODocumentationPageUpdateActionInputV2; exports.DTODocumentationPageUpdateActionOutputV2 = DTODocumentationPageUpdateActionOutputV2; exports.DTODocumentationPageV2 = DTODocumentationPageV2; exports.DTODocumentationTabCreateActionInputV2 = DTODocumentationTabCreateActionInputV2; exports.DTODocumentationTabCreateActionOutputV2 = DTODocumentationTabCreateActionOutputV2; exports.DTODocumentationTabGroupDeleteActionInputV2 = DTODocumentationTabGroupDeleteActionInputV2; exports.DTODocumentationTabGroupDeleteActionOutputV2 = DTODocumentationTabGroupDeleteActionOutputV2; exports.DTODuplicateDocumentationGroupInput = DTODuplicateDocumentationGroupInput; exports.DTODuplicateDocumentationPageInputV2 = DTODuplicateDocumentationPageInputV2; exports.DTOElementActionInput = DTOElementActionInput; exports.DTOElementActionOutput = DTOElementActionOutput; exports.DTOElementPropertyDefinition = DTOElementPropertyDefinition; exports.DTOElementPropertyDefinitionsGetResponse = DTOElementPropertyDefinitionsGetResponse; exports.DTOElementPropertyValue = DTOElementPropertyValue; exports.DTOElementPropertyValuesGetResponse = DTOElementPropertyValuesGetResponse; exports.DTOElementView = DTOElementView; exports.DTOElementViewBasePropertyColumn = DTOElementViewBasePropertyColumn; exports.DTOElementViewColumn = DTOElementViewColumn; exports.DTOElementViewColumnSharedAttributes = DTOElementViewColumnSharedAttributes; exports.DTOElementViewPropertyDefinitionColumn = DTOElementViewPropertyDefinitionColumn; exports.DTOElementViewThemeColumn = DTOElementViewThemeColumn; exports.DTOElementViewsListResponse = DTOElementViewsListResponse; exports.DTOElementsGetOutput = DTOElementsGetOutput; exports.DTOElementsGetQuerySchema = DTOElementsGetQuerySchema; exports.DTOElementsGetTypeFilter = DTOElementsGetTypeFilter; exports.DTOExportJob = DTOExportJob; exports.DTOExportJobCreatedBy = DTOExportJobCreatedBy; exports.DTOExportJobDesignSystemPreview = DTOExportJobDesignSystemPreview; exports.DTOExportJobDesignSystemVersionPreview = DTOExportJobDesignSystemVersionPreview; exports.DTOExportJobDestinations = DTOExportJobDestinations; exports.DTOExporterProperty = DTOExporterProperty; exports.DTOExporterPropertyListResponse = DTOExporterPropertyListResponse; exports.DTOFigmaNode = DTOFigmaNode; exports.DTOFigmaNodeData = DTOFigmaNodeData; exports.DTOFigmaNodeOrigin = DTOFigmaNodeOrigin; exports.DTOFigmaNodeRenderActionInput = DTOFigmaNodeRenderActionInput; exports.DTOFigmaNodeRenderActionOutput = DTOFigmaNodeRenderActionOutput; exports.DTOFigmaNodeRenderInput = DTOFigmaNodeRenderInput; exports.DTOGetBlockDefinitionsOutput = DTOGetBlockDefinitionsOutput; exports.DTOGetDocumentationPageAnchorsResponse = DTOGetDocumentationPageAnchorsResponse; exports.DTOIntegration = DTOIntegration; exports.DTOIntegrationOAuthGetResponse = DTOIntegrationOAuthGetResponse; exports.DTOIntegrationPostResponse = DTOIntegrationPostResponse; exports.DTOIntegrationsGetListResponse = DTOIntegrationsGetListResponse; exports.DTOLiveblocksAuthRequest = DTOLiveblocksAuthRequest; exports.DTOLiveblocksAuthResponse = DTOLiveblocksAuthResponse; exports.DTOMoveDocumentationGroupInput = DTOMoveDocumentationGroupInput; exports.DTOMoveDocumentationPageInputV2 = DTOMoveDocumentationPageInputV2; exports.DTONpmRegistryConfig = DTONpmRegistryConfig; exports.DTOPropertyDefinitionCreateActionInputV2 = DTOPropertyDefinitionCreateActionInputV2; exports.DTOPropertyDefinitionCreateActionOutputV2 = DTOPropertyDefinitionCreateActionOutputV2; exports.DTOPropertyDefinitionDeleteActionInputV2 = DTOPropertyDefinitionDeleteActionInputV2; exports.DTOPropertyDefinitionDeleteActionOutputV2 = DTOPropertyDefinitionDeleteActionOutputV2; exports.DTOPropertyDefinitionUpdateActionInputV2 = DTOPropertyDefinitionUpdateActionInputV2; exports.DTOPropertyDefinitionUpdateActionOutputV2 = DTOPropertyDefinitionUpdateActionOutputV2; exports.DTOUpdateDocumentationGroupInput = DTOUpdateDocumentationGroupInput; exports.DTOUpdateDocumentationPageInputV2 = DTOUpdateDocumentationPageInputV2; exports.DTOUpdateElementPropertyDefinitionInputV2 = DTOUpdateElementPropertyDefinitionInputV2; exports.DTOUserWorkspaceMembership = DTOUserWorkspaceMembership; exports.DTOUserWorkspaceMembershipsResponse = DTOUserWorkspaceMembershipsResponse; exports.DTOWorkspace = DTOWorkspace; exports.DTOWorkspaceIntegrationOauthInput = DTOWorkspaceIntegrationOauthInput; exports.DTOWorkspaceIntegrationPATInput = DTOWorkspaceIntegrationPATInput; exports.DTOWorkspaceRole = DTOWorkspaceRole; exports.DocumentationHierarchySettings = DocumentationHierarchySettings; exports.DocumentationPageEditorModel = DocumentationPageEditorModel; exports.DocumentationPageV1DTO = DocumentationPageV1DTO; exports.ListTreeBuilder = ListTreeBuilder; exports.NpmRegistryInput = NpmRegistryInput; exports.ObjectMeta = ObjectMeta2; exports.PageBlockEditorModel = PageBlockEditorModel; exports.PageSectionEditorModel = PageSectionEditorModel; exports.VersionSQSPayload = VersionSQSPayload; exports.WorkspaceConfigurationPayload = WorkspaceConfigurationPayload; exports.applyPrivacyConfigurationToNestedItems = applyPrivacyConfigurationToNestedItems; exports.blockToProsemirrorNode = blockToProsemirrorNode; exports.buildDocPagePublishPaths = buildDocPagePublishPaths; exports.calculateElementParentChain = calculateElementParentChain; exports.documentationElementsToHierarchyDto = documentationElementsToHierarchyDto; exports.documentationHierarchyToYjs = documentationHierarchyToYjs; exports.documentationItemConfigurationToDTOV1 = documentationItemConfigurationToDTOV1; exports.documentationItemConfigurationToDTOV2 = documentationItemConfigurationToDTOV2; exports.documentationPagesFixedConfigurationToDTOV1 = documentationPagesFixedConfigurationToDTOV1; exports.documentationPagesFixedConfigurationToDTOV2 = documentationPagesFixedConfigurationToDTOV2; exports.documentationPagesToDTOV1 = documentationPagesToDTOV1; exports.documentationPagesToDTOV2 = documentationPagesToDTOV2; exports.documentationPagesToStructureDTOV2 = documentationPagesToStructureDTOV2; exports.elementGroupsToDocumentationGroupDTOV1 = elementGroupsToDocumentationGroupDTOV1; exports.elementGroupsToDocumentationGroupDTOV2 = elementGroupsToDocumentationGroupDTOV2; exports.elementGroupsToDocumentationGroupFixedConfigurationDTOV1 = elementGroupsToDocumentationGroupFixedConfigurationDTOV1; exports.elementGroupsToDocumentationGroupFixedConfigurationDTOV2 = elementGroupsToDocumentationGroupFixedConfigurationDTOV2; exports.elementGroupsToDocumentationGroupStructureDTOV1 = elementGroupsToDocumentationGroupStructureDTOV1; exports.elementGroupsToDocumentationGroupStructureDTOV2 = elementGroupsToDocumentationGroupStructureDTOV2; exports.getDtoDefaultItemConfigurationV1 = getDtoDefaultItemConfigurationV1; exports.getDtoDefaultItemConfigurationV2 = getDtoDefaultItemConfigurationV2; exports.getMockPageBlockDefinitions = getMockPageBlockDefinitions; exports.integrationToDto = integrationToDto; exports.itemConfigurationToYjs = itemConfigurationToYjs; exports.pageToProsemirrorDoc = pageToProsemirrorDoc; exports.pageToYXmlFragment = pageToYXmlFragment; exports.pmSchema = pmSchema; exports.prosemirrorDocToPage = prosemirrorDocToPage; exports.prosemirrorNodeToSection = prosemirrorNodeToSection; exports.prosemirrorNodesToBlocks = prosemirrorNodesToBlocks; exports.serializeAsCustomBlock = serializeAsCustomBlock; exports.shallowProsemirrorNodeToBlock = shallowProsemirrorNodeToBlock; exports.validateDesignSystemVersion = validateDesignSystemVersion; exports.validateSsoPayload = validateSsoPayload; exports.yDocToPage = yDocToPage; exports.yXmlFragmentToPage = yXmlFragmentToPage; exports.yjsToDocumentationHierarchy = yjsToDocumentationHierarchy; exports.yjsToItemConfiguration = yjsToItemConfiguration;
8913
+
8914
+
8915
+ exports.BlockDefinitionUtils = BlockDefinitionUtils; exports.BlockParsingUtils = BlockParsingUtils; exports.DTOBrand = DTOBrand; exports.DTOBrandCreateResponse = DTOBrandCreateResponse; exports.DTOBrandGetResponse = DTOBrandGetResponse; exports.DTOBrandsListResponse = DTOBrandsListResponse; exports.DTOCreateBrandInput = DTOCreateBrandInput; exports.DTOCreateDocumentationGroupInput = DTOCreateDocumentationGroupInput; exports.DTOCreateDocumentationPageInputV2 = DTOCreateDocumentationPageInputV2; exports.DTOCreateDocumentationTabInput = DTOCreateDocumentationTabInput; exports.DTOCreateElementPropertyDefinitionInputV2 = DTOCreateElementPropertyDefinitionInputV2; exports.DTOCreateVersionInput = DTOCreateVersionInput; exports.DTODeleteDocumentationGroupInput = DTODeleteDocumentationGroupInput; exports.DTODeleteDocumentationPageInputV2 = DTODeleteDocumentationPageInputV2; exports.DTODeleteDocumentationTabGroupInput = DTODeleteDocumentationTabGroupInput; exports.DTODeleteElementPropertyDefinitionInputV2 = DTODeleteElementPropertyDefinitionInputV2; exports.DTODesignSystem = DTODesignSystem; exports.DTODesignSystemVersion = DTODesignSystemVersion; exports.DTODesignSystemVersionCreationResponse = DTODesignSystemVersionCreationResponse; exports.DTODesignSystemVersionGetResponse = DTODesignSystemVersionGetResponse; exports.DTODesignSystemVersionJobStatusResponse = DTODesignSystemVersionJobStatusResponse; exports.DTODesignSystemVersionJobsResponse = DTODesignSystemVersionJobsResponse; exports.DTODesignSystemVersionsListResponse = DTODesignSystemVersionsListResponse; exports.DTODocumentationGroupCreateActionInputV2 = DTODocumentationGroupCreateActionInputV2; exports.DTODocumentationGroupCreateActionOutputV2 = DTODocumentationGroupCreateActionOutputV2; exports.DTODocumentationGroupDeleteActionInputV2 = DTODocumentationGroupDeleteActionInputV2; exports.DTODocumentationGroupDeleteActionOutputV2 = DTODocumentationGroupDeleteActionOutputV2; exports.DTODocumentationGroupDuplicateActionInputV2 = DTODocumentationGroupDuplicateActionInputV2; exports.DTODocumentationGroupDuplicateActionOutputV2 = DTODocumentationGroupDuplicateActionOutputV2; exports.DTODocumentationGroupMoveActionInputV2 = DTODocumentationGroupMoveActionInputV2; exports.DTODocumentationGroupMoveActionOutputV2 = DTODocumentationGroupMoveActionOutputV2; exports.DTODocumentationGroupStructureV1 = DTODocumentationGroupStructureV1; exports.DTODocumentationGroupStructureV2 = DTODocumentationGroupStructureV2; exports.DTODocumentationGroupUpdateActionInputV2 = DTODocumentationGroupUpdateActionInputV2; exports.DTODocumentationGroupUpdateActionOutputV2 = DTODocumentationGroupUpdateActionOutputV2; exports.DTODocumentationGroupV1 = DTODocumentationGroupV1; exports.DTODocumentationGroupV2 = DTODocumentationGroupV2; exports.DTODocumentationHierarchyV2 = DTODocumentationHierarchyV2; exports.DTODocumentationItemConfigurationV1 = DTODocumentationItemConfigurationV1; exports.DTODocumentationItemConfigurationV2 = DTODocumentationItemConfigurationV2; exports.DTODocumentationItemHeaderV2 = DTODocumentationItemHeaderV2; exports.DTODocumentationLinkPreviewRequest = DTODocumentationLinkPreviewRequest; exports.DTODocumentationLinkPreviewResponse = DTODocumentationLinkPreviewResponse; exports.DTODocumentationPageAnchor = DTODocumentationPageAnchor; exports.DTODocumentationPageContent = DTODocumentationPageContent; exports.DTODocumentationPageContentGetResponse = DTODocumentationPageContentGetResponse; exports.DTODocumentationPageCreateActionInputV2 = DTODocumentationPageCreateActionInputV2; exports.DTODocumentationPageCreateActionOutputV2 = DTODocumentationPageCreateActionOutputV2; exports.DTODocumentationPageDeleteActionInputV2 = DTODocumentationPageDeleteActionInputV2; exports.DTODocumentationPageDeleteActionOutputV2 = DTODocumentationPageDeleteActionOutputV2; exports.DTODocumentationPageDuplicateActionInputV2 = DTODocumentationPageDuplicateActionInputV2; exports.DTODocumentationPageDuplicateActionOutputV2 = DTODocumentationPageDuplicateActionOutputV2; exports.DTODocumentationPageMoveActionInputV2 = DTODocumentationPageMoveActionInputV2; exports.DTODocumentationPageMoveActionOutputV2 = DTODocumentationPageMoveActionOutputV2; exports.DTODocumentationPageRoomHeaderData = DTODocumentationPageRoomHeaderData; exports.DTODocumentationPageRoomHeaderDataUpdate = DTODocumentationPageRoomHeaderDataUpdate; exports.DTODocumentationPageStructureV2 = DTODocumentationPageStructureV2; exports.DTODocumentationPageUpdateActionInputV2 = DTODocumentationPageUpdateActionInputV2; exports.DTODocumentationPageUpdateActionOutputV2 = DTODocumentationPageUpdateActionOutputV2; exports.DTODocumentationPageV2 = DTODocumentationPageV2; exports.DTODocumentationTabCreateActionInputV2 = DTODocumentationTabCreateActionInputV2; exports.DTODocumentationTabCreateActionOutputV2 = DTODocumentationTabCreateActionOutputV2; exports.DTODocumentationTabGroupDeleteActionInputV2 = DTODocumentationTabGroupDeleteActionInputV2; exports.DTODocumentationTabGroupDeleteActionOutputV2 = DTODocumentationTabGroupDeleteActionOutputV2; exports.DTODuplicateDocumentationGroupInput = DTODuplicateDocumentationGroupInput; exports.DTODuplicateDocumentationPageInputV2 = DTODuplicateDocumentationPageInputV2; exports.DTOElementActionInput = DTOElementActionInput; exports.DTOElementActionOutput = DTOElementActionOutput; exports.DTOElementPropertyDefinition = DTOElementPropertyDefinition; exports.DTOElementPropertyDefinitionsGetResponse = DTOElementPropertyDefinitionsGetResponse; exports.DTOElementPropertyValue = DTOElementPropertyValue; exports.DTOElementPropertyValuesGetResponse = DTOElementPropertyValuesGetResponse; exports.DTOElementView = DTOElementView; exports.DTOElementViewBasePropertyColumn = DTOElementViewBasePropertyColumn; exports.DTOElementViewColumn = DTOElementViewColumn; exports.DTOElementViewColumnSharedAttributes = DTOElementViewColumnSharedAttributes; exports.DTOElementViewPropertyDefinitionColumn = DTOElementViewPropertyDefinitionColumn; exports.DTOElementViewThemeColumn = DTOElementViewThemeColumn; exports.DTOElementViewsListResponse = DTOElementViewsListResponse; exports.DTOElementsGetOutput = DTOElementsGetOutput; exports.DTOElementsGetQuerySchema = DTOElementsGetQuerySchema; exports.DTOElementsGetTypeFilter = DTOElementsGetTypeFilter; exports.DTOExportJob = DTOExportJob; exports.DTOExportJobCreatedBy = DTOExportJobCreatedBy; exports.DTOExportJobDesignSystemPreview = DTOExportJobDesignSystemPreview; exports.DTOExportJobDesignSystemVersionPreview = DTOExportJobDesignSystemVersionPreview; exports.DTOExportJobDestinations = DTOExportJobDestinations; exports.DTOExporterProperty = DTOExporterProperty; exports.DTOExporterPropertyListResponse = DTOExporterPropertyListResponse; exports.DTOFigmaNode = DTOFigmaNode; exports.DTOFigmaNodeData = DTOFigmaNodeData; exports.DTOFigmaNodeOrigin = DTOFigmaNodeOrigin; exports.DTOFigmaNodeRenderActionInput = DTOFigmaNodeRenderActionInput; exports.DTOFigmaNodeRenderActionOutput = DTOFigmaNodeRenderActionOutput; exports.DTOFigmaNodeRenderInput = DTOFigmaNodeRenderInput; exports.DTOGetBlockDefinitionsOutput = DTOGetBlockDefinitionsOutput; exports.DTOGetDocumentationPageAnchorsResponse = DTOGetDocumentationPageAnchorsResponse; exports.DTOIntegration = DTOIntegration; exports.DTOIntegrationOAuthGetResponse = DTOIntegrationOAuthGetResponse; exports.DTOIntegrationPostResponse = DTOIntegrationPostResponse; exports.DTOIntegrationsGetListResponse = DTOIntegrationsGetListResponse; exports.DTOLiveblocksAuthRequest = DTOLiveblocksAuthRequest; exports.DTOLiveblocksAuthResponse = DTOLiveblocksAuthResponse; exports.DTOMoveDocumentationGroupInput = DTOMoveDocumentationGroupInput; exports.DTOMoveDocumentationPageInputV2 = DTOMoveDocumentationPageInputV2; exports.DTONpmRegistryConfig = DTONpmRegistryConfig; exports.DTONpmRegistryConfigConstants = DTONpmRegistryConfigConstants; exports.DTOPropertyDefinitionCreateActionInputV2 = DTOPropertyDefinitionCreateActionInputV2; exports.DTOPropertyDefinitionCreateActionOutputV2 = DTOPropertyDefinitionCreateActionOutputV2; exports.DTOPropertyDefinitionDeleteActionInputV2 = DTOPropertyDefinitionDeleteActionInputV2; exports.DTOPropertyDefinitionDeleteActionOutputV2 = DTOPropertyDefinitionDeleteActionOutputV2; exports.DTOPropertyDefinitionUpdateActionInputV2 = DTOPropertyDefinitionUpdateActionInputV2; exports.DTOPropertyDefinitionUpdateActionOutputV2 = DTOPropertyDefinitionUpdateActionOutputV2; exports.DTOUpdateDocumentationGroupInput = DTOUpdateDocumentationGroupInput; exports.DTOUpdateDocumentationPageInputV2 = DTOUpdateDocumentationPageInputV2; exports.DTOUpdateElementPropertyDefinitionInputV2 = DTOUpdateElementPropertyDefinitionInputV2; exports.DTOUpdateVersionInput = DTOUpdateVersionInput; exports.DTOUserWorkspaceMembership = DTOUserWorkspaceMembership; exports.DTOUserWorkspaceMembershipsResponse = DTOUserWorkspaceMembershipsResponse; exports.DTOWorkspace = DTOWorkspace; exports.DTOWorkspaceIntegrationOauthInput = DTOWorkspaceIntegrationOauthInput; exports.DTOWorkspaceIntegrationPATInput = DTOWorkspaceIntegrationPATInput; exports.DTOWorkspaceRole = DTOWorkspaceRole; exports.DocumentationHierarchySettings = DocumentationHierarchySettings; exports.DocumentationPageEditorModel = DocumentationPageEditorModel; exports.DocumentationPageV1DTO = DocumentationPageV1DTO; exports.ListTreeBuilder = ListTreeBuilder; exports.NpmRegistryInput = NpmRegistryInput; exports.ObjectMeta = ObjectMeta2; exports.PageBlockEditorModel = PageBlockEditorModel; exports.PageSectionEditorModel = PageSectionEditorModel; exports.VersionSQSPayload = VersionSQSPayload; exports.WorkspaceConfigurationPayload = WorkspaceConfigurationPayload; exports.applyPrivacyConfigurationToNestedItems = applyPrivacyConfigurationToNestedItems; exports.blockToProsemirrorNode = blockToProsemirrorNode; exports.buildDocPagePublishPaths = buildDocPagePublishPaths; exports.calculateElementParentChain = calculateElementParentChain; exports.documentationElementsToHierarchyDto = documentationElementsToHierarchyDto; exports.documentationHierarchyToYjs = documentationHierarchyToYjs; exports.documentationItemConfigurationToDTOV1 = documentationItemConfigurationToDTOV1; exports.documentationItemConfigurationToDTOV2 = documentationItemConfigurationToDTOV2; exports.documentationPagesFixedConfigurationToDTOV1 = documentationPagesFixedConfigurationToDTOV1; exports.documentationPagesFixedConfigurationToDTOV2 = documentationPagesFixedConfigurationToDTOV2; exports.documentationPagesToDTOV1 = documentationPagesToDTOV1; exports.documentationPagesToDTOV2 = documentationPagesToDTOV2; exports.documentationPagesToStructureDTOV2 = documentationPagesToStructureDTOV2; exports.elementGroupsToDocumentationGroupDTOV1 = elementGroupsToDocumentationGroupDTOV1; exports.elementGroupsToDocumentationGroupDTOV2 = elementGroupsToDocumentationGroupDTOV2; exports.elementGroupsToDocumentationGroupFixedConfigurationDTOV1 = elementGroupsToDocumentationGroupFixedConfigurationDTOV1; exports.elementGroupsToDocumentationGroupFixedConfigurationDTOV2 = elementGroupsToDocumentationGroupFixedConfigurationDTOV2; exports.elementGroupsToDocumentationGroupStructureDTOV1 = elementGroupsToDocumentationGroupStructureDTOV1; exports.elementGroupsToDocumentationGroupStructureDTOV2 = elementGroupsToDocumentationGroupStructureDTOV2; exports.getDtoDefaultItemConfigurationV1 = getDtoDefaultItemConfigurationV1; exports.getDtoDefaultItemConfigurationV2 = getDtoDefaultItemConfigurationV2; exports.getMockPageBlockDefinitions = getMockPageBlockDefinitions; exports.integrationToDto = integrationToDto; exports.itemConfigurationToYjs = itemConfigurationToYjs; exports.pageToProsemirrorDoc = pageToProsemirrorDoc; exports.pageToYXmlFragment = pageToYXmlFragment; exports.pmSchema = pmSchema; exports.prosemirrorDocToPage = prosemirrorDocToPage; exports.prosemirrorNodeToSection = prosemirrorNodeToSection; exports.prosemirrorNodesToBlocks = prosemirrorNodesToBlocks; exports.serializeAsCustomBlock = serializeAsCustomBlock; exports.shallowProsemirrorNodeToBlock = shallowProsemirrorNodeToBlock; exports.validateDesignSystemVersion = validateDesignSystemVersion; exports.validateSsoPayload = validateSsoPayload; exports.yDocToPage = yDocToPage; exports.yXmlFragmentToPage = yXmlFragmentToPage; exports.yjsToDocumentationHierarchy = yjsToDocumentationHierarchy; exports.yjsToItemConfiguration = yjsToItemConfiguration;
8905
8916
  //# sourceMappingURL=index.js.map