Skip to content

Commit 954a59e

Browse files
authored
feat!: remove messageId() from the Message and MessageTrait objects (#102)
1 parent 4e19fbb commit 954a59e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/api.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AsyncAPI Parser API v2.0.0
1+
# AsyncAPI Parser API v3.0.0
22

33
## AsyncAPIDocument
44
- version(): `string`
@@ -170,7 +170,6 @@
170170
- hasSchemaFormat(): `boolean`
171171
- schemaFormat(): `string` | `undefined`
172172
- hasMessageId(): `boolean`
173-
- messageId(): `string` | `undefined`
174173
- hasCorrelationId(): `boolean`
175174
- correlationId(): `CorrelationId` | `undefined`
176175
- hasContentType(): `boolean`
@@ -229,7 +228,6 @@
229228
- hasSchemaFormat(): `boolean`
230229
- schemaFormat(): `string` | `undefined`
231230
- hasMessageId(): `boolean`
232-
- messageId(): `string` | `undefined`
233231
- hasCorrelationId(): `boolean`
234232
- correlationId(): `CorrelationId` | `undefined`
235233
- hasContentType(): `boolean`

0 commit comments

Comments
 (0)