@scouterna/scoutnet-openapi 0.3.6 → 0.3.7

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.7](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.6...scoutnet-openapi-v0.3.7) (2026-01-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add form_id query param ([22ffedb](https://github.com/Scouterna/scoutnet-api/commit/22ffedb94c71611af18c5623672ac00aad97d963))
9
+
3
10
  ## [0.3.6](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.5...scoutnet-openapi-v0.3.6) (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.6",
3
+ "version": "0.3.7",
4
4
  "description": "The OpenAPI document for the Scoutnet API, neatly packaged for NPM.",
5
5
  "keywords": [
6
6
  "scouterna",
@@ -3,6 +3,15 @@ get:
3
3
  operationId: getProjectFormts
4
4
  tags:
5
5
  - project
6
+ parameters:
7
+ - in: query
8
+ name: form_id
9
+ schema:
10
+ type: integer
11
+ required: false
12
+ description: |
13
+ If provided, details of the specific form will be included in the
14
+ response.
6
15
  responses:
7
16
  '200':
8
17
  description: |
@@ -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.6
11
+ version: 0.3.7
12
12
  license:
13
13
  name: MIT
14
14
  identifier: MIT
@@ -45,4 +45,4 @@ paths:
45
45
  /project/checkin:
46
46
  $ref: ./paths/project_checkin.yaml
47
47
  /project/get/questions:
48
- $ref: ./paths/project_forms.yaml
48
+ $ref: ./paths/project_questions.yaml