wg-api-sdk 4.31.23-alpha.1 → 4.31.25
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 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -9663,7 +9663,7 @@ interface components {
|
|
|
9663
9663
|
* Timestamp
|
|
9664
9664
|
* Format: date-time
|
|
9665
9665
|
* @description Timestamp of when the error occured
|
|
9666
|
-
* @default 2026-03-
|
|
9666
|
+
* @default 2026-03-25T08:57:03.984586
|
|
9667
9667
|
*/
|
|
9668
9668
|
timestamp: string;
|
|
9669
9669
|
/**
|
|
@@ -54433,7 +54433,7 @@ interface components {
|
|
|
54433
54433
|
/**
|
|
54434
54434
|
* Quote Specifications
|
|
54435
54435
|
* @default {
|
|
54436
|
-
* "contract_commencement_date": "2026-03-
|
|
54436
|
+
* "contract_commencement_date": "2026-03-25"
|
|
54437
54437
|
* }
|
|
54438
54438
|
*/
|
|
54439
54439
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -67560,7 +67560,7 @@ interface components {
|
|
|
67560
67560
|
/** Dias Id */
|
|
67561
67561
|
dias_id: number;
|
|
67562
67562
|
/** Adn Entity */
|
|
67563
|
-
adn_entity
|
|
67563
|
+
adn_entity: string;
|
|
67564
67564
|
/** Name */
|
|
67565
67565
|
name: string;
|
|
67566
67566
|
/** Mandatory */
|
package/dist/index.d.ts
CHANGED
|
@@ -9663,7 +9663,7 @@ interface components {
|
|
|
9663
9663
|
* Timestamp
|
|
9664
9664
|
* Format: date-time
|
|
9665
9665
|
* @description Timestamp of when the error occured
|
|
9666
|
-
* @default 2026-03-
|
|
9666
|
+
* @default 2026-03-25T08:57:03.984586
|
|
9667
9667
|
*/
|
|
9668
9668
|
timestamp: string;
|
|
9669
9669
|
/**
|
|
@@ -54433,7 +54433,7 @@ interface components {
|
|
|
54433
54433
|
/**
|
|
54434
54434
|
* Quote Specifications
|
|
54435
54435
|
* @default {
|
|
54436
|
-
* "contract_commencement_date": "2026-03-
|
|
54436
|
+
* "contract_commencement_date": "2026-03-25"
|
|
54437
54437
|
* }
|
|
54438
54438
|
*/
|
|
54439
54439
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -67560,7 +67560,7 @@ interface components {
|
|
|
67560
67560
|
/** Dias Id */
|
|
67561
67561
|
dias_id: number;
|
|
67562
67562
|
/** Adn Entity */
|
|
67563
|
-
adn_entity
|
|
67563
|
+
adn_entity: string;
|
|
67564
67564
|
/** Name */
|
|
67565
67565
|
name: string;
|
|
67566
67566
|
/** Mandatory */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.25",
|
|
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",
|