@avallon-labs/sdk 21.1.0 → 21.2.0-staging.487

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.d.ts CHANGED
@@ -5226,7 +5226,7 @@ declare const useGetSessionToken: <TError = ErrorType<ErrorResponse>>(options?:
5226
5226
 
5227
5227
  type SecondParameter$h<T extends (...args: never) => unknown> = Parameters<T>[1];
5228
5228
  /**
5229
- * Create feedback for a specific message in a call. Author is derived from the authenticated user.
5229
+ * Create feedback for a specific message in a call. Requires user (JWT) authentication; the author is derived from the authenticated user's profile and API-key callers are rejected.
5230
5230
  * @summary Create feedback on a call message
5231
5231
  */
5232
5232
  declare const getCreateCallFeedbackUrl: (id: string) => string;