@compassdigital/sdk.typescript 4.774.0 → 4.775.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/lib/index.d.ts +4 -4
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +4 -4
- package/lib/interface/consumer.d.ts +2 -11
- package/lib/interface/consumer.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +7 -7
- package/src/interface/consumer.ts +4 -23
package/lib/index.d.ts
CHANGED
|
@@ -5160,13 +5160,13 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
5160
5160
|
query?: GetConsumerLocationMultigroupQuery;
|
|
5161
5161
|
} & RequestOptions): ResponsePromise<GetConsumerLocationMultigroupResponse>;
|
|
5162
5162
|
/**
|
|
5163
|
-
* GET /consumer/client-groups/{
|
|
5163
|
+
* GET /consumer/client-groups/{siteId} - Get a client's nearest sites with their business units and stations or a single site if it has no client
|
|
5164
5164
|
*
|
|
5165
|
-
* @param
|
|
5165
|
+
* @param siteId - Site ID as Encoded CDL ID
|
|
5166
5166
|
* @param options - additional request options
|
|
5167
5167
|
*/
|
|
5168
|
-
get_consumer_client_groups(
|
|
5169
|
-
query
|
|
5168
|
+
get_consumer_client_groups(siteId: string, options?: {
|
|
5169
|
+
query?: GetConsumerClientGroupsQuery;
|
|
5170
5170
|
} & RequestOptions): ResponsePromise<GetConsumerClientGroupsResponse$0>;
|
|
5171
5171
|
/**
|
|
5172
5172
|
* GET /consumer/active-menus/{stationId} - Get current menu
|