contentful-ui-extensions-sdk
Advanced tools
Comparing version 3.16.1 to 3.17.0
{ | ||
"name": "contentful-ui-extensions-sdk", | ||
"description": "SDK to develop custom UI Extension for the Contentful Web App", | ||
"version": "3.16.1", | ||
"version": "3.17.0", | ||
"author": "Contentful GmbH", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -453,3 +453,3 @@ export declare type EntityType = 'Entry' | 'Asset'; | ||
user: string; | ||
extension: string; | ||
extension?: string; | ||
app?: string; | ||
@@ -508,7 +508,7 @@ space: string; | ||
/** A set of IDs actual for the extension */ | ||
ids: Pick<IdsAPI, 'entry' | 'contentType' | 'environment' | 'space' | 'extension' | 'user'>; | ||
ids: Omit<IdsAPI, 'field'>; | ||
}; | ||
export declare type SidebarExtensionSDK = BaseExtensionSDK & SharedEditorSDK & { | ||
/** A set of IDs actual for the extension */ | ||
ids: Pick<IdsAPI, 'entry' | 'contentType' | 'environment' | 'space' | 'extension' | 'user'>; | ||
ids: Omit<IdsAPI, 'field'>; | ||
/** Methods to update the size of the iframe the extension is contained within. */ | ||
@@ -527,3 +527,3 @@ window: WindowAPI; | ||
/** A set of IDs actual for the extension */ | ||
ids: Pick<IdsAPI, 'environment' | 'space' | 'extension' | 'user'>; | ||
ids: Omit<IdsAPI, 'field' | 'entry' | 'contentType'>; | ||
/** Closes the dialog and resolves openExtension promise with data */ | ||
@@ -536,3 +536,3 @@ close: (data?: any) => void; | ||
/** A set of IDs actual for the extension */ | ||
ids: Pick<IdsAPI, 'environment' | 'space' | 'extension' | 'user'>; | ||
ids: Omit<IdsAPI, 'field' | 'entry' | 'contentType'>; | ||
}; | ||
@@ -553,3 +553,5 @@ export interface AppConfigAPI { | ||
/** A set of IDs actual for the app */ | ||
ids: Pick<IdsAPI, 'environment' | 'space' | 'app' | 'user'>; | ||
ids: Omit<IdsAPI, 'extension' | 'field' | 'entry' | 'contentType' | 'app'> & { | ||
app: string; | ||
}; | ||
app: AppConfigAPI; | ||
@@ -556,0 +558,0 @@ }; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
1256
64826
1