@supernova-studio/client 1.9.13 → 1.9.15

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
@@ -10329,7 +10329,7 @@ declare const DTOFileUploadFinalizeResponse: z.ZodObject<{
10329
10329
  ok: true;
10330
10330
  }>;
10331
10331
  type DTOFileUploadFinalizeResponse = z.infer<typeof DTOFileUploadFinalizeResponse>;
10332
- declare const DTOFileResponseItem: z.ZodObject<Omit<{
10332
+ declare const DTOFileResponseItem: z.ZodObject<{
10333
10333
  fileId: z.ZodString;
10334
10334
  referencePersistentId: z.ZodString;
10335
10335
  name: z.ZodString;
@@ -10337,13 +10337,14 @@ declare const DTOFileResponseItem: z.ZodObject<Omit<{
10337
10337
  pendingUpload: z.ZodOptional<z.ZodBoolean>;
10338
10338
  url: z.ZodString;
10339
10339
  size: z.ZodNumber;
10340
- }, "pendingUpload">, "strip", z.ZodTypeAny, {
10340
+ }, "strip", z.ZodTypeAny, {
10341
10341
  name: string;
10342
10342
  url: string;
10343
10343
  fileId: string;
10344
10344
  size: number;
10345
10345
  checksum: string;
10346
10346
  referencePersistentId: string;
10347
+ pendingUpload?: boolean | undefined;
10347
10348
  }, {
10348
10349
  name: string;
10349
10350
  url: string;
@@ -10351,6 +10352,7 @@ declare const DTOFileResponseItem: z.ZodObject<Omit<{
10351
10352
  size: number;
10352
10353
  checksum: string;
10353
10354
  referencePersistentId: string;
10355
+ pendingUpload?: boolean | undefined;
10354
10356
  }>;
10355
10357
  type DTOFileResponseItem = z.infer<typeof DTOFileResponseItem>;
10356
10358
  /**
@@ -10365,7 +10367,7 @@ declare const DTOFilesGetPayload: z.ZodObject<{
10365
10367
  }>;
10366
10368
  type DTOFilesGetPayload = z.infer<typeof DTOFilesGetPayload>;
10367
10369
  declare const DTOFilesResponse: z.ZodObject<{
10368
- files: z.ZodArray<z.ZodObject<Omit<{
10370
+ files: z.ZodArray<z.ZodObject<{
10369
10371
  fileId: z.ZodString;
10370
10372
  referencePersistentId: z.ZodString;
10371
10373
  name: z.ZodString;
@@ -10373,13 +10375,14 @@ declare const DTOFilesResponse: z.ZodObject<{
10373
10375
  pendingUpload: z.ZodOptional<z.ZodBoolean>;
10374
10376
  url: z.ZodString;
10375
10377
  size: z.ZodNumber;
10376
- }, "pendingUpload">, "strip", z.ZodTypeAny, {
10378
+ }, "strip", z.ZodTypeAny, {
10377
10379
  name: string;
10378
10380
  url: string;
10379
10381
  fileId: string;
10380
10382
  size: number;
10381
10383
  checksum: string;
10382
10384
  referencePersistentId: string;
10385
+ pendingUpload?: boolean | undefined;
10383
10386
  }, {
10384
10387
  name: string;
10385
10388
  url: string;
@@ -10387,6 +10390,7 @@ declare const DTOFilesResponse: z.ZodObject<{
10387
10390
  size: number;
10388
10391
  checksum: string;
10389
10392
  referencePersistentId: string;
10393
+ pendingUpload?: boolean | undefined;
10390
10394
  }>, "many">;
10391
10395
  }, "strip", z.ZodTypeAny, {
10392
10396
  files: {
@@ -10396,6 +10400,7 @@ declare const DTOFilesResponse: z.ZodObject<{
10396
10400
  size: number;
10397
10401
  checksum: string;
10398
10402
  referencePersistentId: string;
10403
+ pendingUpload?: boolean | undefined;
10399
10404
  }[];
10400
10405
  }, {
10401
10406
  files: {
@@ -10405,6 +10410,7 @@ declare const DTOFilesResponse: z.ZodObject<{
10405
10410
  size: number;
10406
10411
  checksum: string;
10407
10412
  referencePersistentId: string;
10413
+ pendingUpload?: boolean | undefined;
10408
10414
  }[];
10409
10415
  }>;
10410
10416
  type DTOFilesResponse = z.infer<typeof DTOFilesResponse>;
@@ -68722,6 +68728,324 @@ declare const DTOLiveblocksAuthResponse: z.ZodObject<{
68722
68728
  }>;
68723
68729
  type DTOLiveblocksAuthResponse = z.infer<typeof DTOLiveblocksAuthResponse>;
68724
68730
 
68731
+ declare const DTOPortalSettingsTheme: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
68732
+ backgroundColor?: string | undefined;
68733
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68734
+ accentColor?: string | undefined;
68735
+ contrast?: number | undefined;
68736
+ isSecondaryEnabled?: boolean | undefined;
68737
+ secondaryBackgroundColor?: string | undefined;
68738
+ secondaryContrast?: number | undefined;
68739
+ isEditorWhite?: boolean | undefined;
68740
+ }, z.ZodTypeDef, {
68741
+ backgroundColor?: string | undefined;
68742
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68743
+ accentColor?: string | undefined;
68744
+ contrast?: number | undefined;
68745
+ isSecondaryEnabled?: boolean | undefined;
68746
+ secondaryBackgroundColor?: string | undefined;
68747
+ secondaryContrast?: number | undefined;
68748
+ isEditorWhite?: boolean | undefined;
68749
+ }>>>, {
68750
+ backgroundColor?: string | undefined;
68751
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68752
+ accentColor?: string | undefined;
68753
+ contrast?: number | undefined;
68754
+ isSecondaryEnabled?: boolean | undefined;
68755
+ secondaryBackgroundColor?: string | undefined;
68756
+ secondaryContrast?: number | undefined;
68757
+ isEditorWhite?: boolean | undefined;
68758
+ } | undefined, {
68759
+ backgroundColor?: string | undefined;
68760
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68761
+ accentColor?: string | undefined;
68762
+ contrast?: number | undefined;
68763
+ isSecondaryEnabled?: boolean | undefined;
68764
+ secondaryBackgroundColor?: string | undefined;
68765
+ secondaryContrast?: number | undefined;
68766
+ isEditorWhite?: boolean | undefined;
68767
+ } | null | undefined>;
68768
+ type DTOPortalSettingsTheme = z.infer<typeof DTOPortalSettingsTheme>;
68769
+ declare const DTOPortalSettings: z.ZodObject<{
68770
+ id: z.ZodString;
68771
+ workspaceId: z.ZodString;
68772
+ enabledDesignSystemIds: z.ZodArray<z.ZodString, "many">;
68773
+ enabledBrandPersistentIds: z.ZodArray<z.ZodString, "many">;
68774
+ theme: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
68775
+ backgroundColor?: string | undefined;
68776
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68777
+ accentColor?: string | undefined;
68778
+ contrast?: number | undefined;
68779
+ isSecondaryEnabled?: boolean | undefined;
68780
+ secondaryBackgroundColor?: string | undefined;
68781
+ secondaryContrast?: number | undefined;
68782
+ isEditorWhite?: boolean | undefined;
68783
+ } | undefined, z.ZodTypeDef, {
68784
+ backgroundColor?: string | undefined;
68785
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68786
+ accentColor?: string | undefined;
68787
+ contrast?: number | undefined;
68788
+ isSecondaryEnabled?: boolean | undefined;
68789
+ secondaryBackgroundColor?: string | undefined;
68790
+ secondaryContrast?: number | undefined;
68791
+ isEditorWhite?: boolean | undefined;
68792
+ } | null | undefined>>>, {
68793
+ backgroundColor?: string | undefined;
68794
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68795
+ accentColor?: string | undefined;
68796
+ contrast?: number | undefined;
68797
+ isSecondaryEnabled?: boolean | undefined;
68798
+ secondaryBackgroundColor?: string | undefined;
68799
+ secondaryContrast?: number | undefined;
68800
+ isEditorWhite?: boolean | undefined;
68801
+ } | undefined, {
68802
+ backgroundColor?: string | undefined;
68803
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68804
+ accentColor?: string | undefined;
68805
+ contrast?: number | undefined;
68806
+ isSecondaryEnabled?: boolean | undefined;
68807
+ secondaryBackgroundColor?: string | undefined;
68808
+ secondaryContrast?: number | undefined;
68809
+ isEditorWhite?: boolean | undefined;
68810
+ } | null | undefined>;
68811
+ sidebar: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<any, z.ZodTypeDef, any>>>, any, any>;
68812
+ createdAt: z.ZodDate;
68813
+ updatedAt: z.ZodDate;
68814
+ }, "strip", z.ZodTypeAny, {
68815
+ id: string;
68816
+ createdAt: Date;
68817
+ updatedAt: Date;
68818
+ workspaceId: string;
68819
+ enabledDesignSystemIds: string[];
68820
+ enabledBrandPersistentIds: string[];
68821
+ theme?: {
68822
+ backgroundColor?: string | undefined;
68823
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68824
+ accentColor?: string | undefined;
68825
+ contrast?: number | undefined;
68826
+ isSecondaryEnabled?: boolean | undefined;
68827
+ secondaryBackgroundColor?: string | undefined;
68828
+ secondaryContrast?: number | undefined;
68829
+ isEditorWhite?: boolean | undefined;
68830
+ } | undefined;
68831
+ sidebar?: any;
68832
+ }, {
68833
+ id: string;
68834
+ createdAt: Date;
68835
+ updatedAt: Date;
68836
+ workspaceId: string;
68837
+ enabledDesignSystemIds: string[];
68838
+ enabledBrandPersistentIds: string[];
68839
+ theme?: {
68840
+ backgroundColor?: string | undefined;
68841
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68842
+ accentColor?: string | undefined;
68843
+ contrast?: number | undefined;
68844
+ isSecondaryEnabled?: boolean | undefined;
68845
+ secondaryBackgroundColor?: string | undefined;
68846
+ secondaryContrast?: number | undefined;
68847
+ isEditorWhite?: boolean | undefined;
68848
+ } | null | undefined;
68849
+ sidebar?: any;
68850
+ }>;
68851
+ type DTOPortalSettings = z.infer<typeof DTOPortalSettings>;
68852
+ declare const DTOPortalSettingsGetResponse: z.ZodObject<{
68853
+ portalSettings: z.ZodObject<{
68854
+ id: z.ZodString;
68855
+ workspaceId: z.ZodString;
68856
+ enabledDesignSystemIds: z.ZodArray<z.ZodString, "many">;
68857
+ enabledBrandPersistentIds: z.ZodArray<z.ZodString, "many">;
68858
+ theme: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
68859
+ backgroundColor?: string | undefined;
68860
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68861
+ accentColor?: string | undefined;
68862
+ contrast?: number | undefined;
68863
+ isSecondaryEnabled?: boolean | undefined;
68864
+ secondaryBackgroundColor?: string | undefined;
68865
+ secondaryContrast?: number | undefined;
68866
+ isEditorWhite?: boolean | undefined;
68867
+ } | undefined, z.ZodTypeDef, {
68868
+ backgroundColor?: string | undefined;
68869
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68870
+ accentColor?: string | undefined;
68871
+ contrast?: number | undefined;
68872
+ isSecondaryEnabled?: boolean | undefined;
68873
+ secondaryBackgroundColor?: string | undefined;
68874
+ secondaryContrast?: number | undefined;
68875
+ isEditorWhite?: boolean | undefined;
68876
+ } | null | undefined>>>, {
68877
+ backgroundColor?: string | undefined;
68878
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68879
+ accentColor?: string | undefined;
68880
+ contrast?: number | undefined;
68881
+ isSecondaryEnabled?: boolean | undefined;
68882
+ secondaryBackgroundColor?: string | undefined;
68883
+ secondaryContrast?: number | undefined;
68884
+ isEditorWhite?: boolean | undefined;
68885
+ } | undefined, {
68886
+ backgroundColor?: string | undefined;
68887
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68888
+ accentColor?: string | undefined;
68889
+ contrast?: number | undefined;
68890
+ isSecondaryEnabled?: boolean | undefined;
68891
+ secondaryBackgroundColor?: string | undefined;
68892
+ secondaryContrast?: number | undefined;
68893
+ isEditorWhite?: boolean | undefined;
68894
+ } | null | undefined>;
68895
+ sidebar: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<any, z.ZodTypeDef, any>>>, any, any>;
68896
+ createdAt: z.ZodDate;
68897
+ updatedAt: z.ZodDate;
68898
+ }, "strip", z.ZodTypeAny, {
68899
+ id: string;
68900
+ createdAt: Date;
68901
+ updatedAt: Date;
68902
+ workspaceId: string;
68903
+ enabledDesignSystemIds: string[];
68904
+ enabledBrandPersistentIds: string[];
68905
+ theme?: {
68906
+ backgroundColor?: string | undefined;
68907
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68908
+ accentColor?: string | undefined;
68909
+ contrast?: number | undefined;
68910
+ isSecondaryEnabled?: boolean | undefined;
68911
+ secondaryBackgroundColor?: string | undefined;
68912
+ secondaryContrast?: number | undefined;
68913
+ isEditorWhite?: boolean | undefined;
68914
+ } | undefined;
68915
+ sidebar?: any;
68916
+ }, {
68917
+ id: string;
68918
+ createdAt: Date;
68919
+ updatedAt: Date;
68920
+ workspaceId: string;
68921
+ enabledDesignSystemIds: string[];
68922
+ enabledBrandPersistentIds: string[];
68923
+ theme?: {
68924
+ backgroundColor?: string | undefined;
68925
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68926
+ accentColor?: string | undefined;
68927
+ contrast?: number | undefined;
68928
+ isSecondaryEnabled?: boolean | undefined;
68929
+ secondaryBackgroundColor?: string | undefined;
68930
+ secondaryContrast?: number | undefined;
68931
+ isEditorWhite?: boolean | undefined;
68932
+ } | null | undefined;
68933
+ sidebar?: any;
68934
+ }>;
68935
+ }, "strip", z.ZodTypeAny, {
68936
+ portalSettings: {
68937
+ id: string;
68938
+ createdAt: Date;
68939
+ updatedAt: Date;
68940
+ workspaceId: string;
68941
+ enabledDesignSystemIds: string[];
68942
+ enabledBrandPersistentIds: string[];
68943
+ theme?: {
68944
+ backgroundColor?: string | undefined;
68945
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68946
+ accentColor?: string | undefined;
68947
+ contrast?: number | undefined;
68948
+ isSecondaryEnabled?: boolean | undefined;
68949
+ secondaryBackgroundColor?: string | undefined;
68950
+ secondaryContrast?: number | undefined;
68951
+ isEditorWhite?: boolean | undefined;
68952
+ } | undefined;
68953
+ sidebar?: any;
68954
+ };
68955
+ }, {
68956
+ portalSettings: {
68957
+ id: string;
68958
+ createdAt: Date;
68959
+ updatedAt: Date;
68960
+ workspaceId: string;
68961
+ enabledDesignSystemIds: string[];
68962
+ enabledBrandPersistentIds: string[];
68963
+ theme?: {
68964
+ backgroundColor?: string | undefined;
68965
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68966
+ accentColor?: string | undefined;
68967
+ contrast?: number | undefined;
68968
+ isSecondaryEnabled?: boolean | undefined;
68969
+ secondaryBackgroundColor?: string | undefined;
68970
+ secondaryContrast?: number | undefined;
68971
+ isEditorWhite?: boolean | undefined;
68972
+ } | null | undefined;
68973
+ sidebar?: any;
68974
+ };
68975
+ }>;
68976
+ type DTOPortalSettingsGetResponse = z.infer<typeof DTOPortalSettingsGetResponse>;
68977
+ declare const DTOPortalSettingsUpdatePayload: z.ZodObject<{
68978
+ enabledDesignSystemIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
68979
+ enabledBrandPersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
68980
+ theme: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
68981
+ backgroundColor?: string | undefined;
68982
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68983
+ accentColor?: string | undefined;
68984
+ contrast?: number | undefined;
68985
+ isSecondaryEnabled?: boolean | undefined;
68986
+ secondaryBackgroundColor?: string | undefined;
68987
+ secondaryContrast?: number | undefined;
68988
+ isEditorWhite?: boolean | undefined;
68989
+ }, z.ZodTypeDef, {
68990
+ backgroundColor?: string | undefined;
68991
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
68992
+ accentColor?: string | undefined;
68993
+ contrast?: number | undefined;
68994
+ isSecondaryEnabled?: boolean | undefined;
68995
+ secondaryBackgroundColor?: string | undefined;
68996
+ secondaryContrast?: number | undefined;
68997
+ isEditorWhite?: boolean | undefined;
68998
+ }>>>, {
68999
+ backgroundColor?: string | undefined;
69000
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
69001
+ accentColor?: string | undefined;
69002
+ contrast?: number | undefined;
69003
+ isSecondaryEnabled?: boolean | undefined;
69004
+ secondaryBackgroundColor?: string | undefined;
69005
+ secondaryContrast?: number | undefined;
69006
+ isEditorWhite?: boolean | undefined;
69007
+ } | undefined, {
69008
+ backgroundColor?: string | undefined;
69009
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
69010
+ accentColor?: string | undefined;
69011
+ contrast?: number | undefined;
69012
+ isSecondaryEnabled?: boolean | undefined;
69013
+ secondaryBackgroundColor?: string | undefined;
69014
+ secondaryContrast?: number | undefined;
69015
+ isEditorWhite?: boolean | undefined;
69016
+ } | null | undefined>>;
69017
+ sidebar: z.ZodOptional<z.ZodAny>;
69018
+ }, "strip", z.ZodTypeAny, {
69019
+ theme?: {
69020
+ backgroundColor?: string | undefined;
69021
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
69022
+ accentColor?: string | undefined;
69023
+ contrast?: number | undefined;
69024
+ isSecondaryEnabled?: boolean | undefined;
69025
+ secondaryBackgroundColor?: string | undefined;
69026
+ secondaryContrast?: number | undefined;
69027
+ isEditorWhite?: boolean | undefined;
69028
+ } | undefined;
69029
+ enabledDesignSystemIds?: string[] | undefined;
69030
+ enabledBrandPersistentIds?: string[] | undefined;
69031
+ sidebar?: any;
69032
+ }, {
69033
+ theme?: {
69034
+ backgroundColor?: string | undefined;
69035
+ preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
69036
+ accentColor?: string | undefined;
69037
+ contrast?: number | undefined;
69038
+ isSecondaryEnabled?: boolean | undefined;
69039
+ secondaryBackgroundColor?: string | undefined;
69040
+ secondaryContrast?: number | undefined;
69041
+ isEditorWhite?: boolean | undefined;
69042
+ } | null | undefined;
69043
+ enabledDesignSystemIds?: string[] | undefined;
69044
+ enabledBrandPersistentIds?: string[] | undefined;
69045
+ sidebar?: any;
69046
+ }>;
69047
+ type DTOPortalSettingsUpdatePayload = z.infer<typeof DTOPortalSettingsUpdatePayload>;
69048
+
68725
69049
  declare const DTOThemeOverride: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
68726
69050
  type: z.ZodLiteral<"Blur">;
68727
69051
  data: z.ZodObject<z.objectUtil.extendShape<{
@@ -105363,6 +105687,7 @@ declare class FilesEndpoint {
105363
105687
  size: number;
105364
105688
  checksum: string;
105365
105689
  referencePersistentId: string;
105690
+ pendingUpload?: boolean | undefined;
105366
105691
  }[];
105367
105692
  }>;
105368
105693
  }
@@ -112527,4 +112852,4 @@ declare function isValidRedirectPath(path: string): {
112527
112852
  reason: ValidationErrorReason | undefined;
112528
112853
  };
112529
112854
 
112530
- export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, 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, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
112855
+ export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, 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, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };