@amigo-ai/sdk 0.28.0 → 0.29.0

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.
@@ -11656,7 +11656,10 @@ export interface operations {
11656
11656
  "sign-in-with-api-key": {
11657
11657
  parameters: {
11658
11658
  query?: never;
11659
- header?: {
11659
+ header: {
11660
+ "x-api-key": string;
11661
+ "x-api-key-id": string;
11662
+ "x-user-id": string;
11660
11663
  /** @description The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database. */
11661
11664
  "x-mongo-cluster-name"?: string | null;
11662
11665
  "Sec-WebSocket-Protocol"?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.28.0",
3
+ "version": "0.29.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"