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
4
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.9.11 to 0.9.12

2

lib/index.d.ts

@@ -53,4 +53,4 @@ import { UserContext } from "./utils";

getSettings(ctx: UserContext, params: GetSettingsQueryParams): Promise<SettingDTO[]>;
getSchematized(ctx: UserContext, params?: GetSchematizedQueryParams): Promise<Record<string, SchematizedPageGroup>>;
getSchematized(ctx: UserContext, params?: GetSchematizedQueryParams): Promise<SchematizedPageGroup[]>;
}
export {};

@@ -22,4 +22,3 @@ export declare enum SchematizedTileType {

categoryId?: string | null;
targetPageId?: string;
targetPageGroupId?: string;
targetPageGroupId: string | null;
};

@@ -26,0 +25,0 @@ export declare type SchematizedTileBackButton = SchematizedTileBase & {

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