@star-insure/sdk 0.1.5 → 0.1.6

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.
@@ -33,8 +33,8 @@ export interface QuoteRequest {
33
33
  phone: string | null;
34
34
  mobile: string | null;
35
35
  email: string | null;
36
- license: string | null;
37
- license_other: string | null;
36
+ licence: string | null;
37
+ licence_other: string | null;
38
38
  has_automatch: boolean | null;
39
39
  automatch_by: QuoteRequestAutomatch;
40
40
  automatch_client_id: string | null;
@@ -88,8 +88,8 @@ export interface QuoteRequestForm {
88
88
  phone?: string;
89
89
  mobile?: string;
90
90
  email?: string;
91
- license?: string;
92
- license_other?: string;
91
+ licence?: string;
92
+ licence_other?: string;
93
93
  promo_code?: string;
94
94
  club_membership_number?: string;
95
95
  broker_fee?: number;
@@ -114,8 +114,8 @@ export interface QuoteRequestForm {
114
114
  incidents?: QuoteRequestIncident[];
115
115
  has_demerit_points?: boolean;
116
116
  demerit_points?: string;
117
- has_lost_license?: boolean;
118
- lost_license_details?: string;
117
+ has_lost_licence?: boolean;
118
+ lost_licence_details?: string;
119
119
  was_refused_insurance?: boolean;
120
120
  refused_insurance_details?: string;
121
121
  has_criminal_conviction?: boolean;
@@ -7,8 +7,8 @@ export interface QuoteRequestDeclaration {
7
7
  incidents: QuoteRequestIncident[] | null;
8
8
  has_demerit_points: boolean | null;
9
9
  demerit_points: string | null;
10
- has_lost_license: boolean | null;
11
- lost_license_details: string | null;
10
+ has_lost_licence: boolean | null;
11
+ lost_licence_details: string | null;
12
12
  was_refused_insurance: boolean | null;
13
13
  refused_insurance_details: string | null;
14
14
  has_criminal_conviction: boolean | null;
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.5",
5
+ "version": "0.1.6",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -39,8 +39,8 @@ export interface QuoteRequest {
39
39
  phone: string | null;
40
40
  mobile: string | null;
41
41
  email: string | null;
42
- license: string | null;
43
- license_other: string | null;
42
+ licence: string | null;
43
+ licence_other: string | null;
44
44
  has_automatch: boolean | null;
45
45
  automatch_by: QuoteRequestAutomatch;
46
46
  automatch_client_id: string | null;
@@ -101,8 +101,8 @@ export interface QuoteRequestForm {
101
101
  phone?: string;
102
102
  mobile?: string;
103
103
  email?: string;
104
- license?: string;
105
- license_other?: string;
104
+ licence?: string;
105
+ licence_other?: string;
106
106
  promo_code?: string;
107
107
  club_membership_number?: string;
108
108
  broker_fee?: number;
@@ -131,8 +131,8 @@ export interface QuoteRequestForm {
131
131
  incidents?: QuoteRequestIncident[];
132
132
  has_demerit_points?: boolean;
133
133
  demerit_points?: string;
134
- has_lost_license?: boolean;
135
- lost_license_details?: string;
134
+ has_lost_licence?: boolean;
135
+ lost_licence_details?: string;
136
136
  was_refused_insurance?: boolean;
137
137
  refused_insurance_details?: string;
138
138
  has_criminal_conviction?: boolean;
@@ -8,8 +8,8 @@ export interface QuoteRequestDeclaration {
8
8
  incidents: QuoteRequestIncident[] | null;
9
9
  has_demerit_points: boolean | null;
10
10
  demerit_points: string | null;
11
- has_lost_license: boolean | null;
12
- lost_license_details: string | null;
11
+ has_lost_licence: boolean | null;
12
+ lost_licence_details: string | null;
13
13
  was_refused_insurance: boolean | null;
14
14
  refused_insurance_details: string | null;
15
15
  has_criminal_conviction: boolean | null;