@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.94 to 0.15.95
@@ -49,2 +49,3 @@ import { AccountDTO, PreparedImageUploadDTO } from "./account"; | ||
serviceId?: string; | ||
useInventory?: boolean; | ||
}; | ||
@@ -51,0 +52,0 @@ export type GetSettingsQueryParams = { |
@@ -451,2 +451,3 @@ "use strict"; | ||
serviceId: params.serviceId, | ||
useInventory: params.useInventory ? "true" : undefined, | ||
}, | ||
@@ -453,0 +454,0 @@ }).then((r) => r.data); |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.94", | ||
"version": "0.15.95", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96670
2058