@amigo-ai/sdk 0.41.0 → 0.42.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.
|
@@ -11236,7 +11236,10 @@ export interface operations {
|
|
|
11236
11236
|
};
|
|
11237
11237
|
"retrieve-message-source": {
|
|
11238
11238
|
parameters: {
|
|
11239
|
-
query?:
|
|
11239
|
+
query?: {
|
|
11240
|
+
/** @description Whether to generate a long-lived URL which lasts 12 hours. For security purposes, it's recommended to set this to false as much as possible. */
|
|
11241
|
+
long_lived?: boolean;
|
|
11242
|
+
};
|
|
11240
11243
|
header?: {
|
|
11241
11244
|
/** @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. */
|
|
11242
11245
|
"x-mongo-cluster-name"?: string | null;
|