Skip to content

Commit 052c9f2

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@a717ee05.
1 parent 70c83ef commit 052c9f2

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", "{70AA04FB-1617-413E-9B2A-866381A99648}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{6C2BC31B-4779-45DC-929E-444F965F2F33}"
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-
{70AA04FB-1617-413E-9B2A-866381A99648}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{70AA04FB-1617-413E-9B2A-866381A99648}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{70AA04FB-1617-413E-9B2A-866381A99648}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{70AA04FB-1617-413E-9B2A-866381A99648}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{6C2BC31B-4779-45DC-929E-444F965F2F33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{6C2BC31B-4779-45DC-929E-444F965F2F33}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{6C2BC31B-4779-45DC-929E-444F965F2F33}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{6C2BC31B-4779-45DC-929E-444F965F2F33}.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
@@ -152,7 +152,7 @@ public interface IDeletionAndSuppressionApiSync : IApiAccessor
152152
/// List Regulations from Source
153153
/// </summary>
154154
/// <remarks>
155-
/// Lists all Source-scoped regulations.
155+
/// 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.
156156
/// </remarks>
157157
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
158158
/// <param name="sourceId"></param>
@@ -167,7 +167,7 @@ public interface IDeletionAndSuppressionApiSync : IApiAccessor
167167
/// List Regulations from Source
168168
/// </summary>
169169
/// <remarks>
170-
/// Lists all Source-scoped regulations.
170+
/// 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.
171171
/// </remarks>
172172
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
173173
/// <param name="sourceId"></param>
@@ -204,7 +204,7 @@ public interface IDeletionAndSuppressionApiSync : IApiAccessor
204204
/// List Workspace Regulations
205205
/// </summary>
206206
/// <remarks>
207-
/// Lists all Workspace-scoped regulations.
207+
/// 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.
208208
/// </remarks>
209209
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
210210
/// <param name="status">The status on which to filter the returned regulations. This parameter exists in v1. (optional)</param>
@@ -218,7 +218,7 @@ public interface IDeletionAndSuppressionApiSync : IApiAccessor
218218
/// List Workspace Regulations
219219
/// </summary>
220220
/// <remarks>
221-
/// Lists all Workspace-scoped regulations.
221+
/// 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.
222222
/// </remarks>
223223
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
224224
/// <param name="status">The status on which to filter the returned regulations. This parameter exists in v1. (optional)</param>
@@ -371,7 +371,7 @@ public interface IDeletionAndSuppressionApiAsync : IApiAccessor
371371
/// List Regulations from Source
372372
/// </summary>
373373
/// <remarks>
374-
/// Lists all Source-scoped regulations.
374+
/// 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.
375375
/// </remarks>
376376
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
377377
/// <param name="sourceId"></param>
@@ -387,7 +387,7 @@ public interface IDeletionAndSuppressionApiAsync : IApiAccessor
387387
/// List Regulations from Source
388388
/// </summary>
389389
/// <remarks>
390-
/// Lists all Source-scoped regulations.
390+
/// 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.
391391
/// </remarks>
392392
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
393393
/// <param name="sourceId"></param>
@@ -427,7 +427,7 @@ public interface IDeletionAndSuppressionApiAsync : IApiAccessor
427427
/// List Workspace Regulations
428428
/// </summary>
429429
/// <remarks>
430-
/// Lists all Workspace-scoped regulations.
430+
/// 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.
431431
/// </remarks>
432432
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
433433
/// <param name="status">The status on which to filter the returned regulations. This parameter exists in v1. (optional)</param>
@@ -442,7 +442,7 @@ public interface IDeletionAndSuppressionApiAsync : IApiAccessor
442442
/// List Workspace Regulations
443443
/// </summary>
444444
/// <remarks>
445-
/// Lists all Workspace-scoped regulations.
445+
/// 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.
446446
/// </remarks>
447447
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
448448
/// <param name="status">The status on which to filter the returned regulations. This parameter exists in v1. (optional)</param>
@@ -1447,7 +1447,7 @@ public Segment.PublicApi.Client.ApiResponse<GetRegulation200Response> GetRegulat
14471447
}
14481448

14491449
/// <summary>
1450-
/// List Regulations from Source Lists all Source-scoped regulations.
1450+
/// List Regulations from Source 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.
14511451
/// </summary>
14521452
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
14531453
/// <param name="sourceId"></param>
@@ -1463,7 +1463,7 @@ public Segment.PublicApi.Client.ApiResponse<GetRegulation200Response> GetRegulat
14631463
}
14641464

14651465
/// <summary>
1466-
/// List Regulations from Source Lists all Source-scoped regulations.
1466+
/// List Regulations from Source 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.
14671467
/// </summary>
14681468
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
14691469
/// <param name="sourceId"></param>
@@ -1544,7 +1544,7 @@ public Segment.PublicApi.Client.ApiResponse<GetRegulation200Response> GetRegulat
15441544
}
15451545

15461546
/// <summary>
1547-
/// List Regulations from Source Lists all Source-scoped regulations.
1547+
/// List Regulations from Source 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.
15481548
/// </summary>
15491549
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
15501550
/// <param name="sourceId"></param>
@@ -1561,7 +1561,7 @@ public Segment.PublicApi.Client.ApiResponse<GetRegulation200Response> GetRegulat
15611561
}
15621562

15631563
/// <summary>
1564-
/// List Regulations from Source Lists all Source-scoped regulations.
1564+
/// List Regulations from Source 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.
15651565
/// </summary>
15661566
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
15671567
/// <param name="sourceId"></param>
@@ -1801,7 +1801,7 @@ public Segment.PublicApi.Client.ApiResponse<GetRegulation200Response> GetRegulat
18011801
}
18021802

18031803
/// <summary>
1804-
/// List Workspace Regulations Lists all Workspace-scoped regulations.
1804+
/// List Workspace Regulations 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.
18051805
/// </summary>
18061806
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
18071807
/// <param name="status">The status on which to filter the returned regulations. This parameter exists in v1. (optional)</param>
@@ -1816,7 +1816,7 @@ public Segment.PublicApi.Client.ApiResponse<GetRegulation200Response> GetRegulat
18161816
}
18171817

18181818
/// <summary>
1819-
/// List Workspace Regulations Lists all Workspace-scoped regulations.
1819+
/// List Workspace Regulations 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.
18201820
/// </summary>
18211821
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
18221822
/// <param name="status">The status on which to filter the returned regulations. This parameter exists in v1. (optional)</param>
@@ -1889,7 +1889,7 @@ public Segment.PublicApi.Client.ApiResponse<GetRegulation200Response> GetRegulat
18891889
}
18901890

18911891
/// <summary>
1892-
/// List Workspace Regulations Lists all Workspace-scoped regulations.
1892+
/// List Workspace Regulations 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.
18931893
/// </summary>
18941894
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
18951895
/// <param name="status">The status on which to filter the returned regulations. This parameter exists in v1. (optional)</param>
@@ -1905,7 +1905,7 @@ public Segment.PublicApi.Client.ApiResponse<GetRegulation200Response> GetRegulat
19051905
}
19061906

19071907
/// <summary>
1908-
/// List Workspace Regulations Lists all Workspace-scoped regulations.
1908+
/// List Workspace Regulations 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.
19091909
/// </summary>
19101910
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
19111911
/// <param name="status">The status on which to filter the returned regulations. This parameter exists in v1. (optional)</param>

0 commit comments

Comments
 (0)