@supernova-studio/model 0.41.0 → 0.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -2918,8 +2918,8 @@ declare const Exporter: z.ZodObject<{
2918
2918
  id: string;
2919
2919
  createdAt: Date;
2920
2920
  name: string;
2921
- storagePath: string;
2922
2921
  isPrivate: boolean;
2922
+ storagePath: string;
2923
2923
  details: {
2924
2924
  description: string;
2925
2925
  source: "upload" | "git";
@@ -14918,6 +14918,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
14918
14918
  } | null | undefined;
14919
14919
  minHeight?: number | null | undefined;
14920
14920
  };
14921
+ isPrivate?: boolean | undefined;
14922
+ isHidden?: boolean | undefined;
14921
14923
  }, z.ZodTypeDef, {
14922
14924
  showSidebar: boolean;
14923
14925
  header: {
@@ -14988,6 +14990,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
14988
14990
  } | null | undefined;
14989
14991
  minHeight?: number | null | undefined;
14990
14992
  };
14993
+ isPrivate?: boolean | undefined;
14994
+ isHidden?: boolean | undefined;
14991
14995
  }>>>, {
14992
14996
  showSidebar: boolean;
14993
14997
  header: {
@@ -15058,6 +15062,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
15058
15062
  } | null | undefined;
15059
15063
  minHeight?: number | null | undefined;
15060
15064
  };
15065
+ isPrivate?: boolean | undefined;
15066
+ isHidden?: boolean | undefined;
15061
15067
  } | undefined, {
15062
15068
  showSidebar: boolean;
15063
15069
  header: {
@@ -15128,6 +15134,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
15128
15134
  } | null | undefined;
15129
15135
  minHeight?: number | null | undefined;
15130
15136
  };
15137
+ isPrivate?: boolean | undefined;
15138
+ isHidden?: boolean | undefined;
15131
15139
  } | null | undefined>;
15132
15140
  }, "strip", z.ZodTypeAny, {
15133
15141
  blocks: PageBlockV1[];
@@ -15201,6 +15209,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
15201
15209
  } | null | undefined;
15202
15210
  minHeight?: number | null | undefined;
15203
15211
  };
15212
+ isPrivate?: boolean | undefined;
15213
+ isHidden?: boolean | undefined;
15204
15214
  } | undefined;
15205
15215
  }, {
15206
15216
  blocks: ({
@@ -15636,6 +15646,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
15636
15646
  } | null | undefined;
15637
15647
  minHeight?: number | null | undefined;
15638
15648
  };
15649
+ isPrivate?: boolean | undefined;
15650
+ isHidden?: boolean | undefined;
15639
15651
  } | null | undefined;
15640
15652
  }>;
15641
15653
 
@@ -15669,6 +15681,8 @@ declare const DocumentationPageDataV2: z.ZodObject<{
15669
15681
  } | null | undefined;
15670
15682
  minHeight?: number | null | undefined;
15671
15683
  };
15684
+ isPrivate?: boolean | undefined;
15685
+ isHidden?: boolean | undefined;
15672
15686
  }, z.ZodTypeDef, {
15673
15687
  showSidebar: boolean;
15674
15688
  header: {
@@ -15698,6 +15712,8 @@ declare const DocumentationPageDataV2: z.ZodObject<{
15698
15712
  } | null | undefined;
15699
15713
  minHeight?: number | null | undefined;
15700
15714
  };
15715
+ isPrivate?: boolean | undefined;
15716
+ isHidden?: boolean | undefined;
15701
15717
  }>>>, {
15702
15718
  showSidebar: boolean;
15703
15719
  header: {
@@ -15727,6 +15743,8 @@ declare const DocumentationPageDataV2: z.ZodObject<{
15727
15743
  } | null | undefined;
15728
15744
  minHeight?: number | null | undefined;
15729
15745
  };
15746
+ isPrivate?: boolean | undefined;
15747
+ isHidden?: boolean | undefined;
15730
15748
  } | undefined, {
15731
15749
  showSidebar: boolean;
15732
15750
  header: {
@@ -15756,6 +15774,8 @@ declare const DocumentationPageDataV2: z.ZodObject<{
15756
15774
  } | null | undefined;
15757
15775
  minHeight?: number | null | undefined;
15758
15776
  };
15777
+ isPrivate?: boolean | undefined;
15778
+ isHidden?: boolean | undefined;
15759
15779
  } | null | undefined>;
15760
15780
  }, "strip", z.ZodTypeAny, {
15761
15781
  configuration?: {
@@ -15787,6 +15807,8 @@ declare const DocumentationPageDataV2: z.ZodObject<{
15787
15807
  } | null | undefined;
15788
15808
  minHeight?: number | null | undefined;
15789
15809
  };
15810
+ isPrivate?: boolean | undefined;
15811
+ isHidden?: boolean | undefined;
15790
15812
  } | undefined;
15791
15813
  }, {
15792
15814
  configuration?: {
@@ -15818,6 +15840,8 @@ declare const DocumentationPageDataV2: z.ZodObject<{
15818
15840
  } | null | undefined;
15819
15841
  minHeight?: number | null | undefined;
15820
15842
  };
15843
+ isPrivate?: boolean | undefined;
15844
+ isHidden?: boolean | undefined;
15821
15845
  } | null | undefined;
15822
15846
  }>;
15823
15847
 
@@ -17035,6 +17059,8 @@ type PageSectionEditorModelV2 = z.infer<typeof PageSectionEditorModelV2>;
17035
17059
 
17036
17060
  declare const DocumentationItemConfigurationV1: z.ZodObject<{
17037
17061
  showSidebar: z.ZodBoolean;
17062
+ isPrivate: z.ZodOptional<z.ZodBoolean>;
17063
+ isHidden: z.ZodOptional<z.ZodBoolean>;
17038
17064
  header: z.ZodObject<{
17039
17065
  description: z.ZodString;
17040
17066
  alignment: z.ZodEnum<["Left", "Center"]>;
@@ -17559,6 +17585,8 @@ declare const DocumentationItemConfigurationV1: z.ZodObject<{
17559
17585
  } | null | undefined;
17560
17586
  minHeight?: number | null | undefined;
17561
17587
  };
17588
+ isPrivate?: boolean | undefined;
17589
+ isHidden?: boolean | undefined;
17562
17590
  }, {
17563
17591
  showSidebar: boolean;
17564
17592
  header: {
@@ -17629,12 +17657,16 @@ declare const DocumentationItemConfigurationV1: z.ZodObject<{
17629
17657
  } | null | undefined;
17630
17658
  minHeight?: number | null | undefined;
17631
17659
  };
17660
+ isPrivate?: boolean | undefined;
17661
+ isHidden?: boolean | undefined;
17632
17662
  }>;
17633
17663
  type DocumentationItemConfigurationV1 = z.infer<typeof DocumentationItemConfigurationV1>;
17634
17664
  declare const defaultDocumentationItemConfigurationV1: DocumentationItemConfigurationV1;
17635
17665
 
17636
17666
  declare const DocumentationItemConfigurationV2: z.ZodObject<{
17637
17667
  showSidebar: z.ZodBoolean;
17668
+ isPrivate: z.ZodOptional<z.ZodBoolean>;
17669
+ isHidden: z.ZodOptional<z.ZodBoolean>;
17638
17670
  header: z.ZodObject<{
17639
17671
  description: z.ZodString;
17640
17672
  alignment: z.ZodEnum<["Left", "Center"]>;
@@ -17787,6 +17819,8 @@ declare const DocumentationItemConfigurationV2: z.ZodObject<{
17787
17819
  } | null | undefined;
17788
17820
  minHeight?: number | null | undefined;
17789
17821
  };
17822
+ isPrivate?: boolean | undefined;
17823
+ isHidden?: boolean | undefined;
17790
17824
  }, {
17791
17825
  showSidebar: boolean;
17792
17826
  header: {
@@ -17816,6 +17850,8 @@ declare const DocumentationItemConfigurationV2: z.ZodObject<{
17816
17850
  } | null | undefined;
17817
17851
  minHeight?: number | null | undefined;
17818
17852
  };
17853
+ isPrivate?: boolean | undefined;
17854
+ isHidden?: boolean | undefined;
17819
17855
  }>;
17820
17856
  type DocumentationItemConfigurationV2 = z.infer<typeof DocumentationItemConfigurationV2>;
17821
17857
  declare const defaultDocumentationItemConfigurationV2: DocumentationItemConfigurationV2;
@@ -19226,6 +19262,8 @@ declare const ElementGroupDataV1: z.ZodObject<{
19226
19262
  } | null | undefined;
19227
19263
  minHeight?: number | null | undefined;
19228
19264
  };
19265
+ isPrivate?: boolean | undefined;
19266
+ isHidden?: boolean | undefined;
19229
19267
  }, z.ZodTypeDef, {
19230
19268
  showSidebar: boolean;
19231
19269
  header: {
@@ -19296,6 +19334,8 @@ declare const ElementGroupDataV1: z.ZodObject<{
19296
19334
  } | null | undefined;
19297
19335
  minHeight?: number | null | undefined;
19298
19336
  };
19337
+ isPrivate?: boolean | undefined;
19338
+ isHidden?: boolean | undefined;
19299
19339
  }>>>, {
19300
19340
  showSidebar: boolean;
19301
19341
  header: {
@@ -19366,6 +19406,8 @@ declare const ElementGroupDataV1: z.ZodObject<{
19366
19406
  } | null | undefined;
19367
19407
  minHeight?: number | null | undefined;
19368
19408
  };
19409
+ isPrivate?: boolean | undefined;
19410
+ isHidden?: boolean | undefined;
19369
19411
  } | undefined, {
19370
19412
  showSidebar: boolean;
19371
19413
  header: {
@@ -19436,6 +19478,8 @@ declare const ElementGroupDataV1: z.ZodObject<{
19436
19478
  } | null | undefined;
19437
19479
  minHeight?: number | null | undefined;
19438
19480
  };
19481
+ isPrivate?: boolean | undefined;
19482
+ isHidden?: boolean | undefined;
19439
19483
  } | null | undefined>;
19440
19484
  }, "strip", z.ZodTypeAny, {
19441
19485
  behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
@@ -19509,6 +19553,8 @@ declare const ElementGroupDataV1: z.ZodObject<{
19509
19553
  } | null | undefined;
19510
19554
  minHeight?: number | null | undefined;
19511
19555
  };
19556
+ isPrivate?: boolean | undefined;
19557
+ isHidden?: boolean | undefined;
19512
19558
  } | undefined;
19513
19559
  }, {
19514
19560
  behavior?: "Tabs" | "Group" | null | undefined;
@@ -19582,6 +19628,8 @@ declare const ElementGroupDataV1: z.ZodObject<{
19582
19628
  } | null | undefined;
19583
19629
  minHeight?: number | null | undefined;
19584
19630
  };
19631
+ isPrivate?: boolean | undefined;
19632
+ isHidden?: boolean | undefined;
19585
19633
  } | null | undefined;
19586
19634
  }>;
19587
19635
  type ElementGroupDataV1 = z.infer<typeof ElementGroupDataV1>;
@@ -19616,6 +19664,8 @@ declare const ElementGroupDataV2: z.ZodObject<{
19616
19664
  } | null | undefined;
19617
19665
  minHeight?: number | null | undefined;
19618
19666
  };
19667
+ isPrivate?: boolean | undefined;
19668
+ isHidden?: boolean | undefined;
19619
19669
  }, z.ZodTypeDef, {
19620
19670
  showSidebar: boolean;
19621
19671
  header: {
@@ -19645,6 +19695,8 @@ declare const ElementGroupDataV2: z.ZodObject<{
19645
19695
  } | null | undefined;
19646
19696
  minHeight?: number | null | undefined;
19647
19697
  };
19698
+ isPrivate?: boolean | undefined;
19699
+ isHidden?: boolean | undefined;
19648
19700
  }>>>, {
19649
19701
  showSidebar: boolean;
19650
19702
  header: {
@@ -19674,6 +19726,8 @@ declare const ElementGroupDataV2: z.ZodObject<{
19674
19726
  } | null | undefined;
19675
19727
  minHeight?: number | null | undefined;
19676
19728
  };
19729
+ isPrivate?: boolean | undefined;
19730
+ isHidden?: boolean | undefined;
19677
19731
  } | undefined, {
19678
19732
  showSidebar: boolean;
19679
19733
  header: {
@@ -19703,6 +19757,8 @@ declare const ElementGroupDataV2: z.ZodObject<{
19703
19757
  } | null | undefined;
19704
19758
  minHeight?: number | null | undefined;
19705
19759
  };
19760
+ isPrivate?: boolean | undefined;
19761
+ isHidden?: boolean | undefined;
19706
19762
  } | null | undefined>;
19707
19763
  }, "strip", z.ZodTypeAny, {
19708
19764
  behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
@@ -19735,6 +19791,8 @@ declare const ElementGroupDataV2: z.ZodObject<{
19735
19791
  } | null | undefined;
19736
19792
  minHeight?: number | null | undefined;
19737
19793
  };
19794
+ isPrivate?: boolean | undefined;
19795
+ isHidden?: boolean | undefined;
19738
19796
  } | undefined;
19739
19797
  }, {
19740
19798
  behavior?: "Tabs" | "Group" | null | undefined;
@@ -19767,6 +19825,8 @@ declare const ElementGroupDataV2: z.ZodObject<{
19767
19825
  } | null | undefined;
19768
19826
  minHeight?: number | null | undefined;
19769
19827
  };
19828
+ isPrivate?: boolean | undefined;
19829
+ isHidden?: boolean | undefined;
19770
19830
  } | null | undefined;
19771
19831
  }>;
19772
19832
  type ElementGroupDataV2 = z.infer<typeof ElementGroupDataV2>;
@@ -22664,6 +22724,8 @@ declare const DocumentationPageV1: z.ZodObject<{
22664
22724
  } | null | undefined;
22665
22725
  minHeight?: number | null | undefined;
22666
22726
  };
22727
+ isPrivate?: boolean | undefined;
22728
+ isHidden?: boolean | undefined;
22667
22729
  }, z.ZodTypeDef, {
22668
22730
  showSidebar: boolean;
22669
22731
  header: {
@@ -22734,6 +22796,8 @@ declare const DocumentationPageV1: z.ZodObject<{
22734
22796
  } | null | undefined;
22735
22797
  minHeight?: number | null | undefined;
22736
22798
  };
22799
+ isPrivate?: boolean | undefined;
22800
+ isHidden?: boolean | undefined;
22737
22801
  }>>>, {
22738
22802
  showSidebar: boolean;
22739
22803
  header: {
@@ -22804,6 +22868,8 @@ declare const DocumentationPageV1: z.ZodObject<{
22804
22868
  } | null | undefined;
22805
22869
  minHeight?: number | null | undefined;
22806
22870
  };
22871
+ isPrivate?: boolean | undefined;
22872
+ isHidden?: boolean | undefined;
22807
22873
  } | undefined, {
22808
22874
  showSidebar: boolean;
22809
22875
  header: {
@@ -22874,6 +22940,8 @@ declare const DocumentationPageV1: z.ZodObject<{
22874
22940
  } | null | undefined;
22875
22941
  minHeight?: number | null | undefined;
22876
22942
  };
22943
+ isPrivate?: boolean | undefined;
22944
+ isHidden?: boolean | undefined;
22877
22945
  } | null | undefined>;
22878
22946
  }, "strip", z.ZodTypeAny, {
22879
22947
  blocks: PageBlockV1[];
@@ -22947,6 +23015,8 @@ declare const DocumentationPageV1: z.ZodObject<{
22947
23015
  } | null | undefined;
22948
23016
  minHeight?: number | null | undefined;
22949
23017
  };
23018
+ isPrivate?: boolean | undefined;
23019
+ isHidden?: boolean | undefined;
22950
23020
  } | undefined;
22951
23021
  }, {
22952
23022
  blocks: ({
@@ -23382,6 +23452,8 @@ declare const DocumentationPageV1: z.ZodObject<{
23382
23452
  } | null | undefined;
23383
23453
  minHeight?: number | null | undefined;
23384
23454
  };
23455
+ isPrivate?: boolean | undefined;
23456
+ isHidden?: boolean | undefined;
23385
23457
  } | null | undefined;
23386
23458
  }>;
23387
23459
  }, "strip", z.ZodTypeAny, {
@@ -23461,6 +23533,8 @@ declare const DocumentationPageV1: z.ZodObject<{
23461
23533
  } | null | undefined;
23462
23534
  minHeight?: number | null | undefined;
23463
23535
  };
23536
+ isPrivate?: boolean | undefined;
23537
+ isHidden?: boolean | undefined;
23464
23538
  } | undefined;
23465
23539
  };
23466
23540
  designSystemVersionId: string;
@@ -23912,6 +23986,8 @@ declare const DocumentationPageV1: z.ZodObject<{
23912
23986
  } | null | undefined;
23913
23987
  minHeight?: number | null | undefined;
23914
23988
  };
23989
+ isPrivate?: boolean | undefined;
23990
+ isHidden?: boolean | undefined;
23915
23991
  } | null | undefined;
23916
23992
  };
23917
23993
  designSystemVersionId: string;
@@ -24023,6 +24099,8 @@ declare const DocumentationGroupV1: z.ZodObject<{
24023
24099
  } | null | undefined;
24024
24100
  minHeight?: number | null | undefined;
24025
24101
  };
24102
+ isPrivate?: boolean | undefined;
24103
+ isHidden?: boolean | undefined;
24026
24104
  }, z.ZodTypeDef, {
24027
24105
  showSidebar: boolean;
24028
24106
  header: {
@@ -24093,6 +24171,8 @@ declare const DocumentationGroupV1: z.ZodObject<{
24093
24171
  } | null | undefined;
24094
24172
  minHeight?: number | null | undefined;
24095
24173
  };
24174
+ isPrivate?: boolean | undefined;
24175
+ isHidden?: boolean | undefined;
24096
24176
  }>>>, {
24097
24177
  showSidebar: boolean;
24098
24178
  header: {
@@ -24163,6 +24243,8 @@ declare const DocumentationGroupV1: z.ZodObject<{
24163
24243
  } | null | undefined;
24164
24244
  minHeight?: number | null | undefined;
24165
24245
  };
24246
+ isPrivate?: boolean | undefined;
24247
+ isHidden?: boolean | undefined;
24166
24248
  } | undefined, {
24167
24249
  showSidebar: boolean;
24168
24250
  header: {
@@ -24233,6 +24315,8 @@ declare const DocumentationGroupV1: z.ZodObject<{
24233
24315
  } | null | undefined;
24234
24316
  minHeight?: number | null | undefined;
24235
24317
  };
24318
+ isPrivate?: boolean | undefined;
24319
+ isHidden?: boolean | undefined;
24236
24320
  } | null | undefined>;
24237
24321
  }, "strip", z.ZodTypeAny, {
24238
24322
  behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
@@ -24306,6 +24390,8 @@ declare const DocumentationGroupV1: z.ZodObject<{
24306
24390
  } | null | undefined;
24307
24391
  minHeight?: number | null | undefined;
24308
24392
  };
24393
+ isPrivate?: boolean | undefined;
24394
+ isHidden?: boolean | undefined;
24309
24395
  } | undefined;
24310
24396
  }, {
24311
24397
  behavior?: "Tabs" | "Group" | null | undefined;
@@ -24379,6 +24465,8 @@ declare const DocumentationGroupV1: z.ZodObject<{
24379
24465
  } | null | undefined;
24380
24466
  minHeight?: number | null | undefined;
24381
24467
  };
24468
+ isPrivate?: boolean | undefined;
24469
+ isHidden?: boolean | undefined;
24382
24470
  } | null | undefined;
24383
24471
  }>>;
24384
24472
  }, "strip", z.ZodTypeAny, {
@@ -24470,6 +24558,8 @@ declare const DocumentationGroupV1: z.ZodObject<{
24470
24558
  } | null | undefined;
24471
24559
  minHeight?: number | null | undefined;
24472
24560
  };
24561
+ isPrivate?: boolean | undefined;
24562
+ isHidden?: boolean | undefined;
24473
24563
  } | undefined;
24474
24564
  } | undefined;
24475
24565
  }, {
@@ -24561,6 +24651,8 @@ declare const DocumentationGroupV1: z.ZodObject<{
24561
24651
  } | null | undefined;
24562
24652
  minHeight?: number | null | undefined;
24563
24653
  };
24654
+ isPrivate?: boolean | undefined;
24655
+ isHidden?: boolean | undefined;
24564
24656
  } | null | undefined;
24565
24657
  } | undefined;
24566
24658
  }>;
@@ -24617,6 +24709,8 @@ declare const DocumentationPageV2: z.ZodObject<{
24617
24709
  } | null | undefined;
24618
24710
  minHeight?: number | null | undefined;
24619
24711
  };
24712
+ isPrivate?: boolean | undefined;
24713
+ isHidden?: boolean | undefined;
24620
24714
  }, z.ZodTypeDef, {
24621
24715
  showSidebar: boolean;
24622
24716
  header: {
@@ -24646,6 +24740,8 @@ declare const DocumentationPageV2: z.ZodObject<{
24646
24740
  } | null | undefined;
24647
24741
  minHeight?: number | null | undefined;
24648
24742
  };
24743
+ isPrivate?: boolean | undefined;
24744
+ isHidden?: boolean | undefined;
24649
24745
  }>>>, {
24650
24746
  showSidebar: boolean;
24651
24747
  header: {
@@ -24675,6 +24771,8 @@ declare const DocumentationPageV2: z.ZodObject<{
24675
24771
  } | null | undefined;
24676
24772
  minHeight?: number | null | undefined;
24677
24773
  };
24774
+ isPrivate?: boolean | undefined;
24775
+ isHidden?: boolean | undefined;
24678
24776
  } | undefined, {
24679
24777
  showSidebar: boolean;
24680
24778
  header: {
@@ -24704,6 +24802,8 @@ declare const DocumentationPageV2: z.ZodObject<{
24704
24802
  } | null | undefined;
24705
24803
  minHeight?: number | null | undefined;
24706
24804
  };
24805
+ isPrivate?: boolean | undefined;
24806
+ isHidden?: boolean | undefined;
24707
24807
  } | null | undefined>;
24708
24808
  oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
24709
24809
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -25098,6 +25198,8 @@ declare const DocumentationPageV2: z.ZodObject<{
25098
25198
  } | null | undefined;
25099
25199
  minHeight?: number | null | undefined;
25100
25200
  };
25201
+ isPrivate?: boolean | undefined;
25202
+ isHidden?: boolean | undefined;
25101
25203
  } | undefined;
25102
25204
  oldBlocks?: PageBlockV1[] | undefined;
25103
25205
  }, {
@@ -25130,6 +25232,8 @@ declare const DocumentationPageV2: z.ZodObject<{
25130
25232
  } | null | undefined;
25131
25233
  minHeight?: number | null | undefined;
25132
25234
  };
25235
+ isPrivate?: boolean | undefined;
25236
+ isHidden?: boolean | undefined;
25133
25237
  } | null | undefined;
25134
25238
  oldBlocks?: ({
25135
25239
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -25530,6 +25634,8 @@ declare const DocumentationPageV2: z.ZodObject<{
25530
25634
  } | null | undefined;
25531
25635
  minHeight?: number | null | undefined;
25532
25636
  };
25637
+ isPrivate?: boolean | undefined;
25638
+ isHidden?: boolean | undefined;
25533
25639
  } | undefined;
25534
25640
  oldBlocks?: PageBlockV1[] | undefined;
25535
25641
  };
@@ -25578,6 +25684,8 @@ declare const DocumentationPageV2: z.ZodObject<{
25578
25684
  } | null | undefined;
25579
25685
  minHeight?: number | null | undefined;
25580
25686
  };
25687
+ isPrivate?: boolean | undefined;
25688
+ isHidden?: boolean | undefined;
25581
25689
  } | null | undefined;
25582
25690
  oldBlocks?: ({
25583
25691
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -26420,6 +26528,8 @@ declare const ElementGroup: z.ZodObject<{
26420
26528
  } | null | undefined;
26421
26529
  minHeight?: number | null | undefined;
26422
26530
  };
26531
+ isPrivate?: boolean | undefined;
26532
+ isHidden?: boolean | undefined;
26423
26533
  }, z.ZodTypeDef, {
26424
26534
  showSidebar: boolean;
26425
26535
  header: {
@@ -26449,6 +26559,8 @@ declare const ElementGroup: z.ZodObject<{
26449
26559
  } | null | undefined;
26450
26560
  minHeight?: number | null | undefined;
26451
26561
  };
26562
+ isPrivate?: boolean | undefined;
26563
+ isHidden?: boolean | undefined;
26452
26564
  }>>>, {
26453
26565
  showSidebar: boolean;
26454
26566
  header: {
@@ -26478,6 +26590,8 @@ declare const ElementGroup: z.ZodObject<{
26478
26590
  } | null | undefined;
26479
26591
  minHeight?: number | null | undefined;
26480
26592
  };
26593
+ isPrivate?: boolean | undefined;
26594
+ isHidden?: boolean | undefined;
26481
26595
  } | undefined, {
26482
26596
  showSidebar: boolean;
26483
26597
  header: {
@@ -26507,6 +26621,8 @@ declare const ElementGroup: z.ZodObject<{
26507
26621
  } | null | undefined;
26508
26622
  minHeight?: number | null | undefined;
26509
26623
  };
26624
+ isPrivate?: boolean | undefined;
26625
+ isHidden?: boolean | undefined;
26510
26626
  } | null | undefined>;
26511
26627
  }, "strip", z.ZodTypeAny, {
26512
26628
  behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
@@ -26539,6 +26655,8 @@ declare const ElementGroup: z.ZodObject<{
26539
26655
  } | null | undefined;
26540
26656
  minHeight?: number | null | undefined;
26541
26657
  };
26658
+ isPrivate?: boolean | undefined;
26659
+ isHidden?: boolean | undefined;
26542
26660
  } | undefined;
26543
26661
  }, {
26544
26662
  behavior?: "Tabs" | "Group" | null | undefined;
@@ -26571,6 +26689,8 @@ declare const ElementGroup: z.ZodObject<{
26571
26689
  } | null | undefined;
26572
26690
  minHeight?: number | null | undefined;
26573
26691
  };
26692
+ isPrivate?: boolean | undefined;
26693
+ isHidden?: boolean | undefined;
26574
26694
  } | null | undefined;
26575
26695
  }>>;
26576
26696
  }, "strip", z.ZodTypeAny, {
@@ -26621,6 +26741,8 @@ declare const ElementGroup: z.ZodObject<{
26621
26741
  } | null | undefined;
26622
26742
  minHeight?: number | null | undefined;
26623
26743
  };
26744
+ isPrivate?: boolean | undefined;
26745
+ isHidden?: boolean | undefined;
26624
26746
  } | undefined;
26625
26747
  } | undefined;
26626
26748
  }, {
@@ -26671,6 +26793,8 @@ declare const ElementGroup: z.ZodObject<{
26671
26793
  } | null | undefined;
26672
26794
  minHeight?: number | null | undefined;
26673
26795
  };
26796
+ isPrivate?: boolean | undefined;
26797
+ isHidden?: boolean | undefined;
26674
26798
  } | null | undefined;
26675
26799
  } | undefined;
26676
26800
  }>;
@@ -26711,6 +26835,8 @@ declare const BrandedElementGroup: z.ZodObject<{
26711
26835
  } | null | undefined;
26712
26836
  minHeight?: number | null | undefined;
26713
26837
  };
26838
+ isPrivate?: boolean | undefined;
26839
+ isHidden?: boolean | undefined;
26714
26840
  }, z.ZodTypeDef, {
26715
26841
  showSidebar: boolean;
26716
26842
  header: {
@@ -26740,6 +26866,8 @@ declare const BrandedElementGroup: z.ZodObject<{
26740
26866
  } | null | undefined;
26741
26867
  minHeight?: number | null | undefined;
26742
26868
  };
26869
+ isPrivate?: boolean | undefined;
26870
+ isHidden?: boolean | undefined;
26743
26871
  }>>>, {
26744
26872
  showSidebar: boolean;
26745
26873
  header: {
@@ -26769,6 +26897,8 @@ declare const BrandedElementGroup: z.ZodObject<{
26769
26897
  } | null | undefined;
26770
26898
  minHeight?: number | null | undefined;
26771
26899
  };
26900
+ isPrivate?: boolean | undefined;
26901
+ isHidden?: boolean | undefined;
26772
26902
  } | undefined, {
26773
26903
  showSidebar: boolean;
26774
26904
  header: {
@@ -26798,6 +26928,8 @@ declare const BrandedElementGroup: z.ZodObject<{
26798
26928
  } | null | undefined;
26799
26929
  minHeight?: number | null | undefined;
26800
26930
  };
26931
+ isPrivate?: boolean | undefined;
26932
+ isHidden?: boolean | undefined;
26801
26933
  } | null | undefined>;
26802
26934
  }, "strip", z.ZodTypeAny, {
26803
26935
  behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
@@ -26830,6 +26962,8 @@ declare const BrandedElementGroup: z.ZodObject<{
26830
26962
  } | null | undefined;
26831
26963
  minHeight?: number | null | undefined;
26832
26964
  };
26965
+ isPrivate?: boolean | undefined;
26966
+ isHidden?: boolean | undefined;
26833
26967
  } | undefined;
26834
26968
  }, {
26835
26969
  behavior?: "Tabs" | "Group" | null | undefined;
@@ -26862,6 +26996,8 @@ declare const BrandedElementGroup: z.ZodObject<{
26862
26996
  } | null | undefined;
26863
26997
  minHeight?: number | null | undefined;
26864
26998
  };
26999
+ isPrivate?: boolean | undefined;
27000
+ isHidden?: boolean | undefined;
26865
27001
  } | null | undefined;
26866
27002
  }>>;
26867
27003
  designSystemVersionId: z.ZodString;
@@ -26926,6 +27062,8 @@ declare const BrandedElementGroup: z.ZodObject<{
26926
27062
  } | null | undefined;
26927
27063
  minHeight?: number | null | undefined;
26928
27064
  };
27065
+ isPrivate?: boolean | undefined;
27066
+ isHidden?: boolean | undefined;
26929
27067
  } | undefined;
26930
27068
  } | undefined;
26931
27069
  parentPersistentId?: string | undefined;
@@ -26976,6 +27114,8 @@ declare const BrandedElementGroup: z.ZodObject<{
26976
27114
  } | null | undefined;
26977
27115
  minHeight?: number | null | undefined;
26978
27116
  };
27117
+ isPrivate?: boolean | undefined;
27118
+ isHidden?: boolean | undefined;
26979
27119
  } | null | undefined;
26980
27120
  } | undefined;
26981
27121
  parentPersistentId?: string | undefined;
@@ -94232,6 +94372,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
94232
94372
  } | null | undefined;
94233
94373
  minHeight?: number | null | undefined;
94234
94374
  };
94375
+ isPrivate?: boolean | undefined;
94376
+ isHidden?: boolean | undefined;
94235
94377
  }, z.ZodTypeDef, {
94236
94378
  showSidebar: boolean;
94237
94379
  header: {
@@ -94261,6 +94403,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
94261
94403
  } | null | undefined;
94262
94404
  minHeight?: number | null | undefined;
94263
94405
  };
94406
+ isPrivate?: boolean | undefined;
94407
+ isHidden?: boolean | undefined;
94264
94408
  }>>>, {
94265
94409
  showSidebar: boolean;
94266
94410
  header: {
@@ -94290,6 +94434,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
94290
94434
  } | null | undefined;
94291
94435
  minHeight?: number | null | undefined;
94292
94436
  };
94437
+ isPrivate?: boolean | undefined;
94438
+ isHidden?: boolean | undefined;
94293
94439
  } | undefined, {
94294
94440
  showSidebar: boolean;
94295
94441
  header: {
@@ -94319,6 +94465,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
94319
94465
  } | null | undefined;
94320
94466
  minHeight?: number | null | undefined;
94321
94467
  };
94468
+ isPrivate?: boolean | undefined;
94469
+ isHidden?: boolean | undefined;
94322
94470
  } | null | undefined>;
94323
94471
  oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
94324
94472
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -94713,6 +94861,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
94713
94861
  } | null | undefined;
94714
94862
  minHeight?: number | null | undefined;
94715
94863
  };
94864
+ isPrivate?: boolean | undefined;
94865
+ isHidden?: boolean | undefined;
94716
94866
  } | undefined;
94717
94867
  oldBlocks?: PageBlockV1[] | undefined;
94718
94868
  }, {
@@ -94745,6 +94895,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
94745
94895
  } | null | undefined;
94746
94896
  minHeight?: number | null | undefined;
94747
94897
  };
94898
+ isPrivate?: boolean | undefined;
94899
+ isHidden?: boolean | undefined;
94748
94900
  } | null | undefined;
94749
94901
  oldBlocks?: ({
94750
94902
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -95145,6 +95297,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
95145
95297
  } | null | undefined;
95146
95298
  minHeight?: number | null | undefined;
95147
95299
  };
95300
+ isPrivate?: boolean | undefined;
95301
+ isHidden?: boolean | undefined;
95148
95302
  } | undefined;
95149
95303
  oldBlocks?: PageBlockV1[] | undefined;
95150
95304
  };
@@ -95193,6 +95347,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
95193
95347
  } | null | undefined;
95194
95348
  minHeight?: number | null | undefined;
95195
95349
  };
95350
+ isPrivate?: boolean | undefined;
95351
+ isHidden?: boolean | undefined;
95196
95352
  } | null | undefined;
95197
95353
  oldBlocks?: ({
95198
95354
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -95623,6 +95779,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
95623
95779
  } | null | undefined;
95624
95780
  minHeight?: number | null | undefined;
95625
95781
  };
95782
+ isPrivate?: boolean | undefined;
95783
+ isHidden?: boolean | undefined;
95626
95784
  }, z.ZodTypeDef, {
95627
95785
  showSidebar: boolean;
95628
95786
  header: {
@@ -95652,6 +95810,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
95652
95810
  } | null | undefined;
95653
95811
  minHeight?: number | null | undefined;
95654
95812
  };
95813
+ isPrivate?: boolean | undefined;
95814
+ isHidden?: boolean | undefined;
95655
95815
  }>>>, {
95656
95816
  showSidebar: boolean;
95657
95817
  header: {
@@ -95681,6 +95841,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
95681
95841
  } | null | undefined;
95682
95842
  minHeight?: number | null | undefined;
95683
95843
  };
95844
+ isPrivate?: boolean | undefined;
95845
+ isHidden?: boolean | undefined;
95684
95846
  } | undefined, {
95685
95847
  showSidebar: boolean;
95686
95848
  header: {
@@ -95710,6 +95872,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
95710
95872
  } | null | undefined;
95711
95873
  minHeight?: number | null | undefined;
95712
95874
  };
95875
+ isPrivate?: boolean | undefined;
95876
+ isHidden?: boolean | undefined;
95713
95877
  } | null | undefined>;
95714
95878
  }, "strip", z.ZodTypeAny, {
95715
95879
  behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
@@ -95742,6 +95906,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
95742
95906
  } | null | undefined;
95743
95907
  minHeight?: number | null | undefined;
95744
95908
  };
95909
+ isPrivate?: boolean | undefined;
95910
+ isHidden?: boolean | undefined;
95745
95911
  } | undefined;
95746
95912
  }, {
95747
95913
  behavior?: "Tabs" | "Group" | null | undefined;
@@ -95774,6 +95940,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
95774
95940
  } | null | undefined;
95775
95941
  minHeight?: number | null | undefined;
95776
95942
  };
95943
+ isPrivate?: boolean | undefined;
95944
+ isHidden?: boolean | undefined;
95777
95945
  } | null | undefined;
95778
95946
  }>>;
95779
95947
  }, "strip", z.ZodTypeAny, {
@@ -95824,6 +95992,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
95824
95992
  } | null | undefined;
95825
95993
  minHeight?: number | null | undefined;
95826
95994
  };
95995
+ isPrivate?: boolean | undefined;
95996
+ isHidden?: boolean | undefined;
95827
95997
  } | undefined;
95828
95998
  } | undefined;
95829
95999
  }, {
@@ -95874,6 +96044,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
95874
96044
  } | null | undefined;
95875
96045
  minHeight?: number | null | undefined;
95876
96046
  };
96047
+ isPrivate?: boolean | undefined;
96048
+ isHidden?: boolean | undefined;
95877
96049
  } | null | undefined;
95878
96050
  } | undefined;
95879
96051
  }>, "many">;
@@ -95933,6 +96105,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
95933
96105
  } | null | undefined;
95934
96106
  minHeight?: number | null | undefined;
95935
96107
  };
96108
+ isPrivate?: boolean | undefined;
96109
+ isHidden?: boolean | undefined;
95936
96110
  } | undefined;
95937
96111
  } | undefined;
95938
96112
  }[];
@@ -95971,6 +96145,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
95971
96145
  } | null | undefined;
95972
96146
  minHeight?: number | null | undefined;
95973
96147
  };
96148
+ isPrivate?: boolean | undefined;
96149
+ isHidden?: boolean | undefined;
95974
96150
  } | undefined;
95975
96151
  oldBlocks?: PageBlockV1[] | undefined;
95976
96152
  };
@@ -96037,6 +96213,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
96037
96213
  } | null | undefined;
96038
96214
  minHeight?: number | null | undefined;
96039
96215
  };
96216
+ isPrivate?: boolean | undefined;
96217
+ isHidden?: boolean | undefined;
96040
96218
  } | null | undefined;
96041
96219
  } | undefined;
96042
96220
  }[];
@@ -96075,6 +96253,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
96075
96253
  } | null | undefined;
96076
96254
  minHeight?: number | null | undefined;
96077
96255
  };
96256
+ isPrivate?: boolean | undefined;
96257
+ isHidden?: boolean | undefined;
96078
96258
  } | null | undefined;
96079
96259
  oldBlocks?: ({
96080
96260
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -96508,6 +96688,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
96508
96688
  } | null | undefined;
96509
96689
  minHeight?: number | null | undefined;
96510
96690
  };
96691
+ isPrivate?: boolean | undefined;
96692
+ isHidden?: boolean | undefined;
96511
96693
  }, z.ZodTypeDef, {
96512
96694
  showSidebar: boolean;
96513
96695
  header: {
@@ -96537,6 +96719,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
96537
96719
  } | null | undefined;
96538
96720
  minHeight?: number | null | undefined;
96539
96721
  };
96722
+ isPrivate?: boolean | undefined;
96723
+ isHidden?: boolean | undefined;
96540
96724
  }>>>, {
96541
96725
  showSidebar: boolean;
96542
96726
  header: {
@@ -96566,6 +96750,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
96566
96750
  } | null | undefined;
96567
96751
  minHeight?: number | null | undefined;
96568
96752
  };
96753
+ isPrivate?: boolean | undefined;
96754
+ isHidden?: boolean | undefined;
96569
96755
  } | undefined, {
96570
96756
  showSidebar: boolean;
96571
96757
  header: {
@@ -96595,6 +96781,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
96595
96781
  } | null | undefined;
96596
96782
  minHeight?: number | null | undefined;
96597
96783
  };
96784
+ isPrivate?: boolean | undefined;
96785
+ isHidden?: boolean | undefined;
96598
96786
  } | null | undefined>;
96599
96787
  oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
96600
96788
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -96989,6 +97177,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
96989
97177
  } | null | undefined;
96990
97178
  minHeight?: number | null | undefined;
96991
97179
  };
97180
+ isPrivate?: boolean | undefined;
97181
+ isHidden?: boolean | undefined;
96992
97182
  } | undefined;
96993
97183
  oldBlocks?: PageBlockV1[] | undefined;
96994
97184
  }, {
@@ -97021,6 +97211,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
97021
97211
  } | null | undefined;
97022
97212
  minHeight?: number | null | undefined;
97023
97213
  };
97214
+ isPrivate?: boolean | undefined;
97215
+ isHidden?: boolean | undefined;
97024
97216
  } | null | undefined;
97025
97217
  oldBlocks?: ({
97026
97218
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -97421,6 +97613,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
97421
97613
  } | null | undefined;
97422
97614
  minHeight?: number | null | undefined;
97423
97615
  };
97616
+ isPrivate?: boolean | undefined;
97617
+ isHidden?: boolean | undefined;
97424
97618
  } | undefined;
97425
97619
  oldBlocks?: PageBlockV1[] | undefined;
97426
97620
  };
@@ -97469,6 +97663,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
97469
97663
  } | null | undefined;
97470
97664
  minHeight?: number | null | undefined;
97471
97665
  };
97666
+ isPrivate?: boolean | undefined;
97667
+ isHidden?: boolean | undefined;
97472
97668
  } | null | undefined;
97473
97669
  oldBlocks?: ({
97474
97670
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -97899,6 +98095,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
97899
98095
  } | null | undefined;
97900
98096
  minHeight?: number | null | undefined;
97901
98097
  };
98098
+ isPrivate?: boolean | undefined;
98099
+ isHidden?: boolean | undefined;
97902
98100
  }, z.ZodTypeDef, {
97903
98101
  showSidebar: boolean;
97904
98102
  header: {
@@ -97928,6 +98126,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
97928
98126
  } | null | undefined;
97929
98127
  minHeight?: number | null | undefined;
97930
98128
  };
98129
+ isPrivate?: boolean | undefined;
98130
+ isHidden?: boolean | undefined;
97931
98131
  }>>>, {
97932
98132
  showSidebar: boolean;
97933
98133
  header: {
@@ -97957,6 +98157,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
97957
98157
  } | null | undefined;
97958
98158
  minHeight?: number | null | undefined;
97959
98159
  };
98160
+ isPrivate?: boolean | undefined;
98161
+ isHidden?: boolean | undefined;
97960
98162
  } | undefined, {
97961
98163
  showSidebar: boolean;
97962
98164
  header: {
@@ -97986,6 +98188,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
97986
98188
  } | null | undefined;
97987
98189
  minHeight?: number | null | undefined;
97988
98190
  };
98191
+ isPrivate?: boolean | undefined;
98192
+ isHidden?: boolean | undefined;
97989
98193
  } | null | undefined>;
97990
98194
  }, "strip", z.ZodTypeAny, {
97991
98195
  behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
@@ -98018,6 +98222,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
98018
98222
  } | null | undefined;
98019
98223
  minHeight?: number | null | undefined;
98020
98224
  };
98225
+ isPrivate?: boolean | undefined;
98226
+ isHidden?: boolean | undefined;
98021
98227
  } | undefined;
98022
98228
  }, {
98023
98229
  behavior?: "Tabs" | "Group" | null | undefined;
@@ -98050,6 +98256,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
98050
98256
  } | null | undefined;
98051
98257
  minHeight?: number | null | undefined;
98052
98258
  };
98259
+ isPrivate?: boolean | undefined;
98260
+ isHidden?: boolean | undefined;
98053
98261
  } | null | undefined;
98054
98262
  }>>;
98055
98263
  }, "strip", z.ZodTypeAny, {
@@ -98100,6 +98308,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
98100
98308
  } | null | undefined;
98101
98309
  minHeight?: number | null | undefined;
98102
98310
  };
98311
+ isPrivate?: boolean | undefined;
98312
+ isHidden?: boolean | undefined;
98103
98313
  } | undefined;
98104
98314
  } | undefined;
98105
98315
  }, {
@@ -98150,6 +98360,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
98150
98360
  } | null | undefined;
98151
98361
  minHeight?: number | null | undefined;
98152
98362
  };
98363
+ isPrivate?: boolean | undefined;
98364
+ isHidden?: boolean | undefined;
98153
98365
  } | null | undefined;
98154
98366
  } | undefined;
98155
98367
  }>, "many">;
@@ -98204,6 +98416,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
98204
98416
  } | null | undefined;
98205
98417
  minHeight?: number | null | undefined;
98206
98418
  };
98419
+ isPrivate?: boolean | undefined;
98420
+ isHidden?: boolean | undefined;
98207
98421
  } | undefined;
98208
98422
  } | undefined;
98209
98423
  }[];
@@ -98242,6 +98456,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
98242
98456
  } | null | undefined;
98243
98457
  minHeight?: number | null | undefined;
98244
98458
  };
98459
+ isPrivate?: boolean | undefined;
98460
+ isHidden?: boolean | undefined;
98245
98461
  } | undefined;
98246
98462
  oldBlocks?: PageBlockV1[] | undefined;
98247
98463
  };
@@ -98307,6 +98523,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
98307
98523
  } | null | undefined;
98308
98524
  minHeight?: number | null | undefined;
98309
98525
  };
98526
+ isPrivate?: boolean | undefined;
98527
+ isHidden?: boolean | undefined;
98310
98528
  } | null | undefined;
98311
98529
  } | undefined;
98312
98530
  }[];
@@ -98345,6 +98563,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
98345
98563
  } | null | undefined;
98346
98564
  minHeight?: number | null | undefined;
98347
98565
  };
98566
+ isPrivate?: boolean | undefined;
98567
+ isHidden?: boolean | undefined;
98348
98568
  } | null | undefined;
98349
98569
  oldBlocks?: ({
98350
98570
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -99475,6 +99695,8 @@ declare const DocumentationPageRoomState: z.ZodObject<{
99475
99695
  }>]>, "many">;
99476
99696
  itemConfiguration: z.ZodObject<{
99477
99697
  showSidebar: z.ZodBoolean;
99698
+ isPrivate: z.ZodOptional<z.ZodBoolean>;
99699
+ isHidden: z.ZodOptional<z.ZodBoolean>;
99478
99700
  header: z.ZodObject<{
99479
99701
  description: z.ZodString;
99480
99702
  alignment: z.ZodEnum<["Left", "Center"]>;
@@ -99627,6 +99849,8 @@ declare const DocumentationPageRoomState: z.ZodObject<{
99627
99849
  } | null | undefined;
99628
99850
  minHeight?: number | null | undefined;
99629
99851
  };
99852
+ isPrivate?: boolean | undefined;
99853
+ isHidden?: boolean | undefined;
99630
99854
  }, {
99631
99855
  showSidebar: boolean;
99632
99856
  header: {
@@ -99656,6 +99880,8 @@ declare const DocumentationPageRoomState: z.ZodObject<{
99656
99880
  } | null | undefined;
99657
99881
  minHeight?: number | null | undefined;
99658
99882
  };
99883
+ isPrivate?: boolean | undefined;
99884
+ isHidden?: boolean | undefined;
99659
99885
  }>;
99660
99886
  }, "strip", z.ZodTypeAny, {
99661
99887
  pageItems: ({
@@ -99775,6 +100001,8 @@ declare const DocumentationPageRoomState: z.ZodObject<{
99775
100001
  } | null | undefined;
99776
100002
  minHeight?: number | null | undefined;
99777
100003
  };
100004
+ isPrivate?: boolean | undefined;
100005
+ isHidden?: boolean | undefined;
99778
100006
  };
99779
100007
  }, {
99780
100008
  pageItems: ({
@@ -99894,6 +100122,8 @@ declare const DocumentationPageRoomState: z.ZodObject<{
99894
100122
  } | null | undefined;
99895
100123
  minHeight?: number | null | undefined;
99896
100124
  };
100125
+ isPrivate?: boolean | undefined;
100126
+ isHidden?: boolean | undefined;
99897
100127
  };
99898
100128
  }>;
99899
100129
  type DocumentationPageRoomState = z.infer<typeof DocumentationPageRoomState>;
@@ -99949,6 +100179,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
99949
100179
  } | null | undefined;
99950
100180
  minHeight?: number | null | undefined;
99951
100181
  };
100182
+ isPrivate?: boolean | undefined;
100183
+ isHidden?: boolean | undefined;
99952
100184
  }, z.ZodTypeDef, {
99953
100185
  showSidebar: boolean;
99954
100186
  header: {
@@ -99978,6 +100210,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
99978
100210
  } | null | undefined;
99979
100211
  minHeight?: number | null | undefined;
99980
100212
  };
100213
+ isPrivate?: boolean | undefined;
100214
+ isHidden?: boolean | undefined;
99981
100215
  }>>>, {
99982
100216
  showSidebar: boolean;
99983
100217
  header: {
@@ -100007,6 +100241,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
100007
100241
  } | null | undefined;
100008
100242
  minHeight?: number | null | undefined;
100009
100243
  };
100244
+ isPrivate?: boolean | undefined;
100245
+ isHidden?: boolean | undefined;
100010
100246
  } | undefined, {
100011
100247
  showSidebar: boolean;
100012
100248
  header: {
@@ -100036,6 +100272,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
100036
100272
  } | null | undefined;
100037
100273
  minHeight?: number | null | undefined;
100038
100274
  };
100275
+ isPrivate?: boolean | undefined;
100276
+ isHidden?: boolean | undefined;
100039
100277
  } | null | undefined>;
100040
100278
  oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
100041
100279
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -100430,6 +100668,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
100430
100668
  } | null | undefined;
100431
100669
  minHeight?: number | null | undefined;
100432
100670
  };
100671
+ isPrivate?: boolean | undefined;
100672
+ isHidden?: boolean | undefined;
100433
100673
  } | undefined;
100434
100674
  oldBlocks?: PageBlockV1[] | undefined;
100435
100675
  }, {
@@ -100462,6 +100702,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
100462
100702
  } | null | undefined;
100463
100703
  minHeight?: number | null | undefined;
100464
100704
  };
100705
+ isPrivate?: boolean | undefined;
100706
+ isHidden?: boolean | undefined;
100465
100707
  } | null | undefined;
100466
100708
  oldBlocks?: ({
100467
100709
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -100862,6 +101104,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
100862
101104
  } | null | undefined;
100863
101105
  minHeight?: number | null | undefined;
100864
101106
  };
101107
+ isPrivate?: boolean | undefined;
101108
+ isHidden?: boolean | undefined;
100865
101109
  } | undefined;
100866
101110
  oldBlocks?: PageBlockV1[] | undefined;
100867
101111
  };
@@ -100910,6 +101154,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
100910
101154
  } | null | undefined;
100911
101155
  minHeight?: number | null | undefined;
100912
101156
  };
101157
+ isPrivate?: boolean | undefined;
101158
+ isHidden?: boolean | undefined;
100913
101159
  } | null | undefined;
100914
101160
  oldBlocks?: ({
100915
101161
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -101340,6 +101586,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
101340
101586
  } | null | undefined;
101341
101587
  minHeight?: number | null | undefined;
101342
101588
  };
101589
+ isPrivate?: boolean | undefined;
101590
+ isHidden?: boolean | undefined;
101343
101591
  }, z.ZodTypeDef, {
101344
101592
  showSidebar: boolean;
101345
101593
  header: {
@@ -101369,6 +101617,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
101369
101617
  } | null | undefined;
101370
101618
  minHeight?: number | null | undefined;
101371
101619
  };
101620
+ isPrivate?: boolean | undefined;
101621
+ isHidden?: boolean | undefined;
101372
101622
  }>>>, {
101373
101623
  showSidebar: boolean;
101374
101624
  header: {
@@ -101398,6 +101648,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
101398
101648
  } | null | undefined;
101399
101649
  minHeight?: number | null | undefined;
101400
101650
  };
101651
+ isPrivate?: boolean | undefined;
101652
+ isHidden?: boolean | undefined;
101401
101653
  } | undefined, {
101402
101654
  showSidebar: boolean;
101403
101655
  header: {
@@ -101427,6 +101679,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
101427
101679
  } | null | undefined;
101428
101680
  minHeight?: number | null | undefined;
101429
101681
  };
101682
+ isPrivate?: boolean | undefined;
101683
+ isHidden?: boolean | undefined;
101430
101684
  } | null | undefined>;
101431
101685
  }, "strip", z.ZodTypeAny, {
101432
101686
  behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
@@ -101459,6 +101713,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
101459
101713
  } | null | undefined;
101460
101714
  minHeight?: number | null | undefined;
101461
101715
  };
101716
+ isPrivate?: boolean | undefined;
101717
+ isHidden?: boolean | undefined;
101462
101718
  } | undefined;
101463
101719
  }, {
101464
101720
  behavior?: "Tabs" | "Group" | null | undefined;
@@ -101491,6 +101747,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
101491
101747
  } | null | undefined;
101492
101748
  minHeight?: number | null | undefined;
101493
101749
  };
101750
+ isPrivate?: boolean | undefined;
101751
+ isHidden?: boolean | undefined;
101494
101752
  } | null | undefined;
101495
101753
  }>>;
101496
101754
  }, "strip", z.ZodTypeAny, {
@@ -101541,6 +101799,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
101541
101799
  } | null | undefined;
101542
101800
  minHeight?: number | null | undefined;
101543
101801
  };
101802
+ isPrivate?: boolean | undefined;
101803
+ isHidden?: boolean | undefined;
101544
101804
  } | undefined;
101545
101805
  } | undefined;
101546
101806
  }, {
@@ -101591,6 +101851,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
101591
101851
  } | null | undefined;
101592
101852
  minHeight?: number | null | undefined;
101593
101853
  };
101854
+ isPrivate?: boolean | undefined;
101855
+ isHidden?: boolean | undefined;
101594
101856
  } | null | undefined;
101595
101857
  } | undefined;
101596
101858
  }>;
@@ -101630,6 +101892,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
101630
101892
  } | null | undefined;
101631
101893
  minHeight?: number | null | undefined;
101632
101894
  };
101895
+ isPrivate?: boolean | undefined;
101896
+ isHidden?: boolean | undefined;
101633
101897
  } | undefined;
101634
101898
  oldBlocks?: PageBlockV1[] | undefined;
101635
101899
  };
@@ -101692,6 +101956,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
101692
101956
  } | null | undefined;
101693
101957
  minHeight?: number | null | undefined;
101694
101958
  };
101959
+ isPrivate?: boolean | undefined;
101960
+ isHidden?: boolean | undefined;
101695
101961
  } | undefined;
101696
101962
  } | undefined;
101697
101963
  };
@@ -101731,6 +101997,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
101731
101997
  } | null | undefined;
101732
101998
  minHeight?: number | null | undefined;
101733
101999
  };
102000
+ isPrivate?: boolean | undefined;
102001
+ isHidden?: boolean | undefined;
101734
102002
  } | null | undefined;
101735
102003
  oldBlocks?: ({
101736
102004
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -102155,6 +102423,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
102155
102423
  } | null | undefined;
102156
102424
  minHeight?: number | null | undefined;
102157
102425
  };
102426
+ isPrivate?: boolean | undefined;
102427
+ isHidden?: boolean | undefined;
102158
102428
  } | null | undefined;
102159
102429
  } | undefined;
102160
102430
  };
@@ -102212,6 +102482,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
102212
102482
  } | null | undefined;
102213
102483
  minHeight?: number | null | undefined;
102214
102484
  };
102485
+ isPrivate?: boolean | undefined;
102486
+ isHidden?: boolean | undefined;
102215
102487
  }, z.ZodTypeDef, {
102216
102488
  showSidebar: boolean;
102217
102489
  header: {
@@ -102241,6 +102513,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
102241
102513
  } | null | undefined;
102242
102514
  minHeight?: number | null | undefined;
102243
102515
  };
102516
+ isPrivate?: boolean | undefined;
102517
+ isHidden?: boolean | undefined;
102244
102518
  }>>>, {
102245
102519
  showSidebar: boolean;
102246
102520
  header: {
@@ -102270,6 +102544,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
102270
102544
  } | null | undefined;
102271
102545
  minHeight?: number | null | undefined;
102272
102546
  };
102547
+ isPrivate?: boolean | undefined;
102548
+ isHidden?: boolean | undefined;
102273
102549
  } | undefined, {
102274
102550
  showSidebar: boolean;
102275
102551
  header: {
@@ -102299,6 +102575,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
102299
102575
  } | null | undefined;
102300
102576
  minHeight?: number | null | undefined;
102301
102577
  };
102578
+ isPrivate?: boolean | undefined;
102579
+ isHidden?: boolean | undefined;
102302
102580
  } | null | undefined>;
102303
102581
  oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
102304
102582
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -102693,6 +102971,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
102693
102971
  } | null | undefined;
102694
102972
  minHeight?: number | null | undefined;
102695
102973
  };
102974
+ isPrivate?: boolean | undefined;
102975
+ isHidden?: boolean | undefined;
102696
102976
  } | undefined;
102697
102977
  oldBlocks?: PageBlockV1[] | undefined;
102698
102978
  }, {
@@ -102725,6 +103005,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
102725
103005
  } | null | undefined;
102726
103006
  minHeight?: number | null | undefined;
102727
103007
  };
103008
+ isPrivate?: boolean | undefined;
103009
+ isHidden?: boolean | undefined;
102728
103010
  } | null | undefined;
102729
103011
  oldBlocks?: ({
102730
103012
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -103125,6 +103407,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
103125
103407
  } | null | undefined;
103126
103408
  minHeight?: number | null | undefined;
103127
103409
  };
103410
+ isPrivate?: boolean | undefined;
103411
+ isHidden?: boolean | undefined;
103128
103412
  } | undefined;
103129
103413
  oldBlocks?: PageBlockV1[] | undefined;
103130
103414
  };
@@ -103173,6 +103457,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
103173
103457
  } | null | undefined;
103174
103458
  minHeight?: number | null | undefined;
103175
103459
  };
103460
+ isPrivate?: boolean | undefined;
103461
+ isHidden?: boolean | undefined;
103176
103462
  } | null | undefined;
103177
103463
  oldBlocks?: ({
103178
103464
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -103603,6 +103889,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
103603
103889
  } | null | undefined;
103604
103890
  minHeight?: number | null | undefined;
103605
103891
  };
103892
+ isPrivate?: boolean | undefined;
103893
+ isHidden?: boolean | undefined;
103606
103894
  }, z.ZodTypeDef, {
103607
103895
  showSidebar: boolean;
103608
103896
  header: {
@@ -103632,6 +103920,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
103632
103920
  } | null | undefined;
103633
103921
  minHeight?: number | null | undefined;
103634
103922
  };
103923
+ isPrivate?: boolean | undefined;
103924
+ isHidden?: boolean | undefined;
103635
103925
  }>>>, {
103636
103926
  showSidebar: boolean;
103637
103927
  header: {
@@ -103661,6 +103951,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
103661
103951
  } | null | undefined;
103662
103952
  minHeight?: number | null | undefined;
103663
103953
  };
103954
+ isPrivate?: boolean | undefined;
103955
+ isHidden?: boolean | undefined;
103664
103956
  } | undefined, {
103665
103957
  showSidebar: boolean;
103666
103958
  header: {
@@ -103690,6 +103982,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
103690
103982
  } | null | undefined;
103691
103983
  minHeight?: number | null | undefined;
103692
103984
  };
103985
+ isPrivate?: boolean | undefined;
103986
+ isHidden?: boolean | undefined;
103693
103987
  } | null | undefined>;
103694
103988
  }, "strip", z.ZodTypeAny, {
103695
103989
  behavior?: NonNullable<"Tabs" | "Group" | undefined> | undefined;
@@ -103722,6 +104016,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
103722
104016
  } | null | undefined;
103723
104017
  minHeight?: number | null | undefined;
103724
104018
  };
104019
+ isPrivate?: boolean | undefined;
104020
+ isHidden?: boolean | undefined;
103725
104021
  } | undefined;
103726
104022
  }, {
103727
104023
  behavior?: "Tabs" | "Group" | null | undefined;
@@ -103754,6 +104050,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
103754
104050
  } | null | undefined;
103755
104051
  minHeight?: number | null | undefined;
103756
104052
  };
104053
+ isPrivate?: boolean | undefined;
104054
+ isHidden?: boolean | undefined;
103757
104055
  } | null | undefined;
103758
104056
  }>>;
103759
104057
  }, "strip", z.ZodTypeAny, {
@@ -103804,6 +104102,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
103804
104102
  } | null | undefined;
103805
104103
  minHeight?: number | null | undefined;
103806
104104
  };
104105
+ isPrivate?: boolean | undefined;
104106
+ isHidden?: boolean | undefined;
103807
104107
  } | undefined;
103808
104108
  } | undefined;
103809
104109
  }, {
@@ -103854,6 +104154,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
103854
104154
  } | null | undefined;
103855
104155
  minHeight?: number | null | undefined;
103856
104156
  };
104157
+ isPrivate?: boolean | undefined;
104158
+ isHidden?: boolean | undefined;
103857
104159
  } | null | undefined;
103858
104160
  } | undefined;
103859
104161
  }>;
@@ -105032,6 +105334,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
105032
105334
  } | null | undefined;
105033
105335
  minHeight?: number | null | undefined;
105034
105336
  };
105337
+ isPrivate?: boolean | undefined;
105338
+ isHidden?: boolean | undefined;
105035
105339
  } | undefined;
105036
105340
  oldBlocks?: PageBlockV1[] | undefined;
105037
105341
  };
@@ -105182,6 +105486,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
105182
105486
  } | null | undefined;
105183
105487
  minHeight?: number | null | undefined;
105184
105488
  };
105489
+ isPrivate?: boolean | undefined;
105490
+ isHidden?: boolean | undefined;
105185
105491
  } | undefined;
105186
105492
  } | undefined;
105187
105493
  };
@@ -105293,6 +105599,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
105293
105599
  } | null | undefined;
105294
105600
  minHeight?: number | null | undefined;
105295
105601
  };
105602
+ isPrivate?: boolean | undefined;
105603
+ isHidden?: boolean | undefined;
105296
105604
  } | null | undefined;
105297
105605
  oldBlocks?: ({
105298
105606
  type: "Image" | "Component" | "Theme" | "Token" | "Text" | "Link" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell";
@@ -105805,6 +106113,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
105805
106113
  } | null | undefined;
105806
106114
  minHeight?: number | null | undefined;
105807
106115
  };
106116
+ isPrivate?: boolean | undefined;
106117
+ isHidden?: boolean | undefined;
105808
106118
  } | null | undefined;
105809
106119
  } | undefined;
105810
106120
  };
@@ -110912,17 +111222,44 @@ type ExporterPropertyValuesCollection = z.infer<typeof ExporterPropertyValuesCol
110912
111222
 
110913
111223
  declare const SHORT_PERSISTENT_ID_LENGTH = 8;
110914
111224
  declare function tryParseShortPersistentId(url?: string): string | null;
110915
- type PublishedDocPage = {
111225
+ declare const PublishedDocPage: z.ZodObject<{
111226
+ id: z.ZodString;
111227
+ publishedDocId: z.ZodString;
111228
+ pageShortPersistentId: z.ZodString;
111229
+ pathV1: z.ZodString;
111230
+ pathV2: z.ZodString;
111231
+ storagePath: z.ZodString;
111232
+ locale: z.ZodOptional<z.ZodString>;
111233
+ isPrivate: z.ZodBoolean;
111234
+ isHidden: z.ZodBoolean;
111235
+ createdAt: z.ZodDate;
111236
+ updatedAt: z.ZodDate;
111237
+ }, "strip", z.ZodTypeAny, {
110916
111238
  id: string;
111239
+ createdAt: Date;
111240
+ updatedAt: Date;
111241
+ isHidden: boolean;
111242
+ isPrivate: boolean;
111243
+ storagePath: string;
110917
111244
  publishedDocId: string;
110918
111245
  pageShortPersistentId: string;
110919
111246
  pathV1: string;
110920
111247
  pathV2: string;
110921
- storagePath: string;
111248
+ locale?: string | undefined;
111249
+ }, {
111250
+ id: string;
110922
111251
  createdAt: Date;
110923
111252
  updatedAt: Date;
110924
- locale: string | undefined;
110925
- };
111253
+ isHidden: boolean;
111254
+ isPrivate: boolean;
111255
+ storagePath: string;
111256
+ publishedDocId: string;
111257
+ pageShortPersistentId: string;
111258
+ pathV1: string;
111259
+ pathV2: string;
111260
+ locale?: string | undefined;
111261
+ }>;
111262
+ type PublishedDocPage = z.infer<typeof PublishedDocPage>;
110926
111263
  type CreatePublishedDocPage = DbCreateInputOmit<PublishedDocPage>;
110927
111264
  type UpdatePublishedDocPage = DbUpdate<OmitStrict<PublishedDocPage, "pageShortPersistentId" | "publishedDocId">>;
110928
111265
 
@@ -116225,4 +116562,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
116225
116562
  }>;
116226
116563
  type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
116227
116564
 
116228
- export { Address, type AllFields, type ArrayElementType, Asset, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExporterMembership, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateWorkspaceInput, CustomDomain, type CustomDomainState, Customer, type DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemVersion, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageV1, DocumentationPageV2, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, type ExplicitPartial, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDestinationSnDocs, ExporterDetails, ExporterJob, ExporterJobDestination, ExporterJobFindByFilter, ExporterJobLogEntry, ExporterJobLogEntryType, ExporterJobResult, ExporterJobResultDocsDestination, ExporterJobResultPullRequestDestination, ExporterJobResultS3Destination, ExporterJobStatus, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitProvider, GitProviderNames, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, ImportedFigmaSourceData, Integration, IntegrationAuthType, type IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsSchema, IntegrationCredentialsType, type IntegrationToken, IntegrationTokenSchema, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, type PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, type ResolvedAsset, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, UrlImageImportModel, User, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, Visibility, VisibilityTokenData, VisibilityValue, Workspace, WorkspaceContext, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceRole, WorkspaceRoleSchema, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, zodCreateInputOmit, zodUpdateInputOmit };
116565
+ export { Address, type AllFields, type ArrayElementType, Asset, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExporterMembership, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateWorkspaceInput, CustomDomain, type CustomDomainState, Customer, type DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemVersion, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageV1, DocumentationPageV2, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, type ExplicitPartial, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDestinationSnDocs, ExporterDetails, ExporterJob, ExporterJobDestination, ExporterJobFindByFilter, ExporterJobLogEntry, ExporterJobLogEntryType, ExporterJobResult, ExporterJobResultDocsDestination, ExporterJobResultPullRequestDestination, ExporterJobResultS3Destination, ExporterJobStatus, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitProvider, GitProviderNames, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, ImportedFigmaSourceData, Integration, IntegrationAuthType, type IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsSchema, IntegrationCredentialsType, type IntegrationToken, IntegrationTokenSchema, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, type ResolvedAsset, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, UrlImageImportModel, User, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, Visibility, VisibilityTokenData, VisibilityValue, Workspace, WorkspaceContext, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceRole, WorkspaceRoleSchema, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, zodCreateInputOmit, zodUpdateInputOmit };