contentful-management 10.35.4 → 10.35.6

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.
@@ -13333,10 +13333,6 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
13333
13333
  * @deprecated
13334
13334
  */
13335
13335
 
13336
- /**
13337
- * @deprecated the alphaFeatures option is not longer supported
13338
- */
13339
-
13340
13336
  /**
13341
13337
  * Create a client instance
13342
13338
  * @param params - Client initialization parameters
@@ -13348,6 +13344,10 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
13348
13344
  * ```
13349
13345
  */
13350
13346
 
13347
+ // Usually, overloads with more specific signatures should come first but some IDEs are often not able to handle overloads with separate TSDocs correctly
13348
+ /**
13349
+ * @deprecated The `alphaFeatures` option is no longer supported. Please use the function without this option.
13350
+ */
13351
13351
  function createClient(params) {
13352
13352
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
13353
13353
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';