robbyson-frontend-library 1.0.95-rc1 → 1.0.95-rc2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "robbyson-frontend-library",
3
- "version": "1.0.95-rc1",
3
+ "version": "1.0.95-rc2",
4
4
  "description": "Robbyson frontend Library",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT",
@@ -91,12 +91,11 @@ interface ReviewFeatures {
91
91
  top_exchanged_products: string[];
92
92
  exchanged_messages: number;
93
93
  top_mood_perc: number;
94
- top_mood_count: number;
95
94
 
96
95
  // 2023
97
96
  total_coin_in_star_level: number;
98
97
  indicator_with_most_coin_in_star_level: number;
99
- godfather_count: (string | number)[];
98
+ godfather_count: number;
100
99
  count_indicators_in_challenge: number;
101
100
  coins_in_indicators_challenge: number;
102
101
  team_exchanged_messages: number;
@@ -104,7 +103,7 @@ interface ReviewFeatures {
104
103
  top_n_collaborator_with_most_access: string[];
105
104
  godfather_coins: number;
106
105
  godson_coins: number;
107
- godson_count: (string | number)[];
106
+ godson_count: number;
108
107
 
109
108
  //2024
110
109
  exchanged_products_count: number;
@@ -117,4 +116,5 @@ interface ReviewFeatures {
117
116
  top_type_exchanged_products: string;
118
117
  exchanged_coins_of_top_type_products: number;
119
118
  group_distribution: Record<number, number>;
119
+ team_happiest_collaborator_top_mood_count: number;
120
120
  }