contentful-management 11.14.4 → 11.16.0
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 +5 -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 +5 -1
- package/dist/contentful-management.node.js.map +1 -1
- package/dist/contentful-management.node.min.js +1 -1
- package/dist/es-modules/common-types.js +4 -0
- package/dist/es-modules/contentful-management.js +1 -1
- package/dist/typings/common-types.d.ts +10 -0
- package/dist/typings/entities/app-bundle.d.ts +1 -0
- package/dist/typings/entities/function.d.ts +1 -0
- package/package.json +1 -1
|
@@ -4132,6 +4132,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4132
4132
|
* Link is a reference object to another entity that can be resolved using tools such as contentful-resolve
|
|
4133
4133
|
*/
|
|
4134
4134
|
|
|
4135
|
+
/**
|
|
4136
|
+
* ResourceLink is a reference object to another entity outside of the current space/environment
|
|
4137
|
+
*/
|
|
4138
|
+
|
|
4135
4139
|
/** String will be in ISO8601 datetime format e.g. 2013-06-26T13:57:24Z */
|
|
4136
4140
|
|
|
4137
4141
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
@@ -25465,7 +25469,7 @@ function createClient(params) {
|
|
|
25465
25469
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
25466
25470
|
var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
25467
25471
|
var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)( // @ts-expect-error
|
|
25468
|
-
"".concat(sdkMain, "/").concat("11.
|
|
25472
|
+
"".concat(sdkMain, "/").concat("11.16.0"), params.application, params.integration, params.feature);
|
|
25469
25473
|
var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(params);
|
|
25470
25474
|
|
|
25471
25475
|
// Parameters<?> and ReturnType<?> only return the types of the last overload
|