contentful-management 11.36.1-beta.1 → 11.36.1
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 +16 -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 +16 -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/access-token.js +5 -0
- package/dist/es-modules/entities/organization.js +5 -0
- package/dist/es-modules/entities/personal-access-token.js +5 -0
- package/dist/typings/common-types.d.ts +5 -0
- package/dist/typings/entities/access-token.d.ts +4 -0
- package/dist/typings/entities/organization.d.ts +4 -0
- package/dist/typings/entities/personal-access-token.d.ts +4 -0
- package/dist/typings/export-types.d.ts +2 -2
- package/package.json +1 -1
|
@@ -12613,6 +12613,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12613
12613
|
|
|
12614
12614
|
|
|
12615
12615
|
|
|
12616
|
+
|
|
12617
|
+
/**
|
|
12618
|
+
* @deprecated Use `AccessTokenProps` instead.
|
|
12619
|
+
*/
|
|
12620
|
+
|
|
12616
12621
|
/**
|
|
12617
12622
|
* @private
|
|
12618
12623
|
* @param makeRequest - function to make requests via an adapter
|
|
@@ -14803,6 +14808,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14803
14808
|
|
|
14804
14809
|
|
|
14805
14810
|
|
|
14811
|
+
|
|
14812
|
+
/**
|
|
14813
|
+
* @deprecated Use `OrganizationProps` instead.
|
|
14814
|
+
*/
|
|
14815
|
+
|
|
14806
14816
|
/**
|
|
14807
14817
|
* This method creates the API for the given organization with all the methods for
|
|
14808
14818
|
* reading and creating other entities. It also passes down a clone of the
|
|
@@ -14848,6 +14858,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14848
14858
|
|
|
14849
14859
|
|
|
14850
14860
|
|
|
14861
|
+
|
|
14862
|
+
/**
|
|
14863
|
+
* @deprecated Use `PersonalAccessTokenProps` instead.
|
|
14864
|
+
*/
|
|
14865
|
+
|
|
14851
14866
|
/**
|
|
14852
14867
|
* @private
|
|
14853
14868
|
* @param makeRequest - function to make requests via an adapter
|
|
@@ -27818,7 +27833,7 @@ function createClient(params) {
|
|
|
27818
27833
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
27819
27834
|
var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
27820
27835
|
var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)( // @ts-expect-error
|
|
27821
|
-
"".concat(sdkMain, "/").concat("11.36.1
|
|
27836
|
+
"".concat(sdkMain, "/").concat("11.36.1"), params.application, params.integration, params.feature);
|
|
27822
27837
|
var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
|
|
27823
27838
|
userAgent: userAgent
|
|
27824
27839
|
}));
|