@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.cjs CHANGED
@@ -788,6 +788,7 @@ var ProductSchema = import_zod7.z.object({
788
788
  status: ProductStatusSchema,
789
789
  productType: ProductTypeSchema,
790
790
  organization: TurtleOrganizationSchema.nullable(),
791
+ opportunities: import_zod7.z.array(opportunitySchema).nullish(),
791
792
  createdAt: import_zod7.z.string()
792
793
  });
793
794
  var CreateProductInputSchema = import_zod7.z.object({