Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

@emilgroup/changelog-sdk-node

Package Overview
Dependencies
Maintainers
20
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emilgroup/changelog-sdk-node - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
1.0.1-beta.12
to
1.0.1-beta.13
+16
-16
api/changelog-configurations-api.ts

@@ -42,3 +42,3 @@ /* tslint:disable */

/**
* Creates a new changelog configuration for an entity type **Required Permissions** none
* Creates a new changelog configuration for an entity type **Required Permissions** \"changelog-management.changelog-configurations.create\"
* @summary Create the changelog configuration

@@ -90,3 +90,3 @@ * @param {CreateChangelogConfigurationDto} createChangelogConfigurationDto

/**
* Retrieves a changelog configuration by its code **Required Permissions** none
* Retrieves a changelog configuration by its code **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary Retrieve the changelog configuration

@@ -136,3 +136,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary List changelog configurations

@@ -213,3 +213,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Updates an existing changelog configuration **Required Permissions** none
* Updates an existing changelog configuration **Required Permissions** \"changelog-management.changelog-configurations.update\"
* @summary Update the changelog configuration

@@ -275,3 +275,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Creates a new changelog configuration for an entity type **Required Permissions** none
* Creates a new changelog configuration for an entity type **Required Permissions** \"changelog-management.changelog-configurations.create\"
* @summary Create the changelog configuration

@@ -288,3 +288,3 @@ * @param {CreateChangelogConfigurationDto} createChangelogConfigurationDto

/**
* Retrieves a changelog configuration by its code **Required Permissions** none
* Retrieves a changelog configuration by its code **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary Retrieve the changelog configuration

@@ -301,3 +301,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary List changelog configurations

@@ -320,3 +320,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Updates an existing changelog configuration **Required Permissions** none
* Updates an existing changelog configuration **Required Permissions** \"changelog-management.changelog-configurations.update\"
* @summary Update the changelog configuration

@@ -344,3 +344,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Creates a new changelog configuration for an entity type **Required Permissions** none
* Creates a new changelog configuration for an entity type **Required Permissions** \"changelog-management.changelog-configurations.create\"
* @summary Create the changelog configuration

@@ -356,3 +356,3 @@ * @param {CreateChangelogConfigurationDto} createChangelogConfigurationDto

/**
* Retrieves a changelog configuration by its code **Required Permissions** none
* Retrieves a changelog configuration by its code **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary Retrieve the changelog configuration

@@ -368,3 +368,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary List changelog configurations

@@ -386,3 +386,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Updates an existing changelog configuration **Required Permissions** none
* Updates an existing changelog configuration **Required Permissions** \"changelog-management.changelog-configurations.update\"
* @summary Update the changelog configuration

@@ -542,3 +542,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Creates a new changelog configuration for an entity type **Required Permissions** none
* Creates a new changelog configuration for an entity type **Required Permissions** \"changelog-management.changelog-configurations.create\"
* @summary Create the changelog configuration

@@ -555,3 +555,3 @@ * @param {ChangelogConfigurationsApiCreateChangelogConfigurationRequest} requestParameters Request parameters.

/**
* Retrieves a changelog configuration by its code **Required Permissions** none
* Retrieves a changelog configuration by its code **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary Retrieve the changelog configuration

@@ -568,3 +568,3 @@ * @param {ChangelogConfigurationsApiGetChangelogConfigurationRequest} requestParameters Request parameters.

/**
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary List changelog configurations

@@ -581,3 +581,3 @@ * @param {ChangelogConfigurationsApiListChangelogConfigurationsRequest} requestParameters Request parameters.

/**
* Updates an existing changelog configuration **Required Permissions** none
* Updates an existing changelog configuration **Required Permissions** \"changelog-management.changelog-configurations.update\"
* @summary Update the changelog configuration

@@ -584,0 +584,0 @@ * @param {ChangelogConfigurationsApiUpdateChangelogConfigurationRequest} requestParameters Request parameters.

@@ -40,3 +40,3 @@ /* tslint:disable */

/**
* Retrieves a changelog event by its code **Required Permissions** none
* Retrieves a changelog event by its code **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary Retrieve the changelog event

@@ -86,3 +86,3 @@ * @param {string} code Unique identifier code for the changelog event

/**
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List changelog events

@@ -163,3 +163,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List formatted changelog events

@@ -254,3 +254,3 @@ * @param {string} configSlug Slug of the changelog configuration to apply

/**
* Retrieves a changelog event by its code **Required Permissions** none
* Retrieves a changelog event by its code **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary Retrieve the changelog event

@@ -267,3 +267,3 @@ * @param {string} code Unique identifier code for the changelog event

/**
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List changelog events

@@ -286,3 +286,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List formatted changelog events

@@ -316,3 +316,3 @@ * @param {string} configSlug Slug of the changelog configuration to apply

/**
* Retrieves a changelog event by its code **Required Permissions** none
* Retrieves a changelog event by its code **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary Retrieve the changelog event

@@ -328,3 +328,3 @@ * @param {string} code Unique identifier code for the changelog event

/**
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List changelog events

@@ -346,3 +346,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List formatted changelog events

@@ -529,3 +529,3 @@ * @param {string} configSlug Slug of the changelog configuration to apply

/**
* Retrieves a changelog event by its code **Required Permissions** none
* Retrieves a changelog event by its code **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary Retrieve the changelog event

@@ -542,3 +542,3 @@ * @param {ChangelogEventsApiGetChangelogEventRequest} requestParameters Request parameters.

/**
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List changelog events

@@ -555,3 +555,3 @@ * @param {ChangelogEventsApiListChangelogEventsRequest} requestParameters Request parameters.

/**
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List formatted changelog events

@@ -558,0 +558,0 @@ * @param {ChangelogEventsApiListFormattedChangelogEventsRequest} requestParameters Request parameters.

@@ -25,3 +25,3 @@ /**

/**
* Creates a new changelog configuration for an entity type **Required Permissions** none
* Creates a new changelog configuration for an entity type **Required Permissions** \"changelog-management.changelog-configurations.create\"
* @summary Create the changelog configuration

@@ -35,3 +35,3 @@ * @param {CreateChangelogConfigurationDto} createChangelogConfigurationDto

/**
* Retrieves a changelog configuration by its code **Required Permissions** none
* Retrieves a changelog configuration by its code **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary Retrieve the changelog configuration

@@ -45,3 +45,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary List changelog configurations

@@ -61,3 +61,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Updates an existing changelog configuration **Required Permissions** none
* Updates an existing changelog configuration **Required Permissions** \"changelog-management.changelog-configurations.update\"
* @summary Update the changelog configuration

@@ -78,3 +78,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Creates a new changelog configuration for an entity type **Required Permissions** none
* Creates a new changelog configuration for an entity type **Required Permissions** \"changelog-management.changelog-configurations.create\"
* @summary Create the changelog configuration

@@ -88,3 +88,3 @@ * @param {CreateChangelogConfigurationDto} createChangelogConfigurationDto

/**
* Retrieves a changelog configuration by its code **Required Permissions** none
* Retrieves a changelog configuration by its code **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary Retrieve the changelog configuration

@@ -98,3 +98,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary List changelog configurations

@@ -114,3 +114,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Updates an existing changelog configuration **Required Permissions** none
* Updates an existing changelog configuration **Required Permissions** \"changelog-management.changelog-configurations.update\"
* @summary Update the changelog configuration

@@ -131,3 +131,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Creates a new changelog configuration for an entity type **Required Permissions** none
* Creates a new changelog configuration for an entity type **Required Permissions** \"changelog-management.changelog-configurations.create\"
* @summary Create the changelog configuration

@@ -141,3 +141,3 @@ * @param {CreateChangelogConfigurationDto} createChangelogConfigurationDto

/**
* Retrieves a changelog configuration by its code **Required Permissions** none
* Retrieves a changelog configuration by its code **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary Retrieve the changelog configuration

@@ -151,3 +151,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary List changelog configurations

@@ -167,3 +167,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Updates an existing changelog configuration **Required Permissions** none
* Updates an existing changelog configuration **Required Permissions** \"changelog-management.changelog-configurations.update\"
* @summary Update the changelog configuration

@@ -304,3 +304,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Creates a new changelog configuration for an entity type **Required Permissions** none
* Creates a new changelog configuration for an entity type **Required Permissions** \"changelog-management.changelog-configurations.create\"
* @summary Create the changelog configuration

@@ -314,3 +314,3 @@ * @param {ChangelogConfigurationsApiCreateChangelogConfigurationRequest} requestParameters Request parameters.

/**
* Retrieves a changelog configuration by its code **Required Permissions** none
* Retrieves a changelog configuration by its code **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary Retrieve the changelog configuration

@@ -324,3 +324,3 @@ * @param {ChangelogConfigurationsApiGetChangelogConfigurationRequest} requestParameters Request parameters.

/**
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary List changelog configurations

@@ -334,3 +334,3 @@ * @param {ChangelogConfigurationsApiListChangelogConfigurationsRequest} requestParameters Request parameters.

/**
* Updates an existing changelog configuration **Required Permissions** none
* Updates an existing changelog configuration **Required Permissions** \"changelog-management.changelog-configurations.update\"
* @summary Update the changelog configuration

@@ -337,0 +337,0 @@ * @param {ChangelogConfigurationsApiUpdateChangelogConfigurationRequest} requestParameters Request parameters.

@@ -100,3 +100,3 @@ "use strict";

/**
* Creates a new changelog configuration for an entity type **Required Permissions** none
* Creates a new changelog configuration for an entity type **Required Permissions** \"changelog-management.changelog-configurations.create\"
* @summary Create the changelog configuration

@@ -150,3 +150,3 @@ * @param {CreateChangelogConfigurationDto} createChangelogConfigurationDto

/**
* Retrieves a changelog configuration by its code **Required Permissions** none
* Retrieves a changelog configuration by its code **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary Retrieve the changelog configuration

@@ -199,3 +199,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary List changelog configurations

@@ -272,3 +272,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Updates an existing changelog configuration **Required Permissions** none
* Updates an existing changelog configuration **Required Permissions** \"changelog-management.changelog-configurations.update\"
* @summary Update the changelog configuration

@@ -336,3 +336,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Creates a new changelog configuration for an entity type **Required Permissions** none
* Creates a new changelog configuration for an entity type **Required Permissions** \"changelog-management.changelog-configurations.create\"
* @summary Create the changelog configuration

@@ -358,3 +358,3 @@ * @param {CreateChangelogConfigurationDto} createChangelogConfigurationDto

/**
* Retrieves a changelog configuration by its code **Required Permissions** none
* Retrieves a changelog configuration by its code **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary Retrieve the changelog configuration

@@ -380,3 +380,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary List changelog configurations

@@ -408,3 +408,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Updates an existing changelog configuration **Required Permissions** none
* Updates an existing changelog configuration **Required Permissions** \"changelog-management.changelog-configurations.update\"
* @summary Update the changelog configuration

@@ -441,3 +441,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Creates a new changelog configuration for an entity type **Required Permissions** none
* Creates a new changelog configuration for an entity type **Required Permissions** \"changelog-management.changelog-configurations.create\"
* @summary Create the changelog configuration

@@ -453,3 +453,3 @@ * @param {CreateChangelogConfigurationDto} createChangelogConfigurationDto

/**
* Retrieves a changelog configuration by its code **Required Permissions** none
* Retrieves a changelog configuration by its code **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary Retrieve the changelog configuration

@@ -465,3 +465,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary List changelog configurations

@@ -483,3 +483,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Updates an existing changelog configuration **Required Permissions** none
* Updates an existing changelog configuration **Required Permissions** \"changelog-management.changelog-configurations.update\"
* @summary Update the changelog configuration

@@ -510,3 +510,3 @@ * @param {string} code Unique identifier code for the changelog configuration

/**
* Creates a new changelog configuration for an entity type **Required Permissions** none
* Creates a new changelog configuration for an entity type **Required Permissions** \"changelog-management.changelog-configurations.create\"
* @summary Create the changelog configuration

@@ -523,3 +523,3 @@ * @param {ChangelogConfigurationsApiCreateChangelogConfigurationRequest} requestParameters Request parameters.

/**
* Retrieves a changelog configuration by its code **Required Permissions** none
* Retrieves a changelog configuration by its code **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary Retrieve the changelog configuration

@@ -536,3 +536,3 @@ * @param {ChangelogConfigurationsApiGetChangelogConfigurationRequest} requestParameters Request parameters.

/**
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog configurations you have previously created. The changelog configurations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-configurations.view\"
* @summary List changelog configurations

@@ -550,3 +550,3 @@ * @param {ChangelogConfigurationsApiListChangelogConfigurationsRequest} requestParameters Request parameters.

/**
* Updates an existing changelog configuration **Required Permissions** none
* Updates an existing changelog configuration **Required Permissions** \"changelog-management.changelog-configurations.update\"
* @summary Update the changelog configuration

@@ -553,0 +553,0 @@ * @param {ChangelogConfigurationsApiUpdateChangelogConfigurationRequest} requestParameters Request parameters.

@@ -24,3 +24,3 @@ /**

/**
* Retrieves a changelog event by its code **Required Permissions** none
* Retrieves a changelog event by its code **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary Retrieve the changelog event

@@ -34,3 +34,3 @@ * @param {string} code Unique identifier code for the changelog event

/**
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List changelog events

@@ -50,3 +50,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List formatted changelog events

@@ -73,3 +73,3 @@ * @param {string} configSlug Slug of the changelog configuration to apply

/**
* Retrieves a changelog event by its code **Required Permissions** none
* Retrieves a changelog event by its code **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary Retrieve the changelog event

@@ -83,3 +83,3 @@ * @param {string} code Unique identifier code for the changelog event

/**
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List changelog events

@@ -99,3 +99,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List formatted changelog events

@@ -122,3 +122,3 @@ * @param {string} configSlug Slug of the changelog configuration to apply

/**
* Retrieves a changelog event by its code **Required Permissions** none
* Retrieves a changelog event by its code **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary Retrieve the changelog event

@@ -132,3 +132,3 @@ * @param {string} code Unique identifier code for the changelog event

/**
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List changelog events

@@ -148,3 +148,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List formatted changelog events

@@ -308,3 +308,3 @@ * @param {string} configSlug Slug of the changelog configuration to apply

/**
* Retrieves a changelog event by its code **Required Permissions** none
* Retrieves a changelog event by its code **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary Retrieve the changelog event

@@ -318,3 +318,3 @@ * @param {ChangelogEventsApiGetChangelogEventRequest} requestParameters Request parameters.

/**
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List changelog events

@@ -328,3 +328,3 @@ * @param {ChangelogEventsApiListChangelogEventsRequest} requestParameters Request parameters.

/**
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List formatted changelog events

@@ -331,0 +331,0 @@ * @param {ChangelogEventsApiListFormattedChangelogEventsRequest} requestParameters Request parameters.

@@ -100,3 +100,3 @@ "use strict";

/**
* Retrieves a changelog event by its code **Required Permissions** none
* Retrieves a changelog event by its code **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary Retrieve the changelog event

@@ -149,3 +149,3 @@ * @param {string} code Unique identifier code for the changelog event

/**
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List changelog events

@@ -222,3 +222,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List formatted changelog events

@@ -309,3 +309,3 @@ * @param {string} configSlug Slug of the changelog configuration to apply

/**
* Retrieves a changelog event by its code **Required Permissions** none
* Retrieves a changelog event by its code **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary Retrieve the changelog event

@@ -331,3 +331,3 @@ * @param {string} code Unique identifier code for the changelog event

/**
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List changelog events

@@ -359,3 +359,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List formatted changelog events

@@ -398,3 +398,3 @@ * @param {string} configSlug Slug of the changelog configuration to apply

/**
* Retrieves a changelog event by its code **Required Permissions** none
* Retrieves a changelog event by its code **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary Retrieve the changelog event

@@ -410,3 +410,3 @@ * @param {string} code Unique identifier code for the changelog event

/**
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List changelog events

@@ -428,3 +428,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.

/**
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List formatted changelog events

@@ -461,3 +461,3 @@ * @param {string} configSlug Slug of the changelog configuration to apply

/**
* Retrieves a changelog event by its code **Required Permissions** none
* Retrieves a changelog event by its code **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary Retrieve the changelog event

@@ -474,3 +474,3 @@ * @param {ChangelogEventsApiGetChangelogEventRequest} requestParameters Request parameters.

/**
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of changelog events you have previously created. The changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List changelog events

@@ -488,3 +488,3 @@ * @param {ChangelogEventsApiListChangelogEventsRequest} requestParameters Request parameters.

/**
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** none
* Returns a list of formatted changelog events you have previously created. The formatted changelog events are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"changelog-management.changelog-events.view\"
* @summary List formatted changelog events

@@ -491,0 +491,0 @@ * @param {ChangelogEventsApiListFormattedChangelogEventsRequest} requestParameters Request parameters.

{
"name": "@emilgroup/changelog-sdk-node",
"version": "1.0.1-beta.12",
"version": "1.0.1-beta.13",
"description": "OpenAPI client for @emilgroup/changelog-sdk-node",

@@ -5,0 +5,0 @@ "author": "OpenAPI-Generator Contributors",

@@ -20,7 +20,7 @@ # Emil Changelog SDK for Nodejs

```
npm install @emilgroup/changelog-sdk-node@1.0.1-beta.12 --save
npm install @emilgroup/changelog-sdk-node@1.0.1-beta.13 --save
```
or
```
yarn add @emilgroup/changelog-sdk-node@1.0.1-beta.12
yarn add @emilgroup/changelog-sdk-node@1.0.1-beta.13
```

@@ -27,0 +27,0 @@