@stream-io/node-sdk 0.7.31 → 0.7.33
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 +4 -0
- package/package.json +1 -1
- package/src/gen/models/index.ts +8 -0
package/README.md
CHANGED
|
@@ -35,5 +35,5 @@ This repo contains the Node server-side SDK developed by the team and Stream com
|
|
|
35
35
|
|
|
36
36
|
- How can I submit a sample app?
|
|
37
37
|
- Apps submissions are always welcomed! 🥳 Open a pr with a proper description and we'll review it as soon as possible
|
|
38
|
-
- Spot a bug
|
|
38
|
+
- Spot a bug 🕷?
|
|
39
39
|
- We welcome code changes that improve the apps or fix a problem. Please make sure to follow all best practices and add tests if applicable before submitting a Pull Request on Github.
|
package/dist/index.cjs.js
CHANGED
|
@@ -7103,7 +7103,7 @@ class ApiClient {
|
|
|
7103
7103
|
const headers = {
|
|
7104
7104
|
Authorization: this.apiConfig.token,
|
|
7105
7105
|
'stream-auth-type': 'jwt',
|
|
7106
|
-
'X-Stream-Client': 'stream-node-' + "0.7.
|
|
7106
|
+
'X-Stream-Client': 'stream-node-' + "0.7.33",
|
|
7107
7107
|
'Accept-Encoding': 'gzip',
|
|
7108
7108
|
'x-client-request-id': clientRequestId,
|
|
7109
7109
|
};
|