webc-miam 8.2.1 → 8.2.3
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/interfaces/miam-interface.ts +1 -0
- package/main-es2015.js +1 -1
- package/main-es5.js +1 -1
- package/package.json +1 -1
- package/webc-miam-de.js +1 -1
- package/webc-miam-en.js +1 -1
- package/webc-miam-es.js +1 -1
- package/webc-miam-fr.js +1 -1
- package/webc-miam-it.js +1 -1
- package/webc-miam-nl.js +1 -1
- package/webc-miam-pt.js +1 -1
- package/webc-miam-ro.js +1 -1
|
@@ -140,6 +140,7 @@ export interface MiamInterface {
|
|
|
140
140
|
* or to show your point of sale picker if the user has not chosen one
|
|
141
141
|
*/
|
|
142
142
|
setHookCallback: (callback: (isLogged, isPosValid) => boolean) => void;
|
|
143
|
+
setForcePosCallback: (callback: (posExtId: string) => boolean) => void;
|
|
143
144
|
};
|
|
144
145
|
|
|
145
146
|
// ---------------------------------------------------------------------------------------------------
|