cmd-control-client-lib 3.0.38 → 3.0.39

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.
@@ -5,7 +5,7 @@ import { MediaMd5, MediaOffer, Ticket } from "./message";
5
5
  declare type TicketOrMediaMd5 = Ticket | MediaMd5;
6
6
  /**
7
7
  * Frontent command for offer media.
8
- * the Ticket.mediaMd5 should be MD5(32 chars) of new GUID or empty (will be set by server)
8
+ * the Ticket.mediaMd5 should be not set, will be set by server.
9
9
  */
10
10
  export declare class CMDP_SOPENMEDIAOFFER implements ICOMMAND {
11
11
  action: ACTION;
@@ -22,7 +22,7 @@ export declare class CMDP_SOPENMEDIAOFFER_PRESPONSE extends CMDP_SOPENMEDIAOFFER
22
22
  values: IKeyMaybeValue;
23
23
  }
24
24
  /**
25
- * Frontent command for close of offer.
25
+ * Frontend command for close of offer.
26
26
  */
27
27
  export declare class CMDP_SCLOSEMEDIAOFFER implements ICOMMAND {
28
28
  action: ACTION;
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.38",
4
+ "version": "3.0.39",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },