contentful-management
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -28,9 +28,36 @@ 'use strict'; | ||
* @memberof ContentfulSpaceAPI | ||
* @typedef {Object} ClientAPI | ||
* @typedef {Object} ContentfulSpaceAPI | ||
* @prop {function} delete | ||
* @prop {function} update | ||
* @prop {function} getContentType | ||
* @prop {function} getContentTypes | ||
* @prop {function} createContentType | ||
* @prop {function} createContentTypeWithId | ||
* @prop {function} getEntry | ||
* @prop {function} getEntries | ||
* @prop {function} createEntry | ||
* @prop {function} createEntryWithId | ||
* @prop {function} getAsset | ||
* @prop {function} getAssets | ||
* @prop {function} createAsset | ||
* @prop {function} createAssetWithId | ||
* @prop {function} getLocale | ||
* @prop {function} getLocales | ||
* @prop {function} createLocale | ||
* @prop {function} getWebhook | ||
* @prop {function} getWebhooks | ||
* @prop {function} createWebhook | ||
* @prop {function} createWebhookWithId | ||
* @prop {function} getRole | ||
* @prop {function} getRoles | ||
* @prop {function} createRole | ||
* @prop {function} createRoleWithId | ||
* @prop {function} getSpaceMembership | ||
* @prop {function} getSpaceMemberships | ||
* @prop {function} createSpaceMembership | ||
* @prop {function} createSpaceMembershipWithId | ||
* @prop {function} getApiKey | ||
* @prop {function} getApiKeys | ||
* @prop {function} createApiKey | ||
* @prop {function} createApiKeyWithId | ||
*/ | ||
@@ -44,3 +71,3 @@ | ||
* @prop {Object} entities - Object with wrapper methods for each kind of entity | ||
* @return {ClientAPI} | ||
* @return {ContentfulSpaceAPI} | ||
*/ | ||
@@ -47,0 +74,0 @@ /** |
{ | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"name": "contentful-management", | ||
@@ -4,0 +4,0 @@ "description": "Client for Contentful's Content Management API", |
@@ -1,1 +0,1 @@ | ||
module.exports = '1.0.4' | ||
module.exports = '1.0.5' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
569811
13758