wg-api-sdk 4.31.10 → 4.31.11
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -9612,7 +9612,7 @@ interface components {
|
|
|
9612
9612
|
* Timestamp
|
|
9613
9613
|
* Format: date-time
|
|
9614
9614
|
* @description Timestamp of when the error occured
|
|
9615
|
-
* @default 2026-03-
|
|
9615
|
+
* @default 2026-03-16T17:39:11.581356
|
|
9616
9616
|
*/
|
|
9617
9617
|
timestamp: string;
|
|
9618
9618
|
/**
|
|
@@ -65704,6 +65704,8 @@ interface components {
|
|
|
65704
65704
|
possible_packages: components["schemas"]["flows__models__dias__DiasQuote__PossiblePackage"][];
|
|
65705
65705
|
/** Success */
|
|
65706
65706
|
success: boolean;
|
|
65707
|
+
/** Is Tailored Premium */
|
|
65708
|
+
is_tailored_premium: boolean;
|
|
65707
65709
|
/** Errors */
|
|
65708
65710
|
errors?: string[];
|
|
65709
65711
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -9612,7 +9612,7 @@ interface components {
|
|
|
9612
9612
|
* Timestamp
|
|
9613
9613
|
* Format: date-time
|
|
9614
9614
|
* @description Timestamp of when the error occured
|
|
9615
|
-
* @default 2026-03-
|
|
9615
|
+
* @default 2026-03-16T17:39:11.581356
|
|
9616
9616
|
*/
|
|
9617
9617
|
timestamp: string;
|
|
9618
9618
|
/**
|
|
@@ -65704,6 +65704,8 @@ interface components {
|
|
|
65704
65704
|
possible_packages: components["schemas"]["flows__models__dias__DiasQuote__PossiblePackage"][];
|
|
65705
65705
|
/** Success */
|
|
65706
65706
|
success: boolean;
|
|
65707
|
+
/** Is Tailored Premium */
|
|
65708
|
+
is_tailored_premium: boolean;
|
|
65707
65709
|
/** Errors */
|
|
65708
65710
|
errors?: string[];
|
|
65709
65711
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.11",
|
|
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",
|