wg-api-sdk 4.31.44-alpha.1 → 4.31.45
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
|
@@ -9734,7 +9734,7 @@ interface components {
|
|
|
9734
9734
|
* Timestamp
|
|
9735
9735
|
* Format: date-time
|
|
9736
9736
|
* @description Timestamp of when the error occured
|
|
9737
|
-
* @default 2026-04-20T20:
|
|
9737
|
+
* @default 2026-04-20T20:58:46.439739
|
|
9738
9738
|
*/
|
|
9739
9739
|
timestamp: string;
|
|
9740
9740
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -9734,7 +9734,7 @@ interface components {
|
|
|
9734
9734
|
* Timestamp
|
|
9735
9735
|
* Format: date-time
|
|
9736
9736
|
* @description Timestamp of when the error occured
|
|
9737
|
-
* @default 2026-04-20T20:
|
|
9737
|
+
* @default 2026-04-20T20:58:46.439739
|
|
9738
9738
|
*/
|
|
9739
9739
|
timestamp: string;
|
|
9740
9740
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.45",
|
|
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",
|