@webex/internal-plugin-device 2.59.1 → 2.59.3-next.1
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.
- package/.eslintrc.js +6 -6
- package/README.md +80 -80
- package/babel.config.js +3 -3
- package/dist/config.js +27 -27
- package/dist/config.js.map +1 -1
- package/dist/constants.js.map +1 -1
- package/dist/device.js +226 -226
- package/dist/device.js.map +1 -1
- package/dist/features/feature-collection.js +14 -14
- package/dist/features/feature-collection.js.map +1 -1
- package/dist/features/feature-model.js +73 -73
- package/dist/features/feature-model.js.map +1 -1
- package/dist/features/features-model.js +28 -28
- package/dist/features/features-model.js.map +1 -1
- package/dist/features/index.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/interceptors/device-url.js +8 -8
- package/dist/interceptors/device-url.js.map +1 -1
- package/dist/metrics.js.map +1 -1
- package/jest.config.js +3 -3
- package/package.json +17 -16
- package/process +1 -1
- package/src/config.js +60 -60
- package/src/constants.js +23 -23
- package/src/device.js +835 -835
- package/src/features/feature-collection.js +30 -30
- package/src/features/feature-model.js +189 -189
- package/src/features/features-model.js +96 -96
- package/src/features/index.js +5 -5
- package/src/index.js +29 -29
- package/src/interceptors/device-url.js +61 -61
- package/src/metrics.js +5 -5
- package/test/integration/spec/device.js +904 -904
- package/test/integration/spec/webex.js +42 -42
- package/test/unit/spec/device.js +409 -409
- package/test/unit/spec/features/feature-collection.js +24 -24
- package/test/unit/spec/features/feature-model.js +255 -255
- package/test/unit/spec/features/features-model.js +97 -97
- package/test/unit/spec/interceptors/device-url.js +215 -215
- package/test/unit/spec/wdm-dto.json +104 -104
|
@@ -1,104 +1,104 @@
|
|
|
1
|
-
{
|
|
2
|
-
"url": "https://locus-a.wbx2.com/locus/api/v1/devices/88888888-4444-4444-4444-CCCCCCCCCCCC",
|
|
3
|
-
"webSocketUrl": "wss://mercury-connection-a.wbx2.com/v1/apps/wx2/registrations/WEBSOCKETID/messages",
|
|
4
|
-
"deviceType": "DESKTOP",
|
|
5
|
-
"name": "DESKTOP",
|
|
6
|
-
"model": "DESKTOP",
|
|
7
|
-
"localizedModel": "DESKTOP",
|
|
8
|
-
"systemName": "DESKTOP",
|
|
9
|
-
"systemVersion": "42",
|
|
10
|
-
"capabilities": {
|
|
11
|
-
"groupCallSupported": false,
|
|
12
|
-
"localNotificationSupported": false,
|
|
13
|
-
"deleteNotificationSupported": false,
|
|
14
|
-
"sdpSupported": false
|
|
15
|
-
},
|
|
16
|
-
"features": {
|
|
17
|
-
"developer": [
|
|
18
|
-
{
|
|
19
|
-
"key": "console",
|
|
20
|
-
"type": "boolean",
|
|
21
|
-
"val": "true",
|
|
22
|
-
"value": true,
|
|
23
|
-
"mutable": true,
|
|
24
|
-
"lastModified": "2015-06-29T20:02:48.033Z"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"key": "another-feature",
|
|
28
|
-
"type": "boolean",
|
|
29
|
-
"val": "true",
|
|
30
|
-
"value": true,
|
|
31
|
-
"mutable": false
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"entitlement": [
|
|
35
|
-
{
|
|
36
|
-
"key": "call-initiation",
|
|
37
|
-
"val": "true",
|
|
38
|
-
"value": true,
|
|
39
|
-
"mutable": false
|
|
40
|
-
}
|
|
41
|
-
],
|
|
42
|
-
"user": [
|
|
43
|
-
{
|
|
44
|
-
"key": "location-sharing",
|
|
45
|
-
"val": "false",
|
|
46
|
-
"value": false,
|
|
47
|
-
"mutable": true
|
|
48
|
-
}
|
|
49
|
-
]
|
|
50
|
-
},
|
|
51
|
-
"creationTime": "2020-01-01T12:12:12.000Z",
|
|
52
|
-
"modificationTime": "2020-01-01T12:12:12.000Z",
|
|
53
|
-
"deviceSettings": {},
|
|
54
|
-
"deviceSettingsString": "{}",
|
|
55
|
-
"showSupportText": false,
|
|
56
|
-
"reportingSiteUrl": "www.example.com/report",
|
|
57
|
-
"reportingSiteDesc": "Example Description",
|
|
58
|
-
"isDeviceManaged": false,
|
|
59
|
-
"trainSiteNames": [],
|
|
60
|
-
"clientSecurityPolicy": "on",
|
|
61
|
-
"intranetInactivityCheckUrl": "www.example-intranet.com/spark_session_check.json",
|
|
62
|
-
"blockExternalCommunications": false,
|
|
63
|
-
"clientMessagingGiphy": "ALLOW",
|
|
64
|
-
"clientMessagingLinkPreview": "ALLOW",
|
|
65
|
-
"ecmEnabledForAllUsers": false,
|
|
66
|
-
"ecmSupportedStorageProviders": [],
|
|
67
|
-
"defaultEcmMicrosoftCloud": "GLOBAL",
|
|
68
|
-
"ecmMicrosoftTenant": "",
|
|
69
|
-
"ecmScreenCaptureFeatureAllowed": true,
|
|
70
|
-
"ecmWhiteboardFileDataAllowed": true,
|
|
71
|
-
"callingBehavior": "NATIVE_WEBEX_TEAMS_CALLING",
|
|
72
|
-
"onPremisePairingEnabled": true,
|
|
73
|
-
"peopleInsightsEnabled": true,
|
|
74
|
-
"allowSelfSignedCertificate": false,
|
|
75
|
-
"webexCrossLaunch": false,
|
|
76
|
-
"settings": {
|
|
77
|
-
"reportingSiteUrl": "",
|
|
78
|
-
"reportingSiteDesc": "",
|
|
79
|
-
"showSupportText": false,
|
|
80
|
-
"webexCrossLaunch": false,
|
|
81
|
-
"mobileSuppressLockScreenPreview": false,
|
|
82
|
-
"mobileAutoLockIdleTimeout": 0,
|
|
83
|
-
"disableMeetingScheduling": false,
|
|
84
|
-
"ecmEnabledForAllUsers": false,
|
|
85
|
-
"ecmSupportedStorageProviders": [],
|
|
86
|
-
"defaultEcmMicrosoftCloud": "GLOBAL",
|
|
87
|
-
"ecmMicrosoftTenant": "",
|
|
88
|
-
"restrictAccountsToEmailDomain": false,
|
|
89
|
-
"ecmScreenCaptureFeatureAllowed": true,
|
|
90
|
-
"ecmWhiteboardFileDataAllowed": true,
|
|
91
|
-
"onPremisePairingEnabled": true,
|
|
92
|
-
"callingBehavior": "NATIVE_WEBEX_TEAMS_CALLING",
|
|
93
|
-
"clientMessagingGiphy": "ALLOW",
|
|
94
|
-
"clientMessagingLinkPreview": "ALLOW",
|
|
95
|
-
"clientSecurityPolicy": "on",
|
|
96
|
-
"intranetInactivityCheckUrl": "www.example-intranet.com/spark_session_check.json",
|
|
97
|
-
"peopleInsightsEnabled": false,
|
|
98
|
-
"allowSelfSignedCertificate": false,
|
|
99
|
-
"blockExternalCommunications": false,
|
|
100
|
-
"reactionsEnabled": false
|
|
101
|
-
},
|
|
102
|
-
"userId": "USERID",
|
|
103
|
-
"orgId": "ORGID"
|
|
104
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"url": "https://locus-a.wbx2.com/locus/api/v1/devices/88888888-4444-4444-4444-CCCCCCCCCCCC",
|
|
3
|
+
"webSocketUrl": "wss://mercury-connection-a.wbx2.com/v1/apps/wx2/registrations/WEBSOCKETID/messages",
|
|
4
|
+
"deviceType": "DESKTOP",
|
|
5
|
+
"name": "DESKTOP",
|
|
6
|
+
"model": "DESKTOP",
|
|
7
|
+
"localizedModel": "DESKTOP",
|
|
8
|
+
"systemName": "DESKTOP",
|
|
9
|
+
"systemVersion": "42",
|
|
10
|
+
"capabilities": {
|
|
11
|
+
"groupCallSupported": false,
|
|
12
|
+
"localNotificationSupported": false,
|
|
13
|
+
"deleteNotificationSupported": false,
|
|
14
|
+
"sdpSupported": false
|
|
15
|
+
},
|
|
16
|
+
"features": {
|
|
17
|
+
"developer": [
|
|
18
|
+
{
|
|
19
|
+
"key": "console",
|
|
20
|
+
"type": "boolean",
|
|
21
|
+
"val": "true",
|
|
22
|
+
"value": true,
|
|
23
|
+
"mutable": true,
|
|
24
|
+
"lastModified": "2015-06-29T20:02:48.033Z"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"key": "another-feature",
|
|
28
|
+
"type": "boolean",
|
|
29
|
+
"val": "true",
|
|
30
|
+
"value": true,
|
|
31
|
+
"mutable": false
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"entitlement": [
|
|
35
|
+
{
|
|
36
|
+
"key": "call-initiation",
|
|
37
|
+
"val": "true",
|
|
38
|
+
"value": true,
|
|
39
|
+
"mutable": false
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"user": [
|
|
43
|
+
{
|
|
44
|
+
"key": "location-sharing",
|
|
45
|
+
"val": "false",
|
|
46
|
+
"value": false,
|
|
47
|
+
"mutable": true
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"creationTime": "2020-01-01T12:12:12.000Z",
|
|
52
|
+
"modificationTime": "2020-01-01T12:12:12.000Z",
|
|
53
|
+
"deviceSettings": {},
|
|
54
|
+
"deviceSettingsString": "{}",
|
|
55
|
+
"showSupportText": false,
|
|
56
|
+
"reportingSiteUrl": "www.example.com/report",
|
|
57
|
+
"reportingSiteDesc": "Example Description",
|
|
58
|
+
"isDeviceManaged": false,
|
|
59
|
+
"trainSiteNames": [],
|
|
60
|
+
"clientSecurityPolicy": "on",
|
|
61
|
+
"intranetInactivityCheckUrl": "www.example-intranet.com/spark_session_check.json",
|
|
62
|
+
"blockExternalCommunications": false,
|
|
63
|
+
"clientMessagingGiphy": "ALLOW",
|
|
64
|
+
"clientMessagingLinkPreview": "ALLOW",
|
|
65
|
+
"ecmEnabledForAllUsers": false,
|
|
66
|
+
"ecmSupportedStorageProviders": [],
|
|
67
|
+
"defaultEcmMicrosoftCloud": "GLOBAL",
|
|
68
|
+
"ecmMicrosoftTenant": "",
|
|
69
|
+
"ecmScreenCaptureFeatureAllowed": true,
|
|
70
|
+
"ecmWhiteboardFileDataAllowed": true,
|
|
71
|
+
"callingBehavior": "NATIVE_WEBEX_TEAMS_CALLING",
|
|
72
|
+
"onPremisePairingEnabled": true,
|
|
73
|
+
"peopleInsightsEnabled": true,
|
|
74
|
+
"allowSelfSignedCertificate": false,
|
|
75
|
+
"webexCrossLaunch": false,
|
|
76
|
+
"settings": {
|
|
77
|
+
"reportingSiteUrl": "",
|
|
78
|
+
"reportingSiteDesc": "",
|
|
79
|
+
"showSupportText": false,
|
|
80
|
+
"webexCrossLaunch": false,
|
|
81
|
+
"mobileSuppressLockScreenPreview": false,
|
|
82
|
+
"mobileAutoLockIdleTimeout": 0,
|
|
83
|
+
"disableMeetingScheduling": false,
|
|
84
|
+
"ecmEnabledForAllUsers": false,
|
|
85
|
+
"ecmSupportedStorageProviders": [],
|
|
86
|
+
"defaultEcmMicrosoftCloud": "GLOBAL",
|
|
87
|
+
"ecmMicrosoftTenant": "",
|
|
88
|
+
"restrictAccountsToEmailDomain": false,
|
|
89
|
+
"ecmScreenCaptureFeatureAllowed": true,
|
|
90
|
+
"ecmWhiteboardFileDataAllowed": true,
|
|
91
|
+
"onPremisePairingEnabled": true,
|
|
92
|
+
"callingBehavior": "NATIVE_WEBEX_TEAMS_CALLING",
|
|
93
|
+
"clientMessagingGiphy": "ALLOW",
|
|
94
|
+
"clientMessagingLinkPreview": "ALLOW",
|
|
95
|
+
"clientSecurityPolicy": "on",
|
|
96
|
+
"intranetInactivityCheckUrl": "www.example-intranet.com/spark_session_check.json",
|
|
97
|
+
"peopleInsightsEnabled": false,
|
|
98
|
+
"allowSelfSignedCertificate": false,
|
|
99
|
+
"blockExternalCommunications": false,
|
|
100
|
+
"reactionsEnabled": false
|
|
101
|
+
},
|
|
102
|
+
"userId": "USERID",
|
|
103
|
+
"orgId": "ORGID"
|
|
104
|
+
}
|