@promoboxx/graphql-gateway-types 1.392.0 → 1.394.0

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.
@@ -90403,6 +90403,18 @@
90403
90403
  "isDeprecated": false,
90404
90404
  "deprecationReason": null
90405
90405
  },
90406
+ {
90407
+ "name": "current_sign_in_at",
90408
+ "description": null,
90409
+ "args": [],
90410
+ "type": {
90411
+ "kind": "SCALAR",
90412
+ "name": "String",
90413
+ "ofType": null
90414
+ },
90415
+ "isDeprecated": false,
90416
+ "deprecationReason": null
90417
+ },
90406
90418
  {
90407
90419
  "name": "deactivated_by",
90408
90420
  "description": null,
package/index.d.ts CHANGED
@@ -11536,6 +11536,7 @@ export type User = {
11536
11536
  company?: Maybe<Scalars['String']['output']>;
11537
11537
  created_at?: Maybe<Scalars['String']['output']>;
11538
11538
  created_by_id?: Maybe<Scalars['ID']['output']>;
11539
+ current_sign_in_at?: Maybe<Scalars['String']['output']>;
11539
11540
  deactivated_by?: Maybe<Scalars['String']['output']>;
11540
11541
  divisions?: Maybe<Array<Division>>;
11541
11542
  email?: Maybe<Scalars['String']['output']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.392.0",
3
+ "version": "1.394.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -10565,6 +10565,7 @@ type User {
10565
10565
  company: String
10566
10566
  created_at: String
10567
10567
  created_by_id: ID
10568
+ current_sign_in_at: String
10568
10569
  deactivated_by: String
10569
10570
  divisions: [Division!]
10570
10571
  email: String