@tec.pet/tecpet-sdk 0.0.70 → 0.0.71

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.
@@ -103,6 +103,7 @@ export interface ChatbotActionJson {
103
103
  actionType: ChatbotActionTypeEnum;
104
104
  conclusionMessage?: string;
105
105
  aiInstruction?: string;
106
+ chatTagInstruction?: string;
106
107
  chatbotFlux: ChatbotFluxJson;
107
108
  }
108
109
  export interface ChatbotFluxJson {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tec.pet/tecpet-sdk",
3
- "version": "0.0.70",
3
+ "version": "0.0.71",
4
4
  "description": "TecPet SDK for integration with TecPet services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",