wg-api-sdk 4.31.19 → 4.31.20
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/esm/index.d.mts +7 -2
- package/dist/index.d.ts +7 -2
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -9646,7 +9646,7 @@ interface components {
|
|
|
9646
9646
|
* Timestamp
|
|
9647
9647
|
* Format: date-time
|
|
9648
9648
|
* @description Timestamp of when the error occured
|
|
9649
|
-
* @default 2026-03-
|
|
9649
|
+
* @default 2026-03-20T08:55:19.548431
|
|
9650
9650
|
*/
|
|
9651
9651
|
timestamp: string;
|
|
9652
9652
|
/**
|
|
@@ -54416,7 +54416,7 @@ interface components {
|
|
|
54416
54416
|
/**
|
|
54417
54417
|
* Quote Specifications
|
|
54418
54418
|
* @default {
|
|
54419
|
-
* "contract_commencement_date": "2026-03-
|
|
54419
|
+
* "contract_commencement_date": "2026-03-20"
|
|
54420
54420
|
* }
|
|
54421
54421
|
*/
|
|
54422
54422
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -64945,6 +64945,11 @@ interface components {
|
|
|
64945
64945
|
* @default []
|
|
64946
64946
|
*/
|
|
64947
64947
|
actions: components["schemas"]["OnesuranceAction"][];
|
|
64948
|
+
/**
|
|
64949
|
+
* Conversion Probability
|
|
64950
|
+
* @description What is the chance of conversion, number between 0 and 100. In Dutch: Relevantie (score).
|
|
64951
|
+
*/
|
|
64952
|
+
conversion_probability?: number;
|
|
64948
64953
|
};
|
|
64949
64954
|
/**
|
|
64950
64955
|
* ONESURANCE_ADVICE_TYPE
|
package/dist/index.d.ts
CHANGED
|
@@ -9646,7 +9646,7 @@ interface components {
|
|
|
9646
9646
|
* Timestamp
|
|
9647
9647
|
* Format: date-time
|
|
9648
9648
|
* @description Timestamp of when the error occured
|
|
9649
|
-
* @default 2026-03-
|
|
9649
|
+
* @default 2026-03-20T08:55:19.548431
|
|
9650
9650
|
*/
|
|
9651
9651
|
timestamp: string;
|
|
9652
9652
|
/**
|
|
@@ -54416,7 +54416,7 @@ interface components {
|
|
|
54416
54416
|
/**
|
|
54417
54417
|
* Quote Specifications
|
|
54418
54418
|
* @default {
|
|
54419
|
-
* "contract_commencement_date": "2026-03-
|
|
54419
|
+
* "contract_commencement_date": "2026-03-20"
|
|
54420
54420
|
* }
|
|
54421
54421
|
*/
|
|
54422
54422
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -64945,6 +64945,11 @@ interface components {
|
|
|
64945
64945
|
* @default []
|
|
64946
64946
|
*/
|
|
64947
64947
|
actions: components["schemas"]["OnesuranceAction"][];
|
|
64948
|
+
/**
|
|
64949
|
+
* Conversion Probability
|
|
64950
|
+
* @description What is the chance of conversion, number between 0 and 100. In Dutch: Relevantie (score).
|
|
64951
|
+
*/
|
|
64952
|
+
conversion_probability?: number;
|
|
64948
64953
|
};
|
|
64949
64954
|
/**
|
|
64950
64955
|
* ONESURANCE_ADVICE_TYPE
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.20",
|
|
4
4
|
"description": "An SDK that provides auto-generated fetch functions and types for interacting with WeGroup 's APIs, based on the OpenAPI specification file.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/esm/index.mjs",
|