vbump sts and update td contract names (#18056)

This commit is contained in:
Alan Ren
2022-01-12 13:38:31 -08:00
committed by GitHub
parent 04c1f31e24
commit 2b2193b387
2 changed files with 14 additions and 14 deletions

View File

@@ -1056,7 +1056,7 @@ export namespace ProcessTableDesignerEditRequest {
}
export namespace PublishTableDesignerChangesRequest {
export const type = new RequestType<azdata.designers.TableInfo, void, void, void>('tabledesigner/save');
export const type = new RequestType<azdata.designers.TableInfo, void, void, void>('tabledesigner/publish');
}
export namespace TableDesignerGenerateScriptRequest {
@@ -1064,7 +1064,7 @@ export namespace TableDesignerGenerateScriptRequest {
}
export namespace TableDesignerGenerateChangePreviewReportRequest {
export const type = new RequestType<azdata.designers.TableInfo, string, void, void>('tabledesigner/report');
export const type = new RequestType<azdata.designers.TableInfo, string, void, void>('tabledesigner/generatepreviewreport');
}
export namespace DisposeTableDesignerRequest {
export const type = new RequestType<azdata.designers.TableInfo, void, void, void>('tabledesigner/dispose');