tenniscommon 1.1.47 → 1.1.49

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.
@@ -50,6 +50,7 @@ export declare const COLLECTION: {
50
50
  readonly player: "player";
51
51
  readonly spending: "spending";
52
52
  readonly training: "training";
53
+ readonly trainingWeekly: "trainingWeekly";
53
54
  readonly tournament: "tournament";
54
55
  };
55
56
  export declare const VIEWS: {
@@ -42,14 +42,15 @@ exports.COMMONS_ARRAYS = {
42
42
  BOOLEAN: Object.values(exports.COMMONS.BOOLEAN),
43
43
  };
44
44
  exports.COLLECTION = {
45
- matchplaySingles: "matchplaySingles",
46
- matchplayDoubles: "matchplayDoubles",
47
- opponent: "opponent",
48
- performance: "performance",
49
- player: "player",
50
- spending: "spending",
51
- training: "training",
52
- tournament: "tournament",
45
+ matchplaySingles: 'matchplaySingles',
46
+ matchplayDoubles: 'matchplayDoubles',
47
+ opponent: 'opponent',
48
+ performance: 'performance',
49
+ player: 'player',
50
+ spending: 'spending',
51
+ training: 'training',
52
+ trainingWeekly: 'trainingWeekly',
53
+ tournament: 'tournament',
53
54
  };
54
55
  exports.VIEWS = {
55
56
  matchplaySingles: "matchplaySinglesView",
@@ -50,6 +50,7 @@ export declare const COLLECTION: {
50
50
  readonly player: "player";
51
51
  readonly spending: "spending";
52
52
  readonly training: "training";
53
+ readonly trainingWeekly: "trainingWeekly";
53
54
  readonly tournament: "tournament";
54
55
  };
55
56
  export declare const VIEWS: {
@@ -35,14 +35,15 @@ export const COMMONS_ARRAYS = {
35
35
  BOOLEAN: Object.values(COMMONS.BOOLEAN),
36
36
  };
37
37
  export const COLLECTION = {
38
- matchplaySingles: "matchplaySingles",
39
- matchplayDoubles: "matchplayDoubles",
40
- opponent: "opponent",
41
- performance: "performance",
42
- player: "player",
43
- spending: "spending",
44
- training: "training",
45
- tournament: "tournament",
38
+ matchplaySingles: 'matchplaySingles',
39
+ matchplayDoubles: 'matchplayDoubles',
40
+ opponent: 'opponent',
41
+ performance: 'performance',
42
+ player: 'player',
43
+ spending: 'spending',
44
+ training: 'training',
45
+ trainingWeekly: 'trainingWeekly',
46
+ tournament: 'tournament',
46
47
  };
47
48
  export const VIEWS = {
48
49
  matchplaySingles: "matchplaySinglesView",
@@ -50,6 +50,7 @@ export declare const COLLECTION: {
50
50
  readonly player: "player";
51
51
  readonly spending: "spending";
52
52
  readonly training: "training";
53
+ readonly trainingWeekly: "trainingWeekly";
53
54
  readonly tournament: "tournament";
54
55
  };
55
56
  export declare const VIEWS: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenniscommon",
3
- "version": "1.1.47",
3
+ "version": "1.1.49",
4
4
  "description": "Types for Tennis application",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",