contentful-management 12.0.0-new-beta.1 → 12.0.0-new-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16385,7 +16385,7 @@ var contentfulManagement = (function (exports) {
16385
16385
  },
16386
16386
  /**
16387
16387
  * Gets an App Installation
16388
- * @param id - AppDefintion ID
16388
+ * @param id - AppDefinition ID
16389
16389
  * @return Promise for an App Installation
16390
16390
  * @example ```javascript
16391
16391
  * const contentful = require('contentful-management')
@@ -23387,7 +23387,7 @@ var contentfulManagement = (function (exports) {
23387
23387
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
23388
23388
  const userAgent = getUserAgentHeader(
23389
23389
  // @ts-expect-error
23390
- `${sdkMain}/${"12.0.0-new-beta.1"}`, params.application, params.integration, params.feature);
23390
+ `${sdkMain}/${"0.0.0-determined-by-semantic-release"}`, params.application, params.integration, params.feature);
23391
23391
  const adapter = createAdapter({ ...params, userAgent });
23392
23392
  // Parameters<?> and ReturnType<?> only return the types of the last overload
23393
23393
  // https://github.com/microsoft/TypeScript/issues/26591