From 268df991c44934f03208ef1b28a3c8dde6076af0 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 23 Feb 2024 16:00:36 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 5b8a951..81172b1 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@api.global/typedrequest-interfaces', - version: '3.0.10', + version: '3.0.11', description: 'interfaces for making typed requests' } diff --git a/ts/index.ts b/ts/index.ts index 96db224..6b477d3 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -106,7 +106,7 @@ export interface IUnifiedStreamDataPackage { /** * feedback message */ - feedback: { + feedback?: { message?: string; data?: any; sha265?: string;