@stream-io/node-sdk 0.7.51 → 0.7.52
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.mjs +1 -1
- package/dist/index.es.mjs.map +1 -1
- package/dist/src/gen/models/index.d.ts +12 -2
- package/package.json +1 -1
- package/src/gen/models/index.ts +13 -2
package/dist/index.es.mjs
CHANGED
|
@@ -7802,7 +7802,7 @@ class ApiClient {
|
|
|
7802
7802
|
const headers = {
|
|
7803
7803
|
Authorization: this.apiConfig.token,
|
|
7804
7804
|
'stream-auth-type': 'jwt',
|
|
7805
|
-
'X-Stream-Client': 'stream-node-' + "0.7.
|
|
7805
|
+
'X-Stream-Client': 'stream-node-' + "0.7.52",
|
|
7806
7806
|
'Accept-Encoding': 'gzip',
|
|
7807
7807
|
'x-client-request-id': clientRequestId,
|
|
7808
7808
|
};
|