@scouterna/scoutnet 0.3.23 → 0.3.24

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,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.24](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-v0.3.23...scoutnet-v0.3.24) (2026-01-30)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * devDependencies
10
+ * @scouterna/scoutnet-openapi bumped to 0.3.10
11
+
3
12
  ## [0.3.23](https://github.com/Scouterna/scoutnet-api/compare/scoutnet-v0.3.22...scoutnet-v0.3.23) (2026-01-28)
4
13
 
5
14
 
@@ -298,7 +298,7 @@ export interface components {
298
298
  patrol_name?: string | null;
299
299
  } | unknown[]) | null;
300
300
  questions?: {
301
- [key: string]: string;
301
+ [key: string]: string | null;
302
302
  } | null;
303
303
  contact_info?: {
304
304
  [key: string]: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scouterna/scoutnet",
3
- "version": "0.3.23",
3
+ "version": "0.3.24",
4
4
  "description": "API client for the Scoutnet API.",
5
5
  "keywords": [
6
6
  "scouterna",
@@ -27,7 +27,7 @@
27
27
  "@types/node": "^24.10.7",
28
28
  "openapi-typescript": "^7.6.0",
29
29
  "typescript": "~5.6.2",
30
- "@scouterna/scoutnet-openapi": "^0.3.9"
30
+ "@scouterna/scoutnet-openapi": "^0.3.10"
31
31
  },
32
32
  "dependencies": {
33
33
  "openapi-fetch": "^0.13.4"
@@ -316,7 +316,7 @@ export interface components {
316
316
  )
317
317
  | null;
318
318
  questions?: {
319
- [key: string]: string;
319
+ [key: string]: string | null;
320
320
  } | null;
321
321
  contact_info?: {
322
322
  [key: string]: string;