Skip to content

Commit a1df82d

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@f9cd868c.
1 parent 362c7cd commit a1df82d

File tree

621 files changed

+1594
-641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

621 files changed

+1594
-641
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See the next sections for more information on how to use the Segment Public API.
1111

1212
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1313

14-
- API version: 58.2.0
14+
- API version: 58.3.0
1515
- Generator version: 7.0.1
1616
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
1717
For more information, please visit [https://docs.segmentapis.com](https://docs.segmentapis.com)

Segment.PublicApi.sln

+5-5
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", "{D5EAED63-8168-4297-8116-0BE3197B1AF4}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{F7CAF0F8-2D3B-4A6D-AA38-9026A062F4B0}"
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-
{D5EAED63-8168-4297-8116-0BE3197B1AF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{D5EAED63-8168-4297-8116-0BE3197B1AF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{D5EAED63-8168-4297-8116-0BE3197B1AF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{D5EAED63-8168-4297-8116-0BE3197B1AF4}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{F7CAF0F8-2D3B-4A6D-AA38-9026A062F4B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{F7CAF0F8-2D3B-4A6D-AA38-9026A062F4B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{F7CAF0F8-2D3B-4A6D-AA38-9026A062F4B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{F7CAF0F8-2D3B-4A6D-AA38-9026A062F4B0}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE

src/Segment.PublicApi/Api/APICallsApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
55
*
6-
* The version of the OpenAPI document: 58.2.0
6+
* The version of the OpenAPI document: 58.3.0
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Segment.PublicApi/Api/AudiencesApi.cs

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
55
*
6-
* The version of the OpenAPI document: 58.2.0
6+
* The version of the OpenAPI document: 58.3.0
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/
@@ -119,7 +119,7 @@ public interface IAudiencesApiSync : IApiAccessor
119119
/// <param name="pagination">Information about the pagination of this response. [See pagination](https://docs.segmentapis.com/tag/Pagination/#section/Pagination-parameters) for more info. This parameter exists in alpha. (optional)</param>
120120
/// <param name="operationIndex">Index associated with the operation.</param>
121121
/// <returns>ListAudiences200Response</returns>
122-
ListAudiences200Response ListAudiences(string spaceId, PaginationInput? pagination = default(PaginationInput?), int operationIndex = 0);
122+
ListAudiences200Response ListAudiences(string spaceId, ListAudiencesPaginationInput? pagination = default(ListAudiencesPaginationInput?), int operationIndex = 0);
123123

124124
/// <summary>
125125
/// List Audiences
@@ -132,7 +132,7 @@ public interface IAudiencesApiSync : IApiAccessor
132132
/// <param name="pagination">Information about the pagination of this response. [See pagination](https://docs.segmentapis.com/tag/Pagination/#section/Pagination-parameters) for more info. This parameter exists in alpha. (optional)</param>
133133
/// <param name="operationIndex">Index associated with the operation.</param>
134134
/// <returns>ApiResponse of ListAudiences200Response</returns>
135-
ApiResponse<ListAudiences200Response> ListAudiencesWithHttpInfo(string spaceId, PaginationInput? pagination = default(PaginationInput?), int operationIndex = 0);
135+
ApiResponse<ListAudiences200Response> ListAudiencesWithHttpInfo(string spaceId, ListAudiencesPaginationInput? pagination = default(ListAudiencesPaginationInput?), int operationIndex = 0);
136136
/// <summary>
137137
/// Remove Audience from Space
138138
/// </summary>
@@ -293,7 +293,7 @@ public interface IAudiencesApiAsync : IApiAccessor
293293
/// <param name="operationIndex">Index associated with the operation.</param>
294294
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
295295
/// <returns>Task of ListAudiences200Response</returns>
296-
System.Threading.Tasks.Task<ListAudiences200Response> ListAudiencesAsync(string spaceId, PaginationInput? pagination = default(PaginationInput?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
296+
System.Threading.Tasks.Task<ListAudiences200Response> ListAudiencesAsync(string spaceId, ListAudiencesPaginationInput? pagination = default(ListAudiencesPaginationInput?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
297297

298298
/// <summary>
299299
/// List Audiences
@@ -307,7 +307,7 @@ public interface IAudiencesApiAsync : IApiAccessor
307307
/// <param name="operationIndex">Index associated with the operation.</param>
308308
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
309309
/// <returns>Task of ApiResponse (ListAudiences200Response)</returns>
310-
System.Threading.Tasks.Task<ApiResponse<ListAudiences200Response>> ListAudiencesWithHttpInfoAsync(string spaceId, PaginationInput? pagination = default(PaginationInput?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
310+
System.Threading.Tasks.Task<ApiResponse<ListAudiences200Response>> ListAudiencesWithHttpInfoAsync(string spaceId, ListAudiencesPaginationInput? pagination = default(ListAudiencesPaginationInput?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
311311
/// <summary>
312312
/// Remove Audience from Space
313313
/// </summary>
@@ -1060,7 +1060,7 @@ public Segment.PublicApi.Client.ApiResponse<GetAudience200Response> GetAudienceW
10601060
/// <param name="pagination">Information about the pagination of this response. [See pagination](https://docs.segmentapis.com/tag/Pagination/#section/Pagination-parameters) for more info. This parameter exists in alpha. (optional)</param>
10611061
/// <param name="operationIndex">Index associated with the operation.</param>
10621062
/// <returns>ListAudiences200Response</returns>
1063-
public ListAudiences200Response ListAudiences(string spaceId, PaginationInput? pagination = default(PaginationInput?), int operationIndex = 0)
1063+
public ListAudiences200Response ListAudiences(string spaceId, ListAudiencesPaginationInput? pagination = default(ListAudiencesPaginationInput?), int operationIndex = 0)
10641064
{
10651065
Segment.PublicApi.Client.ApiResponse<ListAudiences200Response> localVarResponse = ListAudiencesWithHttpInfo(spaceId, pagination);
10661066
return localVarResponse.Data;
@@ -1074,7 +1074,7 @@ public Segment.PublicApi.Client.ApiResponse<GetAudience200Response> GetAudienceW
10741074
/// <param name="pagination">Information about the pagination of this response. [See pagination](https://docs.segmentapis.com/tag/Pagination/#section/Pagination-parameters) for more info. This parameter exists in alpha. (optional)</param>
10751075
/// <param name="operationIndex">Index associated with the operation.</param>
10761076
/// <returns>ApiResponse of ListAudiences200Response</returns>
1077-
public Segment.PublicApi.Client.ApiResponse<ListAudiences200Response> ListAudiencesWithHttpInfo(string spaceId, PaginationInput? pagination = default(PaginationInput?), int operationIndex = 0)
1077+
public Segment.PublicApi.Client.ApiResponse<ListAudiences200Response> ListAudiencesWithHttpInfo(string spaceId, ListAudiencesPaginationInput? pagination = default(ListAudiencesPaginationInput?), int operationIndex = 0)
10781078
{
10791079
// verify the required parameter 'spaceId' is set
10801080
if (spaceId == null)
@@ -1145,7 +1145,7 @@ public Segment.PublicApi.Client.ApiResponse<GetAudience200Response> GetAudienceW
11451145
/// <param name="operationIndex">Index associated with the operation.</param>
11461146
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
11471147
/// <returns>Task of ListAudiences200Response</returns>
1148-
public async System.Threading.Tasks.Task<ListAudiences200Response> ListAudiencesAsync(string spaceId, PaginationInput? pagination = default(PaginationInput?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
1148+
public async System.Threading.Tasks.Task<ListAudiences200Response> ListAudiencesAsync(string spaceId, ListAudiencesPaginationInput? pagination = default(ListAudiencesPaginationInput?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
11491149
{
11501150
Segment.PublicApi.Client.ApiResponse<ListAudiences200Response> localVarResponse = await ListAudiencesWithHttpInfoAsync(spaceId, pagination, operationIndex, cancellationToken).ConfigureAwait(false);
11511151
return localVarResponse.Data;
@@ -1160,7 +1160,7 @@ public Segment.PublicApi.Client.ApiResponse<GetAudience200Response> GetAudienceW
11601160
/// <param name="operationIndex">Index associated with the operation.</param>
11611161
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
11621162
/// <returns>Task of ApiResponse (ListAudiences200Response)</returns>
1163-
public async System.Threading.Tasks.Task<Segment.PublicApi.Client.ApiResponse<ListAudiences200Response>> ListAudiencesWithHttpInfoAsync(string spaceId, PaginationInput? pagination = default(PaginationInput?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
1163+
public async System.Threading.Tasks.Task<Segment.PublicApi.Client.ApiResponse<ListAudiences200Response>> ListAudiencesWithHttpInfoAsync(string spaceId, ListAudiencesPaginationInput? pagination = default(ListAudiencesPaginationInput?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
11641164
{
11651165
// verify the required parameter 'spaceId' is set
11661166
if (spaceId == null)

src/Segment.PublicApi/Api/AuditTrailApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
55
*
6-
* The version of the OpenAPI document: 58.2.0
6+
* The version of the OpenAPI document: 58.3.0
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Segment.PublicApi/Api/CatalogApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
55
*
6-
* The version of the OpenAPI document: 58.2.0
6+
* The version of the OpenAPI document: 58.3.0
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Segment.PublicApi/Api/ComputedTraitsApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
55
*
6-
* The version of the OpenAPI document: 58.2.0
6+
* The version of the OpenAPI document: 58.3.0
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Segment.PublicApi/Api/DbtApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
55
*
6-
* The version of the OpenAPI document: 58.2.0
6+
* The version of the OpenAPI document: 58.3.0
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
55
*
6-
* The version of the OpenAPI document: 58.2.0
6+
* The version of the OpenAPI document: 58.3.0
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Segment.PublicApi/Api/DeliveryOverviewApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
55
*
6-
* The version of the OpenAPI document: 58.2.0
6+
* The version of the OpenAPI document: 58.3.0
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Segment.PublicApi/Api/DestinationFiltersApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
55
*
6-
* The version of the OpenAPI document: 58.2.0
6+
* The version of the OpenAPI document: 58.3.0
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Segment.PublicApi/Api/DestinationsApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
55
*
6-
* The version of the OpenAPI document: 58.2.0
6+
* The version of the OpenAPI document: 58.3.0
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Segment.PublicApi/Api/EdgeFunctionsApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
55
*
6-
* The version of the OpenAPI document: 58.2.0
6+
* The version of the OpenAPI document: 58.3.0
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Segment.PublicApi/Api/EventsApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
55
*
6-
* The version of the OpenAPI document: 58.2.0
6+
* The version of the OpenAPI document: 58.3.0
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

0 commit comments

Comments
 (0)