gap-nodejs-sdk 1.0.71 → 1.0.72

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.
@@ -49,9 +49,9 @@ export default class Services extends Base {
49
49
  }
50
50
  static deleteCheckInService(data) {
51
51
  return __awaiter(this, void 0, void 0, function* () {
52
- yield this.client.post({
52
+ yield this.client.get({
53
53
  path: posEndpoints.service.DELETE_SERVICE,
54
- data: data
54
+ query: data
55
55
  });
56
56
  return null;
57
57
  });
@@ -44,7 +44,7 @@ export declare type CreateCheckInServiceRequest = {
44
44
  price: number;
45
45
  note: string;
46
46
  duration: number;
47
- group_id: string;
47
+ group_id: number;
48
48
  supply_share: number;
49
49
  status: string;
50
50
  show_on_checkin: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gap-nodejs-sdk",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "description": "GCI App Platform Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",