@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.cjs.js
CHANGED
|
@@ -7821,7 +7821,7 @@ class ApiClient {
|
|
|
7821
7821
|
const headers = {
|
|
7822
7822
|
Authorization: this.apiConfig.token,
|
|
7823
7823
|
'stream-auth-type': 'jwt',
|
|
7824
|
-
'X-Stream-Client': 'stream-node-' + "0.7.
|
|
7824
|
+
'X-Stream-Client': 'stream-node-' + "0.7.52",
|
|
7825
7825
|
'Accept-Encoding': 'gzip',
|
|
7826
7826
|
'x-client-request-id': clientRequestId,
|
|
7827
7827
|
};
|