@devopness/sdk-js 2.102.0 → 2.103.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/dist/api/generated/models/cloud-provider-relation.d.ts +1 -1
- package/dist/api/generated/models/cloud-provider-service-region.d.ts +1 -1
- package/dist/api/generated/models/cloud-provider.d.ts +1 -1
- package/dist/api/generated/models/deployment-default-step.d.ts +1 -1
- package/dist/api/generated/models/index.d.ts +1 -0
- package/dist/api/generated/models/index.js +1 -0
- package/dist/api/generated/models/network-rule-options.d.ts +8 -1
- package/dist/api/generated/models/operating-system.d.ts +1 -1
- package/dist/api/generated/models/pipeline-settings-stage.d.ts +1 -1
- package/dist/api/generated/models/pipeline-settings-variable.d.ts +1 -1
- package/dist/api/generated/models/script-runner.d.ts +1 -1
- package/dist/api/generated/models/static-cron-job-frequency.d.ts +1 -1
- package/dist/api/generated/models/static-environment-type.d.ts +1 -1
- package/dist/api/generated/models/static-network-rule-direction.d.ts +37 -0
- package/dist/api/generated/models/static-network-rule-direction.js +14 -0
- package/dist/api/generated/models/static-permission.d.ts +1 -1
- package/dist/api/generated/models/static-service-type.d.ts +1 -1
- package/dist/api/generated/models/variable-targets.d.ts +1 -1
- package/package.json +1 -1
|
@@ -28,7 +28,7 @@ export interface CloudProviderRelation {
|
|
|
28
28
|
*/
|
|
29
29
|
name: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof CloudProviderRelation
|
|
34
34
|
*/
|
|
@@ -28,7 +28,7 @@ export interface CloudProviderServiceRegion {
|
|
|
28
28
|
*/
|
|
29
29
|
name: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof CloudProviderServiceRegion
|
|
34
34
|
*/
|
|
@@ -30,7 +30,7 @@ export interface CloudProvider {
|
|
|
30
30
|
*/
|
|
31
31
|
name: string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof CloudProvider
|
|
36
36
|
*/
|
|
@@ -29,7 +29,7 @@ export interface DeploymentDefaultStep {
|
|
|
29
29
|
*/
|
|
30
30
|
human_readable: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof DeploymentDefaultStep
|
|
35
35
|
*/
|
|
@@ -209,6 +209,7 @@ export * from './static-billing-info';
|
|
|
209
209
|
export * from './static-cloud-provider-code';
|
|
210
210
|
export * from './static-cron-job-frequency';
|
|
211
211
|
export * from './static-environment-type';
|
|
212
|
+
export * from './static-network-rule-direction';
|
|
212
213
|
export * from './static-network-rule-protocol';
|
|
213
214
|
export * from './static-network-rule-protocol-defaults';
|
|
214
215
|
export * from './static-permission';
|
|
@@ -225,6 +225,7 @@ __exportStar(require("./static-billing-info"), exports);
|
|
|
225
225
|
__exportStar(require("./static-cloud-provider-code"), exports);
|
|
226
226
|
__exportStar(require("./static-cron-job-frequency"), exports);
|
|
227
227
|
__exportStar(require("./static-environment-type"), exports);
|
|
228
|
+
__exportStar(require("./static-network-rule-direction"), exports);
|
|
228
229
|
__exportStar(require("./static-network-rule-protocol"), exports);
|
|
229
230
|
__exportStar(require("./static-network-rule-protocol-defaults"), exports);
|
|
230
231
|
__exportStar(require("./static-permission"), exports);
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { StaticNetworkRuleDirection } from './static-network-rule-direction';
|
|
12
13
|
import { StaticNetworkRuleProtocol } from './static-network-rule-protocol';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -17,7 +18,13 @@ import { StaticNetworkRuleProtocol } from './static-network-rule-protocol';
|
|
|
17
18
|
*/
|
|
18
19
|
export interface NetworkRuleOptions {
|
|
19
20
|
/**
|
|
20
|
-
* The supported network
|
|
21
|
+
* The supported network rule\'s traffic directions
|
|
22
|
+
* @type {Array<StaticNetworkRuleDirection>}
|
|
23
|
+
* @memberof NetworkRuleOptions
|
|
24
|
+
*/
|
|
25
|
+
directions: Array<StaticNetworkRuleDirection>;
|
|
26
|
+
/**
|
|
27
|
+
* The supported network rule\'s protocols
|
|
21
28
|
* @type {Array<StaticNetworkRuleProtocol>}
|
|
22
29
|
* @memberof NetworkRuleOptions
|
|
23
30
|
*/
|
|
@@ -29,7 +29,7 @@ export interface OperatingSystem {
|
|
|
29
29
|
*/
|
|
30
30
|
name: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof OperatingSystem
|
|
35
35
|
*/
|
|
@@ -28,7 +28,7 @@ export interface PipelineSettingsStage {
|
|
|
28
28
|
*/
|
|
29
29
|
human_readable?: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof PipelineSettingsStage
|
|
34
34
|
*/
|
|
@@ -28,7 +28,7 @@ export interface PipelineSettingsVariable {
|
|
|
28
28
|
*/
|
|
29
29
|
human_readable?: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof PipelineSettingsVariable
|
|
34
34
|
*/
|
|
@@ -28,7 +28,7 @@ export interface ScriptRunner {
|
|
|
28
28
|
*/
|
|
29
29
|
human_readable: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof ScriptRunner
|
|
34
34
|
*/
|
|
@@ -29,7 +29,7 @@ export interface StaticCronJobFrequency {
|
|
|
29
29
|
*/
|
|
30
30
|
human_readable: CronJobPattern;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof StaticCronJobFrequency
|
|
35
35
|
*/
|
|
@@ -28,7 +28,7 @@ export interface StaticEnvironmentType {
|
|
|
28
28
|
*/
|
|
29
29
|
human_readable: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof StaticEnvironmentType
|
|
34
34
|
*/
|
|
@@ -0,0 +1,37 @@
|
|
|
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 { NetworkRuleDirection } from './network-rule-direction';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface StaticNetworkRuleDirection
|
|
17
|
+
*/
|
|
18
|
+
export interface StaticNetworkRuleDirection {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {NetworkRuleDirection}
|
|
22
|
+
* @memberof StaticNetworkRuleDirection
|
|
23
|
+
*/
|
|
24
|
+
value: NetworkRuleDirection;
|
|
25
|
+
/**
|
|
26
|
+
* The formatted name to be displayed in user interfaces
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof StaticNetworkRuleDirection
|
|
29
|
+
*/
|
|
30
|
+
human_readable: string;
|
|
31
|
+
/**
|
|
32
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof StaticNetworkRuleDirection
|
|
35
|
+
*/
|
|
36
|
+
hint: string;
|
|
37
|
+
}
|
|
@@ -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 });
|
|
@@ -28,7 +28,7 @@ export interface StaticPermission {
|
|
|
28
28
|
*/
|
|
29
29
|
human_readable: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof StaticPermission
|
|
34
34
|
*/
|
|
@@ -30,7 +30,7 @@ export interface StaticServiceType {
|
|
|
30
30
|
*/
|
|
31
31
|
human_readable: string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof StaticServiceType
|
|
36
36
|
*/
|
|
@@ -28,7 +28,7 @@ export interface VariableTargets {
|
|
|
28
28
|
*/
|
|
29
29
|
name_human_readable?: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Descriptive text to help users to know what data is stored in the field and optional extra information on how to enter data to the field
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof VariableTargets
|
|
34
34
|
*/
|