@redhat-cloud-services/rhsm-subscriptions-utilization-client 1.0.2 → 1.0.4
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.
|
@@ -18,5 +18,5 @@ export type GetOrgPreferencesReturnType = OrgPreferencesResponse;
|
|
|
18
18
|
* @param {*} [options] Override http request option.
|
|
19
19
|
* @throws {RequiredError}
|
|
20
20
|
*/
|
|
21
|
-
export declare const getOrgPreferencesParamCreator: (sendRequest: BaseAPI["sendRequest"], ...config: ([GetOrgPreferencesParams] | [string, AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<OrgPreferencesResponse, any, {}>>;
|
|
21
|
+
export declare const getOrgPreferencesParamCreator: (sendRequest: BaseAPI["sendRequest"], ...config: ([GetOrgPreferencesParams] | [string, AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<OrgPreferencesResponse, any, {}, any>>;
|
|
22
22
|
export default getOrgPreferencesParamCreator;
|
|
@@ -24,5 +24,5 @@ export type UpdateOrgPreferencesReturnType = OrgPreferencesResponse;
|
|
|
24
24
|
* @param {*} [options] Override http request option.
|
|
25
25
|
* @throws {RequiredError}
|
|
26
26
|
*/
|
|
27
|
-
export declare const updateOrgPreferencesParamCreator: (sendRequest: BaseAPI["sendRequest"], ...config: ([UpdateOrgPreferencesParams] | [string, OrgPreferencesRequest, AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<OrgPreferencesResponse, any, {}>>;
|
|
27
|
+
export declare const updateOrgPreferencesParamCreator: (sendRequest: BaseAPI["sendRequest"], ...config: ([UpdateOrgPreferencesParams] | [string, OrgPreferencesRequest, AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<OrgPreferencesResponse, any, {}, any>>;
|
|
28
28
|
export default updateOrgPreferencesParamCreator;
|
package/api.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ApiConfig } from '@redhat-cloud-services/javascript-clients-shared/common';
|
|
2
2
|
export declare const RhsmSubscriptionsUtilizationClient: (BASE_PATH: string, instance?: ApiConfig) => import("packages/shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/utils").APIFactoryResponse<{
|
|
3
|
-
getOrgPreferences: (sendRequest: import("packages/shared/dist/base").BaseAPI["sendRequest"], ...config: ([import("./GetOrgPreferences").GetOrgPreferencesParams] | [string, import("axios").AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}>>;
|
|
4
|
-
updateOrgPreferences: (sendRequest: import("packages/shared/dist/base").BaseAPI["sendRequest"], ...config: ([import("./UpdateOrgPreferences").UpdateOrgPreferencesParams] | [string, import("./types").OrgPreferencesRequest, import("axios").AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}>>;
|
|
3
|
+
getOrgPreferences: (sendRequest: import("packages/shared/dist/base").BaseAPI["sendRequest"], ...config: ([import("./GetOrgPreferences").GetOrgPreferencesParams] | [string, import("axios").AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}, any>>;
|
|
4
|
+
updateOrgPreferences: (sendRequest: import("packages/shared/dist/base").BaseAPI["sendRequest"], ...config: ([import("./UpdateOrgPreferences").UpdateOrgPreferencesParams] | [string, import("./types").OrgPreferencesRequest, import("axios").AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}, any>>;
|
|
5
5
|
}, {
|
|
6
|
-
getOrgPreferences: Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}>>;
|
|
7
|
-
updateOrgPreferences: Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}>>;
|
|
6
|
+
getOrgPreferences: Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}, any>>;
|
|
7
|
+
updateOrgPreferences: Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}, any>>;
|
|
8
8
|
}>;
|
|
9
9
|
export default RhsmSubscriptionsUtilizationClient;
|
|
@@ -18,5 +18,5 @@ export type GetOrgPreferencesReturnType = OrgPreferencesResponse;
|
|
|
18
18
|
* @param {*} [options] Override http request option.
|
|
19
19
|
* @throws {RequiredError}
|
|
20
20
|
*/
|
|
21
|
-
export declare const getOrgPreferencesParamCreator: (sendRequest: BaseAPI["sendRequest"], ...config: ([GetOrgPreferencesParams] | [string, AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<OrgPreferencesResponse, any, {}>>;
|
|
21
|
+
export declare const getOrgPreferencesParamCreator: (sendRequest: BaseAPI["sendRequest"], ...config: ([GetOrgPreferencesParams] | [string, AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<OrgPreferencesResponse, any, {}, any>>;
|
|
22
22
|
export default getOrgPreferencesParamCreator;
|
|
@@ -24,5 +24,5 @@ export type UpdateOrgPreferencesReturnType = OrgPreferencesResponse;
|
|
|
24
24
|
* @param {*} [options] Override http request option.
|
|
25
25
|
* @throws {RequiredError}
|
|
26
26
|
*/
|
|
27
|
-
export declare const updateOrgPreferencesParamCreator: (sendRequest: BaseAPI["sendRequest"], ...config: ([UpdateOrgPreferencesParams] | [string, OrgPreferencesRequest, AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<OrgPreferencesResponse, any, {}>>;
|
|
27
|
+
export declare const updateOrgPreferencesParamCreator: (sendRequest: BaseAPI["sendRequest"], ...config: ([UpdateOrgPreferencesParams] | [string, OrgPreferencesRequest, AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<OrgPreferencesResponse, any, {}, any>>;
|
|
28
28
|
export default updateOrgPreferencesParamCreator;
|
package/esm/api.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ApiConfig } from '@redhat-cloud-services/javascript-clients-shared/common';
|
|
2
2
|
export declare const RhsmSubscriptionsUtilizationClient: (BASE_PATH: string, instance?: ApiConfig) => import("packages/shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/utils").APIFactoryResponse<{
|
|
3
|
-
getOrgPreferences: (sendRequest: import("packages/shared/dist/base").BaseAPI["sendRequest"], ...config: ([import("./GetOrgPreferences").GetOrgPreferencesParams] | [string, import("axios").AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}>>;
|
|
4
|
-
updateOrgPreferences: (sendRequest: import("packages/shared/dist/base").BaseAPI["sendRequest"], ...config: ([import("./UpdateOrgPreferences").UpdateOrgPreferencesParams] | [string, import("./types").OrgPreferencesRequest, import("axios").AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}>>;
|
|
3
|
+
getOrgPreferences: (sendRequest: import("packages/shared/dist/base").BaseAPI["sendRequest"], ...config: ([import("./GetOrgPreferences").GetOrgPreferencesParams] | [string, import("axios").AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}, any>>;
|
|
4
|
+
updateOrgPreferences: (sendRequest: import("packages/shared/dist/base").BaseAPI["sendRequest"], ...config: ([import("./UpdateOrgPreferences").UpdateOrgPreferencesParams] | [string, import("./types").OrgPreferencesRequest, import("axios").AxiosRequestConfig])) => Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}, any>>;
|
|
5
5
|
}, {
|
|
6
|
-
getOrgPreferences: Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}>>;
|
|
7
|
-
updateOrgPreferences: Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}>>;
|
|
6
|
+
getOrgPreferences: Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}, any>>;
|
|
7
|
+
updateOrgPreferences: Promise<import("axios").AxiosResponse<import("./types").OrgPreferencesResponse, any, {}, any>>;
|
|
8
8
|
}>;
|
|
9
9
|
export default RhsmSubscriptionsUtilizationClient;
|
package/package.json
CHANGED