@tec.pet/tecpet-sdk 0.0.72 → 0.0.73

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.
@@ -1,4 +1,8 @@
1
- export type PaStartAiInteractionInput = Record<string, any>;
1
+ export interface PaStartAiInteractionInput {
2
+ clientId: number;
3
+ externId: string;
4
+ shopId?: number;
5
+ }
2
6
  export interface PaStartAiInteractionResponse {
3
7
  id: number;
4
8
  externId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tec.pet/tecpet-sdk",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "description": "TecPet SDK for integration with TecPet services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",