@devopness/sdk-js 3.1.5 → 3.1.7
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/action-status.d.ts +1 -1
- package/dist/api/generated/models/action-status.js +1 -1
- package/dist/api/generated/models/action-target-credential-data.d.ts +3 -3
- package/dist/api/generated/models/cloud-provider-code.d.ts +1 -1
- package/dist/api/generated/models/cloud-provider-code.js +1 -1
- package/dist/api/generated/models/cloud-provider-service-code.d.ts +1 -1
- package/dist/api/generated/models/cloud-provider-service-code.js +1 -1
- package/dist/api/generated/models/organization-create.d.ts +1 -1
- package/dist/api/generated/models/organization-update.d.ts +1 -1
- package/dist/api/generated/models/provider-code.d.ts +1 -1
- package/dist/api/generated/models/provider-code.js +1 -1
- package/dist/api/generated/models/provider-type.d.ts +1 -1
- package/dist/api/generated/models/provider-type.js +1 -1
- package/package.json +8 -8
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { ProviderCode } from './provider-code';
|
|
13
13
|
import { ProviderType } from './provider-type';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
@@ -37,10 +37,10 @@ export interface ActionTargetCredentialData {
|
|
|
37
37
|
provider_type: ProviderType;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {ProviderCode}
|
|
41
41
|
* @memberof ActionTargetCredentialData
|
|
42
42
|
*/
|
|
43
|
-
provider_code:
|
|
43
|
+
provider_code: ProviderCode;
|
|
44
44
|
/**
|
|
45
45
|
* The name of the cloud provider of the credential
|
|
46
46
|
* @type {string}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.CloudProviderServiceCode = void 0;
|
|
16
16
|
/**
|
|
17
|
-
* The code that uniquely identify this cloud service
|
|
17
|
+
* The code that uniquely identify this cloud service.
|
|
18
18
|
* @export
|
|
19
19
|
* @enum {string}
|
|
20
20
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@devopness/sdk-js",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.7",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -51,22 +51,22 @@
|
|
|
51
51
|
},
|
|
52
52
|
"homepage": "https://github.com/devopness/devopness#readme",
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@eslint/js": "^9.39.
|
|
55
|
-
"@openapitools/openapi-generator-cli": "^2.
|
|
54
|
+
"@eslint/js": "^9.39.2",
|
|
55
|
+
"@openapitools/openapi-generator-cli": "^2.28.0",
|
|
56
56
|
"@types/jest": "^30.0.0",
|
|
57
|
-
"@typescript-eslint/parser": "^8.
|
|
57
|
+
"@typescript-eslint/parser": "^8.53.1",
|
|
58
58
|
"axios-mock-adapter": "^2.1.0",
|
|
59
|
-
"eslint": "^9.39.
|
|
59
|
+
"eslint": "^9.39.2",
|
|
60
60
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
61
61
|
"eslint-plugin-import": "^2.32.0",
|
|
62
|
-
"eslint-plugin-n": "^17.23.
|
|
62
|
+
"eslint-plugin-n": "^17.23.2",
|
|
63
63
|
"eslint-plugin-promise": "^7.2.1",
|
|
64
64
|
"husky": "9.1.7",
|
|
65
65
|
"jest": "^30.2.0",
|
|
66
66
|
"ts-jest": "^29.4.5",
|
|
67
|
-
"typedoc": "^0.28.
|
|
67
|
+
"typedoc": "^0.28.16",
|
|
68
68
|
"typescript": "^5.9.3",
|
|
69
|
-
"typescript-eslint": "^8.
|
|
69
|
+
"typescript-eslint": "^8.53.1"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"@types/parse-link-header": "^2.0.3",
|