@hy-capital/api-habit-tracker-types 1.0.60 → 1.0.61
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 +21 -20
- package/package.json +1 -1
- package/src/habit.ts +21 -20
package/dist/habit.js
CHANGED
@@ -67,7 +67,7 @@ exports.habitTypesByTopicType = {
|
|
67
67
|
Dating: [
|
68
68
|
{
|
69
69
|
id: 1,
|
70
|
-
name: 'Talk to new
|
70
|
+
name: 'Talk to new people',
|
71
71
|
description: 'No pressure, just talk about whatever, no matter how long or short.',
|
72
72
|
difficulty: 3,
|
73
73
|
topicType: 'Dating',
|
@@ -130,6 +130,7 @@ exports.habitTypesByTopicType = {
|
|
130
130
|
},
|
131
131
|
{
|
132
132
|
id: 4,
|
133
|
+
// replace with record yourself talking, google a bit, blog post about taking pictures
|
133
134
|
name: 'Get new photos',
|
134
135
|
description: 'Take new high-quality photos for dating apps.',
|
135
136
|
difficulty: 2,
|
@@ -137,7 +138,7 @@ exports.habitTypesByTopicType = {
|
|
137
138
|
habitTime: 'Evening',
|
138
139
|
habitDays: exports.allHabitDays,
|
139
140
|
frequency: 'Daily',
|
140
|
-
minDaysPerWeek:
|
141
|
+
minDaysPerWeek: 3,
|
141
142
|
possibleNotificationDescriptions: [
|
142
143
|
'NO NEW pics?... Your profile’s DEAD. ⚰️',
|
143
144
|
'Old photos UP?... She’s swiping LEFT. 👎',
|
@@ -156,9 +157,9 @@ exports.habitTypesByTopicType = {
|
|
156
157
|
difficulty: 2,
|
157
158
|
topicType: 'Dating',
|
158
159
|
habitTime: 'Evening',
|
159
|
-
habitDays:
|
160
|
+
habitDays: ['Monday', 'Wednesday', 'Friday'],
|
160
161
|
frequency: 'Daily',
|
161
|
-
minDaysPerWeek:
|
162
|
+
minDaysPerWeek: 3,
|
162
163
|
possibleNotificationDescriptions: [
|
163
164
|
'NO TEXTS sent?... Your game’s WEAKER than your biceps. 💪',
|
164
165
|
'Still asking BORING questions?... She’s GHOSTING you. 👻',
|
@@ -200,9 +201,9 @@ exports.habitTypesByTopicType = {
|
|
200
201
|
difficulty: 2,
|
201
202
|
topicType: 'Sleep',
|
202
203
|
habitTime: 'Evening',
|
203
|
-
habitDays:
|
204
|
+
habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
|
204
205
|
frequency: 'Daily',
|
205
|
-
minDaysPerWeek:
|
206
|
+
minDaysPerWeek: 5,
|
206
207
|
possibleNotificationDescriptions: [
|
207
208
|
'LATE again?... You’re a walking DISASTER. ⏰',
|
208
209
|
'NO BEDTIME yet?... Tomorrow’s already TRASHED. 💔',
|
@@ -263,9 +264,9 @@ exports.habitTypesByTopicType = {
|
|
263
264
|
difficulty: 1,
|
264
265
|
topicType: 'Sleep',
|
265
266
|
habitTime: 'Evening',
|
266
|
-
habitDays:
|
267
|
+
habitDays: ['Sunday'],
|
267
268
|
frequency: 'Daily',
|
268
|
-
minDaysPerWeek:
|
269
|
+
minDaysPerWeek: 1,
|
269
270
|
possibleNotificationDescriptions: [
|
270
271
|
'Room’s a MESS?... You’re sleeping in a DUMP. 🐖',
|
271
272
|
'NO BLACKOUT curtains?... Wake up a tired JOKE. 😴',
|
@@ -307,9 +308,9 @@ exports.habitTypesByTopicType = {
|
|
307
308
|
difficulty: 3,
|
308
309
|
topicType: 'Fitness',
|
309
310
|
habitTime: 'Anytime',
|
310
|
-
habitDays:
|
311
|
+
habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
|
311
312
|
frequency: 'Daily',
|
312
|
-
minDaysPerWeek:
|
313
|
+
minDaysPerWeek: 5,
|
313
314
|
possibleNotificationDescriptions: [
|
314
315
|
'SUGAR binge again?... DIABETES is knocking. 🍭',
|
315
316
|
'Candy over FRUIT?... You’re a ticking BOMB. 🍎',
|
@@ -328,9 +329,9 @@ exports.habitTypesByTopicType = {
|
|
328
329
|
difficulty: 2,
|
329
330
|
topicType: 'Fitness',
|
330
331
|
habitTime: 'Anytime',
|
331
|
-
habitDays:
|
332
|
+
habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
|
332
333
|
frequency: 'Daily',
|
333
|
-
minDaysPerWeek:
|
334
|
+
minDaysPerWeek: 6,
|
334
335
|
possibleNotificationDescriptions: [
|
335
336
|
'BOOZE today?... Enjoy your BEER belly. 🍺',
|
336
337
|
'DRINKING again?... You’re a sloppy MESS. 🍷',
|
@@ -344,7 +345,7 @@ exports.habitTypesByTopicType = {
|
|
344
345
|
},
|
345
346
|
{
|
346
347
|
id: 14,
|
347
|
-
name: 'Weigh yourself',
|
348
|
+
name: 'Weigh yourself daily',
|
348
349
|
description: 'Track your weight to know you’re moving in the right direction.',
|
349
350
|
difficulty: 2,
|
350
351
|
topicType: 'Fitness',
|
@@ -370,7 +371,7 @@ exports.habitTypesByTopicType = {
|
|
370
371
|
difficulty: 3,
|
371
372
|
topicType: 'Fitness',
|
372
373
|
habitTime: 'Evening',
|
373
|
-
habitDays:
|
374
|
+
habitDays: ['Wednesday', 'Sunday'],
|
374
375
|
frequency: 'Daily',
|
375
376
|
minDaysPerWeek: 2,
|
376
377
|
possibleNotificationDescriptions: [
|
@@ -414,7 +415,7 @@ exports.habitTypesByTopicType = {
|
|
414
415
|
difficulty: 2,
|
415
416
|
topicType: 'Side Hustle',
|
416
417
|
habitTime: 'Afternoon',
|
417
|
-
habitDays:
|
418
|
+
habitDays: ['Monday', 'Wednesday', 'Saturday'],
|
418
419
|
frequency: 'Daily',
|
419
420
|
minDaysPerWeek: 3,
|
420
421
|
possibleNotificationDescriptions: [
|
@@ -435,9 +436,9 @@ exports.habitTypesByTopicType = {
|
|
435
436
|
difficulty: 2,
|
436
437
|
topicType: 'Side Hustle',
|
437
438
|
habitTime: 'Evening',
|
438
|
-
habitDays:
|
439
|
+
habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
|
439
440
|
frequency: 'Daily',
|
440
|
-
minDaysPerWeek:
|
441
|
+
minDaysPerWeek: 5,
|
441
442
|
possibleNotificationDescriptions: [
|
442
443
|
'NO POST today?... Your hustle’s INVISIBLE. 👻',
|
443
444
|
'NOTHING shared?... You’re a LAZY shadow. 😴',
|
@@ -456,7 +457,7 @@ exports.habitTypesByTopicType = {
|
|
456
457
|
difficulty: 3,
|
457
458
|
topicType: 'Side Hustle',
|
458
459
|
habitTime: 'Evening',
|
459
|
-
habitDays:
|
460
|
+
habitDays: ['Monday', 'Thursday'],
|
460
461
|
frequency: 'Daily',
|
461
462
|
minDaysPerWeek: 2,
|
462
463
|
possibleNotificationDescriptions: [
|
@@ -477,9 +478,9 @@ exports.habitTypesByTopicType = {
|
|
477
478
|
difficulty: 3,
|
478
479
|
topicType: 'Side Hustle',
|
479
480
|
habitTime: 'Anytime',
|
480
|
-
habitDays:
|
481
|
+
habitDays: ['Tuesday', 'Friday'],
|
481
482
|
frequency: 'Daily',
|
482
|
-
minDaysPerWeek:
|
483
|
+
minDaysPerWeek: 2,
|
483
484
|
possibleNotificationDescriptions: [
|
484
485
|
'NO COMPETITOR check?... They’re crushing you BLIND. 👀',
|
485
486
|
'SKIPPED studying?... You’re a sitting DUCK. 🦆',
|
package/package.json
CHANGED
package/src/habit.ts
CHANGED
@@ -165,7 +165,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
165
165
|
Dating: [
|
166
166
|
{
|
167
167
|
id: 1,
|
168
|
-
name: 'Talk to new
|
168
|
+
name: 'Talk to new people',
|
169
169
|
description: 'No pressure, just talk about whatever, no matter how long or short.',
|
170
170
|
difficulty: 3,
|
171
171
|
topicType: 'Dating',
|
@@ -228,6 +228,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
228
228
|
},
|
229
229
|
{
|
230
230
|
id: 4,
|
231
|
+
// replace with record yourself talking, google a bit, blog post about taking pictures
|
231
232
|
name: 'Get new photos',
|
232
233
|
description: 'Take new high-quality photos for dating apps.',
|
233
234
|
difficulty: 2,
|
@@ -235,7 +236,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
235
236
|
habitTime: 'Evening',
|
236
237
|
habitDays: allHabitDays,
|
237
238
|
frequency: 'Daily',
|
238
|
-
minDaysPerWeek:
|
239
|
+
minDaysPerWeek: 3,
|
239
240
|
possibleNotificationDescriptions: [
|
240
241
|
'NO NEW pics?... Your profile’s DEAD. ⚰️',
|
241
242
|
'Old photos UP?... She’s swiping LEFT. 👎',
|
@@ -254,9 +255,9 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
254
255
|
difficulty: 2,
|
255
256
|
topicType: 'Dating',
|
256
257
|
habitTime: 'Evening',
|
257
|
-
habitDays:
|
258
|
+
habitDays: ['Monday', 'Wednesday', 'Friday'],
|
258
259
|
frequency: 'Daily',
|
259
|
-
minDaysPerWeek:
|
260
|
+
minDaysPerWeek: 3,
|
260
261
|
possibleNotificationDescriptions: [
|
261
262
|
'NO TEXTS sent?... Your game’s WEAKER than your biceps. 💪',
|
262
263
|
'Still asking BORING questions?... She’s GHOSTING you. 👻',
|
@@ -298,9 +299,9 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
298
299
|
difficulty: 2,
|
299
300
|
topicType: 'Sleep',
|
300
301
|
habitTime: 'Evening',
|
301
|
-
habitDays:
|
302
|
+
habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
|
302
303
|
frequency: 'Daily',
|
303
|
-
minDaysPerWeek:
|
304
|
+
minDaysPerWeek: 5,
|
304
305
|
possibleNotificationDescriptions: [
|
305
306
|
'LATE again?... You’re a walking DISASTER. ⏰',
|
306
307
|
'NO BEDTIME yet?... Tomorrow’s already TRASHED. 💔',
|
@@ -361,9 +362,9 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
361
362
|
difficulty: 1,
|
362
363
|
topicType: 'Sleep',
|
363
364
|
habitTime: 'Evening',
|
364
|
-
habitDays:
|
365
|
+
habitDays: ['Sunday'],
|
365
366
|
frequency: 'Daily',
|
366
|
-
minDaysPerWeek:
|
367
|
+
minDaysPerWeek: 1,
|
367
368
|
possibleNotificationDescriptions: [
|
368
369
|
'Room’s a MESS?... You’re sleeping in a DUMP. 🐖',
|
369
370
|
'NO BLACKOUT curtains?... Wake up a tired JOKE. 😴',
|
@@ -405,9 +406,9 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
405
406
|
difficulty: 3,
|
406
407
|
topicType: 'Fitness',
|
407
408
|
habitTime: 'Anytime',
|
408
|
-
habitDays:
|
409
|
+
habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
|
409
410
|
frequency: 'Daily',
|
410
|
-
minDaysPerWeek:
|
411
|
+
minDaysPerWeek: 5,
|
411
412
|
possibleNotificationDescriptions: [
|
412
413
|
'SUGAR binge again?... DIABETES is knocking. 🍭',
|
413
414
|
'Candy over FRUIT?... You’re a ticking BOMB. 🍎',
|
@@ -426,9 +427,9 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
426
427
|
difficulty: 2,
|
427
428
|
topicType: 'Fitness',
|
428
429
|
habitTime: 'Anytime',
|
429
|
-
habitDays:
|
430
|
+
habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
|
430
431
|
frequency: 'Daily',
|
431
|
-
minDaysPerWeek:
|
432
|
+
minDaysPerWeek: 6,
|
432
433
|
possibleNotificationDescriptions: [
|
433
434
|
'BOOZE today?... Enjoy your BEER belly. 🍺',
|
434
435
|
'DRINKING again?... You’re a sloppy MESS. 🍷',
|
@@ -442,7 +443,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
442
443
|
},
|
443
444
|
{
|
444
445
|
id: 14,
|
445
|
-
name: 'Weigh yourself',
|
446
|
+
name: 'Weigh yourself daily',
|
446
447
|
description: 'Track your weight to know you’re moving in the right direction.',
|
447
448
|
difficulty: 2,
|
448
449
|
topicType: 'Fitness',
|
@@ -468,7 +469,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
468
469
|
difficulty: 3,
|
469
470
|
topicType: 'Fitness',
|
470
471
|
habitTime: 'Evening',
|
471
|
-
habitDays:
|
472
|
+
habitDays: ['Wednesday', 'Sunday'],
|
472
473
|
frequency: 'Daily',
|
473
474
|
minDaysPerWeek: 2,
|
474
475
|
possibleNotificationDescriptions: [
|
@@ -512,7 +513,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
512
513
|
difficulty: 2,
|
513
514
|
topicType: 'Side Hustle',
|
514
515
|
habitTime: 'Afternoon',
|
515
|
-
habitDays:
|
516
|
+
habitDays: ['Monday', 'Wednesday', 'Saturday'],
|
516
517
|
frequency: 'Daily',
|
517
518
|
minDaysPerWeek: 3,
|
518
519
|
possibleNotificationDescriptions: [
|
@@ -533,9 +534,9 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
533
534
|
difficulty: 2,
|
534
535
|
topicType: 'Side Hustle',
|
535
536
|
habitTime: 'Evening',
|
536
|
-
habitDays:
|
537
|
+
habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
|
537
538
|
frequency: 'Daily',
|
538
|
-
minDaysPerWeek:
|
539
|
+
minDaysPerWeek: 5,
|
539
540
|
possibleNotificationDescriptions: [
|
540
541
|
'NO POST today?... Your hustle’s INVISIBLE. 👻',
|
541
542
|
'NOTHING shared?... You’re a LAZY shadow. 😴',
|
@@ -554,7 +555,7 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
554
555
|
difficulty: 3,
|
555
556
|
topicType: 'Side Hustle',
|
556
557
|
habitTime: 'Evening',
|
557
|
-
habitDays:
|
558
|
+
habitDays: ['Monday', 'Thursday'],
|
558
559
|
frequency: 'Daily',
|
559
560
|
minDaysPerWeek: 2,
|
560
561
|
possibleNotificationDescriptions: [
|
@@ -575,9 +576,9 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
|
|
575
576
|
difficulty: 3,
|
576
577
|
topicType: 'Side Hustle',
|
577
578
|
habitTime: 'Anytime',
|
578
|
-
habitDays:
|
579
|
+
habitDays: ['Tuesday', 'Friday'],
|
579
580
|
frequency: 'Daily',
|
580
|
-
minDaysPerWeek:
|
581
|
+
minDaysPerWeek: 2,
|
581
582
|
possibleNotificationDescriptions: [
|
582
583
|
'NO COMPETITOR check?... They’re crushing you BLIND. 👀',
|
583
584
|
'SKIPPED studying?... You’re a sitting DUCK. 🦆',
|