@getcommunity/gc-validators 0.0.288 → 0.0.290
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.
- package/dist/{abac-CpbcNkbR.mjs → abac-CGxdvbQf.mjs} +35 -0
- package/dist/{abac-COY7Q7ag.cjs → abac-DIUw6Nr_.cjs} +35 -0
- package/dist/base/index.cjs +7 -7
- package/dist/base/index.d.cts +3 -3
- package/dist/base/index.d.mts +3 -3
- package/dist/base/index.mjs +3 -4
- package/dist/boolean-BwqaNE9c.cjs +23 -0
- package/dist/boolean-cJxcC8gC.mjs +10 -0
- package/dist/components/shared/index.cjs +22 -22
- package/dist/components/shared/index.mjs +22 -22
- package/dist/constants/index.cjs +2 -2
- package/dist/constants/index.d.cts +13 -1
- package/dist/constants/index.d.mts +13 -1
- package/dist/constants/index.mjs +2 -2
- package/dist/{constants-DB2bRdS_.mjs → constants-B1uUxM_L.mjs} +7 -0
- package/dist/{constants-Bn1xFL1W.cjs → constants-mrp_BI6r.cjs} +7 -0
- package/dist/{document-Bs5gh1PK.d.mts → document-0iyZU8AR.d.mts} +244 -31
- package/dist/{document-DZnOyFC3.d.cts → document-6DxC79Il.d.cts} +244 -31
- package/dist/{document-u7wNZghX.mjs → document-DFsCkKft.mjs} +43 -27
- package/dist/{document-DdrgMt8B.cjs → document-nEYkVJze.cjs} +48 -26
- package/dist/entities/audit-log/mutation.cjs +3 -3
- package/dist/entities/audit-log/mutation.mjs +3 -3
- package/dist/entities/audit-log/query.cjs +30 -18
- package/dist/entities/audit-log/query.d.cts +44 -16
- package/dist/entities/audit-log/query.d.mts +44 -16
- package/dist/entities/audit-log/query.mjs +29 -19
- package/dist/entities/blog-post/fields.cjs +1 -1
- package/dist/entities/blog-post/fields.mjs +1 -1
- package/dist/entities/blog-post/query.cjs +38 -9
- package/dist/entities/blog-post/query.d.cts +47 -5
- package/dist/entities/blog-post/query.d.mts +47 -5
- package/dist/entities/blog-post/query.mjs +34 -7
- package/dist/entities/category/mutation.cjs +1 -1
- package/dist/entities/category/mutation.mjs +1 -1
- package/dist/entities/category/query.cjs +14 -4
- package/dist/entities/category/query.d.cts +13 -3
- package/dist/entities/category/query.d.mts +13 -3
- package/dist/entities/category/query.mjs +14 -5
- package/dist/entities/client/document.cjs +1 -1
- package/dist/entities/client/document.d.cts +1 -1
- package/dist/entities/client/document.d.mts +1 -1
- package/dist/entities/client/document.mjs +1 -1
- package/dist/entities/client/fields.cjs +3 -1
- package/dist/entities/client/fields.d.cts +3 -1
- package/dist/entities/client/fields.d.mts +3 -1
- package/dist/entities/client/fields.mjs +3 -2
- package/dist/entities/client/mutation.cjs +1 -1
- package/dist/entities/client/mutation.mjs +1 -1
- package/dist/entities/client/query.cjs +28 -14
- package/dist/entities/client/query.d.cts +2 -23
- package/dist/entities/client/query.d.mts +2 -23
- package/dist/entities/client/query.mjs +28 -16
- package/dist/entities/client-content-pillar/document.cjs +1 -1
- package/dist/entities/client-content-pillar/document.d.cts +1 -1
- package/dist/entities/client-content-pillar/document.d.mts +1 -1
- package/dist/entities/client-content-pillar/document.mjs +1 -1
- package/dist/entities/client-content-pillar/mutation.cjs +1 -1
- package/dist/entities/client-content-pillar/mutation.mjs +1 -1
- package/dist/entities/client-content-pillar/query.cjs +3 -20
- package/dist/entities/client-content-pillar/query.d.cts +2 -16
- package/dist/entities/client-content-pillar/query.d.mts +2 -16
- package/dist/entities/client-content-pillar/query.mjs +2 -18
- package/dist/entities/client-email/constants.cjs +5 -0
- package/dist/entities/client-email/constants.d.cts +4 -0
- package/dist/entities/client-email/constants.d.mts +4 -0
- package/dist/entities/client-email/constants.mjs +4 -0
- package/dist/entities/client-email/document.cjs +3 -0
- package/dist/entities/client-email/document.d.cts +2 -0
- package/dist/entities/client-email/document.d.mts +2 -0
- package/dist/entities/client-email/document.mjs +2 -0
- package/dist/entities/client-email/mutation.cjs +35 -0
- package/dist/entities/client-email/mutation.d.cts +41 -0
- package/dist/entities/client-email/mutation.d.mts +41 -0
- package/dist/entities/client-email/mutation.mjs +30 -0
- package/dist/entities/client-email/query.cjs +35 -0
- package/dist/entities/client-email/query.d.cts +30 -0
- package/dist/entities/client-email/query.d.mts +30 -0
- package/dist/entities/client-email/query.mjs +31 -0
- package/dist/entities/client-media-platform/document.cjs +1 -1
- package/dist/entities/client-media-platform/document.d.cts +1 -1
- package/dist/entities/client-media-platform/document.d.mts +1 -1
- package/dist/entities/client-media-platform/document.mjs +1 -1
- package/dist/entities/client-media-platform/mutation.cjs +1 -1
- package/dist/entities/client-media-platform/mutation.mjs +1 -1
- package/dist/entities/client-media-platform/query.cjs +3 -22
- package/dist/entities/client-media-platform/query.d.cts +2 -17
- package/dist/entities/client-media-platform/query.d.mts +2 -17
- package/dist/entities/client-media-platform/query.mjs +2 -20
- package/dist/entities/client-project/document.cjs +1 -1
- package/dist/entities/client-project/document.d.cts +1 -1
- package/dist/entities/client-project/document.d.mts +1 -1
- package/dist/entities/client-project/document.mjs +1 -1
- package/dist/entities/client-project/mutation.cjs +4 -4
- package/dist/entities/client-project/mutation.mjs +4 -4
- package/dist/entities/client-project/query.cjs +37 -26
- package/dist/entities/client-project/query.d.cts +66 -19
- package/dist/entities/client-project/query.d.mts +66 -19
- package/dist/entities/client-project/query.mjs +35 -27
- package/dist/entities/client-report/document.cjs +1 -1
- package/dist/entities/client-report/document.d.cts +1 -1
- package/dist/entities/client-report/document.d.mts +1 -1
- package/dist/entities/client-report/document.mjs +1 -1
- package/dist/entities/client-report/mutation.cjs +1 -1
- package/dist/entities/client-report/mutation.mjs +1 -1
- package/dist/entities/client-report/query.cjs +24 -10
- package/dist/entities/client-report/query.d.cts +37 -8
- package/dist/entities/client-report/query.d.mts +37 -8
- package/dist/entities/client-report/query.mjs +23 -11
- package/dist/entities/client-styleguide/document.cjs +1 -1
- package/dist/entities/client-styleguide/document.d.cts +1 -1
- package/dist/entities/client-styleguide/document.d.mts +1 -1
- package/dist/entities/client-styleguide/document.mjs +1 -1
- package/dist/entities/client-styleguide/mutation.cjs +1 -1
- package/dist/entities/client-styleguide/mutation.mjs +1 -1
- package/dist/entities/client-styleguide/query.cjs +17 -7
- package/dist/entities/client-styleguide/query.d.cts +15 -5
- package/dist/entities/client-styleguide/query.d.mts +15 -5
- package/dist/entities/client-styleguide/query.mjs +17 -8
- package/dist/entities/client-user/document.cjs +1 -1
- package/dist/entities/client-user/document.d.cts +1 -1
- package/dist/entities/client-user/document.d.mts +1 -1
- package/dist/entities/client-user/document.mjs +1 -1
- package/dist/entities/client-user/fields.cjs +3 -1
- package/dist/entities/client-user/fields.d.cts +2 -2
- package/dist/entities/client-user/fields.d.mts +2 -2
- package/dist/entities/client-user/fields.mjs +3 -2
- package/dist/entities/client-user/mutation.cjs +1 -1
- package/dist/entities/client-user/mutation.d.cts +1 -1
- package/dist/entities/client-user/mutation.d.mts +1 -1
- package/dist/entities/client-user/mutation.mjs +1 -1
- package/dist/entities/client-user/query.cjs +3 -13
- package/dist/entities/client-user/query.d.cts +2 -11
- package/dist/entities/client-user/query.d.mts +2 -11
- package/dist/entities/client-user/query.mjs +2 -11
- package/dist/entities/comment/query.cjs +2 -2
- package/dist/entities/comment/query.mjs +2 -2
- package/dist/entities/content-pillar/document.cjs +1 -1
- package/dist/entities/content-pillar/document.d.cts +1 -1
- package/dist/entities/content-pillar/document.d.mts +1 -1
- package/dist/entities/content-pillar/document.mjs +1 -1
- package/dist/entities/content-pillar/mutation.cjs +1 -1
- package/dist/entities/content-pillar/mutation.mjs +1 -1
- package/dist/entities/content-pillar/query.cjs +3 -17
- package/dist/entities/content-pillar/query.d.cts +2 -14
- package/dist/entities/content-pillar/query.d.mts +2 -14
- package/dist/entities/content-pillar/query.mjs +2 -15
- package/dist/entities/gcflytour/document.cjs +1 -1
- package/dist/entities/gcflytour/document.d.cts +1 -1
- package/dist/entities/gcflytour/document.d.mts +1 -1
- package/dist/entities/gcflytour/document.mjs +1 -1
- package/dist/entities/gcflytour/mutation.cjs +1 -1
- package/dist/entities/gcflytour/mutation.mjs +1 -1
- package/dist/entities/gcflytour/query.cjs +3 -20
- package/dist/entities/gcflytour/query.d.cts +2 -16
- package/dist/entities/gcflytour/query.d.mts +2 -16
- package/dist/entities/gcflytour/query.mjs +2 -18
- package/dist/entities/gcflytour-snap/document.cjs +1 -1
- package/dist/entities/gcflytour-snap/document.d.cts +1 -1
- package/dist/entities/gcflytour-snap/document.d.mts +1 -1
- package/dist/entities/gcflytour-snap/document.mjs +1 -1
- package/dist/entities/gcflytour-snap/mutation.cjs +1 -1
- package/dist/entities/gcflytour-snap/mutation.mjs +1 -1
- package/dist/entities/gcflytour-snap/query.cjs +3 -21
- package/dist/entities/gcflytour-snap/query.d.cts +2 -17
- package/dist/entities/gcflytour-snap/query.d.mts +2 -17
- package/dist/entities/gcflytour-snap/query.mjs +2 -19
- package/dist/entities/lead/mutation.cjs +2 -2
- package/dist/entities/lead/mutation.mjs +2 -2
- package/dist/entities/media-content-type/document.cjs +1 -1
- package/dist/entities/media-content-type/document.d.cts +1 -1
- package/dist/entities/media-content-type/document.d.mts +1 -1
- package/dist/entities/media-content-type/document.mjs +1 -1
- package/dist/entities/media-content-type/mutation.cjs +1 -1
- package/dist/entities/media-content-type/mutation.mjs +1 -1
- package/dist/entities/media-content-type/query.cjs +3 -22
- package/dist/entities/media-content-type/query.d.cts +2 -18
- package/dist/entities/media-content-type/query.d.mts +2 -18
- package/dist/entities/media-content-type/query.mjs +2 -20
- package/dist/entities/media-creative-format/document.cjs +1 -1
- package/dist/entities/media-creative-format/document.d.cts +1 -1
- package/dist/entities/media-creative-format/document.d.mts +1 -1
- package/dist/entities/media-creative-format/document.mjs +1 -1
- package/dist/entities/media-creative-format/mutation.cjs +1 -1
- package/dist/entities/media-creative-format/mutation.mjs +1 -1
- package/dist/entities/media-creative-format/query.cjs +3 -20
- package/dist/entities/media-creative-format/query.d.cts +2 -16
- package/dist/entities/media-creative-format/query.d.mts +2 -16
- package/dist/entities/media-creative-format/query.mjs +2 -18
- package/dist/entities/media-medium/document.cjs +1 -1
- package/dist/entities/media-medium/document.d.cts +1 -1
- package/dist/entities/media-medium/document.d.mts +1 -1
- package/dist/entities/media-medium/document.mjs +1 -1
- package/dist/entities/media-medium/mutation.cjs +1 -1
- package/dist/entities/media-medium/mutation.mjs +1 -1
- package/dist/entities/media-medium/query.cjs +3 -21
- package/dist/entities/media-medium/query.d.cts +2 -17
- package/dist/entities/media-medium/query.d.mts +2 -17
- package/dist/entities/media-medium/query.mjs +2 -19
- package/dist/entities/media-platform/document.cjs +1 -1
- package/dist/entities/media-platform/document.d.cts +1 -1
- package/dist/entities/media-platform/document.d.mts +1 -1
- package/dist/entities/media-platform/document.mjs +1 -1
- package/dist/entities/media-platform/mutation.cjs +2 -2
- package/dist/entities/media-platform/mutation.mjs +2 -2
- package/dist/entities/media-platform/query.cjs +3 -25
- package/dist/entities/media-platform/query.d.cts +2 -20
- package/dist/entities/media-platform/query.d.mts +2 -20
- package/dist/entities/media-platform/query.mjs +2 -23
- package/dist/entities/monday-workspace/document.cjs +1 -1
- package/dist/entities/monday-workspace/document.d.cts +1 -1
- package/dist/entities/monday-workspace/document.d.mts +1 -1
- package/dist/entities/monday-workspace/document.mjs +1 -1
- package/dist/entities/monday-workspace/mutation.cjs +1 -1
- package/dist/entities/monday-workspace/mutation.mjs +1 -1
- package/dist/entities/monday-workspace/query.cjs +16 -6
- package/dist/entities/monday-workspace/query.d.cts +15 -4
- package/dist/entities/monday-workspace/query.d.mts +15 -4
- package/dist/entities/monday-workspace/query.mjs +16 -7
- package/dist/entities/newsletter-signup/mutation.cjs +2 -2
- package/dist/entities/newsletter-signup/mutation.mjs +2 -2
- package/dist/entities/product-highlight/document.cjs +1 -1
- package/dist/entities/product-highlight/document.d.cts +1 -1
- package/dist/entities/product-highlight/document.d.mts +1 -1
- package/dist/entities/product-highlight/document.mjs +1 -1
- package/dist/entities/resume/mutation.cjs +3 -3
- package/dist/entities/resume/mutation.mjs +3 -3
- package/dist/entities/sharpspring/mutation.cjs +1 -1
- package/dist/entities/sharpspring/mutation.mjs +1 -1
- package/dist/entities/tag/mutation.cjs +1 -1
- package/dist/entities/tag/mutation.mjs +1 -1
- package/dist/entities/tag/query.cjs +14 -4
- package/dist/entities/tag/query.d.cts +13 -3
- package/dist/entities/tag/query.d.mts +13 -3
- package/dist/entities/tag/query.mjs +14 -5
- package/dist/entities/team-member/query.cjs +25 -9
- package/dist/entities/team-member/query.d.cts +54 -7
- package/dist/entities/team-member/query.d.mts +54 -7
- package/dist/entities/team-member/query.mjs +23 -10
- package/dist/entities/teamwork/query.cjs +1 -2
- package/dist/entities/teamwork/query.mjs +1 -2
- package/dist/entities/trend/mutation.cjs +1 -1
- package/dist/entities/trend/mutation.mjs +1 -1
- package/dist/entities/up-auth/mutation.cjs +1 -1
- package/dist/entities/up-auth/mutation.d.cts +1 -1
- package/dist/entities/up-auth/mutation.d.mts +1 -1
- package/dist/entities/up-auth/mutation.mjs +1 -1
- package/dist/entities/up-permission/document.cjs +1 -1
- package/dist/entities/up-permission/document.d.cts +1 -1
- package/dist/entities/up-permission/document.d.mts +1 -1
- package/dist/entities/up-permission/document.mjs +1 -1
- package/dist/entities/up-permission/fields.cjs +7 -0
- package/dist/entities/up-permission/fields.d.cts +2 -0
- package/dist/entities/up-permission/fields.d.mts +2 -0
- package/dist/entities/up-permission/fields.mjs +6 -0
- package/dist/entities/up-role/document.cjs +1 -1
- package/dist/entities/up-role/document.d.cts +1 -1
- package/dist/entities/up-role/document.d.mts +1 -1
- package/dist/entities/up-role/document.mjs +1 -1
- package/dist/entities/up-role/query.cjs +20 -0
- package/dist/entities/up-role/query.d.cts +2 -0
- package/dist/entities/up-role/query.d.mts +2 -0
- package/dist/entities/up-role/query.mjs +18 -0
- package/dist/entities/up-user/document.cjs +1 -1
- package/dist/entities/up-user/document.d.cts +1 -1
- package/dist/entities/up-user/document.d.mts +1 -1
- package/dist/entities/up-user/document.mjs +1 -1
- package/dist/entities/up-user/fields.cjs +2 -1
- package/dist/entities/up-user/fields.mjs +1 -1
- package/dist/entities/up-user/mutation.cjs +1 -1
- package/dist/entities/up-user/mutation.mjs +1 -1
- package/dist/entities/up-user/query.cjs +4 -20
- package/dist/entities/up-user/query.d.cts +2 -17
- package/dist/entities/up-user/query.d.mts +2 -17
- package/dist/entities/up-user/query.mjs +2 -17
- package/dist/entities/url-redirect/query.cjs +26 -3
- package/dist/entities/url-redirect/query.d.cts +54 -3
- package/dist/entities/url-redirect/query.d.mts +54 -3
- package/dist/entities/url-redirect/query.mjs +23 -3
- package/dist/entities/user-account/document.cjs +1 -1
- package/dist/entities/user-account/document.d.cts +1 -1
- package/dist/entities/user-account/document.d.mts +1 -1
- package/dist/entities/user-account/document.mjs +1 -1
- package/dist/entities/user-account/mutation.cjs +1 -1
- package/dist/entities/user-account/mutation.mjs +1 -1
- package/dist/entities/user-account/query.cjs +1 -1
- package/dist/entities/user-account/query.d.cts +1 -1
- package/dist/entities/user-account/query.d.mts +1 -1
- package/dist/entities/user-account/query.mjs +1 -1
- package/dist/entities/utm-link-builder/mutation.cjs +2 -2
- package/dist/entities/utm-link-builder/mutation.mjs +2 -2
- package/dist/entities/utm-tracking-link/document.cjs +1 -1
- package/dist/entities/utm-tracking-link/document.d.cts +1 -1
- package/dist/entities/utm-tracking-link/document.d.mts +1 -1
- package/dist/entities/utm-tracking-link/document.mjs +1 -1
- package/dist/entities/utm-tracking-link/fields.cjs +1 -1
- package/dist/entities/utm-tracking-link/fields.mjs +1 -1
- package/dist/entities/utm-tracking-link/mutation.cjs +2 -2
- package/dist/entities/utm-tracking-link/mutation.mjs +2 -2
- package/dist/entities/utm-tracking-link/query.cjs +33 -25
- package/dist/entities/utm-tracking-link/query.d.cts +31 -21
- package/dist/entities/utm-tracking-link/query.d.mts +31 -21
- package/dist/entities/utm-tracking-link/query.mjs +33 -26
- package/dist/fields-CRaDKzi3.d.cts +25 -0
- package/dist/{fields-BNrM_SmR.d.cts → fields-CcH10Ybe.d.cts} +4 -1
- package/dist/{fields-BNrM_SmR.d.mts → fields-CcH10Ybe.d.mts} +4 -1
- package/dist/fields-DbNgWbgS.d.mts +25 -0
- package/dist/filters/index.cjs +174 -0
- package/dist/filters/index.d.cts +110 -0
- package/dist/filters/index.d.mts +110 -0
- package/dist/filters/index.mjs +149 -0
- package/dist/identifier-CeOY3BU-.mjs +72 -0
- package/dist/identifier-Di0Gx239.cjs +175 -0
- package/dist/index-BgZbDm41.d.cts +406 -0
- package/dist/index-BgZbDm41.d.mts +406 -0
- package/dist/{index-DHHJwRNf.d.mts → index-COEq2o6s.d.mts} +8 -6
- package/dist/{index-zDQP0gcQ.d.cts → index-C_iAaSf1.d.cts} +8 -6
- package/dist/logical-operators-Bku8NPDs.cjs +24 -0
- package/dist/logical-operators-C0-wSK0P.mjs +17 -0
- package/dist/null-operators-CyK5Nxn3.cjs +96 -0
- package/dist/null-operators-DvwH8j8n.mjs +47 -0
- package/dist/permissions/index.cjs +2 -2
- package/dist/permissions/index.d.cts +2 -2
- package/dist/permissions/index.d.mts +2 -2
- package/dist/permissions/index.mjs +2 -2
- package/dist/picklist-DMZjp2EE.cjs +29 -0
- package/dist/picklist-DayZlSoN.mjs +16 -0
- package/dist/query-79CK1qXP.d.cts +35 -0
- package/dist/query-9J5wmu64.d.mts +52 -0
- package/dist/{query-DPFgSbu5.d.cts → query-BOv5YhYc.d.cts} +16 -1
- package/dist/{query-DPFgSbu5.d.mts → query-BQkvCQDy.d.mts} +16 -1
- package/dist/query-BdS6AzQM.d.mts +122 -0
- package/dist/query-BiM_LW7b.d.cts +52 -0
- package/dist/{query-Bflh6Vd8.mjs → query-Bzv2SS5C.mjs} +16 -5
- package/dist/query-C-1Mp1j6.d.mts +57 -0
- package/dist/query-CQVW_n7R.cjs +172 -0
- package/dist/query-CbCFSDNP.d.cts +46 -0
- package/dist/query-Ctmp66KS.mjs +111 -0
- package/dist/query-DIQPfsSq.d.cts +51 -0
- package/dist/query-DQvrkaL2.d.mts +51 -0
- package/dist/query-DVIHcRpR.mjs +55 -0
- package/dist/query-Dh3ryD3m.cjs +75 -0
- package/dist/query-DlpZHcIM.d.mts +46 -0
- package/dist/{query-iF2acn2f.cjs → query-Do9f-PY3.cjs} +21 -4
- package/dist/query-Dxilctoo.d.cts +57 -0
- package/dist/query-M5dC8L8L.cjs +69 -0
- package/dist/query-PKg23GyY.d.cts +122 -0
- package/dist/query-WLdChTbq.mjs +50 -0
- package/dist/query-hXEB-Beo.cjs +86 -0
- package/dist/query-k5JTPobF.mjs +44 -0
- package/dist/query-z32wChYv.d.mts +35 -0
- package/dist/{relationships-yGO2L8BR.cjs → relationships-BiOl8YTc.cjs} +34 -4
- package/dist/{relationships-fCFeEt1G.mjs → relationships-CrME6xzN.mjs} +8 -2
- package/dist/{strapi-CbzOOgDf.mjs → strapi-BC-FAeFs.mjs} +12 -0
- package/dist/{strapi-So9y0Azv.cjs → strapi-DmXh0tey.cjs} +12 -0
- package/dist/string-By4lqNB3.cjs +53 -0
- package/dist/string-CHEFvHQa.mjs +36 -0
- package/dist/utilities/index.cjs +1 -1
- package/dist/utilities/index.d.cts +2 -2
- package/dist/utilities/index.d.mts +2 -2
- package/dist/utilities/index.mjs +1 -1
- package/dist/validators/index.cjs +5 -5
- package/dist/validators/index.mjs +5 -5
- package/package.json +15 -2
- package/dist/strapi-B79JabkQ.cjs +0 -34
- package/dist/strapi-BgfOZjWn.mjs +0 -9
- package/dist/{utm-B6km5JHd.mjs → utm-Bt8jPpRI.mjs} +1 -1
- package/dist/{utm-DxODH4Ry.cjs → utm-Dt4mu8AU.cjs} +1 -1
|
@@ -1,29 +1,76 @@
|
|
|
1
|
+
import { C as BooleanFilter, E as StrapiStrictFilterObjectSchema, T as StrapiLogicalFilter, _ as DateFilter, d as DocumentIdFilter, h as SlugFilter, l as NumberFilter, n as LongStringFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "../../index-BgZbDm41.cjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "../../query-DIQPfsSq.cjs";
|
|
1
3
|
import * as v from "valibot";
|
|
2
4
|
|
|
3
5
|
//#region src/entities/client-project/query.d.ts
|
|
6
|
+
declare const FilterClientProjectStatus: StrapiStrictFilterObjectSchema<{
|
|
7
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
8
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
9
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
10
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
11
|
+
readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
12
|
+
readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
13
|
+
} & {
|
|
14
|
+
readonly $not: StrapiStrictFilterObjectSchema<{
|
|
15
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
16
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
17
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
18
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
19
|
+
readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
20
|
+
readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
21
|
+
}>;
|
|
22
|
+
}>;
|
|
23
|
+
type FilterClientProjectStatus = v.InferOutput<typeof FilterClientProjectStatus>;
|
|
24
|
+
declare const FilterClientProjectPhase: StrapiStrictFilterObjectSchema<{
|
|
25
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
26
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
27
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>, v.MinLengthAction<("brand" | "p1" | "p2" | "p3" | "p4" | "p5" | "closed")[], 1, undefined>]>;
|
|
28
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>, v.MinLengthAction<("brand" | "p1" | "p2" | "p3" | "p4" | "p5" | "closed")[], 1, undefined>]>;
|
|
29
|
+
readonly $eq: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
30
|
+
readonly $ne: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
31
|
+
} & {
|
|
32
|
+
readonly $not: StrapiStrictFilterObjectSchema<{
|
|
33
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
34
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
35
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>, v.MinLengthAction<("brand" | "p1" | "p2" | "p3" | "p4" | "p5" | "closed")[], 1, undefined>]>;
|
|
36
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>, v.MinLengthAction<("brand" | "p1" | "p2" | "p3" | "p4" | "p5" | "closed")[], 1, undefined>]>;
|
|
37
|
+
readonly $eq: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
38
|
+
readonly $ne: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
39
|
+
}>;
|
|
40
|
+
}>;
|
|
41
|
+
type FilterClientProjectPhase = v.InferOutput<typeof FilterClientProjectPhase>;
|
|
42
|
+
type FilterStrapiClientProjectsFields = {
|
|
43
|
+
id?: IdFilter;
|
|
44
|
+
documentId?: DocumentIdFilter;
|
|
45
|
+
createdAt?: DateTimeFilter;
|
|
46
|
+
updatedAt?: DateTimeFilter;
|
|
47
|
+
title?: StringFilter;
|
|
48
|
+
slug?: SlugFilter;
|
|
49
|
+
is_active?: BooleanFilter;
|
|
50
|
+
is_hidden?: BooleanFilter;
|
|
51
|
+
project_status?: FilterClientProjectStatus;
|
|
52
|
+
project_phase?: FilterClientProjectPhase;
|
|
53
|
+
project_url?: LongStringFilter;
|
|
54
|
+
project_type?: StringFilter;
|
|
55
|
+
project_pricing?: StringFilter;
|
|
56
|
+
project_address?: StringFilter;
|
|
57
|
+
phone_number?: StringFilter;
|
|
58
|
+
num_of_models?: NumberFilter;
|
|
59
|
+
num_of_units_remain?: NumberFilter;
|
|
60
|
+
buyer_profile?: StringFilter;
|
|
61
|
+
social_organic_start_date?: DateFilter;
|
|
62
|
+
paid_media_start_date?: DateFilter;
|
|
63
|
+
go_date?: DateFilter;
|
|
64
|
+
clients?: FilterStrapiClients;
|
|
65
|
+
};
|
|
66
|
+
type FilterStrapiClientProjects = StrapiLogicalFilter<FilterStrapiClientProjectsFields>;
|
|
67
|
+
declare const FilterStrapiClientProjects: v.GenericSchema<FilterStrapiClientProjects>;
|
|
4
68
|
declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
|
|
5
69
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
6
70
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
7
|
-
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
8
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
9
|
-
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
10
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
12
|
-
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>, undefined>;
|
|
13
|
-
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
14
|
-
readonly project_url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>;
|
|
15
|
-
readonly project_type: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
16
|
-
readonly project_pricing: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
17
|
-
readonly project_address: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
18
|
-
readonly phone_number: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
19
|
-
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
20
|
-
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
21
|
-
readonly buyer_profile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
22
|
-
readonly social_organic_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
23
|
-
readonly paid_media_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
24
|
-
readonly go_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
25
71
|
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>;
|
|
72
|
+
readonly f: v.OptionalSchema<v.GenericSchema<FilterStrapiClientProjects>, undefined>;
|
|
26
73
|
}, undefined>;
|
|
27
74
|
type QueryStrapiSearchClientProjects = v.InferOutput<typeof QueryStrapiSearchClientProjects>;
|
|
28
75
|
//#endregion
|
|
29
|
-
export { QueryStrapiSearchClientProjects };
|
|
76
|
+
export { FilterClientProjectPhase, FilterClientProjectStatus, FilterStrapiClientProjects, QueryStrapiSearchClientProjects };
|
|
@@ -1,29 +1,76 @@
|
|
|
1
|
+
import { C as BooleanFilter, E as StrapiStrictFilterObjectSchema, T as StrapiLogicalFilter, _ as DateFilter, d as DocumentIdFilter, h as SlugFilter, l as NumberFilter, n as LongStringFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "../../index-BgZbDm41.mjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "../../query-DQvrkaL2.mjs";
|
|
1
3
|
import * as v from "valibot";
|
|
2
4
|
|
|
3
5
|
//#region src/entities/client-project/query.d.ts
|
|
6
|
+
declare const FilterClientProjectStatus: StrapiStrictFilterObjectSchema<{
|
|
7
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
8
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
9
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
10
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
11
|
+
readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
12
|
+
readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
13
|
+
} & {
|
|
14
|
+
readonly $not: StrapiStrictFilterObjectSchema<{
|
|
15
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
16
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
17
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
18
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
19
|
+
readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
20
|
+
readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>;
|
|
21
|
+
}>;
|
|
22
|
+
}>;
|
|
23
|
+
type FilterClientProjectStatus = v.InferOutput<typeof FilterClientProjectStatus>;
|
|
24
|
+
declare const FilterClientProjectPhase: StrapiStrictFilterObjectSchema<{
|
|
25
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
26
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
27
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>, v.MinLengthAction<("brand" | "p1" | "p2" | "p3" | "p4" | "p5" | "closed")[], 1, undefined>]>;
|
|
28
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>, v.MinLengthAction<("brand" | "p1" | "p2" | "p3" | "p4" | "p5" | "closed")[], 1, undefined>]>;
|
|
29
|
+
readonly $eq: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
30
|
+
readonly $ne: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
31
|
+
} & {
|
|
32
|
+
readonly $not: StrapiStrictFilterObjectSchema<{
|
|
33
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
34
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
35
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>, v.MinLengthAction<("brand" | "p1" | "p2" | "p3" | "p4" | "p5" | "closed")[], 1, undefined>]>;
|
|
36
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>, v.MinLengthAction<("brand" | "p1" | "p2" | "p3" | "p4" | "p5" | "closed")[], 1, undefined>]>;
|
|
37
|
+
readonly $eq: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
38
|
+
readonly $ne: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
39
|
+
}>;
|
|
40
|
+
}>;
|
|
41
|
+
type FilterClientProjectPhase = v.InferOutput<typeof FilterClientProjectPhase>;
|
|
42
|
+
type FilterStrapiClientProjectsFields = {
|
|
43
|
+
id?: IdFilter;
|
|
44
|
+
documentId?: DocumentIdFilter;
|
|
45
|
+
createdAt?: DateTimeFilter;
|
|
46
|
+
updatedAt?: DateTimeFilter;
|
|
47
|
+
title?: StringFilter;
|
|
48
|
+
slug?: SlugFilter;
|
|
49
|
+
is_active?: BooleanFilter;
|
|
50
|
+
is_hidden?: BooleanFilter;
|
|
51
|
+
project_status?: FilterClientProjectStatus;
|
|
52
|
+
project_phase?: FilterClientProjectPhase;
|
|
53
|
+
project_url?: LongStringFilter;
|
|
54
|
+
project_type?: StringFilter;
|
|
55
|
+
project_pricing?: StringFilter;
|
|
56
|
+
project_address?: StringFilter;
|
|
57
|
+
phone_number?: StringFilter;
|
|
58
|
+
num_of_models?: NumberFilter;
|
|
59
|
+
num_of_units_remain?: NumberFilter;
|
|
60
|
+
buyer_profile?: StringFilter;
|
|
61
|
+
social_organic_start_date?: DateFilter;
|
|
62
|
+
paid_media_start_date?: DateFilter;
|
|
63
|
+
go_date?: DateFilter;
|
|
64
|
+
clients?: FilterStrapiClients;
|
|
65
|
+
};
|
|
66
|
+
type FilterStrapiClientProjects = StrapiLogicalFilter<FilterStrapiClientProjectsFields>;
|
|
67
|
+
declare const FilterStrapiClientProjects: v.GenericSchema<FilterStrapiClientProjects>;
|
|
4
68
|
declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
|
|
5
69
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
6
70
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
7
|
-
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
8
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
9
|
-
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
10
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
12
|
-
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>, undefined>;
|
|
13
|
-
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
14
|
-
readonly project_url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>;
|
|
15
|
-
readonly project_type: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
16
|
-
readonly project_pricing: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
17
|
-
readonly project_address: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
18
|
-
readonly phone_number: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
19
|
-
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
20
|
-
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
21
|
-
readonly buyer_profile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
22
|
-
readonly social_organic_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
23
|
-
readonly paid_media_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
24
|
-
readonly go_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
25
71
|
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>;
|
|
72
|
+
readonly f: v.OptionalSchema<v.GenericSchema<FilterStrapiClientProjects>, undefined>;
|
|
26
73
|
}, undefined>;
|
|
27
74
|
type QueryStrapiSearchClientProjects = v.InferOutput<typeof QueryStrapiSearchClientProjects>;
|
|
28
75
|
//#endregion
|
|
29
|
-
export { QueryStrapiSearchClientProjects };
|
|
76
|
+
export { FilterClientProjectPhase, FilterClientProjectStatus, FilterStrapiClientProjects, QueryStrapiSearchClientProjects };
|
|
@@ -1,37 +1,45 @@
|
|
|
1
|
+
import { t as createStrapiFilterSchema } from "../../logical-operators-C0-wSK0P.mjs";
|
|
2
|
+
import { n as LongStringFilter, r as StringFilter } from "../../string-CHEFvHQa.mjs";
|
|
3
|
+
import { t as BooleanFilter } from "../../boolean-cJxcC8gC.mjs";
|
|
4
|
+
import { a as SlugFilter, f as DateFilter, m as DateTimeFilter, r as IdFilter, t as DocumentIdFilter, u as NumberFilter } from "../../identifier-CeOY3BU-.mjs";
|
|
5
|
+
import { n as createPicklistFilter, t as createPicklistArrayFilter } from "../../picklist-DayZlSoN.mjs";
|
|
1
6
|
import { n as VSize, t as VPage } from "../../pagination-CK-mJT5q.mjs";
|
|
2
7
|
import { t as QuerySortValues } from "../../sort-FYsWXlaD.mjs";
|
|
3
|
-
import "../../limits-Dlni_x0-.mjs";
|
|
4
|
-
import { t as VStringPhone } from "../../phone-D4TFMEiR.mjs";
|
|
5
|
-
import { i as VStringMax, s as VStringShort } from "../../string-v2gu3xz0.mjs";
|
|
6
|
-
import { t as VIntegerNullable } from "../../number-Klusc2Oc.mjs";
|
|
7
|
-
import { t as VStringSlug } from "../../slug-By9EotXj.mjs";
|
|
8
|
-
import { t as VStringUrl } from "../../urls-BP0rQmE5.mjs";
|
|
9
|
-
import { CLIENT_PROJECT_STATUS } from "./constants.mjs";
|
|
10
8
|
import { ClientProjectPhase, ClientProjectStatus } from "./fields.mjs";
|
|
9
|
+
import { FilterStrapiClients } from "../client/query.mjs";
|
|
11
10
|
import * as v from "valibot";
|
|
12
11
|
//#region src/entities/client-project/query.ts
|
|
12
|
+
const FilterClientProjectStatus = createPicklistArrayFilter(ClientProjectStatus);
|
|
13
|
+
const FilterClientProjectPhase = createPicklistFilter(ClientProjectPhase);
|
|
14
|
+
const FilterStrapiClientProjects = createStrapiFilterSchema({
|
|
15
|
+
id: IdFilter,
|
|
16
|
+
documentId: DocumentIdFilter,
|
|
17
|
+
createdAt: DateTimeFilter,
|
|
18
|
+
updatedAt: DateTimeFilter,
|
|
19
|
+
title: StringFilter,
|
|
20
|
+
slug: SlugFilter,
|
|
21
|
+
is_active: BooleanFilter,
|
|
22
|
+
is_hidden: BooleanFilter,
|
|
23
|
+
project_status: FilterClientProjectStatus,
|
|
24
|
+
project_phase: FilterClientProjectPhase,
|
|
25
|
+
project_url: LongStringFilter,
|
|
26
|
+
project_type: StringFilter,
|
|
27
|
+
project_pricing: StringFilter,
|
|
28
|
+
project_address: StringFilter,
|
|
29
|
+
phone_number: StringFilter,
|
|
30
|
+
num_of_models: NumberFilter,
|
|
31
|
+
num_of_units_remain: NumberFilter,
|
|
32
|
+
buyer_profile: StringFilter,
|
|
33
|
+
social_organic_start_date: DateFilter,
|
|
34
|
+
paid_media_start_date: DateFilter,
|
|
35
|
+
go_date: DateFilter,
|
|
36
|
+
clients: v.optional(v.lazy(() => FilterStrapiClients))
|
|
37
|
+
});
|
|
13
38
|
const QueryStrapiSearchClientProjects = v.object({
|
|
14
39
|
page: VPage(),
|
|
15
40
|
size: VSize(),
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
slug: v.optional(VStringSlug()),
|
|
19
|
-
is_active: v.optional(v.boolean()),
|
|
20
|
-
is_hidden: v.optional(v.boolean()),
|
|
21
|
-
project_status: v.optional(v.pipe(v.array(v.optional(ClientProjectStatus, CLIENT_PROJECT_STATUS[0])), v.minLength(1), v.maxLength(1))),
|
|
22
|
-
project_phase: v.optional(ClientProjectPhase),
|
|
23
|
-
project_url: v.optional(VStringUrl()),
|
|
24
|
-
project_type: v.optional(VStringMax()),
|
|
25
|
-
project_pricing: v.optional(VStringMax()),
|
|
26
|
-
project_address: v.optional(VStringMax()),
|
|
27
|
-
phone_number: v.optional(VStringPhone()),
|
|
28
|
-
num_of_models: VIntegerNullable(),
|
|
29
|
-
num_of_units_remain: VIntegerNullable(),
|
|
30
|
-
buyer_profile: v.optional(VStringMax()),
|
|
31
|
-
social_organic_start_date: v.optional(v.pipe(v.string(), v.isoDate())),
|
|
32
|
-
paid_media_start_date: v.optional(v.pipe(v.string(), v.isoDate())),
|
|
33
|
-
go_date: v.optional(v.pipe(v.string(), v.isoDate())),
|
|
34
|
-
sort: v.optional(QuerySortValues)
|
|
41
|
+
sort: v.optional(QuerySortValues),
|
|
42
|
+
f: v.optional(FilterStrapiClientProjects)
|
|
35
43
|
});
|
|
36
44
|
//#endregion
|
|
37
|
-
export { QueryStrapiSearchClientProjects };
|
|
45
|
+
export { FilterClientProjectPhase, FilterClientProjectStatus, FilterStrapiClientProjects, QueryStrapiSearchClientProjects };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-nEYkVJze.cjs");
|
|
3
3
|
exports.ClientReportDocument = require_document.ClientReportDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { I as ClientReportDocument } from "../../document-
|
|
1
|
+
import { I as ClientReportDocument } from "../../document-6DxC79Il.cjs";
|
|
2
2
|
export { ClientReportDocument };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { I as ClientReportDocument } from "../../document-
|
|
1
|
+
import { I as ClientReportDocument } from "../../document-0iyZU8AR.mjs";
|
|
2
2
|
export { ClientReportDocument };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { m as ClientReportDocument } from "../../document-
|
|
1
|
+
import { m as ClientReportDocument } from "../../document-DFsCkKft.mjs";
|
|
2
2
|
export { ClientReportDocument };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("../../chunk-D6vf50IK.cjs");
|
|
3
|
+
const require_relationships = require("../../relationships-BiOl8YTc.cjs");
|
|
3
4
|
const require_string = require("../../string-AHrZ--r_.cjs");
|
|
4
|
-
const require_relationships = require("../../relationships-yGO2L8BR.cjs");
|
|
5
5
|
const require_slug = require("../../slug-BcLLMLTX.cjs");
|
|
6
6
|
let valibot = require("valibot");
|
|
7
7
|
valibot = require_chunk.__toESM(valibot, 1);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { a as AssociateManyEntitiesOptional, o as AssociateOneEntity } from "../../relationships-CrME6xzN.mjs";
|
|
1
2
|
import { a as VStringMinMax } from "../../string-v2gu3xz0.mjs";
|
|
2
|
-
import { a as AssociateManyEntitiesOptional, o as AssociateOneEntity } from "../../relationships-fCFeEt1G.mjs";
|
|
3
3
|
import { t as VStringSlug } from "../../slug-By9EotXj.mjs";
|
|
4
4
|
import * as v from "valibot";
|
|
5
5
|
//#region src/entities/client-report/mutation.ts
|
|
@@ -1,23 +1,37 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("../../chunk-D6vf50IK.cjs");
|
|
3
|
+
const require_logical_operators = require("../../logical-operators-Bku8NPDs.cjs");
|
|
4
|
+
const require_string = require("../../string-By4lqNB3.cjs");
|
|
5
|
+
const require_boolean = require("../../boolean-BwqaNE9c.cjs");
|
|
6
|
+
const require_identifier = require("../../identifier-Di0Gx239.cjs");
|
|
7
|
+
const require_picklist = require("../../picklist-DMZjp2EE.cjs");
|
|
3
8
|
const require_pagination = require("../../pagination-DhAgQr7d.cjs");
|
|
4
9
|
const require_sort = require("../../sort-CYllFl6q.cjs");
|
|
5
|
-
const
|
|
6
|
-
const require_relationships = require("../../relationships-yGO2L8BR.cjs");
|
|
10
|
+
const require_entities_client_query = require("../client/query.cjs");
|
|
7
11
|
let valibot = require("valibot");
|
|
8
12
|
valibot = require_chunk.__toESM(valibot, 1);
|
|
9
13
|
//#region src/entities/client-report/query.ts
|
|
14
|
+
const FilterClientReportScopes = require_picklist.createPicklistArrayFilter(valibot.string());
|
|
15
|
+
const FilterStrapiClientReports = require_logical_operators.createStrapiFilterSchema({
|
|
16
|
+
id: require_identifier.IdFilter,
|
|
17
|
+
documentId: require_identifier.DocumentIdFilter,
|
|
18
|
+
createdAt: require_identifier.DateTimeFilter,
|
|
19
|
+
updatedAt: require_identifier.DateTimeFilter,
|
|
20
|
+
title: require_string.StringFilter,
|
|
21
|
+
report_id: require_string.StringFilter,
|
|
22
|
+
is_active: require_boolean.BooleanFilter,
|
|
23
|
+
is_external: require_boolean.BooleanFilter,
|
|
24
|
+
is_hidden: require_boolean.BooleanFilter,
|
|
25
|
+
scopes: FilterClientReportScopes,
|
|
26
|
+
clients: valibot.optional(valibot.lazy(() => require_entities_client_query.FilterStrapiClients))
|
|
27
|
+
});
|
|
10
28
|
const QueryStrapiSearchClientReports = valibot.object({
|
|
11
29
|
page: require_pagination.VPage(),
|
|
12
30
|
size: require_pagination.VSize(),
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
is_active: valibot.optional(valibot.boolean()),
|
|
16
|
-
is_external: valibot.optional(valibot.boolean()),
|
|
17
|
-
is_hidden: valibot.optional(valibot.boolean()),
|
|
18
|
-
client_id: valibot.optional(require_string.VStringMinMax()),
|
|
19
|
-
clients: valibot.optional(require_relationships.QueryManyEntities),
|
|
20
|
-
sort: valibot.optional(require_sort.QuerySortValues)
|
|
31
|
+
sort: valibot.optional(require_sort.QuerySortValues),
|
|
32
|
+
f: valibot.optional(FilterStrapiClientReports)
|
|
21
33
|
});
|
|
22
34
|
//#endregion
|
|
35
|
+
exports.FilterClientReportScopes = FilterClientReportScopes;
|
|
36
|
+
exports.FilterStrapiClientReports = FilterStrapiClientReports;
|
|
23
37
|
exports.QueryStrapiSearchClientReports = QueryStrapiSearchClientReports;
|
|
@@ -1,18 +1,47 @@
|
|
|
1
|
+
import { C as BooleanFilter, E as StrapiStrictFilterObjectSchema, T as StrapiLogicalFilter, d as DocumentIdFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "../../index-BgZbDm41.cjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "../../query-DIQPfsSq.cjs";
|
|
1
3
|
import * as v from "valibot";
|
|
2
4
|
|
|
3
5
|
//#region src/entities/client-report/query.d.ts
|
|
6
|
+
declare const FilterClientReportScopes: StrapiStrictFilterObjectSchema<{
|
|
7
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
8
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
9
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
10
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
11
|
+
readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
12
|
+
readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
13
|
+
} & {
|
|
14
|
+
readonly $not: StrapiStrictFilterObjectSchema<{
|
|
15
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
16
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
17
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
18
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
19
|
+
readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
20
|
+
readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
21
|
+
}>;
|
|
22
|
+
}>;
|
|
23
|
+
type FilterClientReportScopes = v.InferOutput<typeof FilterClientReportScopes>;
|
|
24
|
+
type FilterStrapiClientReportsFields = {
|
|
25
|
+
id?: IdFilter;
|
|
26
|
+
documentId?: DocumentIdFilter;
|
|
27
|
+
createdAt?: DateTimeFilter;
|
|
28
|
+
updatedAt?: DateTimeFilter;
|
|
29
|
+
title?: StringFilter;
|
|
30
|
+
report_id?: StringFilter;
|
|
31
|
+
is_active?: BooleanFilter;
|
|
32
|
+
is_external?: BooleanFilter;
|
|
33
|
+
is_hidden?: BooleanFilter;
|
|
34
|
+
scopes?: FilterClientReportScopes;
|
|
35
|
+
clients?: FilterStrapiClients;
|
|
36
|
+
};
|
|
37
|
+
type FilterStrapiClientReports = StrapiLogicalFilter<FilterStrapiClientReportsFields>;
|
|
38
|
+
declare const FilterStrapiClientReports: v.GenericSchema<FilterStrapiClientReports>;
|
|
4
39
|
declare const QueryStrapiSearchClientReports: v.ObjectSchema<{
|
|
5
40
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
6
41
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
7
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
8
|
-
readonly report_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
9
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
10
|
-
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
12
|
-
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
13
|
-
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
14
42
|
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>;
|
|
43
|
+
readonly f: v.OptionalSchema<v.GenericSchema<FilterStrapiClientReports>, undefined>;
|
|
15
44
|
}, undefined>;
|
|
16
45
|
type QueryStrapiSearchClientReports = v.InferOutput<typeof QueryStrapiSearchClientReports>;
|
|
17
46
|
//#endregion
|
|
18
|
-
export { QueryStrapiSearchClientReports };
|
|
47
|
+
export { FilterClientReportScopes, FilterStrapiClientReports, QueryStrapiSearchClientReports };
|
|
@@ -1,18 +1,47 @@
|
|
|
1
|
+
import { C as BooleanFilter, E as StrapiStrictFilterObjectSchema, T as StrapiLogicalFilter, d as DocumentIdFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "../../index-BgZbDm41.mjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "../../query-DQvrkaL2.mjs";
|
|
1
3
|
import * as v from "valibot";
|
|
2
4
|
|
|
3
5
|
//#region src/entities/client-report/query.d.ts
|
|
6
|
+
declare const FilterClientReportScopes: StrapiStrictFilterObjectSchema<{
|
|
7
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
8
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
9
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
10
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
11
|
+
readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
12
|
+
readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
13
|
+
} & {
|
|
14
|
+
readonly $not: StrapiStrictFilterObjectSchema<{
|
|
15
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
16
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
17
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
18
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
19
|
+
readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
20
|
+
readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<undefined>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
21
|
+
}>;
|
|
22
|
+
}>;
|
|
23
|
+
type FilterClientReportScopes = v.InferOutput<typeof FilterClientReportScopes>;
|
|
24
|
+
type FilterStrapiClientReportsFields = {
|
|
25
|
+
id?: IdFilter;
|
|
26
|
+
documentId?: DocumentIdFilter;
|
|
27
|
+
createdAt?: DateTimeFilter;
|
|
28
|
+
updatedAt?: DateTimeFilter;
|
|
29
|
+
title?: StringFilter;
|
|
30
|
+
report_id?: StringFilter;
|
|
31
|
+
is_active?: BooleanFilter;
|
|
32
|
+
is_external?: BooleanFilter;
|
|
33
|
+
is_hidden?: BooleanFilter;
|
|
34
|
+
scopes?: FilterClientReportScopes;
|
|
35
|
+
clients?: FilterStrapiClients;
|
|
36
|
+
};
|
|
37
|
+
type FilterStrapiClientReports = StrapiLogicalFilter<FilterStrapiClientReportsFields>;
|
|
38
|
+
declare const FilterStrapiClientReports: v.GenericSchema<FilterStrapiClientReports>;
|
|
4
39
|
declare const QueryStrapiSearchClientReports: v.ObjectSchema<{
|
|
5
40
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
6
41
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
7
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
8
|
-
readonly report_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
9
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
10
|
-
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
12
|
-
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
13
|
-
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
14
42
|
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>;
|
|
43
|
+
readonly f: v.OptionalSchema<v.GenericSchema<FilterStrapiClientReports>, undefined>;
|
|
15
44
|
}, undefined>;
|
|
16
45
|
type QueryStrapiSearchClientReports = v.InferOutput<typeof QueryStrapiSearchClientReports>;
|
|
17
46
|
//#endregion
|
|
18
|
-
export { QueryStrapiSearchClientReports };
|
|
47
|
+
export { FilterClientReportScopes, FilterStrapiClientReports, QueryStrapiSearchClientReports };
|
|
@@ -1,20 +1,32 @@
|
|
|
1
|
+
import { t as createStrapiFilterSchema } from "../../logical-operators-C0-wSK0P.mjs";
|
|
2
|
+
import { r as StringFilter } from "../../string-CHEFvHQa.mjs";
|
|
3
|
+
import { t as BooleanFilter } from "../../boolean-cJxcC8gC.mjs";
|
|
4
|
+
import { m as DateTimeFilter, r as IdFilter, t as DocumentIdFilter } from "../../identifier-CeOY3BU-.mjs";
|
|
5
|
+
import { t as createPicklistArrayFilter } from "../../picklist-DayZlSoN.mjs";
|
|
1
6
|
import { n as VSize, t as VPage } from "../../pagination-CK-mJT5q.mjs";
|
|
2
7
|
import { t as QuerySortValues } from "../../sort-FYsWXlaD.mjs";
|
|
3
|
-
import {
|
|
4
|
-
import { c as QueryManyEntities } from "../../relationships-fCFeEt1G.mjs";
|
|
8
|
+
import { FilterStrapiClients } from "../client/query.mjs";
|
|
5
9
|
import * as v from "valibot";
|
|
6
10
|
//#region src/entities/client-report/query.ts
|
|
11
|
+
const FilterClientReportScopes = createPicklistArrayFilter(v.string());
|
|
12
|
+
const FilterStrapiClientReports = createStrapiFilterSchema({
|
|
13
|
+
id: IdFilter,
|
|
14
|
+
documentId: DocumentIdFilter,
|
|
15
|
+
createdAt: DateTimeFilter,
|
|
16
|
+
updatedAt: DateTimeFilter,
|
|
17
|
+
title: StringFilter,
|
|
18
|
+
report_id: StringFilter,
|
|
19
|
+
is_active: BooleanFilter,
|
|
20
|
+
is_external: BooleanFilter,
|
|
21
|
+
is_hidden: BooleanFilter,
|
|
22
|
+
scopes: FilterClientReportScopes,
|
|
23
|
+
clients: v.optional(v.lazy(() => FilterStrapiClients))
|
|
24
|
+
});
|
|
7
25
|
const QueryStrapiSearchClientReports = v.object({
|
|
8
26
|
page: VPage(),
|
|
9
27
|
size: VSize(),
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
is_active: v.optional(v.boolean()),
|
|
13
|
-
is_external: v.optional(v.boolean()),
|
|
14
|
-
is_hidden: v.optional(v.boolean()),
|
|
15
|
-
client_id: v.optional(VStringMinMax()),
|
|
16
|
-
clients: v.optional(QueryManyEntities),
|
|
17
|
-
sort: v.optional(QuerySortValues)
|
|
28
|
+
sort: v.optional(QuerySortValues),
|
|
29
|
+
f: v.optional(FilterStrapiClientReports)
|
|
18
30
|
});
|
|
19
31
|
//#endregion
|
|
20
|
-
export { QueryStrapiSearchClientReports };
|
|
32
|
+
export { FilterClientReportScopes, FilterStrapiClientReports, QueryStrapiSearchClientReports };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-nEYkVJze.cjs");
|
|
3
3
|
exports.ClientStyleguideDocument = require_document.ClientStyleguideDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { F as ClientStyleguideDocument } from "../../document-
|
|
1
|
+
import { F as ClientStyleguideDocument } from "../../document-6DxC79Il.cjs";
|
|
2
2
|
export { ClientStyleguideDocument };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { F as ClientStyleguideDocument } from "../../document-
|
|
1
|
+
import { F as ClientStyleguideDocument } from "../../document-0iyZU8AR.mjs";
|
|
2
2
|
export { ClientStyleguideDocument };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { p as ClientStyleguideDocument } from "../../document-
|
|
1
|
+
import { p as ClientStyleguideDocument } from "../../document-DFsCkKft.mjs";
|
|
2
2
|
export { ClientStyleguideDocument };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("../../chunk-D6vf50IK.cjs");
|
|
3
|
+
const require_relationships = require("../../relationships-BiOl8YTc.cjs");
|
|
3
4
|
const require_string = require("../../string-AHrZ--r_.cjs");
|
|
4
|
-
const require_relationships = require("../../relationships-yGO2L8BR.cjs");
|
|
5
5
|
let valibot = require("valibot");
|
|
6
6
|
valibot = require_chunk.__toESM(valibot, 1);
|
|
7
7
|
//#region src/entities/client-styleguide/mutation.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { o as AssociateOneEntity, s as AssociateOneEntityOptional } from "../../relationships-CrME6xzN.mjs";
|
|
1
2
|
import { a as VStringMinMax } from "../../string-v2gu3xz0.mjs";
|
|
2
|
-
import { o as AssociateOneEntity, s as AssociateOneEntityOptional } from "../../relationships-fCFeEt1G.mjs";
|
|
3
3
|
import * as v from "valibot";
|
|
4
4
|
//#region src/entities/client-styleguide/mutation.ts
|
|
5
5
|
const CreateClientStyleguideDocument = v.object({
|
|
@@ -1,20 +1,30 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("../../chunk-D6vf50IK.cjs");
|
|
3
|
+
const require_logical_operators = require("../../logical-operators-Bku8NPDs.cjs");
|
|
4
|
+
const require_string = require("../../string-By4lqNB3.cjs");
|
|
5
|
+
const require_boolean = require("../../boolean-BwqaNE9c.cjs");
|
|
6
|
+
const require_identifier = require("../../identifier-Di0Gx239.cjs");
|
|
3
7
|
const require_pagination = require("../../pagination-DhAgQr7d.cjs");
|
|
4
8
|
const require_sort = require("../../sort-CYllFl6q.cjs");
|
|
5
|
-
const
|
|
6
|
-
const require_relationships = require("../../relationships-yGO2L8BR.cjs");
|
|
9
|
+
const require_entities_client_query = require("../client/query.cjs");
|
|
7
10
|
let valibot = require("valibot");
|
|
8
11
|
valibot = require_chunk.__toESM(valibot, 1);
|
|
9
12
|
//#region src/entities/client-styleguide/query.ts
|
|
13
|
+
const FilterStrapiClientStyleguides = require_logical_operators.createStrapiFilterSchema({
|
|
14
|
+
id: require_identifier.IdFilter,
|
|
15
|
+
documentId: require_identifier.DocumentIdFilter,
|
|
16
|
+
createdAt: require_identifier.DateTimeFilter,
|
|
17
|
+
updatedAt: require_identifier.DateTimeFilter,
|
|
18
|
+
title: require_string.StringFilter,
|
|
19
|
+
is_active: require_boolean.BooleanFilter,
|
|
20
|
+
client: valibot.optional(valibot.lazy(() => require_entities_client_query.FilterStrapiClients))
|
|
21
|
+
});
|
|
10
22
|
const QueryStrapiSearchClientStyleguide = valibot.object({
|
|
11
23
|
page: require_pagination.VPage(),
|
|
12
24
|
size: require_pagination.VSize(),
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
client_id: valibot.optional(require_string.VStringMinMax()),
|
|
16
|
-
clients: valibot.optional(require_relationships.QueryManyEntities),
|
|
17
|
-
sort: valibot.optional(require_sort.QuerySortValues)
|
|
25
|
+
sort: valibot.optional(require_sort.QuerySortValues),
|
|
26
|
+
f: valibot.optional(FilterStrapiClientStyleguides)
|
|
18
27
|
});
|
|
19
28
|
//#endregion
|
|
29
|
+
exports.FilterStrapiClientStyleguides = FilterStrapiClientStyleguides;
|
|
20
30
|
exports.QueryStrapiSearchClientStyleguide = QueryStrapiSearchClientStyleguide;
|