@signalhousellc/sdk 1.0.32 → 1.0.33

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": "@signalhousellc/sdk",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "Signal House SDK for use with the Signal House platform",
5
5
  "type": "module",
6
6
  "main": "src/SignalHouseSDK.js",
@@ -94,7 +94,7 @@ export class Campaigns {
94
94
  * @roles signalhouse
95
95
  * @param {Object} params - The parameters for rejecting the campaign
96
96
  * @param {string} params.campaignId - The ID of the campaign to reject
97
- * @param {import('../SignalHouseSDK').RequestOptions} [params.options] - Additional options for the request
97
+ * @param {import('../SignalHouseSDK').RequestOptions} [params.options] - Additional options for the request (body should include { rejectionReason })
98
98
  * @throws {Error} Throws an error if the campaignId parameter is missing
99
99
  * @returns {Promise<Object>} The response from the server
100
100
  */