@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
@@ -0,0 +1,3 @@
1
+ # @golemio/city-districts
2
+
3
+ This module is intended for use with Golemio services. Refer [here](https://gitlab.com/operator-ict/golemio/code/modules/core/-/blob/development/README.md) for further information on usage, local development and more.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/city-districts",
3
- "version": "1.3.1-dev.1315655355",
3
+ "version": "1.3.2-dev.1432041404",
4
4
  "description": "Golemio City Districts Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",