Skip to content

Commit cbd38d6

Browse files
Merge 'acep-Node.js-2025-05-01-online-2216-2026_01_28_02_36_07' into 'master'
acep-Node.js-2025-05-01-online-2216-2026_01_28_02_36_07 See merge request: !21
2 parents bb89123 + bcb1aa2 commit cbd38d6

File tree

152 files changed

+8367
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+8367
-2
lines changed

service/acep/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@volcengine/acep",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "swagger client for @volcengine/acep",
55
"license": "Apache-2.0",
66
"main": "./dist/cjs/index.js",

service/acep/src/api.ts

Lines changed: 874 additions & 1 deletion
Large diffs are not rendered by default.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* acep
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
/**
16+
*
17+
*
18+
* @export
19+
* @interface AppCrashLogListForGetAppCrashLogOutput
20+
*/
21+
export interface AppCrashLogListForGetAppCrashLogOutput {
22+
23+
/**
24+
* @type {number}
25+
* @memberof AppCrashLogListForGetAppCrashLogOutput
26+
*/
27+
CrashTime?: number;
28+
29+
/**
30+
* @type {string}
31+
* @memberof AppCrashLogListForGetAppCrashLogOutput
32+
*/
33+
Msg?: string;
34+
35+
/**
36+
* @type {string}
37+
* @memberof AppCrashLogListForGetAppCrashLogOutput
38+
*/
39+
PackageName?: string;
40+
41+
/**
42+
* @type {string}
43+
* @memberof AppCrashLogListForGetAppCrashLogOutput
44+
*/
45+
PodId?: string;
46+
}
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* acep
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
import { LatestVersionForDetailAppOutput } from './latest-version-for-detail-app-output';
16+
import { VersionListForDetailAppOutput } from './version-list-for-detail-app-output';
17+
/**
18+
*
19+
*
20+
* @export
21+
* @interface AppForDetailAppOutput
22+
*/
23+
export interface AppForDetailAppOutput {
24+
25+
/**
26+
* @type {string}
27+
* @memberof AppForDetailAppOutput
28+
*/
29+
AppDesc?: string;
30+
31+
/**
32+
* @type {string}
33+
* @memberof AppForDetailAppOutput
34+
*/
35+
AppId?: string;
36+
37+
/**
38+
* @type {string}
39+
* @memberof AppForDetailAppOutput
40+
*/
41+
AppName?: string;
42+
43+
/**
44+
* @type {number}
45+
* @memberof AppForDetailAppOutput
46+
*/
47+
AppStatus?: number;
48+
49+
/**
50+
* @type {number}
51+
* @memberof AppForDetailAppOutput
52+
*/
53+
AppType?: number;
54+
55+
/**
56+
* @type {number}
57+
* @memberof AppForDetailAppOutput
58+
*/
59+
ApplyNum?: number;
60+
61+
/**
62+
* @type {number}
63+
* @memberof AppForDetailAppOutput
64+
*/
65+
DeployStatus?: number;
66+
67+
/**
68+
* @type {number}
69+
* @memberof AppForDetailAppOutput
70+
*/
71+
DeployVersionNum?: number;
72+
73+
/**
74+
* @type {string}
75+
* @memberof AppForDetailAppOutput
76+
*/
77+
IconUrl?: string;
78+
79+
/**
80+
* @type {LatestVersionForDetailAppOutput}
81+
* @memberof AppForDetailAppOutput
82+
*/
83+
LatestVersion?: LatestVersionForDetailAppOutput;
84+
85+
/**
86+
* @type {string}
87+
* @memberof AppForDetailAppOutput
88+
*/
89+
PackageName?: string;
90+
91+
/**
92+
* @type {string}
93+
* @memberof AppForDetailAppOutput
94+
*/
95+
ProductId?: string;
96+
97+
/**
98+
* @type {number}
99+
* @memberof AppForDetailAppOutput
100+
*/
101+
ReadyNum?: number;
102+
103+
/**
104+
* @type {number}
105+
* @memberof AppForDetailAppOutput
106+
*/
107+
Rotation?: number;
108+
109+
/**
110+
* @type {Array<VersionListForDetailAppOutput>}
111+
* @memberof AppForDetailAppOutput
112+
*/
113+
VersionList?: Array<VersionListForDetailAppOutput>;
114+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* acep
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
/**
16+
*
17+
*
18+
* @export
19+
* @interface AppListForInstallAppsInput
20+
*/
21+
export interface AppListForInstallAppsInput {
22+
23+
/**
24+
* @type {string}
25+
* @memberof AppListForInstallAppsInput
26+
*/
27+
AppId?: string;
28+
29+
/**
30+
* @type {string}
31+
* @memberof AppListForInstallAppsInput
32+
*/
33+
VersionId?: string;
34+
}
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* acep
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
/**
16+
*
17+
*
18+
* @export
19+
* @interface AutoInstallAppRequest
20+
*/
21+
export interface AutoInstallAppRequest {
22+
23+
/**
24+
* @type {string}
25+
* @memberof AutoInstallAppRequest
26+
*/
27+
AbsolutePath?: string;
28+
29+
/**
30+
* @type {string}
31+
* @memberof AutoInstallAppRequest
32+
*/
33+
DownloadURL?: string;
34+
35+
/**
36+
* @type {string}
37+
* @memberof AutoInstallAppRequest
38+
*/
39+
ImageId?: string;
40+
41+
/**
42+
* @type {number}
43+
* @memberof AutoInstallAppRequest
44+
*/
45+
InstallType?: number;
46+
47+
/**
48+
* @type {boolean}
49+
* @memberof AutoInstallAppRequest
50+
*/
51+
IsPreinstall?: boolean;
52+
53+
/**
54+
* @type {string}
55+
* @memberof AutoInstallAppRequest
56+
*/
57+
MD5?: string;
58+
59+
/**
60+
* @type {string}
61+
* @memberof AutoInstallAppRequest
62+
*/
63+
PackageName?: string;
64+
65+
/**
66+
* @type {Array<string>}
67+
* @memberof AutoInstallAppRequest
68+
*/
69+
PodIdList?: Array<string>;
70+
71+
/**
72+
* @type {string}
73+
* @memberof AutoInstallAppRequest
74+
*/
75+
ProductId: string;
76+
77+
/**
78+
* @type {number}
79+
* @memberof AutoInstallAppRequest
80+
*/
81+
VersionCode?: number;
82+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* acep
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
import { JobForAutoInstallAppOutput } from './job-for-auto-install-app-output';
16+
/**
17+
*
18+
*
19+
* @export
20+
* @interface AutoInstallAppResponse
21+
*/
22+
export interface AutoInstallAppResponse {
23+
24+
/**
25+
* @type {Array<JobForAutoInstallAppOutput>}
26+
* @memberof AutoInstallAppResponse
27+
*/
28+
Jobs?: Array<JobForAutoInstallAppOutput>;
29+
30+
/**
31+
* @type {string}
32+
* @memberof AutoInstallAppResponse
33+
*/
34+
TaskAction?: string;
35+
36+
/**
37+
* @type {string}
38+
* @memberof AutoInstallAppResponse
39+
*/
40+
TaskId?: string;
41+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* acep
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
/**
16+
*
17+
*
18+
* @export
19+
* @interface BindPortMappingRuleRequest
20+
*/
21+
export interface BindPortMappingRuleRequest {
22+
23+
/**
24+
* @type {Array<string>}
25+
* @memberof BindPortMappingRuleRequest
26+
*/
27+
PodIdList?: Array<string>;
28+
29+
/**
30+
* @type {Array<string>}
31+
* @memberof BindPortMappingRuleRequest
32+
*/
33+
PortMappingRuleIdList?: Array<string>;
34+
35+
/**
36+
* @type {string}
37+
* @memberof BindPortMappingRuleRequest
38+
*/
39+
ProductId: string;
40+
}

0 commit comments

Comments
 (0)