@devopness/sdk-js 2.161.0 → 2.162.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/DevopnessApiClient.d.ts +2 -0
- package/dist/DevopnessApiClient.js +2 -0
- package/dist/api/generated/apis/static-data-api.d.ts +105 -0
- package/dist/api/generated/apis/static-data-api.js +228 -0
- package/dist/api/generated/models/organization-relation.d.ts +7 -0
- package/dist/api/generated/models/organization.d.ts +7 -0
- package/dist/services/OrganizationService.d.ts +7 -0
- package/dist/services/OrganizationService.js +14 -0
- package/dist/services/StaticService.d.ts +2 -27
- package/dist/services/StaticService.js +2 -29
- package/package.json +1 -1
- package/dist/api/generated/apis/static-data-application-options-api.d.ts +0 -24
- package/dist/api/generated/apis/static-data-application-options-api.js +0 -44
- package/dist/api/generated/apis/static-data-cloud-provider-service-instances-api.d.ts +0 -28
- package/dist/api/generated/apis/static-data-cloud-provider-service-instances-api.js +0 -62
- package/dist/api/generated/apis/static-data-cloud-provider-services-api.d.ts +0 -25
- package/dist/api/generated/apis/static-data-cloud-provider-services-api.js +0 -49
- package/dist/api/generated/apis/static-data-credential-options-api.d.ts +0 -24
- package/dist/api/generated/apis/static-data-credential-options-api.js +0 -44
- package/dist/api/generated/apis/static-data-cron-job-options-api.d.ts +0 -24
- package/dist/api/generated/apis/static-data-cron-job-options-api.js +0 -44
- package/dist/api/generated/apis/static-data-environment-options-api.d.ts +0 -24
- package/dist/api/generated/apis/static-data-environment-options-api.js +0 -44
- package/dist/api/generated/apis/static-data-network-rule-options-api.d.ts +0 -24
- package/dist/api/generated/apis/static-data-network-rule-options-api.js +0 -44
- package/dist/api/generated/apis/static-data-permissions-api.d.ts +0 -26
- package/dist/api/generated/apis/static-data-permissions-api.js +0 -53
- package/dist/api/generated/apis/static-data-resource-types-api.d.ts +0 -26
- package/dist/api/generated/apis/static-data-resource-types-api.js +0 -53
- package/dist/api/generated/apis/static-data-server-options-api.d.ts +0 -24
- package/dist/api/generated/apis/static-data-server-options-api.js +0 -44
- package/dist/api/generated/apis/static-data-service-options-api.d.ts +0 -24
- package/dist/api/generated/apis/static-data-service-options-api.js +0 -44
- package/dist/api/generated/apis/static-data-user-profile-options-api.d.ts +0 -24
- package/dist/api/generated/apis/static-data-user-profile-options-api.js +0 -44
- package/dist/api/generated/apis/static-data-virtual-host-options-api.d.ts +0 -24
- package/dist/api/generated/apis/static-data-virtual-host-options-api.js +0 -44
|
@@ -1,24 +0,0 @@
|
|
|
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 { ApiBaseService } from "../../../services/ApiBaseService";
|
|
13
|
-
import { ApiResponse } from "../../../common/ApiResponse";
|
|
14
|
-
import { ServiceOptions } from '../../generated/models';
|
|
15
|
-
/**
|
|
16
|
-
* StaticDataServiceOptionsApiService - Auto-generated
|
|
17
|
-
*/
|
|
18
|
-
export declare class StaticDataServiceOptionsApiService extends ApiBaseService {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @summary List `Service` resource options
|
|
22
|
-
*/
|
|
23
|
-
getStaticServiceOptions(): Promise<ApiResponse<ServiceOptions>>;
|
|
24
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
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
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
15
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
19
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
20
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
|
-
});
|
|
22
|
-
};
|
|
23
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24
|
-
exports.StaticDataServiceOptionsApiService = void 0;
|
|
25
|
-
const ApiBaseService_1 = require("../../../services/ApiBaseService");
|
|
26
|
-
const ApiResponse_1 = require("../../../common/ApiResponse");
|
|
27
|
-
/**
|
|
28
|
-
* StaticDataServiceOptionsApiService - Auto-generated
|
|
29
|
-
*/
|
|
30
|
-
class StaticDataServiceOptionsApiService extends ApiBaseService_1.ApiBaseService {
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @summary List `Service` resource options
|
|
34
|
-
*/
|
|
35
|
-
getStaticServiceOptions() {
|
|
36
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
37
|
-
let queryString = '';
|
|
38
|
-
const requestUrl = '/static/service-options' + (queryString ? `?${queryString}` : '');
|
|
39
|
-
const response = yield this.get(requestUrl);
|
|
40
|
-
return new ApiResponse_1.ApiResponse(response);
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
exports.StaticDataServiceOptionsApiService = StaticDataServiceOptionsApiService;
|
|
@@ -1,24 +0,0 @@
|
|
|
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 { ApiBaseService } from "../../../services/ApiBaseService";
|
|
13
|
-
import { ApiResponse } from "../../../common/ApiResponse";
|
|
14
|
-
import { UserProfileOptions } from '../../generated/models';
|
|
15
|
-
/**
|
|
16
|
-
* StaticDataUserProfileOptionsApiService - Auto-generated
|
|
17
|
-
*/
|
|
18
|
-
export declare class StaticDataUserProfileOptionsApiService extends ApiBaseService {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @summary List `User profile` options
|
|
22
|
-
*/
|
|
23
|
-
getStaticUserProfileOptions(): Promise<ApiResponse<UserProfileOptions>>;
|
|
24
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
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
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
15
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
19
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
20
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
|
-
});
|
|
22
|
-
};
|
|
23
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24
|
-
exports.StaticDataUserProfileOptionsApiService = void 0;
|
|
25
|
-
const ApiBaseService_1 = require("../../../services/ApiBaseService");
|
|
26
|
-
const ApiResponse_1 = require("../../../common/ApiResponse");
|
|
27
|
-
/**
|
|
28
|
-
* StaticDataUserProfileOptionsApiService - Auto-generated
|
|
29
|
-
*/
|
|
30
|
-
class StaticDataUserProfileOptionsApiService extends ApiBaseService_1.ApiBaseService {
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @summary List `User profile` options
|
|
34
|
-
*/
|
|
35
|
-
getStaticUserProfileOptions() {
|
|
36
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
37
|
-
let queryString = '';
|
|
38
|
-
const requestUrl = '/static/user-profile-options' + (queryString ? `?${queryString}` : '');
|
|
39
|
-
const response = yield this.get(requestUrl);
|
|
40
|
-
return new ApiResponse_1.ApiResponse(response);
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
exports.StaticDataUserProfileOptionsApiService = StaticDataUserProfileOptionsApiService;
|
|
@@ -1,24 +0,0 @@
|
|
|
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 { ApiBaseService } from "../../../services/ApiBaseService";
|
|
13
|
-
import { ApiResponse } from "../../../common/ApiResponse";
|
|
14
|
-
import { VirtualHostOptions } from '../../generated/models';
|
|
15
|
-
/**
|
|
16
|
-
* StaticDataVirtualHostOptionsApiService - Auto-generated
|
|
17
|
-
*/
|
|
18
|
-
export declare class StaticDataVirtualHostOptionsApiService extends ApiBaseService {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @summary List `Virtual Host` options
|
|
22
|
-
*/
|
|
23
|
-
getStaticVirtualHostOptions(): Promise<ApiResponse<VirtualHostOptions>>;
|
|
24
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
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
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
15
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
19
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
20
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
|
-
});
|
|
22
|
-
};
|
|
23
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24
|
-
exports.StaticDataVirtualHostOptionsApiService = void 0;
|
|
25
|
-
const ApiBaseService_1 = require("../../../services/ApiBaseService");
|
|
26
|
-
const ApiResponse_1 = require("../../../common/ApiResponse");
|
|
27
|
-
/**
|
|
28
|
-
* StaticDataVirtualHostOptionsApiService - Auto-generated
|
|
29
|
-
*/
|
|
30
|
-
class StaticDataVirtualHostOptionsApiService extends ApiBaseService_1.ApiBaseService {
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @summary List `Virtual Host` options
|
|
34
|
-
*/
|
|
35
|
-
getStaticVirtualHostOptions() {
|
|
36
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
37
|
-
let queryString = '';
|
|
38
|
-
const requestUrl = '/static/virtual-host-options' + (queryString ? `?${queryString}` : '');
|
|
39
|
-
const response = yield this.get(requestUrl);
|
|
40
|
-
return new ApiResponse_1.ApiResponse(response);
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
exports.StaticDataVirtualHostOptionsApiService = StaticDataVirtualHostOptionsApiService;
|