fusio-sdk 2.2.0 → 2.2.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.
@@ -2,9 +2,11 @@
2
2
  * Event_Subscription automatically generated by SDKgen please do not edit this file manually
3
3
  * {@link https://sdkgen.app}
4
4
  */
5
+ import { Event_Subscription_Response } from "./Event_Subscription_Response";
5
6
  export interface Event_Subscription {
6
7
  id?: number;
7
8
  eventId?: number;
8
9
  userId?: number;
9
10
  endpoint?: string;
11
+ responses?: Array<Event_Subscription_Response>;
10
12
  }
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Event_Subscription_Response automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export interface Event_Subscription_Response {
6
+ id?: number;
7
+ status?: number;
8
+ attempts?: number;
9
+ error?: string;
10
+ executeDate?: string;
11
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Event_Subscription_Response automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fusio-sdk",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "SDK to talk to the Fusio API",
5
5
  "keywords": [
6
6
  "API",