comparison src/app/analysis-item/AnalysisItem.ts @ 497:c39df81c4dae

Upgrade to released piper version, which had a lot of breaking changes due to shifting modules around and renaming.
author Lucas Thompson <dev@lucas.im>
date Sun, 13 Aug 2017 19:44:07 +0100
parents c9c6b01e9b4f
children
comparison
equal deleted inserted replaced
496:3c962af5342c 497:c39df81c4dae
1 /** 1 /**
2 * Created by lucast on 08/06/2017. 2 * Created by lucast on 08/06/2017.
3 */ 3 */
4 import {KnownShapedFeature} from '../visualisations/FeatureUtilities'; 4 import {KnownShapedFeature} from '../visualisations/FeatureUtilities';
5 import {SimpleRequest} from 'piper/HigherLevelUtilities'; 5 import {OneShotExtractionRequest as SimpleRequest} from 'piper-js/one-shot';
6 export abstract class Item { 6 export abstract class Item {
7 id: string; 7 id: string;
8 hasSharedTimeline: boolean; 8 hasSharedTimeline: boolean;
9 title?: string; 9 title?: string;
10 description?: string; 10 description?: string;