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.
@@ -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.1-beta.1"}`, params.application, params.integration, params.feature);
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
  }));