@amityco/ts-sdk-react-native 6.29.0 → 6.29.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.
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelLiveCollectionController.d.ts","sourceRoot":"","sources":["../../../../src/channelRepository/observers/getChannels/ChannelLiveCollectionController.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAE5E,OAAO,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AA0C1F,OAAO,EAAE,iCAAiC,EAAE,MAAM,oCAAoC,CAAC;AAYvF,qBAAa,+BAAgC,SAAQ,wBAAwB,CAC3E,SAAS,EACT,KAAK,CAAC,qBAAqB,EAC3B,KAAK,CAAC,OAAO,EACb,2BAA2B,GAAG,iCAAiC,CAChE;IACC,OAAO,CAAC,qBAAqB,CAA+B;IAE5D,OAAO,CAAC,KAAK,CAA8B;gBAGzC,KAAK,EAAE,KAAK,CAAC,qBAAqB,EAClC,QAAQ,EAAE,KAAK,CAAC,sBAAsB,CAAC,KAAK,CAAC,OAAO,CAAC;IAgCvD,SAAS,CAAC,KAAK;cAUC,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC,cAAc,GAAG,KAAK,CAAC,UAAU;IAI9E,SAAS,CAAC,kBAAkB,CAAC,EAC3B,QAAQ,EACR,SAAS,EACT,OAAO,GACR,EAAE,KAAK,CAAC,sCAAsC,CAAC,SAAS,CAAC;IAI1D,iBAAiB;IAIjB,YAAY,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,KAAK,CAAC,0BAA0B;IAiCzE,OAAO,CAAC,WAAW;IA4DnB,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,MAAM,CAAC,wBAAwB;IAKvC,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAQtC,OAAO,CAAC,gBAAgB;CA0UzB"}
1
+ {"version":3,"file":"ChannelLiveCollectionController.d.ts","sourceRoot":"","sources":["../../../../src/channelRepository/observers/getChannels/ChannelLiveCollectionController.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAE5E,OAAO,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AA2C1F,OAAO,EAAE,iCAAiC,EAAE,MAAM,oCAAoC,CAAC;AAYvF,qBAAa,+BAAgC,SAAQ,wBAAwB,CAC3E,SAAS,EACT,KAAK,CAAC,qBAAqB,EAC3B,KAAK,CAAC,OAAO,EACb,2BAA2B,GAAG,iCAAiC,CAChE;IACC,OAAO,CAAC,qBAAqB,CAA+B;IAE5D,OAAO,CAAC,KAAK,CAA8B;gBAGzC,KAAK,EAAE,KAAK,CAAC,qBAAqB,EAClC,QAAQ,EAAE,KAAK,CAAC,sBAAsB,CAAC,KAAK,CAAC,OAAO,CAAC;IAgCvD,SAAS,CAAC,KAAK;cAUC,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC,cAAc,GAAG,KAAK,CAAC,UAAU;IAI9E,SAAS,CAAC,kBAAkB,CAAC,EAC3B,QAAQ,EACR,SAAS,EACT,OAAO,GACR,EAAE,KAAK,CAAC,sCAAsC,CAAC,SAAS,CAAC;IAI1D,iBAAiB;IAIjB,YAAY,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,KAAK,CAAC,0BAA0B;IAiCzE,OAAO,CAAC,WAAW;IA4DnB,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,MAAM,CAAC,wBAAwB;IAKvC,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAQtC,OAAO,CAAC,gBAAgB;CA0UzB"}
package/dist/index.cjs.js CHANGED
@@ -125,8 +125,8 @@ const PostContentType = Object.freeze({
125
125
 
126
126
  function getVersion() {
127
127
  try {
128
- // the string ''v6.29.0-cjs'' should be replaced by actual value by @rollup/plugin-replace
129
- return 'v6.29.0-cjs';
128
+ // the string ''v6.29.1-cjs'' should be replaced by actual value by @rollup/plugin-replace
129
+ return 'v6.29.1-cjs';
130
130
  }
131
131
  catch (error) {
132
132
  return '__dev__';
@@ -17123,7 +17123,7 @@ class ChannelLiveCollectionController extends LiveCollectionController {
17123
17123
  const { userId } = getActiveClient();
17124
17124
  let channels = data;
17125
17125
  channels = filterByPropEquality(channels, 'isDeleted', this.query.isDeleted);
17126
- channels = filterByPropEquality(channels, 'displayName', this.query.displayName);
17126
+ channels = filterByStringComparePartially(channels, 'displayName', this.query.displayName);
17127
17127
  if (this.query.types) {
17128
17128
  channels = channels.filter(c => { var _a; return (_a = this.query.types) === null || _a === void 0 ? void 0 : _a.includes(c.type); });
17129
17129
  }
package/dist/index.esm.js CHANGED
@@ -90,8 +90,8 @@ const PostContentType = Object.freeze({
90
90
 
91
91
  function getVersion() {
92
92
  try {
93
- // the string ''v6.29.0-esm'' should be replaced by actual value by @rollup/plugin-replace
94
- return 'v6.29.0-esm';
93
+ // the string ''v6.29.1-esm'' should be replaced by actual value by @rollup/plugin-replace
94
+ return 'v6.29.1-esm';
95
95
  }
96
96
  catch (error) {
97
97
  return '__dev__';
@@ -33195,7 +33195,7 @@ class ChannelLiveCollectionController extends LiveCollectionController {
33195
33195
  const { userId } = getActiveClient();
33196
33196
  let channels = data;
33197
33197
  channels = filterByPropEquality(channels, 'isDeleted', this.query.isDeleted);
33198
- channels = filterByPropEquality(channels, 'displayName', this.query.displayName);
33198
+ channels = filterByStringComparePartially(channels, 'displayName', this.query.displayName);
33199
33199
  if (this.query.types) {
33200
33200
  channels = channels.filter(c => { var _a; return (_a = this.query.types) === null || _a === void 0 ? void 0 : _a.includes(c.type); });
33201
33201
  }