feat: Replace expiration feature with startAt and endAt

This commit is contained in:
Joachim Van Herwegen
2023-01-24 13:44:49 +01:00
parent 10980e90a3
commit caee563dd6
11 changed files with 54 additions and 17 deletions

View File

@@ -22,7 +22,8 @@ describe('A WebSocketSubscription2021', (): void => {
type: 'WebSocketSubscription2021',
topic: 'https://storage.example/resource',
state: undefined,
expiration: undefined,
startAt: undefined,
endAt: undefined,
accept: undefined,
rate: undefined,
};