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