fusio-sdk 6.2.1 → 6.3.0
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +35 -22
- package/dist/index.d.ts +35 -22
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -839,7 +839,7 @@ var BackendBundleTag = class extends import_sdkgen_client14.TagAbstract {
|
|
|
839
839
|
/**
|
|
840
840
|
* Returns a specific bundle
|
|
841
841
|
*
|
|
842
|
-
* @returns {Promise<
|
|
842
|
+
* @returns {Promise<BackendBundle>}
|
|
843
843
|
* @throws {CommonMessageException}
|
|
844
844
|
* @throws {ClientException}
|
|
845
845
|
*/
|