wg-api-sdk 1.0.29 → 1.0.30

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.
@@ -7947,7 +7947,7 @@ interface components {
7947
7947
  * Timestamp
7948
7948
  * Format: date-time
7949
7949
  * @description Timestamp of when the error occured
7950
- * @default 2025-07-10T12:38:46.871074
7950
+ * @default 2025-07-11T10:40:44.221581
7951
7951
  */
7952
7952
  timestamp: string;
7953
7953
  /**
package/dist/index.d.ts CHANGED
@@ -7947,7 +7947,7 @@ interface components {
7947
7947
  * Timestamp
7948
7948
  * Format: date-time
7949
7949
  * @description Timestamp of when the error occured
7950
- * @default 2025-07-10T12:38:46.871074
7950
+ * @default 2025-07-11T10:40:44.221581
7951
7951
  */
7952
7952
  timestamp: string;
7953
7953
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
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",