@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.
@@ -780,8 +780,9 @@ export type GetMeResponses = {
780
780
  /**
781
781
  * successful operation
782
782
  */
783
- 200: unknown;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adspireai/adspire-node-sdk",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "Official Node.js SDK for AdspireAI API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",