@supernova-studio/model 1.6.1 → 1.6.2
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 +4 -0
- package/dist/index.d.ts +4 -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/dist/index.d.mts
CHANGED
|
@@ -41225,6 +41225,7 @@ type PageContentDependencies = {
|
|
|
41225
41225
|
propertyPersistentIds: Set<string>;
|
|
41226
41226
|
themePersistentIds: Set<string>;
|
|
41227
41227
|
documentationPagePersistentIds: Set<string>;
|
|
41228
|
+
storybookEntriesStoryIds: Set<string>;
|
|
41228
41229
|
};
|
|
41229
41230
|
type PagesContentDependencies = Map<string, PageContentDependencies>;
|
|
41230
41231
|
declare const DocumentationPageDependencies: z.ZodObject<{
|
|
@@ -41241,6 +41242,7 @@ declare const DocumentationPageDependencies: z.ZodObject<{
|
|
|
41241
41242
|
propertyPersistentIds: z.ZodSet<z.ZodString>;
|
|
41242
41243
|
themePersistentIds: z.ZodSet<z.ZodString>;
|
|
41243
41244
|
documentationPagePersistentIds: z.ZodSet<z.ZodString>;
|
|
41245
|
+
storybookEntriesStoryIds: z.ZodSet<z.ZodString>;
|
|
41244
41246
|
}, "strip", z.ZodTypeAny, {
|
|
41245
41247
|
id: string;
|
|
41246
41248
|
createdAt: Date;
|
|
@@ -41255,6 +41257,7 @@ declare const DocumentationPageDependencies: z.ZodObject<{
|
|
|
41255
41257
|
propertyPersistentIds: Set<string>;
|
|
41256
41258
|
themePersistentIds: Set<string>;
|
|
41257
41259
|
documentationPagePersistentIds: Set<string>;
|
|
41260
|
+
storybookEntriesStoryIds: Set<string>;
|
|
41258
41261
|
}, {
|
|
41259
41262
|
id: string;
|
|
41260
41263
|
createdAt: Date;
|
|
@@ -41269,6 +41272,7 @@ declare const DocumentationPageDependencies: z.ZodObject<{
|
|
|
41269
41272
|
propertyPersistentIds: Set<string>;
|
|
41270
41273
|
themePersistentIds: Set<string>;
|
|
41271
41274
|
documentationPagePersistentIds: Set<string>;
|
|
41275
|
+
storybookEntriesStoryIds: Set<string>;
|
|
41272
41276
|
}>;
|
|
41273
41277
|
type DocumentationPageDependencies = z.infer<typeof DocumentationPageDependencies>;
|
|
41274
41278
|
type CreateDocumentationPageDependencies = DbCreateInputOmit<DocumentationPageDependencies>;
|
package/dist/index.d.ts
CHANGED
|
@@ -41225,6 +41225,7 @@ type PageContentDependencies = {
|
|
|
41225
41225
|
propertyPersistentIds: Set<string>;
|
|
41226
41226
|
themePersistentIds: Set<string>;
|
|
41227
41227
|
documentationPagePersistentIds: Set<string>;
|
|
41228
|
+
storybookEntriesStoryIds: Set<string>;
|
|
41228
41229
|
};
|
|
41229
41230
|
type PagesContentDependencies = Map<string, PageContentDependencies>;
|
|
41230
41231
|
declare const DocumentationPageDependencies: z.ZodObject<{
|
|
@@ -41241,6 +41242,7 @@ declare const DocumentationPageDependencies: z.ZodObject<{
|
|
|
41241
41242
|
propertyPersistentIds: z.ZodSet<z.ZodString>;
|
|
41242
41243
|
themePersistentIds: z.ZodSet<z.ZodString>;
|
|
41243
41244
|
documentationPagePersistentIds: z.ZodSet<z.ZodString>;
|
|
41245
|
+
storybookEntriesStoryIds: z.ZodSet<z.ZodString>;
|
|
41244
41246
|
}, "strip", z.ZodTypeAny, {
|
|
41245
41247
|
id: string;
|
|
41246
41248
|
createdAt: Date;
|
|
@@ -41255,6 +41257,7 @@ declare const DocumentationPageDependencies: z.ZodObject<{
|
|
|
41255
41257
|
propertyPersistentIds: Set<string>;
|
|
41256
41258
|
themePersistentIds: Set<string>;
|
|
41257
41259
|
documentationPagePersistentIds: Set<string>;
|
|
41260
|
+
storybookEntriesStoryIds: Set<string>;
|
|
41258
41261
|
}, {
|
|
41259
41262
|
id: string;
|
|
41260
41263
|
createdAt: Date;
|
|
@@ -41269,6 +41272,7 @@ declare const DocumentationPageDependencies: z.ZodObject<{
|
|
|
41269
41272
|
propertyPersistentIds: Set<string>;
|
|
41270
41273
|
themePersistentIds: Set<string>;
|
|
41271
41274
|
documentationPagePersistentIds: Set<string>;
|
|
41275
|
+
storybookEntriesStoryIds: Set<string>;
|
|
41272
41276
|
}>;
|
|
41273
41277
|
type DocumentationPageDependencies = z.infer<typeof DocumentationPageDependencies>;
|
|
41274
41278
|
type CreateDocumentationPageDependencies = DbCreateInputOmit<DocumentationPageDependencies>;
|
package/dist/index.js
CHANGED
|
@@ -4337,7 +4337,8 @@ var DocumentationPageDependencies = _zod.z.object({
|
|
|
4337
4337
|
groupPersistentIds: _zod.z.set(_zod.z.string()),
|
|
4338
4338
|
propertyPersistentIds: _zod.z.set(_zod.z.string()),
|
|
4339
4339
|
themePersistentIds: _zod.z.set(_zod.z.string()),
|
|
4340
|
-
documentationPagePersistentIds: _zod.z.set(_zod.z.string())
|
|
4340
|
+
documentationPagePersistentIds: _zod.z.set(_zod.z.string()),
|
|
4341
|
+
storybookEntriesStoryIds: _zod.z.set(_zod.z.string())
|
|
4341
4342
|
});
|
|
4342
4343
|
|
|
4343
4344
|
// src/dsm/documentation/page.ts
|