synapse-react-client 3.0.36 → 3.0.37
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/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js +1 -1
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js.map +1 -1
- package/dist/umd/synapse-react-client.development.js +2 -2
- package/dist/umd/synapse-react-client.development.js.map +2 -2
- package/dist/umd/synapse-react-client.production.min.js +57 -57
- package/dist/utils/synapseTypes/Table/Table.d.ts +1 -0
- package/dist/utils/synapseTypes/Table/TableEntity.d.ts +0 -1
- package/package.json +1 -1
|
@@ -3,5 +3,4 @@ export declare const TABLE_ENTITY_CONCRETE_TYPE_VALUE = "org.sagebionetworks.rep
|
|
|
3
3
|
export declare type TABLE_ENTITY_CONCRETE_TYPE = typeof TABLE_ENTITY_CONCRETE_TYPE_VALUE;
|
|
4
4
|
export interface TableEntity extends Table {
|
|
5
5
|
concreteType: TABLE_ENTITY_CONCRETE_TYPE;
|
|
6
|
-
isSearchEnabled: boolean;
|
|
7
6
|
}
|