@supernova-studio/model 1.0.6 → 1.1.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.mjs CHANGED
@@ -5481,27 +5481,27 @@ var ExportJobFindByFilter = ExportJob.pick({
5481
5481
  docsEnvironment: PublishedDocEnvironment
5482
5482
  }).partial();
5483
5483
 
5484
- // src/export/exporter-workspace-membership-role.ts
5484
+ // src/export/exporter-list-query.ts
5485
5485
  import { z as z170 } from "zod";
5486
- var ExporterWorkspaceMembershipRole = z170.enum(["Owner", "OwnerArchived", "User"]);
5486
+ var ExporterType2 = z170.enum(["documentation", "code"]);
5487
+ var ListExporterQuery = z170.object({
5488
+ limit: z170.number().optional(),
5489
+ offset: z170.number().optional(),
5490
+ type: ExporterType2.optional(),
5491
+ search: z170.string().optional()
5492
+ });
5487
5493
 
5488
- // src/export/exporter-workspace-membership.ts
5494
+ // src/export/exporter-workspace-membership-role.ts
5489
5495
  import { z as z171 } from "zod";
5490
- var ExporterWorkspaceMembership = z171.object({
5491
- id: z171.string(),
5492
- workspaceId: z171.string(),
5493
- exporterId: z171.string(),
5494
- role: ExporterWorkspaceMembershipRole
5495
- });
5496
+ var ExporterWorkspaceMembershipRole = z171.enum(["Owner", "OwnerArchived", "User"]);
5496
5497
 
5497
- // src/export/exporter-list-query.ts
5498
+ // src/export/exporter-workspace-membership.ts
5498
5499
  import { z as z172 } from "zod";
5499
- var ExporterType2 = z172.enum(["documentation", "code"]);
5500
- var ListExporterQuery = z172.object({
5501
- limit: z172.number().optional(),
5502
- offset: z172.number().optional(),
5503
- type: ExporterType2.optional(),
5504
- search: z172.string().optional()
5500
+ var ExporterWorkspaceMembership = z172.object({
5501
+ id: z172.string(),
5502
+ workspaceId: z172.string(),
5503
+ exporterId: z172.string(),
5504
+ role: ExporterWorkspaceMembershipRole
5505
5505
  });
5506
5506
 
5507
5507
  // src/feature-flags/feature-flags.ts