@connectedxm/admin-sdk 7.3.0 → 7.3.1

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/api.ts CHANGED
@@ -10798,8 +10798,8 @@ export enum MeetingSessionStatusEnum {
10798
10798
  }
10799
10799
 
10800
10800
  export interface MeetingSessionChatDownload {
10801
- 'chat_download_url': string;
10802
- 'chat_download_url_expiry': string;
10801
+ 'chat_download_url'?: string;
10802
+ 'chat_download_url_expiry'?: string;
10803
10803
  }
10804
10804
  export interface MeetingSessionParticipant {
10805
10805
  'id': string;
@@ -10896,13 +10896,13 @@ export interface MeetingSessionParticipantAllOfVideoStats {
10896
10896
  }
10897
10897
  export interface MeetingSessionSummaryDownload {
10898
10898
  'sessionId': string;
10899
- 'summary_download_url': string;
10900
- 'summary_download_url_expiry': string;
10899
+ 'summary_download_url'?: string;
10900
+ 'summary_download_url_expiry'?: string;
10901
10901
  }
10902
10902
  export interface MeetingSessionTranscriptDownload {
10903
10903
  'sessionId': string;
10904
- 'transcript_download_url': string;
10905
- 'transcript_download_url_expiry': string;
10904
+ 'transcript_download_url'?: string;
10905
+ 'transcript_download_url_expiry'?: string;
10906
10906
  }
10907
10907
 
10908
10908
  export enum MeetingType {
package/dist/api.d.ts CHANGED
@@ -9534,8 +9534,8 @@ export declare enum MeetingSessionStatusEnum {
9534
9534
  Ended = "ENDED"
9535
9535
  }
9536
9536
  export interface MeetingSessionChatDownload {
9537
- 'chat_download_url': string;
9538
- 'chat_download_url_expiry': string;
9537
+ 'chat_download_url'?: string;
9538
+ 'chat_download_url_expiry'?: string;
9539
9539
  }
9540
9540
  export interface MeetingSessionParticipant {
9541
9541
  'id': string;
@@ -9632,13 +9632,13 @@ export interface MeetingSessionParticipantAllOfVideoStats {
9632
9632
  }
9633
9633
  export interface MeetingSessionSummaryDownload {
9634
9634
  'sessionId': string;
9635
- 'summary_download_url': string;
9636
- 'summary_download_url_expiry': string;
9635
+ 'summary_download_url'?: string;
9636
+ 'summary_download_url_expiry'?: string;
9637
9637
  }
9638
9638
  export interface MeetingSessionTranscriptDownload {
9639
9639
  'sessionId': string;
9640
- 'transcript_download_url': string;
9641
- 'transcript_download_url_expiry': string;
9640
+ 'transcript_download_url'?: string;
9641
+ 'transcript_download_url_expiry'?: string;
9642
9642
  }
9643
9643
  export declare enum MeetingType {
9644
9644
  GroupCall = "GROUP_CALL",
package/dist/esm/api.d.ts CHANGED
@@ -9534,8 +9534,8 @@ export declare enum MeetingSessionStatusEnum {
9534
9534
  Ended = "ENDED"
9535
9535
  }
9536
9536
  export interface MeetingSessionChatDownload {
9537
- 'chat_download_url': string;
9538
- 'chat_download_url_expiry': string;
9537
+ 'chat_download_url'?: string;
9538
+ 'chat_download_url_expiry'?: string;
9539
9539
  }
9540
9540
  export interface MeetingSessionParticipant {
9541
9541
  'id': string;
@@ -9632,13 +9632,13 @@ export interface MeetingSessionParticipantAllOfVideoStats {
9632
9632
  }
9633
9633
  export interface MeetingSessionSummaryDownload {
9634
9634
  'sessionId': string;
9635
- 'summary_download_url': string;
9636
- 'summary_download_url_expiry': string;
9635
+ 'summary_download_url'?: string;
9636
+ 'summary_download_url_expiry'?: string;
9637
9637
  }
9638
9638
  export interface MeetingSessionTranscriptDownload {
9639
9639
  'sessionId': string;
9640
- 'transcript_download_url': string;
9641
- 'transcript_download_url_expiry': string;
9640
+ 'transcript_download_url'?: string;
9641
+ 'transcript_download_url_expiry'?: string;
9642
9642
  }
9643
9643
  export declare enum MeetingType {
9644
9644
  GroupCall = "GROUP_CALL",
@@ -5,8 +5,8 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **chat_download_url** | **string** | | [default to undefined]
9
- **chat_download_url_expiry** | **string** | | [default to undefined]
8
+ **chat_download_url** | **string** | | [optional] [default to undefined]
9
+ **chat_download_url_expiry** | **string** | | [optional] [default to undefined]
10
10
 
11
11
  ## Example
12
12
 
@@ -6,8 +6,8 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **sessionId** | **string** | | [default to undefined]
9
- **summary_download_url** | **string** | | [default to undefined]
10
- **summary_download_url_expiry** | **string** | | [default to undefined]
9
+ **summary_download_url** | **string** | | [optional] [default to undefined]
10
+ **summary_download_url_expiry** | **string** | | [optional] [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
@@ -6,8 +6,8 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **sessionId** | **string** | | [default to undefined]
9
- **transcript_download_url** | **string** | | [default to undefined]
10
- **transcript_download_url_expiry** | **string** | | [default to undefined]
9
+ **transcript_download_url** | **string** | | [optional] [default to undefined]
10
+ **transcript_download_url_expiry** | **string** | | [optional] [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin-sdk",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "description": "OpenAPI client for @connectedxm/admin-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {