Skip to content

Commit

Permalink
feat!: remove messageId() from the Message and MessageTrait objects (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Nov 6, 2023
1 parent 4e19fbb commit 954a59e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AsyncAPI Parser API v2.0.0
# AsyncAPI Parser API v3.0.0

## AsyncAPIDocument
- version(): `string`
Expand Down Expand Up @@ -170,7 +170,6 @@
- hasSchemaFormat(): `boolean`
- schemaFormat(): `string` | `undefined`
- hasMessageId(): `boolean`
- messageId(): `string` | `undefined`
- hasCorrelationId(): `boolean`
- correlationId(): `CorrelationId` | `undefined`
- hasContentType(): `boolean`
Expand Down Expand Up @@ -229,7 +228,6 @@
- hasSchemaFormat(): `boolean`
- schemaFormat(): `string` | `undefined`
- hasMessageId(): `boolean`
- messageId(): `string` | `undefined`
- hasCorrelationId(): `boolean`
- correlationId(): `CorrelationId` | `undefined`
- hasContentType(): `boolean`
Expand Down

0 comments on commit 954a59e

Please sign in to comment.