wg-api-sdk 4.30.225 → 4.30.226
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
|
@@ -8882,7 +8882,7 @@ interface components {
|
|
|
8882
8882
|
* Timestamp
|
|
8883
8883
|
* Format: date-time
|
|
8884
8884
|
* @description Timestamp of when the error occured
|
|
8885
|
-
* @default 2025-12-
|
|
8885
|
+
* @default 2025-12-23T17:44:17.141129
|
|
8886
8886
|
*/
|
|
8887
8887
|
timestamp: string;
|
|
8888
8888
|
/**
|
|
@@ -52939,7 +52939,7 @@ interface components {
|
|
|
52939
52939
|
/**
|
|
52940
52940
|
* Quote Specifications
|
|
52941
52941
|
* @default {
|
|
52942
|
-
* "contract_commencement_date": "2025-12-
|
|
52942
|
+
* "contract_commencement_date": "2025-12-23"
|
|
52943
52943
|
* }
|
|
52944
52944
|
*/
|
|
52945
52945
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
package/dist/index.d.ts
CHANGED
|
@@ -8882,7 +8882,7 @@ interface components {
|
|
|
8882
8882
|
* Timestamp
|
|
8883
8883
|
* Format: date-time
|
|
8884
8884
|
* @description Timestamp of when the error occured
|
|
8885
|
-
* @default 2025-12-
|
|
8885
|
+
* @default 2025-12-23T17:44:17.141129
|
|
8886
8886
|
*/
|
|
8887
8887
|
timestamp: string;
|
|
8888
8888
|
/**
|
|
@@ -52939,7 +52939,7 @@ interface components {
|
|
|
52939
52939
|
/**
|
|
52940
52940
|
* Quote Specifications
|
|
52941
52941
|
* @default {
|
|
52942
|
-
* "contract_commencement_date": "2025-12-
|
|
52942
|
+
* "contract_commencement_date": "2025-12-23"
|
|
52943
52943
|
* }
|
|
52944
52944
|
*/
|
|
52945
52945
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.30.
|
|
3
|
+
"version": "4.30.226",
|
|
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",
|