contentful-ui-extensions-sdk
Advanced tools
Comparing version 4.1.1 to 4.2.0
@@ -0,1 +1,8 @@ | ||
# [4.2.0](https://github.com/contentful/ui-extensions-sdk/compare/v4.1.1...v4.2.0) (2021-10-06) | ||
### Features | ||
* export Action and ValidationError types ([#1018](https://github.com/contentful/ui-extensions-sdk/issues/1018)) ([dcff361](https://github.com/contentful/ui-extensions-sdk/commit/dcff361863c5ed1d6448d834277db26385cd6f8a)) | ||
## [4.1.1](https://github.com/contentful/ui-extensions-sdk/compare/v4.1.0...v4.1.1) (2021-10-06) | ||
@@ -2,0 +9,0 @@ |
@@ -107,5 +107,5 @@ import { ContentType, EditorInterface, SpaceMembership, Role, ContentTypeField, Metadata, Entry, Task, Asset } from './entities'; | ||
} | ||
declare type CrudAction = 'create' | 'read' | 'update' | 'delete'; | ||
declare type PublishableAction = 'publish' | 'unpublish'; | ||
declare type ArchiveableAction = 'archive' | 'unarchive'; | ||
export declare type CrudAction = 'create' | 'read' | 'update' | 'delete'; | ||
export declare type PublishableAction = 'publish' | 'unpublish'; | ||
export declare type ArchiveableAction = 'archive' | 'unarchive'; | ||
export declare type JSONPatchItem = { | ||
@@ -112,0 +112,0 @@ op: 'remove' | 'replace' | 'add'; |
@@ -1,2 +0,2 @@ | ||
export type { AccessAPI, AppExtensionSDK, BaseExtensionSDK, ConnectMessage, ContentTypeAPI, DialogExtensionSDK, EditorExtensionSDK, EditorLocaleSettings, FieldExtensionSDK, IdsAPI, KnownSDK, LocalesAPI, LocationAPI, Locations, NotifierAPI, PageExtensionSDK, ParametersAPI, SharedEditorSDK, SidebarExtensionSDK, UserAPI, JSONPatchItem, } from './api.types'; | ||
export type { AccessAPI, AppExtensionSDK, ArchiveableAction, BaseExtensionSDK, ConnectMessage, ContentTypeAPI, CrudAction, DialogExtensionSDK, EditorExtensionSDK, EditorLocaleSettings, FieldExtensionSDK, IdsAPI, KnownSDK, LocalesAPI, LocationAPI, Locations, NotifierAPI, PageExtensionSDK, ParametersAPI, PublishableAction, SharedEditorSDK, SidebarExtensionSDK, UserAPI, JSONPatchItem, } from './api.types'; | ||
export type { AppConfigAPI, AppState, OnConfigureHandler, OnConfigureHandlerReturn, } from './app.types'; | ||
@@ -11,3 +11,3 @@ export type { DialogsAPI, EntityDialogOptions, OpenAlertOptions, OpenConfirmOptions, OpenCustomWidgetOptions, } from './dialogs.types'; | ||
export type { SearchQuery, CollectionResponse, ContentEntitySys, ContentEntityType, Items, Link, WithOptionalId, WithId, SerializedJSONValue, } from './utils'; | ||
export type { ValidationError } from './validation-error'; | ||
export type { DateRangeValidationError, InValidationError, LinkContentTypeValidationError, LinkMimetypeGroupValidationError, NotResolvableValidationError, ProhibitRegexpValidationError, RangeValidationError, RegexpValidationError, RequiredValidationError, SizeValidationError, TypeValidationError, UniqueValidationError, UnknownValidationError, ValidationError, } from './validation-error'; | ||
export type { WindowAPI } from './window.types'; |
{ | ||
"name": "contentful-ui-extensions-sdk", | ||
"description": "SDK to develop custom UI Extension for the Contentful Web App", | ||
"version": "4.1.1", | ||
"version": "4.2.0", | ||
"author": "Contentful GmbH", | ||
@@ -54,3 +54,3 @@ "license": "MIT", | ||
"@types/sinon-chai": "^3.2.5", | ||
"@typescript-eslint/eslint-plugin": "4.32.0", | ||
"@typescript-eslint/eslint-plugin": "4.33.0", | ||
"@typescript-eslint/parser": "4.33.0", | ||
@@ -61,3 +61,3 @@ "async-retry": "1.3.3", | ||
"chai-as-promised": "7.1.1", | ||
"contentful-management": "7.41.1", | ||
"contentful-management": "7.42.1", | ||
"cross-spawn": "7.0.3", | ||
@@ -64,0 +64,0 @@ "cypress": "8.5.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
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
105480
1673