@turtleclub/hooks 0.5.0-beta.11 → 0.5.0-beta.12

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
@@ -629,6 +629,7 @@ var ProductSchema = z7.object({
629
629
  status: ProductStatusSchema,
630
630
  productType: ProductTypeSchema,
631
631
  organization: TurtleOrganizationSchema.nullable(),
632
+ opportunities: z7.array(opportunitySchema).nullish(),
632
633
  createdAt: z7.string()
633
634
  });
634
635
  var CreateProductInputSchema = z7.object({