Skip to content

Commit 97a7471

Browse files
fix(specs): rename task type to onDemand
algolia/api-clients-automation#1299 Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 71259af commit 97a7471

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/ingestion/builds/browser.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ export {
2222
apiClientVersion,
2323
IngestionClient,
2424
Region,
25+
isOnDemandTrigger,
26+
isScheduleTrigger,
27+
isSubscriptionTrigger,
2528
} from '../src/ingestionClient';
2629
export * from '../model';
2730

packages/ingestion/builds/node.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ export {
1717
apiClientVersion,
1818
IngestionClient,
1919
Region,
20+
isOnDemandTrigger,
21+
isScheduleTrigger,
22+
isSubscriptionTrigger,
2023
} from '../src/ingestionClient';
2124
export * from '../model';
2225

0 commit comments

Comments
 (0)