@getcommunity/gc-validators 0.0.271-alpha.27 → 0.0.271-alpha.29
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.d.cts +3 -1
- package/dist/base/index.d.mts +5 -3
- package/dist/base/index.mjs +2 -2
- package/dist/components/blocks/index.d.cts +1 -1
- package/dist/components/brand/index.d.cts +1 -1
- package/dist/components/shared/index.d.cts +1 -1
- package/dist/components/shared/index.d.mts +1 -1
- package/dist/components/utm/index.d.cts +1 -1
- package/dist/constants/index.d.cts +2 -2
- package/dist/constants/index.d.mts +2 -2
- package/dist/{document-DwkycUz9.cjs → document-B-vL7OEu.cjs} +28 -334
- package/dist/document-B4XXhINT.d.mts +3653 -0
- package/dist/document-BaRvba1n.mjs +67 -0
- package/dist/document-BtdeKgES.d.cts +55 -0
- package/dist/document-CHBScA2R.d.cts +3653 -0
- package/dist/document-CbRiGZIl.d.mts +55 -0
- package/dist/{document-BWso8VC7.mjs → document-CtZJmuhD.mjs} +24 -186
- package/dist/document-DAnLwUum.d.mts +248 -0
- package/dist/document-DZUDtwkX.cjs +92 -0
- package/dist/{document-3h6g5Qqr.d.cts → document-DeHWmViz.d.cts} +1 -1
- package/dist/document-Dk5LcN6P.d.cts +248 -0
- package/dist/{document-DqE9ISOk.d.mts → document-e9e67Lic.d.mts} +2 -2
- package/dist/entities/audit-log/constants.cjs +35 -0
- package/dist/entities/audit-log/constants.d.cts +6 -0
- package/dist/entities/audit-log/constants.d.mts +6 -0
- package/dist/entities/audit-log/constants.mjs +32 -0
- package/dist/entities/audit-log/document.cjs +13 -0
- package/dist/entities/audit-log/document.d.cts +32 -0
- package/dist/entities/audit-log/document.d.mts +32 -0
- package/dist/entities/audit-log/document.mjs +10 -0
- package/dist/entities/audit-log/fields.cjs +12 -0
- package/dist/entities/audit-log/fields.d.cts +10 -0
- package/dist/entities/audit-log/fields.d.mts +10 -0
- package/dist/entities/audit-log/fields.mjs +8 -0
- package/dist/entities/audit-log/{index.cjs → mutation.cjs} +3 -75
- package/dist/entities/audit-log/{index.d.cts → mutation.d.cts} +1 -64
- package/dist/entities/audit-log/{index.d.mts → mutation.d.mts} +2 -65
- package/dist/entities/audit-log/{index.mjs → mutation.mjs} +2 -67
- package/dist/entities/audit-log/query.cjs +32 -0
- package/dist/entities/audit-log/query.d.cts +27 -0
- package/dist/entities/audit-log/query.d.mts +27 -0
- package/dist/entities/audit-log/query.mjs +29 -0
- package/dist/entities/blog-page/{index.d.cts → document.d.cts} +1 -1
- package/dist/entities/blog-page/{index.d.mts → document.d.mts} +1 -1
- package/dist/entities/blog-post/constants.cjs +21 -0
- package/dist/entities/blog-post/constants.d.cts +7 -0
- package/dist/entities/blog-post/constants.d.mts +7 -0
- package/dist/entities/blog-post/constants.mjs +17 -0
- package/dist/entities/blog-post/document.cjs +3 -0
- package/dist/entities/blog-post/document.d.cts +2 -0
- package/dist/entities/blog-post/document.d.mts +2 -0
- package/dist/entities/blog-post/document.mjs +2 -0
- package/dist/entities/blog-post/fields.cjs +30 -0
- package/dist/entities/blog-post/fields.d.cts +2 -0
- package/dist/entities/blog-post/fields.d.mts +2 -0
- package/dist/entities/blog-post/fields.mjs +25 -0
- package/dist/entities/blog-post/{index.cjs → query.cjs} +4 -11
- package/dist/entities/blog-post/query.d.cts +22 -0
- package/dist/entities/blog-post/query.d.mts +22 -0
- package/dist/entities/blog-post/{index.mjs → query.mjs} +5 -4
- package/dist/entities/careers-page/{index.d.cts → document.d.cts} +1 -1
- package/dist/entities/careers-page/{index.d.mts → document.d.mts} +1 -1
- package/dist/entities/category/constants.cjs +15 -0
- package/dist/entities/category/constants.d.cts +6 -0
- package/dist/entities/category/constants.d.mts +6 -0
- package/dist/entities/category/constants.mjs +12 -0
- package/dist/entities/category/document.cjs +3 -0
- package/dist/entities/category/document.d.cts +2 -0
- package/dist/entities/category/document.d.mts +2 -0
- package/dist/entities/category/document.mjs +2 -0
- package/dist/entities/category/fields.cjs +7 -0
- package/dist/entities/category/fields.d.cts +8 -0
- package/dist/entities/category/fields.d.mts +8 -0
- package/dist/entities/category/fields.mjs +6 -0
- package/dist/entities/category/mutation.cjs +24 -0
- package/dist/entities/category/{index.d.mts → mutation.d.cts} +1 -22
- package/dist/entities/category/{index.d.cts → mutation.d.mts} +1 -22
- package/dist/entities/category/mutation.mjs +19 -0
- package/dist/entities/category/query.cjs +18 -0
- package/dist/entities/category/query.d.cts +14 -0
- package/dist/entities/category/query.d.mts +14 -0
- package/dist/entities/category/query.mjs +15 -0
- package/dist/entities/client/constants.cjs +25 -0
- package/dist/entities/client/constants.d.cts +7 -0
- package/dist/entities/client/constants.d.mts +7 -0
- package/dist/entities/client/constants.mjs +21 -0
- package/dist/entities/client/document.cjs +3 -0
- package/dist/entities/client/document.d.cts +2 -0
- package/dist/entities/client/document.d.mts +2 -0
- package/dist/entities/client/document.mjs +2 -0
- package/dist/entities/client/fields.cjs +12 -0
- package/dist/entities/client/fields.d.cts +9 -0
- package/dist/entities/client/fields.d.mts +9 -0
- package/dist/entities/client/fields.mjs +8 -0
- package/dist/entities/client/mutation.cjs +44 -0
- package/dist/entities/client/mutation.d.cts +53 -0
- package/dist/entities/client/mutation.d.mts +53 -0
- package/dist/entities/client/mutation.mjs +39 -0
- package/dist/entities/client/query.cjs +28 -0
- package/dist/entities/client/query.d.cts +24 -0
- package/dist/entities/client/query.d.mts +24 -0
- package/dist/entities/client/query.mjs +25 -0
- package/dist/entities/client-content-pillar/constants.cjs +16 -0
- package/dist/entities/client-content-pillar/constants.d.cts +6 -0
- package/dist/entities/client-content-pillar/constants.d.mts +6 -0
- package/dist/entities/client-content-pillar/constants.mjs +13 -0
- package/dist/entities/client-content-pillar/document.cjs +3 -0
- package/dist/entities/client-content-pillar/document.d.cts +2 -0
- package/dist/entities/client-content-pillar/document.d.mts +2 -0
- package/dist/entities/client-content-pillar/document.mjs +2 -0
- package/dist/entities/client-content-pillar/fields.cjs +7 -0
- package/dist/entities/client-content-pillar/fields.d.cts +8 -0
- package/dist/entities/client-content-pillar/fields.d.mts +8 -0
- package/dist/entities/client-content-pillar/fields.mjs +6 -0
- package/dist/entities/client-content-pillar/mutation.cjs +24 -0
- package/dist/entities/client-content-pillar/mutation.d.cts +26 -0
- package/dist/entities/client-content-pillar/mutation.d.mts +26 -0
- package/dist/entities/client-content-pillar/mutation.mjs +19 -0
- package/dist/entities/client-content-pillar/query.cjs +22 -0
- package/dist/entities/client-content-pillar/query.d.cts +17 -0
- package/dist/entities/client-content-pillar/query.d.mts +17 -0
- package/dist/entities/client-content-pillar/query.mjs +19 -0
- package/dist/entities/client-media-platform/constants.cjs +20 -0
- package/dist/entities/client-media-platform/constants.d.cts +6 -0
- package/dist/entities/client-media-platform/constants.d.mts +6 -0
- package/dist/entities/client-media-platform/constants.mjs +17 -0
- package/dist/entities/client-media-platform/document.cjs +3 -0
- package/dist/entities/client-media-platform/document.d.cts +2 -0
- package/dist/entities/client-media-platform/document.d.mts +2 -0
- package/dist/entities/client-media-platform/document.mjs +2 -0
- package/dist/entities/client-media-platform/fields.cjs +7 -0
- package/dist/entities/client-media-platform/fields.d.cts +8 -0
- package/dist/entities/client-media-platform/fields.d.mts +8 -0
- package/dist/entities/client-media-platform/fields.mjs +6 -0
- package/dist/entities/client-media-platform/mutation.cjs +28 -0
- package/dist/entities/client-media-platform/mutation.d.cts +29 -0
- package/dist/entities/client-media-platform/mutation.d.mts +29 -0
- package/dist/entities/client-media-platform/mutation.mjs +23 -0
- package/dist/entities/client-media-platform/query.cjs +24 -0
- package/dist/entities/client-media-platform/query.d.cts +18 -0
- package/dist/entities/client-media-platform/query.d.mts +18 -0
- package/dist/entities/client-media-platform/query.mjs +21 -0
- package/dist/entities/client-project/constants.cjs +85 -0
- package/dist/entities/client-project/constants.d.cts +37 -0
- package/dist/entities/client-project/constants.d.mts +37 -0
- package/dist/entities/client-project/constants.mjs +79 -0
- package/dist/entities/client-project/document.cjs +3 -0
- package/dist/entities/client-project/document.d.cts +2 -0
- package/dist/entities/client-project/document.d.mts +2 -0
- package/dist/entities/client-project/document.mjs +2 -0
- package/dist/entities/client-project/fields.cjs +14 -0
- package/dist/entities/client-project/fields.d.cts +2 -0
- package/dist/entities/client-project/fields.d.mts +2 -0
- package/dist/entities/client-project/fields.mjs +9 -0
- package/dist/entities/client-project/{index.cjs → mutation.cjs} +6 -42
- package/dist/entities/client-project/mutation.d.cts +76 -0
- package/dist/entities/client-project/mutation.d.mts +76 -0
- package/dist/entities/client-project/{index.mjs → mutation.mjs} +5 -30
- package/dist/entities/client-project/query.cjs +39 -0
- package/dist/entities/client-project/query.d.cts +30 -0
- package/dist/entities/client-project/query.d.mts +30 -0
- package/dist/entities/client-project/query.mjs +36 -0
- package/dist/entities/client-report/constants.cjs +17 -0
- package/dist/entities/client-report/constants.d.cts +6 -0
- package/dist/entities/client-report/constants.d.mts +6 -0
- package/dist/entities/client-report/constants.mjs +14 -0
- package/dist/entities/client-report/document.cjs +3 -0
- package/dist/entities/client-report/document.d.cts +2 -0
- package/dist/entities/client-report/document.d.mts +2 -0
- package/dist/entities/client-report/document.mjs +2 -0
- package/dist/entities/client-report/fields.cjs +7 -0
- package/dist/entities/client-report/fields.d.cts +8 -0
- package/dist/entities/client-report/fields.d.mts +8 -0
- package/dist/entities/client-report/fields.mjs +6 -0
- package/dist/entities/client-report/{index.cjs → mutation.cjs} +0 -39
- package/dist/entities/client-report/mutation.d.cts +38 -0
- package/dist/entities/client-report/mutation.d.mts +38 -0
- package/dist/entities/client-report/mutation.mjs +29 -0
- package/dist/entities/client-report/query.cjs +24 -0
- package/dist/entities/client-report/query.d.cts +19 -0
- package/dist/entities/client-report/query.d.mts +19 -0
- package/dist/entities/client-report/query.mjs +21 -0
- package/dist/entities/client-styleguide/constants.cjs +14 -0
- package/dist/entities/client-styleguide/constants.d.cts +6 -0
- package/dist/entities/client-styleguide/constants.d.mts +6 -0
- package/dist/entities/client-styleguide/constants.mjs +11 -0
- package/dist/entities/client-styleguide/document.cjs +3 -0
- package/dist/entities/client-styleguide/document.d.cts +2 -0
- package/dist/entities/client-styleguide/document.d.mts +2 -0
- package/dist/entities/client-styleguide/document.mjs +2 -0
- package/dist/entities/client-styleguide/fields.cjs +7 -0
- package/dist/entities/client-styleguide/fields.d.cts +8 -0
- package/dist/entities/client-styleguide/fields.d.mts +8 -0
- package/dist/entities/client-styleguide/fields.mjs +6 -0
- package/dist/entities/client-styleguide/mutation.cjs +25 -0
- package/dist/entities/client-styleguide/mutation.d.cts +26 -0
- package/dist/entities/client-styleguide/mutation.d.mts +26 -0
- package/dist/entities/client-styleguide/mutation.mjs +20 -0
- package/dist/entities/client-styleguide/query.cjs +21 -0
- package/dist/entities/client-styleguide/query.d.cts +16 -0
- package/dist/entities/client-styleguide/query.d.mts +16 -0
- package/dist/entities/client-styleguide/query.mjs +18 -0
- package/dist/entities/client-user/constants.cjs +24 -0
- package/dist/entities/client-user/constants.d.cts +6 -0
- package/dist/entities/client-user/constants.d.mts +6 -0
- package/dist/entities/client-user/constants.mjs +21 -0
- package/dist/entities/client-user/document.cjs +4 -0
- package/dist/entities/client-user/document.d.cts +2 -0
- package/dist/entities/client-user/document.d.mts +2 -0
- package/dist/entities/client-user/document.mjs +2 -0
- package/dist/entities/client-user/fields.cjs +13 -0
- package/dist/entities/client-user/fields.d.cts +2 -0
- package/dist/entities/client-user/fields.d.mts +2 -0
- package/dist/entities/client-user/fields.mjs +9 -0
- package/dist/entities/client-user/{index.cjs → mutation.cjs} +3 -19
- package/dist/entities/client-user/mutation.d.cts +28 -0
- package/dist/entities/client-user/mutation.d.mts +28 -0
- package/dist/entities/client-user/mutation.mjs +20 -0
- package/dist/entities/client-user/query.cjs +15 -0
- package/dist/entities/client-user/query.d.cts +11 -0
- package/dist/entities/client-user/query.d.mts +11 -0
- package/dist/entities/client-user/query.mjs +12 -0
- package/dist/entities/comment/constants.cjs +29 -0
- package/dist/entities/comment/constants.d.cts +16 -0
- package/dist/entities/comment/constants.d.mts +16 -0
- package/dist/entities/comment/constants.mjs +24 -0
- package/dist/entities/comment/document.cjs +38 -0
- package/dist/entities/comment/document.d.cts +2 -0
- package/dist/entities/comment/document.d.mts +2 -0
- package/dist/entities/comment/document.mjs +32 -0
- package/dist/entities/comment/fields.cjs +14 -0
- package/dist/entities/comment/fields.d.cts +2 -0
- package/dist/entities/comment/fields.d.mts +2 -0
- package/dist/entities/comment/fields.mjs +9 -0
- package/dist/entities/comment/mutation.cjs +39 -0
- package/dist/entities/comment/mutation.d.cts +39 -0
- package/dist/entities/comment/mutation.d.mts +39 -0
- package/dist/entities/comment/mutation.mjs +33 -0
- package/dist/entities/comment/query.cjs +39 -0
- package/dist/entities/comment/query.d.cts +91 -0
- package/dist/entities/comment/query.d.mts +91 -0
- package/dist/entities/comment/query.mjs +34 -0
- package/dist/entities/content-pillar/constants.cjs +15 -0
- package/dist/entities/content-pillar/constants.d.cts +6 -0
- package/dist/entities/content-pillar/constants.d.mts +6 -0
- package/dist/entities/content-pillar/constants.mjs +12 -0
- package/dist/entities/content-pillar/document.cjs +3 -0
- package/dist/entities/content-pillar/document.d.cts +2 -0
- package/dist/entities/content-pillar/document.d.mts +2 -0
- package/dist/entities/content-pillar/document.mjs +2 -0
- package/dist/entities/content-pillar/fields.cjs +7 -0
- package/dist/entities/content-pillar/fields.d.cts +8 -0
- package/dist/entities/content-pillar/fields.d.mts +8 -0
- package/dist/entities/content-pillar/fields.mjs +6 -0
- package/dist/entities/content-pillar/mutation.cjs +28 -0
- package/dist/entities/content-pillar/mutation.d.cts +29 -0
- package/dist/entities/content-pillar/mutation.d.mts +29 -0
- package/dist/entities/content-pillar/mutation.mjs +23 -0
- package/dist/entities/content-pillar/query.cjs +19 -0
- package/dist/entities/content-pillar/query.d.cts +15 -0
- package/dist/entities/content-pillar/query.d.mts +15 -0
- package/dist/entities/content-pillar/query.mjs +16 -0
- package/dist/entities/faq-page/{index.d.cts → document.d.cts} +2 -2
- package/dist/entities/faq-page/{index.d.mts → document.d.mts} +2 -2
- package/dist/entities/formatter/constants.cjs +52 -0
- package/dist/entities/formatter/constants.d.cts +37 -0
- package/dist/entities/formatter/constants.d.mts +37 -0
- package/dist/entities/formatter/constants.mjs +47 -0
- package/dist/entities/gcflytour/constants.cjs +17 -0
- package/dist/entities/gcflytour/constants.d.cts +6 -0
- package/dist/entities/gcflytour/constants.d.mts +6 -0
- package/dist/entities/gcflytour/constants.mjs +14 -0
- package/dist/entities/gcflytour/document.cjs +3 -0
- package/dist/entities/gcflytour/document.d.cts +2 -0
- package/dist/entities/gcflytour/document.d.mts +2 -0
- package/dist/entities/gcflytour/document.mjs +2 -0
- package/dist/entities/gcflytour/fields.cjs +7 -0
- package/dist/entities/gcflytour/fields.d.cts +8 -0
- package/dist/entities/gcflytour/fields.d.mts +8 -0
- package/dist/entities/gcflytour/fields.mjs +6 -0
- package/dist/entities/gcflytour/{index.cjs → mutation.cjs} +0 -37
- package/dist/entities/gcflytour/mutation.d.cts +38 -0
- package/dist/entities/gcflytour/mutation.d.mts +38 -0
- package/dist/entities/gcflytour/mutation.mjs +29 -0
- package/dist/entities/gcflytour/query.cjs +22 -0
- package/dist/entities/gcflytour/query.d.cts +17 -0
- package/dist/entities/gcflytour/query.d.mts +17 -0
- package/dist/entities/gcflytour/query.mjs +19 -0
- package/dist/entities/gcflytour-snap/constants.cjs +17 -0
- package/dist/entities/gcflytour-snap/constants.d.cts +6 -0
- package/dist/entities/gcflytour-snap/constants.d.mts +6 -0
- package/dist/entities/gcflytour-snap/constants.mjs +14 -0
- package/dist/entities/gcflytour-snap/document.cjs +3 -0
- package/dist/entities/gcflytour-snap/document.d.cts +2 -0
- package/dist/entities/gcflytour-snap/document.d.mts +2 -0
- package/dist/entities/gcflytour-snap/document.mjs +2 -0
- package/dist/entities/gcflytour-snap/fields.cjs +7 -0
- package/dist/entities/gcflytour-snap/fields.d.cts +8 -0
- package/dist/entities/gcflytour-snap/fields.d.mts +8 -0
- package/dist/entities/gcflytour-snap/fields.mjs +6 -0
- package/dist/entities/gcflytour-snap/mutation.cjs +32 -0
- package/dist/entities/gcflytour-snap/mutation.d.cts +35 -0
- package/dist/entities/gcflytour-snap/mutation.d.mts +35 -0
- package/dist/entities/gcflytour-snap/mutation.mjs +27 -0
- package/dist/entities/gcflytour-snap/query.cjs +23 -0
- package/dist/entities/gcflytour-snap/query.d.cts +18 -0
- package/dist/entities/gcflytour-snap/query.d.mts +18 -0
- package/dist/entities/gcflytour-snap/query.mjs +20 -0
- package/dist/entities/landing-page/{index.d.cts → document.d.cts} +2 -2
- package/dist/entities/landing-page/{index.d.mts → document.d.mts} +2 -2
- package/dist/entities/lead/document.cjs +23 -0
- package/dist/entities/lead/document.d.cts +25 -0
- package/dist/entities/lead/document.d.mts +25 -0
- package/dist/entities/lead/document.mjs +20 -0
- package/dist/entities/lead/{index.cjs → mutation.cjs} +0 -19
- package/dist/entities/lead/{index.d.cts → mutation.d.cts} +1 -23
- package/dist/entities/lead/{index.d.mts → mutation.d.mts} +1 -23
- package/dist/entities/lead/{index.mjs → mutation.mjs} +1 -19
- package/dist/entities/media-content-type/constants.cjs +31 -0
- package/dist/entities/media-content-type/constants.d.cts +6 -0
- package/dist/entities/media-content-type/constants.d.mts +6 -0
- package/dist/entities/media-content-type/constants.mjs +28 -0
- package/dist/entities/media-content-type/document.cjs +3 -0
- package/dist/entities/media-content-type/document.d.cts +2 -0
- package/dist/entities/media-content-type/document.d.mts +2 -0
- package/dist/entities/media-content-type/document.mjs +2 -0
- package/dist/entities/media-content-type/fields.cjs +7 -0
- package/dist/entities/media-content-type/fields.d.cts +8 -0
- package/dist/entities/media-content-type/fields.d.mts +8 -0
- package/dist/entities/media-content-type/fields.mjs +6 -0
- package/dist/entities/media-content-type/mutation.cjs +36 -0
- package/dist/entities/media-content-type/{index.d.cts → mutation.d.cts} +1 -27
- package/dist/entities/media-content-type/{index.d.mts → mutation.d.mts} +1 -27
- package/dist/entities/media-content-type/mutation.mjs +31 -0
- package/dist/entities/media-content-type/query.cjs +24 -0
- package/dist/entities/media-content-type/query.d.cts +19 -0
- package/dist/entities/media-content-type/query.d.mts +19 -0
- package/dist/entities/media-content-type/query.mjs +21 -0
- package/dist/entities/media-creative-format/constants.cjs +23 -0
- package/dist/entities/media-creative-format/constants.d.cts +6 -0
- package/dist/entities/media-creative-format/constants.d.mts +6 -0
- package/dist/entities/media-creative-format/constants.mjs +20 -0
- package/dist/entities/media-creative-format/document.cjs +3 -0
- package/dist/entities/media-creative-format/document.d.cts +2 -0
- package/dist/entities/media-creative-format/document.d.mts +2 -0
- package/dist/entities/media-creative-format/document.mjs +2 -0
- package/dist/entities/media-creative-format/fields.cjs +7 -0
- package/dist/entities/media-creative-format/fields.d.cts +8 -0
- package/dist/entities/media-creative-format/fields.d.mts +8 -0
- package/dist/entities/media-creative-format/fields.mjs +6 -0
- package/dist/entities/media-creative-format/mutation.cjs +30 -0
- package/dist/entities/media-creative-format/{index.d.cts → mutation.d.cts} +1 -24
- package/dist/entities/media-creative-format/{index.d.mts → mutation.d.mts} +1 -24
- package/dist/entities/media-creative-format/mutation.mjs +25 -0
- package/dist/entities/media-creative-format/query.cjs +21 -0
- package/dist/entities/media-creative-format/query.d.cts +16 -0
- package/dist/entities/media-creative-format/query.d.mts +16 -0
- package/dist/entities/media-creative-format/query.mjs +18 -0
- package/dist/entities/media-medium/constants.cjs +26 -0
- package/dist/entities/media-medium/constants.d.cts +6 -0
- package/dist/entities/media-medium/constants.d.mts +6 -0
- package/dist/entities/media-medium/constants.mjs +23 -0
- package/dist/entities/media-medium/document.cjs +3 -0
- package/dist/entities/media-medium/document.d.cts +2 -0
- package/dist/entities/media-medium/document.d.mts +2 -0
- package/dist/entities/media-medium/document.mjs +2 -0
- package/dist/entities/media-medium/fields.cjs +7 -0
- package/dist/entities/media-medium/fields.d.cts +8 -0
- package/dist/entities/media-medium/fields.d.mts +8 -0
- package/dist/entities/media-medium/fields.mjs +6 -0
- package/dist/entities/media-medium/mutation.cjs +34 -0
- package/dist/entities/media-medium/{index.d.cts → mutation.d.cts} +1 -26
- package/dist/entities/media-medium/{index.d.mts → mutation.d.mts} +1 -26
- package/dist/entities/media-medium/mutation.mjs +29 -0
- package/dist/entities/media-medium/query.cjs +23 -0
- package/dist/entities/media-medium/query.d.cts +18 -0
- package/dist/entities/media-medium/query.d.mts +18 -0
- package/dist/entities/media-medium/query.mjs +20 -0
- package/dist/entities/media-platform/constants.cjs +40 -0
- package/dist/entities/media-platform/constants.d.cts +6 -0
- package/dist/entities/media-platform/constants.d.mts +6 -0
- package/dist/entities/media-platform/constants.mjs +37 -0
- package/dist/entities/media-platform/document.cjs +3 -0
- package/dist/entities/media-platform/document.d.cts +2 -0
- package/dist/entities/media-platform/document.d.mts +2 -0
- package/dist/entities/media-platform/document.mjs +2 -0
- package/dist/entities/media-platform/fields.cjs +7 -0
- package/dist/entities/media-platform/fields.d.cts +8 -0
- package/dist/entities/media-platform/fields.d.mts +8 -0
- package/dist/entities/media-platform/fields.mjs +6 -0
- package/dist/entities/media-platform/mutation.cjs +41 -0
- package/dist/entities/media-platform/mutation.d.cts +47 -0
- package/dist/entities/media-platform/mutation.d.mts +47 -0
- package/dist/entities/media-platform/mutation.mjs +36 -0
- package/dist/entities/media-platform/query.cjs +27 -0
- package/dist/entities/media-platform/query.d.cts +21 -0
- package/dist/entities/media-platform/query.d.mts +21 -0
- package/dist/entities/media-platform/query.mjs +24 -0
- package/dist/entities/monday-workspace/constants.cjs +17 -0
- package/dist/entities/monday-workspace/constants.d.cts +6 -0
- package/dist/entities/monday-workspace/constants.d.mts +6 -0
- package/dist/entities/monday-workspace/constants.mjs +14 -0
- package/dist/entities/monday-workspace/document.cjs +3 -0
- package/dist/entities/monday-workspace/document.d.cts +2 -0
- package/dist/entities/monday-workspace/document.d.mts +2 -0
- package/dist/entities/monday-workspace/document.mjs +2 -0
- package/dist/entities/monday-workspace/fields.cjs +7 -0
- package/dist/entities/monday-workspace/fields.d.cts +8 -0
- package/dist/entities/monday-workspace/fields.d.mts +8 -0
- package/dist/entities/monday-workspace/fields.mjs +6 -0
- package/dist/entities/monday-workspace/mutation.cjs +26 -0
- package/dist/entities/monday-workspace/mutation.d.cts +26 -0
- package/dist/entities/monday-workspace/mutation.d.mts +26 -0
- package/dist/entities/monday-workspace/mutation.mjs +21 -0
- package/dist/entities/monday-workspace/query.cjs +20 -0
- package/dist/entities/monday-workspace/query.d.cts +15 -0
- package/dist/entities/monday-workspace/query.d.mts +15 -0
- package/dist/entities/monday-workspace/query.mjs +17 -0
- package/dist/entities/newsletter-signup/document.cjs +20 -0
- package/dist/entities/newsletter-signup/document.d.cts +22 -0
- package/dist/entities/newsletter-signup/document.d.mts +22 -0
- package/dist/entities/newsletter-signup/document.mjs +17 -0
- package/dist/entities/newsletter-signup/{index.cjs → mutation.cjs} +0 -16
- package/dist/entities/newsletter-signup/{index.d.cts → mutation.d.cts} +1 -20
- package/dist/entities/newsletter-signup/{index.d.mts → mutation.d.mts} +1 -20
- package/dist/entities/newsletter-signup/{index.mjs → mutation.mjs} +1 -16
- package/dist/entities/policy-page/{index.d.cts → document.d.cts} +1 -1
- package/dist/entities/policy-page/{index.d.mts → document.d.mts} +2 -2
- package/dist/entities/product/{index.cjs → constants.cjs} +0 -2
- package/dist/entities/product/{index.d.mts → constants.d.cts} +1 -3
- package/dist/entities/product/{index.d.cts → constants.d.mts} +1 -3
- package/dist/entities/product/{index.mjs → constants.mjs} +1 -2
- package/dist/{document-DJJFS5o8.cjs → entities/product/document.cjs} +7 -11
- package/dist/entities/product/document.d.cts +2 -0
- package/dist/entities/product/document.d.mts +2 -0
- package/dist/{document-DRyRy2Mw.mjs → entities/product/document.mjs} +5 -5
- package/dist/entities/product-highlight/{index.cjs → constants.cjs} +0 -2
- package/dist/entities/product-highlight/constants.d.cts +5 -0
- package/dist/entities/product-highlight/constants.d.mts +5 -0
- package/dist/entities/product-highlight/{index.mjs → constants.mjs} +1 -2
- package/dist/entities/product-highlight/document.cjs +3 -0
- package/dist/entities/product-highlight/document.d.cts +2 -0
- package/dist/entities/product-highlight/document.d.mts +2 -0
- package/dist/entities/product-highlight/document.mjs +2 -0
- package/dist/entities/resume/document.cjs +23 -0
- package/dist/entities/resume/document.d.cts +93 -0
- package/dist/entities/resume/document.d.mts +93 -0
- package/dist/entities/resume/document.mjs +20 -0
- package/dist/entities/resume/{index.cjs → mutation.cjs} +0 -19
- package/dist/entities/resume/{index.d.cts → mutation.d.cts} +1 -91
- package/dist/entities/resume/{index.d.mts → mutation.d.mts} +1 -91
- package/dist/entities/resume/{index.mjs → mutation.mjs} +1 -19
- package/dist/entities/tag/constants.cjs +15 -0
- package/dist/entities/tag/constants.d.cts +6 -0
- package/dist/entities/tag/constants.d.mts +6 -0
- package/dist/entities/tag/constants.mjs +12 -0
- package/dist/{document-B4FY2KXQ.cjs → entities/tag/document.cjs} +4 -8
- package/dist/entities/tag/document.d.cts +2 -0
- package/dist/entities/tag/document.d.mts +2 -0
- package/dist/{document-De-prPhc.mjs → entities/tag/document.mjs} +2 -2
- package/dist/entities/tag/fields.cjs +7 -0
- package/dist/entities/tag/fields.d.cts +8 -0
- package/dist/entities/tag/fields.d.mts +8 -0
- package/dist/entities/tag/fields.mjs +6 -0
- package/dist/entities/tag/mutation.cjs +24 -0
- package/dist/entities/tag/{index.d.cts → mutation.d.cts} +1 -22
- package/dist/entities/tag/{index.d.mts → mutation.d.mts} +1 -22
- package/dist/entities/tag/mutation.mjs +19 -0
- package/dist/entities/tag/query.cjs +18 -0
- package/dist/entities/tag/query.d.cts +14 -0
- package/dist/entities/tag/query.d.mts +14 -0
- package/dist/entities/tag/query.mjs +15 -0
- package/dist/entities/team-member/constants.cjs +30 -0
- package/dist/entities/team-member/constants.d.cts +8 -0
- package/dist/entities/team-member/constants.d.mts +8 -0
- package/dist/entities/team-member/constants.mjs +25 -0
- package/dist/entities/team-member/document.cjs +3 -0
- package/dist/entities/team-member/document.d.cts +2 -0
- package/dist/entities/team-member/document.d.mts +2 -0
- package/dist/entities/team-member/document.mjs +2 -0
- package/dist/entities/team-member/fields.cjs +14 -0
- package/dist/entities/team-member/fields.d.cts +2 -0
- package/dist/entities/team-member/fields.d.mts +2 -0
- package/dist/entities/team-member/fields.mjs +9 -0
- package/dist/entities/team-member/query.cjs +24 -0
- package/dist/entities/team-member/query.d.cts +19 -0
- package/dist/entities/team-member/query.d.mts +19 -0
- package/dist/entities/team-member/query.mjs +21 -0
- package/dist/entities/team-page/{index.d.cts → document.d.cts} +1 -1
- package/dist/entities/team-page/{index.d.mts → document.d.mts} +1 -1
- package/dist/entities/teamwork/constants.cjs +44 -0
- package/dist/entities/teamwork/constants.d.cts +35 -0
- package/dist/entities/teamwork/constants.d.mts +35 -0
- package/dist/entities/teamwork/constants.mjs +42 -0
- package/dist/entities/teamwork/fields.cjs +12 -0
- package/dist/entities/teamwork/fields.d.cts +10 -0
- package/dist/entities/teamwork/fields.d.mts +10 -0
- package/dist/entities/teamwork/fields.mjs +9 -0
- package/dist/entities/teamwork/query.cjs +27 -0
- package/dist/entities/teamwork/query.d.cts +23 -0
- package/dist/entities/teamwork/query.d.mts +23 -0
- package/dist/entities/teamwork/query.mjs +24 -0
- package/dist/entities/teamwork/types/index.cjs +0 -0
- package/dist/entities/teamwork/{index.d.cts → types/index.d.cts} +2 -64
- package/dist/entities/teamwork/{index.d.mts → types/index.d.mts} +2 -64
- package/dist/entities/teamwork/types/index.mjs +1 -0
- package/dist/entities/trend/constants.cjs +7 -0
- package/dist/entities/trend/constants.d.cts +5 -0
- package/dist/entities/trend/constants.d.mts +5 -0
- package/dist/entities/trend/constants.mjs +5 -0
- package/dist/entities/trend/document.cjs +3 -0
- package/dist/entities/trend/document.d.cts +2 -0
- package/dist/entities/trend/document.d.mts +2 -0
- package/dist/entities/trend/document.mjs +2 -0
- package/dist/entities/trend/{index.cjs → mutation.cjs} +0 -8
- package/dist/entities/trend/{index.d.mts → mutation.d.cts} +1 -6
- package/dist/entities/trend/{index.d.cts → mutation.d.mts} +1 -6
- package/dist/entities/trend/mutation.mjs +9 -0
- package/dist/entities/up-auth/{index.cjs → mutation.cjs} +2 -2
- package/dist/entities/up-auth/mutation.d.cts +86 -0
- package/dist/entities/up-auth/mutation.d.mts +86 -0
- package/dist/entities/up-auth/{index.mjs → mutation.mjs} +1 -1
- package/dist/entities/up-permission/{index.cjs → document.cjs} +1 -1
- package/dist/entities/up-permission/document.d.cts +2 -0
- package/dist/entities/up-permission/document.d.mts +2 -0
- package/dist/entities/up-permission/document.mjs +2 -0
- package/dist/entities/up-role/constants.cjs +11 -0
- package/dist/entities/up-role/{index.d.cts → constants.d.cts} +1 -3
- package/dist/entities/up-role/{index.d.mts → constants.d.mts} +1 -3
- package/dist/entities/up-role/constants.mjs +10 -0
- package/dist/entities/up-role/document.cjs +3 -0
- package/dist/entities/up-role/document.d.cts +2 -0
- package/dist/entities/up-role/document.d.mts +2 -0
- package/dist/entities/up-role/document.mjs +2 -0
- package/dist/entities/up-role/fields.cjs +9 -0
- package/dist/entities/up-role/fields.d.cts +2 -0
- package/dist/entities/up-role/fields.d.mts +2 -0
- package/dist/entities/up-role/fields.mjs +6 -0
- package/dist/entities/up-user/constants.cjs +17 -0
- package/dist/entities/up-user/constants.d.cts +6 -0
- package/dist/entities/up-user/constants.d.mts +6 -0
- package/dist/entities/up-user/constants.mjs +14 -0
- package/dist/entities/up-user/document.cjs +3 -0
- package/dist/entities/up-user/document.d.cts +2 -0
- package/dist/entities/up-user/document.d.mts +2 -0
- package/dist/entities/up-user/document.mjs +2 -0
- package/dist/entities/up-user/fields.cjs +12 -0
- package/dist/entities/up-user/fields.d.cts +10 -0
- package/dist/entities/up-user/fields.d.mts +10 -0
- package/dist/entities/up-user/fields.mjs +10 -0
- package/dist/entities/up-user/mutation.cjs +19 -0
- package/dist/entities/up-user/mutation.d.cts +14 -0
- package/dist/entities/up-user/mutation.d.mts +14 -0
- package/dist/entities/up-user/mutation.mjs +16 -0
- package/dist/entities/up-user/query.cjs +22 -0
- package/dist/entities/up-user/query.d.cts +18 -0
- package/dist/entities/up-user/query.d.mts +18 -0
- package/dist/entities/up-user/query.mjs +18 -0
- package/dist/entities/upload/fields.cjs +8 -0
- package/dist/entities/upload/fields.d.cts +6 -0
- package/dist/entities/upload/fields.d.mts +6 -0
- package/dist/entities/upload/fields.mjs +5 -0
- package/dist/entities/upload/{index.cjs → mutation.cjs} +3 -6
- package/dist/entities/upload/{index.d.cts → mutation.d.cts} +1 -4
- package/dist/entities/upload/{index.d.mts → mutation.d.mts} +1 -4
- package/dist/entities/upload/{index.mjs → mutation.mjs} +2 -4
- package/dist/entities/url-redirect/constants.cjs +32 -0
- package/dist/entities/url-redirect/constants.d.cts +8 -0
- package/dist/entities/url-redirect/constants.d.mts +8 -0
- package/dist/entities/url-redirect/constants.mjs +27 -0
- package/dist/entities/url-redirect/document.cjs +17 -0
- package/dist/entities/url-redirect/document.d.cts +18 -0
- package/dist/entities/url-redirect/document.d.mts +18 -0
- package/dist/entities/url-redirect/document.mjs +14 -0
- package/dist/entities/url-redirect/fields.cjs +14 -0
- package/dist/entities/url-redirect/fields.d.cts +12 -0
- package/dist/entities/url-redirect/fields.d.mts +12 -0
- package/dist/entities/url-redirect/fields.mjs +9 -0
- package/dist/entities/url-redirect/query.cjs +18 -0
- package/dist/entities/url-redirect/query.d.cts +16 -0
- package/dist/entities/url-redirect/query.d.mts +16 -0
- package/dist/entities/url-redirect/query.mjs +14 -0
- package/dist/entities/user-account/document.cjs +3 -0
- package/dist/entities/user-account/document.d.cts +2 -0
- package/dist/entities/user-account/document.d.mts +2 -0
- package/dist/entities/user-account/document.mjs +2 -0
- package/dist/entities/user-account/{index.cjs → mutation.cjs} +0 -9
- package/dist/entities/user-account/{index.d.cts → mutation.d.cts} +1 -13
- package/dist/entities/user-account/{index.d.mts → mutation.d.mts} +1 -13
- package/dist/entities/user-account/{index.mjs → mutation.mjs} +1 -7
- package/dist/entities/user-account/query.cjs +8 -0
- package/dist/entities/user-account/query.d.cts +14 -0
- package/dist/entities/user-account/query.d.mts +14 -0
- package/dist/entities/user-account/query.mjs +6 -0
- package/dist/entities/utm-link-builder/constants.cjs +11 -0
- package/dist/entities/utm-link-builder/constants.d.cts +4 -0
- package/dist/entities/utm-link-builder/constants.d.mts +4 -0
- package/dist/entities/utm-link-builder/constants.mjs +10 -0
- package/dist/entities/utm-link-builder/fields.cjs +9 -0
- package/dist/entities/utm-link-builder/fields.d.cts +7 -0
- package/dist/entities/utm-link-builder/fields.d.mts +7 -0
- package/dist/entities/utm-link-builder/fields.mjs +6 -0
- package/dist/entities/utm-link-builder/{index.cjs → mutation.cjs} +2 -14
- package/dist/entities/utm-link-builder/{index.d.cts → mutation.d.cts} +2 -4
- package/dist/entities/utm-link-builder/{index.d.mts → mutation.d.mts} +2 -4
- package/dist/entities/utm-link-builder/{index.mjs → mutation.mjs} +2 -13
- package/dist/entities/utm-tracking-link/constants.cjs +30 -0
- package/dist/entities/utm-tracking-link/constants.d.cts +6 -0
- package/dist/entities/utm-tracking-link/constants.d.mts +6 -0
- package/dist/entities/utm-tracking-link/constants.mjs +27 -0
- package/dist/entities/utm-tracking-link/document.cjs +3 -0
- package/dist/entities/utm-tracking-link/document.d.cts +2 -0
- package/dist/entities/utm-tracking-link/document.d.mts +2 -0
- package/dist/entities/utm-tracking-link/document.mjs +2 -0
- package/dist/entities/utm-tracking-link/fields.cjs +22 -0
- package/dist/entities/utm-tracking-link/fields.d.cts +20 -0
- package/dist/entities/utm-tracking-link/fields.d.mts +20 -0
- package/dist/entities/utm-tracking-link/fields.mjs +15 -0
- package/dist/entities/utm-tracking-link/{index.cjs → mutation.cjs} +14 -92
- package/dist/entities/utm-tracking-link/mutation.d.cts +172 -0
- package/dist/entities/utm-tracking-link/mutation.d.mts +172 -0
- package/dist/entities/utm-tracking-link/mutation.mjs +97 -0
- package/dist/entities/utm-tracking-link/query.cjs +38 -0
- package/dist/entities/utm-tracking-link/query.d.cts +32 -0
- package/dist/entities/utm-tracking-link/query.d.mts +32 -0
- package/dist/entities/utm-tracking-link/query.mjs +35 -0
- package/dist/fields-6yrZo7iR.d.cts +7 -0
- package/dist/fields-BB6Rnm2x.d.mts +37 -0
- package/dist/fields-BNPZU6Gp.d.mts +12 -0
- package/dist/fields-BmQJMVWd.d.mts +12 -0
- package/dist/{index-Cqmmzi2g.d.mts → fields-Bsv50wnV.d.mts} +3 -302
- package/dist/fields-Bv0zqexk.d.mts +7 -0
- package/dist/fields-CTfsBi5c.d.cts +12 -0
- package/dist/{index-WN2TBKki.d.cts → fields-CYFbYk8t.d.cts} +3 -302
- package/dist/fields-C_h0liCI.d.mts +12 -0
- package/dist/fields-DlXUyYib.d.cts +12 -0
- package/dist/fields-Dze87buK.d.cts +12 -0
- package/dist/fields-HW1czqjR.d.cts +37 -0
- package/dist/{index-BSYaAtme.d.mts → index-CV7T00Qq.d.mts} +2 -2
- package/dist/{index-Bjjp-2Sa.d.mts → index-DHkpV702.d.mts} +11 -57
- package/dist/{index-D7QXaSOY.d.cts → index-LS8utbTg.d.cts} +10 -56
- package/dist/permissions/index.d.cts +2 -1
- package/dist/permissions/index.d.mts +2 -1
- package/dist/query-Br0zLHlB.d.cts +42 -0
- package/dist/{query-BR5Ze6T2.mjs → query-BuKHwaMn.mjs} +2 -2
- package/dist/query-Do-NCMdA.d.mts +42 -0
- package/dist/{query-qQ_HLlxx.cjs → query-LyGctccO.cjs} +2 -2
- package/dist/{sort-D3WwshqQ.mjs → sort-BJrzr4Xl.mjs} +1 -1
- package/dist/sort-CGhEoZGd.d.mts +12 -0
- package/dist/sort-D9B3xl2d.d.cts +12 -0
- package/dist/{sort-CI87SH1y.cjs → sort-DIln8tn5.cjs} +1 -1
- package/dist/utilities/index.d.cts +3 -2
- package/dist/utilities/index.d.mts +3 -2
- package/package.json +61 -8
- package/dist/document-AqtoEbX8.cjs +0 -238
- package/dist/document-BCbxKqGE.mjs +0 -129
- package/dist/entities/blog-post/index.d.cts +0 -2
- package/dist/entities/blog-post/index.d.mts +0 -2
- package/dist/entities/category/index.cjs +0 -56
- package/dist/entities/category/index.mjs +0 -45
- package/dist/entities/client/index.cjs +0 -97
- package/dist/entities/client/index.d.cts +0 -2
- package/dist/entities/client/index.d.mts +0 -2
- package/dist/entities/client/index.mjs +0 -84
- package/dist/entities/client-content-pillar/index.cjs +0 -61
- package/dist/entities/client-content-pillar/index.d.cts +0 -2
- package/dist/entities/client-content-pillar/index.d.mts +0 -2
- package/dist/entities/client-content-pillar/index.mjs +0 -50
- package/dist/entities/client-media-platform/index.cjs +0 -69
- package/dist/entities/client-media-platform/index.d.cts +0 -2
- package/dist/entities/client-media-platform/index.d.mts +0 -2
- package/dist/entities/client-media-platform/index.mjs +0 -58
- package/dist/entities/client-project/index.d.cts +0 -2
- package/dist/entities/client-project/index.d.mts +0 -2
- package/dist/entities/client-report/index.d.cts +0 -2
- package/dist/entities/client-report/index.d.mts +0 -2
- package/dist/entities/client-report/index.mjs +0 -62
- package/dist/entities/client-styleguide/index.cjs +0 -58
- package/dist/entities/client-styleguide/index.d.cts +0 -2
- package/dist/entities/client-styleguide/index.d.mts +0 -2
- package/dist/entities/client-styleguide/index.mjs +0 -47
- package/dist/entities/client-user/index.d.cts +0 -2
- package/dist/entities/client-user/index.d.mts +0 -2
- package/dist/entities/client-user/index.mjs +0 -28
- package/dist/entities/comment/index.cjs +0 -139
- package/dist/entities/comment/index.d.cts +0 -2
- package/dist/entities/comment/index.d.mts +0 -2
- package/dist/entities/comment/index.mjs +0 -118
- package/dist/entities/content-pillar/index.cjs +0 -61
- package/dist/entities/content-pillar/index.d.cts +0 -2
- package/dist/entities/content-pillar/index.d.mts +0 -2
- package/dist/entities/content-pillar/index.mjs +0 -50
- package/dist/entities/formatter/index.cjs +0 -258
- package/dist/entities/formatter/index.d.cts +0 -121
- package/dist/entities/formatter/index.d.mts +0 -121
- package/dist/entities/formatter/index.mjs +0 -233
- package/dist/entities/gcflytour/index.d.cts +0 -2
- package/dist/entities/gcflytour/index.d.mts +0 -2
- package/dist/entities/gcflytour/index.mjs +0 -60
- package/dist/entities/gcflytour-snap/index.cjs +0 -70
- package/dist/entities/gcflytour-snap/index.d.cts +0 -2
- package/dist/entities/gcflytour-snap/index.d.mts +0 -2
- package/dist/entities/gcflytour-snap/index.mjs +0 -59
- package/dist/entities/media-content-type/index.cjs +0 -89
- package/dist/entities/media-content-type/index.mjs +0 -78
- package/dist/entities/media-creative-format/index.cjs +0 -72
- package/dist/entities/media-creative-format/index.mjs +0 -61
- package/dist/entities/media-medium/index.cjs +0 -81
- package/dist/entities/media-medium/index.mjs +0 -70
- package/dist/entities/media-platform/index.cjs +0 -105
- package/dist/entities/media-platform/index.d.cts +0 -2
- package/dist/entities/media-platform/index.d.mts +0 -2
- package/dist/entities/media-platform/index.mjs +0 -94
- package/dist/entities/monday-workspace/index.cjs +0 -61
- package/dist/entities/monday-workspace/index.d.cts +0 -2
- package/dist/entities/monday-workspace/index.d.mts +0 -2
- package/dist/entities/monday-workspace/index.mjs +0 -50
- package/dist/entities/product-highlight/index.d.cts +0 -2
- package/dist/entities/product-highlight/index.d.mts +0 -2
- package/dist/entities/tag/index.cjs +0 -56
- package/dist/entities/tag/index.mjs +0 -45
- package/dist/entities/team-member/index.cjs +0 -36
- package/dist/entities/team-member/index.d.cts +0 -2
- package/dist/entities/team-member/index.d.mts +0 -2
- package/dist/entities/team-member/index.mjs +0 -24
- package/dist/entities/teamwork/index.cjs +0 -75
- package/dist/entities/teamwork/index.mjs +0 -69
- package/dist/entities/trend/index.mjs +0 -14
- package/dist/entities/up-auth/index.d.cts +0 -2
- package/dist/entities/up-auth/index.d.mts +0 -2
- package/dist/entities/up-permission/index.d.cts +0 -2
- package/dist/entities/up-permission/index.d.mts +0 -2
- package/dist/entities/up-permission/index.mjs +0 -2
- package/dist/entities/up-role/index.cjs +0 -5
- package/dist/entities/up-role/index.mjs +0 -2
- package/dist/entities/up-user/index.cjs +0 -11
- package/dist/entities/up-user/index.d.cts +0 -2
- package/dist/entities/up-user/index.d.mts +0 -2
- package/dist/entities/up-user/index.mjs +0 -2
- package/dist/entities/url-redirect/index.cjs +0 -68
- package/dist/entities/url-redirect/index.d.cts +0 -46
- package/dist/entities/url-redirect/index.d.mts +0 -46
- package/dist/entities/url-redirect/index.mjs +0 -55
- package/dist/entities/utm-tracking-link/index.d.cts +0 -2
- package/dist/entities/utm-tracking-link/index.d.mts +0 -2
- package/dist/entities/utm-tracking-link/index.mjs +0 -163
- package/dist/index-C1GoH-4v.d.cts +0 -4761
- package/dist/index-CBW5QmNu.d.cts +0 -201
- package/dist/index-ClQOYhKi.d.mts +0 -4761
- package/dist/index-DKFW5ay8.d.mts +0 -201
- /package/dist/{document-i-h3Orv7.d.cts → document-IA5g9kSc.d.cts} +0 -0
- /package/dist/entities/blog-page/{index.cjs → document.cjs} +0 -0
- /package/dist/entities/blog-page/{index.mjs → document.mjs} +0 -0
- /package/dist/entities/careers-page/{index.cjs → document.cjs} +0 -0
- /package/dist/entities/careers-page/{index.mjs → document.mjs} +0 -0
- /package/dist/entities/faq-page/{index.cjs → document.cjs} +0 -0
- /package/dist/entities/faq-page/{index.mjs → document.mjs} +0 -0
- /package/dist/entities/landing-page/{index.cjs → document.cjs} +0 -0
- /package/dist/entities/landing-page/{index.mjs → document.mjs} +0 -0
- /package/dist/entities/policy-page/{index.cjs → document.cjs} +0 -0
- /package/dist/entities/policy-page/{index.mjs → document.mjs} +0 -0
- /package/dist/entities/sharpspring/{index.cjs → mutation.cjs} +0 -0
- /package/dist/entities/sharpspring/{index.d.cts → mutation.d.cts} +0 -0
- /package/dist/entities/sharpspring/{index.d.mts → mutation.d.mts} +0 -0
- /package/dist/entities/sharpspring/{index.mjs → mutation.mjs} +0 -0
- /package/dist/entities/team-page/{index.cjs → document.cjs} +0 -0
- /package/dist/entities/team-page/{index.mjs → document.mjs} +0 -0
- /package/dist/entities/utm-meta/{index.cjs → document.cjs} +0 -0
- /package/dist/entities/utm-meta/{index.d.cts → document.d.cts} +0 -0
- /package/dist/entities/utm-meta/{index.d.mts → document.d.mts} +0 -0
- /package/dist/entities/utm-meta/{index.mjs → document.mjs} +0 -0
- /package/dist/{index-DG_Lwaa7.d.cts → index-BwLZjlo3.d.cts} +0 -0
- /package/dist/{index-D11tQdCv.d.cts → index-CtcVMald.d.cts} +0 -0
- /package/dist/{index-BOxQLeAK.d.cts → index-ie_YU9zh.d.cts} +0 -0
- /package/dist/{index-COpLbpQC.d.cts → index-zowAUXa0.d.cts} +0 -0
- /package/dist/{json--oetJLQY.d.mts → json-Dk27QL29.d.mts} +0 -0
- /package/dist/{media-upload-DBG7YyU4.d.mts → media-upload-DSURwJZR.d.mts} +0 -0
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import * as v from "valibot";
|
|
2
|
+
|
|
3
|
+
//#region src/entities/client-project/mutation.d.ts
|
|
4
|
+
declare const CreateClientProjectDocument: v.ObjectSchema<{
|
|
5
|
+
readonly clients: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
6
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
7
|
+
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
8
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
9
|
+
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
10
|
+
readonly project_status: v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>;
|
|
11
|
+
readonly project_phase: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
12
|
+
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
13
|
+
readonly project_type: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
14
|
+
readonly project_pricing: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
15
|
+
readonly project_address: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
16
|
+
readonly phone_number: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
17
|
+
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
18
|
+
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
19
|
+
readonly buyer_profile: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
20
|
+
readonly social_organic_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
21
|
+
readonly paid_media_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
22
|
+
readonly go_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
23
|
+
}, undefined>;
|
|
24
|
+
type CreateClientProjectDocument = v.InferOutput<typeof CreateClientProjectDocument>;
|
|
25
|
+
declare const UpdateClientProjectDocument: v.ObjectSchema<{
|
|
26
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
27
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
28
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
29
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
30
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
31
|
+
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>, undefined>;
|
|
32
|
+
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
33
|
+
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
34
|
+
readonly project_type: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
35
|
+
readonly project_pricing: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
36
|
+
readonly project_address: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
37
|
+
readonly phone_number: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
38
|
+
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
39
|
+
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
40
|
+
readonly buyer_profile: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
41
|
+
readonly social_organic_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
42
|
+
readonly paid_media_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
43
|
+
readonly go_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
44
|
+
}, undefined>;
|
|
45
|
+
type UpdateClientProjectDocument = v.InferOutput<typeof UpdateClientProjectDocument>;
|
|
46
|
+
declare const UpdateClientProjectDocumentRequest: v.ObjectSchema<{
|
|
47
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
48
|
+
readonly data: v.ObjectSchema<{
|
|
49
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
50
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
51
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
52
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
53
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
54
|
+
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>, undefined>;
|
|
55
|
+
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
56
|
+
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
57
|
+
readonly project_type: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
58
|
+
readonly project_pricing: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
59
|
+
readonly project_address: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
60
|
+
readonly phone_number: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
61
|
+
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
62
|
+
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
63
|
+
readonly buyer_profile: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
64
|
+
readonly social_organic_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
65
|
+
readonly paid_media_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
66
|
+
readonly go_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
67
|
+
}, undefined>;
|
|
68
|
+
}, undefined>;
|
|
69
|
+
type UpdateClientProjectDocumentRequest = v.InferOutput<typeof UpdateClientProjectDocumentRequest>;
|
|
70
|
+
declare const SAssociateClientToClientProjectDocument: v.ObjectSchema<{
|
|
71
|
+
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
72
|
+
readonly client_project: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
73
|
+
}, undefined>;
|
|
74
|
+
type SAssociateClientToClientProjectDocument = v.InferOutput<typeof SAssociateClientToClientProjectDocument>;
|
|
75
|
+
//#endregion
|
|
76
|
+
export { CreateClientProjectDocument, SAssociateClientToClientProjectDocument, UpdateClientProjectDocument, UpdateClientProjectDocumentRequest };
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import * as v from "valibot";
|
|
2
|
+
|
|
3
|
+
//#region src/entities/client-project/mutation.d.ts
|
|
4
|
+
declare const CreateClientProjectDocument: v.ObjectSchema<{
|
|
5
|
+
readonly clients: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
6
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
7
|
+
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
8
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
9
|
+
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
10
|
+
readonly project_status: v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>;
|
|
11
|
+
readonly project_phase: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
12
|
+
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
13
|
+
readonly project_type: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
14
|
+
readonly project_pricing: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
15
|
+
readonly project_address: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
16
|
+
readonly phone_number: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
17
|
+
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
18
|
+
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
19
|
+
readonly buyer_profile: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
20
|
+
readonly social_organic_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
21
|
+
readonly paid_media_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
22
|
+
readonly go_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
23
|
+
}, undefined>;
|
|
24
|
+
type CreateClientProjectDocument = v.InferOutput<typeof CreateClientProjectDocument>;
|
|
25
|
+
declare const UpdateClientProjectDocument: v.ObjectSchema<{
|
|
26
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
27
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
28
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
29
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
30
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
31
|
+
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>, undefined>;
|
|
32
|
+
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
33
|
+
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
34
|
+
readonly project_type: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
35
|
+
readonly project_pricing: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
36
|
+
readonly project_address: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
37
|
+
readonly phone_number: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
38
|
+
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
39
|
+
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
40
|
+
readonly buyer_profile: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
41
|
+
readonly social_organic_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
42
|
+
readonly paid_media_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
43
|
+
readonly go_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
44
|
+
}, undefined>;
|
|
45
|
+
type UpdateClientProjectDocument = v.InferOutput<typeof UpdateClientProjectDocument>;
|
|
46
|
+
declare const UpdateClientProjectDocumentRequest: v.ObjectSchema<{
|
|
47
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
48
|
+
readonly data: v.ObjectSchema<{
|
|
49
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
50
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
51
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
52
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
53
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
54
|
+
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>, undefined>;
|
|
55
|
+
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
56
|
+
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
57
|
+
readonly project_type: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
58
|
+
readonly project_pricing: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
59
|
+
readonly project_address: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
60
|
+
readonly phone_number: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
61
|
+
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
62
|
+
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
63
|
+
readonly buyer_profile: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
64
|
+
readonly social_organic_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
65
|
+
readonly paid_media_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
66
|
+
readonly go_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
67
|
+
}, undefined>;
|
|
68
|
+
}, undefined>;
|
|
69
|
+
type UpdateClientProjectDocumentRequest = v.InferOutput<typeof UpdateClientProjectDocumentRequest>;
|
|
70
|
+
declare const SAssociateClientToClientProjectDocument: v.ObjectSchema<{
|
|
71
|
+
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
72
|
+
readonly client_project: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
73
|
+
}, undefined>;
|
|
74
|
+
type SAssociateClientToClientProjectDocument = v.InferOutput<typeof SAssociateClientToClientProjectDocument>;
|
|
75
|
+
//#endregion
|
|
76
|
+
export { CreateClientProjectDocument, SAssociateClientToClientProjectDocument, UpdateClientProjectDocument, UpdateClientProjectDocumentRequest };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "../../limits-CKGuEuKA.mjs";
|
|
2
|
-
import { n as
|
|
3
|
-
import { n as VStringPhoneNullable, t as VStringPhone } from "../../phone-C9TNVDm_.mjs";
|
|
2
|
+
import { n as VStringPhoneNullable } from "../../phone-C9TNVDm_.mjs";
|
|
4
3
|
import { i as VStringMax, s as VStringShort } from "../../string-BHHnD2Qu.mjs";
|
|
5
4
|
import { o as SAssociateOneEntity } from "../../relationships-yPO5SILR.mjs";
|
|
6
5
|
import { r as ERROR_MESSAGE_ONE_PROJECT_STATUS } from "../../error-messages-9ZhRqNGW.mjs";
|
|
7
6
|
import { t as VIntegerNullable } from "../../number-OMFRufFt.mjs";
|
|
8
7
|
import { t as VStringSlug } from "../../slug-BUtm1t-B.mjs";
|
|
9
|
-
import { n as VStringUrlNullable
|
|
10
|
-
import {
|
|
8
|
+
import { n as VStringUrlNullable } from "../../urls-UOvhCu0z.mjs";
|
|
9
|
+
import { CLIENT_PROJECT_STATUS } from "./constants.mjs";
|
|
10
|
+
import { ClientProjectPhase, ClientProjectStatus } from "./fields.mjs";
|
|
11
11
|
import * as v from "valibot";
|
|
12
12
|
//#region src/entities/client-project/mutation.ts
|
|
13
13
|
const CreateClientProjectDocument = v.object({
|
|
@@ -59,29 +59,4 @@ const SAssociateClientToClientProjectDocument = v.object({
|
|
|
59
59
|
client_project: SAssociateOneEntity
|
|
60
60
|
});
|
|
61
61
|
//#endregion
|
|
62
|
-
|
|
63
|
-
const QueryStrapiSearchClientProjects = v.object({
|
|
64
|
-
page: VPage(),
|
|
65
|
-
size: VSize(100),
|
|
66
|
-
client_id: v.optional(VStringShort()),
|
|
67
|
-
title: v.optional(VStringMax()),
|
|
68
|
-
slug: v.optional(VStringSlug()),
|
|
69
|
-
is_active: v.optional(v.boolean()),
|
|
70
|
-
is_hidden: v.optional(v.boolean()),
|
|
71
|
-
project_status: v.optional(v.pipe(v.array(v.optional(ClientProjectStatus, CLIENT_PROJECT_STATUS[0])), v.minLength(1), v.maxLength(1))),
|
|
72
|
-
project_phase: v.optional(ClientProjectPhase),
|
|
73
|
-
project_url: v.optional(VStringUrl()),
|
|
74
|
-
project_type: v.optional(VStringMax()),
|
|
75
|
-
project_pricing: v.optional(VStringMax()),
|
|
76
|
-
project_address: v.optional(VStringMax()),
|
|
77
|
-
phone_number: v.optional(VStringPhone()),
|
|
78
|
-
num_of_models: VIntegerNullable(),
|
|
79
|
-
num_of_units_remain: VIntegerNullable(),
|
|
80
|
-
buyer_profile: v.optional(VStringMax()),
|
|
81
|
-
social_organic_start_date: v.optional(v.pipe(v.string(), v.isoDate())),
|
|
82
|
-
paid_media_start_date: v.optional(v.pipe(v.string(), v.isoDate())),
|
|
83
|
-
go_date: v.optional(v.pipe(v.string(), v.isoDate())),
|
|
84
|
-
sort: QuerySortClientProjects
|
|
85
|
-
});
|
|
86
|
-
//#endregion
|
|
87
|
-
export { CLIENT_PROJECT_PHASES, CLIENT_PROJECT_PHASE_VALUES, CLIENT_PROJECT_SORT_KEYS, CLIENT_PROJECT_STATUS, ClientProjectDocument, ClientProjectPhase, ClientProjectStatus, CreateClientProjectDocument, LIMIT_CLIENT_PROJECT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_PROJECT_PAGINATION_MAX_SIZE, QuerySortClientProjects, QueryStrapiSearchClientProjects, SAssociateClientToClientProjectDocument, UpdateClientProjectDocument, UpdateClientProjectDocumentRequest };
|
|
62
|
+
export { CreateClientProjectDocument, SAssociateClientToClientProjectDocument, UpdateClientProjectDocument, UpdateClientProjectDocumentRequest };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_chunk = require("../../chunk-CKQMccvm.cjs");
|
|
3
|
+
require("../../limits-CW6iJ7kB.cjs");
|
|
4
|
+
const require_pagination = require("../../pagination-DWZDPzR4.cjs");
|
|
5
|
+
const require_phone = require("../../phone-D_ZLG1Qv.cjs");
|
|
6
|
+
const require_string = require("../../string-Yn-6xiAZ.cjs");
|
|
7
|
+
const require_number = require("../../number-Bt4nZKCU.cjs");
|
|
8
|
+
const require_slug = require("../../slug-cWXTZEIT.cjs");
|
|
9
|
+
const require_urls = require("../../urls-og5upHgL.cjs");
|
|
10
|
+
const require_entities_client_project_constants = require("./constants.cjs");
|
|
11
|
+
const require_entities_client_project_fields = require("./fields.cjs");
|
|
12
|
+
let valibot = require("valibot");
|
|
13
|
+
valibot = require_chunk.__toESM(valibot, 1);
|
|
14
|
+
//#region src/entities/client-project/query.ts
|
|
15
|
+
const QueryStrapiSearchClientProjects = valibot.object({
|
|
16
|
+
page: require_pagination.VPage(),
|
|
17
|
+
size: require_pagination.VSize(100),
|
|
18
|
+
client_id: valibot.optional(require_string.VStringShort()),
|
|
19
|
+
title: valibot.optional(require_string.VStringMax()),
|
|
20
|
+
slug: valibot.optional(require_slug.VStringSlug()),
|
|
21
|
+
is_active: valibot.optional(valibot.boolean()),
|
|
22
|
+
is_hidden: valibot.optional(valibot.boolean()),
|
|
23
|
+
project_status: valibot.optional(valibot.pipe(valibot.array(valibot.optional(require_entities_client_project_fields.ClientProjectStatus, require_entities_client_project_constants.CLIENT_PROJECT_STATUS[0])), valibot.minLength(1), valibot.maxLength(1))),
|
|
24
|
+
project_phase: valibot.optional(require_entities_client_project_fields.ClientProjectPhase),
|
|
25
|
+
project_url: valibot.optional(require_urls.VStringUrl()),
|
|
26
|
+
project_type: valibot.optional(require_string.VStringMax()),
|
|
27
|
+
project_pricing: valibot.optional(require_string.VStringMax()),
|
|
28
|
+
project_address: valibot.optional(require_string.VStringMax()),
|
|
29
|
+
phone_number: valibot.optional(require_phone.VStringPhone()),
|
|
30
|
+
num_of_models: require_number.VIntegerNullable(),
|
|
31
|
+
num_of_units_remain: require_number.VIntegerNullable(),
|
|
32
|
+
buyer_profile: valibot.optional(require_string.VStringMax()),
|
|
33
|
+
social_organic_start_date: valibot.optional(valibot.pipe(valibot.string(), valibot.isoDate())),
|
|
34
|
+
paid_media_start_date: valibot.optional(valibot.pipe(valibot.string(), valibot.isoDate())),
|
|
35
|
+
go_date: valibot.optional(valibot.pipe(valibot.string(), valibot.isoDate())),
|
|
36
|
+
sort: valibot.optional(require_entities_client_project_fields.QuerySortClientProjects)
|
|
37
|
+
});
|
|
38
|
+
//#endregion
|
|
39
|
+
exports.QueryStrapiSearchClientProjects = QueryStrapiSearchClientProjects;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { r as QuerySortOutput } from "../../sort-D9B3xl2d.cjs";
|
|
2
|
+
import * as v from "valibot";
|
|
3
|
+
|
|
4
|
+
//#region src/entities/client-project/query.d.ts
|
|
5
|
+
declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
|
|
6
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
7
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
8
|
+
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
9
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
10
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
11
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
12
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
13
|
+
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>, undefined>;
|
|
14
|
+
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
15
|
+
readonly project_url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>;
|
|
16
|
+
readonly project_type: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
17
|
+
readonly project_pricing: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
18
|
+
readonly project_address: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
19
|
+
readonly phone_number: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
20
|
+
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
21
|
+
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
22
|
+
readonly buyer_profile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
23
|
+
readonly social_organic_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
24
|
+
readonly paid_media_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
25
|
+
readonly go_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
26
|
+
readonly sort: v.OptionalSchema<v.GenericSchema<QuerySortOutput<"id" | "slug" | "createdAt" | "updatedAt" | "title" | "is_active" | "is_hidden" | "project_phase" | "project_url" | "project_type" | "project_pricing" | "project_address" | "phone_number" | "num_of_models" | "num_of_units_remain" | "buyer_profile" | "social_organic_start_date" | "paid_media_start_date" | "go_date">>, undefined>;
|
|
27
|
+
}, undefined>;
|
|
28
|
+
type QueryStrapiSearchClientProjects = v.InferOutput<typeof QueryStrapiSearchClientProjects>;
|
|
29
|
+
//#endregion
|
|
30
|
+
export { QueryStrapiSearchClientProjects };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { r as QuerySortOutput } from "../../sort-CGhEoZGd.mjs";
|
|
2
|
+
import * as v from "valibot";
|
|
3
|
+
|
|
4
|
+
//#region src/entities/client-project/query.d.ts
|
|
5
|
+
declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
|
|
6
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
7
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
8
|
+
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
9
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
10
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
11
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
12
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
13
|
+
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>, undefined>;
|
|
14
|
+
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
15
|
+
readonly project_url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>;
|
|
16
|
+
readonly project_type: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
17
|
+
readonly project_pricing: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
18
|
+
readonly project_address: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
19
|
+
readonly phone_number: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
20
|
+
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
21
|
+
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
22
|
+
readonly buyer_profile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
23
|
+
readonly social_organic_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
24
|
+
readonly paid_media_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
25
|
+
readonly go_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
26
|
+
readonly sort: v.OptionalSchema<v.GenericSchema<QuerySortOutput<"id" | "slug" | "createdAt" | "updatedAt" | "title" | "is_active" | "is_hidden" | "project_phase" | "project_url" | "project_type" | "project_pricing" | "project_address" | "phone_number" | "num_of_models" | "num_of_units_remain" | "buyer_profile" | "social_organic_start_date" | "paid_media_start_date" | "go_date">>, undefined>;
|
|
27
|
+
}, undefined>;
|
|
28
|
+
type QueryStrapiSearchClientProjects = v.InferOutput<typeof QueryStrapiSearchClientProjects>;
|
|
29
|
+
//#endregion
|
|
30
|
+
export { QueryStrapiSearchClientProjects };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import "../../limits-CKGuEuKA.mjs";
|
|
2
|
+
import { n as VSize, t as VPage } from "../../pagination-D5l_UjyM.mjs";
|
|
3
|
+
import { t as VStringPhone } from "../../phone-C9TNVDm_.mjs";
|
|
4
|
+
import { i as VStringMax, s as VStringShort } from "../../string-BHHnD2Qu.mjs";
|
|
5
|
+
import { t as VIntegerNullable } from "../../number-OMFRufFt.mjs";
|
|
6
|
+
import { t as VStringSlug } from "../../slug-BUtm1t-B.mjs";
|
|
7
|
+
import { t as VStringUrl } from "../../urls-UOvhCu0z.mjs";
|
|
8
|
+
import { CLIENT_PROJECT_STATUS } from "./constants.mjs";
|
|
9
|
+
import { ClientProjectPhase, ClientProjectStatus, QuerySortClientProjects } from "./fields.mjs";
|
|
10
|
+
import * as v from "valibot";
|
|
11
|
+
//#region src/entities/client-project/query.ts
|
|
12
|
+
const QueryStrapiSearchClientProjects = v.object({
|
|
13
|
+
page: VPage(),
|
|
14
|
+
size: VSize(100),
|
|
15
|
+
client_id: v.optional(VStringShort()),
|
|
16
|
+
title: v.optional(VStringMax()),
|
|
17
|
+
slug: v.optional(VStringSlug()),
|
|
18
|
+
is_active: v.optional(v.boolean()),
|
|
19
|
+
is_hidden: v.optional(v.boolean()),
|
|
20
|
+
project_status: v.optional(v.pipe(v.array(v.optional(ClientProjectStatus, CLIENT_PROJECT_STATUS[0])), v.minLength(1), v.maxLength(1))),
|
|
21
|
+
project_phase: v.optional(ClientProjectPhase),
|
|
22
|
+
project_url: v.optional(VStringUrl()),
|
|
23
|
+
project_type: v.optional(VStringMax()),
|
|
24
|
+
project_pricing: v.optional(VStringMax()),
|
|
25
|
+
project_address: v.optional(VStringMax()),
|
|
26
|
+
phone_number: v.optional(VStringPhone()),
|
|
27
|
+
num_of_models: VIntegerNullable(),
|
|
28
|
+
num_of_units_remain: VIntegerNullable(),
|
|
29
|
+
buyer_profile: v.optional(VStringMax()),
|
|
30
|
+
social_organic_start_date: v.optional(v.pipe(v.string(), v.isoDate())),
|
|
31
|
+
paid_media_start_date: v.optional(v.pipe(v.string(), v.isoDate())),
|
|
32
|
+
go_date: v.optional(v.pipe(v.string(), v.isoDate())),
|
|
33
|
+
sort: v.optional(QuerySortClientProjects)
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
export { QueryStrapiSearchClientProjects };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
//#region src/entities/client-report/constants.ts
|
|
3
|
+
const LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE = 10;
|
|
4
|
+
const LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE = 100;
|
|
5
|
+
const CLIENT_REPORT_SORT_KEYS = [
|
|
6
|
+
"id",
|
|
7
|
+
"title",
|
|
8
|
+
"is_active",
|
|
9
|
+
"is_external",
|
|
10
|
+
"is_hidden",
|
|
11
|
+
"createdAt",
|
|
12
|
+
"updatedAt"
|
|
13
|
+
];
|
|
14
|
+
//#endregion
|
|
15
|
+
exports.CLIENT_REPORT_SORT_KEYS = CLIENT_REPORT_SORT_KEYS;
|
|
16
|
+
exports.LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE = LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE;
|
|
17
|
+
exports.LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE = LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
//#region src/entities/client-report/constants.d.ts
|
|
2
|
+
declare const LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE = 10;
|
|
3
|
+
declare const LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE = 100;
|
|
4
|
+
declare const CLIENT_REPORT_SORT_KEYS: readonly ["id", "title", "is_active", "is_external", "is_hidden", "createdAt", "updatedAt"];
|
|
5
|
+
//#endregion
|
|
6
|
+
export { CLIENT_REPORT_SORT_KEYS, LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
//#region src/entities/client-report/constants.d.ts
|
|
2
|
+
declare const LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE = 10;
|
|
3
|
+
declare const LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE = 100;
|
|
4
|
+
declare const CLIENT_REPORT_SORT_KEYS: readonly ["id", "title", "is_active", "is_external", "is_hidden", "createdAt", "updatedAt"];
|
|
5
|
+
//#endregion
|
|
6
|
+
export { CLIENT_REPORT_SORT_KEYS, LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/entities/client-report/constants.ts
|
|
2
|
+
const LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE = 10;
|
|
3
|
+
const LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE = 100;
|
|
4
|
+
const CLIENT_REPORT_SORT_KEYS = [
|
|
5
|
+
"id",
|
|
6
|
+
"title",
|
|
7
|
+
"is_active",
|
|
8
|
+
"is_external",
|
|
9
|
+
"is_hidden",
|
|
10
|
+
"createdAt",
|
|
11
|
+
"updatedAt"
|
|
12
|
+
];
|
|
13
|
+
//#endregion
|
|
14
|
+
export { CLIENT_REPORT_SORT_KEYS, LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_sort = require("../../sort-DIln8tn5.cjs");
|
|
3
|
+
const require_entities_client_report_constants = require("./constants.cjs");
|
|
4
|
+
//#region src/entities/client-report/fields.ts
|
|
5
|
+
const QuerySortClientReports = require_sort.createQuerySort(require_entities_client_report_constants.CLIENT_REPORT_SORT_KEYS);
|
|
6
|
+
//#endregion
|
|
7
|
+
exports.QuerySortClientReports = QuerySortClientReports;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { r as QuerySortOutput } from "../../sort-D9B3xl2d.cjs";
|
|
2
|
+
import * as v from "valibot";
|
|
3
|
+
|
|
4
|
+
//#region src/entities/client-report/fields.d.ts
|
|
5
|
+
declare const QuerySortClientReports: v.GenericSchema<QuerySortOutput<"id" | "createdAt" | "updatedAt" | "title" | "is_active" | "is_hidden" | "is_external">>;
|
|
6
|
+
type QuerySortClientReports = v.InferOutput<typeof QuerySortClientReports>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { QuerySortClientReports };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { r as QuerySortOutput } from "../../sort-CGhEoZGd.mjs";
|
|
2
|
+
import * as v from "valibot";
|
|
3
|
+
|
|
4
|
+
//#region src/entities/client-report/fields.d.ts
|
|
5
|
+
declare const QuerySortClientReports: v.GenericSchema<QuerySortOutput<"id" | "createdAt" | "updatedAt" | "title" | "is_active" | "is_hidden" | "is_external">>;
|
|
6
|
+
type QuerySortClientReports = v.InferOutput<typeof QuerySortClientReports>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { QuerySortClientReports };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { r as createQuerySort } from "../../sort-BJrzr4Xl.mjs";
|
|
2
|
+
import { CLIENT_REPORT_SORT_KEYS } from "./constants.mjs";
|
|
3
|
+
//#region src/entities/client-report/fields.ts
|
|
4
|
+
const QuerySortClientReports = createQuerySort(CLIENT_REPORT_SORT_KEYS);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { QuerySortClientReports };
|
|
@@ -1,29 +1,10 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("../../chunk-CKQMccvm.cjs");
|
|
3
|
-
const require_pagination = require("../../pagination-DWZDPzR4.cjs");
|
|
4
|
-
const require_sort = require("../../sort-CI87SH1y.cjs");
|
|
5
3
|
const require_string = require("../../string-Yn-6xiAZ.cjs");
|
|
6
4
|
const require_relationships = require("../../relationships-DjHwYd4r.cjs");
|
|
7
5
|
const require_slug = require("../../slug-cWXTZEIT.cjs");
|
|
8
|
-
const require_document = require("../../document-DwkycUz9.cjs");
|
|
9
6
|
let valibot = require("valibot");
|
|
10
7
|
valibot = require_chunk.__toESM(valibot, 1);
|
|
11
|
-
//#region src/entities/client-report/constants.ts
|
|
12
|
-
const LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE = 10;
|
|
13
|
-
const LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE = 100;
|
|
14
|
-
const CLIENT_REPORT_SORT_KEYS = [
|
|
15
|
-
"id",
|
|
16
|
-
"title",
|
|
17
|
-
"is_active",
|
|
18
|
-
"is_external",
|
|
19
|
-
"is_hidden",
|
|
20
|
-
"createdAt",
|
|
21
|
-
"updatedAt"
|
|
22
|
-
];
|
|
23
|
-
//#endregion
|
|
24
|
-
//#region src/entities/client-report/fields.ts
|
|
25
|
-
const QuerySortClientReports = require_sort.createQuerySort(CLIENT_REPORT_SORT_KEYS);
|
|
26
|
-
//#endregion
|
|
27
8
|
//#region src/entities/client-report/mutation.ts
|
|
28
9
|
const CreateClientReportDocument = valibot.object({
|
|
29
10
|
title: require_string.VStringMinMax(),
|
|
@@ -48,26 +29,6 @@ const UpdateClientReportDocumentRequest = valibot.object({
|
|
|
48
29
|
data: UpdateClientReportDocument
|
|
49
30
|
});
|
|
50
31
|
//#endregion
|
|
51
|
-
//#region src/entities/client-report/query.ts
|
|
52
|
-
const QueryStrapiSearchClientReports = valibot.object({
|
|
53
|
-
page: require_pagination.VPage(),
|
|
54
|
-
size: require_pagination.VSize(100),
|
|
55
|
-
title: valibot.optional(require_string.VStringMax()),
|
|
56
|
-
report_id: valibot.optional(require_string.VStringMax()),
|
|
57
|
-
is_active: valibot.optional(valibot.boolean()),
|
|
58
|
-
is_external: valibot.optional(valibot.boolean()),
|
|
59
|
-
is_hidden: valibot.optional(valibot.boolean()),
|
|
60
|
-
client_id: valibot.optional(require_string.VStringMinMax()),
|
|
61
|
-
clients: valibot.optional(require_relationships.SQueryManyEntities),
|
|
62
|
-
sort: QuerySortClientReports
|
|
63
|
-
});
|
|
64
|
-
//#endregion
|
|
65
|
-
exports.CLIENT_REPORT_SORT_KEYS = CLIENT_REPORT_SORT_KEYS;
|
|
66
|
-
exports.ClientReportDocument = require_document.ClientReportDocument;
|
|
67
32
|
exports.CreateClientReportDocument = CreateClientReportDocument;
|
|
68
|
-
exports.LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE = LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE;
|
|
69
|
-
exports.LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE = LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE;
|
|
70
|
-
exports.QuerySortClientReports = QuerySortClientReports;
|
|
71
|
-
exports.QueryStrapiSearchClientReports = QueryStrapiSearchClientReports;
|
|
72
33
|
exports.UpdateClientReportDocument = UpdateClientReportDocument;
|
|
73
34
|
exports.UpdateClientReportDocumentRequest = UpdateClientReportDocumentRequest;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as v from "valibot";
|
|
2
|
+
|
|
3
|
+
//#region src/entities/client-report/mutation.d.ts
|
|
4
|
+
declare const CreateClientReportDocument: v.ObjectSchema<{
|
|
5
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6
|
+
readonly report_id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
7
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, true>;
|
|
8
|
+
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
9
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
10
|
+
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
11
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
12
|
+
}, undefined>;
|
|
13
|
+
type CreateClientReportDocument = v.InferOutput<typeof CreateClientReportDocument>;
|
|
14
|
+
declare const UpdateClientReportDocument: v.ObjectSchema<{
|
|
15
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
16
|
+
readonly report_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
17
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
18
|
+
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
19
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
20
|
+
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
21
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
22
|
+
}, undefined>;
|
|
23
|
+
type UpdateClientReportDocument = v.InferOutput<typeof UpdateClientReportDocument>;
|
|
24
|
+
declare const UpdateClientReportDocumentRequest: v.ObjectSchema<{
|
|
25
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
26
|
+
readonly data: v.ObjectSchema<{
|
|
27
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
28
|
+
readonly report_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
29
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
30
|
+
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
31
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
32
|
+
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
33
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
34
|
+
}, undefined>;
|
|
35
|
+
}, undefined>;
|
|
36
|
+
type UpdateClientReportDocumentRequest = v.InferOutput<typeof UpdateClientReportDocumentRequest>;
|
|
37
|
+
//#endregion
|
|
38
|
+
export { CreateClientReportDocument, UpdateClientReportDocument, UpdateClientReportDocumentRequest };
|