wg-api-sdk 4.31.31 → 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.
@@ -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:16:34.147113
9700
+ * @default 2026-04-01T13:50:12.445059
9701
9701
  */
9702
9702
  timestamp: string;
9703
9703
  /**
@@ -66208,6 +66208,11 @@ interface components {
66208
66208
  };
66209
66209
  /** DiasCalculationPackage */
66210
66210
  DiasCalculationPackage: {
66211
+ /**
66212
+ * Id
66213
+ * Format: uuid
66214
+ */
66215
+ id: string;
66211
66216
  /** Name */
66212
66217
  name: string;
66213
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-01T10:16:34.147113
9700
+ * @default 2026-04-01T13:50:12.445059
9701
9701
  */
9702
9702
  timestamp: string;
9703
9703
  /**
@@ -66208,6 +66208,11 @@ interface components {
66208
66208
  };
66209
66209
  /** DiasCalculationPackage */
66210
66210
  DiasCalculationPackage: {
66211
+ /**
66212
+ * Id
66213
+ * Format: uuid
66214
+ */
66215
+ id: string;
66211
66216
  /** Name */
66212
66217
  name: string;
66213
66218
  /** Dias Id */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.31.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",