wg-api-sdk 1.0.26 → 1.0.27
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 +6 -1
- package/dist/index.d.ts +6 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -7930,7 +7930,7 @@ interface components {
|
|
|
7930
7930
|
* Timestamp
|
|
7931
7931
|
* Format: date-time
|
|
7932
7932
|
* @description Timestamp of when the error occured
|
|
7933
|
-
* @default 2025-07-
|
|
7933
|
+
* @default 2025-07-09T12:00:32.130297
|
|
7934
7934
|
*/
|
|
7935
7935
|
timestamp: string;
|
|
7936
7936
|
/**
|
|
@@ -62865,6 +62865,11 @@ interface components {
|
|
|
62865
62865
|
last_name: string;
|
|
62866
62866
|
/** Initials */
|
|
62867
62867
|
initials: string;
|
|
62868
|
+
/**
|
|
62869
|
+
* date
|
|
62870
|
+
* Format: date
|
|
62871
|
+
*/
|
|
62872
|
+
birth: Record<string, never>;
|
|
62868
62873
|
/** Infix */
|
|
62869
62874
|
infix?: string;
|
|
62870
62875
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -7930,7 +7930,7 @@ interface components {
|
|
|
7930
7930
|
* Timestamp
|
|
7931
7931
|
* Format: date-time
|
|
7932
7932
|
* @description Timestamp of when the error occured
|
|
7933
|
-
* @default 2025-07-
|
|
7933
|
+
* @default 2025-07-09T12:00:32.130297
|
|
7934
7934
|
*/
|
|
7935
7935
|
timestamp: string;
|
|
7936
7936
|
/**
|
|
@@ -62865,6 +62865,11 @@ interface components {
|
|
|
62865
62865
|
last_name: string;
|
|
62866
62866
|
/** Initials */
|
|
62867
62867
|
initials: string;
|
|
62868
|
+
/**
|
|
62869
|
+
* date
|
|
62870
|
+
* Format: date
|
|
62871
|
+
*/
|
|
62872
|
+
birth: Record<string, never>;
|
|
62868
62873
|
/** Infix */
|
|
62869
62874
|
infix?: string;
|
|
62870
62875
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
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",
|