@alicloud/aliding20230426 2.30.0 → 2.31.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 +32 -0
- package/dist/client.js +157 -0
- package/dist/client.js.map +1 -1
- package/dist/models/AddMultiDimTableRequestFields.d.ts +7 -0
- package/dist/models/AddMultiDimTableRequestFields.js.map +1 -1
- package/dist/models/CreateMultiDimTableFieldRequest.d.ts +3 -0
- package/dist/models/CreateMultiDimTableFieldRequest.js.map +1 -1
- package/dist/models/CreateMultiDimTableFieldShrinkRequest.d.ts +3 -0
- package/dist/models/CreateMultiDimTableFieldShrinkRequest.js.map +1 -1
- package/dist/models/InsertContentWithOptionsHeaders.d.ts +18 -0
- package/dist/models/InsertContentWithOptionsHeaders.js +67 -0
- package/dist/models/InsertContentWithOptionsHeaders.js.map +1 -0
- package/dist/models/InsertContentWithOptionsHeadersAccountContext.d.ts +21 -0
- package/dist/models/InsertContentWithOptionsHeadersAccountContext.js +58 -0
- package/dist/models/InsertContentWithOptionsHeadersAccountContext.js.map +1 -0
- package/dist/models/InsertContentWithOptionsRequest.d.ts +51 -0
- package/dist/models/InsertContentWithOptionsRequest.js +78 -0
- package/dist/models/InsertContentWithOptionsRequest.js.map +1 -0
- package/dist/models/InsertContentWithOptionsRequestTenantContext.d.ts +18 -0
- package/dist/models/InsertContentWithOptionsRequestTenantContext.js +58 -0
- package/dist/models/InsertContentWithOptionsRequestTenantContext.js.map +1 -0
- package/dist/models/InsertContentWithOptionsResponse.d.ts +19 -0
- package/dist/models/InsertContentWithOptionsResponse.js +69 -0
- package/dist/models/InsertContentWithOptionsResponse.js.map +1 -0
- package/dist/models/InsertContentWithOptionsResponseBody.d.ts +33 -0
- package/dist/models/InsertContentWithOptionsResponseBody.js +64 -0
- package/dist/models/InsertContentWithOptionsResponseBody.js.map +1 -0
- package/dist/models/InsertContentWithOptionsShrinkHeaders.d.ts +17 -0
- package/dist/models/InsertContentWithOptionsShrinkHeaders.js +63 -0
- package/dist/models/InsertContentWithOptionsShrinkHeaders.js.map +1 -0
- package/dist/models/InsertContentWithOptionsShrinkRequest.d.ts +48 -0
- package/dist/models/InsertContentWithOptionsShrinkRequest.js +68 -0
- package/dist/models/InsertContentWithOptionsShrinkRequest.js.map +1 -0
- package/dist/models/InsertMultiDimTableRecordRequest.d.ts +8 -0
- package/dist/models/InsertMultiDimTableRecordRequest.js.map +1 -1
- package/dist/models/InsertMultiDimTableRecordRequestRecords.d.ts +4 -0
- package/dist/models/InsertMultiDimTableRecordRequestRecords.js.map +1 -1
- package/dist/models/InsertMultiDimTableRecordShrinkRequest.d.ts +8 -0
- package/dist/models/InsertMultiDimTableRecordShrinkRequest.js.map +1 -1
- package/dist/models/QueryDentriesInfoHeaders.d.ts +18 -0
- package/dist/models/QueryDentriesInfoHeaders.js +67 -0
- package/dist/models/QueryDentriesInfoHeaders.js.map +1 -0
- package/dist/models/QueryDentriesInfoHeadersAccountContext.d.ts +21 -0
- package/dist/models/QueryDentriesInfoHeadersAccountContext.js +58 -0
- package/dist/models/QueryDentriesInfoHeadersAccountContext.js.map +1 -0
- package/dist/models/QueryDentriesInfoRequest.d.ts +45 -0
- package/dist/models/QueryDentriesInfoRequest.js +75 -0
- package/dist/models/QueryDentriesInfoRequest.js.map +1 -0
- package/dist/models/QueryDentriesInfoRequestTenantContext.d.ts +18 -0
- package/dist/models/QueryDentriesInfoRequestTenantContext.js +58 -0
- package/dist/models/QueryDentriesInfoRequestTenantContext.js.map +1 -0
- package/dist/models/QueryDentriesInfoResponse.d.ts +19 -0
- package/dist/models/QueryDentriesInfoResponse.js +69 -0
- package/dist/models/QueryDentriesInfoResponse.js.map +1 -0
- package/dist/models/QueryDentriesInfoResponseBody.d.ts +30 -0
- package/dist/models/QueryDentriesInfoResponseBody.js +68 -0
- package/dist/models/QueryDentriesInfoResponseBody.js.map +1 -0
- package/dist/models/QueryDentriesInfoResponseBodyDentry.d.ts +94 -0
- package/dist/models/QueryDentriesInfoResponseBodyDentry.js +108 -0
- package/dist/models/QueryDentriesInfoResponseBodyDentry.js.map +1 -0
- package/dist/models/QueryDentriesInfoResponseBodyDentryProperties.d.ts +18 -0
- package/dist/models/QueryDentriesInfoResponseBodyDentryProperties.js +58 -0
- package/dist/models/QueryDentriesInfoResponseBodyDentryProperties.js.map +1 -0
- package/dist/models/QueryDentriesInfoResponseBodyDentryThumbnail.d.ts +28 -0
- package/dist/models/QueryDentriesInfoResponseBodyDentryThumbnail.js +62 -0
- package/dist/models/QueryDentriesInfoResponseBodyDentryThumbnail.js.map +1 -0
- package/dist/models/QueryDentriesInfoShrinkHeaders.d.ts +17 -0
- package/dist/models/QueryDentriesInfoShrinkHeaders.js +63 -0
- package/dist/models/QueryDentriesInfoShrinkHeaders.js.map +1 -0
- package/dist/models/QueryDentriesInfoShrinkRequest.d.ts +44 -0
- package/dist/models/QueryDentriesInfoShrinkRequest.js +68 -0
- package/dist/models/QueryDentriesInfoShrinkRequest.js.map +1 -0
- package/dist/models/model.d.ts +19 -0
- package/dist/models/model.js +76 -37
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +184 -0
- package/src/models/AddMultiDimTableRequestFields.ts +7 -0
- package/src/models/CreateMultiDimTableFieldRequest.ts +3 -0
- package/src/models/CreateMultiDimTableFieldShrinkRequest.ts +3 -0
- package/src/models/InsertContentWithOptionsHeaders.ts +37 -0
- package/src/models/InsertContentWithOptionsHeadersAccountContext.ts +34 -0
- package/src/models/InsertContentWithOptionsRequest.ts +81 -0
- package/src/models/InsertContentWithOptionsRequestTenantContext.ts +31 -0
- package/src/models/InsertContentWithOptionsResponse.ts +40 -0
- package/src/models/InsertContentWithOptionsResponseBody.ts +52 -0
- package/src/models/InsertContentWithOptionsShrinkHeaders.ts +33 -0
- package/src/models/InsertContentWithOptionsShrinkRequest.ts +71 -0
- package/src/models/InsertMultiDimTableRecordRequest.ts +8 -0
- package/src/models/InsertMultiDimTableRecordRequestRecords.ts +4 -0
- package/src/models/InsertMultiDimTableRecordShrinkRequest.ts +8 -0
- package/src/models/QueryDentriesInfoHeaders.ts +37 -0
- package/src/models/QueryDentriesInfoHeadersAccountContext.ts +34 -0
- package/src/models/QueryDentriesInfoRequest.ts +74 -0
- package/src/models/QueryDentriesInfoRequestTenantContext.ts +31 -0
- package/src/models/QueryDentriesInfoResponse.ts +40 -0
- package/src/models/QueryDentriesInfoResponseBody.ts +52 -0
- package/src/models/QueryDentriesInfoResponseBodyDentry.ts +152 -0
- package/src/models/QueryDentriesInfoResponseBodyDentryProperties.ts +31 -0
- package/src/models/QueryDentriesInfoResponseBodyDentryThumbnail.ts +45 -0
- package/src/models/QueryDentriesInfoShrinkHeaders.ts +33 -0
- package/src/models/QueryDentriesInfoShrinkRequest.ts +67 -0
- package/src/models/model.ts +19 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { QueryDentriesInfoResponseBodyDentry } from "./QueryDentriesInfoResponseBodyDentry";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class QueryDentriesInfoResponseBody extends $dara.Model {
|
|
7
|
+
dentry?: QueryDentriesInfoResponseBodyDentry;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
11
|
+
*/
|
|
12
|
+
requestId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
16
|
+
*/
|
|
17
|
+
vendorRequestId?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* dingtalk
|
|
21
|
+
*/
|
|
22
|
+
vendorType?: string;
|
|
23
|
+
static names(): { [key: string]: string } {
|
|
24
|
+
return {
|
|
25
|
+
dentry: 'Dentry',
|
|
26
|
+
requestId: 'requestId',
|
|
27
|
+
vendorRequestId: 'vendorRequestId',
|
|
28
|
+
vendorType: 'vendorType',
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
static types(): { [key: string]: any } {
|
|
33
|
+
return {
|
|
34
|
+
dentry: QueryDentriesInfoResponseBodyDentry,
|
|
35
|
+
requestId: 'string',
|
|
36
|
+
vendorRequestId: 'string',
|
|
37
|
+
vendorType: 'string',
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
validate() {
|
|
42
|
+
if(this.dentry && typeof (this.dentry as any).validate === 'function') {
|
|
43
|
+
(this.dentry as any).validate();
|
|
44
|
+
}
|
|
45
|
+
super.validate();
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
constructor(map?: { [key: string]: any }) {
|
|
49
|
+
super(map);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DentryAppPropertiesValue } from "./DentryAppPropertiesValue";
|
|
4
|
+
import { QueryDentriesInfoResponseBodyDentryProperties } from "./QueryDentriesInfoResponseBodyDentryProperties";
|
|
5
|
+
import { QueryDentriesInfoResponseBodyDentryThumbnail } from "./QueryDentriesInfoResponseBodyDentryThumbnail";
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export class QueryDentriesInfoResponseBodyDentry extends $dara.Model {
|
|
9
|
+
appProperties?: { [key: string]: DentryAppPropertiesValue[] };
|
|
10
|
+
/**
|
|
11
|
+
* @example
|
|
12
|
+
* 2025-03-26T02:19:35Z
|
|
13
|
+
*/
|
|
14
|
+
createTime?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @example
|
|
17
|
+
* qt8bGiSa7WnHKeRPtMuoiSJwiE
|
|
18
|
+
*/
|
|
19
|
+
creatorId?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @example
|
|
22
|
+
* txt
|
|
23
|
+
*/
|
|
24
|
+
extension?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @example
|
|
27
|
+
* 140901622636
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
modifiedTime?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* qt8bGiSa7WnHKeRPtMuoiSJwiE
|
|
34
|
+
*/
|
|
35
|
+
modifierId?: string;
|
|
36
|
+
name?: string;
|
|
37
|
+
/**
|
|
38
|
+
* @example
|
|
39
|
+
* 0
|
|
40
|
+
*/
|
|
41
|
+
parentId?: string;
|
|
42
|
+
/**
|
|
43
|
+
* @example
|
|
44
|
+
* PUBLIC_OSS_PARTITION
|
|
45
|
+
*/
|
|
46
|
+
partitionType?: string;
|
|
47
|
+
path?: string;
|
|
48
|
+
properties?: QueryDentriesInfoResponseBodyDentryProperties;
|
|
49
|
+
/**
|
|
50
|
+
* @example
|
|
51
|
+
* 512
|
|
52
|
+
*/
|
|
53
|
+
size?: number;
|
|
54
|
+
/**
|
|
55
|
+
* @example
|
|
56
|
+
* 22443475065
|
|
57
|
+
*/
|
|
58
|
+
spaceId?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @example
|
|
61
|
+
* NORMAL
|
|
62
|
+
*/
|
|
63
|
+
status?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @example
|
|
66
|
+
* DINGTALK
|
|
67
|
+
*/
|
|
68
|
+
storageDriver?: string;
|
|
69
|
+
thumbnail?: QueryDentriesInfoResponseBodyDentryThumbnail;
|
|
70
|
+
/**
|
|
71
|
+
* @example
|
|
72
|
+
* FILE
|
|
73
|
+
*/
|
|
74
|
+
type?: string;
|
|
75
|
+
/**
|
|
76
|
+
* @example
|
|
77
|
+
* 1716258459684
|
|
78
|
+
*/
|
|
79
|
+
uuid?: string;
|
|
80
|
+
/**
|
|
81
|
+
* @example
|
|
82
|
+
* 1
|
|
83
|
+
*/
|
|
84
|
+
version?: number;
|
|
85
|
+
static names(): { [key: string]: string } {
|
|
86
|
+
return {
|
|
87
|
+
appProperties: 'AppProperties',
|
|
88
|
+
createTime: 'CreateTime',
|
|
89
|
+
creatorId: 'CreatorId',
|
|
90
|
+
extension: 'Extension',
|
|
91
|
+
id: 'Id',
|
|
92
|
+
modifiedTime: 'ModifiedTime',
|
|
93
|
+
modifierId: 'ModifierId',
|
|
94
|
+
name: 'Name',
|
|
95
|
+
parentId: 'ParentId',
|
|
96
|
+
partitionType: 'PartitionType',
|
|
97
|
+
path: 'Path',
|
|
98
|
+
properties: 'Properties',
|
|
99
|
+
size: 'Size',
|
|
100
|
+
spaceId: 'SpaceId',
|
|
101
|
+
status: 'Status',
|
|
102
|
+
storageDriver: 'StorageDriver',
|
|
103
|
+
thumbnail: 'Thumbnail',
|
|
104
|
+
type: 'Type',
|
|
105
|
+
uuid: 'Uuid',
|
|
106
|
+
version: 'Version',
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
static types(): { [key: string]: any } {
|
|
111
|
+
return {
|
|
112
|
+
appProperties: { 'type': 'map', 'keyType': 'string', 'valueType': { 'type': 'array', 'itemType': DentryAppPropertiesValue } },
|
|
113
|
+
createTime: 'string',
|
|
114
|
+
creatorId: 'string',
|
|
115
|
+
extension: 'string',
|
|
116
|
+
id: 'string',
|
|
117
|
+
modifiedTime: 'string',
|
|
118
|
+
modifierId: 'string',
|
|
119
|
+
name: 'string',
|
|
120
|
+
parentId: 'string',
|
|
121
|
+
partitionType: 'string',
|
|
122
|
+
path: 'string',
|
|
123
|
+
properties: QueryDentriesInfoResponseBodyDentryProperties,
|
|
124
|
+
size: 'number',
|
|
125
|
+
spaceId: 'string',
|
|
126
|
+
status: 'string',
|
|
127
|
+
storageDriver: 'string',
|
|
128
|
+
thumbnail: QueryDentriesInfoResponseBodyDentryThumbnail,
|
|
129
|
+
type: 'string',
|
|
130
|
+
uuid: 'string',
|
|
131
|
+
version: 'number',
|
|
132
|
+
};
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
validate() {
|
|
136
|
+
if(this.appProperties) {
|
|
137
|
+
$dara.Model.validateMap(this.appProperties);
|
|
138
|
+
}
|
|
139
|
+
if(this.properties && typeof (this.properties as any).validate === 'function') {
|
|
140
|
+
(this.properties as any).validate();
|
|
141
|
+
}
|
|
142
|
+
if(this.thumbnail && typeof (this.thumbnail as any).validate === 'function') {
|
|
143
|
+
(this.thumbnail as any).validate();
|
|
144
|
+
}
|
|
145
|
+
super.validate();
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
constructor(map?: { [key: string]: any }) {
|
|
149
|
+
super(map);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class QueryDentriesInfoResponseBodyDentryProperties extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* True
|
|
9
|
+
*/
|
|
10
|
+
readOnly?: boolean;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
readOnly: 'ReadOnly',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
readOnly: 'boolean',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
validate() {
|
|
24
|
+
super.validate();
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
constructor(map?: { [key: string]: any }) {
|
|
28
|
+
super(map);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class QueryDentriesInfoResponseBodyDentryThumbnail extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 720
|
|
9
|
+
*/
|
|
10
|
+
height?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* xxx
|
|
14
|
+
*/
|
|
15
|
+
url?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 1920
|
|
19
|
+
*/
|
|
20
|
+
width?: number;
|
|
21
|
+
static names(): { [key: string]: string } {
|
|
22
|
+
return {
|
|
23
|
+
height: 'Height',
|
|
24
|
+
url: 'Url',
|
|
25
|
+
width: 'Width',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
height: 'number',
|
|
32
|
+
url: 'string',
|
|
33
|
+
width: 'number',
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
validate() {
|
|
38
|
+
super.validate();
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
constructor(map?: { [key: string]: any }) {
|
|
42
|
+
super(map);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class QueryDentriesInfoShrinkHeaders extends $dara.Model {
|
|
6
|
+
commonHeaders?: { [key: string]: string };
|
|
7
|
+
accountContextShrink?: string;
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
commonHeaders: 'commonHeaders',
|
|
11
|
+
accountContextShrink: 'AccountContext',
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
static types(): { [key: string]: any } {
|
|
16
|
+
return {
|
|
17
|
+
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
18
|
+
accountContextShrink: 'string',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
validate() {
|
|
23
|
+
if(this.commonHeaders) {
|
|
24
|
+
$dara.Model.validateMap(this.commonHeaders);
|
|
25
|
+
}
|
|
26
|
+
super.validate();
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
constructor(map?: { [key: string]: any }) {
|
|
30
|
+
super(map);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class QueryDentriesInfoShrinkRequest extends $dara.Model {
|
|
6
|
+
appIdsForAppPropertiesShrink?: string;
|
|
7
|
+
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* This parameter is required.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* 140901622636
|
|
13
|
+
*/
|
|
14
|
+
dentryId?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @remarks
|
|
17
|
+
* This parameter is required.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* 22443475065
|
|
21
|
+
*/
|
|
22
|
+
spaceId?: string;
|
|
23
|
+
tenantContextShrink?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* This parameter is required.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* urv3ZIAtcmmIgQzHq08YcAiEiE
|
|
30
|
+
*/
|
|
31
|
+
unionId?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @example
|
|
34
|
+
* false
|
|
35
|
+
*/
|
|
36
|
+
withThumbnail?: boolean;
|
|
37
|
+
static names(): { [key: string]: string } {
|
|
38
|
+
return {
|
|
39
|
+
appIdsForAppPropertiesShrink: 'AppIdsForAppProperties',
|
|
40
|
+
dentryId: 'DentryId',
|
|
41
|
+
spaceId: 'SpaceId',
|
|
42
|
+
tenantContextShrink: 'TenantContext',
|
|
43
|
+
unionId: 'UnionId',
|
|
44
|
+
withThumbnail: 'WithThumbnail',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
static types(): { [key: string]: any } {
|
|
49
|
+
return {
|
|
50
|
+
appIdsForAppPropertiesShrink: 'string',
|
|
51
|
+
dentryId: 'string',
|
|
52
|
+
spaceId: 'string',
|
|
53
|
+
tenantContextShrink: 'string',
|
|
54
|
+
unionId: 'string',
|
|
55
|
+
withThumbnail: 'boolean',
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
validate() {
|
|
60
|
+
super.validate();
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
constructor(map?: { [key: string]: any }) {
|
|
64
|
+
super(map);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -500,6 +500,8 @@ export { InitMultipartFileUploadRequestOption } from './InitMultipartFileUploadR
|
|
|
500
500
|
export { InitMultipartFileUploadRequestTenantContext } from './InitMultipartFileUploadRequestTenantContext';
|
|
501
501
|
export { InsertColumnsBeforeHeadersAccountContext } from './InsertColumnsBeforeHeadersAccountContext';
|
|
502
502
|
export { InsertColumnsBeforeRequestTenantContext } from './InsertColumnsBeforeRequestTenantContext';
|
|
503
|
+
export { InsertContentWithOptionsHeadersAccountContext } from './InsertContentWithOptionsHeadersAccountContext';
|
|
504
|
+
export { InsertContentWithOptionsRequestTenantContext } from './InsertContentWithOptionsRequestTenantContext';
|
|
503
505
|
export { InsertMultiDimTableRecordHeadersAccountContext } from './InsertMultiDimTableRecordHeadersAccountContext';
|
|
504
506
|
export { InsertMultiDimTableRecordRequestRecords } from './InsertMultiDimTableRecordRequestRecords';
|
|
505
507
|
export { InsertMultiDimTableRecordRequestTenantContext } from './InsertMultiDimTableRecordRequestTenantContext';
|
|
@@ -665,6 +667,11 @@ export { QueryConferenceInfoByRoomCodeResponseBodyConferenceList } from './Query
|
|
|
665
667
|
export { QueryConferenceMembersHeadersAccountContext } from './QueryConferenceMembersHeadersAccountContext';
|
|
666
668
|
export { QueryConferenceMembersRequestTenantContext } from './QueryConferenceMembersRequestTenantContext';
|
|
667
669
|
export { QueryConferenceMembersResponseBodyMemberModels } from './QueryConferenceMembersResponseBodyMemberModels';
|
|
670
|
+
export { QueryDentriesInfoHeadersAccountContext } from './QueryDentriesInfoHeadersAccountContext';
|
|
671
|
+
export { QueryDentriesInfoRequestTenantContext } from './QueryDentriesInfoRequestTenantContext';
|
|
672
|
+
export { QueryDentriesInfoResponseBodyDentryProperties } from './QueryDentriesInfoResponseBodyDentryProperties';
|
|
673
|
+
export { QueryDentriesInfoResponseBodyDentryThumbnail } from './QueryDentriesInfoResponseBodyDentryThumbnail';
|
|
674
|
+
export { QueryDentriesInfoResponseBodyDentry } from './QueryDentriesInfoResponseBodyDentry';
|
|
668
675
|
export { QueryDentryHeadersAccountContext } from './QueryDentryHeadersAccountContext';
|
|
669
676
|
export { QueryDentryRequestTenantContext } from './QueryDentryRequestTenantContext';
|
|
670
677
|
export { QueryDentryResponseBodyCreator } from './QueryDentryResponseBodyCreator';
|
|
@@ -1704,6 +1711,12 @@ export { InsertColumnsBeforeRequest } from './InsertColumnsBeforeRequest';
|
|
|
1704
1711
|
export { InsertColumnsBeforeShrinkRequest } from './InsertColumnsBeforeShrinkRequest';
|
|
1705
1712
|
export { InsertColumnsBeforeResponseBody } from './InsertColumnsBeforeResponseBody';
|
|
1706
1713
|
export { InsertColumnsBeforeResponse } from './InsertColumnsBeforeResponse';
|
|
1714
|
+
export { InsertContentWithOptionsHeaders } from './InsertContentWithOptionsHeaders';
|
|
1715
|
+
export { InsertContentWithOptionsShrinkHeaders } from './InsertContentWithOptionsShrinkHeaders';
|
|
1716
|
+
export { InsertContentWithOptionsRequest } from './InsertContentWithOptionsRequest';
|
|
1717
|
+
export { InsertContentWithOptionsShrinkRequest } from './InsertContentWithOptionsShrinkRequest';
|
|
1718
|
+
export { InsertContentWithOptionsResponseBody } from './InsertContentWithOptionsResponseBody';
|
|
1719
|
+
export { InsertContentWithOptionsResponse } from './InsertContentWithOptionsResponse';
|
|
1707
1720
|
export { InsertMultiDimTableRecordHeaders } from './InsertMultiDimTableRecordHeaders';
|
|
1708
1721
|
export { InsertMultiDimTableRecordShrinkHeaders } from './InsertMultiDimTableRecordShrinkHeaders';
|
|
1709
1722
|
export { InsertMultiDimTableRecordRequest } from './InsertMultiDimTableRecordRequest';
|
|
@@ -1874,6 +1887,12 @@ export { QueryConferenceMembersRequest } from './QueryConferenceMembersRequest';
|
|
|
1874
1887
|
export { QueryConferenceMembersShrinkRequest } from './QueryConferenceMembersShrinkRequest';
|
|
1875
1888
|
export { QueryConferenceMembersResponseBody } from './QueryConferenceMembersResponseBody';
|
|
1876
1889
|
export { QueryConferenceMembersResponse } from './QueryConferenceMembersResponse';
|
|
1890
|
+
export { QueryDentriesInfoHeaders } from './QueryDentriesInfoHeaders';
|
|
1891
|
+
export { QueryDentriesInfoShrinkHeaders } from './QueryDentriesInfoShrinkHeaders';
|
|
1892
|
+
export { QueryDentriesInfoRequest } from './QueryDentriesInfoRequest';
|
|
1893
|
+
export { QueryDentriesInfoShrinkRequest } from './QueryDentriesInfoShrinkRequest';
|
|
1894
|
+
export { QueryDentriesInfoResponseBody } from './QueryDentriesInfoResponseBody';
|
|
1895
|
+
export { QueryDentriesInfoResponse } from './QueryDentriesInfoResponse';
|
|
1877
1896
|
export { QueryDentryHeaders } from './QueryDentryHeaders';
|
|
1878
1897
|
export { QueryDentryShrinkHeaders } from './QueryDentryShrinkHeaders';
|
|
1879
1898
|
export { QueryDentryRequest } from './QueryDentryRequest';
|