@webex/event-dictionary-ts 1.0.2205 → 1.0.2206
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.
|
@@ -4013,6 +4013,24 @@
|
|
|
4013
4013
|
}
|
|
4014
4014
|
}
|
|
4015
4015
|
},
|
|
4016
|
+
"installerInfo": {
|
|
4017
|
+
"type": "object",
|
|
4018
|
+
"description": "Details of the Web Installer package download, reported under origin.installerInfo",
|
|
4019
|
+
"additionalProperties": true,
|
|
4020
|
+
"properties": {
|
|
4021
|
+
"packageSuffix": {
|
|
4022
|
+
"type": "string"
|
|
4023
|
+
},
|
|
4024
|
+
"packageCount": {
|
|
4025
|
+
"type": "integer"
|
|
4026
|
+
},
|
|
4027
|
+
"totalSize": {
|
|
4028
|
+
"type": "number",
|
|
4029
|
+
"minimum": -9223372036854776000.0,
|
|
4030
|
+
"maximum": 9223372036854776000.0
|
|
4031
|
+
}
|
|
4032
|
+
}
|
|
4033
|
+
},
|
|
4016
4034
|
"emmVendorId": {
|
|
4017
4035
|
"type": "string"
|
|
4018
4036
|
},
|
|
@@ -4575,6 +4593,10 @@
|
|
|
4575
4593
|
"mmpPreConnected": {
|
|
4576
4594
|
"type": "boolean"
|
|
4577
4595
|
},
|
|
4596
|
+
"moveVerifiedFilesTime": {
|
|
4597
|
+
"type": "integer",
|
|
4598
|
+
"minimum": 0
|
|
4599
|
+
},
|
|
4578
4600
|
"networkLatency": {
|
|
4579
4601
|
"type": "integer",
|
|
4580
4602
|
"minimum": 0
|
|
@@ -4718,6 +4740,10 @@
|
|
|
4718
4740
|
"type": "integer",
|
|
4719
4741
|
"minimum": 0
|
|
4720
4742
|
},
|
|
4743
|
+
"verifySignatureTime": {
|
|
4744
|
+
"type": "integer",
|
|
4745
|
+
"minimum": 0
|
|
4746
|
+
},
|
|
4721
4747
|
"videoCBJMT": {
|
|
4722
4748
|
"type": "integer",
|
|
4723
4749
|
"minimum": 0
|
|
@@ -8426,7 +8452,8 @@
|
|
|
8426
8452
|
"description": "Type of dialog window displayed to user",
|
|
8427
8453
|
"enum": [
|
|
8428
8454
|
"PREFER_WEB_JOIN_PROMPT",
|
|
8429
|
-
"EULA"
|
|
8455
|
+
"EULA",
|
|
8456
|
+
"INSTALLER_SLOW_CONNECTION_PROMPT"
|
|
8430
8457
|
]
|
|
8431
8458
|
},
|
|
8432
8459
|
"isAutomatedUser": {
|
|
@@ -570,6 +570,24 @@
|
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
572
|
},
|
|
573
|
+
"installerInfo": {
|
|
574
|
+
"type": "object",
|
|
575
|
+
"description": "Details of the Web Installer package download, reported under origin.installerInfo",
|
|
576
|
+
"additionalProperties": true,
|
|
577
|
+
"properties": {
|
|
578
|
+
"packageSuffix": {
|
|
579
|
+
"type": "string"
|
|
580
|
+
},
|
|
581
|
+
"packageCount": {
|
|
582
|
+
"type": "integer"
|
|
583
|
+
},
|
|
584
|
+
"totalSize": {
|
|
585
|
+
"type": "number",
|
|
586
|
+
"minimum": -9223372036854776000.0,
|
|
587
|
+
"maximum": 9223372036854776000.0
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
},
|
|
573
591
|
"emmVendorId": {
|
|
574
592
|
"type": "string"
|
|
575
593
|
},
|
|
@@ -4629,6 +4647,24 @@
|
|
|
4629
4647
|
}
|
|
4630
4648
|
}
|
|
4631
4649
|
},
|
|
4650
|
+
"installerInfo": {
|
|
4651
|
+
"type": "object",
|
|
4652
|
+
"description": "Details of the Web Installer package download, reported under origin.installerInfo",
|
|
4653
|
+
"additionalProperties": true,
|
|
4654
|
+
"properties": {
|
|
4655
|
+
"packageSuffix": {
|
|
4656
|
+
"type": "string"
|
|
4657
|
+
},
|
|
4658
|
+
"packageCount": {
|
|
4659
|
+
"type": "integer"
|
|
4660
|
+
},
|
|
4661
|
+
"totalSize": {
|
|
4662
|
+
"type": "number",
|
|
4663
|
+
"minimum": -9223372036854776000.0,
|
|
4664
|
+
"maximum": 9223372036854776000.0
|
|
4665
|
+
}
|
|
4666
|
+
}
|
|
4667
|
+
},
|
|
4632
4668
|
"emmVendorId": {
|
|
4633
4669
|
"type": "string"
|
|
4634
4670
|
},
|
|
@@ -5191,6 +5227,10 @@
|
|
|
5191
5227
|
"mmpPreConnected": {
|
|
5192
5228
|
"type": "boolean"
|
|
5193
5229
|
},
|
|
5230
|
+
"moveVerifiedFilesTime": {
|
|
5231
|
+
"type": "integer",
|
|
5232
|
+
"minimum": 0
|
|
5233
|
+
},
|
|
5194
5234
|
"networkLatency": {
|
|
5195
5235
|
"type": "integer",
|
|
5196
5236
|
"minimum": 0
|
|
@@ -5334,6 +5374,10 @@
|
|
|
5334
5374
|
"type": "integer",
|
|
5335
5375
|
"minimum": 0
|
|
5336
5376
|
},
|
|
5377
|
+
"verifySignatureTime": {
|
|
5378
|
+
"type": "integer",
|
|
5379
|
+
"minimum": 0
|
|
5380
|
+
},
|
|
5337
5381
|
"videoCBJMT": {
|
|
5338
5382
|
"type": "integer",
|
|
5339
5383
|
"minimum": 0
|
|
@@ -9042,7 +9086,8 @@
|
|
|
9042
9086
|
"description": "Type of dialog window displayed to user",
|
|
9043
9087
|
"enum": [
|
|
9044
9088
|
"PREFER_WEB_JOIN_PROMPT",
|
|
9045
|
-
"EULA"
|
|
9089
|
+
"EULA",
|
|
9090
|
+
"INSTALLER_SLOW_CONNECTION_PROMPT"
|
|
9046
9091
|
]
|
|
9047
9092
|
},
|
|
9048
9093
|
"isAutomatedUser": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/**
|
|
9
9
|
* Type of dialog window displayed to user
|
|
10
10
|
*/
|
|
11
|
-
export type DialogType = "PREFER_WEB_JOIN_PROMPT" | "EULA";
|
|
11
|
+
export type DialogType = "PREFER_WEB_JOIN_PROMPT" | "EULA" | "INSTALLER_SLOW_CONNECTION_PROMPT";
|
|
12
12
|
|
|
13
13
|
export interface Event {
|
|
14
14
|
eventId?: string;
|
|
@@ -336,6 +336,15 @@ export interface Event {
|
|
|
336
336
|
preInstalledVersion?: string;
|
|
337
337
|
additionalProperties?: never;
|
|
338
338
|
};
|
|
339
|
+
/**
|
|
340
|
+
* Details of the Web Installer package download, reported under origin.installerInfo
|
|
341
|
+
*/
|
|
342
|
+
installerInfo?: {
|
|
343
|
+
packageSuffix?: string;
|
|
344
|
+
packageCount?: number;
|
|
345
|
+
totalSize?: number;
|
|
346
|
+
additionalProperties?: never;
|
|
347
|
+
};
|
|
339
348
|
emmVendorId?: string;
|
|
340
349
|
isHybridMedia?: boolean;
|
|
341
350
|
originData?: {};
|
|
@@ -2139,6 +2148,15 @@ export interface Event {
|
|
|
2139
2148
|
preInstalledVersion?: string;
|
|
2140
2149
|
additionalProperties?: never;
|
|
2141
2150
|
};
|
|
2151
|
+
/**
|
|
2152
|
+
* Details of the Web Installer package download, reported under origin.installerInfo
|
|
2153
|
+
*/
|
|
2154
|
+
installerInfo?: {
|
|
2155
|
+
packageSuffix?: string;
|
|
2156
|
+
packageCount?: number;
|
|
2157
|
+
totalSize?: number;
|
|
2158
|
+
additionalProperties?: never;
|
|
2159
|
+
};
|
|
2142
2160
|
emmVendorId?: string;
|
|
2143
2161
|
isHybridMedia?: boolean;
|
|
2144
2162
|
originData?: {};
|
|
@@ -2283,6 +2301,7 @@ export interface Event {
|
|
|
2283
2301
|
meetingInfoFetchTime?: number;
|
|
2284
2302
|
meetingInfoReqResp?: number;
|
|
2285
2303
|
mmpPreConnected?: boolean;
|
|
2304
|
+
moveVerifiedFilesTime?: number;
|
|
2286
2305
|
networkLatency?: number;
|
|
2287
2306
|
otherAppApiReqResp?: number;
|
|
2288
2307
|
pageJmt?: number;
|
|
@@ -2322,6 +2341,7 @@ export interface Event {
|
|
|
2322
2341
|
totalMediaJMT?: number;
|
|
2323
2342
|
totalMediaJMTWithUserDelay?: number;
|
|
2324
2343
|
useKeyTime?: number;
|
|
2344
|
+
verifySignatureTime?: number;
|
|
2325
2345
|
videoCBJMT?: number;
|
|
2326
2346
|
videoICESetupTime?: number;
|
|
2327
2347
|
videoJMT?: number;
|
|
@@ -16949,7 +16969,7 @@ export interface Event {
|
|
|
16949
16969
|
/**
|
|
16950
16970
|
* Type of dialog window displayed to user
|
|
16951
16971
|
*/
|
|
16952
|
-
export type DialogType = "PREFER_WEB_JOIN_PROMPT" | "EULA";
|
|
16972
|
+
export type DialogType = "PREFER_WEB_JOIN_PROMPT" | "EULA" | "INSTALLER_SLOW_CONNECTION_PROMPT";
|
|
16953
16973
|
|
|
16954
16974
|
/**
|
|
16955
16975
|
* Events from clients
|
|
@@ -18735,6 +18755,15 @@ export interface ClientEvent {
|
|
|
18735
18755
|
preInstalledVersion?: string;
|
|
18736
18756
|
additionalProperties?: never;
|
|
18737
18757
|
};
|
|
18758
|
+
/**
|
|
18759
|
+
* Details of the Web Installer package download, reported under origin.installerInfo
|
|
18760
|
+
*/
|
|
18761
|
+
installerInfo?: {
|
|
18762
|
+
packageSuffix?: string;
|
|
18763
|
+
packageCount?: number;
|
|
18764
|
+
totalSize?: number;
|
|
18765
|
+
additionalProperties?: never;
|
|
18766
|
+
};
|
|
18738
18767
|
emmVendorId?: string;
|
|
18739
18768
|
isHybridMedia?: boolean;
|
|
18740
18769
|
originData?: {};
|
|
@@ -18879,6 +18908,7 @@ export interface ClientEvent {
|
|
|
18879
18908
|
meetingInfoFetchTime?: number;
|
|
18880
18909
|
meetingInfoReqResp?: number;
|
|
18881
18910
|
mmpPreConnected?: boolean;
|
|
18911
|
+
moveVerifiedFilesTime?: number;
|
|
18882
18912
|
networkLatency?: number;
|
|
18883
18913
|
otherAppApiReqResp?: number;
|
|
18884
18914
|
pageJmt?: number;
|
|
@@ -18918,6 +18948,7 @@ export interface ClientEvent {
|
|
|
18918
18948
|
totalMediaJMT?: number;
|
|
18919
18949
|
totalMediaJMTWithUserDelay?: number;
|
|
18920
18950
|
useKeyTime?: number;
|
|
18951
|
+
verifySignatureTime?: number;
|
|
18921
18952
|
videoCBJMT?: number;
|
|
18922
18953
|
videoICESetupTime?: number;
|
|
18923
18954
|
videoJMT?: number;
|
package/package.json
CHANGED