mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
added graph node types from edit and publish results (#18891)
* added graph node types from edit and publish results * make generic property bag * review comments * add comment for function * edit comment * change name to telemetry info
This commit is contained in:
12
src/sql/azdata.proposed.d.ts
vendored
12
src/sql/azdata.proposed.d.ts
vendored
@@ -1111,6 +1111,10 @@ declare module 'azdata' {
|
||||
* The input validation error.
|
||||
*/
|
||||
inputValidationError?: string;
|
||||
/**
|
||||
* Metadata related to the table
|
||||
*/
|
||||
metadata?: { [key: string]: string };
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1129,6 +1133,10 @@ declare module 'azdata' {
|
||||
* The new view.
|
||||
*/
|
||||
view: TableDesignerView;
|
||||
/**
|
||||
* Metadata related to the table to be captured
|
||||
*/
|
||||
metadata?: { [key: string]: string };
|
||||
}
|
||||
|
||||
export interface GeneratePreviewReportResult {
|
||||
@@ -1144,6 +1152,10 @@ declare module 'azdata' {
|
||||
* The table schema validation error.
|
||||
*/
|
||||
schemaValidationError?: string;
|
||||
/**
|
||||
* Metadata related to the table to be captured
|
||||
*/
|
||||
metadata?: { [key: string]: string };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user