unika-components 1.1.138 → 1.1.140

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.
@@ -75,6 +75,7 @@ export interface MusicData {
75
75
  crop?: string | null;
76
76
  }
77
77
  export interface GlobalData {
78
+ id: number;
78
79
  type?: string;
79
80
  width?: string;
80
81
  height?: string;
@@ -130,7 +131,7 @@ export interface GlobalData {
130
131
  record?: any;
131
132
  f_id: number;
132
133
  uid: string;
133
- scenecode: string;
134
+ sceneCode: string;
134
135
  createFont?: string;
135
136
  domain: string;
136
137
  pay_cat: number;