@aneuhold/core-ts-db-lib 1.0.121 → 2.0.0

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.
Files changed (130) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +48 -5
  3. package/lib/documents/BaseDocument.d.ts +1 -1
  4. package/lib/documents/BaseDocument.d.ts.map +1 -1
  5. package/lib/documents/BaseDocument.js +4 -6
  6. package/lib/documents/BaseDocument.js.map +1 -0
  7. package/lib/documents/BaseDocument.ts +9 -0
  8. package/lib/documents/BaseDocumentWithType.d.ts +1 -1
  9. package/lib/documents/BaseDocumentWithType.d.ts.map +1 -1
  10. package/lib/documents/BaseDocumentWithType.js +3 -8
  11. package/lib/documents/BaseDocumentWithType.js.map +1 -0
  12. package/lib/documents/BaseDocumentWithType.ts +5 -0
  13. package/lib/documents/common/ApiKey.d.ts +5 -4
  14. package/lib/documents/common/ApiKey.d.ts.map +1 -1
  15. package/lib/documents/common/ApiKey.js +10 -17
  16. package/lib/documents/common/ApiKey.js.map +1 -0
  17. package/lib/documents/common/ApiKey.ts +40 -0
  18. package/lib/documents/common/User.d.ts +2 -2
  19. package/lib/documents/common/User.d.ts.map +1 -1
  20. package/lib/documents/common/User.js +8 -15
  21. package/lib/documents/common/User.js.map +1 -0
  22. package/lib/documents/common/User.ts +63 -0
  23. package/lib/documents/dashboard/NonogramKatanaItem.d.ts +4 -4
  24. package/lib/documents/dashboard/NonogramKatanaItem.d.ts.map +1 -1
  25. package/lib/documents/dashboard/NonogramKatanaItem.js +4 -11
  26. package/lib/documents/dashboard/NonogramKatanaItem.js.map +1 -0
  27. package/lib/documents/dashboard/NonogramKatanaItem.ts +53 -0
  28. package/lib/documents/dashboard/NonogramKatanaUpgrade.d.ts +5 -5
  29. package/lib/documents/dashboard/NonogramKatanaUpgrade.d.ts.map +1 -1
  30. package/lib/documents/dashboard/NonogramKatanaUpgrade.js +4 -11
  31. package/lib/documents/dashboard/NonogramKatanaUpgrade.js.map +1 -0
  32. package/lib/documents/dashboard/NonogramKatanaUpgrade.ts +50 -0
  33. package/lib/documents/dashboard/Task.d.ts +7 -7
  34. package/lib/documents/dashboard/Task.d.ts.map +1 -1
  35. package/lib/documents/dashboard/Task.js +10 -17
  36. package/lib/documents/dashboard/Task.js.map +1 -0
  37. package/lib/documents/dashboard/Task.ts +173 -0
  38. package/lib/documents/dashboard/UserConfig.d.ts +6 -6
  39. package/lib/documents/dashboard/UserConfig.d.ts.map +1 -1
  40. package/lib/documents/dashboard/UserConfig.js +12 -19
  41. package/lib/documents/dashboard/UserConfig.js.map +1 -0
  42. package/lib/documents/dashboard/UserConfig.ts +110 -0
  43. package/lib/embedded-types/dashboard/nonogramKatanaItem/ItemName.d.ts.map +1 -1
  44. package/lib/embedded-types/dashboard/nonogramKatanaItem/ItemName.js +2 -3
  45. package/lib/embedded-types/dashboard/nonogramKatanaItem/ItemName.js.map +1 -0
  46. package/lib/embedded-types/dashboard/nonogramKatanaItem/ItemName.ts +97 -0
  47. package/lib/embedded-types/dashboard/nonogramKatanaUpgrade/UpgradeName.d.ts.map +1 -1
  48. package/lib/embedded-types/dashboard/nonogramKatanaUpgrade/UpgradeName.js +2 -3
  49. package/lib/embedded-types/dashboard/nonogramKatanaUpgrade/UpgradeName.js.map +1 -0
  50. package/lib/embedded-types/dashboard/nonogramKatanaUpgrade/UpgradeName.ts +263 -0
  51. package/lib/embedded-types/dashboard/task/FilterSettings.d.ts +2 -2
  52. package/lib/embedded-types/dashboard/task/FilterSettings.d.ts.map +1 -1
  53. package/lib/embedded-types/dashboard/task/FilterSettings.js +3 -6
  54. package/lib/embedded-types/dashboard/task/FilterSettings.js.map +1 -0
  55. package/lib/embedded-types/dashboard/task/FilterSettings.ts +100 -0
  56. package/lib/embedded-types/dashboard/task/RecurrenceInfo.d.ts +1 -1
  57. package/lib/embedded-types/dashboard/task/RecurrenceInfo.d.ts.map +1 -1
  58. package/lib/embedded-types/dashboard/task/RecurrenceInfo.js +8 -11
  59. package/lib/embedded-types/dashboard/task/RecurrenceInfo.js.map +1 -0
  60. package/lib/embedded-types/dashboard/task/RecurrenceInfo.ts +100 -0
  61. package/lib/embedded-types/dashboard/task/SortSettings.d.ts +2 -2
  62. package/lib/embedded-types/dashboard/task/SortSettings.d.ts.map +1 -1
  63. package/lib/embedded-types/dashboard/task/SortSettings.js +7 -11
  64. package/lib/embedded-types/dashboard/task/SortSettings.js.map +1 -0
  65. package/lib/embedded-types/dashboard/task/SortSettings.ts +89 -0
  66. package/lib/embedded-types/dashboard/userConfig/Tags.d.ts.map +1 -1
  67. package/lib/embedded-types/dashboard/userConfig/Tags.js +2 -2
  68. package/lib/embedded-types/dashboard/userConfig/Tags.js.map +1 -0
  69. package/lib/embedded-types/dashboard/userConfig/Tags.ts +9 -0
  70. package/lib/index.d.ts +20 -20
  71. package/lib/index.d.ts.map +1 -1
  72. package/lib/index.js +19 -71
  73. package/lib/index.js.map +1 -0
  74. package/lib/index.ts +103 -0
  75. package/lib/schemas/required-refs/RequiredUserId.d.ts +1 -1
  76. package/lib/schemas/required-refs/RequiredUserId.d.ts.map +1 -1
  77. package/lib/schemas/required-refs/RequiredUserId.js +3 -8
  78. package/lib/schemas/required-refs/RequiredUserId.js.map +1 -0
  79. package/lib/schemas/required-refs/RequiredUserId.ts +9 -0
  80. package/lib/schemas/type-guards/commonTypeGuards.d.ts.map +1 -1
  81. package/lib/schemas/type-guards/commonTypeGuards.js +6 -12
  82. package/lib/schemas/type-guards/commonTypeGuards.js.map +1 -0
  83. package/lib/schemas/type-guards/commonTypeGuards.ts +29 -0
  84. package/lib/schemas/validators/DocumentValidator.d.ts +1 -1
  85. package/lib/schemas/validators/DocumentValidator.d.ts.map +1 -1
  86. package/lib/schemas/validators/DocumentValidator.js +2 -2
  87. package/lib/schemas/validators/DocumentValidator.js.map +1 -0
  88. package/lib/schemas/validators/DocumentValidator.ts +5 -0
  89. package/lib/schemas/validators/ValidateUtil.d.ts.map +1 -1
  90. package/lib/schemas/validators/ValidateUtil.js +8 -10
  91. package/lib/schemas/validators/ValidateUtil.js.map +1 -0
  92. package/lib/schemas/validators/ValidateUtil.spec.ts +75 -0
  93. package/lib/schemas/validators/ValidateUtil.ts +193 -0
  94. package/lib/services/DocumentService.d.ts +1 -1
  95. package/lib/services/DocumentService.d.ts.map +1 -1
  96. package/lib/services/DocumentService.js +4 -6
  97. package/lib/services/DocumentService.js.map +1 -0
  98. package/lib/services/DocumentService.spec.ts +28 -0
  99. package/lib/services/DocumentService.ts +18 -0
  100. package/lib/services/dashboard/Task/TaskFilterService.d.ts +2 -2
  101. package/lib/services/dashboard/Task/TaskFilterService.d.ts.map +1 -1
  102. package/lib/services/dashboard/Task/TaskFilterService.js +2 -4
  103. package/lib/services/dashboard/Task/TaskFilterService.js.map +1 -0
  104. package/lib/services/dashboard/Task/TaskFilterService.ts +105 -0
  105. package/lib/services/dashboard/Task/TaskRecurrenceService.d.ts +2 -2
  106. package/lib/services/dashboard/Task/TaskRecurrenceService.d.ts.map +1 -1
  107. package/lib/services/dashboard/Task/TaskRecurrenceService.js +21 -23
  108. package/lib/services/dashboard/Task/TaskRecurrenceService.js.map +1 -0
  109. package/lib/services/dashboard/Task/TaskRecurrenceService.ts +172 -0
  110. package/lib/services/dashboard/Task/TaskService.d.ts +5 -5
  111. package/lib/services/dashboard/Task/TaskService.d.ts.map +1 -1
  112. package/lib/services/dashboard/Task/TaskService.js +13 -18
  113. package/lib/services/dashboard/Task/TaskService.js.map +1 -0
  114. package/lib/services/dashboard/Task/TaskService.spec.ts +653 -0
  115. package/lib/services/dashboard/Task/TaskService.ts +189 -0
  116. package/lib/services/dashboard/Task/TaskSortService.d.ts +3 -3
  117. package/lib/services/dashboard/Task/TaskSortService.d.ts.map +1 -1
  118. package/lib/services/dashboard/Task/TaskSortService.js +6 -8
  119. package/lib/services/dashboard/Task/TaskSortService.js.map +1 -0
  120. package/lib/services/dashboard/Task/TaskSortService.ts +229 -0
  121. package/package.json +35 -28
  122. package/lib/schemas/validators/ValidateUtil.spec.d.ts +0 -2
  123. package/lib/schemas/validators/ValidateUtil.spec.d.ts.map +0 -1
  124. package/lib/schemas/validators/ValidateUtil.spec.js +0 -64
  125. package/lib/services/DocumentService.spec.d.ts +0 -2
  126. package/lib/services/DocumentService.spec.d.ts.map +0 -1
  127. package/lib/services/DocumentService.spec.js +0 -30
  128. package/lib/services/dashboard/Task/TaskService.spec.d.ts +0 -2
  129. package/lib/services/dashboard/Task/TaskService.spec.d.ts.map +0 -1
  130. package/lib/services/dashboard/Task/TaskService.spec.js +0 -508
@@ -1 +1 @@
1
- {"version":3,"file":"UpgradeName.d.ts","sourceRoot":"","sources":["../../../../src/embedded-types/dashboard/nonogramKatanaUpgrade/UpgradeName.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"UpgradeName.d.ts","sourceRoot":"./src/","sources":["embedded-types/dashboard/nonogramKatanaUpgrade/UpgradeName.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
1
  var NonogramKatanaUpgradeName;
4
2
  (function (NonogramKatanaUpgradeName) {
5
3
  NonogramKatanaUpgradeName["BuildingGuildLvl2"] = "buildingGuildLvl2";
@@ -262,4 +260,5 @@ var NonogramKatanaUpgradeName;
262
260
  NonogramKatanaUpgradeName["DungeonAbilityTrapsIndifference"] = "dungeonAbilityTrapsIndifference";
263
261
  NonogramKatanaUpgradeName["DungeonAbilityTrapsAgility"] = "dungeonAbilityTrapsAgility";
264
262
  })(NonogramKatanaUpgradeName || (NonogramKatanaUpgradeName = {}));
265
- exports.default = NonogramKatanaUpgradeName;
263
+ export default NonogramKatanaUpgradeName;
264
+ //# sourceMappingURL=UpgradeName.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpgradeName.js","sourceRoot":"./src/","sources":["embedded-types/dashboard/nonogramKatanaUpgrade/UpgradeName.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,263 @@
1
+ enum NonogramKatanaUpgradeName {
2
+ BuildingGuildLvl2 = 'buildingGuildLvl2',
3
+ BuildingGuildLvl3 = 'buildingGuildLvl3',
4
+ BuildingGuildLvl4 = 'buildingGuildLvl4',
5
+ BuildingGuildLvl5 = 'buildingGuildLvl5',
6
+ BuildingWarehouseLvl1 = 'buildingWarehouseLvl1',
7
+ BuildingWarehouseLvl2 = 'buildingWarehouseLvl2',
8
+ BuildingWarehouseLvl3 = 'buildingWarehouseLvl3',
9
+ BuildingWarehouseLvl4 = 'buildingWarehouseLvl4',
10
+ BuildingWarehouseLvl5 = 'buildingWarehouseLvl5',
11
+ BuildingWarehouseLvl6 = 'buildingWarehouseLvl6',
12
+ BuildingWareHouseLvl7 = 'buildingWarehouseLvl7',
13
+ TechnologyWareHouseLvl1 = 'technologyWarehouseLvl1',
14
+ TechnologyWareHouseLvl2 = 'technologyWarehouseLvl2',
15
+ TechnologyWareHouseLvl3 = 'technologyWarehouseLvl3',
16
+ BuildingShopLvl1 = 'buildingShopLvl1',
17
+ BuildingShopLvl2 = 'buildingShopLvl2',
18
+ BuildingShopLvl3 = 'buildingShopLvl3',
19
+ TechnologyShopPreOrders = 'technologyShopPreOrders',
20
+ TechnologyShopGlassRecycling = 'technologyShopGlassRecycling',
21
+ BuildingAlchemistHutLvl1 = 'buildingAlchemistHutLvl1',
22
+ BuildingAlchemistHutLvl2 = 'buildingAlchemistHutLvl2',
23
+ BuildingAlchemistHutLvl3 = 'buildingAlchemistHutLvl3',
24
+ BuildingAlchemistHutLvl4 = 'buildingAlchemistHutLvl4',
25
+ BuildingAlchemistHutLvl5 = 'buildingAlchemistHutLvl5',
26
+ BuildingAlchemistHutLvl6 = 'buildingAlchemistHutLvl6',
27
+ TechnologyAlchemistHutGreekGrenade = 'technologyAlchemistHutGreekGrenade',
28
+ TechnologyAlchemistHutSyntheticFertilizer = 'technologyAlchemistHutSyntheticFertilizer',
29
+ TechnologyAlchemistHutPotionOfHealingLvl1 = 'technologyAlchemistHutPotionOfHealingLvl1',
30
+ TechnologyAlchemistHutPotionOfEnergy = 'technologyAlchemistHutPotionOfEnergy',
31
+ TechnologyAlchemistHutBerserkerPotion = 'technologyAlchemistHutBerserkerPotion',
32
+ TechnologyAlchemistHutPotionOfHealingLvl2 = 'technologyAlchemistHutPotionOfHealingLvl2',
33
+ TechnologyAlchemistHutAmbrosiaPotion = 'technologyAlchemistHutAmbrosiaPotion',
34
+ TechnologyAlchemistHutConveyorLvl1 = 'technologyAlchemistHutConveyorLvl1',
35
+ TechnologyAlchemistHutConveyorLvl2 = 'technologyAlchemistHutConveyorLvl2',
36
+ TechnologyAlchemistHutGalvanization = 'technologyAlchemistHutGalvanization',
37
+ TechnologyAlchemistHutBalm = 'technologyAlchemistHutBalm',
38
+ TechnologyAlchemistHutPotionOfMentalPower = 'technologyAlchemistHutPotionOfMentalPower',
39
+ TechnologyAlchemistHutMercury = 'technologyAlchemistHutMercury',
40
+ TechnologyAlchemistHutGoldIngot = 'technologyAlchemistHutGoldIngot',
41
+ TechnologyAlchemistHutMadnessGrenade = 'technologyAlchemistHutMadnessGrenade',
42
+ BuildingFieldLvl1 = 'buildingFieldLvl1',
43
+ BuildingFieldLvl2 = 'buildingFieldLvl2',
44
+ TechnologyFieldSeedDrill = 'technologyFieldSeedDrill',
45
+ TechnologyFieldCombineHarvester = 'technologyFieldCombineHarvester',
46
+ BuildingWorkshopLvl1 = 'buildingWorkshopLvl1',
47
+ BuildingWorkshopLvl2 = 'buildingWorkshopLvl2',
48
+ BuildingWorkshopLvl3 = 'buildingWorkshopLvl3',
49
+ BuildingWorkshopLvl4 = 'buildingWorkshopLvl4',
50
+ BuildingWorkshopLvl5 = 'buildingWorkshopLvl5',
51
+ TechnologyWorkshopShieldLvl1 = 'technologyWorkshopShieldLvl1',
52
+ TechnologyWorkshopShieldLvl2 = 'technologyWorkshopShieldLvl2',
53
+ TechnologyWorkshopShieldLvl3 = 'technologyWorkshopShieldLvl3',
54
+ TechnologyWorkshopShieldLvl4 = 'technologyWorkshopShieldLvl4',
55
+ TechnologyWorkshopMechanism = 'technologyWorkshopMechanism',
56
+ TechnologyWorkshopMechanicalSpider = 'technologyWorkshopMechanicalSpider',
57
+ TechnologyWorkshopExplosiveMechanicalSpider = 'technologyWorkshopExplosiveMechanicalSpider',
58
+ TechnologyWorkshopSteamobile = 'technologyWorkshopSteamobile',
59
+ TechnologyWorkshopStrongGlue = 'technologyWorkshopStrongGlue',
60
+ TechnologyWorkshopConveyorLvl1 = 'technologyWorkshopConveyorLvl1',
61
+ TechnologyWorkshopConveyorLvl2 = 'technologyWorkshopConveyorLvl2',
62
+ TechnologyWorkshopThrowingNet = 'technologyWorkshopThrowingNet',
63
+ BuildingRockGardenLvl1 = 'buildingRockGardenLvl1',
64
+ BuildingRockGardenLvl2 = 'buildingRockGardenLvl2',
65
+ BuildingRockGardenLvl3 = 'buildingRockGardenLvl3',
66
+ TechnologyRockGardenRake = 'technologyRockGardenRake',
67
+ BuildingGardenLvl1 = 'buildingGardenLvl1',
68
+ BuildingGardenLvl2 = 'buildingGardenLvl2',
69
+ BuildingGardenLvl3 = 'buildingGardenLvl3',
70
+ TechnologyGardenSprinkler = 'technologyGardenSprinkler',
71
+ BuildingLumberMillLvl1 = 'buildingLumberMillLvl1',
72
+ BuildingLumberMillLvl2 = 'buildingLumberMillLvl2',
73
+ BuildingLumberMillLvl3 = 'buildingLumberMillLvl3',
74
+ BuildingFoodStallLvl1 = 'buildingFoodStallLvl1',
75
+ BuildingFoodStallLvl2 = 'buildingFoodStallLvl2',
76
+ BuildingFoodStallLvl3 = 'buildingFoodStallLvl3',
77
+ TechnologyFoodStallQuintessenceOfTaste = 'technologyFoodStallQuintessenceOfTaste',
78
+ TechnologyFoodStallMayonnaise = 'technologyFoodStallMayonnaise',
79
+ TechnologyFoodStallMandraCola = 'technologyFoodStallMandraCola',
80
+ TechnologyFoodStallConveryorBeltSushi = 'technologyFoodStallConveryorBeltSushi',
81
+ TechnologyFoodStallJam = 'technologyFoodStallJam',
82
+ BuildingWindmillLvl1 = 'buildingWindmillLvl1',
83
+ BuildingWindmillLvl2 = 'buildingWindmillLvl2',
84
+ BuildingFurnaceLvl1 = 'buildingFurnaceLvl1',
85
+ BuildingFurnaceLvl2 = 'buildingFurnaceLvl2',
86
+ BuildingFurnaceLvl3 = 'buildingFurnaceLvl3',
87
+ TechnologyFurnaceMeteoricSteel = 'technologyFurnaceMeteoricSteel',
88
+ TechnologyFurnaceConveyor = 'technologyFurnaceConveyor',
89
+ TechnologyFurnaceTitaniumParts = 'technologyFurnaceTitaniumParts',
90
+ BuildingDungeonLvl1 = 'buildingDungeonLvl1',
91
+ BuildingDungeonLvl2 = 'buildingDungeonLvl2',
92
+ BuildingDungeonLvl3 = 'buildingDungeonLvl3',
93
+ BuildingDungeonLvl4 = 'buildingDungeonLvl4',
94
+ BuildingDungeonLvl5 = 'buildingDungeonLvl5',
95
+ BuildingPierLvl1 = 'buildingPierLvl1',
96
+ BuildingShipLvl1 = 'buildingShipLvl1',
97
+ BuildingShipLvl2 = 'buildingShipLvl2',
98
+ BuildingShipLvl3 = 'buildingShipLvl3',
99
+ BuildingShipLvl4 = 'buildingShipLvl4',
100
+ ShipMissionUnlockExploring = 'shipMissionUnlockExploring',
101
+ ShipMissionUnlockFishing = 'shipMissionUnlockFishing',
102
+ ShipMissionUnlockProspecting = 'shipMissionUnlockProspecting',
103
+ ShipMissionUnlockPatrolling = 'shipMissionUnlockPatrolling',
104
+ ShipMissionUnlockTreasureIsland = 'shipMissionUnlockTreasureIsland',
105
+ ShipMissionUnlockNewYork = 'shipMissionUnlockNewYork',
106
+ CraftifactHoteiStauette = 'craftifactHoteiStauette',
107
+ CraftifactTrigonometry = 'craftifactTrigonometry',
108
+ CraftifactEmeraldTablet = 'craftifactEmeraldTablet',
109
+ CraftifactHistoricalLibrary = 'craftifactHistoricalLibrary',
110
+ CraftifactNecklaceForHaruka = 'craftifactNecklaceForHaruka',
111
+ CraftifactGuildCodex = 'craftifactGuildCodex',
112
+ CraftifactGuildBanner = 'craftifactGuildBanner',
113
+ CraftifactGuildSupplies = 'craftifactGuildSupplies',
114
+ CraftifactDagger = 'craftifactDagger',
115
+ CraftifactHelmet = 'craftifactHelmet',
116
+ CraftifactSafe = 'craftifactSafe',
117
+ CraftifactAstrolabe = 'craftifactAstrolabe',
118
+ CraftifactTetrachloroaurate = 'craftifactTetrachloroaurate',
119
+ CraftifactTelescope = 'craftifactTelescope',
120
+ CraftifactCinemaProjector = 'craftifactCinemaProjector',
121
+ CraftifactBarometer = 'craftifactBarometer',
122
+ CraftifactHatOfConcentration = 'craftifactHatOfConcentration',
123
+ CraftifactFlameThrower = 'craftifactFlameThrower',
124
+ CraftifactMetalDetector = 'craftifactMetalDetector',
125
+ CraftifactSolver1Prototype = 'craftifactSolver1Prototype',
126
+ BuildingChickenCoopLvl1 = 'buildingChickenCoopLvl1',
127
+ BuildingChickenCoopLvl2 = 'buildingChickenCoopLvl2',
128
+ BuildingBridgeLvl1 = 'buildingBridgeLvl1',
129
+ TechnologyBridgeKoiFish = 'technologyBridgeKoiFish',
130
+ BuildingOutpostLvl1 = 'buildingOutpostLvl1',
131
+ BuildingOutpostLvl2 = 'buildingOutpostLvl2',
132
+ BuildingOutpostLvl3 = 'buildingOutpostLvl3',
133
+ TechnologyOutpostSayonaraTax = 'technologyOutpostSayonaraTax',
134
+ TechnologyOutpostArsenalLvl1 = 'technologyOutpostArsenalLvl1',
135
+ TechnologyOutpostArsenalLvl2 = 'technologyOutpostArsenalLvl2',
136
+ TechnologyOutpostOptionalContracts = 'technologyOutpostOptionalContracts',
137
+ TechnologyOutpostFuturesContracts = 'technologyOutpostFuturesContracts',
138
+ BuildingCaravanLvl1 = 'buildingCaravanLvl1',
139
+ BuildingCaravanLvl2 = 'buildingCaravanLvl2',
140
+ BuildingCaravanLvl3 = 'buildingCaravanLvl3',
141
+ BuildingCaravanLvl4 = 'buildingCaravanLvl4',
142
+ CaravanCityXian = 'caravanCityXian',
143
+ CaravanCityDelhi = 'caravanCityDelhi',
144
+ CaravanCityBaghdad = 'caravanCityBaghdad',
145
+ CaravanCityCairo = 'caravanCityCairo',
146
+ CaravanCityAthens = 'caravanCityAthens',
147
+ CaravanCityRome = 'caravanCityRome',
148
+ CaravanCityKyiv = 'caravanCityKyiv',
149
+ BuildingSmithyLvl1 = 'buildingSmithyLvl1',
150
+ BuildingSmithyLvl2 = 'buildingSmithyLvl2',
151
+ BuildingSmithyLvl3 = 'buildingSmithyLvl3',
152
+ TechnologySmithyThrowingKnife = 'technologySmithyThrowingKnife',
153
+ TechnologySmithySwordLvl1 = 'technologySmithySwordLvl1',
154
+ TechnologySmithySwordLvl2 = 'technologySmithySwordLvl2',
155
+ TechnologySmithySwordLvl3 = 'technologySmithySwordLvl3',
156
+ TechnologySmithySwordLvl4 = 'technologySmithySwordLvl4',
157
+ TechnologySmithyGears = 'technologySmithyGears',
158
+ TechnologySmithyWeaponGrease = 'technologySmithyWeaponGrease',
159
+ BuildingAirshipLvl1 = 'buildingAirshipLvl1',
160
+ BuildingAirshipLvl2 = 'buildingAirshipLvl2',
161
+ AirshipCityLondon = 'airshipCityLondon',
162
+ AirshipCityReykjavik = 'airshipCityReykjavik',
163
+ AirshipCityMexicoCity = 'airshipCityMexicoCity',
164
+ AirshipCityNewYork = 'airshipCityNewYork',
165
+ AirshipCityMelbourne = 'airshipCityMelbourne',
166
+ TechnologyAirshipTitaniumLongerons = 'technologyAirshipTitaniumLongerons',
167
+ BuildingCoffeeBonsaiLvl1 = 'buildingCoffeeBonsaiLvl1',
168
+ BuildingCoffeeBonsaiLvl2 = 'buildingCoffeeBonsaiLvl2',
169
+ BuildingOnsenLvl1 = 'buildingOnsenLvl1',
170
+ BuildingOnsenLvl2 = 'buildingOnsenLvl2',
171
+ BuildingTailorLvl1 = 'buildingTailorLvl1',
172
+ BuildingTailorLvl2 = 'buildingTailorLvl2',
173
+ BuildingTailorLvl3 = 'buildingTailorLvl3',
174
+ TechnologyTailorArmorLvl1 = 'technologyTailorArmorLvl1',
175
+ TechnologyTailorArmorLvl2 = 'technologyTailorArmorLvl2',
176
+ TechnologyTailorArmorLvl3 = 'technologyTailorArmorLvl3',
177
+ TechnologyTailorArmorLvl4 = 'technologyTailorArmorLvl4',
178
+ TechnologyTailorStrongStitch = 'technologyTailorStrongStitch',
179
+ TechnologyTailorStrongRivets = 'technologyTailorStrongRivets',
180
+ TechnologyTailorAriadnesThread = 'technologyTailorAriadnesThread',
181
+ TechnologyTailorBedroll = 'technologyTailorBedroll',
182
+ TechnologyTailorSalamanderVelour = 'technologyTailorSalamanderVelour',
183
+ BuildingPagodaLvl1 = 'buildingPagodaLvl1',
184
+ BuildingPagodaLvl2 = 'buildingPagodaLvl2',
185
+ BuildingPagodaLvl3 = 'buildingPagodaLvl3',
186
+ BuildingPagodaLvl4 = 'buildingPagodaLvl4',
187
+ BuildingPagodaLvl5 = 'buildingPagodaLvl5',
188
+ BuildingPagodaLvl6 = 'buildingPagodaLvl6',
189
+ BuildingPagodaLvl7 = 'buildingPagodaLvl7',
190
+ CharacterSkillLogisticianLvl1 = 'characterSkillLogisticianLvl1',
191
+ CharacterSkillLogisticianLvl2 = 'characterSkillLogisticianLvl2',
192
+ CharacterSkillLogisticianLvl3 = 'characterSkillLogisticianLvl3',
193
+ CharacterSkillLogisticianLvl4 = 'characterSkillLogisticianLvl4',
194
+ CharacterSkillLogisticianLvl5 = 'characterSkillLogisticianLvl5',
195
+ CharacterSkillWeaponCollectorLvl1 = 'characterSkillWeaponCollectorLvl1',
196
+ CharacterSkillWeaponCollectorLvl2 = 'characterSkillWeaponCollectorLvl2',
197
+ CharacterSkillWeaponCollectorLvl3 = 'characterSkillWeaponCollectorLvl3',
198
+ CharacterSkillTreasureHunterLvl1 = 'characterSkillTreasureHunterLvl1',
199
+ CharacterSkillTreasureHunterLvl2 = 'characterSkillTreasureHunterLvl2',
200
+ CharacterSkillTreasureHunterLvl3 = 'characterSkillTreasureHunterLvl3',
201
+ CharacterSkillAthleteLvl1 = 'characterSkillAthleteLvl1',
202
+ CharacterSkillAthleteLvl2 = 'characterSkillAthleteLvl2',
203
+ CharacterSkillAthleteLvl3 = 'characterSkillAthleteLvl3',
204
+ CharacterSkillAthleteLvl4 = 'characterSkillAthleteLvl4',
205
+ CharacterSkillAthleteLvl5 = 'characterSkillAthleteLvl5',
206
+ CharacterSkillAthleteLvl6 = 'characterSkillAthleteLvl6',
207
+ CharacterSkillAntiquarianLvl1 = 'characterSkillAntiquarianLvl1',
208
+ CharacterSkillAntiquarianLvl2 = 'characterSkillAntiquarianLvl2',
209
+ CharacterSkillIntellectualLvl1 = 'characterSkillIntellectualLvl1',
210
+ CharacterSkillIntellectualLvl2 = 'characterSkillIntellectualLvl2',
211
+ CharacterSkillIntellectualLvl3 = 'characterSkillIntellectualLvl3',
212
+ CharacterSkillGardenerLvl1 = 'characterSkillGardenerLvl1',
213
+ CharacterSkillGardenerLvl2 = 'characterSkillGardenerLvl2',
214
+ CharacterSkillRockGardenContemplatorLvl1 = 'characterSkillRockGardenContemplatorLvl1',
215
+ CharacterSkillRockGardenContemplatorLvl2 = 'characterSkillRockGardenContemplatorLvl2',
216
+ CharacterSkillCarpenterLvl1 = 'characterSkillCarpenterLvl1',
217
+ CharacterSkillCarpenterLvl2 = 'characterSkillCarpenterLvl2',
218
+ CharacterSkillCarpenterLvl3 = 'characterSkillCarpenterLvl3',
219
+ CharacterSkillMetallurgistLvl1 = 'characterSkillMetallurgistLvl1',
220
+ CharacterSkillMetallurgistLvl2 = 'characterSkillMetallurgistLvl2',
221
+ CharacterSkillMetallurgistLvl3 = 'characterSkillMetallurgistLvl3',
222
+ CharacterSkillMechanicLvl1 = 'characterSkillMechanicLvl1',
223
+ CharacterSkillMechanicLvl2 = 'characterSkillMechanicLvl2',
224
+ CharacterSkillMechanicLvl3 = 'characterSkillMechanicLvl3',
225
+ CharacterSkillBlacksmithLvl1 = 'characterSkillBlacksmithLvl1',
226
+ CharacterSkillBlacksmithLvl2 = 'characterSkillBlacksmithLvl2',
227
+ CharacterSkillBlacksmithLvl3 = 'characterSkillBlacksmithLvl3',
228
+ CharacterSkillAlchemistLvl1 = 'characterSkillAlchemistLvl1',
229
+ CharacterSkillAlchemistLvl2 = 'characterSkillAlchemistLvl2',
230
+ CharacterSkillAlchemistLvl3 = 'characterSkillAlchemistLvl3',
231
+ CharacterSkillBoatswainLvl1 = 'characterSkillBoatswainLvl1',
232
+ CharacterSkillBoatswainLvl2 = 'characterSkillBoatswainLvl2',
233
+ CharacterSkillCameleerLvl1 = 'characterSkillCameleerLvl1',
234
+ CharacterSkillCameleerLvl2 = 'characterSkillCameleerLvl2',
235
+ CharacterSkillAeronautLvl1 = 'characterSkillAeronautLvl1',
236
+ CharacterSkillAeronautLvl2 = 'characterSkillAeronautLvl2',
237
+ DungeonAbilitySmashingBlowLvl1 = 'dungeonAbilitySmashingBlowLvl1',
238
+ DungeonAbilitySmashingBlowLvl2 = 'dungeonAbilitySmashingBlowLvl2',
239
+ DungeonAbilityRoundKickLvl1 = 'dungeonAbilityRoundKickLvl1',
240
+ DungeonAbilityRoundKickLvl2 = 'dungeonAbilityRoundKickLvl2',
241
+ DungeonAbilityRoundKickLvl3 = 'dungeonAbilityRoundKickLvl3',
242
+ DungeonAbilityThrowingLvl1 = 'dungeonAbilityThrowingLvl1',
243
+ DungeonAbilityThrowingLvl2 = 'dungeonAbilityThrowingLvl2',
244
+ DungeonAbilityThrowingLvl3 = 'dungeonAbilityThrowingLvl3',
245
+ DungeonAbilityTrapsLvl1 = 'dungeonAbilityTrapsLvl1',
246
+ DungeonAbilityTrapsLvl2 = 'dungeonAbilityTrapsLvl2',
247
+ DungeonAbilityDoctor = 'dungeonAbilityDoctor',
248
+ DungeonAbilityDemoralization = 'dungeonAbilityDemoralization',
249
+ DungeonAbilityTrainedEye = 'dungeonAbilityTrainedEye',
250
+ DungeonAbilitySprinter = 'dungeonAbilitySprinter',
251
+ DungeonAbilityTacticalGaze = 'dungeonAbilityTacticalGaze',
252
+ DungeonAbilityMartialArtsLvl1 = 'dungeonAbilityMartialArtsLvl1',
253
+ DungeonAbilityMartialArtsLvl2 = 'dungeonAbilityMartialArtsLvl2',
254
+ DungeonAbilityMartialArtsLvl3 = 'dungeonAbilityMartialArtsLvl3',
255
+ DungeonAbilityHardeningLvl1 = 'dungeonAbilityHardeningLvl1',
256
+ DungeonAbilityHardeningLvl2 = 'dungeonAbilityHardeningLvl2',
257
+ DungeonAbilityEquipmentPreparationLvl1 = 'dungeonAbilityEquipmentPreparationLvl1',
258
+ DungeonAbilityEquipmentPreparationLvl2 = 'dungeonAbilityEquipmentPreparationLvl2',
259
+ DungeonAbilityTrapsIndifference = 'dungeonAbilityTrapsIndifference',
260
+ DungeonAbilityTrapsAgility = 'dungeonAbilityTrapsAgility'
261
+ }
262
+
263
+ export default NonogramKatanaUpgradeName;
@@ -1,5 +1,5 @@
1
- import DashboardUserConfig from '../../../documents/dashboard/UserConfig';
2
- import Validate from '../../../schemas/validators/ValidateUtil';
1
+ import DashboardUserConfig from '../../../documents/dashboard/UserConfig.js';
2
+ import Validate from '../../../schemas/validators/ValidateUtil.js';
3
3
  export declare function getDefaultTaskListFilterSettings(userId: string): DashboardTaskListFilterSettings;
4
4
  export declare function validateFilterSettings(validate: Validate, config: DashboardUserConfig): void;
5
5
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"FilterSettings.d.ts","sourceRoot":"","sources":["../../../../src/embedded-types/dashboard/task/FilterSettings.ts"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,MAAM,yCAAyC,CAAC;AAC1E,OAAO,QAAQ,MAAM,0CAA0C,CAAC;AAEhE,wBAAgB,gCAAgC,CAC9C,MAAM,EAAE,MAAM,GACb,+BAA+B,CAQjC;AAED,wBAAgB,sBAAsB,CACpC,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,mBAAmB,QA2C5B;AAED;;;GAGG;AACH,MAAM,MAAM,qCAAqC,GAAG;IAClD,CAAC,QAAQ,EAAE,MAAM,GAAG,+BAA+B,CAAC;CACrD,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC,CAAC,MAAM,EAAE,MAAM,GAAG,+BAA+B,CAAC;CACnD,CAAC;AAEF;;;;;GAKG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,qBAAqB,CAAC;IACjC,kBAAkB,EAAE,qBAAqB,CAAC;IAC1C,SAAS,EAAE;QACT,eAAe,EAAE,OAAO,CAAC;KAC1B,CAAC;IACF;;OAEG;IACH,IAAI,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,qBAAqB,CAAA;KAAE,CAAC;CAChD,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,OAAO,CAAC;CACf,CAAC"}
1
+ {"version":3,"file":"FilterSettings.d.ts","sourceRoot":"./src/","sources":["embedded-types/dashboard/task/FilterSettings.ts"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,MAAM,4CAA4C,CAAC;AAC7E,OAAO,QAAQ,MAAM,6CAA6C,CAAC;AAEnE,wBAAgB,gCAAgC,CAC9C,MAAM,EAAE,MAAM,GACb,+BAA+B,CAQjC;AAED,wBAAgB,sBAAsB,CACpC,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,mBAAmB,QA2C5B;AAED;;;GAGG;AACH,MAAM,MAAM,qCAAqC,GAAG;IAClD,CAAC,QAAQ,EAAE,MAAM,GAAG,+BAA+B,CAAC;CACrD,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC,CAAC,MAAM,EAAE,MAAM,GAAG,+BAA+B,CAAC;CACnD,CAAC;AAEF;;;;;GAKG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,qBAAqB,CAAC;IACjC,kBAAkB,EAAE,qBAAqB,CAAC;IAC1C,SAAS,EAAE;QACT,eAAe,EAAE,OAAO,CAAC;KAC1B,CAAC;IACF;;OAEG;IACH,IAAI,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,qBAAqB,CAAA;KAAE,CAAC;CAChD,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,OAAO,CAAC;CACf,CAAC"}
@@ -1,8 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getDefaultTaskListFilterSettings = getDefaultTaskListFilterSettings;
4
- exports.validateFilterSettings = validateFilterSettings;
5
- function getDefaultTaskListFilterSettings(userId) {
1
+ export function getDefaultTaskListFilterSettings(userId) {
6
2
  return {
7
3
  userId,
8
4
  completed: { show: true },
@@ -11,7 +7,7 @@ function getDefaultTaskListFilterSettings(userId) {
11
7
  tags: {}
12
8
  };
13
9
  }
14
- function validateFilterSettings(validate, config) {
10
+ export function validateFilterSettings(validate, config) {
15
11
  validate.object('taskListFilterSettings', {});
16
12
  const categories = Object.keys(config.taskListFilterSettings);
17
13
  if (categories.length > 0) {
@@ -28,3 +24,4 @@ function validateFilterSettings(validate, config) {
28
24
  });
29
25
  }
30
26
  }
27
+ //# sourceMappingURL=FilterSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterSettings.js","sourceRoot":"./src/","sources":["embedded-types/dashboard/task/FilterSettings.ts"],"names":[],"mappings":"AAGA,MAAM,UAAU,gCAAgC,CAC9C,MAAc;IAEd,OAAO;QACL,MAAM;QACN,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE;QACzB,kBAAkB,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE;QACnC,SAAS,EAAE,EAAE,eAAe,EAAE,IAAI,EAAE;QACpC,IAAI,EAAE,EAAE;KACT,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sBAAsB,CACpC,QAAkB,EAClB,MAA2B;IAE3B,QAAQ,CAAC,MAAM,CAAC,wBAAwB,EAAE,EAAE,CAAC,CAAC;IAC9C,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,sBAAsB,CAAC,CAAC;IAC9D,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC1B,MAAM,eAAe,GAAG,gCAAgC,CACtD,MAAM,CAAC,MAAM,CAAC,QAAQ,EAAE,CACzB,CAAC;QACF,UAAU,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE,EAAE;YAC9B,QAAQ,CAAC,MAAM,CACb,0BAA0B,QAAQ,SAAS,EAC3C,eAAe,CAAC,MAAM,CACvB,CAAC;YACF,QAAQ,CAAC,MAAM,CACb,0BAA0B,QAAQ,YAAY,EAC9C,eAAe,CAAC,SAAS,CAC1B,CAAC;YACF,QAAQ,CAAC,OAAO,CACd,0BAA0B,QAAQ,iBAAiB,EACnD,eAAe,CAAC,SAAS,CAAC,IAAI,CAC/B,CAAC;YACF,QAAQ,CAAC,MAAM,CACb,0BAA0B,QAAQ,qBAAqB,EACvD,eAAe,CAAC,kBAAkB,CACnC,CAAC;YACF,QAAQ,CAAC,OAAO,CACd,0BAA0B,QAAQ,0BAA0B,EAC5D,eAAe,CAAC,kBAAkB,CAAC,IAAI,CACxC,CAAC;YACF,QAAQ,CAAC,MAAM,CACb,0BAA0B,QAAQ,YAAY,EAC9C,eAAe,CAAC,SAAS,CAC1B,CAAC;YACF,QAAQ,CAAC,OAAO,CACd,0BAA0B,QAAQ,4BAA4B,EAC9D,eAAe,CAAC,SAAS,CAAC,eAAe,CAC1C,CAAC;YACF,QAAQ,CAAC,MAAM,CACb,0BAA0B,QAAQ,OAAO,EACzC,eAAe,CAAC,IAAI,CACrB,CAAC;QACJ,CAAC,CAAC,CAAC;IACL,CAAC;AACH,CAAC"}
@@ -0,0 +1,100 @@
1
+ import DashboardUserConfig from '../../../documents/dashboard/UserConfig.js';
2
+ import Validate from '../../../schemas/validators/ValidateUtil.js';
3
+
4
+ export function getDefaultTaskListFilterSettings(
5
+ userId: string
6
+ ): DashboardTaskListFilterSettings {
7
+ return {
8
+ userId,
9
+ completed: { show: true },
10
+ grandChildrenTasks: { show: false },
11
+ startDate: { showFutureTasks: true },
12
+ tags: {}
13
+ };
14
+ }
15
+
16
+ export function validateFilterSettings(
17
+ validate: Validate,
18
+ config: DashboardUserConfig
19
+ ) {
20
+ validate.object('taskListFilterSettings', {});
21
+ const categories = Object.keys(config.taskListFilterSettings);
22
+ if (categories.length > 0) {
23
+ const defaultSettings = getDefaultTaskListFilterSettings(
24
+ config.userId.toString()
25
+ );
26
+ categories.forEach((category) => {
27
+ validate.string(
28
+ `taskListFilterSettings.${category}.userId`,
29
+ defaultSettings.userId
30
+ );
31
+ validate.object(
32
+ `taskListFilterSettings.${category}.completed`,
33
+ defaultSettings.completed
34
+ );
35
+ validate.boolean(
36
+ `taskListFilterSettings.${category}.completed.show`,
37
+ defaultSettings.completed.show
38
+ );
39
+ validate.object(
40
+ `taskListFilterSettings.${category}.grandChildrenTasks`,
41
+ defaultSettings.grandChildrenTasks
42
+ );
43
+ validate.boolean(
44
+ `taskListFilterSettings.${category}.grandChildrenTasks.show`,
45
+ defaultSettings.grandChildrenTasks.show
46
+ );
47
+ validate.object(
48
+ `taskListFilterSettings.${category}.startDate`,
49
+ defaultSettings.startDate
50
+ );
51
+ validate.boolean(
52
+ `taskListFilterSettings.${category}.startDate.showFutureTasks`,
53
+ defaultSettings.startDate.showFutureTasks
54
+ );
55
+ validate.object(
56
+ `taskListFilterSettings.${category}.tags`,
57
+ defaultSettings.tags
58
+ );
59
+ });
60
+ }
61
+ }
62
+
63
+ /**
64
+ * Global task list filter settings. These are created for each user in the
65
+ * Dashboard config.
66
+ */
67
+ export type DashboardTaskListGlobalFilterSettings = {
68
+ [category: string]: DashboardTaskListFilterSettings;
69
+ };
70
+
71
+ /**
72
+ * The filter settings for a particular task. Each user can have their
73
+ * own settings for a task.
74
+ */
75
+ export type DashboardTaskFilterSettings = {
76
+ [userId: string]: DashboardTaskListFilterSettings;
77
+ };
78
+
79
+ /**
80
+ * The filter settings for a list of tasks for a particular user.
81
+ *
82
+ * Any new settings should be made optional so that they can be added
83
+ * without breaking existing users or tasks.
84
+ */
85
+ export type DashboardTaskListFilterSettings = {
86
+ userId: string;
87
+ completed: StandardFilterSetting;
88
+ grandChildrenTasks: StandardFilterSetting;
89
+ startDate: {
90
+ showFutureTasks: boolean;
91
+ };
92
+ /**
93
+ * The default for tags, if not defined, is to show them.
94
+ */
95
+ tags: { [tag: string]: StandardFilterSetting };
96
+ };
97
+
98
+ export type StandardFilterSetting = {
99
+ show: boolean;
100
+ };
@@ -1,5 +1,5 @@
1
1
  import { ObjectId } from 'bson';
2
- import DashboardTask from '../../../documents/dashboard/Task';
2
+ import DashboardTask from '../../../documents/dashboard/Task.js';
3
3
  export declare function validateRecurrenceInfo(task: DashboardTask, errors: string[]): void;
4
4
  export type RecurrenceInfo = {
5
5
  frequency: RecurrenceFrequency;
@@ -1 +1 @@
1
- {"version":3,"file":"RecurrenceInfo.d.ts","sourceRoot":"","sources":["../../../../src/embedded-types/dashboard/task/RecurrenceInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AAChC,OAAO,aAAa,MAAM,mCAAmC,CAAC;AAE9D,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,QAuB3E;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,EAAE,mBAAmB,CAAC;IAC/B,eAAe,EAAE,eAAe,CAAC;IACjC,gBAAgB,EAAE,gBAAgB,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,cAAc,CAAC,EAAE;QACf,QAAQ,EAAE,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;QAC5C;;WAEG;QACH,CAAC,EAAE,MAAM,CAAC;KACX,CAAC;IACF;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,oBAAoB,CAAC,EAAE;QACrB,OAAO,EAAE,MAAM,CAAC;QAChB;;;;WAIG;QACH,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC;KAC9B,CAAC;CACH,CAAC;AAEF,oBAAY,uBAAuB;IACjC,cAAc,mBAAmB;IACjC,UAAU,eAAe;IACzB,oBAAoB,yBAAyB;IAC7C,cAAc,mBAAmB;CAClC;AAED;;GAEG;AACH,oBAAY,eAAe;IACzB,SAAS,cAAc;IACvB,OAAO,YAAY;CACpB;AAED,oBAAY,gBAAgB;IAC1B;;OAEG;IACH,WAAW,gBAAgB;IAC3B;;;OAGG;IACH,gBAAgB,qBAAqB;IACrC;;;;OAIG;IACH,KAAK,UAAU;CAChB;AAED,MAAM,MAAM,uBAAuB,GAAG;IACpC,MAAM,EAAE,QAAQ,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,OAAO,CAAC,EAAE,IAAI,CAAC;CAChB,CAAC"}
1
+ {"version":3,"file":"RecurrenceInfo.d.ts","sourceRoot":"./src/","sources":["embedded-types/dashboard/task/RecurrenceInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AAChC,OAAO,aAAa,MAAM,sCAAsC,CAAC;AAEjE,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,QAuB3E;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,EAAE,mBAAmB,CAAC;IAC/B,eAAe,EAAE,eAAe,CAAC;IACjC,gBAAgB,EAAE,gBAAgB,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,cAAc,CAAC,EAAE;QACf,QAAQ,EAAE,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;QAC5C;;WAEG;QACH,CAAC,EAAE,MAAM,CAAC;KACX,CAAC;IACF;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,oBAAoB,CAAC,EAAE;QACrB,OAAO,EAAE,MAAM,CAAC;QAChB;;;;WAIG;QACH,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC;KAC9B,CAAC;CACH,CAAC;AAEF,oBAAY,uBAAuB;IACjC,cAAc,mBAAmB;IACjC,UAAU,eAAe;IACzB,oBAAoB,yBAAyB;IAC7C,cAAc,mBAAmB;CAClC;AAED;;GAEG;AACH,oBAAY,eAAe;IACzB,SAAS,cAAc;IACvB,OAAO,YAAY;CACpB;AAED,oBAAY,gBAAgB;IAC1B;;OAEG;IACH,WAAW,gBAAgB;IAC3B;;;OAGG;IACH,gBAAgB,qBAAqB;IACrC;;;;OAIG;IACH,KAAK,UAAU;CAChB;AAED,MAAM,MAAM,uBAAuB,GAAG;IACpC,MAAM,EAAE,QAAQ,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,OAAO,CAAC,EAAE,IAAI,CAAC;CAChB,CAAC"}
@@ -1,8 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RecurrenceEffect = exports.RecurrenceBasis = exports.RecurrenceFrequencyType = void 0;
4
- exports.validateRecurrenceInfo = validateRecurrenceInfo;
5
- function validateRecurrenceInfo(task, errors) {
1
+ export function validateRecurrenceInfo(task, errors) {
6
2
  const recurrenceErrors = [];
7
3
  if (!task.recurrenceInfo) {
8
4
  return;
@@ -23,22 +19,22 @@ function validateRecurrenceInfo(task, errors) {
23
19
  }
24
20
  errors.push(...recurrenceErrors);
25
21
  }
26
- var RecurrenceFrequencyType;
22
+ export var RecurrenceFrequencyType;
27
23
  (function (RecurrenceFrequencyType) {
28
24
  RecurrenceFrequencyType["everyXTimeUnit"] = "everyXTimeUnit";
29
25
  RecurrenceFrequencyType["weekDaySet"] = "weekDaySet";
30
26
  RecurrenceFrequencyType["everyXWeekdayOfMonth"] = "everyXWeekdayOfMonth";
31
27
  RecurrenceFrequencyType["lastDayOfMonth"] = "lastDayOfMonth";
32
- })(RecurrenceFrequencyType || (exports.RecurrenceFrequencyType = RecurrenceFrequencyType = {}));
28
+ })(RecurrenceFrequencyType || (RecurrenceFrequencyType = {}));
33
29
  /**
34
30
  * The basis of date movement for a recurring task.
35
31
  */
36
- var RecurrenceBasis;
32
+ export var RecurrenceBasis;
37
33
  (function (RecurrenceBasis) {
38
34
  RecurrenceBasis["startDate"] = "startDate";
39
35
  RecurrenceBasis["dueDate"] = "dueDate";
40
- })(RecurrenceBasis || (exports.RecurrenceBasis = RecurrenceBasis = {}));
41
- var RecurrenceEffect;
36
+ })(RecurrenceBasis || (RecurrenceBasis = {}));
37
+ export var RecurrenceEffect;
42
38
  (function (RecurrenceEffect) {
43
39
  /**
44
40
  * Automatically refreshes the task when the {@link RecurrenceBasis} triggers.
@@ -55,4 +51,5 @@ var RecurrenceEffect;
55
51
  * the original task.
56
52
  */
57
53
  RecurrenceEffect["stack"] = "stack";
58
- })(RecurrenceEffect || (exports.RecurrenceEffect = RecurrenceEffect = {}));
54
+ })(RecurrenceEffect || (RecurrenceEffect = {}));
55
+ //# sourceMappingURL=RecurrenceInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RecurrenceInfo.js","sourceRoot":"./src/","sources":["embedded-types/dashboard/task/RecurrenceInfo.ts"],"names":[],"mappings":"AAGA,MAAM,UAAU,sBAAsB,CAAC,IAAmB,EAAE,MAAgB;IAC1E,MAAM,gBAAgB,GAAa,EAAE,CAAC;IACtC,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;QACzB,OAAO;IACT,CAAC;IAED,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,EAAE,CAAC;QACnC,gBAAgB,CAAC,IAAI,CAAC,uCAAuC,CAAC,CAAC;IACjE,CAAC;IACD,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,eAAe,EAAE,CAAC;QACzC,gBAAgB,CAAC,IAAI,CAAC,6CAA6C,CAAC,CAAC;IACvE,CAAC;IACD,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,gBAAgB,EAAE,CAAC;QAC1C,gBAAgB,CAAC,IAAI,CAAC,8CAA8C,CAAC,CAAC;IACxE,CAAC;IAED,4EAA4E;IAC5E,8BAA8B;IAE9B,IAAI,gBAAgB,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAChC,IAAI,CAAC,cAAc,GAAG,SAAS,CAAC;IAClC,CAAC;IACD,MAAM,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,CAAC;AACnC,CAAC;AAoCD,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,4DAAiC,CAAA;IACjC,oDAAyB,CAAA;IACzB,wEAA6C,CAAA;IAC7C,4DAAiC,CAAA;AACnC,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAED;;GAEG;AACH,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,0CAAuB,CAAA;IACvB,sCAAmB,CAAA;AACrB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAED,MAAM,CAAN,IAAY,gBAgBX;AAhBD,WAAY,gBAAgB;IAC1B;;OAEG;IACH,+CAA2B,CAAA;IAC3B;;;OAGG;IACH,yDAAqC,CAAA;IACrC;;;;OAIG;IACH,mCAAe,CAAA;AACjB,CAAC,EAhBW,gBAAgB,KAAhB,gBAAgB,QAgB3B"}
@@ -0,0 +1,100 @@
1
+ import { ObjectId } from 'bson';
2
+ import DashboardTask from '../../../documents/dashboard/Task.js';
3
+
4
+ export function validateRecurrenceInfo(task: DashboardTask, errors: string[]) {
5
+ const recurrenceErrors: string[] = [];
6
+ if (!task.recurrenceInfo) {
7
+ return;
8
+ }
9
+
10
+ if (!task.recurrenceInfo.frequency) {
11
+ recurrenceErrors.push('RecurrenceInfo frequency is required.');
12
+ }
13
+ if (!task.recurrenceInfo.recurrenceBasis) {
14
+ recurrenceErrors.push('RecurrenceInfo recurrenceBasis is required.');
15
+ }
16
+ if (!task.recurrenceInfo.recurrenceEffect) {
17
+ recurrenceErrors.push('RecurrenceInfo recurrenceEffect is required.');
18
+ }
19
+
20
+ // Write more if this later if there are any changes to the data model so it
21
+ // can be correctly converted.
22
+
23
+ if (recurrenceErrors.length > 0) {
24
+ task.recurrenceInfo = undefined;
25
+ }
26
+ errors.push(...recurrenceErrors);
27
+ }
28
+
29
+ export type RecurrenceInfo = {
30
+ frequency: RecurrenceFrequency;
31
+ recurrenceBasis: RecurrenceBasis;
32
+ recurrenceEffect: RecurrenceEffect;
33
+ };
34
+
35
+ export type RecurrenceFrequency = {
36
+ type: RecurrenceFrequencyType;
37
+ everyXTimeUnit?: {
38
+ timeUnit: 'day' | 'week' | 'month' | 'year';
39
+ /**
40
+ * The number of time units that should pass before the task recurs.
41
+ */
42
+ x: number;
43
+ };
44
+ /**
45
+ * The set of week days that the task should recur on. This is 0-6 with 0
46
+ * being Sunday.
47
+ *
48
+ * The idea that each of these values is unique needs to be enforced on the
49
+ * frontend.
50
+ */
51
+ weekDaySet?: number[];
52
+ everyXWeekdayOfMonth?: {
53
+ weekDay: number;
54
+ /**
55
+ * The week of the month that the task should recur on. This is 0-4 with 0
56
+ * being the first week of the month. If this is 'last', then it will
57
+ * recur on the last week of the month.
58
+ */
59
+ weekOfMonth: number | 'last';
60
+ };
61
+ };
62
+
63
+ export enum RecurrenceFrequencyType {
64
+ everyXTimeUnit = 'everyXTimeUnit',
65
+ weekDaySet = 'weekDaySet',
66
+ everyXWeekdayOfMonth = 'everyXWeekdayOfMonth',
67
+ lastDayOfMonth = 'lastDayOfMonth'
68
+ }
69
+
70
+ /**
71
+ * The basis of date movement for a recurring task.
72
+ */
73
+ export enum RecurrenceBasis {
74
+ startDate = 'startDate',
75
+ dueDate = 'dueDate'
76
+ }
77
+
78
+ export enum RecurrenceEffect {
79
+ /**
80
+ * Automatically refreshes the task when the {@link RecurrenceBasis} triggers.
81
+ */
82
+ rollOnBasis = 'rollOnBasis',
83
+ /**
84
+ * Moves the task forward from the completed date and doesn't reset the task
85
+ * when the {@link RecurrenceBasis} triggers.
86
+ */
87
+ rollOnCompletion = 'rollOnCompletion',
88
+ /**
89
+ * When the {@link RecurrenceBasis} triggers, and the current task isn't
90
+ * completed, makes a duplicate task and clears {@link RecurrenceInfo} on
91
+ * the original task.
92
+ */
93
+ stack = 'stack'
94
+ }
95
+
96
+ export type ParentRecurringTaskInfo = {
97
+ taskId: ObjectId;
98
+ startDate?: Date;
99
+ dueDate?: Date;
100
+ };
@@ -1,5 +1,5 @@
1
- import DashboardUserConfig from '../../../documents/dashboard/UserConfig';
2
- import Validate from '../../../schemas/validators/ValidateUtil';
1
+ import DashboardUserConfig from '../../../documents/dashboard/UserConfig.js';
2
+ import Validate from '../../../schemas/validators/ValidateUtil.js';
3
3
  export declare function getDefaultTaskListSortSettings(userId: string): DashboardTaskListSortSettings;
4
4
  export declare function validateSortSettings(validate: Validate, config: DashboardUserConfig): void;
5
5
  export type DashboardTaskListGlobalSortSettings = {