Skip to content

Commit 1653f83

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-deep-allof to demos (element, standalone, themed) - Add nullable spec for W-11650729 - Fix test to use correct AMF loader API - Add AMF model exception to .gitignore
1 parent 66af47b commit 1653f83

File tree

8 files changed

+7604
-80
lines changed

8 files changed

+7604
-80
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ demo/models/flattened/*.json
6767
!demo/models/avro2.json
6868
!demo/models/grpc-test.json
6969
!demo/models/grpc-test-compact.json
70+
!demo/models/product-order-deep-allof.json
7071

7172
.idea/
7273
.sfdx

demo/element/app.js

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

0 commit comments

Comments
 (0)