@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.252.0",
3
+ "version": "4.253.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -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
- // return multigroup location/brands in response
694
+ // @deprecated
695
695
  expanded?: boolean;
696
696
  // return additional attributes in response
697
697
  extended?: boolean;