@proficient/api
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -30,3 +30,9 @@ import type { Agent } from './resources/Agent'; | ||
requestBody: InteractionCreateParams; | ||
responseBody: Interaction; | ||
responseBody: { | ||
interaction: Interaction; | ||
/** | ||
* Initial messages. | ||
*/ | ||
messages: Message[]; | ||
}; | ||
}; | ||
@@ -33,0 +39,0 @@ GetInteractionsInteraction: { |
{ | ||
"name": "@proficient/api", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "source": "./src/index.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18884
296