cmd-control-client-lib 3.0.286 → 3.0.288

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.
@@ -46,6 +46,7 @@ export declare class CMDP_INIT_RESPONSE extends CMDP_INIT implements IRESPONSE,
46
46
  /** where to send message media */
47
47
  uploadMediaUrl?: string;
48
48
  speedTestUrl?: string;
49
+ gtcUrl?: string;
49
50
  uploadFeedbackUrl?: string;
50
51
  translations?: JSONString<InitialTranslations>;
51
52
  gifts?: JSONString<IGift[]>;
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.286",
4
+ "version": "3.0.288",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },