ch-admin-api-client-typescript 5.90.73 → 5.90.78
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.
|
@@ -107,7 +107,7 @@ export declare const WebAppsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
107
107
|
apiV1WebappsIdGet: (id: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
108
108
|
/**
|
|
109
109
|
*
|
|
110
|
-
* @summary Update WebApp configuration (Auth policies:
|
|
110
|
+
* @summary Update WebApp configuration (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
111
111
|
* @param {string} id
|
|
112
112
|
* @param {UpdateWebAppCommand} [updateWebAppCommand]
|
|
113
113
|
* @param {*} [options] Override http request option.
|
|
@@ -225,7 +225,7 @@ export declare const WebAppsApiFp: (configuration?: Configuration) => {
|
|
|
225
225
|
apiV1WebappsIdGet(id: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WebAppModel>>;
|
|
226
226
|
/**
|
|
227
227
|
*
|
|
228
|
-
* @summary Update WebApp configuration (Auth policies:
|
|
228
|
+
* @summary Update WebApp configuration (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
229
229
|
* @param {string} id
|
|
230
230
|
* @param {UpdateWebAppCommand} [updateWebAppCommand]
|
|
231
231
|
* @param {*} [options] Override http request option.
|
|
@@ -343,7 +343,7 @@ export declare const WebAppsApiFactory: (configuration?: Configuration, basePath
|
|
|
343
343
|
apiV1WebappsIdGet(id: string, languageCode?: string, options?: any): AxiosPromise<WebAppModel>;
|
|
344
344
|
/**
|
|
345
345
|
*
|
|
346
|
-
* @summary Update WebApp configuration (Auth policies:
|
|
346
|
+
* @summary Update WebApp configuration (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
347
347
|
* @param {string} id
|
|
348
348
|
* @param {UpdateWebAppCommand} [updateWebAppCommand]
|
|
349
349
|
* @param {*} [options] Override http request option.
|
|
@@ -695,7 +695,7 @@ export declare class WebAppsApi extends BaseAPI {
|
|
|
695
695
|
apiV1WebappsIdGet(requestParameters: WebAppsApiApiV1WebappsIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WebAppModel, any>>;
|
|
696
696
|
/**
|
|
697
697
|
*
|
|
698
|
-
* @summary Update WebApp configuration (Auth policies:
|
|
698
|
+
* @summary Update WebApp configuration (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
699
699
|
* @param {WebAppsApiApiV1WebappsIdPutRequest} requestParameters Request parameters.
|
|
700
700
|
* @param {*} [options] Override http request option.
|
|
701
701
|
* @throws {RequiredError}
|
package/lib/api/web-apps-api.js
CHANGED
|
@@ -539,7 +539,7 @@ var WebAppsApiAxiosParamCreator = function (configuration) {
|
|
|
539
539
|
},
|
|
540
540
|
/**
|
|
541
541
|
*
|
|
542
|
-
* @summary Update WebApp configuration (Auth policies:
|
|
542
|
+
* @summary Update WebApp configuration (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
543
543
|
* @param {string} id
|
|
544
544
|
* @param {UpdateWebAppCommand} [updateWebAppCommand]
|
|
545
545
|
* @param {*} [options] Override http request option.
|
|
@@ -913,7 +913,7 @@ var WebAppsApiFp = function (configuration) {
|
|
|
913
913
|
},
|
|
914
914
|
/**
|
|
915
915
|
*
|
|
916
|
-
* @summary Update WebApp configuration (Auth policies:
|
|
916
|
+
* @summary Update WebApp configuration (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
917
917
|
* @param {string} id
|
|
918
918
|
* @param {UpdateWebAppCommand} [updateWebAppCommand]
|
|
919
919
|
* @param {*} [options] Override http request option.
|
|
@@ -1099,7 +1099,7 @@ var WebAppsApiFactory = function (configuration, basePath, axios) {
|
|
|
1099
1099
|
},
|
|
1100
1100
|
/**
|
|
1101
1101
|
*
|
|
1102
|
-
* @summary Update WebApp configuration (Auth policies:
|
|
1102
|
+
* @summary Update WebApp configuration (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1103
1103
|
* @param {string} id
|
|
1104
1104
|
* @param {UpdateWebAppCommand} [updateWebAppCommand]
|
|
1105
1105
|
* @param {*} [options] Override http request option.
|
|
@@ -1253,7 +1253,7 @@ var WebAppsApi = /** @class */ (function (_super) {
|
|
|
1253
1253
|
};
|
|
1254
1254
|
/**
|
|
1255
1255
|
*
|
|
1256
|
-
* @summary Update WebApp configuration (Auth policies:
|
|
1256
|
+
* @summary Update WebApp configuration (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
1257
1257
|
* @param {WebAppsApiApiV1WebappsIdPutRequest} requestParameters Request parameters.
|
|
1258
1258
|
* @param {*} [options] Override http request option.
|
|
1259
1259
|
* @throws {RequiredError}
|