@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/dataworks-public20200518",
3
- "version": "4.3.21",
3
+ "version": "4.4.1",
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.0",
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
@@ -26414,10 +26414,12 @@ export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveAcc
26414
26414
  export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveContentProjectMetaObjectMetaListColumnMetaList extends $tea.Model {
26415
26415
  columnComment?: string;
26416
26416
  columnName?: string;
26417
+ securityLevel?: string;
26417
26418
  static names(): { [key: string]: string } {
26418
26419
  return {
26419
26420
  columnComment: 'ColumnComment',
26420
26421
  columnName: 'ColumnName',
26422
+ securityLevel: 'SecurityLevel',
26421
26423
  };
26422
26424
  }
26423
26425
 
@@ -26425,6 +26427,7 @@ export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveCon
26425
26427
  return {
26426
26428
  columnComment: 'string',
26427
26429
  columnName: 'string',
26430
+ securityLevel: 'string',
26428
26431
  };
26429
26432
  }
26430
26433
 
@@ -26877,19 +26880,23 @@ export class GetQualityEntityResponseBodyData extends $tea.Model {
26877
26880
 
26878
26881
  export class GetQualityFollowerResponseBodyData extends $tea.Model {
26879
26882
  alarmMode?: number;
26883
+ createTime?: number;
26880
26884
  entityId?: string;
26881
26885
  follower?: string;
26882
26886
  followerAccountName?: string;
26883
26887
  id?: number;
26888
+ modifyTime?: number;
26884
26889
  projectName?: string;
26885
26890
  tableName?: string;
26886
26891
  static names(): { [key: string]: string } {
26887
26892
  return {
26888
26893
  alarmMode: 'AlarmMode',
26894
+ createTime: 'CreateTime',
26889
26895
  entityId: 'EntityId',
26890
26896
  follower: 'Follower',
26891
26897
  followerAccountName: 'FollowerAccountName',
26892
26898
  id: 'Id',
26899
+ modifyTime: 'ModifyTime',
26893
26900
  projectName: 'ProjectName',
26894
26901
  tableName: 'TableName',
26895
26902
  };
@@ -26898,10 +26905,12 @@ export class GetQualityFollowerResponseBodyData extends $tea.Model {
26898
26905
  static types(): { [key: string]: any } {
26899
26906
  return {
26900
26907
  alarmMode: 'number',
26908
+ createTime: 'number',
26901
26909
  entityId: 'string',
26902
26910
  follower: 'string',
26903
26911
  followerAccountName: 'string',
26904
26912
  id: 'number',
26913
+ modifyTime: 'number',
26905
26914
  projectName: 'string',
26906
26915
  tableName: 'string',
26907
26916
  };
@@ -26926,6 +26935,7 @@ export class GetQualityRuleResponseBodyData extends $tea.Model {
26926
26935
  methodName?: string;
26927
26936
  onDuty?: string;
26928
26937
  onDutyAccountName?: string;
26938
+ openSwitch?: boolean;
26929
26939
  operator?: string;
26930
26940
  predictType?: number;
26931
26941
  property?: string;
@@ -26951,6 +26961,7 @@ export class GetQualityRuleResponseBodyData extends $tea.Model {
26951
26961
  methodName: 'MethodName',
26952
26962
  onDuty: 'OnDuty',
26953
26963
  onDutyAccountName: 'OnDutyAccountName',
26964
+ openSwitch: 'OpenSwitch',
26954
26965
  operator: 'Operator',
26955
26966
  predictType: 'PredictType',
26956
26967
  property: 'Property',
@@ -26979,6 +26990,7 @@ export class GetQualityRuleResponseBodyData extends $tea.Model {
26979
26990
  methodName: 'string',
26980
26991
  onDuty: 'string',
26981
26992
  onDutyAccountName: 'string',
26993
+ openSwitch: 'boolean',
26982
26994
  operator: 'string',
26983
26995
  predictType: 'number',
26984
26996
  property: 'string',
@@ -31811,6 +31823,7 @@ export class ListQualityResultsByRuleResponseBodyDataRuleChecks extends $tea.Mod
31811
31823
  matchExpression?: string;
31812
31824
  methodName?: string;
31813
31825
  op?: string;
31826
+ open?: boolean;
31814
31827
  projectName?: string;
31815
31828
  property?: string;
31816
31829
  referenceValue?: ListQualityResultsByRuleResponseBodyDataRuleChecksReferenceValue[];
@@ -31854,6 +31867,7 @@ export class ListQualityResultsByRuleResponseBodyDataRuleChecks extends $tea.Mod
31854
31867
  matchExpression: 'MatchExpression',
31855
31868
  methodName: 'MethodName',
31856
31869
  op: 'Op',
31870
+ open: 'Open',
31857
31871
  projectName: 'ProjectName',
31858
31872
  property: 'Property',
31859
31873
  referenceValue: 'ReferenceValue',
@@ -31900,6 +31914,7 @@ export class ListQualityResultsByRuleResponseBodyDataRuleChecks extends $tea.Mod
31900
31914
  matchExpression: 'string',
31901
31915
  methodName: 'string',
31902
31916
  op: 'string',
31917
+ open: 'boolean',
31903
31918
  projectName: 'string',
31904
31919
  property: 'string',
31905
31920
  referenceValue: { 'type': 'array', 'itemType': ListQualityResultsByRuleResponseBodyDataRuleChecksReferenceValue },