contentful-management 7.51.2 → 7.51.3
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/contentful-management.browser.js +1 -1
- package/dist/contentful-management.browser.min.js +1 -1
- package/dist/contentful-management.legacy.js +1 -1
- package/dist/contentful-management.legacy.min.js +1 -1
- package/dist/contentful-management.node.js +1 -1
- package/dist/contentful-management.node.min.js +1 -1
- package/dist/es-modules/contentful-management.js +1 -1
- package/dist/typings/entities/workflow.d.ts +3 -3
- package/package.json +1 -1
|
@@ -9941,7 +9941,7 @@ function createClient(params) {
|
|
|
9941
9941
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
9942
9942
|
var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
9943
9943
|
var userAgent = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__["getUserAgentHeader"])( // @ts-expect-error
|
|
9944
|
-
"".concat(sdkMain, "/").concat("7.51.
|
|
9944
|
+
"".concat(sdkMain, "/").concat("7.51.3"), params.application, params.integration, params.feature);
|
|
9945
9945
|
var adapter = Object(_create_adapter__WEBPACK_IMPORTED_MODULE_1__["createAdapter"])(params); // Parameters<?> and ReturnType<?> only return the types of the last overload
|
|
9946
9946
|
// https://github.com/microsoft/TypeScript/issues/26591
|
|
9947
9947
|
// @ts-expect-error
|