@exclusive-website/types 2.8.5 → 2.8.6

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.
@@ -131,7 +131,9 @@ export declare enum Language {
131
131
  HUNGARIAN = "HUNGARIAN",
132
132
  POLISH = "POLISH",
133
133
  SPANISH = "SPANISH",
134
- FRENCH = "FRENCH"
134
+ FRENCH = "FRENCH",
135
+ CZECH = "CZECH",
136
+ SLOVAK = "SLOVAK"
135
137
  }
136
138
  export declare enum AgeRange {
137
139
  AGE_18_19 = "AGE_18_19",
@@ -149,6 +149,8 @@ var Language;
149
149
  Language["POLISH"] = "POLISH";
150
150
  Language["SPANISH"] = "SPANISH";
151
151
  Language["FRENCH"] = "FRENCH";
152
+ Language["CZECH"] = "CZECH";
153
+ Language["SLOVAK"] = "SLOVAK";
152
154
  })(Language = exports.Language || (exports.Language = {}));
153
155
  // AGE RANGE
154
156
  var AgeRange;
package/dist/types.d.ts CHANGED
@@ -314,7 +314,6 @@ export interface HistoryTransactionReadDto {
314
314
  }
315
315
  export interface TransactionSummaryReadDto {
316
316
  iban: string;
317
- variableSymbol: string;
318
317
  totalAmount: number;
319
318
  currency: Currency;
320
319
  items: TransactionReadItemDto[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exclusive-website/types",
3
- "version": "2.8.5",
3
+ "version": "2.8.6",
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",
@@ -153,6 +153,8 @@ export enum Language {
153
153
  POLISH = "POLISH",
154
154
  SPANISH = "SPANISH",
155
155
  FRENCH = "FRENCH",
156
+ CZECH = "CZECH",
157
+ SLOVAK = "SLOVAK"
156
158
  }
157
159
 
158
160
  // AGE RANGE
package/src/types.ts CHANGED
@@ -373,7 +373,6 @@ export interface HistoryTransactionReadDto {
373
373
 
374
374
  export interface TransactionSummaryReadDto{
375
375
  iban: string;
376
- variableSymbol: string;
377
376
  totalAmount: number;
378
377
  currency: Currency;
379
378
  items: TransactionReadItemDto[];
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$">
5
- <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
- <excludeFolder url="file://$MODULE_DIR$/temp" />
7
- <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
- </content>
9
- <orderEntry type="inheritedJdk" />
10
- <orderEntry type="sourceFolder" forTests="false" />
11
- </component>
12
- </module>
package/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/exclusive-girls-types.iml" filepath="$PROJECT_DIR$/.idea/exclusive-girls-types.iml" />
6
- </modules>
7
- </component>
8
- </project>
package/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="Git" />
5
- </component>
6
- </project>