cmd-control-client-lib 3.0.241 → 3.0.242

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.
@@ -14,6 +14,8 @@ export declare type ticketShow = {
14
14
  showName: string;
15
15
  /** show image url*/
16
16
  showImageUrl: string;
17
+ /** picture Id*/
18
+ pictureId?: string;
17
19
  /** readonly const */
18
20
  showCurrency: EnumCurrency;
19
21
  /** float F2 */
@@ -93,6 +95,8 @@ export declare class CMDP_SSTOPTICKETSHOW_RESPONSE extends CMDP_SSTOPTICKETSHOW
93
95
  export declare class CMDC_SEDCARDPICTURE implements ICOMMAND {
94
96
  action: ACTION;
95
97
  params: {
98
+ /** picture id*/
99
+ pictureId?: string;
96
100
  /** sedcards.fsk12, sedcards.fsk16 ununsed for mnow */
97
101
  type: string;
98
102
  /** sedcart, avatar, unused for now */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cmd-control-client-lib",
3
3
  "description": "Cmd-Client-Library",
4
- "version": "3.0.241",
4
+ "version": "3.0.242",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },