arky-sdk 0.3.10 → 0.3.11

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
@@ -568,7 +568,6 @@ interface ReservationConfirmParams {
568
568
  token: string;
569
569
  }
570
570
  interface SearchReservationsParams {
571
- businessIds?: string[];
572
571
  serviceIds?: string[];
573
572
  providerIds?: string[];
574
573
  userId?: string;
@@ -598,7 +597,6 @@ interface GetUsersParams {
598
597
  cursor?: string | null;
599
598
  query?: string;
600
599
  roleIds?: string[];
601
- businessIds?: string[];
602
600
  owner?: string;
603
601
  }
604
602
  interface ConfirmUserParams {
package/dist/types.d.ts CHANGED
@@ -568,7 +568,6 @@ interface ReservationConfirmParams {
568
568
  token: string;
569
569
  }
570
570
  interface SearchReservationsParams {
571
- businessIds?: string[];
572
571
  serviceIds?: string[];
573
572
  providerIds?: string[];
574
573
  userId?: string;
@@ -598,7 +597,6 @@ interface GetUsersParams {
598
597
  cursor?: string | null;
599
598
  query?: string;
600
599
  roleIds?: string[];
601
- businessIds?: string[];
602
600
  owner?: string;
603
601
  }
604
602
  interface ConfirmUserParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",