Skip to content

Commit 66af47b

Browse files
committed
fix(W-21368901): Update dependencies for deep allOf support
- Update @api-components/api-example-generator to 4.4.36 - Update @api-components/api-type-document to 4.2.42 - Add regression test for deep allOf (4+ levels) - Add product-order-minimal to demos - Add nullable spec for W-11650729
1 parent d8afebe commit 66af47b

7 files changed

Lines changed: 1887 additions & 103 deletions

File tree

demo/apis.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@
3838
"models/multiple-messages/multiple-messages.yaml": "ASYNC 2.0",
3939
"models/APIC-560/APIC-560.yaml": "ASYNC 2.0",
4040
"models/agens-api/agents-api.yaml": "OAS 3.0",
41-
"models/nested-examples/nested-examples-oas3.json": "OAS 3.0"
41+
"models/nested-examples/nested-examples-oas3.json": "OAS 3.0",
42+
"models/nullable/nullable.yaml": "OAS 3.0"
4243
}

demo/element/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class ApicApplication extends DemoBase {
1414
constructor() {
1515
super();
1616
this.apis = [
17+
['product-order-minimal', 'W-21368901 - Deep allOf'],
1718
['grpc-test', 'gRPC API'],
1819
['google-drive-api', 'Google Drive API'],
1920
['httpbin', 'HTTPbin API'],

0 commit comments

Comments
 (0)