Skip to content

Commit 8247147

Browse files
Merge 'id-Node.js-2025-10-30-online-2263-2026_02_09_14_21_47' into 'master'
id-Node.js-2025-10-30-online-2263-2026_02_09_14_21_47 See merge request: !27
2 parents 5dbb7d9 + 239c7cc commit 8247147

File tree

509 files changed

+29134
-0
lines changed

Some content is hidden

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

509 files changed

+29134
-0
lines changed

service/id/package.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "@volcengine/id",
3+
"version": "1.0.1",
4+
"description": "swagger client for @volcengine/id",
5+
"license": "Apache-2.0",
6+
"main": "./dist/cjs/index.js",
7+
"module": "./dist/esm/index.mjs",
8+
"types": "./dist/esm/index.d.ts",
9+
"exports": {
10+
".": {
11+
"types": "./dist/esm/index.d.ts",
12+
"import": "./dist/esm/index.mjs",
13+
"require": "./dist/cjs/index.js"
14+
},
15+
"./package.json": "./package.json"
16+
},
17+
"engines": {
18+
"node": ">=18"
19+
},
20+
"scripts": {
21+
"build": "rslib build",
22+
"dev": "rslib build --watch",
23+
"clean": "rm -rf dist",
24+
"test": "jest"
25+
},
26+
"dependencies": {
27+
"@volcengine/sdk-core": "workspace:*"
28+
},
29+
"devDependencies": {
30+
"@types/node": "^20.8.0",
31+
"typescript": "^5.2.2"
32+
},
33+
"sideEffects": false,
34+
"publishConfig": {
35+
"registry": "https://registry.npmjs.org"
36+
}
37+
}

service/id/rslib.config.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
import { defineConfig } from "@rslib/core";
3+
4+
export default defineConfig({
5+
lib: [
6+
{
7+
format: "esm",
8+
syntax: "es2020",
9+
dts: true,
10+
output: {
11+
distPath: {
12+
root: "./dist/esm",
13+
},
14+
},
15+
},
16+
{
17+
format: "cjs",
18+
syntax: "es2020",
19+
output: {
20+
distPath: {
21+
root: "./dist/cjs",
22+
},
23+
},
24+
},
25+
],
26+
});

service/id/src/api.ts

Lines changed: 2356 additions & 0 deletions
Large diffs are not rendered by default.

service/id/src/index.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// tslint:disable
2+
/**
3+
* id
4+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5+
*
6+
* OpenAPI spec version: common-version
7+
*
8+
*
9+
* NOTE: This class is auto generated by the swagger code generator program.
10+
* https://github.com/swagger-api/swagger-codegen.git
11+
* Do not edit the class manually.
12+
*/
13+
14+
export * from "./api";
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* id
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 { ApiKeyMetadataForBatchGetInboundAuthConfigOutput } from './api-key-metadata-for-batch-get-inbound-auth-config-output';
16+
/**
17+
*
18+
*
19+
* @export
20+
* @interface ApiKeyAuthConfigForBatchGetInboundAuthConfigOutput
21+
*/
22+
export interface ApiKeyAuthConfigForBatchGetInboundAuthConfigOutput {
23+
24+
/**
25+
* @type {string}
26+
* @memberof ApiKeyAuthConfigForBatchGetInboundAuthConfigOutput
27+
*/
28+
ApiKey?: string;
29+
30+
/**
31+
* @type {Array<ApiKeyMetadataForBatchGetInboundAuthConfigOutput>}
32+
* @memberof ApiKeyAuthConfigForBatchGetInboundAuthConfigOutput
33+
*/
34+
ApiKeyMetadata?: Array<ApiKeyMetadataForBatchGetInboundAuthConfigOutput>;
35+
36+
/**
37+
* @type {string}
38+
* @memberof ApiKeyAuthConfigForBatchGetInboundAuthConfigOutput
39+
*/
40+
ApiKeyName?: string;
41+
42+
/**
43+
* @type {number}
44+
* @memberof ApiKeyAuthConfigForBatchGetInboundAuthConfigOutput
45+
*/
46+
ExpiryTimestamp?: number;
47+
}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* id
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 { ApiKeyMetadataForCreateApiKeyInput } from './api-key-metadata-for-create-api-key-input';
16+
/**
17+
*
18+
*
19+
* @export
20+
* @interface ApiKeyAuthConfigForCreateApiKeyInput
21+
*/
22+
export interface ApiKeyAuthConfigForCreateApiKeyInput {
23+
24+
/**
25+
* @type {string}
26+
* @memberof ApiKeyAuthConfigForCreateApiKeyInput
27+
*/
28+
ApiKey?: string;
29+
30+
/**
31+
* @type {Array<ApiKeyMetadataForCreateApiKeyInput>}
32+
* @memberof ApiKeyAuthConfigForCreateApiKeyInput
33+
*/
34+
ApiKeyMetadata?: Array<ApiKeyMetadataForCreateApiKeyInput>;
35+
36+
/**
37+
* @type {string}
38+
* @memberof ApiKeyAuthConfigForCreateApiKeyInput
39+
*/
40+
ApiKeyName?: string;
41+
42+
/**
43+
* @type {number}
44+
* @memberof ApiKeyAuthConfigForCreateApiKeyInput
45+
*/
46+
ExpiryTimestamp?: number;
47+
}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* id
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 { ApiKeyMetadataForCreateInboundAuthConfigInput } from './api-key-metadata-for-create-inbound-auth-config-input';
16+
/**
17+
*
18+
*
19+
* @export
20+
* @interface ApiKeyAuthConfigForCreateInboundAuthConfigInput
21+
*/
22+
export interface ApiKeyAuthConfigForCreateInboundAuthConfigInput {
23+
24+
/**
25+
* @type {string}
26+
* @memberof ApiKeyAuthConfigForCreateInboundAuthConfigInput
27+
*/
28+
ApiKey?: string;
29+
30+
/**
31+
* @type {Array<ApiKeyMetadataForCreateInboundAuthConfigInput>}
32+
* @memberof ApiKeyAuthConfigForCreateInboundAuthConfigInput
33+
*/
34+
ApiKeyMetadata?: Array<ApiKeyMetadataForCreateInboundAuthConfigInput>;
35+
36+
/**
37+
* @type {string}
38+
* @memberof ApiKeyAuthConfigForCreateInboundAuthConfigInput
39+
*/
40+
ApiKeyName?: string;
41+
42+
/**
43+
* @type {number}
44+
* @memberof ApiKeyAuthConfigForCreateInboundAuthConfigInput
45+
*/
46+
ExpiryTimestamp?: number;
47+
}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* id
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 { ApiKeyMetadataForCreateInboundAuthConfigOutput } from './api-key-metadata-for-create-inbound-auth-config-output';
16+
/**
17+
*
18+
*
19+
* @export
20+
* @interface ApiKeyAuthConfigForCreateInboundAuthConfigOutput
21+
*/
22+
export interface ApiKeyAuthConfigForCreateInboundAuthConfigOutput {
23+
24+
/**
25+
* @type {string}
26+
* @memberof ApiKeyAuthConfigForCreateInboundAuthConfigOutput
27+
*/
28+
ApiKey?: string;
29+
30+
/**
31+
* @type {Array<ApiKeyMetadataForCreateInboundAuthConfigOutput>}
32+
* @memberof ApiKeyAuthConfigForCreateInboundAuthConfigOutput
33+
*/
34+
ApiKeyMetadata?: Array<ApiKeyMetadataForCreateInboundAuthConfigOutput>;
35+
36+
/**
37+
* @type {string}
38+
* @memberof ApiKeyAuthConfigForCreateInboundAuthConfigOutput
39+
*/
40+
ApiKeyName?: string;
41+
42+
/**
43+
* @type {number}
44+
* @memberof ApiKeyAuthConfigForCreateInboundAuthConfigOutput
45+
*/
46+
ExpiryTimestamp?: number;
47+
}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* id
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 { ApiKeyMetadataForGetInboundAuthConfigOutput } from './api-key-metadata-for-get-inbound-auth-config-output';
16+
/**
17+
*
18+
*
19+
* @export
20+
* @interface ApiKeyAuthConfigForGetInboundAuthConfigOutput
21+
*/
22+
export interface ApiKeyAuthConfigForGetInboundAuthConfigOutput {
23+
24+
/**
25+
* @type {string}
26+
* @memberof ApiKeyAuthConfigForGetInboundAuthConfigOutput
27+
*/
28+
ApiKey?: string;
29+
30+
/**
31+
* @type {Array<ApiKeyMetadataForGetInboundAuthConfigOutput>}
32+
* @memberof ApiKeyAuthConfigForGetInboundAuthConfigOutput
33+
*/
34+
ApiKeyMetadata?: Array<ApiKeyMetadataForGetInboundAuthConfigOutput>;
35+
36+
/**
37+
* @type {string}
38+
* @memberof ApiKeyAuthConfigForGetInboundAuthConfigOutput
39+
*/
40+
ApiKeyName?: string;
41+
42+
/**
43+
* @type {number}
44+
* @memberof ApiKeyAuthConfigForGetInboundAuthConfigOutput
45+
*/
46+
ExpiryTimestamp?: number;
47+
}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* id
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 { ApiKeyMetadataForListInboundAuthConfigsOutput } from './api-key-metadata-for-list-inbound-auth-configs-output';
16+
/**
17+
*
18+
*
19+
* @export
20+
* @interface ApiKeyAuthConfigForListInboundAuthConfigsOutput
21+
*/
22+
export interface ApiKeyAuthConfigForListInboundAuthConfigsOutput {
23+
24+
/**
25+
* @type {string}
26+
* @memberof ApiKeyAuthConfigForListInboundAuthConfigsOutput
27+
*/
28+
ApiKey?: string;
29+
30+
/**
31+
* @type {Array<ApiKeyMetadataForListInboundAuthConfigsOutput>}
32+
* @memberof ApiKeyAuthConfigForListInboundAuthConfigsOutput
33+
*/
34+
ApiKeyMetadata?: Array<ApiKeyMetadataForListInboundAuthConfigsOutput>;
35+
36+
/**
37+
* @type {string}
38+
* @memberof ApiKeyAuthConfigForListInboundAuthConfigsOutput
39+
*/
40+
ApiKeyName?: string;
41+
42+
/**
43+
* @type {number}
44+
* @memberof ApiKeyAuthConfigForListInboundAuthConfigsOutput
45+
*/
46+
ExpiryTimestamp?: number;
47+
}

0 commit comments

Comments
 (0)