wg-api-sdk 4.31.64 → 4.31.66-alpha.1
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
|
@@ -9778,7 +9778,7 @@ interface components {
|
|
|
9778
9778
|
* Timestamp
|
|
9779
9779
|
* Format: date-time
|
|
9780
9780
|
* @description Timestamp of when the error occured
|
|
9781
|
-
* @default 2026-
|
|
9781
|
+
* @default 2026-07-01T11:54:10.887236
|
|
9782
9782
|
*/
|
|
9783
9783
|
timestamp: string;
|
|
9784
9784
|
/**
|
|
@@ -50614,6 +50614,11 @@ interface components {
|
|
|
50614
50614
|
offers: boolean;
|
|
50615
50615
|
/** Usp */
|
|
50616
50616
|
usp: boolean;
|
|
50617
|
+
/**
|
|
50618
|
+
* Compliance
|
|
50619
|
+
* @default false
|
|
50620
|
+
*/
|
|
50621
|
+
compliance: boolean;
|
|
50617
50622
|
/**
|
|
50618
50623
|
* Save
|
|
50619
50624
|
* @description Whether to save the current step configuration on broker level.
|
|
@@ -54027,7 +54032,7 @@ interface components {
|
|
|
54027
54032
|
/**
|
|
54028
54033
|
* Quote Specifications
|
|
54029
54034
|
* @default {
|
|
54030
|
-
* "contract_commencement_date": "2026-
|
|
54035
|
+
* "contract_commencement_date": "2026-07-01"
|
|
54031
54036
|
* }
|
|
54032
54037
|
*/
|
|
54033
54038
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
package/dist/index.d.ts
CHANGED
|
@@ -9778,7 +9778,7 @@ interface components {
|
|
|
9778
9778
|
* Timestamp
|
|
9779
9779
|
* Format: date-time
|
|
9780
9780
|
* @description Timestamp of when the error occured
|
|
9781
|
-
* @default 2026-
|
|
9781
|
+
* @default 2026-07-01T11:54:10.887236
|
|
9782
9782
|
*/
|
|
9783
9783
|
timestamp: string;
|
|
9784
9784
|
/**
|
|
@@ -50614,6 +50614,11 @@ interface components {
|
|
|
50614
50614
|
offers: boolean;
|
|
50615
50615
|
/** Usp */
|
|
50616
50616
|
usp: boolean;
|
|
50617
|
+
/**
|
|
50618
|
+
* Compliance
|
|
50619
|
+
* @default false
|
|
50620
|
+
*/
|
|
50621
|
+
compliance: boolean;
|
|
50617
50622
|
/**
|
|
50618
50623
|
* Save
|
|
50619
50624
|
* @description Whether to save the current step configuration on broker level.
|
|
@@ -54027,7 +54032,7 @@ interface components {
|
|
|
54027
54032
|
/**
|
|
54028
54033
|
* Quote Specifications
|
|
54029
54034
|
* @default {
|
|
54030
|
-
* "contract_commencement_date": "2026-
|
|
54035
|
+
* "contract_commencement_date": "2026-07-01"
|
|
54031
54036
|
* }
|
|
54032
54037
|
*/
|
|
54033
54038
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.66-alpha.1",
|
|
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",
|