arky-sdk 0.3.34 → 0.3.35

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
@@ -121,6 +121,7 @@ interface GetReservationQuoteParams {
121
121
  currency: string;
122
122
  paymentMethod: string;
123
123
  promoCode?: string;
124
+ location?: any;
124
125
  }
125
126
  interface GetAvailableSlotsParams {
126
127
  serviceId: string;
package/dist/types.d.ts CHANGED
@@ -121,6 +121,7 @@ interface GetReservationQuoteParams {
121
121
  currency: string;
122
122
  paymentMethod: string;
123
123
  promoCode?: string;
124
+ location?: any;
124
125
  }
125
126
  interface GetAvailableSlotsParams {
126
127
  serviceId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.3.34",
3
+ "version": "0.3.35",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",