@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,17 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class InsertContentWithOptionsShrinkHeaders 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.InsertContentWithOptionsShrinkHeaders = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class InsertContentWithOptionsShrinkHeaders 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.InsertContentWithOptionsShrinkHeaders = InsertContentWithOptionsShrinkHeaders;
|
|
63
|
+
//# sourceMappingURL=InsertContentWithOptionsShrinkHeaders.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InsertContentWithOptionsShrinkHeaders.js","sourceRoot":"","sources":["../../src/models/InsertContentWithOptionsShrinkHeaders.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IAGpE,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,sFA2BC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class InsertContentWithOptionsShrinkRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* This parameter is required.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* content
|
|
9
|
+
*/
|
|
10
|
+
contentShrink?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* This parameter is required.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* documentId
|
|
17
|
+
*/
|
|
18
|
+
documentId?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @example
|
|
21
|
+
* 1
|
|
22
|
+
*/
|
|
23
|
+
index?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* This parameter is required.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* union_id
|
|
30
|
+
*/
|
|
31
|
+
operatorId?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @example
|
|
34
|
+
* [0,0]
|
|
35
|
+
*/
|
|
36
|
+
pathShrink?: string;
|
|
37
|
+
tenantContextShrink?: string;
|
|
38
|
+
static names(): {
|
|
39
|
+
[key: string]: string;
|
|
40
|
+
};
|
|
41
|
+
static types(): {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
};
|
|
44
|
+
validate(): void;
|
|
45
|
+
constructor(map?: {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
});
|
|
48
|
+
}
|
|
@@ -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.InsertContentWithOptionsShrinkRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class InsertContentWithOptionsShrinkRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
contentShrink: 'Content',
|
|
43
|
+
documentId: 'DocumentId',
|
|
44
|
+
index: 'Index',
|
|
45
|
+
operatorId: 'OperatorId',
|
|
46
|
+
pathShrink: 'Path',
|
|
47
|
+
tenantContextShrink: 'TenantContext',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
static types() {
|
|
51
|
+
return {
|
|
52
|
+
contentShrink: 'string',
|
|
53
|
+
documentId: 'string',
|
|
54
|
+
index: 'number',
|
|
55
|
+
operatorId: 'string',
|
|
56
|
+
pathShrink: 'string',
|
|
57
|
+
tenantContextShrink: 'string',
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
validate() {
|
|
61
|
+
super.validate();
|
|
62
|
+
}
|
|
63
|
+
constructor(map) {
|
|
64
|
+
super(map);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.InsertContentWithOptionsShrinkRequest = InsertContentWithOptionsShrinkRequest;
|
|
68
|
+
//# sourceMappingURL=InsertContentWithOptionsShrinkRequest.js.map
|
|
@@ -0,0 +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;IAoCpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,SAAS;YACxB,UAAU,EAAE,YAAY;YACxB,KAAK,EAAE,OAAO;YACd,UAAU,EAAE,YAAY;YACxB,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,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;AAjED,sFAiEC"}
|
|
@@ -10,7 +10,15 @@ export declare class InsertMultiDimTableRecordRequest extends $dara.Model {
|
|
|
10
10
|
* r1R7q3QmWew5lo02fxB7nxxxxxxxx
|
|
11
11
|
*/
|
|
12
12
|
baseId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* This parameter is required.
|
|
16
|
+
*/
|
|
13
17
|
records?: InsertMultiDimTableRecordRequestRecords[];
|
|
18
|
+
/**
|
|
19
|
+
* @remarks
|
|
20
|
+
* This parameter is required.
|
|
21
|
+
*/
|
|
14
22
|
sheetIdOrName?: string;
|
|
15
23
|
tenantContext?: InsertMultiDimTableRecordRequestTenantContext;
|
|
16
24
|
static names(): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsertMultiDimTableRecordRequest.js","sourceRoot":"","sources":["../../src/models/InsertMultiDimTableRecordRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uGAAoG;AACpG,mHAAgH;AAGhH,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"InsertMultiDimTableRecordRequest.js","sourceRoot":"","sources":["../../src/models/InsertMultiDimTableRecordRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uGAAoG;AACpG,mHAAgH;AAGhH,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAoB/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,SAAS;YAClB,aAAa,EAAE,eAAe;YAC9B,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,iFAAuC,EAAE;YACjF,aAAa,EAAE,QAAQ;YACvB,aAAa,EAAE,6FAA6C;SAC7D,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;YAC/B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1C,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;AAnDD,4EAmDC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsertMultiDimTableRecordRequestRecords.js","sourceRoot":"","sources":["../../src/models/InsertMultiDimTableRecordRequestRecords.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"InsertMultiDimTableRecordRequestRecords.js","sourceRoot":"","sources":["../../src/models/InsertMultiDimTableRecordRequestRecords.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;IAMtE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE;SACnE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,MAAM,EAAE,CAAC;YACf,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACvC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5BD,0FA4BC"}
|
|
@@ -8,7 +8,15 @@ export declare class InsertMultiDimTableRecordShrinkRequest extends $dara.Model
|
|
|
8
8
|
* r1R7q3QmWew5lo02fxB7nxxxxxxxx
|
|
9
9
|
*/
|
|
10
10
|
baseId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* This parameter is required.
|
|
14
|
+
*/
|
|
11
15
|
recordsShrink?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* This parameter is required.
|
|
19
|
+
*/
|
|
12
20
|
sheetIdOrName?: string;
|
|
13
21
|
tenantContextShrink?: string;
|
|
14
22
|
static names(): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsertMultiDimTableRecordShrinkRequest.js","sourceRoot":"","sources":["../../src/models/InsertMultiDimTableRecordShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"InsertMultiDimTableRecordShrinkRequest.js","sourceRoot":"","sources":["../../src/models/InsertMultiDimTableRecordShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAoBrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,SAAS;YACxB,aAAa,EAAE,eAAe;YAC9B,mBAAmB,EAAE,eAAe;SACrC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,QAAQ;YACvB,aAAa,EAAE,QAAQ;YACvB,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;AA7CD,wFA6CC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { QueryDentriesInfoHeadersAccountContext } from "./QueryDentriesInfoHeadersAccountContext";
|
|
3
|
+
export declare class QueryDentriesInfoHeaders extends $dara.Model {
|
|
4
|
+
commonHeaders?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
accountContext?: QueryDentriesInfoHeadersAccountContext;
|
|
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.QueryDentriesInfoHeaders = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const QueryDentriesInfoHeadersAccountContext_1 = require("./QueryDentriesInfoHeadersAccountContext");
|
|
40
|
+
class QueryDentriesInfoHeaders 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: QueryDentriesInfoHeadersAccountContext_1.QueryDentriesInfoHeadersAccountContext,
|
|
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.QueryDentriesInfoHeaders = QueryDentriesInfoHeaders;
|
|
67
|
+
//# sourceMappingURL=QueryDentriesInfoHeaders.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDentriesInfoHeaders.js","sourceRoot":"","sources":["../../src/models/QueryDentriesInfoHeaders.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,qGAAkG;AAGlG,MAAa,wBAAyB,SAAQ,KAAK,CAAC,KAAK;IAGvD,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,+EAAsC;SACvD,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,4DA8BC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class QueryDentriesInfoHeadersAccountContext 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.QueryDentriesInfoHeadersAccountContext = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class QueryDentriesInfoHeadersAccountContext 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.QueryDentriesInfoHeadersAccountContext = QueryDentriesInfoHeadersAccountContext;
|
|
58
|
+
//# sourceMappingURL=QueryDentriesInfoHeadersAccountContext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDentriesInfoHeadersAccountContext.js","sourceRoot":"","sources":["../../src/models/QueryDentriesInfoHeadersAccountContext.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IASrE,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,wFA4BC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { QueryDentriesInfoRequestTenantContext } from "./QueryDentriesInfoRequestTenantContext";
|
|
3
|
+
export declare class QueryDentriesInfoRequest extends $dara.Model {
|
|
4
|
+
appIdsForAppProperties?: string[];
|
|
5
|
+
/**
|
|
6
|
+
* @remarks
|
|
7
|
+
* This parameter is required.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* 140901622636
|
|
11
|
+
*/
|
|
12
|
+
dentryId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* This parameter is required.
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* 22443475065
|
|
19
|
+
*/
|
|
20
|
+
spaceId?: string;
|
|
21
|
+
tenantContext?: QueryDentriesInfoRequestTenantContext;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* This parameter is required.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* urv3ZIAtcmmIgQzHq08YcAiEiE
|
|
28
|
+
*/
|
|
29
|
+
unionId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @example
|
|
32
|
+
* false
|
|
33
|
+
*/
|
|
34
|
+
withThumbnail?: boolean;
|
|
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
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
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.QueryDentriesInfoRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const QueryDentriesInfoRequestTenantContext_1 = require("./QueryDentriesInfoRequestTenantContext");
|
|
40
|
+
class QueryDentriesInfoRequest extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
appIdsForAppProperties: 'AppIdsForAppProperties',
|
|
44
|
+
dentryId: 'DentryId',
|
|
45
|
+
spaceId: 'SpaceId',
|
|
46
|
+
tenantContext: 'TenantContext',
|
|
47
|
+
unionId: 'UnionId',
|
|
48
|
+
withThumbnail: 'WithThumbnail',
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
static types() {
|
|
52
|
+
return {
|
|
53
|
+
appIdsForAppProperties: { 'type': 'array', 'itemType': 'string' },
|
|
54
|
+
dentryId: 'string',
|
|
55
|
+
spaceId: 'string',
|
|
56
|
+
tenantContext: QueryDentriesInfoRequestTenantContext_1.QueryDentriesInfoRequestTenantContext,
|
|
57
|
+
unionId: 'string',
|
|
58
|
+
withThumbnail: 'boolean',
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
validate() {
|
|
62
|
+
if (Array.isArray(this.appIdsForAppProperties)) {
|
|
63
|
+
$dara.Model.validateArray(this.appIdsForAppProperties);
|
|
64
|
+
}
|
|
65
|
+
if (this.tenantContext && typeof this.tenantContext.validate === 'function') {
|
|
66
|
+
this.tenantContext.validate();
|
|
67
|
+
}
|
|
68
|
+
super.validate();
|
|
69
|
+
}
|
|
70
|
+
constructor(map) {
|
|
71
|
+
super(map);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
exports.QueryDentriesInfoRequest = QueryDentriesInfoRequest;
|
|
75
|
+
//# sourceMappingURL=QueryDentriesInfoRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDentriesInfoRequest.js","sourceRoot":"","sources":["../../src/models/QueryDentriesInfoRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,mGAAgG;AAGhG,MAAa,wBAAyB,SAAQ,KAAK,CAAC,KAAK;IAgCvD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,wBAAwB;YAChD,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,aAAa,EAAE,eAAe;YAC9B,OAAO,EAAE,SAAS;YAClB,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACjE,QAAQ,EAAE,QAAQ;YAClB,OAAO,EAAE,QAAQ;YACjB,aAAa,EAAE,6EAAqC;YACpD,OAAO,EAAE,QAAQ;YACjB,aAAa,EAAE,SAAS;SACzB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,sBAAsB,CAAC,EAAE,CAAC;YAC9C,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QACzD,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;AAnED,4DAmEC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class QueryDentriesInfoRequestTenantContext extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* xxxxxx
|
|
6
|
+
*/
|
|
7
|
+
tenantId?: 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.QueryDentriesInfoRequestTenantContext = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class QueryDentriesInfoRequestTenantContext extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
tenantId: 'tenantId',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
static types() {
|
|
46
|
+
return {
|
|
47
|
+
tenantId: 'string',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
validate() {
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
constructor(map) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.QueryDentriesInfoRequestTenantContext = QueryDentriesInfoRequestTenantContext;
|
|
58
|
+
//# sourceMappingURL=QueryDentriesInfoRequestTenantContext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDentriesInfoRequestTenantContext.js","sourceRoot":"","sources":["../../src/models/QueryDentriesInfoRequestTenantContext.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IAMpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;SACnB,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,sFAyBC"}
|