@supernova-studio/model 0.48.11 → 0.48.13
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 +29 -0
- package/dist/index.d.ts +29 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/element-snapshots/base.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -34667,12 +34667,14 @@ declare const DesignElementSnapshotBase: z.ZodObject<{
|
|
|
34667
34667
|
createdAt: z.ZodDate;
|
|
34668
34668
|
updatedAt: z.ZodDate;
|
|
34669
34669
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
34670
|
+
createdByUserId: z.ZodString;
|
|
34670
34671
|
}, "strip", z.ZodTypeAny, {
|
|
34671
34672
|
id: string;
|
|
34672
34673
|
createdAt: Date;
|
|
34673
34674
|
updatedAt: Date;
|
|
34674
34675
|
persistentId: string;
|
|
34675
34676
|
designSystemVersionId: string;
|
|
34677
|
+
createdByUserId: string;
|
|
34676
34678
|
reason: "Publish" | "Deletion";
|
|
34677
34679
|
}, {
|
|
34678
34680
|
id: string;
|
|
@@ -34680,6 +34682,7 @@ declare const DesignElementSnapshotBase: z.ZodObject<{
|
|
|
34680
34682
|
updatedAt: Date;
|
|
34681
34683
|
persistentId: string;
|
|
34682
34684
|
designSystemVersionId: string;
|
|
34685
|
+
createdByUserId: string;
|
|
34683
34686
|
reason: "Publish" | "Deletion";
|
|
34684
34687
|
}>;
|
|
34685
34688
|
type DesignElementSnapshotBase = z.infer<typeof DesignElementSnapshotBase>;
|
|
@@ -70735,6 +70738,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
70735
70738
|
createdAt: z.ZodDate;
|
|
70736
70739
|
updatedAt: z.ZodDate;
|
|
70737
70740
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
70741
|
+
createdByUserId: z.ZodString;
|
|
70738
70742
|
}, {
|
|
70739
70743
|
page: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
70740
70744
|
id: z.ZodString;
|
|
@@ -72403,6 +72407,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72403
72407
|
slug?: string | undefined;
|
|
72404
72408
|
userSlug?: string | undefined;
|
|
72405
72409
|
};
|
|
72410
|
+
createdByUserId: string;
|
|
72406
72411
|
reason: "Publish" | "Deletion";
|
|
72407
72412
|
pageContentHash: string;
|
|
72408
72413
|
pageContentStorageKey: string;
|
|
@@ -72891,6 +72896,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72891
72896
|
slug?: string | undefined;
|
|
72892
72897
|
userSlug?: string | undefined;
|
|
72893
72898
|
};
|
|
72899
|
+
createdByUserId: string;
|
|
72894
72900
|
reason: "Publish" | "Deletion";
|
|
72895
72901
|
pageContentHash: string;
|
|
72896
72902
|
pageContentStorageKey: string;
|
|
@@ -72911,6 +72917,7 @@ declare const ElementGroupSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72911
72917
|
createdAt: z.ZodDate;
|
|
72912
72918
|
updatedAt: z.ZodDate;
|
|
72913
72919
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
72920
|
+
createdByUserId: z.ZodString;
|
|
72914
72921
|
}, {
|
|
72915
72922
|
group: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
72916
72923
|
id: z.ZodString;
|
|
@@ -73299,6 +73306,7 @@ declare const ElementGroupSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73299
73306
|
slug?: string | undefined;
|
|
73300
73307
|
userSlug?: string | undefined;
|
|
73301
73308
|
};
|
|
73309
|
+
createdByUserId: string;
|
|
73302
73310
|
reason: "Publish" | "Deletion";
|
|
73303
73311
|
}, {
|
|
73304
73312
|
id: string;
|
|
@@ -73359,6 +73367,7 @@ declare const ElementGroupSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73359
73367
|
slug?: string | undefined;
|
|
73360
73368
|
userSlug?: string | undefined;
|
|
73361
73369
|
};
|
|
73370
|
+
createdByUserId: string;
|
|
73362
73371
|
reason: "Publish" | "Deletion";
|
|
73363
73372
|
}>;
|
|
73364
73373
|
type ElementGroupSnapshot = z.infer<typeof ElementGroupSnapshot>;
|
|
@@ -134588,6 +134597,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
134588
134597
|
createdAt: z.ZodDate;
|
|
134589
134598
|
updatedAt: z.ZodDate;
|
|
134590
134599
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
134600
|
+
createdByUserId: z.ZodString;
|
|
134591
134601
|
}, {
|
|
134592
134602
|
page: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
134593
134603
|
id: z.ZodString;
|
|
@@ -136256,6 +136266,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136256
136266
|
slug?: string | undefined;
|
|
136257
136267
|
userSlug?: string | undefined;
|
|
136258
136268
|
};
|
|
136269
|
+
createdByUserId: string;
|
|
136259
136270
|
reason: "Publish" | "Deletion";
|
|
136260
136271
|
pageContentHash: string;
|
|
136261
136272
|
pageContentStorageKey: string;
|
|
@@ -136744,6 +136755,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136744
136755
|
slug?: string | undefined;
|
|
136745
136756
|
userSlug?: string | undefined;
|
|
136746
136757
|
};
|
|
136758
|
+
createdByUserId: string;
|
|
136747
136759
|
reason: "Publish" | "Deletion";
|
|
136748
136760
|
pageContentHash: string;
|
|
136749
136761
|
pageContentStorageKey: string;
|
|
@@ -136755,6 +136767,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136755
136767
|
createdAt: z.ZodDate;
|
|
136756
136768
|
updatedAt: z.ZodDate;
|
|
136757
136769
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
136770
|
+
createdByUserId: z.ZodString;
|
|
136758
136771
|
}, {
|
|
136759
136772
|
group: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
136760
136773
|
id: z.ZodString;
|
|
@@ -137143,6 +137156,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137143
137156
|
slug?: string | undefined;
|
|
137144
137157
|
userSlug?: string | undefined;
|
|
137145
137158
|
};
|
|
137159
|
+
createdByUserId: string;
|
|
137146
137160
|
reason: "Publish" | "Deletion";
|
|
137147
137161
|
}, {
|
|
137148
137162
|
id: string;
|
|
@@ -137203,6 +137217,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137203
137217
|
slug?: string | undefined;
|
|
137204
137218
|
userSlug?: string | undefined;
|
|
137205
137219
|
};
|
|
137220
|
+
createdByUserId: string;
|
|
137206
137221
|
reason: "Publish" | "Deletion";
|
|
137207
137222
|
}>, "many">;
|
|
137208
137223
|
internalSettings: z.ZodObject<{
|
|
@@ -137377,6 +137392,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137377
137392
|
slug?: string | undefined;
|
|
137378
137393
|
userSlug?: string | undefined;
|
|
137379
137394
|
};
|
|
137395
|
+
createdByUserId: string;
|
|
137380
137396
|
reason: "Publish" | "Deletion";
|
|
137381
137397
|
pageContentHash: string;
|
|
137382
137398
|
pageContentStorageKey: string;
|
|
@@ -137440,6 +137456,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137440
137456
|
slug?: string | undefined;
|
|
137441
137457
|
userSlug?: string | undefined;
|
|
137442
137458
|
};
|
|
137459
|
+
createdByUserId: string;
|
|
137443
137460
|
reason: "Publish" | "Deletion";
|
|
137444
137461
|
}[];
|
|
137445
137462
|
internalSettings: {
|
|
@@ -138464,6 +138481,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138464
138481
|
slug?: string | undefined;
|
|
138465
138482
|
userSlug?: string | undefined;
|
|
138466
138483
|
};
|
|
138484
|
+
createdByUserId: string;
|
|
138467
138485
|
reason: "Publish" | "Deletion";
|
|
138468
138486
|
pageContentHash: string;
|
|
138469
138487
|
pageContentStorageKey: string;
|
|
@@ -138527,6 +138545,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138527
138545
|
slug?: string | undefined;
|
|
138528
138546
|
userSlug?: string | undefined;
|
|
138529
138547
|
};
|
|
138548
|
+
createdByUserId: string;
|
|
138530
138549
|
reason: "Publish" | "Deletion";
|
|
138531
138550
|
}[];
|
|
138532
138551
|
internalSettings: {
|
|
@@ -140481,6 +140500,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
140481
140500
|
createdAt: z.ZodDate;
|
|
140482
140501
|
updatedAt: z.ZodDate;
|
|
140483
140502
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
140503
|
+
createdByUserId: z.ZodString;
|
|
140484
140504
|
}, {
|
|
140485
140505
|
page: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
140486
140506
|
id: z.ZodString;
|
|
@@ -142149,6 +142169,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142149
142169
|
slug?: string | undefined;
|
|
142150
142170
|
userSlug?: string | undefined;
|
|
142151
142171
|
};
|
|
142172
|
+
createdByUserId: string;
|
|
142152
142173
|
reason: "Publish" | "Deletion";
|
|
142153
142174
|
pageContentHash: string;
|
|
142154
142175
|
pageContentStorageKey: string;
|
|
@@ -142637,6 +142658,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142637
142658
|
slug?: string | undefined;
|
|
142638
142659
|
userSlug?: string | undefined;
|
|
142639
142660
|
};
|
|
142661
|
+
createdByUserId: string;
|
|
142640
142662
|
reason: "Publish" | "Deletion";
|
|
142641
142663
|
pageContentHash: string;
|
|
142642
142664
|
pageContentStorageKey: string;
|
|
@@ -142648,6 +142670,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142648
142670
|
createdAt: z.ZodDate;
|
|
142649
142671
|
updatedAt: z.ZodDate;
|
|
142650
142672
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
142673
|
+
createdByUserId: z.ZodString;
|
|
142651
142674
|
}, {
|
|
142652
142675
|
group: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
142653
142676
|
id: z.ZodString;
|
|
@@ -143036,6 +143059,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143036
143059
|
slug?: string | undefined;
|
|
143037
143060
|
userSlug?: string | undefined;
|
|
143038
143061
|
};
|
|
143062
|
+
createdByUserId: string;
|
|
143039
143063
|
reason: "Publish" | "Deletion";
|
|
143040
143064
|
}, {
|
|
143041
143065
|
id: string;
|
|
@@ -143096,6 +143120,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143096
143120
|
slug?: string | undefined;
|
|
143097
143121
|
userSlug?: string | undefined;
|
|
143098
143122
|
};
|
|
143123
|
+
createdByUserId: string;
|
|
143099
143124
|
reason: "Publish" | "Deletion";
|
|
143100
143125
|
}>, "many">;
|
|
143101
143126
|
pageSnapshotIdsToDelete: z.ZodArray<z.ZodString, "many">;
|
|
@@ -143263,6 +143288,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143263
143288
|
slug?: string | undefined;
|
|
143264
143289
|
userSlug?: string | undefined;
|
|
143265
143290
|
};
|
|
143291
|
+
createdByUserId: string;
|
|
143266
143292
|
reason: "Publish" | "Deletion";
|
|
143267
143293
|
pageContentHash: string;
|
|
143268
143294
|
pageContentStorageKey: string;
|
|
@@ -143326,6 +143352,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143326
143352
|
slug?: string | undefined;
|
|
143327
143353
|
userSlug?: string | undefined;
|
|
143328
143354
|
};
|
|
143355
|
+
createdByUserId: string;
|
|
143329
143356
|
reason: "Publish" | "Deletion";
|
|
143330
143357
|
}[];
|
|
143331
143358
|
pageIdsToDelete: string[];
|
|
@@ -144351,6 +144378,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144351
144378
|
slug?: string | undefined;
|
|
144352
144379
|
userSlug?: string | undefined;
|
|
144353
144380
|
};
|
|
144381
|
+
createdByUserId: string;
|
|
144354
144382
|
reason: "Publish" | "Deletion";
|
|
144355
144383
|
pageContentHash: string;
|
|
144356
144384
|
pageContentStorageKey: string;
|
|
@@ -144414,6 +144442,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144414
144442
|
slug?: string | undefined;
|
|
144415
144443
|
userSlug?: string | undefined;
|
|
144416
144444
|
};
|
|
144445
|
+
createdByUserId: string;
|
|
144417
144446
|
reason: "Publish" | "Deletion";
|
|
144418
144447
|
}[];
|
|
144419
144448
|
pageIdsToDelete: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -34667,12 +34667,14 @@ declare const DesignElementSnapshotBase: z.ZodObject<{
|
|
|
34667
34667
|
createdAt: z.ZodDate;
|
|
34668
34668
|
updatedAt: z.ZodDate;
|
|
34669
34669
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
34670
|
+
createdByUserId: z.ZodString;
|
|
34670
34671
|
}, "strip", z.ZodTypeAny, {
|
|
34671
34672
|
id: string;
|
|
34672
34673
|
createdAt: Date;
|
|
34673
34674
|
updatedAt: Date;
|
|
34674
34675
|
persistentId: string;
|
|
34675
34676
|
designSystemVersionId: string;
|
|
34677
|
+
createdByUserId: string;
|
|
34676
34678
|
reason: "Publish" | "Deletion";
|
|
34677
34679
|
}, {
|
|
34678
34680
|
id: string;
|
|
@@ -34680,6 +34682,7 @@ declare const DesignElementSnapshotBase: z.ZodObject<{
|
|
|
34680
34682
|
updatedAt: Date;
|
|
34681
34683
|
persistentId: string;
|
|
34682
34684
|
designSystemVersionId: string;
|
|
34685
|
+
createdByUserId: string;
|
|
34683
34686
|
reason: "Publish" | "Deletion";
|
|
34684
34687
|
}>;
|
|
34685
34688
|
type DesignElementSnapshotBase = z.infer<typeof DesignElementSnapshotBase>;
|
|
@@ -70735,6 +70738,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
70735
70738
|
createdAt: z.ZodDate;
|
|
70736
70739
|
updatedAt: z.ZodDate;
|
|
70737
70740
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
70741
|
+
createdByUserId: z.ZodString;
|
|
70738
70742
|
}, {
|
|
70739
70743
|
page: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
70740
70744
|
id: z.ZodString;
|
|
@@ -72403,6 +72407,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72403
72407
|
slug?: string | undefined;
|
|
72404
72408
|
userSlug?: string | undefined;
|
|
72405
72409
|
};
|
|
72410
|
+
createdByUserId: string;
|
|
72406
72411
|
reason: "Publish" | "Deletion";
|
|
72407
72412
|
pageContentHash: string;
|
|
72408
72413
|
pageContentStorageKey: string;
|
|
@@ -72891,6 +72896,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72891
72896
|
slug?: string | undefined;
|
|
72892
72897
|
userSlug?: string | undefined;
|
|
72893
72898
|
};
|
|
72899
|
+
createdByUserId: string;
|
|
72894
72900
|
reason: "Publish" | "Deletion";
|
|
72895
72901
|
pageContentHash: string;
|
|
72896
72902
|
pageContentStorageKey: string;
|
|
@@ -72911,6 +72917,7 @@ declare const ElementGroupSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72911
72917
|
createdAt: z.ZodDate;
|
|
72912
72918
|
updatedAt: z.ZodDate;
|
|
72913
72919
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
72920
|
+
createdByUserId: z.ZodString;
|
|
72914
72921
|
}, {
|
|
72915
72922
|
group: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
72916
72923
|
id: z.ZodString;
|
|
@@ -73299,6 +73306,7 @@ declare const ElementGroupSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73299
73306
|
slug?: string | undefined;
|
|
73300
73307
|
userSlug?: string | undefined;
|
|
73301
73308
|
};
|
|
73309
|
+
createdByUserId: string;
|
|
73302
73310
|
reason: "Publish" | "Deletion";
|
|
73303
73311
|
}, {
|
|
73304
73312
|
id: string;
|
|
@@ -73359,6 +73367,7 @@ declare const ElementGroupSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73359
73367
|
slug?: string | undefined;
|
|
73360
73368
|
userSlug?: string | undefined;
|
|
73361
73369
|
};
|
|
73370
|
+
createdByUserId: string;
|
|
73362
73371
|
reason: "Publish" | "Deletion";
|
|
73363
73372
|
}>;
|
|
73364
73373
|
type ElementGroupSnapshot = z.infer<typeof ElementGroupSnapshot>;
|
|
@@ -134588,6 +134597,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
134588
134597
|
createdAt: z.ZodDate;
|
|
134589
134598
|
updatedAt: z.ZodDate;
|
|
134590
134599
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
134600
|
+
createdByUserId: z.ZodString;
|
|
134591
134601
|
}, {
|
|
134592
134602
|
page: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
134593
134603
|
id: z.ZodString;
|
|
@@ -136256,6 +136266,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136256
136266
|
slug?: string | undefined;
|
|
136257
136267
|
userSlug?: string | undefined;
|
|
136258
136268
|
};
|
|
136269
|
+
createdByUserId: string;
|
|
136259
136270
|
reason: "Publish" | "Deletion";
|
|
136260
136271
|
pageContentHash: string;
|
|
136261
136272
|
pageContentStorageKey: string;
|
|
@@ -136744,6 +136755,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136744
136755
|
slug?: string | undefined;
|
|
136745
136756
|
userSlug?: string | undefined;
|
|
136746
136757
|
};
|
|
136758
|
+
createdByUserId: string;
|
|
136747
136759
|
reason: "Publish" | "Deletion";
|
|
136748
136760
|
pageContentHash: string;
|
|
136749
136761
|
pageContentStorageKey: string;
|
|
@@ -136755,6 +136767,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136755
136767
|
createdAt: z.ZodDate;
|
|
136756
136768
|
updatedAt: z.ZodDate;
|
|
136757
136769
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
136770
|
+
createdByUserId: z.ZodString;
|
|
136758
136771
|
}, {
|
|
136759
136772
|
group: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
136760
136773
|
id: z.ZodString;
|
|
@@ -137143,6 +137156,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137143
137156
|
slug?: string | undefined;
|
|
137144
137157
|
userSlug?: string | undefined;
|
|
137145
137158
|
};
|
|
137159
|
+
createdByUserId: string;
|
|
137146
137160
|
reason: "Publish" | "Deletion";
|
|
137147
137161
|
}, {
|
|
137148
137162
|
id: string;
|
|
@@ -137203,6 +137217,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137203
137217
|
slug?: string | undefined;
|
|
137204
137218
|
userSlug?: string | undefined;
|
|
137205
137219
|
};
|
|
137220
|
+
createdByUserId: string;
|
|
137206
137221
|
reason: "Publish" | "Deletion";
|
|
137207
137222
|
}>, "many">;
|
|
137208
137223
|
internalSettings: z.ZodObject<{
|
|
@@ -137377,6 +137392,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137377
137392
|
slug?: string | undefined;
|
|
137378
137393
|
userSlug?: string | undefined;
|
|
137379
137394
|
};
|
|
137395
|
+
createdByUserId: string;
|
|
137380
137396
|
reason: "Publish" | "Deletion";
|
|
137381
137397
|
pageContentHash: string;
|
|
137382
137398
|
pageContentStorageKey: string;
|
|
@@ -137440,6 +137456,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137440
137456
|
slug?: string | undefined;
|
|
137441
137457
|
userSlug?: string | undefined;
|
|
137442
137458
|
};
|
|
137459
|
+
createdByUserId: string;
|
|
137443
137460
|
reason: "Publish" | "Deletion";
|
|
137444
137461
|
}[];
|
|
137445
137462
|
internalSettings: {
|
|
@@ -138464,6 +138481,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138464
138481
|
slug?: string | undefined;
|
|
138465
138482
|
userSlug?: string | undefined;
|
|
138466
138483
|
};
|
|
138484
|
+
createdByUserId: string;
|
|
138467
138485
|
reason: "Publish" | "Deletion";
|
|
138468
138486
|
pageContentHash: string;
|
|
138469
138487
|
pageContentStorageKey: string;
|
|
@@ -138527,6 +138545,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138527
138545
|
slug?: string | undefined;
|
|
138528
138546
|
userSlug?: string | undefined;
|
|
138529
138547
|
};
|
|
138548
|
+
createdByUserId: string;
|
|
138530
138549
|
reason: "Publish" | "Deletion";
|
|
138531
138550
|
}[];
|
|
138532
138551
|
internalSettings: {
|
|
@@ -140481,6 +140500,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
140481
140500
|
createdAt: z.ZodDate;
|
|
140482
140501
|
updatedAt: z.ZodDate;
|
|
140483
140502
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
140503
|
+
createdByUserId: z.ZodString;
|
|
140484
140504
|
}, {
|
|
140485
140505
|
page: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
140486
140506
|
id: z.ZodString;
|
|
@@ -142149,6 +142169,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142149
142169
|
slug?: string | undefined;
|
|
142150
142170
|
userSlug?: string | undefined;
|
|
142151
142171
|
};
|
|
142172
|
+
createdByUserId: string;
|
|
142152
142173
|
reason: "Publish" | "Deletion";
|
|
142153
142174
|
pageContentHash: string;
|
|
142154
142175
|
pageContentStorageKey: string;
|
|
@@ -142637,6 +142658,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142637
142658
|
slug?: string | undefined;
|
|
142638
142659
|
userSlug?: string | undefined;
|
|
142639
142660
|
};
|
|
142661
|
+
createdByUserId: string;
|
|
142640
142662
|
reason: "Publish" | "Deletion";
|
|
142641
142663
|
pageContentHash: string;
|
|
142642
142664
|
pageContentStorageKey: string;
|
|
@@ -142648,6 +142670,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142648
142670
|
createdAt: z.ZodDate;
|
|
142649
142671
|
updatedAt: z.ZodDate;
|
|
142650
142672
|
reason: z.ZodEnum<["Publish", "Deletion"]>;
|
|
142673
|
+
createdByUserId: z.ZodString;
|
|
142651
142674
|
}, {
|
|
142652
142675
|
group: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
142653
142676
|
id: z.ZodString;
|
|
@@ -143036,6 +143059,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143036
143059
|
slug?: string | undefined;
|
|
143037
143060
|
userSlug?: string | undefined;
|
|
143038
143061
|
};
|
|
143062
|
+
createdByUserId: string;
|
|
143039
143063
|
reason: "Publish" | "Deletion";
|
|
143040
143064
|
}, {
|
|
143041
143065
|
id: string;
|
|
@@ -143096,6 +143120,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143096
143120
|
slug?: string | undefined;
|
|
143097
143121
|
userSlug?: string | undefined;
|
|
143098
143122
|
};
|
|
143123
|
+
createdByUserId: string;
|
|
143099
143124
|
reason: "Publish" | "Deletion";
|
|
143100
143125
|
}>, "many">;
|
|
143101
143126
|
pageSnapshotIdsToDelete: z.ZodArray<z.ZodString, "many">;
|
|
@@ -143263,6 +143288,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143263
143288
|
slug?: string | undefined;
|
|
143264
143289
|
userSlug?: string | undefined;
|
|
143265
143290
|
};
|
|
143291
|
+
createdByUserId: string;
|
|
143266
143292
|
reason: "Publish" | "Deletion";
|
|
143267
143293
|
pageContentHash: string;
|
|
143268
143294
|
pageContentStorageKey: string;
|
|
@@ -143326,6 +143352,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143326
143352
|
slug?: string | undefined;
|
|
143327
143353
|
userSlug?: string | undefined;
|
|
143328
143354
|
};
|
|
143355
|
+
createdByUserId: string;
|
|
143329
143356
|
reason: "Publish" | "Deletion";
|
|
143330
143357
|
}[];
|
|
143331
143358
|
pageIdsToDelete: string[];
|
|
@@ -144351,6 +144378,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144351
144378
|
slug?: string | undefined;
|
|
144352
144379
|
userSlug?: string | undefined;
|
|
144353
144380
|
};
|
|
144381
|
+
createdByUserId: string;
|
|
144354
144382
|
reason: "Publish" | "Deletion";
|
|
144355
144383
|
pageContentHash: string;
|
|
144356
144384
|
pageContentStorageKey: string;
|
|
@@ -144414,6 +144442,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144414
144442
|
slug?: string | undefined;
|
|
144415
144443
|
userSlug?: string | undefined;
|
|
144416
144444
|
};
|
|
144445
|
+
createdByUserId: string;
|
|
144417
144446
|
reason: "Publish" | "Deletion";
|
|
144418
144447
|
}[];
|
|
144419
144448
|
pageIdsToDelete: string[];
|
package/dist/index.js
CHANGED
|
@@ -2840,7 +2840,8 @@ var DesignElementSnapshotBase = _zod.z.object({
|
|
|
2840
2840
|
designSystemVersionId: _zod.z.string(),
|
|
2841
2841
|
createdAt: _zod.z.coerce.date(),
|
|
2842
2842
|
updatedAt: _zod.z.coerce.date(),
|
|
2843
|
-
reason: DesignElementSnapshotReason
|
|
2843
|
+
reason: DesignElementSnapshotReason,
|
|
2844
|
+
createdByUserId: _zod.z.string()
|
|
2844
2845
|
});
|
|
2845
2846
|
|
|
2846
2847
|
// src/dsm/element-snapshots/documentation-page-snapshot.ts
|