@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.es.mjs
CHANGED
|
@@ -1447,6 +1447,7 @@ decoders.FeedMemberResponse = (input) => {
|
|
|
1447
1447
|
user: { type: 'UserResponse', isSingle: true },
|
|
1448
1448
|
invite_accepted_at: { type: 'DatetimeType', isSingle: true },
|
|
1449
1449
|
invite_rejected_at: { type: 'DatetimeType', isSingle: true },
|
|
1450
|
+
membership_level: { type: 'MembershipLevelResponse', isSingle: true },
|
|
1450
1451
|
};
|
|
1451
1452
|
return decode(typeMappings, input);
|
|
1452
1453
|
};
|
|
@@ -6462,7 +6463,7 @@ class ApiClient {
|
|
|
6462
6463
|
const headers = {
|
|
6463
6464
|
Authorization: this.apiConfig.token,
|
|
6464
6465
|
'stream-auth-type': 'jwt',
|
|
6465
|
-
'X-Stream-Client': 'stream-node-' + "0.6.
|
|
6466
|
+
'X-Stream-Client': 'stream-node-' + "0.6.1",
|
|
6466
6467
|
'Accept-Encoding': 'gzip',
|
|
6467
6468
|
'x-client-request-id': clientRequestId,
|
|
6468
6469
|
};
|