We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a23b8 commit bc7ae79Copy full SHA for bc7ae79
packages/ingestion/model/actionType.ts
@@ -3,4 +3,4 @@
3
/**
4
* Action to perform on the Algolia index.
5
*/
6
-export type ActionType = 'replace' | 'save' | 'partial' | 'append';
+export type ActionType = 'replace' | 'save' | 'partial' | 'partialNoCreate' | 'append';
0 commit comments