@restorecommerce/facade 2.2.5 → 2.2.6

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.2.6](https://github.com/restorecommerce/libs/compare/@restorecommerce/facade@2.2.5...@restorecommerce/facade@2.2.6) (2024-11-12)
7
+
8
+ **Note:** Version bump only for package @restorecommerce/facade
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.2.5](https://github.com/restorecommerce/libs/compare/@restorecommerce/facade@2.2.4...@restorecommerce/facade@2.2.5) (2024-11-08)
7
15
 
8
16
  **Note:** Version bump only for package @restorecommerce/facade
@@ -156,6 +156,7 @@ export type IoRestorecommerceUserUser = {
156
156
  totpSecret?: Maybe<Scalars['String']['output']>;
157
157
  totpSecretProcessing?: Maybe<Scalars['String']['output']>;
158
158
  totpSessionTokens?: Maybe<Array<Scalars['String']['output']>>;
159
+ passwordHashHistory?: Maybe<Array<Scalars['String']['output']>>;
159
160
  };
160
161
  export type IoRestorecommerceAuthRoleAssociation = {
161
162
  __typename?: 'IoRestorecommerceAuthRoleAssociation';
@@ -1909,6 +1910,7 @@ export type IoRestorecommerceUserUserResolvers<ContextType = FulfillmentContext,
1909
1910
  totpSecret?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
1910
1911
  totpSecretProcessing?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
1911
1912
  totpSessionTokens?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
1913
+ passwordHashHistory?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
1912
1914
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
1913
1915
  }>;
1914
1916
  export type IoRestorecommerceAuthRoleAssociationResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceAuthRoleAssociation'] = ResolversParentTypes['IoRestorecommerceAuthRoleAssociation']> = ResolversObject<{