@amigo-ai/sdk 0.28.0 → 0.30.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.
|
@@ -2916,7 +2916,7 @@ export interface components {
|
|
|
2916
2916
|
invoked_at: string;
|
|
2917
2917
|
/**
|
|
2918
2918
|
* External Event Message Ids
|
|
2919
|
-
* @description The IDs of the external event messages that were considered during the invocation.
|
|
2919
|
+
* @description The IDs of the external event messages that were considered during the invocation. These do not include the initial message if it's an external event.
|
|
2920
2920
|
* @default []
|
|
2921
2921
|
*/
|
|
2922
2922
|
external_event_message_ids?: string[];
|
|
@@ -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[];
|