wg-api-sdk 4.31.30 → 4.31.32
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 +8 -1
- package/dist/index.d.ts +8 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -9697,7 +9697,7 @@ interface components {
|
|
|
9697
9697
|
* Timestamp
|
|
9698
9698
|
* Format: date-time
|
|
9699
9699
|
* @description Timestamp of when the error occured
|
|
9700
|
-
* @default 2026-04-
|
|
9700
|
+
* @default 2026-04-01T13:50:12.445059
|
|
9701
9701
|
*/
|
|
9702
9702
|
timestamp: string;
|
|
9703
9703
|
/**
|
|
@@ -65979,6 +65979,8 @@ interface components {
|
|
|
65979
65979
|
index: number;
|
|
65980
65980
|
/** Name */
|
|
65981
65981
|
name: string;
|
|
65982
|
+
/** Risk Object Name */
|
|
65983
|
+
risk_object_name?: string;
|
|
65982
65984
|
insurance_company: components["schemas"]["DiasInsuranceCompany"];
|
|
65983
65985
|
insurance: components["schemas"]["DiasInsurance"];
|
|
65984
65986
|
/** Coverages */
|
|
@@ -66206,6 +66208,11 @@ interface components {
|
|
|
66206
66208
|
};
|
|
66207
66209
|
/** DiasCalculationPackage */
|
|
66208
66210
|
DiasCalculationPackage: {
|
|
66211
|
+
/**
|
|
66212
|
+
* Id
|
|
66213
|
+
* Format: uuid
|
|
66214
|
+
*/
|
|
66215
|
+
id: string;
|
|
66209
66216
|
/** Name */
|
|
66210
66217
|
name: string;
|
|
66211
66218
|
/** Dias Id */
|
package/dist/index.d.ts
CHANGED
|
@@ -9697,7 +9697,7 @@ interface components {
|
|
|
9697
9697
|
* Timestamp
|
|
9698
9698
|
* Format: date-time
|
|
9699
9699
|
* @description Timestamp of when the error occured
|
|
9700
|
-
* @default 2026-04-
|
|
9700
|
+
* @default 2026-04-01T13:50:12.445059
|
|
9701
9701
|
*/
|
|
9702
9702
|
timestamp: string;
|
|
9703
9703
|
/**
|
|
@@ -65979,6 +65979,8 @@ interface components {
|
|
|
65979
65979
|
index: number;
|
|
65980
65980
|
/** Name */
|
|
65981
65981
|
name: string;
|
|
65982
|
+
/** Risk Object Name */
|
|
65983
|
+
risk_object_name?: string;
|
|
65982
65984
|
insurance_company: components["schemas"]["DiasInsuranceCompany"];
|
|
65983
65985
|
insurance: components["schemas"]["DiasInsurance"];
|
|
65984
65986
|
/** Coverages */
|
|
@@ -66206,6 +66208,11 @@ interface components {
|
|
|
66206
66208
|
};
|
|
66207
66209
|
/** DiasCalculationPackage */
|
|
66208
66210
|
DiasCalculationPackage: {
|
|
66211
|
+
/**
|
|
66212
|
+
* Id
|
|
66213
|
+
* Format: uuid
|
|
66214
|
+
*/
|
|
66215
|
+
id: string;
|
|
66209
66216
|
/** Name */
|
|
66210
66217
|
name: string;
|
|
66211
66218
|
/** Dias Id */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.32",
|
|
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",
|