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.42 to 0.15.43

lib/onlineOrdering.d.ts

2

lib/index.d.ts

@@ -9,2 +9,3 @@ import { AccountDTO } from "./account";

import { LocationDTO, LocationPreviewDTO } from "./location";
import { OnlineOrderingThemeDTO } from "./onlineOrdering";
import { PaymentSettingDTO } from "./payment";

@@ -88,2 +89,3 @@ import { PricingDTO } from "./pricing";

getLocationPreviews(ctx: UserContext, params: GetLocationPreviewsQueryParams): Promise<LocationPreviewDTO[]>;
getOnlineOrderingTheme(ctx: UserContext): Promise<OnlineOrderingThemeDTO | null>;
getTerminal(ctx: UserContext, id: string): Promise<TerminalDTO | null>;

@@ -90,0 +92,0 @@ getTerminalPreviews(ctx: UserContext, params: GetTerminalPreviewsQueryParams): Promise<TerminalPreviewDTO[]>;

@@ -64,2 +64,12 @@ "use strict";

}
getOnlineOrderingTheme(ctx) {
return __awaiter(this, void 0, void 0, function* () {
return yield http_1.createHttpRequest({
baseURL: this.config.baseUrl,
method: "GET",
url: `/online-ordering/theme`,
headers: this.prepareHeaders(ctx),
}).then((r) => r.data);
});
}
getTerminal(ctx, id) {

@@ -66,0 +76,0 @@ return __awaiter(this, void 0, void 0, function* () {

2

package.json
{
"name": "@figuredev/business-config-sdk",
"version": "0.15.42",
"version": "0.15.43",
"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