@voicenter-team/events-sdk 0.0.122 → 0.0.123

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.
@@ -92,6 +92,8 @@ export declare type AllVoicebotsStatus = {
92
92
  * Server time at the moment of the event
93
93
  */
94
94
  servertime: number;
95
+
96
+
95
97
  /**
96
98
  * Difference in time between server and client
97
99
  */
@@ -2733,6 +2733,11 @@ class te {
2733
2733
  {
2734
2734
  key: "callStarted",
2735
2735
  format: "sec"
2736
+ },
2737
+ {
2738
+ key: "holdStarted",
2739
+ // TODO: should add the holdStarted in TS definitions
2740
+ format: "sec"
2736
2741
  }
2737
2742
  ],
2738
2743
  t.servertime,