@compassdigital/sdk.typescript 4.389.0 → 4.391.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.
@@ -977,7 +977,9 @@ export interface DeleteShoppingcartLockPath {
977
977
  id: string;
978
978
  }
979
979
 
980
- export type DeleteShoppingcartLockResponse = {};
980
+ export interface DeleteShoppingcartLockResponse {
981
+ success: boolean;
982
+ }
981
983
 
982
984
  export interface DeleteShoppingcartLockRequest extends BaseRequest, DeleteShoppingcartLockPath {}
983
985