@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.41 to 0.15.42
@@ -84,3 +84,3 @@ import { AccountDTO } from "./account"; | ||
getAccount(ctx: UserContext, id: string): Promise<AccountDTO | null>; | ||
getEmailSettings(ctx: UserContext, id: string): Promise<EmailSettingDTO | null>; | ||
getEmailSettings(ctx: UserContext): Promise<EmailSettingDTO | null>; | ||
getLocation(ctx: UserContext, id: string): Promise<LocationDTO | null>; | ||
@@ -87,0 +87,0 @@ getLocationPreviews(ctx: UserContext, params: GetLocationPreviewsQueryParams): Promise<LocationPreviewDTO[]>; |
@@ -31,3 +31,3 @@ "use strict"; | ||
} | ||
getEmailSettings(ctx, id) { | ||
getEmailSettings(ctx) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
@@ -34,0 +34,0 @@ return yield http_1.createHttpRequest({ |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.41", | ||
"version": "0.15.42", | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
67790
63
1