@stream-io/node-sdk 0.7.32 → 0.7.34
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/README.md +1 -1
- 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 +1 -0
- package/package.json +1 -1
- package/src/gen/models/index.ts +2 -0
package/dist/index.es.mjs
CHANGED
|
@@ -7084,7 +7084,7 @@ class ApiClient {
|
|
|
7084
7084
|
const headers = {
|
|
7085
7085
|
Authorization: this.apiConfig.token,
|
|
7086
7086
|
'stream-auth-type': 'jwt',
|
|
7087
|
-
'X-Stream-Client': 'stream-node-' + "0.7.
|
|
7087
|
+
'X-Stream-Client': 'stream-node-' + "0.7.34",
|
|
7088
7088
|
'Accept-Encoding': 'gzip',
|
|
7089
7089
|
'x-client-request-id': clientRequestId,
|
|
7090
7090
|
};
|