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 +2 -2
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
773
|
+
isApprovalRequired?: boolean;
|
|
774
774
|
statuses?: any[];
|
|
775
775
|
[key: string]: any;
|
|
776
776
|
}
|