@swagger-api/apidom-parser-adapter-asyncapi-json-2 1.8.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.9.0](https://github.com/swagger-api/apidom/compare/v1.8.0...v1.9.0) (2026-03-30)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-json-2
9
+
6
10
  # [1.8.0](https://github.com/swagger-api/apidom/compare/v1.7.0...v1.8.0) (2026-03-20)
7
11
 
8
12
  **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-json-2
@@ -23358,6 +23358,24 @@
23358
23358
  this.element = 'jmsChannelBinding';
23359
23359
  this.classes.push('channel-binding');
23360
23360
  }
23361
+ get destination() {
23362
+ return this.get('destination');
23363
+ }
23364
+ set destination(destination) {
23365
+ this.set('destination', destination);
23366
+ }
23367
+ get destinationType() {
23368
+ return this.get('destinationType');
23369
+ }
23370
+ set destinationType(destinationType) {
23371
+ this.set('destinationType', destinationType);
23372
+ }
23373
+ get bindingVersion() {
23374
+ return this.get('bindingVersion');
23375
+ }
23376
+ set bindingVersion(bindingVersion) {
23377
+ this.set('bindingVersion', bindingVersion);
23378
+ }
23361
23379
  }
23362
23380
 
23363
23381
  /**
@@ -23369,6 +23387,18 @@
23369
23387
  this.element = 'jmsMessageBinding';
23370
23388
  this.classes.push('message-binding');
23371
23389
  }
23390
+ get headers() {
23391
+ return this.get('headers');
23392
+ }
23393
+ set headers(headers) {
23394
+ this.set('headers', headers);
23395
+ }
23396
+ get bindingVersion() {
23397
+ return this.get('bindingVersion');
23398
+ }
23399
+ set bindingVersion(bindingVersion) {
23400
+ this.set('bindingVersion', bindingVersion);
23401
+ }
23372
23402
  }
23373
23403
 
23374
23404
  /**
@@ -23391,6 +23421,30 @@
23391
23421
  this.element = 'jmsServerBinding';
23392
23422
  this.classes.push('server-binding');
23393
23423
  }
23424
+ get jmsConnectionFactory() {
23425
+ return this.get('jmsConnectionFactory');
23426
+ }
23427
+ set jmsConnectionFactory(jmsConnectionFactory) {
23428
+ this.set('jmsConnectionFactory', jmsConnectionFactory);
23429
+ }
23430
+ get properties() {
23431
+ return this.get('properties');
23432
+ }
23433
+ set properties(properties) {
23434
+ this.set('properties', properties);
23435
+ }
23436
+ get clientID() {
23437
+ return this.get('clientID');
23438
+ }
23439
+ set clientID(clientID) {
23440
+ this.set('clientID', clientID);
23441
+ }
23442
+ get bindingVersion() {
23443
+ return this.get('bindingVersion');
23444
+ }
23445
+ set bindingVersion(bindingVersion) {
23446
+ this.set('bindingVersion', bindingVersion);
23447
+ }
23394
23448
  }
23395
23449
 
23396
23450
  /**
@@ -24016,6 +24070,24 @@
24016
24070
  set destinations(destinations) {
24017
24071
  this.set('destinations', destinations);
24018
24072
  }
24073
+ get timeToLive() {
24074
+ return this.get('timeToLive');
24075
+ }
24076
+ set timeToLive(timeToLive) {
24077
+ this.set('timeToLive', timeToLive);
24078
+ }
24079
+ get priority() {
24080
+ return this.get('priority');
24081
+ }
24082
+ set priority(priority) {
24083
+ this.set('priority', priority);
24084
+ }
24085
+ get dmqEligible() {
24086
+ return this.get('dmqEligible');
24087
+ }
24088
+ set dmqEligible(dmqEligible) {
24089
+ this.set('dmqEligible', dmqEligible);
24090
+ }
24019
24091
  }
24020
24092
 
24021
24093
  /**
@@ -24039,6 +24111,12 @@
24039
24111
  set msgVpn(msgVpn) {
24040
24112
  this.set('msgVpn', msgVpn);
24041
24113
  }
24114
+ get clientName() {
24115
+ return this.get('clientName');
24116
+ }
24117
+ set clientName(clientName) {
24118
+ this.set('clientName', clientName);
24119
+ }
24042
24120
  }
24043
24121
 
24044
24122
  /**
@@ -24050,6 +24128,24 @@
24050
24128
  this.element = 'sqsChannelBinding';
24051
24129
  this.classes.push('channel-binding');
24052
24130
  }
24131
+ get queue() {
24132
+ return this.get('queue');
24133
+ }
24134
+ set queue(queue) {
24135
+ this.set('queue', queue);
24136
+ }
24137
+ get deadLetterQueue() {
24138
+ return this.get('deadLetterQueue');
24139
+ }
24140
+ set deadLetterQueue(deadLetterQueue) {
24141
+ this.set('deadLetterQueue', deadLetterQueue);
24142
+ }
24143
+ get bindingVersion() {
24144
+ return this.get('bindingVersion');
24145
+ }
24146
+ set bindingVersion(bindingVersion) {
24147
+ this.set('bindingVersion', bindingVersion);
24148
+ }
24053
24149
  }
24054
24150
 
24055
24151
  /**
@@ -24072,6 +24168,18 @@
24072
24168
  this.element = 'sqsOperationBinding';
24073
24169
  this.classes.push('operation-binding');
24074
24170
  }
24171
+ get queues() {
24172
+ return this.get('queues');
24173
+ }
24174
+ set queues(queues) {
24175
+ this.set('queues', queues);
24176
+ }
24177
+ get bindingVersion() {
24178
+ return this.get('bindingVersion');
24179
+ }
24180
+ set bindingVersion(bindingVersion) {
24181
+ this.set('bindingVersion', bindingVersion);
24182
+ }
24075
24183
  }
24076
24184
 
24077
24185
  /**