@alicloud/alidns20150109 4.3.5 → 4.3.6
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 +0 -1
- package/dist/client.js +0 -1
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeCloudGtmGlobalAlertResponseBody.d.ts +5 -0
- package/dist/models/DescribeCloudGtmGlobalAlertResponseBody.js +2 -0
- package/dist/models/DescribeCloudGtmGlobalAlertResponseBody.js.map +1 -1
- package/dist/models/UpdateCloudGtmGlobalAlertRequest.d.ts +5 -0
- package/dist/models/UpdateCloudGtmGlobalAlertRequest.js +2 -0
- package/dist/models/UpdateCloudGtmGlobalAlertRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +0 -1
- package/src/models/DescribeCloudGtmGlobalAlertResponseBody.ts +7 -0
- package/src/models/UpdateCloudGtmGlobalAlertRequest.ts +7 -0
package/dist/client.d.ts
CHANGED
|
@@ -920,7 +920,6 @@ export default class Client extends OpenApi {
|
|
|
920
920
|
*/
|
|
921
921
|
describeCloudGtmSummary(request: $_model.DescribeCloudGtmSummaryRequest): Promise<$_model.DescribeCloudGtmSummaryResponse>;
|
|
922
922
|
/**
|
|
923
|
-
* @param request - DescribeCloudGtmSystemLinesRequest
|
|
924
923
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
925
924
|
* @returns DescribeCloudGtmSystemLinesResponse
|
|
926
925
|
*/
|
package/dist/client.js
CHANGED
|
@@ -2912,7 +2912,6 @@ class Client extends openapi_core_1.default {
|
|
|
2912
2912
|
return await this.describeCloudGtmSummaryWithOptions(request, runtime);
|
|
2913
2913
|
}
|
|
2914
2914
|
/**
|
|
2915
|
-
* @param request - DescribeCloudGtmSystemLinesRequest
|
|
2916
2915
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2917
2916
|
* @returns DescribeCloudGtmSystemLinesResponse
|
|
2918
2917
|
*/
|