@alicloud/aliding20230426 2.33.0 → 2.34.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/client.d.ts +16 -0
- package/dist/client.js +77 -3
- package/dist/client.js.map +1 -1
- package/dist/models/CreateReportResponseBody.d.ts +1 -0
- package/dist/models/CreateReportResponseBody.js +2 -0
- package/dist/models/CreateReportResponseBody.js.map +1 -1
- package/dist/models/CreateRunRequest.d.ts +1 -0
- package/dist/models/CreateRunRequest.js +2 -0
- package/dist/models/CreateRunRequest.js.map +1 -1
- package/dist/models/CreateRunResponseBodyMessages.d.ts +2 -0
- package/dist/models/CreateRunResponseBodyMessages.js +6 -0
- package/dist/models/CreateRunResponseBodyMessages.js.map +1 -1
- package/dist/models/CreateRunResponseBodyMessagesContentStruct.d.ts +15 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStruct.js +62 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStruct.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructParts.d.ts +63 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructParts.js +96 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructParts.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsDataPart.d.ts +14 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsDataPart.js +58 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsDataPart.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReasonPart.d.ts +18 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReasonPart.js +58 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReasonPart.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPart.d.ts +15 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPart.js +62 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPart.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends.d.ts +16 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends.js +62 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePart.d.ts +15 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePart.js +62 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePart.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences.d.ts +44 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences.js +70 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences.js.map +1 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsTextPart.d.ts +18 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsTextPart.js +58 -0
- package/dist/models/CreateRunResponseBodyMessagesContentStructPartsTextPart.js.map +1 -0
- package/dist/models/InsertContentWithOptionsRequest.d.ts +0 -8
- package/dist/models/InsertContentWithOptionsRequest.js +0 -2
- package/dist/models/InsertContentWithOptionsRequest.js.map +1 -1
- package/dist/models/InsertContentWithOptionsShrinkRequest.d.ts +0 -8
- package/dist/models/InsertContentWithOptionsShrinkRequest.js +0 -2
- package/dist/models/InsertContentWithOptionsShrinkRequest.js.map +1 -1
- package/dist/models/InsertDropDownListHeaders.d.ts +18 -0
- package/dist/models/InsertDropDownListHeaders.js +67 -0
- package/dist/models/InsertDropDownListHeaders.js.map +1 -0
- package/dist/models/InsertDropDownListHeadersAccountContext.d.ts +21 -0
- package/dist/models/InsertDropDownListHeadersAccountContext.js +58 -0
- package/dist/models/InsertDropDownListHeadersAccountContext.js.map +1 -0
- package/dist/models/InsertDropDownListRequest.d.ts +45 -0
- package/dist/models/InsertDropDownListRequest.js +74 -0
- package/dist/models/InsertDropDownListRequest.js.map +1 -0
- package/dist/models/InsertDropDownListRequestOptions.d.ts +29 -0
- package/dist/models/InsertDropDownListRequestOptions.js +60 -0
- package/dist/models/InsertDropDownListRequestOptions.js.map +1 -0
- package/dist/models/InsertDropDownListRequestTenantContext.d.ts +18 -0
- package/dist/models/InsertDropDownListRequestTenantContext.js +58 -0
- package/dist/models/InsertDropDownListRequestTenantContext.js.map +1 -0
- package/dist/models/InsertDropDownListResponse.d.ts +19 -0
- package/dist/models/InsertDropDownListResponse.js +69 -0
- package/dist/models/InsertDropDownListResponse.js.map +1 -0
- package/dist/models/InsertDropDownListResponseBody.d.ts +33 -0
- package/dist/models/InsertDropDownListResponseBody.js +64 -0
- package/dist/models/InsertDropDownListResponseBody.js.map +1 -0
- package/dist/models/InsertDropDownListShrinkHeaders.d.ts +17 -0
- package/dist/models/InsertDropDownListShrinkHeaders.js +63 -0
- package/dist/models/InsertDropDownListShrinkHeaders.js.map +1 -0
- package/dist/models/InsertDropDownListShrinkRequest.d.ts +43 -0
- package/dist/models/InsertDropDownListShrinkRequest.js +66 -0
- package/dist/models/InsertDropDownListShrinkRequest.js.map +1 -0
- package/dist/models/SaveContentResponseBody.d.ts +1 -0
- package/dist/models/SaveContentResponseBody.js +2 -0
- package/dist/models/SaveContentResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +18 -0
- package/dist/models/model.js +82 -46
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +90 -4
- package/src/models/CreateReportResponseBody.ts +3 -0
- package/src/models/CreateRunRequest.ts +3 -0
- package/src/models/CreateRunResponseBodyMessages.ts +7 -0
- package/src/models/CreateRunResponseBodyMessagesContentStruct.ts +31 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructParts.ts +109 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsDataPart.ts +27 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsReasonPart.ts +31 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPart.ts +31 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends.ts +33 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsReferencePart.ts +31 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences.ts +69 -0
- package/src/models/CreateRunResponseBodyMessagesContentStructPartsTextPart.ts +31 -0
- package/src/models/InsertContentWithOptionsRequest.ts +0 -10
- package/src/models/InsertContentWithOptionsShrinkRequest.ts +0 -10
- package/src/models/InsertDropDownListHeaders.ts +37 -0
- package/src/models/InsertDropDownListHeadersAccountContext.ts +34 -0
- package/src/models/InsertDropDownListRequest.ts +72 -0
- package/src/models/InsertDropDownListRequestOptions.ts +44 -0
- package/src/models/InsertDropDownListRequestTenantContext.ts +31 -0
- package/src/models/InsertDropDownListResponse.ts +40 -0
- package/src/models/InsertDropDownListResponseBody.ts +52 -0
- package/src/models/InsertDropDownListShrinkHeaders.ts +33 -0
- package/src/models/InsertDropDownListShrinkRequest.ts +64 -0
- package/src/models/SaveContentResponseBody.ts +3 -0
- package/src/models/model.ts +18 -0
|
@@ -0,0 +1,62 @@
|
|
|
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.CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
mobileUrl: 'mobileUrl',
|
|
43
|
+
text: 'text',
|
|
44
|
+
url: 'url',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
mobileUrl: 'string',
|
|
50
|
+
text: 'string',
|
|
51
|
+
url: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends = CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends;
|
|
62
|
+
//# sourceMappingURL=CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends.js.map
|
package/dist/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends.js","sourceRoot":"","sources":["../../src/models/CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sEAAuE,SAAQ,KAAK,CAAC,KAAK;IAIrG,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,IAAI,EAAE,MAAM;YACZ,GAAG,EAAE,KAAK;SACX,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,IAAI,EAAE,QAAQ;YACd,GAAG,EAAE,QAAQ;SACd,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;AA3BD,wJA2BC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences } from "./CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences";
|
|
3
|
+
export declare class CreateRunResponseBodyMessagesContentStructPartsReferencePart extends $dara.Model {
|
|
4
|
+
references?: CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences[];
|
|
5
|
+
static names(): {
|
|
6
|
+
[key: string]: string;
|
|
7
|
+
};
|
|
8
|
+
static types(): {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
};
|
|
11
|
+
validate(): void;
|
|
12
|
+
constructor(map?: {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
});
|
|
15
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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.CreateRunResponseBodyMessagesContentStructPartsReferencePart = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences_1 = require("./CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences");
|
|
40
|
+
class CreateRunResponseBodyMessagesContentStructPartsReferencePart extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
references: 'references',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
references: { 'type': 'array', 'itemType': CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences_1.CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences },
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
validate() {
|
|
52
|
+
if (Array.isArray(this.references)) {
|
|
53
|
+
$dara.Model.validateArray(this.references);
|
|
54
|
+
}
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.CreateRunResponseBodyMessagesContentStructPartsReferencePart = CreateRunResponseBodyMessagesContentStructPartsReferencePart;
|
|
62
|
+
//# sourceMappingURL=CreateRunResponseBodyMessagesContentStructPartsReferencePart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateRunResponseBodyMessagesContentStructPartsReferencePart.js","sourceRoot":"","sources":["../../src/models/CreateRunResponseBodyMessagesContentStructPartsReferencePart.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,qKAAkK;AAGlK,MAAa,4DAA6D,SAAQ,KAAK,CAAC,KAAK;IAE3F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,+IAAsE,EAAE;SACpH,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;YAClC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC7C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxBD,oIAwBC"}
|
package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences.d.ts
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* 0
|
|
6
|
+
*/
|
|
7
|
+
index?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* mcp是....
|
|
11
|
+
*/
|
|
12
|
+
name?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* ata
|
|
16
|
+
*/
|
|
17
|
+
sourceCode?: string;
|
|
18
|
+
sourceIcon?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @example
|
|
21
|
+
* 摘要
|
|
22
|
+
*/
|
|
23
|
+
summary?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @example
|
|
26
|
+
* 《mcp原理介绍》
|
|
27
|
+
*/
|
|
28
|
+
title?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @example
|
|
31
|
+
* https://taobao.com
|
|
32
|
+
*/
|
|
33
|
+
url?: string;
|
|
34
|
+
static names(): {
|
|
35
|
+
[key: string]: string;
|
|
36
|
+
};
|
|
37
|
+
static types(): {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
validate(): void;
|
|
41
|
+
constructor(map?: {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
});
|
|
44
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
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.CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
index: 'index',
|
|
43
|
+
name: 'name',
|
|
44
|
+
sourceCode: 'sourceCode',
|
|
45
|
+
sourceIcon: 'sourceIcon',
|
|
46
|
+
summary: 'summary',
|
|
47
|
+
title: 'title',
|
|
48
|
+
url: 'url',
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
static types() {
|
|
52
|
+
return {
|
|
53
|
+
index: 'string',
|
|
54
|
+
name: 'string',
|
|
55
|
+
sourceCode: 'string',
|
|
56
|
+
sourceIcon: 'string',
|
|
57
|
+
summary: 'string',
|
|
58
|
+
title: 'string',
|
|
59
|
+
url: 'string',
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
validate() {
|
|
63
|
+
super.validate();
|
|
64
|
+
}
|
|
65
|
+
constructor(map) {
|
|
66
|
+
super(map);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
exports.CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences = CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences;
|
|
70
|
+
//# sourceMappingURL=CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences.js.map
|
package/dist/models/CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences.js","sourceRoot":"","sources":["../../src/models/CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sEAAuE,SAAQ,KAAK,CAAC,KAAK;IAgCrG,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE,OAAO;YACd,GAAG,EAAE,KAAK;SACX,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,QAAQ;YACf,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,QAAQ;YACjB,KAAK,EAAE,QAAQ;YACf,GAAG,EAAE,QAAQ;SACd,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;AA/DD,wJA+DC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateRunResponseBodyMessagesContentStructPartsTextPart extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* 123123
|
|
6
|
+
*/
|
|
7
|
+
text?: string;
|
|
8
|
+
static names(): {
|
|
9
|
+
[key: string]: string;
|
|
10
|
+
};
|
|
11
|
+
static types(): {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
};
|
|
14
|
+
validate(): void;
|
|
15
|
+
constructor(map?: {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
});
|
|
18
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.CreateRunResponseBodyMessagesContentStructPartsTextPart = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CreateRunResponseBodyMessagesContentStructPartsTextPart extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
text: 'text',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
static types() {
|
|
46
|
+
return {
|
|
47
|
+
text: 'string',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
validate() {
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
constructor(map) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.CreateRunResponseBodyMessagesContentStructPartsTextPart = CreateRunResponseBodyMessagesContentStructPartsTextPart;
|
|
58
|
+
//# sourceMappingURL=CreateRunResponseBodyMessagesContentStructPartsTextPart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateRunResponseBodyMessagesContentStructPartsTextPart.js","sourceRoot":"","sources":["../../src/models/CreateRunResponseBodyMessagesContentStructPartsTextPart.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uDAAwD,SAAQ,KAAK,CAAC,KAAK;IAMtF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;SACf,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;AAzBD,0HAyBC"}
|
|
@@ -24,14 +24,6 @@ export declare class InsertContentWithOptionsRequest extends $dara.Model {
|
|
|
24
24
|
* 1
|
|
25
25
|
*/
|
|
26
26
|
index?: number;
|
|
27
|
-
/**
|
|
28
|
-
* @remarks
|
|
29
|
-
* This parameter is required.
|
|
30
|
-
*
|
|
31
|
-
* @example
|
|
32
|
-
* union_id
|
|
33
|
-
*/
|
|
34
|
-
operatorId?: string;
|
|
35
27
|
/**
|
|
36
28
|
* @example
|
|
37
29
|
* [0,0]
|
|
@@ -43,7 +43,6 @@ class InsertContentWithOptionsRequest extends $dara.Model {
|
|
|
43
43
|
content: 'Content',
|
|
44
44
|
documentId: 'DocumentId',
|
|
45
45
|
index: 'Index',
|
|
46
|
-
operatorId: 'OperatorId',
|
|
47
46
|
path: 'Path',
|
|
48
47
|
tenantContext: 'TenantContext',
|
|
49
48
|
};
|
|
@@ -53,7 +52,6 @@ class InsertContentWithOptionsRequest extends $dara.Model {
|
|
|
53
52
|
content: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
54
53
|
documentId: 'string',
|
|
55
54
|
index: 'number',
|
|
56
|
-
operatorId: 'string',
|
|
57
55
|
path: { 'type': 'array', 'itemType': 'number' },
|
|
58
56
|
tenantContext: InsertContentWithOptionsRequestTenantContext_1.InsertContentWithOptionsRequestTenantContext,
|
|
59
57
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsertContentWithOptionsRequest.js","sourceRoot":"","sources":["../../src/models/InsertContentWithOptionsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iHAA8G;AAG9G,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"InsertContentWithOptionsRequest.js","sourceRoot":"","sources":["../../src/models/InsertContentWithOptionsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iHAA8G;AAG9G,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IA4B9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,KAAK,EAAE,OAAO;YACd,IAAI,EAAE,MAAM;YACZ,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE;YACnE,UAAU,EAAE,QAAQ;YACpB,KAAK,EAAE,QAAQ;YACf,IAAI,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YAC/C,aAAa,EAAE,2FAA4C;SAC5D,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,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;YAC5B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACvC,CAAC;QACD,IAAG,IAAI,CAAC,aAAa,IAAI,OAAQ,IAAI,CAAC,aAAqB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACnF,IAAI,CAAC,aAAqB,CAAC,QAAQ,EAAE,CAAC;QACzC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhED,0EAgEC"}
|
|
@@ -21,14 +21,6 @@ export declare class InsertContentWithOptionsShrinkRequest extends $dara.Model {
|
|
|
21
21
|
* 1
|
|
22
22
|
*/
|
|
23
23
|
index?: number;
|
|
24
|
-
/**
|
|
25
|
-
* @remarks
|
|
26
|
-
* This parameter is required.
|
|
27
|
-
*
|
|
28
|
-
* @example
|
|
29
|
-
* union_id
|
|
30
|
-
*/
|
|
31
|
-
operatorId?: string;
|
|
32
24
|
/**
|
|
33
25
|
* @example
|
|
34
26
|
* [0,0]
|
|
@@ -42,7 +42,6 @@ class InsertContentWithOptionsShrinkRequest extends $dara.Model {
|
|
|
42
42
|
contentShrink: 'Content',
|
|
43
43
|
documentId: 'DocumentId',
|
|
44
44
|
index: 'Index',
|
|
45
|
-
operatorId: 'OperatorId',
|
|
46
45
|
pathShrink: 'Path',
|
|
47
46
|
tenantContextShrink: 'TenantContext',
|
|
48
47
|
};
|
|
@@ -52,7 +51,6 @@ class InsertContentWithOptionsShrinkRequest extends $dara.Model {
|
|
|
52
51
|
contentShrink: 'string',
|
|
53
52
|
documentId: 'string',
|
|
54
53
|
index: 'number',
|
|
55
|
-
operatorId: 'string',
|
|
56
54
|
pathShrink: 'string',
|
|
57
55
|
tenantContextShrink: 'string',
|
|
58
56
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsertContentWithOptionsShrinkRequest.js","sourceRoot":"","sources":["../../src/models/InsertContentWithOptionsShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"InsertContentWithOptionsShrinkRequest.js","sourceRoot":"","sources":["../../src/models/InsertContentWithOptionsShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IA4BpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,SAAS;YACxB,UAAU,EAAE,YAAY;YACxB,KAAK,EAAE,OAAO;YACd,UAAU,EAAE,MAAM;YAClB,mBAAmB,EAAE,eAAe;SACrC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,UAAU,EAAE,QAAQ;YACpB,KAAK,EAAE,QAAQ;YACf,UAAU,EAAE,QAAQ;YACpB,mBAAmB,EAAE,QAAQ;SAC9B,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;AAvDD,sFAuDC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { InsertDropDownListHeadersAccountContext } from "./InsertDropDownListHeadersAccountContext";
|
|
3
|
+
export declare class InsertDropDownListHeaders extends $dara.Model {
|
|
4
|
+
commonHeaders?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
accountContext?: InsertDropDownListHeadersAccountContext;
|
|
8
|
+
static names(): {
|
|
9
|
+
[key: string]: string;
|
|
10
|
+
};
|
|
11
|
+
static types(): {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
};
|
|
14
|
+
validate(): void;
|
|
15
|
+
constructor(map?: {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
});
|
|
18
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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.InsertDropDownListHeaders = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const InsertDropDownListHeadersAccountContext_1 = require("./InsertDropDownListHeadersAccountContext");
|
|
40
|
+
class InsertDropDownListHeaders extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
commonHeaders: 'commonHeaders',
|
|
44
|
+
accountContext: 'AccountContext',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
50
|
+
accountContext: InsertDropDownListHeadersAccountContext_1.InsertDropDownListHeadersAccountContext,
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
validate() {
|
|
54
|
+
if (this.commonHeaders) {
|
|
55
|
+
$dara.Model.validateMap(this.commonHeaders);
|
|
56
|
+
}
|
|
57
|
+
if (this.accountContext && typeof this.accountContext.validate === 'function') {
|
|
58
|
+
this.accountContext.validate();
|
|
59
|
+
}
|
|
60
|
+
super.validate();
|
|
61
|
+
}
|
|
62
|
+
constructor(map) {
|
|
63
|
+
super(map);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.InsertDropDownListHeaders = InsertDropDownListHeaders;
|
|
67
|
+
//# sourceMappingURL=InsertDropDownListHeaders.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InsertDropDownListHeaders.js","sourceRoot":"","sources":["../../src/models/InsertDropDownListHeaders.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uGAAoG;AAGpG,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IAGxD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,cAAc,EAAE,gBAAgB;SACjC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YAC5E,cAAc,EAAE,iFAAuC;SACxD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,aAAa,EAAE,CAAC;YACtB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAC9C,CAAC;QACD,IAAG,IAAI,CAAC,cAAc,IAAI,OAAQ,IAAI,CAAC,cAAsB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACrF,IAAI,CAAC,cAAsB,CAAC,QAAQ,EAAE,CAAC;QAC1C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9BD,8DA8BC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class InsertDropDownListHeadersAccountContext extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* This parameter is required.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* 012345
|
|
9
|
+
*/
|
|
10
|
+
accountId?: string;
|
|
11
|
+
static names(): {
|
|
12
|
+
[key: string]: string;
|
|
13
|
+
};
|
|
14
|
+
static types(): {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
};
|
|
17
|
+
validate(): void;
|
|
18
|
+
constructor(map?: {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
});
|
|
21
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.InsertDropDownListHeadersAccountContext = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class InsertDropDownListHeadersAccountContext extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
accountId: 'accountId',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
static types() {
|
|
46
|
+
return {
|
|
47
|
+
accountId: 'string',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
validate() {
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
constructor(map) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.InsertDropDownListHeadersAccountContext = InsertDropDownListHeadersAccountContext;
|
|
58
|
+
//# sourceMappingURL=InsertDropDownListHeadersAccountContext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InsertDropDownListHeadersAccountContext.js","sourceRoot":"","sources":["../../src/models/InsertDropDownListHeadersAccountContext.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;IAStE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,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;AA5BD,0FA4BC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { InsertDropDownListRequestOptions } from "./InsertDropDownListRequestOptions";
|
|
3
|
+
import { InsertDropDownListRequestTenantContext } from "./InsertDropDownListRequestTenantContext";
|
|
4
|
+
export declare class InsertDropDownListRequest extends $dara.Model {
|
|
5
|
+
/**
|
|
6
|
+
* @remarks
|
|
7
|
+
* This parameter is required.
|
|
8
|
+
*/
|
|
9
|
+
options?: InsertDropDownListRequestOptions[];
|
|
10
|
+
/**
|
|
11
|
+
* @remarks
|
|
12
|
+
* This parameter is required.
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* A3:C3
|
|
16
|
+
*/
|
|
17
|
+
rangeAddress?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @remarks
|
|
20
|
+
* This parameter is required.
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* Sheet1
|
|
24
|
+
*/
|
|
25
|
+
sheetId?: string;
|
|
26
|
+
tenantContext?: InsertDropDownListRequestTenantContext;
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* This parameter is required.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* stxxxx
|
|
33
|
+
*/
|
|
34
|
+
workbookId?: string;
|
|
35
|
+
static names(): {
|
|
36
|
+
[key: string]: string;
|
|
37
|
+
};
|
|
38
|
+
static types(): {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
};
|
|
41
|
+
validate(): void;
|
|
42
|
+
constructor(map?: {
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
});
|
|
45
|
+
}
|