Skip to content

Commit 80d59c3

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@e02d1311.
1 parent 181c7af commit 80d59c3

File tree

5 files changed

+291
-15
lines changed

5 files changed

+291
-15
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", "{9B2182B2-5645-4114-99EE-CF856DFECFD7}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{2BDA913B-A0A4-4792-86DB-E042ED27CD26}"
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-
{9B2182B2-5645-4114-99EE-CF856DFECFD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{9B2182B2-5645-4114-99EE-CF856DFECFD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{9B2182B2-5645-4114-99EE-CF856DFECFD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{9B2182B2-5645-4114-99EE-CF856DFECFD7}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{2BDA913B-A0A4-4792-86DB-E042ED27CD26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{2BDA913B-A0A4-4792-86DB-E042ED27CD26}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{2BDA913B-A0A4-4792-86DB-E042ED27CD26}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{2BDA913B-A0A4-4792-86DB-E042ED27CD26}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE

src/Segment.PublicApi/Api/AudiencesApi.cs

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public interface IAudiencesApiSync : IApiAccessor
245245
/// Remove Audience from Space
246246
/// </summary>
247247
/// <remarks>
248-
/// Deletes an Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
248+
/// Deletes an Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
249249
/// </remarks>
250250
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
251251
/// <param name="spaceId"></param>
@@ -258,7 +258,7 @@ public interface IAudiencesApiSync : IApiAccessor
258258
/// Remove Audience from Space
259259
/// </summary>
260260
/// <remarks>
261-
/// Deletes an Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
261+
/// Deletes an Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
262262
/// </remarks>
263263
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
264264
/// <param name="spaceId"></param>
@@ -536,7 +536,7 @@ public interface IAudiencesApiAsync : IApiAccessor
536536
/// Remove Audience from Space
537537
/// </summary>
538538
/// <remarks>
539-
/// Deletes an Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
539+
/// Deletes an Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
540540
/// </remarks>
541541
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
542542
/// <param name="spaceId"></param>
@@ -550,7 +550,7 @@ public interface IAudiencesApiAsync : IApiAccessor
550550
/// Remove Audience from Space
551551
/// </summary>
552552
/// <remarks>
553-
/// Deletes an Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
553+
/// Deletes an Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
554554
/// </remarks>
555555
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
556556
/// <param name="spaceId"></param>
@@ -2215,7 +2215,7 @@ public Segment.PublicApi.Client.ApiResponse<ListAudienceSchedulesFromSpaceAndAud
22152215
}
22162216

22172217
/// <summary>
2218-
/// Remove Audience from Space Deletes an Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
2218+
/// Remove Audience from Space Deletes an Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
22192219
/// </summary>
22202220
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
22212221
/// <param name="spaceId"></param>
@@ -2229,7 +2229,7 @@ public RemoveAudienceFromSpace200Response RemoveAudienceFromSpace(string spaceId
22292229
}
22302230

22312231
/// <summary>
2232-
/// Remove Audience from Space Deletes an Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
2232+
/// Remove Audience from Space Deletes an Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
22332233
/// </summary>
22342234
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
22352235
/// <param name="spaceId"></param>
@@ -2257,6 +2257,7 @@ public Segment.PublicApi.Client.ApiResponse<RemoveAudienceFromSpace200Response>
22572257

22582258
// to determine the Accept header
22592259
string[] _accepts = new string[] {
2260+
"application/vnd.segment.v1beta+json",
22602261
"application/vnd.segment.v1alpha+json",
22612262
"application/json"
22622263
};
@@ -2301,7 +2302,7 @@ public Segment.PublicApi.Client.ApiResponse<RemoveAudienceFromSpace200Response>
23012302
}
23022303

23032304
/// <summary>
2304-
/// Remove Audience from Space Deletes an Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
2305+
/// Remove Audience from Space Deletes an Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
23052306
/// </summary>
23062307
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
23072308
/// <param name="spaceId"></param>
@@ -2316,7 +2317,7 @@ public Segment.PublicApi.Client.ApiResponse<RemoveAudienceFromSpace200Response>
23162317
}
23172318

23182319
/// <summary>
2319-
/// Remove Audience from Space Deletes an Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
2320+
/// Remove Audience from Space Deletes an Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the &#x60;Audience Deleted&#x60; event in the [audit trail](/tag/Audit-Trail). The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
23202321
/// </summary>
23212322
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
23222323
/// <param name="spaceId"></param>
@@ -2346,6 +2347,7 @@ public Segment.PublicApi.Client.ApiResponse<RemoveAudienceFromSpace200Response>
23462347

23472348
// to determine the Accept header
23482349
string[] _accepts = new string[] {
2350+
"application/vnd.segment.v1beta+json",
23492351
"application/vnd.segment.v1alpha+json",
23502352
"application/json"
23512353
};

src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public partial class RemoveAudienceFromSpace200Response : IEquatable<RemoveAudie
3636
/// Initializes a new instance of the <see cref="RemoveAudienceFromSpace200Response" /> class.
3737
/// </summary>
3838
/// <param name="data">data.</param>
39-
public RemoveAudienceFromSpace200Response(RemoveAudienceFromSpaceAlphaOutput data = default(RemoveAudienceFromSpaceAlphaOutput))
39+
public RemoveAudienceFromSpace200Response(RemoveAudienceFromSpaceBetaOutput data = default(RemoveAudienceFromSpaceBetaOutput))
4040
{
4141
this.Data = data;
4242
}
@@ -45,7 +45,7 @@ public partial class RemoveAudienceFromSpace200Response : IEquatable<RemoveAudie
4545
/// Gets or Sets Data
4646
/// </summary>
4747
[DataMember(Name = "data", EmitDefaultValue = false)]
48-
public RemoveAudienceFromSpaceAlphaOutput Data { get; set; }
48+
public RemoveAudienceFromSpaceBetaOutput Data { get; set; }
4949

5050
/// <summary>
5151
/// Returns the string presentation of the object

0 commit comments

Comments
 (0)