@scouterna/scoutnet-openapi 0.3.9 → 0.3.10

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.10](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.9...scoutnet-openapi-v0.3.10) (2026-01-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * make participant question values be nullable ([200de2a](https://github.com/Scouterna/scoutnet-api/commit/200de2adee1108d974d6dfb1653c717177a90bb6))
9
+
3
10
  ## [0.3.9](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.8...scoutnet-openapi-v0.3.9) (2026-01-28)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scouterna/scoutnet-openapi",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "The OpenAPI document for the Scoutnet API, neatly packaged for NPM.",
5
5
  "keywords": [
6
6
  "scouterna",
@@ -79,7 +79,7 @@ properties:
79
79
  questions:
80
80
  type: object
81
81
  additionalProperties:
82
- type: string
82
+ type: [string, 'null']
83
83
  contact_info:
84
84
  type: object
85
85
  additionalProperties:
@@ -8,7 +8,7 @@ info:
8
8
  Scoutnet is the member management system for the Guides and Scouts of
9
9
  Sweden. This API provides access to various resources related to projects,
10
10
  groups, and participants.
11
- version: 0.3.9
11
+ version: 0.3.10
12
12
  license:
13
13
  name: MIT
14
14
  identifier: MIT