@golemio/ndic 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/docs/openapi.yaml +10 -2
  2. package/package.json +1 -1
package/docs/openapi.yaml CHANGED
@@ -31,11 +31,11 @@ paths:
31
31
  - name: moment
32
32
  in: query
33
33
  description: >-
34
- The traffic situation moment
34
+ Get restrictions valid on given moment. ISO8601 format.
35
35
  required: false
36
36
  schema:
37
37
  type: string
38
- example: 2021-06-21 10:00
38
+ example: 2021-06-21T10:00Z
39
39
  - name: situationRecordType
40
40
  in: query
41
41
  description: >-
@@ -54,6 +54,14 @@ paths:
54
54
  type: integer
55
55
  format: int64
56
56
  example: 10
57
+ - name: offset
58
+ in: query
59
+ description: Sets offset for pagination. Combine with limit accordingly.
60
+ required: false
61
+ schema:
62
+ type: integer
63
+ format: int64
64
+ example: 0
57
65
  responses:
58
66
  "200":
59
67
  description: successful operation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/ndic",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Golemio NDIC Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",