@webex/event-dictionary-ts 1.0.2197 → 1.0.2199

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.
@@ -1844,6 +1844,9 @@
1844
1844
  "type": "string",
1845
1845
  "format": "date-time"
1846
1846
  },
1847
+ "seconds2StartTime": {
1848
+ "type": "integer"
1849
+ },
1847
1850
  "e2eeKeyEpoch": {
1848
1851
  "type": "integer"
1849
1852
  },
@@ -2874,6 +2877,9 @@
2874
2877
  "msteamsMeetingId": {
2875
2878
  "type": "string"
2876
2879
  },
2880
+ "mtid": {
2881
+ "type": "string"
2882
+ },
2877
2883
  "oauth2ClientId": {
2878
2884
  "type": "string"
2879
2885
  },
@@ -7650,6 +7656,31 @@
7650
7656
  },
7651
7657
  "isCarbonAwareModeConfigured": {
7652
7658
  "type": "boolean"
7659
+ },
7660
+ "networkInfrastructureInfo": {
7661
+ "type": "object",
7662
+ "description": "Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).",
7663
+ "additionalProperties": true,
7664
+ "required": [
7665
+ "id"
7666
+ ],
7667
+ "properties": {
7668
+ "elementName": {
7669
+ "type": "string",
7670
+ "description": "Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.",
7671
+ "example": "SW-BLDG-A-FL2-IDF1"
7672
+ },
7673
+ "id": {
7674
+ "type": "string",
7675
+ "description": "ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.",
7676
+ "example": "00:1A:2B:3C:4D:5E"
7677
+ },
7678
+ "interfaceName": {
7679
+ "type": "string",
7680
+ "description": "LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)",
7681
+ "example": "GigabitEthernet1/0/24"
7682
+ }
7683
+ }
7653
7684
  }
7654
7685
  }
7655
7686
  },
@@ -2460,6 +2460,9 @@
2460
2460
  "type": "string",
2461
2461
  "format": "date-time"
2462
2462
  },
2463
+ "seconds2StartTime": {
2464
+ "type": "integer"
2465
+ },
2463
2466
  "e2eeKeyEpoch": {
2464
2467
  "type": "integer"
2465
2468
  },
@@ -3490,6 +3493,9 @@
3490
3493
  "msteamsMeetingId": {
3491
3494
  "type": "string"
3492
3495
  },
3496
+ "mtid": {
3497
+ "type": "string"
3498
+ },
3493
3499
  "oauth2ClientId": {
3494
3500
  "type": "string"
3495
3501
  },
@@ -8266,6 +8272,31 @@
8266
8272
  },
8267
8273
  "isCarbonAwareModeConfigured": {
8268
8274
  "type": "boolean"
8275
+ },
8276
+ "networkInfrastructureInfo": {
8277
+ "type": "object",
8278
+ "description": "Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).",
8279
+ "additionalProperties": true,
8280
+ "required": [
8281
+ "id"
8282
+ ],
8283
+ "properties": {
8284
+ "elementName": {
8285
+ "type": "string",
8286
+ "description": "Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.",
8287
+ "example": "SW-BLDG-A-FL2-IDF1"
8288
+ },
8289
+ "id": {
8290
+ "type": "string",
8291
+ "description": "ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.",
8292
+ "example": "00:1A:2B:3C:4D:5E"
8293
+ },
8294
+ "interfaceName": {
8295
+ "type": "string",
8296
+ "description": "LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)",
8297
+ "example": "GigabitEthernet1/0/24"
8298
+ }
8299
+ }
8269
8300
  }
8270
8301
  }
8271
8302
  },
@@ -9484,6 +9515,9 @@
9484
9515
  "msteamsMeetingId": {
9485
9516
  "type": "string"
9486
9517
  },
9518
+ "mtid": {
9519
+ "type": "string"
9520
+ },
9487
9521
  "oauth2ClientId": {
9488
9522
  "type": "string"
9489
9523
  },
@@ -11183,6 +11217,9 @@
11183
11217
  "type": "string",
11184
11218
  "format": "date-time"
11185
11219
  },
11220
+ "seconds2StartTime": {
11221
+ "type": "integer"
11222
+ },
11186
11223
  "e2eeKeyEpoch": {
11187
11224
  "type": "integer"
11188
11225
  },
@@ -12565,6 +12602,9 @@
12565
12602
  "msteamsMeetingId": {
12566
12603
  "type": "string"
12567
12604
  },
12605
+ "mtid": {
12606
+ "type": "string"
12607
+ },
12568
12608
  "oauth2ClientId": {
12569
12609
  "type": "string"
12570
12610
  },
@@ -15969,6 +16009,9 @@
15969
16009
  "type": "string",
15970
16010
  "format": "date-time"
15971
16011
  },
16012
+ "seconds2StartTime": {
16013
+ "type": "integer"
16014
+ },
15972
16015
  "e2eeKeyEpoch": {
15973
16016
  "type": "integer"
15974
16017
  },
@@ -16827,6 +16870,9 @@
16827
16870
  "msteamsMeetingId": {
16828
16871
  "type": "string"
16829
16872
  },
16873
+ "mtid": {
16874
+ "type": "string"
16875
+ },
16830
16876
  "oauth2ClientId": {
16831
16877
  "type": "string"
16832
16878
  },
@@ -18345,6 +18391,31 @@
18345
18391
  },
18346
18392
  "isCarbonAwareModeConfigured": {
18347
18393
  "type": "boolean"
18394
+ },
18395
+ "networkInfrastructureInfo": {
18396
+ "type": "object",
18397
+ "description": "Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).",
18398
+ "additionalProperties": true,
18399
+ "required": [
18400
+ "id"
18401
+ ],
18402
+ "properties": {
18403
+ "elementName": {
18404
+ "type": "string",
18405
+ "description": "Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.",
18406
+ "example": "SW-BLDG-A-FL2-IDF1"
18407
+ },
18408
+ "id": {
18409
+ "type": "string",
18410
+ "description": "ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.",
18411
+ "example": "00:1A:2B:3C:4D:5E"
18412
+ },
18413
+ "interfaceName": {
18414
+ "type": "string",
18415
+ "description": "LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)",
18416
+ "example": "GigabitEthernet1/0/24"
18417
+ }
18418
+ }
18348
18419
  }
18349
18420
  }
18350
18421
  },
@@ -26401,31 +26472,6 @@
26401
26472
  "type": "number",
26402
26473
  "minimum": -9223372036854776000.0,
26403
26474
  "maximum": 9223372036854776000.0
26404
- },
26405
- "networkInfrastructureInfo": {
26406
- "type": "object",
26407
- "description": "Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).",
26408
- "additionalProperties": true,
26409
- "required": [
26410
- "id"
26411
- ],
26412
- "properties": {
26413
- "elementName": {
26414
- "type": "string",
26415
- "description": "Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.",
26416
- "example": "SW-BLDG-A-FL2-IDF1"
26417
- },
26418
- "id": {
26419
- "type": "string",
26420
- "description": "ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.",
26421
- "example": "00:1A:2B:3C:4D:5E"
26422
- },
26423
- "interfaceName": {
26424
- "type": "string",
26425
- "description": "LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)",
26426
- "example": "GigabitEthernet1/0/24"
26427
- }
26428
- }
26429
26475
  }
26430
26476
  }
26431
26477
  }
@@ -28318,6 +28364,9 @@
28318
28364
  "type": "string",
28319
28365
  "format": "date-time"
28320
28366
  },
28367
+ "seconds2StartTime": {
28368
+ "type": "integer"
28369
+ },
28321
28370
  "e2eeKeyEpoch": {
28322
28371
  "type": "integer"
28323
28372
  },
@@ -29135,6 +29184,9 @@
29135
29184
  "msteamsMeetingId": {
29136
29185
  "type": "string"
29137
29186
  },
29187
+ "mtid": {
29188
+ "type": "string"
29189
+ },
29138
29190
  "oauth2ClientId": {
29139
29191
  "type": "string"
29140
29192
  },
@@ -32553,6 +32605,9 @@
32553
32605
  "type": "string",
32554
32606
  "format": "date-time"
32555
32607
  },
32608
+ "seconds2StartTime": {
32609
+ "type": "integer"
32610
+ },
32556
32611
  "e2eeKeyEpoch": {
32557
32612
  "type": "integer"
32558
32613
  },
@@ -33364,6 +33419,9 @@
33364
33419
  "msteamsMeetingId": {
33365
33420
  "type": "string"
33366
33421
  },
33422
+ "mtid": {
33423
+ "type": "string"
33424
+ },
33367
33425
  "oauth2ClientId": {
33368
33426
  "type": "string"
33369
33427
  },
@@ -34845,6 +34903,31 @@
34845
34903
  },
34846
34904
  "isCarbonAwareModeConfigured": {
34847
34905
  "type": "boolean"
34906
+ },
34907
+ "networkInfrastructureInfo": {
34908
+ "type": "object",
34909
+ "description": "Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).",
34910
+ "additionalProperties": true,
34911
+ "required": [
34912
+ "id"
34913
+ ],
34914
+ "properties": {
34915
+ "elementName": {
34916
+ "type": "string",
34917
+ "description": "Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.",
34918
+ "example": "SW-BLDG-A-FL2-IDF1"
34919
+ },
34920
+ "id": {
34921
+ "type": "string",
34922
+ "description": "ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.",
34923
+ "example": "00:1A:2B:3C:4D:5E"
34924
+ },
34925
+ "interfaceName": {
34926
+ "type": "string",
34927
+ "description": "LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)",
34928
+ "example": "GigabitEthernet1/0/24"
34929
+ }
34930
+ }
34848
34931
  }
34849
34932
  }
34850
34933
  },
@@ -38760,6 +38843,9 @@
38760
38843
  "type": "string",
38761
38844
  "format": "date-time"
38762
38845
  },
38846
+ "seconds2StartTime": {
38847
+ "type": "integer"
38848
+ },
38763
38849
  "e2eeKeyEpoch": {
38764
38850
  "type": "integer"
38765
38851
  },
@@ -39598,6 +39684,9 @@
39598
39684
  "msteamsMeetingId": {
39599
39685
  "type": "string"
39600
39686
  },
39687
+ "mtid": {
39688
+ "type": "string"
39689
+ },
39601
39690
  "oauth2ClientId": {
39602
39691
  "type": "string"
39603
39692
  },
@@ -1844,6 +1844,9 @@
1844
1844
  "type": "string",
1845
1845
  "format": "date-time"
1846
1846
  },
1847
+ "seconds2StartTime": {
1848
+ "type": "integer"
1849
+ },
1847
1850
  "e2eeKeyEpoch": {
1848
1851
  "type": "integer"
1849
1852
  },
@@ -2661,6 +2664,9 @@
2661
2664
  "msteamsMeetingId": {
2662
2665
  "type": "string"
2663
2666
  },
2667
+ "mtid": {
2668
+ "type": "string"
2669
+ },
2664
2670
  "oauth2ClientId": {
2665
2671
  "type": "string"
2666
2672
  },
@@ -1845,6 +1845,9 @@
1845
1845
  "type": "string",
1846
1846
  "format": "date-time"
1847
1847
  },
1848
+ "seconds2StartTime": {
1849
+ "type": "integer"
1850
+ },
1848
1851
  "e2eeKeyEpoch": {
1849
1852
  "type": "integer"
1850
1853
  },
@@ -2703,6 +2706,9 @@
2703
2706
  "msteamsMeetingId": {
2704
2707
  "type": "string"
2705
2708
  },
2709
+ "mtid": {
2710
+ "type": "string"
2711
+ },
2706
2712
  "oauth2ClientId": {
2707
2713
  "type": "string"
2708
2714
  },
@@ -4221,6 +4227,31 @@
4221
4227
  },
4222
4228
  "isCarbonAwareModeConfigured": {
4223
4229
  "type": "boolean"
4230
+ },
4231
+ "networkInfrastructureInfo": {
4232
+ "type": "object",
4233
+ "description": "Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).",
4234
+ "additionalProperties": true,
4235
+ "required": [
4236
+ "id"
4237
+ ],
4238
+ "properties": {
4239
+ "elementName": {
4240
+ "type": "string",
4241
+ "description": "Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.",
4242
+ "example": "SW-BLDG-A-FL2-IDF1"
4243
+ },
4244
+ "id": {
4245
+ "type": "string",
4246
+ "description": "ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.",
4247
+ "example": "00:1A:2B:3C:4D:5E"
4248
+ },
4249
+ "interfaceName": {
4250
+ "type": "string",
4251
+ "description": "LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)",
4252
+ "example": "GigabitEthernet1/0/24"
4253
+ }
4254
+ }
4224
4255
  }
4225
4256
  }
4226
4257
  },
@@ -12277,31 +12308,6 @@
12277
12308
  "type": "number",
12278
12309
  "minimum": -9223372036854776000.0,
12279
12310
  "maximum": 9223372036854776000.0
12280
- },
12281
- "networkInfrastructureInfo": {
12282
- "type": "object",
12283
- "description": "Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).",
12284
- "additionalProperties": true,
12285
- "required": [
12286
- "id"
12287
- ],
12288
- "properties": {
12289
- "elementName": {
12290
- "type": "string",
12291
- "description": "Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.",
12292
- "example": "SW-BLDG-A-FL2-IDF1"
12293
- },
12294
- "id": {
12295
- "type": "string",
12296
- "description": "ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.",
12297
- "example": "00:1A:2B:3C:4D:5E"
12298
- },
12299
- "interfaceName": {
12300
- "type": "string",
12301
- "description": "LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)",
12302
- "example": "GigabitEthernet1/0/24"
12303
- }
12304
- }
12305
12311
  }
12306
12312
  }
12307
12313
  }
@@ -1009,6 +1009,7 @@ export interface Event {
1009
1009
  */
1010
1010
  meetingJoinPhase?: "pre-join" | "join" | "in-meeting";
1011
1011
  meetingScheduledTime?: string;
1012
+ seconds2StartTime?: number;
1012
1013
  e2eeKeyEpoch?: number;
1013
1014
  e2eeDecompressRatio?: number;
1014
1015
  keyResponses?: {
@@ -1559,6 +1560,7 @@ export interface Event {
1559
1560
  msteamsTenantGuid?: string;
1560
1561
  msteamsConferenceId?: string;
1561
1562
  msteamsMeetingId?: string;
1563
+ mtid?: string;
1562
1564
  oauth2ClientId?: string;
1563
1565
  orgId?: string;
1564
1566
  provisionalCorrelationId?: string;
@@ -3908,6 +3910,24 @@ export interface Event {
3908
3910
  };
3909
3911
  isCarbonAwareModeOn?: boolean;
3910
3912
  isCarbonAwareModeConfigured?: boolean;
3913
+ /**
3914
+ * Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).
3915
+ */
3916
+ networkInfrastructureInfo?: {
3917
+ /**
3918
+ * Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.
3919
+ */
3920
+ elementName?: string;
3921
+ /**
3922
+ * ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.
3923
+ */
3924
+ id: string;
3925
+ /**
3926
+ * LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)
3927
+ */
3928
+ interfaceName?: string;
3929
+ additionalProperties?: never;
3930
+ };
3911
3931
  additionalProperties?: never;
3912
3932
  };
3913
3933
  sessionType?:
@@ -4499,6 +4519,7 @@ export interface Event {
4499
4519
  msteamsTenantGuid?: string;
4500
4520
  msteamsConferenceId?: string;
4501
4521
  msteamsMeetingId?: string;
4522
+ mtid?: string;
4502
4523
  oauth2ClientId?: string;
4503
4524
  orgId?: string;
4504
4525
  provisionalCorrelationId?: string;
@@ -5119,6 +5140,7 @@ export interface Event {
5119
5140
  */
5120
5141
  meetingJoinPhase?: "pre-join" | "join" | "in-meeting";
5121
5142
  meetingScheduledTime?: string;
5143
+ seconds2StartTime?: number;
5122
5144
  e2eeKeyEpoch?: number;
5123
5145
  e2eeDecompressRatio?: number;
5124
5146
  keyResponses?: {
@@ -5824,6 +5846,7 @@ export interface Event {
5824
5846
  msteamsTenantGuid?: string;
5825
5847
  msteamsConferenceId?: string;
5826
5848
  msteamsMeetingId?: string;
5849
+ mtid?: string;
5827
5850
  oauth2ClientId?: string;
5828
5851
  orgId?: string;
5829
5852
  provisionalCorrelationId?: string;
@@ -7199,6 +7222,7 @@ export interface Event {
7199
7222
  */
7200
7223
  meetingJoinPhase?: "pre-join" | "join" | "in-meeting";
7201
7224
  meetingScheduledTime?: string;
7225
+ seconds2StartTime?: number;
7202
7226
  e2eeKeyEpoch?: number;
7203
7227
  e2eeDecompressRatio?: number;
7204
7228
  keyResponses?: {
@@ -7525,6 +7549,7 @@ export interface Event {
7525
7549
  msteamsTenantGuid?: string;
7526
7550
  msteamsConferenceId?: string;
7527
7551
  msteamsMeetingId?: string;
7552
+ mtid?: string;
7528
7553
  oauth2ClientId?: string;
7529
7554
  orgId?: string;
7530
7555
  provisionalCorrelationId?: string;
@@ -8151,6 +8176,24 @@ export interface Event {
8151
8176
  };
8152
8177
  isCarbonAwareModeOn?: boolean;
8153
8178
  isCarbonAwareModeConfigured?: boolean;
8179
+ /**
8180
+ * Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).
8181
+ */
8182
+ networkInfrastructureInfo?: {
8183
+ /**
8184
+ * Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.
8185
+ */
8186
+ elementName?: string;
8187
+ /**
8188
+ * ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.
8189
+ */
8190
+ id: string;
8191
+ /**
8192
+ * LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)
8193
+ */
8194
+ interfaceName?: string;
8195
+ additionalProperties?: never;
8196
+ };
8154
8197
  additionalProperties?: never;
8155
8198
  };
8156
8199
  audioTransmit: {
@@ -11667,24 +11710,6 @@ export interface Event {
11667
11710
  additionalProperties?: never;
11668
11711
  };
11669
11712
  configuredBitrate?: number;
11670
- /**
11671
- * Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).
11672
- */
11673
- networkInfrastructureInfo?: {
11674
- /**
11675
- * Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.
11676
- */
11677
- elementName?: string;
11678
- /**
11679
- * ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.
11680
- */
11681
- id: string;
11682
- /**
11683
- * LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)
11684
- */
11685
- interfaceName?: string;
11686
- additionalProperties?: never;
11687
- };
11688
11713
  additionalProperties?: never;
11689
11714
  };
11690
11715
  additionalProperties?: never;
@@ -12361,6 +12386,7 @@ export interface Event {
12361
12386
  */
12362
12387
  meetingJoinPhase?: "pre-join" | "join" | "in-meeting";
12363
12388
  meetingScheduledTime?: string;
12389
+ seconds2StartTime?: number;
12364
12390
  e2eeKeyEpoch?: number;
12365
12391
  e2eeDecompressRatio?: number;
12366
12392
  keyResponses?: {
@@ -12681,6 +12707,7 @@ export interface Event {
12681
12707
  msteamsTenantGuid?: string;
12682
12708
  msteamsConferenceId?: string;
12683
12709
  msteamsMeetingId?: string;
12710
+ mtid?: string;
12684
12711
  oauth2ClientId?: string;
12685
12712
  orgId?: string;
12686
12713
  provisionalCorrelationId?: string;
@@ -14215,6 +14242,7 @@ export interface Event {
14215
14242
  */
14216
14243
  meetingJoinPhase?: "pre-join" | "join" | "in-meeting";
14217
14244
  meetingScheduledTime?: string;
14245
+ seconds2StartTime?: number;
14218
14246
  e2eeKeyEpoch?: number;
14219
14247
  e2eeDecompressRatio?: number;
14220
14248
  keyResponses?: {
@@ -14520,6 +14548,7 @@ export interface Event {
14520
14548
  msteamsTenantGuid?: string;
14521
14549
  msteamsConferenceId?: string;
14522
14550
  msteamsMeetingId?: string;
14551
+ mtid?: string;
14523
14552
  oauth2ClientId?: string;
14524
14553
  orgId?: string;
14525
14554
  provisionalCorrelationId?: string;
@@ -15134,6 +15163,24 @@ export interface Event {
15134
15163
  };
15135
15164
  isCarbonAwareModeOn?: boolean;
15136
15165
  isCarbonAwareModeConfigured?: boolean;
15166
+ /**
15167
+ * Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).
15168
+ */
15169
+ networkInfrastructureInfo?: {
15170
+ /**
15171
+ * Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.
15172
+ */
15173
+ elementName?: string;
15174
+ /**
15175
+ * ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.
15176
+ */
15177
+ id: string;
15178
+ /**
15179
+ * LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)
15180
+ */
15181
+ interfaceName?: string;
15182
+ additionalProperties?: never;
15183
+ };
15137
15184
  additionalProperties?: never;
15138
15185
  };
15139
15186
  mediaLines?: {
@@ -16384,6 +16431,7 @@ export interface Event {
16384
16431
  */
16385
16432
  meetingJoinPhase?: "pre-join" | "join" | "in-meeting";
16386
16433
  meetingScheduledTime?: string;
16434
+ seconds2StartTime?: number;
16387
16435
  e2eeKeyEpoch?: number;
16388
16436
  e2eeDecompressRatio?: number;
16389
16437
  keyResponses?: {
@@ -16710,6 +16758,7 @@ export interface Event {
16710
16758
  msteamsTenantGuid?: string;
16711
16759
  msteamsConferenceId?: string;
16712
16760
  msteamsMeetingId?: string;
16761
+ mtid?: string;
16713
16762
  oauth2ClientId?: string;
16714
16763
  orgId?: string;
16715
16764
  provisionalCorrelationId?: string;
@@ -17523,6 +17572,7 @@ export interface ClientEvent {
17523
17572
  */
17524
17573
  meetingJoinPhase?: "pre-join" | "join" | "in-meeting";
17525
17574
  meetingScheduledTime?: string;
17575
+ seconds2StartTime?: number;
17526
17576
  e2eeKeyEpoch?: number;
17527
17577
  e2eeDecompressRatio?: number;
17528
17578
  keyResponses?: {
@@ -18067,6 +18117,7 @@ export interface ClientEvent {
18067
18117
  msteamsTenantGuid?: string;
18068
18118
  msteamsConferenceId?: string;
18069
18119
  msteamsMeetingId?: string;
18120
+ mtid?: string;
18070
18121
  oauth2ClientId?: string;
18071
18122
  orgId?: string;
18072
18123
  provisionalCorrelationId?: string;
@@ -20416,6 +20467,24 @@ export interface ClientEvent {
20416
20467
  };
20417
20468
  isCarbonAwareModeOn?: boolean;
20418
20469
  isCarbonAwareModeConfigured?: boolean;
20470
+ /**
20471
+ * Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).
20472
+ */
20473
+ networkInfrastructureInfo?: {
20474
+ /**
20475
+ * Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.
20476
+ */
20477
+ elementName?: string;
20478
+ /**
20479
+ * ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.
20480
+ */
20481
+ id: string;
20482
+ /**
20483
+ * LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)
20484
+ */
20485
+ interfaceName?: string;
20486
+ additionalProperties?: never;
20487
+ };
20419
20488
  additionalProperties?: never;
20420
20489
  };
20421
20490
  sessionType?:
@@ -21536,6 +21605,7 @@ export interface FeatureEvent {
21536
21605
  */
21537
21606
  meetingJoinPhase?: "pre-join" | "join" | "in-meeting";
21538
21607
  meetingScheduledTime?: string;
21608
+ seconds2StartTime?: number;
21539
21609
  e2eeKeyEpoch?: number;
21540
21610
  e2eeDecompressRatio?: number;
21541
21611
  keyResponses?: {
@@ -21850,6 +21920,7 @@ export interface FeatureEvent {
21850
21920
  msteamsTenantGuid?: string;
21851
21921
  msteamsConferenceId?: string;
21852
21922
  msteamsMeetingId?: string;
21923
+ mtid?: string;
21853
21924
  oauth2ClientId?: string;
21854
21925
  orgId?: string;
21855
21926
  provisionalCorrelationId?: string;
@@ -23395,6 +23466,7 @@ export interface MediaQualityEvent {
23395
23466
  */
23396
23467
  meetingJoinPhase?: "pre-join" | "join" | "in-meeting";
23397
23468
  meetingScheduledTime?: string;
23469
+ seconds2StartTime?: number;
23398
23470
  e2eeKeyEpoch?: number;
23399
23471
  e2eeDecompressRatio?: number;
23400
23472
  keyResponses?: {
@@ -23715,6 +23787,7 @@ export interface MediaQualityEvent {
23715
23787
  msteamsTenantGuid?: string;
23716
23788
  msteamsConferenceId?: string;
23717
23789
  msteamsMeetingId?: string;
23790
+ mtid?: string;
23718
23791
  oauth2ClientId?: string;
23719
23792
  orgId?: string;
23720
23793
  provisionalCorrelationId?: string;
@@ -24341,6 +24414,24 @@ export interface MediaQualityEvent {
24341
24414
  };
24342
24415
  isCarbonAwareModeOn?: boolean;
24343
24416
  isCarbonAwareModeConfigured?: boolean;
24417
+ /**
24418
+ * Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).
24419
+ */
24420
+ networkInfrastructureInfo?: {
24421
+ /**
24422
+ * Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.
24423
+ */
24424
+ elementName?: string;
24425
+ /**
24426
+ * ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.
24427
+ */
24428
+ id: string;
24429
+ /**
24430
+ * LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)
24431
+ */
24432
+ interfaceName?: string;
24433
+ additionalProperties?: never;
24434
+ };
24344
24435
  additionalProperties?: never;
24345
24436
  };
24346
24437
  audioTransmit: {
@@ -27854,24 +27945,6 @@ export interface MediaQualityEvent {
27854
27945
  additionalProperties?: never;
27855
27946
  };
27856
27947
  configuredBitrate?: number;
27857
- /**
27858
- * Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).
27859
- */
27860
- networkInfrastructureInfo?: {
27861
- /**
27862
- * Friendly name of the network element (switch name, access point name, or cellular provider name). It can be empty example for wifi, the AP names can be hidden.
27863
- */
27864
- elementName?: string;
27865
- /**
27866
- * ID is BSSID for WiFi- derived from AP's mac address, designed to be globally unique. ID is PLMN ID for Cellular- It is globally unique. ID is Chassis ID for Switch- derived from switch's mac address, designed to be globally unique.
27867
- */
27868
- id: string;
27869
- /**
27870
- * LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)
27871
- */
27872
- interfaceName?: string;
27873
- additionalProperties?: never;
27874
- };
27875
27948
  additionalProperties?: never;
27876
27949
  };
27877
27950
  additionalProperties?: never;
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org"
34
34
  },
35
- "version": "1.0.2197"
35
+ "version": "1.0.2199"
36
36
  }