wg-api-sdk 4.31.34 → 4.31.35
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -9697,7 +9697,7 @@ interface components {
|
|
|
9697
9697
|
* Timestamp
|
|
9698
9698
|
* Format: date-time
|
|
9699
9699
|
* @description Timestamp of when the error occured
|
|
9700
|
-
* @default 2026-04-
|
|
9700
|
+
* @default 2026-04-02T12:20:51.404291
|
|
9701
9701
|
*/
|
|
9702
9702
|
timestamp: string;
|
|
9703
9703
|
/**
|
|
@@ -54487,7 +54487,7 @@ interface components {
|
|
|
54487
54487
|
/**
|
|
54488
54488
|
* Quote Specifications
|
|
54489
54489
|
* @default {
|
|
54490
|
-
* "contract_commencement_date": "2026-04-
|
|
54490
|
+
* "contract_commencement_date": "2026-04-02"
|
|
54491
54491
|
* }
|
|
54492
54492
|
*/
|
|
54493
54493
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
package/dist/index.d.ts
CHANGED
|
@@ -9697,7 +9697,7 @@ interface components {
|
|
|
9697
9697
|
* Timestamp
|
|
9698
9698
|
* Format: date-time
|
|
9699
9699
|
* @description Timestamp of when the error occured
|
|
9700
|
-
* @default 2026-04-
|
|
9700
|
+
* @default 2026-04-02T12:20:51.404291
|
|
9701
9701
|
*/
|
|
9702
9702
|
timestamp: string;
|
|
9703
9703
|
/**
|
|
@@ -54487,7 +54487,7 @@ interface components {
|
|
|
54487
54487
|
/**
|
|
54488
54488
|
* Quote Specifications
|
|
54489
54489
|
* @default {
|
|
54490
|
-
* "contract_commencement_date": "2026-04-
|
|
54490
|
+
* "contract_commencement_date": "2026-04-02"
|
|
54491
54491
|
* }
|
|
54492
54492
|
*/
|
|
54493
54493
|
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.35",
|
|
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",
|