@@ -104,26 +104,13 @@ export declare namespace ConnectionRequest {
104
104
const type : RequestType < ConnectParams , boolean , void , void > ;
105
105
}
106
106
export declare namespace ConnectionCompleteNotification {
107
- const type : NotificationType < types . ConnectionCompleteParams , void > ;
108
- }
109
- /**
110
- * Parameters for the ConnectionChanged notification.
111
- */
112
- export declare class ConnectionChangedParams {
113
- /**
114
- * Owner URI of the connection that changed.
115
- */
116
- ownerUri : string ;
117
- /**
118
- * Summary of details containing any connection changes.
119
- */
120
- connection : types . ConnectionSummary ;
107
+ const type : NotificationType < azdata . ConnectionInfoSummary , void > ;
121
108
}
122
109
/**
123
110
* Connection changed event callback declaration.
124
111
*/
125
112
export declare namespace ConnectionChangedNotification {
126
- const type : NotificationType < ConnectionChangedParams , void > ;
113
+ const type : NotificationType < azdata . ChangedConnectionInfo , void > ;
127
114
}
128
115
/**
129
116
* Connection request message format
@@ -307,6 +294,9 @@ export declare namespace SaveResultsAsExcelRequest {
307
294
export declare namespace SaveResultsAsXmlRequest {
308
295
const type : RequestType < azdata . SaveResultsRequestParams , azdata . SaveResultRequestResult , void , void > ;
309
296
}
297
+ export declare namespace CopyResultsRequest {
298
+ const type : RequestType < azdata . CopyResultsRequestParams , void , void , void > ;
299
+ }
310
300
export declare namespace SyntaxParseRequest {
311
301
const type : RequestType < azdata . SyntaxParseParams , azdata . SyntaxParseResult , void , void > ;
312
302
}
@@ -330,7 +320,7 @@ export declare namespace ScriptingRequest {
330
320
const type : RequestType < types . ScriptingParams , azdata . ScriptingResult , void , void > ;
331
321
}
332
322
export declare namespace ScriptingCompleteNotification {
333
- const type : NotificationType < types . ScriptingCompleteParams , void > ;
323
+ const type : NotificationType < azdata . ScriptingCompleteResult , void > ;
334
324
}
335
325
export interface EditSessionOperationParams {
336
326
ownerUri : string ;
@@ -383,28 +373,28 @@ export declare namespace EditSubsetRequest {
383
373
const type : RequestType < azdata . EditSubsetParams , azdata . EditSubsetResult , void , void > ;
384
374
}
385
375
export declare namespace ObjectExplorerCreateSessionRequest {
386
- const type : RequestType < azdata . ConnectionInfo , types . CreateSessionResponse , void , void > ;
376
+ const type : RequestType < azdata . ConnectionInfo , azdata . ObjectExplorerSessionResponse , void , void > ;
387
377
}
388
378
export declare namespace ObjectExplorerExpandRequest {
389
- const type : RequestType < types . ExpandParams , boolean , void , void > ;
379
+ const type : RequestType < azdata . ExpandNodeInfo , boolean , void , void > ;
390
380
}
391
381
export declare namespace ObjectExplorerRefreshRequest {
392
- const type : RequestType < types . ExpandParams , boolean , void , void > ;
382
+ const type : RequestType < azdata . ExpandNodeInfo , boolean , void , void > ;
393
383
}
394
384
export declare namespace ObjectExplorerCloseSessionRequest {
395
- const type : RequestType < types . CloseSessionParams , types . CloseSessionResponse , void , void > ;
385
+ const type : RequestType < azdata . ObjectExplorerCloseSessionInfo , azdata . ObjectExplorerCloseSessionResponse , void , void > ;
396
386
}
397
387
export declare namespace ObjectExplorerFindNodesRequest {
398
- const type : RequestType < types . FindNodesParams , types . FindNodesResponse , void , void > ;
388
+ const type : RequestType < azdata . FindNodesInfo , azdata . ObjectExplorerFindNodesResponse , void , void > ;
399
389
}
400
390
export declare namespace ObjectExplorerCreateSessionCompleteNotification {
401
- const type : NotificationType < types . SessionCreatedParameters , void > ;
391
+ const type : NotificationType < azdata . ObjectExplorerSession , void > ;
402
392
}
403
393
export declare namespace ObjectExplorerSessionDisconnectedNotification {
404
- const type : NotificationType < types . SessionDisconnectedParameters , void > ;
394
+ const type : NotificationType < azdata . ObjectExplorerSession , void > ;
405
395
}
406
396
export declare namespace ObjectExplorerExpandCompleteNotification {
407
- const type : NotificationType < types . ExpandResponse , void > ;
397
+ const type : NotificationType < azdata . ObjectExplorerExpandInfo , void > ;
408
398
}
409
399
export declare namespace ListTasksRequest {
410
400
const type : RequestType < azdata . ListTasksParams , azdata . ListTasksResponse , void , void > ;
0 commit comments