@opfr/services 0.7.0 → 0.7.3

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 (196) hide show
  1. package/dist/index.es.js +819 -795
  2. package/dist/index.umd.js +8 -8
  3. package/dist/services/crew/definition/model.d.ts +0 -2
  4. package/dist/services/crew/definition/model.d.ts.map +1 -1
  5. package/dist/services/crew/definition/schema.d.ts +0 -2
  6. package/dist/services/crew/definition/schema.d.ts.map +1 -1
  7. package/dist/services/crew/process/findOne.d.ts +0 -2
  8. package/dist/services/crew/process/findOne.d.ts.map +1 -1
  9. package/dist/services/crew/process/updateOne.d.ts +0 -2
  10. package/dist/services/crew/process/updateOne.d.ts.map +1 -1
  11. package/dist/services/crew/query/updates.d.ts +0 -2
  12. package/dist/services/crew/query/updates.d.ts.map +1 -1
  13. package/dist/services/crew/types.d.ts +0 -2
  14. package/dist/services/crew/types.d.ts.map +1 -1
  15. package/dist/services/index.d.ts +15 -15
  16. package/dist/services/invitations/definition/model.d.ts +0 -2
  17. package/dist/services/invitations/definition/model.d.ts.map +1 -1
  18. package/dist/services/invitations/definition/schema.d.ts +0 -2
  19. package/dist/services/invitations/definition/schema.d.ts.map +1 -1
  20. package/dist/services/invitations/process/updateOne.d.ts +0 -2
  21. package/dist/services/invitations/process/updateOne.d.ts.map +1 -1
  22. package/dist/services/invitations/types.d.ts +0 -2
  23. package/dist/services/invitations/types.d.ts.map +1 -1
  24. package/dist/services/settings/definition/model.d.ts +0 -2
  25. package/dist/services/settings/definition/model.d.ts.map +1 -1
  26. package/dist/services/settings/definition/schema.d.ts +0 -2
  27. package/dist/services/settings/definition/schema.d.ts.map +1 -1
  28. package/dist/services/settings/process/findOne.d.ts +0 -2
  29. package/dist/services/settings/process/findOne.d.ts.map +1 -1
  30. package/dist/services/settings/process/updateOne.d.ts +0 -2
  31. package/dist/services/settings/process/updateOne.d.ts.map +1 -1
  32. package/dist/services/settings/types.d.ts +0 -2
  33. package/dist/services/settings/types.d.ts.map +1 -1
  34. package/dist/services/user/definition/model.d.ts +0 -2
  35. package/dist/services/user/definition/model.d.ts.map +1 -1
  36. package/dist/services/user/definition/schema.d.ts +0 -2
  37. package/dist/services/user/definition/schema.d.ts.map +1 -1
  38. package/dist/services/user/process/create.d.ts +3 -3
  39. package/dist/services/user/process/findOne.d.ts +0 -2
  40. package/dist/services/user/process/findOne.d.ts.map +1 -1
  41. package/dist/services/user/process/populateUser.d.ts +2 -2
  42. package/dist/services/user/process/updateOne.d.ts +0 -2
  43. package/dist/services/user/process/updateOne.d.ts.map +1 -1
  44. package/dist/services/user/query/getters.d.ts +0 -2
  45. package/dist/services/user/query/getters.d.ts.map +1 -1
  46. package/dist/services/user/query/updates.d.ts +0 -2
  47. package/dist/services/user/query/updates.d.ts.map +1 -1
  48. package/dist/services/user/types.d.ts +0 -2
  49. package/dist/services/user/types.d.ts.map +1 -1
  50. package/dist/services/user-crew/definition/model.d.ts +0 -2
  51. package/dist/services/user-crew/definition/model.d.ts.map +1 -1
  52. package/dist/services/user-crew/definition/schema.d.ts +0 -2
  53. package/dist/services/user-crew/definition/schema.d.ts.map +1 -1
  54. package/dist/services/user-crew/process/create.d.ts +0 -2
  55. package/dist/services/user-crew/process/create.d.ts.map +1 -1
  56. package/dist/services/user-crew/process/exists.d.ts +2 -4
  57. package/dist/services/user-crew/process/exists.d.ts.map +1 -1
  58. package/dist/services/user-crew/process/findOne.d.ts +0 -2
  59. package/dist/services/user-crew/process/findOne.d.ts.map +1 -1
  60. package/dist/services/user-crew/process/updateOne.d.ts +0 -2
  61. package/dist/services/user-crew/process/updateOne.d.ts.map +1 -1
  62. package/dist/services/user-crew/query/updates.d.ts +0 -2
  63. package/dist/services/user-crew/query/updates.d.ts.map +1 -1
  64. package/dist/services/user-crew/types.d.ts +0 -2
  65. package/dist/services/user-crew/types.d.ts.map +1 -1
  66. package/dist/services/user-daily-report/definition/model.d.ts +0 -2
  67. package/dist/services/user-daily-report/definition/model.d.ts.map +1 -1
  68. package/dist/services/user-daily-report/definition/schema.d.ts +0 -2
  69. package/dist/services/user-daily-report/definition/schema.d.ts.map +1 -1
  70. package/dist/services/user-daily-report/process/create.d.ts +0 -2
  71. package/dist/services/user-daily-report/process/create.d.ts.map +1 -1
  72. package/dist/services/user-daily-report/process/findOne.d.ts +1 -3
  73. package/dist/services/user-daily-report/process/findOne.d.ts.map +1 -1
  74. package/dist/services/user-daily-report/process/updateOne.d.ts +0 -2
  75. package/dist/services/user-daily-report/process/updateOne.d.ts.map +1 -1
  76. package/dist/services/user-daily-report/query/updates.d.ts +0 -2
  77. package/dist/services/user-daily-report/query/updates.d.ts.map +1 -1
  78. package/dist/services/user-daily-report/types.d.ts +0 -2
  79. package/dist/services/user-daily-report/types.d.ts.map +1 -1
  80. package/dist/services/user-games/definition/model.d.ts +0 -2
  81. package/dist/services/user-games/definition/model.d.ts.map +1 -1
  82. package/dist/services/user-games/definition/schema.d.ts +0 -2
  83. package/dist/services/user-games/definition/schema.d.ts.map +1 -1
  84. package/dist/services/user-games/process/create.d.ts +0 -2
  85. package/dist/services/user-games/process/create.d.ts.map +1 -1
  86. package/dist/services/user-games/process/findOne.d.ts +0 -2
  87. package/dist/services/user-games/process/findOne.d.ts.map +1 -1
  88. package/dist/services/user-games/process/updateOne.d.ts +0 -2
  89. package/dist/services/user-games/process/updateOne.d.ts.map +1 -1
  90. package/dist/services/user-games/query/updates.d.ts +0 -2
  91. package/dist/services/user-games/query/updates.d.ts.map +1 -1
  92. package/dist/services/user-games/types.d.ts +0 -2
  93. package/dist/services/user-games/types.d.ts.map +1 -1
  94. package/dist/services/user-inventory/definition/model.d.ts +0 -2
  95. package/dist/services/user-inventory/definition/model.d.ts.map +1 -1
  96. package/dist/services/user-inventory/definition/schema.d.ts +0 -2
  97. package/dist/services/user-inventory/definition/schema.d.ts.map +1 -1
  98. package/dist/services/user-inventory/process/create.d.ts +0 -2
  99. package/dist/services/user-inventory/process/create.d.ts.map +1 -1
  100. package/dist/services/user-inventory/process/findOne.d.ts +0 -2
  101. package/dist/services/user-inventory/process/findOne.d.ts.map +1 -1
  102. package/dist/services/user-inventory/process/updateOne.d.ts +0 -2
  103. package/dist/services/user-inventory/process/updateOne.d.ts.map +1 -1
  104. package/dist/services/user-inventory/query/updates.d.ts +0 -2
  105. package/dist/services/user-inventory/query/updates.d.ts.map +1 -1
  106. package/dist/services/user-inventory/types.d.ts +0 -2
  107. package/dist/services/user-inventory/types.d.ts.map +1 -1
  108. package/dist/services/user-meta/definition/model.d.ts +0 -2
  109. package/dist/services/user-meta/definition/model.d.ts.map +1 -1
  110. package/dist/services/user-meta/definition/schema.d.ts +0 -2
  111. package/dist/services/user-meta/definition/schema.d.ts.map +1 -1
  112. package/dist/services/user-meta/process/create.d.ts +0 -2
  113. package/dist/services/user-meta/process/create.d.ts.map +1 -1
  114. package/dist/services/user-meta/process/findOne.d.ts +0 -2
  115. package/dist/services/user-meta/process/findOne.d.ts.map +1 -1
  116. package/dist/services/user-meta/process/findOneAndUpdate.d.ts +0 -2
  117. package/dist/services/user-meta/process/findOneAndUpdate.d.ts.map +1 -1
  118. package/dist/services/user-meta/process/updateOne.d.ts +0 -2
  119. package/dist/services/user-meta/process/updateOne.d.ts.map +1 -1
  120. package/dist/services/user-meta/query/getters.d.ts +0 -2
  121. package/dist/services/user-meta/query/getters.d.ts.map +1 -1
  122. package/dist/services/user-meta/query/updates.d.ts +0 -2
  123. package/dist/services/user-meta/query/updates.d.ts.map +1 -1
  124. package/dist/services/user-meta/types.d.ts +0 -2
  125. package/dist/services/user-meta/types.d.ts.map +1 -1
  126. package/dist/services/user-ornaments/definition/model.d.ts +0 -2
  127. package/dist/services/user-ornaments/definition/model.d.ts.map +1 -1
  128. package/dist/services/user-ornaments/definition/schema.d.ts +0 -2
  129. package/dist/services/user-ornaments/definition/schema.d.ts.map +1 -1
  130. package/dist/services/user-ornaments/process/create.d.ts +0 -2
  131. package/dist/services/user-ornaments/process/create.d.ts.map +1 -1
  132. package/dist/services/user-ornaments/process/findOne.d.ts +0 -2
  133. package/dist/services/user-ornaments/process/findOne.d.ts.map +1 -1
  134. package/dist/services/user-ornaments/process/updateOne.d.ts +0 -2
  135. package/dist/services/user-ornaments/process/updateOne.d.ts.map +1 -1
  136. package/dist/services/user-ornaments/query/updates.d.ts +0 -2
  137. package/dist/services/user-ornaments/query/updates.d.ts.map +1 -1
  138. package/dist/services/user-ornaments/types.d.ts +0 -2
  139. package/dist/services/user-ornaments/types.d.ts.map +1 -1
  140. package/dist/services/user-quest/definition/model.d.ts +0 -2
  141. package/dist/services/user-quest/definition/model.d.ts.map +1 -1
  142. package/dist/services/user-quest/definition/schema.d.ts +0 -2
  143. package/dist/services/user-quest/definition/schema.d.ts.map +1 -1
  144. package/dist/services/user-quest/process/create.d.ts +0 -2
  145. package/dist/services/user-quest/process/create.d.ts.map +1 -1
  146. package/dist/services/user-quest/process/findOne.d.ts +0 -2
  147. package/dist/services/user-quest/process/findOne.d.ts.map +1 -1
  148. package/dist/services/user-quest/process/updateOne.d.ts +0 -2
  149. package/dist/services/user-quest/process/updateOne.d.ts.map +1 -1
  150. package/dist/services/user-quest/query/updates.d.ts +0 -2
  151. package/dist/services/user-quest/query/updates.d.ts.map +1 -1
  152. package/dist/services/user-quest/types.d.ts +0 -2
  153. package/dist/services/user-quest/types.d.ts.map +1 -1
  154. package/dist/services/user-quest-meta/definition/model.d.ts +0 -2
  155. package/dist/services/user-quest-meta/definition/model.d.ts.map +1 -1
  156. package/dist/services/user-quest-meta/definition/schema.d.ts +0 -2
  157. package/dist/services/user-quest-meta/definition/schema.d.ts.map +1 -1
  158. package/dist/services/user-quest-meta/process/create.d.ts +0 -2
  159. package/dist/services/user-quest-meta/process/create.d.ts.map +1 -1
  160. package/dist/services/user-quest-meta/process/findOne.d.ts +0 -2
  161. package/dist/services/user-quest-meta/process/findOne.d.ts.map +1 -1
  162. package/dist/services/user-quest-meta/process/updateOne.d.ts +0 -2
  163. package/dist/services/user-quest-meta/process/updateOne.d.ts.map +1 -1
  164. package/dist/services/user-quest-meta/query/updates.d.ts +6 -2
  165. package/dist/services/user-quest-meta/query/updates.d.ts.map +1 -1
  166. package/dist/services/user-quest-meta/types.d.ts +6 -2
  167. package/dist/services/user-quest-meta/types.d.ts.map +1 -1
  168. package/dist/services/user-raid/definition/model.d.ts +0 -2
  169. package/dist/services/user-raid/definition/model.d.ts.map +1 -1
  170. package/dist/services/user-raid/definition/schema.d.ts +0 -2
  171. package/dist/services/user-raid/definition/schema.d.ts.map +1 -1
  172. package/dist/services/user-raid/process/create.d.ts +0 -2
  173. package/dist/services/user-raid/process/create.d.ts.map +1 -1
  174. package/dist/services/user-raid/process/findOne.d.ts +0 -2
  175. package/dist/services/user-raid/process/findOne.d.ts.map +1 -1
  176. package/dist/services/user-raid/process/updateOne.d.ts +0 -2
  177. package/dist/services/user-raid/process/updateOne.d.ts.map +1 -1
  178. package/dist/services/user-raid/query/updates.d.ts +0 -2
  179. package/dist/services/user-raid/query/updates.d.ts.map +1 -1
  180. package/dist/services/user-raid/types.d.ts +0 -2
  181. package/dist/services/user-raid/types.d.ts.map +1 -1
  182. package/dist/services/user-shop/definition/model.d.ts +0 -2
  183. package/dist/services/user-shop/definition/model.d.ts.map +1 -1
  184. package/dist/services/user-shop/definition/schema.d.ts +0 -2
  185. package/dist/services/user-shop/definition/schema.d.ts.map +1 -1
  186. package/dist/services/user-shop/process/create.d.ts +0 -2
  187. package/dist/services/user-shop/process/create.d.ts.map +1 -1
  188. package/dist/services/user-shop/process/findOne.d.ts +1 -3
  189. package/dist/services/user-shop/process/findOne.d.ts.map +1 -1
  190. package/dist/services/user-shop/process/updateOne.d.ts +0 -2
  191. package/dist/services/user-shop/process/updateOne.d.ts.map +1 -1
  192. package/dist/services/user-shop/query/updates.d.ts +0 -2
  193. package/dist/services/user-shop/query/updates.d.ts.map +1 -1
  194. package/dist/services/user-shop/types.d.ts +0 -2
  195. package/dist/services/user-shop/types.d.ts.map +1 -1
  196. package/package.json +3 -2
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Model } from 'mongoose';
27
25
  import type { CrewDocument } from '../types';
28
26
  declare const crewModel: Model<CrewDocument>;
@@ -1 +1 @@
1
- {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../src/services/crew/definition/model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAG7C,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,YAAY,CACqB,CAAC;AAEzD,OAAO,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../src/services/crew/definition/model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAG7C,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,YAAY,CACqB,CAAC;AAEzD,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import { Schema } from 'mongoose';
27
25
  import type { CrewDocument } from '../types';
28
26
  declare const crewSchema: Schema<CrewDocument, import("mongoose").Model<CrewDocument, any, any, any, import("mongoose").Document<unknown, any, CrewDocument> & CrewDocument & Required<{
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/services/crew/definition/schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,UAAU;;;;;;;;EAsCf,CAAC;AAIF,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/services/crew/definition/schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,UAAU;;;;;;;;EAsCf,CAAC;AAIF,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { ProjectionType, Types } from 'mongoose';
27
25
  import type { CrewDocument } from '../types';
28
26
  export declare const findCrewById: (crewId: Types.ObjectId, projection?: ProjectionType<CrewDocument>) => Promise<(import("mongoose").Document<unknown, {}, CrewDocument> & CrewDocument & Required<{
@@ -1 +1 @@
1
- {"version":3,"file":"findOne.d.ts","sourceRoot":"","sources":["../../../../src/services/crew/process/findOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,eAAO,MAAM,YAAY,WACf,MAAM,QAAQ,eACV,eAAe,YAAY,CAAC;;;;UAQzC,CAAC"}
1
+ {"version":3,"file":"findOne.d.ts","sourceRoot":"","sources":["../../../../src/services/crew/process/findOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,eAAO,MAAM,YAAY,WACf,MAAM,QAAQ,eACV,eAAe,YAAY,CAAC;;;;UAQzC,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Types, UpdateQuery, UpdateWithAggregationPipeline } from 'mongoose';
27
25
  import type { CrewDocument } from '../types';
28
26
  export declare const updateCrewById: (crewId: Types.ObjectId, update: UpdateQuery<CrewDocument> | UpdateWithAggregationPipeline, upsert?: boolean) => Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"updateOne.d.ts","sourceRoot":"","sources":["../../../../src/services/crew/process/updateOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EACV,KAAK,EACL,WAAW,EACX,6BAA6B,EAC9B,MAAM,UAAU,CAAC;AAGlB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,eAAO,MAAM,cAAc,WACjB,MAAM,QAAQ,UACd,YAAY,YAAY,CAAC,GAAG,6BAA6B,WACzD,OAAO,kBAGhB,CAAC"}
1
+ {"version":3,"file":"updateOne.d.ts","sourceRoot":"","sources":["../../../../src/services/crew/process/updateOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EACV,KAAK,EACL,WAAW,EACX,6BAA6B,EAC9B,MAAM,UAAU,CAAC;AAGlB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,eAAO,MAAM,cAAc,WACjB,MAAM,QAAQ,UACd,YAAY,YAAY,CAAC,GAAG,6BAA6B,WACzD,OAAO,kBAGhB,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Types } from 'mongoose';
27
25
  import type { Badge } from '@opfr/ornaments';
28
26
  import type { RankId } from '@opfr/utils-type';
@@ -1 +1 @@
1
- {"version":3,"file":"updates.d.ts","sourceRoot":"","sources":["../../../../src/services/crew/query/updates.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEtC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAE7C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAI/C,eAAO,MAAM,aAAa,WAChB,MAAM,QAAQ,WACb,MAAM,kBAGhB,CAAC;AAEF,eAAO,MAAM,kBAAkB,WACrB,MAAM,QAAQ,UACd,MAAM,WACL,MAAM,kBAShB,CAAC;AAEF,eAAO,MAAM,WAAW,WACd,MAAM,QAAQ,SACf,KAAK,UACJ,MAAM,kBAWf,CAAC;AAEF,eAAO,MAAM,KAAK,WACR,MAAM,QAAQ,UACd,MAAM,MACV,MAAM,QAAQ,kBAQnB,CAAC;AAEF,eAAO,MAAM,QAAQ,WACX,MAAM,QAAQ,UACd,MAAM,MACV,MAAM,QAAQ,kBAQnB,CAAC;AAEF,eAAO,MAAM,aAAa,WAAkB,MAAM,QAAQ,QAAQ,MAAM,kBAKvE,CAAC;AAEF,eAAO,MAAM,SAAS,WAAkB,MAAM,QAAQ,SAAS,MAAM,kBA2BpE,CAAC;AAEF,eAAO,MAAM,MAAM,WAAkB,MAAM,QAAQ,UAAU,MAAM,kBAUlE,CAAC;AAEF,eAAO,MAAM,SAAS,WAAkB,MAAM,QAAQ,UAAU,MAAM,kBAErE,CAAC;AAEF,eAAO,MAAM,mBAAmB,WACtB,MAAM,QAAQ,SACf,MAAM,kBAiBd,CAAC;AAEF,eAAO,MAAM,qBAAqB,WACxB,MAAM,QAAQ,UACd,MAAM,kBAQf,CAAC;AAEF,eAAO,MAAM,kBAAkB,WACrB,MAAM,QAAQ,UACd,MAAM,kBAOf,CAAC"}
1
+ {"version":3,"file":"updates.d.ts","sourceRoot":"","sources":["../../../../src/services/crew/query/updates.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEtC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAE7C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAI/C,eAAO,MAAM,aAAa,WAChB,MAAM,QAAQ,WACb,MAAM,kBAGhB,CAAC;AAEF,eAAO,MAAM,kBAAkB,WACrB,MAAM,QAAQ,UACd,MAAM,WACL,MAAM,kBAShB,CAAC;AAEF,eAAO,MAAM,WAAW,WACd,MAAM,QAAQ,SACf,KAAK,UACJ,MAAM,kBAWf,CAAC;AAEF,eAAO,MAAM,KAAK,WACR,MAAM,QAAQ,UACd,MAAM,MACV,MAAM,QAAQ,kBAQnB,CAAC;AAEF,eAAO,MAAM,QAAQ,WACX,MAAM,QAAQ,UACd,MAAM,MACV,MAAM,QAAQ,kBAQnB,CAAC;AAEF,eAAO,MAAM,aAAa,WAAkB,MAAM,QAAQ,QAAQ,MAAM,kBAKvE,CAAC;AAEF,eAAO,MAAM,SAAS,WAAkB,MAAM,QAAQ,SAAS,MAAM,kBA2BpE,CAAC;AAEF,eAAO,MAAM,MAAM,WAAkB,MAAM,QAAQ,UAAU,MAAM,kBAUlE,CAAC;AAEF,eAAO,MAAM,SAAS,WAAkB,MAAM,QAAQ,UAAU,MAAM,kBAErE,CAAC;AAEF,eAAO,MAAM,mBAAmB,WACtB,MAAM,QAAQ,SACf,MAAM,kBAiBd,CAAC;AAEF,eAAO,MAAM,qBAAqB,WACxB,MAAM,QAAQ,UACd,MAAM,kBAQf,CAAC;AAEF,eAAO,MAAM,kBAAkB,WACrB,MAAM,QAAQ,UACd,MAAM,kBAOf,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Document, Types } from 'mongoose';
27
25
  import type { FactionId } from '@opfr/utils-type';
28
26
  export interface Crew {
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/services/crew/types.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEhD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,WAAW,IAAI;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAElB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAElB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IAEd,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QACd,EAAE,EAAE,MAAM,CAAC;QAEX,KAAK,EAAE;YACL,EAAE,EAAE;gBAAE,KAAK,EAAE,MAAM,CAAC;gBAAC,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAA;aAAE,CAAC;SAC9C,CAAC;KACH,CAAC;IAEF,cAAc,EAAE,MAAM,CAAC;IAEvB,OAAO,EAAE,OAAO,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;IAEvC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAErD,KAAK,EAAE;QACL,SAAS,EAAE,MAAM,EAAE,CAAC;QACpB,KAAK,EAAE,MAAM,CACX,MAAM,EACN;YACE,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;SACnB,CACF,CAAC;QACF,IAAI,EAAE;YACJ,eAAe,EAAE,MAAM,CAAC;YACxB,eAAe,EAAE,MAAM,CAAC;YACxB,kBAAkB,EAAE;gBAClB,MAAM,EAAE,MAAM,CAAC;gBACf,WAAW,EAAE,IAAI,CAAC;aACnB,CAAC;SACH,CAAC;KACH,CAAC;IAEF,QAAQ,EAAE;QACR,cAAc,EAAE,MAAM,EAAE,CAAC;KAC1B,CAAC;CACH;AAED,MAAM,WAAW,YAAa,SAAQ,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,IAAI;CAAG"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/services/crew/types.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEhD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,WAAW,IAAI;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAElB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAElB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IAEd,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QACd,EAAE,EAAE,MAAM,CAAC;QAEX,KAAK,EAAE;YACL,EAAE,EAAE;gBAAE,KAAK,EAAE,MAAM,CAAC;gBAAC,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAA;aAAE,CAAC;SAC9C,CAAC;KACH,CAAC;IAEF,cAAc,EAAE,MAAM,CAAC;IAEvB,OAAO,EAAE,OAAO,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;IAEvC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAErD,KAAK,EAAE;QACL,SAAS,EAAE,MAAM,EAAE,CAAC;QACpB,KAAK,EAAE,MAAM,CACX,MAAM,EACN;YACE,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;SACnB,CACF,CAAC;QACF,IAAI,EAAE;YACJ,eAAe,EAAE,MAAM,CAAC;YACxB,eAAe,EAAE,MAAM,CAAC;YACxB,kBAAkB,EAAE;gBAClB,MAAM,EAAE,MAAM,CAAC;gBACf,WAAW,EAAE,IAAI,CAAC;aACnB,CAAC;SACH,CAAC;KACH,CAAC;IAEF,QAAQ,EAAE;QACR,cAAc,EAAE,MAAM,EAAE,CAAC;KAC1B,CAAC;CACH;AAED,MAAM,WAAW,YAAa,SAAQ,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,IAAI;CAAG"}
@@ -22,8 +22,8 @@
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
24
  /// <reference types="mongoose" />
25
- /// <reference types="mongoose/types/inferschematype" />
26
- /// <reference types="mongoose/types/inferrawdoctype" />
25
+ /// <reference types="mongoose" />
26
+ /// <reference types="mongoose" />
27
27
  export * from './crew';
28
28
  export * from './invitations';
29
29
  export * from './settings';
@@ -39,67 +39,67 @@ export * from './user-quest-meta';
39
39
  export * from './user-raid';
40
40
  export * from './user-shop';
41
41
  export declare const models: {
42
- crewModel: import("mongoose").Model<import("src/services/crew/types").CrewDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("src/services/crew/types").CrewDocument> & import("src/services/crew/types").CrewDocument & Required<{
42
+ crewModel: import("mongoose").Model<import("./crew").CrewDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./crew").CrewDocument> & import("./crew").CrewDocument & Required<{
43
43
  _id: import("mongoose").Types.ObjectId;
44
44
  }> & {
45
45
  __v?: number | undefined;
46
46
  }, any>;
47
- invitationsModel: import("mongoose").Model<import("src/services/invitations/types").InvitationsDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("src/services/invitations/types").InvitationsDocument> & import("src/services/invitations/types").InvitationsDocument & Required<{
47
+ invitationsModel: import("mongoose").Model<import("./invitations").InvitationsDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./invitations").InvitationsDocument> & import("./invitations").InvitationsDocument & Required<{
48
48
  _id: import("mongoose").Types.ObjectId;
49
49
  }> & {
50
50
  __v?: number | undefined;
51
51
  }, any>;
52
- userModel: import("mongoose").Model<import("src/services/user/types").UserDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("src/services/user/types").UserDocument> & import("src/services/user/types").UserDocument & Required<{
52
+ userModel: import("mongoose").Model<import("./user").UserDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./user").UserDocument> & import("./user").UserDocument & Required<{
53
53
  _id: import("mongoose").Types.ObjectId;
54
54
  }> & {
55
55
  __v?: number | undefined;
56
56
  }, any>;
57
- userCrewModel: import("mongoose").Model<import("src/services/user-crew/types").UserCrewDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("src/services/user-crew/types").UserCrewDocument> & import("src/services/user-crew/types").UserCrewDocument & Required<{
57
+ userCrewModel: import("mongoose").Model<import("./user-crew").UserCrewDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./user-crew").UserCrewDocument> & import("./user-crew").UserCrewDocument & Required<{
58
58
  _id: import("mongoose").Types.ObjectId;
59
59
  }> & {
60
60
  __v?: number | undefined;
61
61
  }, any>;
62
- userDailyReportModel: import("mongoose").Model<import("src/services/user-daily-report/types").UserDailyReportDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("src/services/user-daily-report/types").UserDailyReportDocument> & import("src/services/user-daily-report/types").UserDailyReportDocument & Required<{
62
+ userDailyReportModel: import("mongoose").Model<import("./user-daily-report").UserDailyReportDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./user-daily-report").UserDailyReportDocument> & import("./user-daily-report").UserDailyReportDocument & Required<{
63
63
  _id: unknown;
64
64
  }> & {
65
65
  __v?: number | undefined;
66
66
  }, any>;
67
- userGamesModel: import("mongoose").Model<import("src/services/user-games/types").UserGamesDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("src/services/user-games/types").UserGamesDocument> & import("src/services/user-games/types").UserGamesDocument & Required<{
67
+ userGamesModel: import("mongoose").Model<import("./user-games").UserGamesDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./user-games").UserGamesDocument> & import("./user-games").UserGamesDocument & Required<{
68
68
  _id: unknown;
69
69
  }> & {
70
70
  __v?: number | undefined;
71
71
  }, any>;
72
- userInventoryModel: import("mongoose").Model<import("src/services/user-inventory/types").UserInventoryDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("src/services/user-inventory/types").UserInventoryDocument> & import("src/services/user-inventory/types").UserInventoryDocument & Required<{
72
+ userInventoryModel: import("mongoose").Model<import("./user-inventory").UserInventoryDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./user-inventory").UserInventoryDocument> & import("./user-inventory").UserInventoryDocument & Required<{
73
73
  _id: unknown;
74
74
  }> & {
75
75
  __v?: number | undefined;
76
76
  }, any>;
77
- userMetaModel: import("mongoose").Model<import("src/services/user-meta/types").UserMetaDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("src/services/user-meta/types").UserMetaDocument> & import("src/services/user-meta/types").UserMetaDocument & Required<{
77
+ userMetaModel: import("mongoose").Model<import("./user-meta").UserMetaDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./user-meta").UserMetaDocument> & import("./user-meta").UserMetaDocument & Required<{
78
78
  _id: import("mongoose").Types.ObjectId;
79
79
  }> & {
80
80
  __v?: number | undefined;
81
81
  }, any>;
82
- userOrnamentsModel: import("mongoose").Model<import("src/services/user-ornaments/types").UserOrnamentsDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("src/services/user-ornaments/types").UserOrnamentsDocument> & import("src/services/user-ornaments/types").UserOrnamentsDocument & Required<{
82
+ userOrnamentsModel: import("mongoose").Model<import("./user-ornaments").UserOrnamentsDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./user-ornaments").UserOrnamentsDocument> & import("./user-ornaments").UserOrnamentsDocument & Required<{
83
83
  _id: unknown;
84
84
  }> & {
85
85
  __v?: number | undefined;
86
86
  }, any>;
87
- userQuestModel: import("mongoose").Model<import("src/services/user-quest/types").UserQuestDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("src/services/user-quest/types").UserQuestDocument> & import("src/services/user-quest/types").UserQuestDocument & Required<{
87
+ userQuestModel: import("mongoose").Model<import("./user-quest").UserQuestDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./user-quest").UserQuestDocument> & import("./user-quest").UserQuestDocument & Required<{
88
88
  _id: unknown;
89
89
  }> & {
90
90
  __v?: number | undefined;
91
91
  }, any>;
92
- userQuestMetaModel: import("mongoose").Model<import("src/services/user-quest-meta/types").UserQuestMetaDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("src/services/user-quest-meta/types").UserQuestMetaDocument> & import("src/services/user-quest-meta/types").UserQuestMetaDocument & Required<{
92
+ userQuestMetaModel: import("mongoose").Model<import("./user-quest-meta").UserQuestMetaDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./user-quest-meta").UserQuestMetaDocument> & import("./user-quest-meta").UserQuestMetaDocument & Required<{
93
93
  _id: unknown;
94
94
  }> & {
95
95
  __v?: number | undefined;
96
96
  }, any>;
97
- userRaidModel: import("mongoose").Model<import("src/services/user-raid/types").UserRaidDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("src/services/user-raid/types").UserRaidDocument> & import("src/services/user-raid/types").UserRaidDocument & Required<{
97
+ userRaidModel: import("mongoose").Model<import("./user-raid").UserRaidDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./user-raid").UserRaidDocument> & import("./user-raid").UserRaidDocument & Required<{
98
98
  _id: unknown;
99
99
  }> & {
100
100
  __v?: number | undefined;
101
101
  }, any>;
102
- userShopModel: import("mongoose").Model<import("src/services/user-shop/types").UserShopDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("src/services/user-shop/types").UserShopDocument> & import("src/services/user-shop/types").UserShopDocument & Required<{
102
+ userShopModel: import("mongoose").Model<import("./user-shop").UserShopDocument, {}, {}, {}, import("mongoose").Document<unknown, {}, import("./user-shop").UserShopDocument> & import("./user-shop").UserShopDocument & Required<{
103
103
  _id: unknown;
104
104
  }> & {
105
105
  __v?: number | undefined;
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Model } from 'mongoose';
27
25
  import type { InvitationsDocument } from '../types';
28
26
  export declare const invitationsModel: Model<InvitationsDocument>;
@@ -1 +1 @@
1
- {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../src/services/invitations/definition/model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAGpD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,mBAAmB,CAEM,CAAC"}
1
+ {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../src/services/invitations/definition/model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAGpD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,mBAAmB,CAEM,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import { Schema } from 'mongoose';
27
25
  import type { InvitationsDocument } from '../types';
28
26
  declare const invitationsSchema: Schema<InvitationsDocument, import("mongoose").Model<InvitationsDocument, any, any, any, import("mongoose").Document<unknown, any, InvitationsDocument> & InvitationsDocument & Required<{
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/services/invitations/definition/schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,QAAA,MAAM,iBAAiB;;;;;;;;EAQrB,CAAC;AAIH,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/services/invitations/definition/schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,QAAA,MAAM,iBAAiB;;;;;;;;EAQrB,CAAC;AAIH,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Types, UpdateQuery, UpdateWithAggregationPipeline } from 'mongoose';
27
25
  import type { InvitationsDocument } from '../types';
28
26
  export declare const updateInvitationsById: (invitationsId: Types.ObjectId, update: UpdateQuery<InvitationsDocument> | UpdateWithAggregationPipeline, upsert?: boolean) => Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"updateOne.d.ts","sourceRoot":"","sources":["../../../../src/services/invitations/process/updateOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EACV,KAAK,EACL,WAAW,EACX,6BAA6B,EAC9B,MAAM,UAAU,CAAC;AAGlB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,qBAAqB,kBACjB,MAAM,QAAQ,UACrB,YAAY,mBAAmB,CAAC,GAAG,6BAA6B,WAChE,OAAO,kBAGhB,CAAC"}
1
+ {"version":3,"file":"updateOne.d.ts","sourceRoot":"","sources":["../../../../src/services/invitations/process/updateOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EACV,KAAK,EACL,WAAW,EACX,6BAA6B,EAC9B,MAAM,UAAU,CAAC;AAGlB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,qBAAqB,kBACjB,MAAM,QAAQ,UACrB,YAAY,mBAAmB,CAAC,GAAG,6BAA6B,WAChE,OAAO,kBAGhB,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Document, Types } from 'mongoose';
27
25
  import type { GameType, RPS } from '@opfr/utils-type';
28
26
  export type InvitationMeta = Partial<{
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/services/invitations/types.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEhD,OAAO,KAAK,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AAEtD,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC;IACnC,GAAG,EAAE,GAAG,CAAC;CACV,CAAC,CAAC;AAEH,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,QAAQ,CAAC;IACnB,IAAI,EAAE,cAAc,CAAC;CACtB;AAED,MAAM,WAAW,mBACf,SAAQ,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC,EAC9B,WAAW;CAAG"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/services/invitations/types.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEhD,OAAO,KAAK,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AAEtD,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC;IACnC,GAAG,EAAE,GAAG,CAAC;CACV,CAAC,CAAC;AAEH,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,QAAQ,CAAC;IACnB,IAAI,EAAE,cAAc,CAAC;CACtB;AAED,MAAM,WAAW,mBACf,SAAQ,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC,EAC9B,WAAW;CAAG"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Model } from 'mongoose';
27
25
  import type { SettingsDocument } from '../types';
28
26
  declare const settingsModel: Model<SettingsDocument>;
@@ -1 +1 @@
1
- {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../src/services/settings/definition/model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAGjD,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,gBAAgB,CAC6B,CAAC;AAEzE,OAAO,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../src/services/settings/definition/model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAGjD,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,gBAAgB,CAC6B,CAAC;AAEzE,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import { Schema } from 'mongoose';
27
25
  import type { SettingsDocument } from '../types';
28
26
  declare const settingsSchema: Schema<SettingsDocument, import("mongoose").Model<SettingsDocument, any, any, any, import("mongoose").Document<unknown, any, SettingsDocument> & SettingsDocument & Required<{
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/services/settings/definition/schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,QAAA,MAAM,cAAc;;;;;;;;EAuClB,CAAC;AAIH,OAAO,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/services/settings/definition/schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,QAAA,MAAM,cAAc;;;;;;;;EAuClB,CAAC;AAIH,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { ProjectionType } from 'mongoose';
27
25
  import type { SettingsDocument } from '../types';
28
26
  export declare const findSettingsByGuildId: (guildId: string, projection?: ProjectionType<SettingsDocument>) => Promise<SettingsDocument>;
@@ -1 +1 @@
1
- {"version":3,"file":"findOne.d.ts","sourceRoot":"","sources":["../../../../src/services/settings/process/findOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAGjD,eAAO,MAAM,qBAAqB,YACvB,MAAM,eACH,eAAe,gBAAgB,CAAC,8BAQ7C,CAAC"}
1
+ {"version":3,"file":"findOne.d.ts","sourceRoot":"","sources":["../../../../src/services/settings/process/findOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAGjD,eAAO,MAAM,qBAAqB,YACvB,MAAM,eACH,eAAe,gBAAgB,CAAC,8BAQ7C,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { UpdateQuery, UpdateWithAggregationPipeline } from 'mongoose';
27
25
  import type { SettingsDocument } from '../types';
28
26
  export declare const updateSettingsByGuildId: (guildId: string, update: UpdateQuery<SettingsDocument> | UpdateWithAggregationPipeline, upsert?: boolean) => Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"updateOne.d.ts","sourceRoot":"","sources":["../../../../src/services/settings/process/updateOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAG3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,uBAAuB,YACzB,MAAM,UACP,YAAY,gBAAgB,CAAC,GAAG,6BAA6B,WAC7D,OAAO,kBAGhB,CAAC"}
1
+ {"version":3,"file":"updateOne.d.ts","sourceRoot":"","sources":["../../../../src/services/settings/process/updateOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAG3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,uBAAuB,YACzB,MAAM,UACP,YAAY,gBAAgB,CAAC,GAAG,6BAA6B,WAC7D,OAAO,kBAGhB,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Document, Types } from 'mongoose';
27
25
  export interface Settings {
28
26
  guildId: string;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/services/settings/types.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,WAAW,QAAQ;IACvB,OAAO,EAAE,MAAM,CAAC;IAEhB,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC,OAAO,EAAE;QACP,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,CAAC;IAEF,KAAK,EAAE;QACL,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QACzB,KAAK,EAAE,MAAM,CAAC;QACd,cAAc,EAAE,OAAO,CAAC;QACxB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,CAAC;IAEF,IAAI,EAAE;QACJ,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,cAAc,EAAE;YAAE,SAAS,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;KACzD,CAAC;IAEF,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;CACrC;AAED,MAAM,WAAW,gBAAiB,SAAQ,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,QAAQ;CAAG"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/services/settings/types.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,WAAW,QAAQ;IACvB,OAAO,EAAE,MAAM,CAAC;IAEhB,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC,OAAO,EAAE;QACP,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,CAAC;IAEF,KAAK,EAAE;QACL,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QACzB,KAAK,EAAE,MAAM,CAAC;QACd,cAAc,EAAE,OAAO,CAAC;QACxB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,CAAC;IAEF,IAAI,EAAE;QACJ,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,cAAc,EAAE;YAAE,SAAS,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;KACzD,CAAC;IAEF,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;CACrC;AAED,MAAM,WAAW,gBAAiB,SAAQ,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,QAAQ;CAAG"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Model } from 'mongoose';
27
25
  import type { UserDocument } from '../types';
28
26
  export declare const userModel: Model<UserDocument>;
@@ -1 +1 @@
1
- {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../src/services/user/definition/model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAI7C,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,YAAY,CACc,CAAC"}
1
+ {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../src/services/user/definition/model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAI7C,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,YAAY,CACc,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import { Schema } from 'mongoose';
27
25
  import type { UserDocument } from '../types';
28
26
  declare const userSchema: Schema<UserDocument, import("mongoose").Model<UserDocument, any, any, any, import("mongoose").Document<unknown, any, UserDocument> & UserDocument & Required<{
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/services/user/definition/schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAclC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAQ7C,QAAA,MAAM,UAAU;;;;;;;;EAkBd,CAAC;AA0CH,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/services/user/definition/schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAclC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAQ7C,QAAA,MAAM,UAAU;;;;;;;;EAkBd,CAAC;AA0CH,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -22,9 +22,9 @@
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
24
  /// <reference types="mongoose" />
25
- /// <reference types="mongoose/types/inferschematype" />
26
- /// <reference types="mongoose/types/inferrawdoctype" />
27
- export declare const createUser: (userId: string) => Promise<import("mongoose").Document<unknown, {}, import("src").UserDocument> & import("src").UserDocument & Required<{
25
+ /// <reference types="mongoose" />
26
+ /// <reference types="mongoose" />
27
+ export declare const createUser: (userId: string) => Promise<import("mongoose").Document<unknown, {}, import("..").UserDocument> & import("..").UserDocument & Required<{
28
28
  _id: import("mongoose").Types.ObjectId;
29
29
  }> & {
30
30
  __v?: number | undefined;
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { ProjectionType, RootFilterQuery } from 'mongoose';
27
25
  import type { UserDocument } from '../types';
28
26
  export declare const findUserById: (userId: string, projection?: ProjectionType<UserDocument>) => Promise<UserDocument>;
@@ -1 +1 @@
1
- {"version":3,"file":"findOne.d.ts","sourceRoot":"","sources":["../../../../src/services/user/process/findOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGhE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAG7C,eAAO,MAAM,YAAY,WACf,MAAM,eACF,eAAe,YAAY,CAAC,KACvC,QAAQ,YAAY,CAOtB,CAAC;AAEF,eAAO,MAAM,QAAQ,WACX,gBAAgB,YAAY,CAAC,eACzB,eAAe,YAAY,CAAC;;;;;;;;mCAGzC,CAAC"}
1
+ {"version":3,"file":"findOne.d.ts","sourceRoot":"","sources":["../../../../src/services/user/process/findOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGhE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAG7C,eAAO,MAAM,YAAY,WACf,MAAM,eACF,eAAe,YAAY,CAAC,KACvC,QAAQ,YAAY,CAOtB,CAAC;AAEF,eAAO,MAAM,QAAQ,WACX,gBAAgB,YAAY,CAAC,eACzB,eAAe,YAAY,CAAC;;;;;;;;mCAGzC,CAAC"}
@@ -22,8 +22,8 @@
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
24
  /// <reference types="mongoose" />
25
- /// <reference types="mongoose/types/inferschematype" />
26
- /// <reference types="mongoose/types/inferrawdoctype" />
25
+ /// <reference types="mongoose" />
26
+ /// <reference types="mongoose" />
27
27
  import type { PopulateUser, UserDocument } from '../types';
28
28
  export declare const populateUser: <TPaths extends "meta" | "quest" | "inventory" | "questMeta" | "ornaments" | "raid" | "games" | "dailyReport" | "shop">(user: UserDocument, paths: TPaths | TPaths[], select?: string | Object) => Promise<import("mongoose").MergeType<UserDocument, PopulateUser<TPaths>>>;
29
29
  //# sourceMappingURL=populateUser.d.ts.map
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { RootFilterQuery, UpdateQuery, UpdateWithAggregationPipeline } from 'mongoose';
27
25
  import type { UserDocument } from '../types';
28
26
  export declare const updateUserById: (userId: string, update: UpdateQuery<UserDocument> | UpdateWithAggregationPipeline) => Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"updateOne.d.ts","sourceRoot":"","sources":["../../../../src/services/user/process/updateOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EACV,eAAe,EACf,WAAW,EACX,6BAA6B,EAC9B,MAAM,UAAU,CAAC;AAGlB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,eAAO,MAAM,cAAc,WACjB,MAAM,UACN,YAAY,YAAY,CAAC,GAAG,6BAA6B,kBAGlE,CAAC;AAEF,eAAO,MAAM,UAAU,WACb,gBAAgB,YAAY,CAAC,UAC7B,YAAY,YAAY,CAAC,GAAG,6BAA6B,WACzD,OAAO,kBAGhB,CAAC"}
1
+ {"version":3,"file":"updateOne.d.ts","sourceRoot":"","sources":["../../../../src/services/user/process/updateOne.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EACV,eAAe,EACf,WAAW,EACX,6BAA6B,EAC9B,MAAM,UAAU,CAAC;AAGlB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,eAAO,MAAM,cAAc,WACjB,MAAM,UACN,YAAY,YAAY,CAAC,GAAG,6BAA6B,kBAGlE,CAAC;AAEF,eAAO,MAAM,UAAU,WACb,gBAAgB,YAAY,CAAC,UAC7B,YAAY,YAAY,CAAC,GAAG,6BAA6B,WACzD,OAAO,kBAGhB,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Types } from 'mongoose';
27
25
  import type { FactionId } from '@opfr/utils-type';
28
26
  import type { MergedUser, User, UserDocument } from '../types';
@@ -1 +1 @@
1
- {"version":3,"file":"getters.d.ts","sourceRoot":"","sources":["../../../../src/services/user/query/getters.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIlD,OAAO,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE/D,eAAO,MAAM,gBAAgB;kBAE2B,IAAI;KA2D3D,CAAC;AAEF,eAAO,MAAM,eAAe,WAAkB,MAAM,0BAEnD,CAAC;AAEF,eAAO,MAAM,cAAc,SACnB,IAAI,MACN,MAAM,QAAQ,KACjB,QAAQ;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CA2B1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,YAAmB,SAAS,kCAsBzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,qCAqB5B,CAAC;AAEF,eAAO,MAAM,eAAe,qCAqB3B,CAAC;AAEF,eAAO,MAAM,iBAAiB,sCA0B7B,CAAC;AAEF,eAAO,MAAM,cAAc,SACnB,WACJ,WAAW,GAAG,MAAM,GAAG,aAAa,GAAG,WAAW,GAAG,OAAO,CAC7D;;;;;;;;;CA4BF,CAAC;AAEF,eAAO,MAAM,mBAAmB,oDA0B/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qDA8B7B,CAAC"}
1
+ {"version":3,"file":"getters.d.ts","sourceRoot":"","sources":["../../../../src/services/user/query/getters.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIlD,OAAO,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE/D,eAAO,MAAM,gBAAgB;kBAE2B,IAAI;KA2D3D,CAAC;AAEF,eAAO,MAAM,eAAe,WAAkB,MAAM,0BAEnD,CAAC;AAEF,eAAO,MAAM,cAAc,SACnB,IAAI,MACN,MAAM,QAAQ,KACjB,QAAQ;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CA2B1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,YAAmB,SAAS,kCAsBzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,qCAqB5B,CAAC;AAEF,eAAO,MAAM,eAAe,qCAqB3B,CAAC;AAEF,eAAO,MAAM,iBAAiB,sCA0B7B,CAAC;AAEF,eAAO,MAAM,cAAc,SACnB,WACJ,WAAW,GAAG,MAAM,GAAG,aAAa,GAAG,WAAW,GAAG,OAAO,CAC7D;;;;;;;;;CA4BF,CAAC;AAEF,eAAO,MAAM,mBAAmB,oDA0B/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qDA8B7B,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Types } from 'mongoose';
27
25
  import type { SortValue } from '@opfr/utils-type';
28
26
  export declare const canChooseFaction: (id: Types.ObjectId, can: boolean) => Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"updates.d.ts","sourceRoot":"","sources":["../../../../src/services/user/query/updates.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEtC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIlD,eAAO,MAAM,gBAAgB,OAAc,MAAM,QAAQ,OAAO,OAAO,kBAEtE,CAAC;AAEF,eAAO,MAAM,gBAAgB,OAAc,MAAM,QAAQ,OAAO,OAAO,kBAEtE,CAAC;AAEF,eAAO,MAAM,WAAW,WAAkB,MAAM,YAAY,IAAI,kBAE/D,CAAC;AAEF,eAAO,MAAM,cAAc,WAAkB,MAAM,kBAElD,CAAC;AAEF,eAAO,MAAM,oBAAoB,WACvB,MAAM,kBACE,OAAO,kBAMxB,CAAC;AAEF,eAAO,MAAM,qBAAqB,WACxB,MAAM,mBACG,OAAO,kBAMzB,CAAC;AAEF,eAAO,MAAM,mBAAmB,OAC1B,MAAM,QAAQ,UACV,SAAS,kBAMlB,CAAC"}
1
+ {"version":3,"file":"updates.d.ts","sourceRoot":"","sources":["../../../../src/services/user/query/updates.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEtC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIlD,eAAO,MAAM,gBAAgB,OAAc,MAAM,QAAQ,OAAO,OAAO,kBAEtE,CAAC;AAEF,eAAO,MAAM,gBAAgB,OAAc,MAAM,QAAQ,OAAO,OAAO,kBAEtE,CAAC;AAEF,eAAO,MAAM,WAAW,WAAkB,MAAM,YAAY,IAAI,kBAE/D,CAAC;AAEF,eAAO,MAAM,cAAc,WAAkB,MAAM,kBAElD,CAAC;AAEF,eAAO,MAAM,oBAAoB,WACvB,MAAM,kBACE,OAAO,kBAMxB,CAAC;AAEF,eAAO,MAAM,qBAAqB,WACxB,MAAM,mBACG,OAAO,kBAMzB,CAAC;AAEF,eAAO,MAAM,mBAAmB,OAC1B,MAAM,QAAQ,UACV,SAAS,kBAMlB,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/session" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Document, MergeType, Types } from 'mongoose';
27
25
  import type { FactionId, SortValue } from '@opfr/utils-type';
28
26
  import type { UserCrewDocument } from '../user-crew';
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/services/user/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/services/user/types.ts"],"names":[],"mappings":"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"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Model } from 'mongoose';
27
25
  import type { UserCrewDocument } from '../types';
28
26
  export declare const userCrewModel: Model<UserCrewDocument>;
@@ -1 +1 @@
1
- {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../src/services/user-crew/definition/model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAGjD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,gBAAgB,CACsB,CAAC"}
1
+ {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../src/services/user-crew/definition/model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAGjD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,gBAAgB,CACsB,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import { Schema } from 'mongoose';
27
25
  import type { UserCrewDocument } from '../types';
28
26
  declare const userCrewSchema: Schema<UserCrewDocument, import("mongoose").Model<UserCrewDocument, any, any, any, import("mongoose").Document<unknown, any, UserCrewDocument> & UserCrewDocument & Required<{
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/services/user-crew/definition/schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,QAAA,MAAM,cAAc;;;;;;;;EAgBlB,CAAC;AAWH,OAAO,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/services/user-crew/definition/schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,QAAA,MAAM,cAAc;;;;;;;;EAgBlB,CAAC;AAWH,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -21,8 +21,6 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Types } from 'mongoose';
27
25
  import type { UserCrew, UserCrewDocument } from '../types';
28
26
  export declare const createUserCrew: (user: Types.ObjectId, crewId: Types.ObjectId, permission: UserCrew['permission'], percent: number) => Promise<UserCrewDocument>;
@@ -1 +1 @@
1
- {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../../src/services/user-crew/process/create.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE3D,eAAO,MAAM,cAAc,SACnB,MAAM,QAAQ,UACZ,MAAM,QAAQ,cACV,QAAQ,CAAC,YAAY,CAAC,WACzB,MAAM,KACd,QAAQ,gBAAgB,CAO1B,CAAC"}
1
+ {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../../src/services/user-crew/process/create.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,OAAO,KAAK,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE3D,eAAO,MAAM,cAAc,SACnB,MAAM,QAAQ,UACZ,MAAM,QAAQ,cACV,QAAQ,CAAC,YAAY,CAAC,WACzB,MAAM,KACd,QAAQ,gBAAgB,CAO1B,CAAC"}
@@ -21,14 +21,12 @@
21
21
  /// <reference types="mongoose/types/utility" />
22
22
  /// <reference types="mongoose/types/validation" />
23
23
  /// <reference types="mongoose/types/virtuals" />
24
- /// <reference types="mongoose/types/inferschematype" />
25
- /// <reference types="mongoose/types/inferrawdoctype" />
26
24
  import type { Types } from 'mongoose';
27
25
  export declare const userCrewExists: (user: Types.ObjectId) => import("mongoose").Query<{
28
26
  _id: Types.ObjectId;
29
- } | null, import("mongoose").Document<unknown, {}, import("src").UserCrewDocument> & import("src").UserCrewDocument & Required<{
27
+ } | null, import("mongoose").Document<unknown, {}, import("..").UserCrewDocument> & import("..").UserCrewDocument & Required<{
30
28
  _id: Types.ObjectId;
31
29
  }> & {
32
30
  __v?: number | undefined;
33
- }, {}, import("src").UserCrewDocument, "findOne", {}>;
31
+ }, {}, import("..").UserCrewDocument, "findOne", {}>;
34
32
  //# sourceMappingURL=exists.d.ts.map