@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
@@ -1,663 +1,2 @@
1
- import { n as StrapiStrictFilterObjectSchema, t as StrapiFilterSchema } from "../../index-CvAzE6rd.cjs";
2
- import * as v from "valibot";
3
-
4
- //#region src/entities/client/query.d.ts
5
- declare const QueryStrapiSearchClients: v.ObjectSchema<{
6
- readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
7
- readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
8
- readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
9
- readonly teamwork_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
10
- readonly teamwork_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
11
- readonly gainapp_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
12
- readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
13
- readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
14
- readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
15
- readonly is_featured: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
16
- readonly allow_create_utm_link: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
17
- readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
18
- readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
19
- readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
20
- readonly sort: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, undefined>, v.SchemaWithPipe<readonly [v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, v.TransformAction<`${string}:asc` | `${string}:desc`, (`${string}:asc` | `${string}:desc`)[]>]>], undefined>, undefined>;
21
- }, undefined>;
22
- type QueryStrapiSearchClients = v.InferOutput<typeof QueryStrapiSearchClients>;
23
- declare const FilterStrapiClients: StrapiFilterSchema<{
24
- readonly title: StrapiStrictFilterObjectSchema<{
25
- readonly $notNull: v.LiteralSchema<true, undefined>;
26
- readonly $null: v.LiteralSchema<true, undefined>;
27
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
28
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
29
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
30
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
31
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
32
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
33
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
34
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
35
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
36
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
37
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
38
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
39
- } & {
40
- readonly $not: StrapiStrictFilterObjectSchema<{
41
- readonly $notNull: v.LiteralSchema<true, undefined>;
42
- readonly $null: v.LiteralSchema<true, undefined>;
43
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
44
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
45
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
46
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
47
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
48
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
49
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
50
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
51
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
52
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
53
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
54
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
55
- }>;
56
- }>;
57
- readonly teamwork_id: StrapiStrictFilterObjectSchema<{
58
- readonly $notNull: v.LiteralSchema<true, undefined>;
59
- readonly $null: v.LiteralSchema<true, undefined>;
60
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
61
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
62
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
63
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
64
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
65
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
66
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
67
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
68
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
69
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
70
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
71
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
72
- } & {
73
- readonly $not: StrapiStrictFilterObjectSchema<{
74
- readonly $notNull: v.LiteralSchema<true, undefined>;
75
- readonly $null: v.LiteralSchema<true, undefined>;
76
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
77
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
78
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
79
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
80
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
81
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
82
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
83
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
84
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
85
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
86
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
87
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
88
- }>;
89
- }>;
90
- readonly teamwork_name: StrapiStrictFilterObjectSchema<{
91
- readonly $notNull: v.LiteralSchema<true, undefined>;
92
- readonly $null: v.LiteralSchema<true, undefined>;
93
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
94
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
95
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
96
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
97
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
98
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
99
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
100
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
101
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
102
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
103
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
104
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
105
- } & {
106
- readonly $not: StrapiStrictFilterObjectSchema<{
107
- readonly $notNull: v.LiteralSchema<true, undefined>;
108
- readonly $null: v.LiteralSchema<true, undefined>;
109
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
110
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
111
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
112
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
113
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
114
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
115
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
116
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
117
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
118
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
119
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
120
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
121
- }>;
122
- }>;
123
- readonly gainapp_id: StrapiStrictFilterObjectSchema<{
124
- readonly $notNull: v.LiteralSchema<true, undefined>;
125
- readonly $null: v.LiteralSchema<true, undefined>;
126
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
127
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
128
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
129
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
130
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
131
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
132
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
133
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
134
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
135
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
136
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
137
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
138
- } & {
139
- readonly $not: StrapiStrictFilterObjectSchema<{
140
- readonly $notNull: v.LiteralSchema<true, undefined>;
141
- readonly $null: v.LiteralSchema<true, undefined>;
142
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
143
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
144
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
145
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
146
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
147
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
148
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
149
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
150
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
151
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
152
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
153
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
154
- }>;
155
- }>;
156
- readonly utm_sheet_id: StrapiStrictFilterObjectSchema<{
157
- readonly $notNull: v.LiteralSchema<true, undefined>;
158
- readonly $null: v.LiteralSchema<true, undefined>;
159
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
160
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
161
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
162
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
163
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
164
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
165
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
166
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
167
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
168
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
169
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
170
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
171
- } & {
172
- readonly $not: StrapiStrictFilterObjectSchema<{
173
- readonly $notNull: v.LiteralSchema<true, undefined>;
174
- readonly $null: v.LiteralSchema<true, undefined>;
175
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
176
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
177
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
178
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
179
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
180
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
181
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
182
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
183
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
184
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
185
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
186
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
187
- }>;
188
- }>;
189
- readonly is_active: StrapiStrictFilterObjectSchema<{
190
- readonly $notNull: v.LiteralSchema<true, undefined>;
191
- readonly $null: v.LiteralSchema<true, undefined>;
192
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
193
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
194
- } & {
195
- readonly $not: StrapiStrictFilterObjectSchema<{
196
- readonly $notNull: v.LiteralSchema<true, undefined>;
197
- readonly $null: v.LiteralSchema<true, undefined>;
198
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
199
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
200
- }>;
201
- }>;
202
- readonly is_hidden: StrapiStrictFilterObjectSchema<{
203
- readonly $notNull: v.LiteralSchema<true, undefined>;
204
- readonly $null: v.LiteralSchema<true, undefined>;
205
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
206
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
207
- } & {
208
- readonly $not: StrapiStrictFilterObjectSchema<{
209
- readonly $notNull: v.LiteralSchema<true, undefined>;
210
- readonly $null: v.LiteralSchema<true, undefined>;
211
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
212
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
213
- }>;
214
- }>;
215
- readonly is_featured: StrapiStrictFilterObjectSchema<{
216
- readonly $notNull: v.LiteralSchema<true, undefined>;
217
- readonly $null: v.LiteralSchema<true, undefined>;
218
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
219
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
220
- } & {
221
- readonly $not: StrapiStrictFilterObjectSchema<{
222
- readonly $notNull: v.LiteralSchema<true, undefined>;
223
- readonly $null: v.LiteralSchema<true, undefined>;
224
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
225
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
226
- }>;
227
- }>;
228
- readonly allow_create_utm_link: StrapiStrictFilterObjectSchema<{
229
- readonly $notNull: v.LiteralSchema<true, undefined>;
230
- readonly $null: v.LiteralSchema<true, undefined>;
231
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
232
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
233
- } & {
234
- readonly $not: StrapiStrictFilterObjectSchema<{
235
- readonly $notNull: v.LiteralSchema<true, undefined>;
236
- readonly $null: v.LiteralSchema<true, undefined>;
237
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
238
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
239
- }>;
240
- }>;
241
- readonly is_paid_media: StrapiStrictFilterObjectSchema<{
242
- readonly $notNull: v.LiteralSchema<true, undefined>;
243
- readonly $null: v.LiteralSchema<true, undefined>;
244
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
245
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
246
- } & {
247
- readonly $not: StrapiStrictFilterObjectSchema<{
248
- readonly $notNull: v.LiteralSchema<true, undefined>;
249
- readonly $null: v.LiteralSchema<true, undefined>;
250
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
251
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
252
- }>;
253
- }>;
254
- readonly is_organic_social: StrapiStrictFilterObjectSchema<{
255
- readonly $notNull: v.LiteralSchema<true, undefined>;
256
- readonly $null: v.LiteralSchema<true, undefined>;
257
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
258
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
259
- } & {
260
- readonly $not: StrapiStrictFilterObjectSchema<{
261
- readonly $notNull: v.LiteralSchema<true, undefined>;
262
- readonly $null: v.LiteralSchema<true, undefined>;
263
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
264
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
265
- }>;
266
- }>;
267
- readonly classification: StrapiStrictFilterObjectSchema<{
268
- readonly $notNull: v.LiteralSchema<true, undefined>;
269
- readonly $null: v.LiteralSchema<true, undefined>;
270
- readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>, v.MinLengthAction<("organic" | "paid")[][], 1, undefined>]>;
271
- readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>, v.MinLengthAction<("organic" | "paid")[][], 1, undefined>]>;
272
- readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>;
273
- readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>;
274
- } & {
275
- readonly $not: StrapiStrictFilterObjectSchema<{
276
- readonly $notNull: v.LiteralSchema<true, undefined>;
277
- readonly $null: v.LiteralSchema<true, undefined>;
278
- readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>, v.MinLengthAction<("organic" | "paid")[][], 1, undefined>]>;
279
- readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>, v.MinLengthAction<("organic" | "paid")[][], 1, undefined>]>;
280
- readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>;
281
- readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>;
282
- }>;
283
- }>;
284
- readonly createdAt: StrapiStrictFilterObjectSchema<{
285
- readonly $notNull: v.LiteralSchema<true, undefined>;
286
- readonly $null: v.LiteralSchema<true, undefined>;
287
- readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>], undefined>;
288
- readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
289
- readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
290
- readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
291
- readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
292
- readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
293
- readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
294
- readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
295
- readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
296
- } & {
297
- readonly $not: StrapiStrictFilterObjectSchema<{
298
- readonly $notNull: v.LiteralSchema<true, undefined>;
299
- readonly $null: v.LiteralSchema<true, undefined>;
300
- readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>], undefined>;
301
- readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
302
- readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
303
- readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
304
- readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
305
- readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
306
- readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
307
- readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
308
- readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
309
- }>;
310
- }>;
311
- readonly updatedAt: StrapiStrictFilterObjectSchema<{
312
- readonly $notNull: v.LiteralSchema<true, undefined>;
313
- readonly $null: v.LiteralSchema<true, undefined>;
314
- readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>], undefined>;
315
- readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
316
- readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
317
- readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
318
- readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
319
- readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
320
- readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
321
- readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
322
- readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
323
- } & {
324
- readonly $not: StrapiStrictFilterObjectSchema<{
325
- readonly $notNull: v.LiteralSchema<true, undefined>;
326
- readonly $null: v.LiteralSchema<true, undefined>;
327
- readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>], undefined>;
328
- readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
329
- readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
330
- readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
331
- readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
332
- readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
333
- readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
334
- readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
335
- readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
336
- }>;
337
- }>;
338
- }>;
339
- type FilterStrapiClients = v.InferOutput<typeof FilterStrapiClients>;
340
- declare const QueryStrapiClients: v.ObjectSchema<{
341
- readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
342
- readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
343
- readonly sort: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, undefined>, v.SchemaWithPipe<readonly [v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, v.TransformAction<`${string}:asc` | `${string}:desc`, (`${string}:asc` | `${string}:desc`)[]>]>], undefined>, undefined>;
344
- readonly f: v.OptionalSchema<StrapiFilterSchema<{
345
- readonly title: StrapiStrictFilterObjectSchema<{
346
- readonly $notNull: v.LiteralSchema<true, undefined>;
347
- readonly $null: v.LiteralSchema<true, undefined>;
348
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
349
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
350
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
351
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
352
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
353
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
354
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
355
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
356
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
357
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
358
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
359
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
360
- } & {
361
- readonly $not: StrapiStrictFilterObjectSchema<{
362
- readonly $notNull: v.LiteralSchema<true, undefined>;
363
- readonly $null: v.LiteralSchema<true, undefined>;
364
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
365
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
366
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
367
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
368
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
369
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
370
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
371
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
372
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
373
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
374
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
375
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
376
- }>;
377
- }>;
378
- readonly teamwork_id: StrapiStrictFilterObjectSchema<{
379
- readonly $notNull: v.LiteralSchema<true, undefined>;
380
- readonly $null: v.LiteralSchema<true, undefined>;
381
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
382
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
383
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
384
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
385
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
386
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
387
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
388
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
389
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
390
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
391
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
392
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
393
- } & {
394
- readonly $not: StrapiStrictFilterObjectSchema<{
395
- readonly $notNull: v.LiteralSchema<true, undefined>;
396
- readonly $null: v.LiteralSchema<true, undefined>;
397
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
398
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
399
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
400
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
401
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
402
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
403
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
404
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
405
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
406
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
407
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
408
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
409
- }>;
410
- }>;
411
- readonly teamwork_name: StrapiStrictFilterObjectSchema<{
412
- readonly $notNull: v.LiteralSchema<true, undefined>;
413
- readonly $null: v.LiteralSchema<true, undefined>;
414
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
415
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
416
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
417
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
418
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
419
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
420
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
421
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
422
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
423
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
424
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
425
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
426
- } & {
427
- readonly $not: StrapiStrictFilterObjectSchema<{
428
- readonly $notNull: v.LiteralSchema<true, undefined>;
429
- readonly $null: v.LiteralSchema<true, undefined>;
430
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
431
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
432
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
433
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
434
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
435
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
436
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
437
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
438
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
439
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
440
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
441
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
442
- }>;
443
- }>;
444
- readonly gainapp_id: StrapiStrictFilterObjectSchema<{
445
- readonly $notNull: v.LiteralSchema<true, undefined>;
446
- readonly $null: v.LiteralSchema<true, undefined>;
447
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
448
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
449
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
450
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
451
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
452
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
453
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
454
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
455
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
456
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
457
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
458
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
459
- } & {
460
- readonly $not: StrapiStrictFilterObjectSchema<{
461
- readonly $notNull: v.LiteralSchema<true, undefined>;
462
- readonly $null: v.LiteralSchema<true, undefined>;
463
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
464
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
465
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
466
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
467
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
468
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
469
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
470
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
471
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
472
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
473
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
474
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
475
- }>;
476
- }>;
477
- readonly utm_sheet_id: StrapiStrictFilterObjectSchema<{
478
- readonly $notNull: v.LiteralSchema<true, undefined>;
479
- readonly $null: v.LiteralSchema<true, undefined>;
480
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
481
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
482
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
483
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
484
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
485
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
486
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
487
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
488
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
489
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
490
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
491
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
492
- } & {
493
- readonly $not: StrapiStrictFilterObjectSchema<{
494
- readonly $notNull: v.LiteralSchema<true, undefined>;
495
- readonly $null: v.LiteralSchema<true, undefined>;
496
- readonly $contains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
497
- readonly $containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
498
- readonly $endsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
499
- readonly $endsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
500
- readonly $notContains: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
501
- readonly $notContainsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
502
- readonly $startsWith: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
503
- readonly $startsWithi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
504
- readonly $eqi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
505
- readonly $nei: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
506
- readonly $eq: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
507
- readonly $ne: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
508
- }>;
509
- }>;
510
- readonly is_active: StrapiStrictFilterObjectSchema<{
511
- readonly $notNull: v.LiteralSchema<true, undefined>;
512
- readonly $null: v.LiteralSchema<true, undefined>;
513
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
514
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
515
- } & {
516
- readonly $not: StrapiStrictFilterObjectSchema<{
517
- readonly $notNull: v.LiteralSchema<true, undefined>;
518
- readonly $null: v.LiteralSchema<true, undefined>;
519
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
520
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
521
- }>;
522
- }>;
523
- readonly is_hidden: StrapiStrictFilterObjectSchema<{
524
- readonly $notNull: v.LiteralSchema<true, undefined>;
525
- readonly $null: v.LiteralSchema<true, undefined>;
526
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
527
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
528
- } & {
529
- readonly $not: StrapiStrictFilterObjectSchema<{
530
- readonly $notNull: v.LiteralSchema<true, undefined>;
531
- readonly $null: v.LiteralSchema<true, undefined>;
532
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
533
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
534
- }>;
535
- }>;
536
- readonly is_featured: StrapiStrictFilterObjectSchema<{
537
- readonly $notNull: v.LiteralSchema<true, undefined>;
538
- readonly $null: v.LiteralSchema<true, undefined>;
539
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
540
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
541
- } & {
542
- readonly $not: StrapiStrictFilterObjectSchema<{
543
- readonly $notNull: v.LiteralSchema<true, undefined>;
544
- readonly $null: v.LiteralSchema<true, undefined>;
545
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
546
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
547
- }>;
548
- }>;
549
- readonly allow_create_utm_link: StrapiStrictFilterObjectSchema<{
550
- readonly $notNull: v.LiteralSchema<true, undefined>;
551
- readonly $null: v.LiteralSchema<true, undefined>;
552
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
553
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
554
- } & {
555
- readonly $not: StrapiStrictFilterObjectSchema<{
556
- readonly $notNull: v.LiteralSchema<true, undefined>;
557
- readonly $null: v.LiteralSchema<true, undefined>;
558
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
559
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
560
- }>;
561
- }>;
562
- readonly is_paid_media: StrapiStrictFilterObjectSchema<{
563
- readonly $notNull: v.LiteralSchema<true, undefined>;
564
- readonly $null: v.LiteralSchema<true, undefined>;
565
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
566
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
567
- } & {
568
- readonly $not: StrapiStrictFilterObjectSchema<{
569
- readonly $notNull: v.LiteralSchema<true, undefined>;
570
- readonly $null: v.LiteralSchema<true, undefined>;
571
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
572
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
573
- }>;
574
- }>;
575
- readonly is_organic_social: StrapiStrictFilterObjectSchema<{
576
- readonly $notNull: v.LiteralSchema<true, undefined>;
577
- readonly $null: v.LiteralSchema<true, undefined>;
578
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
579
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
580
- } & {
581
- readonly $not: StrapiStrictFilterObjectSchema<{
582
- readonly $notNull: v.LiteralSchema<true, undefined>;
583
- readonly $null: v.LiteralSchema<true, undefined>;
584
- readonly $eq: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
585
- readonly $ne: v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.PicklistSchema<["true", "false"], undefined>, v.TransformAction<"true" | "false", boolean>]>], undefined>;
586
- }>;
587
- }>;
588
- readonly classification: StrapiStrictFilterObjectSchema<{
589
- readonly $notNull: v.LiteralSchema<true, undefined>;
590
- readonly $null: v.LiteralSchema<true, undefined>;
591
- readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>, v.MinLengthAction<("organic" | "paid")[][], 1, undefined>]>;
592
- readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>, v.MinLengthAction<("organic" | "paid")[][], 1, undefined>]>;
593
- readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>;
594
- readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>;
595
- } & {
596
- readonly $not: StrapiStrictFilterObjectSchema<{
597
- readonly $notNull: v.LiteralSchema<true, undefined>;
598
- readonly $null: v.LiteralSchema<true, undefined>;
599
- readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>, v.MinLengthAction<("organic" | "paid")[][], 1, undefined>]>;
600
- readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>, v.MinLengthAction<("organic" | "paid")[][], 1, undefined>]>;
601
- readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>;
602
- readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>;
603
- }>;
604
- }>;
605
- readonly createdAt: StrapiStrictFilterObjectSchema<{
606
- readonly $notNull: v.LiteralSchema<true, undefined>;
607
- readonly $null: v.LiteralSchema<true, undefined>;
608
- readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>], undefined>;
609
- readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
610
- readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
611
- readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
612
- readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
613
- readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
614
- readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
615
- readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
616
- readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
617
- } & {
618
- readonly $not: StrapiStrictFilterObjectSchema<{
619
- readonly $notNull: v.LiteralSchema<true, undefined>;
620
- readonly $null: v.LiteralSchema<true, undefined>;
621
- readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>], undefined>;
622
- readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
623
- readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
624
- readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
625
- readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
626
- readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
627
- readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
628
- readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
629
- readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
630
- }>;
631
- }>;
632
- readonly updatedAt: StrapiStrictFilterObjectSchema<{
633
- readonly $notNull: v.LiteralSchema<true, undefined>;
634
- readonly $null: v.LiteralSchema<true, undefined>;
635
- readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>], undefined>;
636
- readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
637
- readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
638
- readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
639
- readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
640
- readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
641
- readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
642
- readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
643
- readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
644
- } & {
645
- readonly $not: StrapiStrictFilterObjectSchema<{
646
- readonly $notNull: v.LiteralSchema<true, undefined>;
647
- readonly $null: v.LiteralSchema<true, undefined>;
648
- readonly $between: v.StrictTupleSchema<[v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>], undefined>;
649
- readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
650
- readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
651
- readonly $gt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
652
- readonly $gte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
653
- readonly $lt: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
654
- readonly $lte: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
655
- readonly $eq: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
656
- readonly $ne: v.SchemaWithPipe<readonly [v.UnionSchema<[v.DateSchema<undefined>, v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.CheckAction<string, undefined>]>], undefined>, v.TransformAction<string | number | Date, string>]>;
657
- }>;
658
- }>;
659
- }>, undefined>;
660
- }, undefined>;
661
- type QueryStrapiClients = v.InferOutput<typeof QueryStrapiClients>;
662
- //#endregion
663
- export { FilterStrapiClients, QueryStrapiClients, QueryStrapiSearchClients };
1
+ import { n as FilterStrapiClients, r as QueryStrapiSearchClients, t as FilterClientClassification } from "../../query-y7Fuj2mF.cjs";
2
+ export { FilterClientClassification, FilterStrapiClients, QueryStrapiSearchClients };