contentful-management 11.55.0 → 11.57.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 +3 -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 +3 -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 +2 -0
- package/dist/es-modules/contentful-management.js +1 -1
- package/dist/typings/common-types.d.ts +5 -3
- package/dist/typings/create-organization-api.d.ts +36 -0
- package/dist/typings/entities/app-action-call.d.ts +2 -2
- package/dist/typings/entities/app-action.d.ts +16 -0
- package/dist/typings/entities/ui-config.d.ts +1 -1
- package/dist/typings/plain/entities/app-action-call.d.ts +3 -3
- package/package.json +1 -1
|
@@ -5053,6 +5053,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5053
5053
|
|
|
5054
5054
|
/** Base interface for all Payload interfaces. Used as part of the MakeRequestOptions to simplify payload definitions. */
|
|
5055
5055
|
|
|
5056
|
+
// Retry options used by createWithResponse and createWithResult. Kept separate for clarity.
|
|
5057
|
+
|
|
5056
5058
|
// New route params for fetching structured call or raw response
|
|
5057
5059
|
|
|
5058
5060
|
let ScheduledActionReferenceFilters = /*#__PURE__*/function (ScheduledActionReferenceFilters) {
|
|
@@ -32818,7 +32820,7 @@ function createClient(params, opts = {}) {
|
|
|
32818
32820
|
const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
32819
32821
|
const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
|
|
32820
32822
|
// @ts-expect-error
|
|
32821
|
-
`${sdkMain}/${"11.
|
|
32823
|
+
`${sdkMain}/${"11.57.0"}`, params.application, params.integration, params.feature);
|
|
32822
32824
|
const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
|
|
32823
32825
|
userAgent
|
|
32824
32826
|
}));
|