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.23 to 0.15.24

6

CHANGELOG.md

@@ -6,5 +6,11 @@ # Changelog

## 0.15.24
- Added `address` and `contactInfo` to `LocationPreviewDTO`
## 0.15.23
- Add `applePayEnabled` property to `PaymentCredentialsConvergeDTO`
## 0.15.22
- Shipday credentials
## 0.15.21

@@ -11,0 +17,0 @@ - `SDK.getDeliverySettings()` returns settings for all delivery services

4

lib/delivery.d.ts

@@ -6,2 +6,3 @@ import { Maybe } from "./utils";

relay?: RelayCredentialsDTO;
shipday?: ShipDayCredentialsDTO;
};

@@ -17,1 +18,4 @@ export declare type DoorDashCredentialsDTO = {};

};
export declare type ShipDayCredentialsDTO = {
apiKey?: Maybe<string>;
};

12

lib/location.d.ts

@@ -16,2 +16,4 @@ export declare type LocationDTO = {

timezone: string;
address: AddressDTO;
contactInfo: StoreContactInfoDTO;
};

@@ -22,7 +24,7 @@ export declare type StoreContactInfoDTO = {

phoneNumber: string | null;
facebook: string | null;
instagram: string | null;
twitter: string | null;
snapchat: string | null;
tiktok: string | null;
facebook?: string | null;
instagram?: string | null;
twitter?: string | null;
snapchat?: string | null;
tiktok?: string | null;
};

@@ -29,0 +31,0 @@ export declare type TimeAvailabilityInfoDTO = {

{
"name": "@figuredev/business-config-sdk",
"version": "0.15.23",
"version": "0.15.24",
"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