fusio-sdk 7.0.0 → 7.0.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/index.cjs CHANGED
@@ -545,7 +545,7 @@ var BackendAgentMessageTag = class extends import_sdkgen_client8.TagAbstract {
545
545
  /**
546
546
  * Submits a new agent message
547
547
  *
548
- * @returns {Promise<BackendAgentMessage>}
548
+ * @returns {Promise<BackendAgentOutput>}
549
549
  * @throws {CommonMessageException}
550
550
  * @throws {ClientException}
551
551
  */
@@ -1475,7 +1475,7 @@ var BackendConnectionAgentTag = class extends import_sdkgen_client24.TagAbstract
1475
1475
  /**
1476
1476
  * Sends a message to an agent
1477
1477
  *
1478
- * @returns {Promise<BackendAgentContent>}
1478
+ * @returns {Promise<BackendAgentOutput>}
1479
1479
  * @throws {CommonMessageException}
1480
1480
  * @throws {ClientException}
1481
1481
  */