@tec.pet/tecpet-sdk 0.0.84 → 0.0.86

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.
@@ -186,6 +186,8 @@ export interface InfoCollectionMenuJson {
186
186
  };
187
187
  serviceProfessionalChoice: {
188
188
  enabled: boolean;
189
+ message: string;
190
+ aiInstruction?: string;
189
191
  };
190
192
  showServicePromotions: {
191
193
  enabled: boolean;
@@ -85,5 +85,6 @@ export interface PaShopConfigurationsResponse {
85
85
  species: Array<PaShopConfigurationsSpecie>;
86
86
  billing: PaBillingResponse[];
87
87
  timeZone: string;
88
+ chainId?: string;
88
89
  }
89
90
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tec.pet/tecpet-sdk",
3
- "version": "0.0.84",
3
+ "version": "0.0.86",
4
4
  "description": "TecPet SDK for integration with TecPet services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",