@fern-api/fdr-sdk 1.2.91-ddab979b89 → 1.2.92-44ed75bcdd

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.
@@ -2025,7 +2025,9 @@ var RecentFeedbackResponseSchema = z9.object({
2025
2025
  location: z9.string(),
2026
2026
  wasHelpful: z9.boolean(),
2027
2027
  userFeedback: z9.string(),
2028
- feedbackType: z9.string().optional()
2028
+ feedbackType: z9.string().optional(),
2029
+ /** URL of the docs page the feedback was submitted on. */
2030
+ url: z9.string().optional()
2029
2031
  })
2030
2032
  ),
2031
2033
  hasMore: z9.boolean()