@webex/internal-plugin-conversation 3.0.0-beta.91 → 3.0.0-beta.92
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/dist/conversation.js +1 -1
- package/dist/share-activity.js +1 -1
- package/package.json +15 -15
- package/test/integration/spec/get.js +3 -2
package/dist/conversation.js
CHANGED
|
@@ -2519,7 +2519,7 @@ var Conversation = _webexCore.WebexPlugin.extend({
|
|
|
2519
2519
|
});
|
|
2520
2520
|
}));
|
|
2521
2521
|
},
|
|
2522
|
-
version: "3.0.0-beta.
|
|
2522
|
+
version: "3.0.0-beta.92"
|
|
2523
2523
|
});
|
|
2524
2524
|
['favorite', 'hide', 'lock', 'mute', 'unfavorite', 'unhide', 'unlock', 'unmute'].forEach(function (verb) {
|
|
2525
2525
|
Conversation.prototype[verb] = function submitSimpleActivity(conversation, activity) {
|
package/dist/share-activity.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/internal-plugin-conversation",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.92",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,26 +20,26 @@
|
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@webex/common": "3.0.0-beta.
|
|
24
|
-
"@webex/helper-html": "3.0.0-beta.
|
|
25
|
-
"@webex/helper-image": "3.0.0-beta.
|
|
26
|
-
"@webex/internal-plugin-conversation": "3.0.0-beta.
|
|
27
|
-
"@webex/internal-plugin-encryption": "3.0.0-beta.
|
|
28
|
-
"@webex/internal-plugin-user": "3.0.0-beta.
|
|
29
|
-
"@webex/webex-core": "3.0.0-beta.
|
|
23
|
+
"@webex/common": "3.0.0-beta.92",
|
|
24
|
+
"@webex/helper-html": "3.0.0-beta.92",
|
|
25
|
+
"@webex/helper-image": "3.0.0-beta.92",
|
|
26
|
+
"@webex/internal-plugin-conversation": "3.0.0-beta.92",
|
|
27
|
+
"@webex/internal-plugin-encryption": "3.0.0-beta.92",
|
|
28
|
+
"@webex/internal-plugin-user": "3.0.0-beta.92",
|
|
29
|
+
"@webex/webex-core": "3.0.0-beta.92",
|
|
30
30
|
"crypto-js": "^4.1.1",
|
|
31
31
|
"lodash": "^4.17.21",
|
|
32
32
|
"node-scr": "^0.3.0",
|
|
33
33
|
"uuid": "^3.3.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@webex/test-helper-chai": "3.0.0-beta.
|
|
37
|
-
"@webex/test-helper-file": "3.0.0-beta.
|
|
38
|
-
"@webex/test-helper-make-local-url": "3.0.0-beta.
|
|
39
|
-
"@webex/test-helper-mocha": "3.0.0-beta.
|
|
40
|
-
"@webex/test-helper-mock-webex": "3.0.0-beta.
|
|
41
|
-
"@webex/test-helper-retry": "3.0.0-beta.
|
|
42
|
-
"@webex/test-helper-test-users": "3.0.0-beta.
|
|
36
|
+
"@webex/test-helper-chai": "3.0.0-beta.92",
|
|
37
|
+
"@webex/test-helper-file": "3.0.0-beta.92",
|
|
38
|
+
"@webex/test-helper-make-local-url": "3.0.0-beta.92",
|
|
39
|
+
"@webex/test-helper-mocha": "3.0.0-beta.92",
|
|
40
|
+
"@webex/test-helper-mock-webex": "3.0.0-beta.92",
|
|
41
|
+
"@webex/test-helper-retry": "3.0.0-beta.92",
|
|
42
|
+
"@webex/test-helper-test-users": "3.0.0-beta.92",
|
|
43
43
|
"sinon": "^9.2.4"
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -467,7 +467,8 @@ describe('plugin-conversation', function () {
|
|
|
467
467
|
}));
|
|
468
468
|
});
|
|
469
469
|
|
|
470
|
-
|
|
470
|
+
// SPARK-413317
|
|
471
|
+
describe.skip('with conversation from remote clusters', () => {
|
|
471
472
|
let conversation3, conversation4;
|
|
472
473
|
|
|
473
474
|
before('create conversations in EU cluster', () =>
|
|
@@ -959,7 +960,7 @@ describe('plugin-conversation', function () {
|
|
|
959
960
|
.then(({edit}) => {
|
|
960
961
|
assert.include(edit, parent.id);
|
|
961
962
|
}));
|
|
962
|
-
|
|
963
|
+
|
|
963
964
|
it('retrieves parent IDs for reactions', () =>
|
|
964
965
|
webex.internal.conversation
|
|
965
966
|
.addReaction(conversation, 'heart', parent)
|