@tec.pet/tecpet-sdk 0.0.80 → 0.0.82

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.
@@ -25,4 +25,5 @@ export interface PaGetBookingResponse {
25
25
  id: number;
26
26
  name: string;
27
27
  }>;
28
+ petPlanId?: number;
28
29
  }
@@ -211,10 +211,12 @@ export interface InfoCollectionMenuJson {
211
211
  editBooking?: {
212
212
  allowChangeDateAndTime: {
213
213
  enabled: boolean;
214
+ message: string;
214
215
  aiInstruction?: string;
215
216
  };
216
217
  allowCancel: {
217
218
  enabled: boolean;
219
+ message: string;
218
220
  aiInstruction?: string;
219
221
  };
220
222
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tec.pet/tecpet-sdk",
3
- "version": "0.0.80",
3
+ "version": "0.0.82",
4
4
  "description": "TecPet SDK for integration with TecPet services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",