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
6
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.14.7 to 0.14.8

CHANGELOG.md

8

lib/payment.d.ts

@@ -10,5 +10,7 @@ export declare type PaymentSettingDTO = {

credentials: PaymentCredentialsBoltDTO;
options?: PaymentOptionsBoltDTO;
};
export declare type PaymentSettingCardPointeDTO = {
credentials: PaymentCredentialsCardPointeDTO;
options?: PaymentOptionsCardPointeDTO;
};

@@ -24,2 +26,8 @@ export declare type PaymentSettingConvergeDTO = {

};
export declare type PaymentOptionsBoltDTO = {
boltEnabled?: boolean;
};
export declare type PaymentOptionsCardPointeDTO = {
idTechEnabled?: boolean;
};
export declare type PaymentCredentialsBoltDTO = {

@@ -26,0 +34,0 @@ merchantId?: string;

2

package.json
{
"name": "@figuredev/business-config-sdk",
"version": "0.14.7",
"version": "0.14.8",
"license": "ISC",

@@ -5,0 +5,0 @@ "files": [

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