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.
- package/dist/browser/index.js +2 -2
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/index.min.js +1 -1
- package/dist/browser/index.min.js.map +1 -1
- package/dist/cjs/index.cjs +2 -2
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/create-environment-api.mjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +1 -1
- package/dist/types/create-environment-api.d.ts +1 -1
- package/dist/types/create-environment-api.js +1 -1
- package/dist/types/index.js +1 -1
- package/dist/types/index.js.map +1 -1
- package/package.json +9 -13
package/dist/cjs/index.cjs
CHANGED
|
@@ -7158,7 +7158,7 @@ function createEnvironmentApi(makeRequest) {
|
|
|
7158
7158
|
},
|
|
7159
7159
|
/**
|
|
7160
7160
|
* Gets an App Installation
|
|
7161
|
-
* @param 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}/${"
|
|
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
|