@getcommunity/gc-validators 0.0.186 → 0.0.188
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/blog-post.document-D-xEXtLS.d.cts +69 -0
- package/dist/blog-post.document-sRpXgwmw.d.ts +69 -0
- package/dist/client-content-pillar.document-BOeU2enH.d.cts +248 -0
- package/dist/client-content-pillar.document-BkkB5xMX.d.ts +248 -0
- package/dist/constants/client-project.constants.cjs +61 -0
- package/dist/constants/client-project.constants.cjs.map +1 -0
- package/dist/constants/client-project.constants.d.cts +35 -0
- package/dist/constants/client-project.constants.d.ts +35 -0
- package/dist/constants/client-project.constants.js +57 -0
- package/dist/constants/client-project.constants.js.map +1 -0
- package/dist/constants/client.constants.cjs +7 -0
- package/dist/constants/client.constants.cjs.map +1 -0
- package/dist/constants/client.constants.d.cts +3 -0
- package/dist/constants/client.constants.d.ts +3 -0
- package/dist/constants/client.constants.js +5 -0
- package/dist/constants/client.constants.js.map +1 -0
- package/dist/constants/comment.constants.cjs +21 -0
- package/dist/constants/comment.constants.cjs.map +1 -0
- package/dist/constants/comment.constants.d.cts +16 -0
- package/dist/constants/comment.constants.d.ts +16 -0
- package/dist/constants/comment.constants.js +16 -0
- package/dist/constants/comment.constants.js.map +1 -0
- package/dist/constants/font.constants.cjs +4 -0
- package/dist/constants/font.constants.cjs.map +1 -0
- package/dist/constants/font.constants.d.cts +7 -0
- package/dist/constants/font.constants.d.ts +7 -0
- package/dist/constants/font.constants.js +3 -0
- package/dist/constants/font.constants.js.map +1 -0
- package/dist/constants/gc-contact-form-options.constants.cjs +91 -0
- package/dist/constants/gc-contact-form-options.constants.cjs.map +1 -0
- package/dist/constants/gc-contact-form-options.constants.d.cts +131 -0
- package/dist/constants/gc-contact-form-options.constants.d.ts +131 -0
- package/dist/constants/gc-contact-form-options.constants.js +84 -0
- package/dist/constants/gc-contact-form-options.constants.js.map +1 -0
- package/dist/constants/index.cjs +70 -0
- package/dist/constants/index.cjs.map +1 -0
- package/dist/constants/index.d.cts +9 -0
- package/dist/constants/index.d.ts +9 -0
- package/dist/constants/index.js +11 -0
- package/dist/constants/index.js.map +1 -0
- package/dist/constants/limits.constants.cjs +87 -0
- package/dist/constants/limits.constants.cjs.map +1 -0
- package/dist/constants/limits.constants.d.cts +43 -0
- package/dist/constants/limits.constants.d.ts +43 -0
- package/dist/constants/limits.constants.js +45 -0
- package/dist/constants/limits.constants.js.map +1 -0
- package/dist/constants/message-response.constants.cjs +19 -0
- package/dist/constants/message-response.constants.cjs.map +1 -0
- package/dist/constants/message-response.constants.d.cts +9 -0
- package/dist/constants/message-response.constants.d.ts +9 -0
- package/dist/constants/message-response.constants.js +11 -0
- package/dist/constants/message-response.constants.js.map +1 -0
- package/dist/constants/pagination.constants.cjs +79 -0
- package/dist/constants/pagination.constants.cjs.map +1 -0
- package/dist/constants/pagination.constants.d.cts +39 -0
- package/dist/constants/pagination.constants.d.ts +39 -0
- package/dist/constants/pagination.constants.js +41 -0
- package/dist/constants/pagination.constants.js.map +1 -0
- package/dist/constants/regex.constants.cjs +19 -0
- package/dist/constants/regex.constants.cjs.map +1 -0
- package/dist/constants/regex.constants.d.cts +9 -0
- package/dist/constants/regex.constants.d.ts +9 -0
- package/dist/constants/regex.constants.js +11 -0
- package/dist/constants/regex.constants.js.map +1 -0
- package/dist/index.cjs +37 -3613
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +106 -4145
- package/dist/index.d.ts +106 -4145
- package/dist/index.js +5 -3309
- package/dist/index.js.map +1 -1
- package/dist/permissions/index.cjs +35 -0
- package/dist/permissions/index.cjs.map +1 -0
- package/dist/permissions/index.d.cts +21 -0
- package/dist/permissions/index.d.ts +21 -0
- package/dist/permissions/index.js +6 -0
- package/dist/permissions/index.js.map +1 -0
- package/dist/permissions/permission.abac.cjs +653 -0
- package/dist/permissions/permission.abac.cjs.map +1 -0
- package/dist/permissions/permission.abac.d.cts +631 -0
- package/dist/permissions/permission.abac.d.ts +631 -0
- package/dist/permissions/permission.abac.js +651 -0
- package/dist/permissions/permission.abac.js.map +1 -0
- package/dist/permissions/permission.constants.cjs +28 -0
- package/dist/permissions/permission.constants.cjs.map +1 -0
- package/dist/permissions/permission.constants.d.cts +29 -0
- package/dist/permissions/permission.constants.d.ts +29 -0
- package/dist/permissions/permission.constants.js +24 -0
- package/dist/permissions/permission.constants.js.map +1 -0
- package/dist/permissions/permission.types.cjs +4 -0
- package/dist/permissions/permission.types.cjs.map +1 -0
- package/dist/permissions/permission.types.d.cts +102 -0
- package/dist/permissions/permission.types.d.ts +102 -0
- package/dist/permissions/permission.types.js +3 -0
- package/dist/permissions/permission.types.js.map +1 -0
- package/dist/permissions/permission.utilities.cjs +15 -0
- package/dist/permissions/permission.utilities.cjs.map +1 -0
- package/dist/permissions/permission.utilities.d.cts +29 -0
- package/dist/permissions/permission.utilities.d.ts +29 -0
- package/dist/permissions/permission.utilities.js +13 -0
- package/dist/permissions/permission.utilities.js.map +1 -0
- package/dist/schemas/blog.schemas.cjs +62 -0
- package/dist/schemas/blog.schemas.cjs.map +1 -0
- package/dist/schemas/blog.schemas.d.cts +31 -0
- package/dist/schemas/blog.schemas.d.ts +31 -0
- package/dist/schemas/blog.schemas.js +38 -0
- package/dist/schemas/blog.schemas.js.map +1 -0
- package/dist/schemas/category.schemas.cjs +71 -0
- package/dist/schemas/category.schemas.cjs.map +1 -0
- package/dist/schemas/category.schemas.d.cts +38 -0
- package/dist/schemas/category.schemas.d.ts +38 -0
- package/dist/schemas/category.schemas.js +45 -0
- package/dist/schemas/category.schemas.js.map +1 -0
- package/dist/schemas/client-content-pillar.schemas.cjs +69 -0
- package/dist/schemas/client-content-pillar.schemas.cjs.map +1 -0
- package/dist/schemas/client-content-pillar.schemas.d.cts +38 -0
- package/dist/schemas/client-content-pillar.schemas.d.ts +38 -0
- package/dist/schemas/client-content-pillar.schemas.js +43 -0
- package/dist/schemas/client-content-pillar.schemas.js.map +1 -0
- package/dist/schemas/client-media-platform-content-type.schemas.cjs +81 -0
- package/dist/schemas/client-media-platform-content-type.schemas.cjs.map +1 -0
- package/dist/schemas/client-media-platform-content-type.schemas.d.cts +46 -0
- package/dist/schemas/client-media-platform-content-type.schemas.d.ts +46 -0
- package/dist/schemas/client-media-platform-content-type.schemas.js +55 -0
- package/dist/schemas/client-media-platform-content-type.schemas.js.map +1 -0
- package/dist/schemas/client-media-platform.schemas.cjs +91 -0
- package/dist/schemas/client-media-platform.schemas.cjs.map +1 -0
- package/dist/schemas/client-media-platform.schemas.d.cts +45 -0
- package/dist/schemas/client-media-platform.schemas.d.ts +45 -0
- package/dist/schemas/client-media-platform.schemas.js +64 -0
- package/dist/schemas/client-media-platform.schemas.js.map +1 -0
- package/dist/schemas/client-project.schemas.cjs +156 -0
- package/dist/schemas/client-project.schemas.cjs.map +1 -0
- package/dist/schemas/client-project.schemas.d.cts +103 -0
- package/dist/schemas/client-project.schemas.d.ts +103 -0
- package/dist/schemas/client-project.schemas.js +129 -0
- package/dist/schemas/client-project.schemas.js.map +1 -0
- package/dist/schemas/client-report.schemas.cjs +87 -0
- package/dist/schemas/client-report.schemas.cjs.map +1 -0
- package/dist/schemas/client-report.schemas.d.cts +46 -0
- package/dist/schemas/client-report.schemas.d.ts +46 -0
- package/dist/schemas/client-report.schemas.js +61 -0
- package/dist/schemas/client-report.schemas.js.map +1 -0
- package/dist/schemas/client-styleguide.schemas.cjs +62 -0
- package/dist/schemas/client-styleguide.schemas.cjs.map +1 -0
- package/dist/schemas/client-styleguide.schemas.d.cts +42 -0
- package/dist/schemas/client-styleguide.schemas.d.ts +42 -0
- package/dist/schemas/client-styleguide.schemas.js +36 -0
- package/dist/schemas/client-styleguide.schemas.js.map +1 -0
- package/dist/schemas/client-user.schemas.cjs +85 -0
- package/dist/schemas/client-user.schemas.cjs.map +1 -0
- package/dist/schemas/client-user.schemas.d.cts +38 -0
- package/dist/schemas/client-user.schemas.d.ts +38 -0
- package/dist/schemas/client-user.schemas.js +58 -0
- package/dist/schemas/client-user.schemas.js.map +1 -0
- package/dist/schemas/client.schemas.cjs +126 -0
- package/dist/schemas/client.schemas.cjs.map +1 -0
- package/dist/schemas/client.schemas.d.cts +74 -0
- package/dist/schemas/client.schemas.d.ts +74 -0
- package/dist/schemas/client.schemas.js +100 -0
- package/dist/schemas/client.schemas.js.map +1 -0
- package/dist/schemas/comment.schemas.cjs +148 -0
- package/dist/schemas/comment.schemas.cjs.map +1 -0
- package/dist/schemas/comment.schemas.d.cts +134 -0
- package/dist/schemas/comment.schemas.d.ts +134 -0
- package/dist/schemas/comment.schemas.js +119 -0
- package/dist/schemas/comment.schemas.js.map +1 -0
- package/dist/schemas/content-pillar.schemas.cjs +73 -0
- package/dist/schemas/content-pillar.schemas.cjs.map +1 -0
- package/dist/schemas/content-pillar.schemas.d.cts +41 -0
- package/dist/schemas/content-pillar.schemas.d.ts +41 -0
- package/dist/schemas/content-pillar.schemas.js +47 -0
- package/dist/schemas/content-pillar.schemas.js.map +1 -0
- package/dist/schemas/gcflytour-snap.schemas.cjs +103 -0
- package/dist/schemas/gcflytour-snap.schemas.cjs.map +1 -0
- package/dist/schemas/gcflytour-snap.schemas.d.cts +45 -0
- package/dist/schemas/gcflytour-snap.schemas.d.ts +45 -0
- package/dist/schemas/gcflytour-snap.schemas.js +77 -0
- package/dist/schemas/gcflytour-snap.schemas.js.map +1 -0
- package/dist/schemas/gcflytour.schemas.cjs +140 -0
- package/dist/schemas/gcflytour.schemas.cjs.map +1 -0
- package/dist/schemas/gcflytour.schemas.d.cts +59 -0
- package/dist/schemas/gcflytour.schemas.d.ts +59 -0
- package/dist/schemas/gcflytour.schemas.js +113 -0
- package/dist/schemas/gcflytour.schemas.js.map +1 -0
- package/dist/schemas/generic.schemas.cjs +70 -0
- package/dist/schemas/generic.schemas.cjs.map +1 -0
- package/dist/schemas/generic.schemas.d.cts +58 -0
- package/dist/schemas/generic.schemas.d.ts +58 -0
- package/dist/schemas/generic.schemas.js +41 -0
- package/dist/schemas/generic.schemas.js.map +1 -0
- package/dist/schemas/index.cjs +231 -0
- package/dist/schemas/index.cjs.map +1 -0
- package/dist/schemas/index.d.cts +34 -0
- package/dist/schemas/index.d.ts +34 -0
- package/dist/schemas/index.js +34 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/schemas/lead.schemas.cjs +66 -0
- package/dist/schemas/lead.schemas.cjs.map +1 -0
- package/dist/schemas/lead.schemas.d.cts +52 -0
- package/dist/schemas/lead.schemas.d.ts +52 -0
- package/dist/schemas/lead.schemas.js +42 -0
- package/dist/schemas/lead.schemas.js.map +1 -0
- package/dist/schemas/media-content-type.schemas.cjs +144 -0
- package/dist/schemas/media-content-type.schemas.cjs.map +1 -0
- package/dist/schemas/media-content-type.schemas.d.cts +68 -0
- package/dist/schemas/media-content-type.schemas.d.ts +68 -0
- package/dist/schemas/media-content-type.schemas.js +116 -0
- package/dist/schemas/media-content-type.schemas.js.map +1 -0
- package/dist/schemas/media-platform.schemas.cjs +136 -0
- package/dist/schemas/media-platform.schemas.cjs.map +1 -0
- package/dist/schemas/media-platform.schemas.d.cts +63 -0
- package/dist/schemas/media-platform.schemas.d.ts +63 -0
- package/dist/schemas/media-platform.schemas.js +109 -0
- package/dist/schemas/media-platform.schemas.js.map +1 -0
- package/dist/schemas/newsletter.schemas.cjs +83 -0
- package/dist/schemas/newsletter.schemas.cjs.map +1 -0
- package/dist/schemas/newsletter.schemas.d.cts +56 -0
- package/dist/schemas/newsletter.schemas.d.ts +56 -0
- package/dist/schemas/newsletter.schemas.js +58 -0
- package/dist/schemas/newsletter.schemas.js.map +1 -0
- package/dist/schemas/resume.schemas.cjs +161 -0
- package/dist/schemas/resume.schemas.cjs.map +1 -0
- package/dist/schemas/resume.schemas.d.cts +107 -0
- package/dist/schemas/resume.schemas.d.ts +107 -0
- package/dist/schemas/resume.schemas.js +133 -0
- package/dist/schemas/resume.schemas.js.map +1 -0
- package/dist/schemas/shared.validators.cjs +151 -0
- package/dist/schemas/shared.validators.cjs.map +1 -0
- package/dist/schemas/shared.validators.d.cts +89 -0
- package/dist/schemas/shared.validators.d.ts +89 -0
- package/dist/schemas/shared.validators.js +109 -0
- package/dist/schemas/shared.validators.js.map +1 -0
- package/dist/schemas/sharpspring.schemas.cjs +42 -0
- package/dist/schemas/sharpspring.schemas.cjs.map +1 -0
- package/dist/schemas/sharpspring.schemas.d.cts +15 -0
- package/dist/schemas/sharpspring.schemas.d.ts +15 -0
- package/dist/schemas/sharpspring.schemas.js +20 -0
- package/dist/schemas/sharpspring.schemas.js.map +1 -0
- package/dist/schemas/strapi-associate-relations.schemas.cjs +121 -0
- package/dist/schemas/strapi-associate-relations.schemas.cjs.map +1 -0
- package/dist/schemas/strapi-associate-relations.schemas.d.cts +212 -0
- package/dist/schemas/strapi-associate-relations.schemas.d.ts +212 -0
- package/dist/schemas/strapi-associate-relations.schemas.js +88 -0
- package/dist/schemas/strapi-associate-relations.schemas.js.map +1 -0
- package/dist/schemas/strapi-media-upload.schemas.cjs +56 -0
- package/dist/schemas/strapi-media-upload.schemas.cjs.map +1 -0
- package/dist/schemas/strapi-media-upload.schemas.d.cts +28 -0
- package/dist/schemas/strapi-media-upload.schemas.d.ts +28 -0
- package/dist/schemas/strapi-media-upload.schemas.js +32 -0
- package/dist/schemas/strapi-media-upload.schemas.js.map +1 -0
- package/dist/schemas/tag.schemas.cjs +73 -0
- package/dist/schemas/tag.schemas.cjs.map +1 -0
- package/dist/schemas/tag.schemas.d.cts +38 -0
- package/dist/schemas/tag.schemas.d.ts +38 -0
- package/dist/schemas/tag.schemas.js +47 -0
- package/dist/schemas/tag.schemas.js.map +1 -0
- package/dist/schemas/team-member.schemas.cjs +57 -0
- package/dist/schemas/team-member.schemas.cjs.map +1 -0
- package/dist/schemas/team-member.schemas.d.cts +24 -0
- package/dist/schemas/team-member.schemas.d.ts +24 -0
- package/dist/schemas/team-member.schemas.js +34 -0
- package/dist/schemas/team-member.schemas.js.map +1 -0
- package/dist/schemas/teamwork.schemas.cjs +114 -0
- package/dist/schemas/teamwork.schemas.cjs.map +1 -0
- package/dist/schemas/teamwork.schemas.d.cts +61 -0
- package/dist/schemas/teamwork.schemas.d.ts +61 -0
- package/dist/schemas/teamwork.schemas.js +89 -0
- package/dist/schemas/teamwork.schemas.js.map +1 -0
- package/dist/schemas/trend.schemas.cjs +32 -0
- package/dist/schemas/trend.schemas.cjs.map +1 -0
- package/dist/schemas/trend.schemas.d.cts +9 -0
- package/dist/schemas/trend.schemas.d.ts +9 -0
- package/dist/schemas/trend.schemas.js +10 -0
- package/dist/schemas/trend.schemas.js.map +1 -0
- package/dist/schemas/url-redirect.schemas.cjs +65 -0
- package/dist/schemas/url-redirect.schemas.cjs.map +1 -0
- package/dist/schemas/url-redirect.schemas.d.cts +22 -0
- package/dist/schemas/url-redirect.schemas.d.ts +22 -0
- package/dist/schemas/url-redirect.schemas.js +41 -0
- package/dist/schemas/url-redirect.schemas.js.map +1 -0
- package/dist/schemas/user-account.schemas.cjs +63 -0
- package/dist/schemas/user-account.schemas.cjs.map +1 -0
- package/dist/schemas/user-account.schemas.d.cts +34 -0
- package/dist/schemas/user-account.schemas.d.ts +34 -0
- package/dist/schemas/user-account.schemas.js +36 -0
- package/dist/schemas/user-account.schemas.js.map +1 -0
- package/dist/schemas/user-auth.schemas.cjs +98 -0
- package/dist/schemas/user-auth.schemas.cjs.map +1 -0
- package/dist/schemas/user-auth.schemas.d.cts +85 -0
- package/dist/schemas/user-auth.schemas.d.ts +85 -0
- package/dist/schemas/user-auth.schemas.js +67 -0
- package/dist/schemas/user-auth.schemas.js.map +1 -0
- package/dist/schemas/user.schemas.cjs +70 -0
- package/dist/schemas/user.schemas.cjs.map +1 -0
- package/dist/schemas/user.schemas.d.cts +33 -0
- package/dist/schemas/user.schemas.d.ts +33 -0
- package/dist/schemas/user.schemas.js +45 -0
- package/dist/schemas/user.schemas.js.map +1 -0
- package/dist/schemas/utm-link-builder.schemas.cjs +120 -0
- package/dist/schemas/utm-link-builder.schemas.cjs.map +1 -0
- package/dist/schemas/utm-link-builder.schemas.d.cts +49 -0
- package/dist/schemas/utm-link-builder.schemas.d.ts +49 -0
- package/dist/schemas/utm-link-builder.schemas.js +97 -0
- package/dist/schemas/utm-link-builder.schemas.js.map +1 -0
- package/dist/schemas/utm-tracking-link.schemas.cjs +457 -0
- package/dist/schemas/utm-tracking-link.schemas.cjs.map +1 -0
- package/dist/schemas/utm-tracking-link.schemas.d.cts +203 -0
- package/dist/schemas/utm-tracking-link.schemas.d.ts +203 -0
- package/dist/schemas/utm-tracking-link.schemas.js +427 -0
- package/dist/schemas/utm-tracking-link.schemas.js.map +1 -0
- package/dist/types/components/blocks/announcement-bar.cjs +4 -0
- package/dist/types/components/blocks/announcement-bar.cjs.map +1 -0
- package/dist/types/components/blocks/announcement-bar.d.cts +15 -0
- package/dist/types/components/blocks/announcement-bar.d.ts +15 -0
- package/dist/types/components/blocks/announcement-bar.js +3 -0
- package/dist/types/components/blocks/announcement-bar.js.map +1 -0
- package/dist/types/components/blocks/brand-logos.cjs +4 -0
- package/dist/types/components/blocks/brand-logos.cjs.map +1 -0
- package/dist/types/components/blocks/brand-logos.d.cts +14 -0
- package/dist/types/components/blocks/brand-logos.d.ts +14 -0
- package/dist/types/components/blocks/brand-logos.js +3 -0
- package/dist/types/components/blocks/brand-logos.js.map +1 -0
- package/dist/types/components/blocks/button-group.cjs +4 -0
- package/dist/types/components/blocks/button-group.cjs.map +1 -0
- package/dist/types/components/blocks/button-group.d.cts +15 -0
- package/dist/types/components/blocks/button-group.d.ts +15 -0
- package/dist/types/components/blocks/button-group.js +3 -0
- package/dist/types/components/blocks/button-group.js.map +1 -0
- package/dist/types/components/blocks/contact.cjs +4 -0
- package/dist/types/components/blocks/contact.cjs.map +1 -0
- package/dist/types/components/blocks/contact.d.cts +17 -0
- package/dist/types/components/blocks/contact.d.ts +17 -0
- package/dist/types/components/blocks/contact.js +3 -0
- package/dist/types/components/blocks/contact.js.map +1 -0
- package/dist/types/components/blocks/cta-link.cjs +4 -0
- package/dist/types/components/blocks/cta-link.cjs.map +1 -0
- package/dist/types/components/blocks/cta-link.d.cts +17 -0
- package/dist/types/components/blocks/cta-link.d.ts +17 -0
- package/dist/types/components/blocks/cta-link.js +3 -0
- package/dist/types/components/blocks/cta-link.js.map +1 -0
- package/dist/types/components/blocks/faqs.cjs +4 -0
- package/dist/types/components/blocks/faqs.cjs.map +1 -0
- package/dist/types/components/blocks/faqs.d.cts +15 -0
- package/dist/types/components/blocks/faqs.d.ts +15 -0
- package/dist/types/components/blocks/faqs.js +3 -0
- package/dist/types/components/blocks/faqs.js.map +1 -0
- package/dist/types/components/blocks/fullscreen-content.cjs +4 -0
- package/dist/types/components/blocks/fullscreen-content.cjs.map +1 -0
- package/dist/types/components/blocks/fullscreen-content.d.cts +18 -0
- package/dist/types/components/blocks/fullscreen-content.d.ts +18 -0
- package/dist/types/components/blocks/fullscreen-content.js +3 -0
- package/dist/types/components/blocks/fullscreen-content.js.map +1 -0
- package/dist/types/components/blocks/graphic-image.cjs +4 -0
- package/dist/types/components/blocks/graphic-image.cjs.map +1 -0
- package/dist/types/components/blocks/graphic-image.d.cts +13 -0
- package/dist/types/components/blocks/graphic-image.d.ts +13 -0
- package/dist/types/components/blocks/graphic-image.js +3 -0
- package/dist/types/components/blocks/graphic-image.js.map +1 -0
- package/dist/types/components/blocks/index.cjs +91 -0
- package/dist/types/components/blocks/index.cjs.map +1 -0
- package/dist/types/components/blocks/index.d.cts +19 -0
- package/dist/types/components/blocks/index.d.ts +19 -0
- package/dist/types/components/blocks/index.js +14 -0
- package/dist/types/components/blocks/index.js.map +1 -0
- package/dist/types/components/blocks/pull-quote.cjs +4 -0
- package/dist/types/components/blocks/pull-quote.cjs.map +1 -0
- package/dist/types/components/blocks/pull-quote.d.cts +12 -0
- package/dist/types/components/blocks/pull-quote.d.ts +12 -0
- package/dist/types/components/blocks/pull-quote.js +3 -0
- package/dist/types/components/blocks/pull-quote.js.map +1 -0
- package/dist/types/components/blocks/section-title.cjs +4 -0
- package/dist/types/components/blocks/section-title.cjs.map +1 -0
- package/dist/types/components/blocks/section-title.d.cts +11 -0
- package/dist/types/components/blocks/section-title.d.ts +11 -0
- package/dist/types/components/blocks/section-title.js +3 -0
- package/dist/types/components/blocks/section-title.js.map +1 -0
- package/dist/types/components/blocks/text-details.cjs +4 -0
- package/dist/types/components/blocks/text-details.cjs.map +1 -0
- package/dist/types/components/blocks/text-details.d.cts +14 -0
- package/dist/types/components/blocks/text-details.d.ts +14 -0
- package/dist/types/components/blocks/text-details.js +3 -0
- package/dist/types/components/blocks/text-details.js.map +1 -0
- package/dist/types/components/blocks/video.cjs +4 -0
- package/dist/types/components/blocks/video.cjs.map +1 -0
- package/dist/types/components/blocks/video.d.cts +14 -0
- package/dist/types/components/blocks/video.d.ts +14 -0
- package/dist/types/components/blocks/video.js +3 -0
- package/dist/types/components/blocks/video.js.map +1 -0
- package/dist/types/components/brand/index.cjs +21 -0
- package/dist/types/components/brand/index.cjs.map +1 -0
- package/dist/types/components/brand/index.d.cts +5 -0
- package/dist/types/components/brand/index.d.ts +5 -0
- package/dist/types/components/brand/index.js +4 -0
- package/dist/types/components/brand/index.js.map +1 -0
- package/dist/types/components/brand/styleguide-color.cjs +4 -0
- package/dist/types/components/brand/styleguide-color.cjs.map +1 -0
- package/dist/types/components/brand/styleguide-color.d.cts +11 -0
- package/dist/types/components/brand/styleguide-color.d.ts +11 -0
- package/dist/types/components/brand/styleguide-color.js +3 -0
- package/dist/types/components/brand/styleguide-color.js.map +1 -0
- package/dist/types/components/brand/styleguide-font.cjs +4 -0
- package/dist/types/components/brand/styleguide-font.cjs.map +1 -0
- package/dist/types/components/brand/styleguide-font.d.cts +17 -0
- package/dist/types/components/brand/styleguide-font.d.ts +17 -0
- package/dist/types/components/brand/styleguide-font.js +3 -0
- package/dist/types/components/brand/styleguide-font.js.map +1 -0
- package/dist/types/components/forms/form-download.cjs +4 -0
- package/dist/types/components/forms/form-download.cjs.map +1 -0
- package/dist/types/components/forms/form-download.d.cts +16 -0
- package/dist/types/components/forms/form-download.d.ts +16 -0
- package/dist/types/components/forms/form-download.js +3 -0
- package/dist/types/components/forms/form-download.js.map +1 -0
- package/dist/types/components/forms/form-select.cjs +4 -0
- package/dist/types/components/forms/form-select.cjs.map +1 -0
- package/dist/types/components/forms/form-select.d.cts +15 -0
- package/dist/types/components/forms/form-select.d.ts +15 -0
- package/dist/types/components/forms/form-select.js +3 -0
- package/dist/types/components/forms/form-select.js.map +1 -0
- package/dist/types/components/forms/index.cjs +21 -0
- package/dist/types/components/forms/index.cjs.map +1 -0
- package/dist/types/components/forms/index.d.cts +4 -0
- package/dist/types/components/forms/index.d.ts +4 -0
- package/dist/types/components/forms/index.js +4 -0
- package/dist/types/components/forms/index.js.map +1 -0
- package/dist/types/components/index.cjs +49 -0
- package/dist/types/components/index.cjs.map +1 -0
- package/dist/types/components/index.d.cts +31 -0
- package/dist/types/components/index.d.ts +31 -0
- package/dist/types/components/index.js +8 -0
- package/dist/types/components/index.js.map +1 -0
- package/dist/types/components/shared/button.cjs +4 -0
- package/dist/types/components/shared/button.cjs.map +1 -0
- package/dist/types/components/shared/button.d.cts +17 -0
- package/dist/types/components/shared/button.d.ts +17 -0
- package/dist/types/components/shared/button.js +3 -0
- package/dist/types/components/shared/button.js.map +1 -0
- package/dist/types/components/shared/index.cjs +42 -0
- package/dist/types/components/shared/index.cjs.map +1 -0
- package/dist/types/components/shared/index.d.cts +8 -0
- package/dist/types/components/shared/index.d.ts +8 -0
- package/dist/types/components/shared/index.js +7 -0
- package/dist/types/components/shared/index.js.map +1 -0
- package/dist/types/components/shared/link.cjs +4 -0
- package/dist/types/components/shared/link.cjs.map +1 -0
- package/dist/types/components/shared/link.d.cts +13 -0
- package/dist/types/components/shared/link.d.ts +13 -0
- package/dist/types/components/shared/link.js +3 -0
- package/dist/types/components/shared/link.js.map +1 -0
- package/dist/types/components/shared/question-answer.cjs +4 -0
- package/dist/types/components/shared/question-answer.cjs.map +1 -0
- package/dist/types/components/shared/question-answer.d.cts +12 -0
- package/dist/types/components/shared/question-answer.d.ts +12 -0
- package/dist/types/components/shared/question-answer.js +3 -0
- package/dist/types/components/shared/question-answer.js.map +1 -0
- package/dist/types/components/shared/rich-text-block.cjs +4 -0
- package/dist/types/components/shared/rich-text-block.cjs.map +1 -0
- package/dist/types/components/shared/rich-text-block.d.cts +21 -0
- package/dist/types/components/shared/rich-text-block.d.ts +21 -0
- package/dist/types/components/shared/rich-text-block.js +3 -0
- package/dist/types/components/shared/rich-text-block.js.map +1 -0
- package/dist/types/components/shared/seo.cjs +4 -0
- package/dist/types/components/shared/seo.cjs.map +1 -0
- package/dist/types/components/shared/seo.d.cts +42 -0
- package/dist/types/components/shared/seo.d.ts +42 -0
- package/dist/types/components/shared/seo.js +3 -0
- package/dist/types/components/shared/seo.js.map +1 -0
- package/dist/types/components/slideshow/index.cjs +42 -0
- package/dist/types/components/slideshow/index.cjs.map +1 -0
- package/dist/types/components/slideshow/index.d.cts +8 -0
- package/dist/types/components/slideshow/index.d.ts +8 -0
- package/dist/types/components/slideshow/index.js +7 -0
- package/dist/types/components/slideshow/index.js.map +1 -0
- package/dist/types/components/slideshow/slide-component-props.cjs +4 -0
- package/dist/types/components/slideshow/slide-component-props.cjs.map +1 -0
- package/dist/types/components/slideshow/slide-component-props.d.cts +19 -0
- package/dist/types/components/slideshow/slide-component-props.d.ts +19 -0
- package/dist/types/components/slideshow/slide-component-props.js +3 -0
- package/dist/types/components/slideshow/slide-component-props.js.map +1 -0
- package/dist/types/components/slideshow/slide-content.cjs +4 -0
- package/dist/types/components/slideshow/slide-content.cjs.map +1 -0
- package/dist/types/components/slideshow/slide-content.d.cts +18 -0
- package/dist/types/components/slideshow/slide-content.d.ts +18 -0
- package/dist/types/components/slideshow/slide-content.js +3 -0
- package/dist/types/components/slideshow/slide-content.js.map +1 -0
- package/dist/types/components/slideshow/slider-settings.cjs +4 -0
- package/dist/types/components/slideshow/slider-settings.cjs.map +1 -0
- package/dist/types/components/slideshow/slider-settings.d.cts +16 -0
- package/dist/types/components/slideshow/slider-settings.d.ts +16 -0
- package/dist/types/components/slideshow/slider-settings.js +3 -0
- package/dist/types/components/slideshow/slider-settings.js.map +1 -0
- package/dist/types/components/slideshow/slideshow-settings.cjs +4 -0
- package/dist/types/components/slideshow/slideshow-settings.cjs.map +1 -0
- package/dist/types/components/slideshow/slideshow-settings.d.cts +12 -0
- package/dist/types/components/slideshow/slideshow-settings.d.ts +12 -0
- package/dist/types/components/slideshow/slideshow-settings.js +3 -0
- package/dist/types/components/slideshow/slideshow-settings.js.map +1 -0
- package/dist/types/components/slideshow/slideshow.cjs +4 -0
- package/dist/types/components/slideshow/slideshow.cjs.map +1 -0
- package/dist/types/components/slideshow/slideshow.d.cts +18 -0
- package/dist/types/components/slideshow/slideshow.d.ts +18 -0
- package/dist/types/components/slideshow/slideshow.js +3 -0
- package/dist/types/components/slideshow/slideshow.js.map +1 -0
- package/dist/types/components/utm/index.cjs +14 -0
- package/dist/types/components/utm/index.cjs.map +1 -0
- package/dist/types/components/utm/index.d.cts +1 -0
- package/dist/types/components/utm/index.d.ts +1 -0
- package/dist/types/components/utm/index.js +3 -0
- package/dist/types/components/utm/index.js.map +1 -0
- package/dist/types/components/utm/utm-option.cjs +4 -0
- package/dist/types/components/utm/utm-option.cjs.map +1 -0
- package/dist/types/components/utm/utm-option.d.cts +16 -0
- package/dist/types/components/utm/utm-option.d.ts +16 -0
- package/dist/types/components/utm/utm-option.js +3 -0
- package/dist/types/components/utm/utm-option.js.map +1 -0
- package/dist/types/core/document.cjs +4 -0
- package/dist/types/core/document.cjs.map +1 -0
- package/dist/types/core/document.d.cts +9 -0
- package/dist/types/core/document.d.ts +9 -0
- package/dist/types/core/document.js +3 -0
- package/dist/types/core/document.js.map +1 -0
- package/dist/types/core/enums.cjs +4 -0
- package/dist/types/core/enums.cjs.map +1 -0
- package/dist/types/core/enums.d.cts +19 -0
- package/dist/types/core/enums.d.ts +19 -0
- package/dist/types/core/enums.js +3 -0
- package/dist/types/core/enums.js.map +1 -0
- package/dist/types/core/forms.cjs +4 -0
- package/dist/types/core/forms.cjs.map +1 -0
- package/dist/types/core/forms.d.cts +9 -0
- package/dist/types/core/forms.d.ts +9 -0
- package/dist/types/core/forms.js +3 -0
- package/dist/types/core/forms.js.map +1 -0
- package/dist/types/core/index.cjs +42 -0
- package/dist/types/core/index.cjs.map +1 -0
- package/dist/types/core/index.d.cts +5 -0
- package/dist/types/core/index.d.ts +5 -0
- package/dist/types/core/index.js +7 -0
- package/dist/types/core/index.js.map +1 -0
- package/dist/types/core/media.cjs +4 -0
- package/dist/types/core/media.cjs.map +1 -0
- package/dist/types/core/media.d.cts +38 -0
- package/dist/types/core/media.d.ts +38 -0
- package/dist/types/core/media.js +3 -0
- package/dist/types/core/media.js.map +1 -0
- package/dist/types/core/response.cjs +4 -0
- package/dist/types/core/response.cjs.map +1 -0
- package/dist/types/core/response.d.cts +56 -0
- package/dist/types/core/response.d.ts +56 -0
- package/dist/types/core/response.js +3 -0
- package/dist/types/core/response.js.map +1 -0
- package/dist/types/documents/blog-post.document.cjs +4 -0
- package/dist/types/documents/blog-post.document.cjs.map +1 -0
- package/dist/types/documents/blog-post.document.d.cts +24 -0
- package/dist/types/documents/blog-post.document.d.ts +24 -0
- package/dist/types/documents/blog-post.document.js +3 -0
- package/dist/types/documents/blog-post.document.js.map +1 -0
- package/dist/types/documents/category.document.cjs +4 -0
- package/dist/types/documents/category.document.cjs.map +1 -0
- package/dist/types/documents/category.document.d.cts +24 -0
- package/dist/types/documents/category.document.d.ts +24 -0
- package/dist/types/documents/category.document.js +3 -0
- package/dist/types/documents/category.document.js.map +1 -0
- package/dist/types/documents/client-content-pillar.document.cjs +4 -0
- package/dist/types/documents/client-content-pillar.document.cjs.map +1 -0
- package/dist/types/documents/client-content-pillar.document.d.cts +16 -0
- package/dist/types/documents/client-content-pillar.document.d.ts +16 -0
- package/dist/types/documents/client-content-pillar.document.js +3 -0
- package/dist/types/documents/client-content-pillar.document.js.map +1 -0
- package/dist/types/documents/client-media-platform-content-type.document.cjs +4 -0
- package/dist/types/documents/client-media-platform-content-type.document.cjs.map +1 -0
- package/dist/types/documents/client-media-platform-content-type.document.d.cts +16 -0
- package/dist/types/documents/client-media-platform-content-type.document.d.ts +16 -0
- package/dist/types/documents/client-media-platform-content-type.document.js +3 -0
- package/dist/types/documents/client-media-platform-content-type.document.js.map +1 -0
- package/dist/types/documents/client-media-platform.document.cjs +4 -0
- package/dist/types/documents/client-media-platform.document.cjs.map +1 -0
- package/dist/types/documents/client-media-platform.document.d.cts +16 -0
- package/dist/types/documents/client-media-platform.document.d.ts +16 -0
- package/dist/types/documents/client-media-platform.document.js +3 -0
- package/dist/types/documents/client-media-platform.document.js.map +1 -0
- package/dist/types/documents/client-project.document.cjs +4 -0
- package/dist/types/documents/client-project.document.cjs.map +1 -0
- package/dist/types/documents/client-project.document.d.cts +16 -0
- package/dist/types/documents/client-project.document.d.ts +16 -0
- package/dist/types/documents/client-project.document.js +3 -0
- package/dist/types/documents/client-project.document.js.map +1 -0
- package/dist/types/documents/client-report.document.cjs +4 -0
- package/dist/types/documents/client-report.document.cjs.map +1 -0
- package/dist/types/documents/client-report.document.d.cts +16 -0
- package/dist/types/documents/client-report.document.d.ts +16 -0
- package/dist/types/documents/client-report.document.js +3 -0
- package/dist/types/documents/client-report.document.js.map +1 -0
- package/dist/types/documents/client-styleguide.document.cjs +4 -0
- package/dist/types/documents/client-styleguide.document.cjs.map +1 -0
- package/dist/types/documents/client-styleguide.document.d.cts +16 -0
- package/dist/types/documents/client-styleguide.document.d.ts +16 -0
- package/dist/types/documents/client-styleguide.document.js +3 -0
- package/dist/types/documents/client-styleguide.document.js.map +1 -0
- package/dist/types/documents/client-user.document.cjs +4 -0
- package/dist/types/documents/client-user.document.cjs.map +1 -0
- package/dist/types/documents/client-user.document.d.cts +16 -0
- package/dist/types/documents/client-user.document.d.ts +16 -0
- package/dist/types/documents/client-user.document.js +3 -0
- package/dist/types/documents/client-user.document.js.map +1 -0
- package/dist/types/documents/client.document.cjs +4 -0
- package/dist/types/documents/client.document.cjs.map +1 -0
- package/dist/types/documents/client.document.d.cts +16 -0
- package/dist/types/documents/client.document.d.ts +16 -0
- package/dist/types/documents/client.document.js +3 -0
- package/dist/types/documents/client.document.js.map +1 -0
- package/dist/types/documents/comment.document.cjs +4 -0
- package/dist/types/documents/comment.document.cjs.map +1 -0
- package/dist/types/documents/comment.document.d.cts +30 -0
- package/dist/types/documents/comment.document.d.ts +30 -0
- package/dist/types/documents/comment.document.js +3 -0
- package/dist/types/documents/comment.document.js.map +1 -0
- package/dist/types/documents/content-pillar.document.cjs +4 -0
- package/dist/types/documents/content-pillar.document.cjs.map +1 -0
- package/dist/types/documents/content-pillar.document.d.cts +16 -0
- package/dist/types/documents/content-pillar.document.d.ts +16 -0
- package/dist/types/documents/content-pillar.document.js +3 -0
- package/dist/types/documents/content-pillar.document.js.map +1 -0
- package/dist/types/documents/gcflytour-snap.document.cjs +4 -0
- package/dist/types/documents/gcflytour-snap.document.cjs.map +1 -0
- package/dist/types/documents/gcflytour-snap.document.d.cts +16 -0
- package/dist/types/documents/gcflytour-snap.document.d.ts +16 -0
- package/dist/types/documents/gcflytour-snap.document.js +3 -0
- package/dist/types/documents/gcflytour-snap.document.js.map +1 -0
- package/dist/types/documents/gcflytour.document.cjs +4 -0
- package/dist/types/documents/gcflytour.document.cjs.map +1 -0
- package/dist/types/documents/gcflytour.document.d.cts +16 -0
- package/dist/types/documents/gcflytour.document.d.ts +16 -0
- package/dist/types/documents/gcflytour.document.js +3 -0
- package/dist/types/documents/gcflytour.document.js.map +1 -0
- package/dist/types/documents/index.cjs +217 -0
- package/dist/types/documents/index.cjs.map +1 -0
- package/dist/types/documents/index.d.cts +39 -0
- package/dist/types/documents/index.d.ts +39 -0
- package/dist/types/documents/index.js +32 -0
- package/dist/types/documents/index.js.map +1 -0
- package/dist/types/documents/lead.document.cjs +4 -0
- package/dist/types/documents/lead.document.cjs.map +1 -0
- package/dist/types/documents/lead.document.d.cts +18 -0
- package/dist/types/documents/lead.document.d.ts +18 -0
- package/dist/types/documents/lead.document.js +3 -0
- package/dist/types/documents/lead.document.js.map +1 -0
- package/dist/types/documents/media-content-type.document.cjs +4 -0
- package/dist/types/documents/media-content-type.document.cjs.map +1 -0
- package/dist/types/documents/media-content-type.document.d.cts +16 -0
- package/dist/types/documents/media-content-type.document.d.ts +16 -0
- package/dist/types/documents/media-content-type.document.js +3 -0
- package/dist/types/documents/media-content-type.document.js.map +1 -0
- package/dist/types/documents/media-platform.document.cjs +4 -0
- package/dist/types/documents/media-platform.document.cjs.map +1 -0
- package/dist/types/documents/media-platform.document.d.cts +16 -0
- package/dist/types/documents/media-platform.document.d.ts +16 -0
- package/dist/types/documents/media-platform.document.js +3 -0
- package/dist/types/documents/media-platform.document.js.map +1 -0
- package/dist/types/documents/newsletter-signup.document.cjs +4 -0
- package/dist/types/documents/newsletter-signup.document.cjs.map +1 -0
- package/dist/types/documents/newsletter-signup.document.d.cts +15 -0
- package/dist/types/documents/newsletter-signup.document.d.ts +15 -0
- package/dist/types/documents/newsletter-signup.document.js +3 -0
- package/dist/types/documents/newsletter-signup.document.js.map +1 -0
- package/dist/types/documents/permission.document.cjs +4 -0
- package/dist/types/documents/permission.document.cjs.map +1 -0
- package/dist/types/documents/permission.document.d.cts +16 -0
- package/dist/types/documents/permission.document.d.ts +16 -0
- package/dist/types/documents/permission.document.js +3 -0
- package/dist/types/documents/permission.document.js.map +1 -0
- package/dist/types/documents/product-highlight.document.cjs +4 -0
- package/dist/types/documents/product-highlight.document.cjs.map +1 -0
- package/dist/types/documents/product-highlight.document.d.cts +16 -0
- package/dist/types/documents/product-highlight.document.d.ts +16 -0
- package/dist/types/documents/product-highlight.document.js +3 -0
- package/dist/types/documents/product-highlight.document.js.map +1 -0
- package/dist/types/documents/product.document.cjs +4 -0
- package/dist/types/documents/product.document.cjs.map +1 -0
- package/dist/types/documents/product.document.d.cts +17 -0
- package/dist/types/documents/product.document.d.ts +17 -0
- package/dist/types/documents/product.document.js +3 -0
- package/dist/types/documents/product.document.js.map +1 -0
- package/dist/types/documents/resume.document.cjs +4 -0
- package/dist/types/documents/resume.document.cjs.map +1 -0
- package/dist/types/documents/resume.document.d.cts +18 -0
- package/dist/types/documents/resume.document.d.ts +18 -0
- package/dist/types/documents/resume.document.js +3 -0
- package/dist/types/documents/resume.document.js.map +1 -0
- package/dist/types/documents/role.document.cjs +4 -0
- package/dist/types/documents/role.document.cjs.map +1 -0
- package/dist/types/documents/role.document.d.cts +16 -0
- package/dist/types/documents/role.document.d.ts +16 -0
- package/dist/types/documents/role.document.js +3 -0
- package/dist/types/documents/role.document.js.map +1 -0
- package/dist/types/documents/tag.document.cjs +4 -0
- package/dist/types/documents/tag.document.cjs.map +1 -0
- package/dist/types/documents/tag.document.d.cts +8 -0
- package/dist/types/documents/tag.document.d.ts +8 -0
- package/dist/types/documents/tag.document.js +3 -0
- package/dist/types/documents/tag.document.js.map +1 -0
- package/dist/types/documents/team-member.document.cjs +4 -0
- package/dist/types/documents/team-member.document.cjs.map +1 -0
- package/dist/types/documents/team-member.document.d.cts +24 -0
- package/dist/types/documents/team-member.document.d.ts +24 -0
- package/dist/types/documents/team-member.document.js +3 -0
- package/dist/types/documents/team-member.document.js.map +1 -0
- package/dist/types/documents/trend.document.cjs +4 -0
- package/dist/types/documents/trend.document.cjs.map +1 -0
- package/dist/types/documents/trend.document.d.cts +24 -0
- package/dist/types/documents/trend.document.d.ts +24 -0
- package/dist/types/documents/trend.document.js +3 -0
- package/dist/types/documents/trend.document.js.map +1 -0
- package/dist/types/documents/url-redirect.document.cjs +4 -0
- package/dist/types/documents/url-redirect.document.cjs.map +1 -0
- package/dist/types/documents/url-redirect.document.d.cts +13 -0
- package/dist/types/documents/url-redirect.document.d.ts +13 -0
- package/dist/types/documents/url-redirect.document.js +3 -0
- package/dist/types/documents/url-redirect.document.js.map +1 -0
- package/dist/types/documents/user-account.document.cjs +4 -0
- package/dist/types/documents/user-account.document.cjs.map +1 -0
- package/dist/types/documents/user-account.document.d.cts +16 -0
- package/dist/types/documents/user-account.document.d.ts +16 -0
- package/dist/types/documents/user-account.document.js +3 -0
- package/dist/types/documents/user-account.document.js.map +1 -0
- package/dist/types/documents/user.document.cjs +4 -0
- package/dist/types/documents/user.document.cjs.map +1 -0
- package/dist/types/documents/user.document.d.cts +16 -0
- package/dist/types/documents/user.document.d.ts +16 -0
- package/dist/types/documents/user.document.js +3 -0
- package/dist/types/documents/user.document.js.map +1 -0
- package/dist/types/documents/utm-tracking-link.document.cjs +4 -0
- package/dist/types/documents/utm-tracking-link.document.cjs.map +1 -0
- package/dist/types/documents/utm-tracking-link.document.d.cts +16 -0
- package/dist/types/documents/utm-tracking-link.document.d.ts +16 -0
- package/dist/types/documents/utm-tracking-link.document.js +3 -0
- package/dist/types/documents/utm-tracking-link.document.js.map +1 -0
- package/dist/types/index.cjs +42 -0
- package/dist/types/index.cjs.map +1 -0
- package/dist/types/index.d.cts +61 -0
- package/dist/types/index.d.ts +61 -0
- package/dist/types/index.js +7 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/singles/blog-page.cjs +4 -0
- package/dist/types/singles/blog-page.cjs.map +1 -0
- package/dist/types/singles/blog-page.d.cts +13 -0
- package/dist/types/singles/blog-page.d.ts +13 -0
- package/dist/types/singles/blog-page.js +3 -0
- package/dist/types/singles/blog-page.js.map +1 -0
- package/dist/types/singles/careers-page.cjs +4 -0
- package/dist/types/singles/careers-page.cjs.map +1 -0
- package/dist/types/singles/careers-page.d.cts +13 -0
- package/dist/types/singles/careers-page.d.ts +13 -0
- package/dist/types/singles/careers-page.js +3 -0
- package/dist/types/singles/careers-page.js.map +1 -0
- package/dist/types/singles/faq-page.cjs +4 -0
- package/dist/types/singles/faq-page.cjs.map +1 -0
- package/dist/types/singles/faq-page.d.cts +15 -0
- package/dist/types/singles/faq-page.d.ts +15 -0
- package/dist/types/singles/faq-page.js +3 -0
- package/dist/types/singles/faq-page.js.map +1 -0
- package/dist/types/singles/index.cjs +56 -0
- package/dist/types/singles/index.cjs.map +1 -0
- package/dist/types/singles/index.d.cts +16 -0
- package/dist/types/singles/index.d.ts +16 -0
- package/dist/types/singles/index.js +9 -0
- package/dist/types/singles/index.js.map +1 -0
- package/dist/types/singles/landing-page.cjs +4 -0
- package/dist/types/singles/landing-page.cjs.map +1 -0
- package/dist/types/singles/landing-page.d.cts +25 -0
- package/dist/types/singles/landing-page.d.ts +25 -0
- package/dist/types/singles/landing-page.js +3 -0
- package/dist/types/singles/landing-page.js.map +1 -0
- package/dist/types/singles/policy.cjs +4 -0
- package/dist/types/singles/policy.cjs.map +1 -0
- package/dist/types/singles/policy.d.cts +19 -0
- package/dist/types/singles/policy.d.ts +19 -0
- package/dist/types/singles/policy.js +3 -0
- package/dist/types/singles/policy.js.map +1 -0
- package/dist/types/singles/team-page.cjs +4 -0
- package/dist/types/singles/team-page.cjs.map +1 -0
- package/dist/types/singles/team-page.d.cts +13 -0
- package/dist/types/singles/team-page.d.ts +13 -0
- package/dist/types/singles/team-page.js +3 -0
- package/dist/types/singles/team-page.js.map +1 -0
- package/dist/types/singles/utm-meta.cjs +4 -0
- package/dist/types/singles/utm-meta.cjs.map +1 -0
- package/dist/types/singles/utm-meta.d.cts +14 -0
- package/dist/types/singles/utm-meta.d.ts +14 -0
- package/dist/types/singles/utm-meta.js +3 -0
- package/dist/types/singles/utm-meta.js.map +1 -0
- package/dist/types/third-party/index.cjs +14 -0
- package/dist/types/third-party/index.cjs.map +1 -0
- package/dist/types/third-party/index.d.cts +9 -0
- package/dist/types/third-party/index.d.ts +9 -0
- package/dist/types/third-party/index.js +3 -0
- package/dist/types/third-party/index.js.map +1 -0
- package/dist/types/third-party/teamwork/company.types.cjs +4 -0
- package/dist/types/third-party/teamwork/company.types.cjs.map +1 -0
- package/dist/types/third-party/teamwork/company.types.d.cts +39 -0
- package/dist/types/third-party/teamwork/company.types.d.ts +39 -0
- package/dist/types/third-party/teamwork/company.types.js +3 -0
- package/dist/types/third-party/teamwork/company.types.js.map +1 -0
- package/dist/types/third-party/teamwork/generic.types.cjs +4 -0
- package/dist/types/third-party/teamwork/generic.types.cjs.map +1 -0
- package/dist/types/third-party/teamwork/generic.types.d.cts +47 -0
- package/dist/types/third-party/teamwork/generic.types.d.ts +47 -0
- package/dist/types/third-party/teamwork/generic.types.js +3 -0
- package/dist/types/third-party/teamwork/generic.types.js.map +1 -0
- package/dist/types/third-party/teamwork/index.cjs +70 -0
- package/dist/types/third-party/teamwork/index.cjs.map +1 -0
- package/dist/types/third-party/teamwork/index.d.cts +9 -0
- package/dist/types/third-party/teamwork/index.d.ts +9 -0
- package/dist/types/third-party/teamwork/index.js +11 -0
- package/dist/types/third-party/teamwork/index.js.map +1 -0
- package/dist/types/third-party/teamwork/project-task-stat.types.cjs +4 -0
- package/dist/types/third-party/teamwork/project-task-stat.types.cjs.map +1 -0
- package/dist/types/third-party/teamwork/project-task-stat.types.d.cts +8 -0
- package/dist/types/third-party/teamwork/project-task-stat.types.d.ts +8 -0
- package/dist/types/third-party/teamwork/project-task-stat.types.js +3 -0
- package/dist/types/third-party/teamwork/project-task-stat.types.js.map +1 -0
- package/dist/types/third-party/teamwork/project-update.types.cjs +4 -0
- package/dist/types/third-party/teamwork/project-update.types.cjs.map +1 -0
- package/dist/types/third-party/teamwork/project-update.types.d.cts +18 -0
- package/dist/types/third-party/teamwork/project-update.types.d.ts +18 -0
- package/dist/types/third-party/teamwork/project-update.types.js +3 -0
- package/dist/types/third-party/teamwork/project-update.types.js.map +1 -0
- package/dist/types/third-party/teamwork/project.types.cjs +4 -0
- package/dist/types/third-party/teamwork/project.types.cjs.map +1 -0
- package/dist/types/third-party/teamwork/project.types.d.cts +90 -0
- package/dist/types/third-party/teamwork/project.types.d.ts +90 -0
- package/dist/types/third-party/teamwork/project.types.js +3 -0
- package/dist/types/third-party/teamwork/project.types.js.map +1 -0
- package/dist/types/third-party/teamwork/tag.types.cjs +4 -0
- package/dist/types/third-party/teamwork/tag.types.cjs.map +1 -0
- package/dist/types/third-party/teamwork/tag.types.d.cts +22 -0
- package/dist/types/third-party/teamwork/tag.types.d.ts +22 -0
- package/dist/types/third-party/teamwork/tag.types.js +3 -0
- package/dist/types/third-party/teamwork/tag.types.js.map +1 -0
- package/dist/types/third-party/teamwork/task.types.cjs +4 -0
- package/dist/types/third-party/teamwork/task.types.cjs.map +1 -0
- package/dist/types/third-party/teamwork/task.types.d.cts +92 -0
- package/dist/types/third-party/teamwork/task.types.d.ts +92 -0
- package/dist/types/third-party/teamwork/task.types.js +3 -0
- package/dist/types/third-party/teamwork/task.types.js.map +1 -0
- package/dist/types/third-party/teamwork/tasklist.types.cjs +4 -0
- package/dist/types/third-party/teamwork/tasklist.types.cjs.map +1 -0
- package/dist/types/third-party/teamwork/tasklist.types.d.cts +36 -0
- package/dist/types/third-party/teamwork/tasklist.types.d.ts +36 -0
- package/dist/types/third-party/teamwork/tasklist.types.js +3 -0
- package/dist/types/third-party/teamwork/tasklist.types.js.map +1 -0
- package/dist/types/third-party/teamwork/user.types.cjs +4 -0
- package/dist/types/third-party/teamwork/user.types.cjs.map +1 -0
- package/dist/types/third-party/teamwork/user.types.d.cts +33 -0
- package/dist/types/third-party/teamwork/user.types.d.ts +33 -0
- package/dist/types/third-party/teamwork/user.types.js +3 -0
- package/dist/types/third-party/teamwork/user.types.js.map +1 -0
- package/dist/utilities/datetime.cjs +18 -0
- package/dist/utilities/datetime.cjs.map +1 -0
- package/dist/utilities/datetime.d.cts +4 -0
- package/dist/utilities/datetime.d.ts +4 -0
- package/dist/utilities/datetime.js +15 -0
- package/dist/utilities/datetime.js.map +1 -0
- package/dist/utilities/index.cjs +28 -0
- package/dist/utilities/index.cjs.map +1 -0
- package/dist/utilities/index.d.cts +5 -0
- package/dist/utilities/index.d.ts +5 -0
- package/dist/utilities/index.js +5 -0
- package/dist/utilities/index.js.map +1 -0
- package/dist/utilities/strapi-responses.cjs +13 -0
- package/dist/utilities/strapi-responses.cjs.map +1 -0
- package/dist/utilities/strapi-responses.d.cts +6 -0
- package/dist/utilities/strapi-responses.d.ts +6 -0
- package/dist/utilities/strapi-responses.js +10 -0
- package/dist/utilities/strapi-responses.js.map +1 -0
- package/dist/utilities/validation.cjs +69 -0
- package/dist/utilities/validation.cjs.map +1 -0
- package/dist/utilities/validation.d.cts +19 -0
- package/dist/utilities/validation.d.ts +19 -0
- package/dist/utilities/validation.js +44 -0
- package/dist/utilities/validation.js.map +1 -0
- package/package.json +54 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"utm-meta.js"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var teamwork = require('./teamwork');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Object.keys(teamwork).forEach(function (k) {
|
|
8
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return teamwork[k]; }
|
|
11
|
+
});
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=index.cjs.map
|
|
14
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { TeamworkCompany } from './teamwork/company.types.cjs';
|
|
2
|
+
export { TeamworkActivePages, TeamworkLockdown, TeamworkRelatedMeta, TeamworkResponseMeta, TeamworkResponseMetaPagination } from './teamwork/generic.types.cjs';
|
|
3
|
+
export { TeamworkProjectTaskStat } from './teamwork/project-task-stat.types.cjs';
|
|
4
|
+
export { TeamworkProjectUpdate } from './teamwork/project-update.types.cjs';
|
|
5
|
+
export { TeamworkProject, TeamworkProjectResponse, TeamworkProjectResponseMeta, TeamworkProjectsResponse, TeamworkResponseMetaProjectStats } from './teamwork/project.types.cjs';
|
|
6
|
+
export { TeamworkTag, TeamworkTagResponse, TeamworkTagResponseMeta, TeamworkTagsResponse } from './teamwork/tag.types.cjs';
|
|
7
|
+
export { TeamworkTask, TeamworkTaskCard, TeamworkTaskResponse, TeamworkTaskResponseMeta, TeamworkTaskUserPermissions, TeamworkTasksResponse } from './teamwork/task.types.cjs';
|
|
8
|
+
export { TeamworkTasklist, TeamworkTasklistResponse, TeamworkTasklistResponseMeta, TeamworkTasklistsResponse } from './teamwork/tasklist.types.cjs';
|
|
9
|
+
export { TeamworkUserAccount } from './teamwork/user.types.cjs';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { TeamworkCompany } from './teamwork/company.types.js';
|
|
2
|
+
export { TeamworkActivePages, TeamworkLockdown, TeamworkRelatedMeta, TeamworkResponseMeta, TeamworkResponseMetaPagination } from './teamwork/generic.types.js';
|
|
3
|
+
export { TeamworkProjectTaskStat } from './teamwork/project-task-stat.types.js';
|
|
4
|
+
export { TeamworkProjectUpdate } from './teamwork/project-update.types.js';
|
|
5
|
+
export { TeamworkProject, TeamworkProjectResponse, TeamworkProjectResponseMeta, TeamworkProjectsResponse, TeamworkResponseMetaProjectStats } from './teamwork/project.types.js';
|
|
6
|
+
export { TeamworkTag, TeamworkTagResponse, TeamworkTagResponseMeta, TeamworkTagsResponse } from './teamwork/tag.types.js';
|
|
7
|
+
export { TeamworkTask, TeamworkTaskCard, TeamworkTaskResponse, TeamworkTaskResponseMeta, TeamworkTaskUserPermissions, TeamworkTasksResponse } from './teamwork/task.types.js';
|
|
8
|
+
export { TeamworkTasklist, TeamworkTasklistResponse, TeamworkTasklistResponseMeta, TeamworkTasklistsResponse } from './teamwork/tasklist.types.js';
|
|
9
|
+
export { TeamworkUserAccount } from './teamwork/user.types.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"company.types.cjs"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { TeamworkRelatedMeta } from './generic.types.cjs';
|
|
2
|
+
|
|
3
|
+
type TeamworkCompany = {
|
|
4
|
+
id: number;
|
|
5
|
+
name: string;
|
|
6
|
+
logoUrl: string;
|
|
7
|
+
createdAt: string | null;
|
|
8
|
+
updatedAt: string;
|
|
9
|
+
addressOne: string;
|
|
10
|
+
addressTwo: string;
|
|
11
|
+
city: string;
|
|
12
|
+
state: string;
|
|
13
|
+
zip: string;
|
|
14
|
+
countryCode: string;
|
|
15
|
+
emailOne: string;
|
|
16
|
+
emailTwo: string;
|
|
17
|
+
emailThree: string;
|
|
18
|
+
website: string;
|
|
19
|
+
cid: string;
|
|
20
|
+
phone: string;
|
|
21
|
+
fax: string;
|
|
22
|
+
canSeePrivate: boolean;
|
|
23
|
+
isOwner: boolean;
|
|
24
|
+
industryId: number;
|
|
25
|
+
industry: TeamworkRelatedMeta;
|
|
26
|
+
companyNameUrl: string;
|
|
27
|
+
accounts: number;
|
|
28
|
+
collaborators: number;
|
|
29
|
+
contacts: number;
|
|
30
|
+
clients: number;
|
|
31
|
+
clientManagedBy: null;
|
|
32
|
+
companyUpdate: null;
|
|
33
|
+
companyDomains: TeamworkRelatedMeta[];
|
|
34
|
+
tags: TeamworkRelatedMeta[];
|
|
35
|
+
status: string;
|
|
36
|
+
currency: TeamworkRelatedMeta;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export type { TeamworkCompany };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { TeamworkRelatedMeta } from './generic.types.js';
|
|
2
|
+
|
|
3
|
+
type TeamworkCompany = {
|
|
4
|
+
id: number;
|
|
5
|
+
name: string;
|
|
6
|
+
logoUrl: string;
|
|
7
|
+
createdAt: string | null;
|
|
8
|
+
updatedAt: string;
|
|
9
|
+
addressOne: string;
|
|
10
|
+
addressTwo: string;
|
|
11
|
+
city: string;
|
|
12
|
+
state: string;
|
|
13
|
+
zip: string;
|
|
14
|
+
countryCode: string;
|
|
15
|
+
emailOne: string;
|
|
16
|
+
emailTwo: string;
|
|
17
|
+
emailThree: string;
|
|
18
|
+
website: string;
|
|
19
|
+
cid: string;
|
|
20
|
+
phone: string;
|
|
21
|
+
fax: string;
|
|
22
|
+
canSeePrivate: boolean;
|
|
23
|
+
isOwner: boolean;
|
|
24
|
+
industryId: number;
|
|
25
|
+
industry: TeamworkRelatedMeta;
|
|
26
|
+
companyNameUrl: string;
|
|
27
|
+
accounts: number;
|
|
28
|
+
collaborators: number;
|
|
29
|
+
contacts: number;
|
|
30
|
+
clients: number;
|
|
31
|
+
clientManagedBy: null;
|
|
32
|
+
companyUpdate: null;
|
|
33
|
+
companyDomains: TeamworkRelatedMeta[];
|
|
34
|
+
tags: TeamworkRelatedMeta[];
|
|
35
|
+
status: string;
|
|
36
|
+
currency: TeamworkRelatedMeta;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export type { TeamworkCompany };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"company.types.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"generic.types.cjs"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
type TeamworkResponseMetaPagination = {
|
|
2
|
+
pageOffset: number;
|
|
3
|
+
pageSize: number;
|
|
4
|
+
count: number;
|
|
5
|
+
hasMore: boolean;
|
|
6
|
+
};
|
|
7
|
+
type TeamworkResponseMeta = {
|
|
8
|
+
page: TeamworkResponseMetaPagination;
|
|
9
|
+
averageSpend?: number;
|
|
10
|
+
limit?: number;
|
|
11
|
+
nextCursor?: string;
|
|
12
|
+
prevCursor?: string;
|
|
13
|
+
totalCapacity?: number;
|
|
14
|
+
};
|
|
15
|
+
type TeamworkRelatedMeta = {
|
|
16
|
+
id: number;
|
|
17
|
+
type: string;
|
|
18
|
+
};
|
|
19
|
+
type TeamworkActivePages = {
|
|
20
|
+
billing: boolean;
|
|
21
|
+
forms: boolean;
|
|
22
|
+
comments: boolean;
|
|
23
|
+
files: boolean;
|
|
24
|
+
links: boolean;
|
|
25
|
+
messages: boolean;
|
|
26
|
+
milestones: boolean;
|
|
27
|
+
notebooks: boolean;
|
|
28
|
+
riskRegister: boolean;
|
|
29
|
+
tasks: boolean;
|
|
30
|
+
list: boolean;
|
|
31
|
+
board: boolean;
|
|
32
|
+
gantt: boolean;
|
|
33
|
+
table: boolean;
|
|
34
|
+
time: boolean;
|
|
35
|
+
finance: boolean;
|
|
36
|
+
proofs: boolean;
|
|
37
|
+
tickets: boolean;
|
|
38
|
+
};
|
|
39
|
+
type TeamworkLockdown = {
|
|
40
|
+
id: number;
|
|
41
|
+
items: TeamworkRelatedMeta[];
|
|
42
|
+
updatedAt: string;
|
|
43
|
+
user: TeamworkRelatedMeta;
|
|
44
|
+
userID: number;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export type { TeamworkActivePages, TeamworkLockdown, TeamworkRelatedMeta, TeamworkResponseMeta, TeamworkResponseMetaPagination };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
type TeamworkResponseMetaPagination = {
|
|
2
|
+
pageOffset: number;
|
|
3
|
+
pageSize: number;
|
|
4
|
+
count: number;
|
|
5
|
+
hasMore: boolean;
|
|
6
|
+
};
|
|
7
|
+
type TeamworkResponseMeta = {
|
|
8
|
+
page: TeamworkResponseMetaPagination;
|
|
9
|
+
averageSpend?: number;
|
|
10
|
+
limit?: number;
|
|
11
|
+
nextCursor?: string;
|
|
12
|
+
prevCursor?: string;
|
|
13
|
+
totalCapacity?: number;
|
|
14
|
+
};
|
|
15
|
+
type TeamworkRelatedMeta = {
|
|
16
|
+
id: number;
|
|
17
|
+
type: string;
|
|
18
|
+
};
|
|
19
|
+
type TeamworkActivePages = {
|
|
20
|
+
billing: boolean;
|
|
21
|
+
forms: boolean;
|
|
22
|
+
comments: boolean;
|
|
23
|
+
files: boolean;
|
|
24
|
+
links: boolean;
|
|
25
|
+
messages: boolean;
|
|
26
|
+
milestones: boolean;
|
|
27
|
+
notebooks: boolean;
|
|
28
|
+
riskRegister: boolean;
|
|
29
|
+
tasks: boolean;
|
|
30
|
+
list: boolean;
|
|
31
|
+
board: boolean;
|
|
32
|
+
gantt: boolean;
|
|
33
|
+
table: boolean;
|
|
34
|
+
time: boolean;
|
|
35
|
+
finance: boolean;
|
|
36
|
+
proofs: boolean;
|
|
37
|
+
tickets: boolean;
|
|
38
|
+
};
|
|
39
|
+
type TeamworkLockdown = {
|
|
40
|
+
id: number;
|
|
41
|
+
items: TeamworkRelatedMeta[];
|
|
42
|
+
updatedAt: string;
|
|
43
|
+
user: TeamworkRelatedMeta;
|
|
44
|
+
userID: number;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export type { TeamworkActivePages, TeamworkLockdown, TeamworkRelatedMeta, TeamworkResponseMeta, TeamworkResponseMetaPagination };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"generic.types.js"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var company_types = require('./company.types');
|
|
4
|
+
var generic_types = require('./generic.types');
|
|
5
|
+
var projectTaskStat_types = require('./project-task-stat.types');
|
|
6
|
+
var projectUpdate_types = require('./project-update.types');
|
|
7
|
+
var project_types = require('./project.types');
|
|
8
|
+
var tag_types = require('./tag.types');
|
|
9
|
+
var task_types = require('./task.types');
|
|
10
|
+
var tasklist_types = require('./tasklist.types');
|
|
11
|
+
var user_types = require('./user.types');
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
Object.keys(company_types).forEach(function (k) {
|
|
16
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return company_types[k]; }
|
|
19
|
+
});
|
|
20
|
+
});
|
|
21
|
+
Object.keys(generic_types).forEach(function (k) {
|
|
22
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
23
|
+
enumerable: true,
|
|
24
|
+
get: function () { return generic_types[k]; }
|
|
25
|
+
});
|
|
26
|
+
});
|
|
27
|
+
Object.keys(projectTaskStat_types).forEach(function (k) {
|
|
28
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
29
|
+
enumerable: true,
|
|
30
|
+
get: function () { return projectTaskStat_types[k]; }
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
Object.keys(projectUpdate_types).forEach(function (k) {
|
|
34
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
35
|
+
enumerable: true,
|
|
36
|
+
get: function () { return projectUpdate_types[k]; }
|
|
37
|
+
});
|
|
38
|
+
});
|
|
39
|
+
Object.keys(project_types).forEach(function (k) {
|
|
40
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
41
|
+
enumerable: true,
|
|
42
|
+
get: function () { return project_types[k]; }
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
Object.keys(tag_types).forEach(function (k) {
|
|
46
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
47
|
+
enumerable: true,
|
|
48
|
+
get: function () { return tag_types[k]; }
|
|
49
|
+
});
|
|
50
|
+
});
|
|
51
|
+
Object.keys(task_types).forEach(function (k) {
|
|
52
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
53
|
+
enumerable: true,
|
|
54
|
+
get: function () { return task_types[k]; }
|
|
55
|
+
});
|
|
56
|
+
});
|
|
57
|
+
Object.keys(tasklist_types).forEach(function (k) {
|
|
58
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
59
|
+
enumerable: true,
|
|
60
|
+
get: function () { return tasklist_types[k]; }
|
|
61
|
+
});
|
|
62
|
+
});
|
|
63
|
+
Object.keys(user_types).forEach(function (k) {
|
|
64
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
65
|
+
enumerable: true,
|
|
66
|
+
get: function () { return user_types[k]; }
|
|
67
|
+
});
|
|
68
|
+
});
|
|
69
|
+
//# sourceMappingURL=index.cjs.map
|
|
70
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { TeamworkCompany } from './company.types.cjs';
|
|
2
|
+
export { TeamworkActivePages, TeamworkLockdown, TeamworkRelatedMeta, TeamworkResponseMeta, TeamworkResponseMetaPagination } from './generic.types.cjs';
|
|
3
|
+
export { TeamworkProjectTaskStat } from './project-task-stat.types.cjs';
|
|
4
|
+
export { TeamworkProjectUpdate } from './project-update.types.cjs';
|
|
5
|
+
export { TeamworkProject, TeamworkProjectResponse, TeamworkProjectResponseMeta, TeamworkProjectsResponse, TeamworkResponseMetaProjectStats } from './project.types.cjs';
|
|
6
|
+
export { TeamworkTag, TeamworkTagResponse, TeamworkTagResponseMeta, TeamworkTagsResponse } from './tag.types.cjs';
|
|
7
|
+
export { TeamworkTask, TeamworkTaskCard, TeamworkTaskResponse, TeamworkTaskResponseMeta, TeamworkTaskUserPermissions, TeamworkTasksResponse } from './task.types.cjs';
|
|
8
|
+
export { TeamworkTasklist, TeamworkTasklistResponse, TeamworkTasklistResponseMeta, TeamworkTasklistsResponse } from './tasklist.types.cjs';
|
|
9
|
+
export { TeamworkUserAccount } from './user.types.cjs';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { TeamworkCompany } from './company.types.js';
|
|
2
|
+
export { TeamworkActivePages, TeamworkLockdown, TeamworkRelatedMeta, TeamworkResponseMeta, TeamworkResponseMetaPagination } from './generic.types.js';
|
|
3
|
+
export { TeamworkProjectTaskStat } from './project-task-stat.types.js';
|
|
4
|
+
export { TeamworkProjectUpdate } from './project-update.types.js';
|
|
5
|
+
export { TeamworkProject, TeamworkProjectResponse, TeamworkProjectResponseMeta, TeamworkProjectsResponse, TeamworkResponseMetaProjectStats } from './project.types.js';
|
|
6
|
+
export { TeamworkTag, TeamworkTagResponse, TeamworkTagResponseMeta, TeamworkTagsResponse } from './tag.types.js';
|
|
7
|
+
export { TeamworkTask, TeamworkTaskCard, TeamworkTaskResponse, TeamworkTaskResponseMeta, TeamworkTaskUserPermissions, TeamworkTasksResponse } from './task.types.js';
|
|
8
|
+
export { TeamworkTasklist, TeamworkTasklistResponse, TeamworkTasklistResponseMeta, TeamworkTasklistsResponse } from './tasklist.types.js';
|
|
9
|
+
export { TeamworkUserAccount } from './user.types.js';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './company.types';
|
|
2
|
+
export * from './generic.types';
|
|
3
|
+
export * from './project-task-stat.types';
|
|
4
|
+
export * from './project-update.types';
|
|
5
|
+
export * from './project.types';
|
|
6
|
+
export * from './tag.types';
|
|
7
|
+
export * from './task.types';
|
|
8
|
+
export * from './tasklist.types';
|
|
9
|
+
export * from './user.types';
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"project-task-stat.types.cjs"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"project-task-stat.types.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"project-update.types.cjs"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TeamworkRelatedMeta } from './generic.types.cjs';
|
|
2
|
+
|
|
3
|
+
type TeamworkProjectUpdate = {
|
|
4
|
+
id: number;
|
|
5
|
+
text: string;
|
|
6
|
+
health: number;
|
|
7
|
+
healthLabel: string;
|
|
8
|
+
color: string;
|
|
9
|
+
createdAt: string;
|
|
10
|
+
updatedAt: string;
|
|
11
|
+
deleted: boolean;
|
|
12
|
+
projectId: number;
|
|
13
|
+
project: TeamworkRelatedMeta;
|
|
14
|
+
createdBy: number;
|
|
15
|
+
isActive: boolean;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export type { TeamworkProjectUpdate };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TeamworkRelatedMeta } from './generic.types.js';
|
|
2
|
+
|
|
3
|
+
type TeamworkProjectUpdate = {
|
|
4
|
+
id: number;
|
|
5
|
+
text: string;
|
|
6
|
+
health: number;
|
|
7
|
+
healthLabel: string;
|
|
8
|
+
color: string;
|
|
9
|
+
createdAt: string;
|
|
10
|
+
updatedAt: string;
|
|
11
|
+
deleted: boolean;
|
|
12
|
+
projectId: number;
|
|
13
|
+
project: TeamworkRelatedMeta;
|
|
14
|
+
createdBy: number;
|
|
15
|
+
isActive: boolean;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export type { TeamworkProjectUpdate };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"project-update.types.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"project.types.cjs"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { TeamworkRelatedMeta, TeamworkActivePages, TeamworkResponseMeta } from './generic.types.cjs';
|
|
2
|
+
|
|
3
|
+
type TeamworkProject = {
|
|
4
|
+
id: number;
|
|
5
|
+
name: string;
|
|
6
|
+
description: string | null;
|
|
7
|
+
type: string;
|
|
8
|
+
status: string;
|
|
9
|
+
subStatus: string;
|
|
10
|
+
company: TeamworkRelatedMeta;
|
|
11
|
+
tags: TeamworkRelatedMeta[];
|
|
12
|
+
startAt: string | null;
|
|
13
|
+
endAt: string | null;
|
|
14
|
+
category: TeamworkRelatedMeta;
|
|
15
|
+
ownedBy: number;
|
|
16
|
+
update: TeamworkRelatedMeta;
|
|
17
|
+
timeBudget: number | null;
|
|
18
|
+
financialBudget: number | null;
|
|
19
|
+
createdBy: number;
|
|
20
|
+
createdAt: string;
|
|
21
|
+
updatedAt: string;
|
|
22
|
+
updatedBy: number | null;
|
|
23
|
+
completedAt: string | null;
|
|
24
|
+
completedBy: string | null;
|
|
25
|
+
defaultPrivacy: string;
|
|
26
|
+
activePages: TeamworkActivePages;
|
|
27
|
+
directFileUploadsEnabled: boolean;
|
|
28
|
+
harvestTimersEnabled: boolean;
|
|
29
|
+
integrations: object;
|
|
30
|
+
isOnBoardingProject: boolean;
|
|
31
|
+
isSampleProject: boolean;
|
|
32
|
+
logo: string | null;
|
|
33
|
+
logoIcon: string | null;
|
|
34
|
+
logoColor: string | null;
|
|
35
|
+
notifyEveryone: boolean;
|
|
36
|
+
allowNotifyAnyone: boolean;
|
|
37
|
+
notifyCommentIncludeCreator: boolean;
|
|
38
|
+
notifyTaskAssignee: boolean;
|
|
39
|
+
overviewStartPage: string;
|
|
40
|
+
privacyEnabled: boolean;
|
|
41
|
+
projectOwner: TeamworkRelatedMeta;
|
|
42
|
+
replyByEmailEnabled: boolean;
|
|
43
|
+
showAnnouncement: boolean;
|
|
44
|
+
announcement: string;
|
|
45
|
+
skipWeekends: boolean;
|
|
46
|
+
startPage: string;
|
|
47
|
+
tasksStartPage: string;
|
|
48
|
+
customfieldValues: TeamworkRelatedMeta[];
|
|
49
|
+
isBillable: boolean;
|
|
50
|
+
timelogRequiresTask: boolean;
|
|
51
|
+
customFieldValueIds: number[] | null;
|
|
52
|
+
customFieldValues: TeamworkRelatedMeta[];
|
|
53
|
+
companyId: number;
|
|
54
|
+
tagIds: number[] | null;
|
|
55
|
+
startDate: null;
|
|
56
|
+
endDate: null;
|
|
57
|
+
categoryId: number | null;
|
|
58
|
+
ownerId: number;
|
|
59
|
+
updateId: number | null;
|
|
60
|
+
timeBudgetId: number | null;
|
|
61
|
+
financialBudgetId: number | null;
|
|
62
|
+
projectOwnerId: number;
|
|
63
|
+
};
|
|
64
|
+
type TeamworkResponseMetaProjectStats = {
|
|
65
|
+
noDate: number;
|
|
66
|
+
late: number;
|
|
67
|
+
upcoming: number;
|
|
68
|
+
complete: number;
|
|
69
|
+
active: number;
|
|
70
|
+
count: number;
|
|
71
|
+
today: number;
|
|
72
|
+
archived: number;
|
|
73
|
+
starred: number;
|
|
74
|
+
current: number;
|
|
75
|
+
};
|
|
76
|
+
type TeamworkProjectResponseMeta = {
|
|
77
|
+
projectStats?: TeamworkResponseMetaProjectStats;
|
|
78
|
+
};
|
|
79
|
+
type TeamworkProjectsResponse = {
|
|
80
|
+
projects: TeamworkProject[];
|
|
81
|
+
meta: TeamworkResponseMeta & TeamworkProjectResponseMeta;
|
|
82
|
+
included: object;
|
|
83
|
+
};
|
|
84
|
+
type TeamworkProjectResponse = {
|
|
85
|
+
project: TeamworkProject;
|
|
86
|
+
meta: TeamworkResponseMeta & TeamworkProjectResponseMeta;
|
|
87
|
+
included: object;
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
export type { TeamworkProject, TeamworkProjectResponse, TeamworkProjectResponseMeta, TeamworkProjectsResponse, TeamworkResponseMetaProjectStats };
|