contentful-management 7.44.2 → 7.45.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 +52 -68
- package/dist/contentful-management.browser.js.map +1 -1
- package/dist/contentful-management.browser.min.js +1 -1
- package/dist/contentful-management.legacy.js +52 -68
- package/dist/contentful-management.legacy.js.map +1 -1
- package/dist/contentful-management.legacy.min.js +1 -1
- package/dist/contentful-management.node.js +47 -63
- package/dist/contentful-management.node.js.map +1 -1
- package/dist/contentful-management.node.min.js +1 -1
- package/dist/es-modules/adapters/REST/endpoints/api-key.js +1 -1
- package/dist/es-modules/adapters/REST/endpoints/organization.js +2 -2
- package/dist/es-modules/adapters/REST/endpoints/space.js +4 -4
- package/dist/es-modules/adapters/REST/rest-adapter.js +1 -1
- package/dist/es-modules/common-utils.js +1 -1
- package/dist/es-modules/constants/editor-interface-defaults/sidebar-defaults.js +1 -8
- package/dist/es-modules/contentful-management.js +1 -1
- package/dist/es-modules/entities/locale.js +1 -1
- package/dist/es-modules/plain/as-iterator.js +12 -8
- package/dist/typings/create-entry-api.d.ts +3 -3
- package/dist/typings/create-environment-api.d.ts +4 -3
- package/dist/typings/entities/api-key.d.ts +1 -1578
- package/dist/typings/entities/app-bundle.d.ts +1 -1578
- package/dist/typings/entities/app-definition.d.ts +1 -1578
- package/dist/typings/entities/app-installation.d.ts +1 -1578
- package/dist/typings/entities/app-upload.d.ts +1 -1578
- package/dist/typings/entities/asset.d.ts +1 -1577
- package/dist/typings/entities/comment.d.ts +1 -1578
- package/dist/typings/entities/content-type.d.ts +1 -1578
- package/dist/typings/entities/editor-interface.d.ts +8 -1585
- package/dist/typings/entities/entry.d.ts +1 -1578
- package/dist/typings/entities/environment-alias.d.ts +1 -1578
- package/dist/typings/entities/environment.d.ts +1 -1578
- package/dist/typings/entities/extension.d.ts +1 -1578
- package/dist/typings/entities/locale.d.ts +1 -1578
- package/dist/typings/entities/organization-membership.d.ts +1 -1578
- package/dist/typings/entities/organization.d.ts +1 -1578
- package/dist/typings/entities/personal-access-token.d.ts +1 -1578
- package/dist/typings/entities/preview-api-key.d.ts +1 -1578
- package/dist/typings/entities/release-action.d.ts +1 -1578
- package/dist/typings/entities/role.d.ts +1 -1578
- package/dist/typings/entities/scheduled-action.d.ts +1 -1578
- package/dist/typings/entities/snapshot.d.ts +1 -1578
- package/dist/typings/entities/space-member.d.ts +1 -1578
- package/dist/typings/entities/space-membership.d.ts +1 -1578
- package/dist/typings/entities/space.d.ts +1 -1578
- package/dist/typings/entities/tag.d.ts +1 -1578
- package/dist/typings/entities/task.d.ts +1 -1578
- package/dist/typings/entities/team-membership.d.ts +1 -1578
- package/dist/typings/entities/team-space-membership.d.ts +1 -1578
- package/dist/typings/entities/team.d.ts +1 -1578
- package/dist/typings/entities/usage.d.ts +1 -1578
- package/dist/typings/entities/user.d.ts +1 -1578
- package/dist/typings/entities/webhook.d.ts +1 -1578
- package/dist/typings/export-types.d.ts +1 -1
- package/dist/typings/plain/wrappers/wrap.d.ts +4 -4
- package/package.json +14 -13
|
@@ -2181,10 +2181,10 @@ module.exports = {
|
|
|
2181
2181
|
/*!******************************************!*\
|
|
2182
2182
|
!*** ../node_modules/axios/package.json ***!
|
|
2183
2183
|
\******************************************/
|
|
2184
|
-
/*! exports provided:
|
|
2184
|
+
/*! exports provided: name, version, description, main, scripts, repository, keywords, author, license, bugs, homepage, devDependencies, browser, jsdelivr, unpkg, typings, dependencies, bundlesize, default */
|
|
2185
2185
|
/***/ (function(module) {
|
|
2186
2186
|
|
|
2187
|
-
module.exports = JSON.parse("{\"
|
|
2187
|
+
module.exports = JSON.parse("{\"name\":\"axios\",\"version\":\"0.21.4\",\"description\":\"Promise based HTTP client for the browser and node.js\",\"main\":\"index.js\",\"scripts\":{\"test\":\"grunt test\",\"start\":\"node ./sandbox/server.js\",\"build\":\"NODE_ENV=production grunt build\",\"preversion\":\"npm test\",\"version\":\"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json\",\"postversion\":\"git push && git push --tags\",\"examples\":\"node ./examples/server.js\",\"coveralls\":\"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js\",\"fix\":\"eslint --fix lib/**/*.js\"},\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/axios/axios.git\"},\"keywords\":[\"xhr\",\"http\",\"ajax\",\"promise\",\"node\"],\"author\":\"Matt Zabriskie\",\"license\":\"MIT\",\"bugs\":{\"url\":\"https://github.com/axios/axios/issues\"},\"homepage\":\"https://axios-http.com\",\"devDependencies\":{\"coveralls\":\"^3.0.0\",\"es6-promise\":\"^4.2.4\",\"grunt\":\"^1.3.0\",\"grunt-banner\":\"^0.6.0\",\"grunt-cli\":\"^1.2.0\",\"grunt-contrib-clean\":\"^1.1.0\",\"grunt-contrib-watch\":\"^1.0.0\",\"grunt-eslint\":\"^23.0.0\",\"grunt-karma\":\"^4.0.0\",\"grunt-mocha-test\":\"^0.13.3\",\"grunt-ts\":\"^6.0.0-beta.19\",\"grunt-webpack\":\"^4.0.2\",\"istanbul-instrumenter-loader\":\"^1.0.0\",\"jasmine-core\":\"^2.4.1\",\"karma\":\"^6.3.2\",\"karma-chrome-launcher\":\"^3.1.0\",\"karma-firefox-launcher\":\"^2.1.0\",\"karma-jasmine\":\"^1.1.1\",\"karma-jasmine-ajax\":\"^0.1.13\",\"karma-safari-launcher\":\"^1.0.0\",\"karma-sauce-launcher\":\"^4.3.6\",\"karma-sinon\":\"^1.0.5\",\"karma-sourcemap-loader\":\"^0.3.8\",\"karma-webpack\":\"^4.0.2\",\"load-grunt-tasks\":\"^3.5.2\",\"minimist\":\"^1.2.0\",\"mocha\":\"^8.2.1\",\"sinon\":\"^4.5.0\",\"terser-webpack-plugin\":\"^4.2.3\",\"typescript\":\"^4.0.5\",\"url-search-params\":\"^0.10.0\",\"webpack\":\"^4.44.2\",\"webpack-dev-server\":\"^3.11.0\"},\"browser\":{\"./lib/adapters/http.js\":\"./lib/adapters/xhr.js\"},\"jsdelivr\":\"dist/axios.min.js\",\"unpkg\":\"dist/axios.min.js\",\"typings\":\"./index.d.ts\",\"dependencies\":{\"follow-redirects\":\"^1.14.0\"},\"bundlesize\":[{\"path\":\"./dist/axios.min.js\",\"threshold\":\"5kB\"}]}");
|
|
2188
2188
|
|
|
2189
2189
|
/***/ }),
|
|
2190
2190
|
|
|
@@ -2683,15 +2683,16 @@ var rateLimitThrottle = (function (axiosInstance) {
|
|
|
2683
2683
|
};
|
|
2684
2684
|
});
|
|
2685
2685
|
|
|
2686
|
-
var attempts = {};
|
|
2687
|
-
var networkErrorAttempts = 0;
|
|
2688
|
-
|
|
2689
2686
|
var delay = function delay(ms) {
|
|
2690
2687
|
return new Promise(function (resolve) {
|
|
2691
2688
|
setTimeout(resolve, ms);
|
|
2692
2689
|
});
|
|
2693
2690
|
};
|
|
2694
2691
|
|
|
2692
|
+
var defaultWait = function defaultWait(attempts) {
|
|
2693
|
+
return Math.pow(Math.SQRT2, attempts);
|
|
2694
|
+
};
|
|
2695
|
+
|
|
2695
2696
|
function rateLimit(instance) {
|
|
2696
2697
|
var maxRetry = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 5;
|
|
2697
2698
|
var _instance$defaults = instance.defaults,
|
|
@@ -2717,40 +2718,24 @@ function rateLimit(instance) {
|
|
|
2717
2718
|
|
|
2718
2719
|
if (!config || !instance.defaults.retryOnError) {
|
|
2719
2720
|
return Promise.reject(error);
|
|
2721
|
+
} // Retried already for max attempts
|
|
2722
|
+
|
|
2723
|
+
|
|
2724
|
+
var doneAttempts = config.attempts || 1;
|
|
2725
|
+
|
|
2726
|
+
if (doneAttempts > maxRetry) {
|
|
2727
|
+
error.attempts = config.attempts;
|
|
2728
|
+
return Promise.reject(error);
|
|
2720
2729
|
}
|
|
2721
2730
|
|
|
2722
2731
|
var retryErrorType = null;
|
|
2723
|
-
var wait =
|
|
2732
|
+
var wait = defaultWait(doneAttempts); // Errors without response did not receive anything from the server
|
|
2724
2733
|
|
|
2725
2734
|
if (!response) {
|
|
2726
2735
|
retryErrorType = 'Connection';
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
if (networkErrorAttempts > maxRetry) {
|
|
2730
|
-
error.attempts = networkErrorAttempts;
|
|
2731
|
-
return Promise.reject(error);
|
|
2732
|
-
}
|
|
2733
|
-
|
|
2734
|
-
wait = Math.pow(Math.SQRT2, networkErrorAttempts);
|
|
2735
|
-
response = {};
|
|
2736
|
-
} else {
|
|
2737
|
-
networkErrorAttempts = 0;
|
|
2738
|
-
}
|
|
2739
|
-
|
|
2740
|
-
if (response.status >= 500 && response.status < 600) {
|
|
2736
|
+
} else if (response.status >= 500 && response.status < 600) {
|
|
2741
2737
|
// 5** errors are server related
|
|
2742
2738
|
retryErrorType = "Server ".concat(response.status);
|
|
2743
|
-
var headers = response.headers || {};
|
|
2744
|
-
var requestId = headers['x-contentful-request-id'] || null;
|
|
2745
|
-
attempts[requestId] = attempts[requestId] || 0;
|
|
2746
|
-
attempts[requestId]++; // we reject if there are too many errors with the same request id or request id is not defined
|
|
2747
|
-
|
|
2748
|
-
if (attempts[requestId] > maxRetry || !requestId) {
|
|
2749
|
-
error.attempts = attempts[requestId];
|
|
2750
|
-
return Promise.reject(error);
|
|
2751
|
-
}
|
|
2752
|
-
|
|
2753
|
-
wait = Math.pow(Math.SQRT2, attempts[requestId]);
|
|
2754
2739
|
} else if (response.status === 429) {
|
|
2755
2740
|
// 429 errors are exceeded rate limit exceptions
|
|
2756
2741
|
retryErrorType = 'Rate limit'; // all headers are lowercased by axios https://github.com/mzabriskie/axios/issues/413
|
|
@@ -2763,7 +2748,9 @@ function rateLimit(instance) {
|
|
|
2763
2748
|
if (retryErrorType) {
|
|
2764
2749
|
// convert to ms and add jitter
|
|
2765
2750
|
wait = Math.floor(wait * 1000 + Math.random() * 200 + 500);
|
|
2766
|
-
instance.defaults.logHandler('warning', "".concat(retryErrorType, " error occurred. Waiting for ").concat(wait, " ms before retrying..."));
|
|
2751
|
+
instance.defaults.logHandler('warning', "".concat(retryErrorType, " error occurred. Waiting for ").concat(wait, " ms before retrying...")); // increase attempts counter
|
|
2752
|
+
|
|
2753
|
+
config.attempts = doneAttempts + 1;
|
|
2767
2754
|
/* Somehow between the interceptor and retrying the request the httpAgent/httpsAgent gets transformed from an Agent-like object
|
|
2768
2755
|
to a regular object, causing failures on retries after rate limits. Removing these properties here fixes the error, but retry
|
|
2769
2756
|
requests still use the original http/httpsAgent property */
|
|
@@ -6191,9 +6178,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6191
6178
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createWithId", function() { return createWithId; });
|
|
6192
6179
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "update", function() { return update; });
|
|
6193
6180
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "del", function() { return del; });
|
|
6194
|
-
/* harmony import */ var
|
|
6195
|
-
/* harmony import */ var
|
|
6196
|
-
/* harmony import */ var
|
|
6181
|
+
/* harmony import */ var fast_copy__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! fast-copy */ "../node_modules/fast-copy/dist/fast-copy.js");
|
|
6182
|
+
/* harmony import */ var fast_copy__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(fast_copy__WEBPACK_IMPORTED_MODULE_0__);
|
|
6183
|
+
/* harmony import */ var _raw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./raw */ "./adapters/REST/endpoints/raw.ts");
|
|
6197
6184
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
6198
6185
|
|
|
6199
6186
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
@@ -6203,27 +6190,27 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
|
6203
6190
|
|
|
6204
6191
|
|
|
6205
6192
|
var get = function get(http, params) {
|
|
6206
|
-
return
|
|
6193
|
+
return _raw__WEBPACK_IMPORTED_MODULE_1__["get"](http, "/spaces/".concat(params.spaceId, "/api_keys/").concat(params.apiKeyId));
|
|
6207
6194
|
};
|
|
6208
6195
|
var getMany = function getMany(http, params) {
|
|
6209
|
-
return
|
|
6196
|
+
return _raw__WEBPACK_IMPORTED_MODULE_1__["get"](http, "/spaces/".concat(params.spaceId, "/api_keys"), {
|
|
6210
6197
|
params: params.query
|
|
6211
6198
|
});
|
|
6212
6199
|
};
|
|
6213
6200
|
var create = function create(http, params, data, headers) {
|
|
6214
|
-
return
|
|
6201
|
+
return _raw__WEBPACK_IMPORTED_MODULE_1__["post"](http, "/spaces/".concat(params.spaceId, "/api_keys"), data, {
|
|
6215
6202
|
headers: headers
|
|
6216
6203
|
});
|
|
6217
6204
|
};
|
|
6218
6205
|
var createWithId = function createWithId(http, params, data, headers) {
|
|
6219
|
-
return
|
|
6206
|
+
return _raw__WEBPACK_IMPORTED_MODULE_1__["put"](http, "/spaces/".concat(params.spaceId, "/api_keys/").concat(params.apiKeyId), data, {
|
|
6220
6207
|
headers: headers
|
|
6221
6208
|
});
|
|
6222
6209
|
};
|
|
6223
6210
|
var update = function update(http, params, rawData, headers) {
|
|
6224
6211
|
var _rawData$sys$version;
|
|
6225
6212
|
|
|
6226
|
-
var data =
|
|
6213
|
+
var data = fast_copy__WEBPACK_IMPORTED_MODULE_0___default()(rawData);
|
|
6227
6214
|
|
|
6228
6215
|
if ('accessToken' in data) {
|
|
6229
6216
|
delete data.accessToken;
|
|
@@ -6238,14 +6225,14 @@ var update = function update(http, params, rawData, headers) {
|
|
|
6238
6225
|
}
|
|
6239
6226
|
|
|
6240
6227
|
delete data.sys;
|
|
6241
|
-
return
|
|
6228
|
+
return _raw__WEBPACK_IMPORTED_MODULE_1__["put"](http, "/spaces/".concat(params.spaceId, "/api_keys/").concat(params.apiKeyId), data, {
|
|
6242
6229
|
headers: _objectSpread({
|
|
6243
6230
|
'X-Contentful-Version': (_rawData$sys$version = rawData.sys.version) !== null && _rawData$sys$version !== void 0 ? _rawData$sys$version : 0
|
|
6244
6231
|
}, headers)
|
|
6245
6232
|
});
|
|
6246
6233
|
};
|
|
6247
6234
|
var del = function del(http, params) {
|
|
6248
|
-
return
|
|
6235
|
+
return _raw__WEBPACK_IMPORTED_MODULE_1__["del"](http, "/spaces/".concat(params.spaceId, "/api_keys/").concat(params.apiKeyId));
|
|
6249
6236
|
};
|
|
6250
6237
|
|
|
6251
6238
|
/***/ }),
|
|
@@ -7820,10 +7807,10 @@ var get = function get(http, params) {
|
|
|
7820
7807
|
});
|
|
7821
7808
|
|
|
7822
7809
|
if (!org) {
|
|
7823
|
-
var error = new Error("No organization was found with the ID ".concat(params.organizationId, " instead got ").concat(JSON.stringify(data))); // eslint-disable-next-line @typescript-eslint/ban-ts-
|
|
7810
|
+
var error = new Error("No organization was found with the ID ".concat(params.organizationId, " instead got ").concat(JSON.stringify(data))); // eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
7824
7811
|
// @ts-ignore
|
|
7825
7812
|
|
|
7826
|
-
error.status = 404; // eslint-disable-next-line @typescript-eslint/ban-ts-
|
|
7813
|
+
error.status = 404; // eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
7827
7814
|
// @ts-ignore
|
|
7828
7815
|
|
|
7829
7816
|
error.statusText = 'Not Found';
|
|
@@ -8386,14 +8373,14 @@ var create = function create(http, params, payload, headers) {
|
|
|
8386
8373
|
}) : headers
|
|
8387
8374
|
});
|
|
8388
8375
|
};
|
|
8389
|
-
var update = function update(http, params,
|
|
8390
|
-
var
|
|
8376
|
+
var update = function update(http, params, rawData, headers) {
|
|
8377
|
+
var _rawData$sys$version;
|
|
8391
8378
|
|
|
8392
|
-
var data = fast_copy__WEBPACK_IMPORTED_MODULE_0___default()(
|
|
8379
|
+
var data = fast_copy__WEBPACK_IMPORTED_MODULE_0___default()(rawData);
|
|
8393
8380
|
delete data.sys;
|
|
8394
8381
|
return _raw__WEBPACK_IMPORTED_MODULE_1__["put"](http, "/spaces/".concat(params.spaceId), data, {
|
|
8395
8382
|
headers: _objectSpread({
|
|
8396
|
-
'X-Contentful-Version': (
|
|
8383
|
+
'X-Contentful-Version': (_rawData$sys$version = rawData.sys.version) !== null && _rawData$sys$version !== void 0 ? _rawData$sys$version : 0
|
|
8397
8384
|
}, headers)
|
|
8398
8385
|
});
|
|
8399
8386
|
};
|
|
@@ -9114,7 +9101,7 @@ var RestAdapter = /*#__PURE__*/function () {
|
|
|
9114
9101
|
entityType = _ref.entityType, actionInput = _ref.action, params = _ref.params, payload = _ref.payload, headers = _ref.headers, userAgent = _ref.userAgent;
|
|
9115
9102
|
// `delete` is a reserved keyword. Therefore, the methods are called `del`.
|
|
9116
9103
|
action = actionInput === 'delete' ? 'del' : actionInput;
|
|
9117
|
-
endpoint = // eslint-disable-next-line @typescript-eslint/ban-ts-
|
|
9104
|
+
endpoint = // eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
9118
9105
|
// @ts-ignore
|
|
9119
9106
|
(_endpoints$entityType = _endpoints__WEBPACK_IMPORTED_MODULE_3__["default"][entityType]) === null || _endpoints$entityType === void 0 ? void 0 : _endpoints$entityType[action];
|
|
9120
9107
|
|
|
@@ -9174,7 +9161,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9174
9161
|
/* harmony import */ var contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! contentful-sdk-core */ "../node_modules/contentful-sdk-core/dist/index.es-modules.js");
|
|
9175
9162
|
/* harmony import */ var fast_copy__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! fast-copy */ "../node_modules/fast-copy/dist/fast-copy.js");
|
|
9176
9163
|
/* harmony import */ var fast_copy__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(fast_copy__WEBPACK_IMPORTED_MODULE_1__);
|
|
9177
|
-
/* eslint-disable @typescript-eslint/ban-ts-
|
|
9164
|
+
/* eslint-disable @typescript-eslint/ban-ts-comment */
|
|
9178
9165
|
|
|
9179
9166
|
|
|
9180
9167
|
|
|
@@ -9570,7 +9557,6 @@ var SidebarWidgetTypes = {
|
|
|
9570
9557
|
VERSIONS: 'versions-widget',
|
|
9571
9558
|
INFO_PANEL: 'info-panel',
|
|
9572
9559
|
JOBS: 'jobs-widget',
|
|
9573
|
-
TASKS: 'content-workflows-tasks-widget',
|
|
9574
9560
|
COMMENTS_PANEL: 'comments-panel'
|
|
9575
9561
|
};
|
|
9576
9562
|
var Publication = {
|
|
@@ -9585,12 +9571,6 @@ var Releases = {
|
|
|
9585
9571
|
name: 'Release',
|
|
9586
9572
|
description: 'Built-in - View release, add to it, etc.'
|
|
9587
9573
|
};
|
|
9588
|
-
var Tasks = {
|
|
9589
|
-
widgetId: SidebarWidgetTypes.TASKS,
|
|
9590
|
-
widgetNamespace: _types__WEBPACK_IMPORTED_MODULE_0__["WidgetNamespace"].SIDEBAR_BUILTIN,
|
|
9591
|
-
name: 'Tasks',
|
|
9592
|
-
description: 'Built-in - Assign tasks to be completed before publishing. Currently only supported for master environment.'
|
|
9593
|
-
};
|
|
9594
9574
|
var ContentPreview = {
|
|
9595
9575
|
widgetId: SidebarWidgetTypes.CONTENT_PREVIEW,
|
|
9596
9576
|
widgetNamespace: _types__WEBPACK_IMPORTED_MODULE_0__["WidgetNamespace"].SIDEBAR_BUILTIN,
|
|
@@ -9621,7 +9601,7 @@ var Users = {
|
|
|
9621
9601
|
name: 'Users',
|
|
9622
9602
|
description: 'Built-in - Displays users on the same entry.'
|
|
9623
9603
|
};
|
|
9624
|
-
var SidebarEntryConfiguration = [Publication, Releases,
|
|
9604
|
+
var SidebarEntryConfiguration = [Publication, Releases, ContentPreview, Links, Translation, Versions, Users];
|
|
9625
9605
|
var SidebarAssetConfiguration = [Publication, Releases, Links, Translation, Users];
|
|
9626
9606
|
|
|
9627
9607
|
/***/ }),
|
|
@@ -9714,7 +9694,7 @@ function createClient(params) {
|
|
|
9714
9694
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
9715
9695
|
var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
9716
9696
|
var userAgent = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__["getUserAgentHeader"])( // @ts-expect-error
|
|
9717
|
-
"".concat(sdkMain, "/").concat("7.
|
|
9697
|
+
"".concat(sdkMain, "/").concat("7.45.3"), params.application, params.integration, params.feature);
|
|
9718
9698
|
var adapter = Object(_create_adapter__WEBPACK_IMPORTED_MODULE_1__["createAdapter"])(params); // Parameters<?> and ReturnType<?> only return the types of the last overload
|
|
9719
9699
|
// https://github.com/microsoft/TypeScript/issues/26591
|
|
9720
9700
|
// @ts-expect-error
|
|
@@ -17112,7 +17092,7 @@ function createLocaleApi(makeRequest) {
|
|
|
17112
17092
|
|
|
17113
17093
|
|
|
17114
17094
|
function wrapLocale(makeRequest, data) {
|
|
17115
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-
|
|
17095
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
17116
17096
|
// @ts-ignore
|
|
17117
17097
|
delete data.internal_code;
|
|
17118
17098
|
var locale = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_1__["toPlainObject"])(fast_copy__WEBPACK_IMPORTED_MODULE_0___default()(data));
|
|
@@ -19154,7 +19134,7 @@ var asIterator = function asIterator(fn, params) {
|
|
|
19154
19134
|
var _this = this;
|
|
19155
19135
|
|
|
19156
19136
|
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
19157
|
-
var _yield$currentResult, total, items, skip, limit, value, endOfPage, endOfList;
|
|
19137
|
+
var _yield$currentResult, _yield$currentResult$, total, _yield$currentResult$2, items, _yield$currentResult$3, skip, _yield$currentResult$4, limit, value, endOfPage, endOfList;
|
|
19158
19138
|
|
|
19159
19139
|
return regeneratorRuntime.wrap(function _callee$(_context) {
|
|
19160
19140
|
while (1) {
|
|
@@ -19165,13 +19145,17 @@ var asIterator = function asIterator(fn, params) {
|
|
|
19165
19145
|
|
|
19166
19146
|
case 2:
|
|
19167
19147
|
_yield$currentResult = _context.sent;
|
|
19168
|
-
|
|
19169
|
-
|
|
19170
|
-
|
|
19171
|
-
|
|
19148
|
+
_yield$currentResult$ = _yield$currentResult.total;
|
|
19149
|
+
total = _yield$currentResult$ === void 0 ? 0 : _yield$currentResult$;
|
|
19150
|
+
_yield$currentResult$2 = _yield$currentResult.items;
|
|
19151
|
+
items = _yield$currentResult$2 === void 0 ? [] : _yield$currentResult$2;
|
|
19152
|
+
_yield$currentResult$3 = _yield$currentResult.skip;
|
|
19153
|
+
skip = _yield$currentResult$3 === void 0 ? 0 : _yield$currentResult$3;
|
|
19154
|
+
_yield$currentResult$4 = _yield$currentResult.limit;
|
|
19155
|
+
limit = _yield$currentResult$4 === void 0 ? 100 : _yield$currentResult$4;
|
|
19172
19156
|
|
|
19173
19157
|
if (!(total === _this.current)) {
|
|
19174
|
-
_context.next =
|
|
19158
|
+
_context.next = 13;
|
|
19175
19159
|
break;
|
|
19176
19160
|
}
|
|
19177
19161
|
|
|
@@ -19180,7 +19164,7 @@ var asIterator = function asIterator(fn, params) {
|
|
|
19180
19164
|
value: null
|
|
19181
19165
|
});
|
|
19182
19166
|
|
|
19183
|
-
case
|
|
19167
|
+
case 13:
|
|
19184
19168
|
value = items[_this.current++ - skip];
|
|
19185
19169
|
endOfPage = _this.current % limit === 0;
|
|
19186
19170
|
endOfList = _this.current === total;
|
|
@@ -19199,7 +19183,7 @@ var asIterator = function asIterator(fn, params) {
|
|
|
19199
19183
|
value: value
|
|
19200
19184
|
});
|
|
19201
19185
|
|
|
19202
|
-
case
|
|
19186
|
+
case 18:
|
|
19203
19187
|
case "end":
|
|
19204
19188
|
return _context.stop();
|
|
19205
19189
|
}
|