@getcommunity/gc-validators 0.0.288-alpha.0 → 0.0.288-alpha.2
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/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/constants/index.cjs +2 -2
- package/dist/constants/index.d.cts +1 -1
- package/dist/constants/index.d.mts +1 -1
- package/dist/constants/index.mjs +2 -2
- package/dist/{document-DZnOyFC3.d.cts → document-CPHhI3jF.d.cts} +1 -1
- package/dist/{document-BiAMIsiM.mjs → document-D8qKQkPt.mjs} +64 -64
- package/dist/{document-Bs5gh1PK.d.mts → document-DHJf5HxE.d.mts} +1 -1
- package/dist/{document-CMD9cQiK.mjs → document-DKCXrhcv.mjs} +9 -9
- 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 +29 -18
- package/dist/entities/audit-log/query.d.cts +63 -16
- package/dist/entities/audit-log/query.d.mts +63 -16
- package/dist/entities/audit-log/query.mjs +28 -19
- package/dist/entities/blog-post/document.cjs +1 -1
- package/dist/entities/blog-post/document.mjs +1 -1
- package/dist/entities/blog-post/query.cjs +34 -9
- package/dist/entities/blog-post/query.d.cts +59 -5
- package/dist/entities/blog-post/query.d.mts +59 -5
- package/dist/entities/blog-post/query.mjs +30 -7
- package/dist/entities/category/document.cjs +1 -1
- package/dist/entities/category/document.mjs +1 -1
- package/dist/entities/category/mutation.cjs +1 -1
- package/dist/entities/category/mutation.mjs +1 -1
- package/dist/entities/category/query.cjs +13 -4
- package/dist/entities/category/query.d.cts +19 -3
- package/dist/entities/category/query.d.mts +19 -3
- package/dist/entities/category/query.mjs +13 -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 +24 -50
- package/dist/entities/client/query.d.cts +2 -663
- package/dist/entities/client/query.d.mts +2 -663
- package/dist/entities/client/query.mjs +17 -43
- 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-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 +3 -3
- package/dist/entities/client-project/mutation.mjs +3 -3
- package/dist/entities/client-project/query.cjs +36 -26
- package/dist/entities/client-project/query.d.cts +88 -19
- package/dist/entities/client-project/query.d.mts +88 -19
- package/dist/entities/client-project/query.mjs +34 -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 +23 -10
- package/dist/entities/client-report/query.d.cts +48 -8
- package/dist/entities/client-report/query.d.mts +48 -8
- package/dist/entities/client-report/query.mjs +22 -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 +16 -7
- package/dist/entities/client-styleguide/query.d.cts +22 -5
- package/dist/entities/client-styleguide/query.d.mts +22 -5
- package/dist/entities/client-styleguide/query.mjs +16 -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 +2 -0
- 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 +2 -1
- 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/formatter/constants.d.cts +1 -1
- package/dist/entities/formatter/constants.d.mts +1 -1
- package/dist/entities/formatter/fields.d.cts +4 -4
- package/dist/entities/formatter/fields.d.mts +4 -4
- 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 +15 -6
- package/dist/entities/monday-workspace/query.d.cts +22 -4
- package/dist/entities/monday-workspace/query.d.mts +22 -4
- package/dist/entities/monday-workspace/query.mjs +15 -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 +13 -4
- package/dist/entities/tag/query.d.cts +19 -3
- package/dist/entities/tag/query.d.mts +19 -3
- package/dist/entities/tag/query.mjs +13 -5
- package/dist/entities/team-member/document.cjs +1 -1
- package/dist/entities/team-member/document.mjs +1 -1
- package/dist/entities/team-member/query.cjs +24 -9
- package/dist/entities/team-member/query.d.cts +65 -7
- package/dist/entities/team-member/query.d.mts +65 -7
- package/dist/entities/team-member/query.mjs +22 -10
- package/dist/entities/teamwork/query.cjs +1 -2
- package/dist/entities/teamwork/query.mjs +1 -2
- package/dist/entities/trend/document.cjs +1 -1
- package/dist/entities/trend/document.mjs +1 -1
- 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 +19 -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 +17 -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 +25 -3
- package/dist/entities/url-redirect/query.d.cts +63 -3
- package/dist/entities/url-redirect/query.d.mts +63 -3
- package/dist/entities/url-redirect/query.mjs +22 -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 +32 -25
- package/dist/entities/utm-tracking-link/query.d.cts +53 -21
- package/dist/entities/utm-tracking-link/query.d.mts +53 -21
- package/dist/entities/utm-tracking-link/query.mjs +32 -26
- package/dist/{fields-BNrM_SmR.d.cts → fields-CPhXlK2H.d.cts} +3 -1
- package/dist/{fields-BNrM_SmR.d.mts → fields-CPhXlK2H.d.mts} +3 -1
- package/dist/fields-PCsCdBLK.d.cts +25 -0
- package/dist/fields-S54MmK9N.d.mts +25 -0
- package/dist/filters/index.cjs +18 -51
- package/dist/filters/index.d.cts +3 -484
- package/dist/filters/index.d.mts +3 -484
- package/dist/filters/index.mjs +4 -37
- package/dist/index-B3eh9Z-Q.d.cts +401 -0
- package/dist/index-B3eh9Z-Q.d.mts +401 -0
- package/dist/index-Bk5hIBoB.d.cts +108 -0
- package/dist/index-Bk5hIBoB.d.mts +108 -0
- package/dist/{index-zDQP0gcQ.d.cts → index-G2dwQO5K.d.cts} +23 -7
- package/dist/{index-DHHJwRNf.d.mts → index-S6qdsw3U.d.mts} +23 -7
- 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.d.cts +2 -2
- package/dist/permissions/index.d.mts +2 -2
- package/dist/picklist-DMZjp2EE.cjs +29 -0
- package/dist/picklist-DayZlSoN.mjs +16 -0
- package/dist/query-0Z9KdoGa.d.mts +75 -0
- package/dist/query-BGz5Dj7o.d.cts +34 -0
- package/dist/query-B_0RzvVW.cjs +74 -0
- package/dist/query-Bi8_XzuT.mjs +54 -0
- package/dist/query-BjiGq9-J.cjs +171 -0
- package/dist/query-C-G04KqP.d.mts +174 -0
- package/dist/query-C6GwPFXA.d.mts +73 -0
- package/dist/query-CEvYGQyI.d.cts +61 -0
- package/dist/query-CJTbiRV2.mjs +43 -0
- package/dist/{query-iF2acn2f.cjs → query-CMOLb-qs.cjs} +23 -6
- package/dist/query-CZV-Qu8U.mjs +110 -0
- package/dist/{query-DPFgSbu5.d.cts → query-CZWKfQ2W.d.mts} +25 -0
- package/dist/query-Ck0NC_9l.cjs +68 -0
- package/dist/query-DAmB2_nm.d.cts +73 -0
- package/dist/query-DV68iZaG.mjs +49 -0
- package/dist/{query-DPFgSbu5.d.mts → query-Db1jwzou.d.cts} +25 -0
- package/dist/{query-Bflh6Vd8.mjs → query-Du84-6vd.mjs} +16 -5
- package/dist/query-DxEOf4Ya.d.cts +174 -0
- package/dist/query-Dzx1W_xi.cjs +85 -0
- package/dist/query-F1Pi5Frs.d.mts +34 -0
- package/dist/query-X_l9YFS6.d.mts +61 -0
- package/dist/query-gZEGybi3.d.cts +75 -0
- package/dist/query-hvHQxwdK.d.mts +67 -0
- package/dist/query-ohFZ5p3e.d.cts +67 -0
- package/dist/{relationships-fCFeEt1G.mjs → relationships-BFmesnzw.mjs} +8 -2
- package/dist/{relationships-yGO2L8BR.cjs → relationships-BjJkIfbK.cjs} +34 -4
- package/dist/string-BzuFgUlq.mjs +106 -0
- package/dist/string-CmrQCAO3.cjs +227 -0
- package/dist/utilities/index.d.cts +2 -2
- package/dist/utilities/index.d.mts +2 -2
- package/dist/validators/index.cjs +4 -4
- package/dist/validators/index.mjs +4 -4
- package/package.json +1 -1
- package/dist/index-CvAzE6rd.d.cts +0 -25
- package/dist/index-CvAzE6rd.d.mts +0 -25
- package/dist/strapi-B79JabkQ.cjs +0 -34
- package/dist/strapi-BgfOZjWn.mjs +0 -9
- package/dist/string-CJYo78-9.cjs +0 -254
- package/dist/string-sEYvBtr0.mjs +0 -133
- package/dist/{document-C5i7ol4r.cjs → document-D-6H7hBf.cjs} +8 -8
- package/dist/{document-CHO80cjy.cjs → document-DmlmGzg1.cjs} +63 -63
- package/dist/{utm-B6km5JHd.mjs → utm-Bt8jPpRI.mjs} +1 -1
- package/dist/{utm-DxODH4Ry.cjs → utm-Dt4mu8AU.cjs} +1 -1
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import { C as BooleanFilter, d as DocumentIdFilter, h as SlugFilter, n as LongStringFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-B3eh9Z-Q.cjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "./query-ohFZ5p3e.cjs";
|
|
3
|
+
import * as v from "valibot";
|
|
4
|
+
|
|
5
|
+
//#region src/entities/media-creative-format/query.d.ts
|
|
6
|
+
declare const FilterStrapiMediaCreativeFormats: v.GenericSchema<{
|
|
7
|
+
id?: IdFilter;
|
|
8
|
+
documentId?: DocumentIdFilter;
|
|
9
|
+
createdAt?: DateTimeFilter;
|
|
10
|
+
updatedAt?: DateTimeFilter;
|
|
11
|
+
title?: StringFilter;
|
|
12
|
+
slug?: SlugFilter;
|
|
13
|
+
is_active?: BooleanFilter;
|
|
14
|
+
is_universal?: BooleanFilter;
|
|
15
|
+
description?: LongStringFilter;
|
|
16
|
+
media_content_types?: FilterStrapiMediaContentTypes;
|
|
17
|
+
}>;
|
|
18
|
+
type FilterStrapiMediaCreativeFormats = v.InferOutput<typeof FilterStrapiMediaCreativeFormats>;
|
|
19
|
+
declare const QueryStrapiSearchMediaCreativeFormats: v.ObjectSchema<{
|
|
20
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
21
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
22
|
+
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>;
|
|
23
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
24
|
+
id?: IdFilter;
|
|
25
|
+
documentId?: DocumentIdFilter;
|
|
26
|
+
createdAt?: DateTimeFilter;
|
|
27
|
+
updatedAt?: DateTimeFilter;
|
|
28
|
+
title?: StringFilter;
|
|
29
|
+
slug?: SlugFilter;
|
|
30
|
+
is_active?: BooleanFilter;
|
|
31
|
+
is_universal?: BooleanFilter;
|
|
32
|
+
description?: LongStringFilter;
|
|
33
|
+
media_content_types?: FilterStrapiMediaContentTypes;
|
|
34
|
+
}>, undefined>;
|
|
35
|
+
}, undefined>;
|
|
36
|
+
type QueryStrapiSearchMediaCreativeFormats = v.InferOutput<typeof QueryStrapiSearchMediaCreativeFormats>;
|
|
37
|
+
//#endregion
|
|
38
|
+
//#region src/entities/media-content-type/query.d.ts
|
|
39
|
+
declare const FilterStrapiMediaContentTypes: v.GenericSchema<{
|
|
40
|
+
id?: IdFilter;
|
|
41
|
+
documentId?: DocumentIdFilter;
|
|
42
|
+
createdAt?: DateTimeFilter;
|
|
43
|
+
updatedAt?: DateTimeFilter;
|
|
44
|
+
title?: StringFilter;
|
|
45
|
+
slug?: SlugFilter;
|
|
46
|
+
is_active?: BooleanFilter;
|
|
47
|
+
is_organic_social?: BooleanFilter;
|
|
48
|
+
is_paid_media?: BooleanFilter;
|
|
49
|
+
media_platforms?: FilterStrapiMediaPlatforms;
|
|
50
|
+
media_creative_formats?: FilterStrapiMediaCreativeFormats;
|
|
51
|
+
}>;
|
|
52
|
+
type FilterStrapiMediaContentTypes = v.InferOutput<typeof FilterStrapiMediaContentTypes>;
|
|
53
|
+
declare const QueryStrapiSearchMediaContentTypes: v.ObjectSchema<{
|
|
54
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
55
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
56
|
+
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>;
|
|
57
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
58
|
+
id?: IdFilter;
|
|
59
|
+
documentId?: DocumentIdFilter;
|
|
60
|
+
createdAt?: DateTimeFilter;
|
|
61
|
+
updatedAt?: DateTimeFilter;
|
|
62
|
+
title?: StringFilter;
|
|
63
|
+
slug?: SlugFilter;
|
|
64
|
+
is_active?: BooleanFilter;
|
|
65
|
+
is_organic_social?: BooleanFilter;
|
|
66
|
+
is_paid_media?: BooleanFilter;
|
|
67
|
+
media_platforms?: FilterStrapiMediaPlatforms;
|
|
68
|
+
media_creative_formats?: FilterStrapiMediaCreativeFormats;
|
|
69
|
+
}>, undefined>;
|
|
70
|
+
}, undefined>;
|
|
71
|
+
type QueryStrapiSearchMediaContentTypes = v.InferOutput<typeof QueryStrapiSearchMediaContentTypes>;
|
|
72
|
+
//#endregion
|
|
73
|
+
//#region src/entities/media-medium/query.d.ts
|
|
74
|
+
declare const FilterStrapiMediaMediums: v.GenericSchema<{
|
|
75
|
+
id?: IdFilter;
|
|
76
|
+
documentId?: DocumentIdFilter;
|
|
77
|
+
createdAt?: DateTimeFilter;
|
|
78
|
+
updatedAt?: DateTimeFilter;
|
|
79
|
+
title?: StringFilter;
|
|
80
|
+
slug?: SlugFilter;
|
|
81
|
+
is_active?: BooleanFilter;
|
|
82
|
+
is_organic_social?: BooleanFilter;
|
|
83
|
+
is_paid_media?: BooleanFilter;
|
|
84
|
+
media_platforms?: FilterStrapiMediaPlatforms;
|
|
85
|
+
}>;
|
|
86
|
+
type FilterStrapiMediaMediums = v.InferOutput<typeof FilterStrapiMediaMediums>;
|
|
87
|
+
declare const QueryStrapiSearchMediaMediums: v.ObjectSchema<{
|
|
88
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
89
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
90
|
+
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>;
|
|
91
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
92
|
+
id?: IdFilter;
|
|
93
|
+
documentId?: DocumentIdFilter;
|
|
94
|
+
createdAt?: DateTimeFilter;
|
|
95
|
+
updatedAt?: DateTimeFilter;
|
|
96
|
+
title?: StringFilter;
|
|
97
|
+
slug?: SlugFilter;
|
|
98
|
+
is_active?: BooleanFilter;
|
|
99
|
+
is_organic_social?: BooleanFilter;
|
|
100
|
+
is_paid_media?: BooleanFilter;
|
|
101
|
+
media_platforms?: FilterStrapiMediaPlatforms;
|
|
102
|
+
}>, undefined>;
|
|
103
|
+
}, undefined>;
|
|
104
|
+
type QueryStrapiSearchMediaMediums = v.InferOutput<typeof QueryStrapiSearchMediaMediums>;
|
|
105
|
+
//#endregion
|
|
106
|
+
//#region src/entities/media-platform/query.d.ts
|
|
107
|
+
declare const FilterStrapiMediaPlatforms: v.GenericSchema<{
|
|
108
|
+
id?: IdFilter;
|
|
109
|
+
documentId?: DocumentIdFilter;
|
|
110
|
+
createdAt?: DateTimeFilter;
|
|
111
|
+
updatedAt?: DateTimeFilter;
|
|
112
|
+
title?: StringFilter;
|
|
113
|
+
slug?: SlugFilter;
|
|
114
|
+
utm_key?: SlugFilter;
|
|
115
|
+
is_active?: BooleanFilter;
|
|
116
|
+
is_organic_social?: BooleanFilter;
|
|
117
|
+
is_paid_media?: BooleanFilter;
|
|
118
|
+
clients?: FilterStrapiClientMediaPlatforms;
|
|
119
|
+
media_content_types?: FilterStrapiMediaContentTypes;
|
|
120
|
+
media_mediums?: FilterStrapiMediaMediums;
|
|
121
|
+
}>;
|
|
122
|
+
type FilterStrapiMediaPlatforms = v.InferOutput<typeof FilterStrapiMediaPlatforms>;
|
|
123
|
+
declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
124
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
125
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
126
|
+
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>;
|
|
127
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
128
|
+
id?: IdFilter;
|
|
129
|
+
documentId?: DocumentIdFilter;
|
|
130
|
+
createdAt?: DateTimeFilter;
|
|
131
|
+
updatedAt?: DateTimeFilter;
|
|
132
|
+
title?: StringFilter;
|
|
133
|
+
slug?: SlugFilter;
|
|
134
|
+
utm_key?: SlugFilter;
|
|
135
|
+
is_active?: BooleanFilter;
|
|
136
|
+
is_organic_social?: BooleanFilter;
|
|
137
|
+
is_paid_media?: BooleanFilter;
|
|
138
|
+
clients?: FilterStrapiClientMediaPlatforms;
|
|
139
|
+
media_content_types?: FilterStrapiMediaContentTypes;
|
|
140
|
+
media_mediums?: FilterStrapiMediaMediums;
|
|
141
|
+
}>, undefined>;
|
|
142
|
+
}, undefined>;
|
|
143
|
+
type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
|
|
144
|
+
//#endregion
|
|
145
|
+
//#region src/entities/client-media-platform/query.d.ts
|
|
146
|
+
declare const FilterStrapiClientMediaPlatforms: v.GenericSchema<{
|
|
147
|
+
id?: IdFilter;
|
|
148
|
+
documentId?: DocumentIdFilter;
|
|
149
|
+
createdAt?: DateTimeFilter;
|
|
150
|
+
updatedAt?: DateTimeFilter;
|
|
151
|
+
url?: LongStringFilter;
|
|
152
|
+
is_active?: BooleanFilter;
|
|
153
|
+
client?: FilterStrapiClients;
|
|
154
|
+
media_platform?: FilterStrapiMediaPlatforms;
|
|
155
|
+
}>;
|
|
156
|
+
type FilterStrapiClientMediaPlatforms = v.InferOutput<typeof FilterStrapiClientMediaPlatforms>;
|
|
157
|
+
declare const QueryStrapiSearchClientMediaPlatforms: v.ObjectSchema<{
|
|
158
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
159
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
160
|
+
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>;
|
|
161
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
162
|
+
id?: IdFilter;
|
|
163
|
+
documentId?: DocumentIdFilter;
|
|
164
|
+
createdAt?: DateTimeFilter;
|
|
165
|
+
updatedAt?: DateTimeFilter;
|
|
166
|
+
url?: LongStringFilter;
|
|
167
|
+
is_active?: BooleanFilter;
|
|
168
|
+
client?: FilterStrapiClients;
|
|
169
|
+
media_platform?: FilterStrapiMediaPlatforms;
|
|
170
|
+
}>, undefined>;
|
|
171
|
+
}, undefined>;
|
|
172
|
+
type QueryStrapiSearchClientMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchClientMediaPlatforms>;
|
|
173
|
+
//#endregion
|
|
174
|
+
export { FilterStrapiMediaMediums as a, QueryStrapiSearchMediaContentTypes as c, QueryStrapiSearchMediaPlatforms as i, FilterStrapiMediaCreativeFormats as l, QueryStrapiSearchClientMediaPlatforms as n, QueryStrapiSearchMediaMediums as o, FilterStrapiMediaPlatforms as r, FilterStrapiMediaContentTypes as s, FilterStrapiClientMediaPlatforms as t, QueryStrapiSearchMediaCreativeFormats as u };
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
const require_chunk = require("./chunk-D6vf50IK.cjs");
|
|
2
|
+
const require_logical_operators = require("./logical-operators-Bku8NPDs.cjs");
|
|
3
|
+
const require_string = require("./string-CmrQCAO3.cjs");
|
|
4
|
+
const require_boolean = require("./boolean-BwqaNE9c.cjs");
|
|
5
|
+
const require_string$1 = require("./string-AHrZ--r_.cjs");
|
|
6
|
+
const require_pagination = require("./pagination-DhAgQr7d.cjs");
|
|
7
|
+
const require_sort = require("./sort-CYllFl6q.cjs");
|
|
8
|
+
const require_entities_client_query = require("./entities/client/query.cjs");
|
|
9
|
+
const require_entities_up_permission_fields = require("./entities/up-permission/fields.cjs");
|
|
10
|
+
const require_entities_up_role_query = require("./entities/up-role/query.cjs");
|
|
11
|
+
let valibot = require("valibot");
|
|
12
|
+
valibot = require_chunk.__toESM(valibot, 1);
|
|
13
|
+
//#region src/entities/up-user/query.ts
|
|
14
|
+
const FilterStrapiUsers = require_logical_operators.createStrapiFilterSchema({
|
|
15
|
+
id: require_string.IdFilter,
|
|
16
|
+
documentId: require_string.DocumentIdFilter,
|
|
17
|
+
createdAt: require_string.DateTimeFilter,
|
|
18
|
+
updatedAt: require_string.DateTimeFilter,
|
|
19
|
+
username: require_string.StringFilter,
|
|
20
|
+
email: require_string.EmailFilter,
|
|
21
|
+
confirmed: require_boolean.BooleanFilter,
|
|
22
|
+
blocked: require_boolean.BooleanFilter,
|
|
23
|
+
clerk_user_id: require_string.StringFilter,
|
|
24
|
+
role: valibot.optional(valibot.lazy(() => require_entities_up_role_query.FilterStrapiRoles)),
|
|
25
|
+
clients: valibot.optional(valibot.lazy(() => FilterStrapiClientUsers))
|
|
26
|
+
});
|
|
27
|
+
const QueryStrapiSearchUsers = valibot.object({
|
|
28
|
+
page: require_pagination.VPage(),
|
|
29
|
+
size: require_pagination.VSize(),
|
|
30
|
+
sort: valibot.optional(require_sort.QuerySortValues),
|
|
31
|
+
f: valibot.optional(FilterStrapiUsers)
|
|
32
|
+
});
|
|
33
|
+
const QueryStrapiSearchUsersByIdentifier = valibot.object({
|
|
34
|
+
identifier: require_string$1.VStringShort(0),
|
|
35
|
+
page: require_pagination.VPage(),
|
|
36
|
+
size: require_pagination.VSize()
|
|
37
|
+
});
|
|
38
|
+
//#endregion
|
|
39
|
+
//#region src/entities/client-user/query.ts
|
|
40
|
+
const FilterStrapiClientUsers = require_logical_operators.createStrapiFilterSchema({
|
|
41
|
+
id: require_string.IdFilter,
|
|
42
|
+
documentId: require_string.DocumentIdFilter,
|
|
43
|
+
createdAt: require_string.DateTimeFilter,
|
|
44
|
+
updatedAt: require_string.DateTimeFilter,
|
|
45
|
+
scopes: require_entities_up_permission_fields.FilterScopes,
|
|
46
|
+
client: valibot.optional(valibot.lazy(() => require_entities_client_query.FilterStrapiClients)),
|
|
47
|
+
user: valibot.optional(valibot.lazy(() => FilterStrapiUsers))
|
|
48
|
+
});
|
|
49
|
+
const QueryStrapiSearchClientUsers = valibot.object({
|
|
50
|
+
page: require_pagination.VPage(),
|
|
51
|
+
size: require_pagination.VSize(),
|
|
52
|
+
sort: valibot.optional(require_sort.QuerySortValues),
|
|
53
|
+
f: valibot.optional(FilterStrapiClientUsers)
|
|
54
|
+
});
|
|
55
|
+
//#endregion
|
|
56
|
+
Object.defineProperty(exports, "FilterStrapiClientUsers", {
|
|
57
|
+
enumerable: true,
|
|
58
|
+
get: function() {
|
|
59
|
+
return FilterStrapiClientUsers;
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
Object.defineProperty(exports, "FilterStrapiUsers", {
|
|
63
|
+
enumerable: true,
|
|
64
|
+
get: function() {
|
|
65
|
+
return FilterStrapiUsers;
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
Object.defineProperty(exports, "QueryStrapiSearchClientUsers", {
|
|
69
|
+
enumerable: true,
|
|
70
|
+
get: function() {
|
|
71
|
+
return QueryStrapiSearchClientUsers;
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
Object.defineProperty(exports, "QueryStrapiSearchUsers", {
|
|
75
|
+
enumerable: true,
|
|
76
|
+
get: function() {
|
|
77
|
+
return QueryStrapiSearchUsers;
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
Object.defineProperty(exports, "QueryStrapiSearchUsersByIdentifier", {
|
|
81
|
+
enumerable: true,
|
|
82
|
+
get: function() {
|
|
83
|
+
return QueryStrapiSearchUsersByIdentifier;
|
|
84
|
+
}
|
|
85
|
+
});
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { T as StrapiStrictFilterObjectSchema, d as DocumentIdFilter, n as LongStringFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-B3eh9Z-Q.mjs";
|
|
2
|
+
import * as v from "valibot";
|
|
3
|
+
|
|
4
|
+
//#region src/entities/up-role/query.d.ts
|
|
5
|
+
declare const FilterRoleType: StrapiStrictFilterObjectSchema<{
|
|
6
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
7
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
8
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("client" | "manager" | "employee" | "authenticated" | "public")[], 1, undefined>]>;
|
|
9
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("client" | "manager" | "employee" | "authenticated" | "public")[], 1, undefined>]>;
|
|
10
|
+
readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
11
|
+
readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
12
|
+
} & {
|
|
13
|
+
readonly $not: StrapiStrictFilterObjectSchema<{
|
|
14
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
15
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
16
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("client" | "manager" | "employee" | "authenticated" | "public")[], 1, undefined>]>;
|
|
17
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("client" | "manager" | "employee" | "authenticated" | "public")[], 1, undefined>]>;
|
|
18
|
+
readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
19
|
+
readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
20
|
+
}>;
|
|
21
|
+
}>;
|
|
22
|
+
type FilterRoleType = v.InferOutput<typeof FilterRoleType>;
|
|
23
|
+
declare const FilterStrapiRoles: v.GenericSchema<{
|
|
24
|
+
id?: IdFilter;
|
|
25
|
+
documentId?: DocumentIdFilter;
|
|
26
|
+
createdAt?: DateTimeFilter;
|
|
27
|
+
updatedAt?: DateTimeFilter;
|
|
28
|
+
type?: FilterRoleType;
|
|
29
|
+
name?: StringFilter;
|
|
30
|
+
description?: LongStringFilter;
|
|
31
|
+
}>;
|
|
32
|
+
type FilterStrapiRoles = v.InferOutput<typeof FilterStrapiRoles>;
|
|
33
|
+
//#endregion
|
|
34
|
+
export { FilterStrapiRoles as n, FilterRoleType as t };
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { C as BooleanFilter, d as DocumentIdFilter, h as SlugFilter, n as LongStringFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-B3eh9Z-Q.mjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "./query-hvHQxwdK.mjs";
|
|
3
|
+
import * as v from "valibot";
|
|
4
|
+
|
|
5
|
+
//#region src/entities/content-pillar/query.d.ts
|
|
6
|
+
declare const FilterStrapiContentPillars: v.GenericSchema<{
|
|
7
|
+
id?: IdFilter;
|
|
8
|
+
documentId?: DocumentIdFilter;
|
|
9
|
+
createdAt?: DateTimeFilter;
|
|
10
|
+
updatedAt?: DateTimeFilter;
|
|
11
|
+
title?: StringFilter;
|
|
12
|
+
slug?: SlugFilter;
|
|
13
|
+
description?: LongStringFilter;
|
|
14
|
+
clients?: FilterStrapiClientContentPillars;
|
|
15
|
+
}>;
|
|
16
|
+
type FilterStrapiContentPillars = v.InferOutput<typeof FilterStrapiContentPillars>;
|
|
17
|
+
declare const QueryStrapiSearchContentPillars: v.ObjectSchema<{
|
|
18
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
19
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, 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
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
22
|
+
id?: IdFilter;
|
|
23
|
+
documentId?: DocumentIdFilter;
|
|
24
|
+
createdAt?: DateTimeFilter;
|
|
25
|
+
updatedAt?: DateTimeFilter;
|
|
26
|
+
title?: StringFilter;
|
|
27
|
+
slug?: SlugFilter;
|
|
28
|
+
description?: LongStringFilter;
|
|
29
|
+
clients?: FilterStrapiClientContentPillars;
|
|
30
|
+
}>, undefined>;
|
|
31
|
+
}, undefined>;
|
|
32
|
+
type QueryStrapiSearchContentPillars = v.InferOutput<typeof QueryStrapiSearchContentPillars>;
|
|
33
|
+
//#endregion
|
|
34
|
+
//#region src/entities/client-content-pillar/query.d.ts
|
|
35
|
+
declare const FilterStrapiClientContentPillars: v.GenericSchema<{
|
|
36
|
+
id?: IdFilter;
|
|
37
|
+
documentId?: DocumentIdFilter;
|
|
38
|
+
createdAt?: DateTimeFilter;
|
|
39
|
+
updatedAt?: DateTimeFilter;
|
|
40
|
+
is_active?: BooleanFilter;
|
|
41
|
+
client?: FilterStrapiClients;
|
|
42
|
+
content_pillar?: FilterStrapiContentPillars;
|
|
43
|
+
}>;
|
|
44
|
+
type FilterStrapiClientContentPillars = v.InferOutput<typeof FilterStrapiClientContentPillars>;
|
|
45
|
+
declare const QueryStrapiSearchClientContentPillars: v.ObjectSchema<{
|
|
46
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
47
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
48
|
+
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>;
|
|
49
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
50
|
+
id?: IdFilter;
|
|
51
|
+
documentId?: DocumentIdFilter;
|
|
52
|
+
createdAt?: DateTimeFilter;
|
|
53
|
+
updatedAt?: DateTimeFilter;
|
|
54
|
+
is_active?: BooleanFilter;
|
|
55
|
+
client?: FilterStrapiClients;
|
|
56
|
+
content_pillar?: FilterStrapiContentPillars;
|
|
57
|
+
}>, undefined>;
|
|
58
|
+
}, undefined>;
|
|
59
|
+
type QueryStrapiSearchClientContentPillars = v.InferOutput<typeof QueryStrapiSearchClientContentPillars>;
|
|
60
|
+
//#endregion
|
|
61
|
+
export { QueryStrapiSearchContentPillars as i, QueryStrapiSearchClientContentPillars as n, FilterStrapiContentPillars as r, FilterStrapiClientContentPillars as t };
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { C as BooleanFilter, d as DocumentIdFilter, f as EmailFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-B3eh9Z-Q.cjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "./query-ohFZ5p3e.cjs";
|
|
3
|
+
import { t as FilterScopes } from "./fields-PCsCdBLK.cjs";
|
|
4
|
+
import { n as FilterStrapiRoles } from "./query-BGz5Dj7o.cjs";
|
|
5
|
+
import * as v from "valibot";
|
|
6
|
+
|
|
7
|
+
//#region src/entities/up-user/query.d.ts
|
|
8
|
+
declare const FilterStrapiUsers: v.GenericSchema<{
|
|
9
|
+
id?: IdFilter;
|
|
10
|
+
documentId?: DocumentIdFilter;
|
|
11
|
+
createdAt?: DateTimeFilter;
|
|
12
|
+
updatedAt?: DateTimeFilter;
|
|
13
|
+
username?: StringFilter;
|
|
14
|
+
email?: EmailFilter;
|
|
15
|
+
confirmed?: BooleanFilter;
|
|
16
|
+
blocked?: BooleanFilter;
|
|
17
|
+
clerk_user_id?: StringFilter;
|
|
18
|
+
role?: FilterStrapiRoles;
|
|
19
|
+
clients?: FilterStrapiClientUsers;
|
|
20
|
+
}>;
|
|
21
|
+
type FilterStrapiUsers = v.InferOutput<typeof FilterStrapiUsers>;
|
|
22
|
+
declare const QueryStrapiSearchUsers: v.ObjectSchema<{
|
|
23
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
24
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
25
|
+
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>;
|
|
26
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
27
|
+
id?: IdFilter;
|
|
28
|
+
documentId?: DocumentIdFilter;
|
|
29
|
+
createdAt?: DateTimeFilter;
|
|
30
|
+
updatedAt?: DateTimeFilter;
|
|
31
|
+
username?: StringFilter;
|
|
32
|
+
email?: EmailFilter;
|
|
33
|
+
confirmed?: BooleanFilter;
|
|
34
|
+
blocked?: BooleanFilter;
|
|
35
|
+
clerk_user_id?: StringFilter;
|
|
36
|
+
role?: FilterStrapiRoles;
|
|
37
|
+
clients?: FilterStrapiClientUsers;
|
|
38
|
+
}>, undefined>;
|
|
39
|
+
}, undefined>;
|
|
40
|
+
type QueryStrapiSearchUsers = v.InferOutput<typeof QueryStrapiSearchUsers>;
|
|
41
|
+
declare const QueryStrapiSearchUsersByIdentifier: v.ObjectSchema<{
|
|
42
|
+
readonly identifier: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
43
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
44
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
45
|
+
}, undefined>;
|
|
46
|
+
type QueryStrapiSearchUsersByIdentifier = v.InferOutput<typeof QueryStrapiSearchUsersByIdentifier>;
|
|
47
|
+
//#endregion
|
|
48
|
+
//#region src/entities/client-user/query.d.ts
|
|
49
|
+
declare const FilterStrapiClientUsers: v.GenericSchema<{
|
|
50
|
+
id?: IdFilter;
|
|
51
|
+
documentId?: DocumentIdFilter;
|
|
52
|
+
createdAt?: DateTimeFilter;
|
|
53
|
+
updatedAt?: DateTimeFilter;
|
|
54
|
+
scopes?: FilterScopes;
|
|
55
|
+
client?: FilterStrapiClients;
|
|
56
|
+
user?: FilterStrapiUsers;
|
|
57
|
+
}>;
|
|
58
|
+
type FilterStrapiClientUsers = v.InferOutput<typeof FilterStrapiClientUsers>;
|
|
59
|
+
declare const QueryStrapiSearchClientUsers: v.ObjectSchema<{
|
|
60
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
61
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
62
|
+
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>;
|
|
63
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
64
|
+
id?: IdFilter;
|
|
65
|
+
documentId?: DocumentIdFilter;
|
|
66
|
+
createdAt?: DateTimeFilter;
|
|
67
|
+
updatedAt?: DateTimeFilter;
|
|
68
|
+
scopes?: FilterScopes;
|
|
69
|
+
client?: FilterStrapiClients;
|
|
70
|
+
user?: FilterStrapiUsers;
|
|
71
|
+
}>, undefined>;
|
|
72
|
+
}, undefined>;
|
|
73
|
+
type QueryStrapiSearchClientUsers = v.InferOutput<typeof QueryStrapiSearchClientUsers>;
|
|
74
|
+
//#endregion
|
|
75
|
+
export { QueryStrapiSearchUsersByIdentifier as a, QueryStrapiSearchUsers as i, QueryStrapiSearchClientUsers as n, FilterStrapiUsers as r, FilterStrapiClientUsers as t };
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { C as BooleanFilter, T as StrapiStrictFilterObjectSchema, d as DocumentIdFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-B3eh9Z-Q.mjs";
|
|
2
|
+
import * as v from "valibot";
|
|
3
|
+
|
|
4
|
+
//#region src/entities/client/query.d.ts
|
|
5
|
+
declare const FilterClientClassification: StrapiStrictFilterObjectSchema<{
|
|
6
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
7
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
8
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
9
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
10
|
+
readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
11
|
+
readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
12
|
+
} & {
|
|
13
|
+
readonly $not: StrapiStrictFilterObjectSchema<{
|
|
14
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
15
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
16
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
17
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
18
|
+
readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
19
|
+
readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
20
|
+
}>;
|
|
21
|
+
}>;
|
|
22
|
+
type FilterClientClassification = v.InferOutput<typeof FilterClientClassification>;
|
|
23
|
+
declare const FilterStrapiClients: v.GenericSchema<{
|
|
24
|
+
id?: IdFilter;
|
|
25
|
+
documentId?: DocumentIdFilter;
|
|
26
|
+
createdAt?: DateTimeFilter;
|
|
27
|
+
updatedAt?: DateTimeFilter;
|
|
28
|
+
title?: StringFilter;
|
|
29
|
+
is_featured?: BooleanFilter;
|
|
30
|
+
teamwork_id?: StringFilter;
|
|
31
|
+
teamwork_name?: StringFilter;
|
|
32
|
+
gainapp_id?: StringFilter;
|
|
33
|
+
utm_sheet_id?: StringFilter;
|
|
34
|
+
allow_create_utm_link?: BooleanFilter;
|
|
35
|
+
is_organic_social?: BooleanFilter;
|
|
36
|
+
is_paid_media?: BooleanFilter;
|
|
37
|
+
is_active?: BooleanFilter;
|
|
38
|
+
is_hidden?: BooleanFilter;
|
|
39
|
+
classification?: FilterClientClassification;
|
|
40
|
+
}>;
|
|
41
|
+
type FilterStrapiClients = v.InferOutput<typeof FilterStrapiClients>;
|
|
42
|
+
declare const QueryStrapiSearchClients: v.ObjectSchema<{
|
|
43
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
44
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
45
|
+
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>;
|
|
46
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
47
|
+
id?: IdFilter;
|
|
48
|
+
documentId?: DocumentIdFilter;
|
|
49
|
+
createdAt?: DateTimeFilter;
|
|
50
|
+
updatedAt?: DateTimeFilter;
|
|
51
|
+
title?: StringFilter;
|
|
52
|
+
is_featured?: BooleanFilter;
|
|
53
|
+
teamwork_id?: StringFilter;
|
|
54
|
+
teamwork_name?: StringFilter;
|
|
55
|
+
gainapp_id?: StringFilter;
|
|
56
|
+
utm_sheet_id?: StringFilter;
|
|
57
|
+
allow_create_utm_link?: BooleanFilter;
|
|
58
|
+
is_organic_social?: BooleanFilter;
|
|
59
|
+
is_paid_media?: BooleanFilter;
|
|
60
|
+
is_active?: BooleanFilter;
|
|
61
|
+
is_hidden?: BooleanFilter;
|
|
62
|
+
classification?: FilterClientClassification;
|
|
63
|
+
}>, undefined>;
|
|
64
|
+
}, undefined>;
|
|
65
|
+
type QueryStrapiSearchClients = v.InferOutput<typeof QueryStrapiSearchClients>;
|
|
66
|
+
//#endregion
|
|
67
|
+
export { FilterStrapiClients as n, QueryStrapiSearchClients as r, FilterClientClassification as t };
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { C as BooleanFilter, T as StrapiStrictFilterObjectSchema, d as DocumentIdFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-B3eh9Z-Q.cjs";
|
|
2
|
+
import * as v from "valibot";
|
|
3
|
+
|
|
4
|
+
//#region src/entities/client/query.d.ts
|
|
5
|
+
declare const FilterClientClassification: StrapiStrictFilterObjectSchema<{
|
|
6
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
7
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
8
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
9
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
10
|
+
readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
11
|
+
readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
12
|
+
} & {
|
|
13
|
+
readonly $not: StrapiStrictFilterObjectSchema<{
|
|
14
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
15
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
16
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
17
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
18
|
+
readonly $eq: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
19
|
+
readonly $ne: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MinLengthAction<("organic" | "paid")[], 1, undefined>]>;
|
|
20
|
+
}>;
|
|
21
|
+
}>;
|
|
22
|
+
type FilterClientClassification = v.InferOutput<typeof FilterClientClassification>;
|
|
23
|
+
declare const FilterStrapiClients: v.GenericSchema<{
|
|
24
|
+
id?: IdFilter;
|
|
25
|
+
documentId?: DocumentIdFilter;
|
|
26
|
+
createdAt?: DateTimeFilter;
|
|
27
|
+
updatedAt?: DateTimeFilter;
|
|
28
|
+
title?: StringFilter;
|
|
29
|
+
is_featured?: BooleanFilter;
|
|
30
|
+
teamwork_id?: StringFilter;
|
|
31
|
+
teamwork_name?: StringFilter;
|
|
32
|
+
gainapp_id?: StringFilter;
|
|
33
|
+
utm_sheet_id?: StringFilter;
|
|
34
|
+
allow_create_utm_link?: BooleanFilter;
|
|
35
|
+
is_organic_social?: BooleanFilter;
|
|
36
|
+
is_paid_media?: BooleanFilter;
|
|
37
|
+
is_active?: BooleanFilter;
|
|
38
|
+
is_hidden?: BooleanFilter;
|
|
39
|
+
classification?: FilterClientClassification;
|
|
40
|
+
}>;
|
|
41
|
+
type FilterStrapiClients = v.InferOutput<typeof FilterStrapiClients>;
|
|
42
|
+
declare const QueryStrapiSearchClients: v.ObjectSchema<{
|
|
43
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
44
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
45
|
+
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>;
|
|
46
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
47
|
+
id?: IdFilter;
|
|
48
|
+
documentId?: DocumentIdFilter;
|
|
49
|
+
createdAt?: DateTimeFilter;
|
|
50
|
+
updatedAt?: DateTimeFilter;
|
|
51
|
+
title?: StringFilter;
|
|
52
|
+
is_featured?: BooleanFilter;
|
|
53
|
+
teamwork_id?: StringFilter;
|
|
54
|
+
teamwork_name?: StringFilter;
|
|
55
|
+
gainapp_id?: StringFilter;
|
|
56
|
+
utm_sheet_id?: StringFilter;
|
|
57
|
+
allow_create_utm_link?: BooleanFilter;
|
|
58
|
+
is_organic_social?: BooleanFilter;
|
|
59
|
+
is_paid_media?: BooleanFilter;
|
|
60
|
+
is_active?: BooleanFilter;
|
|
61
|
+
is_hidden?: BooleanFilter;
|
|
62
|
+
classification?: FilterClientClassification;
|
|
63
|
+
}>, undefined>;
|
|
64
|
+
}, undefined>;
|
|
65
|
+
type QueryStrapiSearchClients = v.InferOutput<typeof QueryStrapiSearchClients>;
|
|
66
|
+
//#endregion
|
|
67
|
+
export { FilterStrapiClients as n, QueryStrapiSearchClients as r, FilterClientClassification as t };
|
|
@@ -1,7 +1,13 @@
|
|
|
1
|
+
import { a as STRAPI_SPECIAL_ENTITIES, i as STRAPI_SINGLE_ENTITY_ENDPOINTS, n as STRAPI_COLLECTION_ENTITY_ENDPOINTS, t as CONTENT_STATUS } from "./strapi-CbzOOgDf.mjs";
|
|
1
2
|
import "./limits-Dlni_x0-.mjs";
|
|
2
3
|
import { a as VStringMinMax, s as VStringShort } from "./string-v2gu3xz0.mjs";
|
|
3
|
-
import { n as ValidStrapiCollectionEntity } from "./strapi-BgfOZjWn.mjs";
|
|
4
4
|
import * as v from "valibot";
|
|
5
|
+
//#region src/base/strapi.ts
|
|
6
|
+
const ContentStatus = v.picklist(CONTENT_STATUS);
|
|
7
|
+
const ValidStrapiCollectionEntity = v.picklist(STRAPI_COLLECTION_ENTITY_ENDPOINTS);
|
|
8
|
+
const ValidStrapiSingleEntity = v.picklist(STRAPI_SINGLE_ENTITY_ENDPOINTS);
|
|
9
|
+
const ValidStrapiSpecialEntity = v.picklist(STRAPI_SPECIAL_ENTITIES);
|
|
10
|
+
//#endregion
|
|
5
11
|
//#region src/base/relationships.ts
|
|
6
12
|
const AssociateOneEntity = VStringMinMax(1, 255);
|
|
7
13
|
const AssociateOneEntityOptional = v.optional(VStringMinMax(1, 255));
|
|
@@ -40,4 +46,4 @@ const SSetEntityRelationshipRequest = v.pipe(v.object({
|
|
|
40
46
|
set: AssociateManyEntities
|
|
41
47
|
}));
|
|
42
48
|
//#endregion
|
|
43
|
-
export { AssociateManyEntitiesOptional as a, QueryManyEntities as c, AssociateManyEntities as i, SEntityPosition as l, AssociateEntityPositionDocumentRequest as n, AssociateOneEntity as o, AssociateEntityRelationshipRequest as r, AssociateOneEntityOptional as s, AssociateEntityPosition as t, SSetEntityRelationshipRequest as u };
|
|
49
|
+
export { AssociateManyEntitiesOptional as a, QueryManyEntities as c, ContentStatus as d, ValidStrapiCollectionEntity as f, AssociateManyEntities as i, SEntityPosition as l, ValidStrapiSpecialEntity as m, AssociateEntityPositionDocumentRequest as n, AssociateOneEntity as o, ValidStrapiSingleEntity as p, AssociateEntityRelationshipRequest as r, AssociateOneEntityOptional as s, AssociateEntityPosition as t, SSetEntityRelationshipRequest as u };
|