@adspireai/adspire-node-sdk 1.0.16 → 1.0.18
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/types.gen.d.ts +2 -1
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -780,8 +780,9 @@ export type GetMeResponses = {
|
|
|
780
780
|
/**
|
|
781
781
|
* successful operation
|
|
782
782
|
*/
|
|
783
|
-
200:
|
|
783
|
+
200: Users;
|
|
784
784
|
};
|
|
785
|
+
export type GetMeResponse = GetMeResponses[keyof GetMeResponses];
|
|
785
786
|
export type LogoutUserData = {
|
|
786
787
|
body?: never;
|
|
787
788
|
path?: never;
|