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
+
exporttypeEmailNotifications={
4
+
/**
5
+
* Whether to send email notifications, note that this doesn\'t prevent the task from being blocked.
// 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
+
* Set of rules for a task.
5
+
*/
6
+
exporttypePolicies={
7
+
/**
8
+
* The number of critical failures in a row before blocking the task and sending a notification.
Copy file name to clipboardExpand all lines: packages/ingestion/model/task.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
// 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.
Copy file name to clipboardExpand all lines: packages/ingestion/model/taskCreate.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
// 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.
Copy file name to clipboardExpand all lines: packages/ingestion/model/taskUpdate.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
// 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
2
3
+
importtype{Notifications}from'./notifications';
4
+
importtype{Policies}from'./policies';
3
5
importtype{TaskInput}from'./taskInput';
4
6
5
7
/**
@@ -27,4 +29,8 @@ export type TaskUpdate = {
27
29
* Maximum accepted percentage of failures for a task run to finish successfully.
Copy file name to clipboardExpand all lines: packages/ingestion/model/taskV1.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
// 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.
0 commit comments