@tec.pet/tecpet-sdk 0.0.98 → 0.0.100

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,8 +1,7 @@
1
1
  import { ShopSegment } from "../../segment/enum/segment.enum";
2
- import { ServiceCategoryType } from "../../service";
3
2
  export interface PaGetAvailableTimesTimesEmployeeIndicationBody {
4
3
  id: number;
5
- serviceCategoryType: ServiceCategoryType;
4
+ serviceCategoryId: number;
6
5
  }
7
6
  export interface PaGetAvailableTimesTimesBody {
8
7
  date?: string;
@@ -1,5 +1,5 @@
1
1
  import { IPaginationGeneric } from "../../types/pagination.types";
2
2
  export interface PaEmployeeFilter extends IPaginationGeneric {
3
- serviceCategoryIds: number[];
4
- serviceIds: number[];
3
+ serviceCategoryIds?: number[];
4
+ serviceIds?: number[];
5
5
  }
@@ -1,4 +1,4 @@
1
- import { PaServiceCategoryResponse, ServiceCategoryType } from "../../service";
1
+ import { PaServiceCategoryResponse } from "../../service";
2
2
  import { TimeTable } from "./pa-timetable.dto";
3
3
  export interface PaEmployeeResponse {
4
4
  id: number;
@@ -12,5 +12,5 @@ export interface PaGetEmployeeResponse {
12
12
  }
13
13
  export interface PaEmployeeIndication {
14
14
  id: number;
15
- serviceCategoryType: ServiceCategoryType;
15
+ serviceCategoryId: number;
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tec.pet/tecpet-sdk",
3
- "version": "0.0.98",
3
+ "version": "0.0.100",
4
4
  "description": "TecPet SDK for integration with TecPet services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",