@segment/public-api-sdk-typescript 57.3.0-b10653 → 57.3.0-b10664

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.
@@ -119,7 +119,7 @@ export class DeletionAndSuppressionApi {
119
119
  }
120
120
 
121
121
  /**
122
- * Creates a Source-scoped regulation. Config API omitted fields: - `attributes`, - `userAgent`
122
+ * Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment Config API omitted fields: - `attributes`, - `userAgent`
123
123
  * @summary Create Cloud Source Regulation
124
124
  * @param sourceId
125
125
  * @param CreateCloudSourceRegulationV1Input
@@ -254,7 +254,7 @@ export class DeletionAndSuppressionApi {
254
254
  });
255
255
  }
256
256
  /**
257
- * Creates a Source-scoped regulation. • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent`
257
+ * Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent`
258
258
  * @summary Create Source Regulation
259
259
  * @param sourceId
260
260
  * @param CreateSourceRegulationV1Input
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "uuid": "^8.3.2",
19
19
  "request": "^2.88.2"
20
20
  },
21
- "version": "57.3.0-b10653",
21
+ "version": "57.3.0-b10664",
22
22
  "devDependencies": {
23
23
  "@types/bluebird": "^3.5.33",
24
24
  "@types/jest": "^29",