@scouterna/scoutnet-openapi 0.3.7 → 0.3.8

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.8](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.7...scoutnet-openapi-v0.3.8) (2026-01-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add form tabs and sections ([4c7c69f](https://github.com/Scouterna/scoutnet-api/commit/4c7c69f82f8d08d8a466e0ec9a8516ddeb785c13))
9
+
3
10
  ## [0.3.7](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.3.6...scoutnet-openapi-v0.3.7) (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.7",
3
+ "version": "0.3.8",
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
@@ -29,6 +29,15 @@ 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
32
41
  additionalProperties:
33
42
  $ref: ../components/question.yaml
34
43
  messages:
@@ -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.8
12
12
  license:
13
13
  name: MIT
14
14
  identifier: MIT