fusio-sdk 5.0.8 → 5.0.9

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.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * BackendConnectionRedirectResponse automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export interface BackendConnectionRedirectResponse {
6
+ redirectUri?: string;
7
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendConnectionRedirectResponse automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -9,6 +9,7 @@ import { BackendConnectionCreate } from "./BackendConnectionCreate";
9
9
  import { BackendConnectionIndex } from "./BackendConnectionIndex";
10
10
  import { BackendConnectionIntrospectionEntities } from "./BackendConnectionIntrospectionEntities";
11
11
  import { BackendConnectionIntrospectionEntity } from "./BackendConnectionIntrospectionEntity";
12
+ import { BackendConnectionRedirectResponse } from "./BackendConnectionRedirectResponse";
12
13
  import { BackendConnectionUpdate } from "./BackendConnectionUpdate";
13
14
  import { CommonFormContainer } from "./CommonFormContainer";
14
15
  import { CommonMessage } from "./CommonMessage";
@@ -26,11 +27,11 @@ export declare class BackendConnectionTag extends TagAbstract {
26
27
  */
27
28
  getIntrospection(connectionId: string): Promise<BackendConnectionIntrospectionEntities>;
28
29
  /**
29
- * @returns {Promise<CommonMessage>}
30
+ * @returns {Promise<BackendConnectionRedirectResponse>}
30
31
  * @throws {CommonMessageExceptionException}
31
32
  * @throws {ClientException}
32
33
  */
33
- getRedirect(connectionId: string): Promise<CommonMessage>;
34
+ getRedirect(connectionId: string): Promise<BackendConnectionRedirectResponse>;
34
35
  /**
35
36
  * @returns {Promise<CommonMessage>}
36
37
  * @throws {CommonMessageExceptionException}
@@ -87,7 +87,7 @@ export class BackendConnectionTag extends TagAbstract {
87
87
  }
88
88
  }
89
89
  /**
90
- * @returns {Promise<CommonMessage>}
90
+ * @returns {Promise<BackendConnectionRedirectResponse>}
91
91
  * @throws {CommonMessageExceptionException}
92
92
  * @throws {ClientException}
93
93
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fusio-sdk",
3
- "version": "5.0.8",
3
+ "version": "5.0.9",
4
4
  "description": "SDK to talk to the Fusio API",
5
5
  "keywords": [
6
6
  "API",