@widy/sdk 1.0.18 → 1.0.20

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/enums.d.ts CHANGED
@@ -56,7 +56,9 @@ export declare enum AppEvent {
56
56
  NsfwSettings = "NsfwSettings",
57
57
  Alert = "Alert",
58
58
  Donation = "Donation",
59
- Redemption = "Redemption"
59
+ Redemption = "Redemption",
60
+ ChatMessage = "ChatMessage",
61
+ ChatMessageDelete = "ChatMessageDelete"
60
62
  }
61
63
  export declare enum StreamElementsEvent {
62
64
  Connect = "Connect",
@@ -135,10 +137,12 @@ export declare enum ServiceType {
135
137
  Donatik = "Donatik",
136
138
  DonatePay = "DonatePay",
137
139
  Destream = "Destream",
138
- Tribute = "Tribute"
140
+ Tribute = "Tribute",
141
+ Kick = "Kick"
139
142
  }
140
143
  export declare enum Platform {
141
- Twitch = "Twitch"
144
+ Twitch = "Twitch",
145
+ Kick = "Kick"
142
146
  }
143
147
  export declare enum StreamElementsEventType {
144
148
  tip = "tip"
@@ -153,7 +157,8 @@ export declare enum MessageType {
153
157
  export declare enum GoalType {
154
158
  Donation = "Donation",
155
159
  TwitchSubscription = "TwitchSubscription",
156
- TwitchFollow = "TwitchFollow"
160
+ TwitchFollow = "TwitchFollow",
161
+ KickSubscription = "KickSubscription"
157
162
  }
158
163
  export declare enum WidyNetwork {
159
164
  Sol = "sol",
package/dist/enums.js CHANGED
@@ -60,6 +60,8 @@ export var AppEvent;
60
60
  AppEvent["Alert"] = "Alert";
61
61
  AppEvent["Donation"] = "Donation";
62
62
  AppEvent["Redemption"] = "Redemption";
63
+ AppEvent["ChatMessage"] = "ChatMessage";
64
+ AppEvent["ChatMessageDelete"] = "ChatMessageDelete";
63
65
  })(AppEvent || (AppEvent = {}));
64
66
  export var StreamElementsEvent;
65
67
  (function (StreamElementsEvent) {
@@ -148,10 +150,12 @@ export var ServiceType;
148
150
  ServiceType["DonatePay"] = "DonatePay";
149
151
  ServiceType["Destream"] = "Destream";
150
152
  ServiceType["Tribute"] = "Tribute";
153
+ ServiceType["Kick"] = "Kick";
151
154
  })(ServiceType || (ServiceType = {}));
152
155
  export var Platform;
153
156
  (function (Platform) {
154
157
  Platform["Twitch"] = "Twitch";
158
+ Platform["Kick"] = "Kick";
155
159
  })(Platform || (Platform = {}));
156
160
  export var StreamElementsEventType;
157
161
  (function (StreamElementsEventType) {
@@ -170,6 +174,7 @@ export var GoalType;
170
174
  GoalType["Donation"] = "Donation";
171
175
  GoalType["TwitchSubscription"] = "TwitchSubscription";
172
176
  GoalType["TwitchFollow"] = "TwitchFollow";
177
+ GoalType["KickSubscription"] = "KickSubscription";
173
178
  })(GoalType || (GoalType = {}));
174
179
  export var WidyNetwork;
175
180
  (function (WidyNetwork) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widy/sdk",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "description": "A TypeScript SDK for Widy widget integrations.",
5
5
  "license": "ISC",
6
6
  "author": "ik1s3v",