@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 +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
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
|
|
2772
|
+
settings: AccountSettingsRequest;
|
|
2773
2773
|
}
|
|
2774
2774
|
export interface UpdateDocumentTemplateRequest {
|
|
2775
2775
|
/** @minLength 1 */
|
package/package.json
CHANGED
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
|
|
2996
|
+
settings: AccountSettingsRequest;
|
|
2997
2997
|
}
|
|
2998
2998
|
|
|
2999
2999
|
export interface UpdateDocumentTemplateRequest {
|