@devopness/sdk-js 2.28.0 → 2.30.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.
Files changed (61) hide show
  1. package/dist/api/generated/apis/environments-network-rules-api.d.ts +9 -0
  2. package/dist/api/generated/apis/environments-network-rules-api.js +20 -0
  3. package/dist/api/generated/apis/environments-services-api.d.ts +9 -0
  4. package/dist/api/generated/apis/environments-services-api.js +20 -0
  5. package/dist/api/generated/apis/projects-network-rules-api.d.ts +0 -9
  6. package/dist/api/generated/apis/projects-network-rules-api.js +0 -20
  7. package/dist/api/generated/apis/projects-services-api.d.ts +0 -9
  8. package/dist/api/generated/apis/projects-services-api.js +0 -20
  9. package/dist/api/generated/apis/static-data-application-options-api.d.ts +1 -1
  10. package/dist/api/generated/apis/static-data-application-options-api.js +1 -1
  11. package/dist/api/generated/apis/static-data-cloud-provider-options-api.d.ts +1 -1
  12. package/dist/api/generated/apis/static-data-cloud-provider-options-api.js +1 -1
  13. package/dist/api/generated/apis/static-data-cloud-provider-service-instances-api.d.ts +1 -1
  14. package/dist/api/generated/apis/static-data-cloud-provider-service-instances-api.js +1 -1
  15. package/dist/api/generated/apis/static-data-cloud-provider-services-api.d.ts +1 -1
  16. package/dist/api/generated/apis/static-data-cloud-provider-services-api.js +1 -1
  17. package/dist/api/generated/apis/static-data-cron-job-options-api.d.ts +24 -0
  18. package/dist/api/generated/apis/static-data-cron-job-options-api.js +44 -0
  19. package/dist/api/generated/apis/static-data-environment-options-api.d.ts +24 -0
  20. package/dist/api/generated/apis/static-data-environment-options-api.js +44 -0
  21. package/dist/api/generated/apis/static-data-permissions-api.d.ts +26 -0
  22. package/dist/api/generated/apis/{static-data-api.js → static-data-permissions-api.js} +15 -42
  23. package/dist/api/generated/apis/static-data-service-options-api.d.ts +24 -0
  24. package/dist/api/generated/apis/static-data-service-options-api.js +44 -0
  25. package/dist/api/generated/models/application-update.d.ts +3 -3
  26. package/dist/api/generated/models/blueprint-service.d.ts +3 -3
  27. package/dist/api/generated/models/cron-job-options.d.ts +3 -3
  28. package/dist/api/generated/models/environment-options.d.ts +4 -4
  29. package/dist/api/generated/models/index.d.ts +8 -5
  30. package/dist/api/generated/models/index.js +8 -5
  31. package/dist/api/generated/models/network-rule-environment-create.d.ts +68 -0
  32. package/dist/api/generated/models/{cron-job-frequency.js → network-rule-environment-create.js} +0 -0
  33. package/dist/api/generated/models/network-rule-update.d.ts +3 -4
  34. package/dist/api/generated/models/{permission.d.ts → permission-relation.d.ts} +8 -8
  35. package/dist/api/generated/models/{permission-permissions.js → permission-relation.js} +0 -0
  36. package/dist/api/generated/models/service-environment-create.d.ts +50 -0
  37. package/dist/api/generated/models/{permission.js → service-environment-create.js} +0 -0
  38. package/dist/api/generated/models/service-options.d.ts +4 -4
  39. package/dist/api/generated/models/service-project-create.d.ts +3 -3
  40. package/dist/api/generated/models/service-type.d.ts +9 -29
  41. package/dist/api/generated/models/service-type.js +15 -0
  42. package/dist/api/generated/models/service-update.d.ts +3 -4
  43. package/dist/api/generated/models/service.d.ts +6 -0
  44. package/dist/api/generated/models/{cron-job-frequency.d.ts → static-cron-job-frequency.d.ts} +5 -5
  45. package/dist/api/generated/models/{service-type-supported-versions.js → static-cron-job-frequency.js} +0 -0
  46. package/dist/api/generated/models/static-environment-type.d.ts +36 -0
  47. package/dist/api/generated/models/static-environment-type.js +14 -0
  48. package/dist/api/generated/models/{permission-permissions.d.ts → static-permission.d.ts} +6 -6
  49. package/dist/api/generated/models/static-permission.js +14 -0
  50. package/dist/api/generated/models/{service-type-supported-versions.d.ts → static-service-type-supported-versions.d.ts} +3 -3
  51. package/dist/api/generated/models/static-service-type-supported-versions.js +14 -0
  52. package/dist/api/generated/models/static-service-type.d.ts +44 -0
  53. package/dist/api/generated/models/static-service-type.js +14 -0
  54. package/dist/api/generated/models/variable-target.d.ts +2 -1
  55. package/dist/api/generated/models/variable-target.js +1 -0
  56. package/dist/services/StaticService.d.ts +9 -2
  57. package/dist/services/StaticService.js +9 -3
  58. package/package.json +1 -1
  59. package/dist/api/generated/apis/static-data-api.d.ts +0 -42
  60. package/dist/api/generated/models/service-name.d.ts +0 -24
  61. package/dist/api/generated/models/service-name.js +0 -29
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CronJobFrequency } from './cron-job-frequency';
12
+ import { StaticCronJobFrequency } from './static-cron-job-frequency';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -18,8 +18,8 @@ import { CronJobFrequency } from './cron-job-frequency';
18
18
  export interface CronJobOptions {
19
19
  /**
20
20
  *
21
- * @type {Array<CronJobFrequency>}
21
+ * @type {Array<StaticCronJobFrequency>}
22
22
  * @memberof CronJobOptions
23
23
  */
24
- frequencies: Array<CronJobFrequency>;
24
+ frequencies: Array<StaticCronJobFrequency>;
25
25
  }
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { EnvironmentOptionType } from './environment-option-type';
12
+ import { StaticEnvironmentType } from './static-environment-type';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -17,9 +17,9 @@ import { EnvironmentOptionType } from './environment-option-type';
17
17
  */
18
18
  export interface EnvironmentOptions {
19
19
  /**
20
- *
21
- * @type {Array<EnvironmentOptionType>}
20
+ * The supported environments types
21
+ * @type {Array<StaticEnvironmentType>}
22
22
  * @memberof EnvironmentOptions
23
23
  */
24
- types: Array<EnvironmentOptionType>;
24
+ types: Array<StaticEnvironmentType>;
25
25
  }
@@ -55,7 +55,6 @@ export * from './credential-relation';
55
55
  export * from './credential-setting';
56
56
  export * from './cron-job';
57
57
  export * from './cron-job-environment-create';
58
- export * from './cron-job-frequency';
59
58
  export * from './cron-job-options';
60
59
  export * from './cron-job-pattern';
61
60
  export * from './cron-job-project-create';
@@ -115,6 +114,7 @@ export * from './login-credentials';
115
114
  export * from './member';
116
115
  export * from './member-relation';
117
116
  export * from './network-rule';
117
+ export * from './network-rule-environment-create';
118
118
  export * from './network-rule-project-create';
119
119
  export * from './network-rule-protocol';
120
120
  export * from './network-rule-relation';
@@ -125,8 +125,7 @@ export * from './operating-system-supported-versions';
125
125
  export * from './password-reset-response';
126
126
  export * from './password-user-reset';
127
127
  export * from './password-user-send-reset-link';
128
- export * from './permission';
129
- export * from './permission-permissions';
128
+ export * from './permission-relation';
130
129
  export * from './pipeline';
131
130
  export * from './pipeline-create';
132
131
  export * from './pipeline-relation';
@@ -165,8 +164,8 @@ export * from './server-provision-settings';
165
164
  export * from './server-relation';
166
165
  export * from './server-update';
167
166
  export * from './service';
167
+ export * from './service-environment-create';
168
168
  export * from './service-initial-state';
169
- export * from './service-name';
170
169
  export * from './service-options';
171
170
  export * from './service-project-create';
172
171
  export * from './service-relation';
@@ -175,7 +174,6 @@ export * from './service-restart';
175
174
  export * from './service-start';
176
175
  export * from './service-stop';
177
176
  export * from './service-type';
178
- export * from './service-type-supported-versions';
179
177
  export * from './service-update';
180
178
  export * from './service-update-status';
181
179
  export * from './social-account';
@@ -200,6 +198,11 @@ export * from './ssl-certificate-relation';
200
198
  export * from './ssl-certificate-type';
201
199
  export * from './ssl-certificate-validation-level';
202
200
  export * from './static-cloud-provider-code';
201
+ export * from './static-cron-job-frequency';
202
+ export * from './static-environment-type';
203
+ export * from './static-permission';
204
+ export * from './static-service-type';
205
+ export * from './static-service-type-supported-versions';
203
206
  export * from './step';
204
207
  export * from './step-pipeline-create';
205
208
  export * from './step-pipeline-update';
@@ -71,7 +71,6 @@ __exportStar(require("./credential-relation"), exports);
71
71
  __exportStar(require("./credential-setting"), exports);
72
72
  __exportStar(require("./cron-job"), exports);
73
73
  __exportStar(require("./cron-job-environment-create"), exports);
74
- __exportStar(require("./cron-job-frequency"), exports);
75
74
  __exportStar(require("./cron-job-options"), exports);
76
75
  __exportStar(require("./cron-job-pattern"), exports);
77
76
  __exportStar(require("./cron-job-project-create"), exports);
@@ -131,6 +130,7 @@ __exportStar(require("./login-credentials"), exports);
131
130
  __exportStar(require("./member"), exports);
132
131
  __exportStar(require("./member-relation"), exports);
133
132
  __exportStar(require("./network-rule"), exports);
133
+ __exportStar(require("./network-rule-environment-create"), exports);
134
134
  __exportStar(require("./network-rule-project-create"), exports);
135
135
  __exportStar(require("./network-rule-protocol"), exports);
136
136
  __exportStar(require("./network-rule-relation"), exports);
@@ -141,8 +141,7 @@ __exportStar(require("./operating-system-supported-versions"), exports);
141
141
  __exportStar(require("./password-reset-response"), exports);
142
142
  __exportStar(require("./password-user-reset"), exports);
143
143
  __exportStar(require("./password-user-send-reset-link"), exports);
144
- __exportStar(require("./permission"), exports);
145
- __exportStar(require("./permission-permissions"), exports);
144
+ __exportStar(require("./permission-relation"), exports);
146
145
  __exportStar(require("./pipeline"), exports);
147
146
  __exportStar(require("./pipeline-create"), exports);
148
147
  __exportStar(require("./pipeline-relation"), exports);
@@ -181,8 +180,8 @@ __exportStar(require("./server-provision-settings"), exports);
181
180
  __exportStar(require("./server-relation"), exports);
182
181
  __exportStar(require("./server-update"), exports);
183
182
  __exportStar(require("./service"), exports);
183
+ __exportStar(require("./service-environment-create"), exports);
184
184
  __exportStar(require("./service-initial-state"), exports);
185
- __exportStar(require("./service-name"), exports);
186
185
  __exportStar(require("./service-options"), exports);
187
186
  __exportStar(require("./service-project-create"), exports);
188
187
  __exportStar(require("./service-relation"), exports);
@@ -191,7 +190,6 @@ __exportStar(require("./service-restart"), exports);
191
190
  __exportStar(require("./service-start"), exports);
192
191
  __exportStar(require("./service-stop"), exports);
193
192
  __exportStar(require("./service-type"), exports);
194
- __exportStar(require("./service-type-supported-versions"), exports);
195
193
  __exportStar(require("./service-update"), exports);
196
194
  __exportStar(require("./service-update-status"), exports);
197
195
  __exportStar(require("./social-account"), exports);
@@ -216,6 +214,11 @@ __exportStar(require("./ssl-certificate-relation"), exports);
216
214
  __exportStar(require("./ssl-certificate-type"), exports);
217
215
  __exportStar(require("./ssl-certificate-validation-level"), exports);
218
216
  __exportStar(require("./static-cloud-provider-code"), exports);
217
+ __exportStar(require("./static-cron-job-frequency"), exports);
218
+ __exportStar(require("./static-environment-type"), exports);
219
+ __exportStar(require("./static-permission"), exports);
220
+ __exportStar(require("./static-service-type"), exports);
221
+ __exportStar(require("./static-service-type-supported-versions"), exports);
219
222
  __exportStar(require("./step"), exports);
220
223
  __exportStar(require("./step-pipeline-create"), exports);
221
224
  __exportStar(require("./step-pipeline-update"), exports);
@@ -0,0 +1,68 @@
1
+ /**
2
+ * devopness API
3
+ * Devopness API - Painless essential DevOps to everyone
4
+ *
5
+ * The version of the OpenAPI document: latest
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
+ import { NetworkRuleProtocol } from './network-rule-protocol';
13
+ import { NetworkRuleType } from './network-rule-type';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface NetworkRuleEnvironmentCreate
18
+ */
19
+ export interface NetworkRuleEnvironmentCreate {
20
+ /**
21
+ * The rule\'s name/description/reminder. Must be at least 3 characters. Must not be greater than 60 characters.
22
+ * @type {string}
23
+ * @memberof NetworkRuleEnvironmentCreate
24
+ */
25
+ name: string;
26
+ /**
27
+ *
28
+ * @type {NetworkRuleType}
29
+ * @memberof NetworkRuleEnvironmentCreate
30
+ */
31
+ type: NetworkRuleType;
32
+ /**
33
+ *
34
+ * @type {NetworkRuleProtocol}
35
+ * @memberof NetworkRuleEnvironmentCreate
36
+ */
37
+ protocol?: NetworkRuleProtocol;
38
+ /**
39
+ * Starting range of the public ipv4 or ipv6 addresses that can access this rule. Must be a valid IP address.
40
+ * @type {string}
41
+ * @memberof NetworkRuleEnvironmentCreate
42
+ */
43
+ ip_address_from?: string;
44
+ /**
45
+ * Ending range of the public ipv4 or ipv6 addresses that can access this rule. Must be a valid IP address.
46
+ * @type {string}
47
+ * @memberof NetworkRuleEnvironmentCreate
48
+ */
49
+ ip_address_to?: string;
50
+ /**
51
+ * Starting range of network ports to be considered by this rule. Must be at least 1. Must not be greater than 65535.
52
+ * @type {number}
53
+ * @memberof NetworkRuleEnvironmentCreate
54
+ */
55
+ port_from: number;
56
+ /**
57
+ * Ending range of network ports to be considered by this rule. Must be at least 1. Must not be greater than 65535.
58
+ * @type {number}
59
+ * @memberof NetworkRuleEnvironmentCreate
60
+ */
61
+ port_to: number;
62
+ /**
63
+ * List of valid resource IDs
64
+ * @type {Array<number>}
65
+ * @memberof NetworkRuleEnvironmentCreate
66
+ */
67
+ servers?: Array<number>;
68
+ }
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { EnvironmentLinkItem } from './environment-link-item';
13
12
  import { NetworkRuleProtocol } from './network-rule-protocol';
14
13
  import { NetworkRuleType } from './network-rule-type';
15
14
  /**
@@ -55,9 +54,9 @@ export interface NetworkRuleUpdate {
55
54
  */
56
55
  ip_address_to?: string;
57
56
  /**
58
- *
59
- * @type {Array<EnvironmentLinkItem>}
57
+ * List of valid resource IDs
58
+ * @type {Array<number>}
60
59
  * @memberof NetworkRuleUpdate
61
60
  */
62
- environments?: Array<EnvironmentLinkItem>;
61
+ servers?: Array<number>;
63
62
  }
@@ -9,29 +9,29 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { PermissionPermissions } from './permission-permissions';
12
+ import { StaticPermission } from './static-permission';
13
13
  /**
14
14
  *
15
15
  * @export
16
- * @interface Permission
16
+ * @interface PermissionRelation
17
17
  */
18
- export interface Permission {
18
+ export interface PermissionRelation {
19
19
  /**
20
20
  * The type of resource this permission affects
21
21
  * @type {string}
22
- * @memberof Permission
22
+ * @memberof PermissionRelation
23
23
  */
24
24
  resource_type: string;
25
25
  /**
26
26
  * Human readable resource name
27
27
  * @type {string}
28
- * @memberof Permission
28
+ * @memberof PermissionRelation
29
29
  */
30
30
  human_readable: string;
31
31
  /**
32
32
  * List of permissions available for this resource
33
- * @type {Array<PermissionPermissions>}
34
- * @memberof Permission
33
+ * @type {Array<StaticPermission>}
34
+ * @memberof PermissionRelation
35
35
  */
36
- permissions: Array<PermissionPermissions>;
36
+ permissions: Array<StaticPermission>;
37
37
  }
@@ -0,0 +1,50 @@
1
+ /**
2
+ * devopness API
3
+ * Devopness API - Painless essential DevOps to everyone
4
+ *
5
+ * The version of the OpenAPI document: latest
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
+ import { ServiceInitialState } from './service-initial-state';
13
+ import { ServiceType } from './service-type';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface ServiceEnvironmentCreate
18
+ */
19
+ export interface ServiceEnvironmentCreate {
20
+ /**
21
+ * Tells if the service should start automatically on operating system boot.
22
+ * @type {boolean}
23
+ * @memberof ServiceEnvironmentCreate
24
+ */
25
+ auto_start?: boolean;
26
+ /**
27
+ *
28
+ * @type {ServiceInitialState}
29
+ * @memberof ServiceEnvironmentCreate
30
+ */
31
+ initial_state?: ServiceInitialState;
32
+ /**
33
+ *
34
+ * @type {ServiceType}
35
+ * @memberof ServiceEnvironmentCreate
36
+ */
37
+ type: ServiceType;
38
+ /**
39
+ * The service version to be installed. Must be one of <code></code> Must be at least 3 characters. Must not be greater than 30 characters.
40
+ * @type {string}
41
+ * @memberof ServiceEnvironmentCreate
42
+ */
43
+ version: string;
44
+ /**
45
+ * List of valid resource IDs
46
+ * @type {Array<number>}
47
+ * @memberof ServiceEnvironmentCreate
48
+ */
49
+ servers?: Array<number>;
50
+ }
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ServiceType } from './service-type';
12
+ import { StaticServiceType } from './static-service-type';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -17,9 +17,9 @@ import { ServiceType } from './service-type';
17
17
  */
18
18
  export interface ServiceOptions {
19
19
  /**
20
- *
21
- * @type {Array<ServiceType>}
20
+ * List of service types
21
+ * @type {Array<StaticServiceType>}
22
22
  * @memberof ServiceOptions
23
23
  */
24
- types: Array<ServiceType>;
24
+ types: Array<StaticServiceType>;
25
25
  }
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import { EnvironmentLinkItem } from './environment-link-item';
13
13
  import { ServiceInitialState } from './service-initial-state';
14
- import { ServiceName } from './service-name';
14
+ import { ServiceType } from './service-type';
15
15
  /**
16
16
  *
17
17
  * @export
@@ -32,10 +32,10 @@ export interface ServiceProjectCreate {
32
32
  initial_state?: ServiceInitialState;
33
33
  /**
34
34
  *
35
- * @type {ServiceName}
35
+ * @type {ServiceType}
36
36
  * @memberof ServiceProjectCreate
37
37
  */
38
- type: ServiceName;
38
+ type: ServiceType;
39
39
  /**
40
40
  * The service version to be installed. Must be one of <code></code> Must be at least 3 characters. Must not be greater than 30 characters.
41
41
  * @type {string}
@@ -9,36 +9,16 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ServiceName } from './service-name';
13
- import { ServiceTypeSupportedVersions } from './service-type-supported-versions';
14
12
  /**
15
- *
13
+ * Types of OS Services supported by Devopness
16
14
  * @export
17
- * @interface ServiceType
15
+ * @enum {string}
18
16
  */
19
- export interface ServiceType {
20
- /**
21
- *
22
- * @type {ServiceName}
23
- * @memberof ServiceType
24
- */
25
- value: ServiceName;
26
- /**
27
- * Displayable version of the service name
28
- * @type {string}
29
- * @memberof ServiceType
30
- */
31
- human_readable: string;
32
- /**
33
- * Text describing the service
34
- * @type {string}
35
- * @memberof ServiceType
36
- */
37
- hint: string;
38
- /**
39
- * List of service versions supported by Devopness
40
- * @type {Array<ServiceTypeSupportedVersions>}
41
- * @memberof ServiceType
42
- */
43
- supported_versions: Array<ServiceTypeSupportedVersions>;
17
+ export declare enum ServiceType {
18
+ Docker = "docker",
19
+ Mysql = "mysql",
20
+ Nginx = "nginx",
21
+ Php = "php",
22
+ Redis = "redis",
23
+ Supervisor = "supervisor"
44
24
  }
@@ -12,3 +12,18 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ServiceType = void 0;
16
+ /**
17
+ * Types of OS Services supported by Devopness
18
+ * @export
19
+ * @enum {string}
20
+ */
21
+ var ServiceType;
22
+ (function (ServiceType) {
23
+ ServiceType["Docker"] = "docker";
24
+ ServiceType["Mysql"] = "mysql";
25
+ ServiceType["Nginx"] = "nginx";
26
+ ServiceType["Php"] = "php";
27
+ ServiceType["Redis"] = "redis";
28
+ ServiceType["Supervisor"] = "supervisor";
29
+ })(ServiceType = exports.ServiceType || (exports.ServiceType = {}));
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { EnvironmentLinkItem } from './environment-link-item';
13
12
  /**
14
13
  *
15
14
  * @export
@@ -23,9 +22,9 @@ export interface ServiceUpdate {
23
22
  */
24
23
  id: number;
25
24
  /**
26
- *
27
- * @type {Array<EnvironmentLinkItem>}
25
+ * List of valid resource IDs
26
+ * @type {Array<number>}
28
27
  * @memberof ServiceUpdate
29
28
  */
30
- environments?: Array<EnvironmentLinkItem>;
29
+ servers?: Array<number>;
31
30
  }
@@ -75,6 +75,12 @@ export interface Service {
75
75
  * @memberof Service
76
76
  */
77
77
  description: string | null;
78
+ /**
79
+ *
80
+ * @type {EnvironmentRelation}
81
+ * @memberof Service
82
+ */
83
+ environment: EnvironmentRelation;
78
84
  /**
79
85
  *
80
86
  * @type {Array<EnvironmentRelation>}
@@ -13,25 +13,25 @@ import { CronJobPattern } from './cron-job-pattern';
13
13
  /**
14
14
  *
15
15
  * @export
16
- * @interface CronJobFrequency
16
+ * @interface StaticCronJobFrequency
17
17
  */
18
- export interface CronJobFrequency {
18
+ export interface StaticCronJobFrequency {
19
19
  /**
20
20
  * Frequency pattern to trigger the cronjob
21
21
  * @type {string}
22
- * @memberof CronJobFrequency
22
+ * @memberof StaticCronJobFrequency
23
23
  */
24
24
  value: string;
25
25
  /**
26
26
  *
27
27
  * @type {CronJobPattern}
28
- * @memberof CronJobFrequency
28
+ * @memberof StaticCronJobFrequency
29
29
  */
30
30
  human_readable: CronJobPattern;
31
31
  /**
32
32
  * Text hint describing the frequency
33
33
  * @type {string}
34
- * @memberof CronJobFrequency
34
+ * @memberof StaticCronJobFrequency
35
35
  */
36
36
  hint: string;
37
37
  }
@@ -0,0 +1,36 @@
1
+ /**
2
+ * devopness API
3
+ * Devopness API - Painless essential DevOps to everyone
4
+ *
5
+ * The version of the OpenAPI document: latest
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
+ /**
13
+ *
14
+ * @export
15
+ * @interface StaticEnvironmentType
16
+ */
17
+ export interface StaticEnvironmentType {
18
+ /**
19
+ * The internal name of the environment
20
+ * @type {string}
21
+ * @memberof StaticEnvironmentType
22
+ */
23
+ value: string;
24
+ /**
25
+ * The formatted name to be displayed in user interfaces
26
+ * @type {string}
27
+ * @memberof StaticEnvironmentType
28
+ */
29
+ human_readable: string;
30
+ /**
31
+ * Text describing the environment purpose
32
+ * @type {string}
33
+ * @memberof StaticEnvironmentType
34
+ */
35
+ hint: string;
36
+ }
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ /* eslint-disable */
3
+ /**
4
+ * devopness API
5
+ * Devopness API - Painless essential DevOps to everyone
6
+ *
7
+ * The version of the OpenAPI document: latest
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -12,31 +12,31 @@
12
12
  /**
13
13
  *
14
14
  * @export
15
- * @interface PermissionPermissions
15
+ * @interface StaticPermission
16
16
  */
17
- export interface PermissionPermissions {
17
+ export interface StaticPermission {
18
18
  /**
19
19
  * Name of permission
20
20
  * @type {string}
21
- * @memberof PermissionPermissions
21
+ * @memberof StaticPermission
22
22
  */
23
23
  name: string;
24
24
  /**
25
25
  * Human readable permission name
26
26
  * @type {string}
27
- * @memberof PermissionPermissions
27
+ * @memberof StaticPermission
28
28
  */
29
29
  human_readable: string;
30
30
  /**
31
31
  * Description of what a role is allowed to do with a resource if she has this permission
32
32
  * @type {string}
33
- * @memberof PermissionPermissions
33
+ * @memberof StaticPermission
34
34
  */
35
35
  hint: string;
36
36
  /**
37
37
  * List of permissions the role must have before receiving this one
38
38
  * @type {Array<string>}
39
- * @memberof PermissionPermissions
39
+ * @memberof StaticPermission
40
40
  */
41
41
  required_permissions?: Array<string>;
42
42
  }
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ /* eslint-disable */
3
+ /**
4
+ * devopness API
5
+ * Devopness API - Painless essential DevOps to everyone
6
+ *
7
+ * The version of the OpenAPI document: latest
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -12,13 +12,13 @@
12
12
  /**
13
13
  *
14
14
  * @export
15
- * @interface ServiceTypeSupportedVersions
15
+ * @interface StaticServiceTypeSupportedVersions
16
16
  */
17
- export interface ServiceTypeSupportedVersions {
17
+ export interface StaticServiceTypeSupportedVersions {
18
18
  /**
19
19
  * The service\'s version that is supported
20
20
  * @type {string}
21
- * @memberof ServiceTypeSupportedVersions
21
+ * @memberof StaticServiceTypeSupportedVersions
22
22
  */
23
23
  version?: string;
24
24
  }
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ /* eslint-disable */
3
+ /**
4
+ * devopness API
5
+ * Devopness API - Painless essential DevOps to everyone
6
+ *
7
+ * The version of the OpenAPI document: latest
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });