@webex/event-dictionary-ts 1.0.2198 → 1.0.2200

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.
@@ -7656,6 +7656,31 @@
7656
7656
  },
7657
7657
  "isCarbonAwareModeConfigured": {
7658
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
+ }
7659
7684
  }
7660
7685
  }
7661
7686
  },
@@ -8272,6 +8272,31 @@
8272
8272
  },
8273
8273
  "isCarbonAwareModeConfigured": {
8274
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
+ }
8275
8300
  }
8276
8301
  }
8277
8302
  },
@@ -18366,6 +18391,31 @@
18366
18391
  },
18367
18392
  "isCarbonAwareModeConfigured": {
18368
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
+ }
18369
18419
  }
18370
18420
  }
18371
18421
  },
@@ -26422,31 +26472,6 @@
26422
26472
  "type": "number",
26423
26473
  "minimum": -9223372036854776000.0,
26424
26474
  "maximum": 9223372036854776000.0
26425
- },
26426
- "networkInfrastructureInfo": {
26427
- "type": "object",
26428
- "description": "Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).",
26429
- "additionalProperties": true,
26430
- "required": [
26431
- "id"
26432
- ],
26433
- "properties": {
26434
- "elementName": {
26435
- "type": "string",
26436
- "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.",
26437
- "example": "SW-BLDG-A-FL2-IDF1"
26438
- },
26439
- "id": {
26440
- "type": "string",
26441
- "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.",
26442
- "example": "00:1A:2B:3C:4D:5E"
26443
- },
26444
- "interfaceName": {
26445
- "type": "string",
26446
- "description": "LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)",
26447
- "example": "GigabitEthernet1/0/24"
26448
- }
26449
- }
26450
26475
  }
26451
26476
  }
26452
26477
  }
@@ -34878,6 +34903,31 @@
34878
34903
  },
34879
34904
  "isCarbonAwareModeConfigured": {
34880
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
+ }
34881
34931
  }
34882
34932
  }
34883
34933
  },
@@ -4227,6 +4227,31 @@
4227
4227
  },
4228
4228
  "isCarbonAwareModeConfigured": {
4229
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
+ }
4230
4255
  }
4231
4256
  }
4232
4257
  },
@@ -12283,31 +12308,6 @@
12283
12308
  "type": "number",
12284
12309
  "minimum": -9223372036854776000.0,
12285
12310
  "maximum": 9223372036854776000.0
12286
- },
12287
- "networkInfrastructureInfo": {
12288
- "type": "object",
12289
- "description": "Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).",
12290
- "additionalProperties": true,
12291
- "required": [
12292
- "id"
12293
- ],
12294
- "properties": {
12295
- "elementName": {
12296
- "type": "string",
12297
- "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.",
12298
- "example": "SW-BLDG-A-FL2-IDF1"
12299
- },
12300
- "id": {
12301
- "type": "string",
12302
- "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.",
12303
- "example": "00:1A:2B:3C:4D:5E"
12304
- },
12305
- "interfaceName": {
12306
- "type": "string",
12307
- "description": "LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)",
12308
- "example": "GigabitEthernet1/0/24"
12309
- }
12310
- }
12311
12311
  }
12312
12312
  }
12313
12313
  }
@@ -3910,6 +3910,24 @@ export interface Event {
3910
3910
  };
3911
3911
  isCarbonAwareModeOn?: boolean;
3912
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
+ };
3913
3931
  additionalProperties?: never;
3914
3932
  };
3915
3933
  sessionType?:
@@ -8158,6 +8176,24 @@ export interface Event {
8158
8176
  };
8159
8177
  isCarbonAwareModeOn?: boolean;
8160
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
+ };
8161
8197
  additionalProperties?: never;
8162
8198
  };
8163
8199
  audioTransmit: {
@@ -11674,24 +11710,6 @@ export interface Event {
11674
11710
  additionalProperties?: never;
11675
11711
  };
11676
11712
  configuredBitrate?: number;
11677
- /**
11678
- * Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).
11679
- */
11680
- networkInfrastructureInfo?: {
11681
- /**
11682
- * 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.
11683
- */
11684
- elementName?: string;
11685
- /**
11686
- * 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.
11687
- */
11688
- id: string;
11689
- /**
11690
- * LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)
11691
- */
11692
- interfaceName?: string;
11693
- additionalProperties?: never;
11694
- };
11695
11713
  additionalProperties?: never;
11696
11714
  };
11697
11715
  additionalProperties?: never;
@@ -15145,6 +15163,24 @@ export interface Event {
15145
15163
  };
15146
15164
  isCarbonAwareModeOn?: boolean;
15147
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
+ };
15148
15184
  additionalProperties?: never;
15149
15185
  };
15150
15186
  mediaLines?: {
@@ -20431,6 +20467,24 @@ export interface ClientEvent {
20431
20467
  };
20432
20468
  isCarbonAwareModeOn?: boolean;
20433
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
+ };
20434
20488
  additionalProperties?: never;
20435
20489
  };
20436
20490
  sessionType?:
@@ -24360,6 +24414,24 @@ export interface MediaQualityEvent {
24360
24414
  };
24361
24415
  isCarbonAwareModeOn?: boolean;
24362
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
+ };
24363
24435
  additionalProperties?: never;
24364
24436
  };
24365
24437
  audioTransmit: {
@@ -27873,24 +27945,6 @@ export interface MediaQualityEvent {
27873
27945
  additionalProperties?: never;
27874
27946
  };
27875
27947
  configuredBitrate?: number;
27876
- /**
27877
- * Network infrastructure identification - uniquely identifies network elements (switches, WiFi APs, cell towers).
27878
- */
27879
- networkInfrastructureInfo?: {
27880
- /**
27881
- * 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.
27882
- */
27883
- elementName?: string;
27884
- /**
27885
- * 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.
27886
- */
27887
- id: string;
27888
- /**
27889
- * LLDP Port ID or interface identifier on the switch or Service Set Identifier (WiFi network name)
27890
- */
27891
- interfaceName?: string;
27892
- additionalProperties?: never;
27893
- };
27894
27948
  additionalProperties?: never;
27895
27949
  };
27896
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.2198"
35
+ "version": "1.0.2200"
36
36
  }