From b4c8317bfea64cf2e31cf33aca89353ea07932f1 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 2 Aug 2024 08:38:46 +0000 Subject: [PATCH] Generated 2018-11-01 for dms-enterprise. --- ChangeLog.txt | 4 ++++ services/dms-enterprise/approve_order.go | 1 + .../dms-enterprise/create_data_archive_order.go | 5 +++-- .../dms-enterprise/create_data_correct_order.go | 11 ++++++----- services/dms-enterprise/create_data_export_order.go | 13 +++++++------ services/dms-enterprise/execute_data_correct.go | 9 +++++---- services/dms-enterprise/execute_data_export.go | 9 +++++---- .../dms-enterprise/get_data_export_download_url.go | 7 ++++--- services/dms-enterprise/submit_order_approval.go | 5 +++-- 9 files changed, 38 insertions(+), 26 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 7186faa7b2..c10198d560 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +2024-08-02 Version: v1.62.804 +- Generated 2018-11-01 for `dms-enterprise`. +- Support switch login user + 2024-08-01 Version: v1.62.803 - Generated 20240611 for `AiContent`. - add openapi for Personalized Text to Image ablity init version. diff --git a/services/dms-enterprise/approve_order.go b/services/dms-enterprise/approve_order.go index e78126fdf6..5cdd462afe 100644 --- a/services/dms-enterprise/approve_order.go +++ b/services/dms-enterprise/approve_order.go @@ -77,6 +77,7 @@ type ApproveOrderRequest struct { NewApprover requests.Integer `position:"Query" name:"NewApprover"` ApprovalNodeId requests.Integer `position:"Query" name:"ApprovalNodeId"` OldApprover requests.Integer `position:"Query" name:"OldApprover"` + RealLoginUserUid string `position:"Query" name:"RealLoginUserUid"` Comment string `position:"Query" name:"Comment"` ApprovalNodePos string `position:"Query" name:"ApprovalNodePos"` NewApproverList string `position:"Query" name:"NewApproverList"` diff --git a/services/dms-enterprise/create_data_archive_order.go b/services/dms-enterprise/create_data_archive_order.go index 3490ca880a..a5b87f58a6 100644 --- a/services/dms-enterprise/create_data_archive_order.go +++ b/services/dms-enterprise/create_data_archive_order.go @@ -86,13 +86,14 @@ type CreateDataArchiveOrderParam struct { CronStr string `name:"CronStr"` TableMapping *[]string `name:"TableMapping" type:"Repeated"` OrderAfter *[]string `name:"OrderAfter" type:"Repeated"` + TargetInstanceHost string `name:"TargetInstanceHost"` + TableIncludes *[]CreateDataArchiveOrderParamTableIncludesItem `name:"TableIncludes" type:"Repeated"` SourceCatalogName string `name:"SourceCatalogName"` RunMethod string `name:"RunMethod"` - TargetInstanceHost string `name:"TargetInstanceHost"` Logic string `name:"Logic"` SourceSchemaName string `name:"SourceSchemaName"` ArchiveMethod string `name:"ArchiveMethod"` - TableIncludes *[]CreateDataArchiveOrderParamTableIncludesItem `name:"TableIncludes" type:"Repeated"` + DatabaseId string `name:"DatabaseId"` } // CreateDataArchiveOrderParamVariablesItem is a repeated param struct in CreateDataArchiveOrderRequest diff --git a/services/dms-enterprise/create_data_correct_order.go b/services/dms-enterprise/create_data_correct_order.go index 2b11def2a0..489edcad4f 100644 --- a/services/dms-enterprise/create_data_correct_order.go +++ b/services/dms-enterprise/create_data_correct_order.go @@ -71,11 +71,12 @@ func (client *Client) CreateDataCorrectOrderWithCallback(request *CreateDataCorr // CreateDataCorrectOrderRequest is the request struct for api CreateDataCorrectOrder type CreateDataCorrectOrderRequest struct { *requests.RpcRequest - Tid requests.Integer `position:"Query" name:"Tid"` - Param CreateDataCorrectOrderParam `position:"Query" name:"Param" type:"Struct"` - RelatedUserList *[]string `position:"Query" name:"RelatedUserList" type:"Json"` - AttachmentKey string `position:"Query" name:"AttachmentKey"` - Comment string `position:"Query" name:"Comment"` + Tid requests.Integer `position:"Query" name:"Tid"` + Param CreateDataCorrectOrderParam `position:"Query" name:"Param" type:"Struct"` + RelatedUserList *[]string `position:"Query" name:"RelatedUserList" type:"Json"` + RealLoginUserUid string `position:"Query" name:"RealLoginUserUid"` + AttachmentKey string `position:"Query" name:"AttachmentKey"` + Comment string `position:"Query" name:"Comment"` } // CreateDataCorrectOrderParam is a repeated param struct in CreateDataCorrectOrderRequest diff --git a/services/dms-enterprise/create_data_export_order.go b/services/dms-enterprise/create_data_export_order.go index 16d68b1e56..ca1cbdb64a 100644 --- a/services/dms-enterprise/create_data_export_order.go +++ b/services/dms-enterprise/create_data_export_order.go @@ -71,12 +71,13 @@ func (client *Client) CreateDataExportOrderWithCallback(request *CreateDataExpor // CreateDataExportOrderRequest is the request struct for api CreateDataExportOrder type CreateDataExportOrderRequest struct { *requests.RpcRequest - ParentId requests.Integer `position:"Query" name:"ParentId"` - Tid requests.Integer `position:"Query" name:"Tid"` - RelatedUserList *[]string `position:"Query" name:"RelatedUserList" type:"Json"` - PluginParam CreateDataExportOrderPluginParam `position:"Query" name:"PluginParam" type:"Struct"` - AttachmentKey string `position:"Query" name:"AttachmentKey"` - Comment string `position:"Query" name:"Comment"` + ParentId requests.Integer `position:"Query" name:"ParentId"` + Tid requests.Integer `position:"Query" name:"Tid"` + RelatedUserList *[]string `position:"Query" name:"RelatedUserList" type:"Json"` + PluginParam CreateDataExportOrderPluginParam `position:"Query" name:"PluginParam" type:"Struct"` + RealLoginUserUid string `position:"Query" name:"RealLoginUserUid"` + AttachmentKey string `position:"Query" name:"AttachmentKey"` + Comment string `position:"Query" name:"Comment"` } // CreateDataExportOrderPluginParam is a repeated param struct in CreateDataExportOrderRequest diff --git a/services/dms-enterprise/execute_data_correct.go b/services/dms-enterprise/execute_data_correct.go index f394a59758..c1fd7f7215 100644 --- a/services/dms-enterprise/execute_data_correct.go +++ b/services/dms-enterprise/execute_data_correct.go @@ -71,10 +71,11 @@ func (client *Client) ExecuteDataCorrectWithCallback(request *ExecuteDataCorrect // ExecuteDataCorrectRequest is the request struct for api ExecuteDataCorrect type ExecuteDataCorrectRequest struct { *requests.RpcRequest - Tid string `position:"Query" name:"Tid"` - ActionDetail map[string]interface{} `position:"Query" name:"ActionDetail"` - OrderId requests.Integer `position:"Query" name:"OrderId"` - ActionName string `position:"Query" name:"ActionName"` + Tid string `position:"Query" name:"Tid"` + ActionDetail map[string]interface{} `position:"Query" name:"ActionDetail"` + OrderId requests.Integer `position:"Query" name:"OrderId"` + ActionName string `position:"Query" name:"ActionName"` + RealLoginUserUid string `position:"Query" name:"RealLoginUserUid"` } // ExecuteDataCorrectResponse is the response struct for api ExecuteDataCorrect diff --git a/services/dms-enterprise/execute_data_export.go b/services/dms-enterprise/execute_data_export.go index 094eaf5e56..2a43bb002e 100644 --- a/services/dms-enterprise/execute_data_export.go +++ b/services/dms-enterprise/execute_data_export.go @@ -71,10 +71,11 @@ func (client *Client) ExecuteDataExportWithCallback(request *ExecuteDataExportRe // ExecuteDataExportRequest is the request struct for api ExecuteDataExport type ExecuteDataExportRequest struct { *requests.RpcRequest - Tid requests.Integer `position:"Query" name:"Tid"` - ActionDetail map[string]interface{} `position:"Query" name:"ActionDetail"` - OrderId requests.Integer `position:"Query" name:"OrderId"` - ActionName string `position:"Query" name:"ActionName"` + Tid requests.Integer `position:"Query" name:"Tid"` + ActionDetail map[string]interface{} `position:"Query" name:"ActionDetail"` + OrderId requests.Integer `position:"Query" name:"OrderId"` + ActionName string `position:"Query" name:"ActionName"` + RealLoginUserUid string `position:"Query" name:"RealLoginUserUid"` } // ExecuteDataExportResponse is the response struct for api ExecuteDataExport diff --git a/services/dms-enterprise/get_data_export_download_url.go b/services/dms-enterprise/get_data_export_download_url.go index 4050dae449..3699e20664 100644 --- a/services/dms-enterprise/get_data_export_download_url.go +++ b/services/dms-enterprise/get_data_export_download_url.go @@ -71,9 +71,10 @@ func (client *Client) GetDataExportDownloadURLWithCallback(request *GetDataExpor // GetDataExportDownloadURLRequest is the request struct for api GetDataExportDownloadURL type GetDataExportDownloadURLRequest struct { *requests.RpcRequest - Tid requests.Integer `position:"Query" name:"Tid"` - OrderId requests.Integer `position:"Query" name:"OrderId"` - ActionName string `position:"Query" name:"ActionName"` + Tid requests.Integer `position:"Query" name:"Tid"` + OrderId requests.Integer `position:"Query" name:"OrderId"` + ActionName string `position:"Query" name:"ActionName"` + RealLoginUserUid string `position:"Query" name:"RealLoginUserUid"` } // GetDataExportDownloadURLResponse is the response struct for api GetDataExportDownloadURL diff --git a/services/dms-enterprise/submit_order_approval.go b/services/dms-enterprise/submit_order_approval.go index 73ef9b10d2..b45ca7135a 100644 --- a/services/dms-enterprise/submit_order_approval.go +++ b/services/dms-enterprise/submit_order_approval.go @@ -71,8 +71,9 @@ func (client *Client) SubmitOrderApprovalWithCallback(request *SubmitOrderApprov // SubmitOrderApprovalRequest is the request struct for api SubmitOrderApproval type SubmitOrderApprovalRequest struct { *requests.RpcRequest - Tid requests.Integer `position:"Query" name:"Tid"` - OrderId requests.Integer `position:"Query" name:"OrderId"` + Tid requests.Integer `position:"Query" name:"Tid"` + OrderId requests.Integer `position:"Query" name:"OrderId"` + RealLoginUserUid string `position:"Query" name:"RealLoginUserUid"` } // SubmitOrderApprovalResponse is the response struct for api SubmitOrderApproval