@cyberskill/shared 1.66.0 → 1.67.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 (469) hide show
  1. package/dist/_tsup-dts-rollup.d.cts +331 -437
  2. package/dist/_tsup-dts-rollup.d.ts +331 -437
  3. package/dist/configs/config.util.cjs +1 -0
  4. package/dist/configs/config.util.d.cts +1 -0
  5. package/dist/configs/config.util.d.ts +1 -0
  6. package/dist/configs/config.util.js +1 -0
  7. package/dist/configs/graphql/graphql-codegen.type.d.cts +1 -0
  8. package/dist/configs/graphql/graphql-codegen.type.d.ts +1 -0
  9. package/dist/configs/graphql/graphql-codegen.util.cjs +1 -0
  10. package/dist/configs/graphql/graphql-codegen.util.js +1 -0
  11. package/dist/configs/graphql/index.cjs +1 -1
  12. package/dist/configs/graphql/index.d.cts +1 -0
  13. package/dist/configs/graphql/index.d.ts +1 -0
  14. package/dist/configs/graphql/index.js +1 -1
  15. package/dist/configs/index.cjs +1 -1
  16. package/dist/configs/index.d.cts +4 -1
  17. package/dist/configs/index.d.ts +4 -1
  18. package/dist/configs/index.js +1 -1
  19. package/dist/constants/index.cjs +1 -1
  20. package/dist/constants/index.d.cts +1 -43
  21. package/dist/constants/index.d.ts +1 -43
  22. package/dist/constants/index.js +1 -1
  23. package/dist/constants/nodejs.d.cts +1 -0
  24. package/dist/constants/nodejs.d.ts +1 -0
  25. package/dist/index.cjs +1 -1
  26. package/dist/index.d.cts +115 -111
  27. package/dist/index.d.ts +115 -111
  28. package/dist/index.js +1 -1
  29. package/dist/nodejs/cli/cli.constant.d.cts +1 -0
  30. package/dist/nodejs/cli/cli.constant.d.ts +1 -0
  31. package/dist/nodejs/cli/cli.util.cjs +2 -0
  32. package/dist/nodejs/cli/cli.util.js +2 -0
  33. package/dist/nodejs/cli/index.cjs +1 -0
  34. package/dist/nodejs/cli/index.d.cts +1 -0
  35. package/dist/nodejs/cli/index.d.ts +1 -0
  36. package/dist/nodejs/cli/index.js +1 -0
  37. package/dist/nodejs/command/command.type.cjs +1 -0
  38. package/dist/nodejs/command/command.type.d.cts +8 -0
  39. package/dist/nodejs/command/command.type.d.ts +8 -0
  40. package/dist/nodejs/command/command.type.js +1 -0
  41. package/dist/nodejs/command/command.util.cjs +1 -0
  42. package/dist/nodejs/command/command.util.d.cts +6 -0
  43. package/dist/nodejs/command/command.util.d.ts +6 -0
  44. package/dist/nodejs/command/command.util.js +1 -0
  45. package/dist/nodejs/command/index.cjs +1 -0
  46. package/dist/nodejs/command/index.d.cts +14 -0
  47. package/dist/nodejs/command/index.d.ts +14 -0
  48. package/dist/nodejs/command/index.js +1 -0
  49. package/dist/nodejs/fs/fs.util.d.cts +5 -0
  50. package/dist/nodejs/fs/fs.util.d.ts +5 -0
  51. package/dist/nodejs/fs/index.cjs +1 -0
  52. package/dist/nodejs/fs/index.d.cts +5 -0
  53. package/dist/nodejs/fs/index.d.ts +5 -0
  54. package/dist/nodejs/fs/index.js +1 -0
  55. package/dist/nodejs/index.cjs +1 -1
  56. package/dist/nodejs/index.d.cts +136 -0
  57. package/dist/nodejs/index.d.ts +136 -0
  58. package/dist/nodejs/index.js +1 -1
  59. package/dist/nodejs/log/index.cjs +1 -0
  60. package/dist/nodejs/log/index.d.cts +6 -0
  61. package/dist/nodejs/log/index.d.ts +6 -0
  62. package/dist/nodejs/log/index.js +1 -0
  63. package/dist/nodejs/log/log.type.cjs +1 -0
  64. package/dist/nodejs/log/log.type.d.cts +4 -0
  65. package/dist/nodejs/log/log.type.d.ts +4 -0
  66. package/dist/nodejs/log/log.type.js +1 -0
  67. package/dist/nodejs/log/log.util.d.cts +2 -0
  68. package/dist/nodejs/log/log.util.d.ts +2 -0
  69. package/dist/nodejs/mongo/index.cjs +1 -0
  70. package/dist/nodejs/mongo/index.d.cts +64 -0
  71. package/dist/nodejs/mongo/index.d.ts +64 -0
  72. package/dist/nodejs/mongo/index.js +1 -0
  73. package/dist/nodejs/mongo/mongo.d.cts +5 -0
  74. package/dist/nodejs/mongo/mongo.d.ts +5 -0
  75. package/dist/nodejs/mongo/mongo.type.d.cts +59 -0
  76. package/dist/nodejs/mongo/mongo.type.d.ts +59 -0
  77. package/dist/nodejs/package/index.cjs +1 -0
  78. package/dist/nodejs/package/index.d.cts +7 -0
  79. package/dist/nodejs/package/index.d.ts +7 -0
  80. package/dist/nodejs/package/index.js +1 -0
  81. package/dist/nodejs/package/package.constant.d.cts +1 -0
  82. package/dist/nodejs/package/package.constant.d.ts +1 -0
  83. package/dist/nodejs/package/package.type.d.cts +3 -0
  84. package/dist/nodejs/package/package.type.d.ts +3 -0
  85. package/dist/nodejs/package/package.util.cjs +1 -0
  86. package/dist/nodejs/package/package.util.d.cts +3 -0
  87. package/dist/nodejs/package/package.util.d.ts +3 -0
  88. package/dist/nodejs/package/package.util.js +1 -0
  89. package/dist/nodejs/path/index.cjs +1 -0
  90. package/dist/nodejs/path/index.d.cts +43 -0
  91. package/dist/nodejs/path/index.d.ts +43 -0
  92. package/dist/nodejs/path/index.js +1 -0
  93. package/dist/nodejs/path/path.constant.cjs +1 -0
  94. package/dist/nodejs/path/path.constant.d.cts +40 -0
  95. package/dist/nodejs/path/path.constant.d.ts +40 -0
  96. package/dist/nodejs/path/path.constant.js +1 -0
  97. package/dist/nodejs/path/path.util.cjs +1 -0
  98. package/dist/nodejs/path/path.util.d.cts +3 -0
  99. package/dist/nodejs/path/path.util.d.ts +3 -0
  100. package/dist/nodejs/path/path.util.js +1 -0
  101. package/dist/nodejs/storage/index.cjs +1 -0
  102. package/dist/nodejs/storage/index.d.cts +1 -0
  103. package/dist/nodejs/storage/index.d.ts +1 -0
  104. package/dist/nodejs/storage/index.js +1 -0
  105. package/dist/nodejs/storage/storage.util.cjs +1 -0
  106. package/dist/nodejs/storage/storage.util.d.cts +1 -0
  107. package/dist/nodejs/storage/storage.util.d.ts +1 -0
  108. package/dist/nodejs/storage/storage.util.js +1 -0
  109. package/dist/react/apollo-client/apollo-client.component.cjs +1 -0
  110. package/dist/react/apollo-client/apollo-client.component.d.cts +1 -0
  111. package/dist/react/apollo-client/apollo-client.component.d.ts +1 -0
  112. package/dist/react/apollo-client/apollo-client.component.js +1 -0
  113. package/dist/react/apollo-client/apollo-client.constant.d.cts +1 -0
  114. package/dist/react/apollo-client/apollo-client.constant.d.ts +1 -0
  115. package/dist/react/apollo-client/apollo-client.type.d.cts +5 -0
  116. package/dist/react/apollo-client/apollo-client.type.d.ts +5 -0
  117. package/dist/react/apollo-client/index.cjs +1 -0
  118. package/dist/react/apollo-client/index.d.cts +7 -0
  119. package/dist/react/apollo-client/index.d.ts +7 -0
  120. package/dist/react/apollo-client/index.js +1 -0
  121. package/dist/react/apollo-error/apollo-error.component.cjs +1 -0
  122. package/dist/react/apollo-error/apollo-error.component.d.cts +1 -0
  123. package/dist/react/apollo-error/apollo-error.component.d.ts +1 -0
  124. package/dist/react/apollo-error/apollo-error.component.js +1 -0
  125. package/dist/react/apollo-error/apollo-error.context.cjs +1 -0
  126. package/dist/react/apollo-error/apollo-error.context.d.cts +1 -0
  127. package/dist/react/apollo-error/apollo-error.context.d.ts +1 -0
  128. package/dist/react/apollo-error/apollo-error.context.js +1 -0
  129. package/dist/react/apollo-error/apollo-error.hook.cjs +1 -0
  130. package/dist/react/apollo-error/apollo-error.hook.d.cts +1 -0
  131. package/dist/react/apollo-error/apollo-error.hook.d.ts +1 -0
  132. package/dist/react/apollo-error/apollo-error.hook.js +1 -0
  133. package/dist/react/{apollo-error.module.scss → apollo-error/apollo-error.module.scss} +2 -2
  134. package/dist/react/apollo-error/apollo-error.provider.cjs +1 -0
  135. package/dist/react/apollo-error/apollo-error.provider.d.cts +2 -0
  136. package/dist/react/apollo-error/apollo-error.provider.d.ts +2 -0
  137. package/dist/react/apollo-error/apollo-error.provider.js +1 -0
  138. package/dist/react/apollo-error/apollo-error.type.d.cts +1 -0
  139. package/dist/react/apollo-error/apollo-error.type.d.ts +1 -0
  140. package/dist/react/apollo-error/index.cjs +1 -0
  141. package/dist/react/apollo-error/index.d.cts +6 -0
  142. package/dist/react/apollo-error/index.d.ts +6 -0
  143. package/dist/react/apollo-error/index.js +1 -0
  144. package/dist/react/i18next/i18next.d.cts +1 -0
  145. package/dist/react/i18next/i18next.d.ts +1 -0
  146. package/dist/react/i18next/index.d.cts +1 -0
  147. package/dist/react/i18next/index.d.ts +1 -0
  148. package/dist/react/index.cjs +1 -1
  149. package/dist/react/index.d.cts +32 -11
  150. package/dist/react/index.d.ts +32 -11
  151. package/dist/react/index.js +1 -1
  152. package/dist/react/loading/index.cjs +1 -0
  153. package/dist/react/loading/index.d.cts +6 -0
  154. package/dist/react/loading/index.d.ts +6 -0
  155. package/dist/react/loading/index.js +1 -0
  156. package/dist/react/loading/loading.component.cjs +1 -0
  157. package/dist/react/loading/loading.component.d.cts +1 -0
  158. package/dist/react/loading/loading.component.d.ts +1 -0
  159. package/dist/react/loading/loading.component.js +1 -0
  160. package/dist/react/loading/loading.context.cjs +1 -0
  161. package/dist/react/loading/loading.context.d.cts +1 -0
  162. package/dist/react/loading/loading.context.d.ts +1 -0
  163. package/dist/react/loading/loading.context.js +1 -0
  164. package/dist/react/loading/loading.hook.cjs +1 -0
  165. package/dist/react/loading/loading.hook.d.cts +1 -0
  166. package/dist/react/loading/loading.hook.d.ts +1 -0
  167. package/dist/react/loading/loading.hook.js +1 -0
  168. package/dist/react/loading/loading.provider.cjs +1 -0
  169. package/dist/react/loading/loading.provider.d.cts +1 -0
  170. package/dist/react/loading/loading.provider.d.ts +1 -0
  171. package/dist/react/loading/loading.provider.js +1 -0
  172. package/dist/react/loading/loading.type.d.cts +2 -0
  173. package/dist/react/loading/loading.type.d.ts +2 -0
  174. package/dist/react/log/index.d.cts +2 -0
  175. package/dist/react/log/index.d.ts +2 -0
  176. package/dist/react/log/log.type.d.cts +1 -0
  177. package/dist/react/log/log.type.d.ts +1 -0
  178. package/dist/react/log/log.util.cjs +1 -0
  179. package/dist/react/log/log.util.d.cts +1 -0
  180. package/dist/react/log/log.util.d.ts +1 -0
  181. package/dist/react/log/log.util.js +1 -0
  182. package/dist/react/next-intl/index.cjs +1 -0
  183. package/dist/react/next-intl/index.d.cts +9 -0
  184. package/dist/react/next-intl/index.d.ts +9 -0
  185. package/dist/react/next-intl/index.js +1 -0
  186. package/dist/react/next-intl/next-intl.context.cjs +1 -0
  187. package/dist/react/next-intl/next-intl.context.d.cts +1 -0
  188. package/dist/react/next-intl/next-intl.context.d.ts +1 -0
  189. package/dist/react/next-intl/next-intl.context.js +1 -0
  190. package/dist/react/next-intl/next-intl.hoc.cjs +1 -0
  191. package/dist/react/next-intl/next-intl.hoc.d.cts +1 -0
  192. package/dist/react/next-intl/next-intl.hoc.d.ts +1 -0
  193. package/dist/react/next-intl/next-intl.hoc.js +1 -0
  194. package/dist/react/next-intl/next-intl.hook.cjs +1 -0
  195. package/dist/react/next-intl/next-intl.hook.d.cts +2 -0
  196. package/dist/react/next-intl/next-intl.hook.d.ts +2 -0
  197. package/dist/react/next-intl/next-intl.hook.js +1 -0
  198. package/dist/react/next-intl/next-intl.provider.cjs +1 -0
  199. package/dist/react/next-intl/next-intl.provider.d.cts +1 -0
  200. package/dist/react/next-intl/next-intl.provider.d.ts +1 -0
  201. package/dist/react/next-intl/next-intl.provider.js +1 -0
  202. package/dist/react/next-intl/next-intl.type.d.cts +4 -0
  203. package/dist/react/next-intl/next-intl.type.d.ts +4 -0
  204. package/dist/react/storage/index.cjs +1 -0
  205. package/dist/react/storage/index.d.cts +2 -0
  206. package/dist/react/storage/index.d.ts +2 -0
  207. package/dist/react/storage/index.js +1 -0
  208. package/dist/react/{storage.cjs → storage/storage.hook.cjs} +1 -1
  209. package/dist/react/storage/storage.hook.d.cts +1 -0
  210. package/dist/react/storage/storage.hook.d.ts +1 -0
  211. package/dist/react/{storage.js → storage/storage.hook.js} +1 -1
  212. package/dist/{utils/storage-client.cjs → react/storage/storage.util.cjs} +1 -1
  213. package/dist/react/storage/storage.util.d.cts +1 -0
  214. package/dist/react/storage/storage.util.d.ts +1 -0
  215. package/dist/{utils/storage-client.js → react/storage/storage.util.js} +1 -1
  216. package/dist/react/toast/index.d.cts +2 -0
  217. package/dist/react/toast/index.d.ts +2 -0
  218. package/dist/react/vitest/index.cjs +1 -0
  219. package/dist/react/vitest/index.d.cts +2 -0
  220. package/dist/react/vitest/index.d.ts +2 -0
  221. package/dist/react/vitest/index.js +1 -0
  222. package/dist/{configs/vitest/react/e2e.cjs → react/vitest/vitest.e2e.cjs} +1 -1
  223. package/dist/react/vitest/vitest.e2e.d.cts +1 -0
  224. package/dist/react/vitest/vitest.e2e.d.ts +1 -0
  225. package/dist/{configs/vitest/react/e2e.js → react/vitest/vitest.e2e.js} +1 -1
  226. package/dist/react/vitest/vitest.unit.cjs +1 -0
  227. package/dist/react/vitest/vitest.unit.d.cts +1 -0
  228. package/dist/react/vitest/vitest.unit.d.ts +1 -0
  229. package/dist/react/vitest/vitest.unit.js +1 -0
  230. package/dist/typescript/index.cjs +1 -1
  231. package/dist/typescript/index.d.cts +1 -92
  232. package/dist/typescript/index.d.ts +1 -92
  233. package/dist/typescript/index.js +0 -1
  234. package/dist/typescript/react.d.cts +1 -1
  235. package/dist/typescript/react.d.ts +1 -1
  236. package/dist/utils/common/common.util.cjs +1 -0
  237. package/dist/utils/common/common.util.d.cts +2 -0
  238. package/dist/utils/common/common.util.d.ts +2 -0
  239. package/dist/utils/common/common.util.js +1 -0
  240. package/dist/utils/common/index.cjs +1 -0
  241. package/dist/utils/common/index.d.cts +2 -0
  242. package/dist/utils/common/index.d.ts +2 -0
  243. package/dist/utils/common/index.js +1 -0
  244. package/dist/utils/index.cjs +1 -1
  245. package/dist/utils/index.d.cts +7 -9
  246. package/dist/utils/index.d.ts +7 -9
  247. package/dist/utils/index.js +1 -1
  248. package/dist/utils/object/index.cjs +1 -0
  249. package/dist/utils/object/index.d.cts +3 -0
  250. package/dist/utils/object/index.d.ts +3 -0
  251. package/dist/utils/object/index.js +1 -0
  252. package/dist/utils/object/object.util.cjs +1 -0
  253. package/dist/utils/object/object.util.d.cts +3 -0
  254. package/dist/utils/object/object.util.d.ts +3 -0
  255. package/dist/utils/object/object.util.js +1 -0
  256. package/dist/utils/serializer/index.d.cts +2 -0
  257. package/dist/utils/serializer/index.d.ts +2 -0
  258. package/dist/utils/serializer/serializer.type.d.cts +1 -0
  259. package/dist/utils/serializer/serializer.type.d.ts +1 -0
  260. package/dist/utils/serializer/serializer.util.cjs +1 -0
  261. package/dist/utils/serializer/serializer.util.d.cts +1 -0
  262. package/dist/utils/serializer/serializer.util.d.ts +1 -0
  263. package/dist/utils/serializer/serializer.util.js +1 -0
  264. package/dist/utils/string/index.d.cts +3 -0
  265. package/dist/utils/string/index.d.ts +3 -0
  266. package/dist/utils/string/index.js +1 -0
  267. package/dist/utils/string/string.type.d.cts +1 -0
  268. package/dist/utils/string/string.type.d.ts +1 -0
  269. package/dist/utils/string/string.util.cjs +1 -0
  270. package/dist/utils/string/string.util.d.cts +2 -0
  271. package/dist/utils/string/string.util.d.ts +2 -0
  272. package/dist/utils/validate/index.d.cts +1 -0
  273. package/dist/utils/validate/index.d.ts +1 -0
  274. package/dist/utils/validate/validate.util.cjs +1 -0
  275. package/dist/utils/validate/validate.util.d.cts +1 -0
  276. package/dist/utils/validate/validate.util.d.ts +1 -0
  277. package/dist/utils/validate/validate.util.js +1 -0
  278. package/package.json +96 -46
  279. package/dist/cli.cjs +0 -2
  280. package/dist/cli.js +0 -2
  281. package/dist/configs/graphql/graphql-codegen.cjs +0 -1
  282. package/dist/configs/graphql/graphql-codegen.js +0 -1
  283. package/dist/configs/i18n/react/i18next.d.cts +0 -1
  284. package/dist/configs/i18n/react/i18next.d.ts +0 -1
  285. package/dist/configs/i18n/react/index.d.cts +0 -1
  286. package/dist/configs/i18n/react/index.d.ts +0 -1
  287. package/dist/configs/vitest/react/e2e.d.cts +0 -1
  288. package/dist/configs/vitest/react/e2e.d.ts +0 -1
  289. package/dist/configs/vitest/react/unit.cjs +0 -1
  290. package/dist/configs/vitest/react/unit.d.cts +0 -1
  291. package/dist/configs/vitest/react/unit.d.ts +0 -1
  292. package/dist/configs/vitest/react/unit.js +0 -1
  293. package/dist/constants/cli.d.cts +0 -1
  294. package/dist/constants/cli.d.ts +0 -1
  295. package/dist/constants/common-nodejs.d.cts +0 -1
  296. package/dist/constants/common-nodejs.d.ts +0 -1
  297. package/dist/constants/graphql.d.cts +0 -1
  298. package/dist/constants/graphql.d.ts +0 -1
  299. package/dist/constants/package.d.cts +0 -1
  300. package/dist/constants/package.d.ts +0 -1
  301. package/dist/constants/path.cjs +0 -1
  302. package/dist/constants/path.d.cts +0 -39
  303. package/dist/constants/path.d.ts +0 -39
  304. package/dist/constants/path.js +0 -1
  305. package/dist/nodejs/mongo.d.cts +0 -5
  306. package/dist/nodejs/mongo.d.ts +0 -5
  307. package/dist/react/apollo-client.cjs +0 -1
  308. package/dist/react/apollo-client.d.cts +0 -1
  309. package/dist/react/apollo-client.d.ts +0 -1
  310. package/dist/react/apollo-client.js +0 -1
  311. package/dist/react/apollo-error.cjs +0 -1
  312. package/dist/react/apollo-error.d.cts +0 -5
  313. package/dist/react/apollo-error.d.ts +0 -5
  314. package/dist/react/apollo-error.js +0 -1
  315. package/dist/react/loading.cjs +0 -1
  316. package/dist/react/loading.d.cts +0 -4
  317. package/dist/react/loading.d.ts +0 -4
  318. package/dist/react/loading.js +0 -1
  319. package/dist/react/next-intl.cjs +0 -1
  320. package/dist/react/next-intl.d.cts +0 -5
  321. package/dist/react/next-intl.d.ts +0 -5
  322. package/dist/react/next-intl.js +0 -1
  323. package/dist/react/storage.d.cts +0 -1
  324. package/dist/react/storage.d.ts +0 -1
  325. package/dist/typescript/api-response.d.cts +0 -3
  326. package/dist/typescript/api-response.d.ts +0 -3
  327. package/dist/typescript/apollo-error.d.cts +0 -1
  328. package/dist/typescript/apollo-error.d.ts +0 -1
  329. package/dist/typescript/apollo.d.cts +0 -5
  330. package/dist/typescript/apollo.d.ts +0 -5
  331. package/dist/typescript/command.cjs +0 -1
  332. package/dist/typescript/command.d.cts +0 -10
  333. package/dist/typescript/command.d.ts +0 -10
  334. package/dist/typescript/command.js +0 -1
  335. package/dist/typescript/graphql-codegen.d.cts +0 -1
  336. package/dist/typescript/graphql-codegen.d.ts +0 -1
  337. package/dist/typescript/loading.d.cts +0 -1
  338. package/dist/typescript/loading.d.ts +0 -1
  339. package/dist/typescript/log.d.cts +0 -3
  340. package/dist/typescript/log.d.ts +0 -3
  341. package/dist/typescript/mongo.d.cts +0 -56
  342. package/dist/typescript/mongo.d.ts +0 -56
  343. package/dist/typescript/next-intl.d.cts +0 -3
  344. package/dist/typescript/next-intl.d.ts +0 -3
  345. package/dist/typescript/package.d.cts +0 -3
  346. package/dist/typescript/package.d.ts +0 -3
  347. package/dist/typescript/serializer.d.cts +0 -1
  348. package/dist/typescript/serializer.d.ts +0 -1
  349. package/dist/typescript/string.cjs +0 -1
  350. package/dist/typescript/string.d.cts +0 -1
  351. package/dist/typescript/string.d.ts +0 -1
  352. package/dist/typescript/string.js +0 -0
  353. package/dist/utils/command.cjs +0 -1
  354. package/dist/utils/command.d.cts +0 -6
  355. package/dist/utils/command.d.ts +0 -6
  356. package/dist/utils/command.js +0 -1
  357. package/dist/utils/common.cjs +0 -1
  358. package/dist/utils/common.d.cts +0 -5
  359. package/dist/utils/common.d.ts +0 -5
  360. package/dist/utils/common.js +0 -1
  361. package/dist/utils/fs.d.cts +0 -5
  362. package/dist/utils/fs.d.ts +0 -5
  363. package/dist/utils/index-nodejs.cjs +0 -1
  364. package/dist/utils/index-nodejs.d.cts +0 -22
  365. package/dist/utils/index-nodejs.d.ts +0 -22
  366. package/dist/utils/index-nodejs.js +0 -1
  367. package/dist/utils/log-nodejs.d.cts +0 -2
  368. package/dist/utils/log-nodejs.d.ts +0 -2
  369. package/dist/utils/log.d.cts +0 -1
  370. package/dist/utils/log.d.ts +0 -1
  371. package/dist/utils/package.cjs +0 -1
  372. package/dist/utils/package.d.cts +0 -3
  373. package/dist/utils/package.d.ts +0 -3
  374. package/dist/utils/package.js +0 -1
  375. package/dist/utils/path.cjs +0 -1
  376. package/dist/utils/path.d.cts +0 -3
  377. package/dist/utils/path.d.ts +0 -3
  378. package/dist/utils/path.js +0 -1
  379. package/dist/utils/react-hot-toast.d.cts +0 -2
  380. package/dist/utils/react-hot-toast.d.ts +0 -2
  381. package/dist/utils/serializer.d.cts +0 -1
  382. package/dist/utils/serializer.d.ts +0 -1
  383. package/dist/utils/storage-client.d.cts +0 -1
  384. package/dist/utils/storage-client.d.ts +0 -1
  385. package/dist/utils/storage-server.cjs +0 -1
  386. package/dist/utils/storage-server.d.cts +0 -3
  387. package/dist/utils/storage-server.d.ts +0 -3
  388. package/dist/utils/storage-server.js +0 -1
  389. package/dist/utils/string.d.cts +0 -2
  390. package/dist/utils/string.d.ts +0 -2
  391. package/dist/utils/validate.d.cts +0 -1
  392. package/dist/utils/validate.d.ts +0 -1
  393. /package/dist/configs/commitlint/{base.cjs → index.cjs} +0 -0
  394. /package/dist/configs/commitlint/{base.d.cts → index.d.cts} +0 -0
  395. /package/dist/configs/commitlint/{base.d.ts → index.d.ts} +0 -0
  396. /package/dist/configs/commitlint/{base.js → index.js} +0 -0
  397. /package/dist/{typescript/config.cjs → configs/config.type.cjs} +0 -0
  398. /package/dist/{typescript/config.d.cts → configs/config.type.d.cts} +0 -0
  399. /package/dist/{typescript/config.d.ts → configs/config.type.d.ts} +0 -0
  400. /package/dist/{typescript/config.js → configs/config.type.js} +0 -0
  401. /package/dist/configs/eslint/{base.cjs → index.cjs} +0 -0
  402. /package/dist/configs/eslint/{base.d.cts → index.d.cts} +0 -0
  403. /package/dist/configs/eslint/{base.d.ts → index.d.ts} +0 -0
  404. /package/dist/configs/eslint/{base.js → index.js} +0 -0
  405. /package/dist/{typescript/api-response.cjs → configs/graphql/graphql-codegen.type.cjs} +0 -0
  406. /package/dist/{typescript/api-response.js → configs/graphql/graphql-codegen.type.js} +0 -0
  407. /package/dist/configs/graphql/{graphql-codegen.d.cts → graphql-codegen.util.d.cts} +0 -0
  408. /package/dist/configs/graphql/{graphql-codegen.d.ts → graphql-codegen.util.d.ts} +0 -0
  409. /package/dist/configs/lint-staged/{base.cjs → index.cjs} +0 -0
  410. /package/dist/configs/lint-staged/{base.d.cts → index.d.cts} +0 -0
  411. /package/dist/configs/lint-staged/{base.d.ts → index.d.ts} +0 -0
  412. /package/dist/configs/lint-staged/{base.js → index.js} +0 -0
  413. /package/dist/constants/{common-nodejs.cjs → nodejs.cjs} +0 -0
  414. /package/dist/constants/{common-nodejs.js → nodejs.js} +0 -0
  415. /package/dist/{constants/cli.cjs → nodejs/cli/cli.constant.cjs} +0 -0
  416. /package/dist/{constants/cli.js → nodejs/cli/cli.constant.js} +0 -0
  417. /package/dist/{cli.d.cts → nodejs/cli/cli.util.d.cts} +0 -0
  418. /package/dist/{cli.d.ts → nodejs/cli/cli.util.d.ts} +0 -0
  419. /package/dist/{utils/fs.cjs → nodejs/fs/fs.util.cjs} +0 -0
  420. /package/dist/{utils/fs.js → nodejs/fs/fs.util.js} +0 -0
  421. /package/dist/{utils/log-nodejs.cjs → nodejs/log/log.util.cjs} +0 -0
  422. /package/dist/{utils/log-nodejs.js → nodejs/log/log.util.js} +0 -0
  423. /package/dist/nodejs/{mongo.cjs → mongo/mongo.cjs} +0 -0
  424. /package/dist/nodejs/{mongo.js → mongo/mongo.js} +0 -0
  425. /package/dist/{typescript/mongo.cjs → nodejs/mongo/mongo.type.cjs} +0 -0
  426. /package/dist/{typescript/mongo.js → nodejs/mongo/mongo.type.js} +0 -0
  427. /package/dist/{constants/package.cjs → nodejs/package/package.constant.cjs} +0 -0
  428. /package/dist/{constants/package.js → nodejs/package/package.constant.js} +0 -0
  429. /package/dist/{typescript/apollo-error.cjs → nodejs/package/package.type.cjs} +0 -0
  430. /package/dist/{typescript/apollo-error.js → nodejs/package/package.type.js} +0 -0
  431. /package/dist/{constants/graphql.cjs → react/apollo-client/apollo-client.constant.cjs} +0 -0
  432. /package/dist/{constants/graphql.js → react/apollo-client/apollo-client.constant.js} +0 -0
  433. /package/dist/{typescript/apollo.cjs → react/apollo-client/apollo-client.type.cjs} +0 -0
  434. /package/dist/{typescript/apollo.js → react/apollo-client/apollo-client.type.js} +0 -0
  435. /package/dist/react/{apollo-error.module.d.cts → apollo-error/apollo-error.module.d.cts} +0 -0
  436. /package/dist/react/{apollo-error.module.d.ts → apollo-error/apollo-error.module.d.ts} +0 -0
  437. /package/dist/{typescript/graphql-codegen.cjs → react/apollo-error/apollo-error.type.cjs} +0 -0
  438. /package/dist/{typescript/graphql-codegen.js → react/apollo-error/apollo-error.type.js} +0 -0
  439. /package/dist/{configs/i18n/react → react/i18next}/i18next.cjs +0 -0
  440. /package/dist/{configs/i18n/react → react/i18next}/i18next.js +0 -0
  441. /package/dist/{configs/i18n/react → react/i18next}/index.cjs +0 -0
  442. /package/dist/{configs/i18n/react → react/i18next}/index.js +0 -0
  443. /package/dist/react/{loading.module.d.cts → loading/loading.module.d.cts} +0 -0
  444. /package/dist/react/{loading.module.d.ts → loading/loading.module.d.ts} +0 -0
  445. /package/dist/react/{loading.module.scss → loading/loading.module.scss} +0 -0
  446. /package/dist/{typescript/loading.cjs → react/loading/loading.type.cjs} +0 -0
  447. /package/dist/{typescript/loading.js → react/loading/loading.type.js} +0 -0
  448. /package/dist/{utils/log.cjs → react/log/index.cjs} +0 -0
  449. /package/dist/{utils/log.js → react/log/index.js} +0 -0
  450. /package/dist/{typescript/log.cjs → react/log/log.type.cjs} +0 -0
  451. /package/dist/{typescript/log.js → react/log/log.type.js} +0 -0
  452. /package/dist/{typescript/next-intl.cjs → react/next-intl/next-intl.type.cjs} +0 -0
  453. /package/dist/{typescript/next-intl.js → react/next-intl/next-intl.type.js} +0 -0
  454. /package/dist/{utils/react-hot-toast.cjs → react/toast/index.cjs} +0 -0
  455. /package/dist/{utils/react-hot-toast.js → react/toast/index.js} +0 -0
  456. /package/dist/{configs/vitest/react/unit.setup.cjs → react/vitest/vitest.unit.setup.cjs} +0 -0
  457. /package/dist/{configs/vitest/react/unit.setup.d.cts → react/vitest/vitest.unit.setup.d.cts} +0 -0
  458. /package/dist/{configs/vitest/react/unit.setup.d.ts → react/vitest/vitest.unit.setup.d.ts} +0 -0
  459. /package/dist/{configs/vitest/react/unit.setup.js → react/vitest/vitest.unit.setup.js} +0 -0
  460. /package/dist/utils/{serializer.cjs → serializer/index.cjs} +0 -0
  461. /package/dist/utils/{serializer.js → serializer/index.js} +0 -0
  462. /package/dist/{typescript/package.cjs → utils/serializer/serializer.type.cjs} +0 -0
  463. /package/dist/{typescript/package.js → utils/serializer/serializer.type.js} +0 -0
  464. /package/dist/utils/{string.cjs → string/index.cjs} +0 -0
  465. /package/dist/{typescript/serializer.cjs → utils/string/string.type.cjs} +0 -0
  466. /package/dist/{typescript/serializer.js → utils/string/string.type.js} +0 -0
  467. /package/dist/utils/{string.js → string/string.util.js} +0 -0
  468. /package/dist/utils/{validate.cjs → validate/index.cjs} +0 -0
  469. /package/dist/utils/{validate.js → validate/index.js} +0 -0
@@ -5,7 +5,7 @@ import type { AggregatePaginateResult } from 'mongoose';
5
5
  import { ApolloCache } from '@apollo/client';
6
6
  import { ApolloClient } from '@apollo/client';
7
7
  import { ApolloClientOptions } from '@apollo/client';
8
- import type { ApolloError } from '@apollo/client';
8
+ import type { ApolloError as ApolloError_2 } from '@apollo/client';
9
9
  import type { ApolloLink } from '@apollo/client';
10
10
  import type { ClientSession } from 'mongoose';
11
11
  import type { CodegenConfig } from '@graphql-codegen/cli';
@@ -20,7 +20,9 @@ import type { ErrorHandlingMiddlewareFunction } from 'mongoose';
20
20
  import type { ErrorHandlingMiddlewareWithOption } from 'mongoose';
21
21
  import type { Filter } from 'mongodb';
22
22
  import type { FilterQuery } from 'mongoose';
23
- import { I_Command as I_Command_3 } from '#typescript/command.js';
23
+ import { I_ApolloErrorContext as I_ApolloErrorContext_2 } from './apollo-error.type.js';
24
+ import { I_Command as I_Command_2 } from './command.type.js';
25
+ import { I_LoadingContext as I_LoadingContext_2 } from './loading.type.js';
24
26
  import type { InitOptions } from 'i18next';
25
27
  import type { InsertManyOptions } from 'mongoose';
26
28
  import type { InsertManyResult } from 'mongodb';
@@ -63,35 +65,48 @@ import type { WithId } from 'mongodb';
63
65
  export { aggregatePaginate }
64
66
  export { aggregatePaginate as aggregatePaginate_alias_1 }
65
67
  export { aggregatePaginate as aggregatePaginate_alias_2 }
68
+ export { aggregatePaginate as aggregatePaginate_alias_3 }
66
69
 
67
70
  export { ApolloCache }
68
71
  export { ApolloCache as ApolloCache_alias_1 }
69
72
  export { ApolloCache as ApolloCache_alias_2 }
73
+ export { ApolloCache as ApolloCache_alias_3 }
70
74
 
71
75
  export { ApolloClient }
72
76
  export { ApolloClient as ApolloClient_alias_1 }
73
77
  export { ApolloClient as ApolloClient_alias_2 }
78
+ export { ApolloClient as ApolloClient_alias_3 }
74
79
 
75
80
  export { ApolloClientOptions }
76
81
  export { ApolloClientOptions as ApolloClientOptions_alias_1 }
77
82
  export { ApolloClientOptions as ApolloClientOptions_alias_2 }
83
+ export { ApolloClientOptions as ApolloClientOptions_alias_3 }
78
84
 
79
- declare function ApolloErrorViewerModal(): JSX_2.Element | null;
80
- export { ApolloErrorViewerModal }
81
- export { ApolloErrorViewerModal as ApolloErrorViewerModal_alias_1 }
82
- export { ApolloErrorViewerModal as ApolloErrorViewerModal_alias_2 }
85
+ declare function ApolloError(): JSX_2.Element | null;
86
+ export { ApolloError }
87
+ export { ApolloError as ApolloError_alias_1 }
88
+ export { ApolloError as ApolloError_alias_2 }
89
+ export { ApolloError as ApolloError_alias_3 }
83
90
 
84
- declare function ApolloErrorViewerProvider({ children }: {
91
+ declare const ApolloErrorContext: Context<I_ApolloErrorContext | undefined>;
92
+ export { ApolloErrorContext }
93
+ export { ApolloErrorContext as ApolloErrorContext_alias_1 }
94
+ export { ApolloErrorContext as ApolloErrorContext_alias_2 }
95
+ export { ApolloErrorContext as ApolloErrorContext_alias_3 }
96
+
97
+ declare function ApolloErrorProvider({ children }: {
85
98
  children: ReactNode;
86
99
  }): JSX_2.Element;
87
- export { ApolloErrorViewerProvider }
88
- export { ApolloErrorViewerProvider as ApolloErrorViewerProvider_alias_1 }
89
- export { ApolloErrorViewerProvider as ApolloErrorViewerProvider_alias_2 }
100
+ export { ApolloErrorProvider }
101
+ export { ApolloErrorProvider as ApolloErrorProvider_alias_1 }
102
+ export { ApolloErrorProvider as ApolloErrorProvider_alias_2 }
103
+ export { ApolloErrorProvider as ApolloErrorProvider_alias_3 }
90
104
 
91
- declare function ApolloProvider({ isNextJS, options, children, client: CustomClient, provider: CustomProvider, cache: CustomCache, }: I_ApolloProviderProps_2): JSX_2.Element;
105
+ declare function ApolloProvider({ isNextJS, options, children, client: CustomClient, provider: CustomProvider, cache: CustomCache, }: I_ApolloProviderProps): JSX_2.Element;
92
106
  export { ApolloProvider }
93
107
  export { ApolloProvider as ApolloProvider_alias_1 }
94
108
  export { ApolloProvider as ApolloProvider_alias_2 }
109
+ export { ApolloProvider as ApolloProvider_alias_3 }
95
110
 
96
111
  declare function appendFileSync(filePath: string, data: string | T_Object_2, options?: {
97
112
  isJson?: boolean;
@@ -99,56 +114,61 @@ declare function appendFileSync(filePath: string, data: string | T_Object_2, opt
99
114
  export { appendFileSync }
100
115
  export { appendFileSync as appendFileSync_alias_1 }
101
116
  export { appendFileSync as appendFileSync_alias_2 }
117
+ export { appendFileSync as appendFileSync_alias_3 }
102
118
 
103
119
  declare const BUILD_DIRECTORY = "dist";
104
120
  export { BUILD_DIRECTORY }
105
121
  export { BUILD_DIRECTORY as BUILD_DIRECTORY_alias_1 }
106
122
  export { BUILD_DIRECTORY as BUILD_DIRECTORY_alias_2 }
123
+ export { BUILD_DIRECTORY as BUILD_DIRECTORY_alias_3 }
107
124
 
108
125
  declare class C_Collection<T extends Partial<C_Document>> extends Collection<T> {
109
126
  }
110
127
  export { C_Collection }
111
128
  export { C_Collection as C_Collection_alias_1 }
112
129
  export { C_Collection as C_Collection_alias_2 }
130
+ export { C_Collection as C_Collection_alias_3 }
113
131
 
114
132
  declare class C_Db extends Db {
115
133
  }
116
134
  export { C_Db }
117
135
  export { C_Db as C_Db_alias_1 }
118
136
  export { C_Db as C_Db_alias_2 }
119
-
120
- declare class C_Db_2 extends Db { }
137
+ export { C_Db as C_Db_alias_3 }
121
138
 
122
139
  declare class C_Document extends Document_2 {
123
140
  }
124
141
  export { C_Document }
125
142
  export { C_Document as C_Document_alias_1 }
126
143
  export { C_Document as C_Document_alias_2 }
127
-
128
- declare class C_Document_2 extends Document_2 { }
144
+ export { C_Document as C_Document_alias_3 }
129
145
 
130
146
  declare class C_Model extends Model {
131
147
  }
132
148
  export { C_Model }
133
149
  export { C_Model as C_Model_alias_1 }
134
150
  export { C_Model as C_Model_alias_2 }
151
+ export { C_Model as C_Model_alias_3 }
135
152
 
136
- declare const CHECK_PACKAGE_EMPTY_RESULT: I_CheckPackage_2;
153
+ declare const CHECK_PACKAGE_EMPTY_RESULT: I_CheckPackage;
137
154
  export { CHECK_PACKAGE_EMPTY_RESULT }
138
155
  export { CHECK_PACKAGE_EMPTY_RESULT as CHECK_PACKAGE_EMPTY_RESULT_alias_1 }
139
156
  export { CHECK_PACKAGE_EMPTY_RESULT as CHECK_PACKAGE_EMPTY_RESULT_alias_2 }
157
+ export { CHECK_PACKAGE_EMPTY_RESULT as CHECK_PACKAGE_EMPTY_RESULT_alias_3 }
140
158
 
141
159
  declare function checkPackage(packageName: string, options?: {
142
160
  update?: boolean;
143
- }): Promise<I_CheckPackage_2>;
161
+ }): Promise<I_CheckPackage>;
144
162
  export { checkPackage }
145
163
  export { checkPackage as checkPackage_alias_1 }
146
164
  export { checkPackage as checkPackage_alias_2 }
165
+ export { checkPackage as checkPackage_alias_3 }
147
166
 
148
167
  declare function clearAllErrorLists(): Promise<void>;
149
168
  export { clearAllErrorLists }
150
169
  export { clearAllErrorLists as clearAllErrorLists_alias_1 }
151
170
  export { clearAllErrorLists as clearAllErrorLists_alias_2 }
171
+ export { clearAllErrorLists as clearAllErrorLists_alias_3 }
152
172
 
153
173
  declare const COMMAND: {
154
174
  SIMPLE_GIT_HOOKS: string;
@@ -173,6 +193,7 @@ declare const COMMAND: {
173
193
  export { COMMAND }
174
194
  export { COMMAND as COMMAND_alias_1 }
175
195
  export { COMMAND as COMMAND_alias_2 }
196
+ export { COMMAND as COMMAND_alias_3 }
176
197
 
177
198
  declare const COMMAND_DESCRIPTIONS: {
178
199
  lint: string;
@@ -189,18 +210,21 @@ declare const COMMAND_DESCRIPTIONS: {
189
210
  export { COMMAND_DESCRIPTIONS }
190
211
  export { COMMAND_DESCRIPTIONS as COMMAND_DESCRIPTIONS_alias_1 }
191
212
  export { COMMAND_DESCRIPTIONS as COMMAND_DESCRIPTIONS_alias_2 }
213
+ export { COMMAND_DESCRIPTIONS as COMMAND_DESCRIPTIONS_alias_3 }
192
214
 
193
215
  declare const COMMIT_LINT_CLI = "commitlint";
194
216
  export { COMMIT_LINT_CLI }
195
217
  export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_1 }
196
218
  export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_2 }
219
+ export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_3 }
197
220
 
198
221
  declare const COMMIT_LINT_PACKAGE_NAME = "@commitlint/cli";
199
222
  export { COMMIT_LINT_PACKAGE_NAME }
200
223
  export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_1 }
201
224
  export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_2 }
225
+ export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_3 }
202
226
 
203
- declare function createGraphqlCodegenConfig({ uri, from, to, withComponent, withHOC, withHooks, withMutationFn, withRefetchFn, }: I_GraphqlCodegenConfig_2): CodegenConfig;
227
+ declare function createGraphqlCodegenConfig({ uri, from, to, withComponent, withHOC, withHooks, withMutationFn, withRefetchFn, }: I_GraphqlCodegenConfig): CodegenConfig;
204
228
  export { createGraphqlCodegenConfig }
205
229
  export { createGraphqlCodegenConfig as createGraphqlCodegenConfig_alias_1 }
206
230
 
@@ -208,21 +232,31 @@ declare const CYBERSKILL_CLI = "cyberskill";
208
232
  export { CYBERSKILL_CLI }
209
233
  export { CYBERSKILL_CLI as CYBERSKILL_CLI_alias_1 }
210
234
  export { CYBERSKILL_CLI as CYBERSKILL_CLI_alias_2 }
235
+ export { CYBERSKILL_CLI as CYBERSKILL_CLI_alias_3 }
236
+
237
+ declare const CYBERSKILL_CLI_PATH = "src/nodejs/cli/index.ts";
238
+ export { CYBERSKILL_CLI_PATH }
239
+ export { CYBERSKILL_CLI_PATH as CYBERSKILL_CLI_PATH_alias_1 }
240
+ export { CYBERSKILL_CLI_PATH as CYBERSKILL_CLI_PATH_alias_2 }
241
+ export { CYBERSKILL_CLI_PATH as CYBERSKILL_CLI_PATH_alias_3 }
211
242
 
212
243
  declare const CYBERSKILL_DIRECTORY: string;
213
244
  export { CYBERSKILL_DIRECTORY }
214
245
  export { CYBERSKILL_DIRECTORY as CYBERSKILL_DIRECTORY_alias_1 }
215
246
  export { CYBERSKILL_DIRECTORY as CYBERSKILL_DIRECTORY_alias_2 }
247
+ export { CYBERSKILL_DIRECTORY as CYBERSKILL_DIRECTORY_alias_3 }
216
248
 
217
249
  declare const CYBERSKILL_PACKAGE_NAME = "@cyberskill/shared";
218
250
  export { CYBERSKILL_PACKAGE_NAME }
219
251
  export { CYBERSKILL_PACKAGE_NAME as CYBERSKILL_PACKAGE_NAME_alias_1 }
220
252
  export { CYBERSKILL_PACKAGE_NAME as CYBERSKILL_PACKAGE_NAME_alias_2 }
253
+ export { CYBERSKILL_PACKAGE_NAME as CYBERSKILL_PACKAGE_NAME_alias_3 }
221
254
 
222
255
  declare const CYBERSKILL_STORAGE = ".cyberskill-storage";
223
256
  export { CYBERSKILL_STORAGE }
224
257
  export { CYBERSKILL_STORAGE as CYBERSKILL_STORAGE_alias_1 }
225
258
  export { CYBERSKILL_STORAGE as CYBERSKILL_STORAGE_alias_2 }
259
+ export { CYBERSKILL_STORAGE as CYBERSKILL_STORAGE_alias_3 }
226
260
 
227
261
  declare const DEBUG: boolean;
228
262
  export { DEBUG }
@@ -233,6 +267,7 @@ declare function deepMerge(...object: T_Object_2[]): T_Object_2;
233
267
  export { deepMerge }
234
268
  export { deepMerge as deepMerge_alias_1 }
235
269
  export { deepMerge as deepMerge_alias_2 }
270
+ export { deepMerge as deepMerge_alias_3 }
236
271
 
237
272
  export declare const default_alias: {
238
273
  extends: string[];
@@ -1396,10 +1431,6 @@ export declare const default_alias_2: {
1396
1431
  '*': string[];
1397
1432
  };
1398
1433
 
1399
- export declare const default_alias_3: (options: UserConfig) => UserConfig;
1400
-
1401
- export declare const default_alias_4: (options: UserConfig) => UserConfig;
1402
-
1403
1434
  declare enum E_CommandType {
1404
1435
  PNPM_ADD_AND_EXEC = "PNPM_ADD_AND_EXEC",
1405
1436
  PNPM_ADD_DEV_AND_EXEC = "PNPM_ADD_DEV_AND_EXEC",
@@ -1408,6 +1439,7 @@ declare enum E_CommandType {
1408
1439
  export { E_CommandType }
1409
1440
  export { E_CommandType as E_CommandType_alias_1 }
1410
1441
  export { E_CommandType as E_CommandType_alias_2 }
1442
+ export { E_CommandType as E_CommandType_alias_3 }
1411
1443
 
1412
1444
  declare enum E_ConfigType {
1413
1445
  ESLINT = "eslint",
@@ -1420,14 +1452,6 @@ export { E_ConfigType }
1420
1452
  export { E_ConfigType as E_ConfigType_alias_1 }
1421
1453
  export { E_ConfigType as E_ConfigType_alias_2 }
1422
1454
 
1423
- declare enum E_ConfigType_2 {
1424
- ESLINT = 'eslint',
1425
- COMMITLINT = 'commitlint',
1426
- LINT_STAGED = 'lint-staged',
1427
- VITEST_REACT_E2E = 'vitest-react-e2e',
1428
- VITEST_REACT_UNIT = 'vitest-react-unit',
1429
- }
1430
-
1431
1455
  declare enum E_IssueType {
1432
1456
  Error = "error",
1433
1457
  Warning = "warning"
@@ -1435,103 +1459,111 @@ declare enum E_IssueType {
1435
1459
  export { E_IssueType }
1436
1460
  export { E_IssueType as E_IssueType_alias_1 }
1437
1461
  export { E_IssueType as E_IssueType_alias_2 }
1438
-
1439
- declare enum E_IssueType_2 {
1440
- Error = 'error',
1441
- Warning = 'warning',
1442
- }
1462
+ export { E_IssueType as E_IssueType_alias_3 }
1443
1463
 
1444
1464
  declare const ESLINT_CLI = "eslint";
1445
1465
  export { ESLINT_CLI }
1446
1466
  export { ESLINT_CLI as ESLINT_CLI_alias_1 }
1447
1467
  export { ESLINT_CLI as ESLINT_CLI_alias_2 }
1468
+ export { ESLINT_CLI as ESLINT_CLI_alias_3 }
1448
1469
 
1449
1470
  declare const ESLINT_INSPECT_CLI = "eslint-config-inspector";
1450
1471
  export { ESLINT_INSPECT_CLI }
1451
1472
  export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_1 }
1452
1473
  export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_2 }
1474
+ export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_3 }
1453
1475
 
1454
1476
  declare const ESLINT_INSPECT_PACKAGE_NAME = "@eslint/config-inspector";
1455
1477
  export { ESLINT_INSPECT_PACKAGE_NAME }
1456
1478
  export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_1 }
1457
1479
  export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_2 }
1480
+ export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_3 }
1458
1481
 
1459
1482
  declare const ESLINT_PACKAGE_NAME = "eslint";
1460
1483
  export { ESLINT_PACKAGE_NAME }
1461
1484
  export { ESLINT_PACKAGE_NAME as ESLINT_PACKAGE_NAME_alias_1 }
1462
1485
  export { ESLINT_PACKAGE_NAME as ESLINT_PACKAGE_NAME_alias_2 }
1486
+ export { ESLINT_PACKAGE_NAME as ESLINT_PACKAGE_NAME_alias_3 }
1463
1487
 
1464
1488
  declare function executeCommand(command: string, parser?: typeof parseCommandOutput): Promise<void>;
1465
1489
  export { executeCommand }
1466
1490
  export { executeCommand as executeCommand_alias_1 }
1467
1491
  export { executeCommand as executeCommand_alias_2 }
1492
+ export { executeCommand as executeCommand_alias_3 }
1468
1493
 
1469
1494
  declare function existsSync(...paths: string[]): boolean;
1470
1495
  export { existsSync }
1471
1496
  export { existsSync as existsSync_alias_1 }
1472
1497
  export { existsSync as existsSync_alias_2 }
1498
+ export { existsSync as existsSync_alias_3 }
1473
1499
 
1474
- declare function formatCommand(command: T_Command_2, context?: I_CommandContext_2): string | I_Command_3;
1500
+ declare function formatCommand(command: T_Command, context?: I_CommandContext): string | I_Command_2;
1475
1501
  export { formatCommand }
1476
1502
  export { formatCommand as formatCommand_alias_1 }
1477
1503
  export { formatCommand as formatCommand_alias_2 }
1504
+ export { formatCommand as formatCommand_alias_3 }
1478
1505
 
1479
1506
  declare function generateShortId(uuid: string, length?: number): string;
1480
1507
  export { generateShortId }
1481
1508
  export { generateShortId as generateShortId_alias_1 }
1482
1509
  export { generateShortId as generateShortId_alias_2 }
1510
+ export { generateShortId as generateShortId_alias_3 }
1483
1511
 
1484
- declare function generateSlug(str?: string, options?: I_SlugifyOptions_2): string;
1512
+ declare function generateSlug(str?: string, options?: I_SlugifyOptions): string;
1485
1513
  export { generateSlug }
1486
1514
  export { generateSlug as generateSlug_alias_1 }
1487
1515
  export { generateSlug as generateSlug_alias_2 }
1516
+ export { generateSlug as generateSlug_alias_3 }
1488
1517
 
1489
1518
  declare function getLatestPackageVersion(packageName: string): Promise<string>;
1490
1519
  export { getLatestPackageVersion }
1491
1520
  export { getLatestPackageVersion as getLatestPackageVersion_alias_1 }
1492
1521
  export { getLatestPackageVersion as getLatestPackageVersion_alias_2 }
1522
+ export { getLatestPackageVersion as getLatestPackageVersion_alias_3 }
1493
1523
 
1494
- declare function getPackage(packageName: string): I_GetPackage_2 | false;
1524
+ declare function getPackage(packageName: string): I_GetPackage | false;
1495
1525
  export { getPackage }
1496
1526
  export { getPackage as getPackage_alias_1 }
1497
1527
  export { getPackage as getPackage_alias_2 }
1528
+ export { getPackage as getPackage_alias_3 }
1498
1529
 
1499
- declare function getStorageDir(): string;
1500
- export { getStorageDir }
1501
- export { getStorageDir as getStorageDir_alias_1 }
1502
- export { getStorageDir as getStorageDir_alias_2 }
1503
-
1504
- declare function getStoredErrorLists(): Promise<I_IssueEntry_2[]>;
1530
+ declare function getStoredErrorLists(): Promise<I_IssueEntry[]>;
1505
1531
  export { getStoredErrorLists }
1506
1532
  export { getStoredErrorLists as getStoredErrorLists_alias_1 }
1507
1533
  export { getStoredErrorLists as getStoredErrorLists_alias_2 }
1534
+ export { getStoredErrorLists as getStoredErrorLists_alias_3 }
1508
1535
 
1509
1536
  declare const GIT_CLI = "git";
1510
1537
  export { GIT_CLI }
1511
1538
  export { GIT_CLI as GIT_CLI_alias_1 }
1512
1539
  export { GIT_CLI as GIT_CLI_alias_2 }
1540
+ export { GIT_CLI as GIT_CLI_alias_3 }
1513
1541
 
1514
1542
  declare const GIT_COMMIT_EDITMSG = ".git/COMMIT_EDITMSG";
1515
1543
  export { GIT_COMMIT_EDITMSG }
1516
1544
  export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_1 }
1517
1545
  export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_2 }
1546
+ export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_3 }
1518
1547
 
1519
1548
  declare const GIT_HOOK = ".git/hooks/";
1520
1549
  export { GIT_HOOK }
1521
1550
  export { GIT_HOOK as GIT_HOOK_alias_1 }
1522
1551
  export { GIT_HOOK as GIT_HOOK_alias_2 }
1552
+ export { GIT_HOOK as GIT_HOOK_alias_3 }
1523
1553
 
1524
1554
  declare const GIT_IGNORE = ".gitignore";
1525
1555
  export { GIT_IGNORE }
1526
1556
  export { GIT_IGNORE as GIT_IGNORE_alias_1 }
1527
1557
  export { GIT_IGNORE as GIT_IGNORE_alias_2 }
1558
+ export { GIT_IGNORE as GIT_IGNORE_alias_3 }
1528
1559
 
1529
1560
  declare const GRAPHQL_URI_DEFAULT = "/graphql";
1530
1561
  export { GRAPHQL_URI_DEFAULT }
1531
1562
  export { GRAPHQL_URI_DEFAULT as GRAPHQL_URI_DEFAULT_alias_1 }
1532
1563
  export { GRAPHQL_URI_DEFAULT as GRAPHQL_URI_DEFAULT_alias_2 }
1564
+ export { GRAPHQL_URI_DEFAULT as GRAPHQL_URI_DEFAULT_alias_3 }
1533
1565
 
1534
- declare function HOOK({ isCurrentProject }: Partial<I_CommandContext_2>): {
1566
+ declare function HOOK({ isCurrentProject }: Partial<I_CommandContext>): {
1535
1567
  'pre-push'?: {
1536
1568
  raw: boolean;
1537
1569
  cmd: string;
@@ -1542,21 +1574,17 @@ declare function HOOK({ isCurrentProject }: Partial<I_CommandContext_2>): {
1542
1574
  export { HOOK }
1543
1575
  export { HOOK as HOOK_alias_1 }
1544
1576
  export { HOOK as HOOK_alias_2 }
1577
+ export { HOOK as HOOK_alias_3 }
1545
1578
 
1546
- declare interface I_ApolloErrorViewerContext {
1547
- error: ApolloError | null;
1548
- showError: (error: ApolloError) => void;
1549
- hideError: () => void;
1550
- }
1551
- export { I_ApolloErrorViewerContext }
1552
- export { I_ApolloErrorViewerContext as I_ApolloErrorViewerContext_alias_1 }
1553
- export { I_ApolloErrorViewerContext as I_ApolloErrorViewerContext_alias_2 }
1554
-
1555
- declare interface I_ApolloErrorViewerContext_2 {
1556
- error: ApolloError | null;
1557
- showError: (error: ApolloError) => void;
1579
+ declare interface I_ApolloErrorContext {
1580
+ error: ApolloError_2 | null;
1581
+ showError: (error: ApolloError_2) => void;
1558
1582
  hideError: () => void;
1559
1583
  }
1584
+ export { I_ApolloErrorContext }
1585
+ export { I_ApolloErrorContext as I_ApolloErrorContext_alias_1 }
1586
+ export { I_ApolloErrorContext as I_ApolloErrorContext_alias_2 }
1587
+ export { I_ApolloErrorContext as I_ApolloErrorContext_alias_3 }
1560
1588
 
1561
1589
  declare interface I_ApolloOptions extends Omit<ApolloClientOptions<NormalizedCacheObject>, 'cache'> {
1562
1590
  uri?: string;
@@ -1568,17 +1596,9 @@ declare interface I_ApolloOptions extends Omit<ApolloClientOptions<NormalizedCac
1568
1596
  export { I_ApolloOptions }
1569
1597
  export { I_ApolloOptions as I_ApolloOptions_alias_1 }
1570
1598
  export { I_ApolloOptions as I_ApolloOptions_alias_2 }
1599
+ export { I_ApolloOptions as I_ApolloOptions_alias_3 }
1571
1600
 
1572
- declare interface I_ApolloOptions_2 extends Omit<ApolloClientOptions<NormalizedCacheObject>, 'cache'> {
1573
- uri?: string;
1574
- wsUrl?: string;
1575
- cache?: ApolloCache<NormalizedCacheObject>;
1576
- customLinks?: ApolloLink[];
1577
- ssrMode?: boolean;
1578
- }
1579
-
1580
- declare interface I_ApolloProviderProps {
1581
- children: T_Children;
1601
+ declare interface I_ApolloProviderProps extends I_Children_2 {
1582
1602
  isNextJS?: boolean;
1583
1603
  options?: I_ApolloOptions;
1584
1604
  client?: ApolloClient<NormalizedCacheObject>;
@@ -1589,16 +1609,7 @@ declare interface I_ApolloProviderProps {
1589
1609
  export { I_ApolloProviderProps }
1590
1610
  export { I_ApolloProviderProps as I_ApolloProviderProps_alias_1 }
1591
1611
  export { I_ApolloProviderProps as I_ApolloProviderProps_alias_2 }
1592
-
1593
- declare interface I_ApolloProviderProps_2 {
1594
- children: T_Children_2;
1595
- isNextJS?: boolean;
1596
- options?: I_ApolloOptions_2;
1597
- client?: ApolloClient<NormalizedCacheObject>;
1598
- makeClient?: () => ApolloClient<NormalizedCacheObject>;
1599
- provider?: ComponentType<I_ApolloProviderProps_2>;
1600
- cache?: ApolloCache<NormalizedCacheObject>;
1601
- }
1612
+ export { I_ApolloProviderProps as I_ApolloProviderProps_alias_3 }
1602
1613
 
1603
1614
  declare interface I_CheckPackage {
1604
1615
  isCurrentProject: boolean;
@@ -1609,12 +1620,17 @@ declare interface I_CheckPackage {
1609
1620
  export { I_CheckPackage }
1610
1621
  export { I_CheckPackage as I_CheckPackage_alias_1 }
1611
1622
  export { I_CheckPackage as I_CheckPackage_alias_2 }
1623
+ export { I_CheckPackage as I_CheckPackage_alias_3 }
1612
1624
 
1613
- declare interface I_CheckPackage_2 {
1614
- isCurrentProject: boolean;
1615
- installedPath: string;
1616
- file: T_PackageJson_2;
1617
- isUpToDate: boolean;
1625
+ declare interface I_Children {
1626
+ children: T_Children;
1627
+ }
1628
+ export { I_Children }
1629
+ export { I_Children as I_Children_alias_1 }
1630
+ export { I_Children as I_Children_alias_2 }
1631
+
1632
+ declare interface I_Children_2 {
1633
+ children: T_Children_2;
1618
1634
  }
1619
1635
 
1620
1636
  declare interface I_Command {
@@ -1624,8 +1640,7 @@ declare interface I_Command {
1624
1640
  export { I_Command }
1625
1641
  export { I_Command as I_Command_alias_1 }
1626
1642
  export { I_Command as I_Command_alias_2 }
1627
-
1628
- declare interface I_Command_2 { raw: boolean; cmd: string }
1643
+ export { I_Command as I_Command_alias_3 }
1629
1644
 
1630
1645
  declare interface I_CommandContext {
1631
1646
  isRemote: boolean;
@@ -1634,11 +1649,7 @@ declare interface I_CommandContext {
1634
1649
  export { I_CommandContext }
1635
1650
  export { I_CommandContext as I_CommandContext_alias_1 }
1636
1651
  export { I_CommandContext as I_CommandContext_alias_2 }
1637
-
1638
- declare interface I_CommandContext_2 {
1639
- isRemote: boolean;
1640
- isCurrentProject: boolean;
1641
- }
1652
+ export { I_CommandContext as I_CommandContext_alias_3 }
1642
1653
 
1643
1654
  declare interface I_CreateModelOptions<T extends Partial<C_Document>> extends I_MongooseOptions<T> {
1644
1655
  schema: T_Input_MongooseSchema<T>;
@@ -1650,15 +1661,7 @@ declare interface I_CreateModelOptions<T extends Partial<C_Document>> extends I_
1650
1661
  export { I_CreateModelOptions }
1651
1662
  export { I_CreateModelOptions as I_CreateModelOptions_alias_1 }
1652
1663
  export { I_CreateModelOptions as I_CreateModelOptions_alias_2 }
1653
-
1654
- declare interface I_CreateModelOptions_2<T extends Partial<C_Document_2>>
1655
- extends I_MongooseOptions_2<T> {
1656
- schema: T_Input_MongooseSchema_2<T>;
1657
- name: string;
1658
- aggregate?: boolean;
1659
- middlewares?: I_MongooseModelMiddleware_2<T>[];
1660
- pagination?: boolean;
1661
- }
1664
+ export { I_CreateModelOptions as I_CreateModelOptions_alias_3 }
1662
1665
 
1663
1666
  declare interface I_CreateSchemaOptions<T extends Partial<C_Document>> extends I_MongooseOptions<T> {
1664
1667
  schema: T_Input_MongooseSchema<T>;
@@ -1667,12 +1670,7 @@ declare interface I_CreateSchemaOptions<T extends Partial<C_Document>> extends I
1667
1670
  export { I_CreateSchemaOptions }
1668
1671
  export { I_CreateSchemaOptions as I_CreateSchemaOptions_alias_1 }
1669
1672
  export { I_CreateSchemaOptions as I_CreateSchemaOptions_alias_2 }
1670
-
1671
- declare interface I_CreateSchemaOptions_2<T extends Partial<C_Document_2>>
1672
- extends I_MongooseOptions_2<T> {
1673
- schema: T_Input_MongooseSchema_2<T>;
1674
- standalone?: boolean;
1675
- }
1673
+ export { I_CreateSchemaOptions as I_CreateSchemaOptions_alias_3 }
1676
1674
 
1677
1675
  declare interface I_DeleteOptionsExtended extends Omit<QueryOptions, 'session'> {
1678
1676
  session?: ClientSession;
@@ -1680,10 +1678,7 @@ declare interface I_DeleteOptionsExtended extends Omit<QueryOptions, 'session'>
1680
1678
  export { I_DeleteOptionsExtended }
1681
1679
  export { I_DeleteOptionsExtended as I_DeleteOptionsExtended_alias_1 }
1682
1680
  export { I_DeleteOptionsExtended as I_DeleteOptionsExtended_alias_2 }
1683
-
1684
- declare interface I_DeleteOptionsExtended_2 extends Omit<QueryOptions, 'session'> {
1685
- session?: ClientSession;
1686
- }
1681
+ export { I_DeleteOptionsExtended as I_DeleteOptionsExtended_alias_3 }
1687
1682
 
1688
1683
  declare interface I_EslintError {
1689
1684
  filePath: string;
@@ -1698,16 +1693,14 @@ declare interface I_EslintError {
1698
1693
  export { I_EslintError }
1699
1694
  export { I_EslintError as I_EslintError_alias_1 }
1700
1695
  export { I_EslintError as I_EslintError_alias_2 }
1696
+ export { I_EslintError as I_EslintError_alias_3 }
1701
1697
 
1702
1698
  declare interface I_ExtendedModel<T extends Partial<C_Document>> extends Model<T>, PaginateModel<T>, AggregatePaginateModel<T> {
1703
1699
  }
1704
1700
  export { I_ExtendedModel }
1705
1701
  export { I_ExtendedModel as I_ExtendedModel_alias_1 }
1706
1702
  export { I_ExtendedModel as I_ExtendedModel_alias_2 }
1707
-
1708
- declare interface I_ExtendedModel_2<T extends Partial<C_Document_2>>
1709
- extends Model<T>, PaginateModel<T>,
1710
- AggregatePaginateModel<T> { }
1703
+ export { I_ExtendedModel as I_ExtendedModel_alias_3 }
1711
1704
 
1712
1705
  declare interface I_GenericDocument extends Partial<C_Document> {
1713
1706
  id: string;
@@ -1718,13 +1711,7 @@ declare interface I_GenericDocument extends Partial<C_Document> {
1718
1711
  export { I_GenericDocument }
1719
1712
  export { I_GenericDocument as I_GenericDocument_alias_1 }
1720
1713
  export { I_GenericDocument as I_GenericDocument_alias_2 }
1721
-
1722
- declare interface I_GenericDocument_2 extends Partial<C_Document_2> {
1723
- id: string;
1724
- isDel: boolean;
1725
- createdAt: string | Date;
1726
- updatedAt: string | Date;
1727
- }
1714
+ export { I_GenericDocument as I_GenericDocument_alias_3 }
1728
1715
 
1729
1716
  declare interface I_GetPackage {
1730
1717
  path: string;
@@ -1736,14 +1723,7 @@ declare interface I_GetPackage {
1736
1723
  export { I_GetPackage }
1737
1724
  export { I_GetPackage as I_GetPackage_alias_1 }
1738
1725
  export { I_GetPackage as I_GetPackage_alias_2 }
1739
-
1740
- declare interface I_GetPackage_2 {
1741
- path: string;
1742
- file: T_PackageJson_2;
1743
- isCurrentProject: boolean;
1744
- isDepend: boolean;
1745
- isDevDepend: boolean;
1746
- }
1726
+ export { I_GetPackage as I_GetPackage_alias_3 }
1747
1727
 
1748
1728
  declare interface I_GraphqlCodegenConfig {
1749
1729
  uri: string;
@@ -1757,18 +1737,6 @@ declare interface I_GraphqlCodegenConfig {
1757
1737
  }
1758
1738
  export { I_GraphqlCodegenConfig }
1759
1739
  export { I_GraphqlCodegenConfig as I_GraphqlCodegenConfig_alias_1 }
1760
- export { I_GraphqlCodegenConfig as I_GraphqlCodegenConfig_alias_2 }
1761
-
1762
- declare interface I_GraphqlCodegenConfig_2 {
1763
- uri: string;
1764
- from: string;
1765
- to: string;
1766
- withComponent?: boolean;
1767
- withHOC?: boolean;
1768
- withHooks?: boolean;
1769
- withMutationFn?: boolean;
1770
- withRefetchFn?: boolean;
1771
- }
1772
1740
 
1773
1741
  declare interface I_Input_CreateMany<T> {
1774
1742
  docs: T[];
@@ -1776,6 +1744,7 @@ declare interface I_Input_CreateMany<T> {
1776
1744
  export { I_Input_CreateMany }
1777
1745
  export { I_Input_CreateMany as I_Input_CreateMany_alias_1 }
1778
1746
  export { I_Input_CreateMany as I_Input_CreateMany_alias_2 }
1747
+ export { I_Input_CreateMany as I_Input_CreateMany_alias_3 }
1779
1748
 
1780
1749
  declare interface I_Input_CreateOne<T> {
1781
1750
  doc: T;
@@ -1783,6 +1752,7 @@ declare interface I_Input_CreateOne<T> {
1783
1752
  export { I_Input_CreateOne }
1784
1753
  export { I_Input_CreateOne as I_Input_CreateOne_alias_1 }
1785
1754
  export { I_Input_CreateOne as I_Input_CreateOne_alias_2 }
1755
+ export { I_Input_CreateOne as I_Input_CreateOne_alias_3 }
1786
1756
 
1787
1757
  declare interface I_Input_DeleteMany<T> {
1788
1758
  filter: T_FilterQuery<T>;
@@ -1791,6 +1761,7 @@ declare interface I_Input_DeleteMany<T> {
1791
1761
  export { I_Input_DeleteMany }
1792
1762
  export { I_Input_DeleteMany as I_Input_DeleteMany_alias_1 }
1793
1763
  export { I_Input_DeleteMany as I_Input_DeleteMany_alias_2 }
1764
+ export { I_Input_DeleteMany as I_Input_DeleteMany_alias_3 }
1794
1765
 
1795
1766
  declare interface I_Input_DeleteOne<T> {
1796
1767
  filter: T_FilterQuery<T>;
@@ -1799,6 +1770,7 @@ declare interface I_Input_DeleteOne<T> {
1799
1770
  export { I_Input_DeleteOne }
1800
1771
  export { I_Input_DeleteOne as I_Input_DeleteOne_alias_1 }
1801
1772
  export { I_Input_DeleteOne as I_Input_DeleteOne_alias_2 }
1773
+ export { I_Input_DeleteOne as I_Input_DeleteOne_alias_3 }
1802
1774
 
1803
1775
  declare interface I_Input_FindAll<T> extends T_PopulateOption {
1804
1776
  filter: T_FilterQuery<T>;
@@ -1808,6 +1780,7 @@ declare interface I_Input_FindAll<T> extends T_PopulateOption {
1808
1780
  export { I_Input_FindAll }
1809
1781
  export { I_Input_FindAll as I_Input_FindAll_alias_1 }
1810
1782
  export { I_Input_FindAll as I_Input_FindAll_alias_2 }
1783
+ export { I_Input_FindAll as I_Input_FindAll_alias_3 }
1811
1784
 
1812
1785
  declare interface I_Input_FindOne<T> extends T_PopulateOption {
1813
1786
  filter: T_FilterQuery<T>;
@@ -1817,6 +1790,7 @@ declare interface I_Input_FindOne<T> extends T_PopulateOption {
1817
1790
  export { I_Input_FindOne }
1818
1791
  export { I_Input_FindOne as I_Input_FindOne_alias_1 }
1819
1792
  export { I_Input_FindOne as I_Input_FindOne_alias_2 }
1793
+ export { I_Input_FindOne as I_Input_FindOne_alias_3 }
1820
1794
 
1821
1795
  declare interface I_Input_FindPaging<T> {
1822
1796
  filter?: T_FilterQuery<T>;
@@ -1825,6 +1799,7 @@ declare interface I_Input_FindPaging<T> {
1825
1799
  export { I_Input_FindPaging }
1826
1800
  export { I_Input_FindPaging as I_Input_FindPaging_alias_1 }
1827
1801
  export { I_Input_FindPaging as I_Input_FindPaging_alias_2 }
1802
+ export { I_Input_FindPaging as I_Input_FindPaging_alias_3 }
1828
1803
 
1829
1804
  declare interface I_Input_FindPagingAggregate {
1830
1805
  pipeline: T_PipelineStage[];
@@ -1833,6 +1808,7 @@ declare interface I_Input_FindPagingAggregate {
1833
1808
  export { I_Input_FindPagingAggregate }
1834
1809
  export { I_Input_FindPagingAggregate as I_Input_FindPagingAggregate_alias_1 }
1835
1810
  export { I_Input_FindPagingAggregate as I_Input_FindPagingAggregate_alias_2 }
1811
+ export { I_Input_FindPagingAggregate as I_Input_FindPagingAggregate_alias_3 }
1836
1812
 
1837
1813
  declare interface I_Input_UpdateMany<T> extends T_PopulateOption {
1838
1814
  filter: T_FilterQuery<T>;
@@ -1842,6 +1818,7 @@ declare interface I_Input_UpdateMany<T> extends T_PopulateOption {
1842
1818
  export { I_Input_UpdateMany }
1843
1819
  export { I_Input_UpdateMany as I_Input_UpdateMany_alias_1 }
1844
1820
  export { I_Input_UpdateMany as I_Input_UpdateMany_alias_2 }
1821
+ export { I_Input_UpdateMany as I_Input_UpdateMany_alias_3 }
1845
1822
 
1846
1823
  declare interface I_Input_UpdateOne<T> extends T_PopulateOption {
1847
1824
  filter: T_FilterQuery<T>;
@@ -1851,6 +1828,7 @@ declare interface I_Input_UpdateOne<T> extends T_PopulateOption {
1851
1828
  export { I_Input_UpdateOne }
1852
1829
  export { I_Input_UpdateOne as I_Input_UpdateOne_alias_1 }
1853
1830
  export { I_Input_UpdateOne as I_Input_UpdateOne_alias_2 }
1831
+ export { I_Input_UpdateOne as I_Input_UpdateOne_alias_3 }
1854
1832
 
1855
1833
  declare interface I_IssueEntry {
1856
1834
  type: E_IssueType;
@@ -1862,14 +1840,7 @@ declare interface I_IssueEntry {
1862
1840
  export { I_IssueEntry }
1863
1841
  export { I_IssueEntry as I_IssueEntry_alias_1 }
1864
1842
  export { I_IssueEntry as I_IssueEntry_alias_2 }
1865
-
1866
- declare interface I_IssueEntry_2 {
1867
- type: E_IssueType_2;
1868
- file: string;
1869
- message: string;
1870
- position?: string;
1871
- rule?: string;
1872
- }
1843
+ export { I_IssueEntry as I_IssueEntry_alias_3 }
1873
1844
 
1874
1845
  declare interface I_LoadingContext {
1875
1846
  isLoading: boolean;
@@ -1880,13 +1851,7 @@ declare interface I_LoadingContext {
1880
1851
  export { I_LoadingContext }
1881
1852
  export { I_LoadingContext as I_LoadingContext_alias_1 }
1882
1853
  export { I_LoadingContext as I_LoadingContext_alias_2 }
1883
-
1884
- declare interface I_LoadingContext_2 {
1885
- isLoading: boolean;
1886
- isGlobalLoading: boolean;
1887
- showLoading: (global?: boolean) => void;
1888
- hideLoading: () => void;
1889
- }
1854
+ export { I_LoadingContext as I_LoadingContext_alias_3 }
1890
1855
 
1891
1856
  declare interface I_LoadingProps {
1892
1857
  full?: boolean;
@@ -1897,13 +1862,7 @@ declare interface I_LoadingProps {
1897
1862
  export { I_LoadingProps }
1898
1863
  export { I_LoadingProps as I_LoadingProps_alias_1 }
1899
1864
  export { I_LoadingProps as I_LoadingProps_alias_2 }
1900
-
1901
- declare interface I_LoadingProps_2 {
1902
- full?: boolean;
1903
- block?: boolean;
1904
- className?: string;
1905
- message?: string;
1906
- }
1865
+ export { I_LoadingProps as I_LoadingProps_alias_3 }
1907
1866
 
1908
1867
  declare interface I_Log {
1909
1868
  silent: typeof consola['silent'];
@@ -1924,6 +1883,7 @@ declare interface I_Log {
1924
1883
  export { I_Log }
1925
1884
  export { I_Log as I_Log_alias_1 }
1926
1885
  export { I_Log as I_Log_alias_2 }
1886
+ export { I_Log as I_Log_alias_3 }
1927
1887
 
1928
1888
  declare interface I_Log_2 {
1929
1889
  silent: typeof consola['silent'];
@@ -1942,20 +1902,13 @@ declare interface I_Log_2 {
1942
1902
  verbose: typeof consola['verbose'];
1943
1903
  }
1944
1904
 
1945
- declare interface I_Log_NodeJS extends I_Log {
1905
+ declare interface I_Log_NodeJS extends I_Log_2 {
1946
1906
  printBoxedLog: (title: string, issues: I_IssueEntry[], color?: string) => void;
1947
1907
  }
1948
1908
  export { I_Log_NodeJS }
1949
1909
  export { I_Log_NodeJS as I_Log_NodeJS_alias_1 }
1950
1910
  export { I_Log_NodeJS as I_Log_NodeJS_alias_2 }
1951
-
1952
- declare interface I_Log_NodeJS_2 extends I_Log_2 {
1953
- printBoxedLog: (
1954
- title: string,
1955
- issues: I_IssueEntry_2[],
1956
- color?: string,
1957
- ) => void;
1958
- }
1911
+ export { I_Log_NodeJS as I_Log_NodeJS_alias_3 }
1959
1912
 
1960
1913
  declare interface I_MongooseModelMiddleware<T extends Partial<C_Document>> {
1961
1914
  method: T_MongooseMiddlewareMethod;
@@ -1965,48 +1918,30 @@ declare interface I_MongooseModelMiddleware<T extends Partial<C_Document>> {
1965
1918
  export { I_MongooseModelMiddleware }
1966
1919
  export { I_MongooseModelMiddleware as I_MongooseModelMiddleware_alias_1 }
1967
1920
  export { I_MongooseModelMiddleware as I_MongooseModelMiddleware_alias_2 }
1968
-
1969
- declare interface I_MongooseModelMiddleware_2<T extends Partial<C_Document_2>> {
1970
- method: T_MongooseMiddlewareMethod_2;
1971
- pre?: T_MongooseMiddlewarePreFunction_2<T & T_QueryWithHelpers_2<T>>;
1972
- post?: T_MongooseMiddlewarePostFunction_2<T>;
1973
- }
1921
+ export { I_MongooseModelMiddleware as I_MongooseModelMiddleware_alias_3 }
1974
1922
 
1975
1923
  declare interface I_MongooseOptions<T extends Partial<C_Document>> {
1976
1924
  mongoose: typeof mongoose;
1977
1925
  virtuals?: {
1978
1926
  name: keyof T | string;
1979
- options?: I_VirtualOptions_2;
1927
+ options?: I_VirtualOptions;
1980
1928
  get?: (this: T) => void;
1981
1929
  }[];
1982
1930
  }
1983
1931
  export { I_MongooseOptions }
1984
1932
  export { I_MongooseOptions as I_MongooseOptions_alias_1 }
1985
1933
  export { I_MongooseOptions as I_MongooseOptions_alias_2 }
1934
+ export { I_MongooseOptions as I_MongooseOptions_alias_3 }
1986
1935
 
1987
- declare interface I_MongooseOptions_2<T extends Partial<C_Document_2>> {
1988
- mongoose: typeof mongoose;
1989
- virtuals?: {
1990
- name: keyof T | string;
1991
- options?: I_VirtualOptions;
1992
- get?: (this: T) => void;
1993
- }[];
1994
- }
1995
-
1996
- declare interface I_NextIntlContextType {
1936
+ declare interface I_NextIntlContext {
1997
1937
  languages: I_NextIntlLanguage[];
1998
1938
  currentLanguage?: I_NextIntlLanguage;
1999
1939
  setCurrentLanguage: (newLang: I_NextIntlLanguage) => void;
2000
1940
  }
2001
- export { I_NextIntlContextType }
2002
- export { I_NextIntlContextType as I_NextIntlContextType_alias_1 }
2003
- export { I_NextIntlContextType as I_NextIntlContextType_alias_2 }
2004
-
2005
- declare interface I_NextIntlContextType_2 {
2006
- languages: I_NextIntlLanguage_2[];
2007
- currentLanguage?: I_NextIntlLanguage_2;
2008
- setCurrentLanguage: (newLang: I_NextIntlLanguage_2) => void;
2009
- }
1941
+ export { I_NextIntlContext }
1942
+ export { I_NextIntlContext as I_NextIntlContext_alias_1 }
1943
+ export { I_NextIntlContext as I_NextIntlContext_alias_2 }
1944
+ export { I_NextIntlContext as I_NextIntlContext_alias_3 }
2010
1945
 
2011
1946
  declare interface I_NextIntlLanguage {
2012
1947
  label: string;
@@ -2023,26 +1958,22 @@ declare interface I_NextIntlLanguage {
2023
1958
  export { I_NextIntlLanguage }
2024
1959
  export { I_NextIntlLanguage as I_NextIntlLanguage_alias_1 }
2025
1960
  export { I_NextIntlLanguage as I_NextIntlLanguage_alias_2 }
1961
+ export { I_NextIntlLanguage as I_NextIntlLanguage_alias_3 }
2026
1962
 
2027
- declare interface I_NextIntlLanguage_2 {
2028
- label: string;
2029
- value: string;
2030
- flag: string;
2031
- adapterLocale: Locale;
2032
- icon: string;
2033
- numberFormat: {
2034
- code: string;
2035
- currency: string;
2036
- };
2037
- timezone: Timezone;
1963
+ declare interface I_NextIntlProviderProps extends I_Children_2 {
1964
+ languages: I_NextIntlLanguage[];
1965
+ messages: T_NextIntlMessageList;
2038
1966
  }
1967
+ export { I_NextIntlProviderProps }
1968
+ export { I_NextIntlProviderProps as I_NextIntlProviderProps_alias_1 }
1969
+ export { I_NextIntlProviderProps as I_NextIntlProviderProps_alias_2 }
1970
+ export { I_NextIntlProviderProps as I_NextIntlProviderProps_alias_3 }
2039
1971
 
2040
1972
  declare type I_Return<T = void, E = unknown> = I_ReturnSuccess<T, E> | I_ReturnFailure;
2041
1973
  export { I_Return }
2042
1974
  export { I_Return as I_Return_alias_1 }
2043
1975
  export { I_Return as I_Return_alias_2 }
2044
-
2045
- declare type I_Return_2<T = void, E = unknown> = I_ReturnSuccess_2<T, E> | I_ReturnFailure_2;
1976
+ export { I_Return as I_Return_alias_3 }
2046
1977
 
2047
1978
  declare interface I_ReturnFailure {
2048
1979
  success: false;
@@ -2052,12 +1983,7 @@ declare interface I_ReturnFailure {
2052
1983
  export { I_ReturnFailure }
2053
1984
  export { I_ReturnFailure as I_ReturnFailure_alias_1 }
2054
1985
  export { I_ReturnFailure as I_ReturnFailure_alias_2 }
2055
-
2056
- declare interface I_ReturnFailure_2 {
2057
- success: false;
2058
- message: string;
2059
- code: number | string;
2060
- }
1986
+ export { I_ReturnFailure as I_ReturnFailure_alias_3 }
2061
1987
 
2062
1988
  declare interface I_ReturnSuccess<T, E = unknown> {
2063
1989
  success: true;
@@ -2068,13 +1994,7 @@ declare interface I_ReturnSuccess<T, E = unknown> {
2068
1994
  export { I_ReturnSuccess }
2069
1995
  export { I_ReturnSuccess as I_ReturnSuccess_alias_1 }
2070
1996
  export { I_ReturnSuccess as I_ReturnSuccess_alias_2 }
2071
-
2072
- declare interface I_ReturnSuccess_2<T, E = unknown> {
2073
- success: true;
2074
- result: T & E;
2075
- message?: string;
2076
- code?: number | string;
2077
- }
1997
+ export { I_ReturnSuccess as I_ReturnSuccess_alias_3 }
2078
1998
 
2079
1999
  declare interface I_Serializer<T> {
2080
2000
  serialize: (value: T) => string;
@@ -2083,6 +2003,7 @@ declare interface I_Serializer<T> {
2083
2003
  export { I_Serializer }
2084
2004
  export { I_Serializer as I_Serializer_alias_1 }
2085
2005
  export { I_Serializer as I_Serializer_alias_2 }
2006
+ export { I_Serializer as I_Serializer_alias_3 }
2086
2007
 
2087
2008
  declare interface I_Serializer_2<T> {
2088
2009
  serialize: (value: T) => string;
@@ -2100,15 +2021,7 @@ declare interface I_SlugifyOptions {
2100
2021
  export { I_SlugifyOptions }
2101
2022
  export { I_SlugifyOptions as I_SlugifyOptions_alias_1 }
2102
2023
  export { I_SlugifyOptions as I_SlugifyOptions_alias_2 }
2103
-
2104
- declare interface I_SlugifyOptions_2 {
2105
- replacement?: string;
2106
- remove?: RegExp;
2107
- lower?: boolean;
2108
- strict?: boolean;
2109
- locale?: string;
2110
- trim?: boolean;
2111
- }
2024
+ export { I_SlugifyOptions as I_SlugifyOptions_alias_3 }
2112
2025
 
2113
2026
  declare interface I_UpdateOptionsExtended extends Omit<QueryOptions, 'session'> {
2114
2027
  session?: ClientSession;
@@ -2116,19 +2029,12 @@ declare interface I_UpdateOptionsExtended extends Omit<QueryOptions, 'session'>
2116
2029
  export { I_UpdateOptionsExtended }
2117
2030
  export { I_UpdateOptionsExtended as I_UpdateOptionsExtended_alias_1 }
2118
2031
  export { I_UpdateOptionsExtended as I_UpdateOptionsExtended_alias_2 }
2119
-
2120
- declare interface I_UpdateOptionsExtended_2 extends Omit<QueryOptions, 'session'> {
2121
- session?: ClientSession;
2122
- }
2032
+ export { I_UpdateOptionsExtended as I_UpdateOptionsExtended_alias_3 }
2123
2033
 
2124
2034
  declare interface I_VirtualNestedOptions {
2125
2035
  [key: string]: I_VirtualNestedOptions | number | string | boolean;
2126
2036
  }
2127
2037
 
2128
- declare interface I_VirtualNestedOptions_2 {
2129
- [key: string]: I_VirtualNestedOptions_2 | number | string | boolean;
2130
- }
2131
-
2132
2038
  declare interface I_VirtualOptions {
2133
2039
  ref: string;
2134
2040
  localField: string;
@@ -2138,23 +2044,11 @@ declare interface I_VirtualOptions {
2138
2044
  options?: I_VirtualNestedOptions;
2139
2045
  }
2140
2046
 
2141
- declare interface I_VirtualOptions_2 {
2142
- ref: string;
2143
- localField: string;
2144
- foreignField: string;
2145
- count?: boolean;
2146
- justOne?: boolean;
2147
- options?: I_VirtualNestedOptions_2;
2148
- }
2149
-
2150
2047
  declare function initI18Next(options: InitOptions): Promise<TFunction<"translation", undefined>>;
2151
2048
  export { initI18Next }
2152
2049
  export { initI18Next as initI18Next_alias_1 }
2153
-
2154
- declare function initNodePersist(): Promise<void>;
2155
- export { initNodePersist }
2156
- export { initNodePersist as initNodePersist_alias_1 }
2157
- export { initNodePersist as initNodePersist_alias_2 }
2050
+ export { initI18Next as initI18Next_alias_2 }
2051
+ export { initI18Next as initI18Next_alias_3 }
2158
2052
 
2159
2053
  declare const IS_BROWSER: boolean;
2160
2054
  export { IS_BROWSER }
@@ -2165,75 +2059,86 @@ declare function isJson(str: string): boolean;
2165
2059
  export { isJson }
2166
2060
  export { isJson as isJson_alias_1 }
2167
2061
  export { isJson as isJson_alias_2 }
2062
+ export { isJson as isJson_alias_3 }
2168
2063
 
2169
2064
  declare function isPlainObject(val: unknown): val is T_Object_2;
2170
2065
  export { isPlainObject }
2171
2066
  export { isPlainObject as isPlainObject_alias_1 }
2172
2067
  export { isPlainObject as isPlainObject_alias_2 }
2068
+ export { isPlainObject as isPlainObject_alias_3 }
2173
2069
 
2174
2070
  declare function join(...urls: string[]): string;
2175
2071
  export { join }
2176
2072
  export { join as join_alias_1 }
2177
2073
  export { join as join_alias_2 }
2074
+ export { join as join_alias_3 }
2178
2075
 
2179
2076
  declare const LINT_STAGED_CLI = "lint-staged";
2180
2077
  export { LINT_STAGED_CLI }
2181
2078
  export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_1 }
2182
2079
  export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_2 }
2080
+ export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_3 }
2183
2081
 
2184
2082
  declare const LINT_STAGED_PACKAGE_NAME = "lint-staged";
2185
2083
  export { LINT_STAGED_PACKAGE_NAME }
2186
2084
  export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_1 }
2187
2085
  export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_2 }
2086
+ export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_3 }
2188
2087
 
2189
- declare function Loading({ full, block, className, message, ...rest }: I_LoadingProps_2): JSX_2.Element;
2088
+ declare function Loading({ full, block, className, message, ...rest }: I_LoadingProps): JSX_2.Element;
2190
2089
  export { Loading }
2191
2090
  export { Loading as Loading_alias_1 }
2192
2091
  export { Loading as Loading_alias_2 }
2092
+ export { Loading as Loading_alias_3 }
2193
2093
 
2194
- declare const LoadingContext: Context<I_LoadingContext_2 | undefined>;
2094
+ declare const LoadingContext: Context<I_LoadingContext | undefined>;
2195
2095
  export { LoadingContext }
2196
2096
  export { LoadingContext as LoadingContext_alias_1 }
2197
2097
  export { LoadingContext as LoadingContext_alias_2 }
2098
+ export { LoadingContext as LoadingContext_alias_3 }
2198
2099
 
2199
- declare function LoadingProvider({ children }: {
2200
- children: T_Children_2;
2201
- }): JSX_2.Element;
2100
+ declare function LoadingProvider({ children }: I_Children_2): JSX_2.Element;
2202
2101
  export { LoadingProvider }
2203
2102
  export { LoadingProvider as LoadingProvider_alias_1 }
2204
2103
  export { LoadingProvider as LoadingProvider_alias_2 }
2104
+ export { LoadingProvider as LoadingProvider_alias_3 }
2205
2105
 
2206
- declare const log: I_Log_2;
2106
+ declare const log: I_Log;
2207
2107
  export { log }
2208
2108
  export { log as log_alias_1 }
2209
2109
  export { log as log_alias_2 }
2110
+ export { log as log_alias_3 }
2210
2111
 
2211
- declare const logNodeJS: I_Log_NodeJS_2;
2112
+ declare const logNodeJS: I_Log_NodeJS;
2212
2113
  export { logNodeJS }
2213
2114
  export { logNodeJS as logNodeJS_alias_1 }
2214
2115
  export { logNodeJS as logNodeJS_alias_2 }
2116
+ export { logNodeJS as logNodeJS_alias_3 }
2215
2117
 
2216
- export declare function mergeConfigs(type: T_ConfigType_2, ...configs: T_Object_2[]): T_Object_2;
2118
+ declare function mergeConfigs(type: T_ConfigType, ...configs: T_Object_2[]): T_Object_2;
2119
+ export { mergeConfigs }
2120
+ export { mergeConfigs as mergeConfigs_alias_1 }
2121
+ export { mergeConfigs as mergeConfigs_alias_2 }
2217
2122
 
2218
2123
  declare const mongo: {
2219
2124
  getDateTime(now?: Date): string;
2220
2125
  createGenericFields({ returnDateAs, }?: {
2221
2126
  returnDateAs?: "string" | "date";
2222
- }): I_GenericDocument_2;
2223
- applyPlugins<T>(schema: T_MongooseShema_2<T>, plugins: Array<T_MongoosePlugin_2 | false>): void;
2224
- applyMiddlewares<T extends Partial<C_Document_2>>(schema: T_MongooseShema_2<T>, middlewares: I_MongooseModelMiddleware_2<T>[]): void;
2225
- createGenericSchema(mongoose: typeof mongooseRaw): mongooseRaw.Schema<I_GenericDocument_2, mongooseRaw.Model<I_GenericDocument_2, any, any, any, mongooseRaw.Document<unknown, any, I_GenericDocument_2> & I_GenericDocument_2 & Required<{
2127
+ }): I_GenericDocument;
2128
+ applyPlugins<T>(schema: T_MongooseShema<T>, plugins: Array<T_MongoosePlugin | false>): void;
2129
+ applyMiddlewares<T extends Partial<C_Document>>(schema: T_MongooseShema<T>, middlewares: I_MongooseModelMiddleware<T>[]): void;
2130
+ createGenericSchema(mongoose: typeof mongooseRaw): mongooseRaw.Schema<I_GenericDocument, mongooseRaw.Model<I_GenericDocument, any, any, any, mongooseRaw.Document<unknown, any, I_GenericDocument> & I_GenericDocument & Required<{
2226
2131
  _id: unknown;
2227
2132
  }> & {
2228
2133
  __v: number;
2229
- }, any>, {}, {}, {}, {}, mongooseRaw.DefaultSchemaOptions, I_GenericDocument_2, mongooseRaw.Document<unknown, {}, mongooseRaw.FlatRecord<I_GenericDocument_2>> & mongooseRaw.FlatRecord<I_GenericDocument_2> & Required<{
2134
+ }, any>, {}, {}, {}, {}, mongooseRaw.DefaultSchemaOptions, I_GenericDocument, mongooseRaw.Document<unknown, {}, mongooseRaw.FlatRecord<I_GenericDocument>> & mongooseRaw.FlatRecord<I_GenericDocument> & Required<{
2230
2135
  _id: unknown;
2231
2136
  }> & {
2232
2137
  __v: number;
2233
2138
  }>;
2234
- createSchema<T extends Partial<C_Document_2>>({ mongoose, schema, virtuals, standalone, }: I_CreateSchemaOptions_2<T>): T_MongooseShema_2<T>;
2235
- createModel<T extends Partial<C_Document_2>>({ mongoose: currentMongooseInstance, name, schema, pagination, aggregate, virtuals, middlewares, }: I_CreateModelOptions_2<T>): I_ExtendedModel_2<T>;
2236
- createSlugQuery<T>(slug: string, filters?: T_FilterQuery_2<T>, id?: string): T_CreateSlugQueryResponse_2<T>;
2139
+ createSchema<T extends Partial<C_Document>>({ mongoose, schema, virtuals, standalone, }: I_CreateSchemaOptions<T>): T_MongooseShema<T>;
2140
+ createModel<T extends Partial<C_Document>>({ mongoose: currentMongooseInstance, name, schema, pagination, aggregate, virtuals, middlewares, }: I_CreateModelOptions<T>): I_ExtendedModel<T>;
2141
+ createSlugQuery<T>(slug: string, filters?: T_FilterQuery<T>, id?: string): T_CreateSlugQueryResponse<T>;
2237
2142
  validator: {
2238
2143
  isEmpty<T>(): (this: T, value: unknown) => Promise<boolean>;
2239
2144
  isUnique<T extends {
@@ -2247,127 +2152,134 @@ declare const mongo: {
2247
2152
  export { mongo }
2248
2153
  export { mongo as mongo_alias_1 }
2249
2154
  export { mongo as mongo_alias_2 }
2155
+ export { mongo as mongo_alias_3 }
2250
2156
 
2251
- declare class MongoController<D extends Partial<C_Document_2>> {
2157
+ declare class MongoController<D extends Partial<C_Document>> {
2252
2158
  private collection;
2253
- constructor(db: C_Db_2, collectionName: string);
2159
+ constructor(db: C_Db, collectionName: string);
2254
2160
  createOne(document: D): Promise<{
2255
2161
  success: boolean;
2256
2162
  message: string;
2257
- result?: T_InsertOneResult_2<D>;
2163
+ result?: T_InsertOneResult<D>;
2258
2164
  }>;
2259
2165
  createMany(documents: D[]): Promise<{
2260
2166
  success: boolean;
2261
2167
  message: string;
2262
- result?: T_InsertManyResult_2<D>;
2168
+ result?: T_InsertManyResult<D>;
2263
2169
  }>;
2264
- findOne(filter: T_Filter_2<D>): Promise<{
2170
+ findOne(filter: T_Filter<D>): Promise<{
2265
2171
  success: boolean;
2266
2172
  message: string;
2267
- result?: T_WithId_2<D> | null;
2173
+ result?: T_WithId<D> | null;
2268
2174
  }>;
2269
- findAll(filter?: T_Filter_2<D>): Promise<{
2175
+ findAll(filter?: T_Filter<D>): Promise<{
2270
2176
  success: boolean;
2271
2177
  message: string;
2272
- result?: T_WithId_2<D>[];
2178
+ result?: T_WithId<D>[];
2273
2179
  }>;
2274
- count(filter?: T_Filter_2<D>): Promise<{
2180
+ count(filter?: T_Filter<D>): Promise<{
2275
2181
  success: boolean;
2276
2182
  message: string;
2277
2183
  result?: number;
2278
2184
  }>;
2279
- updateOne(filter: T_Filter_2<D>, update: Partial<D>): Promise<{
2185
+ updateOne(filter: T_Filter<D>, update: Partial<D>): Promise<{
2280
2186
  success: boolean;
2281
2187
  message: string;
2282
- result?: T_UpdateResult_2;
2188
+ result?: T_UpdateResult;
2283
2189
  }>;
2284
- updateMany(filter: T_Filter_2<D>, update: Partial<D>): Promise<{
2190
+ updateMany(filter: T_Filter<D>, update: Partial<D>): Promise<{
2285
2191
  success: boolean;
2286
2192
  message: string;
2287
- result?: T_UpdateResult_2;
2193
+ result?: T_UpdateResult;
2288
2194
  }>;
2289
- deleteOne(filter: T_Filter_2<D>): Promise<{
2195
+ deleteOne(filter: T_Filter<D>): Promise<{
2290
2196
  success: boolean;
2291
2197
  message: string;
2292
- result?: T_DeleteResult_2;
2198
+ result?: T_DeleteResult;
2293
2199
  }>;
2294
- deleteMany(filter: T_Filter_2<D>): Promise<{
2200
+ deleteMany(filter: T_Filter<D>): Promise<{
2295
2201
  success: boolean;
2296
2202
  message: string;
2297
- result?: T_DeleteResult_2;
2203
+ result?: T_DeleteResult;
2298
2204
  }>;
2299
2205
  }
2300
2206
  export { MongoController }
2301
2207
  export { MongoController as MongoController_alias_1 }
2302
2208
  export { MongoController as MongoController_alias_2 }
2209
+ export { MongoController as MongoController_alias_3 }
2303
2210
 
2304
- declare class MongooseController<T extends Partial<C_Document_2>> {
2211
+ declare class MongooseController<T extends Partial<C_Document>> {
2305
2212
  private model;
2306
- constructor(model: I_ExtendedModel_2<T>);
2213
+ constructor(model: I_ExtendedModel<T>);
2307
2214
  private getModelName;
2308
- findOne(filter?: T_FilterQuery_2<T>, projection?: T_ProjectionType_2<T>, options?: T_QueryOptions_2<T>, populate?: T_Input_Populate_2): Promise<I_Return_2<T>>;
2309
- findAll(filter?: T_FilterQuery_2<T>, projection?: T_ProjectionType_2<T>, options?: T_QueryOptions_2<T>, populate?: T_Input_Populate_2): Promise<I_Return_2<T[]>>;
2310
- findPaging(filter?: T_FilterQuery_2<T>, options?: T_PaginateOptionsWithPopulate_2): Promise<I_Return_2<T_PaginateResult_2<T>>>;
2311
- findPagingAggregate(pipeline: T_PipelineStage_2[], options?: T_PaginateOptionsWithPopulate_2): Promise<I_Return_2<T_AggregatePaginateResult_2<T>>>;
2312
- count(filter?: T_FilterQuery_2<T>): Promise<I_Return_2<number>>;
2313
- createOne(doc: T | Partial<T>): Promise<I_Return_2<T>>;
2314
- createMany(docs: (T | Partial<T>)[], options?: T_InsertManyOptions_2): Promise<I_Return_2<T[]>>;
2315
- updateOne(filter?: T_FilterQuery_2<T>, update?: T_UpdateQuery_2<T>, options?: I_UpdateOptionsExtended_2): Promise<I_Return_2<T>>;
2316
- updateMany(filter?: T_FilterQuery_2<T>, update?: T_UpdateQuery_2<T>, options?: I_UpdateOptionsExtended_2): Promise<I_Return_2<T_UpdateResult_2>>;
2317
- deleteOne(filter?: T_FilterQuery_2<T>, options?: I_DeleteOptionsExtended_2): Promise<I_Return_2<T>>;
2318
- deleteMany(filter?: T_FilterQuery_2<T>, options?: I_DeleteOptionsExtended_2): Promise<I_Return_2<T_DeleteResult_2>>;
2319
- createShortId(id: string, length?: number): Promise<I_Return_2<string>>;
2320
- createSlug(fieldName: string, fields: T, filters?: T_FilterQuery_2<T>): Promise<I_Return_2<string | {
2215
+ findOne(filter?: T_FilterQuery<T>, projection?: T_ProjectionType<T>, options?: T_QueryOptions<T>, populate?: T_Input_Populate): Promise<I_Return<T>>;
2216
+ findAll(filter?: T_FilterQuery<T>, projection?: T_ProjectionType<T>, options?: T_QueryOptions<T>, populate?: T_Input_Populate): Promise<I_Return<T[]>>;
2217
+ findPaging(filter?: T_FilterQuery<T>, options?: T_PaginateOptionsWithPopulate): Promise<I_Return<T_PaginateResult<T>>>;
2218
+ findPagingAggregate(pipeline: T_PipelineStage[], options?: T_PaginateOptionsWithPopulate): Promise<I_Return<T_AggregatePaginateResult<T>>>;
2219
+ count(filter?: T_FilterQuery<T>): Promise<I_Return<number>>;
2220
+ createOne(doc: T | Partial<T>): Promise<I_Return<T>>;
2221
+ createMany(docs: (T | Partial<T>)[], options?: T_InsertManyOptions): Promise<I_Return<T[]>>;
2222
+ updateOne(filter?: T_FilterQuery<T>, update?: T_UpdateQuery<T>, options?: I_UpdateOptionsExtended): Promise<I_Return<T>>;
2223
+ updateMany(filter?: T_FilterQuery<T>, update?: T_UpdateQuery<T>, options?: I_UpdateOptionsExtended): Promise<I_Return<T_UpdateResult>>;
2224
+ deleteOne(filter?: T_FilterQuery<T>, options?: I_DeleteOptionsExtended): Promise<I_Return<T>>;
2225
+ deleteMany(filter?: T_FilterQuery<T>, options?: I_DeleteOptionsExtended): Promise<I_Return<T_DeleteResult>>;
2226
+ createShortId(id: string, length?: number): Promise<I_Return<string>>;
2227
+ createSlug(fieldName: string, fields: T, filters?: T_FilterQuery<T>): Promise<I_Return<string | {
2321
2228
  [key: string]: string;
2322
2229
  }>>;
2323
- aggregate(pipeline: T_PipelineStage_2[]): Promise<I_Return_2<T[]>>;
2230
+ aggregate(pipeline: T_PipelineStage[]): Promise<I_Return<T[]>>;
2324
2231
  }
2325
2232
  export { MongooseController }
2326
2233
  export { MongooseController as MongooseController_alias_1 }
2327
2234
  export { MongooseController as MongooseController_alias_2 }
2235
+ export { MongooseController as MongooseController_alias_3 }
2328
2236
 
2329
2237
  export { mongoosePaginate }
2330
2238
  export { mongoosePaginate as mongoosePaginate_alias_1 }
2331
2239
  export { mongoosePaginate as mongoosePaginate_alias_2 }
2240
+ export { mongoosePaginate as mongoosePaginate_alias_3 }
2332
2241
 
2333
- declare const NextIntlContext: Context<I_NextIntlContextType_2 | undefined>;
2242
+ declare const NextIntlContext: Context<I_NextIntlContext | undefined>;
2334
2243
  export { NextIntlContext }
2335
2244
  export { NextIntlContext as NextIntlContext_alias_1 }
2336
2245
  export { NextIntlContext as NextIntlContext_alias_2 }
2246
+ export { NextIntlContext as NextIntlContext_alias_3 }
2337
2247
 
2338
- declare function NextIntlProvider({ children, languages, messages, }: {
2339
- children: T_Children_2;
2340
- languages: I_NextIntlLanguage_2[];
2341
- messages: T_NextIntlMessageList_2;
2342
- }): JSX_2.Element;
2248
+ declare function NextIntlProvider({ children, languages, messages, }: I_NextIntlProviderProps): JSX_2.Element;
2343
2249
  export { NextIntlProvider }
2344
2250
  export { NextIntlProvider as NextIntlProvider_alias_1 }
2345
2251
  export { NextIntlProvider as NextIntlProvider_alias_2 }
2252
+ export { NextIntlProvider as NextIntlProvider_alias_3 }
2346
2253
 
2347
2254
  declare const NODE_MODULES = "node_modules";
2348
2255
  export { NODE_MODULES }
2349
2256
  export { NODE_MODULES as NODE_MODULES_alias_1 }
2350
2257
  export { NODE_MODULES as NODE_MODULES_alias_2 }
2258
+ export { NODE_MODULES as NODE_MODULES_alias_3 }
2351
2259
 
2352
2260
  declare const NODE_MODULES_INSPECT_CLI = "node-modules-inspector";
2353
2261
  export { NODE_MODULES_INSPECT_CLI }
2354
2262
  export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_1 }
2355
2263
  export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_2 }
2264
+ export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_3 }
2356
2265
 
2357
2266
  declare const NODE_MODULES_INSPECT_PACKAGE_NAME = "node-modules-inspector";
2358
2267
  export { NODE_MODULES_INSPECT_PACKAGE_NAME }
2359
2268
  export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_1 }
2360
2269
  export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_2 }
2270
+ export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_3 }
2361
2271
 
2362
2272
  declare const PACKAGE_JSON = "package.json";
2363
2273
  export { PACKAGE_JSON }
2364
2274
  export { PACKAGE_JSON as PACKAGE_JSON_alias_1 }
2365
2275
  export { PACKAGE_JSON as PACKAGE_JSON_alias_2 }
2276
+ export { PACKAGE_JSON as PACKAGE_JSON_alias_3 }
2366
2277
 
2367
2278
  declare const PACKAGE_LOCK_JSON = "package-lock.json";
2368
2279
  export { PACKAGE_LOCK_JSON }
2369
2280
  export { PACKAGE_LOCK_JSON as PACKAGE_LOCK_JSON_alias_1 }
2370
2281
  export { PACKAGE_LOCK_JSON as PACKAGE_LOCK_JSON_alias_2 }
2282
+ export { PACKAGE_LOCK_JSON as PACKAGE_LOCK_JSON_alias_3 }
2371
2283
 
2372
2284
  declare function parseCommandOutput(output: string): void;
2373
2285
 
@@ -2394,26 +2306,31 @@ declare const PATH: {
2394
2306
  export { PATH }
2395
2307
  export { PATH as PATH_alias_1 }
2396
2308
  export { PATH as PATH_alias_2 }
2309
+ export { PATH as PATH_alias_3 }
2397
2310
 
2398
2311
  declare const PLAYWRIGHT_PACKAGE_NAME = "playwright";
2399
2312
  export { PLAYWRIGHT_PACKAGE_NAME }
2400
2313
  export { PLAYWRIGHT_PACKAGE_NAME as PLAYWRIGHT_PACKAGE_NAME_alias_1 }
2401
2314
  export { PLAYWRIGHT_PACKAGE_NAME as PLAYWRIGHT_PACKAGE_NAME_alias_2 }
2315
+ export { PLAYWRIGHT_PACKAGE_NAME as PLAYWRIGHT_PACKAGE_NAME_alias_3 }
2402
2316
 
2403
2317
  declare const PNPM_CLI = "pnpm";
2404
2318
  export { PNPM_CLI }
2405
2319
  export { PNPM_CLI as PNPM_CLI_alias_1 }
2406
2320
  export { PNPM_CLI as PNPM_CLI_alias_2 }
2321
+ export { PNPM_CLI as PNPM_CLI_alias_3 }
2407
2322
 
2408
2323
  declare const PNPM_EXEC_CLI = "pnpm exec";
2409
2324
  export { PNPM_EXEC_CLI }
2410
2325
  export { PNPM_EXEC_CLI as PNPM_EXEC_CLI_alias_1 }
2411
2326
  export { PNPM_EXEC_CLI as PNPM_EXEC_CLI_alias_2 }
2327
+ export { PNPM_EXEC_CLI as PNPM_EXEC_CLI_alias_3 }
2412
2328
 
2413
2329
  declare const PNPM_LOCK_YAML = "pnpm-lock.yaml";
2414
2330
  export { PNPM_LOCK_YAML }
2415
2331
  export { PNPM_LOCK_YAML as PNPM_LOCK_YAML_alias_1 }
2416
2332
  export { PNPM_LOCK_YAML as PNPM_LOCK_YAML_alias_2 }
2333
+ export { PNPM_LOCK_YAML as PNPM_LOCK_YAML_alias_3 }
2417
2334
 
2418
2335
  declare function rawCommand(cmd: string): {
2419
2336
  raw: boolean;
@@ -2422,6 +2339,7 @@ declare function rawCommand(cmd: string): {
2422
2339
  export { rawCommand }
2423
2340
  export { rawCommand as rawCommand_alias_1 }
2424
2341
  export { rawCommand as rawCommand_alias_2 }
2342
+ export { rawCommand as rawCommand_alias_3 }
2425
2343
 
2426
2344
  declare function readFileSync(filePath: string, options: {
2427
2345
  asJson: true;
@@ -2433,38 +2351,39 @@ declare function readFileSync(filePath: string, options?: {
2433
2351
  export { readFileSync }
2434
2352
  export { readFileSync as readFileSync_alias_1 }
2435
2353
  export { readFileSync as readFileSync_alias_2 }
2354
+ export { readFileSync as readFileSync_alias_3 }
2436
2355
 
2437
2356
  declare function regexSearchMapper(str: string): string;
2438
2357
  export { regexSearchMapper }
2439
2358
  export { regexSearchMapper as regexSearchMapper_alias_1 }
2440
2359
  export { regexSearchMapper as regexSearchMapper_alias_2 }
2441
-
2442
- declare function registerApolloErrorViewerCallback(fn: (err: ApolloError) => void): void;
2443
- export { registerApolloErrorViewerCallback }
2444
- export { registerApolloErrorViewerCallback as registerApolloErrorViewerCallback_alias_1 }
2445
- export { registerApolloErrorViewerCallback as registerApolloErrorViewerCallback_alias_2 }
2360
+ export { regexSearchMapper as regexSearchMapper_alias_3 }
2446
2361
 
2447
2362
  declare function removeAccent(str: string): string;
2448
2363
  export { removeAccent }
2449
2364
  export { removeAccent as removeAccent_alias_1 }
2450
2365
  export { removeAccent as removeAccent_alias_2 }
2366
+ export { removeAccent as removeAccent_alias_3 }
2451
2367
 
2452
2368
  declare function resolve(...urls: string[]): string;
2453
2369
  export { resolve }
2454
2370
  export { resolve as resolve_alias_1 }
2455
2371
  export { resolve as resolve_alias_2 }
2372
+ export { resolve as resolve_alias_3 }
2456
2373
 
2457
- declare function resolveCommands(input: T_CommandMapInput_2, context?: Partial<I_CommandContext_2>): Promise<{
2458
- [k: string]: string | I_Command_3;
2374
+ declare function resolveCommands(input: T_CommandMapInput, context?: Partial<I_CommandContext>): Promise<{
2375
+ [k: string]: string | I_Command_2;
2459
2376
  }>;
2460
2377
  export { resolveCommands }
2461
2378
  export { resolveCommands as resolveCommands_alias_1 }
2462
2379
  export { resolveCommands as resolveCommands_alias_2 }
2380
+ export { resolveCommands as resolveCommands_alias_3 }
2463
2381
 
2464
2382
  declare function resolveWorkingPath(...urls: string[]): string;
2465
2383
  export { resolveWorkingPath }
2466
2384
  export { resolveWorkingPath as resolveWorkingPath_alias_1 }
2467
2385
  export { resolveWorkingPath as resolveWorkingPath_alias_2 }
2386
+ export { resolveWorkingPath as resolveWorkingPath_alias_3 }
2468
2387
 
2469
2388
  declare const RESPONSE_STATUS: {
2470
2389
  GRAPHQL_PARSE_FAILED: {
@@ -2724,59 +2643,66 @@ declare function rmSync(...paths: string[]): void;
2724
2643
  export { rmSync }
2725
2644
  export { rmSync as rmSync_alias_1 }
2726
2645
  export { rmSync as rmSync_alias_2 }
2646
+ export { rmSync as rmSync_alias_3 }
2727
2647
 
2728
- declare const serializer: I_Serializer_2<unknown>;
2648
+ declare const serializer: I_Serializer<unknown>;
2729
2649
  export { serializer }
2730
2650
  export { serializer as serializer_alias_1 }
2731
2651
  export { serializer as serializer_alias_2 }
2652
+ export { serializer as serializer_alias_3 }
2732
2653
 
2733
- declare function showGlobalApolloError(error: ApolloError): void;
2654
+ declare function showGlobalApolloError(error: ApolloError_2): void;
2734
2655
  export { showGlobalApolloError }
2735
2656
  export { showGlobalApolloError as showGlobalApolloError_alias_1 }
2736
2657
  export { showGlobalApolloError as showGlobalApolloError_alias_2 }
2658
+ export { showGlobalApolloError as showGlobalApolloError_alias_3 }
2737
2659
 
2738
2660
  declare const SIMPLE_GIT_HOOK_CLI = "simple-git-hooks";
2739
2661
  export { SIMPLE_GIT_HOOK_CLI }
2740
2662
  export { SIMPLE_GIT_HOOK_CLI as SIMPLE_GIT_HOOK_CLI_alias_1 }
2741
2663
  export { SIMPLE_GIT_HOOK_CLI as SIMPLE_GIT_HOOK_CLI_alias_2 }
2664
+ export { SIMPLE_GIT_HOOK_CLI as SIMPLE_GIT_HOOK_CLI_alias_3 }
2742
2665
 
2743
2666
  declare const SIMPLE_GIT_HOOK_JSON = ".simple-git-hooks.json";
2744
2667
  export { SIMPLE_GIT_HOOK_JSON }
2745
2668
  export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_1 }
2746
2669
  export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_2 }
2670
+ export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_3 }
2747
2671
 
2748
2672
  declare const SIMPLE_GIT_HOOKS_PACKAGE_NAME = "simple-git-hooks";
2749
2673
  export { SIMPLE_GIT_HOOKS_PACKAGE_NAME }
2750
2674
  export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_1 }
2751
2675
  export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_2 }
2676
+ export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_3 }
2752
2677
 
2753
- declare const storageClient: {
2678
+ declare const storage: {
2754
2679
  get<T = unknown>(key: string): Promise<T | null>;
2755
2680
  set<T = unknown>(key: string, value: T): Promise<void>;
2756
2681
  remove(key: string): Promise<void>;
2757
2682
  keys(): Promise<string[]>;
2758
2683
  };
2759
- export { storageClient }
2760
- export { storageClient as storageClient_alias_1 }
2761
- export { storageClient as storageClient_alias_2 }
2684
+ export { storage }
2685
+ export { storage as storage_alias_1 }
2686
+ export { storage as storage_alias_2 }
2687
+ export { storage as storage_alias_3 }
2762
2688
 
2763
- declare const storageServer: {
2689
+ declare const storageNodeJS: {
2764
2690
  get<T = unknown>(key: string): Promise<T | null>;
2765
2691
  set<T = unknown>(key: string, value: T): Promise<void>;
2766
2692
  remove(key: string): Promise<void>;
2767
2693
  keys(): Promise<string[]>;
2768
2694
  getLogLink(key: string): Promise<string | null>;
2769
2695
  };
2770
- export { storageServer }
2771
- export { storageServer as storageServer_alias_1 }
2772
- export { storageServer as storageServer_alias_2 }
2696
+ export { storageNodeJS }
2697
+ export { storageNodeJS as storageNodeJS_alias_1 }
2698
+ export { storageNodeJS as storageNodeJS_alias_2 }
2699
+ export { storageNodeJS as storageNodeJS_alias_3 }
2773
2700
 
2774
2701
  declare type T_AggregatePaginateResult<T> = AggregatePaginateResult<T>;
2775
2702
  export { T_AggregatePaginateResult }
2776
2703
  export { T_AggregatePaginateResult as T_AggregatePaginateResult_alias_1 }
2777
2704
  export { T_AggregatePaginateResult as T_AggregatePaginateResult_alias_2 }
2778
-
2779
- declare type T_AggregatePaginateResult_2<T> = AggregatePaginateResult<T>;
2705
+ export { T_AggregatePaginateResult as T_AggregatePaginateResult_alias_3 }
2780
2706
 
2781
2707
  declare type T_Children = ReactNode | ReactNode[] | ReactElement | JSX.Element | null;
2782
2708
  export { T_Children }
@@ -2789,34 +2715,27 @@ declare type T_Command = string | I_Command | T_CommandFunction;
2789
2715
  export { T_Command }
2790
2716
  export { T_Command as T_Command_alias_1 }
2791
2717
  export { T_Command as T_Command_alias_2 }
2792
-
2793
- declare type T_Command_2 =
2794
- | string
2795
- | I_Command_2
2796
- | T_CommandFunction_2;
2718
+ export { T_Command as T_Command_alias_3 }
2797
2719
 
2798
2720
  declare type T_CommandFunction = (context?: I_CommandContext) => string;
2799
2721
  export { T_CommandFunction }
2800
2722
  export { T_CommandFunction as T_CommandFunction_alias_1 }
2801
2723
  export { T_CommandFunction as T_CommandFunction_alias_2 }
2802
-
2803
- declare type T_CommandFunction_2 = (context?: I_CommandContext_2) => string;
2724
+ export { T_CommandFunction as T_CommandFunction_alias_3 }
2804
2725
 
2805
2726
  declare type T_CommandMap = Record<string, T_Command>;
2806
2727
  export { T_CommandMap }
2807
2728
  export { T_CommandMap as T_CommandMap_alias_1 }
2808
2729
  export { T_CommandMap as T_CommandMap_alias_2 }
2809
-
2810
- declare type T_CommandMap_2 = Record<string, T_Command_2>;
2730
+ export { T_CommandMap as T_CommandMap_alias_3 }
2811
2731
 
2812
2732
  declare type T_CommandMapInput = T_CommandMap | ((ctx: I_CommandContext) => T_CommandMap);
2813
2733
  export { T_CommandMapInput }
2814
2734
  export { T_CommandMapInput as T_CommandMapInput_alias_1 }
2815
2735
  export { T_CommandMapInput as T_CommandMapInput_alias_2 }
2736
+ export { T_CommandMapInput as T_CommandMapInput_alias_3 }
2816
2737
 
2817
- declare type T_CommandMapInput_2 = T_CommandMap_2 | ((ctx: I_CommandContext_2) => T_CommandMap_2);
2818
-
2819
- declare type T_ConfigHandler = (...configs: T_Object[]) => T_Object;
2738
+ declare type T_ConfigHandler = (...configs: T_Object_2[]) => T_Object_2;
2820
2739
  export { T_ConfigHandler }
2821
2740
  export { T_ConfigHandler as T_ConfigHandler_alias_1 }
2822
2741
  export { T_ConfigHandler as T_ConfigHandler_alias_2 }
@@ -2826,8 +2745,6 @@ export { T_ConfigType }
2826
2745
  export { T_ConfigType as T_ConfigType_alias_1 }
2827
2746
  export { T_ConfigType as T_ConfigType_alias_2 }
2828
2747
 
2829
- declare type T_ConfigType_2 = `${E_ConfigType_2}`;
2830
-
2831
2748
  declare type T_CreateSlugQueryResponse<T> = T_FilterQuery<T> & {
2832
2749
  $or: Array<{
2833
2750
  slug: string;
@@ -2842,127 +2759,109 @@ declare type T_CreateSlugQueryResponse<T> = T_FilterQuery<T> & {
2842
2759
  export { T_CreateSlugQueryResponse }
2843
2760
  export { T_CreateSlugQueryResponse as T_CreateSlugQueryResponse_alias_1 }
2844
2761
  export { T_CreateSlugQueryResponse as T_CreateSlugQueryResponse_alias_2 }
2845
-
2846
- declare type T_CreateSlugQueryResponse_2<T> = T_FilterQuery_2<T> & {
2847
- $or: Array<{ slug: string } | { slugHistory: string }>;
2848
- } & { id?: { $ne: string } };
2762
+ export { T_CreateSlugQueryResponse as T_CreateSlugQueryResponse_alias_3 }
2849
2763
 
2850
2764
  declare type T_DeleteResult = DeleteResult;
2851
2765
  export { T_DeleteResult }
2852
2766
  export { T_DeleteResult as T_DeleteResult_alias_1 }
2853
2767
  export { T_DeleteResult as T_DeleteResult_alias_2 }
2854
-
2855
- declare type T_DeleteResult_2 = DeleteResult;
2768
+ export { T_DeleteResult as T_DeleteResult_alias_3 }
2856
2769
 
2857
2770
  declare type T_ErrorHandlingMiddlewareFunction<T> = ErrorHandlingMiddlewareFunction<T>;
2858
2771
  export { T_ErrorHandlingMiddlewareFunction }
2859
2772
  export { T_ErrorHandlingMiddlewareFunction as T_ErrorHandlingMiddlewareFunction_alias_1 }
2860
2773
  export { T_ErrorHandlingMiddlewareFunction as T_ErrorHandlingMiddlewareFunction_alias_2 }
2861
-
2862
- declare type T_ErrorHandlingMiddlewareFunction_2<T> = ErrorHandlingMiddlewareFunction<T>;
2774
+ export { T_ErrorHandlingMiddlewareFunction as T_ErrorHandlingMiddlewareFunction_alias_3 }
2863
2775
 
2864
2776
  declare type T_ErrorHandlingMiddlewareWithOption<T> = ErrorHandlingMiddlewareWithOption<T>;
2865
2777
  export { T_ErrorHandlingMiddlewareWithOption }
2866
2778
  export { T_ErrorHandlingMiddlewareWithOption as T_ErrorHandlingMiddlewareWithOption_alias_1 }
2867
2779
  export { T_ErrorHandlingMiddlewareWithOption as T_ErrorHandlingMiddlewareWithOption_alias_2 }
2868
-
2869
- declare type T_ErrorHandlingMiddlewareWithOption_2<T> = ErrorHandlingMiddlewareWithOption<T>;
2780
+ export { T_ErrorHandlingMiddlewareWithOption as T_ErrorHandlingMiddlewareWithOption_alias_3 }
2870
2781
 
2871
2782
  declare type T_Filter<T> = Filter<T>;
2872
2783
  export { T_Filter }
2873
2784
  export { T_Filter as T_Filter_alias_1 }
2874
2785
  export { T_Filter as T_Filter_alias_2 }
2875
-
2876
- declare type T_Filter_2<T> = Filter<T>;
2786
+ export { T_Filter as T_Filter_alias_3 }
2877
2787
 
2878
2788
  declare type T_FilterQuery<T> = FilterQuery<T>;
2879
2789
  export { T_FilterQuery }
2880
2790
  export { T_FilterQuery as T_FilterQuery_alias_1 }
2881
2791
  export { T_FilterQuery as T_FilterQuery_alias_2 }
2882
-
2883
- declare type T_FilterQuery_2<T> = FilterQuery<T>;
2792
+ export { T_FilterQuery as T_FilterQuery_alias_3 }
2884
2793
 
2885
2794
  declare type T_Input_MongooseSchema<T> = SchemaDefinition<T>;
2886
2795
  export { T_Input_MongooseSchema }
2887
2796
  export { T_Input_MongooseSchema as T_Input_MongooseSchema_alias_1 }
2888
2797
  export { T_Input_MongooseSchema as T_Input_MongooseSchema_alias_2 }
2889
-
2890
- declare type T_Input_MongooseSchema_2<T> = SchemaDefinition<T>;
2798
+ export { T_Input_MongooseSchema as T_Input_MongooseSchema_alias_3 }
2891
2799
 
2892
2800
  declare type T_Input_Populate = string | string[] | T_PopulateOptions | T_PopulateOptions[];
2893
2801
  export { T_Input_Populate }
2894
2802
  export { T_Input_Populate as T_Input_Populate_alias_1 }
2895
2803
  export { T_Input_Populate as T_Input_Populate_alias_2 }
2896
-
2897
- declare type T_Input_Populate_2 = string | string[] | T_PopulateOptions_2 | T_PopulateOptions_2[];
2804
+ export { T_Input_Populate as T_Input_Populate_alias_3 }
2898
2805
 
2899
2806
  declare type T_InsertManyOptions = InsertManyOptions;
2900
2807
  export { T_InsertManyOptions }
2901
2808
  export { T_InsertManyOptions as T_InsertManyOptions_alias_1 }
2902
2809
  export { T_InsertManyOptions as T_InsertManyOptions_alias_2 }
2903
-
2904
- declare type T_InsertManyOptions_2 = InsertManyOptions;
2810
+ export { T_InsertManyOptions as T_InsertManyOptions_alias_3 }
2905
2811
 
2906
2812
  declare type T_InsertManyResult<T> = InsertManyResult<T>;
2907
2813
  export { T_InsertManyResult }
2908
2814
  export { T_InsertManyResult as T_InsertManyResult_alias_1 }
2909
2815
  export { T_InsertManyResult as T_InsertManyResult_alias_2 }
2910
-
2911
- declare type T_InsertManyResult_2<T> = InsertManyResult<T>;
2816
+ export { T_InsertManyResult as T_InsertManyResult_alias_3 }
2912
2817
 
2913
2818
  declare type T_InsertOneResult<T> = InsertOneResult<T>;
2914
2819
  export { T_InsertOneResult }
2915
2820
  export { T_InsertOneResult as T_InsertOneResult_alias_1 }
2916
2821
  export { T_InsertOneResult as T_InsertOneResult_alias_2 }
2917
-
2918
- declare type T_InsertOneResult_2<T> = InsertOneResult<T>;
2822
+ export { T_InsertOneResult as T_InsertOneResult_alias_3 }
2919
2823
 
2920
2824
  declare type T_MongooseHookNextFunction = (error?: Error) => void;
2921
2825
  export { T_MongooseHookNextFunction }
2922
2826
  export { T_MongooseHookNextFunction as T_MongooseHookNextFunction_alias_1 }
2923
2827
  export { T_MongooseHookNextFunction as T_MongooseHookNextFunction_alias_2 }
2828
+ export { T_MongooseHookNextFunction as T_MongooseHookNextFunction_alias_3 }
2924
2829
 
2925
2830
  declare type T_MongooseMiddlewareMethod = string | RegExp;
2926
2831
  export { T_MongooseMiddlewareMethod }
2927
2832
  export { T_MongooseMiddlewareMethod as T_MongooseMiddlewareMethod_alias_1 }
2928
2833
  export { T_MongooseMiddlewareMethod as T_MongooseMiddlewareMethod_alias_2 }
2929
-
2930
- declare type T_MongooseMiddlewareMethod_2 = string | RegExp;
2834
+ export { T_MongooseMiddlewareMethod as T_MongooseMiddlewareMethod_alias_3 }
2931
2835
 
2932
2836
  declare type T_MongooseMiddlewarePostFunction<T> = T_PostMiddlewareFunction<T> & T_ErrorHandlingMiddlewareFunction<T> & T_ErrorHandlingMiddlewareWithOption<T>;
2933
2837
  export { T_MongooseMiddlewarePostFunction }
2934
2838
  export { T_MongooseMiddlewarePostFunction as T_MongooseMiddlewarePostFunction_alias_1 }
2935
2839
  export { T_MongooseMiddlewarePostFunction as T_MongooseMiddlewarePostFunction_alias_2 }
2936
-
2937
- declare type T_MongooseMiddlewarePostFunction_2<T> = T_PostMiddlewareFunction_2<T> & T_ErrorHandlingMiddlewareFunction_2<T> & T_ErrorHandlingMiddlewareWithOption_2<T>;
2840
+ export { T_MongooseMiddlewarePostFunction as T_MongooseMiddlewarePostFunction_alias_3 }
2938
2841
 
2939
2842
  declare type T_MongooseMiddlewarePreFunction<T> = T_PreMiddlewareFunction<T> & T_PreSaveMiddlewareFunction<T>;
2940
2843
  export { T_MongooseMiddlewarePreFunction }
2941
2844
  export { T_MongooseMiddlewarePreFunction as T_MongooseMiddlewarePreFunction_alias_1 }
2942
2845
  export { T_MongooseMiddlewarePreFunction as T_MongooseMiddlewarePreFunction_alias_2 }
2943
-
2944
- declare type T_MongooseMiddlewarePreFunction_2<T> = T_PreMiddlewareFunction_2<T> & T_PreSaveMiddlewareFunction_2<T>;
2846
+ export { T_MongooseMiddlewarePreFunction as T_MongooseMiddlewarePreFunction_alias_3 }
2945
2847
 
2946
2848
  declare type T_MongoosePlugin = (schema: Schema, options?: Record<string, unknown>) => void;
2947
2849
  export { T_MongoosePlugin }
2948
2850
  export { T_MongoosePlugin as T_MongoosePlugin_alias_1 }
2949
2851
  export { T_MongoosePlugin as T_MongoosePlugin_alias_2 }
2950
-
2951
- declare type T_MongoosePlugin_2 = (schema: Schema, options?: Record<string, unknown>) => void;
2852
+ export { T_MongoosePlugin as T_MongoosePlugin_alias_3 }
2952
2853
 
2953
2854
  declare type T_MongooseShema<T> = mongoose.Schema<T>;
2954
2855
  export { T_MongooseShema }
2955
2856
  export { T_MongooseShema as T_MongooseShema_alias_1 }
2956
2857
  export { T_MongooseShema as T_MongooseShema_alias_2 }
2957
-
2958
- declare type T_MongooseShema_2<T> = mongoose.Schema<T>;
2858
+ export { T_MongooseShema as T_MongooseShema_alias_3 }
2959
2859
 
2960
2860
  declare type T_NextIntlMessageList = Record<string, AbstractIntlMessages>;
2961
2861
  export { T_NextIntlMessageList }
2962
2862
  export { T_NextIntlMessageList as T_NextIntlMessageList_alias_1 }
2963
2863
  export { T_NextIntlMessageList as T_NextIntlMessageList_alias_2 }
2964
-
2965
- declare type T_NextIntlMessageList_2 = Record<string, AbstractIntlMessages>;
2864
+ export { T_NextIntlMessageList as T_NextIntlMessageList_alias_3 }
2966
2865
 
2967
2866
  declare type T_Object = Record<string, any>;
2968
2867
  export { T_Object }
@@ -2975,6 +2874,7 @@ declare type T_OptionalUnlessRequiredId<T> = OptionalUnlessRequiredId<T>;
2975
2874
  export { T_OptionalUnlessRequiredId }
2976
2875
  export { T_OptionalUnlessRequiredId as T_OptionalUnlessRequiredId_alias_1 }
2977
2876
  export { T_OptionalUnlessRequiredId as T_OptionalUnlessRequiredId_alias_2 }
2877
+ export { T_OptionalUnlessRequiredId as T_OptionalUnlessRequiredId_alias_3 }
2978
2878
 
2979
2879
  declare interface T_PackageJson {
2980
2880
  name?: string;
@@ -2986,101 +2886,80 @@ declare interface T_PackageJson {
2986
2886
  export { T_PackageJson }
2987
2887
  export { T_PackageJson as T_PackageJson_alias_1 }
2988
2888
  export { T_PackageJson as T_PackageJson_alias_2 }
2989
-
2990
- declare interface T_PackageJson_2 {
2991
- name?: string;
2992
- version?: string;
2993
- dependencies?: Record<string, string>;
2994
- devDependencies?: Record<string, string>;
2995
- [key: string]: any;
2996
- }
2889
+ export { T_PackageJson as T_PackageJson_alias_3 }
2997
2890
 
2998
2891
  declare type T_PaginateOptions = PaginateOptions;
2999
2892
  export { T_PaginateOptions }
3000
2893
  export { T_PaginateOptions as T_PaginateOptions_alias_1 }
3001
2894
  export { T_PaginateOptions as T_PaginateOptions_alias_2 }
3002
-
3003
- declare type T_PaginateOptions_2 = PaginateOptions;
2895
+ export { T_PaginateOptions as T_PaginateOptions_alias_3 }
3004
2896
 
3005
2897
  declare interface T_PaginateOptionsWithPopulate extends T_PaginateOptions, T_PopulateOption {
3006
2898
  }
3007
2899
  export { T_PaginateOptionsWithPopulate }
3008
2900
  export { T_PaginateOptionsWithPopulate as T_PaginateOptionsWithPopulate_alias_1 }
3009
2901
  export { T_PaginateOptionsWithPopulate as T_PaginateOptionsWithPopulate_alias_2 }
3010
-
3011
- declare interface T_PaginateOptionsWithPopulate_2
3012
- extends T_PaginateOptions_2,
3013
- T_PopulateOption_2 { }
2902
+ export { T_PaginateOptionsWithPopulate as T_PaginateOptionsWithPopulate_alias_3 }
3014
2903
 
3015
2904
  declare type T_PaginateResult<T> = PaginateResult<T>;
3016
2905
  export { T_PaginateResult }
3017
2906
  export { T_PaginateResult as T_PaginateResult_alias_1 }
3018
2907
  export { T_PaginateResult as T_PaginateResult_alias_2 }
3019
-
3020
- declare type T_PaginateResult_2<T> = PaginateResult<T>;
2908
+ export { T_PaginateResult as T_PaginateResult_alias_3 }
3021
2909
 
3022
2910
  declare type T_PipelineStage = PipelineStage;
3023
2911
  export { T_PipelineStage }
3024
2912
  export { T_PipelineStage as T_PipelineStage_alias_1 }
3025
2913
  export { T_PipelineStage as T_PipelineStage_alias_2 }
3026
-
3027
- declare type T_PipelineStage_2 = PipelineStage;
2914
+ export { T_PipelineStage as T_PipelineStage_alias_3 }
3028
2915
 
3029
2916
  declare type T_PopulateOption = PopulateOption;
3030
2917
  export { T_PopulateOption }
3031
2918
  export { T_PopulateOption as T_PopulateOption_alias_1 }
3032
2919
  export { T_PopulateOption as T_PopulateOption_alias_2 }
3033
-
3034
- declare type T_PopulateOption_2 = PopulateOption;
2920
+ export { T_PopulateOption as T_PopulateOption_alias_3 }
3035
2921
 
3036
2922
  declare type T_PopulateOptions = PopulateOptions;
3037
2923
  export { T_PopulateOptions }
3038
2924
  export { T_PopulateOptions as T_PopulateOptions_alias_1 }
3039
2925
  export { T_PopulateOptions as T_PopulateOptions_alias_2 }
3040
-
3041
- declare type T_PopulateOptions_2 = PopulateOptions;
2926
+ export { T_PopulateOptions as T_PopulateOptions_alias_3 }
3042
2927
 
3043
2928
  declare type T_PostMiddlewareFunction<T> = PostMiddlewareFunction<T>;
3044
2929
  export { T_PostMiddlewareFunction }
3045
2930
  export { T_PostMiddlewareFunction as T_PostMiddlewareFunction_alias_1 }
3046
2931
  export { T_PostMiddlewareFunction as T_PostMiddlewareFunction_alias_2 }
3047
-
3048
- declare type T_PostMiddlewareFunction_2<T> = PostMiddlewareFunction<T>;
2932
+ export { T_PostMiddlewareFunction as T_PostMiddlewareFunction_alias_3 }
3049
2933
 
3050
2934
  declare type T_PreMiddlewareFunction<T> = PreMiddlewareFunction<T>;
3051
2935
  export { T_PreMiddlewareFunction }
3052
2936
  export { T_PreMiddlewareFunction as T_PreMiddlewareFunction_alias_1 }
3053
2937
  export { T_PreMiddlewareFunction as T_PreMiddlewareFunction_alias_2 }
3054
-
3055
- declare type T_PreMiddlewareFunction_2<T> = PreMiddlewareFunction<T>;
2938
+ export { T_PreMiddlewareFunction as T_PreMiddlewareFunction_alias_3 }
3056
2939
 
3057
2940
  declare type T_PreSaveMiddlewareFunction<T> = PreSaveMiddlewareFunction<T>;
3058
2941
  export { T_PreSaveMiddlewareFunction }
3059
2942
  export { T_PreSaveMiddlewareFunction as T_PreSaveMiddlewareFunction_alias_1 }
3060
2943
  export { T_PreSaveMiddlewareFunction as T_PreSaveMiddlewareFunction_alias_2 }
3061
-
3062
- declare type T_PreSaveMiddlewareFunction_2<T> = PreSaveMiddlewareFunction<T>;
2944
+ export { T_PreSaveMiddlewareFunction as T_PreSaveMiddlewareFunction_alias_3 }
3063
2945
 
3064
2946
  declare type T_ProjectionType<T> = ProjectionType<T>;
3065
2947
  export { T_ProjectionType }
3066
2948
  export { T_ProjectionType as T_ProjectionType_alias_1 }
3067
2949
  export { T_ProjectionType as T_ProjectionType_alias_2 }
3068
-
3069
- declare type T_ProjectionType_2<T> = ProjectionType<T>;
2950
+ export { T_ProjectionType as T_ProjectionType_alias_3 }
3070
2951
 
3071
2952
  declare type T_QueryOptions<T> = QueryOptions<T>;
3072
2953
  export { T_QueryOptions }
3073
2954
  export { T_QueryOptions as T_QueryOptions_alias_1 }
3074
2955
  export { T_QueryOptions as T_QueryOptions_alias_2 }
3075
-
3076
- declare type T_QueryOptions_2<T> = QueryOptions<T>;
2956
+ export { T_QueryOptions as T_QueryOptions_alias_3 }
3077
2957
 
3078
2958
  declare type T_QueryWithHelpers<T> = QueryWithHelpers<T, T>;
3079
2959
  export { T_QueryWithHelpers }
3080
2960
  export { T_QueryWithHelpers as T_QueryWithHelpers_alias_1 }
3081
2961
  export { T_QueryWithHelpers as T_QueryWithHelpers_alias_2 }
3082
-
3083
- declare type T_QueryWithHelpers_2<T> = QueryWithHelpers<T, T>;
2962
+ export { T_QueryWithHelpers as T_QueryWithHelpers_alias_3 }
3084
2963
 
3085
2964
  declare interface T_ThrowError {
3086
2965
  message?: string;
@@ -3093,41 +2972,31 @@ declare interface T_ThrowError {
3093
2972
  export { T_ThrowError }
3094
2973
  export { T_ThrowError as T_ThrowError_alias_1 }
3095
2974
  export { T_ThrowError as T_ThrowError_alias_2 }
3096
-
3097
- declare interface T_ThrowError_2 {
3098
- message?: string;
3099
- status?: {
3100
- CODE: string | number;
3101
- MESSAGE: string;
3102
- };
3103
- type?: 'graphql' | 'rest';
3104
- }
2975
+ export { T_ThrowError as T_ThrowError_alias_3 }
3105
2976
 
3106
2977
  declare type T_UpdateQuery<T> = UpdateQuery<T>;
3107
2978
  export { T_UpdateQuery }
3108
2979
  export { T_UpdateQuery as T_UpdateQuery_alias_1 }
3109
2980
  export { T_UpdateQuery as T_UpdateQuery_alias_2 }
3110
-
3111
- declare type T_UpdateQuery_2<T> = UpdateQuery<T>;
2981
+ export { T_UpdateQuery as T_UpdateQuery_alias_3 }
3112
2982
 
3113
2983
  declare type T_UpdateResult = UpdateResult;
3114
2984
  export { T_UpdateResult }
3115
2985
  export { T_UpdateResult as T_UpdateResult_alias_1 }
3116
2986
  export { T_UpdateResult as T_UpdateResult_alias_2 }
3117
-
3118
- declare type T_UpdateResult_2 = UpdateResult;
2987
+ export { T_UpdateResult as T_UpdateResult_alias_3 }
3119
2988
 
3120
2989
  declare type T_WithId<T> = WithId<T>;
3121
2990
  export { T_WithId }
3122
2991
  export { T_WithId as T_WithId_alias_1 }
3123
2992
  export { T_WithId as T_WithId_alias_2 }
2993
+ export { T_WithId as T_WithId_alias_3 }
3124
2994
 
3125
- declare type T_WithId_2<T> = WithId<T>;
3126
-
3127
- declare function throwError({ message, status, type, }: T_ThrowError_2): never;
2995
+ declare function throwError({ message, status, type, }: T_ThrowError): never;
3128
2996
  export { throwError }
3129
2997
  export { throwError as throwError_alias_1 }
3130
2998
  export { throwError as throwError_alias_2 }
2999
+ export { throwError as throwError_alias_3 }
3131
3000
 
3132
3001
  export { toast }
3133
3002
  export { toast as toast_alias_1 }
@@ -3141,36 +3010,43 @@ declare const TSC_CLI = "tsc";
3141
3010
  export { TSC_CLI }
3142
3011
  export { TSC_CLI as TSC_CLI_alias_1 }
3143
3012
  export { TSC_CLI as TSC_CLI_alias_2 }
3013
+ export { TSC_CLI as TSC_CLI_alias_3 }
3144
3014
 
3145
3015
  declare const TSC_PACKAGE_NAME = "typescript";
3146
3016
  export { TSC_PACKAGE_NAME }
3147
3017
  export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_1 }
3148
3018
  export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_2 }
3019
+ export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_3 }
3149
3020
 
3150
3021
  declare const TSCONFIG_JSON = "tsconfig.json";
3151
3022
  export { TSCONFIG_JSON }
3152
3023
  export { TSCONFIG_JSON as TSCONFIG_JSON_alias_1 }
3153
3024
  export { TSCONFIG_JSON as TSCONFIG_JSON_alias_2 }
3025
+ export { TSCONFIG_JSON as TSCONFIG_JSON_alias_3 }
3154
3026
 
3155
3027
  declare const TSX_CLI = "tsx";
3156
3028
  export { TSX_CLI }
3157
3029
  export { TSX_CLI as TSX_CLI_alias_1 }
3158
3030
  export { TSX_CLI as TSX_CLI_alias_2 }
3031
+ export { TSX_CLI as TSX_CLI_alias_3 }
3159
3032
 
3160
- declare function useApolloErrorViewer(): I_ApolloErrorViewerContext_2;
3161
- export { useApolloErrorViewer }
3162
- export { useApolloErrorViewer as useApolloErrorViewer_alias_1 }
3163
- export { useApolloErrorViewer as useApolloErrorViewer_alias_2 }
3033
+ declare function useApolloError(): I_ApolloErrorContext_2;
3034
+ export { useApolloError }
3035
+ export { useApolloError as useApolloError_alias_1 }
3036
+ export { useApolloError as useApolloError_alias_2 }
3037
+ export { useApolloError as useApolloError_alias_3 }
3164
3038
 
3165
3039
  declare function useLoading(): I_LoadingContext_2;
3166
3040
  export { useLoading }
3167
3041
  export { useLoading as useLoading_alias_1 }
3168
3042
  export { useLoading as useLoading_alias_2 }
3043
+ export { useLoading as useLoading_alias_3 }
3169
3044
 
3170
- declare function useNextIntl(): I_NextIntlContextType_2;
3045
+ declare function useNextIntl(): I_NextIntlContext;
3171
3046
  export { useNextIntl }
3172
3047
  export { useNextIntl as useNextIntl_alias_1 }
3173
3048
  export { useNextIntl as useNextIntl_alias_2 }
3049
+ export { useNextIntl as useNextIntl_alias_3 }
3174
3050
 
3175
3051
  declare function useStorage<T>(key: string, initialValue?: T, serializer?: I_Serializer_2<T>): {
3176
3052
  value: T | undefined;
@@ -3180,11 +3056,13 @@ declare function useStorage<T>(key: string, initialValue?: T, serializer?: I_Ser
3180
3056
  export { useStorage }
3181
3057
  export { useStorage as useStorage_alias_1 }
3182
3058
  export { useStorage as useStorage_alias_2 }
3059
+ export { useStorage as useStorage_alias_3 }
3183
3060
 
3184
3061
  declare const useTranslateNextIntl: typeof useTranslations;
3185
3062
  export { useTranslateNextIntl }
3186
3063
  export { useTranslateNextIntl as useTranslateNextIntl_alias_1 }
3187
3064
  export { useTranslateNextIntl as useTranslateNextIntl_alias_2 }
3065
+ export { useTranslateNextIntl as useTranslateNextIntl_alias_3 }
3188
3066
 
3189
3067
  declare const validate: {
3190
3068
  isEmpty(value: unknown): boolean;
@@ -3192,34 +3070,49 @@ declare const validate: {
3192
3070
  export { validate }
3193
3071
  export { validate as validate_alias_1 }
3194
3072
  export { validate as validate_alias_2 }
3073
+ export { validate as validate_alias_3 }
3195
3074
 
3196
3075
  declare const VITEST_CLI = "vitest";
3197
3076
  export { VITEST_CLI }
3198
3077
  export { VITEST_CLI as VITEST_CLI_alias_1 }
3199
3078
  export { VITEST_CLI as VITEST_CLI_alias_2 }
3079
+ export { VITEST_CLI as VITEST_CLI_alias_3 }
3200
3080
 
3201
3081
  declare const VITEST_PACKAGE_NAME = "vitest";
3202
3082
  export { VITEST_PACKAGE_NAME }
3203
3083
  export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_1 }
3204
3084
  export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_2 }
3085
+ export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_3 }
3205
3086
 
3206
- declare function withNextIntl<T extends {
3207
- children: T_Children_2;
3208
- }>(Component: ComponentType<T>): {
3087
+ declare function vitestE2E(options: UserConfig): UserConfig;
3088
+ export { vitestE2E }
3089
+ export { vitestE2E as vitestE2E_alias_1 }
3090
+ export { vitestE2E as vitestE2E_alias_2 }
3091
+ export { vitestE2E as vitestE2E_alias_3 }
3092
+
3093
+ declare function vitestUnit(options: UserConfig): UserConfig;
3094
+ export { vitestUnit }
3095
+ export { vitestUnit as vitestUnit_alias_1 }
3096
+ export { vitestUnit as vitestUnit_alias_2 }
3097
+ export { vitestUnit as vitestUnit_alias_3 }
3098
+
3099
+ declare function withNextIntl<T extends I_Children_2>(Component: ComponentType<T>): {
3209
3100
  (props: T & {
3210
- languages: I_NextIntlLanguage_2[];
3211
- messages: T_NextIntlMessageList_2;
3101
+ languages: I_NextIntlLanguage[];
3102
+ messages: T_NextIntlMessageList;
3212
3103
  }): JSX_2.Element | null;
3213
3104
  displayName: string;
3214
3105
  };
3215
3106
  export { withNextIntl }
3216
3107
  export { withNextIntl as withNextIntl_alias_1 }
3217
3108
  export { withNextIntl as withNextIntl_alias_2 }
3109
+ export { withNextIntl as withNextIntl_alias_3 }
3218
3110
 
3219
3111
  declare const WORKING_DIRECTORY: string;
3220
3112
  export { WORKING_DIRECTORY }
3221
3113
  export { WORKING_DIRECTORY as WORKING_DIRECTORY_alias_1 }
3222
3114
  export { WORKING_DIRECTORY as WORKING_DIRECTORY_alias_2 }
3115
+ export { WORKING_DIRECTORY as WORKING_DIRECTORY_alias_3 }
3223
3116
 
3224
3117
  declare function writeFileSync(filePath: string, data: string | T_Object_2, options?: {
3225
3118
  isJson?: boolean;
@@ -3227,5 +3120,6 @@ declare function writeFileSync(filePath: string, data: string | T_Object_2, opti
3227
3120
  export { writeFileSync }
3228
3121
  export { writeFileSync as writeFileSync_alias_1 }
3229
3122
  export { writeFileSync as writeFileSync_alias_2 }
3123
+ export { writeFileSync as writeFileSync_alias_3 }
3230
3124
 
3231
3125
  export { }