@redhat-cloud-services/compliance-client 0.1.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 +13 -0
- package/LICENSE +201 -0
- package/README.md +67 -0
- package/dist/AssignRule/index.d.ts +38 -0
- package/dist/AssignRule/index.js +54 -0
- package/dist/AssignRule/index.js.map +1 -0
- package/dist/AssignRules/index.d.ts +40 -0
- package/dist/AssignRules/index.js +56 -0
- package/dist/AssignRules/index.js.map +1 -0
- package/dist/AssignSystem/index.d.ts +32 -0
- package/dist/AssignSystem/index.js +53 -0
- package/dist/AssignSystem/index.js.map +1 -0
- package/dist/AssignSystems/index.d.ts +34 -0
- package/dist/AssignSystems/index.js +55 -0
- package/dist/AssignSystems/index.js.map +1 -0
- package/dist/CreatePolicy/index.d.ts +27 -0
- package/dist/CreatePolicy/index.js +53 -0
- package/dist/CreatePolicy/index.js.map +1 -0
- package/dist/DeletePolicy/index.d.ts +26 -0
- package/dist/DeletePolicy/index.js +52 -0
- package/dist/DeletePolicy/index.js.map +1 -0
- package/dist/Policies/index.d.ts +44 -0
- package/dist/Policies/index.js +63 -0
- package/dist/Policies/index.js.map +1 -0
- package/dist/Policy/index.d.ts +26 -0
- package/dist/Policy/index.js +52 -0
- package/dist/Policy/index.js.map +1 -0
- package/dist/PolicySystems/index.d.ts +50 -0
- package/dist/PolicySystems/index.js +64 -0
- package/dist/PolicySystems/index.js.map +1 -0
- package/dist/Profile/index.d.ts +32 -0
- package/dist/Profile/index.js +53 -0
- package/dist/Profile/index.js.map +1 -0
- package/dist/ProfileRule/index.d.ts +38 -0
- package/dist/ProfileRule/index.js +54 -0
- package/dist/ProfileRule/index.js.map +1 -0
- package/dist/ProfileRules/index.d.ts +56 -0
- package/dist/ProfileRules/index.js +65 -0
- package/dist/ProfileRules/index.js.map +1 -0
- package/dist/Profiles/index.d.ts +50 -0
- package/dist/Profiles/index.js +64 -0
- package/dist/Profiles/index.js.map +1 -0
- package/dist/Rule/index.d.ts +32 -0
- package/dist/Rule/index.js +53 -0
- package/dist/Rule/index.js.map +1 -0
- package/dist/RuleGroup/index.d.ts +32 -0
- package/dist/RuleGroup/index.js +53 -0
- package/dist/RuleGroup/index.js.map +1 -0
- package/dist/RuleGroups/index.d.ts +50 -0
- package/dist/RuleGroups/index.js +64 -0
- package/dist/RuleGroups/index.js.map +1 -0
- package/dist/Rules/index.d.ts +50 -0
- package/dist/Rules/index.js +64 -0
- package/dist/Rules/index.js.map +1 -0
- package/dist/SecurityGuide/index.d.ts +26 -0
- package/dist/SecurityGuide/index.js +52 -0
- package/dist/SecurityGuide/index.js.map +1 -0
- package/dist/SecurityGuideRuleTree/index.d.ts +26 -0
- package/dist/SecurityGuideRuleTree/index.js +52 -0
- package/dist/SecurityGuideRuleTree/index.js.map +1 -0
- package/dist/SecurityGuides/index.d.ts +44 -0
- package/dist/SecurityGuides/index.js +63 -0
- package/dist/SecurityGuides/index.js.map +1 -0
- package/dist/SupportedProfiles/index.d.ts +44 -0
- package/dist/SupportedProfiles/index.js +63 -0
- package/dist/SupportedProfiles/index.js.map +1 -0
- package/dist/System/index.d.ts +26 -0
- package/dist/System/index.js +52 -0
- package/dist/System/index.js.map +1 -0
- package/dist/Systems/index.d.ts +44 -0
- package/dist/Systems/index.js +63 -0
- package/dist/Systems/index.js.map +1 -0
- package/dist/SystemsPolicies/index.d.ts +50 -0
- package/dist/SystemsPolicies/index.js +64 -0
- package/dist/SystemsPolicies/index.js.map +1 -0
- package/dist/Tailoring/index.d.ts +32 -0
- package/dist/Tailoring/index.js +53 -0
- package/dist/Tailoring/index.js.map +1 -0
- package/dist/TailoringFile/index.d.ts +32 -0
- package/dist/TailoringFile/index.js +53 -0
- package/dist/TailoringFile/index.js.map +1 -0
- package/dist/TailoringRules/index.d.ts +56 -0
- package/dist/TailoringRules/index.js +65 -0
- package/dist/TailoringRules/index.js.map +1 -0
- package/dist/Tailorings/index.d.ts +50 -0
- package/dist/Tailorings/index.js +64 -0
- package/dist/Tailorings/index.js.map +1 -0
- package/dist/UnassignRule/index.d.ts +38 -0
- package/dist/UnassignRule/index.js +54 -0
- package/dist/UnassignRule/index.js.map +1 -0
- package/dist/UnassignSystem/index.d.ts +32 -0
- package/dist/UnassignSystem/index.js +53 -0
- package/dist/UnassignSystem/index.js.map +1 -0
- package/dist/UpdatePolicy/index.d.ts +33 -0
- package/dist/UpdatePolicy/index.js +54 -0
- package/dist/UpdatePolicy/index.js.map +1 -0
- package/dist/ValueDefinition/index.d.ts +32 -0
- package/dist/ValueDefinition/index.js +53 -0
- package/dist/ValueDefinition/index.js.map +1 -0
- package/dist/ValueDefinitions/index.d.ts +50 -0
- package/dist/ValueDefinitions/index.js +64 -0
- package/dist/ValueDefinitions/index.js.map +1 -0
- package/dist/api.d.ts +4310 -0
- package/dist/api.js +4565 -0
- package/dist/api.js.map +1 -0
- package/dist/base.d.ts +54 -0
- package/dist/base.js +67 -0
- package/dist/base.js.map +1 -0
- package/dist/common.d.ts +65 -0
- package/dist/common.js +207 -0
- package/dist/common.js.map +1 -0
- package/dist/configuration.d.ts +83 -0
- package/dist/configuration.js +45 -0
- package/dist/configuration.js.map +1 -0
- package/dist/index.d.ts +34 -0
- package/dist/index.js +106 -0
- package/dist/index.js.map +1 -0
- package/dist/types/index.d.ts +1103 -0
- package/dist/types/index.js +31 -0
- package/dist/types/index.js.map +1 -0
- package/doc/.nojekyll +1 -0
- package/doc/README.md +69 -0
- package/doc/interfaces/AssignRulesRequest.md +27 -0
- package/doc/interfaces/CreatePolicy201Response.md +27 -0
- package/doc/interfaces/CreatePolicy201ResponseData.md +27 -0
- package/doc/interfaces/Errors.md +27 -0
- package/doc/interfaces/Links.md +80 -0
- package/doc/interfaces/Metadata.md +97 -0
- package/doc/interfaces/Policies200Response.md +57 -0
- package/doc/interfaces/Policy.md +195 -0
- package/doc/interfaces/PolicyUpdate.md +63 -0
- package/doc/interfaces/Profile.md +110 -0
- package/doc/interfaces/Profile200Response.md +27 -0
- package/doc/interfaces/Profile200ResponseData.md +27 -0
- package/doc/interfaces/Profiles200Response.md +57 -0
- package/doc/interfaces/Rule.md +161 -0
- package/doc/interfaces/Rule200Response.md +27 -0
- package/doc/interfaces/Rule200ResponseData.md +27 -0
- package/doc/interfaces/RuleGroup.md +127 -0
- package/doc/interfaces/RuleGroup200Response.md +27 -0
- package/doc/interfaces/RuleGroup200ResponseData.md +27 -0
- package/doc/interfaces/RuleGroups200Response.md +57 -0
- package/doc/interfaces/Rules200Response.md +57 -0
- package/doc/interfaces/SecurityGuide.md +127 -0
- package/doc/interfaces/SecurityGuide200Response.md +27 -0
- package/doc/interfaces/SecurityGuide200ResponseData.md +27 -0
- package/doc/interfaces/SecurityGuides200Response.md +57 -0
- package/doc/interfaces/SupportedProfile.md +127 -0
- package/doc/interfaces/SupportedProfiles200Response.md +57 -0
- package/doc/interfaces/System.md +215 -0
- package/doc/interfaces/System200Response.md +27 -0
- package/doc/interfaces/System200ResponseData.md +27 -0
- package/doc/interfaces/Systems200Response.md +57 -0
- package/doc/interfaces/Tailoring.md +110 -0
- package/doc/interfaces/Tailoring200Response.md +27 -0
- package/doc/interfaces/Tailoring200ResponseData.md +27 -0
- package/doc/interfaces/TailoringFile.md +33 -0
- package/doc/interfaces/Tailorings200Response.md +57 -0
- package/doc/interfaces/ValueDefinition.md +127 -0
- package/doc/interfaces/ValueDefinition200Response.md +27 -0
- package/doc/interfaces/ValueDefinition200ResponseData.md +27 -0
- package/doc/interfaces/ValueDefinitions200Response.md +57 -0
- package/doc/modules.md +1306 -0
- package/package.json +30 -0
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloud Services for RHEL Compliance API v2
|
|
3
|
+
* This is the API for Cloud Services for RHEL Compliance. You can find out more about Red Hat Cloud Services for RHEL at [https://console.redhat.com/](https://console.redhat.com/)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v2
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface ConfigurationParameters {
|
|
13
|
+
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
14
|
+
username?: string;
|
|
15
|
+
password?: string;
|
|
16
|
+
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
17
|
+
basePath?: string;
|
|
18
|
+
baseOptions?: any;
|
|
19
|
+
formDataCtor?: new () => any;
|
|
20
|
+
}
|
|
21
|
+
export declare class Configuration {
|
|
22
|
+
/**
|
|
23
|
+
* parameter for apiKey security
|
|
24
|
+
* @param name security name
|
|
25
|
+
* @memberof Configuration
|
|
26
|
+
*/
|
|
27
|
+
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
28
|
+
/**
|
|
29
|
+
* parameter for basic security
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof Configuration
|
|
33
|
+
*/
|
|
34
|
+
username?: string;
|
|
35
|
+
/**
|
|
36
|
+
* parameter for basic security
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof Configuration
|
|
40
|
+
*/
|
|
41
|
+
password?: string;
|
|
42
|
+
/**
|
|
43
|
+
* parameter for oauth2 security
|
|
44
|
+
* @param name security name
|
|
45
|
+
* @param scopes oauth2 scope
|
|
46
|
+
* @memberof Configuration
|
|
47
|
+
*/
|
|
48
|
+
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
49
|
+
/**
|
|
50
|
+
* override base path
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof Configuration
|
|
54
|
+
*/
|
|
55
|
+
basePath?: string;
|
|
56
|
+
/**
|
|
57
|
+
* base options for axios calls
|
|
58
|
+
*
|
|
59
|
+
* @type {any}
|
|
60
|
+
* @memberof Configuration
|
|
61
|
+
*/
|
|
62
|
+
baseOptions?: any;
|
|
63
|
+
/**
|
|
64
|
+
* The FormData constructor that will be used to create multipart form data
|
|
65
|
+
* requests. You can inject this here so that execution environments that
|
|
66
|
+
* do not support the FormData class can still run the generated client.
|
|
67
|
+
*
|
|
68
|
+
* @type {new () => FormData}
|
|
69
|
+
*/
|
|
70
|
+
formDataCtor?: new () => any;
|
|
71
|
+
constructor(param?: ConfigurationParameters);
|
|
72
|
+
/**
|
|
73
|
+
* Check if the given MIME is a JSON MIME.
|
|
74
|
+
* JSON MIME examples:
|
|
75
|
+
* application/json
|
|
76
|
+
* application/json; charset=UTF8
|
|
77
|
+
* APPLICATION/JSON
|
|
78
|
+
* application/vnd.company+json
|
|
79
|
+
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
80
|
+
* @return True if the given MIME is JSON, false otherwise.
|
|
81
|
+
*/
|
|
82
|
+
isJsonMime(mime: string): boolean;
|
|
83
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Cloud Services for RHEL Compliance API v2
|
|
6
|
+
* This is the API for Cloud Services for RHEL Compliance. You can find out more about Red Hat Cloud Services for RHEL at [https://console.redhat.com/](https://console.redhat.com/)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.Configuration = void 0;
|
|
17
|
+
var Configuration = /** @class */ (function () {
|
|
18
|
+
function Configuration(param) {
|
|
19
|
+
if (param === void 0) { param = {}; }
|
|
20
|
+
this.apiKey = param.apiKey;
|
|
21
|
+
this.username = param.username;
|
|
22
|
+
this.password = param.password;
|
|
23
|
+
this.accessToken = param.accessToken;
|
|
24
|
+
this.basePath = param.basePath;
|
|
25
|
+
this.baseOptions = param.baseOptions;
|
|
26
|
+
this.formDataCtor = param.formDataCtor;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Check if the given MIME is a JSON MIME.
|
|
30
|
+
* JSON MIME examples:
|
|
31
|
+
* application/json
|
|
32
|
+
* application/json; charset=UTF8
|
|
33
|
+
* APPLICATION/JSON
|
|
34
|
+
* application/vnd.company+json
|
|
35
|
+
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
36
|
+
* @return True if the given MIME is JSON, false otherwise.
|
|
37
|
+
*/
|
|
38
|
+
Configuration.prototype.isJsonMime = function (mime) {
|
|
39
|
+
var jsonMime = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
|
|
40
|
+
return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
|
|
41
|
+
};
|
|
42
|
+
return Configuration;
|
|
43
|
+
}());
|
|
44
|
+
exports.Configuration = Configuration;
|
|
45
|
+
//# sourceMappingURL=configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configuration.js","sourceRoot":"","sources":["../configuration.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAaH;IAmDI,uBAAY,KAAmC;QAAnC,sBAAA,EAAA,UAAmC;QAC3C,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;QAC3B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;QAC/B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;QAC/B,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC;QACrC,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;QAC/B,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC;QACrC,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAC;IAC3C,CAAC;IAED;;;;;;;;;OASG;IACI,kCAAU,GAAjB,UAAkB,IAAY;QAC1B,IAAM,QAAQ,GAAW,IAAI,MAAM,CAAC,+DAA+D,EAAE,GAAG,CAAC,CAAC;QAC1G,OAAO,IAAI,KAAK,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,WAAW,EAAE,KAAK,6BAA6B,CAAC,CAAC;IAC1G,CAAC;IACL,oBAAC;AAAD,CAAC,AA3ED,IA2EC;AA3EY,sCAAa"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export * from './types';
|
|
2
|
+
export { default as assignRule } from './AssignRule';
|
|
3
|
+
export { default as assignRules } from './AssignRules';
|
|
4
|
+
export { default as assignSystem } from './AssignSystem';
|
|
5
|
+
export { default as assignSystems } from './AssignSystems';
|
|
6
|
+
export { default as createPolicy } from './CreatePolicy';
|
|
7
|
+
export { default as deletePolicy } from './DeletePolicy';
|
|
8
|
+
export { default as policies } from './Policies';
|
|
9
|
+
export { default as policy } from './Policy';
|
|
10
|
+
export { default as policySystems } from './PolicySystems';
|
|
11
|
+
export { default as profile } from './Profile';
|
|
12
|
+
export { default as profileRule } from './ProfileRule';
|
|
13
|
+
export { default as profileRules } from './ProfileRules';
|
|
14
|
+
export { default as profiles } from './Profiles';
|
|
15
|
+
export { default as rule } from './Rule';
|
|
16
|
+
export { default as ruleGroup } from './RuleGroup';
|
|
17
|
+
export { default as ruleGroups } from './RuleGroups';
|
|
18
|
+
export { default as rules } from './Rules';
|
|
19
|
+
export { default as securityGuide } from './SecurityGuide';
|
|
20
|
+
export { default as securityGuideRuleTree } from './SecurityGuideRuleTree';
|
|
21
|
+
export { default as securityGuides } from './SecurityGuides';
|
|
22
|
+
export { default as supportedProfiles } from './SupportedProfiles';
|
|
23
|
+
export { default as system } from './System';
|
|
24
|
+
export { default as systems } from './Systems';
|
|
25
|
+
export { default as systemsPolicies } from './SystemsPolicies';
|
|
26
|
+
export { default as tailoring } from './Tailoring';
|
|
27
|
+
export { default as tailoringFile } from './TailoringFile';
|
|
28
|
+
export { default as tailoringRules } from './TailoringRules';
|
|
29
|
+
export { default as tailorings } from './Tailorings';
|
|
30
|
+
export { default as unassignRule } from './UnassignRule';
|
|
31
|
+
export { default as unassignSystem } from './UnassignSystem';
|
|
32
|
+
export { default as updatePolicy } from './UpdatePolicy';
|
|
33
|
+
export { default as valueDefinition } from './ValueDefinition';
|
|
34
|
+
export { default as valueDefinitions } from './ValueDefinitions';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This is a sample supporting file mustache template.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.valueDefinitions = exports.valueDefinition = exports.updatePolicy = exports.unassignSystem = exports.unassignRule = exports.tailorings = exports.tailoringRules = exports.tailoringFile = exports.tailoring = exports.systemsPolicies = exports.systems = exports.system = exports.supportedProfiles = exports.securityGuides = exports.securityGuideRuleTree = exports.securityGuide = exports.rules = exports.ruleGroups = exports.ruleGroup = exports.rule = exports.profiles = exports.profileRules = exports.profileRule = exports.profile = exports.policySystems = exports.policy = exports.policies = exports.deletePolicy = exports.createPolicy = exports.assignSystems = exports.assignSystem = exports.assignRules = exports.assignRule = void 0;
|
|
5
|
+
var tslib_1 = require("tslib");
|
|
6
|
+
tslib_1.__exportStar(require("./types"), exports);
|
|
7
|
+
var AssignRule_1 = require("./AssignRule");
|
|
8
|
+
Object.defineProperty(exports, "assignRule", { enumerable: true, get: function () { return AssignRule_1.default; } });
|
|
9
|
+
// end of operations block
|
|
10
|
+
var AssignRules_1 = require("./AssignRules");
|
|
11
|
+
Object.defineProperty(exports, "assignRules", { enumerable: true, get: function () { return AssignRules_1.default; } });
|
|
12
|
+
// end of operations block
|
|
13
|
+
var AssignSystem_1 = require("./AssignSystem");
|
|
14
|
+
Object.defineProperty(exports, "assignSystem", { enumerable: true, get: function () { return AssignSystem_1.default; } });
|
|
15
|
+
// end of operations block
|
|
16
|
+
var AssignSystems_1 = require("./AssignSystems");
|
|
17
|
+
Object.defineProperty(exports, "assignSystems", { enumerable: true, get: function () { return AssignSystems_1.default; } });
|
|
18
|
+
// end of operations block
|
|
19
|
+
var CreatePolicy_1 = require("./CreatePolicy");
|
|
20
|
+
Object.defineProperty(exports, "createPolicy", { enumerable: true, get: function () { return CreatePolicy_1.default; } });
|
|
21
|
+
// end of operations block
|
|
22
|
+
var DeletePolicy_1 = require("./DeletePolicy");
|
|
23
|
+
Object.defineProperty(exports, "deletePolicy", { enumerable: true, get: function () { return DeletePolicy_1.default; } });
|
|
24
|
+
// end of operations block
|
|
25
|
+
var Policies_1 = require("./Policies");
|
|
26
|
+
Object.defineProperty(exports, "policies", { enumerable: true, get: function () { return Policies_1.default; } });
|
|
27
|
+
// end of operations block
|
|
28
|
+
var Policy_1 = require("./Policy");
|
|
29
|
+
Object.defineProperty(exports, "policy", { enumerable: true, get: function () { return Policy_1.default; } });
|
|
30
|
+
// end of operations block
|
|
31
|
+
var PolicySystems_1 = require("./PolicySystems");
|
|
32
|
+
Object.defineProperty(exports, "policySystems", { enumerable: true, get: function () { return PolicySystems_1.default; } });
|
|
33
|
+
// end of operations block
|
|
34
|
+
var Profile_1 = require("./Profile");
|
|
35
|
+
Object.defineProperty(exports, "profile", { enumerable: true, get: function () { return Profile_1.default; } });
|
|
36
|
+
// end of operations block
|
|
37
|
+
var ProfileRule_1 = require("./ProfileRule");
|
|
38
|
+
Object.defineProperty(exports, "profileRule", { enumerable: true, get: function () { return ProfileRule_1.default; } });
|
|
39
|
+
// end of operations block
|
|
40
|
+
var ProfileRules_1 = require("./ProfileRules");
|
|
41
|
+
Object.defineProperty(exports, "profileRules", { enumerable: true, get: function () { return ProfileRules_1.default; } });
|
|
42
|
+
// end of operations block
|
|
43
|
+
var Profiles_1 = require("./Profiles");
|
|
44
|
+
Object.defineProperty(exports, "profiles", { enumerable: true, get: function () { return Profiles_1.default; } });
|
|
45
|
+
// end of operations block
|
|
46
|
+
var Rule_1 = require("./Rule");
|
|
47
|
+
Object.defineProperty(exports, "rule", { enumerable: true, get: function () { return Rule_1.default; } });
|
|
48
|
+
// end of operations block
|
|
49
|
+
var RuleGroup_1 = require("./RuleGroup");
|
|
50
|
+
Object.defineProperty(exports, "ruleGroup", { enumerable: true, get: function () { return RuleGroup_1.default; } });
|
|
51
|
+
// end of operations block
|
|
52
|
+
var RuleGroups_1 = require("./RuleGroups");
|
|
53
|
+
Object.defineProperty(exports, "ruleGroups", { enumerable: true, get: function () { return RuleGroups_1.default; } });
|
|
54
|
+
// end of operations block
|
|
55
|
+
var Rules_1 = require("./Rules");
|
|
56
|
+
Object.defineProperty(exports, "rules", { enumerable: true, get: function () { return Rules_1.default; } });
|
|
57
|
+
// end of operations block
|
|
58
|
+
var SecurityGuide_1 = require("./SecurityGuide");
|
|
59
|
+
Object.defineProperty(exports, "securityGuide", { enumerable: true, get: function () { return SecurityGuide_1.default; } });
|
|
60
|
+
// end of operations block
|
|
61
|
+
var SecurityGuideRuleTree_1 = require("./SecurityGuideRuleTree");
|
|
62
|
+
Object.defineProperty(exports, "securityGuideRuleTree", { enumerable: true, get: function () { return SecurityGuideRuleTree_1.default; } });
|
|
63
|
+
// end of operations block
|
|
64
|
+
var SecurityGuides_1 = require("./SecurityGuides");
|
|
65
|
+
Object.defineProperty(exports, "securityGuides", { enumerable: true, get: function () { return SecurityGuides_1.default; } });
|
|
66
|
+
// end of operations block
|
|
67
|
+
var SupportedProfiles_1 = require("./SupportedProfiles");
|
|
68
|
+
Object.defineProperty(exports, "supportedProfiles", { enumerable: true, get: function () { return SupportedProfiles_1.default; } });
|
|
69
|
+
// end of operations block
|
|
70
|
+
var System_1 = require("./System");
|
|
71
|
+
Object.defineProperty(exports, "system", { enumerable: true, get: function () { return System_1.default; } });
|
|
72
|
+
// end of operations block
|
|
73
|
+
var Systems_1 = require("./Systems");
|
|
74
|
+
Object.defineProperty(exports, "systems", { enumerable: true, get: function () { return Systems_1.default; } });
|
|
75
|
+
// end of operations block
|
|
76
|
+
var SystemsPolicies_1 = require("./SystemsPolicies");
|
|
77
|
+
Object.defineProperty(exports, "systemsPolicies", { enumerable: true, get: function () { return SystemsPolicies_1.default; } });
|
|
78
|
+
// end of operations block
|
|
79
|
+
var Tailoring_1 = require("./Tailoring");
|
|
80
|
+
Object.defineProperty(exports, "tailoring", { enumerable: true, get: function () { return Tailoring_1.default; } });
|
|
81
|
+
// end of operations block
|
|
82
|
+
var TailoringFile_1 = require("./TailoringFile");
|
|
83
|
+
Object.defineProperty(exports, "tailoringFile", { enumerable: true, get: function () { return TailoringFile_1.default; } });
|
|
84
|
+
// end of operations block
|
|
85
|
+
var TailoringRules_1 = require("./TailoringRules");
|
|
86
|
+
Object.defineProperty(exports, "tailoringRules", { enumerable: true, get: function () { return TailoringRules_1.default; } });
|
|
87
|
+
// end of operations block
|
|
88
|
+
var Tailorings_1 = require("./Tailorings");
|
|
89
|
+
Object.defineProperty(exports, "tailorings", { enumerable: true, get: function () { return Tailorings_1.default; } });
|
|
90
|
+
// end of operations block
|
|
91
|
+
var UnassignRule_1 = require("./UnassignRule");
|
|
92
|
+
Object.defineProperty(exports, "unassignRule", { enumerable: true, get: function () { return UnassignRule_1.default; } });
|
|
93
|
+
// end of operations block
|
|
94
|
+
var UnassignSystem_1 = require("./UnassignSystem");
|
|
95
|
+
Object.defineProperty(exports, "unassignSystem", { enumerable: true, get: function () { return UnassignSystem_1.default; } });
|
|
96
|
+
// end of operations block
|
|
97
|
+
var UpdatePolicy_1 = require("./UpdatePolicy");
|
|
98
|
+
Object.defineProperty(exports, "updatePolicy", { enumerable: true, get: function () { return UpdatePolicy_1.default; } });
|
|
99
|
+
// end of operations block
|
|
100
|
+
var ValueDefinition_1 = require("./ValueDefinition");
|
|
101
|
+
Object.defineProperty(exports, "valueDefinition", { enumerable: true, get: function () { return ValueDefinition_1.default; } });
|
|
102
|
+
// end of operations block
|
|
103
|
+
var ValueDefinitions_1 = require("./ValueDefinitions");
|
|
104
|
+
Object.defineProperty(exports, "valueDefinitions", { enumerable: true, get: function () { return ValueDefinitions_1.default; } });
|
|
105
|
+
// end of operations block
|
|
106
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,sDAAsD;;;;AAEtD,kDAAuB;AAEvB,2CAAoD;AAA3C,wGAAA,OAAO,OAAc;AAG9B,0BAA0B;AAC1B,6CAAsD;AAA7C,0GAAA,OAAO,OAAe;AAG/B,0BAA0B;AAC1B,+CAAwD;AAA/C,4GAAA,OAAO,OAAgB;AAGhC,0BAA0B;AAC1B,iDAA0D;AAAjD,8GAAA,OAAO,OAAiB;AAGjC,0BAA0B;AAC1B,+CAAwD;AAA/C,4GAAA,OAAO,OAAgB;AAGhC,0BAA0B;AAC1B,+CAAwD;AAA/C,4GAAA,OAAO,OAAgB;AAGhC,0BAA0B;AAC1B,uCAAgD;AAAvC,oGAAA,OAAO,OAAY;AAG5B,0BAA0B;AAC1B,mCAA4C;AAAnC,gGAAA,OAAO,OAAU;AAG1B,0BAA0B;AAC1B,iDAA0D;AAAjD,8GAAA,OAAO,OAAiB;AAGjC,0BAA0B;AAC1B,qCAA8C;AAArC,kGAAA,OAAO,OAAW;AAG3B,0BAA0B;AAC1B,6CAAsD;AAA7C,0GAAA,OAAO,OAAe;AAG/B,0BAA0B;AAC1B,+CAAwD;AAA/C,4GAAA,OAAO,OAAgB;AAGhC,0BAA0B;AAC1B,uCAAgD;AAAvC,oGAAA,OAAO,OAAY;AAG5B,0BAA0B;AAC1B,+BAAwC;AAA/B,4FAAA,OAAO,OAAQ;AAGxB,0BAA0B;AAC1B,yCAAkD;AAAzC,sGAAA,OAAO,OAAa;AAG7B,0BAA0B;AAC1B,2CAAoD;AAA3C,wGAAA,OAAO,OAAc;AAG9B,0BAA0B;AAC1B,iCAA0C;AAAjC,8FAAA,OAAO,OAAS;AAGzB,0BAA0B;AAC1B,iDAA0D;AAAjD,8GAAA,OAAO,OAAiB;AAGjC,0BAA0B;AAC1B,iEAA0E;AAAjE,8HAAA,OAAO,OAAyB;AAGzC,0BAA0B;AAC1B,mDAA4D;AAAnD,gHAAA,OAAO,OAAkB;AAGlC,0BAA0B;AAC1B,yDAAkE;AAAzD,sHAAA,OAAO,OAAqB;AAGrC,0BAA0B;AAC1B,mCAA4C;AAAnC,gGAAA,OAAO,OAAU;AAG1B,0BAA0B;AAC1B,qCAA8C;AAArC,kGAAA,OAAO,OAAW;AAG3B,0BAA0B;AAC1B,qDAA8D;AAArD,kHAAA,OAAO,OAAmB;AAGnC,0BAA0B;AAC1B,yCAAkD;AAAzC,sGAAA,OAAO,OAAa;AAG7B,0BAA0B;AAC1B,iDAA0D;AAAjD,8GAAA,OAAO,OAAiB;AAGjC,0BAA0B;AAC1B,mDAA4D;AAAnD,gHAAA,OAAO,OAAkB;AAGlC,0BAA0B;AAC1B,2CAAoD;AAA3C,wGAAA,OAAO,OAAc;AAG9B,0BAA0B;AAC1B,+CAAwD;AAA/C,4GAAA,OAAO,OAAgB;AAGhC,0BAA0B;AAC1B,mDAA4D;AAAnD,gHAAA,OAAO,OAAkB;AAGlC,0BAA0B;AAC1B,+CAAwD;AAA/C,4GAAA,OAAO,OAAgB;AAGhC,0BAA0B;AAC1B,qDAA8D;AAArD,kHAAA,OAAO,OAAmB;AAGnC,0BAA0B;AAC1B,uDAAgE;AAAvD,oHAAA,OAAO,OAAoB;AAGpC,0BAA0B"}
|