@segment/public-api-sdk-typescript 59.4.0-b13932 → 59.4.0-b13969
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.
|
@@ -748,7 +748,7 @@ export class DeletionAndSuppressionApi {
|
|
|
748
748
|
});
|
|
749
749
|
}
|
|
750
750
|
/**
|
|
751
|
-
* Lists all Source-scoped regulations.
|
|
751
|
+
* Lists all Source-scoped regulations. Please note: List regulations for Source only returns deletion requests from the past 90 days. Deletion requests older than 90 days are not retained and will result in 404 resource not found.
|
|
752
752
|
* @summary List Regulations from Source
|
|
753
753
|
* @param sourceId
|
|
754
754
|
* @param status The status on which to filter returned regulations. This parameter exists in v1.
|
|
@@ -1024,7 +1024,7 @@ export class DeletionAndSuppressionApi {
|
|
|
1024
1024
|
});
|
|
1025
1025
|
}
|
|
1026
1026
|
/**
|
|
1027
|
-
* Lists all Workspace-scoped regulations.
|
|
1027
|
+
* Lists all Workspace-scoped regulations. Please note: List Workspace regulations only returns deletion requests from the past 90 days. Deletion requests older than 90 days are not retained and will result in 404 resource not found.
|
|
1028
1028
|
* @summary List Workspace Regulations
|
|
1029
1029
|
* @param status The status on which to filter the returned regulations. This parameter exists in v1.
|
|
1030
1030
|
* @param regulationTypes The regulation types on which to filter returned regulations. This parameter exists in v1.
|