wg-api-sdk 4.31.30 → 4.31.31

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.
@@ -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-01T10:01:27.549060
9700
+ * @default 2026-04-01T10:16:34.147113
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 */
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-01T10:01:27.549060
9700
+ * @default 2026-04-01T10:16:34.147113
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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.31.30",
3
+ "version": "4.31.31",
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",