You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
+
3
+
importtype{Pagination}from'./pagination';
4
+
importtype{Transformation}from'./transformation';
5
+
6
+
/**
7
+
* Configured transformations and pagination information.
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
+
3
+
exporttypeTransformation={
4
+
/**
5
+
* Universally unique identifier (UUID) of a transformation.
6
+
*/
7
+
transformationID: string;
8
+
9
+
/**
10
+
* The source code of the transformation.
11
+
*/
12
+
code: string;
13
+
14
+
/**
15
+
* The uniquely identified name of your transformation.
16
+
*/
17
+
name: string;
18
+
19
+
/**
20
+
* A descriptive name for your transformation of what it does.
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
+
3
+
/**
4
+
* API request body for creating a transformation.
5
+
*/
6
+
exporttypeTransformationCreate={
7
+
/**
8
+
* The source code of the transformation.
9
+
*/
10
+
code: string;
11
+
12
+
/**
13
+
* The uniquely identified name of your transformation.
14
+
*/
15
+
name: string;
16
+
17
+
/**
18
+
* A descriptive name for your transformation of what it does.
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
+
3
+
/**
4
+
* API response for creating a transformation.
5
+
*/
6
+
exporttypeTransformationCreateResponse={
7
+
/**
8
+
* Universally unique identifier (UUID) of a transformation.
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
+
3
+
/**
4
+
* API response for updating a transformation.
5
+
*/
6
+
exporttypeTransformationUpdateResponse={
7
+
/**
8
+
* Universally unique identifier (UUID) of a transformation.
0 commit comments