From 0a3808a8431db00a68ddd00204d3eb79e871e028 Mon Sep 17 00:00:00 2001 From: APIs and Common Services team Date: Thu, 16 Jan 2025 06:16:51 +0000 Subject: [PATCH] Automated SDK update This updates the SDK from internal repo commit segmentio/public-api@63343aaf. --- .../publicapi/models/CreateSourceRegulationV1Input.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/segment/publicapi/models/CreateSourceRegulationV1Input.java b/src/main/java/com/segment/publicapi/models/CreateSourceRegulationV1Input.java index 04b22aa8..8bfa9987 100644 --- a/src/main/java/com/segment/publicapi/models/CreateSourceRegulationV1Input.java +++ b/src/main/java/com/segment/publicapi/models/CreateSourceRegulationV1Input.java @@ -32,7 +32,10 @@ /** The input to create a Source-scoped regulation. */ public class CreateSourceRegulationV1Input { - /** The regulation type to create. */ + /** + * The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only + * supported for limited Workspaces for Source-scoped regulations. + */ @JsonAdapter(RegulationTypeEnum.Adapter.class) public enum RegulationTypeEnum { DELETE_ARCHIVE_ONLY("DELETE_ARCHIVE_ONLY"), @@ -158,7 +161,8 @@ public CreateSourceRegulationV1Input regulationType(RegulationTypeEnum regulatio } /** - * The regulation type to create. + * The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only + * supported for limited Workspaces for Source-scoped regulations. * * @return regulationType */