wg-api-sdk 4.30.210 → 4.30.211
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -8786,7 +8786,7 @@ interface components {
|
|
|
8786
8786
|
* Timestamp
|
|
8787
8787
|
* Format: date-time
|
|
8788
8788
|
* @description Timestamp of when the error occured
|
|
8789
|
-
* @default 2025-11-27T15:
|
|
8789
|
+
* @default 2025-11-27T15:33:33.249006
|
|
8790
8790
|
*/
|
|
8791
8791
|
timestamp: string;
|
|
8792
8792
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -8786,7 +8786,7 @@ interface components {
|
|
|
8786
8786
|
* Timestamp
|
|
8787
8787
|
* Format: date-time
|
|
8788
8788
|
* @description Timestamp of when the error occured
|
|
8789
|
-
* @default 2025-11-27T15:
|
|
8789
|
+
* @default 2025-11-27T15:33:33.249006
|
|
8790
8790
|
*/
|
|
8791
8791
|
timestamp: string;
|
|
8792
8792
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.30.
|
|
3
|
+
"version": "4.30.211",
|
|
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",
|