@alicloud/yike20260319 1.0.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/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +101 -0
- package/dist/client.js +353 -0
- package/dist/client.js.map +1 -0
- package/dist/models/BatchGetYikeAiappJobRequest.d.ts +18 -0
- package/dist/models/BatchGetYikeAiappJobRequest.js +58 -0
- package/dist/models/BatchGetYikeAiappJobRequest.js.map +1 -0
- package/dist/models/BatchGetYikeAiappJobResponse.d.ts +19 -0
- package/dist/models/BatchGetYikeAiappJobResponse.js +69 -0
- package/dist/models/BatchGetYikeAiappJobResponse.js.map +1 -0
- package/dist/models/BatchGetYikeAiappJobResponseBody.d.ts +155 -0
- package/dist/models/BatchGetYikeAiappJobResponseBody.js +198 -0
- package/dist/models/BatchGetYikeAiappJobResponseBody.js.map +1 -0
- package/dist/models/CreateYikeAssetUploadRequest.d.ts +26 -0
- package/dist/models/CreateYikeAssetUploadRequest.js +60 -0
- package/dist/models/CreateYikeAssetUploadRequest.js.map +1 -0
- package/dist/models/CreateYikeAssetUploadResponse.d.ts +19 -0
- package/dist/models/CreateYikeAssetUploadResponse.js +69 -0
- package/dist/models/CreateYikeAssetUploadResponse.js.map +1 -0
- package/dist/models/CreateYikeAssetUploadResponseBody.d.ts +33 -0
- package/dist/models/CreateYikeAssetUploadResponseBody.js +64 -0
- package/dist/models/CreateYikeAssetUploadResponseBody.js.map +1 -0
- package/dist/models/GetYikeAiappJobRequest.d.ts +18 -0
- package/dist/models/GetYikeAiappJobRequest.js +58 -0
- package/dist/models/GetYikeAiappJobRequest.js.map +1 -0
- package/dist/models/GetYikeAiappJobResponse.d.ts +19 -0
- package/dist/models/GetYikeAiappJobResponse.js +69 -0
- package/dist/models/GetYikeAiappJobResponse.js.map +1 -0
- package/dist/models/GetYikeAiappJobResponseBody.d.ts +140 -0
- package/dist/models/GetYikeAiappJobResponseBody.js +174 -0
- package/dist/models/GetYikeAiappJobResponseBody.js.map +1 -0
- package/dist/models/GetYikeStoryboardJobRequest.d.ts +18 -0
- package/dist/models/GetYikeStoryboardJobRequest.js +58 -0
- package/dist/models/GetYikeStoryboardJobRequest.js.map +1 -0
- package/dist/models/GetYikeStoryboardJobResponse.d.ts +19 -0
- package/dist/models/GetYikeStoryboardJobResponse.js +69 -0
- package/dist/models/GetYikeStoryboardJobResponse.js.map +1 -0
- package/dist/models/GetYikeStoryboardJobResponseBody.d.ts +141 -0
- package/dist/models/GetYikeStoryboardJobResponseBody.js +140 -0
- package/dist/models/GetYikeStoryboardJobResponseBody.js.map +1 -0
- package/dist/models/SubmitYikeAiappJobRequest.d.ts +36 -0
- package/dist/models/SubmitYikeAiappJobRequest.js +64 -0
- package/dist/models/SubmitYikeAiappJobRequest.js.map +1 -0
- package/dist/models/SubmitYikeAiappJobResponse.d.ts +19 -0
- package/dist/models/SubmitYikeAiappJobResponse.js +69 -0
- package/dist/models/SubmitYikeAiappJobResponse.js.map +1 -0
- package/dist/models/SubmitYikeAiappJobResponseBody.d.ts +23 -0
- package/dist/models/SubmitYikeAiappJobResponseBody.js +60 -0
- package/dist/models/SubmitYikeAiappJobResponseBody.js.map +1 -0
- package/dist/models/SubmitYikeStoryboardJobRequest.d.ts +87 -0
- package/dist/models/SubmitYikeStoryboardJobRequest.js +84 -0
- package/dist/models/SubmitYikeStoryboardJobRequest.js.map +1 -0
- package/dist/models/SubmitYikeStoryboardJobResponse.d.ts +19 -0
- package/dist/models/SubmitYikeStoryboardJobResponse.js +69 -0
- package/dist/models/SubmitYikeStoryboardJobResponse.js.map +1 -0
- package/dist/models/SubmitYikeStoryboardJobResponseBody.d.ts +23 -0
- package/dist/models/SubmitYikeStoryboardJobResponseBody.js +60 -0
- package/dist/models/SubmitYikeStoryboardJobResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +29 -0
- package/dist/models/model.js +62 -0
- package/dist/models/model.js.map +1 -0
- package/package.json +29 -0
- package/src/client.ts +354 -0
- package/src/models/BatchGetYikeAiappJobRequest.ts +31 -0
- package/src/models/BatchGetYikeAiappJobResponse.ts +40 -0
- package/src/models/BatchGetYikeAiappJobResponseBody.ts +261 -0
- package/src/models/CreateYikeAssetUploadRequest.ts +41 -0
- package/src/models/CreateYikeAssetUploadResponse.ts +40 -0
- package/src/models/CreateYikeAssetUploadResponseBody.ts +52 -0
- package/src/models/GetYikeAiappJobRequest.ts +31 -0
- package/src/models/GetYikeAiappJobResponse.ts +40 -0
- package/src/models/GetYikeAiappJobResponseBody.ts +233 -0
- package/src/models/GetYikeStoryboardJobRequest.ts +31 -0
- package/src/models/GetYikeStoryboardJobResponse.ts +40 -0
- package/src/models/GetYikeStoryboardJobResponseBody.ts +218 -0
- package/src/models/SubmitYikeAiappJobRequest.ts +55 -0
- package/src/models/SubmitYikeAiappJobResponse.ts +40 -0
- package/src/models/SubmitYikeAiappJobResponseBody.ts +38 -0
- package/src/models/SubmitYikeStoryboardJobRequest.ts +126 -0
- package/src/models/SubmitYikeStoryboardJobResponse.ts +40 -0
- package/src/models/SubmitYikeStoryboardJobResponseBody.ts +38 -0
- package/src/models/model.ts +29 -0
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class SubmitYikeStoryboardJobRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* 4:3
|
|
6
|
+
*/
|
|
7
|
+
aspectRatio?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* FullPipeline
|
|
11
|
+
*/
|
|
12
|
+
execMode?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* http://test.oss-cn-shanghai.aliyuncs.com/test.mp4
|
|
16
|
+
*/
|
|
17
|
+
fileURL?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* {
|
|
21
|
+
* "AudioEnable": false
|
|
22
|
+
* }
|
|
23
|
+
*/
|
|
24
|
+
modelParams?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @example
|
|
27
|
+
* sys_YoungGracefulWoman
|
|
28
|
+
*/
|
|
29
|
+
narrationVoiceId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @example
|
|
32
|
+
* 720P
|
|
33
|
+
*/
|
|
34
|
+
resolution?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @example
|
|
37
|
+
* multi
|
|
38
|
+
*/
|
|
39
|
+
shotPromptMode?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @example
|
|
42
|
+
* firstPersonNarration
|
|
43
|
+
*/
|
|
44
|
+
shotSplitMode?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @example
|
|
47
|
+
* True
|
|
48
|
+
*/
|
|
49
|
+
skipFailureShot?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* @example
|
|
52
|
+
* Novel
|
|
53
|
+
*/
|
|
54
|
+
sourceType?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @example
|
|
57
|
+
* RealisticPhotography
|
|
58
|
+
*/
|
|
59
|
+
styleId?: string;
|
|
60
|
+
/**
|
|
61
|
+
* @example
|
|
62
|
+
* test-title
|
|
63
|
+
*/
|
|
64
|
+
title?: string;
|
|
65
|
+
/**
|
|
66
|
+
* @example
|
|
67
|
+
* {
|
|
68
|
+
* "NotifyAddress": "https://www.callback.com"
|
|
69
|
+
* }
|
|
70
|
+
*/
|
|
71
|
+
userData?: string;
|
|
72
|
+
/**
|
|
73
|
+
* @example
|
|
74
|
+
* wan2.6-r2v-flash
|
|
75
|
+
*/
|
|
76
|
+
videoModel?: string;
|
|
77
|
+
static names(): {
|
|
78
|
+
[key: string]: string;
|
|
79
|
+
};
|
|
80
|
+
static types(): {
|
|
81
|
+
[key: string]: any;
|
|
82
|
+
};
|
|
83
|
+
validate(): void;
|
|
84
|
+
constructor(map?: {
|
|
85
|
+
[key: string]: any;
|
|
86
|
+
});
|
|
87
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.SubmitYikeStoryboardJobRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class SubmitYikeStoryboardJobRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
aspectRatio: 'AspectRatio',
|
|
43
|
+
execMode: 'ExecMode',
|
|
44
|
+
fileURL: 'FileURL',
|
|
45
|
+
modelParams: 'ModelParams',
|
|
46
|
+
narrationVoiceId: 'NarrationVoiceId',
|
|
47
|
+
resolution: 'Resolution',
|
|
48
|
+
shotPromptMode: 'ShotPromptMode',
|
|
49
|
+
shotSplitMode: 'ShotSplitMode',
|
|
50
|
+
skipFailureShot: 'SkipFailureShot',
|
|
51
|
+
sourceType: 'SourceType',
|
|
52
|
+
styleId: 'StyleId',
|
|
53
|
+
title: 'Title',
|
|
54
|
+
userData: 'UserData',
|
|
55
|
+
videoModel: 'VideoModel',
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
static types() {
|
|
59
|
+
return {
|
|
60
|
+
aspectRatio: 'string',
|
|
61
|
+
execMode: 'string',
|
|
62
|
+
fileURL: 'string',
|
|
63
|
+
modelParams: 'string',
|
|
64
|
+
narrationVoiceId: 'string',
|
|
65
|
+
resolution: 'string',
|
|
66
|
+
shotPromptMode: 'string',
|
|
67
|
+
shotSplitMode: 'string',
|
|
68
|
+
skipFailureShot: 'boolean',
|
|
69
|
+
sourceType: 'string',
|
|
70
|
+
styleId: 'string',
|
|
71
|
+
title: 'string',
|
|
72
|
+
userData: 'string',
|
|
73
|
+
videoModel: 'string',
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
validate() {
|
|
77
|
+
super.validate();
|
|
78
|
+
}
|
|
79
|
+
constructor(map) {
|
|
80
|
+
super(map);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.SubmitYikeStoryboardJobRequest = SubmitYikeStoryboardJobRequest;
|
|
84
|
+
//# sourceMappingURL=SubmitYikeStoryboardJobRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmitYikeStoryboardJobRequest.js","sourceRoot":"","sources":["../../src/models/SubmitYikeStoryboardJobRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IA2E7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,gBAAgB,EAAE,kBAAkB;YACpC,UAAU,EAAE,YAAY;YACxB,cAAc,EAAE,gBAAgB;YAChC,aAAa,EAAE,eAAe;YAC9B,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE,OAAO;YACd,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;YAClB,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;YACrB,gBAAgB,EAAE,QAAQ;YAC1B,UAAU,EAAE,QAAQ;YACpB,cAAc,EAAE,QAAQ;YACxB,aAAa,EAAE,QAAQ;YACvB,eAAe,EAAE,SAAS;YAC1B,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,QAAQ;YACjB,KAAK,EAAE,QAAQ;YACf,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxHD,wEAwHC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { SubmitYikeStoryboardJobResponseBody } from "./SubmitYikeStoryboardJobResponseBody";
|
|
3
|
+
export declare class SubmitYikeStoryboardJobResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: SubmitYikeStoryboardJobResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.SubmitYikeStoryboardJobResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const SubmitYikeStoryboardJobResponseBody_1 = require("./SubmitYikeStoryboardJobResponseBody");
|
|
40
|
+
class SubmitYikeStoryboardJobResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: SubmitYikeStoryboardJobResponseBody_1.SubmitYikeStoryboardJobResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.SubmitYikeStoryboardJobResponse = SubmitYikeStoryboardJobResponse;
|
|
69
|
+
//# sourceMappingURL=SubmitYikeStoryboardJobResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmitYikeStoryboardJobResponse.js","sourceRoot":"","sources":["../../src/models/SubmitYikeStoryboardJobResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+FAA4F;AAG5F,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IAI9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,yEAAmC;SAC1C,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,0EAiCC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class SubmitYikeStoryboardJobResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* ab0e3e76-1e9d-11ed-ba64-0c42a1b73d66
|
|
6
|
+
*/
|
|
7
|
+
jobId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* ******3B-0E1A-586A-AC29-742247******
|
|
11
|
+
*/
|
|
12
|
+
requestId?: string;
|
|
13
|
+
static names(): {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
};
|
|
16
|
+
static types(): {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
};
|
|
19
|
+
validate(): void;
|
|
20
|
+
constructor(map?: {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
});
|
|
23
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.SubmitYikeStoryboardJobResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class SubmitYikeStoryboardJobResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
jobId: 'JobId',
|
|
43
|
+
requestId: 'RequestId',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
jobId: 'string',
|
|
49
|
+
requestId: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.SubmitYikeStoryboardJobResponseBody = SubmitYikeStoryboardJobResponseBody;
|
|
60
|
+
//# sourceMappingURL=SubmitYikeStoryboardJobResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmitYikeStoryboardJobResponseBody.js","sourceRoot":"","sources":["../../src/models/SubmitYikeStoryboardJobResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAWlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,QAAQ;YACf,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhCD,kFAgCC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export { BatchGetYikeAIAppJobResponseBodyJobListResultAudioResult } from './BatchGetYikeAiappJobResponseBody';
|
|
2
|
+
export { BatchGetYikeAIAppJobResponseBodyJobListResultImageResult } from './BatchGetYikeAiappJobResponseBody';
|
|
3
|
+
export { BatchGetYikeAIAppJobResponseBodyJobListResultVideoResult } from './BatchGetYikeAiappJobResponseBody';
|
|
4
|
+
export { BatchGetYikeAIAppJobResponseBodyJobListResult } from './BatchGetYikeAiappJobResponseBody';
|
|
5
|
+
export { BatchGetYikeAIAppJobResponseBodyJobList } from './BatchGetYikeAiappJobResponseBody';
|
|
6
|
+
export { GetYikeAIAppJobResponseBodyResultAudioResult } from './GetYikeAiappJobResponseBody';
|
|
7
|
+
export { GetYikeAIAppJobResponseBodyResultImageResult } from './GetYikeAiappJobResponseBody';
|
|
8
|
+
export { GetYikeAIAppJobResponseBodyResultVideoResult } from './GetYikeAiappJobResponseBody';
|
|
9
|
+
export { GetYikeAIAppJobResponseBodyResult } from './GetYikeAiappJobResponseBody';
|
|
10
|
+
export { GetYikeStoryboardJobResponseBodyJobParams } from './GetYikeStoryboardJobResponseBody';
|
|
11
|
+
export { GetYikeStoryboardJobResponseBodyJobResult } from './GetYikeStoryboardJobResponseBody';
|
|
12
|
+
export { BatchGetYikeAIAppJobRequest } from './BatchGetYikeAiappJobRequest';
|
|
13
|
+
export { BatchGetYikeAIAppJobResponseBody } from './BatchGetYikeAiappJobResponseBody';
|
|
14
|
+
export { BatchGetYikeAIAppJobResponse } from './BatchGetYikeAiappJobResponse';
|
|
15
|
+
export { CreateYikeAssetUploadRequest } from './CreateYikeAssetUploadRequest';
|
|
16
|
+
export { CreateYikeAssetUploadResponseBody } from './CreateYikeAssetUploadResponseBody';
|
|
17
|
+
export { CreateYikeAssetUploadResponse } from './CreateYikeAssetUploadResponse';
|
|
18
|
+
export { GetYikeAIAppJobRequest } from './GetYikeAiappJobRequest';
|
|
19
|
+
export { GetYikeAIAppJobResponseBody } from './GetYikeAiappJobResponseBody';
|
|
20
|
+
export { GetYikeAIAppJobResponse } from './GetYikeAiappJobResponse';
|
|
21
|
+
export { GetYikeStoryboardJobRequest } from './GetYikeStoryboardJobRequest';
|
|
22
|
+
export { GetYikeStoryboardJobResponseBody } from './GetYikeStoryboardJobResponseBody';
|
|
23
|
+
export { GetYikeStoryboardJobResponse } from './GetYikeStoryboardJobResponse';
|
|
24
|
+
export { SubmitYikeAIAppJobRequest } from './SubmitYikeAiappJobRequest';
|
|
25
|
+
export { SubmitYikeAIAppJobResponseBody } from './SubmitYikeAiappJobResponseBody';
|
|
26
|
+
export { SubmitYikeAIAppJobResponse } from './SubmitYikeAiappJobResponse';
|
|
27
|
+
export { SubmitYikeStoryboardJobRequest } from './SubmitYikeStoryboardJobRequest';
|
|
28
|
+
export { SubmitYikeStoryboardJobResponseBody } from './SubmitYikeStoryboardJobResponseBody';
|
|
29
|
+
export { SubmitYikeStoryboardJobResponse } from './SubmitYikeStoryboardJobResponse';
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SubmitYikeStoryboardJobResponse = exports.SubmitYikeStoryboardJobResponseBody = exports.SubmitYikeStoryboardJobRequest = exports.SubmitYikeAIAppJobResponse = exports.SubmitYikeAIAppJobResponseBody = exports.SubmitYikeAIAppJobRequest = exports.GetYikeStoryboardJobResponse = exports.GetYikeStoryboardJobResponseBody = exports.GetYikeStoryboardJobRequest = exports.GetYikeAIAppJobResponse = exports.GetYikeAIAppJobResponseBody = exports.GetYikeAIAppJobRequest = exports.CreateYikeAssetUploadResponse = exports.CreateYikeAssetUploadResponseBody = exports.CreateYikeAssetUploadRequest = exports.BatchGetYikeAIAppJobResponse = exports.BatchGetYikeAIAppJobResponseBody = exports.BatchGetYikeAIAppJobRequest = exports.GetYikeStoryboardJobResponseBodyJobResult = exports.GetYikeStoryboardJobResponseBodyJobParams = exports.GetYikeAIAppJobResponseBodyResult = exports.GetYikeAIAppJobResponseBodyResultVideoResult = exports.GetYikeAIAppJobResponseBodyResultImageResult = exports.GetYikeAIAppJobResponseBodyResultAudioResult = exports.BatchGetYikeAIAppJobResponseBodyJobList = exports.BatchGetYikeAIAppJobResponseBodyJobListResult = exports.BatchGetYikeAIAppJobResponseBodyJobListResultVideoResult = exports.BatchGetYikeAIAppJobResponseBodyJobListResultImageResult = exports.BatchGetYikeAIAppJobResponseBodyJobListResultAudioResult = void 0;
|
|
4
|
+
var BatchGetYikeAiappJobResponseBody_1 = require("./BatchGetYikeAiappJobResponseBody");
|
|
5
|
+
Object.defineProperty(exports, "BatchGetYikeAIAppJobResponseBodyJobListResultAudioResult", { enumerable: true, get: function () { return BatchGetYikeAiappJobResponseBody_1.BatchGetYikeAIAppJobResponseBodyJobListResultAudioResult; } });
|
|
6
|
+
var BatchGetYikeAiappJobResponseBody_2 = require("./BatchGetYikeAiappJobResponseBody");
|
|
7
|
+
Object.defineProperty(exports, "BatchGetYikeAIAppJobResponseBodyJobListResultImageResult", { enumerable: true, get: function () { return BatchGetYikeAiappJobResponseBody_2.BatchGetYikeAIAppJobResponseBodyJobListResultImageResult; } });
|
|
8
|
+
var BatchGetYikeAiappJobResponseBody_3 = require("./BatchGetYikeAiappJobResponseBody");
|
|
9
|
+
Object.defineProperty(exports, "BatchGetYikeAIAppJobResponseBodyJobListResultVideoResult", { enumerable: true, get: function () { return BatchGetYikeAiappJobResponseBody_3.BatchGetYikeAIAppJobResponseBodyJobListResultVideoResult; } });
|
|
10
|
+
var BatchGetYikeAiappJobResponseBody_4 = require("./BatchGetYikeAiappJobResponseBody");
|
|
11
|
+
Object.defineProperty(exports, "BatchGetYikeAIAppJobResponseBodyJobListResult", { enumerable: true, get: function () { return BatchGetYikeAiappJobResponseBody_4.BatchGetYikeAIAppJobResponseBodyJobListResult; } });
|
|
12
|
+
var BatchGetYikeAiappJobResponseBody_5 = require("./BatchGetYikeAiappJobResponseBody");
|
|
13
|
+
Object.defineProperty(exports, "BatchGetYikeAIAppJobResponseBodyJobList", { enumerable: true, get: function () { return BatchGetYikeAiappJobResponseBody_5.BatchGetYikeAIAppJobResponseBodyJobList; } });
|
|
14
|
+
var GetYikeAiappJobResponseBody_1 = require("./GetYikeAiappJobResponseBody");
|
|
15
|
+
Object.defineProperty(exports, "GetYikeAIAppJobResponseBodyResultAudioResult", { enumerable: true, get: function () { return GetYikeAiappJobResponseBody_1.GetYikeAIAppJobResponseBodyResultAudioResult; } });
|
|
16
|
+
var GetYikeAiappJobResponseBody_2 = require("./GetYikeAiappJobResponseBody");
|
|
17
|
+
Object.defineProperty(exports, "GetYikeAIAppJobResponseBodyResultImageResult", { enumerable: true, get: function () { return GetYikeAiappJobResponseBody_2.GetYikeAIAppJobResponseBodyResultImageResult; } });
|
|
18
|
+
var GetYikeAiappJobResponseBody_3 = require("./GetYikeAiappJobResponseBody");
|
|
19
|
+
Object.defineProperty(exports, "GetYikeAIAppJobResponseBodyResultVideoResult", { enumerable: true, get: function () { return GetYikeAiappJobResponseBody_3.GetYikeAIAppJobResponseBodyResultVideoResult; } });
|
|
20
|
+
var GetYikeAiappJobResponseBody_4 = require("./GetYikeAiappJobResponseBody");
|
|
21
|
+
Object.defineProperty(exports, "GetYikeAIAppJobResponseBodyResult", { enumerable: true, get: function () { return GetYikeAiappJobResponseBody_4.GetYikeAIAppJobResponseBodyResult; } });
|
|
22
|
+
var GetYikeStoryboardJobResponseBody_1 = require("./GetYikeStoryboardJobResponseBody");
|
|
23
|
+
Object.defineProperty(exports, "GetYikeStoryboardJobResponseBodyJobParams", { enumerable: true, get: function () { return GetYikeStoryboardJobResponseBody_1.GetYikeStoryboardJobResponseBodyJobParams; } });
|
|
24
|
+
var GetYikeStoryboardJobResponseBody_2 = require("./GetYikeStoryboardJobResponseBody");
|
|
25
|
+
Object.defineProperty(exports, "GetYikeStoryboardJobResponseBodyJobResult", { enumerable: true, get: function () { return GetYikeStoryboardJobResponseBody_2.GetYikeStoryboardJobResponseBodyJobResult; } });
|
|
26
|
+
var BatchGetYikeAiappJobRequest_1 = require("./BatchGetYikeAiappJobRequest");
|
|
27
|
+
Object.defineProperty(exports, "BatchGetYikeAIAppJobRequest", { enumerable: true, get: function () { return BatchGetYikeAiappJobRequest_1.BatchGetYikeAIAppJobRequest; } });
|
|
28
|
+
var BatchGetYikeAiappJobResponseBody_6 = require("./BatchGetYikeAiappJobResponseBody");
|
|
29
|
+
Object.defineProperty(exports, "BatchGetYikeAIAppJobResponseBody", { enumerable: true, get: function () { return BatchGetYikeAiappJobResponseBody_6.BatchGetYikeAIAppJobResponseBody; } });
|
|
30
|
+
var BatchGetYikeAiappJobResponse_1 = require("./BatchGetYikeAiappJobResponse");
|
|
31
|
+
Object.defineProperty(exports, "BatchGetYikeAIAppJobResponse", { enumerable: true, get: function () { return BatchGetYikeAiappJobResponse_1.BatchGetYikeAIAppJobResponse; } });
|
|
32
|
+
var CreateYikeAssetUploadRequest_1 = require("./CreateYikeAssetUploadRequest");
|
|
33
|
+
Object.defineProperty(exports, "CreateYikeAssetUploadRequest", { enumerable: true, get: function () { return CreateYikeAssetUploadRequest_1.CreateYikeAssetUploadRequest; } });
|
|
34
|
+
var CreateYikeAssetUploadResponseBody_1 = require("./CreateYikeAssetUploadResponseBody");
|
|
35
|
+
Object.defineProperty(exports, "CreateYikeAssetUploadResponseBody", { enumerable: true, get: function () { return CreateYikeAssetUploadResponseBody_1.CreateYikeAssetUploadResponseBody; } });
|
|
36
|
+
var CreateYikeAssetUploadResponse_1 = require("./CreateYikeAssetUploadResponse");
|
|
37
|
+
Object.defineProperty(exports, "CreateYikeAssetUploadResponse", { enumerable: true, get: function () { return CreateYikeAssetUploadResponse_1.CreateYikeAssetUploadResponse; } });
|
|
38
|
+
var GetYikeAiappJobRequest_1 = require("./GetYikeAiappJobRequest");
|
|
39
|
+
Object.defineProperty(exports, "GetYikeAIAppJobRequest", { enumerable: true, get: function () { return GetYikeAiappJobRequest_1.GetYikeAIAppJobRequest; } });
|
|
40
|
+
var GetYikeAiappJobResponseBody_5 = require("./GetYikeAiappJobResponseBody");
|
|
41
|
+
Object.defineProperty(exports, "GetYikeAIAppJobResponseBody", { enumerable: true, get: function () { return GetYikeAiappJobResponseBody_5.GetYikeAIAppJobResponseBody; } });
|
|
42
|
+
var GetYikeAiappJobResponse_1 = require("./GetYikeAiappJobResponse");
|
|
43
|
+
Object.defineProperty(exports, "GetYikeAIAppJobResponse", { enumerable: true, get: function () { return GetYikeAiappJobResponse_1.GetYikeAIAppJobResponse; } });
|
|
44
|
+
var GetYikeStoryboardJobRequest_1 = require("./GetYikeStoryboardJobRequest");
|
|
45
|
+
Object.defineProperty(exports, "GetYikeStoryboardJobRequest", { enumerable: true, get: function () { return GetYikeStoryboardJobRequest_1.GetYikeStoryboardJobRequest; } });
|
|
46
|
+
var GetYikeStoryboardJobResponseBody_3 = require("./GetYikeStoryboardJobResponseBody");
|
|
47
|
+
Object.defineProperty(exports, "GetYikeStoryboardJobResponseBody", { enumerable: true, get: function () { return GetYikeStoryboardJobResponseBody_3.GetYikeStoryboardJobResponseBody; } });
|
|
48
|
+
var GetYikeStoryboardJobResponse_1 = require("./GetYikeStoryboardJobResponse");
|
|
49
|
+
Object.defineProperty(exports, "GetYikeStoryboardJobResponse", { enumerable: true, get: function () { return GetYikeStoryboardJobResponse_1.GetYikeStoryboardJobResponse; } });
|
|
50
|
+
var SubmitYikeAiappJobRequest_1 = require("./SubmitYikeAiappJobRequest");
|
|
51
|
+
Object.defineProperty(exports, "SubmitYikeAIAppJobRequest", { enumerable: true, get: function () { return SubmitYikeAiappJobRequest_1.SubmitYikeAIAppJobRequest; } });
|
|
52
|
+
var SubmitYikeAiappJobResponseBody_1 = require("./SubmitYikeAiappJobResponseBody");
|
|
53
|
+
Object.defineProperty(exports, "SubmitYikeAIAppJobResponseBody", { enumerable: true, get: function () { return SubmitYikeAiappJobResponseBody_1.SubmitYikeAIAppJobResponseBody; } });
|
|
54
|
+
var SubmitYikeAiappJobResponse_1 = require("./SubmitYikeAiappJobResponse");
|
|
55
|
+
Object.defineProperty(exports, "SubmitYikeAIAppJobResponse", { enumerable: true, get: function () { return SubmitYikeAiappJobResponse_1.SubmitYikeAIAppJobResponse; } });
|
|
56
|
+
var SubmitYikeStoryboardJobRequest_1 = require("./SubmitYikeStoryboardJobRequest");
|
|
57
|
+
Object.defineProperty(exports, "SubmitYikeStoryboardJobRequest", { enumerable: true, get: function () { return SubmitYikeStoryboardJobRequest_1.SubmitYikeStoryboardJobRequest; } });
|
|
58
|
+
var SubmitYikeStoryboardJobResponseBody_1 = require("./SubmitYikeStoryboardJobResponseBody");
|
|
59
|
+
Object.defineProperty(exports, "SubmitYikeStoryboardJobResponseBody", { enumerable: true, get: function () { return SubmitYikeStoryboardJobResponseBody_1.SubmitYikeStoryboardJobResponseBody; } });
|
|
60
|
+
var SubmitYikeStoryboardJobResponse_1 = require("./SubmitYikeStoryboardJobResponse");
|
|
61
|
+
Object.defineProperty(exports, "SubmitYikeStoryboardJobResponse", { enumerable: true, get: function () { return SubmitYikeStoryboardJobResponse_1.SubmitYikeStoryboardJobResponse; } });
|
|
62
|
+
//# sourceMappingURL=model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model.js","sourceRoot":"","sources":["../../src/models/model.ts"],"names":[],"mappings":";;;AAAA,uFAA8G;AAArG,4KAAA,wDAAwD,OAAA;AACjE,uFAA8G;AAArG,4KAAA,wDAAwD,OAAA;AACjE,uFAA8G;AAArG,4KAAA,wDAAwD,OAAA;AACjE,uFAAmG;AAA1F,iKAAA,6CAA6C,OAAA;AACtD,uFAA6F;AAApF,2JAAA,uCAAuC,OAAA;AAChD,6EAA6F;AAApF,2JAAA,4CAA4C,OAAA;AACrD,6EAA6F;AAApF,2JAAA,4CAA4C,OAAA;AACrD,6EAA6F;AAApF,2JAAA,4CAA4C,OAAA;AACrD,6EAAkF;AAAzE,gJAAA,iCAAiC,OAAA;AAC1C,uFAA+F;AAAtF,6JAAA,yCAAyC,OAAA;AAClD,uFAA+F;AAAtF,6JAAA,yCAAyC,OAAA;AAClD,6EAA4E;AAAnE,0IAAA,2BAA2B,OAAA;AACpC,uFAAsF;AAA7E,oJAAA,gCAAgC,OAAA;AACzC,+EAA8E;AAArE,4IAAA,4BAA4B,OAAA;AACrC,+EAA8E;AAArE,4IAAA,4BAA4B,OAAA;AACrC,yFAAwF;AAA/E,sJAAA,iCAAiC,OAAA;AAC1C,iFAAgF;AAAvE,8IAAA,6BAA6B,OAAA;AACtC,mEAAkE;AAAzD,gIAAA,sBAAsB,OAAA;AAC/B,6EAA4E;AAAnE,0IAAA,2BAA2B,OAAA;AACpC,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,6EAA4E;AAAnE,0IAAA,2BAA2B,OAAA;AACpC,uFAAsF;AAA7E,oJAAA,gCAAgC,OAAA;AACzC,+EAA8E;AAArE,4IAAA,4BAA4B,OAAA;AACrC,yEAAwE;AAA/D,sIAAA,yBAAyB,OAAA;AAClC,mFAAkF;AAAzE,gJAAA,8BAA8B,OAAA;AACvC,2EAA0E;AAAjE,wIAAA,0BAA0B,OAAA;AACnC,mFAAkF;AAAzE,gJAAA,8BAA8B,OAAA;AACvC,6FAA4F;AAAnF,0JAAA,mCAAmC,OAAA;AAC5C,qFAAoF;AAA3E,kJAAA,+BAA+B,OAAA"}
|
package/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@alicloud/yike20260319",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "dist/client.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "mocha --reporter spec --timeout 3000 test/*.test.js",
|
|
8
|
+
"test-cov": "nyc -e .ts -r=html -r=text -r=lcov npm run test",
|
|
9
|
+
"build": "tsc",
|
|
10
|
+
"prepublishOnly": "tsc"
|
|
11
|
+
},
|
|
12
|
+
"author": "Alibaba Cloud SDK",
|
|
13
|
+
"license": "Apache-2.0",
|
|
14
|
+
"devDependencies": {
|
|
15
|
+
"@types/node": "^16.0.0",
|
|
16
|
+
"nyc": "^15.0.0",
|
|
17
|
+
"source-map-support": "^0.5.16",
|
|
18
|
+
"ts-node": "^10.0.0",
|
|
19
|
+
"typescript": "^5"
|
|
20
|
+
},
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@darabonba/typescript": "^1.0.0",
|
|
23
|
+
"@alicloud/openapi-core": "^1.0.0"
|
|
24
|
+
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist",
|
|
27
|
+
"src"
|
|
28
|
+
]
|
|
29
|
+
}
|