@tec.pet/tecpet-sdk 0.0.46 → 0.0.48

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.
@@ -147,6 +147,7 @@ export interface InfoCollectionMenuJson {
147
147
  enabled?: boolean;
148
148
  message: string;
149
149
  aiInstruction?: string;
150
+ sizeDisplayMode: ChatbotSizeDisplayModeEnum;
150
151
  };
151
152
  petFur: {
152
153
  enabled?: boolean;
@@ -11,3 +11,9 @@ export * from './enum/chatbotSettingsEnums/chatbot-mode.enum';
11
11
  export * from './enum/chatbotSendingInfoItemEnums/chatbot-sending-info-item-type.enum';
12
12
  export * from './enum/chatbotTriggerEnums/chatbot-trigger-pattern-type.enum';
13
13
  export * from './enum/chatbotSettingsEnums/chatbot-ai-voice.enum';
14
+ export * from './enum/chatbotInfoCollectionEnums/chatbot-info-collection-subtype.enum';
15
+ export * from './enum/chatbotInfoCollectionEnums/chatbot-info-collection-type.enum';
16
+ export * from './enum/chatbotInfoCollectionEnums/chatbot-price-display-mode.enum';
17
+ export * from './enum/chatbotInfoCollectionEnums/chatbot-size_display-mode.enum';
18
+ export * from './enum/chatbotInfoCollectionEnums/chatbot-time-display-mode.enum';
19
+ export * from './enum/chatbotInfoCollectionEnums/chatbot-time-selection-behavior.enum';
@@ -27,3 +27,9 @@ __exportStar(require("./enum/chatbotSettingsEnums/chatbot-mode.enum"), exports);
27
27
  __exportStar(require("./enum/chatbotSendingInfoItemEnums/chatbot-sending-info-item-type.enum"), exports);
28
28
  __exportStar(require("./enum/chatbotTriggerEnums/chatbot-trigger-pattern-type.enum"), exports);
29
29
  __exportStar(require("./enum/chatbotSettingsEnums/chatbot-ai-voice.enum"), exports);
30
+ __exportStar(require("./enum/chatbotInfoCollectionEnums/chatbot-info-collection-subtype.enum"), exports);
31
+ __exportStar(require("./enum/chatbotInfoCollectionEnums/chatbot-info-collection-type.enum"), exports);
32
+ __exportStar(require("./enum/chatbotInfoCollectionEnums/chatbot-price-display-mode.enum"), exports);
33
+ __exportStar(require("./enum/chatbotInfoCollectionEnums/chatbot-size_display-mode.enum"), exports);
34
+ __exportStar(require("./enum/chatbotInfoCollectionEnums/chatbot-time-display-mode.enum"), exports);
35
+ __exportStar(require("./enum/chatbotInfoCollectionEnums/chatbot-time-selection-behavior.enum"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tec.pet/tecpet-sdk",
3
- "version": "0.0.46",
3
+ "version": "0.0.48",
4
4
  "description": "TecPet SDK for integration with TecPet services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",