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