@alicloud/dms-enterprise20181101 1.35.1 → 1.35.2
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 +21 -6
- package/dist/client.js +53 -6
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +71 -6
package/dist/client.d.ts
CHANGED
|
@@ -510,6 +510,7 @@ export declare class ApproveOrderRequest extends $tea.Model {
|
|
|
510
510
|
newApprover?: number;
|
|
511
511
|
newApproverList?: string;
|
|
512
512
|
oldApprover?: number;
|
|
513
|
+
realLoginUserUid?: string;
|
|
513
514
|
tid?: number;
|
|
514
515
|
workflowInstanceId?: number;
|
|
515
516
|
static names(): {
|
|
@@ -982,6 +983,7 @@ export declare class CreateDataCorrectOrderRequest extends $tea.Model {
|
|
|
982
983
|
attachmentKey?: string;
|
|
983
984
|
comment?: string;
|
|
984
985
|
param?: CreateDataCorrectOrderRequestParam;
|
|
986
|
+
realLoginUserUid?: string;
|
|
985
987
|
relatedUserList?: number[];
|
|
986
988
|
tid?: number;
|
|
987
989
|
static names(): {
|
|
@@ -998,6 +1000,7 @@ export declare class CreateDataCorrectOrderShrinkRequest extends $tea.Model {
|
|
|
998
1000
|
attachmentKey?: string;
|
|
999
1001
|
comment?: string;
|
|
1000
1002
|
paramShrink?: string;
|
|
1003
|
+
realLoginUserUid?: string;
|
|
1001
1004
|
relatedUserListShrink?: string;
|
|
1002
1005
|
tid?: number;
|
|
1003
1006
|
static names(): {
|
|
@@ -1111,6 +1114,7 @@ export declare class CreateDataExportOrderRequest extends $tea.Model {
|
|
|
1111
1114
|
comment?: string;
|
|
1112
1115
|
parentId?: number;
|
|
1113
1116
|
pluginParam?: CreateDataExportOrderRequestPluginParam;
|
|
1117
|
+
realLoginUserUid?: string;
|
|
1114
1118
|
relatedUserList?: number[];
|
|
1115
1119
|
tid?: number;
|
|
1116
1120
|
static names(): {
|
|
@@ -1128,6 +1132,7 @@ export declare class CreateDataExportOrderShrinkRequest extends $tea.Model {
|
|
|
1128
1132
|
comment?: string;
|
|
1129
1133
|
parentId?: number;
|
|
1130
1134
|
pluginParamShrink?: string;
|
|
1135
|
+
realLoginUserUid?: string;
|
|
1131
1136
|
relatedUserListShrink?: string;
|
|
1132
1137
|
tid?: number;
|
|
1133
1138
|
static names(): {
|
|
@@ -3107,6 +3112,7 @@ export declare class ExecuteDataCorrectRequest extends $tea.Model {
|
|
|
3107
3112
|
[key: string]: any;
|
|
3108
3113
|
};
|
|
3109
3114
|
orderId?: number;
|
|
3115
|
+
realLoginUserUid?: string;
|
|
3110
3116
|
tid?: string;
|
|
3111
3117
|
static names(): {
|
|
3112
3118
|
[key: string]: string;
|
|
@@ -3121,6 +3127,7 @@ export declare class ExecuteDataCorrectRequest extends $tea.Model {
|
|
|
3121
3127
|
export declare class ExecuteDataCorrectShrinkRequest extends $tea.Model {
|
|
3122
3128
|
actionDetailShrink?: string;
|
|
3123
3129
|
orderId?: number;
|
|
3130
|
+
realLoginUserUid?: string;
|
|
3124
3131
|
tid?: string;
|
|
3125
3132
|
static names(): {
|
|
3126
3133
|
[key: string]: string;
|
|
@@ -3168,6 +3175,7 @@ export declare class ExecuteDataExportRequest extends $tea.Model {
|
|
|
3168
3175
|
[key: string]: any;
|
|
3169
3176
|
};
|
|
3170
3177
|
orderId?: number;
|
|
3178
|
+
realLoginUserUid?: string;
|
|
3171
3179
|
tid?: number;
|
|
3172
3180
|
static names(): {
|
|
3173
3181
|
[key: string]: string;
|
|
@@ -3182,6 +3190,7 @@ export declare class ExecuteDataExportRequest extends $tea.Model {
|
|
|
3182
3190
|
export declare class ExecuteDataExportShrinkRequest extends $tea.Model {
|
|
3183
3191
|
actionDetailShrink?: string;
|
|
3184
3192
|
orderId?: number;
|
|
3193
|
+
realLoginUserUid?: string;
|
|
3185
3194
|
tid?: number;
|
|
3186
3195
|
static names(): {
|
|
3187
3196
|
[key: string]: string;
|
|
@@ -4015,6 +4024,7 @@ export declare class GetDataCronClearTaskDetailListResponse extends $tea.Model {
|
|
|
4015
4024
|
}
|
|
4016
4025
|
export declare class GetDataExportDownloadURLRequest extends $tea.Model {
|
|
4017
4026
|
orderId?: number;
|
|
4027
|
+
realLoginUserUid?: string;
|
|
4018
4028
|
tid?: number;
|
|
4019
4029
|
static names(): {
|
|
4020
4030
|
[key: string]: string;
|
|
@@ -10021,6 +10031,7 @@ export declare class StopTaskFlowInstanceResponse extends $tea.Model {
|
|
|
10021
10031
|
}
|
|
10022
10032
|
export declare class SubmitOrderApprovalRequest extends $tea.Model {
|
|
10023
10033
|
orderId?: number;
|
|
10034
|
+
realLoginUserUid?: string;
|
|
10024
10035
|
tid?: number;
|
|
10025
10036
|
static names(): {
|
|
10026
10037
|
[key: string]: string;
|
|
@@ -16727,7 +16738,9 @@ export default class Client extends OpenApi {
|
|
|
16727
16738
|
*/
|
|
16728
16739
|
createAuthorityTemplate(request: CreateAuthorityTemplateRequest): Promise<CreateAuthorityTemplateResponse>;
|
|
16729
16740
|
/**
|
|
16730
|
-
* @summary Creates data archiving
|
|
16741
|
+
* @summary Creates a data archiving ticket to archive data to destinations such as dedicated storage space or ApsaraDB RDS for MySQL instances.
|
|
16742
|
+
*
|
|
16743
|
+
* @description You can call this API operation only for database instances that are managed in Security Collaboration mode.
|
|
16731
16744
|
*
|
|
16732
16745
|
* @param tmpReq CreateDataArchiveOrderRequest
|
|
16733
16746
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -16735,7 +16748,9 @@ export default class Client extends OpenApi {
|
|
|
16735
16748
|
*/
|
|
16736
16749
|
createDataArchiveOrderWithOptions(tmpReq: CreateDataArchiveOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataArchiveOrderResponse>;
|
|
16737
16750
|
/**
|
|
16738
|
-
* @summary Creates data archiving
|
|
16751
|
+
* @summary Creates a data archiving ticket to archive data to destinations such as dedicated storage space or ApsaraDB RDS for MySQL instances.
|
|
16752
|
+
*
|
|
16753
|
+
* @description You can call this API operation only for database instances that are managed in Security Collaboration mode.
|
|
16739
16754
|
*
|
|
16740
16755
|
* @param request CreateDataArchiveOrderRequest
|
|
16741
16756
|
* @return CreateDataArchiveOrderResponse
|
|
@@ -18312,7 +18327,7 @@ export default class Client extends OpenApi {
|
|
|
18312
18327
|
*/
|
|
18313
18328
|
getTableDBTopology(request: GetTableDBTopologyRequest): Promise<GetTableDBTopologyResponse>;
|
|
18314
18329
|
/**
|
|
18315
|
-
* @summary
|
|
18330
|
+
* @summary Queries the information about a schema design ticket, such as the current node of the ticket, whether the ticket can be returned to the schema design node, and the publishing strategy.
|
|
18316
18331
|
*
|
|
18317
18332
|
* @param request GetTableDesignProjectFlowRequest
|
|
18318
18333
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -18320,14 +18335,14 @@ export default class Client extends OpenApi {
|
|
|
18320
18335
|
*/
|
|
18321
18336
|
getTableDesignProjectFlowWithOptions(request: GetTableDesignProjectFlowRequest, runtime: $Util.RuntimeOptions): Promise<GetTableDesignProjectFlowResponse>;
|
|
18322
18337
|
/**
|
|
18323
|
-
* @summary
|
|
18338
|
+
* @summary Queries the information about a schema design ticket, such as the current node of the ticket, whether the ticket can be returned to the schema design node, and the publishing strategy.
|
|
18324
18339
|
*
|
|
18325
18340
|
* @param request GetTableDesignProjectFlowRequest
|
|
18326
18341
|
* @return GetTableDesignProjectFlowResponse
|
|
18327
18342
|
*/
|
|
18328
18343
|
getTableDesignProjectFlow(request: GetTableDesignProjectFlowRequest): Promise<GetTableDesignProjectFlowResponse>;
|
|
18329
18344
|
/**
|
|
18330
|
-
* @summary
|
|
18345
|
+
* @summary Queries the information about the project and change base database of a schema design ticket, such as the state of the ticket, the ID of the user who created the ticket, and the name and ID of the change base database.
|
|
18331
18346
|
*
|
|
18332
18347
|
* @param request GetTableDesignProjectInfoRequest
|
|
18333
18348
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -18335,7 +18350,7 @@ export default class Client extends OpenApi {
|
|
|
18335
18350
|
*/
|
|
18336
18351
|
getTableDesignProjectInfoWithOptions(request: GetTableDesignProjectInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetTableDesignProjectInfoResponse>;
|
|
18337
18352
|
/**
|
|
18338
|
-
* @summary
|
|
18353
|
+
* @summary Queries the information about the project and change base database of a schema design ticket, such as the state of the ticket, the ID of the user who created the ticket, and the name and ID of the change base database.
|
|
18339
18354
|
*
|
|
18340
18355
|
* @param request GetTableDesignProjectInfoRequest
|
|
18341
18356
|
* @return GetTableDesignProjectInfoResponse
|
package/dist/client.js
CHANGED
|
@@ -802,6 +802,7 @@ class ApproveOrderRequest extends $tea.Model {
|
|
|
802
802
|
newApprover: 'NewApprover',
|
|
803
803
|
newApproverList: 'NewApproverList',
|
|
804
804
|
oldApprover: 'OldApprover',
|
|
805
|
+
realLoginUserUid: 'RealLoginUserUid',
|
|
805
806
|
tid: 'Tid',
|
|
806
807
|
workflowInstanceId: 'WorkflowInstanceId',
|
|
807
808
|
};
|
|
@@ -815,6 +816,7 @@ class ApproveOrderRequest extends $tea.Model {
|
|
|
815
816
|
newApprover: 'number',
|
|
816
817
|
newApproverList: 'string',
|
|
817
818
|
oldApprover: 'number',
|
|
819
|
+
realLoginUserUid: 'string',
|
|
818
820
|
tid: 'number',
|
|
819
821
|
workflowInstanceId: 'number',
|
|
820
822
|
};
|
|
@@ -1482,6 +1484,7 @@ class CreateDataCorrectOrderRequest extends $tea.Model {
|
|
|
1482
1484
|
attachmentKey: 'AttachmentKey',
|
|
1483
1485
|
comment: 'Comment',
|
|
1484
1486
|
param: 'Param',
|
|
1487
|
+
realLoginUserUid: 'RealLoginUserUid',
|
|
1485
1488
|
relatedUserList: 'RelatedUserList',
|
|
1486
1489
|
tid: 'Tid',
|
|
1487
1490
|
};
|
|
@@ -1491,6 +1494,7 @@ class CreateDataCorrectOrderRequest extends $tea.Model {
|
|
|
1491
1494
|
attachmentKey: 'string',
|
|
1492
1495
|
comment: 'string',
|
|
1493
1496
|
param: CreateDataCorrectOrderRequestParam,
|
|
1497
|
+
realLoginUserUid: 'string',
|
|
1494
1498
|
relatedUserList: { 'type': 'array', 'itemType': 'number' },
|
|
1495
1499
|
tid: 'number',
|
|
1496
1500
|
};
|
|
@@ -1506,6 +1510,7 @@ class CreateDataCorrectOrderShrinkRequest extends $tea.Model {
|
|
|
1506
1510
|
attachmentKey: 'AttachmentKey',
|
|
1507
1511
|
comment: 'Comment',
|
|
1508
1512
|
paramShrink: 'Param',
|
|
1513
|
+
realLoginUserUid: 'RealLoginUserUid',
|
|
1509
1514
|
relatedUserListShrink: 'RelatedUserList',
|
|
1510
1515
|
tid: 'Tid',
|
|
1511
1516
|
};
|
|
@@ -1515,6 +1520,7 @@ class CreateDataCorrectOrderShrinkRequest extends $tea.Model {
|
|
|
1515
1520
|
attachmentKey: 'string',
|
|
1516
1521
|
comment: 'string',
|
|
1517
1522
|
paramShrink: 'string',
|
|
1523
|
+
realLoginUserUid: 'string',
|
|
1518
1524
|
relatedUserListShrink: 'string',
|
|
1519
1525
|
tid: 'number',
|
|
1520
1526
|
};
|
|
@@ -1667,6 +1673,7 @@ class CreateDataExportOrderRequest extends $tea.Model {
|
|
|
1667
1673
|
comment: 'Comment',
|
|
1668
1674
|
parentId: 'ParentId',
|
|
1669
1675
|
pluginParam: 'PluginParam',
|
|
1676
|
+
realLoginUserUid: 'RealLoginUserUid',
|
|
1670
1677
|
relatedUserList: 'RelatedUserList',
|
|
1671
1678
|
tid: 'Tid',
|
|
1672
1679
|
};
|
|
@@ -1677,6 +1684,7 @@ class CreateDataExportOrderRequest extends $tea.Model {
|
|
|
1677
1684
|
comment: 'string',
|
|
1678
1685
|
parentId: 'number',
|
|
1679
1686
|
pluginParam: CreateDataExportOrderRequestPluginParam,
|
|
1687
|
+
realLoginUserUid: 'string',
|
|
1680
1688
|
relatedUserList: { 'type': 'array', 'itemType': 'number' },
|
|
1681
1689
|
tid: 'number',
|
|
1682
1690
|
};
|
|
@@ -1693,6 +1701,7 @@ class CreateDataExportOrderShrinkRequest extends $tea.Model {
|
|
|
1693
1701
|
comment: 'Comment',
|
|
1694
1702
|
parentId: 'ParentId',
|
|
1695
1703
|
pluginParamShrink: 'PluginParam',
|
|
1704
|
+
realLoginUserUid: 'RealLoginUserUid',
|
|
1696
1705
|
relatedUserListShrink: 'RelatedUserList',
|
|
1697
1706
|
tid: 'Tid',
|
|
1698
1707
|
};
|
|
@@ -1703,6 +1712,7 @@ class CreateDataExportOrderShrinkRequest extends $tea.Model {
|
|
|
1703
1712
|
comment: 'string',
|
|
1704
1713
|
parentId: 'number',
|
|
1705
1714
|
pluginParamShrink: 'string',
|
|
1715
|
+
realLoginUserUid: 'string',
|
|
1706
1716
|
relatedUserListShrink: 'string',
|
|
1707
1717
|
tid: 'number',
|
|
1708
1718
|
};
|
|
@@ -4477,6 +4487,7 @@ class ExecuteDataCorrectRequest extends $tea.Model {
|
|
|
4477
4487
|
return {
|
|
4478
4488
|
actionDetail: 'ActionDetail',
|
|
4479
4489
|
orderId: 'OrderId',
|
|
4490
|
+
realLoginUserUid: 'RealLoginUserUid',
|
|
4480
4491
|
tid: 'Tid',
|
|
4481
4492
|
};
|
|
4482
4493
|
}
|
|
@@ -4484,6 +4495,7 @@ class ExecuteDataCorrectRequest extends $tea.Model {
|
|
|
4484
4495
|
return {
|
|
4485
4496
|
actionDetail: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
4486
4497
|
orderId: 'number',
|
|
4498
|
+
realLoginUserUid: 'string',
|
|
4487
4499
|
tid: 'string',
|
|
4488
4500
|
};
|
|
4489
4501
|
}
|
|
@@ -4497,6 +4509,7 @@ class ExecuteDataCorrectShrinkRequest extends $tea.Model {
|
|
|
4497
4509
|
return {
|
|
4498
4510
|
actionDetailShrink: 'ActionDetail',
|
|
4499
4511
|
orderId: 'OrderId',
|
|
4512
|
+
realLoginUserUid: 'RealLoginUserUid',
|
|
4500
4513
|
tid: 'Tid',
|
|
4501
4514
|
};
|
|
4502
4515
|
}
|
|
@@ -4504,6 +4517,7 @@ class ExecuteDataCorrectShrinkRequest extends $tea.Model {
|
|
|
4504
4517
|
return {
|
|
4505
4518
|
actionDetailShrink: 'string',
|
|
4506
4519
|
orderId: 'number',
|
|
4520
|
+
realLoginUserUid: 'string',
|
|
4507
4521
|
tid: 'string',
|
|
4508
4522
|
};
|
|
4509
4523
|
}
|
|
@@ -4559,6 +4573,7 @@ class ExecuteDataExportRequest extends $tea.Model {
|
|
|
4559
4573
|
return {
|
|
4560
4574
|
actionDetail: 'ActionDetail',
|
|
4561
4575
|
orderId: 'OrderId',
|
|
4576
|
+
realLoginUserUid: 'RealLoginUserUid',
|
|
4562
4577
|
tid: 'Tid',
|
|
4563
4578
|
};
|
|
4564
4579
|
}
|
|
@@ -4566,6 +4581,7 @@ class ExecuteDataExportRequest extends $tea.Model {
|
|
|
4566
4581
|
return {
|
|
4567
4582
|
actionDetail: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
4568
4583
|
orderId: 'number',
|
|
4584
|
+
realLoginUserUid: 'string',
|
|
4569
4585
|
tid: 'number',
|
|
4570
4586
|
};
|
|
4571
4587
|
}
|
|
@@ -4579,6 +4595,7 @@ class ExecuteDataExportShrinkRequest extends $tea.Model {
|
|
|
4579
4595
|
return {
|
|
4580
4596
|
actionDetailShrink: 'ActionDetail',
|
|
4581
4597
|
orderId: 'OrderId',
|
|
4598
|
+
realLoginUserUid: 'RealLoginUserUid',
|
|
4582
4599
|
tid: 'Tid',
|
|
4583
4600
|
};
|
|
4584
4601
|
}
|
|
@@ -4586,6 +4603,7 @@ class ExecuteDataExportShrinkRequest extends $tea.Model {
|
|
|
4586
4603
|
return {
|
|
4587
4604
|
actionDetailShrink: 'string',
|
|
4588
4605
|
orderId: 'number',
|
|
4606
|
+
realLoginUserUid: 'string',
|
|
4589
4607
|
tid: 'number',
|
|
4590
4608
|
};
|
|
4591
4609
|
}
|
|
@@ -5730,12 +5748,14 @@ class GetDataExportDownloadURLRequest extends $tea.Model {
|
|
|
5730
5748
|
static names() {
|
|
5731
5749
|
return {
|
|
5732
5750
|
orderId: 'OrderId',
|
|
5751
|
+
realLoginUserUid: 'RealLoginUserUid',
|
|
5733
5752
|
tid: 'Tid',
|
|
5734
5753
|
};
|
|
5735
5754
|
}
|
|
5736
5755
|
static types() {
|
|
5737
5756
|
return {
|
|
5738
5757
|
orderId: 'number',
|
|
5758
|
+
realLoginUserUid: 'string',
|
|
5739
5759
|
tid: 'number',
|
|
5740
5760
|
};
|
|
5741
5761
|
}
|
|
@@ -14190,12 +14210,14 @@ class SubmitOrderApprovalRequest extends $tea.Model {
|
|
|
14190
14210
|
static names() {
|
|
14191
14211
|
return {
|
|
14192
14212
|
orderId: 'OrderId',
|
|
14213
|
+
realLoginUserUid: 'RealLoginUserUid',
|
|
14193
14214
|
tid: 'Tid',
|
|
14194
14215
|
};
|
|
14195
14216
|
}
|
|
14196
14217
|
static types() {
|
|
14197
14218
|
return {
|
|
14198
14219
|
orderId: 'number',
|
|
14220
|
+
realLoginUserUid: 'string',
|
|
14199
14221
|
tid: 'number',
|
|
14200
14222
|
};
|
|
14201
14223
|
}
|
|
@@ -24174,6 +24196,9 @@ class Client extends openapi_client_1.default {
|
|
|
24174
24196
|
if (!tea_util_1.default.isUnset(request.oldApprover)) {
|
|
24175
24197
|
query["OldApprover"] = request.oldApprover;
|
|
24176
24198
|
}
|
|
24199
|
+
if (!tea_util_1.default.isUnset(request.realLoginUserUid)) {
|
|
24200
|
+
query["RealLoginUserUid"] = request.realLoginUserUid;
|
|
24201
|
+
}
|
|
24177
24202
|
if (!tea_util_1.default.isUnset(request.tid)) {
|
|
24178
24203
|
query["Tid"] = request.tid;
|
|
24179
24204
|
}
|
|
@@ -24597,7 +24622,9 @@ class Client extends openapi_client_1.default {
|
|
|
24597
24622
|
return await this.createAuthorityTemplateWithOptions(request, runtime);
|
|
24598
24623
|
}
|
|
24599
24624
|
/**
|
|
24600
|
-
* @summary Creates data archiving
|
|
24625
|
+
* @summary Creates a data archiving ticket to archive data to destinations such as dedicated storage space or ApsaraDB RDS for MySQL instances.
|
|
24626
|
+
*
|
|
24627
|
+
* @description You can call this API operation only for database instances that are managed in Security Collaboration mode.
|
|
24601
24628
|
*
|
|
24602
24629
|
* @param tmpReq CreateDataArchiveOrderRequest
|
|
24603
24630
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24649,7 +24676,9 @@ class Client extends openapi_client_1.default {
|
|
|
24649
24676
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateDataArchiveOrderResponse({}));
|
|
24650
24677
|
}
|
|
24651
24678
|
/**
|
|
24652
|
-
* @summary Creates data archiving
|
|
24679
|
+
* @summary Creates a data archiving ticket to archive data to destinations such as dedicated storage space or ApsaraDB RDS for MySQL instances.
|
|
24680
|
+
*
|
|
24681
|
+
* @description You can call this API operation only for database instances that are managed in Security Collaboration mode.
|
|
24653
24682
|
*
|
|
24654
24683
|
* @param request CreateDataArchiveOrderRequest
|
|
24655
24684
|
* @return CreateDataArchiveOrderResponse
|
|
@@ -24687,6 +24716,9 @@ class Client extends openapi_client_1.default {
|
|
|
24687
24716
|
if (!tea_util_1.default.isUnset(request.paramShrink)) {
|
|
24688
24717
|
query["Param"] = request.paramShrink;
|
|
24689
24718
|
}
|
|
24719
|
+
if (!tea_util_1.default.isUnset(request.realLoginUserUid)) {
|
|
24720
|
+
query["RealLoginUserUid"] = request.realLoginUserUid;
|
|
24721
|
+
}
|
|
24690
24722
|
if (!tea_util_1.default.isUnset(request.relatedUserListShrink)) {
|
|
24691
24723
|
query["RelatedUserList"] = request.relatedUserListShrink;
|
|
24692
24724
|
}
|
|
@@ -24816,6 +24848,9 @@ class Client extends openapi_client_1.default {
|
|
|
24816
24848
|
if (!tea_util_1.default.isUnset(request.pluginParamShrink)) {
|
|
24817
24849
|
query["PluginParam"] = request.pluginParamShrink;
|
|
24818
24850
|
}
|
|
24851
|
+
if (!tea_util_1.default.isUnset(request.realLoginUserUid)) {
|
|
24852
|
+
query["RealLoginUserUid"] = request.realLoginUserUid;
|
|
24853
|
+
}
|
|
24819
24854
|
if (!tea_util_1.default.isUnset(request.relatedUserListShrink)) {
|
|
24820
24855
|
query["RelatedUserList"] = request.relatedUserListShrink;
|
|
24821
24856
|
}
|
|
@@ -26828,6 +26863,9 @@ class Client extends openapi_client_1.default {
|
|
|
26828
26863
|
if (!tea_util_1.default.isUnset(request.orderId)) {
|
|
26829
26864
|
query["OrderId"] = request.orderId;
|
|
26830
26865
|
}
|
|
26866
|
+
if (!tea_util_1.default.isUnset(request.realLoginUserUid)) {
|
|
26867
|
+
query["RealLoginUserUid"] = request.realLoginUserUid;
|
|
26868
|
+
}
|
|
26831
26869
|
if (!tea_util_1.default.isUnset(request.tid)) {
|
|
26832
26870
|
query["Tid"] = request.tid;
|
|
26833
26871
|
}
|
|
@@ -26878,6 +26916,9 @@ class Client extends openapi_client_1.default {
|
|
|
26878
26916
|
if (!tea_util_1.default.isUnset(request.orderId)) {
|
|
26879
26917
|
query["OrderId"] = request.orderId;
|
|
26880
26918
|
}
|
|
26919
|
+
if (!tea_util_1.default.isUnset(request.realLoginUserUid)) {
|
|
26920
|
+
query["RealLoginUserUid"] = request.realLoginUserUid;
|
|
26921
|
+
}
|
|
26881
26922
|
if (!tea_util_1.default.isUnset(request.tid)) {
|
|
26882
26923
|
query["Tid"] = request.tid;
|
|
26883
26924
|
}
|
|
@@ -27682,6 +27723,9 @@ class Client extends openapi_client_1.default {
|
|
|
27682
27723
|
if (!tea_util_1.default.isUnset(request.orderId)) {
|
|
27683
27724
|
query["OrderId"] = request.orderId;
|
|
27684
27725
|
}
|
|
27726
|
+
if (!tea_util_1.default.isUnset(request.realLoginUserUid)) {
|
|
27727
|
+
query["RealLoginUserUid"] = request.realLoginUserUid;
|
|
27728
|
+
}
|
|
27685
27729
|
if (!tea_util_1.default.isUnset(request.tid)) {
|
|
27686
27730
|
query["Tid"] = request.tid;
|
|
27687
27731
|
}
|
|
@@ -29225,7 +29269,7 @@ class Client extends openapi_client_1.default {
|
|
|
29225
29269
|
return await this.getTableDBTopologyWithOptions(request, runtime);
|
|
29226
29270
|
}
|
|
29227
29271
|
/**
|
|
29228
|
-
* @summary
|
|
29272
|
+
* @summary Queries the information about a schema design ticket, such as the current node of the ticket, whether the ticket can be returned to the schema design node, and the publishing strategy.
|
|
29229
29273
|
*
|
|
29230
29274
|
* @param request GetTableDesignProjectFlowRequest
|
|
29231
29275
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -29257,7 +29301,7 @@ class Client extends openapi_client_1.default {
|
|
|
29257
29301
|
return $tea.cast(await this.callApi(params, req, runtime), new GetTableDesignProjectFlowResponse({}));
|
|
29258
29302
|
}
|
|
29259
29303
|
/**
|
|
29260
|
-
* @summary
|
|
29304
|
+
* @summary Queries the information about a schema design ticket, such as the current node of the ticket, whether the ticket can be returned to the schema design node, and the publishing strategy.
|
|
29261
29305
|
*
|
|
29262
29306
|
* @param request GetTableDesignProjectFlowRequest
|
|
29263
29307
|
* @return GetTableDesignProjectFlowResponse
|
|
@@ -29267,7 +29311,7 @@ class Client extends openapi_client_1.default {
|
|
|
29267
29311
|
return await this.getTableDesignProjectFlowWithOptions(request, runtime);
|
|
29268
29312
|
}
|
|
29269
29313
|
/**
|
|
29270
|
-
* @summary
|
|
29314
|
+
* @summary Queries the information about the project and change base database of a schema design ticket, such as the state of the ticket, the ID of the user who created the ticket, and the name and ID of the change base database.
|
|
29271
29315
|
*
|
|
29272
29316
|
* @param request GetTableDesignProjectInfoRequest
|
|
29273
29317
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -29299,7 +29343,7 @@ class Client extends openapi_client_1.default {
|
|
|
29299
29343
|
return $tea.cast(await this.callApi(params, req, runtime), new GetTableDesignProjectInfoResponse({}));
|
|
29300
29344
|
}
|
|
29301
29345
|
/**
|
|
29302
|
-
* @summary
|
|
29346
|
+
* @summary Queries the information about the project and change base database of a schema design ticket, such as the state of the ticket, the ID of the user who created the ticket, and the name and ID of the change base database.
|
|
29303
29347
|
*
|
|
29304
29348
|
* @param request GetTableDesignProjectInfoRequest
|
|
29305
29349
|
* @return GetTableDesignProjectInfoResponse
|
|
@@ -33866,6 +33910,9 @@ class Client extends openapi_client_1.default {
|
|
|
33866
33910
|
if (!tea_util_1.default.isUnset(request.orderId)) {
|
|
33867
33911
|
query["OrderId"] = request.orderId;
|
|
33868
33912
|
}
|
|
33913
|
+
if (!tea_util_1.default.isUnset(request.realLoginUserUid)) {
|
|
33914
|
+
query["RealLoginUserUid"] = request.realLoginUserUid;
|
|
33915
|
+
}
|
|
33869
33916
|
if (!tea_util_1.default.isUnset(request.tid)) {
|
|
33870
33917
|
query["Tid"] = request.tid;
|
|
33871
33918
|
}
|