wg-api-sdk 4.30.234 → 4.30.235
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 +12 -2
- package/dist/index.d.ts +12 -2
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -8859,7 +8859,7 @@ interface components {
|
|
|
8859
8859
|
* Timestamp
|
|
8860
8860
|
* Format: date-time
|
|
8861
8861
|
* @description Timestamp of when the error occured
|
|
8862
|
-
* @default 2026-01-
|
|
8862
|
+
* @default 2026-01-08T14:25:07.480828
|
|
8863
8863
|
*/
|
|
8864
8864
|
timestamp: string;
|
|
8865
8865
|
/**
|
|
@@ -52941,7 +52941,7 @@ interface components {
|
|
|
52941
52941
|
/**
|
|
52942
52942
|
* Quote Specifications
|
|
52943
52943
|
* @default {
|
|
52944
|
-
* "contract_commencement_date": "2026-01-
|
|
52944
|
+
* "contract_commencement_date": "2026-01-08"
|
|
52945
52945
|
* }
|
|
52946
52946
|
*/
|
|
52947
52947
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -68149,6 +68149,16 @@ interface components {
|
|
|
68149
68149
|
* @description Flow ID this session is related to.
|
|
68150
68150
|
*/
|
|
68151
68151
|
flow_id?: string;
|
|
68152
|
+
/**
|
|
68153
|
+
* Icon Key
|
|
68154
|
+
* @description Icon key of the flow.
|
|
68155
|
+
*/
|
|
68156
|
+
icon_key?: string;
|
|
68157
|
+
/**
|
|
68158
|
+
* Flow Title
|
|
68159
|
+
* @description Flow title.
|
|
68160
|
+
*/
|
|
68161
|
+
flow_title?: string;
|
|
68152
68162
|
/**
|
|
68153
68163
|
* Created At
|
|
68154
68164
|
* Format: date-time
|
package/dist/index.d.ts
CHANGED
|
@@ -8859,7 +8859,7 @@ interface components {
|
|
|
8859
8859
|
* Timestamp
|
|
8860
8860
|
* Format: date-time
|
|
8861
8861
|
* @description Timestamp of when the error occured
|
|
8862
|
-
* @default 2026-01-
|
|
8862
|
+
* @default 2026-01-08T14:25:07.480828
|
|
8863
8863
|
*/
|
|
8864
8864
|
timestamp: string;
|
|
8865
8865
|
/**
|
|
@@ -52941,7 +52941,7 @@ interface components {
|
|
|
52941
52941
|
/**
|
|
52942
52942
|
* Quote Specifications
|
|
52943
52943
|
* @default {
|
|
52944
|
-
* "contract_commencement_date": "2026-01-
|
|
52944
|
+
* "contract_commencement_date": "2026-01-08"
|
|
52945
52945
|
* }
|
|
52946
52946
|
*/
|
|
52947
52947
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -68149,6 +68149,16 @@ interface components {
|
|
|
68149
68149
|
* @description Flow ID this session is related to.
|
|
68150
68150
|
*/
|
|
68151
68151
|
flow_id?: string;
|
|
68152
|
+
/**
|
|
68153
|
+
* Icon Key
|
|
68154
|
+
* @description Icon key of the flow.
|
|
68155
|
+
*/
|
|
68156
|
+
icon_key?: string;
|
|
68157
|
+
/**
|
|
68158
|
+
* Flow Title
|
|
68159
|
+
* @description Flow title.
|
|
68160
|
+
*/
|
|
68161
|
+
flow_title?: string;
|
|
68152
68162
|
/**
|
|
68153
68163
|
* Created At
|
|
68154
68164
|
* Format: date-time
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.30.
|
|
3
|
+
"version": "4.30.235",
|
|
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",
|