@connectedxm/admin-sdk 6.7.4 → 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/api.ts +2 -2
- package/dist/api.d.ts +3 -3
- package/dist/esm/api.d.ts +3 -3
- package/docs/StreamsApi.md +2 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -102546,7 +102546,7 @@ export const StreamsApiFp = function(configuration?: Configuration) {
|
|
|
102546
102546
|
* @param {*} [options] Override http request option.
|
|
102547
102547
|
* @throws {RequiredError}
|
|
102548
102548
|
*/
|
|
102549
|
-
async updateStreamInputConfig(streamId: string, streamInputUpdateInputs: StreamInputUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
102549
|
+
async updateStreamInputConfig(streamId: string, streamInputUpdateInputs: StreamInputUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>> {
|
|
102550
102550
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateStreamInputConfig(streamId, streamInputUpdateInputs, options);
|
|
102551
102551
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
102552
102552
|
const localVarOperationServerBasePath = operationServerMap['StreamsApi.updateStreamInputConfig']?.[localVarOperationServerIndex]?.url;
|
|
@@ -102628,7 +102628,7 @@ export const StreamsApiFactory = function (configuration?: Configuration, basePa
|
|
|
102628
102628
|
* @param {*} [options] Override http request option.
|
|
102629
102629
|
* @throws {RequiredError}
|
|
102630
102630
|
*/
|
|
102631
|
-
updateStreamInputConfig(requestParameters: StreamsApiUpdateStreamInputConfigRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
102631
|
+
updateStreamInputConfig(requestParameters: StreamsApiUpdateStreamInputConfigRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response> {
|
|
102632
102632
|
return localVarFp.updateStreamInputConfig(requestParameters.streamId, requestParameters.streamInputUpdateInputs, options).then((request) => request(axios, basePath));
|
|
102633
102633
|
},
|
|
102634
102634
|
};
|
package/dist/api.d.ts
CHANGED
|
@@ -55851,7 +55851,7 @@ export declare const StreamsApiFp: (configuration?: Configuration) => {
|
|
|
55851
55851
|
* @param {*} [options] Override http request option.
|
|
55852
55852
|
* @throws {RequiredError}
|
|
55853
55853
|
*/
|
|
55854
|
-
updateStreamInputConfig(streamId: string, streamInputUpdateInputs: StreamInputUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
55854
|
+
updateStreamInputConfig(streamId: string, streamInputUpdateInputs: StreamInputUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
|
|
55855
55855
|
};
|
|
55856
55856
|
/**
|
|
55857
55857
|
* StreamsApi - factory interface
|
|
@@ -55912,7 +55912,7 @@ export declare const StreamsApiFactory: (configuration?: Configuration, basePath
|
|
|
55912
55912
|
* @param {*} [options] Override http request option.
|
|
55913
55913
|
* @throws {RequiredError}
|
|
55914
55914
|
*/
|
|
55915
|
-
updateStreamInputConfig(requestParameters: StreamsApiUpdateStreamInputConfigRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
55915
|
+
updateStreamInputConfig(requestParameters: StreamsApiUpdateStreamInputConfigRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
|
|
55916
55916
|
};
|
|
55917
55917
|
/**
|
|
55918
55918
|
* Request parameters for createStreamInput operation in StreamsApi.
|
|
@@ -56082,7 +56082,7 @@ export declare class StreamsApi extends BaseAPI {
|
|
|
56082
56082
|
* @param {*} [options] Override http request option.
|
|
56083
56083
|
* @throws {RequiredError}
|
|
56084
56084
|
*/
|
|
56085
|
-
updateStreamInputConfig(requestParameters: StreamsApiUpdateStreamInputConfigRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
56085
|
+
updateStreamInputConfig(requestParameters: StreamsApiUpdateStreamInputConfigRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
56086
56086
|
}
|
|
56087
56087
|
/**
|
|
56088
56088
|
* StreamsOutputsApi - axios parameter creator
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -55851,7 +55851,7 @@ export declare const StreamsApiFp: (configuration?: Configuration) => {
|
|
|
55851
55851
|
* @param {*} [options] Override http request option.
|
|
55852
55852
|
* @throws {RequiredError}
|
|
55853
55853
|
*/
|
|
55854
|
-
updateStreamInputConfig(streamId: string, streamInputUpdateInputs: StreamInputUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
55854
|
+
updateStreamInputConfig(streamId: string, streamInputUpdateInputs: StreamInputUpdateInputs, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateAccountAddress200Response>>;
|
|
55855
55855
|
};
|
|
55856
55856
|
/**
|
|
55857
55857
|
* StreamsApi - factory interface
|
|
@@ -55912,7 +55912,7 @@ export declare const StreamsApiFactory: (configuration?: Configuration, basePath
|
|
|
55912
55912
|
* @param {*} [options] Override http request option.
|
|
55913
55913
|
* @throws {RequiredError}
|
|
55914
55914
|
*/
|
|
55915
|
-
updateStreamInputConfig(requestParameters: StreamsApiUpdateStreamInputConfigRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
55915
|
+
updateStreamInputConfig(requestParameters: StreamsApiUpdateStreamInputConfigRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateAccountAddress200Response>;
|
|
55916
55916
|
};
|
|
55917
55917
|
/**
|
|
55918
55918
|
* Request parameters for createStreamInput operation in StreamsApi.
|
|
@@ -56082,7 +56082,7 @@ export declare class StreamsApi extends BaseAPI {
|
|
|
56082
56082
|
* @param {*} [options] Override http request option.
|
|
56083
56083
|
* @throws {RequiredError}
|
|
56084
56084
|
*/
|
|
56085
|
-
updateStreamInputConfig(requestParameters: StreamsApiUpdateStreamInputConfigRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
56085
|
+
updateStreamInputConfig(requestParameters: StreamsApiUpdateStreamInputConfigRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateAccountAddress200Response, any, {}>>;
|
|
56086
56086
|
}
|
|
56087
56087
|
/**
|
|
56088
56088
|
* StreamsOutputsApi - axios parameter creator
|
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
|
|