@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 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.es54.js";
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
@@ -1,4 +1,4 @@
1
- import { __exports as t } from "./sdk.es52.js";
1
+ import { __exports as t } from "./sdk.es53.js";
2
2
  import R from "react";
3
3
  /**
4
4
  * @license React
package/dist/sdk.es45.js CHANGED
@@ -1,4 +1,4 @@
1
- import { __exports as m } from "./sdk.es53.js";
1
+ import { __exports as m } from "./sdk.es54.js";
2
2
  import ir from "react";
3
3
  /**
4
4
  * @license React
package/dist/sdk.es52.js CHANGED
@@ -1,5 +1,6 @@
1
- var r = {};
1
+ import { __require as r } from "./sdk.es85.js";
2
+ var a = r();
2
3
  export {
3
- r as __exports
4
+ a as l
4
5
  };
5
6
  //# sourceMappingURL=sdk.es52.js.map
@@ -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
@@ -1,5 +1,5 @@
1
- var e = {};
1
+ var r = {};
2
2
  export {
3
- e as __exports
3
+ r as __exports
4
4
  };
5
5
  //# sourceMappingURL=sdk.es53.js.map
package/dist/sdk.es54.js CHANGED
@@ -1,6 +1,5 @@
1
- import { __require as r } from "./sdk.es85.js";
2
- var a = r();
1
+ var e = {};
3
2
  export {
4
- a as l
3
+ e as __exports
5
4
  };
6
5
  //# sourceMappingURL=sdk.es54.js.map
@@ -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.1",
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