@star-insure/sdk 0.1.12 → 0.1.13

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.
@@ -119,7 +119,7 @@ export interface QuoteRequestForm {
119
119
  declaration: {
120
120
  id?: number;
121
121
  had_incident?: boolean;
122
- incidents?: QuoteRequestIncident[];
122
+ incidents: QuoteRequestIncident[];
123
123
  has_demerit_points?: boolean;
124
124
  demerit_points?: string;
125
125
  has_lost_licence?: boolean;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@star-insure/sdk",
3
3
  "description": "The SDK for Star Insure client apps with shared helper functions and TypeScript definitions.",
4
4
  "author": "alexclark_nz",
5
- "version": "0.1.12",
5
+ "version": "0.1.13",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -137,7 +137,7 @@ export interface QuoteRequestForm {
137
137
  declaration: {
138
138
  id?: number;
139
139
  had_incident?: boolean;
140
- incidents?: QuoteRequestIncident[];
140
+ incidents: QuoteRequestIncident[];
141
141
  has_demerit_points?: boolean;
142
142
  demerit_points?: string;
143
143
  has_lost_licence?: boolean;