wg-api-sdk 4.30.258 → 4.30.259
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
|
@@ -9108,7 +9108,7 @@ interface components {
|
|
|
9108
9108
|
* Timestamp
|
|
9109
9109
|
* Format: date-time
|
|
9110
9110
|
* @description Timestamp of when the error occured
|
|
9111
|
-
* @default 2026-02-
|
|
9111
|
+
* @default 2026-02-11T11:11:37.810798
|
|
9112
9112
|
*/
|
|
9113
9113
|
timestamp: string;
|
|
9114
9114
|
/**
|
|
@@ -53348,7 +53348,7 @@ interface components {
|
|
|
53348
53348
|
/**
|
|
53349
53349
|
* Quote Specifications
|
|
53350
53350
|
* @default {
|
|
53351
|
-
* "contract_commencement_date": "2026-02-
|
|
53351
|
+
* "contract_commencement_date": "2026-02-11"
|
|
53352
53352
|
* }
|
|
53353
53353
|
*/
|
|
53354
53354
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
package/dist/index.d.ts
CHANGED
|
@@ -9108,7 +9108,7 @@ interface components {
|
|
|
9108
9108
|
* Timestamp
|
|
9109
9109
|
* Format: date-time
|
|
9110
9110
|
* @description Timestamp of when the error occured
|
|
9111
|
-
* @default 2026-02-
|
|
9111
|
+
* @default 2026-02-11T11:11:37.810798
|
|
9112
9112
|
*/
|
|
9113
9113
|
timestamp: string;
|
|
9114
9114
|
/**
|
|
@@ -53348,7 +53348,7 @@ interface components {
|
|
|
53348
53348
|
/**
|
|
53349
53349
|
* Quote Specifications
|
|
53350
53350
|
* @default {
|
|
53351
|
-
* "contract_commencement_date": "2026-02-
|
|
53351
|
+
* "contract_commencement_date": "2026-02-11"
|
|
53352
53352
|
* }
|
|
53353
53353
|
*/
|
|
53354
53354
|
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.259",
|
|
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",
|