@exclusive-website/types 2.7.8 → 2.8.0

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/types.d.ts CHANGED
@@ -313,7 +313,6 @@ export interface HistoryTransactionReadDto {
313
313
  items: TransactionReadItemDto[];
314
314
  }
315
315
  export interface TransactionSummaryReadDto {
316
- qrCode: MediaDto;
317
316
  iban: string;
318
317
  totalAmount: number;
319
318
  currency: Currency;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exclusive-website/types",
3
- "version": "2.7.8",
3
+ "version": "2.8.0",
4
4
  "description": "A collection of shared types (DTOs and DBEs) for the organization",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/types.ts CHANGED
@@ -372,7 +372,6 @@ export interface HistoryTransactionReadDto {
372
372
  }
373
373
 
374
374
  export interface TransactionSummaryReadDto{
375
- qrCode: MediaDto;
376
375
  iban: string;
377
376
  totalAmount: number;
378
377
  currency: Currency;