webc-miam 8.1.3 → 8.1.4

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.
@@ -131,6 +131,7 @@ export interface MiamInterface {
131
131
  * or to show your point of sale picker if the user has not chosen one
132
132
  */
133
133
  setHookCallback: (callback: (isLogged, isPosValid) => boolean) => void;
134
+ setForcePosCallback: (callback: (posExtId: string) => boolean) => void;
134
135
  };
135
136
 
136
137
  // ---------------------------------------------------------------------------------------------------