@connectedxm/admin-sdk 6.7.3 → 6.7.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.
@@ -1,4 +1,4 @@
1
- # VideosCaptionsApi
1
+ # StorageVideosCaptionsApi
2
2
 
3
3
  All URIs are relative to *https://admin-api.connected.dev*
4
4
 
@@ -19,12 +19,12 @@ Delete Video Caption endpoint
19
19
 
20
20
  ```typescript
21
21
  import {
22
- VideosCaptionsApi,
22
+ StorageVideosCaptionsApi,
23
23
  Configuration
24
24
  } from '@connectedxm/admin-sdk';
25
25
 
26
26
  const configuration = new Configuration();
27
- const apiInstance = new VideosCaptionsApi(configuration);
27
+ const apiInstance = new StorageVideosCaptionsApi(configuration);
28
28
 
29
29
  let videoId: string; //The video identifier (default to undefined)
30
30
  let language: string; //The language identifier (default to undefined)
@@ -73,12 +73,12 @@ Download Video Caption endpoint
73
73
 
74
74
  ```typescript
75
75
  import {
76
- VideosCaptionsApi,
76
+ StorageVideosCaptionsApi,
77
77
  Configuration
78
78
  } from '@connectedxm/admin-sdk';
79
79
 
80
80
  const configuration = new Configuration();
81
- const apiInstance = new VideosCaptionsApi(configuration);
81
+ const apiInstance = new StorageVideosCaptionsApi(configuration);
82
82
 
83
83
  let videoId: string; //The video identifier (default to undefined)
84
84
  let language: string; //The language identifier (default to undefined)
@@ -127,12 +127,12 @@ Generate Video Captions endpoint
127
127
 
128
128
  ```typescript
129
129
  import {
130
- VideosCaptionsApi,
130
+ StorageVideosCaptionsApi,
131
131
  Configuration
132
132
  } from '@connectedxm/admin-sdk';
133
133
 
134
134
  const configuration = new Configuration();
135
- const apiInstance = new VideosCaptionsApi(configuration);
135
+ const apiInstance = new StorageVideosCaptionsApi(configuration);
136
136
 
137
137
  let videoId: string; //The video identifier (default to undefined)
138
138
  let language: string; //The language identifier (default to undefined)
@@ -181,12 +181,12 @@ Get Video Captions endpoint
181
181
 
182
182
  ```typescript
183
183
  import {
184
- VideosCaptionsApi,
184
+ StorageVideosCaptionsApi,
185
185
  Configuration
186
186
  } from '@connectedxm/admin-sdk';
187
187
 
188
188
  const configuration = new Configuration();
189
- const apiInstance = new VideosCaptionsApi(configuration);
189
+ const apiInstance = new StorageVideosCaptionsApi(configuration);
190
190
 
191
191
  let videoId: string; //The video identifier (default to undefined)
192
192
  let page: number; //Page number (optional) (default to 1)
@@ -244,12 +244,12 @@ Upload Video Captions endpoint
244
244
 
245
245
  ```typescript
246
246
  import {
247
- VideosCaptionsApi,
247
+ StorageVideosCaptionsApi,
248
248
  Configuration
249
249
  } from '@connectedxm/admin-sdk';
250
250
 
251
251
  const configuration = new Configuration();
252
- const apiInstance = new VideosCaptionsApi(configuration);
252
+ const apiInstance = new StorageVideosCaptionsApi(configuration);
253
253
 
254
254
  let videoId: string; //The video identifier (default to undefined)
255
255
  let language: string; //The language identifier (default to undefined)
@@ -357,7 +357,7 @@ const { status, data } = await apiInstance.updateStream(
357
357
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
358
358
 
359
359
  # **updateStreamInputConfig**
360
- > CreateStreamInput200Response updateStreamInputConfig(streamInputUpdateInputs)
360
+ > CreateAccountAddress200Response updateStreamInputConfig(streamInputUpdateInputs)
361
361
 
362
362
  Update Stream Input Config endpoint
363
363
 
@@ -392,7 +392,7 @@ const { status, data } = await apiInstance.updateStreamInputConfig(
392
392
 
393
393
  ### Return type
394
394
 
395
- **CreateStreamInput200Response**
395
+ **CreateAccountAddress200Response**
396
396
 
397
397
  ### Authorization
398
398
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin-sdk",
3
- "version": "6.7.3",
3
+ "version": "6.7.5",
4
4
  "description": "OpenAPI client for @connectedxm/admin-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1,65 +0,0 @@
1
- # StorageApi
2
-
3
- All URIs are relative to *https://admin-api.connected.dev*
4
-
5
- |Method | HTTP request | Description|
6
- |------------- | ------------- | -------------|
7
- |[**uploadFile**](#uploadfile) | **POST** /files | Upload File|
8
-
9
- # **uploadFile**
10
- > UploadFile200Response uploadFile()
11
-
12
- Upload File endpoint
13
-
14
- ### Example
15
-
16
- ```typescript
17
- import {
18
- StorageApi,
19
- Configuration
20
- } from '@connectedxm/admin-sdk';
21
-
22
- const configuration = new Configuration();
23
- const apiInstance = new StorageApi(configuration);
24
-
25
- let dataUri: string; //Filter by dataUri (default to undefined)
26
- let source: 'admin' | 'response'; //Filter by source (default to undefined)
27
- let name: string; //Filter by name (optional) (default to undefined)
28
-
29
- const { status, data } = await apiInstance.uploadFile(
30
- dataUri,
31
- source,
32
- name
33
- );
34
- ```
35
-
36
- ### Parameters
37
-
38
- |Name | Type | Description | Notes|
39
- |------------- | ------------- | ------------- | -------------|
40
- | **dataUri** | [**string**] | Filter by dataUri | defaults to undefined|
41
- | **source** | [**&#39;admin&#39; | &#39;response&#39;**]**Array<&#39;admin&#39; &#124; &#39;response&#39;>** | Filter by source | defaults to undefined|
42
- | **name** | [**string**] | Filter by name | (optional) defaults to undefined|
43
-
44
-
45
- ### Return type
46
-
47
- **UploadFile200Response**
48
-
49
- ### Authorization
50
-
51
- [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
52
-
53
- ### HTTP request headers
54
-
55
- - **Content-Type**: Not defined
56
- - **Accept**: application/json
57
-
58
-
59
- ### HTTP response details
60
- | Status code | Description | Response headers |
61
- |-------------|-------------|------------------|
62
- |**200** | Successful response | - |
63
-
64
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
65
-