wg-api-sdk 4.31.66-alpha.2 → 4.31.67
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
|
@@ -9781,7 +9781,7 @@ interface components {
|
|
|
9781
9781
|
* Timestamp
|
|
9782
9782
|
* Format: date-time
|
|
9783
9783
|
* @description Timestamp of when the error occured
|
|
9784
|
-
* @default 2026-07-
|
|
9784
|
+
* @default 2026-07-02T09:40:37.290025
|
|
9785
9785
|
*/
|
|
9786
9786
|
timestamp: string;
|
|
9787
9787
|
/**
|
|
@@ -54039,7 +54039,7 @@ interface components {
|
|
|
54039
54039
|
/**
|
|
54040
54040
|
* Quote Specifications
|
|
54041
54041
|
* @default {
|
|
54042
|
-
* "contract_commencement_date": "2026-07-
|
|
54042
|
+
* "contract_commencement_date": "2026-07-02"
|
|
54043
54043
|
* }
|
|
54044
54044
|
*/
|
|
54045
54045
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
package/dist/index.d.ts
CHANGED
|
@@ -9781,7 +9781,7 @@ interface components {
|
|
|
9781
9781
|
* Timestamp
|
|
9782
9782
|
* Format: date-time
|
|
9783
9783
|
* @description Timestamp of when the error occured
|
|
9784
|
-
* @default 2026-07-
|
|
9784
|
+
* @default 2026-07-02T09:40:37.290025
|
|
9785
9785
|
*/
|
|
9786
9786
|
timestamp: string;
|
|
9787
9787
|
/**
|
|
@@ -54039,7 +54039,7 @@ interface components {
|
|
|
54039
54039
|
/**
|
|
54040
54040
|
* Quote Specifications
|
|
54041
54041
|
* @default {
|
|
54042
|
-
* "contract_commencement_date": "2026-07-
|
|
54042
|
+
* "contract_commencement_date": "2026-07-02"
|
|
54043
54043
|
* }
|
|
54044
54044
|
*/
|
|
54045
54045
|
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.67",
|
|
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",
|