@tec.pet/tecpet-sdk 0.0.48 → 0.0.49

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.
@@ -98,6 +98,7 @@ export interface ChatbotActionJson {
98
98
  mode: ChatbotActionModeTypeEnum;
99
99
  actionType: ChatbotActionTypeEnum;
100
100
  conclusionMessage?: string;
101
+ aiInstruction?: string;
101
102
  chatbotFlux: ChatbotFluxJson;
102
103
  }
103
104
  export interface ChatbotFluxJson {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tec.pet/tecpet-sdk",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "TecPet SDK for integration with TecPet services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",