@getcommunity/gc-validators 0.0.323 → 0.0.325
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 +2 -2
- package/dist/base/index.mjs +2 -2
- package/dist/{boolean-tBVviKsR.mjs → boolean-BAG2qbdD.mjs} +1 -1
- package/dist/{boolean-BYGqZxWU.cjs → boolean-Dw28WFxu.cjs} +1 -1
- package/dist/components/blocks/index.cjs +25 -27
- package/dist/components/blocks/index.d.cts +1 -1
- package/dist/components/blocks/index.d.mts +1 -1
- package/dist/components/blocks/index.mjs +26 -28
- package/dist/components/brand/index.cjs +5 -3
- package/dist/components/brand/index.d.cts +2 -2
- package/dist/components/brand/index.d.mts +2 -2
- package/dist/components/brand/index.mjs +6 -5
- package/dist/components/forms/index.cjs +10 -12
- package/dist/components/forms/index.d.cts +5 -7
- package/dist/components/forms/index.d.mts +5 -7
- package/dist/components/forms/index.mjs +11 -13
- package/dist/components/gcft/index.cjs +91 -0
- package/dist/components/gcft/index.d.cts +989 -0
- package/dist/components/gcft/index.d.mts +989 -0
- package/dist/components/gcft/index.mjs +77 -0
- package/dist/components/shared/index.cjs +10 -10
- package/dist/components/shared/index.d.cts +1 -1
- package/dist/components/shared/index.d.mts +1 -1
- package/dist/components/shared/index.mjs +11 -11
- package/dist/components/slideshow/index.cjs +17 -19
- package/dist/components/slideshow/index.d.cts +13 -15
- package/dist/components/slideshow/index.d.mts +13 -15
- package/dist/components/slideshow/index.mjs +18 -20
- package/dist/components/utm/index.cjs +7 -8
- package/dist/components/utm/index.d.cts +1 -1
- package/dist/components/utm/index.d.mts +1 -1
- package/dist/components/utm/index.mjs +8 -9
- package/dist/{document-C9FkMgj3.d.cts → document-BHX6VFQZ.d.cts} +1 -1
- package/dist/{document-CZFcD3r5.d.cts → document-Be5Cilg0.d.cts} +5 -5
- package/dist/{document-gm1f3wWx.cjs → document-BmofmYTz.cjs} +19 -19
- package/dist/{document-BiFs4eSw.d.mts → document-CpbX0dkQ.d.mts} +5 -5
- package/dist/{document-B_ZXYnh3.d.mts → document-Dphn5GgF.d.mts} +1 -1
- package/dist/{document-CrEFVYK-.d.cts → document-DwCd0vSJ.d.cts} +3 -3
- package/dist/{document-BW68CVMb.mjs → document-N-npHSnd.mjs} +20 -20
- package/dist/{document-DpnOB5mQ.d.mts → document-uKORXaDn.d.mts} +3 -3
- package/dist/entities/audit-log/mutation.cjs +2 -2
- package/dist/entities/audit-log/mutation.mjs +2 -2
- package/dist/entities/audit-log/query.cjs +3 -3
- package/dist/entities/audit-log/query.mjs +3 -3
- package/dist/entities/blog-page/document.d.cts +1 -1
- package/dist/entities/blog-page/document.d.mts +1 -1
- package/dist/entities/blog-post/document.d.cts +1 -1
- package/dist/entities/blog-post/document.d.mts +1 -1
- package/dist/entities/blog-post/fields.d.cts +1 -1
- package/dist/entities/blog-post/fields.d.mts +1 -1
- package/dist/entities/blog-post/query.cjs +6 -6
- package/dist/entities/blog-post/query.mjs +6 -6
- package/dist/entities/careers-page/document.d.cts +1 -1
- package/dist/entities/careers-page/document.d.mts +1 -1
- package/dist/entities/category/document.d.cts +1 -1
- package/dist/entities/category/document.d.mts +1 -1
- package/dist/entities/category/mutation.cjs +2 -2
- package/dist/entities/category/mutation.mjs +2 -2
- package/dist/entities/category/query.cjs +2 -2
- package/dist/entities/category/query.mjs +2 -2
- 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/mutation.cjs +2 -2
- package/dist/entities/client/mutation.mjs +2 -2
- package/dist/entities/client/query.cjs +4 -4
- package/dist/entities/client/query.mjs +4 -4
- 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 +1 -1
- package/dist/entities/client-content-pillar/query.mjs +1 -1
- package/dist/entities/client-email/document.cjs +1 -1
- package/dist/entities/client-email/document.d.cts +1 -1
- package/dist/entities/client-email/document.d.mts +1 -1
- package/dist/entities/client-email/document.mjs +1 -1
- package/dist/entities/client-email/mutation.cjs +2 -2
- package/dist/entities/client-email/mutation.mjs +2 -2
- package/dist/entities/client-email/query.cjs +2 -2
- package/dist/entities/client-email/query.mjs +2 -2
- 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 +2 -2
- package/dist/entities/client-media-platform/mutation.mjs +2 -2
- package/dist/entities/client-media-platform/query.cjs +1 -1
- package/dist/entities/client-media-platform/query.mjs +1 -1
- 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 +2 -2
- package/dist/entities/client-project/mutation.mjs +2 -2
- package/dist/entities/client-project/query.cjs +4 -4
- package/dist/entities/client-project/query.mjs +4 -4
- 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 +2 -2
- package/dist/entities/client-report/mutation.mjs +2 -2
- package/dist/entities/client-report/query.cjs +3 -3
- package/dist/entities/client-report/query.mjs +3 -3
- 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 +2 -2
- package/dist/entities/client-styleguide/mutation.mjs +2 -2
- package/dist/entities/client-styleguide/query.cjs +3 -3
- package/dist/entities/client-styleguide/query.mjs +3 -3
- 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/mutation.cjs +1 -1
- package/dist/entities/client-user/mutation.mjs +1 -1
- package/dist/entities/client-user/query.cjs +1 -1
- package/dist/entities/client-user/query.mjs +1 -1
- package/dist/entities/comment/mutation.cjs +1 -1
- package/dist/entities/comment/mutation.mjs +1 -1
- package/dist/entities/comment/query.cjs +1 -1
- package/dist/entities/comment/query.mjs +1 -1
- 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 +2 -2
- package/dist/entities/content-pillar/mutation.mjs +2 -2
- package/dist/entities/content-pillar/query.cjs +1 -1
- package/dist/entities/content-pillar/query.mjs +1 -1
- package/dist/entities/faq-page/document.d.cts +2 -2
- package/dist/entities/faq-page/document.d.mts +2 -2
- 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 +2 -2
- package/dist/entities/gcflytour/mutation.mjs +2 -2
- package/dist/entities/gcflytour/query.cjs +1 -1
- package/dist/entities/gcflytour/query.mjs +1 -1
- 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 +2 -2
- package/dist/entities/gcflytour-snap/mutation.mjs +2 -2
- package/dist/entities/gcflytour-snap/query.cjs +1 -1
- package/dist/entities/gcflytour-snap/query.mjs +1 -1
- package/dist/entities/gcflytour-snap-embed/document.cjs +1 -1
- package/dist/entities/gcflytour-snap-embed/document.d.cts +1 -1
- package/dist/entities/gcflytour-snap-embed/document.d.mts +1 -1
- package/dist/entities/gcflytour-snap-embed/document.mjs +1 -1
- package/dist/entities/gcflytour-snap-embed/mutation.cjs +2 -2
- package/dist/entities/gcflytour-snap-embed/mutation.mjs +2 -2
- package/dist/entities/gcflytour-snap-embed/query.cjs +1 -1
- package/dist/entities/gcflytour-snap-embed/query.mjs +1 -1
- package/dist/entities/landing-page/document.d.cts +2 -2
- package/dist/entities/landing-page/document.d.mts +2 -2
- package/dist/entities/lead/mutation.cjs +2 -2
- package/dist/entities/lead/mutation.mjs +2 -2
- package/dist/entities/matterport/document.cjs +1 -1
- package/dist/entities/matterport/document.d.cts +1 -1
- package/dist/entities/matterport/document.d.mts +1 -1
- package/dist/entities/matterport/document.mjs +1 -1
- package/dist/entities/matterport/mutation.cjs +2 -2
- package/dist/entities/matterport/mutation.mjs +2 -2
- package/dist/entities/matterport/query.cjs +3 -3
- package/dist/entities/matterport/query.mjs +3 -3
- 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 +2 -2
- package/dist/entities/media-content-type/mutation.mjs +2 -2
- package/dist/entities/media-content-type/query.cjs +1 -1
- package/dist/entities/media-content-type/query.mjs +1 -1
- 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 +2 -2
- package/dist/entities/media-creative-format/mutation.mjs +2 -2
- package/dist/entities/media-creative-format/query.cjs +1 -1
- package/dist/entities/media-creative-format/query.mjs +1 -1
- 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 +2 -2
- package/dist/entities/media-medium/mutation.mjs +2 -2
- package/dist/entities/media-medium/query.cjs +1 -1
- package/dist/entities/media-medium/query.mjs +1 -1
- 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 +3 -3
- package/dist/entities/media-platform/mutation.mjs +3 -3
- package/dist/entities/media-platform/query.cjs +1 -1
- package/dist/entities/media-platform/query.mjs +1 -1
- 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 +2 -2
- package/dist/entities/monday-workspace/mutation.mjs +2 -2
- package/dist/entities/monday-workspace/query.cjs +2 -2
- package/dist/entities/monday-workspace/query.mjs +2 -2
- package/dist/entities/newsletter-signup/mutation.cjs +2 -2
- package/dist/entities/newsletter-signup/mutation.mjs +2 -2
- package/dist/entities/policy-page/document.d.cts +1 -1
- package/dist/entities/policy-page/document.d.mts +1 -1
- package/dist/entities/product/document.d.cts +1 -1
- package/dist/entities/product/document.d.mts +1 -1
- 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 +2 -2
- package/dist/entities/resume/mutation.mjs +2 -2
- package/dist/entities/sharpspring/mutation.cjs +1 -1
- package/dist/entities/sharpspring/mutation.mjs +1 -1
- package/dist/entities/tag/mutation.cjs +2 -2
- package/dist/entities/tag/mutation.mjs +2 -2
- package/dist/entities/tag/query.cjs +2 -2
- package/dist/entities/tag/query.mjs +2 -2
- package/dist/entities/team-member/document.d.cts +1 -1
- package/dist/entities/team-member/document.d.mts +1 -1
- package/dist/entities/team-member/query.cjs +4 -4
- package/dist/entities/team-member/query.mjs +4 -4
- package/dist/entities/team-page/document.d.cts +1 -1
- package/dist/entities/team-page/document.d.mts +1 -1
- package/dist/entities/teamwork/query.cjs +1 -1
- package/dist/entities/teamwork/query.mjs +1 -1
- package/dist/entities/trend/document.d.cts +1 -1
- package/dist/entities/trend/document.d.mts +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-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 +3 -3
- package/dist/entities/up-role/query.mjs +3 -3
- 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 +1 -1
- package/dist/entities/up-user/fields.mjs +1 -1
- package/dist/entities/up-user/mutation.cjs +2 -2
- package/dist/entities/up-user/mutation.mjs +2 -2
- package/dist/entities/up-user/query.cjs +1 -1
- package/dist/entities/up-user/query.mjs +1 -1
- package/dist/entities/upload/mutation.cjs +1 -1
- package/dist/entities/upload/mutation.mjs +1 -1
- package/dist/entities/url-redirect/query.cjs +4 -4
- package/dist/entities/url-redirect/query.mjs +4 -4
- 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 +2 -2
- package/dist/entities/user-account/mutation.mjs +2 -2
- package/dist/entities/user-account/query.cjs +1 -1
- package/dist/entities/user-account/query.mjs +1 -1
- package/dist/entities/utm-link-builder/mutation.cjs +3 -3
- package/dist/entities/utm-link-builder/mutation.mjs +3 -3
- package/dist/entities/utm-meta/document.d.cts +28 -28
- package/dist/entities/utm-meta/document.d.mts +28 -28
- 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 +3 -3
- package/dist/entities/utm-tracking-link/mutation.mjs +3 -3
- package/dist/entities/utm-tracking-link/query.cjs +4 -4
- package/dist/entities/utm-tracking-link/query.mjs +4 -4
- package/dist/{fields-B4UTcqTR.d.cts → fields-Cffo4_9O.d.cts} +12 -12
- package/dist/{fields-B4UTcqTR.d.mts → fields-Cffo4_9O.d.mts} +12 -12
- package/dist/filters/index.cjs +4 -4
- package/dist/filters/index.mjs +4 -4
- package/dist/{identifier-BJ0kpvYJ.cjs → identifier-CcAwSRW-.cjs} +1 -1
- package/dist/{identifier-CWlBh0A3.mjs → identifier-DZSF9qmh.mjs} +1 -1
- package/dist/{index-CBmZNWdq.d.cts → index-Dbmwx2k9.d.cts} +10 -12
- package/dist/{index-CBmZNWdq.d.mts → index-Dbmwx2k9.d.mts} +10 -12
- package/dist/{index-Dpf-fT7q.d.cts → index-DzVq0dOL.d.cts} +7 -5
- package/dist/{index-Dpf-fT7q.d.mts → index-DzVq0dOL.d.mts} +7 -5
- package/dist/{index-FZTP1wfp.d.mts → index-RdGxAerL.d.mts} +12 -10
- package/dist/{index-B-eWc6-5.d.cts → index-lrfl6aps.d.cts} +17 -19
- package/dist/{index-B-eWc6-5.d.mts → index-lrfl6aps.d.mts} +17 -19
- package/dist/{index-NJAGJcxy.d.cts → index-wyRrbvZW.d.cts} +12 -10
- package/dist/permissions/index.d.cts +1 -1
- package/dist/permissions/index.d.mts +1 -1
- package/dist/{picklist-DeBvYAYq.cjs → picklist-BcQQdR4P.cjs} +1 -1
- package/dist/{picklist-3TPKEnJ3.mjs → picklist-DnB-_6BK.mjs} +1 -1
- package/dist/{query-B9Xfbntq.mjs → query-DDGi723F.mjs} +3 -3
- package/dist/{query-Bm5QfP-Y.cjs → query-DMUDO8rA.cjs} +3 -3
- package/dist/{query-W17gUQhA.mjs → query-DnBW7soI.mjs} +3 -3
- package/dist/{query-CVaxPoeH.cjs → query-DqaFNN4b.cjs} +4 -4
- package/dist/{query-BPaMPrlS.cjs → query-FpybWRDP.cjs} +3 -3
- package/dist/{query-FD7qm52t.mjs → query-O9bwlHoO.mjs} +3 -3
- package/dist/{query-DUrHw_wR.mjs → query-RFbimjWM.mjs} +3 -3
- package/dist/{query-BdZZH3M2.mjs → query-Wj0PEQq8.mjs} +4 -4
- package/dist/{query-DpEQGd9b.cjs → query-kdTlTEPf.cjs} +3 -3
- package/dist/{query-DNLzemiU.cjs → query-qaIKMD_U.cjs} +3 -3
- package/dist/{relationships-xAJEnVXV.mjs → relationships-B0scDCmk.mjs} +1 -1
- package/dist/{relationships-Cb_o43s4.cjs → relationships-XH4bjmMz.cjs} +1 -1
- package/dist/{string-CP-EbG-I.cjs → string-CjRuSj_m.cjs} +2 -2
- package/dist/{string-v2gu3xz0.mjs → string-CuUsLDnS.mjs} +5 -1
- package/dist/{string-2ZbEvJ0J.cjs → string-D0Akoax2.cjs} +10 -0
- package/dist/{string-BSLwKCNC.mjs → string-D1JeM8yM.mjs} +2 -2
- package/dist/utilities/index.d.cts +1 -1
- package/dist/utilities/index.d.mts +1 -1
- package/dist/{utm-DgwXh_Nr.cjs → utm-7E_3kcTp.cjs} +1 -1
- package/dist/{utm-Bt8jPpRI.mjs → utm-BwtaQiKl.mjs} +1 -1
- package/dist/validators/index.cjs +3 -2
- package/dist/validators/index.d.cts +5 -1
- package/dist/validators/index.d.mts +5 -1
- package/dist/validators/index.mjs +3 -3
- package/package.json +1 -1
|
@@ -3,74 +3,74 @@ import * as v from "valibot";
|
|
|
3
3
|
//#region src/entities/utm-meta/document.d.ts
|
|
4
4
|
declare const UtmMetaPageDocument: v.ObjectSchema<{
|
|
5
5
|
readonly source_options: v.ArraySchema<v.ObjectSchema<{
|
|
6
|
-
readonly label: v.StringSchema<undefined>;
|
|
7
|
-
readonly value: v.StringSchema<undefined>;
|
|
8
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
7
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
8
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
9
9
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
10
10
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
11
11
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
12
12
|
readonly id: v.NumberSchema<undefined>;
|
|
13
|
-
readonly __component: v.
|
|
13
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
14
14
|
}, undefined>, undefined>;
|
|
15
15
|
readonly medium_options: v.ArraySchema<v.ObjectSchema<{
|
|
16
|
-
readonly label: v.StringSchema<undefined>;
|
|
17
|
-
readonly value: v.StringSchema<undefined>;
|
|
18
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
16
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
17
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
18
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
19
19
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
20
20
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
21
21
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
22
22
|
readonly id: v.NumberSchema<undefined>;
|
|
23
|
-
readonly __component: v.
|
|
23
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
24
24
|
}, undefined>, undefined>;
|
|
25
25
|
readonly campaign_phase_options: v.ArraySchema<v.ObjectSchema<{
|
|
26
|
-
readonly label: v.StringSchema<undefined>;
|
|
27
|
-
readonly value: v.StringSchema<undefined>;
|
|
28
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
26
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
27
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
28
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
29
29
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
30
30
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
31
31
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
32
32
|
readonly id: v.NumberSchema<undefined>;
|
|
33
|
-
readonly __component: v.
|
|
33
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
34
34
|
}, undefined>, undefined>;
|
|
35
35
|
readonly campaign_targeting_options: v.ArraySchema<v.ObjectSchema<{
|
|
36
|
-
readonly label: v.StringSchema<undefined>;
|
|
37
|
-
readonly value: v.StringSchema<undefined>;
|
|
38
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
36
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
37
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
38
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
39
39
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
40
40
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
41
41
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
42
42
|
readonly id: v.NumberSchema<undefined>;
|
|
43
|
-
readonly __component: v.
|
|
43
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
44
44
|
}, undefined>, undefined>;
|
|
45
45
|
readonly content_pillar_options: v.ArraySchema<v.ObjectSchema<{
|
|
46
|
-
readonly label: v.StringSchema<undefined>;
|
|
47
|
-
readonly value: v.StringSchema<undefined>;
|
|
48
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
46
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
47
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
48
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
49
49
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
50
50
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
51
51
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
52
52
|
readonly id: v.NumberSchema<undefined>;
|
|
53
|
-
readonly __component: v.
|
|
53
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
54
54
|
}, undefined>, undefined>;
|
|
55
55
|
readonly creative_format_options: v.ArraySchema<v.ObjectSchema<{
|
|
56
|
-
readonly label: v.StringSchema<undefined>;
|
|
57
|
-
readonly value: v.StringSchema<undefined>;
|
|
58
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
56
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
57
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
58
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
59
59
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
60
60
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
61
61
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
62
62
|
readonly id: v.NumberSchema<undefined>;
|
|
63
|
-
readonly __component: v.
|
|
63
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
64
64
|
}, undefined>, undefined>;
|
|
65
65
|
readonly creative_variant_options: v.ArraySchema<v.ObjectSchema<{
|
|
66
|
-
readonly label: v.StringSchema<undefined>;
|
|
67
|
-
readonly value: v.StringSchema<undefined>;
|
|
68
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
66
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
67
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
68
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
69
69
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
70
70
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
71
71
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
72
72
|
readonly id: v.NumberSchema<undefined>;
|
|
73
|
-
readonly __component: v.
|
|
73
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
74
74
|
}, undefined>, undefined>;
|
|
75
75
|
readonly id: v.NumberSchema<undefined>;
|
|
76
76
|
readonly documentId: v.StringSchema<undefined>;
|
|
@@ -3,74 +3,74 @@ import * as v from "valibot";
|
|
|
3
3
|
//#region src/entities/utm-meta/document.d.ts
|
|
4
4
|
declare const UtmMetaPageDocument: v.ObjectSchema<{
|
|
5
5
|
readonly source_options: v.ArraySchema<v.ObjectSchema<{
|
|
6
|
-
readonly label: v.StringSchema<undefined>;
|
|
7
|
-
readonly value: v.StringSchema<undefined>;
|
|
8
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
6
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
7
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
8
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
9
9
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
10
10
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
11
11
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
12
12
|
readonly id: v.NumberSchema<undefined>;
|
|
13
|
-
readonly __component: v.
|
|
13
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
14
14
|
}, undefined>, undefined>;
|
|
15
15
|
readonly medium_options: v.ArraySchema<v.ObjectSchema<{
|
|
16
|
-
readonly label: v.StringSchema<undefined>;
|
|
17
|
-
readonly value: v.StringSchema<undefined>;
|
|
18
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
16
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
17
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
18
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
19
19
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
20
20
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
21
21
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
22
22
|
readonly id: v.NumberSchema<undefined>;
|
|
23
|
-
readonly __component: v.
|
|
23
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
24
24
|
}, undefined>, undefined>;
|
|
25
25
|
readonly campaign_phase_options: v.ArraySchema<v.ObjectSchema<{
|
|
26
|
-
readonly label: v.StringSchema<undefined>;
|
|
27
|
-
readonly value: v.StringSchema<undefined>;
|
|
28
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
26
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
27
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
28
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
29
29
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
30
30
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
31
31
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
32
32
|
readonly id: v.NumberSchema<undefined>;
|
|
33
|
-
readonly __component: v.
|
|
33
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
34
34
|
}, undefined>, undefined>;
|
|
35
35
|
readonly campaign_targeting_options: v.ArraySchema<v.ObjectSchema<{
|
|
36
|
-
readonly label: v.StringSchema<undefined>;
|
|
37
|
-
readonly value: v.StringSchema<undefined>;
|
|
38
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
36
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
37
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
38
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
39
39
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
40
40
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
41
41
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
42
42
|
readonly id: v.NumberSchema<undefined>;
|
|
43
|
-
readonly __component: v.
|
|
43
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
44
44
|
}, undefined>, undefined>;
|
|
45
45
|
readonly content_pillar_options: v.ArraySchema<v.ObjectSchema<{
|
|
46
|
-
readonly label: v.StringSchema<undefined>;
|
|
47
|
-
readonly value: v.StringSchema<undefined>;
|
|
48
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
46
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
47
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
48
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
49
49
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
50
50
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
51
51
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
52
52
|
readonly id: v.NumberSchema<undefined>;
|
|
53
|
-
readonly __component: v.
|
|
53
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
54
54
|
}, undefined>, undefined>;
|
|
55
55
|
readonly creative_format_options: v.ArraySchema<v.ObjectSchema<{
|
|
56
|
-
readonly label: v.StringSchema<undefined>;
|
|
57
|
-
readonly value: v.StringSchema<undefined>;
|
|
58
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
56
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
57
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
58
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
59
59
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
60
60
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
61
61
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
62
62
|
readonly id: v.NumberSchema<undefined>;
|
|
63
|
-
readonly __component: v.
|
|
63
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
64
64
|
}, undefined>, undefined>;
|
|
65
65
|
readonly creative_variant_options: v.ArraySchema<v.ObjectSchema<{
|
|
66
|
-
readonly label: v.StringSchema<undefined>;
|
|
67
|
-
readonly value: v.StringSchema<undefined>;
|
|
68
|
-
readonly description: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
66
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
67
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
68
|
+
readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
69
69
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
70
70
|
readonly active_by_classification: v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>;
|
|
71
71
|
readonly active_by_source: v.ArraySchema<v.PicklistSchema<readonly ["all", "meta", "meta_facebook", "meta_instagram", "tiktok", "twitter", "linkedin", "pinterest", "google", "youtube", "bing", "sms", "email", "realtor", "zillow", "bdx_nhs", "yelp", "qr_code", "stackadapt", "newswire", "propellant", "mobile_app", "gcflytour", "referral"], undefined>, undefined>;
|
|
72
72
|
readonly id: v.NumberSchema<undefined>;
|
|
73
|
-
readonly __component: v.
|
|
73
|
+
readonly __component: v.LiteralSchema<"utm.utm-option", undefined>;
|
|
74
74
|
}, undefined>, undefined>;
|
|
75
75
|
readonly id: v.NumberSchema<undefined>;
|
|
76
76
|
readonly documentId: v.StringSchema<undefined>;
|
|
@@ -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-BmofmYTz.cjs");
|
|
3
3
|
exports.UtmTrackingLinkDocument = require_document.UtmTrackingLinkDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { P as UtmTrackingLinkDocument } from "../../document-
|
|
1
|
+
import { P as UtmTrackingLinkDocument } from "../../document-Be5Cilg0.cjs";
|
|
2
2
|
export { UtmTrackingLinkDocument };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { P as UtmTrackingLinkDocument } from "../../document-
|
|
1
|
+
import { P as UtmTrackingLinkDocument } from "../../document-CpbX0dkQ.mjs";
|
|
2
2
|
export { UtmTrackingLinkDocument };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { d as UtmTrackingLinkDocument } from "../../document-N-npHSnd.mjs";
|
|
2
2
|
export { UtmTrackingLinkDocument };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_limits = require("../../limits-Drbhufdn.cjs");
|
|
3
|
-
const require_string = require("../../string-
|
|
3
|
+
const require_string = require("../../string-D0Akoax2.cjs");
|
|
4
4
|
const require_regex = require("../../regex-CyP06YBM.cjs");
|
|
5
5
|
//#region src/entities/utm-tracking-link/fields.ts
|
|
6
6
|
const ValidUtmSource = require_string.VStringMinMaxRegex(1, require_limits.LIMIT_MAX_UTM_SOURCE, require_regex.REGEX_UTM_VALUE, require_regex.ERROR_MESSAGE_REGEX_UTM_VALUE);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as LIMIT_MAX_UTM_CONTENT, d as LIMIT_MAX_UTM_MEDIUM, f as LIMIT_MAX_UTM_SOURCE, l as LIMIT_MAX_UTM_CREATIVE_FORMAT, s as LIMIT_MAX_UTM_CAMPAIGN, u as LIMIT_MAX_UTM_ID } from "../../limits-Dlni_x0-.mjs";
|
|
2
|
-
import {
|
|
2
|
+
import { s as VStringMinMaxRegex } from "../../string-CuUsLDnS.mjs";
|
|
3
3
|
import { r as ERROR_MESSAGE_REGEX_UTM_VALUE, s as REGEX_UTM_VALUE } from "../../regex-B0yrJN5-.mjs";
|
|
4
4
|
//#region src/entities/utm-tracking-link/fields.ts
|
|
5
5
|
const ValidUtmSource = VStringMinMaxRegex(1, LIMIT_MAX_UTM_SOURCE, REGEX_UTM_VALUE, ERROR_MESSAGE_REGEX_UTM_VALUE);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_rolldown_runtime = require("../../rolldown-runtime-D6vf50IK.cjs");
|
|
3
|
-
const require_relationships = require("../../relationships-
|
|
3
|
+
const require_relationships = require("../../relationships-XH4bjmMz.cjs");
|
|
4
4
|
require("../../limits-Drbhufdn.cjs");
|
|
5
|
-
const require_string = require("../../string-
|
|
6
|
-
const require_utm = require("../../utm-
|
|
5
|
+
const require_string = require("../../string-D0Akoax2.cjs");
|
|
6
|
+
const require_utm = require("../../utm-7E_3kcTp.cjs");
|
|
7
7
|
const require_entities_utm_tracking_link_fields = require("./fields.cjs");
|
|
8
8
|
let valibot = require("valibot");
|
|
9
9
|
valibot = require_rolldown_runtime.__toESM(valibot, 1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { o as AssociateOneEntity } from "../../relationships-
|
|
1
|
+
import { o as AssociateOneEntity } from "../../relationships-B0scDCmk.mjs";
|
|
2
2
|
import "../../limits-Dlni_x0-.mjs";
|
|
3
|
-
import { c as
|
|
4
|
-
import { n as VStringUrlUtm, t as VStringUrlNoUtm } from "../../utm-
|
|
3
|
+
import { c as VStringShort, i as VStringLongNullable, l as VStringShortNullable, u as VStringShortToCSV } from "../../string-CuUsLDnS.mjs";
|
|
4
|
+
import { n as VStringUrlUtm, t as VStringUrlNoUtm } from "../../utm-BwtaQiKl.mjs";
|
|
5
5
|
import { ValidUtmCampaign, ValidUtmMedium, ValidUtmSource } from "./fields.mjs";
|
|
6
6
|
import * as v from "valibot";
|
|
7
7
|
//#region src/entities/utm-tracking-link/mutation.ts
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_rolldown_runtime = require("../../rolldown-runtime-D6vf50IK.cjs");
|
|
3
|
-
const require_identifier = require("../../identifier-
|
|
4
|
-
const require_string = require("../../string-
|
|
5
|
-
const require_boolean = require("../../boolean-
|
|
3
|
+
const require_identifier = require("../../identifier-CcAwSRW-.cjs");
|
|
4
|
+
const require_string = require("../../string-CjRuSj_m.cjs");
|
|
5
|
+
const require_boolean = require("../../boolean-Dw28WFxu.cjs");
|
|
6
6
|
const require_pagination = require("../../pagination-TBxisFBO.cjs");
|
|
7
7
|
const require_sort = require("../../sort-nf19gAxS.cjs");
|
|
8
8
|
const require_entities_client_query = require("../client/query.cjs");
|
|
9
|
-
const require_query = require("../../query-
|
|
9
|
+
const require_query = require("../../query-DqaFNN4b.cjs");
|
|
10
10
|
let valibot = require("valibot");
|
|
11
11
|
valibot = require_rolldown_runtime.__toESM(valibot, 1);
|
|
12
12
|
//#region src/entities/utm-tracking-link/query.ts
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { h as DateTimeFilter, i as IdFilter, t as DocumentIdFilter, w as createStrapiFilterSchema } from "../../identifier-
|
|
2
|
-
import { n as LongStringFilter, r as StringFilter } from "../../string-
|
|
3
|
-
import { t as BooleanFilter } from "../../boolean-
|
|
1
|
+
import { h as DateTimeFilter, i as IdFilter, t as DocumentIdFilter, w as createStrapiFilterSchema } from "../../identifier-DZSF9qmh.mjs";
|
|
2
|
+
import { n as LongStringFilter, r as StringFilter } from "../../string-D1JeM8yM.mjs";
|
|
3
|
+
import { t as BooleanFilter } from "../../boolean-BAG2qbdD.mjs";
|
|
4
4
|
import { n as VSize, t as VPage } from "../../pagination-CK-mJT5q.mjs";
|
|
5
5
|
import { t as QuerySortValues } from "../../sort-FYsWXlaD.mjs";
|
|
6
6
|
import { FilterStrapiClients } from "../client/query.mjs";
|
|
7
|
-
import { r as FilterStrapiUsers } from "../../query-
|
|
7
|
+
import { r as FilterStrapiUsers } from "../../query-Wj0PEQq8.mjs";
|
|
8
8
|
import * as v from "valibot";
|
|
9
9
|
//#region src/entities/utm-tracking-link/query.ts
|
|
10
10
|
const FilterStrapiUtmTrackingLinks = createStrapiFilterSchema({
|
|
@@ -8,7 +8,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
8
8
|
readonly section_id: v.StringSchema<undefined>;
|
|
9
9
|
readonly header_size: v.PicklistSchema<readonly ["h1", "h2", "h3", "h4", "h5", "h6"], undefined>;
|
|
10
10
|
readonly id: v.NumberSchema<undefined>;
|
|
11
|
-
readonly __component: v.
|
|
11
|
+
readonly __component: v.LiteralSchema<"blocks.section-title", undefined>;
|
|
12
12
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
13
13
|
readonly image: v.OptionalSchema<v.LazySchema<v.ObjectSchema<{
|
|
14
14
|
readonly name: v.StringSchema<undefined>;
|
|
@@ -82,7 +82,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
82
82
|
}, undefined>>, undefined>;
|
|
83
83
|
readonly container: v.PicklistSchema<readonly ["fullscreen", "wide", "standard"], undefined>;
|
|
84
84
|
readonly id: v.NumberSchema<undefined>;
|
|
85
|
-
readonly __component: v.
|
|
85
|
+
readonly __component: v.LiteralSchema<"blocks.graphic-image", undefined>;
|
|
86
86
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
87
87
|
readonly title: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
88
88
|
readonly content: v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
@@ -97,7 +97,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
97
97
|
}, undefined>, undefined>;
|
|
98
98
|
}, undefined>, undefined>, undefined>;
|
|
99
99
|
readonly id: v.NumberSchema<undefined>;
|
|
100
|
-
readonly __component: v.
|
|
100
|
+
readonly __component: v.LiteralSchema<"blocks.pull-quote", undefined>;
|
|
101
101
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
102
102
|
readonly video_source: v.PicklistSchema<readonly ["youtube", "upload"], undefined>;
|
|
103
103
|
readonly video_id: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -172,7 +172,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
172
172
|
updatedAt: string;
|
|
173
173
|
} | null | undefined>;
|
|
174
174
|
readonly id: v.NumberSchema<undefined>;
|
|
175
|
-
readonly __component: v.
|
|
175
|
+
readonly __component: v.LiteralSchema<"blocks.video", undefined>;
|
|
176
176
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
177
177
|
readonly title: v.StringSchema<undefined>;
|
|
178
178
|
readonly theme: v.PicklistSchema<readonly ["default", "secondary", "destructive", "outline", "ghost", "link"], undefined>;
|
|
@@ -192,7 +192,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
192
192
|
readonly id: v.NumberSchema<undefined>;
|
|
193
193
|
}, undefined>, undefined>, undefined>;
|
|
194
194
|
readonly id: v.NumberSchema<undefined>;
|
|
195
|
-
readonly __component: v.
|
|
195
|
+
readonly __component: v.LiteralSchema<"blocks.faq", undefined>;
|
|
196
196
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
197
197
|
readonly link_type: v.NullableSchema<v.PicklistSchema<readonly ["email", "phone", "social", "link"], undefined>, undefined>;
|
|
198
198
|
readonly label: v.StringSchema<undefined>;
|
|
@@ -202,7 +202,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
202
202
|
readonly icon_position: v.PicklistSchema<readonly ["before", "after", "above", "below"], undefined>;
|
|
203
203
|
readonly full_width: v.BooleanSchema<undefined>;
|
|
204
204
|
readonly id: v.NumberSchema<undefined>;
|
|
205
|
-
readonly __component: v.
|
|
205
|
+
readonly __component: v.LiteralSchema<"blocks.contact", undefined>;
|
|
206
206
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
207
207
|
readonly direction: v.PicklistSchema<readonly ["horizontal", "vertical"], undefined>;
|
|
208
208
|
readonly gap: v.PicklistSchema<readonly ["none", "small", "medium", "large"], undefined>;
|
|
@@ -221,8 +221,9 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
221
221
|
readonly id: v.NumberSchema<undefined>;
|
|
222
222
|
}, undefined>, undefined>;
|
|
223
223
|
readonly id: v.NumberSchema<undefined>;
|
|
224
|
-
readonly __component: v.
|
|
224
|
+
readonly __component: v.LiteralSchema<"blocks.button-group", undefined>;
|
|
225
225
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
226
|
+
readonly __component: v.LiteralSchema<"blocks.fullscreen-content", undefined>;
|
|
226
227
|
readonly fullscreen_type: v.PicklistSchema<readonly ["zoomable-image", "video", "html", "website"], undefined>;
|
|
227
228
|
readonly fullscreen_img: v.GenericSchema<{
|
|
228
229
|
name: string;
|
|
@@ -372,7 +373,6 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
372
373
|
readonly id: v.NumberSchema<undefined>;
|
|
373
374
|
}, undefined>, undefined>, undefined>;
|
|
374
375
|
readonly id: v.NumberSchema<undefined>;
|
|
375
|
-
readonly __component: v.StringSchema<undefined>;
|
|
376
376
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
377
377
|
readonly form_id: v.PicklistSchema<readonly ["ss-newsletter", "ss-sign-up-to-download", "strapi-leads", "strapi-resumes"], undefined>;
|
|
378
378
|
readonly form_download: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
@@ -452,7 +452,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
452
452
|
readonly id: v.NumberSchema<undefined>;
|
|
453
453
|
}, undefined>, undefined>, undefined>;
|
|
454
454
|
readonly id: v.NumberSchema<undefined>;
|
|
455
|
-
readonly __component: v.
|
|
455
|
+
readonly __component: v.LiteralSchema<"forms.form-select", undefined>;
|
|
456
456
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
457
457
|
readonly settings: v.OptionalSchema<v.ObjectSchema<{
|
|
458
458
|
readonly loop: v.BooleanSchema<undefined>;
|
|
@@ -616,12 +616,12 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
616
616
|
updatedAt: string;
|
|
617
617
|
} | null | undefined>;
|
|
618
618
|
readonly id: v.NumberSchema<undefined>;
|
|
619
|
-
readonly __component: v.
|
|
619
|
+
readonly __component: v.LiteralSchema<"blocks.video", undefined>;
|
|
620
620
|
}, undefined>, undefined>, undefined>;
|
|
621
621
|
readonly id: v.NumberSchema<undefined>;
|
|
622
622
|
}, undefined>, undefined>, undefined>;
|
|
623
623
|
readonly id: v.NumberSchema<undefined>;
|
|
624
|
-
readonly __component: v.
|
|
624
|
+
readonly __component: v.LiteralSchema<"slideshow.slideshow", undefined>;
|
|
625
625
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
626
626
|
readonly content: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
627
627
|
readonly type: v.StringSchema<undefined>;
|
|
@@ -635,7 +635,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
635
635
|
}, undefined>, undefined>;
|
|
636
636
|
}, undefined>, undefined>, undefined>, undefined>;
|
|
637
637
|
readonly id: v.NumberSchema<undefined>;
|
|
638
|
-
readonly __component: v.
|
|
638
|
+
readonly __component: v.LiteralSchema<"shared.rich-text-block", undefined>;
|
|
639
639
|
}, undefined>>], undefined>;
|
|
640
640
|
type BlogPostBlock = v.InferOutput<typeof BlogPostBlock>;
|
|
641
641
|
//#endregion
|
|
@@ -8,7 +8,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
8
8
|
readonly section_id: v.StringSchema<undefined>;
|
|
9
9
|
readonly header_size: v.PicklistSchema<readonly ["h1", "h2", "h3", "h4", "h5", "h6"], undefined>;
|
|
10
10
|
readonly id: v.NumberSchema<undefined>;
|
|
11
|
-
readonly __component: v.
|
|
11
|
+
readonly __component: v.LiteralSchema<"blocks.section-title", undefined>;
|
|
12
12
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
13
13
|
readonly image: v.OptionalSchema<v.LazySchema<v.ObjectSchema<{
|
|
14
14
|
readonly name: v.StringSchema<undefined>;
|
|
@@ -82,7 +82,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
82
82
|
}, undefined>>, undefined>;
|
|
83
83
|
readonly container: v.PicklistSchema<readonly ["fullscreen", "wide", "standard"], undefined>;
|
|
84
84
|
readonly id: v.NumberSchema<undefined>;
|
|
85
|
-
readonly __component: v.
|
|
85
|
+
readonly __component: v.LiteralSchema<"blocks.graphic-image", undefined>;
|
|
86
86
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
87
87
|
readonly title: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
88
88
|
readonly content: v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
@@ -97,7 +97,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
97
97
|
}, undefined>, undefined>;
|
|
98
98
|
}, undefined>, undefined>, undefined>;
|
|
99
99
|
readonly id: v.NumberSchema<undefined>;
|
|
100
|
-
readonly __component: v.
|
|
100
|
+
readonly __component: v.LiteralSchema<"blocks.pull-quote", undefined>;
|
|
101
101
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
102
102
|
readonly video_source: v.PicklistSchema<readonly ["youtube", "upload"], undefined>;
|
|
103
103
|
readonly video_id: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -172,7 +172,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
172
172
|
updatedAt: string;
|
|
173
173
|
} | null | undefined>;
|
|
174
174
|
readonly id: v.NumberSchema<undefined>;
|
|
175
|
-
readonly __component: v.
|
|
175
|
+
readonly __component: v.LiteralSchema<"blocks.video", undefined>;
|
|
176
176
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
177
177
|
readonly title: v.StringSchema<undefined>;
|
|
178
178
|
readonly theme: v.PicklistSchema<readonly ["default", "secondary", "destructive", "outline", "ghost", "link"], undefined>;
|
|
@@ -192,7 +192,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
192
192
|
readonly id: v.NumberSchema<undefined>;
|
|
193
193
|
}, undefined>, undefined>, undefined>;
|
|
194
194
|
readonly id: v.NumberSchema<undefined>;
|
|
195
|
-
readonly __component: v.
|
|
195
|
+
readonly __component: v.LiteralSchema<"blocks.faq", undefined>;
|
|
196
196
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
197
197
|
readonly link_type: v.NullableSchema<v.PicklistSchema<readonly ["email", "phone", "social", "link"], undefined>, undefined>;
|
|
198
198
|
readonly label: v.StringSchema<undefined>;
|
|
@@ -202,7 +202,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
202
202
|
readonly icon_position: v.PicklistSchema<readonly ["before", "after", "above", "below"], undefined>;
|
|
203
203
|
readonly full_width: v.BooleanSchema<undefined>;
|
|
204
204
|
readonly id: v.NumberSchema<undefined>;
|
|
205
|
-
readonly __component: v.
|
|
205
|
+
readonly __component: v.LiteralSchema<"blocks.contact", undefined>;
|
|
206
206
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
207
207
|
readonly direction: v.PicklistSchema<readonly ["horizontal", "vertical"], undefined>;
|
|
208
208
|
readonly gap: v.PicklistSchema<readonly ["none", "small", "medium", "large"], undefined>;
|
|
@@ -221,8 +221,9 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
221
221
|
readonly id: v.NumberSchema<undefined>;
|
|
222
222
|
}, undefined>, undefined>;
|
|
223
223
|
readonly id: v.NumberSchema<undefined>;
|
|
224
|
-
readonly __component: v.
|
|
224
|
+
readonly __component: v.LiteralSchema<"blocks.button-group", undefined>;
|
|
225
225
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
226
|
+
readonly __component: v.LiteralSchema<"blocks.fullscreen-content", undefined>;
|
|
226
227
|
readonly fullscreen_type: v.PicklistSchema<readonly ["zoomable-image", "video", "html", "website"], undefined>;
|
|
227
228
|
readonly fullscreen_img: v.GenericSchema<{
|
|
228
229
|
name: string;
|
|
@@ -372,7 +373,6 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
372
373
|
readonly id: v.NumberSchema<undefined>;
|
|
373
374
|
}, undefined>, undefined>, undefined>;
|
|
374
375
|
readonly id: v.NumberSchema<undefined>;
|
|
375
|
-
readonly __component: v.StringSchema<undefined>;
|
|
376
376
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
377
377
|
readonly form_id: v.PicklistSchema<readonly ["ss-newsletter", "ss-sign-up-to-download", "strapi-leads", "strapi-resumes"], undefined>;
|
|
378
378
|
readonly form_download: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
@@ -452,7 +452,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
452
452
|
readonly id: v.NumberSchema<undefined>;
|
|
453
453
|
}, undefined>, undefined>, undefined>;
|
|
454
454
|
readonly id: v.NumberSchema<undefined>;
|
|
455
|
-
readonly __component: v.
|
|
455
|
+
readonly __component: v.LiteralSchema<"forms.form-select", undefined>;
|
|
456
456
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
457
457
|
readonly settings: v.OptionalSchema<v.ObjectSchema<{
|
|
458
458
|
readonly loop: v.BooleanSchema<undefined>;
|
|
@@ -616,12 +616,12 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
616
616
|
updatedAt: string;
|
|
617
617
|
} | null | undefined>;
|
|
618
618
|
readonly id: v.NumberSchema<undefined>;
|
|
619
|
-
readonly __component: v.
|
|
619
|
+
readonly __component: v.LiteralSchema<"blocks.video", undefined>;
|
|
620
620
|
}, undefined>, undefined>, undefined>;
|
|
621
621
|
readonly id: v.NumberSchema<undefined>;
|
|
622
622
|
}, undefined>, undefined>, undefined>;
|
|
623
623
|
readonly id: v.NumberSchema<undefined>;
|
|
624
|
-
readonly __component: v.
|
|
624
|
+
readonly __component: v.LiteralSchema<"slideshow.slideshow", undefined>;
|
|
625
625
|
}, undefined>>, v.LazySchema<v.ObjectSchema<{
|
|
626
626
|
readonly content: v.OptionalSchema<v.NullableSchema<v.ArraySchema<v.ObjectSchema<{
|
|
627
627
|
readonly type: v.StringSchema<undefined>;
|
|
@@ -635,7 +635,7 @@ declare const BlogPostBlock: v.UnionSchema<[v.LazySchema<v.ObjectSchema<{
|
|
|
635
635
|
}, undefined>, undefined>;
|
|
636
636
|
}, undefined>, undefined>, undefined>, undefined>;
|
|
637
637
|
readonly id: v.NumberSchema<undefined>;
|
|
638
|
-
readonly __component: v.
|
|
638
|
+
readonly __component: v.LiteralSchema<"shared.rich-text-block", undefined>;
|
|
639
639
|
}, undefined>>], undefined>;
|
|
640
640
|
type BlogPostBlock = v.InferOutput<typeof BlogPostBlock>;
|
|
641
641
|
//#endregion
|
package/dist/filters/index.cjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_rolldown_runtime = require("../rolldown-runtime-D6vf50IK.cjs");
|
|
3
|
-
const require_identifier = require("../identifier-
|
|
4
|
-
const require_string = require("../string-
|
|
5
|
-
const require_boolean = require("../boolean-
|
|
6
|
-
const require_picklist = require("../picklist-
|
|
3
|
+
const require_identifier = require("../identifier-CcAwSRW-.cjs");
|
|
4
|
+
const require_string = require("../string-CjRuSj_m.cjs");
|
|
5
|
+
const require_boolean = require("../boolean-Dw28WFxu.cjs");
|
|
6
|
+
const require_picklist = require("../picklist-BcQQdR4P.cjs");
|
|
7
7
|
let valibot = require("valibot");
|
|
8
8
|
valibot = require_rolldown_runtime.__toESM(valibot, 1);
|
|
9
9
|
//#region src/filters/primitives/filter-metadata.ts
|
package/dist/filters/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as createStrapiCaseInsensitiveEqualityOperatorEntries, C as DEFAULT_STRAPI_FILTER_MAX_DEPTH, D as createStrapiOperatorSchema, E as createStrapiFieldOperatorSchema, M as createStrapiEqualityOperatorEntries, N as createStrapiOrderedComparisonOperatorEntries, O as createStrapiFilterObject, S as createStrapiMembershipOperatorEntries, T as createStrapiLogicalFilterEntries, _ as TimeFilter, a as IdFilterValue, b as createStrapiArrayMembershipOperatorEntries, c as IntegerFilter, d as NumberFilter, f as NumberFilterValue, g as DateTimeFilterValue, h as DateTimeFilter, i as IdFilter, j as createStrapiComparisonOperatorEntries, k as createStrapiStrictFilterObject, l as IntegerFilterValue, m as DateFilterValue, n as DocumentIdFilterValue, o as SlugFilter, p as DateFilter, r as EmailFilter, s as UrlFilter, t as DocumentIdFilter, u as NUMBER_STRING_PATTERN, v as TimeFilterValue, w as createStrapiFilterSchema, x as createStrapiBetweenOperatorEntries, y as StrapiNullOperatorEntries } from "../identifier-
|
|
2
|
-
import { a as createStrapiStringMatchingOperatorEntries, i as createStrapiJsonStringMatchingOperatorEntries, n as LongStringFilter, r as StringFilter, t as JsonStringFilter } from "../string-
|
|
3
|
-
import { n as BooleanFilterValue, t as BooleanFilter } from "../boolean-
|
|
4
|
-
import { n as createPicklistFilter, t as createPicklistArrayFilter } from "../picklist-
|
|
1
|
+
import { A as createStrapiCaseInsensitiveEqualityOperatorEntries, C as DEFAULT_STRAPI_FILTER_MAX_DEPTH, D as createStrapiOperatorSchema, E as createStrapiFieldOperatorSchema, M as createStrapiEqualityOperatorEntries, N as createStrapiOrderedComparisonOperatorEntries, O as createStrapiFilterObject, S as createStrapiMembershipOperatorEntries, T as createStrapiLogicalFilterEntries, _ as TimeFilter, a as IdFilterValue, b as createStrapiArrayMembershipOperatorEntries, c as IntegerFilter, d as NumberFilter, f as NumberFilterValue, g as DateTimeFilterValue, h as DateTimeFilter, i as IdFilter, j as createStrapiComparisonOperatorEntries, k as createStrapiStrictFilterObject, l as IntegerFilterValue, m as DateFilterValue, n as DocumentIdFilterValue, o as SlugFilter, p as DateFilter, r as EmailFilter, s as UrlFilter, t as DocumentIdFilter, u as NUMBER_STRING_PATTERN, v as TimeFilterValue, w as createStrapiFilterSchema, x as createStrapiBetweenOperatorEntries, y as StrapiNullOperatorEntries } from "../identifier-DZSF9qmh.mjs";
|
|
2
|
+
import { a as createStrapiStringMatchingOperatorEntries, i as createStrapiJsonStringMatchingOperatorEntries, n as LongStringFilter, r as StringFilter, t as JsonStringFilter } from "../string-D1JeM8yM.mjs";
|
|
3
|
+
import { n as BooleanFilterValue, t as BooleanFilter } from "../boolean-BAG2qbdD.mjs";
|
|
4
|
+
import { n as createPicklistFilter, t as createPicklistArrayFilter } from "../picklist-DnB-_6BK.mjs";
|
|
5
5
|
import * as v from "valibot";
|
|
6
6
|
//#region src/filters/primitives/filter-metadata.ts
|
|
7
7
|
const STRAPI_FILTER_OPERATORS = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_rolldown_runtime = require("./rolldown-runtime-D6vf50IK.cjs");
|
|
2
|
-
const require_relationships = require("./relationships-
|
|
2
|
+
const require_relationships = require("./relationships-XH4bjmMz.cjs");
|
|
3
3
|
const require_email = require("./email-GoLKLUPz.cjs");
|
|
4
4
|
const require_slug = require("./slug-BTlSAIIw.cjs");
|
|
5
5
|
const require_urls = require("./urls-D0hAW5nn.cjs");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as AssociateOneEntity } from "./relationships-
|
|
1
|
+
import { o as AssociateOneEntity } from "./relationships-B0scDCmk.mjs";
|
|
2
2
|
import { t as VStringEmail } from "./email-FSLftR8P.mjs";
|
|
3
3
|
import { t as VStringSlug } from "./slug-By9EotXj.mjs";
|
|
4
4
|
import { t as VStringUrl } from "./urls-BP0rQmE5.mjs";
|