@synsci/sdk 1.3.3 → 1.3.4

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.
@@ -1313,6 +1313,10 @@ export type ProviderConfig = {
1313
1313
  options?: {
1314
1314
  apiKey?: string;
1315
1315
  baseURL?: string;
1316
+ /**
1317
+ * Shell command whose stdout is a short-lived bearer token. Sent as 'Authorization: Bearer <token>' on every request and re-minted automatically before the token's JWT exp (or every request for a non-JWT token). Use for providers behind rotating/SSO-minted credentials.
1318
+ */
1319
+ tokenCommand?: string;
1316
1320
  /**
1317
1321
  * GitHub Enterprise URL for copilot authentication
1318
1322
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "1.3.3",
4
+ "version": "1.3.4",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {