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.
@@ -7158,7 +7158,7 @@ function createEnvironmentApi(makeRequest) {
7158
7158
  },
7159
7159
  /**
7160
7160
  * Gets an App Installation
7161
- * @param id - AppDefintion ID
7161
+ * @param id - AppDefinition ID
7162
7162
  * @return Promise for an App Installation
7163
7163
  * @example ```javascript
7164
7164
  * const contentful = require('contentful-management')
@@ -14160,7 +14160,7 @@ function createClient(params, opts = {}) {
14160
14160
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
14161
14161
  const userAgent = contentfulSdkCore.getUserAgentHeader(
14162
14162
  // @ts-expect-error
14163
- `${sdkMain}/${"12.0.0-new-beta.1"}`, params.application, params.integration, params.feature);
14163
+ `${sdkMain}/${"0.0.0-determined-by-semantic-release"}`, params.application, params.integration, params.feature);
14164
14164
  const adapter = createAdapter({ ...params, userAgent });
14165
14165
  // Parameters<?> and ReturnType<?> only return the types of the last overload
14166
14166
  // https://github.com/microsoft/TypeScript/issues/26591