@supernova-studio/model 1.67.0 → 1.68.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
@@ -5369,6 +5369,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
5369
5369
  type: z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
5370
5370
  brandPersistentId: z$1.ZodOptional<z$1.ZodString>;
5371
5371
  collectionPersistentId: z$1.ZodOptional<z$1.ZodString>;
5372
+ collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
5372
5373
  parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
5373
5374
  shortPersistentId: z$1.ZodOptional<z$1.ZodString>;
5374
5375
  childType: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
@@ -5408,6 +5409,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
5408
5409
  updatedAt: Date;
5409
5410
  persistentId: string;
5410
5411
  designSystemVersionId: string;
5412
+ collectionPersistentIds: string[];
5411
5413
  sortOrder: number;
5412
5414
  meta: {
5413
5415
  name: string;
@@ -5433,6 +5435,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
5433
5435
  updatedAt: Date;
5434
5436
  persistentId: string;
5435
5437
  designSystemVersionId: string;
5438
+ collectionPersistentIds: string[];
5436
5439
  sortOrder: number;
5437
5440
  meta: {
5438
5441
  name: string;
@@ -7158,6 +7161,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
7158
7161
  updatedAt: Date;
7159
7162
  persistentId: string;
7160
7163
  designSystemVersionId: string;
7164
+ collectionPersistentIds: string[];
7161
7165
  sortOrder: number;
7162
7166
  meta: {
7163
7167
  name: string;
@@ -7439,6 +7443,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
7439
7443
  updatedAt: Date;
7440
7444
  persistentId: string;
7441
7445
  designSystemVersionId: string;
7446
+ collectionPersistentIds: string[];
7442
7447
  sortOrder: number;
7443
7448
  meta: {
7444
7449
  name: string;
@@ -8002,6 +8007,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
8002
8007
  updatedAt: Date;
8003
8008
  persistentId: string;
8004
8009
  designSystemVersionId: string;
8010
+ collectionPersistentIds: string[];
8005
8011
  sortOrder: number;
8006
8012
  meta: {
8007
8013
  name: string;
@@ -8463,6 +8469,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
8463
8469
  updatedAt: Date;
8464
8470
  persistentId: string;
8465
8471
  designSystemVersionId: string;
8472
+ collectionPersistentIds: string[];
8466
8473
  sortOrder: number;
8467
8474
  meta: {
8468
8475
  name: string;
@@ -9388,6 +9395,7 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
9388
9395
  type: z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
9389
9396
  brandPersistentId: z$1.ZodOptional<z$1.ZodString>;
9390
9397
  collectionPersistentId: z$1.ZodOptional<z$1.ZodString>;
9398
+ collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
9391
9399
  parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
9392
9400
  shortPersistentId: z$1.ZodOptional<z$1.ZodString>;
9393
9401
  childType: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
@@ -9427,6 +9435,7 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
9427
9435
  updatedAt: Date;
9428
9436
  persistentId: string;
9429
9437
  designSystemVersionId: string;
9438
+ collectionPersistentIds: string[];
9430
9439
  sortOrder: number;
9431
9440
  meta: {
9432
9441
  name: string;
@@ -9452,6 +9461,7 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
9452
9461
  updatedAt: Date;
9453
9462
  persistentId: string;
9454
9463
  designSystemVersionId: string;
9464
+ collectionPersistentIds: string[];
9455
9465
  sortOrder: number;
9456
9466
  meta: {
9457
9467
  name: string;
@@ -11177,6 +11187,7 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
11177
11187
  updatedAt: Date;
11178
11188
  persistentId: string;
11179
11189
  designSystemVersionId: string;
11190
+ collectionPersistentIds: string[];
11180
11191
  sortOrder: number;
11181
11192
  meta: {
11182
11193
  name: string;
@@ -11458,6 +11469,7 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
11458
11469
  updatedAt: Date;
11459
11470
  persistentId: string;
11460
11471
  designSystemVersionId: string;
11472
+ collectionPersistentIds: string[];
11461
11473
  sortOrder: number;
11462
11474
  meta: {
11463
11475
  name: string;
@@ -13670,6 +13682,7 @@ declare const UserDump: z$1.ZodObject<{
13670
13682
  type: z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
13671
13683
  brandPersistentId: z$1.ZodOptional<z$1.ZodString>;
13672
13684
  collectionPersistentId: z$1.ZodOptional<z$1.ZodString>;
13685
+ collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
13673
13686
  parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
13674
13687
  shortPersistentId: z$1.ZodOptional<z$1.ZodString>;
13675
13688
  childType: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
@@ -13709,6 +13722,7 @@ declare const UserDump: z$1.ZodObject<{
13709
13722
  updatedAt: Date;
13710
13723
  persistentId: string;
13711
13724
  designSystemVersionId: string;
13725
+ collectionPersistentIds: string[];
13712
13726
  sortOrder: number;
13713
13727
  meta: {
13714
13728
  name: string;
@@ -13734,6 +13748,7 @@ declare const UserDump: z$1.ZodObject<{
13734
13748
  updatedAt: Date;
13735
13749
  persistentId: string;
13736
13750
  designSystemVersionId: string;
13751
+ collectionPersistentIds: string[];
13737
13752
  sortOrder: number;
13738
13753
  meta: {
13739
13754
  name: string;
@@ -15459,6 +15474,7 @@ declare const UserDump: z$1.ZodObject<{
15459
15474
  updatedAt: Date;
15460
15475
  persistentId: string;
15461
15476
  designSystemVersionId: string;
15477
+ collectionPersistentIds: string[];
15462
15478
  sortOrder: number;
15463
15479
  meta: {
15464
15480
  name: string;
@@ -15740,6 +15756,7 @@ declare const UserDump: z$1.ZodObject<{
15740
15756
  updatedAt: Date;
15741
15757
  persistentId: string;
15742
15758
  designSystemVersionId: string;
15759
+ collectionPersistentIds: string[];
15743
15760
  sortOrder: number;
15744
15761
  meta: {
15745
15762
  name: string;
@@ -16303,6 +16320,7 @@ declare const UserDump: z$1.ZodObject<{
16303
16320
  updatedAt: Date;
16304
16321
  persistentId: string;
16305
16322
  designSystemVersionId: string;
16323
+ collectionPersistentIds: string[];
16306
16324
  sortOrder: number;
16307
16325
  meta: {
16308
16326
  name: string;
@@ -16764,6 +16782,7 @@ declare const UserDump: z$1.ZodObject<{
16764
16782
  updatedAt: Date;
16765
16783
  persistentId: string;
16766
16784
  designSystemVersionId: string;
16785
+ collectionPersistentIds: string[];
16767
16786
  sortOrder: number;
16768
16787
  meta: {
16769
16788
  name: string;
@@ -20023,6 +20042,7 @@ declare const UserDump: z$1.ZodObject<{
20023
20042
  updatedAt: Date;
20024
20043
  persistentId: string;
20025
20044
  designSystemVersionId: string;
20045
+ collectionPersistentIds: string[];
20026
20046
  sortOrder: number;
20027
20047
  meta: {
20028
20048
  name: string;
@@ -20933,6 +20953,7 @@ declare const UserDump: z$1.ZodObject<{
20933
20953
  updatedAt: Date;
20934
20954
  persistentId: string;
20935
20955
  designSystemVersionId: string;
20956
+ collectionPersistentIds: string[];
20936
20957
  sortOrder: number;
20937
20958
  meta: {
20938
20959
  name: string;
@@ -21845,6 +21866,7 @@ declare const UserDump: z$1.ZodObject<{
21845
21866
  updatedAt: Date;
21846
21867
  persistentId: string;
21847
21868
  designSystemVersionId: string;
21869
+ collectionPersistentIds: string[];
21848
21870
  sortOrder: number;
21849
21871
  meta: {
21850
21872
  name: string;
@@ -22800,6 +22822,7 @@ declare const UserDump: z$1.ZodObject<{
22800
22822
  updatedAt: Date;
22801
22823
  persistentId: string;
22802
22824
  designSystemVersionId: string;
22825
+ collectionPersistentIds: string[];
22803
22826
  sortOrder: number;
22804
22827
  meta: {
22805
22828
  name: string;
@@ -24923,6 +24946,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
24923
24946
  type: z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
24924
24947
  brandPersistentId: z$1.ZodOptional<z$1.ZodString>;
24925
24948
  collectionPersistentId: z$1.ZodOptional<z$1.ZodString>;
24949
+ collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
24926
24950
  parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
24927
24951
  shortPersistentId: z$1.ZodOptional<z$1.ZodString>;
24928
24952
  childType: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
@@ -24962,6 +24986,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
24962
24986
  updatedAt: Date;
24963
24987
  persistentId: string;
24964
24988
  designSystemVersionId: string;
24989
+ collectionPersistentIds: string[];
24965
24990
  sortOrder: number;
24966
24991
  meta: {
24967
24992
  name: string;
@@ -24987,6 +25012,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
24987
25012
  updatedAt: Date;
24988
25013
  persistentId: string;
24989
25014
  designSystemVersionId: string;
25015
+ collectionPersistentIds: string[];
24990
25016
  sortOrder: number;
24991
25017
  meta: {
24992
25018
  name: string;
@@ -26712,6 +26738,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
26712
26738
  updatedAt: Date;
26713
26739
  persistentId: string;
26714
26740
  designSystemVersionId: string;
26741
+ collectionPersistentIds: string[];
26715
26742
  sortOrder: number;
26716
26743
  meta: {
26717
26744
  name: string;
@@ -26993,6 +27020,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
26993
27020
  updatedAt: Date;
26994
27021
  persistentId: string;
26995
27022
  designSystemVersionId: string;
27023
+ collectionPersistentIds: string[];
26996
27024
  sortOrder: number;
26997
27025
  meta: {
26998
27026
  name: string;
@@ -27556,6 +27584,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
27556
27584
  updatedAt: Date;
27557
27585
  persistentId: string;
27558
27586
  designSystemVersionId: string;
27587
+ collectionPersistentIds: string[];
27559
27588
  sortOrder: number;
27560
27589
  meta: {
27561
27590
  name: string;
@@ -28017,6 +28046,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
28017
28046
  updatedAt: Date;
28018
28047
  persistentId: string;
28019
28048
  designSystemVersionId: string;
28049
+ collectionPersistentIds: string[];
28020
28050
  sortOrder: number;
28021
28051
  meta: {
28022
28052
  name: string;
@@ -31276,6 +31306,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
31276
31306
  updatedAt: Date;
31277
31307
  persistentId: string;
31278
31308
  designSystemVersionId: string;
31309
+ collectionPersistentIds: string[];
31279
31310
  sortOrder: number;
31280
31311
  meta: {
31281
31312
  name: string;
@@ -32186,6 +32217,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
32186
32217
  updatedAt: Date;
32187
32218
  persistentId: string;
32188
32219
  designSystemVersionId: string;
32220
+ collectionPersistentIds: string[];
32189
32221
  sortOrder: number;
32190
32222
  meta: {
32191
32223
  name: string;
@@ -66968,7 +67000,9 @@ declare const PageBlockEditorModelV2: z$1.ZodObject<{
66968
67000
  }>;
66969
67001
  type PageBlockEditorModelV2 = z$1.infer<typeof PageBlockEditorModelV2>;
66970
67002
 
66971
- type CreateDesignElement = DbCreateInputOmit<DesignElement>;
67003
+ type CreateDesignElement = OmitStrict<DbCreateInputOmit<DesignElement>, "collectionPersistentIds"> & {
67004
+ collectionPersistentIds?: string[];
67005
+ };
66972
67006
  type UpdateDesignElement = OmitStrict<DbUpdate<DesignElement>, "brandPersistentId" | "childType" | "designSystemVersionId" | "shortPersistentId">;
66973
67007
  declare const tokenElementTypes: DesignTokenType[];
66974
67008
  declare const DesignTokenType: z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>;
@@ -66998,6 +67032,7 @@ declare const ShallowDesignElement: z$1.ZodObject<{
66998
67032
  type: z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
66999
67033
  brandPersistentId: z$1.ZodOptional<z$1.ZodString>;
67000
67034
  collectionPersistentId: z$1.ZodOptional<z$1.ZodString>;
67035
+ collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
67001
67036
  parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
67002
67037
  shortPersistentId: z$1.ZodOptional<z$1.ZodString>;
67003
67038
  childType: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
@@ -67012,6 +67047,7 @@ declare const ShallowDesignElement: z$1.ZodObject<{
67012
67047
  updatedAt: Date;
67013
67048
  persistentId: string;
67014
67049
  designSystemVersionId: string;
67050
+ collectionPersistentIds: string[];
67015
67051
  sortOrder: number;
67016
67052
  brandPersistentId?: string | undefined;
67017
67053
  collectionPersistentId?: string | undefined;
@@ -67026,6 +67062,7 @@ declare const ShallowDesignElement: z$1.ZodObject<{
67026
67062
  updatedAt: Date;
67027
67063
  persistentId: string;
67028
67064
  designSystemVersionId: string;
67065
+ collectionPersistentIds: string[];
67029
67066
  sortOrder: number;
67030
67067
  brandPersistentId?: string | undefined;
67031
67068
  collectionPersistentId?: string | undefined;
@@ -67042,6 +67079,7 @@ declare const DesignElement: z$1.ZodObject<{
67042
67079
  type: z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
67043
67080
  brandPersistentId: z$1.ZodOptional<z$1.ZodString>;
67044
67081
  collectionPersistentId: z$1.ZodOptional<z$1.ZodString>;
67082
+ collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
67045
67083
  parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
67046
67084
  shortPersistentId: z$1.ZodOptional<z$1.ZodString>;
67047
67085
  childType: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
@@ -67081,6 +67119,7 @@ declare const DesignElement: z$1.ZodObject<{
67081
67119
  updatedAt: Date;
67082
67120
  persistentId: string;
67083
67121
  designSystemVersionId: string;
67122
+ collectionPersistentIds: string[];
67084
67123
  sortOrder: number;
67085
67124
  meta: {
67086
67125
  name: string;
@@ -67106,6 +67145,7 @@ declare const DesignElement: z$1.ZodObject<{
67106
67145
  updatedAt: Date;
67107
67146
  persistentId: string;
67108
67147
  designSystemVersionId: string;
67148
+ collectionPersistentIds: string[];
67109
67149
  sortOrder: number;
67110
67150
  meta: {
67111
67151
  name: string;
@@ -73338,24 +73378,29 @@ declare const Theme: z$1.ZodObject<{
73338
73378
  sourceObjects: z$1.ZodArray<z$1.ZodObject<{
73339
73379
  id: z$1.ZodString;
73340
73380
  name: z$1.ZodString;
73381
+ parentModeId: z$1.ZodOptional<z$1.ZodString>;
73341
73382
  }, "strip", z$1.ZodTypeAny, {
73342
73383
  id: string;
73343
73384
  name: string;
73385
+ parentModeId?: string | undefined;
73344
73386
  }, {
73345
73387
  id: string;
73346
73388
  name: string;
73389
+ parentModeId?: string | undefined;
73347
73390
  }>, "many">;
73348
73391
  }, "strip", z$1.ZodTypeAny, {
73349
73392
  sourceId: string;
73350
73393
  sourceObjects: {
73351
73394
  id: string;
73352
73395
  name: string;
73396
+ parentModeId?: string | undefined;
73353
73397
  }[];
73354
73398
  }, {
73355
73399
  sourceId: string;
73356
73400
  sourceObjects: {
73357
73401
  id: string;
73358
73402
  name: string;
73403
+ parentModeId?: string | undefined;
73359
73404
  }[];
73360
73405
  }>, "many">;
73361
73406
  }, "strip", z$1.ZodTypeAny, {
@@ -73364,6 +73409,7 @@ declare const Theme: z$1.ZodObject<{
73364
73409
  sourceObjects: {
73365
73410
  id: string;
73366
73411
  name: string;
73412
+ parentModeId?: string | undefined;
73367
73413
  }[];
73368
73414
  }[];
73369
73415
  }, {
@@ -73372,6 +73418,7 @@ declare const Theme: z$1.ZodObject<{
73372
73418
  sourceObjects: {
73373
73419
  id: string;
73374
73420
  name: string;
73421
+ parentModeId?: string | undefined;
73375
73422
  }[];
73376
73423
  }[];
73377
73424
  }>>;
@@ -75689,6 +75736,7 @@ declare const Theme: z$1.ZodObject<{
75689
75736
  } | null | undefined;
75690
75737
  }>>, "many">;
75691
75738
  codeName: z$1.ZodString;
75739
+ collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
75692
75740
  }, "strip", z$1.ZodTypeAny, {
75693
75741
  id: string;
75694
75742
  createdAt: Date;
@@ -75697,6 +75745,7 @@ declare const Theme: z$1.ZodObject<{
75697
75745
  designSystemVersionId: string;
75698
75746
  codeName: string;
75699
75747
  brandPersistentId: string;
75748
+ collectionPersistentIds: string[];
75700
75749
  sortOrder: number;
75701
75750
  meta: {
75702
75751
  name: string;
@@ -76077,6 +76126,7 @@ declare const Theme: z$1.ZodObject<{
76077
76126
  sourceObjects: {
76078
76127
  id: string;
76079
76128
  name: string;
76129
+ parentModeId?: string | undefined;
76080
76130
  }[];
76081
76131
  }[];
76082
76132
  } | undefined;
@@ -76088,6 +76138,7 @@ declare const Theme: z$1.ZodObject<{
76088
76138
  designSystemVersionId: string;
76089
76139
  codeName: string;
76090
76140
  brandPersistentId: string;
76141
+ collectionPersistentIds: string[];
76091
76142
  sortOrder: number;
76092
76143
  meta: {
76093
76144
  name: string;
@@ -76468,6 +76519,7 @@ declare const Theme: z$1.ZodObject<{
76468
76519
  sourceObjects: {
76469
76520
  id: string;
76470
76521
  name: string;
76522
+ parentModeId?: string | undefined;
76471
76523
  }[];
76472
76524
  }[];
76473
76525
  } | undefined;
@@ -76479,24 +76531,29 @@ declare const ThemeOrigin: z$1.ZodObject<{
76479
76531
  sourceObjects: z$1.ZodArray<z$1.ZodObject<{
76480
76532
  id: z$1.ZodString;
76481
76533
  name: z$1.ZodString;
76534
+ parentModeId: z$1.ZodOptional<z$1.ZodString>;
76482
76535
  }, "strip", z$1.ZodTypeAny, {
76483
76536
  id: string;
76484
76537
  name: string;
76538
+ parentModeId?: string | undefined;
76485
76539
  }, {
76486
76540
  id: string;
76487
76541
  name: string;
76542
+ parentModeId?: string | undefined;
76488
76543
  }>, "many">;
76489
76544
  }, "strip", z$1.ZodTypeAny, {
76490
76545
  sourceId: string;
76491
76546
  sourceObjects: {
76492
76547
  id: string;
76493
76548
  name: string;
76549
+ parentModeId?: string | undefined;
76494
76550
  }[];
76495
76551
  }, {
76496
76552
  sourceId: string;
76497
76553
  sourceObjects: {
76498
76554
  id: string;
76499
76555
  name: string;
76556
+ parentModeId?: string | undefined;
76500
76557
  }[];
76501
76558
  }>, "many">;
76502
76559
  }, "strip", z$1.ZodTypeAny, {
@@ -76505,6 +76562,7 @@ declare const ThemeOrigin: z$1.ZodObject<{
76505
76562
  sourceObjects: {
76506
76563
  id: string;
76507
76564
  name: string;
76565
+ parentModeId?: string | undefined;
76508
76566
  }[];
76509
76567
  }[];
76510
76568
  }, {
@@ -76513,6 +76571,7 @@ declare const ThemeOrigin: z$1.ZodObject<{
76513
76571
  sourceObjects: {
76514
76572
  id: string;
76515
76573
  name: string;
76574
+ parentModeId?: string | undefined;
76516
76575
  }[];
76517
76576
  }[];
76518
76577
  }>;
@@ -76522,36 +76581,44 @@ declare const ThemeOriginSource: z$1.ZodObject<{
76522
76581
  sourceObjects: z$1.ZodArray<z$1.ZodObject<{
76523
76582
  id: z$1.ZodString;
76524
76583
  name: z$1.ZodString;
76584
+ parentModeId: z$1.ZodOptional<z$1.ZodString>;
76525
76585
  }, "strip", z$1.ZodTypeAny, {
76526
76586
  id: string;
76527
76587
  name: string;
76588
+ parentModeId?: string | undefined;
76528
76589
  }, {
76529
76590
  id: string;
76530
76591
  name: string;
76592
+ parentModeId?: string | undefined;
76531
76593
  }>, "many">;
76532
76594
  }, "strip", z$1.ZodTypeAny, {
76533
76595
  sourceId: string;
76534
76596
  sourceObjects: {
76535
76597
  id: string;
76536
76598
  name: string;
76599
+ parentModeId?: string | undefined;
76537
76600
  }[];
76538
76601
  }, {
76539
76602
  sourceId: string;
76540
76603
  sourceObjects: {
76541
76604
  id: string;
76542
76605
  name: string;
76606
+ parentModeId?: string | undefined;
76543
76607
  }[];
76544
76608
  }>;
76545
76609
  type ThemeOriginSource = z$1.infer<typeof ThemeOriginSource>;
76546
76610
  declare const ThemeOriginObject: z$1.ZodObject<{
76547
76611
  id: z$1.ZodString;
76548
76612
  name: z$1.ZodString;
76613
+ parentModeId: z$1.ZodOptional<z$1.ZodString>;
76549
76614
  }, "strip", z$1.ZodTypeAny, {
76550
76615
  id: string;
76551
76616
  name: string;
76617
+ parentModeId?: string | undefined;
76552
76618
  }, {
76553
76619
  id: string;
76554
76620
  name: string;
76621
+ parentModeId?: string | undefined;
76555
76622
  }>;
76556
76623
  type ThemeOriginObject = z$1.infer<typeof ThemeOriginObject>;
76557
76624
  type CreateTheme = DbCreateInputOmit<Theme>;
@@ -95396,24 +95463,29 @@ declare const ImportModelCollection: z$1.ZodObject<{
95396
95463
  sourceObjects: z$1.ZodArray<z$1.ZodObject<{
95397
95464
  id: z$1.ZodString;
95398
95465
  name: z$1.ZodString;
95466
+ parentModeId: z$1.ZodOptional<z$1.ZodString>;
95399
95467
  }, "strip", z$1.ZodTypeAny, {
95400
95468
  id: string;
95401
95469
  name: string;
95470
+ parentModeId?: string | undefined;
95402
95471
  }, {
95403
95472
  id: string;
95404
95473
  name: string;
95474
+ parentModeId?: string | undefined;
95405
95475
  }>, "many">;
95406
95476
  }, "strip", z$1.ZodTypeAny, {
95407
95477
  sourceId: string;
95408
95478
  sourceObjects: {
95409
95479
  id: string;
95410
95480
  name: string;
95481
+ parentModeId?: string | undefined;
95411
95482
  }[];
95412
95483
  }, {
95413
95484
  sourceId: string;
95414
95485
  sourceObjects: {
95415
95486
  id: string;
95416
95487
  name: string;
95488
+ parentModeId?: string | undefined;
95417
95489
  }[];
95418
95490
  }>;
95419
95491
  overrides: z$1.ZodArray<z$1.ZodIntersection<z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
@@ -97727,6 +97799,8 @@ declare const ImportModelCollection: z$1.ZodObject<{
97727
97799
  };
97728
97800
  }>>, "many">;
97729
97801
  sortOrder: z$1.ZodNumber;
97802
+ collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
97803
+ parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
97730
97804
  }, "strip", z$1.ZodTypeAny, {
97731
97805
  brandPersistentId: string;
97732
97806
  sortOrder: number;
@@ -98112,8 +98186,11 @@ declare const ImportModelCollection: z$1.ZodObject<{
98112
98186
  sourceObjects: {
98113
98187
  id: string;
98114
98188
  name: string;
98189
+ parentModeId?: string | undefined;
98115
98190
  }[];
98116
98191
  };
98192
+ parentPersistentId?: string | undefined;
98193
+ collectionIds?: string[] | undefined;
98117
98194
  }, {
98118
98195
  brandPersistentId: string;
98119
98196
  sortOrder: number;
@@ -98499,8 +98576,11 @@ declare const ImportModelCollection: z$1.ZodObject<{
98499
98576
  sourceObjects: {
98500
98577
  id: string;
98501
98578
  name: string;
98579
+ parentModeId?: string | undefined;
98502
98580
  }[];
98503
98581
  };
98582
+ parentPersistentId?: string | undefined;
98583
+ collectionIds?: string[] | undefined;
98504
98584
  }>, "many">>;
98505
98585
  figmaFileStructures: z$1.ZodArray<z$1.ZodObject<{
98506
98586
  id: z$1.ZodString;
@@ -98683,15 +98763,19 @@ declare const ImportModelCollection: z$1.ZodObject<{
98683
98763
  collections: z$1.ZodArray<z$1.ZodObject<{
98684
98764
  id: z$1.ZodString;
98685
98765
  name: z$1.ZodString;
98766
+ parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
98686
98767
  origin: z$1.ZodObject<{
98687
98768
  id: z$1.ZodString;
98769
+ parentId: z$1.ZodOptional<z$1.ZodString>;
98688
98770
  sourceId: z$1.ZodString;
98689
98771
  }, "strip", z$1.ZodTypeAny, {
98690
98772
  id: string;
98691
98773
  sourceId: string;
98774
+ parentId?: string | undefined;
98692
98775
  }, {
98693
98776
  id: string;
98694
98777
  sourceId: string;
98778
+ parentId?: string | undefined;
98695
98779
  }>;
98696
98780
  }, "strip", z$1.ZodTypeAny, {
98697
98781
  id: string;
@@ -98699,14 +98783,18 @@ declare const ImportModelCollection: z$1.ZodObject<{
98699
98783
  origin: {
98700
98784
  id: string;
98701
98785
  sourceId: string;
98786
+ parentId?: string | undefined;
98702
98787
  };
98788
+ parentPersistentId?: string | undefined;
98703
98789
  }, {
98704
98790
  id: string;
98705
98791
  name: string;
98706
98792
  origin: {
98707
98793
  id: string;
98708
98794
  sourceId: string;
98795
+ parentId?: string | undefined;
98709
98796
  };
98797
+ parentPersistentId?: string | undefined;
98710
98798
  }>, "many">;
98711
98799
  }, "strip", z$1.ZodTypeAny, {
98712
98800
  themes: {
@@ -99094,8 +99182,11 @@ declare const ImportModelCollection: z$1.ZodObject<{
99094
99182
  sourceObjects: {
99095
99183
  id: string;
99096
99184
  name: string;
99185
+ parentModeId?: string | undefined;
99097
99186
  }[];
99098
99187
  };
99188
+ parentPersistentId?: string | undefined;
99189
+ collectionIds?: string[] | undefined;
99099
99190
  }[];
99100
99191
  components: {
99101
99192
  id: string;
@@ -99942,7 +100033,9 @@ declare const ImportModelCollection: z$1.ZodObject<{
99942
100033
  origin: {
99943
100034
  id: string;
99944
100035
  sourceId: string;
100036
+ parentId?: string | undefined;
99945
100037
  };
100038
+ parentPersistentId?: string | undefined;
99946
100039
  }[];
99947
100040
  figmaFileStructures: {
99948
100041
  data: {
@@ -99988,7 +100081,9 @@ declare const ImportModelCollection: z$1.ZodObject<{
99988
100081
  origin: {
99989
100082
  id: string;
99990
100083
  sourceId: string;
100084
+ parentId?: string | undefined;
99991
100085
  };
100086
+ parentPersistentId?: string | undefined;
99992
100087
  }[];
99993
100088
  figmaFileStructures: {
99994
100089
  data: {
@@ -100416,8 +100511,11 @@ declare const ImportModelCollection: z$1.ZodObject<{
100416
100511
  sourceObjects: {
100417
100512
  id: string;
100418
100513
  name: string;
100514
+ parentModeId?: string | undefined;
100419
100515
  }[];
100420
100516
  };
100517
+ parentPersistentId?: string | undefined;
100518
+ collectionIds?: string[] | undefined;
100421
100519
  }[] | undefined;
100422
100520
  components?: {
100423
100521
  id: string;
@@ -107387,12 +107485,15 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
107387
107485
  originObjects: z$1.ZodArray<z$1.ZodObject<{
107388
107486
  id: z$1.ZodString;
107389
107487
  name: z$1.ZodString;
107488
+ parentModeId: z$1.ZodOptional<z$1.ZodString>;
107390
107489
  }, "strip", z$1.ZodTypeAny, {
107391
107490
  id: string;
107392
107491
  name: string;
107492
+ parentModeId?: string | undefined;
107393
107493
  }, {
107394
107494
  id: string;
107395
107495
  name: string;
107496
+ parentModeId?: string | undefined;
107396
107497
  }>, "many">;
107397
107498
  overrides: z$1.ZodArray<z$1.ZodIntersection<z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
107398
107499
  type: z$1.ZodLiteral<"Blur">;
@@ -109691,6 +109792,8 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
109691
109792
  referenceResolutionFailed?: boolean | undefined;
109692
109793
  };
109693
109794
  }>>, "many">;
109795
+ collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
109796
+ parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
109694
109797
  }, "strip", z$1.ZodTypeAny, {
109695
109798
  meta: {
109696
109799
  name: string;
@@ -110070,7 +110173,10 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
110070
110173
  originObjects: {
110071
110174
  id: string;
110072
110175
  name: string;
110176
+ parentModeId?: string | undefined;
110073
110177
  }[];
110178
+ parentPersistentId?: string | undefined;
110179
+ collectionIds?: string[] | undefined;
110074
110180
  }, {
110075
110181
  meta: {
110076
110182
  name: string;
@@ -110450,7 +110556,10 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
110450
110556
  originObjects: {
110451
110557
  id: string;
110452
110558
  name: string;
110559
+ parentModeId?: string | undefined;
110453
110560
  }[];
110561
+ parentPersistentId?: string | undefined;
110562
+ collectionIds?: string[] | undefined;
110454
110563
  }>, "many">>;
110455
110564
  figmaFileStructure: z$1.ZodOptional<z$1.ZodObject<Omit<{
110456
110565
  id: z$1.ZodString;
@@ -110635,12 +110744,18 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
110635
110744
  collections: z$1.ZodArray<z$1.ZodObject<{
110636
110745
  id: z$1.ZodString;
110637
110746
  name: z$1.ZodString;
110747
+ parentId: z$1.ZodOptional<z$1.ZodString>;
110748
+ parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
110638
110749
  }, "strip", z$1.ZodTypeAny, {
110639
110750
  id: string;
110640
110751
  name: string;
110752
+ parentPersistentId?: string | undefined;
110753
+ parentId?: string | undefined;
110641
110754
  }, {
110642
110755
  id: string;
110643
110756
  name: string;
110757
+ parentPersistentId?: string | undefined;
110758
+ parentId?: string | undefined;
110644
110759
  }>, "many">;
110645
110760
  }, "strip", z$1.ZodTypeAny, {
110646
110761
  assets: {
@@ -111104,7 +111219,10 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
111104
111219
  originObjects: {
111105
111220
  id: string;
111106
111221
  name: string;
111222
+ parentModeId?: string | undefined;
111107
111223
  }[];
111224
+ parentPersistentId?: string | undefined;
111225
+ collectionIds?: string[] | undefined;
111108
111226
  }[];
111109
111227
  components: {
111110
111228
  id: string;
@@ -111933,6 +112051,8 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
111933
112051
  collections: {
111934
112052
  id: string;
111935
112053
  name: string;
112054
+ parentPersistentId?: string | undefined;
112055
+ parentId?: string | undefined;
111936
112056
  }[];
111937
112057
  figmaFileStructure?: {
111938
112058
  data: {
@@ -111972,6 +112092,8 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
111972
112092
  collections: {
111973
112093
  id: string;
111974
112094
  name: string;
112095
+ parentPersistentId?: string | undefined;
112096
+ parentId?: string | undefined;
111975
112097
  }[];
111976
112098
  assets?: {
111977
112099
  id: string;
@@ -112429,7 +112551,10 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
112429
112551
  originObjects: {
112430
112552
  id: string;
112431
112553
  name: string;
112554
+ parentModeId?: string | undefined;
112432
112555
  }[];
112556
+ parentPersistentId?: string | undefined;
112557
+ collectionIds?: string[] | undefined;
112433
112558
  }[] | undefined;
112434
112559
  components?: {
112435
112560
  id: string;
@@ -114805,26 +114930,36 @@ type ImportModelInputBase = z$1.infer<typeof ImportModelInputBase>;
114805
114930
  declare const CollectionImportModelInput: z$1.ZodObject<{
114806
114931
  id: z$1.ZodString;
114807
114932
  name: z$1.ZodString;
114933
+ parentId: z$1.ZodOptional<z$1.ZodString>;
114934
+ parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
114808
114935
  }, "strip", z$1.ZodTypeAny, {
114809
114936
  id: string;
114810
114937
  name: string;
114938
+ parentPersistentId?: string | undefined;
114939
+ parentId?: string | undefined;
114811
114940
  }, {
114812
114941
  id: string;
114813
114942
  name: string;
114943
+ parentPersistentId?: string | undefined;
114944
+ parentId?: string | undefined;
114814
114945
  }>;
114815
114946
  type CollectionImportModelInput = z$1.infer<typeof CollectionImportModelInput>;
114816
114947
  declare const CollectionImportModel: z$1.ZodObject<{
114817
114948
  id: z$1.ZodString;
114818
114949
  name: z$1.ZodString;
114950
+ parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
114819
114951
  origin: z$1.ZodObject<{
114820
114952
  id: z$1.ZodString;
114953
+ parentId: z$1.ZodOptional<z$1.ZodString>;
114821
114954
  sourceId: z$1.ZodString;
114822
114955
  }, "strip", z$1.ZodTypeAny, {
114823
114956
  id: string;
114824
114957
  sourceId: string;
114958
+ parentId?: string | undefined;
114825
114959
  }, {
114826
114960
  id: string;
114827
114961
  sourceId: string;
114962
+ parentId?: string | undefined;
114828
114963
  }>;
114829
114964
  }, "strip", z$1.ZodTypeAny, {
114830
114965
  id: string;
@@ -114832,14 +114967,18 @@ declare const CollectionImportModel: z$1.ZodObject<{
114832
114967
  origin: {
114833
114968
  id: string;
114834
114969
  sourceId: string;
114970
+ parentId?: string | undefined;
114835
114971
  };
114972
+ parentPersistentId?: string | undefined;
114836
114973
  }, {
114837
114974
  id: string;
114838
114975
  name: string;
114839
114976
  origin: {
114840
114977
  id: string;
114841
114978
  sourceId: string;
114979
+ parentId?: string | undefined;
114842
114980
  };
114981
+ parentPersistentId?: string | undefined;
114843
114982
  }>;
114844
114983
  type CollectionImportModel = z$1.infer<typeof CollectionImportModel>;
114845
114984
 
@@ -121739,24 +121878,29 @@ declare const ThemeImportModel: z$1.ZodObject<{
121739
121878
  sourceObjects: z$1.ZodArray<z$1.ZodObject<{
121740
121879
  id: z$1.ZodString;
121741
121880
  name: z$1.ZodString;
121881
+ parentModeId: z$1.ZodOptional<z$1.ZodString>;
121742
121882
  }, "strip", z$1.ZodTypeAny, {
121743
121883
  id: string;
121744
121884
  name: string;
121885
+ parentModeId?: string | undefined;
121745
121886
  }, {
121746
121887
  id: string;
121747
121888
  name: string;
121889
+ parentModeId?: string | undefined;
121748
121890
  }>, "many">;
121749
121891
  }, "strip", z$1.ZodTypeAny, {
121750
121892
  sourceId: string;
121751
121893
  sourceObjects: {
121752
121894
  id: string;
121753
121895
  name: string;
121896
+ parentModeId?: string | undefined;
121754
121897
  }[];
121755
121898
  }, {
121756
121899
  sourceId: string;
121757
121900
  sourceObjects: {
121758
121901
  id: string;
121759
121902
  name: string;
121903
+ parentModeId?: string | undefined;
121760
121904
  }[];
121761
121905
  }>;
121762
121906
  overrides: z$1.ZodArray<z$1.ZodIntersection<z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
@@ -124070,6 +124214,8 @@ declare const ThemeImportModel: z$1.ZodObject<{
124070
124214
  };
124071
124215
  }>>, "many">;
124072
124216
  sortOrder: z$1.ZodNumber;
124217
+ collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
124218
+ parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
124073
124219
  }, "strip", z$1.ZodTypeAny, {
124074
124220
  brandPersistentId: string;
124075
124221
  sortOrder: number;
@@ -124455,8 +124601,11 @@ declare const ThemeImportModel: z$1.ZodObject<{
124455
124601
  sourceObjects: {
124456
124602
  id: string;
124457
124603
  name: string;
124604
+ parentModeId?: string | undefined;
124458
124605
  }[];
124459
124606
  };
124607
+ parentPersistentId?: string | undefined;
124608
+ collectionIds?: string[] | undefined;
124460
124609
  }, {
124461
124610
  brandPersistentId: string;
124462
124611
  sortOrder: number;
@@ -124842,8 +124991,11 @@ declare const ThemeImportModel: z$1.ZodObject<{
124842
124991
  sourceObjects: {
124843
124992
  id: string;
124844
124993
  name: string;
124994
+ parentModeId?: string | undefined;
124845
124995
  }[];
124846
124996
  };
124997
+ parentPersistentId?: string | undefined;
124998
+ collectionIds?: string[] | undefined;
124847
124999
  }>;
124848
125000
  type ThemeImportModel = z$1.infer<typeof ThemeImportModel>;
124849
125001
  declare const ThemeImportModelInput: z$1.ZodObject<{
@@ -124860,12 +125012,15 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
124860
125012
  originObjects: z$1.ZodArray<z$1.ZodObject<{
124861
125013
  id: z$1.ZodString;
124862
125014
  name: z$1.ZodString;
125015
+ parentModeId: z$1.ZodOptional<z$1.ZodString>;
124863
125016
  }, "strip", z$1.ZodTypeAny, {
124864
125017
  id: string;
124865
125018
  name: string;
125019
+ parentModeId?: string | undefined;
124866
125020
  }, {
124867
125021
  id: string;
124868
125022
  name: string;
125023
+ parentModeId?: string | undefined;
124869
125024
  }>, "many">;
124870
125025
  overrides: z$1.ZodArray<z$1.ZodIntersection<z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
124871
125026
  type: z$1.ZodLiteral<"Blur">;
@@ -127164,6 +127319,8 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
127164
127319
  referenceResolutionFailed?: boolean | undefined;
127165
127320
  };
127166
127321
  }>>, "many">;
127322
+ collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
127323
+ parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
127167
127324
  }, "strip", z$1.ZodTypeAny, {
127168
127325
  meta: {
127169
127326
  name: string;
@@ -127543,7 +127700,10 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
127543
127700
  originObjects: {
127544
127701
  id: string;
127545
127702
  name: string;
127703
+ parentModeId?: string | undefined;
127546
127704
  }[];
127705
+ parentPersistentId?: string | undefined;
127706
+ collectionIds?: string[] | undefined;
127547
127707
  }, {
127548
127708
  meta: {
127549
127709
  name: string;
@@ -127923,7 +128083,10 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
127923
128083
  originObjects: {
127924
128084
  id: string;
127925
128085
  name: string;
128086
+ parentModeId?: string | undefined;
127926
128087
  }[];
128088
+ parentPersistentId?: string | undefined;
128089
+ collectionIds?: string[] | undefined;
127927
128090
  }>;
127928
128091
  type ThemeImportModelInput = z$1.infer<typeof ThemeImportModelInput>;
127929
128092
  declare const ThemeUpdateImportModel: z$1.ZodObject<{
@@ -142394,13 +142557,16 @@ type CreateBrand = DbCreateInputOmit<Brand>;
142394
142557
 
142395
142558
  declare const CollectionOrigin: z$1.ZodObject<{
142396
142559
  id: z$1.ZodString;
142560
+ parentId: z$1.ZodOptional<z$1.ZodString>;
142397
142561
  sourceId: z$1.ZodString;
142398
142562
  }, "strip", z$1.ZodTypeAny, {
142399
142563
  id: string;
142400
142564
  sourceId: string;
142565
+ parentId?: string | undefined;
142401
142566
  }, {
142402
142567
  id: string;
142403
142568
  sourceId: string;
142569
+ parentId?: string | undefined;
142404
142570
  }>;
142405
142571
  type CollectionOrigin = z$1.infer<typeof CollectionOrigin>;
142406
142572
  declare const Collection: z$1.ZodObject<{
@@ -142434,13 +142600,16 @@ declare const Collection: z$1.ZodObject<{
142434
142600
  sortOrder: z$1.ZodString;
142435
142601
  origin: z$1.ZodOptional<z$1.ZodObject<{
142436
142602
  id: z$1.ZodString;
142603
+ parentId: z$1.ZodOptional<z$1.ZodString>;
142437
142604
  sourceId: z$1.ZodString;
142438
142605
  }, "strip", z$1.ZodTypeAny, {
142439
142606
  id: string;
142440
142607
  sourceId: string;
142608
+ parentId?: string | undefined;
142441
142609
  }, {
142442
142610
  id: string;
142443
142611
  sourceId: string;
142612
+ parentId?: string | undefined;
142444
142613
  }>>;
142445
142614
  }, "strip", z$1.ZodTypeAny, {
142446
142615
  id: string;
@@ -142459,6 +142628,7 @@ declare const Collection: z$1.ZodObject<{
142459
142628
  origin?: {
142460
142629
  id: string;
142461
142630
  sourceId: string;
142631
+ parentId?: string | undefined;
142462
142632
  } | undefined;
142463
142633
  }, {
142464
142634
  id: string;
@@ -142477,6 +142647,7 @@ declare const Collection: z$1.ZodObject<{
142477
142647
  origin?: {
142478
142648
  id: string;
142479
142649
  sourceId: string;
142650
+ parentId?: string | undefined;
142480
142651
  } | undefined;
142481
142652
  }>;
142482
142653
  type Collection = z$1.infer<typeof Collection>;