@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alicloud/dataworks-public20200518",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/client.js",
|
|
6
6
|
"scripts": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@alicloud/oss-util": "0.0.1",
|
|
27
27
|
"@alicloud/tea-fileform": "^1.0.0",
|
|
28
28
|
"@alicloud/openapi-client": "^0.4.4",
|
|
29
|
-
"@alicloud/openapi-util": "^0.3.
|
|
29
|
+
"@alicloud/openapi-util": "^0.3.1",
|
|
30
30
|
"@alicloud/endpoint-util": "^0.0.1"
|
|
31
31
|
},
|
|
32
32
|
"files": [
|
package/src/client.ts
CHANGED
|
@@ -26877,19 +26877,23 @@ export class GetQualityEntityResponseBodyData extends $tea.Model {
|
|
|
26877
26877
|
|
|
26878
26878
|
export class GetQualityFollowerResponseBodyData extends $tea.Model {
|
|
26879
26879
|
alarmMode?: number;
|
|
26880
|
+
createTime?: number;
|
|
26880
26881
|
entityId?: string;
|
|
26881
26882
|
follower?: string;
|
|
26882
26883
|
followerAccountName?: string;
|
|
26883
26884
|
id?: number;
|
|
26885
|
+
modifyTime?: number;
|
|
26884
26886
|
projectName?: string;
|
|
26885
26887
|
tableName?: string;
|
|
26886
26888
|
static names(): { [key: string]: string } {
|
|
26887
26889
|
return {
|
|
26888
26890
|
alarmMode: 'AlarmMode',
|
|
26891
|
+
createTime: 'CreateTime',
|
|
26889
26892
|
entityId: 'EntityId',
|
|
26890
26893
|
follower: 'Follower',
|
|
26891
26894
|
followerAccountName: 'FollowerAccountName',
|
|
26892
26895
|
id: 'Id',
|
|
26896
|
+
modifyTime: 'ModifyTime',
|
|
26893
26897
|
projectName: 'ProjectName',
|
|
26894
26898
|
tableName: 'TableName',
|
|
26895
26899
|
};
|
|
@@ -26898,10 +26902,12 @@ export class GetQualityFollowerResponseBodyData extends $tea.Model {
|
|
|
26898
26902
|
static types(): { [key: string]: any } {
|
|
26899
26903
|
return {
|
|
26900
26904
|
alarmMode: 'number',
|
|
26905
|
+
createTime: 'number',
|
|
26901
26906
|
entityId: 'string',
|
|
26902
26907
|
follower: 'string',
|
|
26903
26908
|
followerAccountName: 'string',
|
|
26904
26909
|
id: 'number',
|
|
26910
|
+
modifyTime: 'number',
|
|
26905
26911
|
projectName: 'string',
|
|
26906
26912
|
tableName: 'string',
|
|
26907
26913
|
};
|
|
@@ -26926,6 +26932,7 @@ export class GetQualityRuleResponseBodyData extends $tea.Model {
|
|
|
26926
26932
|
methodName?: string;
|
|
26927
26933
|
onDuty?: string;
|
|
26928
26934
|
onDutyAccountName?: string;
|
|
26935
|
+
openSwitch?: boolean;
|
|
26929
26936
|
operator?: string;
|
|
26930
26937
|
predictType?: number;
|
|
26931
26938
|
property?: string;
|
|
@@ -26951,6 +26958,7 @@ export class GetQualityRuleResponseBodyData extends $tea.Model {
|
|
|
26951
26958
|
methodName: 'MethodName',
|
|
26952
26959
|
onDuty: 'OnDuty',
|
|
26953
26960
|
onDutyAccountName: 'OnDutyAccountName',
|
|
26961
|
+
openSwitch: 'OpenSwitch',
|
|
26954
26962
|
operator: 'Operator',
|
|
26955
26963
|
predictType: 'PredictType',
|
|
26956
26964
|
property: 'Property',
|
|
@@ -26979,6 +26987,7 @@ export class GetQualityRuleResponseBodyData extends $tea.Model {
|
|
|
26979
26987
|
methodName: 'string',
|
|
26980
26988
|
onDuty: 'string',
|
|
26981
26989
|
onDutyAccountName: 'string',
|
|
26990
|
+
openSwitch: 'boolean',
|
|
26982
26991
|
operator: 'string',
|
|
26983
26992
|
predictType: 'number',
|
|
26984
26993
|
property: 'string',
|
|
@@ -31811,6 +31820,7 @@ export class ListQualityResultsByRuleResponseBodyDataRuleChecks extends $tea.Mod
|
|
|
31811
31820
|
matchExpression?: string;
|
|
31812
31821
|
methodName?: string;
|
|
31813
31822
|
op?: string;
|
|
31823
|
+
open?: boolean;
|
|
31814
31824
|
projectName?: string;
|
|
31815
31825
|
property?: string;
|
|
31816
31826
|
referenceValue?: ListQualityResultsByRuleResponseBodyDataRuleChecksReferenceValue[];
|
|
@@ -31854,6 +31864,7 @@ export class ListQualityResultsByRuleResponseBodyDataRuleChecks extends $tea.Mod
|
|
|
31854
31864
|
matchExpression: 'MatchExpression',
|
|
31855
31865
|
methodName: 'MethodName',
|
|
31856
31866
|
op: 'Op',
|
|
31867
|
+
open: 'Open',
|
|
31857
31868
|
projectName: 'ProjectName',
|
|
31858
31869
|
property: 'Property',
|
|
31859
31870
|
referenceValue: 'ReferenceValue',
|
|
@@ -31900,6 +31911,7 @@ export class ListQualityResultsByRuleResponseBodyDataRuleChecks extends $tea.Mod
|
|
|
31900
31911
|
matchExpression: 'string',
|
|
31901
31912
|
methodName: 'string',
|
|
31902
31913
|
op: 'string',
|
|
31914
|
+
open: 'boolean',
|
|
31903
31915
|
projectName: 'string',
|
|
31904
31916
|
property: 'string',
|
|
31905
31917
|
referenceValue: { 'type': 'array', 'itemType': ListQualityResultsByRuleResponseBodyDataRuleChecksReferenceValue },
|