@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,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { QueryDentriesInfoResponseBody } from "./QueryDentriesInfoResponseBody";
|
|
3
|
+
export declare class QueryDentriesInfoResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: QueryDentriesInfoResponseBody;
|
|
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.QueryDentriesInfoResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const QueryDentriesInfoResponseBody_1 = require("./QueryDentriesInfoResponseBody");
|
|
40
|
+
class QueryDentriesInfoResponse 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: QueryDentriesInfoResponseBody_1.QueryDentriesInfoResponseBody,
|
|
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.QueryDentriesInfoResponse = QueryDentriesInfoResponse;
|
|
69
|
+
//# sourceMappingURL=QueryDentriesInfoResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDentriesInfoResponse.js","sourceRoot":"","sources":["../../src/models/QueryDentriesInfoResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,mFAAgF;AAGhF,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IAIxD,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,6DAA6B;SACpC,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,8DAiCC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { QueryDentriesInfoResponseBodyDentry } from "./QueryDentriesInfoResponseBodyDentry";
|
|
3
|
+
export declare class QueryDentriesInfoResponseBody extends $dara.Model {
|
|
4
|
+
dentry?: QueryDentriesInfoResponseBodyDentry;
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
8
|
+
*/
|
|
9
|
+
requestId?: string;
|
|
10
|
+
/**
|
|
11
|
+
* @example
|
|
12
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
13
|
+
*/
|
|
14
|
+
vendorRequestId?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @example
|
|
17
|
+
* dingtalk
|
|
18
|
+
*/
|
|
19
|
+
vendorType?: string;
|
|
20
|
+
static names(): {
|
|
21
|
+
[key: string]: string;
|
|
22
|
+
};
|
|
23
|
+
static types(): {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
};
|
|
26
|
+
validate(): void;
|
|
27
|
+
constructor(map?: {
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
});
|
|
30
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.QueryDentriesInfoResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const QueryDentriesInfoResponseBodyDentry_1 = require("./QueryDentriesInfoResponseBodyDentry");
|
|
40
|
+
class QueryDentriesInfoResponseBody extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
dentry: 'Dentry',
|
|
44
|
+
requestId: 'requestId',
|
|
45
|
+
vendorRequestId: 'vendorRequestId',
|
|
46
|
+
vendorType: 'vendorType',
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
static types() {
|
|
50
|
+
return {
|
|
51
|
+
dentry: QueryDentriesInfoResponseBodyDentry_1.QueryDentriesInfoResponseBodyDentry,
|
|
52
|
+
requestId: 'string',
|
|
53
|
+
vendorRequestId: 'string',
|
|
54
|
+
vendorType: 'string',
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
validate() {
|
|
58
|
+
if (this.dentry && typeof this.dentry.validate === 'function') {
|
|
59
|
+
this.dentry.validate();
|
|
60
|
+
}
|
|
61
|
+
super.validate();
|
|
62
|
+
}
|
|
63
|
+
constructor(map) {
|
|
64
|
+
super(map);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.QueryDentriesInfoResponseBody = QueryDentriesInfoResponseBody;
|
|
68
|
+
//# sourceMappingURL=QueryDentriesInfoResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDentriesInfoResponseBody.js","sourceRoot":"","sources":["../../src/models/QueryDentriesInfoResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+FAA4F;AAG5F,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAiB5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;YACtB,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,yEAAmC;YAC3C,SAAS,EAAE,QAAQ;YACnB,eAAe,EAAE,QAAQ;YACzB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,MAAM,IAAI,OAAQ,IAAI,CAAC,MAAc,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACrE,IAAI,CAAC,MAAc,CAAC,QAAQ,EAAE,CAAC;QAClC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7CD,sEA6CC"}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { DentryAppPropertiesValue } from "./DentryAppPropertiesValue";
|
|
3
|
+
import { QueryDentriesInfoResponseBodyDentryProperties } from "./QueryDentriesInfoResponseBodyDentryProperties";
|
|
4
|
+
import { QueryDentriesInfoResponseBodyDentryThumbnail } from "./QueryDentriesInfoResponseBodyDentryThumbnail";
|
|
5
|
+
export declare class QueryDentriesInfoResponseBodyDentry extends $dara.Model {
|
|
6
|
+
appProperties?: {
|
|
7
|
+
[key: string]: DentryAppPropertiesValue[];
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* @example
|
|
11
|
+
* 2025-03-26T02:19:35Z
|
|
12
|
+
*/
|
|
13
|
+
createTime?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* qt8bGiSa7WnHKeRPtMuoiSJwiE
|
|
17
|
+
*/
|
|
18
|
+
creatorId?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @example
|
|
21
|
+
* txt
|
|
22
|
+
*/
|
|
23
|
+
extension?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @example
|
|
26
|
+
* 140901622636
|
|
27
|
+
*/
|
|
28
|
+
id?: string;
|
|
29
|
+
modifiedTime?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @example
|
|
32
|
+
* qt8bGiSa7WnHKeRPtMuoiSJwiE
|
|
33
|
+
*/
|
|
34
|
+
modifierId?: string;
|
|
35
|
+
name?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @example
|
|
38
|
+
* 0
|
|
39
|
+
*/
|
|
40
|
+
parentId?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @example
|
|
43
|
+
* PUBLIC_OSS_PARTITION
|
|
44
|
+
*/
|
|
45
|
+
partitionType?: string;
|
|
46
|
+
path?: string;
|
|
47
|
+
properties?: QueryDentriesInfoResponseBodyDentryProperties;
|
|
48
|
+
/**
|
|
49
|
+
* @example
|
|
50
|
+
* 512
|
|
51
|
+
*/
|
|
52
|
+
size?: number;
|
|
53
|
+
/**
|
|
54
|
+
* @example
|
|
55
|
+
* 22443475065
|
|
56
|
+
*/
|
|
57
|
+
spaceId?: string;
|
|
58
|
+
/**
|
|
59
|
+
* @example
|
|
60
|
+
* NORMAL
|
|
61
|
+
*/
|
|
62
|
+
status?: string;
|
|
63
|
+
/**
|
|
64
|
+
* @example
|
|
65
|
+
* DINGTALK
|
|
66
|
+
*/
|
|
67
|
+
storageDriver?: string;
|
|
68
|
+
thumbnail?: QueryDentriesInfoResponseBodyDentryThumbnail;
|
|
69
|
+
/**
|
|
70
|
+
* @example
|
|
71
|
+
* FILE
|
|
72
|
+
*/
|
|
73
|
+
type?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @example
|
|
76
|
+
* 1716258459684
|
|
77
|
+
*/
|
|
78
|
+
uuid?: string;
|
|
79
|
+
/**
|
|
80
|
+
* @example
|
|
81
|
+
* 1
|
|
82
|
+
*/
|
|
83
|
+
version?: number;
|
|
84
|
+
static names(): {
|
|
85
|
+
[key: string]: string;
|
|
86
|
+
};
|
|
87
|
+
static types(): {
|
|
88
|
+
[key: string]: any;
|
|
89
|
+
};
|
|
90
|
+
validate(): void;
|
|
91
|
+
constructor(map?: {
|
|
92
|
+
[key: string]: any;
|
|
93
|
+
});
|
|
94
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
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.QueryDentriesInfoResponseBodyDentry = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const DentryAppPropertiesValue_1 = require("./DentryAppPropertiesValue");
|
|
40
|
+
const QueryDentriesInfoResponseBodyDentryProperties_1 = require("./QueryDentriesInfoResponseBodyDentryProperties");
|
|
41
|
+
const QueryDentriesInfoResponseBodyDentryThumbnail_1 = require("./QueryDentriesInfoResponseBodyDentryThumbnail");
|
|
42
|
+
class QueryDentriesInfoResponseBodyDentry extends $dara.Model {
|
|
43
|
+
static names() {
|
|
44
|
+
return {
|
|
45
|
+
appProperties: 'AppProperties',
|
|
46
|
+
createTime: 'CreateTime',
|
|
47
|
+
creatorId: 'CreatorId',
|
|
48
|
+
extension: 'Extension',
|
|
49
|
+
id: 'Id',
|
|
50
|
+
modifiedTime: 'ModifiedTime',
|
|
51
|
+
modifierId: 'ModifierId',
|
|
52
|
+
name: 'Name',
|
|
53
|
+
parentId: 'ParentId',
|
|
54
|
+
partitionType: 'PartitionType',
|
|
55
|
+
path: 'Path',
|
|
56
|
+
properties: 'Properties',
|
|
57
|
+
size: 'Size',
|
|
58
|
+
spaceId: 'SpaceId',
|
|
59
|
+
status: 'Status',
|
|
60
|
+
storageDriver: 'StorageDriver',
|
|
61
|
+
thumbnail: 'Thumbnail',
|
|
62
|
+
type: 'Type',
|
|
63
|
+
uuid: 'Uuid',
|
|
64
|
+
version: 'Version',
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
static types() {
|
|
68
|
+
return {
|
|
69
|
+
appProperties: { 'type': 'map', 'keyType': 'string', 'valueType': { 'type': 'array', 'itemType': DentryAppPropertiesValue_1.DentryAppPropertiesValue } },
|
|
70
|
+
createTime: 'string',
|
|
71
|
+
creatorId: 'string',
|
|
72
|
+
extension: 'string',
|
|
73
|
+
id: 'string',
|
|
74
|
+
modifiedTime: 'string',
|
|
75
|
+
modifierId: 'string',
|
|
76
|
+
name: 'string',
|
|
77
|
+
parentId: 'string',
|
|
78
|
+
partitionType: 'string',
|
|
79
|
+
path: 'string',
|
|
80
|
+
properties: QueryDentriesInfoResponseBodyDentryProperties_1.QueryDentriesInfoResponseBodyDentryProperties,
|
|
81
|
+
size: 'number',
|
|
82
|
+
spaceId: 'string',
|
|
83
|
+
status: 'string',
|
|
84
|
+
storageDriver: 'string',
|
|
85
|
+
thumbnail: QueryDentriesInfoResponseBodyDentryThumbnail_1.QueryDentriesInfoResponseBodyDentryThumbnail,
|
|
86
|
+
type: 'string',
|
|
87
|
+
uuid: 'string',
|
|
88
|
+
version: 'number',
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
validate() {
|
|
92
|
+
if (this.appProperties) {
|
|
93
|
+
$dara.Model.validateMap(this.appProperties);
|
|
94
|
+
}
|
|
95
|
+
if (this.properties && typeof this.properties.validate === 'function') {
|
|
96
|
+
this.properties.validate();
|
|
97
|
+
}
|
|
98
|
+
if (this.thumbnail && typeof this.thumbnail.validate === 'function') {
|
|
99
|
+
this.thumbnail.validate();
|
|
100
|
+
}
|
|
101
|
+
super.validate();
|
|
102
|
+
}
|
|
103
|
+
constructor(map) {
|
|
104
|
+
super(map);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
exports.QueryDentriesInfoResponseBodyDentry = QueryDentriesInfoResponseBodyDentry;
|
|
108
|
+
//# sourceMappingURL=QueryDentriesInfoResponseBodyDentry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDentriesInfoResponseBodyDentry.js","sourceRoot":"","sources":["../../src/models/QueryDentriesInfoResponseBodyDentry.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,yEAAsE;AACtE,mHAAgH;AAChH,iHAA8G;AAG9G,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IA6ElE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,EAAE,EAAE,IAAI;YACR,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,UAAU;YACpB,aAAa,EAAE,eAAe;YAC9B,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,eAAe;YAC9B,SAAS,EAAE,WAAW;YACtB,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,mDAAwB,EAAE,EAAE;YAC7H,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,EAAE,EAAE,QAAQ;YACZ,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,QAAQ;YAClB,aAAa,EAAE,QAAQ;YACvB,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,6FAA6C;YACzD,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,QAAQ;YACjB,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,QAAQ;YACvB,SAAS,EAAE,2FAA4C;YACvD,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,QAAQ;SAClB,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,UAAU,IAAI,OAAQ,IAAI,CAAC,UAAkB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC7E,IAAI,CAAC,UAAkB,CAAC,QAAQ,EAAE,CAAC;QACtC,CAAC;QACD,IAAG,IAAI,CAAC,SAAS,IAAI,OAAQ,IAAI,CAAC,SAAiB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC3E,IAAI,CAAC,SAAiB,CAAC,QAAQ,EAAE,CAAC;QACrC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/ID,kFA+IC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class QueryDentriesInfoResponseBodyDentryProperties extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* True
|
|
6
|
+
*/
|
|
7
|
+
readOnly?: boolean;
|
|
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.QueryDentriesInfoResponseBodyDentryProperties = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class QueryDentriesInfoResponseBodyDentryProperties extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
readOnly: 'ReadOnly',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
static types() {
|
|
46
|
+
return {
|
|
47
|
+
readOnly: 'boolean',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
validate() {
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
constructor(map) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.QueryDentriesInfoResponseBodyDentryProperties = QueryDentriesInfoResponseBodyDentryProperties;
|
|
58
|
+
//# sourceMappingURL=QueryDentriesInfoResponseBodyDentryProperties.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDentriesInfoResponseBodyDentryProperties.js","sourceRoot":"","sources":["../../src/models/QueryDentriesInfoResponseBodyDentryProperties.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;IAM5E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,SAAS;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;AAzBD,sGAyBC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class QueryDentriesInfoResponseBodyDentryThumbnail extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* 720
|
|
6
|
+
*/
|
|
7
|
+
height?: number;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* xxx
|
|
11
|
+
*/
|
|
12
|
+
url?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* 1920
|
|
16
|
+
*/
|
|
17
|
+
width?: number;
|
|
18
|
+
static names(): {
|
|
19
|
+
[key: string]: string;
|
|
20
|
+
};
|
|
21
|
+
static types(): {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
};
|
|
24
|
+
validate(): void;
|
|
25
|
+
constructor(map?: {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
});
|
|
28
|
+
}
|
|
@@ -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.QueryDentriesInfoResponseBodyDentryThumbnail = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class QueryDentriesInfoResponseBodyDentryThumbnail extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
height: 'Height',
|
|
43
|
+
url: 'Url',
|
|
44
|
+
width: 'Width',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
height: 'number',
|
|
50
|
+
url: 'string',
|
|
51
|
+
width: 'number',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.QueryDentriesInfoResponseBodyDentryThumbnail = QueryDentriesInfoResponseBodyDentryThumbnail;
|
|
62
|
+
//# sourceMappingURL=QueryDentriesInfoResponseBodyDentryThumbnail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDentriesInfoResponseBodyDentryThumbnail.js","sourceRoot":"","sources":["../../src/models/QueryDentriesInfoResponseBodyDentryThumbnail.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4CAA6C,SAAQ,KAAK,CAAC,KAAK;IAgB3E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,KAAK;YACV,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,QAAQ;YACb,KAAK,EAAE,QAAQ;SAChB,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;AAvCD,oGAuCC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class QueryDentriesInfoShrinkHeaders extends $dara.Model {
|
|
3
|
+
commonHeaders?: {
|
|
4
|
+
[key: string]: string;
|
|
5
|
+
};
|
|
6
|
+
accountContextShrink?: string;
|
|
7
|
+
static names(): {
|
|
8
|
+
[key: string]: string;
|
|
9
|
+
};
|
|
10
|
+
static types(): {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
};
|
|
13
|
+
validate(): void;
|
|
14
|
+
constructor(map?: {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
});
|
|
17
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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.QueryDentriesInfoShrinkHeaders = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class QueryDentriesInfoShrinkHeaders extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
commonHeaders: 'commonHeaders',
|
|
43
|
+
accountContextShrink: 'AccountContext',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
49
|
+
accountContextShrink: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
if (this.commonHeaders) {
|
|
54
|
+
$dara.Model.validateMap(this.commonHeaders);
|
|
55
|
+
}
|
|
56
|
+
super.validate();
|
|
57
|
+
}
|
|
58
|
+
constructor(map) {
|
|
59
|
+
super(map);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
exports.QueryDentriesInfoShrinkHeaders = QueryDentriesInfoShrinkHeaders;
|
|
63
|
+
//# sourceMappingURL=QueryDentriesInfoShrinkHeaders.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDentriesInfoShrinkHeaders.js","sourceRoot":"","sources":["../../src/models/QueryDentriesInfoShrinkHeaders.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAG7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,oBAAoB,EAAE,gBAAgB;SACvC,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,oBAAoB,EAAE,QAAQ;SAC/B,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,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3BD,wEA2BC"}
|