Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kentico/kontent-management

Package Overview
Dependencies
Maintainers
11
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kentico/kontent-management - npm Package Versions

13
7

2.1.0

Diff

Changelog

Source

2.1.0 (2022-03-10)

New add / upsert asset query syntax

The upsertAsset and addAsset queries now use builder that helps setting new asset's elements property. Currently, only taxonomy element is supported. You may need to update your syntax to following format:

    client.addAsset()
        .withData((builder) => {
            return {
                descriptions: [],
                elements: [
                   builder.taxonomyElement({
                    element: {
                        codename: 'taxonomy-categories'
                    },
                    value: [
                        {
                            codename: 'coffee'
                        },
                        {
                            codename: 'brewing'
                        }
                    ]
                })
                ],
                    file_reference: {
                        id: 'x',
                        type: 'internal'
                    }
                };
            })
        .toPromise();

Features

  • adds support for Environment endpoints
  • adds support for asset rendition endpoints (fixes https://github.com/kontent-ai/management-sdk-js/issues/68) (9e22f6e)
  • adds support for taxonomy elements (fixes https://github.com/kontent-ai/management-sdk-js/issues/71) (d8f3f21)
  • updates deps (945ad06)
enngage
published 2.0.2 •

Changelog

Source

2.0.2 (2022-01-20)

enngage
published 2.0.1 •

Changelog

Source

2.0.1 (2022-01-19)

Bug Fixes

  • Correct the generic get() HTTP method (65946d8)
enngage
published 2.0.0 •

Changelog

Source

2.0.0 (2022-01-13)

Features

  • Adds management client factory and updates docs to use it (14aa84e)
  • Adds support for listing project roles (1aae040)
  • Adds support for project user endpoints (abe35f9)
  • Adds support for Subscription API (subscription projects & users), updates client configuration by separating management & subscription endpoints (e43ccc3)
  • Adds support for view role (acb653c)
  • updates all dependencies to latest versions (4bc7fcd)
  • Uses list query for taxonomy list endpoint and removes temporary taxonomy response included due to a breaking change in API some time ago (827279d)

Bug Fixes

  • fixes scripts & cuts prerelease (3c25601)
enngage
published 1.8.0 •

Changelog

Source

1.8.0 (2021-12-16)

  • Adds validation message to Text element regex property
enngage
published 1.7.0 •

Changelog

Source

1.7.0 (2021-11-29)

Features

  • adds guidelines to taxonomy element data model (9f436cd)
  • adds support for subpages element & uses type in favor of enum for some models (5713d8f)
  • adds validation_regex support for text element (ac81a48)
  • improves types for element builders (0c076c6)
  • removes unnecessary builder code by extending content type snippet builder (728a5e1)
  • updates dependencies (391b29b)
enngage
published 1.6.0 •

Changelog

Source

1.6.0 (2021-11-02)

Features

enngage
published 1.5.0 •

Changelog

Source

1.5.0 (2021-09-24)

Features

enngage
published 1.4.0 •

Changelog

Source

1.4.0 (2021-08-25)

Features

Bug Fixes

  • adds 'id' property to component rich text model (fixes https://github.com/kontent-ai/management-sdk-js/issues/50) (e038feb)
enngage
published 1.3.0 •

Changelog

Source

1.3.0 (2021-08-12)

Features

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