contentful-management 10.31.4 → 10.31.5
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 +8 -0
- package/dist/contentful-management.browser.js.map +1 -1
- package/dist/contentful-management.node.js +8 -0
- package/dist/contentful-management.node.js.map +1 -1
- package/dist/es-modules/common-types.js +8 -0
- package/dist/typings/common-types.d.ts +10 -0
- package/dist/typings/contentful-management.d.ts +2 -1
- package/package.json +1 -1
|
@@ -12587,6 +12587,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12587
12587
|
* @private
|
|
12588
12588
|
*/
|
|
12589
12589
|
|
|
12590
|
+
/**
|
|
12591
|
+
* @private
|
|
12592
|
+
*/
|
|
12593
|
+
|
|
12594
|
+
/**
|
|
12595
|
+
* @private
|
|
12596
|
+
*/
|
|
12597
|
+
|
|
12590
12598
|
/** Base interface for all Payload interfaces. Used as part of the MakeRequestOptions to simplify payload definitions. */
|
|
12591
12599
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
12592
12600
|
|