Skip to content

Commit b831451

Browse files
author
FalkWolsky
committed
Sorting Twilio into Versions
1 parent 15e33f0 commit b831451

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+4
-1
lines changed

server/node-service/src/plugins/twilio/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ import { parseMultiOpenApi, ParseOpenApiOptions } from "../openApi/parse";
88

99

1010
const specs = {
11-
"v1.0": dirToSpecList(path.join(__dirname, "./twilio.spec")),
11+
"v1.0": dirToSpecList(path.join(__dirname, "./twilio.spec.v1")),
12+
"v2.0": dirToSpecList(path.join(__dirname, "./twilio.spec.v2")),
13+
"v3.0": dirToSpecList(path.join(__dirname, "./twilio.spec.v3")),
14+
"v2010": dirToSpecList(path.join(__dirname, "./twilio.spec.v2010")),
1215
}
1316

1417
const dataSourceConfig = {

0 commit comments

Comments
 (0)