@getcommunity/gc-validators 0.0.288-alpha.0 → 0.0.288-alpha.1

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 (321) hide show
  1. package/dist/base/index.cjs +6 -7
  2. package/dist/base/index.d.cts +1 -1
  3. package/dist/base/index.d.mts +1 -1
  4. package/dist/base/index.mjs +2 -3
  5. package/dist/boolean-BwqaNE9c.cjs +23 -0
  6. package/dist/boolean-cJxcC8gC.mjs +10 -0
  7. package/dist/constants/index.d.cts +1 -1
  8. package/dist/constants/index.d.mts +1 -1
  9. package/dist/{document-DZnOyFC3.d.cts → document-CPHhI3jF.d.cts} +1 -1
  10. package/dist/{document-BiAMIsiM.mjs → document-D8qKQkPt.mjs} +64 -64
  11. package/dist/{document-Bs5gh1PK.d.mts → document-DHJf5HxE.d.mts} +1 -1
  12. package/dist/entities/audit-log/mutation.cjs +1 -1
  13. package/dist/entities/audit-log/mutation.mjs +1 -1
  14. package/dist/entities/audit-log/query.cjs +29 -18
  15. package/dist/entities/audit-log/query.d.cts +64 -16
  16. package/dist/entities/audit-log/query.d.mts +64 -16
  17. package/dist/entities/audit-log/query.mjs +28 -19
  18. package/dist/entities/blog-post/fields.cjs +1 -1
  19. package/dist/entities/blog-post/fields.mjs +1 -1
  20. package/dist/entities/blog-post/query.cjs +32 -7
  21. package/dist/entities/blog-post/query.d.cts +60 -5
  22. package/dist/entities/blog-post/query.d.mts +60 -5
  23. package/dist/entities/blog-post/query.mjs +29 -6
  24. package/dist/entities/category/mutation.cjs +1 -1
  25. package/dist/entities/category/mutation.mjs +1 -1
  26. package/dist/entities/category/query.cjs +13 -4
  27. package/dist/entities/category/query.d.cts +19 -3
  28. package/dist/entities/category/query.d.mts +19 -3
  29. package/dist/entities/category/query.mjs +13 -5
  30. package/dist/entities/client/document.cjs +1 -1
  31. package/dist/entities/client/document.d.cts +1 -1
  32. package/dist/entities/client/document.d.mts +1 -1
  33. package/dist/entities/client/document.mjs +1 -1
  34. package/dist/entities/client/fields.cjs +3 -1
  35. package/dist/entities/client/fields.d.cts +3 -1
  36. package/dist/entities/client/fields.d.mts +3 -1
  37. package/dist/entities/client/fields.mjs +3 -2
  38. package/dist/entities/client/mutation.cjs +1 -1
  39. package/dist/entities/client/mutation.mjs +1 -1
  40. package/dist/entities/client/query.cjs +24 -50
  41. package/dist/entities/client/query.d.cts +2 -663
  42. package/dist/entities/client/query.d.mts +2 -663
  43. package/dist/entities/client/query.mjs +17 -43
  44. package/dist/entities/client-content-pillar/document.cjs +1 -1
  45. package/dist/entities/client-content-pillar/document.d.cts +1 -1
  46. package/dist/entities/client-content-pillar/document.d.mts +1 -1
  47. package/dist/entities/client-content-pillar/document.mjs +1 -1
  48. package/dist/entities/client-content-pillar/mutation.cjs +1 -1
  49. package/dist/entities/client-content-pillar/mutation.mjs +1 -1
  50. package/dist/entities/client-content-pillar/query.cjs +3 -20
  51. package/dist/entities/client-content-pillar/query.d.cts +2 -16
  52. package/dist/entities/client-content-pillar/query.d.mts +2 -16
  53. package/dist/entities/client-content-pillar/query.mjs +2 -18
  54. package/dist/entities/client-media-platform/document.cjs +1 -1
  55. package/dist/entities/client-media-platform/document.d.cts +1 -1
  56. package/dist/entities/client-media-platform/document.d.mts +1 -1
  57. package/dist/entities/client-media-platform/document.mjs +1 -1
  58. package/dist/entities/client-media-platform/mutation.cjs +1 -1
  59. package/dist/entities/client-media-platform/mutation.mjs +1 -1
  60. package/dist/entities/client-media-platform/query.cjs +3 -22
  61. package/dist/entities/client-media-platform/query.d.cts +2 -17
  62. package/dist/entities/client-media-platform/query.d.mts +2 -17
  63. package/dist/entities/client-media-platform/query.mjs +2 -20
  64. package/dist/entities/client-project/document.cjs +1 -1
  65. package/dist/entities/client-project/document.d.cts +1 -1
  66. package/dist/entities/client-project/document.d.mts +1 -1
  67. package/dist/entities/client-project/document.mjs +1 -1
  68. package/dist/entities/client-project/mutation.cjs +1 -1
  69. package/dist/entities/client-project/mutation.mjs +1 -1
  70. package/dist/entities/client-project/query.cjs +36 -26
  71. package/dist/entities/client-project/query.d.cts +89 -19
  72. package/dist/entities/client-project/query.d.mts +89 -19
  73. package/dist/entities/client-project/query.mjs +34 -27
  74. package/dist/entities/client-report/document.cjs +1 -1
  75. package/dist/entities/client-report/document.d.cts +1 -1
  76. package/dist/entities/client-report/document.d.mts +1 -1
  77. package/dist/entities/client-report/document.mjs +1 -1
  78. package/dist/entities/client-report/mutation.cjs +1 -1
  79. package/dist/entities/client-report/mutation.mjs +1 -1
  80. package/dist/entities/client-report/query.cjs +23 -10
  81. package/dist/entities/client-report/query.d.cts +49 -8
  82. package/dist/entities/client-report/query.d.mts +49 -8
  83. package/dist/entities/client-report/query.mjs +22 -11
  84. package/dist/entities/client-styleguide/document.cjs +1 -1
  85. package/dist/entities/client-styleguide/document.d.cts +1 -1
  86. package/dist/entities/client-styleguide/document.d.mts +1 -1
  87. package/dist/entities/client-styleguide/document.mjs +1 -1
  88. package/dist/entities/client-styleguide/mutation.cjs +1 -1
  89. package/dist/entities/client-styleguide/mutation.mjs +1 -1
  90. package/dist/entities/client-styleguide/query.cjs +16 -7
  91. package/dist/entities/client-styleguide/query.d.cts +22 -5
  92. package/dist/entities/client-styleguide/query.d.mts +22 -5
  93. package/dist/entities/client-styleguide/query.mjs +16 -8
  94. package/dist/entities/client-user/document.cjs +1 -1
  95. package/dist/entities/client-user/document.d.cts +1 -1
  96. package/dist/entities/client-user/document.d.mts +1 -1
  97. package/dist/entities/client-user/document.mjs +1 -1
  98. package/dist/entities/client-user/fields.cjs +2 -0
  99. package/dist/entities/client-user/fields.d.cts +2 -2
  100. package/dist/entities/client-user/fields.d.mts +2 -2
  101. package/dist/entities/client-user/fields.mjs +2 -1
  102. package/dist/entities/client-user/mutation.cjs +1 -1
  103. package/dist/entities/client-user/mutation.d.cts +1 -1
  104. package/dist/entities/client-user/mutation.d.mts +1 -1
  105. package/dist/entities/client-user/mutation.mjs +1 -1
  106. package/dist/entities/client-user/query.cjs +3 -13
  107. package/dist/entities/client-user/query.d.cts +2 -11
  108. package/dist/entities/client-user/query.d.mts +2 -11
  109. package/dist/entities/client-user/query.mjs +2 -11
  110. package/dist/entities/content-pillar/document.cjs +1 -1
  111. package/dist/entities/content-pillar/document.d.cts +1 -1
  112. package/dist/entities/content-pillar/document.d.mts +1 -1
  113. package/dist/entities/content-pillar/document.mjs +1 -1
  114. package/dist/entities/content-pillar/mutation.cjs +1 -1
  115. package/dist/entities/content-pillar/mutation.mjs +1 -1
  116. package/dist/entities/content-pillar/query.cjs +3 -17
  117. package/dist/entities/content-pillar/query.d.cts +2 -14
  118. package/dist/entities/content-pillar/query.d.mts +2 -14
  119. package/dist/entities/content-pillar/query.mjs +2 -15
  120. package/dist/entities/gcflytour/document.cjs +1 -1
  121. package/dist/entities/gcflytour/document.d.cts +1 -1
  122. package/dist/entities/gcflytour/document.d.mts +1 -1
  123. package/dist/entities/gcflytour/document.mjs +1 -1
  124. package/dist/entities/gcflytour/mutation.cjs +1 -1
  125. package/dist/entities/gcflytour/mutation.mjs +1 -1
  126. package/dist/entities/gcflytour/query.cjs +3 -20
  127. package/dist/entities/gcflytour/query.d.cts +2 -16
  128. package/dist/entities/gcflytour/query.d.mts +2 -16
  129. package/dist/entities/gcflytour/query.mjs +2 -18
  130. package/dist/entities/gcflytour-snap/document.cjs +1 -1
  131. package/dist/entities/gcflytour-snap/document.d.cts +1 -1
  132. package/dist/entities/gcflytour-snap/document.d.mts +1 -1
  133. package/dist/entities/gcflytour-snap/document.mjs +1 -1
  134. package/dist/entities/gcflytour-snap/mutation.cjs +1 -1
  135. package/dist/entities/gcflytour-snap/mutation.mjs +1 -1
  136. package/dist/entities/gcflytour-snap/query.cjs +3 -21
  137. package/dist/entities/gcflytour-snap/query.d.cts +2 -17
  138. package/dist/entities/gcflytour-snap/query.d.mts +2 -17
  139. package/dist/entities/gcflytour-snap/query.mjs +2 -19
  140. package/dist/entities/lead/mutation.cjs +1 -1
  141. package/dist/entities/lead/mutation.mjs +1 -1
  142. package/dist/entities/media-content-type/document.cjs +1 -1
  143. package/dist/entities/media-content-type/document.d.cts +1 -1
  144. package/dist/entities/media-content-type/document.d.mts +1 -1
  145. package/dist/entities/media-content-type/document.mjs +1 -1
  146. package/dist/entities/media-content-type/mutation.cjs +1 -1
  147. package/dist/entities/media-content-type/mutation.mjs +1 -1
  148. package/dist/entities/media-content-type/query.cjs +3 -22
  149. package/dist/entities/media-content-type/query.d.cts +2 -18
  150. package/dist/entities/media-content-type/query.d.mts +2 -18
  151. package/dist/entities/media-content-type/query.mjs +2 -20
  152. package/dist/entities/media-creative-format/document.cjs +1 -1
  153. package/dist/entities/media-creative-format/document.d.cts +1 -1
  154. package/dist/entities/media-creative-format/document.d.mts +1 -1
  155. package/dist/entities/media-creative-format/document.mjs +1 -1
  156. package/dist/entities/media-creative-format/mutation.cjs +1 -1
  157. package/dist/entities/media-creative-format/mutation.mjs +1 -1
  158. package/dist/entities/media-creative-format/query.cjs +3 -20
  159. package/dist/entities/media-creative-format/query.d.cts +2 -16
  160. package/dist/entities/media-creative-format/query.d.mts +2 -16
  161. package/dist/entities/media-creative-format/query.mjs +2 -18
  162. package/dist/entities/media-medium/document.cjs +1 -1
  163. package/dist/entities/media-medium/document.d.cts +1 -1
  164. package/dist/entities/media-medium/document.d.mts +1 -1
  165. package/dist/entities/media-medium/document.mjs +1 -1
  166. package/dist/entities/media-medium/mutation.cjs +1 -1
  167. package/dist/entities/media-medium/mutation.mjs +1 -1
  168. package/dist/entities/media-medium/query.cjs +3 -21
  169. package/dist/entities/media-medium/query.d.cts +2 -17
  170. package/dist/entities/media-medium/query.d.mts +2 -17
  171. package/dist/entities/media-medium/query.mjs +2 -19
  172. package/dist/entities/media-platform/document.cjs +1 -1
  173. package/dist/entities/media-platform/document.d.cts +1 -1
  174. package/dist/entities/media-platform/document.d.mts +1 -1
  175. package/dist/entities/media-platform/document.mjs +1 -1
  176. package/dist/entities/media-platform/mutation.cjs +1 -1
  177. package/dist/entities/media-platform/mutation.mjs +1 -1
  178. package/dist/entities/media-platform/query.cjs +3 -25
  179. package/dist/entities/media-platform/query.d.cts +2 -20
  180. package/dist/entities/media-platform/query.d.mts +2 -20
  181. package/dist/entities/media-platform/query.mjs +2 -23
  182. package/dist/entities/monday-workspace/document.cjs +1 -1
  183. package/dist/entities/monday-workspace/document.d.cts +1 -1
  184. package/dist/entities/monday-workspace/document.d.mts +1 -1
  185. package/dist/entities/monday-workspace/document.mjs +1 -1
  186. package/dist/entities/monday-workspace/mutation.cjs +1 -1
  187. package/dist/entities/monday-workspace/mutation.mjs +1 -1
  188. package/dist/entities/monday-workspace/query.cjs +15 -6
  189. package/dist/entities/monday-workspace/query.d.cts +22 -4
  190. package/dist/entities/monday-workspace/query.d.mts +22 -4
  191. package/dist/entities/monday-workspace/query.mjs +15 -7
  192. package/dist/entities/newsletter-signup/mutation.cjs +1 -1
  193. package/dist/entities/newsletter-signup/mutation.mjs +1 -1
  194. package/dist/entities/product-highlight/document.cjs +1 -1
  195. package/dist/entities/product-highlight/document.d.cts +1 -1
  196. package/dist/entities/product-highlight/document.d.mts +1 -1
  197. package/dist/entities/product-highlight/document.mjs +1 -1
  198. package/dist/entities/resume/mutation.cjs +1 -1
  199. package/dist/entities/resume/mutation.mjs +1 -1
  200. package/dist/entities/tag/mutation.cjs +1 -1
  201. package/dist/entities/tag/mutation.mjs +1 -1
  202. package/dist/entities/tag/query.cjs +13 -4
  203. package/dist/entities/tag/query.d.cts +19 -3
  204. package/dist/entities/tag/query.d.mts +19 -3
  205. package/dist/entities/tag/query.mjs +13 -5
  206. package/dist/entities/team-member/query.cjs +24 -9
  207. package/dist/entities/team-member/query.d.cts +66 -7
  208. package/dist/entities/team-member/query.d.mts +66 -7
  209. package/dist/entities/team-member/query.mjs +22 -10
  210. package/dist/entities/teamwork/query.cjs +0 -1
  211. package/dist/entities/teamwork/query.mjs +0 -1
  212. package/dist/entities/trend/mutation.cjs +1 -1
  213. package/dist/entities/trend/mutation.mjs +1 -1
  214. package/dist/entities/up-auth/mutation.d.cts +1 -1
  215. package/dist/entities/up-auth/mutation.d.mts +1 -1
  216. package/dist/entities/up-permission/document.cjs +1 -1
  217. package/dist/entities/up-permission/document.d.cts +1 -1
  218. package/dist/entities/up-permission/document.d.mts +1 -1
  219. package/dist/entities/up-permission/document.mjs +1 -1
  220. package/dist/entities/up-permission/fields.cjs +7 -0
  221. package/dist/entities/up-permission/fields.d.cts +2 -0
  222. package/dist/entities/up-permission/fields.d.mts +2 -0
  223. package/dist/entities/up-permission/fields.mjs +6 -0
  224. package/dist/entities/up-role/document.cjs +1 -1
  225. package/dist/entities/up-role/document.d.cts +1 -1
  226. package/dist/entities/up-role/document.d.mts +1 -1
  227. package/dist/entities/up-role/document.mjs +1 -1
  228. package/dist/entities/up-role/query.cjs +19 -0
  229. package/dist/entities/up-role/query.d.cts +2 -0
  230. package/dist/entities/up-role/query.d.mts +2 -0
  231. package/dist/entities/up-role/query.mjs +17 -0
  232. package/dist/entities/up-user/document.cjs +1 -1
  233. package/dist/entities/up-user/document.d.cts +1 -1
  234. package/dist/entities/up-user/document.d.mts +1 -1
  235. package/dist/entities/up-user/document.mjs +1 -1
  236. package/dist/entities/up-user/query.cjs +4 -20
  237. package/dist/entities/up-user/query.d.cts +2 -17
  238. package/dist/entities/up-user/query.d.mts +2 -17
  239. package/dist/entities/up-user/query.mjs +2 -17
  240. package/dist/entities/url-redirect/query.cjs +25 -3
  241. package/dist/entities/url-redirect/query.d.cts +64 -3
  242. package/dist/entities/url-redirect/query.d.mts +64 -3
  243. package/dist/entities/url-redirect/query.mjs +22 -3
  244. package/dist/entities/user-account/document.cjs +1 -1
  245. package/dist/entities/user-account/document.d.cts +1 -1
  246. package/dist/entities/user-account/document.d.mts +1 -1
  247. package/dist/entities/user-account/document.mjs +1 -1
  248. package/dist/entities/user-account/mutation.cjs +1 -1
  249. package/dist/entities/user-account/mutation.mjs +1 -1
  250. package/dist/entities/user-account/query.cjs +1 -1
  251. package/dist/entities/user-account/query.mjs +1 -1
  252. package/dist/entities/utm-link-builder/mutation.cjs +1 -1
  253. package/dist/entities/utm-link-builder/mutation.mjs +1 -1
  254. package/dist/entities/utm-tracking-link/document.cjs +1 -1
  255. package/dist/entities/utm-tracking-link/document.d.cts +1 -1
  256. package/dist/entities/utm-tracking-link/document.d.mts +1 -1
  257. package/dist/entities/utm-tracking-link/document.mjs +1 -1
  258. package/dist/entities/utm-tracking-link/mutation.cjs +1 -1
  259. package/dist/entities/utm-tracking-link/mutation.mjs +1 -1
  260. package/dist/entities/utm-tracking-link/query.cjs +32 -25
  261. package/dist/entities/utm-tracking-link/query.d.cts +53 -21
  262. package/dist/entities/utm-tracking-link/query.d.mts +53 -21
  263. package/dist/entities/utm-tracking-link/query.mjs +32 -26
  264. package/dist/fields-BN1MQEFa.d.mts +25 -0
  265. package/dist/{fields-BNrM_SmR.d.cts → fields-CPhXlK2H.d.cts} +3 -1
  266. package/dist/{fields-BNrM_SmR.d.mts → fields-CPhXlK2H.d.mts} +3 -1
  267. package/dist/fields-KhJJEwDn.d.cts +25 -0
  268. package/dist/filters/index.cjs +18 -51
  269. package/dist/filters/index.d.cts +2 -376
  270. package/dist/filters/index.d.mts +2 -376
  271. package/dist/filters/index.mjs +4 -37
  272. package/dist/{index-DHHJwRNf.d.mts → index-26DCj3kM.d.mts} +6 -6
  273. package/dist/index-CJnvK9aa.d.cts +395 -0
  274. package/dist/index-CJoIbrN-.d.mts +395 -0
  275. package/dist/index-CstRGKNl.d.cts +10 -0
  276. package/dist/index-CstRGKNl.d.mts +10 -0
  277. package/dist/{index-zDQP0gcQ.d.cts → index-RcVef_Z2.d.cts} +6 -6
  278. package/dist/logical-operators-Bku8NPDs.cjs +24 -0
  279. package/dist/logical-operators-C0-wSK0P.mjs +17 -0
  280. package/dist/null-operators-CyK5Nxn3.cjs +96 -0
  281. package/dist/null-operators-DvwH8j8n.mjs +47 -0
  282. package/dist/permissions/index.d.cts +2 -2
  283. package/dist/permissions/index.d.mts +2 -2
  284. package/dist/picklist-DMZjp2EE.cjs +29 -0
  285. package/dist/picklist-DayZlSoN.mjs +16 -0
  286. package/dist/query-7_zddNOX.d.mts +68 -0
  287. package/dist/query-9XKj-s81.d.mts +75 -0
  288. package/dist/query-CI3ZWJqL2.cjs +74 -0
  289. package/dist/query-CI5JQhH_.d.cts +73 -0
  290. package/dist/query-CY7W3BZ5.mjs +49 -0
  291. package/dist/query-CeillfBr.d.cts +35 -0
  292. package/dist/query-CgWG7dSl.mjs +43 -0
  293. package/dist/query-CtCcNIyW.d.cts +75 -0
  294. package/dist/query-CyYPluP3.d.mts +73 -0
  295. package/dist/query-D1mBqALL.cjs +68 -0
  296. package/dist/query-DD39dkbH.d.cts +174 -0
  297. package/dist/query-DVcH4-JK.cjs +171 -0
  298. package/dist/query-DZdytwSD.d.cts +61 -0
  299. package/dist/query-Do-3hcZD.d.mts +35 -0
  300. package/dist/{query-iF2acn2f.cjs → query-DqwF7V2G.cjs} +1 -1
  301. package/dist/{query-Bflh6Vd8.mjs → query-DuuwYQWE.mjs} +1 -1
  302. package/dist/query-Q18zizCQ.mjs +110 -0
  303. package/dist/query-Wt8Cx9OF.mjs +54 -0
  304. package/dist/query-emzTCCDq.d.mts +174 -0
  305. package/dist/query-qb1G3OKt.cjs +85 -0
  306. package/dist/query-vsyN6YiK.d.mts +61 -0
  307. package/dist/query-y7Fuj2mF.d.cts +68 -0
  308. package/dist/{relationships-yGO2L8BR.cjs → relationships-B7XakNhb.cjs} +34 -4
  309. package/dist/{relationships-fCFeEt1G.mjs → relationships-DYr9eF1a.mjs} +8 -2
  310. package/dist/string-DnXY8Tir.cjs +227 -0
  311. package/dist/string-cbk3BUGq.mjs +106 -0
  312. package/dist/utilities/index.d.cts +2 -2
  313. package/dist/utilities/index.d.mts +2 -2
  314. package/package.json +1 -1
  315. package/dist/index-CvAzE6rd.d.cts +0 -25
  316. package/dist/index-CvAzE6rd.d.mts +0 -25
  317. package/dist/strapi-B79JabkQ.cjs +0 -34
  318. package/dist/strapi-BgfOZjWn.mjs +0 -9
  319. package/dist/string-CJYo78-9.cjs +0 -254
  320. package/dist/string-sEYvBtr0.mjs +0 -133
  321. package/dist/{document-CHO80cjy.cjs → document-DmlmGzg1.cjs} +63 -63
@@ -0,0 +1,395 @@
1
+ import { t as StrapiStrictFilterObjectSchema } from "./index-CstRGKNl.cjs";
2
+ import * as v from "valibot";
3
+
4
+ //#region src/filters/generics/boolean.d.ts
5
+ declare const BooleanFilterValue: v.UnionSchema<[v.BooleanSchema<undefined>], undefined>;
6
+ type BooleanFilterValue = v.InferOutput<typeof BooleanFilterValue>;
7
+ declare const BooleanFilter: StrapiStrictFilterObjectSchema<{
8
+ readonly $notNull: v.LiteralSchema<true, undefined>;
9
+ readonly $null: v.LiteralSchema<true, undefined>;
10
+ readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>], undefined>;
11
+ readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>], undefined>;
12
+ } & {
13
+ readonly $not: StrapiStrictFilterObjectSchema<{
14
+ readonly $notNull: v.LiteralSchema<true, undefined>;
15
+ readonly $null: v.LiteralSchema<true, undefined>;
16
+ readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>], undefined>;
17
+ readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>], undefined>;
18
+ }>;
19
+ }>;
20
+ type BooleanFilter = v.InferOutput<typeof BooleanFilter>;
21
+ //#endregion
22
+ //#region src/filters/generics/date-time.d.ts
23
+ declare const DateFilterValue: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
24
+ type DateFilterValue = v.InferOutput<typeof DateFilterValue>;
25
+ declare const TimeFilterValue: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
26
+ type TimeFilterValue = v.InferOutput<typeof TimeFilterValue>;
27
+ declare const DateTimeFilterValue: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
28
+ type DateTimeFilterValue = v.InferOutput<typeof DateTimeFilterValue>;
29
+ declare const DateFilter: StrapiStrictFilterObjectSchema<{
30
+ readonly $notNull: v.LiteralSchema<true, undefined>;
31
+ readonly $null: v.LiteralSchema<true, undefined>;
32
+ readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>], undefined>;
33
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
34
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
35
+ readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
36
+ readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
37
+ readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
38
+ readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
39
+ readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
40
+ readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
41
+ } & {
42
+ readonly $not: StrapiStrictFilterObjectSchema<{
43
+ readonly $notNull: v.LiteralSchema<true, undefined>;
44
+ readonly $null: v.LiteralSchema<true, undefined>;
45
+ readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>], undefined>;
46
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
47
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
48
+ readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
49
+ readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
50
+ readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
51
+ readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
52
+ readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
53
+ readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
54
+ }>;
55
+ }>;
56
+ type DateFilter = v.InferOutput<typeof DateFilter>;
57
+ declare const TimeFilter: StrapiStrictFilterObjectSchema<{
58
+ readonly $notNull: v.LiteralSchema<true, undefined>;
59
+ readonly $null: v.LiteralSchema<true, undefined>;
60
+ readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>], undefined>;
61
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
62
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
63
+ readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
64
+ readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
65
+ readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
66
+ readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
67
+ readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
68
+ readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
69
+ } & {
70
+ readonly $not: StrapiStrictFilterObjectSchema<{
71
+ readonly $notNull: v.LiteralSchema<true, undefined>;
72
+ readonly $null: v.LiteralSchema<true, undefined>;
73
+ readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>], undefined>;
74
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
75
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
76
+ readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
77
+ readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
78
+ readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
79
+ readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
80
+ readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
81
+ readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
82
+ }>;
83
+ }>;
84
+ type TimeFilter = v.InferOutput<typeof TimeFilter>;
85
+ declare const DateTimeFilter: StrapiStrictFilterObjectSchema<{
86
+ readonly $notNull: v.LiteralSchema<true, undefined>;
87
+ readonly $null: v.LiteralSchema<true, undefined>;
88
+ readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>], undefined>;
89
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
90
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
91
+ readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
92
+ readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
93
+ readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
94
+ readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
95
+ readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
96
+ readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
97
+ } & {
98
+ readonly $not: StrapiStrictFilterObjectSchema<{
99
+ readonly $notNull: v.LiteralSchema<true, undefined>;
100
+ readonly $null: v.LiteralSchema<true, undefined>;
101
+ readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>], undefined>;
102
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
103
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
104
+ readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
105
+ readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
106
+ readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
107
+ readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
108
+ readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
109
+ readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string, string>]>;
110
+ }>;
111
+ }>;
112
+ type DateTimeFilter = v.InferOutput<typeof DateTimeFilter>;
113
+ //#endregion
114
+ //#region src/filters/generics/identifier.d.ts
115
+ declare const IdFilterValue: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>]>;
116
+ type IdFilterValue = v.InferOutput<typeof IdFilterValue>;
117
+ declare const IdFilter: StrapiStrictFilterObjectSchema<{
118
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>]>, undefined>, v.MinLengthAction<(string | number)[], 1, undefined>]>;
119
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>]>, undefined>, v.MinLengthAction<(string | number)[], 1, undefined>]>;
120
+ readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>]>;
121
+ readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>]>;
122
+ } & {
123
+ readonly $not: StrapiStrictFilterObjectSchema<{
124
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>]>, undefined>, v.MinLengthAction<(string | number)[], 1, undefined>]>;
125
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>]>, undefined>, v.MinLengthAction<(string | number)[], 1, undefined>]>;
126
+ readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>]>;
127
+ readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.RegexAction<string, undefined>]>], undefined>]>;
128
+ }>;
129
+ }>;
130
+ type IdFilter = v.InferOutput<typeof IdFilter>;
131
+ declare const DocumentIdFilter: StrapiStrictFilterObjectSchema<{
132
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
133
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
134
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
135
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
136
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
137
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
138
+ } & {
139
+ readonly $not: StrapiStrictFilterObjectSchema<{
140
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
141
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
142
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
143
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
144
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
145
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
146
+ }>;
147
+ }>;
148
+ type DocumentIdFilter = v.InferOutput<typeof DocumentIdFilter>;
149
+ declare const SlugFilter: StrapiStrictFilterObjectSchema<{
150
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
151
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
152
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
153
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
154
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
155
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
156
+ } & {
157
+ readonly $not: StrapiStrictFilterObjectSchema<{
158
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
159
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
160
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
161
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
162
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
163
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
164
+ }>;
165
+ }>;
166
+ type SlugFilter = v.InferOutput<typeof SlugFilter>;
167
+ declare const EmailFilter: StrapiStrictFilterObjectSchema<{
168
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
169
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
170
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
171
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
172
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
173
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
174
+ } & {
175
+ readonly $not: StrapiStrictFilterObjectSchema<{
176
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
177
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
178
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
179
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
180
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
181
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
182
+ }>;
183
+ }>;
184
+ type EmailFilter = v.InferOutput<typeof EmailFilter>;
185
+ declare const UrlFilter: StrapiStrictFilterObjectSchema<{
186
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
187
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
188
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>;
189
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>;
190
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>;
191
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>;
192
+ } & {
193
+ readonly $not: StrapiStrictFilterObjectSchema<{
194
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
195
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
196
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>;
197
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>;
198
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>;
199
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>;
200
+ }>;
201
+ }>;
202
+ type UrlFilter = v.InferOutput<typeof UrlFilter>;
203
+ //#endregion
204
+ //#region src/filters/generics/number.d.ts
205
+ declare const NUMBER_STRING_PATTERN: RegExp;
206
+ declare const NumberFilterValue: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>;
207
+ type NumberFilterValue = v.InferOutput<typeof NumberFilterValue>;
208
+ declare const IntegerFilterValue: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>;
209
+ type IntegerFilterValue = v.InferOutput<typeof IntegerFilterValue>;
210
+ declare const NumberFilter: StrapiStrictFilterObjectSchema<{
211
+ readonly $notNull: v.LiteralSchema<true, undefined>;
212
+ readonly $null: v.LiteralSchema<true, undefined>;
213
+ readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>], undefined>;
214
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, undefined>, v.MinLengthAction<number[], 1, undefined>]>;
215
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, undefined>, v.MinLengthAction<number[], 1, undefined>]>;
216
+ readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>;
217
+ readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>;
218
+ readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>;
219
+ readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>;
220
+ readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>;
221
+ readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>;
222
+ } & {
223
+ readonly $not: StrapiStrictFilterObjectSchema<{
224
+ readonly $notNull: v.LiteralSchema<true, undefined>;
225
+ readonly $null: v.LiteralSchema<true, undefined>;
226
+ readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>], undefined>;
227
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, undefined>, v.MinLengthAction<number[], 1, undefined>]>;
228
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, undefined>, v.MinLengthAction<number[], 1, undefined>]>;
229
+ readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>;
230
+ readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>;
231
+ readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>;
232
+ readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>;
233
+ readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>;
234
+ readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>;
235
+ }>;
236
+ }>;
237
+ type NumberFilter = v.InferOutput<typeof NumberFilter>;
238
+ declare const IntegerFilter: StrapiStrictFilterObjectSchema<{
239
+ readonly $notNull: v.LiteralSchema<true, undefined>;
240
+ readonly $null: v.LiteralSchema<true, undefined>;
241
+ readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>], undefined>;
242
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>, undefined>, v.MinLengthAction<number[], 1, undefined>]>;
243
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>, undefined>, v.MinLengthAction<number[], 1, undefined>]>;
244
+ readonly $gt: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>;
245
+ readonly $gte: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>;
246
+ readonly $lt: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>;
247
+ readonly $lte: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>;
248
+ readonly $eq: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>;
249
+ readonly $ne: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>;
250
+ } & {
251
+ readonly $not: StrapiStrictFilterObjectSchema<{
252
+ readonly $notNull: v.LiteralSchema<true, undefined>;
253
+ readonly $null: v.LiteralSchema<true, undefined>;
254
+ readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>], undefined>;
255
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>, undefined>, v.MinLengthAction<number[], 1, undefined>]>;
256
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>, undefined>, v.MinLengthAction<number[], 1, undefined>]>;
257
+ readonly $gt: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>;
258
+ readonly $gte: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>;
259
+ readonly $lt: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>;
260
+ readonly $lte: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>;
261
+ readonly $eq: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>;
262
+ readonly $ne: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.NumberSchema<undefined>], undefined>, v.FiniteAction<number, undefined>]>, v.IntegerAction<number, undefined>]>;
263
+ }>;
264
+ }>;
265
+ type IntegerFilter = v.InferOutput<typeof IntegerFilter>;
266
+ //#endregion
267
+ //#region src/filters/generics/picklist.d.ts
268
+ declare const createPicklistFilter: <const TValue extends v.GenericSchema>(value: TValue) => StrapiStrictFilterObjectSchema<{
269
+ readonly $notNull: v.LiteralSchema<true, undefined>;
270
+ readonly $null: v.LiteralSchema<true, undefined>;
271
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<TValue, undefined>, v.MinLengthAction<v.InferOutput<TValue>[], 1, undefined>]>;
272
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<TValue, undefined>, v.MinLengthAction<v.InferOutput<TValue>[], 1, undefined>]>;
273
+ readonly $eq: TValue;
274
+ readonly $ne: TValue;
275
+ } & {
276
+ readonly $not: StrapiStrictFilterObjectSchema<{
277
+ readonly $notNull: v.LiteralSchema<true, undefined>;
278
+ readonly $null: v.LiteralSchema<true, undefined>;
279
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<TValue, undefined>, v.MinLengthAction<v.InferOutput<TValue>[], 1, undefined>]>;
280
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<TValue, undefined>, v.MinLengthAction<v.InferOutput<TValue>[], 1, undefined>]>;
281
+ readonly $eq: TValue;
282
+ readonly $ne: TValue;
283
+ }>;
284
+ }>;
285
+ declare const createPicklistArrayFilter: <const TValue extends v.GenericSchema>(value: TValue) => StrapiStrictFilterObjectSchema<{
286
+ readonly $notNull: v.LiteralSchema<true, undefined>;
287
+ readonly $null: v.LiteralSchema<true, undefined>;
288
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<TValue, undefined>, v.MinLengthAction<v.InferOutput<TValue>[], 1, undefined>]>;
289
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<TValue, undefined>, v.MinLengthAction<v.InferOutput<TValue>[], 1, undefined>]>;
290
+ readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<TValue, undefined>, v.MinLengthAction<v.InferOutput<TValue>[], 1, undefined>]>;
291
+ readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<TValue, undefined>, v.MinLengthAction<v.InferOutput<TValue>[], 1, undefined>]>;
292
+ } & {
293
+ readonly $not: StrapiStrictFilterObjectSchema<{
294
+ readonly $notNull: v.LiteralSchema<true, undefined>;
295
+ readonly $null: v.LiteralSchema<true, undefined>;
296
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<TValue, undefined>, v.MinLengthAction<v.InferOutput<TValue>[], 1, undefined>]>;
297
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<TValue, undefined>, v.MinLengthAction<v.InferOutput<TValue>[], 1, undefined>]>;
298
+ readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<TValue, undefined>, v.MinLengthAction<v.InferOutput<TValue>[], 1, undefined>]>;
299
+ readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<TValue, undefined>, v.MinLengthAction<v.InferOutput<TValue>[], 1, undefined>]>;
300
+ }>;
301
+ }>;
302
+ //#endregion
303
+ //#region src/filters/generics/string.d.ts
304
+ declare const StringFilter: StrapiStrictFilterObjectSchema<{
305
+ readonly $notNull: v.LiteralSchema<true, undefined>;
306
+ readonly $null: v.LiteralSchema<true, undefined>;
307
+ readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
308
+ readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
309
+ readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
310
+ readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
311
+ readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
312
+ readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
313
+ readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
314
+ readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
315
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
316
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
317
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
318
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
319
+ } & {
320
+ readonly $not: StrapiStrictFilterObjectSchema<{
321
+ readonly $notNull: v.LiteralSchema<true, undefined>;
322
+ readonly $null: v.LiteralSchema<true, undefined>;
323
+ readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
324
+ readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
325
+ readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
326
+ readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
327
+ readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
328
+ readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
329
+ readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
330
+ readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
331
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
332
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
333
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
334
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
335
+ }>;
336
+ }>;
337
+ type StringFilter = v.InferOutput<typeof StringFilter>;
338
+ declare const LongStringFilter: StrapiStrictFilterObjectSchema<{
339
+ readonly $notNull: v.LiteralSchema<true, undefined>;
340
+ readonly $null: v.LiteralSchema<true, undefined>;
341
+ readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
342
+ readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
343
+ readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
344
+ readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
345
+ readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
346
+ readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
347
+ readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
348
+ readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
349
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
350
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
351
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
352
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
353
+ } & {
354
+ readonly $not: StrapiStrictFilterObjectSchema<{
355
+ readonly $notNull: v.LiteralSchema<true, undefined>;
356
+ readonly $null: v.LiteralSchema<true, undefined>;
357
+ readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
358
+ readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
359
+ readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
360
+ readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
361
+ readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
362
+ readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
363
+ readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
364
+ readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
365
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
366
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
367
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
368
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
369
+ }>;
370
+ }>;
371
+ type LongStringFilter = v.InferOutput<typeof LongStringFilter>;
372
+ declare const ExactStringFilter: StrapiStrictFilterObjectSchema<{
373
+ readonly $notNull: v.LiteralSchema<true, undefined>;
374
+ readonly $null: v.LiteralSchema<true, undefined>;
375
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
376
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
377
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
378
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
379
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
380
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
381
+ } & {
382
+ readonly $not: StrapiStrictFilterObjectSchema<{
383
+ readonly $notNull: v.LiteralSchema<true, undefined>;
384
+ readonly $null: v.LiteralSchema<true, undefined>;
385
+ readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
386
+ readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
387
+ readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
388
+ readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
389
+ readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
390
+ readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
391
+ }>;
392
+ }>;
393
+ type ExactStringFilter = v.InferOutput<typeof ExactStringFilter>;
394
+ //#endregion
395
+ export { BooleanFilter as C, TimeFilterValue as S, DateFilter as _, createPicklistFilter as a, DateTimeFilterValue as b, NUMBER_STRING_PATTERN as c, DocumentIdFilter as d, EmailFilter as f, UrlFilter as g, SlugFilter as h, createPicklistArrayFilter as i, NumberFilter as l, IdFilterValue as m, LongStringFilter as n, IntegerFilter as o, IdFilter as p, StringFilter as r, IntegerFilterValue as s, ExactStringFilter as t, NumberFilterValue as u, DateFilterValue as v, BooleanFilterValue as w, TimeFilter as x, DateTimeFilter as y };