sowell-models 1.22.1 → 1.22.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowell-models",
3
- "version": "1.22.1",
3
+ "version": "1.22.2",
4
4
  "description": "SoWell models",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -42,7 +42,7 @@ export interface CheckpointProps {
42
42
  id?: string
43
43
  label?: string
44
44
  status: CheckpointStatus
45
- issueReportId?: string
45
+ issue_report_id?: string
46
46
  issue?: {
47
47
  description: string
48
48
  priority: string