@star-insure/sdk 6.5.1 → 6.5.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/dist/index.d.ts +1 -1
- package/dist/sdk.es31.js +1 -1
- package/dist/sdk.es44.js +1 -1
- package/dist/sdk.es45.js +1 -1
- package/dist/sdk.es52.js +3 -2
- package/dist/sdk.es52.js.map +1 -1
- package/dist/sdk.es53.js +2 -2
- package/dist/sdk.es54.js +2 -3
- package/dist/sdk.es54.js.map +1 -1
- package/package.json +1 -1
- package/src/types/models/quotes/QuoteRequest.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1360,7 +1360,7 @@ export declare interface QuoteRequestReferrerCategory {
|
|
|
1360
1360
|
is_public: boolean;
|
|
1361
1361
|
}
|
|
1362
1362
|
|
|
1363
|
-
export declare type QuoteRequestSource = 'web' | 'phone' | 'show' | 'existing-customer' | 'mighway' | 'agent' | 'broker' | 'entry-form' | 'bularangi' | 'eric-t' | 'referrer';
|
|
1363
|
+
export declare type QuoteRequestSource = 'web' | 'phone' | 'show' | 'existing-customer' | 'mighway' | 'agent' | 'broker' | 'entry-form' | 'bularangi' | 'eric-t' | 'referrer' | 'quashed';
|
|
1364
1364
|
|
|
1365
1365
|
export declare type QuoteRequestStatus = 'new' | 'draft' | 'in-progress' | 'with-customer' | 'sold' | 'bound' | 'customer-modified' | 'closed';
|
|
1366
1366
|
|
package/dist/sdk.es31.js
CHANGED
|
@@ -6,7 +6,7 @@ import "./sdk.es10.js";
|
|
|
6
6
|
import "./sdk.es11.js";
|
|
7
7
|
import "./sdk.es12.js";
|
|
8
8
|
import { calculateAge as D } from "./sdk.es14.js";
|
|
9
|
-
import { l as y } from "./sdk.
|
|
9
|
+
import { l as y } from "./sdk.es52.js";
|
|
10
10
|
function P({
|
|
11
11
|
name: s = "dob",
|
|
12
12
|
id: c = "dob",
|
package/dist/sdk.es44.js
CHANGED
package/dist/sdk.es45.js
CHANGED
package/dist/sdk.es52.js
CHANGED
package/dist/sdk.es52.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.es52.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sdk.es52.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
package/dist/sdk.es53.js
CHANGED
package/dist/sdk.es54.js
CHANGED
package/dist/sdk.es54.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.es54.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sdk.es54.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
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": "6.5.
|
|
5
|
+
"version": "6.5.2",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -14,7 +14,7 @@ import { StreetAddress } from "./StreetAddress";
|
|
|
14
14
|
|
|
15
15
|
export type QuoteRequestStatus = 'new' | 'draft' | 'in-progress' | 'with-customer' | 'sold' | 'bound' | 'customer-modified' | 'closed';
|
|
16
16
|
|
|
17
|
-
export type QuoteRequestSource = 'web' | 'phone' | 'show' | 'existing-customer' | 'mighway' | 'agent' | 'broker' | 'entry-form' | 'bularangi' | 'eric-t' | 'referrer';
|
|
17
|
+
export type QuoteRequestSource = 'web' | 'phone' | 'show' | 'existing-customer' | 'mighway' | 'agent' | 'broker' | 'entry-form' | 'bularangi' | 'eric-t' | 'referrer' | 'quashed';
|
|
18
18
|
|
|
19
19
|
export type QuoteRequestAutomatch = 'quote' | 'email' | 'registration' | 'duplicate' | 'name-dob' | 'phone';
|
|
20
20
|
|