contentful-management 11.47.1 → 11.47.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 +10 -1
- package/dist/contentful-management.browser.js.map +1 -1
- package/dist/contentful-management.browser.min.js +1 -1
- package/dist/contentful-management.node.js +10 -1
- package/dist/contentful-management.node.js.map +1 -1
- package/dist/contentful-management.node.min.js +1 -1
- package/dist/es-modules/contentful-management.js +1 -1
- package/dist/es-modules/entities/app-action.js +9 -0
- package/dist/typings/create-organization-api.d.ts +264 -6
- package/dist/typings/entities/app-action.d.ts +59 -14
- package/dist/typings/entities/ui-config.d.ts +6 -0
- package/dist/typings/plain/entities/app-action.d.ts +46 -0
- package/package.json +7 -2
|
@@ -13105,6 +13105,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13105
13105
|
|
|
13106
13106
|
|
|
13107
13107
|
|
|
13108
|
+
|
|
13109
|
+
/**
|
|
13110
|
+
* 'function' is deprecated, use 'function-invocation' instead
|
|
13111
|
+
*/
|
|
13112
|
+
|
|
13113
|
+
/**
|
|
13114
|
+
* @deprecated Use FunctionAppActionProps instead
|
|
13115
|
+
*/
|
|
13116
|
+
|
|
13108
13117
|
/**
|
|
13109
13118
|
* @private
|
|
13110
13119
|
*/
|
|
@@ -31982,7 +31991,7 @@ function createClient(params, opts = {}) {
|
|
|
31982
31991
|
const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
31983
31992
|
const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
|
|
31984
31993
|
// @ts-expect-error
|
|
31985
|
-
`${sdkMain}/${"11.47.
|
|
31994
|
+
`${sdkMain}/${"11.47.3"}`, params.application, params.integration, params.feature);
|
|
31986
31995
|
const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
|
|
31987
31996
|
userAgent
|
|
31988
31997
|
}));
|