@scouterna/scoutnet-openapi 0.3.5 → 0.3.6

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.6](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.5...scoutnet-openapi-v0.3.6) (2026-01-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add questions type to project_member ([1f9f325](https://github.com/Scouterna/scoutnet-api/commit/1f9f325d0e1d9cb35769433cabfb3abb2de35791))
9
+
3
10
  ## [0.3.5](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.4...scoutnet-openapi-v0.3.5) (2026-01-11)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scouterna/scoutnet-openapi",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "The OpenAPI document for the Scoutnet API, neatly packaged for NPM.",
5
5
  "keywords": [
6
6
  "scouterna",
@@ -73,8 +73,9 @@ properties:
73
73
  patrol_name:
74
74
  type: string
75
75
  questions:
76
- type: {}
77
- description: NOT YET DOCUMENTED
76
+ type: object
77
+ additionalProperties:
78
+ type: string
78
79
  contact_info:
79
80
  type: object
80
81
  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.5
11
+ version: 0.3.6
12
12
  license:
13
13
  name: MIT
14
14
  identifier: MIT