@getcommunity/gc-validators 0.0.271-alpha.28 → 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.d.cts +3 -1
- package/dist/base/index.d.mts +5 -3
- 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-CxCEXgLG.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-CCIFcvUz.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} +3 -2
- 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-DSCV3ifg.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-KxCfd05r.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-CxuLg4Y8.d.mts → index-DHkpV702.d.mts} +10 -56
- package/dist/{index-BhOJmpYi.d.cts → index-LS8utbTg.d.cts} +9 -55
- 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-Do-NCMdA.d.mts +42 -0
- package/dist/sort-CGhEoZGd.d.mts +12 -0
- package/dist/sort-D9B3xl2d.d.cts +12 -0
- package/dist/utilities/index.d.cts +3 -2
- package/dist/utilities/index.d.mts +3 -2
- package/package.json +61 -8
- package/dist/document-DESBxiaO.mjs +0 -129
- package/dist/document-vI8pMwjv.cjs +0 -238
- 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-9S5fRfl_.d.mts +0 -201
- package/dist/index-BQ-q8Rqt.d.cts +0 -201
- package/dist/index-CKbtwmVl.d.cts +0 -4761
- package/dist/index-Ceb7nLSG.d.mts +0 -4761
- /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,27 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_chunk = require("../../chunk-CKQMccvm.cjs");
|
|
3
|
+
require("../../pagination-4pZafglS.cjs");
|
|
4
|
+
const require_pagination$1 = require("../../pagination-DWZDPzR4.cjs");
|
|
5
|
+
const require_string = require("../../string-Yn-6xiAZ.cjs");
|
|
6
|
+
const require_number = require("../../number-Bt4nZKCU.cjs");
|
|
7
|
+
const require_entities_teamwork_constants = require("./constants.cjs");
|
|
8
|
+
const require_entities_teamwork_fields = require("./fields.cjs");
|
|
9
|
+
let valibot = require("valibot");
|
|
10
|
+
valibot = require_chunk.__toESM(valibot, 1);
|
|
11
|
+
//#region src/entities/teamwork/query.ts
|
|
12
|
+
const QueryStrapiSearchTeamworkProjectHealth = valibot.object({
|
|
13
|
+
page: require_pagination$1.VPage(),
|
|
14
|
+
size: require_pagination$1.VSize(100),
|
|
15
|
+
lastPeriodDays: require_number.VIntegerNullable(),
|
|
16
|
+
searchTerm: valibot.optional(require_string.VStringMax()),
|
|
17
|
+
excludeTagIds: valibot.optional(valibot.array(require_string.VStringMinMax())),
|
|
18
|
+
includeArchivedProjects: valibot.optional(valibot.boolean()),
|
|
19
|
+
projectCategoryIds: valibot.optional(valibot.array(require_string.VStringMinMax())),
|
|
20
|
+
projectCompanyIds: valibot.optional(valibot.array(require_string.VStringMinMax())),
|
|
21
|
+
projectTagIds: valibot.optional(valibot.array(require_string.VStringMinMax())),
|
|
22
|
+
projectHealths: valibot.optional(require_string.VStringMax()),
|
|
23
|
+
projectStatuses: valibot.optional(valibot.picklist(require_entities_teamwork_constants.TEAMWORK_PROJECT_HEALTH_PROJECT_STATUS_OPTIONS.map((option) => option.value)), require_entities_teamwork_constants.TEAMWORK_PROJECT_HEALTH_PROJECT_STATUS_OPTIONS[0].value),
|
|
24
|
+
sort: valibot.optional(require_entities_teamwork_fields.QuerySortTeamworkProjectHealth)
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
exports.QueryStrapiSearchTeamworkProjectHealth = QueryStrapiSearchTeamworkProjectHealth;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as v from "valibot";
|
|
2
|
+
|
|
3
|
+
//#region src/entities/teamwork/query.d.ts
|
|
4
|
+
declare const QueryStrapiSearchTeamworkProjectHealth: v.ObjectSchema<{
|
|
5
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
6
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
7
|
+
readonly lastPeriodDays: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
8
|
+
readonly searchTerm: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
9
|
+
readonly excludeTagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
10
|
+
readonly includeArchivedProjects: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11
|
+
readonly projectCategoryIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
12
|
+
readonly projectCompanyIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
13
|
+
readonly projectTagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
14
|
+
readonly projectHealths: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
15
|
+
readonly projectStatuses: v.OptionalSchema<v.PicklistSchema<("active" | "current" | "late" | "upcoming" | "completed" | "archived")[], undefined>, "active">;
|
|
16
|
+
readonly sort: v.OptionalSchema<v.OptionalSchema<v.ObjectSchema<{
|
|
17
|
+
readonly key: v.PicklistSchema<("name" | "health")[], undefined>;
|
|
18
|
+
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
19
|
+
}, undefined>, undefined>, undefined>;
|
|
20
|
+
}, undefined>;
|
|
21
|
+
type QueryStrapiSearchTeamworkProjectHealth = v.InferOutput<typeof QueryStrapiSearchTeamworkProjectHealth>;
|
|
22
|
+
//#endregion
|
|
23
|
+
export { QueryStrapiSearchTeamworkProjectHealth };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as v from "valibot";
|
|
2
|
+
|
|
3
|
+
//#region src/entities/teamwork/query.d.ts
|
|
4
|
+
declare const QueryStrapiSearchTeamworkProjectHealth: v.ObjectSchema<{
|
|
5
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
6
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
7
|
+
readonly lastPeriodDays: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
8
|
+
readonly searchTerm: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
9
|
+
readonly excludeTagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
10
|
+
readonly includeArchivedProjects: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
11
|
+
readonly projectCategoryIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
12
|
+
readonly projectCompanyIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
13
|
+
readonly projectTagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
14
|
+
readonly projectHealths: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
15
|
+
readonly projectStatuses: v.OptionalSchema<v.PicklistSchema<("active" | "current" | "late" | "upcoming" | "completed" | "archived")[], undefined>, "active">;
|
|
16
|
+
readonly sort: v.OptionalSchema<v.OptionalSchema<v.ObjectSchema<{
|
|
17
|
+
readonly key: v.PicklistSchema<("name" | "health")[], undefined>;
|
|
18
|
+
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
19
|
+
}, undefined>, undefined>, undefined>;
|
|
20
|
+
}, undefined>;
|
|
21
|
+
type QueryStrapiSearchTeamworkProjectHealth = v.InferOutput<typeof QueryStrapiSearchTeamworkProjectHealth>;
|
|
22
|
+
//#endregion
|
|
23
|
+
export { QueryStrapiSearchTeamworkProjectHealth };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import "../../pagination-owwfYJS6.mjs";
|
|
2
|
+
import { n as VSize, t as VPage } from "../../pagination-D5l_UjyM.mjs";
|
|
3
|
+
import { a as VStringMinMax, i as VStringMax } from "../../string-BHHnD2Qu.mjs";
|
|
4
|
+
import { t as VIntegerNullable } from "../../number-OMFRufFt.mjs";
|
|
5
|
+
import { TEAMWORK_PROJECT_HEALTH_PROJECT_STATUS_OPTIONS } from "./constants.mjs";
|
|
6
|
+
import { QuerySortTeamworkProjectHealth } from "./fields.mjs";
|
|
7
|
+
import * as v from "valibot";
|
|
8
|
+
//#region src/entities/teamwork/query.ts
|
|
9
|
+
const QueryStrapiSearchTeamworkProjectHealth = v.object({
|
|
10
|
+
page: VPage(),
|
|
11
|
+
size: VSize(100),
|
|
12
|
+
lastPeriodDays: VIntegerNullable(),
|
|
13
|
+
searchTerm: v.optional(VStringMax()),
|
|
14
|
+
excludeTagIds: v.optional(v.array(VStringMinMax())),
|
|
15
|
+
includeArchivedProjects: v.optional(v.boolean()),
|
|
16
|
+
projectCategoryIds: v.optional(v.array(VStringMinMax())),
|
|
17
|
+
projectCompanyIds: v.optional(v.array(VStringMinMax())),
|
|
18
|
+
projectTagIds: v.optional(v.array(VStringMinMax())),
|
|
19
|
+
projectHealths: v.optional(VStringMax()),
|
|
20
|
+
projectStatuses: v.optional(v.picklist(TEAMWORK_PROJECT_HEALTH_PROJECT_STATUS_OPTIONS.map((option) => option.value)), TEAMWORK_PROJECT_HEALTH_PROJECT_STATUS_OPTIONS[0].value),
|
|
21
|
+
sort: v.optional(QuerySortTeamworkProjectHealth)
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { QueryStrapiSearchTeamworkProjectHealth };
|
|
File without changes
|
|
@@ -1,67 +1,5 @@
|
|
|
1
|
-
import { t as JsonData } from "
|
|
2
|
-
import * as v from "valibot";
|
|
1
|
+
import { t as JsonData } from "../../../json-Cm6HECXA.cjs";
|
|
3
2
|
|
|
4
|
-
//#region src/entities/teamwork/constants.d.ts
|
|
5
|
-
declare const TEAMWORK_PROJECT_HEALTH_SELECT_SORT_OPTIONS: readonly [{
|
|
6
|
-
readonly label: "Name";
|
|
7
|
-
readonly value: "name";
|
|
8
|
-
}, {
|
|
9
|
-
readonly label: "Health";
|
|
10
|
-
readonly value: "health";
|
|
11
|
-
}];
|
|
12
|
-
declare const TEAMWORK_PROJECT_HEALTH_PROJECT_STATUS_OPTIONS: readonly [{
|
|
13
|
-
readonly label: "Active";
|
|
14
|
-
readonly value: "active";
|
|
15
|
-
readonly description: "Projects that are currently active";
|
|
16
|
-
}, {
|
|
17
|
-
readonly label: "Current";
|
|
18
|
-
readonly value: "current";
|
|
19
|
-
readonly description: "Projects that are currently ongoing";
|
|
20
|
-
}, {
|
|
21
|
-
readonly label: "Late";
|
|
22
|
-
readonly value: "late";
|
|
23
|
-
readonly description: "Projects that are behind schedule";
|
|
24
|
-
}, {
|
|
25
|
-
readonly label: "Upcoming";
|
|
26
|
-
readonly value: "upcoming";
|
|
27
|
-
readonly description: "Projects that are scheduled to start soon";
|
|
28
|
-
}, {
|
|
29
|
-
readonly label: "Completed";
|
|
30
|
-
readonly value: "completed";
|
|
31
|
-
readonly description: "Projects that have been completed";
|
|
32
|
-
}, {
|
|
33
|
-
readonly label: "Archived";
|
|
34
|
-
readonly value: "archived";
|
|
35
|
-
readonly description: "Projects that have been archived";
|
|
36
|
-
}];
|
|
37
|
-
//#endregion
|
|
38
|
-
//#region src/entities/teamwork/fields.d.ts
|
|
39
|
-
declare const QuerySortTeamworkProjectHealth: v.OptionalSchema<v.ObjectSchema<{
|
|
40
|
-
readonly key: v.PicklistSchema<("name" | "health")[], undefined>;
|
|
41
|
-
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
42
|
-
}, undefined>, undefined>;
|
|
43
|
-
type QuerySortTeamworkProjectHealth = v.InferOutput<typeof QuerySortTeamworkProjectHealth>;
|
|
44
|
-
//#endregion
|
|
45
|
-
//#region src/entities/teamwork/query.d.ts
|
|
46
|
-
declare const QueryStrapiSearchTeamworkProjectHealth: v.ObjectSchema<{
|
|
47
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
48
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
49
|
-
readonly lastPeriodDays: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
50
|
-
readonly searchTerm: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
51
|
-
readonly excludeTagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
52
|
-
readonly includeArchivedProjects: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
53
|
-
readonly projectCategoryIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
54
|
-
readonly projectCompanyIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
55
|
-
readonly projectTagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
56
|
-
readonly projectHealths: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
57
|
-
readonly projectStatuses: v.OptionalSchema<v.PicklistSchema<("active" | "current" | "late" | "upcoming" | "completed" | "archived")[], undefined>, "active">;
|
|
58
|
-
readonly sort: v.OptionalSchema<v.OptionalSchema<v.ObjectSchema<{
|
|
59
|
-
readonly key: v.PicklistSchema<("name" | "health")[], undefined>;
|
|
60
|
-
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
61
|
-
}, undefined>, undefined>, undefined>;
|
|
62
|
-
}, undefined>;
|
|
63
|
-
type QueryStrapiSearchTeamworkProjectHealth = v.InferOutput<typeof QueryStrapiSearchTeamworkProjectHealth>;
|
|
64
|
-
//#endregion
|
|
65
3
|
//#region src/entities/teamwork/types/generic.types.d.ts
|
|
66
4
|
type TeamworkResponseMetaPagination = {
|
|
67
5
|
pageOffset: number;
|
|
@@ -508,4 +446,4 @@ type TeamworkTasklistResponse = {
|
|
|
508
446
|
included: object;
|
|
509
447
|
};
|
|
510
448
|
//#endregion
|
|
511
|
-
export {
|
|
449
|
+
export { TeamworkActivePages, TeamworkCompany, TeamworkCurrency, TeamworkCustomField, TeamworkLockdown, TeamworkProject, TeamworkProjectCategory, TeamworkProjectCustomField, TeamworkProjectResponse, TeamworkProjectResponseMeta, TeamworkProjectTaskStat, TeamworkProjectUpdate, TeamworkProjectsResponse, TeamworkRelatedMeta, TeamworkResponseMeta, TeamworkResponseMetaPagination, TeamworkResponseMetaProjectStats, TeamworkTag, TeamworkTagResponse, TeamworkTagResponseMeta, TeamworkTagsResponse, TeamworkTask, TeamworkTaskCard, TeamworkTaskResponse, TeamworkTaskResponseMeta, TeamworkTaskUserPermissions, TeamworkTasklist, TeamworkTasklistResponse, TeamworkTasklistResponseMeta, TeamworkTasklistsResponse, TeamworkTasksResponse, TeamworkUserAccount };
|
|
@@ -1,67 +1,5 @@
|
|
|
1
|
-
import { t as JsonData } from "
|
|
2
|
-
import * as v from "valibot";
|
|
1
|
+
import { t as JsonData } from "../../../json-Dk27QL29.mjs";
|
|
3
2
|
|
|
4
|
-
//#region src/entities/teamwork/constants.d.ts
|
|
5
|
-
declare const TEAMWORK_PROJECT_HEALTH_SELECT_SORT_OPTIONS: readonly [{
|
|
6
|
-
readonly label: "Name";
|
|
7
|
-
readonly value: "name";
|
|
8
|
-
}, {
|
|
9
|
-
readonly label: "Health";
|
|
10
|
-
readonly value: "health";
|
|
11
|
-
}];
|
|
12
|
-
declare const TEAMWORK_PROJECT_HEALTH_PROJECT_STATUS_OPTIONS: readonly [{
|
|
13
|
-
readonly label: "Active";
|
|
14
|
-
readonly value: "active";
|
|
15
|
-
readonly description: "Projects that are currently active";
|
|
16
|
-
}, {
|
|
17
|
-
readonly label: "Current";
|
|
18
|
-
readonly value: "current";
|
|
19
|
-
readonly description: "Projects that are currently ongoing";
|
|
20
|
-
}, {
|
|
21
|
-
readonly label: "Late";
|
|
22
|
-
readonly value: "late";
|
|
23
|
-
readonly description: "Projects that are behind schedule";
|
|
24
|
-
}, {
|
|
25
|
-
readonly label: "Upcoming";
|
|
26
|
-
readonly value: "upcoming";
|
|
27
|
-
readonly description: "Projects that are scheduled to start soon";
|
|
28
|
-
}, {
|
|
29
|
-
readonly label: "Completed";
|
|
30
|
-
readonly value: "completed";
|
|
31
|
-
readonly description: "Projects that have been completed";
|
|
32
|
-
}, {
|
|
33
|
-
readonly label: "Archived";
|
|
34
|
-
readonly value: "archived";
|
|
35
|
-
readonly description: "Projects that have been archived";
|
|
36
|
-
}];
|
|
37
|
-
//#endregion
|
|
38
|
-
//#region src/entities/teamwork/fields.d.ts
|
|
39
|
-
declare const QuerySortTeamworkProjectHealth: v.OptionalSchema<v.ObjectSchema<{
|
|
40
|
-
readonly key: v.PicklistSchema<("name" | "health")[], undefined>;
|
|
41
|
-
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
42
|
-
}, undefined>, undefined>;
|
|
43
|
-
type QuerySortTeamworkProjectHealth = v.InferOutput<typeof QuerySortTeamworkProjectHealth>;
|
|
44
|
-
//#endregion
|
|
45
|
-
//#region src/entities/teamwork/query.d.ts
|
|
46
|
-
declare const QueryStrapiSearchTeamworkProjectHealth: v.ObjectSchema<{
|
|
47
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
48
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
49
|
-
readonly lastPeriodDays: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
50
|
-
readonly searchTerm: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
51
|
-
readonly excludeTagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
52
|
-
readonly includeArchivedProjects: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
53
|
-
readonly projectCategoryIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
54
|
-
readonly projectCompanyIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
55
|
-
readonly projectTagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
56
|
-
readonly projectHealths: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
57
|
-
readonly projectStatuses: v.OptionalSchema<v.PicklistSchema<("active" | "current" | "late" | "upcoming" | "completed" | "archived")[], undefined>, "active">;
|
|
58
|
-
readonly sort: v.OptionalSchema<v.OptionalSchema<v.ObjectSchema<{
|
|
59
|
-
readonly key: v.PicklistSchema<("name" | "health")[], undefined>;
|
|
60
|
-
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
61
|
-
}, undefined>, undefined>, undefined>;
|
|
62
|
-
}, undefined>;
|
|
63
|
-
type QueryStrapiSearchTeamworkProjectHealth = v.InferOutput<typeof QueryStrapiSearchTeamworkProjectHealth>;
|
|
64
|
-
//#endregion
|
|
65
3
|
//#region src/entities/teamwork/types/generic.types.d.ts
|
|
66
4
|
type TeamworkResponseMetaPagination = {
|
|
67
5
|
pageOffset: number;
|
|
@@ -508,4 +446,4 @@ type TeamworkTasklistResponse = {
|
|
|
508
446
|
included: object;
|
|
509
447
|
};
|
|
510
448
|
//#endregion
|
|
511
|
-
export {
|
|
449
|
+
export { TeamworkActivePages, TeamworkCompany, TeamworkCurrency, TeamworkCustomField, TeamworkLockdown, TeamworkProject, TeamworkProjectCategory, TeamworkProjectCustomField, TeamworkProjectResponse, TeamworkProjectResponseMeta, TeamworkProjectTaskStat, TeamworkProjectUpdate, TeamworkProjectsResponse, TeamworkRelatedMeta, TeamworkResponseMeta, TeamworkResponseMetaPagination, TeamworkResponseMetaProjectStats, TeamworkTag, TeamworkTagResponse, TeamworkTagResponseMeta, TeamworkTagsResponse, TeamworkTask, TeamworkTaskCard, TeamworkTaskResponse, TeamworkTaskResponseMeta, TeamworkTaskUserPermissions, TeamworkTasklist, TeamworkTasklistResponse, TeamworkTasklistResponseMeta, TeamworkTasklistsResponse, TeamworkTasksResponse, TeamworkUserAccount };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
//#region src/entities/trend/constants.ts
|
|
3
|
+
const LIMIT_TREND_PAGINATION_DEFAULT_SIZE = 7;
|
|
4
|
+
const LIMIT_TREND_PAGINATION_MAX_SIZE = 100;
|
|
5
|
+
//#endregion
|
|
6
|
+
exports.LIMIT_TREND_PAGINATION_DEFAULT_SIZE = LIMIT_TREND_PAGINATION_DEFAULT_SIZE;
|
|
7
|
+
exports.LIMIT_TREND_PAGINATION_MAX_SIZE = LIMIT_TREND_PAGINATION_MAX_SIZE;
|
|
@@ -1,20 +1,12 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("../../chunk-CKQMccvm.cjs");
|
|
3
3
|
const require_relationships = require("../../relationships-DjHwYd4r.cjs");
|
|
4
|
-
const require_document = require("../../document-vI8pMwjv.cjs");
|
|
5
4
|
let valibot = require("valibot");
|
|
6
5
|
valibot = require_chunk.__toESM(valibot, 1);
|
|
7
|
-
//#region src/entities/trend/constants.ts
|
|
8
|
-
const LIMIT_TREND_PAGINATION_DEFAULT_SIZE = 7;
|
|
9
|
-
const LIMIT_TREND_PAGINATION_MAX_SIZE = 100;
|
|
10
|
-
//#endregion
|
|
11
6
|
//#region src/entities/trend/mutation.ts
|
|
12
7
|
const UpdateTrendsLikes = valibot.object({
|
|
13
8
|
documentId: require_relationships.SAssociateOneEntity,
|
|
14
9
|
likes: valibot.number()
|
|
15
10
|
});
|
|
16
11
|
//#endregion
|
|
17
|
-
exports.LIMIT_TREND_PAGINATION_DEFAULT_SIZE = LIMIT_TREND_PAGINATION_DEFAULT_SIZE;
|
|
18
|
-
exports.LIMIT_TREND_PAGINATION_MAX_SIZE = LIMIT_TREND_PAGINATION_MAX_SIZE;
|
|
19
|
-
exports.TrendDocument = require_document.TrendDocument;
|
|
20
12
|
exports.UpdateTrendsLikes = UpdateTrendsLikes;
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
import { c as TrendDocument } from "../../index-DSCV3ifg.mjs";
|
|
2
1
|
import * as v from "valibot";
|
|
3
2
|
|
|
4
|
-
//#region src/entities/trend/constants.d.ts
|
|
5
|
-
declare const LIMIT_TREND_PAGINATION_DEFAULT_SIZE = 7;
|
|
6
|
-
declare const LIMIT_TREND_PAGINATION_MAX_SIZE = 100;
|
|
7
|
-
//#endregion
|
|
8
3
|
//#region src/entities/trend/mutation.d.ts
|
|
9
4
|
declare const UpdateTrendsLikes: v.ObjectSchema<{
|
|
10
5
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
@@ -12,4 +7,4 @@ declare const UpdateTrendsLikes: v.ObjectSchema<{
|
|
|
12
7
|
}, undefined>;
|
|
13
8
|
type UpdateTrendsLikes = v.InferOutput<typeof UpdateTrendsLikes>;
|
|
14
9
|
//#endregion
|
|
15
|
-
export {
|
|
10
|
+
export { UpdateTrendsLikes };
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
import { c as TrendDocument } from "../../index-KxCfd05r.cjs";
|
|
2
1
|
import * as v from "valibot";
|
|
3
2
|
|
|
4
|
-
//#region src/entities/trend/constants.d.ts
|
|
5
|
-
declare const LIMIT_TREND_PAGINATION_DEFAULT_SIZE = 7;
|
|
6
|
-
declare const LIMIT_TREND_PAGINATION_MAX_SIZE = 100;
|
|
7
|
-
//#endregion
|
|
8
3
|
//#region src/entities/trend/mutation.d.ts
|
|
9
4
|
declare const UpdateTrendsLikes: v.ObjectSchema<{
|
|
10
5
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
@@ -12,4 +7,4 @@ declare const UpdateTrendsLikes: v.ObjectSchema<{
|
|
|
12
7
|
}, undefined>;
|
|
13
8
|
type UpdateTrendsLikes = v.InferOutput<typeof UpdateTrendsLikes>;
|
|
14
9
|
//#endregion
|
|
15
|
-
export {
|
|
10
|
+
export { UpdateTrendsLikes };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { o as SAssociateOneEntity } from "../../relationships-yPO5SILR.mjs";
|
|
2
|
+
import * as v from "valibot";
|
|
3
|
+
//#region src/entities/trend/mutation.ts
|
|
4
|
+
const UpdateTrendsLikes = v.object({
|
|
5
|
+
documentId: SAssociateOneEntity,
|
|
6
|
+
likes: v.number()
|
|
7
|
+
});
|
|
8
|
+
//#endregion
|
|
9
|
+
export { UpdateTrendsLikes };
|
|
@@ -4,7 +4,7 @@ require("../../limits-CW6iJ7kB.cjs");
|
|
|
4
4
|
const require_email = require("../../email-ByTEdUjg.cjs");
|
|
5
5
|
const require_string = require("../../string-Yn-6xiAZ.cjs");
|
|
6
6
|
const require_number = require("../../number-Bt4nZKCU.cjs");
|
|
7
|
-
const
|
|
7
|
+
const require_entities_up_user_fields = require("../up-user/fields.cjs");
|
|
8
8
|
let valibot = require("valibot");
|
|
9
9
|
valibot = require_chunk.__toESM(valibot, 1);
|
|
10
10
|
//#region src/entities/up-auth/mutation.ts
|
|
@@ -14,7 +14,7 @@ const SLoginUser = valibot.object({
|
|
|
14
14
|
password: require_string.VStringMinMax(8, 255)
|
|
15
15
|
});
|
|
16
16
|
const SRegisterUser = valibot.object({
|
|
17
|
-
username:
|
|
17
|
+
username: require_entities_up_user_fields.ValidUsername,
|
|
18
18
|
email: require_email.VStringEmail(),
|
|
19
19
|
password: require_string.VStringMinMax(8, 255)
|
|
20
20
|
});
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import * as v from "valibot";
|
|
2
|
+
|
|
3
|
+
//#region src/entities/up-auth/mutation.d.ts
|
|
4
|
+
declare const SUserToken: v.ObjectSchema<{
|
|
5
|
+
readonly token: v.StringSchema<undefined>;
|
|
6
|
+
}, undefined>;
|
|
7
|
+
type SUserToken = v.InferOutput<typeof SUserToken>;
|
|
8
|
+
declare const SLoginUser: v.ObjectSchema<{
|
|
9
|
+
readonly identifier: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
10
|
+
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
11
|
+
}, undefined>;
|
|
12
|
+
type SLoginUser = v.InferOutput<typeof SLoginUser>;
|
|
13
|
+
declare const SRegisterUser: v.ObjectSchema<{
|
|
14
|
+
readonly username: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
15
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
16
|
+
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
17
|
+
}, undefined>;
|
|
18
|
+
type SRegisterUser = v.InferOutput<typeof SRegisterUser>;
|
|
19
|
+
declare const SForgotUserPassword: v.ObjectSchema<{
|
|
20
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
21
|
+
}, undefined>;
|
|
22
|
+
type SForgotUserPassword = v.InferOutput<typeof SForgotUserPassword>;
|
|
23
|
+
declare const SRequestConfirmEmail: v.ObjectSchema<{
|
|
24
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
25
|
+
}, undefined>;
|
|
26
|
+
type SRequestConfirmEmail = v.InferOutput<typeof SRequestConfirmEmail>;
|
|
27
|
+
declare const SResetUserPassword: v.ObjectSchema<{
|
|
28
|
+
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
29
|
+
readonly passwordConfirmation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
30
|
+
readonly code: v.StringSchema<undefined>;
|
|
31
|
+
}, undefined>;
|
|
32
|
+
type SResetUserPassword = v.InferOutput<typeof SResetUserPassword>;
|
|
33
|
+
declare const SChangePassword: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
34
|
+
readonly currentPassword: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
35
|
+
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
36
|
+
readonly passwordConfirmation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
37
|
+
}, undefined>, v.BaseValidation<{
|
|
38
|
+
currentPassword: string;
|
|
39
|
+
password: string;
|
|
40
|
+
passwordConfirmation: string;
|
|
41
|
+
}, {
|
|
42
|
+
currentPassword: string;
|
|
43
|
+
password: string;
|
|
44
|
+
passwordConfirmation: string;
|
|
45
|
+
}, v.PartialCheckIssue<{
|
|
46
|
+
password: string;
|
|
47
|
+
passwordConfirmation: string;
|
|
48
|
+
}>>]>;
|
|
49
|
+
type SChangePassword = v.InferOutput<typeof SChangePassword>;
|
|
50
|
+
declare const SAuthRawAccessToken: v.ObjectSchema<{
|
|
51
|
+
readonly access_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
52
|
+
readonly expires_in: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
53
|
+
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
54
|
+
readonly token_type: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
55
|
+
readonly id_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
56
|
+
}, undefined>;
|
|
57
|
+
type SAuthRawAccessToken = v.InferOutput<typeof SAuthRawAccessToken>;
|
|
58
|
+
declare const SAuthConnectProviderRedirectSearch: v.ObjectSchema<{
|
|
59
|
+
readonly id_token: v.StringSchema<undefined>;
|
|
60
|
+
readonly access_token: v.StringSchema<undefined>;
|
|
61
|
+
readonly raw: v.OptionalSchema<v.ObjectSchema<{
|
|
62
|
+
readonly access_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
63
|
+
readonly expires_in: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
64
|
+
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
65
|
+
readonly token_type: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
66
|
+
readonly id_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
67
|
+
}, undefined>, undefined>;
|
|
68
|
+
}, undefined>;
|
|
69
|
+
type SAuthConnectProviderRedirectSearch = v.InferOutput<typeof SAuthConnectProviderRedirectSearch>;
|
|
70
|
+
declare const SAuthConnectProviderConfirmation: v.ObjectSchema<{
|
|
71
|
+
readonly provider: v.StringSchema<undefined>;
|
|
72
|
+
readonly search: v.ObjectSchema<{
|
|
73
|
+
readonly id_token: v.StringSchema<undefined>;
|
|
74
|
+
readonly access_token: v.StringSchema<undefined>;
|
|
75
|
+
readonly raw: v.OptionalSchema<v.ObjectSchema<{
|
|
76
|
+
readonly access_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
77
|
+
readonly expires_in: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
78
|
+
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
79
|
+
readonly token_type: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
80
|
+
readonly id_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
81
|
+
}, undefined>, undefined>;
|
|
82
|
+
}, undefined>;
|
|
83
|
+
}, undefined>;
|
|
84
|
+
type SAuthConnectProviderConfirmation = v.InferOutput<typeof SAuthConnectProviderConfirmation>;
|
|
85
|
+
//#endregion
|
|
86
|
+
export { SAuthConnectProviderConfirmation, SAuthConnectProviderRedirectSearch, SAuthRawAccessToken, SChangePassword, SForgotUserPassword, SLoginUser, SRegisterUser, SRequestConfirmEmail, SResetUserPassword, SUserToken };
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import * as v from "valibot";
|
|
2
|
+
|
|
3
|
+
//#region src/entities/up-auth/mutation.d.ts
|
|
4
|
+
declare const SUserToken: v.ObjectSchema<{
|
|
5
|
+
readonly token: v.StringSchema<undefined>;
|
|
6
|
+
}, undefined>;
|
|
7
|
+
type SUserToken = v.InferOutput<typeof SUserToken>;
|
|
8
|
+
declare const SLoginUser: v.ObjectSchema<{
|
|
9
|
+
readonly identifier: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
10
|
+
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
11
|
+
}, undefined>;
|
|
12
|
+
type SLoginUser = v.InferOutput<typeof SLoginUser>;
|
|
13
|
+
declare const SRegisterUser: v.ObjectSchema<{
|
|
14
|
+
readonly username: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
15
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
16
|
+
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
17
|
+
}, undefined>;
|
|
18
|
+
type SRegisterUser = v.InferOutput<typeof SRegisterUser>;
|
|
19
|
+
declare const SForgotUserPassword: v.ObjectSchema<{
|
|
20
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
21
|
+
}, undefined>;
|
|
22
|
+
type SForgotUserPassword = v.InferOutput<typeof SForgotUserPassword>;
|
|
23
|
+
declare const SRequestConfirmEmail: v.ObjectSchema<{
|
|
24
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
25
|
+
}, undefined>;
|
|
26
|
+
type SRequestConfirmEmail = v.InferOutput<typeof SRequestConfirmEmail>;
|
|
27
|
+
declare const SResetUserPassword: v.ObjectSchema<{
|
|
28
|
+
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
29
|
+
readonly passwordConfirmation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
30
|
+
readonly code: v.StringSchema<undefined>;
|
|
31
|
+
}, undefined>;
|
|
32
|
+
type SResetUserPassword = v.InferOutput<typeof SResetUserPassword>;
|
|
33
|
+
declare const SChangePassword: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
34
|
+
readonly currentPassword: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
35
|
+
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
36
|
+
readonly passwordConfirmation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
37
|
+
}, undefined>, v.BaseValidation<{
|
|
38
|
+
currentPassword: string;
|
|
39
|
+
password: string;
|
|
40
|
+
passwordConfirmation: string;
|
|
41
|
+
}, {
|
|
42
|
+
currentPassword: string;
|
|
43
|
+
password: string;
|
|
44
|
+
passwordConfirmation: string;
|
|
45
|
+
}, v.PartialCheckIssue<{
|
|
46
|
+
password: string;
|
|
47
|
+
passwordConfirmation: string;
|
|
48
|
+
}>>]>;
|
|
49
|
+
type SChangePassword = v.InferOutput<typeof SChangePassword>;
|
|
50
|
+
declare const SAuthRawAccessToken: v.ObjectSchema<{
|
|
51
|
+
readonly access_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
52
|
+
readonly expires_in: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
53
|
+
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
54
|
+
readonly token_type: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
55
|
+
readonly id_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
56
|
+
}, undefined>;
|
|
57
|
+
type SAuthRawAccessToken = v.InferOutput<typeof SAuthRawAccessToken>;
|
|
58
|
+
declare const SAuthConnectProviderRedirectSearch: v.ObjectSchema<{
|
|
59
|
+
readonly id_token: v.StringSchema<undefined>;
|
|
60
|
+
readonly access_token: v.StringSchema<undefined>;
|
|
61
|
+
readonly raw: v.OptionalSchema<v.ObjectSchema<{
|
|
62
|
+
readonly access_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
63
|
+
readonly expires_in: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
64
|
+
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
65
|
+
readonly token_type: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
66
|
+
readonly id_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
67
|
+
}, undefined>, undefined>;
|
|
68
|
+
}, undefined>;
|
|
69
|
+
type SAuthConnectProviderRedirectSearch = v.InferOutput<typeof SAuthConnectProviderRedirectSearch>;
|
|
70
|
+
declare const SAuthConnectProviderConfirmation: v.ObjectSchema<{
|
|
71
|
+
readonly provider: v.StringSchema<undefined>;
|
|
72
|
+
readonly search: v.ObjectSchema<{
|
|
73
|
+
readonly id_token: v.StringSchema<undefined>;
|
|
74
|
+
readonly access_token: v.StringSchema<undefined>;
|
|
75
|
+
readonly raw: v.OptionalSchema<v.ObjectSchema<{
|
|
76
|
+
readonly access_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
77
|
+
readonly expires_in: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
78
|
+
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
79
|
+
readonly token_type: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
80
|
+
readonly id_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
81
|
+
}, undefined>, undefined>;
|
|
82
|
+
}, undefined>;
|
|
83
|
+
}, undefined>;
|
|
84
|
+
type SAuthConnectProviderConfirmation = v.InferOutput<typeof SAuthConnectProviderConfirmation>;
|
|
85
|
+
//#endregion
|
|
86
|
+
export { SAuthConnectProviderConfirmation, SAuthConnectProviderRedirectSearch, SAuthRawAccessToken, SChangePassword, SForgotUserPassword, SLoginUser, SRegisterUser, SRequestConfirmEmail, SResetUserPassword, SUserToken };
|
|
@@ -2,7 +2,7 @@ import "../../limits-CKGuEuKA.mjs";
|
|
|
2
2
|
import { t as VStringEmail } from "../../email-Cnyi5Neo.mjs";
|
|
3
3
|
import { a as VStringMinMax } from "../../string-BHHnD2Qu.mjs";
|
|
4
4
|
import { t as VIntegerNullable } from "../../number-OMFRufFt.mjs";
|
|
5
|
-
import {
|
|
5
|
+
import { ValidUsername } from "../up-user/fields.mjs";
|
|
6
6
|
import * as v from "valibot";
|
|
7
7
|
//#region src/entities/up-auth/mutation.ts
|
|
8
8
|
const SUserToken = v.object({ token: v.string() });
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-B-vL7OEu.cjs");
|
|
3
3
|
exports.PermissionDocument = require_document.PermissionDocument;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
//#region src/entities/up-role/constants.ts
|
|
3
|
+
const ROLE_TYPES = [
|
|
4
|
+
"authenticated",
|
|
5
|
+
"public",
|
|
6
|
+
"employee",
|
|
7
|
+
"manager",
|
|
8
|
+
"client"
|
|
9
|
+
];
|
|
10
|
+
//#endregion
|
|
11
|
+
exports.ROLE_TYPES = ROLE_TYPES;
|