@alicloud/dataworks-public20240518 8.0.0 → 8.0.1
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/models/CreateFunctionResponseBody.d.ts +2 -2
- package/dist/models/CreateNodeRequest.d.ts +3 -5
- package/dist/models/CreateNodeRequest.js.map +1 -1
- package/dist/models/CreateNodeResponseBody.d.ts +1 -1
- package/dist/models/CreateResourceAdvanceRequest.d.ts +1 -1
- package/dist/models/CreateResourceRequest.d.ts +1 -1
- package/dist/models/CreateResourceResponseBody.d.ts +1 -1
- package/dist/models/CreateWorkflowDefinitionResponseBody.d.ts +1 -1
- package/dist/models/GetFunctionResponseBody.d.ts +2 -2
- package/dist/models/GetNodeResponseBody.d.ts +1 -1
- package/dist/models/GetPipelineRunResponseBody.d.ts +5 -0
- package/dist/models/GetPipelineRunResponseBody.js +2 -0
- package/dist/models/GetPipelineRunResponseBody.js.map +1 -1
- package/dist/models/GetResourceResponseBody.d.ts +2 -2
- package/dist/models/ListDataQualityScanRunsRequest.d.ts +11 -0
- package/dist/models/ListDataQualityScanRunsRequest.js.map +1 -1
- package/dist/models/ListDataQualityScanRunsShrinkRequest.d.ts +11 -0
- package/dist/models/ListDataQualityScanRunsShrinkRequest.js.map +1 -1
- package/dist/models/ListFunctionsRequest.d.ts +1 -1
- package/dist/models/ListFunctionsResponseBody.d.ts +4 -4
- package/dist/models/ListNodeDependenciesRequest.d.ts +4 -2
- package/dist/models/ListNodeDependenciesRequest.js.map +1 -1
- package/dist/models/ListNodeDependenciesResponseBody.d.ts +15 -15
- package/dist/models/ListNodesRequest.d.ts +3 -5
- package/dist/models/ListNodesRequest.js.map +1 -1
- package/dist/models/ListNodesResponseBody.d.ts +13 -13
- package/dist/models/ListPipelineRunItemsRequest.d.ts +1 -1
- package/dist/models/ListPipelineRunItemsResponseBody.d.ts +1 -1
- package/dist/models/ListPipelineRunsRequest.d.ts +1 -0
- package/dist/models/ListPipelineRunsRequest.js +2 -0
- package/dist/models/ListPipelineRunsRequest.js.map +1 -1
- package/dist/models/ListPipelineRunsResponseBody.d.ts +5 -0
- package/dist/models/ListPipelineRunsResponseBody.js +2 -0
- package/dist/models/ListPipelineRunsResponseBody.js.map +1 -1
- package/dist/models/ListResourcesRequest.d.ts +1 -1
- package/dist/models/ListResourcesResponseBody.d.ts +6 -6
- package/dist/models/ListWorkflowDefinitionsRequest.d.ts +7 -2
- package/dist/models/ListWorkflowDefinitionsRequest.js.map +1 -1
- package/dist/models/ListWorkflowDefinitionsResponseBody.d.ts +2 -2
- package/dist/models/MoveFunctionRequest.d.ts +2 -2
- package/dist/models/MoveNodeRequest.d.ts +2 -2
- package/dist/models/MoveResourceRequest.d.ts +2 -2
- package/dist/models/MoveWorkflowDefinitionRequest.d.ts +2 -2
- package/dist/models/RenameFunctionRequest.d.ts +3 -1
- package/dist/models/RenameFunctionRequest.js.map +1 -1
- package/dist/models/RenameNodeRequest.d.ts +3 -1
- package/dist/models/RenameNodeRequest.js.map +1 -1
- package/dist/models/RenameResourceRequest.d.ts +3 -1
- package/dist/models/RenameResourceRequest.js.map +1 -1
- package/dist/models/RenameWorkflowDefinitionRequest.d.ts +3 -1
- package/dist/models/RenameWorkflowDefinitionRequest.js.map +1 -1
- package/dist/models/UpdateFunctionRequest.d.ts +3 -1
- package/dist/models/UpdateFunctionRequest.js.map +1 -1
- package/dist/models/UpdateNodeRequest.d.ts +3 -1
- package/dist/models/UpdateNodeRequest.js.map +1 -1
- package/dist/models/UpdateResourceAdvanceRequest.d.ts +3 -1
- package/dist/models/UpdateResourceAdvanceRequest.js.map +1 -1
- package/dist/models/UpdateResourceRequest.d.ts +3 -1
- package/dist/models/UpdateResourceRequest.js.map +1 -1
- package/dist/models/UpdateWorkflowDefinitionRequest.d.ts +3 -1
- package/dist/models/UpdateWorkflowDefinitionRequest.js.map +1 -1
- package/dist/models/UpdateWorkflowRequest.d.ts +67 -57
- package/dist/models/UpdateWorkflowRequest.js.map +1 -1
- package/dist/models/UpdateWorkflowShrinkRequest.d.ts +14 -4
- package/dist/models/UpdateWorkflowShrinkRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/models/CreateFunctionResponseBody.ts +2 -2
- package/src/models/CreateNodeRequest.ts +3 -5
- package/src/models/CreateNodeResponseBody.ts +1 -1
- package/src/models/CreateResourceAdvanceRequest.ts +1 -1
- package/src/models/CreateResourceRequest.ts +1 -1
- package/src/models/CreateResourceResponseBody.ts +1 -1
- package/src/models/CreateWorkflowDefinitionResponseBody.ts +1 -1
- package/src/models/GetFunctionResponseBody.ts +2 -2
- package/src/models/GetNodeResponseBody.ts +1 -1
- package/src/models/GetPipelineRunResponseBody.ts +7 -0
- package/src/models/GetResourceResponseBody.ts +2 -2
- package/src/models/ListDataQualityScanRunsRequest.ts +11 -0
- package/src/models/ListDataQualityScanRunsShrinkRequest.ts +11 -0
- package/src/models/ListFunctionsRequest.ts +1 -1
- package/src/models/ListFunctionsResponseBody.ts +4 -4
- package/src/models/ListNodeDependenciesRequest.ts +4 -2
- package/src/models/ListNodeDependenciesResponseBody.ts +15 -15
- package/src/models/ListNodesRequest.ts +3 -5
- package/src/models/ListNodesResponseBody.ts +13 -13
- package/src/models/ListPipelineRunItemsRequest.ts +1 -1
- package/src/models/ListPipelineRunItemsResponseBody.ts +1 -1
- package/src/models/ListPipelineRunsRequest.ts +3 -0
- package/src/models/ListPipelineRunsResponseBody.ts +7 -0
- package/src/models/ListResourcesRequest.ts +1 -1
- package/src/models/ListResourcesResponseBody.ts +6 -6
- package/src/models/ListWorkflowDefinitionsRequest.ts +7 -2
- package/src/models/ListWorkflowDefinitionsResponseBody.ts +2 -2
- package/src/models/MoveFunctionRequest.ts +2 -2
- package/src/models/MoveNodeRequest.ts +2 -2
- package/src/models/MoveResourceRequest.ts +2 -2
- package/src/models/MoveWorkflowDefinitionRequest.ts +2 -2
- package/src/models/RenameFunctionRequest.ts +3 -1
- package/src/models/RenameNodeRequest.ts +3 -1
- package/src/models/RenameResourceRequest.ts +3 -1
- package/src/models/RenameWorkflowDefinitionRequest.ts +3 -1
- package/src/models/UpdateFunctionRequest.ts +3 -1
- package/src/models/UpdateNodeRequest.ts +3 -1
- package/src/models/UpdateResourceAdvanceRequest.ts +3 -1
- package/src/models/UpdateResourceRequest.ts +3 -1
- package/src/models/UpdateWorkflowDefinitionRequest.ts +3 -1
- package/src/models/UpdateWorkflowRequest.ts +67 -57
- package/src/models/UpdateWorkflowShrinkRequest.ts +14 -4
|
@@ -2,9 +2,9 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CreateFunctionResponseBody extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The unique identifier of the UDF.
|
|
5
|
+
* The unique identifier of the UDF function.
|
|
6
6
|
*
|
|
7
|
-
* >
|
|
7
|
+
* > Prior to SDK version 8.0.0, this field is of type Long. In SDK version 8.0.0 and later, it is of type String. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
8
8
|
*
|
|
9
9
|
* @example
|
|
10
10
|
* 580667964888595XXXX
|
|
@@ -26,13 +26,11 @@ export declare class CreateNodeRequest extends $dara.Model {
|
|
|
26
26
|
projectId?: number;
|
|
27
27
|
/**
|
|
28
28
|
* @remarks
|
|
29
|
-
*
|
|
29
|
+
* Specify this parameter if you want to create the node inside a container. This parameter represents the unique identifier of the container, which can be a workflow or a container node.
|
|
30
30
|
*
|
|
31
|
-
*
|
|
31
|
+
* > If this parameter is specified, the path field defined in FlowSpec is ignored.
|
|
32
32
|
*
|
|
33
|
-
*
|
|
34
|
-
* * DATAWORKS_MANUAL_WORKFLOW: Manual workflow
|
|
35
|
-
* * DATAWORKS_MANUAL_TASK: Manual task
|
|
33
|
+
* > Prior to SDK version 8.0.0, this field is of type Long. In SDK version 8.0.0 and later, it is of type String. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
36
34
|
*
|
|
37
35
|
* This parameter is required.
|
|
38
36
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateNodeRequest.js","sourceRoot":"","sources":["../../src/models/CreateNodeRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iBAAkB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateNodeRequest.js","sourceRoot":"","sources":["../../src/models/CreateNodeRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iBAAkB,SAAQ,KAAK,CAAC,KAAK;IAgIhD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;YACtB,KAAK,EAAE,OAAO;YACd,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,SAAS,EAAE,QAAQ;YACnB,KAAK,EAAE,QAAQ;YACf,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAzJD,8CAyJC"}
|
|
@@ -4,7 +4,7 @@ export declare class CreateNodeResponseBody extends $dara.Model {
|
|
|
4
4
|
* @remarks
|
|
5
5
|
* The unique identifier of the Data Studio node.
|
|
6
6
|
*
|
|
7
|
-
* >
|
|
7
|
+
* > This field is of the Long type in SDK versions prior to 8.0.0, and of the String type in SDK versions 8.0.0 and later. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
8
8
|
*
|
|
9
9
|
* @example
|
|
10
10
|
* 860438872620113XXXX
|
|
@@ -23,7 +23,7 @@ export declare class CreateResourceAdvanceRequest extends $dara.Model {
|
|
|
23
23
|
resourceFileObject?: Readable;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
* The
|
|
26
|
+
* The ID of the DataWorks workspace. To obtain the workspace ID, log on to the [DataWorks console](https://workbench.data.aliyun.com/console) and navigate to the workspace configuration page.
|
|
27
27
|
*
|
|
28
28
|
* This parameter is required.
|
|
29
29
|
*
|
|
@@ -22,7 +22,7 @@ export declare class CreateResourceRequest extends $dara.Model {
|
|
|
22
22
|
resourceFile?: string;
|
|
23
23
|
/**
|
|
24
24
|
* @remarks
|
|
25
|
-
* The
|
|
25
|
+
* The ID of the DataWorks workspace. To obtain the workspace ID, log on to the [DataWorks console](https://workbench.data.aliyun.com/console) and navigate to the workspace configuration page.
|
|
26
26
|
*
|
|
27
27
|
* This parameter is required.
|
|
28
28
|
*
|
|
@@ -4,7 +4,7 @@ export declare class CreateResourceResponseBody extends $dara.Model {
|
|
|
4
4
|
* @remarks
|
|
5
5
|
* The unique identifier of the resource file.
|
|
6
6
|
*
|
|
7
|
-
* > This field is of type Long in SDK versions prior to 8.0.0, and of type String in SDK version 8.0.0 and later. This change does not affect the normal use of the SDK
|
|
7
|
+
* > This field is of type Long in SDK versions prior to 8.0.0, and of type String in SDK version 8.0.0 and later. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
8
8
|
*
|
|
9
9
|
* @example
|
|
10
10
|
* 631478864897630XXXX
|
|
@@ -4,7 +4,7 @@ export declare class CreateWorkflowDefinitionResponseBody extends $dara.Model {
|
|
|
4
4
|
* @remarks
|
|
5
5
|
* The unique identifier of the workflow.
|
|
6
6
|
*
|
|
7
|
-
* >
|
|
7
|
+
* > Prior to SDK version 8.0.0, this field is of type Long. In SDK version 8.0.0 and later, it is of type String. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
8
8
|
*
|
|
9
9
|
* @example
|
|
10
10
|
* 463497880880954XXXX
|
|
@@ -12,7 +12,7 @@ export declare class GetFunctionResponseBodyFunction extends $dara.Model {
|
|
|
12
12
|
* @remarks
|
|
13
13
|
* The unique identifier of the UDF function.
|
|
14
14
|
*
|
|
15
|
-
* >
|
|
15
|
+
* > Prior to SDK version 8.0.0, this field is of type Long. In SDK version 8.0.0 and later, it is of type String. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* 860438872620113XXXX
|
|
@@ -102,7 +102,7 @@ export declare class GetFunctionResponseBodyFunction extends $dara.Model {
|
|
|
102
102
|
export declare class GetFunctionResponseBody extends $dara.Model {
|
|
103
103
|
/**
|
|
104
104
|
* @remarks
|
|
105
|
-
* UDF function details
|
|
105
|
+
* UDF function details.
|
|
106
106
|
*/
|
|
107
107
|
function?: GetFunctionResponseBodyFunction;
|
|
108
108
|
/**
|
|
@@ -12,7 +12,7 @@ export declare class GetNodeResponseBodyNode extends $dara.Model {
|
|
|
12
12
|
* @remarks
|
|
13
13
|
* The unique identifier of the Data Studio node.
|
|
14
14
|
*
|
|
15
|
-
* >
|
|
15
|
+
* > Prior to SDK version 8.0.0, this field is of type Long. In SDK version 8.0.0 and later, it is of type String. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* 860438872620113XXXX
|
|
@@ -108,6 +108,11 @@ export declare class GetPipelineRunResponseBodyPipeline extends $dara.Model {
|
|
|
108
108
|
* 137946317766XXXX
|
|
109
109
|
*/
|
|
110
110
|
creator?: string;
|
|
111
|
+
/**
|
|
112
|
+
* @example
|
|
113
|
+
* 发布流程描述信息
|
|
114
|
+
*/
|
|
115
|
+
description?: string;
|
|
111
116
|
/**
|
|
112
117
|
* @remarks
|
|
113
118
|
* The process ID.
|
|
@@ -77,6 +77,7 @@ class GetPipelineRunResponseBodyPipeline extends $dara.Model {
|
|
|
77
77
|
return {
|
|
78
78
|
createTime: 'CreateTime',
|
|
79
79
|
creator: 'Creator',
|
|
80
|
+
description: 'Description',
|
|
80
81
|
id: 'Id',
|
|
81
82
|
message: 'Message',
|
|
82
83
|
modifyTime: 'ModifyTime',
|
|
@@ -89,6 +90,7 @@ class GetPipelineRunResponseBodyPipeline extends $dara.Model {
|
|
|
89
90
|
return {
|
|
90
91
|
createTime: 'number',
|
|
91
92
|
creator: 'string',
|
|
93
|
+
description: 'string',
|
|
92
94
|
id: 'string',
|
|
93
95
|
message: 'string',
|
|
94
96
|
modifyTime: 'number',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetPipelineRunResponseBody.js","sourceRoot":"","sources":["../../src/models/GetPipelineRunResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wCAAyC,SAAQ,KAAK,CAAC,KAAK;IA+EvE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,SAAS;YAClB,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE;YAClE,OAAO,EAAE,QAAQ;YACjB,IAAI,EAAE,QAAQ;YACd,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,QAAQ;SACf,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;AAnHD,4FAmHC;AAED,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetPipelineRunResponseBody.js","sourceRoot":"","sources":["../../src/models/GetPipelineRunResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,7 +12,7 @@ export declare class GetResourceResponseBodyResource extends $dara.Model {
|
|
|
12
12
|
* @remarks
|
|
13
13
|
* The unique identifier of the file resource.
|
|
14
14
|
*
|
|
15
|
-
* >
|
|
15
|
+
* > Prior to SDK version 8.0.0, this field is of type Long. In SDK version 8.0.0 and later, it is of type String. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* 860438872620113XXXX
|
|
@@ -109,7 +109,7 @@ export declare class GetResourceResponseBody extends $dara.Model {
|
|
|
109
109
|
requestId?: string;
|
|
110
110
|
/**
|
|
111
111
|
* @remarks
|
|
112
|
-
* File resource details
|
|
112
|
+
* File resource details.
|
|
113
113
|
*/
|
|
114
114
|
resource?: GetResourceResponseBodyResource;
|
|
115
115
|
static names(): {
|
|
@@ -24,6 +24,17 @@ export declare class ListDataQualityScanRunsRequest extends $dara.Model {
|
|
|
24
24
|
* 10001
|
|
25
25
|
*/
|
|
26
26
|
dataQualityScanId?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The extended query filter. Supported parameters:
|
|
30
|
+
*
|
|
31
|
+
* * TaskInstanceId
|
|
32
|
+
*
|
|
33
|
+
* @example
|
|
34
|
+
* {
|
|
35
|
+
* "TaskInstanceId": 111L
|
|
36
|
+
* }
|
|
37
|
+
*/
|
|
27
38
|
filter?: {
|
|
28
39
|
[key: string]: any;
|
|
29
40
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListDataQualityScanRunsRequest.js","sourceRoot":"","sources":["../../src/models/ListDataQualityScanRunsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListDataQualityScanRunsRequest.js","sourceRoot":"","sources":["../../src/models/ListDataQualityScanRunsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAwF7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,YAAY,EAAE,cAAc;YAC5B,iBAAiB,EAAE,mBAAmB;YACtC,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;YAChB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,YAAY,EAAE,QAAQ;YACtB,iBAAiB,EAAE,QAAQ;YAC3B,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE;YAClE,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,QAAQ;YACnB,MAAM,EAAE,QAAQ;YAChB,MAAM,EAAE,QAAQ;SACjB,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;AA9HD,wEA8HC"}
|
|
@@ -24,6 +24,17 @@ export declare class ListDataQualityScanRunsShrinkRequest extends $dara.Model {
|
|
|
24
24
|
* 10001
|
|
25
25
|
*/
|
|
26
26
|
dataQualityScanId?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The extended query filter. Supported parameters:
|
|
30
|
+
*
|
|
31
|
+
* * TaskInstanceId
|
|
32
|
+
*
|
|
33
|
+
* @example
|
|
34
|
+
* {
|
|
35
|
+
* "TaskInstanceId": 111L
|
|
36
|
+
* }
|
|
37
|
+
*/
|
|
27
38
|
filterShrink?: string;
|
|
28
39
|
/**
|
|
29
40
|
* @remarks
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListDataQualityScanRunsShrinkRequest.js","sourceRoot":"","sources":["../../src/models/ListDataQualityScanRunsShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListDataQualityScanRunsShrinkRequest.js","sourceRoot":"","sources":["../../src/models/ListDataQualityScanRunsShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IAwFnE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,YAAY,EAAE,cAAc;YAC5B,iBAAiB,EAAE,mBAAmB;YACtC,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;YAChB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,YAAY,EAAE,QAAQ;YACtB,iBAAiB,EAAE,QAAQ;YAC3B,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,QAAQ;YACnB,MAAM,EAAE,QAAQ;YAChB,MAAM,EAAE,QAAQ;SACjB,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;AA3HD,oFA2HC"}
|
|
@@ -26,7 +26,7 @@ export declare class ListFunctionsRequest extends $dara.Model {
|
|
|
26
26
|
pageNumber?: number;
|
|
27
27
|
/**
|
|
28
28
|
* @remarks
|
|
29
|
-
* The number
|
|
29
|
+
* The page number. Default value: 1. Minimum value: 1.
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* 10
|
|
@@ -70,9 +70,9 @@ export declare class ListFunctionsResponseBodyPagingInfoFunctionsScriptRuntime e
|
|
|
70
70
|
export declare class ListFunctionsResponseBodyPagingInfoFunctionsScript extends $dara.Model {
|
|
71
71
|
/**
|
|
72
72
|
* @remarks
|
|
73
|
-
* The script
|
|
73
|
+
* The ID of the script.
|
|
74
74
|
*
|
|
75
|
-
* >
|
|
75
|
+
* > This field is of type Long in SDK versions prior to 8.0.0, and of type String in SDK version 8.0.0 and later. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. However, compilation failures may occur due to the type change only when upgrading the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
76
76
|
*
|
|
77
77
|
* @example
|
|
78
78
|
* 652567824470354XXXX
|
|
@@ -186,8 +186,8 @@ export declare class ListFunctionsResponseBodyPagingInfoFunctions extends $dara.
|
|
|
186
186
|
*
|
|
187
187
|
* Valid values:
|
|
188
188
|
*
|
|
189
|
-
* * File: General resource file
|
|
190
|
-
* * Embedded: Embedded resource
|
|
189
|
+
* * File: General resource file.
|
|
190
|
+
* * Embedded: Embedded resource.
|
|
191
191
|
*
|
|
192
192
|
* @example
|
|
193
193
|
* File
|
|
@@ -14,7 +14,9 @@ export declare class ListNodeDependenciesRequest extends $dara.Model {
|
|
|
14
14
|
id?: string;
|
|
15
15
|
/**
|
|
16
16
|
* @remarks
|
|
17
|
-
* The
|
|
17
|
+
* The unique identifier of the Data Studio node.
|
|
18
|
+
*
|
|
19
|
+
* > This field is of the Long type in SDK versions prior to 8.0.0, and of the String type in SDK versions 8.0.0 and later. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
18
20
|
*
|
|
19
21
|
* @example
|
|
20
22
|
* 1
|
|
@@ -22,7 +24,7 @@ export declare class ListNodeDependenciesRequest extends $dara.Model {
|
|
|
22
24
|
pageNumber?: number;
|
|
23
25
|
/**
|
|
24
26
|
* @remarks
|
|
25
|
-
* The number
|
|
27
|
+
* The page number, starting from 1. Default value: 1.
|
|
26
28
|
*
|
|
27
29
|
* @example
|
|
28
30
|
* 10
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListNodeDependenciesRequest.js","sourceRoot":"","sources":["../../src/models/ListNodeDependenciesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListNodeDependenciesRequest.js","sourceRoot":"","sources":["../../src/models/ListNodeDependenciesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IA2C1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,IAAI;YACR,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,QAAQ;YACZ,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,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;AApED,kEAoEC"}
|
|
@@ -30,7 +30,7 @@ export declare class ListNodeDependenciesResponseBodyPagingInfoNodesDataSource e
|
|
|
30
30
|
export declare class ListNodeDependenciesResponseBodyPagingInfoNodesInputsNodeOutputs extends $dara.Model {
|
|
31
31
|
/**
|
|
32
32
|
* @remarks
|
|
33
|
-
* The node
|
|
33
|
+
* The output of the node.
|
|
34
34
|
*
|
|
35
35
|
* @example
|
|
36
36
|
* 860438872620113XXXX
|
|
@@ -108,7 +108,7 @@ export declare class ListNodeDependenciesResponseBodyPagingInfoNodesInputsVariab
|
|
|
108
108
|
id?: string;
|
|
109
109
|
/**
|
|
110
110
|
* @remarks
|
|
111
|
-
* The variable
|
|
111
|
+
* The name of the variable.
|
|
112
112
|
*
|
|
113
113
|
* @example
|
|
114
114
|
* input
|
|
@@ -134,7 +134,7 @@ export declare class ListNodeDependenciesResponseBodyPagingInfoNodesInputsVariab
|
|
|
134
134
|
scope?: string;
|
|
135
135
|
/**
|
|
136
136
|
* @remarks
|
|
137
|
-
* The type of the variable.
|
|
137
|
+
* The type of the variable.
|
|
138
138
|
*
|
|
139
139
|
* * NoKvVariableExpression
|
|
140
140
|
* * Constant
|
|
@@ -168,7 +168,7 @@ export declare class ListNodeDependenciesResponseBodyPagingInfoNodesInputsVariab
|
|
|
168
168
|
export declare class ListNodeDependenciesResponseBodyPagingInfoNodesInputs extends $dara.Model {
|
|
169
169
|
/**
|
|
170
170
|
* @remarks
|
|
171
|
-
* The
|
|
171
|
+
* The node output list.
|
|
172
172
|
*/
|
|
173
173
|
nodeOutputs?: ListNodeDependenciesResponseBodyPagingInfoNodesInputsNodeOutputs[];
|
|
174
174
|
/**
|
|
@@ -313,7 +313,7 @@ export declare class ListNodeDependenciesResponseBodyPagingInfoNodesOutputsVaria
|
|
|
313
313
|
type?: string;
|
|
314
314
|
/**
|
|
315
315
|
* @remarks
|
|
316
|
-
* The
|
|
316
|
+
* The variable name.
|
|
317
317
|
*
|
|
318
318
|
* @example
|
|
319
319
|
* 111
|
|
@@ -333,7 +333,7 @@ export declare class ListNodeDependenciesResponseBodyPagingInfoNodesOutputsVaria
|
|
|
333
333
|
export declare class ListNodeDependenciesResponseBodyPagingInfoNodesOutputs extends $dara.Model {
|
|
334
334
|
/**
|
|
335
335
|
* @remarks
|
|
336
|
-
* The
|
|
336
|
+
* The node output list.
|
|
337
337
|
*/
|
|
338
338
|
nodeOutputs?: ListNodeDependenciesResponseBodyPagingInfoNodesOutputsNodeOutputs[];
|
|
339
339
|
/**
|
|
@@ -343,7 +343,7 @@ export declare class ListNodeDependenciesResponseBodyPagingInfoNodesOutputs exte
|
|
|
343
343
|
tables?: ListNodeDependenciesResponseBodyPagingInfoNodesOutputsTables[];
|
|
344
344
|
/**
|
|
345
345
|
* @remarks
|
|
346
|
-
* The
|
|
346
|
+
* The variables.
|
|
347
347
|
*/
|
|
348
348
|
variables?: ListNodeDependenciesResponseBodyPagingInfoNodesOutputsVariables[];
|
|
349
349
|
static names(): {
|
|
@@ -402,7 +402,7 @@ export declare class ListNodeDependenciesResponseBodyPagingInfoNodesScript exten
|
|
|
402
402
|
* @remarks
|
|
403
403
|
* The ID of the script.
|
|
404
404
|
*
|
|
405
|
-
* >
|
|
405
|
+
* > This field is of type Long in SDK versions prior to 8.0.0, and of type String in SDK version 8.0.0 and later. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
406
406
|
*
|
|
407
407
|
* @example
|
|
408
408
|
* 853573334108680XXXX
|
|
@@ -418,7 +418,7 @@ export declare class ListNodeDependenciesResponseBodyPagingInfoNodesScript exten
|
|
|
418
418
|
path?: string;
|
|
419
419
|
/**
|
|
420
420
|
* @remarks
|
|
421
|
-
*
|
|
421
|
+
* Runtime
|
|
422
422
|
*/
|
|
423
423
|
runtime?: ListNodeDependenciesResponseBodyPagingInfoNodesScriptRuntime;
|
|
424
424
|
static names(): {
|
|
@@ -435,7 +435,7 @@ export declare class ListNodeDependenciesResponseBodyPagingInfoNodesScript exten
|
|
|
435
435
|
export declare class ListNodeDependenciesResponseBodyPagingInfoNodesStrategy extends $dara.Model {
|
|
436
436
|
/**
|
|
437
437
|
* @remarks
|
|
438
|
-
* The instance generation mode.
|
|
438
|
+
* The instance generation mode.
|
|
439
439
|
*
|
|
440
440
|
* * T+1
|
|
441
441
|
* * Immediately
|
|
@@ -454,7 +454,7 @@ export declare class ListNodeDependenciesResponseBodyPagingInfoNodesStrategy ext
|
|
|
454
454
|
rerunInterval?: number;
|
|
455
455
|
/**
|
|
456
456
|
* @remarks
|
|
457
|
-
* The rerun mode.
|
|
457
|
+
* The rerun mode.
|
|
458
458
|
*
|
|
459
459
|
* * Allowed
|
|
460
460
|
* * Denied
|
|
@@ -568,9 +568,9 @@ export declare class ListNodeDependenciesResponseBodyPagingInfoNodesTrigger exte
|
|
|
568
568
|
*
|
|
569
569
|
* Valid values:
|
|
570
570
|
*
|
|
571
|
-
* * Scheduler:
|
|
572
|
-
* * Manual:
|
|
573
|
-
* * Streaming:
|
|
571
|
+
* * Scheduler: Periodic scheduling.
|
|
572
|
+
* * Manual: Manual scheduling.
|
|
573
|
+
* * Streaming: Streaming scheduler.
|
|
574
574
|
*
|
|
575
575
|
* @example
|
|
576
576
|
* Scheduler
|
|
@@ -697,7 +697,7 @@ export declare class ListNodeDependenciesResponseBodyPagingInfoNodes extends $da
|
|
|
697
697
|
tags?: ListNodeDependenciesResponseBodyPagingInfoNodesTags[];
|
|
698
698
|
/**
|
|
699
699
|
* @remarks
|
|
700
|
-
* The scheduling task
|
|
700
|
+
* The ID of the scheduling task.
|
|
701
701
|
*
|
|
702
702
|
* @example
|
|
703
703
|
* 580667964888595XXXX
|
|
@@ -28,7 +28,7 @@ export declare class ListNodesRequest extends $dara.Model {
|
|
|
28
28
|
pageNumber?: number;
|
|
29
29
|
/**
|
|
30
30
|
* @remarks
|
|
31
|
-
* The number of
|
|
31
|
+
* The page number of the data to retrieve, used for pagination.
|
|
32
32
|
*
|
|
33
33
|
* @example
|
|
34
34
|
* 10
|
|
@@ -46,11 +46,9 @@ export declare class ListNodesRequest extends $dara.Model {
|
|
|
46
46
|
projectId?: number;
|
|
47
47
|
/**
|
|
48
48
|
* @remarks
|
|
49
|
-
*
|
|
49
|
+
* Leave this parameter empty if not specified. Filter condition: within a specified container. Specify the container ID. This parameter is independent of the resource group ID (ResourceGroupId).
|
|
50
50
|
*
|
|
51
|
-
*
|
|
52
|
-
* * Pause: The nodes are paused, and the running of their descendant nodes is blocked.
|
|
53
|
-
* * Skip: The nodes are dry run. The system does not actually run the nodes, but directly returns a success response. The running duration of the nodes is 0 seconds. In addition, the nodes do not occupy resources or block the running of their descendant nodes.
|
|
51
|
+
* > Prior to SDK version 8.0.0, this field is of type Long. In SDK version 8.0.0 and later, it is of type String. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
54
52
|
*
|
|
55
53
|
* @example
|
|
56
54
|
* Normal
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListNodesRequest.js","sourceRoot":"","sources":["../../src/models/ListNodesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListNodesRequest.js","sourceRoot":"","sources":["../../src/models/ListNodesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;IA+E/C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,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;AAhHD,4CAgHC"}
|
|
@@ -30,7 +30,7 @@ export declare class ListNodesResponseBodyPagingInfoNodesDataSource extends $dar
|
|
|
30
30
|
export declare class ListNodesResponseBodyPagingInfoNodesInputsNodeOutputs extends $dara.Model {
|
|
31
31
|
/**
|
|
32
32
|
* @remarks
|
|
33
|
-
* The node
|
|
33
|
+
* The output of the node.
|
|
34
34
|
*
|
|
35
35
|
* @example
|
|
36
36
|
* 623731286945488XXXX
|
|
@@ -70,7 +70,7 @@ export declare class ListNodesResponseBodyPagingInfoNodesInputsTables extends $d
|
|
|
70
70
|
export declare class ListNodesResponseBodyPagingInfoNodesInputsVariablesNode extends $dara.Model {
|
|
71
71
|
/**
|
|
72
72
|
* @remarks
|
|
73
|
-
* The node
|
|
73
|
+
* The output of the node.
|
|
74
74
|
*
|
|
75
75
|
* @example
|
|
76
76
|
* 623731286945488XXXX
|
|
@@ -195,7 +195,7 @@ export declare class ListNodesResponseBodyPagingInfoNodesInputs extends $dara.Mo
|
|
|
195
195
|
export declare class ListNodesResponseBodyPagingInfoNodesOutputsNodeOutputs extends $dara.Model {
|
|
196
196
|
/**
|
|
197
197
|
* @remarks
|
|
198
|
-
* The node
|
|
198
|
+
* The output of the node.
|
|
199
199
|
*
|
|
200
200
|
* @example
|
|
201
201
|
* 860438872620113XXXX
|
|
@@ -235,7 +235,7 @@ export declare class ListNodesResponseBodyPagingInfoNodesOutputsTables extends $
|
|
|
235
235
|
export declare class ListNodesResponseBodyPagingInfoNodesOutputsVariablesNode extends $dara.Model {
|
|
236
236
|
/**
|
|
237
237
|
* @remarks
|
|
238
|
-
* The node
|
|
238
|
+
* The output of the node.
|
|
239
239
|
*
|
|
240
240
|
* @example
|
|
241
241
|
* 860438872620113XXXX
|
|
@@ -410,7 +410,7 @@ export declare class ListNodesResponseBodyPagingInfoNodesScript extends $dara.Mo
|
|
|
410
410
|
* @remarks
|
|
411
411
|
* The ID of the script.
|
|
412
412
|
*
|
|
413
|
-
* >
|
|
413
|
+
* > This field is of type Long in SDK versions prior to 8.0.0, and of type String in SDK version 8.0.0 and later. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
414
414
|
*
|
|
415
415
|
* @example
|
|
416
416
|
* 853573334108680XXXX
|
|
@@ -530,7 +530,7 @@ export declare class ListNodesResponseBodyPagingInfoNodesTags extends $dara.Mode
|
|
|
530
530
|
export declare class ListNodesResponseBodyPagingInfoNodesTrigger extends $dara.Model {
|
|
531
531
|
/**
|
|
532
532
|
* @remarks
|
|
533
|
-
* The cron expression for scheduling
|
|
533
|
+
* The cron expression for scheduling.
|
|
534
534
|
*
|
|
535
535
|
* @example
|
|
536
536
|
* 00 00 00 * * ?
|
|
@@ -576,9 +576,9 @@ export declare class ListNodesResponseBodyPagingInfoNodesTrigger extends $dara.M
|
|
|
576
576
|
*
|
|
577
577
|
* Valid values:
|
|
578
578
|
*
|
|
579
|
-
* * Scheduler:
|
|
580
|
-
* * Manual:
|
|
581
|
-
* * Streaming:
|
|
579
|
+
* * Scheduler: Periodic scheduling
|
|
580
|
+
* * Manual: Manual trigger
|
|
581
|
+
* * Streaming: Streaming task
|
|
582
582
|
*
|
|
583
583
|
* @example
|
|
584
584
|
* Scheduler
|
|
@@ -598,7 +598,7 @@ export declare class ListNodesResponseBodyPagingInfoNodesTrigger extends $dara.M
|
|
|
598
598
|
export declare class ListNodesResponseBodyPagingInfoNodes extends $dara.Model {
|
|
599
599
|
/**
|
|
600
600
|
* @remarks
|
|
601
|
-
* The timestamp when the node in
|
|
601
|
+
* The timestamp when the node in Data Studio was created.
|
|
602
602
|
*
|
|
603
603
|
* @example
|
|
604
604
|
* 1722910655000
|
|
@@ -621,7 +621,7 @@ export declare class ListNodesResponseBodyPagingInfoNodes extends $dara.Model {
|
|
|
621
621
|
* @remarks
|
|
622
622
|
* The unique identifier of the Data Studio node.
|
|
623
623
|
*
|
|
624
|
-
* >
|
|
624
|
+
* > This field is of the Long type in SDK versions prior to 8.0.0, and of the String type in SDK versions 8.0.0 and later. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
625
625
|
*
|
|
626
626
|
* @example
|
|
627
627
|
* 860438872620113XXXX
|
|
@@ -655,7 +655,7 @@ export declare class ListNodesResponseBodyPagingInfoNodes extends $dara.Model {
|
|
|
655
655
|
outputs?: ListNodesResponseBodyPagingInfoNodesOutputs;
|
|
656
656
|
/**
|
|
657
657
|
* @remarks
|
|
658
|
-
* The owner of nodes in
|
|
658
|
+
* The owner of nodes in Data Studio.
|
|
659
659
|
*
|
|
660
660
|
* @example
|
|
661
661
|
* 110755000425XXXX
|
|
@@ -705,7 +705,7 @@ export declare class ListNodesResponseBodyPagingInfoNodes extends $dara.Model {
|
|
|
705
705
|
tags?: ListNodesResponseBodyPagingInfoNodesTags[];
|
|
706
706
|
/**
|
|
707
707
|
* @remarks
|
|
708
|
-
* The scheduling task
|
|
708
|
+
* The ID of the scheduling task.
|
|
709
709
|
*
|
|
710
710
|
* @example
|
|
711
711
|
* 88888888888
|
|
@@ -10,7 +10,7 @@ export declare class ListPipelineRunItemsRequest extends $dara.Model {
|
|
|
10
10
|
pageNumber?: number;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The
|
|
13
|
+
* The requested page number, used for pagination.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* 10
|
|
@@ -12,7 +12,7 @@ export declare class ListPipelineRunItemsResponseBodyPagingInfoPipelineRunItems
|
|
|
12
12
|
* @remarks
|
|
13
13
|
* The unique identifier of the deployment.
|
|
14
14
|
*
|
|
15
|
-
* >
|
|
15
|
+
* > Prior to SDK version 8.0.0, this field is of type Long. In SDK version 8.0.0 and later, it is of type String. This change does not affect the normal use of the SDK. The parameter is returned based on the type defined in the SDK. Compilation failures caused by the type change may occur only when you upgrade the SDK across version 8.0.0. In this case, you must manually update the data type.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* 860438872620113XXXX
|
|
@@ -40,6 +40,7 @@ class ListPipelineRunsRequest extends $dara.Model {
|
|
|
40
40
|
static names() {
|
|
41
41
|
return {
|
|
42
42
|
creator: 'Creator',
|
|
43
|
+
objectId: 'ObjectId',
|
|
43
44
|
pageNumber: 'PageNumber',
|
|
44
45
|
pageSize: 'PageSize',
|
|
45
46
|
projectId: 'ProjectId',
|
|
@@ -49,6 +50,7 @@ class ListPipelineRunsRequest extends $dara.Model {
|
|
|
49
50
|
static types() {
|
|
50
51
|
return {
|
|
51
52
|
creator: 'string',
|
|
53
|
+
objectId: 'string',
|
|
52
54
|
pageNumber: 'number',
|
|
53
55
|
pageSize: 'number',
|
|
54
56
|
projectId: 'number',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListPipelineRunsRequest.js","sourceRoot":"","sources":["../../src/models/ListPipelineRunsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListPipelineRunsRequest.js","sourceRoot":"","sources":["../../src/models/ListPipelineRunsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;IAuDtD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,QAAQ;YACnB,MAAM,EAAE,QAAQ;SACjB,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;AApFD,0DAoFC"}
|