@supernova-studio/client 0.57.6 → 0.57.7

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.js CHANGED
@@ -4645,6 +4645,7 @@ var PersonalAccessToken = _zod.z.object({
4645
4645
  id: _zod.z.string(),
4646
4646
  userId: _zod.z.string(),
4647
4647
  workspaceId: _zod.z.string().optional(),
4648
+ designSystemId: _zod.z.string().optional(),
4648
4649
  workspaceRole: WorkspaceRoleSchema.optional(),
4649
4650
  name: _zod.z.string(),
4650
4651
  hidden: _zod.z.boolean(),