larksr_websdk 3.2.315 → 3.2.316

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.
@@ -189,6 +189,7 @@ interface LarkSREvent extends LocalEvent<LarkSRClientEvent> {
189
189
  message?: string;
190
190
  code?: number;
191
191
  larkevent?: LarkEventType;
192
+ rawData?: any;
192
193
  }
193
194
  declare type PublicPortMapping = {
194
195
  [key: string]: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "larksr_websdk",
3
- "version": "3.2.315",
3
+ "version": "3.2.316",
4
4
  "description": "Larksr websdk. Easy to build a cloud render client for larksr system or ue4 pixelstreaming.docs: https://pingxingyun.github.io/webclient_sdk/",
5
5
  "keywords": [
6
6
  "pingxingyun",
package/types/larksr.d.ts CHANGED
@@ -189,6 +189,7 @@ interface LarkSREvent extends LocalEvent<LarkSRClientEvent> {
189
189
  message?: string;
190
190
  code?: number;
191
191
  larkevent?: LarkEventType;
192
+ rawData?: any;
192
193
  }
193
194
  declare type PublicPortMapping = {
194
195
  [key: string]: string;