@alicloud/adb20211201 4.0.1 → 4.0.3
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 +233 -1250
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +241 -1250
package/dist/client.d.ts
CHANGED
|
@@ -6110,6 +6110,7 @@ export declare class DescribeDiagnosisRecordsResponseBodyQuerys extends $dara.Mo
|
|
|
6110
6110
|
});
|
|
6111
6111
|
}
|
|
6112
6112
|
export declare class DescribeDiagnosisSQLInfoResponseBodyStageInfos extends $dara.Model {
|
|
6113
|
+
executionType?: string;
|
|
6113
6114
|
/**
|
|
6114
6115
|
* @remarks
|
|
6115
6116
|
* The total amount of input data in the stage. Unit: bytes.
|