@supernova-studio/client 0.54.17 → 0.54.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -4859,6 +4859,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
4859
4859
  isApprovalFeatureEnabled: z.ZodBoolean;
4860
4860
  approvalRequiredForPublishing: z.ZodBoolean;
4861
4861
  accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
4862
+ membersGenerated: z.ZodBoolean;
4862
4863
  createdAt: z.ZodDate;
4863
4864
  updatedAt: z.ZodDate;
4864
4865
  }, "description" | "name" | "docExporterId">, {
@@ -4874,6 +4875,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
4874
4875
  }>;
4875
4876
  docExporterId: z.ZodString;
4876
4877
  sources: z.ZodArray<z.ZodAny, "many">;
4878
+ role: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
4877
4879
  }>, "strip", z.ZodTypeAny, {
4878
4880
  id: string;
4879
4881
  meta: {
@@ -4893,12 +4895,14 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
4893
4895
  isApprovalFeatureEnabled: boolean;
4894
4896
  approvalRequiredForPublishing: boolean;
4895
4897
  accessMode: "Open" | "InviteOnly";
4898
+ membersGenerated: boolean;
4896
4899
  docUserSlug?: string | undefined;
4897
4900
  docViewUrl?: string | undefined;
4898
4901
  designSystemSwitcher?: {
4899
4902
  isEnabled: boolean;
4900
4903
  designSystemIds: string[];
4901
4904
  } | undefined;
4905
+ role?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
4902
4906
  }, {
4903
4907
  id: string;
4904
4908
  meta: {
@@ -4918,12 +4922,14 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
4918
4922
  isApprovalFeatureEnabled: boolean;
4919
4923
  approvalRequiredForPublishing: boolean;
4920
4924
  accessMode: "Open" | "InviteOnly";
4925
+ membersGenerated: boolean;
4921
4926
  docUserSlug?: string | null | undefined;
4922
4927
  docViewUrl?: string | null | undefined;
4923
4928
  designSystemSwitcher?: {
4924
4929
  isEnabled: boolean;
4925
4930
  designSystemIds: string[];
4926
4931
  } | null | undefined;
4932
+ role?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
4927
4933
  }>;
4928
4934
  type DTODesignSystem = z.infer<typeof DTODesignSystem>;
4929
4935
  declare const DTODesignSystemCreateResponse: z.ZodObject<{
@@ -4956,6 +4962,7 @@ declare const DTODesignSystemCreateResponse: z.ZodObject<{
4956
4962
  isApprovalFeatureEnabled: z.ZodBoolean;
4957
4963
  approvalRequiredForPublishing: z.ZodBoolean;
4958
4964
  accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
4965
+ membersGenerated: z.ZodBoolean;
4959
4966
  createdAt: z.ZodDate;
4960
4967
  updatedAt: z.ZodDate;
4961
4968
  }, "description" | "name" | "docExporterId">, {
@@ -4971,6 +4978,7 @@ declare const DTODesignSystemCreateResponse: z.ZodObject<{
4971
4978
  }>;
4972
4979
  docExporterId: z.ZodString;
4973
4980
  sources: z.ZodArray<z.ZodAny, "many">;
4981
+ role: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
4974
4982
  }>, "strip", z.ZodTypeAny, {
4975
4983
  id: string;
4976
4984
  meta: {
@@ -4990,12 +4998,14 @@ declare const DTODesignSystemCreateResponse: z.ZodObject<{
4990
4998
  isApprovalFeatureEnabled: boolean;
4991
4999
  approvalRequiredForPublishing: boolean;
4992
5000
  accessMode: "Open" | "InviteOnly";
5001
+ membersGenerated: boolean;
4993
5002
  docUserSlug?: string | undefined;
4994
5003
  docViewUrl?: string | undefined;
4995
5004
  designSystemSwitcher?: {
4996
5005
  isEnabled: boolean;
4997
5006
  designSystemIds: string[];
4998
5007
  } | undefined;
5008
+ role?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
4999
5009
  }, {
5000
5010
  id: string;
5001
5011
  meta: {
@@ -5015,12 +5025,14 @@ declare const DTODesignSystemCreateResponse: z.ZodObject<{
5015
5025
  isApprovalFeatureEnabled: boolean;
5016
5026
  approvalRequiredForPublishing: boolean;
5017
5027
  accessMode: "Open" | "InviteOnly";
5028
+ membersGenerated: boolean;
5018
5029
  docUserSlug?: string | null | undefined;
5019
5030
  docViewUrl?: string | null | undefined;
5020
5031
  designSystemSwitcher?: {
5021
5032
  isEnabled: boolean;
5022
5033
  designSystemIds: string[];
5023
5034
  } | null | undefined;
5035
+ role?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
5024
5036
  }>;
5025
5037
  }, "strip", z.ZodTypeAny, {
5026
5038
  designSystem: {
@@ -5042,12 +5054,14 @@ declare const DTODesignSystemCreateResponse: z.ZodObject<{
5042
5054
  isApprovalFeatureEnabled: boolean;
5043
5055
  approvalRequiredForPublishing: boolean;
5044
5056
  accessMode: "Open" | "InviteOnly";
5057
+ membersGenerated: boolean;
5045
5058
  docUserSlug?: string | undefined;
5046
5059
  docViewUrl?: string | undefined;
5047
5060
  designSystemSwitcher?: {
5048
5061
  isEnabled: boolean;
5049
5062
  designSystemIds: string[];
5050
5063
  } | undefined;
5064
+ role?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
5051
5065
  };
5052
5066
  }, {
5053
5067
  designSystem: {
@@ -5069,15 +5083,179 @@ declare const DTODesignSystemCreateResponse: z.ZodObject<{
5069
5083
  isApprovalFeatureEnabled: boolean;
5070
5084
  approvalRequiredForPublishing: boolean;
5071
5085
  accessMode: "Open" | "InviteOnly";
5086
+ membersGenerated: boolean;
5072
5087
  docUserSlug?: string | null | undefined;
5073
5088
  docViewUrl?: string | null | undefined;
5074
5089
  designSystemSwitcher?: {
5075
5090
  isEnabled: boolean;
5076
5091
  designSystemIds: string[];
5077
5092
  } | null | undefined;
5093
+ role?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
5078
5094
  };
5079
5095
  }>;
5080
5096
  type DTODesignSystemCreateResponse = z.infer<typeof DTODesignSystemCreateResponse>;
5097
+ declare const DTODesignSystemsListResponse: z.ZodObject<{
5098
+ designSystems: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Omit<{
5099
+ id: z.ZodString;
5100
+ workspaceId: z.ZodString;
5101
+ name: z.ZodString;
5102
+ description: z.ZodString;
5103
+ docExporterId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
5104
+ docSlug: z.ZodString;
5105
+ docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
5106
+ docSlugDeprecated: z.ZodString;
5107
+ isPublic: z.ZodBoolean;
5108
+ isMultibrand: z.ZodBoolean;
5109
+ docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
5110
+ basePrefixes: z.ZodArray<z.ZodString, "many">;
5111
+ designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
5112
+ isEnabled: boolean;
5113
+ designSystemIds: string[];
5114
+ }, z.ZodTypeDef, {
5115
+ isEnabled: boolean;
5116
+ designSystemIds: string[];
5117
+ }>>>, {
5118
+ isEnabled: boolean;
5119
+ designSystemIds: string[];
5120
+ } | undefined, {
5121
+ isEnabled: boolean;
5122
+ designSystemIds: string[];
5123
+ } | null | undefined>;
5124
+ isApprovalFeatureEnabled: z.ZodBoolean;
5125
+ approvalRequiredForPublishing: z.ZodBoolean;
5126
+ accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
5127
+ membersGenerated: z.ZodBoolean;
5128
+ createdAt: z.ZodDate;
5129
+ updatedAt: z.ZodDate;
5130
+ }, "description" | "name" | "docExporterId">, {
5131
+ meta: z.ZodObject<{
5132
+ name: z.ZodString;
5133
+ description: z.ZodOptional<z.ZodString>;
5134
+ }, "strip", z.ZodTypeAny, {
5135
+ name: string;
5136
+ description?: string | undefined;
5137
+ }, {
5138
+ name: string;
5139
+ description?: string | undefined;
5140
+ }>;
5141
+ docExporterId: z.ZodString;
5142
+ sources: z.ZodArray<z.ZodAny, "many">;
5143
+ role: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
5144
+ }>, "strip", z.ZodTypeAny, {
5145
+ id: string;
5146
+ meta: {
5147
+ name: string;
5148
+ description?: string | undefined;
5149
+ };
5150
+ createdAt: Date;
5151
+ updatedAt: Date;
5152
+ sources: any[];
5153
+ workspaceId: string;
5154
+ docExporterId: string;
5155
+ docSlug: string;
5156
+ docSlugDeprecated: string;
5157
+ isPublic: boolean;
5158
+ isMultibrand: boolean;
5159
+ basePrefixes: string[];
5160
+ isApprovalFeatureEnabled: boolean;
5161
+ approvalRequiredForPublishing: boolean;
5162
+ accessMode: "Open" | "InviteOnly";
5163
+ membersGenerated: boolean;
5164
+ docUserSlug?: string | undefined;
5165
+ docViewUrl?: string | undefined;
5166
+ designSystemSwitcher?: {
5167
+ isEnabled: boolean;
5168
+ designSystemIds: string[];
5169
+ } | undefined;
5170
+ role?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
5171
+ }, {
5172
+ id: string;
5173
+ meta: {
5174
+ name: string;
5175
+ description?: string | undefined;
5176
+ };
5177
+ createdAt: Date;
5178
+ updatedAt: Date;
5179
+ sources: any[];
5180
+ workspaceId: string;
5181
+ docExporterId: string;
5182
+ docSlug: string;
5183
+ docSlugDeprecated: string;
5184
+ isPublic: boolean;
5185
+ isMultibrand: boolean;
5186
+ basePrefixes: string[];
5187
+ isApprovalFeatureEnabled: boolean;
5188
+ approvalRequiredForPublishing: boolean;
5189
+ accessMode: "Open" | "InviteOnly";
5190
+ membersGenerated: boolean;
5191
+ docUserSlug?: string | null | undefined;
5192
+ docViewUrl?: string | null | undefined;
5193
+ designSystemSwitcher?: {
5194
+ isEnabled: boolean;
5195
+ designSystemIds: string[];
5196
+ } | null | undefined;
5197
+ role?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
5198
+ }>, "many">;
5199
+ }, "strip", z.ZodTypeAny, {
5200
+ designSystems: {
5201
+ id: string;
5202
+ meta: {
5203
+ name: string;
5204
+ description?: string | undefined;
5205
+ };
5206
+ createdAt: Date;
5207
+ updatedAt: Date;
5208
+ sources: any[];
5209
+ workspaceId: string;
5210
+ docExporterId: string;
5211
+ docSlug: string;
5212
+ docSlugDeprecated: string;
5213
+ isPublic: boolean;
5214
+ isMultibrand: boolean;
5215
+ basePrefixes: string[];
5216
+ isApprovalFeatureEnabled: boolean;
5217
+ approvalRequiredForPublishing: boolean;
5218
+ accessMode: "Open" | "InviteOnly";
5219
+ membersGenerated: boolean;
5220
+ docUserSlug?: string | undefined;
5221
+ docViewUrl?: string | undefined;
5222
+ designSystemSwitcher?: {
5223
+ isEnabled: boolean;
5224
+ designSystemIds: string[];
5225
+ } | undefined;
5226
+ role?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
5227
+ }[];
5228
+ }, {
5229
+ designSystems: {
5230
+ id: string;
5231
+ meta: {
5232
+ name: string;
5233
+ description?: string | undefined;
5234
+ };
5235
+ createdAt: Date;
5236
+ updatedAt: Date;
5237
+ sources: any[];
5238
+ workspaceId: string;
5239
+ docExporterId: string;
5240
+ docSlug: string;
5241
+ docSlugDeprecated: string;
5242
+ isPublic: boolean;
5243
+ isMultibrand: boolean;
5244
+ basePrefixes: string[];
5245
+ isApprovalFeatureEnabled: boolean;
5246
+ approvalRequiredForPublishing: boolean;
5247
+ accessMode: "Open" | "InviteOnly";
5248
+ membersGenerated: boolean;
5249
+ docUserSlug?: string | null | undefined;
5250
+ docViewUrl?: string | null | undefined;
5251
+ designSystemSwitcher?: {
5252
+ isEnabled: boolean;
5253
+ designSystemIds: string[];
5254
+ } | null | undefined;
5255
+ role?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
5256
+ }[];
5257
+ }>;
5258
+ type DTODesignSystemsListResponse = z.infer<typeof DTODesignSystemsListResponse>;
5081
5259
  declare const DTODesignSystemCreateInput: z.ZodObject<{
5082
5260
  workspaceId: z.ZodString;
5083
5261
  meta: z.ZodOptional<z.ZodObject<{
@@ -28966,12 +29144,12 @@ declare const DTOExporterMembership: z.ZodObject<{
28966
29144
  role: z.ZodEnum<["Owner", "OwnerArchived", "User"]>;
28967
29145
  }, "strip", z.ZodTypeAny, {
28968
29146
  workspaceId: string;
28969
- exporterId: string;
28970
29147
  role: "Owner" | "OwnerArchived" | "User";
29148
+ exporterId: string;
28971
29149
  }, {
28972
29150
  workspaceId: string;
28973
- exporterId: string;
28974
29151
  role: "Owner" | "OwnerArchived" | "User";
29152
+ exporterId: string;
28975
29153
  }>;
28976
29154
  type DTOExporterMembership = z.infer<typeof DTOExporterMembership>;
28977
29155
  declare const DTOExporterCreateOutput: z.ZodObject<{
@@ -29241,12 +29419,12 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
29241
29419
  role: z.ZodEnum<["Owner", "OwnerArchived", "User"]>;
29242
29420
  }, "strip", z.ZodTypeAny, {
29243
29421
  workspaceId: string;
29244
- exporterId: string;
29245
29422
  role: "Owner" | "OwnerArchived" | "User";
29423
+ exporterId: string;
29246
29424
  }, {
29247
29425
  workspaceId: string;
29248
- exporterId: string;
29249
29426
  role: "Owner" | "OwnerArchived" | "User";
29427
+ exporterId: string;
29250
29428
  }>;
29251
29429
  }, "strip", z.ZodTypeAny, {
29252
29430
  exporter: {
@@ -29301,8 +29479,8 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
29301
29479
  };
29302
29480
  membership: {
29303
29481
  workspaceId: string;
29304
- exporterId: string;
29305
29482
  role: "Owner" | "OwnerArchived" | "User";
29483
+ exporterId: string;
29306
29484
  };
29307
29485
  }, {
29308
29486
  exporter: {
@@ -29357,8 +29535,8 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
29357
29535
  };
29358
29536
  membership: {
29359
29537
  workspaceId: string;
29360
- exporterId: string;
29361
29538
  role: "Owner" | "OwnerArchived" | "User";
29539
+ exporterId: string;
29362
29540
  };
29363
29541
  }>;
29364
29542
  type DTOExporterCreateOutput = z.infer<typeof DTOExporterCreateOutput>;
@@ -39971,6 +40149,7 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
39971
40149
  isApprovalFeatureEnabled: z.ZodOptional<z.ZodBoolean>;
39972
40150
  approvalRequiredForPublishing: z.ZodOptional<z.ZodBoolean>;
39973
40151
  accessMode: z.ZodOptional<z.ZodEnum<["Open", "InviteOnly"]>>;
40152
+ membersGenerated: z.ZodOptional<z.ZodBoolean>;
39974
40153
  createdAt: z.ZodOptional<z.ZodDate>;
39975
40154
  updatedAt: z.ZodOptional<z.ZodDate>;
39976
40155
  }, "id" | "createdAt" | "updatedAt" | "workspaceId" | "docSlug" | "docViewUrl">, {
@@ -40004,6 +40183,7 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
40004
40183
  isApprovalFeatureEnabled?: boolean | undefined;
40005
40184
  approvalRequiredForPublishing?: boolean | undefined;
40006
40185
  accessMode?: "Open" | "InviteOnly" | undefined;
40186
+ membersGenerated?: boolean | undefined;
40007
40187
  }, {
40008
40188
  description?: string | undefined;
40009
40189
  meta?: {
@@ -40024,6 +40204,7 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
40024
40204
  isApprovalFeatureEnabled?: boolean | undefined;
40025
40205
  approvalRequiredForPublishing?: boolean | undefined;
40026
40206
  accessMode?: "Open" | "InviteOnly" | undefined;
40207
+ membersGenerated?: boolean | undefined;
40027
40208
  }>;
40028
40209
  type DTODesignSystemUpdateInput = z.infer<typeof DTODesignSystemUpdateInput>;
40029
40210
 
@@ -44866,4 +45047,4 @@ declare class FrontendVersionRoomYDoc {
44866
45047
 
44867
45048
  declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
44868
45049
 
44869
- export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, DTOAssetRenderConfiguration, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemCreateInput, DTODesignSystemCreateResponse, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, 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, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, 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, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserNotificationSettingsResponse, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceRole, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, FrontendVersionRoomYDoc, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, VersionRoomBaseYDoc, VersionSQSPayload, WorkspaceConfigurationPayload, 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, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
45050
+ export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, DTOAssetRenderConfiguration, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemCreateInput, DTODesignSystemCreateResponse, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, 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, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, 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, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserNotificationSettingsResponse, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceRole, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, FrontendVersionRoomYDoc, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, VersionRoomBaseYDoc, VersionSQSPayload, WorkspaceConfigurationPayload, 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, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };