@scouterna/scoutnet-openapi 0.3.7 → 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,19 @@
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
+
10
+ ## [0.3.8](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.7...scoutnet-openapi-v0.3.8) (2026-01-12)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * add form tabs and sections ([4c7c69f](https://github.com/Scouterna/scoutnet-api/commit/4c7c69f82f8d08d8a466e0ec9a8516ddeb785c13))
16
+
3
17
  ## [0.3.7](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.6...scoutnet-openapi-v0.3.7) (2026-01-12)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scouterna/scoutnet-openapi",
3
- "version": "0.3.7",
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",
@@ -0,0 +1,6 @@
1
+ type: object
2
+ properties:
3
+ id:
4
+ type: integer
5
+ title:
6
+ type: string
@@ -0,0 +1,8 @@
1
+ type: object
2
+ properties:
3
+ id:
4
+ type: integer
5
+ title:
6
+ type: string
7
+ description:
8
+ type: string
@@ -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:
@@ -31,6 +31,14 @@ get:
31
31
  type: object
32
32
  additionalProperties:
33
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
34
42
  messages:
35
43
  type: array
36
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.7
11
+ version: 0.3.9
12
12
  license:
13
13
  name: MIT
14
14
  identifier: MIT