@roadmanjs/auth-client 0.0.20 → 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.
@@ -14,7 +14,7 @@ export interface UserType {
14
14
  state?: string;
15
15
  city?: string;
16
16
  zipcode?: string;
17
- image?: string;
17
+ coverImage?: string;
18
18
  avatar?: string;
19
19
  tokenVersion?: number;
20
20
  balance: number;
@@ -22,6 +22,7 @@ exports.UserTypeFragment = (0, graphql_tag_1.default) `
22
22
  city
23
23
  zipcode
24
24
  tokenVersion
25
+ coverImage
25
26
  avatar
26
27
  balance
27
28
  currency
@@ -1 +1 @@
1
- {"version":3,"file":"user.fragment.js","sourceRoot":"","sources":["../../../src/client/gql/user.fragment.ts"],"names":[],"mappings":";;;;;;AACA,8DAA8B;AA8BjB,QAAA,gBAAgB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;CAqBlC,CAAC;AAEW,QAAA,yBAAyB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;MAWtC,wBAAgB;CACrB,CAAC;AAEF,kBAAe,wBAAgB,CAAC"}
1
+ {"version":3,"file":"user.fragment.js","sourceRoot":"","sources":["../../../src/client/gql/user.fragment.ts"],"names":[],"mappings":";;;;;;AACA,8DAA8B;AA8BjB,QAAA,gBAAgB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;CAsBlC,CAAC;AAEW,QAAA,yBAAyB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;MAWtC,wBAAgB;CACrB,CAAC;AAEF,kBAAe,wBAAgB,CAAC"}
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@roadmanjs/auth-client","version":"0.0.20","description":"GraphQL client gql for @roadmanjs/auth","main":"index.js","types":"index.d.ts","files":["index.d.ts","docs/","/gql","register/","LICENSE"],"author":{"name":"Ceddy Muhoza","email":"ceddymuhoza@gmail.com","url":"https://ceddy.org"},"license":"MIT","private":false,"scripts":{},"lint-staged":{"*.{ts,tsx}":["npm run eslint"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"devDependencies":{},"peerDependencies":{},"dependencies":{"graphql-tag":"^2.12.5"}}
1
+ {"name":"@roadmanjs/auth-client","version":"0.0.23","description":"GraphQL client gql for @roadmanjs/auth","main":"index.js","types":"index.d.ts","files":["index.d.ts","docs/","/gql","register/","LICENSE"],"author":{"name":"Ceddy Muhoza","email":"ceddymuhoza@gmail.com","url":"https://ceddy.org"},"license":"MIT","private":false,"scripts":{},"lint-staged":{"*.{ts,tsx}":["npm run eslint"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"devDependencies":{},"peerDependencies":{},"dependencies":{"graphql-tag":"^2.12.5"}}