@redhat-cloud-services/compliance-client 0.1.0 → 0.1.2
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/CHANGELOG.md +9 -0
- package/dist/AssignRule/index.d.ts +1 -1
- package/dist/AssignRules/index.d.ts +1 -1
- package/dist/AssignSystem/index.d.ts +1 -1
- package/dist/AssignSystems/index.d.ts +1 -1
- package/dist/CreatePolicy/index.d.ts +2 -2
- package/dist/CreatePolicy/index.js +1 -1
- package/dist/DeletePolicy/index.d.ts +1 -1
- package/dist/Policies/index.d.ts +4 -4
- package/dist/Policies/index.js +2 -2
- package/dist/Policy/index.d.ts +1 -1
- package/dist/PolicySystems/index.d.ts +2 -2
- package/dist/Profile/index.d.ts +1 -1
- package/dist/ProfileRule/index.d.ts +1 -1
- package/dist/ProfileRules/index.d.ts +2 -2
- package/dist/Profiles/index.d.ts +4 -4
- package/dist/Profiles/index.js +2 -2
- package/dist/Report/index.d.ts +26 -0
- package/dist/Report/index.js +52 -0
- package/dist/Report/index.js.map +1 -0
- package/dist/Reports/index.d.ts +44 -0
- package/dist/Reports/index.js +63 -0
- package/dist/Reports/index.js.map +1 -0
- package/dist/Rule/index.d.ts +1 -1
- package/dist/RuleGroup/index.d.ts +1 -1
- package/dist/RuleGroups/index.d.ts +4 -4
- package/dist/RuleGroups/index.js +2 -2
- package/dist/Rules/index.d.ts +3 -3
- package/dist/Rules/index.js +1 -1
- package/dist/SecurityGuide/index.d.ts +1 -1
- package/dist/SecurityGuideRuleTree/index.d.ts +1 -1
- package/dist/SecurityGuides/index.d.ts +4 -4
- package/dist/SecurityGuides/index.js +2 -2
- package/dist/SupportedProfiles/index.d.ts +4 -4
- package/dist/SupportedProfiles/index.js +2 -2
- package/dist/System/index.d.ts +1 -1
- package/dist/Systems/index.d.ts +4 -4
- package/dist/Systems/index.js +2 -2
- package/dist/SystemsPolicies/index.d.ts +2 -2
- package/dist/Tailoring/index.d.ts +1 -1
- package/dist/TailoringFile/index.d.ts +1 -1
- package/dist/TailoringRules/index.d.ts +2 -2
- package/dist/Tailorings/index.d.ts +4 -4
- package/dist/Tailorings/index.js +2 -2
- package/dist/UnassignRule/index.d.ts +1 -1
- package/dist/UnassignSystem/index.d.ts +1 -1
- package/dist/UpdatePolicy/index.d.ts +2 -2
- package/dist/UpdatePolicy/index.js +1 -1
- package/dist/UpdateTailoring/index.d.ts +39 -0
- package/dist/UpdateTailoring/index.js +55 -0
- package/dist/UpdateTailoring/index.js.map +1 -0
- package/dist/ValueDefinition/index.d.ts +1 -1
- package/dist/ValueDefinitions/index.d.ts +4 -4
- package/dist/ValueDefinitions/index.js +2 -2
- package/dist/api.d.ts +738 -318
- package/dist/api.js +581 -173
- package/dist/api.js.map +1 -1
- package/dist/base.d.ts +2 -2
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -12
- package/dist/configuration.js +0 -11
- package/dist/configuration.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +10 -1
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +160 -20
- package/dist/types/index.js +4 -1
- package/dist/types/index.js.map +1 -1
- package/package.json +2 -1
|
@@ -8,8 +8,8 @@ var isSupportedProfilesObjectParams = function (params) {
|
|
|
8
8
|
return params.length === 1 && true && true && true && true && true;
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
-
* Lists Supported
|
|
12
|
-
* @summary Request Supported
|
|
11
|
+
* Lists Supported Profile
|
|
12
|
+
* @summary Request Supported Profile
|
|
13
13
|
* @param {SupportedProfilesParams} config with all available params.
|
|
14
14
|
* @param {*} [options] Override http request option.
|
|
15
15
|
* @throws {RequiredError}
|
package/dist/System/index.d.ts
CHANGED
package/dist/Systems/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { AxiosRequestConfig } from 'axios';
|
|
|
2
2
|
import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/common';
|
|
3
3
|
export type SystemsParams = {
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* For internal use only
|
|
6
6
|
* @type { any }
|
|
7
7
|
* @memberof SystemsApi
|
|
8
8
|
*/
|
|
@@ -26,7 +26,7 @@ export type SystemsParams = {
|
|
|
26
26
|
*/
|
|
27
27
|
sortBy?: any;
|
|
28
28
|
/**
|
|
29
|
-
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, and `
|
|
29
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, `os_minor_version`, and `assigned_or_scanned`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
30
30
|
* @type { any }
|
|
31
31
|
* @memberof SystemsApi
|
|
32
32
|
*/
|
|
@@ -34,8 +34,8 @@ export type SystemsParams = {
|
|
|
34
34
|
options?: AxiosRequestConfig;
|
|
35
35
|
};
|
|
36
36
|
/**
|
|
37
|
-
* Lists
|
|
38
|
-
* @summary Request
|
|
37
|
+
* Lists System
|
|
38
|
+
* @summary Request System
|
|
39
39
|
* @param {SystemsParams} config with all available params.
|
|
40
40
|
* @param {*} [options] Override http request option.
|
|
41
41
|
* @throws {RequiredError}
|
package/dist/Systems/index.js
CHANGED
|
@@ -8,8 +8,8 @@ var isSystemsObjectParams = function (params) {
|
|
|
8
8
|
return params.length === 1 && true && true && true && true && true;
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
-
* Lists
|
|
12
|
-
* @summary Request
|
|
11
|
+
* Lists System
|
|
12
|
+
* @summary Request System
|
|
13
13
|
* @param {SystemsParams} config with all available params.
|
|
14
14
|
* @param {*} [options] Override http request option.
|
|
15
15
|
* @throws {RequiredError}
|
|
@@ -8,7 +8,7 @@ export type SystemsPoliciesParams = {
|
|
|
8
8
|
*/
|
|
9
9
|
systemId: any;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* For internal use only
|
|
12
12
|
* @type { any }
|
|
13
13
|
* @memberof SystemsPoliciesApi
|
|
14
14
|
*/
|
|
@@ -32,7 +32,7 @@ export type SystemsPoliciesParams = {
|
|
|
32
32
|
*/
|
|
33
33
|
sortBy?: any;
|
|
34
34
|
/**
|
|
35
|
-
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `
|
|
35
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
36
36
|
* @type { any }
|
|
37
37
|
* @memberof SystemsPoliciesApi
|
|
38
38
|
*/
|
|
@@ -14,7 +14,7 @@ export type TailoringRulesParams = {
|
|
|
14
14
|
*/
|
|
15
15
|
tailoringId: any;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* For internal use only
|
|
18
18
|
* @type { any }
|
|
19
19
|
* @memberof TailoringRulesApi
|
|
20
20
|
*/
|
|
@@ -38,7 +38,7 @@ export type TailoringRulesParams = {
|
|
|
38
38
|
*/
|
|
39
39
|
sortBy?: any;
|
|
40
40
|
/**
|
|
41
|
-
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(
|
|
41
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title` and `severity`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
42
42
|
* @type { any }
|
|
43
43
|
* @memberof TailoringRulesApi
|
|
44
44
|
*/
|
|
@@ -8,7 +8,7 @@ export type TailoringsParams = {
|
|
|
8
8
|
*/
|
|
9
9
|
policyId: any;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* For internal use only
|
|
12
12
|
* @type { any }
|
|
13
13
|
* @memberof TailoringsApi
|
|
14
14
|
*/
|
|
@@ -32,7 +32,7 @@ export type TailoringsParams = {
|
|
|
32
32
|
*/
|
|
33
33
|
sortBy?: any;
|
|
34
34
|
/**
|
|
35
|
-
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Tailorings are searchable using attributes `os_minor_version`<br><br>(e.g.: `(
|
|
35
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Tailorings are searchable using attributes `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
36
36
|
* @type { any }
|
|
37
37
|
* @memberof TailoringsApi
|
|
38
38
|
*/
|
|
@@ -40,8 +40,8 @@ export type TailoringsParams = {
|
|
|
40
40
|
options?: AxiosRequestConfig;
|
|
41
41
|
};
|
|
42
42
|
/**
|
|
43
|
-
* Lists
|
|
44
|
-
* @summary Request
|
|
43
|
+
* Lists Tailoring
|
|
44
|
+
* @summary Request Tailoring
|
|
45
45
|
* @param {TailoringsParams} config with all available params.
|
|
46
46
|
* @param {*} [options] Override http request option.
|
|
47
47
|
* @throws {RequiredError}
|
package/dist/Tailorings/index.js
CHANGED
|
@@ -8,8 +8,8 @@ var isTailoringsObjectParams = function (params) {
|
|
|
8
8
|
return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'policyId') && true && true && true && true && true;
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
-
* Lists
|
|
12
|
-
* @summary Request
|
|
11
|
+
* Lists Tailoring
|
|
12
|
+
* @summary Request Tailoring
|
|
13
13
|
* @param {TailoringsParams} config with all available params.
|
|
14
14
|
* @param {*} [options] Override http request option.
|
|
15
15
|
* @throws {RequiredError}
|
|
@@ -9,7 +9,7 @@ export type UpdatePolicyParams = {
|
|
|
9
9
|
*/
|
|
10
10
|
id: any;
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* For internal use only
|
|
13
13
|
* @type { any }
|
|
14
14
|
* @memberof UpdatePolicyApi
|
|
15
15
|
*/
|
|
@@ -23,7 +23,7 @@ export type UpdatePolicyParams = {
|
|
|
23
23
|
options?: AxiosRequestConfig;
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
26
|
-
* Updates a Policy with the provided
|
|
26
|
+
* Updates a Policy with the provided attribute
|
|
27
27
|
* @summary Update a Policy
|
|
28
28
|
* @param {UpdatePolicyParams} config with all available params.
|
|
29
29
|
* @param {*} [options] Override http request option.
|
|
@@ -8,7 +8,7 @@ var isUpdatePolicyObjectParams = function (params) {
|
|
|
8
8
|
return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'id') && true && true;
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
-
* Updates a Policy with the provided
|
|
11
|
+
* Updates a Policy with the provided attribute
|
|
12
12
|
* @summary Update a Policy
|
|
13
13
|
* @param {UpdatePolicyParams} config with all available params.
|
|
14
14
|
* @param {*} [options] Override http request option.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
+
import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/common';
|
|
3
|
+
import type { Tailoring } from '../types';
|
|
4
|
+
export type UpdateTailoringParams = {
|
|
5
|
+
/**
|
|
6
|
+
*
|
|
7
|
+
* @type { any }
|
|
8
|
+
* @memberof UpdateTailoringApi
|
|
9
|
+
*/
|
|
10
|
+
policyId: any;
|
|
11
|
+
/**
|
|
12
|
+
*
|
|
13
|
+
* @type { any }
|
|
14
|
+
* @memberof UpdateTailoringApi
|
|
15
|
+
*/
|
|
16
|
+
id: any;
|
|
17
|
+
/**
|
|
18
|
+
* For internal use only
|
|
19
|
+
* @type { any }
|
|
20
|
+
* @memberof UpdateTailoringApi
|
|
21
|
+
*/
|
|
22
|
+
xRHIDENTITY?: any;
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type { Tailoring }
|
|
26
|
+
* @memberof UpdateTailoringApi
|
|
27
|
+
*/
|
|
28
|
+
tailoring?: Tailoring;
|
|
29
|
+
options?: AxiosRequestConfig;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Updates a Tailoring with the provided value_override
|
|
33
|
+
* @summary Update a Tailoring
|
|
34
|
+
* @param {UpdateTailoringParams} config with all available params.
|
|
35
|
+
* @param {*} [options] Override http request option.
|
|
36
|
+
* @throws {RequiredError}
|
|
37
|
+
*/
|
|
38
|
+
export declare const updateTailoringParamCreator: (...config: ([UpdateTailoringParams] | [any, any, any, Tailoring, AxiosRequestConfig])) => Promise<RequestArgs>;
|
|
39
|
+
export default updateTailoringParamCreator;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.updateTailoringParamCreator = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
// @ts-ignore
|
|
6
|
+
var common_1 = require("@redhat-cloud-services/javascript-clients-shared/common");
|
|
7
|
+
var isUpdateTailoringObjectParams = function (params) {
|
|
8
|
+
return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'policyId') && Object.prototype.hasOwnProperty.call(params, 'id') && true && true;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Updates a Tailoring with the provided value_override
|
|
12
|
+
* @summary Update a Tailoring
|
|
13
|
+
* @param {UpdateTailoringParams} config with all available params.
|
|
14
|
+
* @param {*} [options] Override http request option.
|
|
15
|
+
* @throws {RequiredError}
|
|
16
|
+
*/
|
|
17
|
+
var updateTailoringParamCreator = function () {
|
|
18
|
+
var config = [];
|
|
19
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
20
|
+
config[_i] = arguments[_i];
|
|
21
|
+
}
|
|
22
|
+
return tslib_1.__awaiter(void 0, void 0, void 0, function () {
|
|
23
|
+
var params, policyId, id, xRHIDENTITY, tailoring, _a, options, localVarPath, localVarUrlObj, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter;
|
|
24
|
+
return tslib_1.__generator(this, function (_b) {
|
|
25
|
+
params = isUpdateTailoringObjectParams(config) ? config[0] : ['policyId', 'id', 'xRHIDENTITY', 'tailoring', 'options'].reduce(function (acc, curr, index) {
|
|
26
|
+
var _a;
|
|
27
|
+
return (tslib_1.__assign(tslib_1.__assign({}, acc), (_a = {}, _a[curr] = config[index], _a)));
|
|
28
|
+
}, {});
|
|
29
|
+
policyId = params.policyId, id = params.id, xRHIDENTITY = params.xRHIDENTITY, tailoring = params.tailoring, _a = params.options, options = _a === void 0 ? {} : _a;
|
|
30
|
+
localVarPath = "/policies/{policy_id}/tailorings/{id}"
|
|
31
|
+
.replace("{".concat("policy_id", "}"), encodeURIComponent(String(policyId)))
|
|
32
|
+
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
33
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
34
|
+
localVarRequestOptions = tslib_1.__assign({ method: 'PATCH' }, options);
|
|
35
|
+
localVarHeaderParameter = {};
|
|
36
|
+
localVarQueryParameter = {};
|
|
37
|
+
if (xRHIDENTITY != null) {
|
|
38
|
+
localVarHeaderParameter['X-RH-IDENTITY'] = typeof xRHIDENTITY === 'string'
|
|
39
|
+
? xRHIDENTITY
|
|
40
|
+
: JSON.stringify(xRHIDENTITY);
|
|
41
|
+
}
|
|
42
|
+
localVarHeaderParameter['Content-Type'] = 'application/vnd.api+json';
|
|
43
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
44
|
+
localVarRequestOptions.headers = tslib_1.__assign(tslib_1.__assign({}, localVarHeaderParameter), options.headers);
|
|
45
|
+
return [2 /*return*/, {
|
|
46
|
+
urlObj: localVarUrlObj,
|
|
47
|
+
options: localVarRequestOptions,
|
|
48
|
+
serializeData: tailoring,
|
|
49
|
+
}];
|
|
50
|
+
});
|
|
51
|
+
});
|
|
52
|
+
};
|
|
53
|
+
exports.updateTailoringParamCreator = updateTailoringParamCreator;
|
|
54
|
+
exports.default = exports.updateTailoringParamCreator;
|
|
55
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../UpdateTailoring/index.ts"],"names":[],"mappings":";;;;AAEA,aAAa;AACb,kFAA4T;AAsC5T,IAAM,6BAA6B,GAAG,UAAC,MAA2C;IAChF,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,UAAU,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,IAAI,IAAI,IAAI,IAAI,CAAA;AAC9J,CAAC,CAAA;AACD;;;;;;EAME;AACK,IAAM,2BAA2B,GAAG;IAAO,gBAAqF;SAArF,UAAqF,EAArF,qBAAqF,EAArF,IAAqF;QAArF,2BAAqF;;;;;YAC7H,MAAM,GAAG,6BAA6B,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,EAAE,IAAI,EAAE,aAAa,EAAE,WAAW,EAAE,SAAS,CAAC,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,IAAI,EAAE,KAAK;;gBAAK,OAAA,uCAAM,GAAG,gBAAG,IAAI,IAAG,MAAM,CAAC,KAAK,CAAC,OAAG;YAAnC,CAAmC,EAAE,EAAE,CAA0B,CAAC;YACpN,QAAQ,GAA+C,MAAM,SAArD,EAAE,EAAE,GAA2C,MAAM,GAAjD,EAAE,WAAW,GAA8B,MAAM,YAApC,EAAE,SAAS,GAAmB,MAAM,UAAzB,EAAE,KAAiB,MAAM,QAAX,EAAZ,OAAO,mBAAG,EAAE,KAAA,CAAY;YAChE,YAAY,GAAG,uCAAuC;iBACvD,OAAO,CAAC,WAAI,WAAW,MAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC;iBACjE,OAAO,CAAC,WAAI,IAAI,MAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;YAEpD,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,uBAAc,CAAC,CAAC;YACvD,sBAAsB,sBAAK,MAAM,EAAE,OAAiB,IAAK,OAAO,CAAC,CAAC;YAClE,uBAAuB,GAAG,EAAS,CAAC;YACpC,sBAAsB,GAAG,EAAS,CAAC;YAEzC,IAAI,WAAW,IAAI,IAAI,EAAE;gBACrB,uBAAuB,CAAC,eAAe,CAAC,GAAG,OAAO,WAAW,KAAK,QAAQ;oBACtE,CAAC,CAAC,WAAW;oBACb,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;aACrC;YAID,uBAAuB,CAAC,cAAc,CAAC,GAAG,0BAA0B,CAAC;YAErE,IAAA,wBAAe,EAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;YACxD,sBAAsB,CAAC,OAAO,yCAAO,uBAAuB,GAAK,OAAO,CAAC,OAAO,CAAC,CAAC;YAElF,sBAAO;oBACH,MAAM,EAAE,cAAc;oBACtB,OAAO,EAAE,sBAAsB;oBAC/B,aAAa,EAAE,SAAS;iBAC3B,EAAC;;;CACL,CAAA;AA9BY,QAAA,2BAA2B,+BA8BvC;AAED,kBAAe,mCAA2B,CAAC"}
|
|
@@ -8,7 +8,7 @@ export type ValueDefinitionsParams = {
|
|
|
8
8
|
*/
|
|
9
9
|
securityGuideId: any;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* For internal use only
|
|
12
12
|
* @type { any }
|
|
13
13
|
* @memberof ValueDefinitionsApi
|
|
14
14
|
*/
|
|
@@ -32,7 +32,7 @@ export type ValueDefinitionsParams = {
|
|
|
32
32
|
*/
|
|
33
33
|
sortBy?: any;
|
|
34
34
|
/**
|
|
35
|
-
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Value Definitions are searchable using attributes `title`<br><br>(e.g.: `(
|
|
35
|
+
* Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Value Definitions are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
36
36
|
* @type { any }
|
|
37
37
|
* @memberof ValueDefinitionsApi
|
|
38
38
|
*/
|
|
@@ -40,8 +40,8 @@ export type ValueDefinitionsParams = {
|
|
|
40
40
|
options?: AxiosRequestConfig;
|
|
41
41
|
};
|
|
42
42
|
/**
|
|
43
|
-
* Lists Value
|
|
44
|
-
* @summary Request Value
|
|
43
|
+
* Lists Value Definition
|
|
44
|
+
* @summary Request Value Definition
|
|
45
45
|
* @param {ValueDefinitionsParams} config with all available params.
|
|
46
46
|
* @param {*} [options] Override http request option.
|
|
47
47
|
* @throws {RequiredError}
|
|
@@ -8,8 +8,8 @@ var isValueDefinitionsObjectParams = function (params) {
|
|
|
8
8
|
return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'securityGuideId') && true && true && true && true && true;
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
|
-
* Lists Value
|
|
12
|
-
* @summary Request Value
|
|
11
|
+
* Lists Value Definition
|
|
12
|
+
* @summary Request Value Definition
|
|
13
13
|
* @param {ValueDefinitionsParams} config with all available params.
|
|
14
14
|
* @param {*} [options] Override http request option.
|
|
15
15
|
* @throws {RequiredError}
|