@alicloud/dataworks-public20200518 4.4.0 → 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 +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -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
|
};
|
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
|
}
|