@emilgroup/insurance-sdk 1.99.1-beta.12 → 1.99.1-beta.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.
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/insurance-sdk@1.99.1-beta.
|
|
20
|
+
npm install @emilgroup/insurance-sdk@1.99.1-beta.13 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/insurance-sdk@1.99.1-beta.
|
|
24
|
+
yarn add @emilgroup/insurance-sdk@1.99.1-beta.13
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PoliciesApi`.
|
|
@@ -40,7 +40,7 @@ export interface LeadStatusClass {
|
|
|
40
40
|
*/
|
|
41
41
|
'productSlug': string;
|
|
42
42
|
/**
|
|
43
|
-
* Indicates if this status is the default for the lead. Defaults to false.
|
|
43
|
+
* Indicates if this status is the default for the lead. Defaults to false. When set to true, this status will automatically become the default for new leads, and any other status currently marked as default will be updated to false.
|
|
44
44
|
* @type {boolean}
|
|
45
45
|
* @memberof LeadStatusClass
|
|
46
46
|
*/
|
|
@@ -45,7 +45,7 @@ export interface LeadStatusClass {
|
|
|
45
45
|
*/
|
|
46
46
|
'productSlug': string;
|
|
47
47
|
/**
|
|
48
|
-
* Indicates if this status is the default for the lead. Defaults to false.
|
|
48
|
+
* Indicates if this status is the default for the lead. Defaults to false. When set to true, this status will automatically become the default for new leads, and any other status currently marked as default will be updated to false.
|
|
49
49
|
* @type {boolean}
|
|
50
50
|
* @memberof LeadStatusClass
|
|
51
51
|
*/
|