@supernova-studio/model 1.67.1 → 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 +128 -0
- package/dist/index.d.ts +128 -0
- package/dist/index.js +13 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -73378,24 +73378,29 @@ declare const Theme: z$1.ZodObject<{
|
|
|
73378
73378
|
sourceObjects: z$1.ZodArray<z$1.ZodObject<{
|
|
73379
73379
|
id: z$1.ZodString;
|
|
73380
73380
|
name: z$1.ZodString;
|
|
73381
|
+
parentModeId: z$1.ZodOptional<z$1.ZodString>;
|
|
73381
73382
|
}, "strip", z$1.ZodTypeAny, {
|
|
73382
73383
|
id: string;
|
|
73383
73384
|
name: string;
|
|
73385
|
+
parentModeId?: string | undefined;
|
|
73384
73386
|
}, {
|
|
73385
73387
|
id: string;
|
|
73386
73388
|
name: string;
|
|
73389
|
+
parentModeId?: string | undefined;
|
|
73387
73390
|
}>, "many">;
|
|
73388
73391
|
}, "strip", z$1.ZodTypeAny, {
|
|
73389
73392
|
sourceId: string;
|
|
73390
73393
|
sourceObjects: {
|
|
73391
73394
|
id: string;
|
|
73392
73395
|
name: string;
|
|
73396
|
+
parentModeId?: string | undefined;
|
|
73393
73397
|
}[];
|
|
73394
73398
|
}, {
|
|
73395
73399
|
sourceId: string;
|
|
73396
73400
|
sourceObjects: {
|
|
73397
73401
|
id: string;
|
|
73398
73402
|
name: string;
|
|
73403
|
+
parentModeId?: string | undefined;
|
|
73399
73404
|
}[];
|
|
73400
73405
|
}>, "many">;
|
|
73401
73406
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -73404,6 +73409,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
73404
73409
|
sourceObjects: {
|
|
73405
73410
|
id: string;
|
|
73406
73411
|
name: string;
|
|
73412
|
+
parentModeId?: string | undefined;
|
|
73407
73413
|
}[];
|
|
73408
73414
|
}[];
|
|
73409
73415
|
}, {
|
|
@@ -73412,6 +73418,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
73412
73418
|
sourceObjects: {
|
|
73413
73419
|
id: string;
|
|
73414
73420
|
name: string;
|
|
73421
|
+
parentModeId?: string | undefined;
|
|
73415
73422
|
}[];
|
|
73416
73423
|
}[];
|
|
73417
73424
|
}>>;
|
|
@@ -76119,6 +76126,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76119
76126
|
sourceObjects: {
|
|
76120
76127
|
id: string;
|
|
76121
76128
|
name: string;
|
|
76129
|
+
parentModeId?: string | undefined;
|
|
76122
76130
|
}[];
|
|
76123
76131
|
}[];
|
|
76124
76132
|
} | undefined;
|
|
@@ -76511,6 +76519,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76511
76519
|
sourceObjects: {
|
|
76512
76520
|
id: string;
|
|
76513
76521
|
name: string;
|
|
76522
|
+
parentModeId?: string | undefined;
|
|
76514
76523
|
}[];
|
|
76515
76524
|
}[];
|
|
76516
76525
|
} | undefined;
|
|
@@ -76522,24 +76531,29 @@ declare const ThemeOrigin: z$1.ZodObject<{
|
|
|
76522
76531
|
sourceObjects: z$1.ZodArray<z$1.ZodObject<{
|
|
76523
76532
|
id: z$1.ZodString;
|
|
76524
76533
|
name: z$1.ZodString;
|
|
76534
|
+
parentModeId: z$1.ZodOptional<z$1.ZodString>;
|
|
76525
76535
|
}, "strip", z$1.ZodTypeAny, {
|
|
76526
76536
|
id: string;
|
|
76527
76537
|
name: string;
|
|
76538
|
+
parentModeId?: string | undefined;
|
|
76528
76539
|
}, {
|
|
76529
76540
|
id: string;
|
|
76530
76541
|
name: string;
|
|
76542
|
+
parentModeId?: string | undefined;
|
|
76531
76543
|
}>, "many">;
|
|
76532
76544
|
}, "strip", z$1.ZodTypeAny, {
|
|
76533
76545
|
sourceId: string;
|
|
76534
76546
|
sourceObjects: {
|
|
76535
76547
|
id: string;
|
|
76536
76548
|
name: string;
|
|
76549
|
+
parentModeId?: string | undefined;
|
|
76537
76550
|
}[];
|
|
76538
76551
|
}, {
|
|
76539
76552
|
sourceId: string;
|
|
76540
76553
|
sourceObjects: {
|
|
76541
76554
|
id: string;
|
|
76542
76555
|
name: string;
|
|
76556
|
+
parentModeId?: string | undefined;
|
|
76543
76557
|
}[];
|
|
76544
76558
|
}>, "many">;
|
|
76545
76559
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -76548,6 +76562,7 @@ declare const ThemeOrigin: z$1.ZodObject<{
|
|
|
76548
76562
|
sourceObjects: {
|
|
76549
76563
|
id: string;
|
|
76550
76564
|
name: string;
|
|
76565
|
+
parentModeId?: string | undefined;
|
|
76551
76566
|
}[];
|
|
76552
76567
|
}[];
|
|
76553
76568
|
}, {
|
|
@@ -76556,6 +76571,7 @@ declare const ThemeOrigin: z$1.ZodObject<{
|
|
|
76556
76571
|
sourceObjects: {
|
|
76557
76572
|
id: string;
|
|
76558
76573
|
name: string;
|
|
76574
|
+
parentModeId?: string | undefined;
|
|
76559
76575
|
}[];
|
|
76560
76576
|
}[];
|
|
76561
76577
|
}>;
|
|
@@ -76565,36 +76581,44 @@ declare const ThemeOriginSource: z$1.ZodObject<{
|
|
|
76565
76581
|
sourceObjects: z$1.ZodArray<z$1.ZodObject<{
|
|
76566
76582
|
id: z$1.ZodString;
|
|
76567
76583
|
name: z$1.ZodString;
|
|
76584
|
+
parentModeId: z$1.ZodOptional<z$1.ZodString>;
|
|
76568
76585
|
}, "strip", z$1.ZodTypeAny, {
|
|
76569
76586
|
id: string;
|
|
76570
76587
|
name: string;
|
|
76588
|
+
parentModeId?: string | undefined;
|
|
76571
76589
|
}, {
|
|
76572
76590
|
id: string;
|
|
76573
76591
|
name: string;
|
|
76592
|
+
parentModeId?: string | undefined;
|
|
76574
76593
|
}>, "many">;
|
|
76575
76594
|
}, "strip", z$1.ZodTypeAny, {
|
|
76576
76595
|
sourceId: string;
|
|
76577
76596
|
sourceObjects: {
|
|
76578
76597
|
id: string;
|
|
76579
76598
|
name: string;
|
|
76599
|
+
parentModeId?: string | undefined;
|
|
76580
76600
|
}[];
|
|
76581
76601
|
}, {
|
|
76582
76602
|
sourceId: string;
|
|
76583
76603
|
sourceObjects: {
|
|
76584
76604
|
id: string;
|
|
76585
76605
|
name: string;
|
|
76606
|
+
parentModeId?: string | undefined;
|
|
76586
76607
|
}[];
|
|
76587
76608
|
}>;
|
|
76588
76609
|
type ThemeOriginSource = z$1.infer<typeof ThemeOriginSource>;
|
|
76589
76610
|
declare const ThemeOriginObject: z$1.ZodObject<{
|
|
76590
76611
|
id: z$1.ZodString;
|
|
76591
76612
|
name: z$1.ZodString;
|
|
76613
|
+
parentModeId: z$1.ZodOptional<z$1.ZodString>;
|
|
76592
76614
|
}, "strip", z$1.ZodTypeAny, {
|
|
76593
76615
|
id: string;
|
|
76594
76616
|
name: string;
|
|
76617
|
+
parentModeId?: string | undefined;
|
|
76595
76618
|
}, {
|
|
76596
76619
|
id: string;
|
|
76597
76620
|
name: string;
|
|
76621
|
+
parentModeId?: string | undefined;
|
|
76598
76622
|
}>;
|
|
76599
76623
|
type ThemeOriginObject = z$1.infer<typeof ThemeOriginObject>;
|
|
76600
76624
|
type CreateTheme = DbCreateInputOmit<Theme>;
|
|
@@ -95439,24 +95463,29 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
95439
95463
|
sourceObjects: z$1.ZodArray<z$1.ZodObject<{
|
|
95440
95464
|
id: z$1.ZodString;
|
|
95441
95465
|
name: z$1.ZodString;
|
|
95466
|
+
parentModeId: z$1.ZodOptional<z$1.ZodString>;
|
|
95442
95467
|
}, "strip", z$1.ZodTypeAny, {
|
|
95443
95468
|
id: string;
|
|
95444
95469
|
name: string;
|
|
95470
|
+
parentModeId?: string | undefined;
|
|
95445
95471
|
}, {
|
|
95446
95472
|
id: string;
|
|
95447
95473
|
name: string;
|
|
95474
|
+
parentModeId?: string | undefined;
|
|
95448
95475
|
}>, "many">;
|
|
95449
95476
|
}, "strip", z$1.ZodTypeAny, {
|
|
95450
95477
|
sourceId: string;
|
|
95451
95478
|
sourceObjects: {
|
|
95452
95479
|
id: string;
|
|
95453
95480
|
name: string;
|
|
95481
|
+
parentModeId?: string | undefined;
|
|
95454
95482
|
}[];
|
|
95455
95483
|
}, {
|
|
95456
95484
|
sourceId: string;
|
|
95457
95485
|
sourceObjects: {
|
|
95458
95486
|
id: string;
|
|
95459
95487
|
name: string;
|
|
95488
|
+
parentModeId?: string | undefined;
|
|
95460
95489
|
}[];
|
|
95461
95490
|
}>;
|
|
95462
95491
|
overrides: z$1.ZodArray<z$1.ZodIntersection<z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
@@ -97770,6 +97799,8 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
97770
97799
|
};
|
|
97771
97800
|
}>>, "many">;
|
|
97772
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>;
|
|
97773
97804
|
}, "strip", z$1.ZodTypeAny, {
|
|
97774
97805
|
brandPersistentId: string;
|
|
97775
97806
|
sortOrder: number;
|
|
@@ -98155,8 +98186,11 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98155
98186
|
sourceObjects: {
|
|
98156
98187
|
id: string;
|
|
98157
98188
|
name: string;
|
|
98189
|
+
parentModeId?: string | undefined;
|
|
98158
98190
|
}[];
|
|
98159
98191
|
};
|
|
98192
|
+
parentPersistentId?: string | undefined;
|
|
98193
|
+
collectionIds?: string[] | undefined;
|
|
98160
98194
|
}, {
|
|
98161
98195
|
brandPersistentId: string;
|
|
98162
98196
|
sortOrder: number;
|
|
@@ -98542,8 +98576,11 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98542
98576
|
sourceObjects: {
|
|
98543
98577
|
id: string;
|
|
98544
98578
|
name: string;
|
|
98579
|
+
parentModeId?: string | undefined;
|
|
98545
98580
|
}[];
|
|
98546
98581
|
};
|
|
98582
|
+
parentPersistentId?: string | undefined;
|
|
98583
|
+
collectionIds?: string[] | undefined;
|
|
98547
98584
|
}>, "many">>;
|
|
98548
98585
|
figmaFileStructures: z$1.ZodArray<z$1.ZodObject<{
|
|
98549
98586
|
id: z$1.ZodString;
|
|
@@ -98726,15 +98763,19 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98726
98763
|
collections: z$1.ZodArray<z$1.ZodObject<{
|
|
98727
98764
|
id: z$1.ZodString;
|
|
98728
98765
|
name: z$1.ZodString;
|
|
98766
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
98729
98767
|
origin: z$1.ZodObject<{
|
|
98730
98768
|
id: z$1.ZodString;
|
|
98769
|
+
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
98731
98770
|
sourceId: z$1.ZodString;
|
|
98732
98771
|
}, "strip", z$1.ZodTypeAny, {
|
|
98733
98772
|
id: string;
|
|
98734
98773
|
sourceId: string;
|
|
98774
|
+
parentId?: string | undefined;
|
|
98735
98775
|
}, {
|
|
98736
98776
|
id: string;
|
|
98737
98777
|
sourceId: string;
|
|
98778
|
+
parentId?: string | undefined;
|
|
98738
98779
|
}>;
|
|
98739
98780
|
}, "strip", z$1.ZodTypeAny, {
|
|
98740
98781
|
id: string;
|
|
@@ -98742,14 +98783,18 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98742
98783
|
origin: {
|
|
98743
98784
|
id: string;
|
|
98744
98785
|
sourceId: string;
|
|
98786
|
+
parentId?: string | undefined;
|
|
98745
98787
|
};
|
|
98788
|
+
parentPersistentId?: string | undefined;
|
|
98746
98789
|
}, {
|
|
98747
98790
|
id: string;
|
|
98748
98791
|
name: string;
|
|
98749
98792
|
origin: {
|
|
98750
98793
|
id: string;
|
|
98751
98794
|
sourceId: string;
|
|
98795
|
+
parentId?: string | undefined;
|
|
98752
98796
|
};
|
|
98797
|
+
parentPersistentId?: string | undefined;
|
|
98753
98798
|
}>, "many">;
|
|
98754
98799
|
}, "strip", z$1.ZodTypeAny, {
|
|
98755
98800
|
themes: {
|
|
@@ -99137,8 +99182,11 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
99137
99182
|
sourceObjects: {
|
|
99138
99183
|
id: string;
|
|
99139
99184
|
name: string;
|
|
99185
|
+
parentModeId?: string | undefined;
|
|
99140
99186
|
}[];
|
|
99141
99187
|
};
|
|
99188
|
+
parentPersistentId?: string | undefined;
|
|
99189
|
+
collectionIds?: string[] | undefined;
|
|
99142
99190
|
}[];
|
|
99143
99191
|
components: {
|
|
99144
99192
|
id: string;
|
|
@@ -99985,7 +100033,9 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
99985
100033
|
origin: {
|
|
99986
100034
|
id: string;
|
|
99987
100035
|
sourceId: string;
|
|
100036
|
+
parentId?: string | undefined;
|
|
99988
100037
|
};
|
|
100038
|
+
parentPersistentId?: string | undefined;
|
|
99989
100039
|
}[];
|
|
99990
100040
|
figmaFileStructures: {
|
|
99991
100041
|
data: {
|
|
@@ -100031,7 +100081,9 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100031
100081
|
origin: {
|
|
100032
100082
|
id: string;
|
|
100033
100083
|
sourceId: string;
|
|
100084
|
+
parentId?: string | undefined;
|
|
100034
100085
|
};
|
|
100086
|
+
parentPersistentId?: string | undefined;
|
|
100035
100087
|
}[];
|
|
100036
100088
|
figmaFileStructures: {
|
|
100037
100089
|
data: {
|
|
@@ -100459,8 +100511,11 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100459
100511
|
sourceObjects: {
|
|
100460
100512
|
id: string;
|
|
100461
100513
|
name: string;
|
|
100514
|
+
parentModeId?: string | undefined;
|
|
100462
100515
|
}[];
|
|
100463
100516
|
};
|
|
100517
|
+
parentPersistentId?: string | undefined;
|
|
100518
|
+
collectionIds?: string[] | undefined;
|
|
100464
100519
|
}[] | undefined;
|
|
100465
100520
|
components?: {
|
|
100466
100521
|
id: string;
|
|
@@ -107430,12 +107485,15 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
107430
107485
|
originObjects: z$1.ZodArray<z$1.ZodObject<{
|
|
107431
107486
|
id: z$1.ZodString;
|
|
107432
107487
|
name: z$1.ZodString;
|
|
107488
|
+
parentModeId: z$1.ZodOptional<z$1.ZodString>;
|
|
107433
107489
|
}, "strip", z$1.ZodTypeAny, {
|
|
107434
107490
|
id: string;
|
|
107435
107491
|
name: string;
|
|
107492
|
+
parentModeId?: string | undefined;
|
|
107436
107493
|
}, {
|
|
107437
107494
|
id: string;
|
|
107438
107495
|
name: string;
|
|
107496
|
+
parentModeId?: string | undefined;
|
|
107439
107497
|
}>, "many">;
|
|
107440
107498
|
overrides: z$1.ZodArray<z$1.ZodIntersection<z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
107441
107499
|
type: z$1.ZodLiteral<"Blur">;
|
|
@@ -109734,6 +109792,8 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
109734
109792
|
referenceResolutionFailed?: boolean | undefined;
|
|
109735
109793
|
};
|
|
109736
109794
|
}>>, "many">;
|
|
109795
|
+
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
109796
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
109737
109797
|
}, "strip", z$1.ZodTypeAny, {
|
|
109738
109798
|
meta: {
|
|
109739
109799
|
name: string;
|
|
@@ -110113,7 +110173,10 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110113
110173
|
originObjects: {
|
|
110114
110174
|
id: string;
|
|
110115
110175
|
name: string;
|
|
110176
|
+
parentModeId?: string | undefined;
|
|
110116
110177
|
}[];
|
|
110178
|
+
parentPersistentId?: string | undefined;
|
|
110179
|
+
collectionIds?: string[] | undefined;
|
|
110117
110180
|
}, {
|
|
110118
110181
|
meta: {
|
|
110119
110182
|
name: string;
|
|
@@ -110493,7 +110556,10 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110493
110556
|
originObjects: {
|
|
110494
110557
|
id: string;
|
|
110495
110558
|
name: string;
|
|
110559
|
+
parentModeId?: string | undefined;
|
|
110496
110560
|
}[];
|
|
110561
|
+
parentPersistentId?: string | undefined;
|
|
110562
|
+
collectionIds?: string[] | undefined;
|
|
110497
110563
|
}>, "many">>;
|
|
110498
110564
|
figmaFileStructure: z$1.ZodOptional<z$1.ZodObject<Omit<{
|
|
110499
110565
|
id: z$1.ZodString;
|
|
@@ -110678,12 +110744,18 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110678
110744
|
collections: z$1.ZodArray<z$1.ZodObject<{
|
|
110679
110745
|
id: z$1.ZodString;
|
|
110680
110746
|
name: z$1.ZodString;
|
|
110747
|
+
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
110748
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
110681
110749
|
}, "strip", z$1.ZodTypeAny, {
|
|
110682
110750
|
id: string;
|
|
110683
110751
|
name: string;
|
|
110752
|
+
parentPersistentId?: string | undefined;
|
|
110753
|
+
parentId?: string | undefined;
|
|
110684
110754
|
}, {
|
|
110685
110755
|
id: string;
|
|
110686
110756
|
name: string;
|
|
110757
|
+
parentPersistentId?: string | undefined;
|
|
110758
|
+
parentId?: string | undefined;
|
|
110687
110759
|
}>, "many">;
|
|
110688
110760
|
}, "strip", z$1.ZodTypeAny, {
|
|
110689
110761
|
assets: {
|
|
@@ -111147,7 +111219,10 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
111147
111219
|
originObjects: {
|
|
111148
111220
|
id: string;
|
|
111149
111221
|
name: string;
|
|
111222
|
+
parentModeId?: string | undefined;
|
|
111150
111223
|
}[];
|
|
111224
|
+
parentPersistentId?: string | undefined;
|
|
111225
|
+
collectionIds?: string[] | undefined;
|
|
111151
111226
|
}[];
|
|
111152
111227
|
components: {
|
|
111153
111228
|
id: string;
|
|
@@ -111976,6 +112051,8 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
111976
112051
|
collections: {
|
|
111977
112052
|
id: string;
|
|
111978
112053
|
name: string;
|
|
112054
|
+
parentPersistentId?: string | undefined;
|
|
112055
|
+
parentId?: string | undefined;
|
|
111979
112056
|
}[];
|
|
111980
112057
|
figmaFileStructure?: {
|
|
111981
112058
|
data: {
|
|
@@ -112015,6 +112092,8 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112015
112092
|
collections: {
|
|
112016
112093
|
id: string;
|
|
112017
112094
|
name: string;
|
|
112095
|
+
parentPersistentId?: string | undefined;
|
|
112096
|
+
parentId?: string | undefined;
|
|
112018
112097
|
}[];
|
|
112019
112098
|
assets?: {
|
|
112020
112099
|
id: string;
|
|
@@ -112472,7 +112551,10 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112472
112551
|
originObjects: {
|
|
112473
112552
|
id: string;
|
|
112474
112553
|
name: string;
|
|
112554
|
+
parentModeId?: string | undefined;
|
|
112475
112555
|
}[];
|
|
112556
|
+
parentPersistentId?: string | undefined;
|
|
112557
|
+
collectionIds?: string[] | undefined;
|
|
112476
112558
|
}[] | undefined;
|
|
112477
112559
|
components?: {
|
|
112478
112560
|
id: string;
|
|
@@ -114848,26 +114930,36 @@ type ImportModelInputBase = z$1.infer<typeof ImportModelInputBase>;
|
|
|
114848
114930
|
declare const CollectionImportModelInput: z$1.ZodObject<{
|
|
114849
114931
|
id: z$1.ZodString;
|
|
114850
114932
|
name: z$1.ZodString;
|
|
114933
|
+
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
114934
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
114851
114935
|
}, "strip", z$1.ZodTypeAny, {
|
|
114852
114936
|
id: string;
|
|
114853
114937
|
name: string;
|
|
114938
|
+
parentPersistentId?: string | undefined;
|
|
114939
|
+
parentId?: string | undefined;
|
|
114854
114940
|
}, {
|
|
114855
114941
|
id: string;
|
|
114856
114942
|
name: string;
|
|
114943
|
+
parentPersistentId?: string | undefined;
|
|
114944
|
+
parentId?: string | undefined;
|
|
114857
114945
|
}>;
|
|
114858
114946
|
type CollectionImportModelInput = z$1.infer<typeof CollectionImportModelInput>;
|
|
114859
114947
|
declare const CollectionImportModel: z$1.ZodObject<{
|
|
114860
114948
|
id: z$1.ZodString;
|
|
114861
114949
|
name: z$1.ZodString;
|
|
114950
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
114862
114951
|
origin: z$1.ZodObject<{
|
|
114863
114952
|
id: z$1.ZodString;
|
|
114953
|
+
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
114864
114954
|
sourceId: z$1.ZodString;
|
|
114865
114955
|
}, "strip", z$1.ZodTypeAny, {
|
|
114866
114956
|
id: string;
|
|
114867
114957
|
sourceId: string;
|
|
114958
|
+
parentId?: string | undefined;
|
|
114868
114959
|
}, {
|
|
114869
114960
|
id: string;
|
|
114870
114961
|
sourceId: string;
|
|
114962
|
+
parentId?: string | undefined;
|
|
114871
114963
|
}>;
|
|
114872
114964
|
}, "strip", z$1.ZodTypeAny, {
|
|
114873
114965
|
id: string;
|
|
@@ -114875,14 +114967,18 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
114875
114967
|
origin: {
|
|
114876
114968
|
id: string;
|
|
114877
114969
|
sourceId: string;
|
|
114970
|
+
parentId?: string | undefined;
|
|
114878
114971
|
};
|
|
114972
|
+
parentPersistentId?: string | undefined;
|
|
114879
114973
|
}, {
|
|
114880
114974
|
id: string;
|
|
114881
114975
|
name: string;
|
|
114882
114976
|
origin: {
|
|
114883
114977
|
id: string;
|
|
114884
114978
|
sourceId: string;
|
|
114979
|
+
parentId?: string | undefined;
|
|
114885
114980
|
};
|
|
114981
|
+
parentPersistentId?: string | undefined;
|
|
114886
114982
|
}>;
|
|
114887
114983
|
type CollectionImportModel = z$1.infer<typeof CollectionImportModel>;
|
|
114888
114984
|
|
|
@@ -121782,24 +121878,29 @@ declare const ThemeImportModel: z$1.ZodObject<{
|
|
|
121782
121878
|
sourceObjects: z$1.ZodArray<z$1.ZodObject<{
|
|
121783
121879
|
id: z$1.ZodString;
|
|
121784
121880
|
name: z$1.ZodString;
|
|
121881
|
+
parentModeId: z$1.ZodOptional<z$1.ZodString>;
|
|
121785
121882
|
}, "strip", z$1.ZodTypeAny, {
|
|
121786
121883
|
id: string;
|
|
121787
121884
|
name: string;
|
|
121885
|
+
parentModeId?: string | undefined;
|
|
121788
121886
|
}, {
|
|
121789
121887
|
id: string;
|
|
121790
121888
|
name: string;
|
|
121889
|
+
parentModeId?: string | undefined;
|
|
121791
121890
|
}>, "many">;
|
|
121792
121891
|
}, "strip", z$1.ZodTypeAny, {
|
|
121793
121892
|
sourceId: string;
|
|
121794
121893
|
sourceObjects: {
|
|
121795
121894
|
id: string;
|
|
121796
121895
|
name: string;
|
|
121896
|
+
parentModeId?: string | undefined;
|
|
121797
121897
|
}[];
|
|
121798
121898
|
}, {
|
|
121799
121899
|
sourceId: string;
|
|
121800
121900
|
sourceObjects: {
|
|
121801
121901
|
id: string;
|
|
121802
121902
|
name: string;
|
|
121903
|
+
parentModeId?: string | undefined;
|
|
121803
121904
|
}[];
|
|
121804
121905
|
}>;
|
|
121805
121906
|
overrides: z$1.ZodArray<z$1.ZodIntersection<z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
@@ -124113,6 +124214,8 @@ declare const ThemeImportModel: z$1.ZodObject<{
|
|
|
124113
124214
|
};
|
|
124114
124215
|
}>>, "many">;
|
|
124115
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>;
|
|
124116
124219
|
}, "strip", z$1.ZodTypeAny, {
|
|
124117
124220
|
brandPersistentId: string;
|
|
124118
124221
|
sortOrder: number;
|
|
@@ -124498,8 +124601,11 @@ declare const ThemeImportModel: z$1.ZodObject<{
|
|
|
124498
124601
|
sourceObjects: {
|
|
124499
124602
|
id: string;
|
|
124500
124603
|
name: string;
|
|
124604
|
+
parentModeId?: string | undefined;
|
|
124501
124605
|
}[];
|
|
124502
124606
|
};
|
|
124607
|
+
parentPersistentId?: string | undefined;
|
|
124608
|
+
collectionIds?: string[] | undefined;
|
|
124503
124609
|
}, {
|
|
124504
124610
|
brandPersistentId: string;
|
|
124505
124611
|
sortOrder: number;
|
|
@@ -124885,8 +124991,11 @@ declare const ThemeImportModel: z$1.ZodObject<{
|
|
|
124885
124991
|
sourceObjects: {
|
|
124886
124992
|
id: string;
|
|
124887
124993
|
name: string;
|
|
124994
|
+
parentModeId?: string | undefined;
|
|
124888
124995
|
}[];
|
|
124889
124996
|
};
|
|
124997
|
+
parentPersistentId?: string | undefined;
|
|
124998
|
+
collectionIds?: string[] | undefined;
|
|
124890
124999
|
}>;
|
|
124891
125000
|
type ThemeImportModel = z$1.infer<typeof ThemeImportModel>;
|
|
124892
125001
|
declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
@@ -124903,12 +125012,15 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
|
124903
125012
|
originObjects: z$1.ZodArray<z$1.ZodObject<{
|
|
124904
125013
|
id: z$1.ZodString;
|
|
124905
125014
|
name: z$1.ZodString;
|
|
125015
|
+
parentModeId: z$1.ZodOptional<z$1.ZodString>;
|
|
124906
125016
|
}, "strip", z$1.ZodTypeAny, {
|
|
124907
125017
|
id: string;
|
|
124908
125018
|
name: string;
|
|
125019
|
+
parentModeId?: string | undefined;
|
|
124909
125020
|
}, {
|
|
124910
125021
|
id: string;
|
|
124911
125022
|
name: string;
|
|
125023
|
+
parentModeId?: string | undefined;
|
|
124912
125024
|
}>, "many">;
|
|
124913
125025
|
overrides: z$1.ZodArray<z$1.ZodIntersection<z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
124914
125026
|
type: z$1.ZodLiteral<"Blur">;
|
|
@@ -127207,6 +127319,8 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
|
127207
127319
|
referenceResolutionFailed?: boolean | undefined;
|
|
127208
127320
|
};
|
|
127209
127321
|
}>>, "many">;
|
|
127322
|
+
collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
|
|
127323
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
127210
127324
|
}, "strip", z$1.ZodTypeAny, {
|
|
127211
127325
|
meta: {
|
|
127212
127326
|
name: string;
|
|
@@ -127586,7 +127700,10 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
|
127586
127700
|
originObjects: {
|
|
127587
127701
|
id: string;
|
|
127588
127702
|
name: string;
|
|
127703
|
+
parentModeId?: string | undefined;
|
|
127589
127704
|
}[];
|
|
127705
|
+
parentPersistentId?: string | undefined;
|
|
127706
|
+
collectionIds?: string[] | undefined;
|
|
127590
127707
|
}, {
|
|
127591
127708
|
meta: {
|
|
127592
127709
|
name: string;
|
|
@@ -127966,7 +128083,10 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
|
|
|
127966
128083
|
originObjects: {
|
|
127967
128084
|
id: string;
|
|
127968
128085
|
name: string;
|
|
128086
|
+
parentModeId?: string | undefined;
|
|
127969
128087
|
}[];
|
|
128088
|
+
parentPersistentId?: string | undefined;
|
|
128089
|
+
collectionIds?: string[] | undefined;
|
|
127970
128090
|
}>;
|
|
127971
128091
|
type ThemeImportModelInput = z$1.infer<typeof ThemeImportModelInput>;
|
|
127972
128092
|
declare const ThemeUpdateImportModel: z$1.ZodObject<{
|
|
@@ -142437,13 +142557,16 @@ type CreateBrand = DbCreateInputOmit<Brand>;
|
|
|
142437
142557
|
|
|
142438
142558
|
declare const CollectionOrigin: z$1.ZodObject<{
|
|
142439
142559
|
id: z$1.ZodString;
|
|
142560
|
+
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
142440
142561
|
sourceId: z$1.ZodString;
|
|
142441
142562
|
}, "strip", z$1.ZodTypeAny, {
|
|
142442
142563
|
id: string;
|
|
142443
142564
|
sourceId: string;
|
|
142565
|
+
parentId?: string | undefined;
|
|
142444
142566
|
}, {
|
|
142445
142567
|
id: string;
|
|
142446
142568
|
sourceId: string;
|
|
142569
|
+
parentId?: string | undefined;
|
|
142447
142570
|
}>;
|
|
142448
142571
|
type CollectionOrigin = z$1.infer<typeof CollectionOrigin>;
|
|
142449
142572
|
declare const Collection: z$1.ZodObject<{
|
|
@@ -142477,13 +142600,16 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142477
142600
|
sortOrder: z$1.ZodString;
|
|
142478
142601
|
origin: z$1.ZodOptional<z$1.ZodObject<{
|
|
142479
142602
|
id: z$1.ZodString;
|
|
142603
|
+
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
142480
142604
|
sourceId: z$1.ZodString;
|
|
142481
142605
|
}, "strip", z$1.ZodTypeAny, {
|
|
142482
142606
|
id: string;
|
|
142483
142607
|
sourceId: string;
|
|
142608
|
+
parentId?: string | undefined;
|
|
142484
142609
|
}, {
|
|
142485
142610
|
id: string;
|
|
142486
142611
|
sourceId: string;
|
|
142612
|
+
parentId?: string | undefined;
|
|
142487
142613
|
}>>;
|
|
142488
142614
|
}, "strip", z$1.ZodTypeAny, {
|
|
142489
142615
|
id: string;
|
|
@@ -142502,6 +142628,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142502
142628
|
origin?: {
|
|
142503
142629
|
id: string;
|
|
142504
142630
|
sourceId: string;
|
|
142631
|
+
parentId?: string | undefined;
|
|
142505
142632
|
} | undefined;
|
|
142506
142633
|
}, {
|
|
142507
142634
|
id: string;
|
|
@@ -142520,6 +142647,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142520
142647
|
origin?: {
|
|
142521
142648
|
id: string;
|
|
142522
142649
|
sourceId: string;
|
|
142650
|
+
parentId?: string | undefined;
|
|
142523
142651
|
} | undefined;
|
|
142524
142652
|
}>;
|
|
142525
142653
|
type Collection = z$1.infer<typeof Collection>;
|