@segment/public-api-sdk-typescript 57.3.0-b10652 → 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
|
@@ -17,7 +17,7 @@ import { RequestFile } from './models';
|
|
17
17
|
*/
|
18
18
|
export class CreateSourceRegulationV1Input {
|
19
19
|
/**
|
20
|
-
* The regulation type to create.
|
20
|
+
* The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only supported for limited Workspaces for Source-scoped regulations.
|
21
21
|
*/
|
22
22
|
'regulationType': CreateSourceRegulationV1Input.RegulationTypeEnum;
|
23
23
|
/**
|