@scouterna/scoutnet-openapi 0.2.0 → 0.2.1

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.2.1](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.2.0...scoutnet-openapi-v0.2.1) (2025-07-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * make optional properties nullable ([c57724b](https://github.com/Scouterna/scoutnet-api/commit/c57724bbbf21a89c69bd41d98ff576aa249c32ff))
9
+
3
10
  ## [0.2.0](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-openapi-v0.1.9...scoutnet-openapi-v0.2.0) (2025-07-23)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scouterna/scoutnet-openapi",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "The OpenAPI document for the Scoutnet API, neatly packaged for NPM.",
5
5
  "keywords": [
6
6
  "scouterna",
@@ -1,4 +1,10 @@
1
1
  type: object
2
+ required:
3
+ - body_key
4
+ - body_name
5
+ - body_type
6
+ - body_id
7
+ - organisation_id
2
8
  properties:
3
9
  body_key:
4
10
  type: string
@@ -1,4 +1,7 @@
1
1
  type: object
2
+ required:
3
+ - name
4
+ - groups
2
5
  properties:
3
6
  name:
4
7
  type: string
@@ -1,4 +1,6 @@
1
1
  type: object
2
+ required:
3
+ - group_no
2
4
  properties:
3
5
  name:
4
6
  type: string
@@ -1,4 +1,7 @@
1
1
  type: object
2
+ required:
3
+ - name
4
+ - id
2
5
  properties:
3
6
  name:
4
7
  type: string
@@ -1,4 +1,10 @@
1
1
  type: object
2
+ required:
3
+ - name
4
+ - type
5
+ - min_age
6
+ - max_age
7
+ - section_id
2
8
  properties:
3
9
  name:
4
10
  type: string
@@ -1,77 +1,77 @@
1
1
  type: object
2
2
  properties:
3
3
  checked_in:
4
- type: [boolean, 'null']
4
+ type: boolean
5
5
  attended:
6
- type: [boolean, 'null']
6
+ type: boolean
7
7
  cancelled:
8
- type: [boolean, 'null']
8
+ type: boolean
9
9
  member_status:
10
- type: [number, 'null']
10
+ type: number
11
11
  member_no:
12
- type: [number, 'null']
12
+ type: number
13
13
  group_registration:
14
- type: [boolean, 'null']
14
+ type: boolean
15
15
  first_name:
16
- type: [string, 'null']
16
+ type: string
17
17
  last_name:
18
- type: [string, 'null']
18
+ type: string
19
19
  ssno:
20
- type: [string, 'null']
20
+ type: string
21
21
  registration_date:
22
- type: [string, 'null']
22
+ type: string
23
23
  cancelled_date:
24
- type: [string, 'null']
24
+ type: string
25
25
  primary_email:
26
- type: [string, 'null']
26
+ type: string
27
27
  fee_id:
28
- type: [number, 'null']
28
+ type: number
29
29
  primary_membership_info:
30
- type: [object, array, 'null']
30
+ type: [object, array]
31
31
  properties:
32
32
  patrol_id:
33
- type: [number, 'null']
33
+ type: number
34
34
  patrol_name:
35
- type: [string, 'null']
35
+ type: string
36
36
  troop_id:
37
- type: [number, 'null']
37
+ type: number
38
38
  troop_name:
39
- type: [string, 'null']
39
+ type: string
40
40
  group_id:
41
- type: [number, 'null']
41
+ type: number
42
42
  group_name:
43
- type: [string, 'null']
43
+ type: string
44
44
  district_id:
45
- type: [number, 'null']
45
+ type: number
46
46
  district_name:
47
- type: [string, 'null']
47
+ type: string
48
48
  region_id:
49
- type: [number, 'null']
49
+ type: number
50
50
  region_name:
51
- type: [string, 'null']
51
+ type: string
52
52
  organisation_id:
53
- type: [number, 'null']
53
+ type: number
54
54
  organisation_name:
55
- type: [string, 'null']
55
+ type: string
56
56
  group_registration_info:
57
- type: [object, array, 'null']
57
+ type: [object, array]
58
58
  properties:
59
59
  group_id:
60
- type: [number, 'null']
60
+ type: number
61
61
  patrol_id:
62
- type: [number, 'null']
62
+ type: number
63
63
  group_name:
64
- type: [string, 'null']
64
+ type: string
65
65
  org_id:
66
- type: [number, 'null']
66
+ type: number
67
67
  org_name:
68
- type: [string, 'null']
68
+ type: string
69
69
  district_id:
70
- type: [number, 'null']
70
+ type: number
71
71
  district_name:
72
- type: [string, 'null']
72
+ type: string
73
73
  patrol_name:
74
- type: [string, 'null']
74
+ type: string
75
75
  questions:
76
76
  type: {}
77
77
  description: NOT YET DOCUMENTED
@@ -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.2.0
11
+ version: 0.2.1
12
12
  license:
13
13
  name: MIT
14
14
  identifier: MIT