@avallon-labs/sdk 15.2.0 → 15.3.0-staging.366

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
@@ -5369,7 +5369,7 @@ declare const useCancelJob: <TError = ErrorType<ErrorResponse>>(jobId: string, o
5369
5369
 
5370
5370
  type SecondParameter$5<T extends (...args: never) => unknown> = Parameters<T>[1];
5371
5371
  /**
5372
- * Retrieve the current user's profile information.
5372
+ * Retrieve the current user's profile information. This endpoint requires a user session and cannot be used with API Keys.
5373
5373
  * @summary Get profile
5374
5374
  */
5375
5375
  declare const getGetProfileUrl: () => string;