Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@figuredev/business-config-sdk

Package Overview
Dependencies
Maintainers
8
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/business-config-sdk - npm Package Compare versions

Comparing version 0.15.41 to 0.15.42

CHANGELOG.md

2

lib/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc