@asyncapi/cli 1.5.5 → 1.5.6
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.
|
@@ -206,36 +206,42 @@ components:
|
|
|
206
206
|
RequesterId:
|
|
207
207
|
type: string
|
|
208
208
|
description: The Costing requester service account used to produce costing request.
|
|
209
|
-
|
|
209
|
+
examples:
|
|
210
|
+
- svc-ecollect-app
|
|
210
211
|
RequesterCode:
|
|
211
212
|
type: string
|
|
212
213
|
description: >-
|
|
213
214
|
The Costing requester code (generally the BU Code). The requester code
|
|
214
215
|
is useful to get the dedicated context (tenant).
|
|
215
|
-
|
|
216
|
+
examples:
|
|
217
|
+
- 1
|
|
216
218
|
MessageId:
|
|
217
219
|
type: string
|
|
218
220
|
format: uuid
|
|
219
221
|
description: A unique Message ID.
|
|
220
|
-
|
|
222
|
+
examples:
|
|
223
|
+
- 1fa6ef40-8f47-40a8-8cf6-f8607d0066ef
|
|
221
224
|
RequestId:
|
|
222
225
|
type: string
|
|
223
226
|
format: uuid
|
|
224
227
|
description: >-
|
|
225
228
|
A unique Request ID needed to define a `CORRELATION_ID` for exchanges,
|
|
226
229
|
which will be sent back in the Costing Responses.
|
|
227
|
-
|
|
230
|
+
examples:
|
|
231
|
+
- 1fa6ef40-8f47-40a8-8cf6-f8607d0066ef
|
|
228
232
|
CorrelationId:
|
|
229
233
|
type: string
|
|
230
234
|
format: uuid
|
|
231
235
|
description: >-
|
|
232
236
|
A unique Correlation ID defined from the `REQUEST_ID` or the
|
|
233
237
|
`MESSAGE_ID` provided in the Costing Request.
|
|
234
|
-
|
|
238
|
+
examples:
|
|
239
|
+
- 1fa6ef40-8f47-40a8-8cf6-f8607d0066ef
|
|
235
240
|
BuCode:
|
|
236
241
|
type: string
|
|
237
242
|
description: The Business Unit code for which data are applicable.
|
|
238
|
-
|
|
243
|
+
examples:
|
|
244
|
+
- 1
|
|
239
245
|
ReplyTopic:
|
|
240
246
|
type: string
|
|
241
247
|
description: >
|
|
@@ -243,22 +249,26 @@ components:
|
|
|
243
249
|
the [Return Address EIP
|
|
244
250
|
pattern](https://www.enterpriseintegrationpatterns.com/patterns/messaging/ReturnAddress.html).
|
|
245
251
|
**You must grant WRITE access to our `svc-ccr-app` service account.**
|
|
246
|
-
|
|
252
|
+
examples:
|
|
253
|
+
- adeo-case-study-COSTING-RESPONSE-V1
|
|
247
254
|
ErrorStep:
|
|
248
255
|
type: string
|
|
249
256
|
description: |
|
|
250
257
|
The woker that has thrown the error.
|
|
251
|
-
|
|
258
|
+
examples:
|
|
259
|
+
- EXPOSE_RESULT
|
|
252
260
|
ErrorMessage:
|
|
253
261
|
type: string
|
|
254
262
|
description: |
|
|
255
263
|
The error message describing the error.
|
|
256
|
-
|
|
264
|
+
examples:
|
|
265
|
+
- Error message
|
|
257
266
|
ErrorCode:
|
|
258
267
|
type: string
|
|
259
268
|
description: |
|
|
260
269
|
The error code.
|
|
261
|
-
|
|
270
|
+
examples:
|
|
271
|
+
- CURRENCY_NOT_FOUND
|
|
262
272
|
parameters:
|
|
263
273
|
Env:
|
|
264
274
|
description: Adeo Kafka Environement for messages publications.
|
|
@@ -3,10 +3,6 @@
|
|
|
3
3
|
"name": "Account Service",
|
|
4
4
|
"value": "simple-asyncapi.yml"
|
|
5
5
|
},
|
|
6
|
-
{
|
|
7
|
-
"name": "Adeo AsyncAPI Case Study - (protocols: kafka,kafka,kafka)",
|
|
8
|
-
"value": "adeo-kafka-request-reply-asyncapi.yml"
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
"name": "AnyOf example",
|
|
12
8
|
"value": "anyof-asyncapi.yml"
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.5.
|
|
2
|
+
"version": "1.5.6",
|
|
3
3
|
"commands": {
|
|
4
4
|
"bundle": {
|
|
5
5
|
"id": "bundle",
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
"name": "example",
|
|
761
761
|
"type": "option",
|
|
762
762
|
"char": "e",
|
|
763
|
-
"description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t -
|
|
763
|
+
"description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t - anyof-asyncapi.yml\n\t - application-headers-asyncapi.yml\n\t - correlation-id-asyncapi.yml\n\t - websocket-gemini-asyncapi.yml\n\t - gitter-streaming-asyncapi.yml\n\t - kraken-websocket-request-reply-message-filter-in-reply-asyncapi.yml\n\t - kraken-websocket-request-reply-multiple-channels-asyncapi.yml\n\t - mercure-asyncapi.yml\n\t - not-asyncapi.yml\n\t - operation-security-asyncapi.yml\n\t - oneof-asyncapi.yml\n\t - rpc-client-asyncapi.yml\n\t - rpc-server-asyncapi.yml\n\t - slack-rtm-asyncapi.yml\n\t - tutorial.yml\n\t - streetlights-kafka-asyncapi.yml\n\t - streetlights-operation-security-asyncapi.yml\n\t - streetlights-mqtt-asyncapi.yml",
|
|
764
764
|
"multiple": false
|
|
765
765
|
},
|
|
766
766
|
"studio": {
|
|
@@ -865,7 +865,7 @@
|
|
|
865
865
|
"name": "example",
|
|
866
866
|
"type": "option",
|
|
867
867
|
"char": "e",
|
|
868
|
-
"description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t -
|
|
868
|
+
"description": "name of the example to use. Available examples are:\n\t - simple-asyncapi.yml\n\t - anyof-asyncapi.yml\n\t - application-headers-asyncapi.yml\n\t - correlation-id-asyncapi.yml\n\t - websocket-gemini-asyncapi.yml\n\t - gitter-streaming-asyncapi.yml\n\t - kraken-websocket-request-reply-message-filter-in-reply-asyncapi.yml\n\t - kraken-websocket-request-reply-multiple-channels-asyncapi.yml\n\t - mercure-asyncapi.yml\n\t - not-asyncapi.yml\n\t - operation-security-asyncapi.yml\n\t - oneof-asyncapi.yml\n\t - rpc-client-asyncapi.yml\n\t - rpc-server-asyncapi.yml\n\t - slack-rtm-asyncapi.yml\n\t - tutorial.yml\n\t - streetlights-kafka-asyncapi.yml\n\t - streetlights-operation-security-asyncapi.yml\n\t - streetlights-mqtt-asyncapi.yml",
|
|
869
869
|
"multiple": false
|
|
870
870
|
},
|
|
871
871
|
"studio": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asyncapi/cli",
|
|
3
3
|
"description": "All in one CLI for all AsyncAPI tools",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.6",
|
|
5
5
|
"author": "@asyncapi",
|
|
6
6
|
"bin": {
|
|
7
7
|
"asyncapi": "./bin/run"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@asyncapi/avro-schema-parser": "^3.0.12",
|
|
12
12
|
"@asyncapi/bundler": "^0.4.0",
|
|
13
|
-
"@asyncapi/converter": "^1.4.
|
|
13
|
+
"@asyncapi/converter": "^1.4.11",
|
|
14
14
|
"@asyncapi/diff": "^0.4.1",
|
|
15
15
|
"@asyncapi/generator": "^1.17.2",
|
|
16
16
|
"@asyncapi/modelina": "^3.2.3",
|