@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.
- package/.openapi-generator/FILES +6 -6
- package/AdminApi.ts +18 -18
- package/README.md +31 -31
- package/api.ts +16996 -16996
- package/dist/AdminApi.d.ts +7 -7
- package/dist/AdminApi.js +6 -6
- package/dist/api.d.ts +10059 -10059
- package/dist/api.js +8065 -8065
- package/dist/esm/AdminApi.d.ts +7 -7
- package/dist/esm/AdminApi.js +7 -7
- package/dist/esm/api.d.ts +10059 -10059
- package/dist/esm/api.js +14958 -14958
- package/docs/FilesApi.md +0 -116
- package/docs/{LevelsAccountsApi.md → SponsorsAccountsApi.md} +7 -7
- package/docs/{LevelsApi.md → SponsorsApi.md} +11 -11
- package/docs/StorageFilesApi.md +181 -0
- package/docs/{ImagesApi.md → StorageImagesApi.md} +17 -17
- package/docs/{VideosApi.md → StorageVideosApi.md} +15 -15
- package/docs/{VideosCaptionsApi.md → StorageVideosCaptionsApi.md} +11 -11
- package/docs/StreamsApi.md +2 -2
- package/package.json +1 -1
- package/docs/StorageApi.md +0 -65
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
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
|
-
|
|
22
|
+
StorageVideosCaptionsApi,
|
|
23
23
|
Configuration
|
|
24
24
|
} from '@connectedxm/admin-sdk';
|
|
25
25
|
|
|
26
26
|
const configuration = new Configuration();
|
|
27
|
-
const apiInstance = new
|
|
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
|
-
|
|
76
|
+
StorageVideosCaptionsApi,
|
|
77
77
|
Configuration
|
|
78
78
|
} from '@connectedxm/admin-sdk';
|
|
79
79
|
|
|
80
80
|
const configuration = new Configuration();
|
|
81
|
-
const apiInstance = new
|
|
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
|
-
|
|
130
|
+
StorageVideosCaptionsApi,
|
|
131
131
|
Configuration
|
|
132
132
|
} from '@connectedxm/admin-sdk';
|
|
133
133
|
|
|
134
134
|
const configuration = new Configuration();
|
|
135
|
-
const apiInstance = new
|
|
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
|
-
|
|
184
|
+
StorageVideosCaptionsApi,
|
|
185
185
|
Configuration
|
|
186
186
|
} from '@connectedxm/admin-sdk';
|
|
187
187
|
|
|
188
188
|
const configuration = new Configuration();
|
|
189
|
-
const apiInstance = new
|
|
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
|
-
|
|
247
|
+
StorageVideosCaptionsApi,
|
|
248
248
|
Configuration
|
|
249
249
|
} from '@connectedxm/admin-sdk';
|
|
250
250
|
|
|
251
251
|
const configuration = new Configuration();
|
|
252
|
-
const apiInstance = new
|
|
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)
|
package/docs/StreamsApi.md
CHANGED
|
@@ -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
|
-
>
|
|
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
|
-
**
|
|
395
|
+
**CreateAccountAddress200Response**
|
|
396
396
|
|
|
397
397
|
### Authorization
|
|
398
398
|
|
package/package.json
CHANGED
package/docs/StorageApi.md
DELETED
|
@@ -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** | [**'admin' | 'response'**]**Array<'admin' | 'response'>** | 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
|
-
|