@scouterna/scoutnet-openapi 0.3.8 → 0.3.9

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.9](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.8...scoutnet-openapi-v0.3.9) (2026-01-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update API spec to align with Scounet 4.24.2 ([bd80513](https://github.com/Scouterna/scoutnet-api/commit/bd8051343497d89caabe331820f9bcd241779143))
9
+
3
10
  ## [0.3.8](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.7...scoutnet-openapi-v0.3.8) (2026-01-12)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scouterna/scoutnet-openapi",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "The OpenAPI document for the Scoutnet API, neatly packaged for NPM.",
5
5
  "keywords": [
6
6
  "scouterna",
@@ -6,6 +6,10 @@ properties:
6
6
  type: boolean
7
7
  cancelled:
8
8
  type: boolean
9
+ confirmed:
10
+ type: boolean
11
+ confirmed_at:
12
+ type: string
9
13
  member_status:
10
14
  type: number
11
15
  member_no:
@@ -29,17 +29,16 @@ get:
29
29
  $ref: ../components/form.yaml
30
30
  questions:
31
31
  type: object
32
- properties:
33
- sections:
34
- type: object
35
- additionalProperties:
36
- $ref: ../components/form_section.yaml
37
- tabs:
38
- type: object
39
- additionalProperties:
40
- $ref: ../components/form_tab.yaml
41
32
  additionalProperties:
42
33
  $ref: ../components/question.yaml
34
+ tabs:
35
+ type: object
36
+ additionalProperties:
37
+ $ref: ../components/form_tab.yaml
38
+ sections:
39
+ type: object
40
+ additionalProperties:
41
+ $ref: ../components/form_section.yaml
43
42
  messages:
44
43
  type: array
45
44
  items:
@@ -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.8
11
+ version: 0.3.9
12
12
  license:
13
13
  name: MIT
14
14
  identifier: MIT