@redhat-cloud-services/compliance-client 0.1.6 → 0.2.0
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 +12 -0
- package/dist/AssignRule/index.d.ts +2 -2
- package/dist/AssignRule/index.js +6 -6
- package/dist/AssignRule/index.js.map +1 -1
- package/dist/AssignSystem/index.d.ts +1 -1
- package/dist/AssignSystem/index.js +6 -6
- package/dist/AssignSystem/index.js.map +1 -1
- package/dist/DeletePolicy/index.d.ts +1 -1
- package/dist/DeletePolicy/index.js +6 -6
- package/dist/DeletePolicy/index.js.map +1 -1
- package/dist/DeleteReport/index.d.ts +26 -0
- package/dist/DeleteReport/index.js +52 -0
- package/dist/DeleteReport/index.js.map +1 -0
- package/dist/Policy/index.d.ts +1 -1
- package/dist/Policy/index.js +6 -6
- package/dist/Policy/index.js.map +1 -1
- package/dist/PolicySystems/index.d.ts +1 -1
- package/dist/Profile/index.d.ts +2 -2
- package/dist/Profile/index.js +6 -6
- package/dist/Profile/index.js.map +1 -1
- package/dist/ProfileRule/index.d.ts +2 -2
- package/dist/ProfileRule/index.js +6 -6
- package/dist/ProfileRule/index.js.map +1 -1
- package/dist/Report/index.d.ts +1 -1
- package/dist/Report/index.js +6 -6
- package/dist/Report/index.js.map +1 -1
- package/dist/ReportSystems/index.d.ts +1 -1
- package/dist/ReportTestResult/index.d.ts +32 -0
- package/dist/ReportTestResult/index.js +53 -0
- package/dist/ReportTestResult/index.js.map +1 -0
- package/dist/ReportTestResults/index.d.ts +50 -0
- package/dist/ReportTestResults/index.js +64 -0
- package/dist/ReportTestResults/index.js.map +1 -0
- package/dist/Reports/index.d.ts +1 -1
- package/dist/Rule/index.d.ts +2 -2
- package/dist/Rule/index.js +6 -6
- package/dist/Rule/index.js.map +1 -1
- package/dist/RuleGroup/index.d.ts +1 -1
- package/dist/RuleGroup/index.js +6 -6
- package/dist/RuleGroup/index.js.map +1 -1
- package/dist/SecurityGuide/index.d.ts +1 -1
- package/dist/SecurityGuide/index.js +6 -6
- package/dist/SecurityGuide/index.js.map +1 -1
- package/dist/SecurityGuideRuleTree/index.d.ts +1 -1
- package/dist/SecurityGuideRuleTree/index.js +6 -6
- package/dist/SecurityGuideRuleTree/index.js.map +1 -1
- package/dist/System/index.d.ts +1 -1
- package/dist/System/index.js +6 -6
- package/dist/System/index.js.map +1 -1
- package/dist/Systems/index.d.ts +1 -1
- package/dist/Tailoring/index.d.ts +2 -2
- package/dist/Tailoring/index.js +6 -6
- package/dist/Tailoring/index.js.map +1 -1
- package/dist/TailoringFile/index.d.ts +2 -2
- package/dist/TailoringFile/index.js +6 -6
- package/dist/TailoringFile/index.js.map +1 -1
- package/dist/UnassignRule/index.d.ts +2 -2
- package/dist/UnassignRule/index.js +6 -6
- package/dist/UnassignRule/index.js.map +1 -1
- package/dist/UnassignSystem/index.d.ts +1 -1
- package/dist/UnassignSystem/index.js +6 -6
- package/dist/UnassignSystem/index.js.map +1 -1
- package/dist/UpdatePolicy/index.d.ts +1 -1
- package/dist/UpdatePolicy/index.js +6 -6
- package/dist/UpdatePolicy/index.js.map +1 -1
- package/dist/UpdateTailoring/index.d.ts +2 -2
- package/dist/UpdateTailoring/index.js +6 -6
- package/dist/UpdateTailoring/index.js.map +1 -1
- package/dist/ValueDefinition/index.d.ts +1 -1
- package/dist/ValueDefinition/index.js +6 -6
- package/dist/ValueDefinition/index.js.map +1 -1
- package/dist/api.d.ts +716 -116
- package/dist/api.js +902 -219
- package/dist/api.js.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.js +16 -1
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +124 -4
- package/dist/types/index.js +4 -1
- package/dist/types/index.js.map +1 -1
- package/doc/interfaces/AssignRulesRequest.md +1 -1
- package/doc/interfaces/CreatePolicy201Response.md +1 -1
- package/doc/interfaces/CreatePolicy201ResponseData.md +1 -1
- package/doc/interfaces/Errors.md +1 -1
- package/doc/interfaces/Links.md +4 -4
- package/doc/interfaces/Metadata.md +5 -5
- package/doc/interfaces/Policies200Response.md +3 -3
- package/doc/interfaces/Policy.md +11 -11
- package/doc/interfaces/PolicyUpdate.md +3 -3
- package/doc/interfaces/Profile.md +6 -6
- package/doc/interfaces/Profile200Response.md +1 -1
- package/doc/interfaces/Profile200ResponseData.md +1 -1
- package/doc/interfaces/Profiles200Response.md +3 -3
- package/doc/interfaces/Report.md +229 -0
- package/doc/interfaces/Report200Response.md +27 -0
- package/doc/interfaces/Report200ResponseData.md +27 -0
- package/doc/interfaces/ReportTestResults200Response.md +57 -0
- package/doc/interfaces/Reports200Response.md +57 -0
- package/doc/interfaces/Rule.md +9 -9
- package/doc/interfaces/Rule200Response.md +1 -1
- package/doc/interfaces/Rule200ResponseData.md +1 -1
- package/doc/interfaces/RuleGroup.md +7 -7
- package/doc/interfaces/RuleGroup200Response.md +1 -1
- package/doc/interfaces/RuleGroup200ResponseData.md +1 -1
- package/doc/interfaces/RuleGroups200Response.md +3 -3
- package/doc/interfaces/Rules200Response.md +3 -3
- package/doc/interfaces/SecurityGuide.md +7 -7
- package/doc/interfaces/SecurityGuide200Response.md +1 -1
- package/doc/interfaces/SecurityGuide200ResponseData.md +1 -1
- package/doc/interfaces/SecurityGuides200Response.md +3 -3
- package/doc/interfaces/SupportedProfile.md +25 -8
- package/doc/interfaces/SupportedProfiles200Response.md +3 -3
- package/doc/interfaces/System.md +13 -13
- package/doc/interfaces/System200Response.md +1 -1
- package/doc/interfaces/System200ResponseData.md +1 -1
- package/doc/interfaces/Systems200Response.md +3 -3
- package/doc/interfaces/Tailoring.md +23 -6
- package/doc/interfaces/Tailoring200Response.md +1 -1
- package/doc/interfaces/Tailoring200ResponseData.md +1 -1
- package/doc/interfaces/TailoringFile.md +1 -1
- package/doc/interfaces/Tailorings200Response.md +3 -3
- package/doc/interfaces/TestResult.md +208 -0
- package/doc/interfaces/ValueDefinition.md +7 -7
- package/doc/interfaces/ValueDefinition200Response.md +1 -1
- package/doc/interfaces/ValueDefinition200ResponseData.md +1 -1
- package/doc/interfaces/ValueDefinitions200Response.md +3 -3
- package/doc/modules.md +371 -69
- package/package.json +2 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -404,23 +404,29 @@ export interface Report {
|
|
|
404
404
|
*/
|
|
405
405
|
'assigned_system_count'?: any;
|
|
406
406
|
/**
|
|
407
|
-
* The number of compliant Systems
|
|
407
|
+
* The number of compliant Systems in this Report
|
|
408
408
|
* @type {any}
|
|
409
409
|
* @memberof Report
|
|
410
410
|
*/
|
|
411
411
|
'compliant_system_count'?: any;
|
|
412
412
|
/**
|
|
413
|
-
* Informs if the user has access to all the
|
|
413
|
+
* Informs if the user has access to all the Systems under the Report
|
|
414
414
|
* @type {any}
|
|
415
415
|
* @memberof Report
|
|
416
416
|
*/
|
|
417
417
|
'all_systems_exposed'?: any;
|
|
418
418
|
/**
|
|
419
|
-
* The number of unsupported Systems
|
|
419
|
+
* The number of unsupported Systems in this Report
|
|
420
420
|
* @type {any}
|
|
421
421
|
* @memberof Report
|
|
422
422
|
*/
|
|
423
423
|
'unsupported_system_count'?: any;
|
|
424
|
+
/**
|
|
425
|
+
* The number of Systems in this Report that have Test Results available
|
|
426
|
+
* @type {any}
|
|
427
|
+
* @memberof Report
|
|
428
|
+
*/
|
|
429
|
+
'reported_system_count'?: any;
|
|
424
430
|
}
|
|
425
431
|
export declare const ReportTypeEnum: {
|
|
426
432
|
readonly Report: "report";
|
|
@@ -452,6 +458,31 @@ export interface Report200ResponseData {
|
|
|
452
458
|
*/
|
|
453
459
|
'schema'?: Report;
|
|
454
460
|
}
|
|
461
|
+
/**
|
|
462
|
+
*
|
|
463
|
+
* @export
|
|
464
|
+
* @interface ReportTestResults200Response
|
|
465
|
+
*/
|
|
466
|
+
export interface ReportTestResults200Response {
|
|
467
|
+
/**
|
|
468
|
+
*
|
|
469
|
+
* @type {Metadata}
|
|
470
|
+
* @memberof ReportTestResults200Response
|
|
471
|
+
*/
|
|
472
|
+
'meta'?: Metadata;
|
|
473
|
+
/**
|
|
474
|
+
*
|
|
475
|
+
* @type {Links}
|
|
476
|
+
* @memberof ReportTestResults200Response
|
|
477
|
+
*/
|
|
478
|
+
'links'?: Links;
|
|
479
|
+
/**
|
|
480
|
+
*
|
|
481
|
+
* @type {any}
|
|
482
|
+
* @memberof ReportTestResults200Response
|
|
483
|
+
*/
|
|
484
|
+
'data'?: any;
|
|
485
|
+
}
|
|
455
486
|
/**
|
|
456
487
|
*
|
|
457
488
|
* @export
|
|
@@ -820,7 +851,7 @@ export interface SupportedProfile {
|
|
|
820
851
|
*/
|
|
821
852
|
'type'?: SupportedProfileTypeEnum;
|
|
822
853
|
/**
|
|
823
|
-
* Identificator of the Profile
|
|
854
|
+
* Identificator of the latest supported Profile
|
|
824
855
|
* @type {any}
|
|
825
856
|
* @memberof SupportedProfile
|
|
826
857
|
*/
|
|
@@ -831,6 +862,12 @@ export interface SupportedProfile {
|
|
|
831
862
|
* @memberof SupportedProfile
|
|
832
863
|
*/
|
|
833
864
|
'title'?: any;
|
|
865
|
+
/**
|
|
866
|
+
* UUID of the latest Security Guide supporting this Profile
|
|
867
|
+
* @type {any}
|
|
868
|
+
* @memberof SupportedProfile
|
|
869
|
+
*/
|
|
870
|
+
'security_guide_id'?: any;
|
|
834
871
|
/**
|
|
835
872
|
* Version of the latest Security Guide supporting this Profile
|
|
836
873
|
* @type {any}
|
|
@@ -1137,6 +1174,89 @@ export interface Tailorings200Response {
|
|
|
1137
1174
|
*/
|
|
1138
1175
|
'data'?: any;
|
|
1139
1176
|
}
|
|
1177
|
+
/**
|
|
1178
|
+
*
|
|
1179
|
+
* @export
|
|
1180
|
+
* @interface TestResult
|
|
1181
|
+
*/
|
|
1182
|
+
export interface TestResult {
|
|
1183
|
+
/**
|
|
1184
|
+
*
|
|
1185
|
+
* @type {any}
|
|
1186
|
+
* @memberof TestResult
|
|
1187
|
+
*/
|
|
1188
|
+
'id'?: any;
|
|
1189
|
+
/**
|
|
1190
|
+
*
|
|
1191
|
+
* @type {any}
|
|
1192
|
+
* @memberof TestResult
|
|
1193
|
+
*/
|
|
1194
|
+
'type'?: TestResultTypeEnum;
|
|
1195
|
+
/**
|
|
1196
|
+
* Display Name of the System
|
|
1197
|
+
* @type {any}
|
|
1198
|
+
* @memberof TestResult
|
|
1199
|
+
*/
|
|
1200
|
+
'display_name'?: any;
|
|
1201
|
+
/**
|
|
1202
|
+
*
|
|
1203
|
+
* @type {any}
|
|
1204
|
+
* @memberof TestResult
|
|
1205
|
+
*/
|
|
1206
|
+
'groups'?: any;
|
|
1207
|
+
/**
|
|
1208
|
+
*
|
|
1209
|
+
* @type {any}
|
|
1210
|
+
* @memberof TestResult
|
|
1211
|
+
*/
|
|
1212
|
+
'tags'?: any;
|
|
1213
|
+
/**
|
|
1214
|
+
* UUID of the underlying System
|
|
1215
|
+
* @type {any}
|
|
1216
|
+
* @memberof TestResult
|
|
1217
|
+
*/
|
|
1218
|
+
'system_id'?: any;
|
|
1219
|
+
/**
|
|
1220
|
+
* Major version of the Operating System
|
|
1221
|
+
* @type {any}
|
|
1222
|
+
* @memberof TestResult
|
|
1223
|
+
*/
|
|
1224
|
+
'os_major_version'?: any;
|
|
1225
|
+
/**
|
|
1226
|
+
* Minor version of the Operating System
|
|
1227
|
+
* @type {any}
|
|
1228
|
+
* @memberof TestResult
|
|
1229
|
+
*/
|
|
1230
|
+
'os_minor_version'?: any;
|
|
1231
|
+
/**
|
|
1232
|
+
* Whether the Test Result is compliant or not within a given Report.
|
|
1233
|
+
* @type {any}
|
|
1234
|
+
* @memberof TestResult
|
|
1235
|
+
*/
|
|
1236
|
+
'compliant'?: any;
|
|
1237
|
+
/**
|
|
1238
|
+
* Whether the System is supported or not by a Profile within a given Policy.
|
|
1239
|
+
* @type {any}
|
|
1240
|
+
* @memberof TestResult
|
|
1241
|
+
*/
|
|
1242
|
+
'supported'?: any;
|
|
1243
|
+
/**
|
|
1244
|
+
* Number of failed rules in the Test Result
|
|
1245
|
+
* @type {any}
|
|
1246
|
+
* @memberof TestResult
|
|
1247
|
+
*/
|
|
1248
|
+
'failed_rule_count'?: any;
|
|
1249
|
+
/**
|
|
1250
|
+
* The date when the System has been reported a Test Result for the last time.
|
|
1251
|
+
* @type {any}
|
|
1252
|
+
* @memberof TestResult
|
|
1253
|
+
*/
|
|
1254
|
+
'last_scanned'?: any;
|
|
1255
|
+
}
|
|
1256
|
+
export declare const TestResultTypeEnum: {
|
|
1257
|
+
readonly TestResult: "test_result";
|
|
1258
|
+
};
|
|
1259
|
+
export type TestResultTypeEnum = typeof TestResultTypeEnum[keyof typeof TestResultTypeEnum];
|
|
1140
1260
|
/**
|
|
1141
1261
|
*
|
|
1142
1262
|
* @export
|
package/dist/types/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ValueDefinitionTypeEnum = exports.TailoringTypeEnum = exports.SystemTypeEnum = exports.SupportedProfileTypeEnum = exports.SecurityGuideTypeEnum = exports.RuleGroupTypeEnum = exports.RuleTypeEnum = exports.ReportTypeEnum = exports.ProfileTypeEnum = exports.PolicyTypeEnum = void 0;
|
|
3
|
+
exports.ValueDefinitionTypeEnum = exports.TestResultTypeEnum = exports.TailoringTypeEnum = exports.SystemTypeEnum = exports.SupportedProfileTypeEnum = exports.SecurityGuideTypeEnum = exports.RuleGroupTypeEnum = exports.RuleTypeEnum = exports.ReportTypeEnum = exports.ProfileTypeEnum = exports.PolicyTypeEnum = void 0;
|
|
4
4
|
exports.PolicyTypeEnum = {
|
|
5
5
|
Policy: 'policy'
|
|
6
6
|
};
|
|
@@ -28,6 +28,9 @@ exports.SystemTypeEnum = {
|
|
|
28
28
|
exports.TailoringTypeEnum = {
|
|
29
29
|
Tailoring: 'tailoring'
|
|
30
30
|
};
|
|
31
|
+
exports.TestResultTypeEnum = {
|
|
32
|
+
TestResult: 'test_result'
|
|
33
|
+
};
|
|
31
34
|
exports.ValueDefinitionTypeEnum = {
|
|
32
35
|
ValueDefinition: 'value_definition'
|
|
33
36
|
};
|
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";;;AA2Na,QAAA,cAAc,GAAG;IAC1B,MAAM,EAAE,QAAQ;CACV,CAAC;AAyEE,QAAA,eAAe,GAAG;IAC3B,OAAO,EAAE,SAAS;CACZ,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";;;AA2Na,QAAA,cAAc,GAAG;IAC1B,MAAM,EAAE,QAAQ;CACV,CAAC;AAyEE,QAAA,eAAe,GAAG;IAC3B,OAAO,EAAE,SAAS;CACZ,CAAC;AA6IE,QAAA,cAAc,GAAG;IAC1B,MAAM,EAAE,QAAQ;CACV,CAAC;AA8IE,QAAA,YAAY,GAAG;IACxB,IAAI,EAAE,MAAM;CACN,CAAC;AAgFE,QAAA,iBAAiB,GAAG;IAC7B,SAAS,EAAE,YAAY;CACjB,CAAC;AAkIE,QAAA,qBAAqB,GAAG;IACjC,aAAa,EAAE,gBAAgB;CACzB,CAAC;AA+GE,QAAA,wBAAwB,GAAG;IACpC,gBAAgB,EAAE,mBAAmB;CAC/B,CAAC;AAmHE,QAAA,cAAc,GAAG;IAC1B,MAAM,EAAE,QAAQ;CACV,CAAC;AAyGE,QAAA,iBAAiB,GAAG;IAC7B,SAAS,EAAE,WAAW;CAChB,CAAC;AAsJE,QAAA,kBAAkB,GAAG;IAC9B,UAAU,EAAE,aAAa;CACnB,CAAC;AAsDE,QAAA,uBAAuB,GAAG;IACnC,eAAe,EAAE,kBAAkB;CAC7B,CAAC"}
|
|
@@ -24,4 +24,4 @@ AssignRulesRequest
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types/index.ts:12](https://github.com/
|
|
27
|
+
[types/index.ts:12](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L12)
|
|
@@ -24,4 +24,4 @@ CreatePolicy201Response
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types/index.ts:25](https://github.com/
|
|
27
|
+
[types/index.ts:25](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L25)
|
|
@@ -24,4 +24,4 @@ CreatePolicy201ResponseData
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types/index.ts:38](https://github.com/
|
|
27
|
+
[types/index.ts:38](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L38)
|
package/doc/interfaces/Errors.md
CHANGED
|
@@ -24,4 +24,4 @@ Errors
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types/index.ts:51](https://github.com/
|
|
27
|
+
[types/index.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L51)
|
package/doc/interfaces/Links.md
CHANGED
|
@@ -29,7 +29,7 @@ Links
|
|
|
29
29
|
|
|
30
30
|
#### Defined in
|
|
31
31
|
|
|
32
|
-
[types/index.ts:64](https://github.com/
|
|
32
|
+
[types/index.ts:64](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L64)
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
@@ -45,7 +45,7 @@ Links
|
|
|
45
45
|
|
|
46
46
|
#### Defined in
|
|
47
47
|
|
|
48
|
-
[types/index.ts:70](https://github.com/
|
|
48
|
+
[types/index.ts:70](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L70)
|
|
49
49
|
|
|
50
50
|
___
|
|
51
51
|
|
|
@@ -61,7 +61,7 @@ Links
|
|
|
61
61
|
|
|
62
62
|
#### Defined in
|
|
63
63
|
|
|
64
|
-
[types/index.ts:82](https://github.com/
|
|
64
|
+
[types/index.ts:82](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L82)
|
|
65
65
|
|
|
66
66
|
___
|
|
67
67
|
|
|
@@ -77,4 +77,4 @@ Links
|
|
|
77
77
|
|
|
78
78
|
#### Defined in
|
|
79
79
|
|
|
80
|
-
[types/index.ts:76](https://github.com/
|
|
80
|
+
[types/index.ts:76](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L76)
|
|
@@ -30,7 +30,7 @@ Metadata
|
|
|
30
30
|
|
|
31
31
|
#### Defined in
|
|
32
32
|
|
|
33
|
-
[types/index.ts:119](https://github.com/
|
|
33
|
+
[types/index.ts:119](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L119)
|
|
34
34
|
|
|
35
35
|
___
|
|
36
36
|
|
|
@@ -46,7 +46,7 @@ Metadata
|
|
|
46
46
|
|
|
47
47
|
#### Defined in
|
|
48
48
|
|
|
49
|
-
[types/index.ts:101](https://github.com/
|
|
49
|
+
[types/index.ts:101](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L101)
|
|
50
50
|
|
|
51
51
|
___
|
|
52
52
|
|
|
@@ -62,7 +62,7 @@ Metadata
|
|
|
62
62
|
|
|
63
63
|
#### Defined in
|
|
64
64
|
|
|
65
|
-
[types/index.ts:107](https://github.com/
|
|
65
|
+
[types/index.ts:107](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L107)
|
|
66
66
|
|
|
67
67
|
___
|
|
68
68
|
|
|
@@ -78,7 +78,7 @@ Metadata
|
|
|
78
78
|
|
|
79
79
|
#### Defined in
|
|
80
80
|
|
|
81
|
-
[types/index.ts:113](https://github.com/
|
|
81
|
+
[types/index.ts:113](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L113)
|
|
82
82
|
|
|
83
83
|
___
|
|
84
84
|
|
|
@@ -94,4 +94,4 @@ Metadata
|
|
|
94
94
|
|
|
95
95
|
#### Defined in
|
|
96
96
|
|
|
97
|
-
[types/index.ts:95](https://github.com/
|
|
97
|
+
[types/index.ts:95](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L95)
|
|
@@ -26,7 +26,7 @@ Policies200Response
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[types/index.ts:144](https://github.com/
|
|
29
|
+
[types/index.ts:144](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L144)
|
|
30
30
|
|
|
31
31
|
___
|
|
32
32
|
|
|
@@ -40,7 +40,7 @@ Policies200Response
|
|
|
40
40
|
|
|
41
41
|
#### Defined in
|
|
42
42
|
|
|
43
|
-
[types/index.ts:138](https://github.com/
|
|
43
|
+
[types/index.ts:138](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L138)
|
|
44
44
|
|
|
45
45
|
___
|
|
46
46
|
|
|
@@ -54,4 +54,4 @@ Policies200Response
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[types/index.ts:132](https://github.com/
|
|
57
|
+
[types/index.ts:132](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L132)
|
package/doc/interfaces/Policy.md
CHANGED
|
@@ -36,7 +36,7 @@ Policy
|
|
|
36
36
|
|
|
37
37
|
#### Defined in
|
|
38
38
|
|
|
39
|
-
[types/index.ts:181](https://github.com/
|
|
39
|
+
[types/index.ts:181](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L181)
|
|
40
40
|
|
|
41
41
|
___
|
|
42
42
|
|
|
@@ -52,7 +52,7 @@ Policy
|
|
|
52
52
|
|
|
53
53
|
#### Defined in
|
|
54
54
|
|
|
55
|
-
[types/index.ts:187](https://github.com/
|
|
55
|
+
[types/index.ts:187](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L187)
|
|
56
56
|
|
|
57
57
|
___
|
|
58
58
|
|
|
@@ -68,7 +68,7 @@ Policy
|
|
|
68
68
|
|
|
69
69
|
#### Defined in
|
|
70
70
|
|
|
71
|
-
[types/index.ts:175](https://github.com/
|
|
71
|
+
[types/index.ts:175](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L175)
|
|
72
72
|
|
|
73
73
|
___
|
|
74
74
|
|
|
@@ -82,7 +82,7 @@ Policy
|
|
|
82
82
|
|
|
83
83
|
#### Defined in
|
|
84
84
|
|
|
85
|
-
[types/index.ts:157](https://github.com/
|
|
85
|
+
[types/index.ts:157](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L157)
|
|
86
86
|
|
|
87
87
|
___
|
|
88
88
|
|
|
@@ -98,7 +98,7 @@ Policy
|
|
|
98
98
|
|
|
99
99
|
#### Defined in
|
|
100
100
|
|
|
101
|
-
[types/index.ts:199](https://github.com/
|
|
101
|
+
[types/index.ts:199](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L199)
|
|
102
102
|
|
|
103
103
|
___
|
|
104
104
|
|
|
@@ -114,7 +114,7 @@ Policy
|
|
|
114
114
|
|
|
115
115
|
#### Defined in
|
|
116
116
|
|
|
117
|
-
[types/index.ts:193](https://github.com/
|
|
117
|
+
[types/index.ts:193](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L193)
|
|
118
118
|
|
|
119
119
|
___
|
|
120
120
|
|
|
@@ -130,7 +130,7 @@ Policy
|
|
|
130
130
|
|
|
131
131
|
#### Defined in
|
|
132
132
|
|
|
133
|
-
[types/index.ts:211](https://github.com/
|
|
133
|
+
[types/index.ts:211](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L211)
|
|
134
134
|
|
|
135
135
|
___
|
|
136
136
|
|
|
@@ -146,7 +146,7 @@ Policy
|
|
|
146
146
|
|
|
147
147
|
#### Defined in
|
|
148
148
|
|
|
149
|
-
[types/index.ts:205](https://github.com/
|
|
149
|
+
[types/index.ts:205](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L205)
|
|
150
150
|
|
|
151
151
|
___
|
|
152
152
|
|
|
@@ -162,7 +162,7 @@ Policy
|
|
|
162
162
|
|
|
163
163
|
#### Defined in
|
|
164
164
|
|
|
165
|
-
[types/index.ts:169](https://github.com/
|
|
165
|
+
[types/index.ts:169](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L169)
|
|
166
166
|
|
|
167
167
|
___
|
|
168
168
|
|
|
@@ -178,7 +178,7 @@ Policy
|
|
|
178
178
|
|
|
179
179
|
#### Defined in
|
|
180
180
|
|
|
181
|
-
[types/index.ts:217](https://github.com/
|
|
181
|
+
[types/index.ts:217](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L217)
|
|
182
182
|
|
|
183
183
|
___
|
|
184
184
|
|
|
@@ -192,4 +192,4 @@ Policy
|
|
|
192
192
|
|
|
193
193
|
#### Defined in
|
|
194
194
|
|
|
195
|
-
[types/index.ts:163](https://github.com/
|
|
195
|
+
[types/index.ts:163](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L163)
|
|
@@ -28,7 +28,7 @@ PolicyUpdate
|
|
|
28
28
|
|
|
29
29
|
#### Defined in
|
|
30
30
|
|
|
31
|
-
[types/index.ts:243](https://github.com/
|
|
31
|
+
[types/index.ts:243](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L243)
|
|
32
32
|
|
|
33
33
|
___
|
|
34
34
|
|
|
@@ -44,7 +44,7 @@ PolicyUpdate
|
|
|
44
44
|
|
|
45
45
|
#### Defined in
|
|
46
46
|
|
|
47
|
-
[types/index.ts:249](https://github.com/
|
|
47
|
+
[types/index.ts:249](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L249)
|
|
48
48
|
|
|
49
49
|
___
|
|
50
50
|
|
|
@@ -60,4 +60,4 @@ PolicyUpdate
|
|
|
60
60
|
|
|
61
61
|
#### Defined in
|
|
62
62
|
|
|
63
|
-
[types/index.ts:237](https://github.com/
|
|
63
|
+
[types/index.ts:237](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L237)
|
|
@@ -31,7 +31,7 @@ Profile
|
|
|
31
31
|
|
|
32
32
|
#### Defined in
|
|
33
33
|
|
|
34
|
-
[types/index.ts:286](https://github.com/
|
|
34
|
+
[types/index.ts:286](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L286)
|
|
35
35
|
|
|
36
36
|
___
|
|
37
37
|
|
|
@@ -45,7 +45,7 @@ Profile
|
|
|
45
45
|
|
|
46
46
|
#### Defined in
|
|
47
47
|
|
|
48
|
-
[types/index.ts:262](https://github.com/
|
|
48
|
+
[types/index.ts:262](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L262)
|
|
49
49
|
|
|
50
50
|
___
|
|
51
51
|
|
|
@@ -61,7 +61,7 @@ Profile
|
|
|
61
61
|
|
|
62
62
|
#### Defined in
|
|
63
63
|
|
|
64
|
-
[types/index.ts:274](https://github.com/
|
|
64
|
+
[types/index.ts:274](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L274)
|
|
65
65
|
|
|
66
66
|
___
|
|
67
67
|
|
|
@@ -77,7 +77,7 @@ Profile
|
|
|
77
77
|
|
|
78
78
|
#### Defined in
|
|
79
79
|
|
|
80
|
-
[types/index.ts:280](https://github.com/
|
|
80
|
+
[types/index.ts:280](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L280)
|
|
81
81
|
|
|
82
82
|
___
|
|
83
83
|
|
|
@@ -91,7 +91,7 @@ Profile
|
|
|
91
91
|
|
|
92
92
|
#### Defined in
|
|
93
93
|
|
|
94
|
-
[types/index.ts:268](https://github.com/
|
|
94
|
+
[types/index.ts:268](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L268)
|
|
95
95
|
|
|
96
96
|
___
|
|
97
97
|
|
|
@@ -107,4 +107,4 @@ Profile
|
|
|
107
107
|
|
|
108
108
|
#### Defined in
|
|
109
109
|
|
|
110
|
-
[types/index.ts:292](https://github.com/
|
|
110
|
+
[types/index.ts:292](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L292)
|
|
@@ -24,4 +24,4 @@ Profile200Response
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types/index.ts:312](https://github.com/
|
|
27
|
+
[types/index.ts:312](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L312)
|
|
@@ -24,4 +24,4 @@ Profile200ResponseData
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types/index.ts:325](https://github.com/
|
|
27
|
+
[types/index.ts:325](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L325)
|
|
@@ -26,7 +26,7 @@ Profiles200Response
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[types/index.ts:350](https://github.com/
|
|
29
|
+
[types/index.ts:350](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L350)
|
|
30
30
|
|
|
31
31
|
___
|
|
32
32
|
|
|
@@ -40,7 +40,7 @@ Profiles200Response
|
|
|
40
40
|
|
|
41
41
|
#### Defined in
|
|
42
42
|
|
|
43
|
-
[types/index.ts:344](https://github.com/
|
|
43
|
+
[types/index.ts:344](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L344)
|
|
44
44
|
|
|
45
45
|
___
|
|
46
46
|
|
|
@@ -54,4 +54,4 @@ Profiles200Response
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[types/index.ts:338](https://github.com/
|
|
57
|
+
[types/index.ts:338](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L338)
|