@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
|
@@ -3,9 +3,16 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class AddMultiDimTableRequestFields extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*/
|
|
6
10
|
name?: string;
|
|
7
11
|
property?: { [key: string]: any };
|
|
8
12
|
/**
|
|
13
|
+
* @remarks
|
|
14
|
+
* This parameter is required.
|
|
15
|
+
*
|
|
9
16
|
* @example
|
|
10
17
|
* text
|
|
11
18
|
*/
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { InsertContentWithOptionsHeadersAccountContext } from "./InsertContentWithOptionsHeadersAccountContext";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class InsertContentWithOptionsHeaders extends $dara.Model {
|
|
7
|
+
commonHeaders?: { [key: string]: string };
|
|
8
|
+
accountContext?: InsertContentWithOptionsHeadersAccountContext;
|
|
9
|
+
static names(): { [key: string]: string } {
|
|
10
|
+
return {
|
|
11
|
+
commonHeaders: 'commonHeaders',
|
|
12
|
+
accountContext: 'AccountContext',
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
static types(): { [key: string]: any } {
|
|
17
|
+
return {
|
|
18
|
+
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
19
|
+
accountContext: InsertContentWithOptionsHeadersAccountContext,
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
validate() {
|
|
24
|
+
if(this.commonHeaders) {
|
|
25
|
+
$dara.Model.validateMap(this.commonHeaders);
|
|
26
|
+
}
|
|
27
|
+
if(this.accountContext && typeof (this.accountContext as any).validate === 'function') {
|
|
28
|
+
(this.accountContext as any).validate();
|
|
29
|
+
}
|
|
30
|
+
super.validate();
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
constructor(map?: { [key: string]: any }) {
|
|
34
|
+
super(map);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class InsertContentWithOptionsHeadersAccountContext extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 012345
|
|
12
|
+
*/
|
|
13
|
+
accountId?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
accountId: 'accountId',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
accountId: 'string',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
super.validate();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
constructor(map?: { [key: string]: any }) {
|
|
31
|
+
super(map);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { InsertContentWithOptionsRequestTenantContext } from "./InsertContentWithOptionsRequestTenantContext";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class InsertContentWithOptionsRequest extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* This parameter is required.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* content
|
|
13
|
+
*/
|
|
14
|
+
content?: { [key: string]: any };
|
|
15
|
+
/**
|
|
16
|
+
* @remarks
|
|
17
|
+
* This parameter is required.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* documentId
|
|
21
|
+
*/
|
|
22
|
+
documentId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @example
|
|
25
|
+
* 1
|
|
26
|
+
*/
|
|
27
|
+
index?: number;
|
|
28
|
+
/**
|
|
29
|
+
* @remarks
|
|
30
|
+
* This parameter is required.
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* union_id
|
|
34
|
+
*/
|
|
35
|
+
operatorId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @example
|
|
38
|
+
* [0,0]
|
|
39
|
+
*/
|
|
40
|
+
path?: number[];
|
|
41
|
+
tenantContext?: InsertContentWithOptionsRequestTenantContext;
|
|
42
|
+
static names(): { [key: string]: string } {
|
|
43
|
+
return {
|
|
44
|
+
content: 'Content',
|
|
45
|
+
documentId: 'DocumentId',
|
|
46
|
+
index: 'Index',
|
|
47
|
+
operatorId: 'OperatorId',
|
|
48
|
+
path: 'Path',
|
|
49
|
+
tenantContext: 'TenantContext',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
static types(): { [key: string]: any } {
|
|
54
|
+
return {
|
|
55
|
+
content: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
56
|
+
documentId: 'string',
|
|
57
|
+
index: 'number',
|
|
58
|
+
operatorId: 'string',
|
|
59
|
+
path: { 'type': 'array', 'itemType': 'number' },
|
|
60
|
+
tenantContext: InsertContentWithOptionsRequestTenantContext,
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
validate() {
|
|
65
|
+
if(this.content) {
|
|
66
|
+
$dara.Model.validateMap(this.content);
|
|
67
|
+
}
|
|
68
|
+
if(Array.isArray(this.path)) {
|
|
69
|
+
$dara.Model.validateArray(this.path);
|
|
70
|
+
}
|
|
71
|
+
if(this.tenantContext && typeof (this.tenantContext as any).validate === 'function') {
|
|
72
|
+
(this.tenantContext as any).validate();
|
|
73
|
+
}
|
|
74
|
+
super.validate();
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
constructor(map?: { [key: string]: any }) {
|
|
78
|
+
super(map);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
@@ -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 InsertContentWithOptionsRequestTenantContext extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* xxxxxx
|
|
9
|
+
*/
|
|
10
|
+
tenantId?: string;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
tenantId: 'tenantId',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
tenantId: 'string',
|
|
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,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { InsertContentWithOptionsResponseBody } from "./InsertContentWithOptionsResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class InsertContentWithOptionsResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: InsertContentWithOptionsResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: InsertContentWithOptionsResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class InsertContentWithOptionsResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
9
|
+
*/
|
|
10
|
+
requestId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* true
|
|
14
|
+
*/
|
|
15
|
+
success?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
19
|
+
*/
|
|
20
|
+
vendorRequestId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* dingtalk
|
|
24
|
+
*/
|
|
25
|
+
vendorType?: string;
|
|
26
|
+
static names(): { [key: string]: string } {
|
|
27
|
+
return {
|
|
28
|
+
requestId: 'requestId',
|
|
29
|
+
success: 'success',
|
|
30
|
+
vendorRequestId: 'vendorRequestId',
|
|
31
|
+
vendorType: 'vendorType',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
requestId: 'string',
|
|
38
|
+
success: 'boolean',
|
|
39
|
+
vendorRequestId: 'string',
|
|
40
|
+
vendorType: 'string',
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
validate() {
|
|
45
|
+
super.validate();
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
constructor(map?: { [key: string]: any }) {
|
|
49
|
+
super(map);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
@@ -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 InsertContentWithOptionsShrinkHeaders 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,71 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class InsertContentWithOptionsShrinkRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* content
|
|
12
|
+
*/
|
|
13
|
+
contentShrink?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* This parameter is required.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* documentId
|
|
20
|
+
*/
|
|
21
|
+
documentId?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @example
|
|
24
|
+
* 1
|
|
25
|
+
*/
|
|
26
|
+
index?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* This parameter is required.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* union_id
|
|
33
|
+
*/
|
|
34
|
+
operatorId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @example
|
|
37
|
+
* [0,0]
|
|
38
|
+
*/
|
|
39
|
+
pathShrink?: string;
|
|
40
|
+
tenantContextShrink?: string;
|
|
41
|
+
static names(): { [key: string]: string } {
|
|
42
|
+
return {
|
|
43
|
+
contentShrink: 'Content',
|
|
44
|
+
documentId: 'DocumentId',
|
|
45
|
+
index: 'Index',
|
|
46
|
+
operatorId: 'OperatorId',
|
|
47
|
+
pathShrink: 'Path',
|
|
48
|
+
tenantContextShrink: 'TenantContext',
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
static types(): { [key: string]: any } {
|
|
53
|
+
return {
|
|
54
|
+
contentShrink: 'string',
|
|
55
|
+
documentId: 'string',
|
|
56
|
+
index: 'number',
|
|
57
|
+
operatorId: 'string',
|
|
58
|
+
pathShrink: 'string',
|
|
59
|
+
tenantContextShrink: 'string',
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
validate() {
|
|
64
|
+
super.validate();
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
constructor(map?: { [key: string]: any }) {
|
|
68
|
+
super(map);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
@@ -13,7 +13,15 @@ export class InsertMultiDimTableRecordRequest extends $dara.Model {
|
|
|
13
13
|
* r1R7q3QmWew5lo02fxB7nxxxxxxxx
|
|
14
14
|
*/
|
|
15
15
|
baseId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* This parameter is required.
|
|
19
|
+
*/
|
|
16
20
|
records?: InsertMultiDimTableRecordRequestRecords[];
|
|
21
|
+
/**
|
|
22
|
+
* @remarks
|
|
23
|
+
* This parameter is required.
|
|
24
|
+
*/
|
|
17
25
|
sheetIdOrName?: string;
|
|
18
26
|
tenantContext?: InsertMultiDimTableRecordRequestTenantContext;
|
|
19
27
|
static names(): { [key: string]: string } {
|
|
@@ -3,6 +3,10 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class InsertMultiDimTableRecordRequestRecords extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*/
|
|
6
10
|
fields?: { [key: string]: any };
|
|
7
11
|
static names(): { [key: string]: string } {
|
|
8
12
|
return {
|
|
@@ -11,7 +11,15 @@ export class InsertMultiDimTableRecordShrinkRequest extends $dara.Model {
|
|
|
11
11
|
* r1R7q3QmWew5lo02fxB7nxxxxxxxx
|
|
12
12
|
*/
|
|
13
13
|
baseId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* This parameter is required.
|
|
17
|
+
*/
|
|
14
18
|
recordsShrink?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* This parameter is required.
|
|
22
|
+
*/
|
|
15
23
|
sheetIdOrName?: string;
|
|
16
24
|
tenantContextShrink?: string;
|
|
17
25
|
static names(): { [key: string]: string } {
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { QueryDentriesInfoHeadersAccountContext } from "./QueryDentriesInfoHeadersAccountContext";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class QueryDentriesInfoHeaders extends $dara.Model {
|
|
7
|
+
commonHeaders?: { [key: string]: string };
|
|
8
|
+
accountContext?: QueryDentriesInfoHeadersAccountContext;
|
|
9
|
+
static names(): { [key: string]: string } {
|
|
10
|
+
return {
|
|
11
|
+
commonHeaders: 'commonHeaders',
|
|
12
|
+
accountContext: 'AccountContext',
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
static types(): { [key: string]: any } {
|
|
17
|
+
return {
|
|
18
|
+
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
19
|
+
accountContext: QueryDentriesInfoHeadersAccountContext,
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
validate() {
|
|
24
|
+
if(this.commonHeaders) {
|
|
25
|
+
$dara.Model.validateMap(this.commonHeaders);
|
|
26
|
+
}
|
|
27
|
+
if(this.accountContext && typeof (this.accountContext as any).validate === 'function') {
|
|
28
|
+
(this.accountContext as any).validate();
|
|
29
|
+
}
|
|
30
|
+
super.validate();
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
constructor(map?: { [key: string]: any }) {
|
|
34
|
+
super(map);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class QueryDentriesInfoHeadersAccountContext extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 012345
|
|
12
|
+
*/
|
|
13
|
+
accountId?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
accountId: 'accountId',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
accountId: 'string',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
super.validate();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
constructor(map?: { [key: string]: any }) {
|
|
31
|
+
super(map);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { QueryDentriesInfoRequestTenantContext } from "./QueryDentriesInfoRequestTenantContext";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class QueryDentriesInfoRequest extends $dara.Model {
|
|
7
|
+
appIdsForAppProperties?: string[];
|
|
8
|
+
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* This parameter is required.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* 140901622636
|
|
14
|
+
*/
|
|
15
|
+
dentryId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* This parameter is required.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* 22443475065
|
|
22
|
+
*/
|
|
23
|
+
spaceId?: string;
|
|
24
|
+
tenantContext?: QueryDentriesInfoRequestTenantContext;
|
|
25
|
+
/**
|
|
26
|
+
* @remarks
|
|
27
|
+
* This parameter is required.
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* urv3ZIAtcmmIgQzHq08YcAiEiE
|
|
31
|
+
*/
|
|
32
|
+
unionId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @example
|
|
35
|
+
* false
|
|
36
|
+
*/
|
|
37
|
+
withThumbnail?: boolean;
|
|
38
|
+
static names(): { [key: string]: string } {
|
|
39
|
+
return {
|
|
40
|
+
appIdsForAppProperties: 'AppIdsForAppProperties',
|
|
41
|
+
dentryId: 'DentryId',
|
|
42
|
+
spaceId: 'SpaceId',
|
|
43
|
+
tenantContext: 'TenantContext',
|
|
44
|
+
unionId: 'UnionId',
|
|
45
|
+
withThumbnail: 'WithThumbnail',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
static types(): { [key: string]: any } {
|
|
50
|
+
return {
|
|
51
|
+
appIdsForAppProperties: { 'type': 'array', 'itemType': 'string' },
|
|
52
|
+
dentryId: 'string',
|
|
53
|
+
spaceId: 'string',
|
|
54
|
+
tenantContext: QueryDentriesInfoRequestTenantContext,
|
|
55
|
+
unionId: 'string',
|
|
56
|
+
withThumbnail: 'boolean',
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
validate() {
|
|
61
|
+
if(Array.isArray(this.appIdsForAppProperties)) {
|
|
62
|
+
$dara.Model.validateArray(this.appIdsForAppProperties);
|
|
63
|
+
}
|
|
64
|
+
if(this.tenantContext && typeof (this.tenantContext as any).validate === 'function') {
|
|
65
|
+
(this.tenantContext as any).validate();
|
|
66
|
+
}
|
|
67
|
+
super.validate();
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
constructor(map?: { [key: string]: any }) {
|
|
71
|
+
super(map);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
@@ -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 QueryDentriesInfoRequestTenantContext extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* xxxxxx
|
|
9
|
+
*/
|
|
10
|
+
tenantId?: string;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
tenantId: 'tenantId',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
tenantId: 'string',
|
|
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,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { QueryDentriesInfoResponseBody } from "./QueryDentriesInfoResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class QueryDentriesInfoResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: QueryDentriesInfoResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: QueryDentriesInfoResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|