arky-sdk 0.3.10 → 0.3.12
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/index.cjs +22 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +22 -13
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +0 -2
- package/dist/types.d.ts +0 -2
- package/package.json +1 -1
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 {
|