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.
onDemand
1 parent 71259af commit 97a7471Copy full SHA for 97a7471
packages/ingestion/builds/browser.ts
@@ -22,6 +22,9 @@ export {
22
apiClientVersion,
23
IngestionClient,
24
Region,
25
+ isOnDemandTrigger,
26
+ isScheduleTrigger,
27
+ isSubscriptionTrigger,
28
} from '../src/ingestionClient';
29
export * from '../model';
30
packages/ingestion/builds/node.ts
@@ -17,6 +17,9 @@ export {
17
18
19
20
21
0 commit comments