Skip to content

Commit e325dd8

Browse files
authored
feat: add 'runCollection' to enabled resources (#68)
1 parent 4fe8c29 commit e325dd8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dist/src/enabledResources.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/enabledResources.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ const full = [
145145
'getDuplicateCollectionTaskStatus',
146146
'deleteApiCollectionComment',
147147
'deleteSpecFile',
148+
'runCollection',
148149
] as const;
149150

150151
const minimal = [
@@ -186,6 +187,7 @@ const minimal = [
186187
'createCollectionResponse',
187188
'duplicateCollection',
188189
'getStatusOfAnAsyncApiTask',
190+
'runCollection',
189191
] as const;
190192

191193
const excludedFromGeneration = ['createCollection', 'putCollection'] as const;

0 commit comments

Comments
 (0)