@compassdigital/sdk.typescript 4.752.0 → 4.754.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.js CHANGED
@@ -6693,10 +6693,11 @@ class ServiceClient extends base_1.BaseServiceClient {
6693
6693
  *
6694
6694
  * @param station_id - TODO: cannot use CompassLongID as path parameter
6695
6695
  * @param integration_type
6696
+ * @param body
6696
6697
  * @param options - additional request options
6697
6698
  */
6698
- put_centricos_station_integration(station_id, integration_type, options) {
6699
- return this.request('centricos', '/centricos/station/{station_id}/integration/{integration_type}', 'PUT', `/centricos/station/${station_id}/integration/${integration_type}`, null, options);
6699
+ put_centricos_station_integration(station_id, integration_type, body, options) {
6700
+ return this.request('centricos', '/centricos/station/{station_id}/integration/{integration_type}', 'PUT', `/centricos/station/${station_id}/integration/${integration_type}`, body, options);
6700
6701
  }
6701
6702
  /**
6702
6703
  * DELETE /centricos/station/{station_id}/{integration_type} - Delete station integration
@@ -6940,15 +6941,6 @@ class ServiceClient extends base_1.BaseServiceClient {
6940
6941
  get_search_user(options) {
6941
6942
  return this.request('search', '/search/user', 'GET', `/search/user`, null, options);
6942
6943
  }
6943
- /**
6944
- * GET /search/discounts/{id} - Get a specific discount by ID
6945
- *
6946
- * @param id
6947
- * @param options - additional request options
6948
- */
6949
- get_search_discount_by_id(id, options) {
6950
- return this.request('search', '/search/discounts/{id}', 'GET', `/search/discounts/${id}`, null, options);
6951
- }
6952
6944
  /**
6953
6945
  * GET /search/discounts - Get discounts with pagination and filtering
6954
6946
  *