@golemio/city-districts 1.3.1-dev.1315655355 → 1.3.2-dev.1432041404
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.
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
asyncapi: 3.0.0
|
|
2
|
+
info:
|
|
3
|
+
title: City Districts
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: City Districts
|
|
6
|
+
channels:
|
|
7
|
+
refreshDataInDBcitydistricts:
|
|
8
|
+
address: dataplatform.citydistricts.refreshDataInDB
|
|
9
|
+
description: download new data from a data source and update existing data
|
|
10
|
+
bindings:
|
|
11
|
+
amqp:
|
|
12
|
+
is: queue
|
|
13
|
+
queue:
|
|
14
|
+
exclusive: true
|
|
15
|
+
messages:
|
|
16
|
+
empty:
|
|
17
|
+
$ref: "#/components/messages/EmptyObject"
|
|
18
|
+
operations:
|
|
19
|
+
refreshDataInDBcitydistricts:
|
|
20
|
+
action: "send"
|
|
21
|
+
channel:
|
|
22
|
+
$ref: "#/channels/refreshDataInDBcitydistricts"
|
|
23
|
+
components:
|
|
24
|
+
messages:
|
|
25
|
+
EmptyObject:
|
|
26
|
+
payload:
|
|
27
|
+
type: object
|
package/docs/index.md
ADDED
package/package.json
CHANGED
|
File without changes
|