@supernova-studio/client 1.18.0 → 1.18.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.mjs CHANGED
@@ -5153,7 +5153,7 @@ var ForgeProjectArtifactContent = z174.object({
5153
5153
  data: ForgeProjectArtifactContentData
5154
5154
  });
5155
5155
  var ForgeProjectSectionChildType = z175.enum(["Artifact", "Feature"]);
5156
- var SortOrder = z175.number().int().min(0);
5156
+ var SortOrder = z175.number().int();
5157
5157
  var ForgeSection = z175.object({
5158
5158
  id: Id,
5159
5159
  projectId: z175.string(),
@@ -7265,6 +7265,10 @@ var DTOSubscription = z246.object({
7265
7265
  legacyVersion: z246.string().optional(),
7266
7266
  seats: z246.number(),
7267
7267
  seatLimit: z246.number(),
7268
+ fullSeats: z246.number(),
7269
+ fullSeatLimit: z246.number(),
7270
+ builderSeats: z246.number(),
7271
+ builderSeatLimit: z246.number(),
7268
7272
  currentPeriodStart: z246.string().optional(),
7269
7273
  currentPeriodEnd: z246.string().optional(),
7270
7274
  subscriptionStatusUpdatedAt: z246.string().optional(),