@inferencesh/sdk 0.5.17 → 0.5.18

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -675,6 +675,7 @@ export interface AuthResponse {
675
675
  session_id: string;
676
676
  otp_required?: boolean;
677
677
  redirect_to?: string;
678
+ provider?: string;
678
679
  }
679
680
  /**
680
681
  * DeviceAuthResponse is returned when a device initiates auth
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inferencesh/sdk",
3
- "version": "0.5.17",
3
+ "version": "0.5.18",
4
4
  "description": "Official JavaScript/TypeScript SDK for inference.sh - Run AI models with a simple API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",