@incomy/platform-sdk 0.4.0-112 → 0.4.0-116

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.
@@ -31,4 +31,9 @@ export declare class AuthService {
31
31
  * @throws ApiError
32
32
  */
33
33
  static postAuthMe(requestBody?: UpdateProfileRequest): CancelablePromise<User>;
34
+ /**
35
+ * @returns any OK
36
+ * @throws ApiError
37
+ */
38
+ static deleteAuthMe(): CancelablePromise<any>;
34
39
  }
@@ -66,4 +66,14 @@ export class AuthService {
66
66
  mediaType: 'application/json;odata.metadata=minimal;odata.streaming=true',
67
67
  });
68
68
  }
69
+ /**
70
+ * @returns any OK
71
+ * @throws ApiError
72
+ */
73
+ static deleteAuthMe() {
74
+ return __request(OpenAPI, {
75
+ method: 'DELETE',
76
+ url: '/auth/me',
77
+ });
78
+ }
69
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incomy/platform-sdk",
3
- "version": "0.4.0-112",
3
+ "version": "0.4.0-116",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [