@worknice/js-sdk 0.31.1 → 0.32.1

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.
@@ -5896,6 +5896,7 @@ type User = {
5896
5896
  emailConfirmed: Scalars['Boolean']['output'];
5897
5897
  id: Scalars['ID']['output'];
5898
5898
  invitedAt?: Maybe<Scalars['DateTime']['output']>;
5899
+ lastSignInAt?: Maybe<Scalars['DateTime']['output']>;
5899
5900
  /** The logins associated with this user. Only includes logins belonging to a person with an 'ONBOARDING' or 'ACTIVE' status which is not archived and does not belong to an org or account that is archived. */
5900
5901
  logins: Array<Login>;
5901
5902
  };