-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: generated code for commit 692aa2d. [skip ci]
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
- Loading branch information
1 parent
692aa2d
commit 0ba5614
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
8 changes: 5 additions & 3 deletions
8
clients/algoliasearch-client-go/algolia/ingestion/model_event_type.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
clients/algoliasearch-client-javascript/packages/ingestion/model/eventType.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// 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. | ||
|
||
export type EventType = 'fetch' | 'log' | 'record'; | ||
export type EventType = 'fetch' | 'log' | 'record' | 'transform'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters