@@ -900,8 +900,8 @@ public interface IIngestionClient
900
900
/// <param name="itemsPerPage">Number of items per page. (optional, default to 10)</param>
901
901
/// <param name="page">Page number of the paginated API response. (optional)</param>
902
902
/// <param name="type">Type of authentication resource to retrieve. (optional)</param>
903
- /// <param name="platform">Ecommerce platform for which to retrieve authentication resources . (optional)</param>
904
- /// <param name="sort">Property by which to sort the list of authentication resources . (optional)</param>
903
+ /// <param name="platform">Ecommerce platform for which to retrieve authentications . (optional)</param>
904
+ /// <param name="sort">Property by which to sort the list of authentications . (optional)</param>
905
905
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
906
906
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
907
907
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
@@ -922,8 +922,8 @@ public interface IIngestionClient
922
922
/// <param name="itemsPerPage">Number of items per page. (optional, default to 10)</param>
923
923
/// <param name="page">Page number of the paginated API response. (optional)</param>
924
924
/// <param name="type">Type of authentication resource to retrieve. (optional)</param>
925
- /// <param name="platform">Ecommerce platform for which to retrieve authentication resources . (optional)</param>
926
- /// <param name="sort">Property by which to sort the list of authentication resources . (optional)</param>
925
+ /// <param name="platform">Ecommerce platform for which to retrieve authentications . (optional)</param>
926
+ /// <param name="sort">Property by which to sort the list of authentications . (optional)</param>
927
927
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
928
928
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
929
929
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
@@ -945,6 +945,7 @@ public interface IIngestionClient
945
945
/// <param name="page">Page number of the paginated API response. (optional)</param>
946
946
/// <param name="type">Destination type. (optional)</param>
947
947
/// <param name="authenticationID">Authentication ID used by destinations. (optional)</param>
948
+ /// <param name="transformationID">Get the list of destinations used by a transformation. (optional)</param>
948
949
/// <param name="sort">Property by which to sort the destinations. (optional)</param>
949
950
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
950
951
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -953,7 +954,7 @@ public interface IIngestionClient
953
954
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
954
955
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
955
956
/// <returns>Task of ListDestinationsResponse</returns>
956
- Task < ListDestinationsResponse > ListDestinationsAsync ( int ? itemsPerPage = default , int ? page = default , List < DestinationType > type = default , List < string > authenticationID = default , DestinationSortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
957
+ Task < ListDestinationsResponse > ListDestinationsAsync ( int ? itemsPerPage = default , int ? page = default , List < DestinationType > type = default , List < string > authenticationID = default , string transformationID = default , DestinationSortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
957
958
958
959
/// <summary>
959
960
/// Retrieves a list of destinations. (Synchronous version)
@@ -967,6 +968,7 @@ public interface IIngestionClient
967
968
/// <param name="page">Page number of the paginated API response. (optional)</param>
968
969
/// <param name="type">Destination type. (optional)</param>
969
970
/// <param name="authenticationID">Authentication ID used by destinations. (optional)</param>
971
+ /// <param name="transformationID">Get the list of destinations used by a transformation. (optional)</param>
970
972
/// <param name="sort">Property by which to sort the destinations. (optional)</param>
971
973
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
972
974
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -975,7 +977,7 @@ public interface IIngestionClient
975
977
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
976
978
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
977
979
/// <returns>ListDestinationsResponse</returns>
978
- ListDestinationsResponse ListDestinations ( int ? itemsPerPage = default , int ? page = default , List < DestinationType > type = default , List < string > authenticationID = default , DestinationSortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
980
+ ListDestinationsResponse ListDestinations ( int ? itemsPerPage = default , int ? page = default , List < DestinationType > type = default , List < string > authenticationID = default , string transformationID = default , DestinationSortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
979
981
980
982
/// <summary>
981
983
/// Retrieves a list of events for a task run, identified by it's ID.
@@ -1088,7 +1090,7 @@ public interface IIngestionClient
1088
1090
/// <param name="itemsPerPage">Number of items per page. (optional, default to 10)</param>
1089
1091
/// <param name="page">Page number of the paginated API response. (optional)</param>
1090
1092
/// <param name="type">Source type. Some sources require authentication. (optional)</param>
1091
- /// <param name="authenticationID">Authentication IDs of the sources to retrieve. 'none' returns sources that doesn't have an authentication resource . (optional)</param>
1093
+ /// <param name="authenticationID">Authentication IDs of the sources to retrieve. 'none' returns sources that doesn't have an authentication. (optional)</param>
1092
1094
/// <param name="sort">Property by which to sort the list of sources. (optional)</param>
1093
1095
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
1094
1096
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -1110,7 +1112,7 @@ public interface IIngestionClient
1110
1112
/// <param name="itemsPerPage">Number of items per page. (optional, default to 10)</param>
1111
1113
/// <param name="page">Page number of the paginated API response. (optional)</param>
1112
1114
/// <param name="type">Source type. Some sources require authentication. (optional)</param>
1113
- /// <param name="authenticationID">Authentication IDs of the sources to retrieve. 'none' returns sources that doesn't have an authentication resource . (optional)</param>
1115
+ /// <param name="authenticationID">Authentication IDs of the sources to retrieve. 'none' returns sources that doesn't have an authentication. (optional)</param>
1114
1116
/// <param name="sort">Property by which to sort the list of sources. (optional)</param>
1115
1117
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
1116
1118
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -1231,15 +1233,15 @@ public interface IIngestionClient
1231
1233
/// - editSettings
1232
1234
/// <param name="itemsPerPage">Number of items per page. (optional, default to 10)</param>
1233
1235
/// <param name="page">Page number of the paginated API response. (optional)</param>
1234
- /// <param name="sort">Property by which to sort the list. (optional)</param>
1236
+ /// <param name="sort">Property by which to sort the list of transformations . (optional)</param>
1235
1237
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
1236
1238
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
1237
1239
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
1238
1240
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
1239
1241
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
1240
1242
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
1241
1243
/// <returns>Task of ListTransformationsResponse</returns>
1242
- Task < ListTransformationsResponse > ListTransformationsAsync ( int ? itemsPerPage = default , int ? page = default , SortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
1244
+ Task < ListTransformationsResponse > ListTransformationsAsync ( int ? itemsPerPage = default , int ? page = default , TransformationSortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
1243
1245
1244
1246
/// <summary>
1245
1247
/// Retrieves a list of transformations. (Synchronous version)
@@ -1251,15 +1253,15 @@ public interface IIngestionClient
1251
1253
/// - editSettings
1252
1254
/// <param name="itemsPerPage">Number of items per page. (optional, default to 10)</param>
1253
1255
/// <param name="page">Page number of the paginated API response. (optional)</param>
1254
- /// <param name="sort">Property by which to sort the list. (optional)</param>
1256
+ /// <param name="sort">Property by which to sort the list of transformations . (optional)</param>
1255
1257
/// <param name="order">Sort order of the response, ascending or descending. (optional)</param>
1256
1258
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
1257
1259
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
1258
1260
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
1259
1261
/// <exception cref="Algolia.Search.Exceptions.AlgoliaApiException">Thrown when the API call was rejected by Algolia</exception>
1260
1262
/// <exception cref="Algolia.Search.Exceptions.AlgoliaUnreachableHostException">Thrown when the client failed to call the endpoint</exception>
1261
1263
/// <returns>ListTransformationsResponse</returns>
1262
- ListTransformationsResponse ListTransformations ( int ? itemsPerPage = default , int ? page = default , SortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
1264
+ ListTransformationsResponse ListTransformations ( int ? itemsPerPage = default , int ? page = default , TransformationSortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
1263
1265
1264
1266
/// <summary>
1265
1267
/// Push a `batch` request payload through the Pipeline. You can check the status of task pushes with the observability endpoints.
@@ -2635,7 +2637,7 @@ public ListAuthenticationsResponse ListAuthentications(int? itemsPerPage = defau
2635
2637
2636
2638
2637
2639
/// <inheritdoc />
2638
- public async Task < ListDestinationsResponse > ListDestinationsAsync ( int ? itemsPerPage = default , int ? page = default , List < DestinationType > type = default , List < string > authenticationID = default , DestinationSortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default )
2640
+ public async Task < ListDestinationsResponse > ListDestinationsAsync ( int ? itemsPerPage = default , int ? page = default , List < DestinationType > type = default , List < string > authenticationID = default , string transformationID = default , DestinationSortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default )
2639
2641
{
2640
2642
var requestOptions = new InternalRequestOptions ( options ) ;
2641
2643
@@ -2644,15 +2646,16 @@ public async Task<ListDestinationsResponse> ListDestinationsAsync(int? itemsPerP
2644
2646
requestOptions . AddQueryParameter ( "page" , page ) ;
2645
2647
requestOptions . AddQueryParameter ( "type" , type ) ;
2646
2648
requestOptions . AddQueryParameter ( "authenticationID" , authenticationID ) ;
2649
+ requestOptions . AddQueryParameter ( "transformationID" , transformationID ) ;
2647
2650
requestOptions . AddQueryParameter ( "sort" , sort ) ;
2648
2651
requestOptions . AddQueryParameter ( "order" , order ) ;
2649
2652
return await _transport . ExecuteRequestAsync < ListDestinationsResponse > ( new HttpMethod ( "GET" ) , "/1/destinations" , requestOptions , cancellationToken ) . ConfigureAwait ( false ) ;
2650
2653
}
2651
2654
2652
2655
2653
2656
/// <inheritdoc />
2654
- public ListDestinationsResponse ListDestinations ( int ? itemsPerPage = default , int ? page = default , List < DestinationType > type = default , List < string > authenticationID = default , DestinationSortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default ) =>
2655
- AsyncHelper . RunSync ( ( ) => ListDestinationsAsync ( itemsPerPage , page , type , authenticationID , sort , order , options , cancellationToken ) ) ;
2657
+ public ListDestinationsResponse ListDestinations ( int ? itemsPerPage = default , int ? page = default , List < DestinationType > type = default , List < string > authenticationID = default , string transformationID = default , DestinationSortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default ) =>
2658
+ AsyncHelper . RunSync ( ( ) => ListDestinationsAsync ( itemsPerPage , page , type , authenticationID , transformationID , sort , order , options , cancellationToken ) ) ;
2656
2659
2657
2660
2658
2661
/// <inheritdoc />
@@ -2777,7 +2780,7 @@ public ListTasksResponseV1 ListTasksV1(int? itemsPerPage = default, int? page =
2777
2780
2778
2781
2779
2782
/// <inheritdoc />
2780
- public async Task < ListTransformationsResponse > ListTransformationsAsync ( int ? itemsPerPage = default , int ? page = default , SortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default )
2783
+ public async Task < ListTransformationsResponse > ListTransformationsAsync ( int ? itemsPerPage = default , int ? page = default , TransformationSortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default )
2781
2784
{
2782
2785
var requestOptions = new InternalRequestOptions ( options ) ;
2783
2786
@@ -2791,7 +2794,7 @@ public async Task<ListTransformationsResponse> ListTransformationsAsync(int? ite
2791
2794
2792
2795
2793
2796
/// <inheritdoc />
2794
- public ListTransformationsResponse ListTransformations ( int ? itemsPerPage = default , int ? page = default , SortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default ) =>
2797
+ public ListTransformationsResponse ListTransformations ( int ? itemsPerPage = default , int ? page = default , TransformationSortKeys ? sort = default , OrderKeys ? order = default , RequestOptions options = null , CancellationToken cancellationToken = default ) =>
2795
2798
AsyncHelper . RunSync ( ( ) => ListTransformationsAsync ( itemsPerPage , page , sort , order , options , cancellationToken ) ) ;
2796
2799
2797
2800
0 commit comments