@stream-io/node-sdk 0.2.4 → 0.2.5

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.js CHANGED
@@ -616,6 +616,7 @@ const VideoNoiseCancellationSettingsModeEnum = {
616
616
  */
617
617
  const VideoOwnCapability = {
618
618
  BLOCK_USERS: 'block-users',
619
+ CHANGE_MAX_DURATION: 'change-max-duration',
619
620
  CREATE_CALL: 'create-call',
620
621
  CREATE_REACTION: 'create-reaction',
621
622
  ENABLE_NOISE_CANCELLATION: 'enable-noise-cancellation',
@@ -6156,7 +6157,7 @@ class StreamChatClient {
6156
6157
  * Stream API
6157
6158
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6158
6159
  *
6159
- * The version of the OpenAPI document: v113.1.0
6160
+ * The version of the OpenAPI document: v116.0.0
6160
6161
  *
6161
6162
  *
6162
6163
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -6416,7 +6417,7 @@ class JSONApiResponse {
6416
6417
  * Stream API
6417
6418
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6418
6419
  *
6419
- * The version of the OpenAPI document: v113.1.0
6420
+ * The version of the OpenAPI document: v116.0.0
6420
6421
  *
6421
6422
  *
6422
6423
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -8743,7 +8744,7 @@ class StreamClient {
8743
8744
  ? 'https://chat.stream-io-api.com'
8744
8745
  : 'https://video.stream-io-api.com'),
8745
8746
  headers: {
8746
- 'X-Stream-Client': 'stream-node-' + "0.2.4",
8747
+ 'X-Stream-Client': 'stream-node-' + "0.2.5",
8747
8748
  },
8748
8749
  middleware: [
8749
8750
  {