@figuredev/business-config-sdk
Advanced tools
Comparing version 0.9.11 to 0.9.12
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21861
460