@compassdigital/sdk.typescript 4.252.0 → 4.253.0
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/package.json
CHANGED
|
@@ -691,7 +691,7 @@ export interface GetLocationMultigroupQuery {
|
|
|
691
691
|
longitude?: string;
|
|
692
692
|
// Merge multigroups from different providers. Set false to get only from queried provider
|
|
693
693
|
merge?: string;
|
|
694
|
-
//
|
|
694
|
+
// @deprecated
|
|
695
695
|
expanded?: boolean;
|
|
696
696
|
// return additional attributes in response
|
|
697
697
|
extended?: boolean;
|