Skip to content

Commit

Permalink
Automated SDK update
Browse files Browse the repository at this point in the history
This updates the SDK from internal repo commit segmentio/public-api@63343aaf.
  • Loading branch information
APIs and Common Services team committed Jan 16, 2025
1 parent 6a9839d commit 0a3808a
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit 0a3808a

Please sign in to comment.