@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.
@@ -2062,7 +2062,9 @@ var RecentFeedbackResponseSchema = z9.object({
2062
2062
  location: z9.string(),
2063
2063
  wasHelpful: z9.boolean(),
2064
2064
  userFeedback: z9.string(),
2065
- feedbackType: z9.string().optional()
2065
+ feedbackType: z9.string().optional(),
2066
+ /** URL of the docs page the feedback was submitted on. */
2067
+ url: z9.string().optional()
2066
2068
  })
2067
2069
  ),
2068
2070
  hasMore: z9.boolean()