arky-sdk 0.3.92 → 0.3.93

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.
package/dist/types.d.cts CHANGED
@@ -757,7 +757,7 @@ interface CreateServiceParams {
757
757
  categoryFilterBlocks?: any[];
758
758
  prices?: any[];
759
759
  durations?: any[];
760
- reservationConfigs?: any;
760
+ isApprovalRequired?: boolean;
761
761
  statuses?: any[];
762
762
  [key: string]: any;
763
763
  }
@@ -770,7 +770,7 @@ interface UpdateServiceParams {
770
770
  categoryFilterBlocks?: any[];
771
771
  prices?: any[];
772
772
  durations?: any[];
773
- reservationConfigs?: any;
773
+ isApprovalRequired?: boolean;
774
774
  statuses?: any[];
775
775
  [key: string]: any;
776
776
  }
package/dist/types.d.ts CHANGED
@@ -757,7 +757,7 @@ interface CreateServiceParams {
757
757
  categoryFilterBlocks?: any[];
758
758
  prices?: any[];
759
759
  durations?: any[];
760
- reservationConfigs?: any;
760
+ isApprovalRequired?: boolean;
761
761
  statuses?: any[];
762
762
  [key: string]: any;
763
763
  }
@@ -770,7 +770,7 @@ interface UpdateServiceParams {
770
770
  categoryFilterBlocks?: any[];
771
771
  prices?: any[];
772
772
  durations?: any[];
773
- reservationConfigs?: any;
773
+ isApprovalRequired?: boolean;
774
774
  statuses?: any[];
775
775
  [key: string]: any;
776
776
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.3.92",
3
+ "version": "0.3.93",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",