@matech/thebigpos-sdk 2.13.0-rc.7 → 2.13.0-rc.8

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 CHANGED
@@ -2769,7 +2769,7 @@ export interface UpdateAccountRequest {
2769
2769
  allowedLoginsWithoutMFA: number;
2770
2770
  losSettings: LOSSettingsUpdateRequest;
2771
2771
  asoSettings?: ASOSettings | null;
2772
- settings?: AccountSettingsRequest | null;
2772
+ settings: AccountSettingsRequest;
2773
2773
  }
2774
2774
  export interface UpdateDocumentTemplateRequest {
2775
2775
  /** @minLength 1 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matech/thebigpos-sdk",
3
- "version": "2.13.0-rc.7",
3
+ "version": "2.13.0-rc.8",
4
4
  "description": "The Big POS Typescript SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/index.ts CHANGED
@@ -2993,7 +2993,7 @@ export interface UpdateAccountRequest {
2993
2993
  allowedLoginsWithoutMFA: number;
2994
2994
  losSettings: LOSSettingsUpdateRequest;
2995
2995
  asoSettings?: ASOSettings | null;
2996
- settings?: AccountSettingsRequest | null;
2996
+ settings: AccountSettingsRequest;
2997
2997
  }
2998
2998
 
2999
2999
  export interface UpdateDocumentTemplateRequest {