@webex/event-dictionary-ts 1.0.1401 → 1.0.1403

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.
@@ -2819,13 +2819,14 @@
2819
2819
  }
2820
2820
  },
2821
2821
  "endTrigger": {
2822
+ "type": "string",
2823
+ "description": "End Trigger - indicate how the call was ended from client. Set in end of call events such as client.call.end, client.call.aborted",
2822
2824
  "enum": [
2823
2825
  "ejected",
2824
2826
  "end-meeting",
2825
2827
  "leave",
2826
2828
  "other"
2827
- ],
2828
- "type": "string"
2829
+ ]
2829
2830
  },
2830
2831
  "trigger": {
2831
2832
  "enum": [
@@ -3909,10 +3910,6 @@
3909
3910
  "type": "integer",
3910
3911
  "minimum": 0
3911
3912
  },
3912
- "authIntelligenceGenerationReqResp": {
3913
- "type": "integer",
3914
- "minimum": 0
3915
- },
3916
3913
  "downloadIntelligenceModelsReqResp": {
3917
3914
  "type": "integer",
3918
3915
  "minimum": 0
@@ -3294,13 +3294,14 @@
3294
3294
  }
3295
3295
  },
3296
3296
  "endTrigger": {
3297
+ "type": "string",
3298
+ "description": "End Trigger - indicate how the call was ended from client. Set in end of call events such as client.call.end, client.call.aborted",
3297
3299
  "enum": [
3298
3300
  "ejected",
3299
3301
  "end-meeting",
3300
3302
  "leave",
3301
3303
  "other"
3302
- ],
3303
- "type": "string"
3304
+ ]
3304
3305
  },
3305
3306
  "trigger": {
3306
3307
  "enum": [
@@ -4384,10 +4385,6 @@
4384
4385
  "type": "integer",
4385
4386
  "minimum": 0
4386
4387
  },
4387
- "authIntelligenceGenerationReqResp": {
4388
- "type": "integer",
4389
- "minimum": 0
4390
- },
4391
4388
  "downloadIntelligenceModelsReqResp": {
4392
4389
  "type": "integer",
4393
4390
  "minimum": 0
@@ -1286,6 +1286,9 @@ export interface Event {
1286
1286
  expiredAfter?: number;
1287
1287
  additionalProperties?: false;
1288
1288
  };
1289
+ /**
1290
+ * End Trigger - indicate how the call was ended from client. Set in end of call events such as client.call.end, client.call.aborted
1291
+ */
1289
1292
  endTrigger?: "ejected" | "end-meeting" | "leave" | "other";
1290
1293
  trigger?:
1291
1294
  | "bricklet"
@@ -1723,7 +1726,6 @@ export interface Event {
1723
1726
  exchangeOnetimeTokenJMT?: number;
1724
1727
  otherAppApiReqResp?: number;
1725
1728
  getReachabilityClustersReqResp?: number;
1726
- authIntelligenceGenerationReqResp?: number;
1727
1729
  downloadIntelligenceModelsReqResp?: number;
1728
1730
  refreshCaptchaServiceReqResp?: number;
1729
1731
  additionalProperties?: false;
@@ -10611,6 +10613,9 @@ export interface ClientEvent {
10611
10613
  expiredAfter?: number;
10612
10614
  additionalProperties?: false;
10613
10615
  };
10616
+ /**
10617
+ * End Trigger - indicate how the call was ended from client. Set in end of call events such as client.call.end, client.call.aborted
10618
+ */
10614
10619
  endTrigger?: "ejected" | "end-meeting" | "leave" | "other";
10615
10620
  trigger?:
10616
10621
  | "bricklet"
@@ -11048,7 +11053,6 @@ export interface ClientEvent {
11048
11053
  exchangeOnetimeTokenJMT?: number;
11049
11054
  otherAppApiReqResp?: number;
11050
11055
  getReachabilityClustersReqResp?: number;
11051
- authIntelligenceGenerationReqResp?: number;
11052
11056
  downloadIntelligenceModelsReqResp?: number;
11053
11057
  refreshCaptchaServiceReqResp?: number;
11054
11058
  additionalProperties?: false;
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1401"
31
+ "version": "1.0.1403"
32
32
  }