mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 13:02:54 +00:00
feat: simplify version history api
This commit is contained in:
committed by
Rainer Killinger
parent
d44204cf8d
commit
d2c8120255
@@ -18,7 +18,6 @@ import {SCMap} from '../general/map.js';
|
||||
import {SCLanguageSetting, SCSetting, SCUserGroupSetting} from '../things/setting.js';
|
||||
import {SCAuthorizationProviderType} from './authorization.js';
|
||||
import {SCFeatureConfiguration} from './feature.js';
|
||||
import {SCISO8601Date} from '../general/time.js';
|
||||
|
||||
/**
|
||||
* An app configuration menu item
|
||||
@@ -151,12 +150,6 @@ export interface SCAppConfiguration {
|
||||
* Info about app version releases
|
||||
*/
|
||||
export interface SCAppVersionInfo {
|
||||
/**
|
||||
* Published date for each platform.
|
||||
*
|
||||
* Missing entries mean the version has not been published on that platform yet.
|
||||
*/
|
||||
published: Partial<Record<'web' | 'android' | 'ios', SCISO8601Date>>;
|
||||
/**
|
||||
* Version index that increments by one each version
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user