Skip to content

Commit bc7ae79

Browse files
feat(specs): add partialNoCreate action to ingestion specs (generated)
algolia/api-clients-automation#5389 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 25a23b8 commit bc7ae79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ingestion/model/actionType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/**
44
* Action to perform on the Algolia index.
55
*/
6-
export type ActionType = 'replace' | 'save' | 'partial' | 'append';
6+
export type ActionType = 'replace' | 'save' | 'partial' | 'partialNoCreate' | 'append';

0 commit comments

Comments
 (0)