@amigo-ai/sdk 0.33.0 → 0.34.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.
|
@@ -8553,11 +8553,6 @@ export interface components {
|
|
|
8553
8553
|
* @description A list of additional context to update. If `null`, the context is not modified.
|
|
8554
8554
|
*/
|
|
8555
8555
|
additional_context?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][] | null;
|
|
8556
|
-
/**
|
|
8557
|
-
* Enable Azure Devops Access
|
|
8558
|
-
* @description Whether to enable Azure DevOps access for this user to enable tool development. If `null`, it is not modified.
|
|
8559
|
-
*/
|
|
8560
|
-
enable_azure_devops_access?: boolean | null;
|
|
8561
8556
|
};
|
|
8562
8557
|
/** Request */
|
|
8563
8558
|
webhook_destination__create_webhook_destination__Request: {
|