@shaxpir/duiduidui-models 1.6.6 → 1.6.7
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/models/Manifest.js
CHANGED
package/dist/repo/ShareSync.js
CHANGED
|
@@ -431,6 +431,9 @@ class ShareSync {
|
|
|
431
431
|
else if (kind === ContentKind_1.ContentKind.SESSION) {
|
|
432
432
|
return new Session_1.Session(doc, shouldAcquire, shareSync);
|
|
433
433
|
}
|
|
434
|
+
else if (kind === ContentKind_1.ContentKind.SOCIAL) {
|
|
435
|
+
return new models_1.Social(doc, shouldAcquire, shareSync);
|
|
436
|
+
}
|
|
434
437
|
else if (kind === ContentKind_1.ContentKind.TERM) {
|
|
435
438
|
return new models_1.Term(doc, shouldAcquire, shareSync);
|
|
436
439
|
}
|