arky-sdk 0.3.96 → 0.3.98

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
@@ -450,7 +450,6 @@ interface ReservationCheckoutParams {
450
450
  }
451
451
  interface ReservationQuoteItem {
452
452
  serviceId: string;
453
- quantity?: number;
454
453
  from?: number;
455
454
  to?: number;
456
455
  providerId?: string;
package/dist/types.d.ts CHANGED
@@ -450,7 +450,6 @@ interface ReservationCheckoutParams {
450
450
  }
451
451
  interface ReservationQuoteItem {
452
452
  serviceId: string;
453
- quantity?: number;
454
453
  from?: number;
455
454
  to?: number;
456
455
  providerId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.3.96",
3
+ "version": "0.3.98",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",