Skip to content

Commit be4502e

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@63343aaf.
1 parent 4f2b420 commit be4502e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Segment.PublicApi.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{3DD57FD7-0B4D-403B-B858-98ACF12C13CC}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{2DCB2BF6-1FCE-4580-A827-69BAB561C9E7}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{3DD57FD7-0B4D-403B-B858-98ACF12C13CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{3DD57FD7-0B4D-403B-B858-98ACF12C13CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{3DD57FD7-0B4D-403B-B858-98ACF12C13CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{3DD57FD7-0B4D-403B-B858-98ACF12C13CC}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{2DCB2BF6-1FCE-4580-A827-69BAB561C9E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{2DCB2BF6-1FCE-4580-A827-69BAB561C9E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{2DCB2BF6-1FCE-4580-A827-69BAB561C9E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{2DCB2BF6-1FCE-4580-A827-69BAB561C9E7}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE

src/Segment.PublicApi/Model/CreateSourceRegulationV1Input.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ namespace Segment.PublicApi.Model
3333
public partial class CreateSourceRegulationV1Input : IEquatable<CreateSourceRegulationV1Input>, IValidatableObject
3434
{
3535
/// <summary>
36-
/// The regulation type to create.
36+
/// The regulation type to create. Please note that &#x60;DELETE_ARCHIVE_ONLY&#x60; is only supported for limited Workspaces for Source-scoped regulations.
3737
/// </summary>
38-
/// <value>The regulation type to create.</value>
38+
/// <value>The regulation type to create. Please note that &#x60;DELETE_ARCHIVE_ONLY&#x60; is only supported for limited Workspaces for Source-scoped regulations.</value>
3939
[JsonConverter(typeof(StringEnumConverter))]
4040
public enum RegulationTypeEnum
4141
{
@@ -84,9 +84,9 @@ public enum RegulationTypeEnum
8484

8585

8686
/// <summary>
87-
/// The regulation type to create.
87+
/// The regulation type to create. Please note that &#x60;DELETE_ARCHIVE_ONLY&#x60; is only supported for limited Workspaces for Source-scoped regulations.
8888
/// </summary>
89-
/// <value>The regulation type to create.</value>
89+
/// <value>The regulation type to create. Please note that &#x60;DELETE_ARCHIVE_ONLY&#x60; is only supported for limited Workspaces for Source-scoped regulations.</value>
9090
[DataMember(Name = "regulationType", IsRequired = true, EmitDefaultValue = true)]
9191
public RegulationTypeEnum RegulationType { get; set; }
9292
/// <summary>
@@ -124,7 +124,7 @@ protected CreateSourceRegulationV1Input() { }
124124
/// <summary>
125125
/// Initializes a new instance of the <see cref="CreateSourceRegulationV1Input" /> class.
126126
/// </summary>
127-
/// <param name="regulationType">The regulation type to create. (required).</param>
127+
/// <param name="regulationType">The regulation type to create. Please note that &#x60;DELETE_ARCHIVE_ONLY&#x60; is only supported for limited Workspaces for Source-scoped regulations. (required).</param>
128128
/// <param name="subjectType">The subject type. (required).</param>
129129
/// <param name="subjectIds">The list of &#x60;userId&#x60; or &#x60;objectId&#x60; values of the subjects to regulate. Config API note: equal to &#x60;parent&#x60; but allows an array. (required).</param>
130130
public CreateSourceRegulationV1Input(RegulationTypeEnum regulationType = default(RegulationTypeEnum), SubjectTypeEnum subjectType = default(SubjectTypeEnum), List<string> subjectIds = default(List<string>))

0 commit comments

Comments
 (0)