@alicloud/dataworks-public20200518 4.3.21 → 4.4.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 +4 -0
- package/dist/client.js +8 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +12 -0
package/dist/client.d.ts
CHANGED
|
@@ -14625,10 +14625,12 @@ export declare class GetQualityEntityResponseBodyData extends $tea.Model {
|
|
|
14625
14625
|
}
|
|
14626
14626
|
export declare class GetQualityFollowerResponseBodyData extends $tea.Model {
|
|
14627
14627
|
alarmMode?: number;
|
|
14628
|
+
createTime?: number;
|
|
14628
14629
|
entityId?: string;
|
|
14629
14630
|
follower?: string;
|
|
14630
14631
|
followerAccountName?: string;
|
|
14631
14632
|
id?: number;
|
|
14633
|
+
modifyTime?: number;
|
|
14632
14634
|
projectName?: string;
|
|
14633
14635
|
tableName?: string;
|
|
14634
14636
|
static names(): {
|
|
@@ -14655,6 +14657,7 @@ export declare class GetQualityRuleResponseBodyData extends $tea.Model {
|
|
|
14655
14657
|
methodName?: string;
|
|
14656
14658
|
onDuty?: string;
|
|
14657
14659
|
onDutyAccountName?: string;
|
|
14660
|
+
openSwitch?: boolean;
|
|
14658
14661
|
operator?: string;
|
|
14659
14662
|
predictType?: number;
|
|
14660
14663
|
property?: string;
|
|
@@ -17047,6 +17050,7 @@ export declare class ListQualityResultsByRuleResponseBodyDataRuleChecks extends
|
|
|
17047
17050
|
matchExpression?: string;
|
|
17048
17051
|
methodName?: string;
|
|
17049
17052
|
op?: string;
|
|
17053
|
+
open?: boolean;
|
|
17050
17054
|
projectName?: string;
|
|
17051
17055
|
property?: string;
|
|
17052
17056
|
referenceValue?: ListQualityResultsByRuleResponseBodyDataRuleChecksReferenceValue[];
|
package/dist/client.js
CHANGED
|
@@ -20968,10 +20968,12 @@ class GetQualityFollowerResponseBodyData extends $tea.Model {
|
|
|
20968
20968
|
static names() {
|
|
20969
20969
|
return {
|
|
20970
20970
|
alarmMode: 'AlarmMode',
|
|
20971
|
+
createTime: 'CreateTime',
|
|
20971
20972
|
entityId: 'EntityId',
|
|
20972
20973
|
follower: 'Follower',
|
|
20973
20974
|
followerAccountName: 'FollowerAccountName',
|
|
20974
20975
|
id: 'Id',
|
|
20976
|
+
modifyTime: 'ModifyTime',
|
|
20975
20977
|
projectName: 'ProjectName',
|
|
20976
20978
|
tableName: 'TableName',
|
|
20977
20979
|
};
|
|
@@ -20979,10 +20981,12 @@ class GetQualityFollowerResponseBodyData extends $tea.Model {
|
|
|
20979
20981
|
static types() {
|
|
20980
20982
|
return {
|
|
20981
20983
|
alarmMode: 'number',
|
|
20984
|
+
createTime: 'number',
|
|
20982
20985
|
entityId: 'string',
|
|
20983
20986
|
follower: 'string',
|
|
20984
20987
|
followerAccountName: 'string',
|
|
20985
20988
|
id: 'number',
|
|
20989
|
+
modifyTime: 'number',
|
|
20986
20990
|
projectName: 'string',
|
|
20987
20991
|
tableName: 'string',
|
|
20988
20992
|
};
|
|
@@ -21008,6 +21012,7 @@ class GetQualityRuleResponseBodyData extends $tea.Model {
|
|
|
21008
21012
|
methodName: 'MethodName',
|
|
21009
21013
|
onDuty: 'OnDuty',
|
|
21010
21014
|
onDutyAccountName: 'OnDutyAccountName',
|
|
21015
|
+
openSwitch: 'OpenSwitch',
|
|
21011
21016
|
operator: 'Operator',
|
|
21012
21017
|
predictType: 'PredictType',
|
|
21013
21018
|
property: 'Property',
|
|
@@ -21035,6 +21040,7 @@ class GetQualityRuleResponseBodyData extends $tea.Model {
|
|
|
21035
21040
|
methodName: 'string',
|
|
21036
21041
|
onDuty: 'string',
|
|
21037
21042
|
onDutyAccountName: 'string',
|
|
21043
|
+
openSwitch: 'boolean',
|
|
21038
21044
|
operator: 'string',
|
|
21039
21045
|
predictType: 'number',
|
|
21040
21046
|
property: 'string',
|
|
@@ -24712,6 +24718,7 @@ class ListQualityResultsByRuleResponseBodyDataRuleChecks extends $tea.Model {
|
|
|
24712
24718
|
matchExpression: 'MatchExpression',
|
|
24713
24719
|
methodName: 'MethodName',
|
|
24714
24720
|
op: 'Op',
|
|
24721
|
+
open: 'Open',
|
|
24715
24722
|
projectName: 'ProjectName',
|
|
24716
24723
|
property: 'Property',
|
|
24717
24724
|
referenceValue: 'ReferenceValue',
|
|
@@ -24757,6 +24764,7 @@ class ListQualityResultsByRuleResponseBodyDataRuleChecks extends $tea.Model {
|
|
|
24757
24764
|
matchExpression: 'string',
|
|
24758
24765
|
methodName: 'string',
|
|
24759
24766
|
op: 'string',
|
|
24767
|
+
open: 'boolean',
|
|
24760
24768
|
projectName: 'string',
|
|
24761
24769
|
property: 'string',
|
|
24762
24770
|
referenceValue: { 'type': 'array', 'itemType': ListQualityResultsByRuleResponseBodyDataRuleChecksReferenceValue },
|