@mitreka/coreflow-types 0.0.22 → 0.0.23

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.
Files changed (2) hide show
  1. package/auth.ts +7 -0
  2. package/package.json +1 -1
package/auth.ts CHANGED
@@ -192,6 +192,13 @@ export type TokenPair = {
192
192
  refresh_token: string;
193
193
  };
194
194
 
195
+ export type UserAccount = {
196
+ id: string,
197
+ name: string,
198
+ email: string,
199
+ avatar: string
200
+ };
201
+
195
202
  export type UserIdentity = {
196
203
  company_id: string;
197
204
  email: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mitreka/coreflow-types",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "CoreFlow Types Definition",
5
5
  "author": {
6
6
  "name": "Riyan Widiyanto",