@alicloud/dataworks-public20200518 4.3.21 → 4.4.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/client.d.ts +5 -0
- package/dist/client.js +10 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +15 -0
package/dist/client.d.ts
CHANGED
|
@@ -14409,6 +14409,7 @@ export declare class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailAp
|
|
|
14409
14409
|
export declare class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveContentProjectMetaObjectMetaListColumnMetaList extends $tea.Model {
|
|
14410
14410
|
columnComment?: string;
|
|
14411
14411
|
columnName?: string;
|
|
14412
|
+
securityLevel?: string;
|
|
14412
14413
|
static names(): {
|
|
14413
14414
|
[key: string]: string;
|
|
14414
14415
|
};
|
|
@@ -14625,10 +14626,12 @@ export declare class GetQualityEntityResponseBodyData extends $tea.Model {
|
|
|
14625
14626
|
}
|
|
14626
14627
|
export declare class GetQualityFollowerResponseBodyData extends $tea.Model {
|
|
14627
14628
|
alarmMode?: number;
|
|
14629
|
+
createTime?: number;
|
|
14628
14630
|
entityId?: string;
|
|
14629
14631
|
follower?: string;
|
|
14630
14632
|
followerAccountName?: string;
|
|
14631
14633
|
id?: number;
|
|
14634
|
+
modifyTime?: number;
|
|
14632
14635
|
projectName?: string;
|
|
14633
14636
|
tableName?: string;
|
|
14634
14637
|
static names(): {
|
|
@@ -14655,6 +14658,7 @@ export declare class GetQualityRuleResponseBodyData extends $tea.Model {
|
|
|
14655
14658
|
methodName?: string;
|
|
14656
14659
|
onDuty?: string;
|
|
14657
14660
|
onDutyAccountName?: string;
|
|
14661
|
+
openSwitch?: boolean;
|
|
14658
14662
|
operator?: string;
|
|
14659
14663
|
predictType?: number;
|
|
14660
14664
|
property?: string;
|
|
@@ -17047,6 +17051,7 @@ export declare class ListQualityResultsByRuleResponseBodyDataRuleChecks extends
|
|
|
17047
17051
|
matchExpression?: string;
|
|
17048
17052
|
methodName?: string;
|
|
17049
17053
|
op?: string;
|
|
17054
|
+
open?: boolean;
|
|
17050
17055
|
projectName?: string;
|
|
17051
17056
|
property?: string;
|
|
17052
17057
|
referenceValue?: ListQualityResultsByRuleResponseBodyDataRuleChecksReferenceValue[];
|
package/dist/client.js
CHANGED
|
@@ -20623,12 +20623,14 @@ class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveContentPro
|
|
|
20623
20623
|
return {
|
|
20624
20624
|
columnComment: 'ColumnComment',
|
|
20625
20625
|
columnName: 'ColumnName',
|
|
20626
|
+
securityLevel: 'SecurityLevel',
|
|
20626
20627
|
};
|
|
20627
20628
|
}
|
|
20628
20629
|
static types() {
|
|
20629
20630
|
return {
|
|
20630
20631
|
columnComment: 'string',
|
|
20631
20632
|
columnName: 'string',
|
|
20633
|
+
securityLevel: 'string',
|
|
20632
20634
|
};
|
|
20633
20635
|
}
|
|
20634
20636
|
}
|
|
@@ -20968,10 +20970,12 @@ class GetQualityFollowerResponseBodyData extends $tea.Model {
|
|
|
20968
20970
|
static names() {
|
|
20969
20971
|
return {
|
|
20970
20972
|
alarmMode: 'AlarmMode',
|
|
20973
|
+
createTime: 'CreateTime',
|
|
20971
20974
|
entityId: 'EntityId',
|
|
20972
20975
|
follower: 'Follower',
|
|
20973
20976
|
followerAccountName: 'FollowerAccountName',
|
|
20974
20977
|
id: 'Id',
|
|
20978
|
+
modifyTime: 'ModifyTime',
|
|
20975
20979
|
projectName: 'ProjectName',
|
|
20976
20980
|
tableName: 'TableName',
|
|
20977
20981
|
};
|
|
@@ -20979,10 +20983,12 @@ class GetQualityFollowerResponseBodyData extends $tea.Model {
|
|
|
20979
20983
|
static types() {
|
|
20980
20984
|
return {
|
|
20981
20985
|
alarmMode: 'number',
|
|
20986
|
+
createTime: 'number',
|
|
20982
20987
|
entityId: 'string',
|
|
20983
20988
|
follower: 'string',
|
|
20984
20989
|
followerAccountName: 'string',
|
|
20985
20990
|
id: 'number',
|
|
20991
|
+
modifyTime: 'number',
|
|
20986
20992
|
projectName: 'string',
|
|
20987
20993
|
tableName: 'string',
|
|
20988
20994
|
};
|
|
@@ -21008,6 +21014,7 @@ class GetQualityRuleResponseBodyData extends $tea.Model {
|
|
|
21008
21014
|
methodName: 'MethodName',
|
|
21009
21015
|
onDuty: 'OnDuty',
|
|
21010
21016
|
onDutyAccountName: 'OnDutyAccountName',
|
|
21017
|
+
openSwitch: 'OpenSwitch',
|
|
21011
21018
|
operator: 'Operator',
|
|
21012
21019
|
predictType: 'PredictType',
|
|
21013
21020
|
property: 'Property',
|
|
@@ -21035,6 +21042,7 @@ class GetQualityRuleResponseBodyData extends $tea.Model {
|
|
|
21035
21042
|
methodName: 'string',
|
|
21036
21043
|
onDuty: 'string',
|
|
21037
21044
|
onDutyAccountName: 'string',
|
|
21045
|
+
openSwitch: 'boolean',
|
|
21038
21046
|
operator: 'string',
|
|
21039
21047
|
predictType: 'number',
|
|
21040
21048
|
property: 'string',
|
|
@@ -24712,6 +24720,7 @@ class ListQualityResultsByRuleResponseBodyDataRuleChecks extends $tea.Model {
|
|
|
24712
24720
|
matchExpression: 'MatchExpression',
|
|
24713
24721
|
methodName: 'MethodName',
|
|
24714
24722
|
op: 'Op',
|
|
24723
|
+
open: 'Open',
|
|
24715
24724
|
projectName: 'ProjectName',
|
|
24716
24725
|
property: 'Property',
|
|
24717
24726
|
referenceValue: 'ReferenceValue',
|
|
@@ -24757,6 +24766,7 @@ class ListQualityResultsByRuleResponseBodyDataRuleChecks extends $tea.Model {
|
|
|
24757
24766
|
matchExpression: 'string',
|
|
24758
24767
|
methodName: 'string',
|
|
24759
24768
|
op: 'string',
|
|
24769
|
+
open: 'boolean',
|
|
24760
24770
|
projectName: 'string',
|
|
24761
24771
|
property: 'string',
|
|
24762
24772
|
referenceValue: { 'type': 'array', 'itemType': ListQualityResultsByRuleResponseBodyDataRuleChecksReferenceValue },
|