contentful-management 11.36.1-beta.1 → 11.36.2
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 +10 -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
|
@@ -12199,6 +12199,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12199
12199
|
|
|
12200
12200
|
|
|
12201
12201
|
|
|
12202
|
+
|
|
12203
|
+
/**
|
|
12204
|
+
* @deprecated Use `AccessTokenProps` instead.
|
|
12205
|
+
*/
|
|
12206
|
+
|
|
12202
12207
|
/**
|
|
12203
12208
|
* @private
|
|
12204
12209
|
* @param makeRequest - function to make requests via an adapter
|
|
@@ -14245,6 +14250,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14245
14250
|
|
|
14246
14251
|
|
|
14247
14252
|
|
|
14253
|
+
|
|
14254
|
+
/**
|
|
14255
|
+
* @deprecated Use `OrganizationProps` instead.
|
|
14256
|
+
*/
|
|
14257
|
+
|
|
14248
14258
|
/**
|
|
14249
14259
|
* This method creates the API for the given organization with all the methods for
|
|
14250
14260
|
* reading and creating other entities. It also passes down a clone of the
|
|
@@ -14290,6 +14300,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14290
14300
|
|
|
14291
14301
|
|
|
14292
14302
|
|
|
14303
|
+
|
|
14304
|
+
/**
|
|
14305
|
+
* @deprecated Use `PersonalAccessTokenProps` instead.
|
|
14306
|
+
*/
|
|
14307
|
+
|
|
14293
14308
|
/**
|
|
14294
14309
|
* @private
|
|
14295
14310
|
* @param makeRequest - function to make requests via an adapter
|
|
@@ -31137,7 +31152,7 @@ function createClient(params, opts = {}) {
|
|
|
31137
31152
|
const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
31138
31153
|
const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
|
|
31139
31154
|
// @ts-expect-error
|
|
31140
|
-
`${sdkMain}/${"11.36.
|
|
31155
|
+
`${sdkMain}/${"11.36.2"}`, params.application, params.integration, params.feature);
|
|
31141
31156
|
const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
|
|
31142
31157
|
userAgent
|
|
31143
31158
|
}));
|