@supernova-studio/model 0.54.7 → 0.54.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -37359,6 +37359,17 @@ declare const PageBlockTheme: z.ZodObject<{
37359
37359
  themeIds: string[];
37360
37360
  }>;
37361
37361
  type PageBlockTheme = z.infer<typeof PageBlockTheme>;
37362
+ declare const PageBlockSwatch: z.ZodObject<{
37363
+ id: z.ZodString;
37364
+ selectedThemeIds: z.ZodArray<z.ZodString, "many">;
37365
+ }, "strip", z.ZodTypeAny, {
37366
+ id: string;
37367
+ selectedThemeIds: string[];
37368
+ }, {
37369
+ id: string;
37370
+ selectedThemeIds: string[];
37371
+ }>;
37372
+ type PageBlockSwatch = z.infer<typeof PageBlockSwatch>;
37362
37373
  declare const PageBlockShortcut: z.ZodObject<{
37363
37374
  persistentId: z.ZodString;
37364
37375
  title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -38527,6 +38538,19 @@ declare const PageBlockBaseV1: z.ZodObject<{
38527
38538
  type: "Override" | "Comparison";
38528
38539
  themeIds: string[];
38529
38540
  } | null | undefined>;
38541
+ swatches: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
38542
+ id: string;
38543
+ selectedThemeIds: string[];
38544
+ }[], z.ZodTypeDef, {
38545
+ id: string;
38546
+ selectedThemeIds: string[];
38547
+ }[]>>>, {
38548
+ id: string;
38549
+ selectedThemeIds: string[];
38550
+ }[] | undefined, {
38551
+ id: string;
38552
+ selectedThemeIds: string[];
38553
+ }[] | null | undefined>;
38530
38554
  blacklistedElementProperties: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string[], z.ZodTypeDef, string[]>>>, string[] | undefined, string[] | null | undefined>;
38531
38555
  userMetadata: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
38532
38556
  }, "strip", z.ZodTypeAny, {
@@ -38746,6 +38770,10 @@ declare const PageBlockBaseV1: z.ZodObject<{
38746
38770
  }[];
38747
38771
  } | undefined;
38748
38772
  columnId?: string | undefined;
38773
+ swatches?: {
38774
+ id: string;
38775
+ selectedThemeIds: string[];
38776
+ }[] | undefined;
38749
38777
  blacklistedElementProperties?: string[] | undefined;
38750
38778
  userMetadata?: string | undefined;
38751
38779
  }, {
@@ -38965,6 +38993,10 @@ declare const PageBlockBaseV1: z.ZodObject<{
38965
38993
  }[];
38966
38994
  } | null | undefined;
38967
38995
  columnId?: string | null | undefined;
38996
+ swatches?: {
38997
+ id: string;
38998
+ selectedThemeIds: string[];
38999
+ }[] | null | undefined;
38968
39000
  blacklistedElementProperties?: string[] | null | undefined;
38969
39001
  userMetadata?: string | null | undefined;
38970
39002
  }>;
@@ -40281,12 +40313,12 @@ declare const PageBlockItemTokenValue: z.ZodObject<{
40281
40313
  showNestedGroups?: boolean | undefined;
40282
40314
  } | undefined;
40283
40315
  }[];
40284
- selectedPropertyIds?: string[] | undefined;
40285
40316
  selectedThemeIds?: string[] | undefined;
40286
40317
  swatches?: {
40287
40318
  id: string;
40288
40319
  selectedThemeIds: string[];
40289
40320
  }[] | undefined;
40321
+ selectedPropertyIds?: string[] | undefined;
40290
40322
  themeDisplayMode?: "Override" | "Split" | undefined;
40291
40323
  }, {
40292
40324
  value?: {
@@ -40296,12 +40328,12 @@ declare const PageBlockItemTokenValue: z.ZodObject<{
40296
40328
  showNestedGroups?: boolean | undefined;
40297
40329
  } | undefined;
40298
40330
  }[] | undefined;
40299
- selectedPropertyIds?: string[] | undefined;
40300
40331
  selectedThemeIds?: string[] | undefined;
40301
40332
  swatches?: {
40302
40333
  id: string;
40303
40334
  selectedThemeIds: string[];
40304
40335
  }[] | undefined;
40336
+ selectedPropertyIds?: string[] | undefined;
40305
40337
  themeDisplayMode?: "Override" | "Split" | undefined;
40306
40338
  }>;
40307
40339
  type PageBlockItemTokenValue = z.infer<typeof PageBlockItemTokenValue>;
@@ -40311,12 +40343,12 @@ declare const PageBlockItemTokenPropertyValue: z.ZodObject<{
40311
40343
  value: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
40312
40344
  }, "strip", z.ZodTypeAny, {
40313
40345
  value: string[];
40314
- selectedPropertyIds?: string[] | undefined;
40315
40346
  selectedThemeIds?: string[] | undefined;
40347
+ selectedPropertyIds?: string[] | undefined;
40316
40348
  }, {
40317
40349
  value?: string[] | undefined;
40318
- selectedPropertyIds?: string[] | undefined;
40319
40350
  selectedThemeIds?: string[] | undefined;
40351
+ selectedPropertyIds?: string[] | undefined;
40320
40352
  }>;
40321
40353
  type PageBlockItemTokenPropertyValue = z.infer<typeof PageBlockItemTokenPropertyValue>;
40322
40354
  declare const PageBlockItemTokenTypeValue: z.ZodObject<{
@@ -42831,6 +42863,10 @@ declare const DocumentationPageDataV1: z.ZodObject<{
42831
42863
  }[];
42832
42864
  } | null | undefined;
42833
42865
  columnId?: string | null | undefined;
42866
+ swatches?: {
42867
+ id: string;
42868
+ selectedThemeIds: string[];
42869
+ }[] | null | undefined;
42834
42870
  blacklistedElementProperties?: string[] | null | undefined;
42835
42871
  userMetadata?: string | null | undefined;
42836
42872
  } & {
@@ -43051,6 +43087,10 @@ declare const DocumentationPageDataV1: z.ZodObject<{
43051
43087
  }[];
43052
43088
  } | null | undefined;
43053
43089
  columnId?: string | null | undefined;
43090
+ swatches?: {
43091
+ id: string;
43092
+ selectedThemeIds: string[];
43093
+ }[] | null | undefined;
43054
43094
  blacklistedElementProperties?: string[] | null | undefined;
43055
43095
  userMetadata?: string | null | undefined;
43056
43096
  } & any)[] | null | undefined;
@@ -43617,6 +43657,10 @@ declare const DocumentationPageDataV1: z.ZodObject<{
43617
43657
  }[];
43618
43658
  } | null | undefined;
43619
43659
  columnId?: string | null | undefined;
43660
+ swatches?: {
43661
+ id: string;
43662
+ selectedThemeIds: string[];
43663
+ }[] | null | undefined;
43620
43664
  blacklistedElementProperties?: string[] | null | undefined;
43621
43665
  userMetadata?: string | null | undefined;
43622
43666
  } & {
@@ -43837,6 +43881,10 @@ declare const DocumentationPageDataV1: z.ZodObject<{
43837
43881
  }[];
43838
43882
  } | null | undefined;
43839
43883
  columnId?: string | null | undefined;
43884
+ swatches?: {
43885
+ id: string;
43886
+ selectedThemeIds: string[];
43887
+ }[] | null | undefined;
43840
43888
  blacklistedElementProperties?: string[] | null | undefined;
43841
43889
  userMetadata?: string | null | undefined;
43842
43890
  } & any)[] | null | undefined;
@@ -50720,6 +50768,10 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
50720
50768
  }[];
50721
50769
  } | null | undefined;
50722
50770
  columnId?: string | null | undefined;
50771
+ swatches?: {
50772
+ id: string;
50773
+ selectedThemeIds: string[];
50774
+ }[] | null | undefined;
50723
50775
  blacklistedElementProperties?: string[] | null | undefined;
50724
50776
  userMetadata?: string | null | undefined;
50725
50777
  } & {
@@ -50940,6 +50992,10 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
50940
50992
  }[];
50941
50993
  } | null | undefined;
50942
50994
  columnId?: string | null | undefined;
50995
+ swatches?: {
50996
+ id: string;
50997
+ selectedThemeIds: string[];
50998
+ }[] | null | undefined;
50943
50999
  blacklistedElementProperties?: string[] | null | undefined;
50944
51000
  userMetadata?: string | null | undefined;
50945
51001
  } & any)[] | null | undefined;
@@ -51506,6 +51562,10 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
51506
51562
  }[];
51507
51563
  } | null | undefined;
51508
51564
  columnId?: string | null | undefined;
51565
+ swatches?: {
51566
+ id: string;
51567
+ selectedThemeIds: string[];
51568
+ }[] | null | undefined;
51509
51569
  blacklistedElementProperties?: string[] | null | undefined;
51510
51570
  userMetadata?: string | null | undefined;
51511
51571
  } & {
@@ -51726,6 +51786,10 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
51726
51786
  }[];
51727
51787
  } | null | undefined;
51728
51788
  columnId?: string | null | undefined;
51789
+ swatches?: {
51790
+ id: string;
51791
+ selectedThemeIds: string[];
51792
+ }[] | null | undefined;
51729
51793
  blacklistedElementProperties?: string[] | null | undefined;
51730
51794
  userMetadata?: string | null | undefined;
51731
51795
  } & any)[] | null | undefined;
@@ -52111,6 +52175,10 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
52111
52175
  }[];
52112
52176
  } | null | undefined;
52113
52177
  columnId?: string | null | undefined;
52178
+ swatches?: {
52179
+ id: string;
52180
+ selectedThemeIds: string[];
52181
+ }[] | null | undefined;
52114
52182
  blacklistedElementProperties?: string[] | null | undefined;
52115
52183
  userMetadata?: string | null | undefined;
52116
52184
  } & {
@@ -52331,6 +52399,10 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
52331
52399
  }[];
52332
52400
  } | null | undefined;
52333
52401
  columnId?: string | null | undefined;
52402
+ swatches?: {
52403
+ id: string;
52404
+ selectedThemeIds: string[];
52405
+ }[] | null | undefined;
52334
52406
  blacklistedElementProperties?: string[] | null | undefined;
52335
52407
  userMetadata?: string | null | undefined;
52336
52408
  } & any)[] | null | undefined;
@@ -53611,6 +53683,10 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
53611
53683
  }[];
53612
53684
  } | null | undefined;
53613
53685
  columnId?: string | null | undefined;
53686
+ swatches?: {
53687
+ id: string;
53688
+ selectedThemeIds: string[];
53689
+ }[] | null | undefined;
53614
53690
  blacklistedElementProperties?: string[] | null | undefined;
53615
53691
  userMetadata?: string | null | undefined;
53616
53692
  } & {
@@ -53831,6 +53907,10 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
53831
53907
  }[];
53832
53908
  } | null | undefined;
53833
53909
  columnId?: string | null | undefined;
53910
+ swatches?: {
53911
+ id: string;
53912
+ selectedThemeIds: string[];
53913
+ }[] | null | undefined;
53834
53914
  blacklistedElementProperties?: string[] | null | undefined;
53835
53915
  userMetadata?: string | null | undefined;
53836
53916
  } & any)[] | null | undefined;
@@ -54119,6 +54199,10 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
54119
54199
  }[];
54120
54200
  } | null | undefined;
54121
54201
  columnId?: string | null | undefined;
54202
+ swatches?: {
54203
+ id: string;
54204
+ selectedThemeIds: string[];
54205
+ }[] | null | undefined;
54122
54206
  blacklistedElementProperties?: string[] | null | undefined;
54123
54207
  userMetadata?: string | null | undefined;
54124
54208
  } & {
@@ -54339,6 +54423,10 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
54339
54423
  }[];
54340
54424
  } | null | undefined;
54341
54425
  columnId?: string | null | undefined;
54426
+ swatches?: {
54427
+ id: string;
54428
+ selectedThemeIds: string[];
54429
+ }[] | null | undefined;
54342
54430
  blacklistedElementProperties?: string[] | null | undefined;
54343
54431
  userMetadata?: string | null | undefined;
54344
54432
  } & any)[] | null | undefined;
@@ -54650,6 +54738,10 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
54650
54738
  }[];
54651
54739
  } | null | undefined;
54652
54740
  columnId?: string | null | undefined;
54741
+ swatches?: {
54742
+ id: string;
54743
+ selectedThemeIds: string[];
54744
+ }[] | null | undefined;
54653
54745
  blacklistedElementProperties?: string[] | null | undefined;
54654
54746
  userMetadata?: string | null | undefined;
54655
54747
  } & {
@@ -54870,6 +54962,10 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
54870
54962
  }[];
54871
54963
  } | null | undefined;
54872
54964
  columnId?: string | null | undefined;
54965
+ swatches?: {
54966
+ id: string;
54967
+ selectedThemeIds: string[];
54968
+ }[] | null | undefined;
54873
54969
  blacklistedElementProperties?: string[] | null | undefined;
54874
54970
  userMetadata?: string | null | undefined;
54875
54971
  } & any)[] | null | undefined;
@@ -73733,6 +73829,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
73733
73829
  }[];
73734
73830
  } | null | undefined;
73735
73831
  columnId?: string | null | undefined;
73832
+ swatches?: {
73833
+ id: string;
73834
+ selectedThemeIds: string[];
73835
+ }[] | null | undefined;
73736
73836
  blacklistedElementProperties?: string[] | null | undefined;
73737
73837
  userMetadata?: string | null | undefined;
73738
73838
  } & {
@@ -73953,6 +74053,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
73953
74053
  }[];
73954
74054
  } | null | undefined;
73955
74055
  columnId?: string | null | undefined;
74056
+ swatches?: {
74057
+ id: string;
74058
+ selectedThemeIds: string[];
74059
+ }[] | null | undefined;
73956
74060
  blacklistedElementProperties?: string[] | null | undefined;
73957
74061
  userMetadata?: string | null | undefined;
73958
74062
  } & any)[] | null | undefined;
@@ -74241,6 +74345,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
74241
74345
  }[];
74242
74346
  } | null | undefined;
74243
74347
  columnId?: string | null | undefined;
74348
+ swatches?: {
74349
+ id: string;
74350
+ selectedThemeIds: string[];
74351
+ }[] | null | undefined;
74244
74352
  blacklistedElementProperties?: string[] | null | undefined;
74245
74353
  userMetadata?: string | null | undefined;
74246
74354
  } & {
@@ -74461,6 +74569,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
74461
74569
  }[];
74462
74570
  } | null | undefined;
74463
74571
  columnId?: string | null | undefined;
74572
+ swatches?: {
74573
+ id: string;
74574
+ selectedThemeIds: string[];
74575
+ }[] | null | undefined;
74464
74576
  blacklistedElementProperties?: string[] | null | undefined;
74465
74577
  userMetadata?: string | null | undefined;
74466
74578
  } & any)[] | null | undefined;
@@ -74772,6 +74884,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
74772
74884
  }[];
74773
74885
  } | null | undefined;
74774
74886
  columnId?: string | null | undefined;
74887
+ swatches?: {
74888
+ id: string;
74889
+ selectedThemeIds: string[];
74890
+ }[] | null | undefined;
74775
74891
  blacklistedElementProperties?: string[] | null | undefined;
74776
74892
  userMetadata?: string | null | undefined;
74777
74893
  } & {
@@ -74992,6 +75108,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
74992
75108
  }[];
74993
75109
  } | null | undefined;
74994
75110
  columnId?: string | null | undefined;
75111
+ swatches?: {
75112
+ id: string;
75113
+ selectedThemeIds: string[];
75114
+ }[] | null | undefined;
74995
75115
  blacklistedElementProperties?: string[] | null | undefined;
74996
75116
  userMetadata?: string | null | undefined;
74997
75117
  } & any)[] | null | undefined;
@@ -75332,6 +75452,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75332
75452
  }[];
75333
75453
  } | null | undefined;
75334
75454
  columnId?: string | null | undefined;
75455
+ swatches?: {
75456
+ id: string;
75457
+ selectedThemeIds: string[];
75458
+ }[] | null | undefined;
75335
75459
  blacklistedElementProperties?: string[] | null | undefined;
75336
75460
  userMetadata?: string | null | undefined;
75337
75461
  } & {
@@ -75552,6 +75676,10 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
75552
75676
  }[];
75553
75677
  } | null | undefined;
75554
75678
  columnId?: string | null | undefined;
75679
+ swatches?: {
75680
+ id: string;
75681
+ selectedThemeIds: string[];
75682
+ }[] | null | undefined;
75555
75683
  blacklistedElementProperties?: string[] | null | undefined;
75556
75684
  userMetadata?: string | null | undefined;
75557
75685
  } & any)[] | null | undefined;
@@ -135786,6 +135914,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
135786
135914
  }[];
135787
135915
  } | null | undefined;
135788
135916
  columnId?: string | null | undefined;
135917
+ swatches?: {
135918
+ id: string;
135919
+ selectedThemeIds: string[];
135920
+ }[] | null | undefined;
135789
135921
  blacklistedElementProperties?: string[] | null | undefined;
135790
135922
  userMetadata?: string | null | undefined;
135791
135923
  } & {
@@ -136006,6 +136138,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
136006
136138
  }[];
136007
136139
  } | null | undefined;
136008
136140
  columnId?: string | null | undefined;
136141
+ swatches?: {
136142
+ id: string;
136143
+ selectedThemeIds: string[];
136144
+ }[] | null | undefined;
136009
136145
  blacklistedElementProperties?: string[] | null | undefined;
136010
136146
  userMetadata?: string | null | undefined;
136011
136147
  } & any)[] | null | undefined;
@@ -136294,6 +136430,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
136294
136430
  }[];
136295
136431
  } | null | undefined;
136296
136432
  columnId?: string | null | undefined;
136433
+ swatches?: {
136434
+ id: string;
136435
+ selectedThemeIds: string[];
136436
+ }[] | null | undefined;
136297
136437
  blacklistedElementProperties?: string[] | null | undefined;
136298
136438
  userMetadata?: string | null | undefined;
136299
136439
  } & {
@@ -136514,6 +136654,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
136514
136654
  }[];
136515
136655
  } | null | undefined;
136516
136656
  columnId?: string | null | undefined;
136657
+ swatches?: {
136658
+ id: string;
136659
+ selectedThemeIds: string[];
136660
+ }[] | null | undefined;
136517
136661
  blacklistedElementProperties?: string[] | null | undefined;
136518
136662
  userMetadata?: string | null | undefined;
136519
136663
  } & any)[] | null | undefined;
@@ -136825,6 +136969,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
136825
136969
  }[];
136826
136970
  } | null | undefined;
136827
136971
  columnId?: string | null | undefined;
136972
+ swatches?: {
136973
+ id: string;
136974
+ selectedThemeIds: string[];
136975
+ }[] | null | undefined;
136828
136976
  blacklistedElementProperties?: string[] | null | undefined;
136829
136977
  userMetadata?: string | null | undefined;
136830
136978
  } & {
@@ -137045,6 +137193,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
137045
137193
  }[];
137046
137194
  } | null | undefined;
137047
137195
  columnId?: string | null | undefined;
137196
+ swatches?: {
137197
+ id: string;
137198
+ selectedThemeIds: string[];
137199
+ }[] | null | undefined;
137048
137200
  blacklistedElementProperties?: string[] | null | undefined;
137049
137201
  userMetadata?: string | null | undefined;
137050
137202
  } & any)[] | null | undefined;
@@ -137767,6 +137919,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
137767
137919
  }[];
137768
137920
  } | null | undefined;
137769
137921
  columnId?: string | null | undefined;
137922
+ swatches?: {
137923
+ id: string;
137924
+ selectedThemeIds: string[];
137925
+ }[] | null | undefined;
137770
137926
  blacklistedElementProperties?: string[] | null | undefined;
137771
137927
  userMetadata?: string | null | undefined;
137772
137928
  } & {
@@ -137987,6 +138143,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
137987
138143
  }[];
137988
138144
  } | null | undefined;
137989
138145
  columnId?: string | null | undefined;
138146
+ swatches?: {
138147
+ id: string;
138148
+ selectedThemeIds: string[];
138149
+ }[] | null | undefined;
137990
138150
  blacklistedElementProperties?: string[] | null | undefined;
137991
138151
  userMetadata?: string | null | undefined;
137992
138152
  } & any)[] | null | undefined;
@@ -138275,6 +138435,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
138275
138435
  }[];
138276
138436
  } | null | undefined;
138277
138437
  columnId?: string | null | undefined;
138438
+ swatches?: {
138439
+ id: string;
138440
+ selectedThemeIds: string[];
138441
+ }[] | null | undefined;
138278
138442
  blacklistedElementProperties?: string[] | null | undefined;
138279
138443
  userMetadata?: string | null | undefined;
138280
138444
  } & {
@@ -138495,6 +138659,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
138495
138659
  }[];
138496
138660
  } | null | undefined;
138497
138661
  columnId?: string | null | undefined;
138662
+ swatches?: {
138663
+ id: string;
138664
+ selectedThemeIds: string[];
138665
+ }[] | null | undefined;
138498
138666
  blacklistedElementProperties?: string[] | null | undefined;
138499
138667
  userMetadata?: string | null | undefined;
138500
138668
  } & any)[] | null | undefined;
@@ -138806,6 +138974,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
138806
138974
  }[];
138807
138975
  } | null | undefined;
138808
138976
  columnId?: string | null | undefined;
138977
+ swatches?: {
138978
+ id: string;
138979
+ selectedThemeIds: string[];
138980
+ }[] | null | undefined;
138809
138981
  blacklistedElementProperties?: string[] | null | undefined;
138810
138982
  userMetadata?: string | null | undefined;
138811
138983
  } & {
@@ -139026,6 +139198,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
139026
139198
  }[];
139027
139199
  } | null | undefined;
139028
139200
  columnId?: string | null | undefined;
139201
+ swatches?: {
139202
+ id: string;
139203
+ selectedThemeIds: string[];
139204
+ }[] | null | undefined;
139029
139205
  blacklistedElementProperties?: string[] | null | undefined;
139030
139206
  userMetadata?: string | null | undefined;
139031
139207
  } & any)[] | null | undefined;
@@ -139366,6 +139542,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
139366
139542
  }[];
139367
139543
  } | null | undefined;
139368
139544
  columnId?: string | null | undefined;
139545
+ swatches?: {
139546
+ id: string;
139547
+ selectedThemeIds: string[];
139548
+ }[] | null | undefined;
139369
139549
  blacklistedElementProperties?: string[] | null | undefined;
139370
139550
  userMetadata?: string | null | undefined;
139371
139551
  } & {
@@ -139586,6 +139766,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
139586
139766
  }[];
139587
139767
  } | null | undefined;
139588
139768
  columnId?: string | null | undefined;
139769
+ swatches?: {
139770
+ id: string;
139771
+ selectedThemeIds: string[];
139772
+ }[] | null | undefined;
139589
139773
  blacklistedElementProperties?: string[] | null | undefined;
139590
139774
  userMetadata?: string | null | undefined;
139591
139775
  } & any)[] | null | undefined;
@@ -140669,6 +140853,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
140669
140853
  }[];
140670
140854
  } | null | undefined;
140671
140855
  columnId?: string | null | undefined;
140856
+ swatches?: {
140857
+ id: string;
140858
+ selectedThemeIds: string[];
140859
+ }[] | null | undefined;
140672
140860
  blacklistedElementProperties?: string[] | null | undefined;
140673
140861
  userMetadata?: string | null | undefined;
140674
140862
  } & {
@@ -140889,6 +141077,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
140889
141077
  }[];
140890
141078
  } | null | undefined;
140891
141079
  columnId?: string | null | undefined;
141080
+ swatches?: {
141081
+ id: string;
141082
+ selectedThemeIds: string[];
141083
+ }[] | null | undefined;
140892
141084
  blacklistedElementProperties?: string[] | null | undefined;
140893
141085
  userMetadata?: string | null | undefined;
140894
141086
  } & any)[] | null | undefined;
@@ -141166,6 +141358,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
141166
141358
  }[];
141167
141359
  } | null | undefined;
141168
141360
  columnId?: string | null | undefined;
141361
+ swatches?: {
141362
+ id: string;
141363
+ selectedThemeIds: string[];
141364
+ }[] | null | undefined;
141169
141365
  blacklistedElementProperties?: string[] | null | undefined;
141170
141366
  userMetadata?: string | null | undefined;
141171
141367
  } & {
@@ -141386,6 +141582,10 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
141386
141582
  }[];
141387
141583
  } | null | undefined;
141388
141584
  columnId?: string | null | undefined;
141585
+ swatches?: {
141586
+ id: string;
141587
+ selectedThemeIds: string[];
141588
+ }[] | null | undefined;
141389
141589
  blacklistedElementProperties?: string[] | null | undefined;
141390
141590
  userMetadata?: string | null | undefined;
141391
141591
  } & any)[] | null | undefined;
@@ -141858,6 +142058,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
141858
142058
  }[];
141859
142059
  } | null | undefined;
141860
142060
  columnId?: string | null | undefined;
142061
+ swatches?: {
142062
+ id: string;
142063
+ selectedThemeIds: string[];
142064
+ }[] | null | undefined;
141861
142065
  blacklistedElementProperties?: string[] | null | undefined;
141862
142066
  userMetadata?: string | null | undefined;
141863
142067
  } & {
@@ -142078,6 +142282,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
142078
142282
  }[];
142079
142283
  } | null | undefined;
142080
142284
  columnId?: string | null | undefined;
142285
+ swatches?: {
142286
+ id: string;
142287
+ selectedThemeIds: string[];
142288
+ }[] | null | undefined;
142081
142289
  blacklistedElementProperties?: string[] | null | undefined;
142082
142290
  userMetadata?: string | null | undefined;
142083
142291
  } & any)[] | null | undefined;
@@ -142366,6 +142574,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
142366
142574
  }[];
142367
142575
  } | null | undefined;
142368
142576
  columnId?: string | null | undefined;
142577
+ swatches?: {
142578
+ id: string;
142579
+ selectedThemeIds: string[];
142580
+ }[] | null | undefined;
142369
142581
  blacklistedElementProperties?: string[] | null | undefined;
142370
142582
  userMetadata?: string | null | undefined;
142371
142583
  } & {
@@ -142586,6 +142798,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
142586
142798
  }[];
142587
142799
  } | null | undefined;
142588
142800
  columnId?: string | null | undefined;
142801
+ swatches?: {
142802
+ id: string;
142803
+ selectedThemeIds: string[];
142804
+ }[] | null | undefined;
142589
142805
  blacklistedElementProperties?: string[] | null | undefined;
142590
142806
  userMetadata?: string | null | undefined;
142591
142807
  } & any)[] | null | undefined;
@@ -142897,6 +143113,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
142897
143113
  }[];
142898
143114
  } | null | undefined;
142899
143115
  columnId?: string | null | undefined;
143116
+ swatches?: {
143117
+ id: string;
143118
+ selectedThemeIds: string[];
143119
+ }[] | null | undefined;
142900
143120
  blacklistedElementProperties?: string[] | null | undefined;
142901
143121
  userMetadata?: string | null | undefined;
142902
143122
  } & {
@@ -143117,6 +143337,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
143117
143337
  }[];
143118
143338
  } | null | undefined;
143119
143339
  columnId?: string | null | undefined;
143340
+ swatches?: {
143341
+ id: string;
143342
+ selectedThemeIds: string[];
143343
+ }[] | null | undefined;
143120
143344
  blacklistedElementProperties?: string[] | null | undefined;
143121
143345
  userMetadata?: string | null | undefined;
143122
143346
  } & any)[] | null | undefined;
@@ -143841,6 +144065,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
143841
144065
  }[];
143842
144066
  } | null | undefined;
143843
144067
  columnId?: string | null | undefined;
144068
+ swatches?: {
144069
+ id: string;
144070
+ selectedThemeIds: string[];
144071
+ }[] | null | undefined;
143844
144072
  blacklistedElementProperties?: string[] | null | undefined;
143845
144073
  userMetadata?: string | null | undefined;
143846
144074
  } & {
@@ -144061,6 +144289,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
144061
144289
  }[];
144062
144290
  } | null | undefined;
144063
144291
  columnId?: string | null | undefined;
144292
+ swatches?: {
144293
+ id: string;
144294
+ selectedThemeIds: string[];
144295
+ }[] | null | undefined;
144064
144296
  blacklistedElementProperties?: string[] | null | undefined;
144065
144297
  userMetadata?: string | null | undefined;
144066
144298
  } & any)[] | null | undefined;
@@ -144349,6 +144581,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
144349
144581
  }[];
144350
144582
  } | null | undefined;
144351
144583
  columnId?: string | null | undefined;
144584
+ swatches?: {
144585
+ id: string;
144586
+ selectedThemeIds: string[];
144587
+ }[] | null | undefined;
144352
144588
  blacklistedElementProperties?: string[] | null | undefined;
144353
144589
  userMetadata?: string | null | undefined;
144354
144590
  } & {
@@ -144569,6 +144805,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
144569
144805
  }[];
144570
144806
  } | null | undefined;
144571
144807
  columnId?: string | null | undefined;
144808
+ swatches?: {
144809
+ id: string;
144810
+ selectedThemeIds: string[];
144811
+ }[] | null | undefined;
144572
144812
  blacklistedElementProperties?: string[] | null | undefined;
144573
144813
  userMetadata?: string | null | undefined;
144574
144814
  } & any)[] | null | undefined;
@@ -144880,6 +145120,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
144880
145120
  }[];
144881
145121
  } | null | undefined;
144882
145122
  columnId?: string | null | undefined;
145123
+ swatches?: {
145124
+ id: string;
145125
+ selectedThemeIds: string[];
145126
+ }[] | null | undefined;
144883
145127
  blacklistedElementProperties?: string[] | null | undefined;
144884
145128
  userMetadata?: string | null | undefined;
144885
145129
  } & {
@@ -145100,6 +145344,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
145100
145344
  }[];
145101
145345
  } | null | undefined;
145102
145346
  columnId?: string | null | undefined;
145347
+ swatches?: {
145348
+ id: string;
145349
+ selectedThemeIds: string[];
145350
+ }[] | null | undefined;
145103
145351
  blacklistedElementProperties?: string[] | null | undefined;
145104
145352
  userMetadata?: string | null | undefined;
145105
145353
  } & any)[] | null | undefined;
@@ -145440,6 +145688,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
145440
145688
  }[];
145441
145689
  } | null | undefined;
145442
145690
  columnId?: string | null | undefined;
145691
+ swatches?: {
145692
+ id: string;
145693
+ selectedThemeIds: string[];
145694
+ }[] | null | undefined;
145443
145695
  blacklistedElementProperties?: string[] | null | undefined;
145444
145696
  userMetadata?: string | null | undefined;
145445
145697
  } & {
@@ -145660,6 +145912,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
145660
145912
  }[];
145661
145913
  } | null | undefined;
145662
145914
  columnId?: string | null | undefined;
145915
+ swatches?: {
145916
+ id: string;
145917
+ selectedThemeIds: string[];
145918
+ }[] | null | undefined;
145663
145919
  blacklistedElementProperties?: string[] | null | undefined;
145664
145920
  userMetadata?: string | null | undefined;
145665
145921
  } & any)[] | null | undefined;
@@ -146731,6 +146987,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
146731
146987
  }[];
146732
146988
  } | null | undefined;
146733
146989
  columnId?: string | null | undefined;
146990
+ swatches?: {
146991
+ id: string;
146992
+ selectedThemeIds: string[];
146993
+ }[] | null | undefined;
146734
146994
  blacklistedElementProperties?: string[] | null | undefined;
146735
146995
  userMetadata?: string | null | undefined;
146736
146996
  } & {
@@ -146951,6 +147211,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
146951
147211
  }[];
146952
147212
  } | null | undefined;
146953
147213
  columnId?: string | null | undefined;
147214
+ swatches?: {
147215
+ id: string;
147216
+ selectedThemeIds: string[];
147217
+ }[] | null | undefined;
146954
147218
  blacklistedElementProperties?: string[] | null | undefined;
146955
147219
  userMetadata?: string | null | undefined;
146956
147220
  } & any)[] | null | undefined;
@@ -147228,6 +147492,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
147228
147492
  }[];
147229
147493
  } | null | undefined;
147230
147494
  columnId?: string | null | undefined;
147495
+ swatches?: {
147496
+ id: string;
147497
+ selectedThemeIds: string[];
147498
+ }[] | null | undefined;
147231
147499
  blacklistedElementProperties?: string[] | null | undefined;
147232
147500
  userMetadata?: string | null | undefined;
147233
147501
  } & {
@@ -147448,6 +147716,10 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
147448
147716
  }[];
147449
147717
  } | null | undefined;
147450
147718
  columnId?: string | null | undefined;
147719
+ swatches?: {
147720
+ id: string;
147721
+ selectedThemeIds: string[];
147722
+ }[] | null | undefined;
147451
147723
  blacklistedElementProperties?: string[] | null | undefined;
147452
147724
  userMetadata?: string | null | undefined;
147453
147725
  } & any)[] | null | undefined;
@@ -149103,6 +149375,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
149103
149375
  }[];
149104
149376
  } | null | undefined;
149105
149377
  columnId?: string | null | undefined;
149378
+ swatches?: {
149379
+ id: string;
149380
+ selectedThemeIds: string[];
149381
+ }[] | null | undefined;
149106
149382
  blacklistedElementProperties?: string[] | null | undefined;
149107
149383
  userMetadata?: string | null | undefined;
149108
149384
  } & {
@@ -149323,6 +149599,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
149323
149599
  }[];
149324
149600
  } | null | undefined;
149325
149601
  columnId?: string | null | undefined;
149602
+ swatches?: {
149603
+ id: string;
149604
+ selectedThemeIds: string[];
149605
+ }[] | null | undefined;
149326
149606
  blacklistedElementProperties?: string[] | null | undefined;
149327
149607
  userMetadata?: string | null | undefined;
149328
149608
  } & any)[] | null | undefined;
@@ -149611,6 +149891,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
149611
149891
  }[];
149612
149892
  } | null | undefined;
149613
149893
  columnId?: string | null | undefined;
149894
+ swatches?: {
149895
+ id: string;
149896
+ selectedThemeIds: string[];
149897
+ }[] | null | undefined;
149614
149898
  blacklistedElementProperties?: string[] | null | undefined;
149615
149899
  userMetadata?: string | null | undefined;
149616
149900
  } & {
@@ -149831,6 +150115,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
149831
150115
  }[];
149832
150116
  } | null | undefined;
149833
150117
  columnId?: string | null | undefined;
150118
+ swatches?: {
150119
+ id: string;
150120
+ selectedThemeIds: string[];
150121
+ }[] | null | undefined;
149834
150122
  blacklistedElementProperties?: string[] | null | undefined;
149835
150123
  userMetadata?: string | null | undefined;
149836
150124
  } & any)[] | null | undefined;
@@ -150142,6 +150430,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
150142
150430
  }[];
150143
150431
  } | null | undefined;
150144
150432
  columnId?: string | null | undefined;
150433
+ swatches?: {
150434
+ id: string;
150435
+ selectedThemeIds: string[];
150436
+ }[] | null | undefined;
150145
150437
  blacklistedElementProperties?: string[] | null | undefined;
150146
150438
  userMetadata?: string | null | undefined;
150147
150439
  } & {
@@ -150362,6 +150654,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
150362
150654
  }[];
150363
150655
  } | null | undefined;
150364
150656
  columnId?: string | null | undefined;
150657
+ swatches?: {
150658
+ id: string;
150659
+ selectedThemeIds: string[];
150660
+ }[] | null | undefined;
150365
150661
  blacklistedElementProperties?: string[] | null | undefined;
150366
150662
  userMetadata?: string | null | undefined;
150367
150663
  } & any)[] | null | undefined;
@@ -151067,6 +151363,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
151067
151363
  }[];
151068
151364
  } | null | undefined;
151069
151365
  columnId?: string | null | undefined;
151366
+ swatches?: {
151367
+ id: string;
151368
+ selectedThemeIds: string[];
151369
+ }[] | null | undefined;
151070
151370
  blacklistedElementProperties?: string[] | null | undefined;
151071
151371
  userMetadata?: string | null | undefined;
151072
151372
  } & {
@@ -151287,6 +151587,10 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
151287
151587
  }[];
151288
151588
  } | null | undefined;
151289
151589
  columnId?: string | null | undefined;
151590
+ swatches?: {
151591
+ id: string;
151592
+ selectedThemeIds: string[];
151593
+ }[] | null | undefined;
151290
151594
  blacklistedElementProperties?: string[] | null | undefined;
151291
151595
  userMetadata?: string | null | undefined;
151292
151596
  } & any)[] | null | undefined;
@@ -151728,6 +152032,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
151728
152032
  }[];
151729
152033
  } | null | undefined;
151730
152034
  columnId?: string | null | undefined;
152035
+ swatches?: {
152036
+ id: string;
152037
+ selectedThemeIds: string[];
152038
+ }[] | null | undefined;
151731
152039
  blacklistedElementProperties?: string[] | null | undefined;
151732
152040
  userMetadata?: string | null | undefined;
151733
152041
  } & {
@@ -151948,6 +152256,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
151948
152256
  }[];
151949
152257
  } | null | undefined;
151950
152258
  columnId?: string | null | undefined;
152259
+ swatches?: {
152260
+ id: string;
152261
+ selectedThemeIds: string[];
152262
+ }[] | null | undefined;
151951
152263
  blacklistedElementProperties?: string[] | null | undefined;
151952
152264
  userMetadata?: string | null | undefined;
151953
152265
  } & any)[] | null | undefined;
@@ -152236,6 +152548,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
152236
152548
  }[];
152237
152549
  } | null | undefined;
152238
152550
  columnId?: string | null | undefined;
152551
+ swatches?: {
152552
+ id: string;
152553
+ selectedThemeIds: string[];
152554
+ }[] | null | undefined;
152239
152555
  blacklistedElementProperties?: string[] | null | undefined;
152240
152556
  userMetadata?: string | null | undefined;
152241
152557
  } & {
@@ -152456,6 +152772,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
152456
152772
  }[];
152457
152773
  } | null | undefined;
152458
152774
  columnId?: string | null | undefined;
152775
+ swatches?: {
152776
+ id: string;
152777
+ selectedThemeIds: string[];
152778
+ }[] | null | undefined;
152459
152779
  blacklistedElementProperties?: string[] | null | undefined;
152460
152780
  userMetadata?: string | null | undefined;
152461
152781
  } & any)[] | null | undefined;
@@ -152767,6 +153087,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
152767
153087
  }[];
152768
153088
  } | null | undefined;
152769
153089
  columnId?: string | null | undefined;
153090
+ swatches?: {
153091
+ id: string;
153092
+ selectedThemeIds: string[];
153093
+ }[] | null | undefined;
152770
153094
  blacklistedElementProperties?: string[] | null | undefined;
152771
153095
  userMetadata?: string | null | undefined;
152772
153096
  } & {
@@ -152987,6 +153311,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
152987
153311
  }[];
152988
153312
  } | null | undefined;
152989
153313
  columnId?: string | null | undefined;
153314
+ swatches?: {
153315
+ id: string;
153316
+ selectedThemeIds: string[];
153317
+ }[] | null | undefined;
152990
153318
  blacklistedElementProperties?: string[] | null | undefined;
152991
153319
  userMetadata?: string | null | undefined;
152992
153320
  } & any)[] | null | undefined;
@@ -155006,6 +155334,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
155006
155334
  }[];
155007
155335
  } | null | undefined;
155008
155336
  columnId?: string | null | undefined;
155337
+ swatches?: {
155338
+ id: string;
155339
+ selectedThemeIds: string[];
155340
+ }[] | null | undefined;
155009
155341
  blacklistedElementProperties?: string[] | null | undefined;
155010
155342
  userMetadata?: string | null | undefined;
155011
155343
  } & {
@@ -155226,6 +155558,10 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
155226
155558
  }[];
155227
155559
  } | null | undefined;
155228
155560
  columnId?: string | null | undefined;
155561
+ swatches?: {
155562
+ id: string;
155563
+ selectedThemeIds: string[];
155564
+ }[] | null | undefined;
155229
155565
  blacklistedElementProperties?: string[] | null | undefined;
155230
155566
  userMetadata?: string | null | undefined;
155231
155567
  } & any)[] | null | undefined;
@@ -155829,6 +156165,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
155829
156165
  }[];
155830
156166
  } | null | undefined;
155831
156167
  columnId?: string | null | undefined;
156168
+ swatches?: {
156169
+ id: string;
156170
+ selectedThemeIds: string[];
156171
+ }[] | null | undefined;
155832
156172
  blacklistedElementProperties?: string[] | null | undefined;
155833
156173
  userMetadata?: string | null | undefined;
155834
156174
  } & {
@@ -156049,6 +156389,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
156049
156389
  }[];
156050
156390
  } | null | undefined;
156051
156391
  columnId?: string | null | undefined;
156392
+ swatches?: {
156393
+ id: string;
156394
+ selectedThemeIds: string[];
156395
+ }[] | null | undefined;
156052
156396
  blacklistedElementProperties?: string[] | null | undefined;
156053
156397
  userMetadata?: string | null | undefined;
156054
156398
  } & any)[] | null | undefined;
@@ -156337,6 +156681,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
156337
156681
  }[];
156338
156682
  } | null | undefined;
156339
156683
  columnId?: string | null | undefined;
156684
+ swatches?: {
156685
+ id: string;
156686
+ selectedThemeIds: string[];
156687
+ }[] | null | undefined;
156340
156688
  blacklistedElementProperties?: string[] | null | undefined;
156341
156689
  userMetadata?: string | null | undefined;
156342
156690
  } & {
@@ -156557,6 +156905,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
156557
156905
  }[];
156558
156906
  } | null | undefined;
156559
156907
  columnId?: string | null | undefined;
156908
+ swatches?: {
156909
+ id: string;
156910
+ selectedThemeIds: string[];
156911
+ }[] | null | undefined;
156560
156912
  blacklistedElementProperties?: string[] | null | undefined;
156561
156913
  userMetadata?: string | null | undefined;
156562
156914
  } & any)[] | null | undefined;
@@ -156868,6 +157220,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
156868
157220
  }[];
156869
157221
  } | null | undefined;
156870
157222
  columnId?: string | null | undefined;
157223
+ swatches?: {
157224
+ id: string;
157225
+ selectedThemeIds: string[];
157226
+ }[] | null | undefined;
156871
157227
  blacklistedElementProperties?: string[] | null | undefined;
156872
157228
  userMetadata?: string | null | undefined;
156873
157229
  } & {
@@ -157088,6 +157444,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
157088
157444
  }[];
157089
157445
  } | null | undefined;
157090
157446
  columnId?: string | null | undefined;
157447
+ swatches?: {
157448
+ id: string;
157449
+ selectedThemeIds: string[];
157450
+ }[] | null | undefined;
157091
157451
  blacklistedElementProperties?: string[] | null | undefined;
157092
157452
  userMetadata?: string | null | undefined;
157093
157453
  } & any)[] | null | undefined;
@@ -158787,6 +159147,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
158787
159147
  }[];
158788
159148
  } | null | undefined;
158789
159149
  columnId?: string | null | undefined;
159150
+ swatches?: {
159151
+ id: string;
159152
+ selectedThemeIds: string[];
159153
+ }[] | null | undefined;
158790
159154
  blacklistedElementProperties?: string[] | null | undefined;
158791
159155
  userMetadata?: string | null | undefined;
158792
159156
  } & {
@@ -159007,6 +159371,10 @@ declare const RestoredDocumentationPage: z.ZodObject<{
159007
159371
  }[];
159008
159372
  } | null | undefined;
159009
159373
  columnId?: string | null | undefined;
159374
+ swatches?: {
159375
+ id: string;
159376
+ selectedThemeIds: string[];
159377
+ }[] | null | undefined;
159010
159378
  blacklistedElementProperties?: string[] | null | undefined;
159011
159379
  userMetadata?: string | null | undefined;
159012
159380
  } & any)[] | null | undefined;
@@ -165887,4 +166255,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
165887
166255
  }>;
165888
166256
  type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
165889
166257
 
165890
- export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, 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, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemMembership, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemUpdateInputMetadata, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, 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, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, 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, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, 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 UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
166258
+ export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, 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, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemMembership, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemUpdateInputMetadata, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, 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, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockSwatch, 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, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, 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 UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };