Skip to content

Commit 628b5bd

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@066293be.
1 parent be4502e commit 628b5bd

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
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", "{2DCB2BF6-1FCE-4580-A827-69BAB561C9E7}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{5D0F1512-E650-44DB-97D2-EAE4CC5DA51A}"
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-
{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
13+
{5D0F1512-E650-44DB-97D2-EAE4CC5DA51A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{5D0F1512-E650-44DB-97D2-EAE4CC5DA51A}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{5D0F1512-E650-44DB-97D2-EAE4CC5DA51A}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{5D0F1512-E650-44DB-97D2-EAE4CC5DA51A}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE

src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public interface IDeletionAndSuppressionApiSync : IApiAccessor
3131
/// Create Cloud Source Regulation
3232
/// </summary>
3333
/// <remarks>
34-
/// Creates a Source-scoped regulation. Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
34+
/// 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: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
3535
/// </remarks>
3636
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
3737
/// <param name="sourceId"></param>
@@ -44,7 +44,7 @@ public interface IDeletionAndSuppressionApiSync : IApiAccessor
4444
/// Create Cloud Source Regulation
4545
/// </summary>
4646
/// <remarks>
47-
/// Creates a Source-scoped regulation. Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
47+
/// 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: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
4848
/// </remarks>
4949
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
5050
/// <param name="sourceId"></param>
@@ -56,7 +56,7 @@ public interface IDeletionAndSuppressionApiSync : IApiAccessor
5656
/// Create Source Regulation
5757
/// </summary>
5858
/// <remarks>
59-
/// Creates a Source-scoped regulation. • When called, this endpoint may generate the &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
59+
/// 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 &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
6060
/// </remarks>
6161
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
6262
/// <param name="sourceId"></param>
@@ -69,7 +69,7 @@ public interface IDeletionAndSuppressionApiSync : IApiAccessor
6969
/// Create Source Regulation
7070
/// </summary>
7171
/// <remarks>
72-
/// Creates a Source-scoped regulation. • When called, this endpoint may generate the &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
72+
/// 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 &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
7373
/// </remarks>
7474
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
7575
/// <param name="sourceId"></param>
@@ -238,7 +238,7 @@ public interface IDeletionAndSuppressionApiAsync : IApiAccessor
238238
/// Create Cloud Source Regulation
239239
/// </summary>
240240
/// <remarks>
241-
/// Creates a Source-scoped regulation. Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
241+
/// 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: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
242242
/// </remarks>
243243
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
244244
/// <param name="sourceId"></param>
@@ -252,7 +252,7 @@ public interface IDeletionAndSuppressionApiAsync : IApiAccessor
252252
/// Create Cloud Source Regulation
253253
/// </summary>
254254
/// <remarks>
255-
/// Creates a Source-scoped regulation. Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
255+
/// 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: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
256256
/// </remarks>
257257
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
258258
/// <param name="sourceId"></param>
@@ -265,7 +265,7 @@ public interface IDeletionAndSuppressionApiAsync : IApiAccessor
265265
/// Create Source Regulation
266266
/// </summary>
267267
/// <remarks>
268-
/// Creates a Source-scoped regulation. • When called, this endpoint may generate the &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
268+
/// 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 &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
269269
/// </remarks>
270270
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
271271
/// <param name="sourceId"></param>
@@ -279,7 +279,7 @@ public interface IDeletionAndSuppressionApiAsync : IApiAccessor
279279
/// Create Source Regulation
280280
/// </summary>
281281
/// <remarks>
282-
/// Creates a Source-scoped regulation. • When called, this endpoint may generate the &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
282+
/// 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 &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
283283
/// </remarks>
284284
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
285285
/// <param name="sourceId"></param>
@@ -569,7 +569,7 @@ public Segment.PublicApi.Client.ExceptionFactory ExceptionFactory
569569
}
570570

571571
/// <summary>
572-
/// Create Cloud Source Regulation Creates a Source-scoped regulation. Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
572+
/// Create Cloud Source Regulation 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: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
573573
/// </summary>
574574
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
575575
/// <param name="sourceId"></param>
@@ -583,7 +583,7 @@ public CreateCloudSourceRegulation200Response CreateCloudSourceRegulation(string
583583
}
584584

585585
/// <summary>
586-
/// Create Cloud Source Regulation Creates a Source-scoped regulation. Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
586+
/// Create Cloud Source Regulation 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: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
587587
/// </summary>
588588
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
589589
/// <param name="sourceId"></param>
@@ -661,7 +661,7 @@ public Segment.PublicApi.Client.ApiResponse<CreateCloudSourceRegulation200Respon
661661
}
662662

663663
/// <summary>
664-
/// Create Cloud Source Regulation Creates a Source-scoped regulation. Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
664+
/// Create Cloud Source Regulation 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: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
665665
/// </summary>
666666
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
667667
/// <param name="sourceId"></param>
@@ -676,7 +676,7 @@ public Segment.PublicApi.Client.ApiResponse<CreateCloudSourceRegulation200Respon
676676
}
677677

678678
/// <summary>
679-
/// Create Cloud Source Regulation Creates a Source-scoped regulation. Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
679+
/// Create Cloud Source Regulation 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: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
680680
/// </summary>
681681
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
682682
/// <param name="sourceId"></param>
@@ -757,7 +757,7 @@ public Segment.PublicApi.Client.ApiResponse<CreateCloudSourceRegulation200Respon
757757
}
758758

759759
/// <summary>
760-
/// Create Source Regulation Creates a Source-scoped regulation. • When called, this endpoint may generate the &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
760+
/// Create Source Regulation 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 &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
761761
/// </summary>
762762
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
763763
/// <param name="sourceId"></param>
@@ -771,7 +771,7 @@ public CreateSourceRegulation200Response CreateSourceRegulation(string sourceId,
771771
}
772772

773773
/// <summary>
774-
/// Create Source Regulation Creates a Source-scoped regulation. • When called, this endpoint may generate the &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
774+
/// Create Source Regulation 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 &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
775775
/// </summary>
776776
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
777777
/// <param name="sourceId"></param>
@@ -849,7 +849,7 @@ public Segment.PublicApi.Client.ApiResponse<CreateSourceRegulation200Response> C
849849
}
850850

851851
/// <summary>
852-
/// Create Source Regulation Creates a Source-scoped regulation. • When called, this endpoint may generate the &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
852+
/// Create Source Regulation 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 &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
853853
/// </summary>
854854
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
855855
/// <param name="sourceId"></param>
@@ -864,7 +864,7 @@ public Segment.PublicApi.Client.ApiResponse<CreateSourceRegulation200Response> C
864864
}
865865

866866
/// <summary>
867-
/// Create Source Regulation Creates a Source-scoped regulation. • When called, this endpoint may generate the &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
867+
/// Create Source Regulation 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 &#x60;Source Regulation Created&#x60; event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - &#x60;attributes&#x60;, - &#x60;userAgent&#x60;
868868
/// </summary>
869869
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
870870
/// <param name="sourceId"></param>

0 commit comments

Comments
 (0)