@hy-capital/api-habit-tracker-types 1.0.52 → 1.0.53
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/habit.js +13 -13
- package/package.json +1 -1
- package/src/habit.ts +13 -13
package/dist/habit.js
CHANGED
@@ -55,7 +55,7 @@ exports.habitTypesByTopicType = {
|
|
55
55
|
frequency: 'Daily',
|
56
56
|
minDaysPerWeek: 5,
|
57
57
|
possibleNotificationDescriptions: [
|
58
|
-
'
|
58
|
+
'Still up? Sleep now, your future self will thank you.',
|
59
59
|
'Still haven’t talked to anyone new? Your dating life won’t improve itself.',
|
60
60
|
'Another day, no balls to chat. Enjoy being alone forever.',
|
61
61
|
'Your social skills suck. Talk to a person or stay a useless reject.',
|
@@ -135,7 +135,7 @@ exports.habitTypesByTopicType = {
|
|
135
135
|
{
|
136
136
|
name: 'No screens before bed',
|
137
137
|
description: 'Put the phone away 1 hour before sleep. Read a book or journal instead.',
|
138
|
-
difficulty:
|
138
|
+
difficulty: 3,
|
139
139
|
topicType: 'Sleep',
|
140
140
|
habitTime: 'Anytime',
|
141
141
|
habitDays: exports.allHabitDays,
|
@@ -162,7 +162,7 @@ exports.habitTypesByTopicType = {
|
|
162
162
|
'Late again? Your sloppy ass is a walking mess.',
|
163
163
|
'No bedtime yet? You’re begging to have a heart attack.',
|
164
164
|
'Your ancestors thrived on routine. Get to bed on time.',
|
165
|
-
'Still up?
|
165
|
+
'Still up? Sleep now, your future self will thank you.',
|
166
166
|
'Can’t stick to a clock? Good luck winning at anything.'
|
167
167
|
]
|
168
168
|
},
|
@@ -203,7 +203,7 @@ exports.habitTypesByTopicType = {
|
|
203
203
|
{
|
204
204
|
name: 'Optimize your sleep environment',
|
205
205
|
description: 'Cool room, blackout curtains, clean sheets, no electronics nearby.',
|
206
|
-
difficulty:
|
206
|
+
difficulty: 1,
|
207
207
|
topicType: 'Sleep',
|
208
208
|
habitTime: 'Anytime',
|
209
209
|
habitDays: exports.allHabitDays,
|
@@ -229,8 +229,8 @@ exports.habitTypesByTopicType = {
|
|
229
229
|
frequency: 'Daily',
|
230
230
|
minDaysPerWeek: 7,
|
231
231
|
possibleNotificationDescriptions: [
|
232
|
-
'No workout today? You’re a
|
233
|
-
'Still sitting on your
|
232
|
+
'No workout today? You’re a fat mess.',
|
233
|
+
'Still sitting on your a*s? Softness doesn’t win.',
|
234
234
|
'Your bloodline was tough. Move or shame them.',
|
235
235
|
'Skipped the gym? Keep being a weak nobody.',
|
236
236
|
'Too lazy to sweat? Enjoy the couch potato life.'
|
@@ -239,7 +239,7 @@ exports.habitTypesByTopicType = {
|
|
239
239
|
{
|
240
240
|
name: 'No processed sugars',
|
241
241
|
description: 'Skip added sugars. Stick to natural sources like fruit.',
|
242
|
-
difficulty:
|
242
|
+
difficulty: 3,
|
243
243
|
topicType: 'Fitness',
|
244
244
|
habitTime: 'Anytime',
|
245
245
|
habitDays: exports.allHabitDays,
|
@@ -290,7 +290,7 @@ exports.habitTypesByTopicType = {
|
|
290
290
|
{
|
291
291
|
name: 'Meal prep',
|
292
292
|
description: 'Cook meals in bulk. No excuses for missing protein or eating junk.',
|
293
|
-
difficulty:
|
293
|
+
difficulty: 3,
|
294
294
|
topicType: 'Fitness',
|
295
295
|
habitTime: 'Anytime',
|
296
296
|
habitDays: exports.allHabitDays,
|
@@ -309,7 +309,7 @@ exports.habitTypesByTopicType = {
|
|
309
309
|
{
|
310
310
|
name: 'Dedicate 2 hours to hustle',
|
311
311
|
description: '2 focused hours on your hustle. No distractions, no excuses.',
|
312
|
-
difficulty:
|
312
|
+
difficulty: 3,
|
313
313
|
topicType: 'Side Hustle',
|
314
314
|
habitTime: 'Anytime',
|
315
315
|
habitDays: exports.allHabitDays,
|
@@ -319,7 +319,7 @@ exports.habitTypesByTopicType = {
|
|
319
319
|
'No hustle time today? You’re a broke-ass joke.',
|
320
320
|
'Skipped your 2 hours? Keep begging for scraps.',
|
321
321
|
'Your future self’s rich. Put in the work now.',
|
322
|
-
'Distracted again? Retire broke at 80.
|
322
|
+
'Distracted again? Retire broke at 80. Or take action now.',
|
323
323
|
'Too soft for focus? Die with regrets, loser.'
|
324
324
|
]
|
325
325
|
},
|
@@ -360,7 +360,7 @@ exports.habitTypesByTopicType = {
|
|
360
360
|
{
|
361
361
|
name: 'Get real feedback',
|
362
362
|
description: 'Ask a customer or friend what they’d change about your hustle.',
|
363
|
-
difficulty:
|
363
|
+
difficulty: 3,
|
364
364
|
topicType: 'Side Hustle',
|
365
365
|
habitTime: 'Anytime',
|
366
366
|
habitDays: exports.allHabitDays,
|
@@ -377,7 +377,7 @@ exports.habitTypesByTopicType = {
|
|
377
377
|
{
|
378
378
|
name: 'Study competitors',
|
379
379
|
description: 'Analyze what your rivals are doing, see what works, what not.',
|
380
|
-
difficulty:
|
380
|
+
difficulty: 3,
|
381
381
|
topicType: 'Side Hustle',
|
382
382
|
habitTime: 'Anytime',
|
383
383
|
habitDays: exports.allHabitDays,
|
@@ -387,7 +387,7 @@ exports.habitTypesByTopicType = {
|
|
387
387
|
'No competitor check? They’re crushing you blind.',
|
388
388
|
'Skipped studying? You’re a sitting duck, wake up.',
|
389
389
|
'Your future self outsmarts them. Scope rivals now.',
|
390
|
-
'Too lazy to
|
390
|
+
'Too lazy to research? Regrets will bury you broke.',
|
391
391
|
'Not watching them? They’ll bury you. Lock in today.'
|
392
392
|
]
|
393
393
|
}
|
package/package.json
CHANGED
package/src/habit.ts
CHANGED
@@ -142,7 +142,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
142
142
|
frequency: 'Daily',
|
143
143
|
minDaysPerWeek: 5,
|
144
144
|
possibleNotificationDescriptions: [
|
145
|
-
'
|
145
|
+
'Still up? Sleep now, your future self will thank you.',
|
146
146
|
'Still haven’t talked to anyone new? Your dating life won’t improve itself.',
|
147
147
|
'Another day, no balls to chat. Enjoy being alone forever.',
|
148
148
|
'Your social skills suck. Talk to a person or stay a useless reject.',
|
@@ -222,7 +222,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
222
222
|
{
|
223
223
|
name: 'No screens before bed',
|
224
224
|
description: 'Put the phone away 1 hour before sleep. Read a book or journal instead.',
|
225
|
-
difficulty:
|
225
|
+
difficulty: 3,
|
226
226
|
topicType: 'Sleep',
|
227
227
|
habitTime: 'Anytime',
|
228
228
|
habitDays: allHabitDays,
|
@@ -249,7 +249,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
249
249
|
'Late again? Your sloppy ass is a walking mess.',
|
250
250
|
'No bedtime yet? You’re begging to have a heart attack.',
|
251
251
|
'Your ancestors thrived on routine. Get to bed on time.',
|
252
|
-
'Still up?
|
252
|
+
'Still up? Sleep now, your future self will thank you.',
|
253
253
|
'Can’t stick to a clock? Good luck winning at anything.'
|
254
254
|
]
|
255
255
|
},
|
@@ -290,7 +290,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
290
290
|
{
|
291
291
|
name: 'Optimize your sleep environment',
|
292
292
|
description: 'Cool room, blackout curtains, clean sheets, no electronics nearby.',
|
293
|
-
difficulty:
|
293
|
+
difficulty: 1,
|
294
294
|
topicType: 'Sleep',
|
295
295
|
habitTime: 'Anytime',
|
296
296
|
habitDays: allHabitDays,
|
@@ -316,8 +316,8 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
316
316
|
frequency: 'Daily',
|
317
317
|
minDaysPerWeek: 7,
|
318
318
|
possibleNotificationDescriptions: [
|
319
|
-
'No workout today? You’re a
|
320
|
-
'Still sitting on your
|
319
|
+
'No workout today? You’re a fat mess.',
|
320
|
+
'Still sitting on your a*s? Softness doesn’t win.',
|
321
321
|
'Your bloodline was tough. Move or shame them.',
|
322
322
|
'Skipped the gym? Keep being a weak nobody.',
|
323
323
|
'Too lazy to sweat? Enjoy the couch potato life.'
|
@@ -326,7 +326,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
326
326
|
{
|
327
327
|
name: 'No processed sugars',
|
328
328
|
description: 'Skip added sugars. Stick to natural sources like fruit.',
|
329
|
-
difficulty:
|
329
|
+
difficulty: 3,
|
330
330
|
topicType: 'Fitness',
|
331
331
|
habitTime: 'Anytime',
|
332
332
|
habitDays: allHabitDays,
|
@@ -377,7 +377,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
377
377
|
{
|
378
378
|
name: 'Meal prep',
|
379
379
|
description: 'Cook meals in bulk. No excuses for missing protein or eating junk.',
|
380
|
-
difficulty:
|
380
|
+
difficulty: 3,
|
381
381
|
topicType: 'Fitness',
|
382
382
|
habitTime: 'Anytime',
|
383
383
|
habitDays: allHabitDays,
|
@@ -396,7 +396,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
396
396
|
{
|
397
397
|
name: 'Dedicate 2 hours to hustle',
|
398
398
|
description: '2 focused hours on your hustle. No distractions, no excuses.',
|
399
|
-
difficulty:
|
399
|
+
difficulty: 3,
|
400
400
|
topicType: 'Side Hustle',
|
401
401
|
habitTime: 'Anytime',
|
402
402
|
habitDays: allHabitDays,
|
@@ -406,7 +406,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
406
406
|
'No hustle time today? You’re a broke-ass joke.',
|
407
407
|
'Skipped your 2 hours? Keep begging for scraps.',
|
408
408
|
'Your future self’s rich. Put in the work now.',
|
409
|
-
'Distracted again? Retire broke at 80.
|
409
|
+
'Distracted again? Retire broke at 80. Or take action now.',
|
410
410
|
'Too soft for focus? Die with regrets, loser.'
|
411
411
|
]
|
412
412
|
},
|
@@ -447,7 +447,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
447
447
|
{
|
448
448
|
name: 'Get real feedback',
|
449
449
|
description: 'Ask a customer or friend what they’d change about your hustle.',
|
450
|
-
difficulty:
|
450
|
+
difficulty: 3,
|
451
451
|
topicType: 'Side Hustle',
|
452
452
|
habitTime: 'Anytime',
|
453
453
|
habitDays: allHabitDays,
|
@@ -464,7 +464,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
464
464
|
{
|
465
465
|
name: 'Study competitors',
|
466
466
|
description: 'Analyze what your rivals are doing, see what works, what not.',
|
467
|
-
difficulty:
|
467
|
+
difficulty: 3,
|
468
468
|
topicType: 'Side Hustle',
|
469
469
|
habitTime: 'Anytime',
|
470
470
|
habitDays: allHabitDays,
|
@@ -474,7 +474,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
474
474
|
'No competitor check? They’re crushing you blind.',
|
475
475
|
'Skipped studying? You’re a sitting duck, wake up.',
|
476
476
|
'Your future self outsmarts them. Scope rivals now.',
|
477
|
-
'Too lazy to
|
477
|
+
'Too lazy to research? Regrets will bury you broke.',
|
478
478
|
'Not watching them? They’ll bury you. Lock in today.'
|
479
479
|
]
|
480
480
|
}
|