@amityco/ts-sdk-react-native 6.32.5-4306d45.0 → 6.32.6-35556b2.0
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/index.cjs.js +4 -4
- package/dist/index.esm.js +4 -4
- package/dist/index.umd.js +3 -3
- package/dist/utils/tests/dummy/comment.d.ts +1 -1
- package/dist/utils/tests/dummy/post.d.ts +3 -3
- package/package.json +1 -1
- package/src/channelRepository/observers/getChannels/ChannelLiveCollectionController.ts +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -123,8 +123,8 @@ const PostContentType = Object.freeze({
|
|
|
123
123
|
|
|
124
124
|
function getVersion() {
|
|
125
125
|
try {
|
|
126
|
-
// the string ''v6.32.
|
|
127
|
-
return 'v6.32.
|
|
126
|
+
// the string ''v6.32.5-cjs'' should be replaced by actual value by @rollup/plugin-replace
|
|
127
|
+
return 'v6.32.5-cjs';
|
|
128
128
|
}
|
|
129
129
|
catch (error) {
|
|
130
130
|
return '__dev__';
|
|
@@ -17896,7 +17896,7 @@ class ChannelLiveCollectionController extends LiveCollectionController {
|
|
|
17896
17896
|
callback(message);
|
|
17897
17897
|
}
|
|
17898
17898
|
});
|
|
17899
|
-
}, '
|
|
17899
|
+
}, 'channelId', 'channel'),
|
|
17900
17900
|
action: "onUpdate" /* Amity.ChannelActionType.OnUpdate */,
|
|
17901
17901
|
},
|
|
17902
17902
|
{
|
|
@@ -17915,7 +17915,7 @@ class ChannelLiveCollectionController extends LiveCollectionController {
|
|
|
17915
17915
|
});
|
|
17916
17916
|
callback(message);
|
|
17917
17917
|
});
|
|
17918
|
-
}, '
|
|
17918
|
+
}, 'channelId', 'channel'),
|
|
17919
17919
|
action: "onUpdate" /* Amity.ChannelActionType.OnUpdate */,
|
|
17920
17920
|
},
|
|
17921
17921
|
{ fn: onChannelDeleted, action: "onDelete" /* Amity.ChannelActionType.OnDelete */ },
|
package/dist/index.esm.js
CHANGED
|
@@ -89,8 +89,8 @@ const PostContentType = Object.freeze({
|
|
|
89
89
|
|
|
90
90
|
function getVersion() {
|
|
91
91
|
try {
|
|
92
|
-
// the string ''v6.32.
|
|
93
|
-
return 'v6.32.
|
|
92
|
+
// the string ''v6.32.5-esm'' should be replaced by actual value by @rollup/plugin-replace
|
|
93
|
+
return 'v6.32.5-esm';
|
|
94
94
|
}
|
|
95
95
|
catch (error) {
|
|
96
96
|
return '__dev__';
|
|
@@ -33969,7 +33969,7 @@ class ChannelLiveCollectionController extends LiveCollectionController {
|
|
|
33969
33969
|
callback(message);
|
|
33970
33970
|
}
|
|
33971
33971
|
});
|
|
33972
|
-
}, '
|
|
33972
|
+
}, 'channelId', 'channel'),
|
|
33973
33973
|
action: "onUpdate" /* Amity.ChannelActionType.OnUpdate */,
|
|
33974
33974
|
},
|
|
33975
33975
|
{
|
|
@@ -33988,7 +33988,7 @@ class ChannelLiveCollectionController extends LiveCollectionController {
|
|
|
33988
33988
|
});
|
|
33989
33989
|
callback(message);
|
|
33990
33990
|
});
|
|
33991
|
-
}, '
|
|
33991
|
+
}, 'channelId', 'channel'),
|
|
33992
33992
|
action: "onUpdate" /* Amity.ChannelActionType.OnUpdate */,
|
|
33993
33993
|
},
|
|
33994
33994
|
{ fn: onChannelDeleted, action: "onDelete" /* Amity.ChannelActionType.OnDelete */ },
|