@golemio/pid 2.14.6-dev.1376846280 → 2.14.6-dev.1377668988

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.
@@ -635,7 +635,16 @@ paths:
635
635
  schema:
636
636
  type: string
637
637
  example: "2020-04-07T06:32:29.000Z"
638
- - $ref: "#/components/headers/AcceptEncodingByDefault"
638
+ - in: header
639
+ name: Accept-Encoding
640
+ description: Indicate the content encoding (usually a compression algorithm) that the client can understand. See [mdn](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding) for more details. Note that for this endpoint, if no value is given, gzip compression will be used by default (the `identity` value can be used to opt out of the default compression).
641
+ required: false
642
+ schema:
643
+ oneOf:
644
+ - type: string
645
+ enum:
646
+ - gzip
647
+ - identity
639
648
  responses:
640
649
  "200":
641
650
  description: successful operation
@@ -707,7 +716,16 @@ paths:
707
716
  schema:
708
717
  type: string
709
718
  example: "Europe_Prague"
710
- - $ref: "#/components/headers/AcceptEncodingByDefault"
719
+ - in: header
720
+ name: Accept-Encoding
721
+ description: Indicate the content encoding (usually a compression algorithm) that the client can understand. See [mdn](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding) for more details. Note that for this endpoint, if no value is given, gzip compression will be used by default (the `identity` value can be used to opt out of the default compression).
722
+ required: false
723
+ schema:
724
+ oneOf:
725
+ - type: string
726
+ enum:
727
+ - gzip
728
+ - identity
711
729
  responses:
712
730
  "200":
713
731
  description: successful operation
@@ -1090,7 +1108,16 @@ paths:
1090
1108
  description: "Choose which scopes to include in response."
1091
1109
  required: true
1092
1110
  example: ["info"]
1093
- - $ref: "#/components/headers/AcceptEncodingByDefault"
1111
+ - in: header
1112
+ name: Accept-Encoding
1113
+ description: Indicate the content encoding (usually a compression algorithm) that the client can understand. See [mdn](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding) for more details. Note that for this endpoint, if no value is given, gzip compression will be used by default (the `identity` value can be used to opt out of the default compression).
1114
+ required: false
1115
+ schema:
1116
+ oneOf:
1117
+ - type: string
1118
+ enum:
1119
+ - gzip
1120
+ - identity
1094
1121
  responses:
1095
1122
  200:
1096
1123
  description: OK
@@ -1150,7 +1177,16 @@ paths:
1150
1177
  - trolleybus
1151
1178
  example: 'metro'
1152
1179
  description: 'filter by transport type'
1153
- - $ref: "#/components/headers/AcceptEncodingByDefault"
1180
+ - in: header
1181
+ name: Accept-Encoding
1182
+ description: Indicate the content encoding (usually a compression algorithm) that the client can understand. See [mdn](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding) for more details. Note that for this endpoint, if no value is given, gzip compression will be used by default (the `identity` value can be used to opt out of the default compression).
1183
+ required: false
1184
+ schema:
1185
+ oneOf:
1186
+ - type: string
1187
+ enum:
1188
+ - gzip
1189
+ - identity
1154
1190
  responses:
1155
1191
  200:
1156
1192
  description: OK
@@ -1206,7 +1242,16 @@ paths:
1206
1242
  description: "Choose which scopes to include in response."
1207
1243
  required: true
1208
1244
  example: ["info"]
1209
- - $ref: "#/components/headers/AcceptEncodingByDefault"
1245
+ - in: header
1246
+ name: Accept-Encoding
1247
+ description: Indicate the content encoding (usually a compression algorithm) that the client can understand. See [mdn](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding) for more details. Note that for this endpoint, if no value is given, gzip compression will be used by default (the `identity` value can be used to opt out of the default compression).
1248
+ required: false
1249
+ schema:
1250
+ oneOf:
1251
+ - type: string
1252
+ enum:
1253
+ - gzip
1254
+ - identity
1210
1255
  responses:
1211
1256
  200:
1212
1257
  description: OK
@@ -1273,7 +1318,16 @@ paths:
1273
1318
  description: "Choose which scopes to include in response."
1274
1319
  required: true
1275
1320
  example: ["info"]
1276
- - $ref: "#/components/headers/AcceptEncodingByDefault"
1321
+ - in: header
1322
+ name: Accept-Encoding
1323
+ description: Indicate the content encoding (usually a compression algorithm) that the client can understand. See [mdn](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding) for more details. Note that for this endpoint, if no value is given, gzip compression will be used by default (the `identity` value can be used to opt out of the default compression).
1324
+ required: false
1325
+ schema:
1326
+ oneOf:
1327
+ - type: string
1328
+ enum:
1329
+ - gzip
1330
+ - identity
1277
1331
  responses:
1278
1332
  200:
1279
1333
  description: OK
@@ -1339,7 +1393,17 @@ paths:
1339
1393
  maximum: 360
1340
1394
  description: Default is 60. Maximum is 360 (6 hours)
1341
1395
  example: 60
1342
- - $ref: "#/components/headers/AcceptEncodingByDefault"
1396
+ - in: header
1397
+ name: Accept-Encoding
1398
+ description: Indicate the content encoding (usually a compression algorithm) that the client can understand. See [mdn](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding) for more details. Note that for this endpoint, if no value is given, gzip compression will be used by default (the `identity` value can be used to opt out of the default compression).
1399
+ required: false
1400
+ schema:
1401
+ oneOf:
1402
+ - type: string
1403
+ enum:
1404
+ - gzip
1405
+ - identity
1406
+
1343
1407
  responses:
1344
1408
  200:
1345
1409
  description: OK
@@ -2872,13 +2936,3 @@ components:
2872
2936
  type: boolean
2873
2937
  example: true
2874
2938
  nullable: true
2875
-
2876
- headers:
2877
- AcceptEncodingByDefault:
2878
- name: Accept-Encoding
2879
- in: header
2880
- description: Indicate the content encoding (usually a compression algorithm) that the client can understand. See [mdn](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding) for more details. Note that for this endpoint, if no value is given, gzip compression will be used by default (the `identity` value can be used to opt out of the default compression).
2881
- required: false
2882
- schema:
2883
- type: string
2884
- example: "gzip"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "2.14.6-dev.1376846280",
3
+ "version": "2.14.6-dev.1377668988",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",