Skip to content

Commit e4d45b6

Browse files
committed
fix: asyncapi generation
1 parent c925f31 commit e4d45b6

File tree

4 files changed

+467
-1019
lines changed

4 files changed

+467
-1019
lines changed

packages/live-status-gateway/api/schemas/activePlaylist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $defs:
6868
publicData:
6969
description: Optional arbitrary data
7070
required: [id, name, segmentId, pieces]
71-
additionalProperties: false
71+
# additionalProperties: false
7272
examples:
7373
- id: 'H5CBGYjThrMSmaYvRaa5FVKJIzk_'
7474
name: 'Intro'

packages/live-status-gateway/api/schemas/root.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ $defs:
8989
oneOf:
9090
- $ref: '#/$defs/subscriptionStatusError'
9191
- $ref: '#/$defs/subscriptionStatusSuccess'
92-
additionalProperties: false
92+
# additionalProperties: false
9393
examples:
9494
- $ref: '#/$defs/subscriptionStatusCommon/examples/0'
9595
subscriptionStatusError:

packages/live-status-gateway/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"ws": "^8.16.0"
6767
},
6868
"devDependencies": {
69-
"@asyncapi/generator": "1.10.9",
70-
"@asyncapi/html-template": "0.26.0",
71-
"@asyncapi/nodejs-ws-template": "0.9.33",
69+
"@asyncapi/generator": "^1.17.7",
70+
"@asyncapi/html-template": "^2.1.7",
71+
"@asyncapi/nodejs-ws-template": "^0.9.33",
7272
"type-fest": "^4.10.2"
7373
},
7474
"lint-staged": {

0 commit comments

Comments
 (0)