@stream-io/node-sdk 0.6.0 → 0.6.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/dist/index.cjs.js CHANGED
@@ -1466,6 +1466,7 @@ decoders.FeedMemberResponse = (input) => {
1466
1466
  user: { type: 'UserResponse', isSingle: true },
1467
1467
  invite_accepted_at: { type: 'DatetimeType', isSingle: true },
1468
1468
  invite_rejected_at: { type: 'DatetimeType', isSingle: true },
1469
+ membership_level: { type: 'MembershipLevelResponse', isSingle: true },
1469
1470
  };
1470
1471
  return decode(typeMappings, input);
1471
1472
  };
@@ -6481,7 +6482,7 @@ class ApiClient {
6481
6482
  const headers = {
6482
6483
  Authorization: this.apiConfig.token,
6483
6484
  'stream-auth-type': 'jwt',
6484
- 'X-Stream-Client': 'stream-node-' + "0.6.0",
6485
+ 'X-Stream-Client': 'stream-node-' + "0.6.1",
6485
6486
  'Accept-Encoding': 'gzip',
6486
6487
  'x-client-request-id': clientRequestId,
6487
6488
  };