wg-api-sdk 4.30.249-alpha.1 → 4.30.250
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
|
@@ -9069,7 +9069,7 @@ interface components {
|
|
|
9069
9069
|
* Timestamp
|
|
9070
9070
|
* Format: date-time
|
|
9071
9071
|
* @description Timestamp of when the error occured
|
|
9072
|
-
* @default 2026-01-
|
|
9072
|
+
* @default 2026-01-28T12:07:54.573066
|
|
9073
9073
|
*/
|
|
9074
9074
|
timestamp: string;
|
|
9075
9075
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -9069,7 +9069,7 @@ interface components {
|
|
|
9069
9069
|
* Timestamp
|
|
9070
9070
|
* Format: date-time
|
|
9071
9071
|
* @description Timestamp of when the error occured
|
|
9072
|
-
* @default 2026-01-
|
|
9072
|
+
* @default 2026-01-28T12:07:54.573066
|
|
9073
9073
|
*/
|
|
9074
9074
|
timestamp: string;
|
|
9075
9075
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.30.
|
|
3
|
+
"version": "4.30.250",
|
|
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",
|