@matech/thebigpos-sdk 2.36.16-rc2 → 2.36.16-rc3
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/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3185,7 +3185,7 @@ export interface MilestoneConfigurationRequest {
|
|
|
3185
3185
|
}
|
|
3186
3186
|
export interface MobileSettings {
|
|
3187
3187
|
/** @format uuid */
|
|
3188
|
-
id
|
|
3188
|
+
id?: string | null;
|
|
3189
3189
|
hasMobile: boolean;
|
|
3190
3190
|
/** @deprecated */
|
|
3191
3191
|
downloadLink?: string | null;
|
package/package.json
CHANGED
package/src/index.ts
CHANGED