@getcommunity/gc-validators 0.0.271-alpha.3 → 0.0.271-alpha.31

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.
Files changed (1005) hide show
  1. package/dist/base/index.cjs +24 -42
  2. package/dist/base/index.d.cts +6 -5
  3. package/dist/base/index.d.mts +6 -5
  4. package/dist/base/index.mjs +5 -5
  5. package/dist/components/blocks/index.cjs +21 -18
  6. package/dist/components/blocks/index.d.cts +2 -1322
  7. package/dist/components/blocks/index.d.mts +2 -1322
  8. package/dist/components/blocks/index.mjs +21 -18
  9. package/dist/components/brand/index.cjs +3 -2
  10. package/dist/components/brand/index.d.cts +1 -314
  11. package/dist/components/brand/index.d.mts +1 -314
  12. package/dist/components/brand/index.mjs +3 -2
  13. package/dist/components/forms/index.cjs +12 -9
  14. package/dist/components/forms/index.d.cts +286 -283
  15. package/dist/components/forms/index.d.mts +286 -283
  16. package/dist/components/forms/index.mjs +12 -9
  17. package/dist/components/shared/index.cjs +17 -5
  18. package/dist/components/shared/index.d.cts +1 -916
  19. package/dist/components/shared/index.d.mts +1 -916
  20. package/dist/components/shared/index.mjs +17 -5
  21. package/dist/components/slideshow/index.cjs +15 -13
  22. package/dist/components/slideshow/index.d.cts +287 -285
  23. package/dist/components/slideshow/index.d.mts +287 -285
  24. package/dist/components/slideshow/index.mjs +15 -13
  25. package/dist/components/utm/index.cjs +7 -5
  26. package/dist/components/utm/index.d.cts +2 -32
  27. package/dist/components/utm/index.d.mts +2 -32
  28. package/dist/components/utm/index.mjs +7 -5
  29. package/dist/constants/index.cjs +49 -45
  30. package/dist/constants/index.d.cts +499 -3
  31. package/dist/constants/index.d.mts +499 -3
  32. package/dist/constants/index.mjs +5 -3
  33. package/dist/document-B-vL7OEu.cjs +434 -0
  34. package/dist/document-BaRvba1n.mjs +67 -0
  35. package/dist/document-BtdeKgES.d.cts +55 -0
  36. package/dist/document-CKwXqWlY.d.cts +248 -0
  37. package/dist/document-CbRiGZIl.d.mts +55 -0
  38. package/dist/document-Cdwm2C_B.d.cts +3648 -0
  39. package/dist/document-CeouwaI1.d.mts +3648 -0
  40. package/dist/document-CtZJmuhD.mjs +301 -0
  41. package/dist/document-Cw-WAUVJ.d.mts +248 -0
  42. package/dist/document-DZUDtwkX.cjs +92 -0
  43. package/dist/document-DeHWmViz.d.cts +24 -0
  44. package/dist/document-DxjJgk8X.d.mts +15 -0
  45. package/dist/document-IA5g9kSc.d.cts +15 -0
  46. package/dist/document-e9e67Lic.d.mts +24 -0
  47. package/dist/email-ByTEdUjg.cjs +13 -0
  48. package/dist/email-Cnyi5Neo.mjs +6 -0
  49. package/dist/entities/audit-log/constants.cjs +35 -0
  50. package/dist/entities/audit-log/constants.d.cts +6 -0
  51. package/dist/entities/audit-log/constants.d.mts +6 -0
  52. package/dist/entities/audit-log/constants.mjs +32 -0
  53. package/dist/entities/audit-log/document.cjs +13 -0
  54. package/dist/entities/audit-log/document.d.cts +32 -0
  55. package/dist/entities/audit-log/document.d.mts +32 -0
  56. package/dist/entities/audit-log/document.mjs +10 -0
  57. package/dist/entities/audit-log/fields.cjs +12 -0
  58. package/dist/entities/audit-log/fields.d.cts +10 -0
  59. package/dist/entities/audit-log/fields.d.mts +10 -0
  60. package/dist/entities/audit-log/fields.mjs +8 -0
  61. package/dist/entities/audit-log/mutation.cjs +58 -0
  62. package/dist/entities/audit-log/mutation.d.cts +72 -0
  63. package/dist/entities/audit-log/mutation.d.mts +72 -0
  64. package/dist/entities/audit-log/mutation.mjs +53 -0
  65. package/dist/entities/audit-log/query.cjs +32 -0
  66. package/dist/entities/audit-log/query.d.cts +27 -0
  67. package/dist/entities/audit-log/query.d.mts +27 -0
  68. package/dist/entities/audit-log/query.mjs +29 -0
  69. package/dist/entities/blog-page/document.cjs +16 -0
  70. package/dist/entities/blog-page/document.d.cts +18 -0
  71. package/dist/entities/blog-page/document.d.mts +18 -0
  72. package/dist/entities/blog-page/document.mjs +13 -0
  73. package/dist/entities/blog-post/constants.cjs +21 -0
  74. package/dist/entities/blog-post/constants.d.cts +7 -0
  75. package/dist/entities/blog-post/constants.d.mts +7 -0
  76. package/dist/entities/blog-post/constants.mjs +17 -0
  77. package/dist/entities/blog-post/document.cjs +3 -0
  78. package/dist/entities/blog-post/document.d.cts +2 -0
  79. package/dist/entities/blog-post/document.d.mts +2 -0
  80. package/dist/entities/blog-post/document.mjs +2 -0
  81. package/dist/entities/blog-post/fields.cjs +30 -0
  82. package/dist/entities/blog-post/fields.d.cts +2 -0
  83. package/dist/entities/blog-post/fields.d.mts +2 -0
  84. package/dist/entities/blog-post/fields.mjs +25 -0
  85. package/dist/entities/blog-post/query.cjs +27 -0
  86. package/dist/entities/blog-post/query.d.cts +22 -0
  87. package/dist/entities/blog-post/query.d.mts +22 -0
  88. package/dist/entities/blog-post/query.mjs +23 -0
  89. package/dist/entities/careers-page/document.cjs +16 -0
  90. package/dist/entities/careers-page/document.d.cts +18 -0
  91. package/dist/entities/careers-page/document.d.mts +18 -0
  92. package/dist/entities/careers-page/document.mjs +13 -0
  93. package/dist/entities/category/constants.cjs +15 -0
  94. package/dist/entities/category/constants.d.cts +6 -0
  95. package/dist/entities/category/constants.d.mts +6 -0
  96. package/dist/entities/category/constants.mjs +12 -0
  97. package/dist/entities/category/document.cjs +3 -0
  98. package/dist/entities/category/document.d.cts +2 -0
  99. package/dist/entities/category/document.d.mts +2 -0
  100. package/dist/entities/category/document.mjs +2 -0
  101. package/dist/entities/category/fields.cjs +7 -0
  102. package/dist/entities/category/fields.d.cts +8 -0
  103. package/dist/entities/category/fields.d.mts +8 -0
  104. package/dist/entities/category/fields.mjs +6 -0
  105. package/dist/entities/category/mutation.cjs +24 -0
  106. package/dist/entities/category/mutation.d.cts +23 -0
  107. package/dist/entities/category/mutation.d.mts +23 -0
  108. package/dist/entities/category/mutation.mjs +19 -0
  109. package/dist/entities/category/query.cjs +18 -0
  110. package/dist/entities/category/query.d.cts +14 -0
  111. package/dist/entities/category/query.d.mts +14 -0
  112. package/dist/entities/category/query.mjs +15 -0
  113. package/dist/entities/client/constants.cjs +25 -0
  114. package/dist/entities/client/constants.d.cts +7 -0
  115. package/dist/entities/client/constants.d.mts +7 -0
  116. package/dist/entities/client/constants.mjs +21 -0
  117. package/dist/entities/client/document.cjs +3 -0
  118. package/dist/entities/client/document.d.cts +2 -0
  119. package/dist/entities/client/document.d.mts +2 -0
  120. package/dist/entities/client/document.mjs +2 -0
  121. package/dist/entities/client/fields.cjs +12 -0
  122. package/dist/entities/client/fields.d.cts +9 -0
  123. package/dist/entities/client/fields.d.mts +9 -0
  124. package/dist/entities/client/fields.mjs +8 -0
  125. package/dist/entities/client/mutation.cjs +44 -0
  126. package/dist/entities/client/mutation.d.cts +53 -0
  127. package/dist/entities/client/mutation.d.mts +53 -0
  128. package/dist/entities/client/mutation.mjs +39 -0
  129. package/dist/entities/client/query.cjs +28 -0
  130. package/dist/entities/client/query.d.cts +24 -0
  131. package/dist/entities/client/query.d.mts +24 -0
  132. package/dist/entities/client/query.mjs +25 -0
  133. package/dist/entities/client-content-pillar/constants.cjs +16 -0
  134. package/dist/entities/client-content-pillar/constants.d.cts +6 -0
  135. package/dist/entities/client-content-pillar/constants.d.mts +6 -0
  136. package/dist/entities/client-content-pillar/constants.mjs +13 -0
  137. package/dist/entities/client-content-pillar/document.cjs +3 -0
  138. package/dist/entities/client-content-pillar/document.d.cts +2 -0
  139. package/dist/entities/client-content-pillar/document.d.mts +2 -0
  140. package/dist/entities/client-content-pillar/document.mjs +2 -0
  141. package/dist/entities/client-content-pillar/fields.cjs +7 -0
  142. package/dist/entities/client-content-pillar/fields.d.cts +8 -0
  143. package/dist/entities/client-content-pillar/fields.d.mts +8 -0
  144. package/dist/entities/client-content-pillar/fields.mjs +6 -0
  145. package/dist/entities/client-content-pillar/mutation.cjs +24 -0
  146. package/dist/entities/client-content-pillar/mutation.d.cts +26 -0
  147. package/dist/entities/client-content-pillar/mutation.d.mts +26 -0
  148. package/dist/entities/client-content-pillar/mutation.mjs +19 -0
  149. package/dist/entities/client-content-pillar/query.cjs +22 -0
  150. package/dist/entities/client-content-pillar/query.d.cts +17 -0
  151. package/dist/entities/client-content-pillar/query.d.mts +17 -0
  152. package/dist/entities/client-content-pillar/query.mjs +19 -0
  153. package/dist/entities/client-media-platform/constants.cjs +20 -0
  154. package/dist/entities/client-media-platform/constants.d.cts +6 -0
  155. package/dist/entities/client-media-platform/constants.d.mts +6 -0
  156. package/dist/entities/client-media-platform/constants.mjs +17 -0
  157. package/dist/entities/client-media-platform/document.cjs +3 -0
  158. package/dist/entities/client-media-platform/document.d.cts +2 -0
  159. package/dist/entities/client-media-platform/document.d.mts +2 -0
  160. package/dist/entities/client-media-platform/document.mjs +2 -0
  161. package/dist/entities/client-media-platform/fields.cjs +7 -0
  162. package/dist/entities/client-media-platform/fields.d.cts +8 -0
  163. package/dist/entities/client-media-platform/fields.d.mts +8 -0
  164. package/dist/entities/client-media-platform/fields.mjs +6 -0
  165. package/dist/entities/client-media-platform/mutation.cjs +28 -0
  166. package/dist/entities/client-media-platform/mutation.d.cts +29 -0
  167. package/dist/entities/client-media-platform/mutation.d.mts +29 -0
  168. package/dist/entities/client-media-platform/mutation.mjs +23 -0
  169. package/dist/entities/client-media-platform/query.cjs +24 -0
  170. package/dist/entities/client-media-platform/query.d.cts +18 -0
  171. package/dist/entities/client-media-platform/query.d.mts +18 -0
  172. package/dist/entities/client-media-platform/query.mjs +21 -0
  173. package/dist/entities/client-project/constants.cjs +85 -0
  174. package/dist/entities/client-project/constants.d.cts +37 -0
  175. package/dist/entities/client-project/constants.d.mts +37 -0
  176. package/dist/entities/client-project/constants.mjs +79 -0
  177. package/dist/entities/client-project/document.cjs +3 -0
  178. package/dist/entities/client-project/document.d.cts +2 -0
  179. package/dist/entities/client-project/document.d.mts +2 -0
  180. package/dist/entities/client-project/document.mjs +2 -0
  181. package/dist/entities/client-project/fields.cjs +14 -0
  182. package/dist/entities/client-project/fields.d.cts +2 -0
  183. package/dist/entities/client-project/fields.d.mts +2 -0
  184. package/dist/entities/client-project/fields.mjs +9 -0
  185. package/dist/entities/client-project/mutation.cjs +68 -0
  186. package/dist/entities/client-project/mutation.d.cts +76 -0
  187. package/dist/entities/client-project/mutation.d.mts +76 -0
  188. package/dist/entities/client-project/mutation.mjs +62 -0
  189. package/dist/entities/client-project/query.cjs +39 -0
  190. package/dist/entities/client-project/query.d.cts +30 -0
  191. package/dist/entities/client-project/query.d.mts +30 -0
  192. package/dist/entities/client-project/query.mjs +36 -0
  193. package/dist/entities/client-report/constants.cjs +17 -0
  194. package/dist/entities/client-report/constants.d.cts +6 -0
  195. package/dist/entities/client-report/constants.d.mts +6 -0
  196. package/dist/entities/client-report/constants.mjs +14 -0
  197. package/dist/entities/client-report/document.cjs +3 -0
  198. package/dist/entities/client-report/document.d.cts +2 -0
  199. package/dist/entities/client-report/document.d.mts +2 -0
  200. package/dist/entities/client-report/document.mjs +2 -0
  201. package/dist/entities/client-report/fields.cjs +7 -0
  202. package/dist/entities/client-report/fields.d.cts +8 -0
  203. package/dist/entities/client-report/fields.d.mts +8 -0
  204. package/dist/entities/client-report/fields.mjs +6 -0
  205. package/dist/entities/client-report/mutation.cjs +34 -0
  206. package/dist/entities/client-report/mutation.d.cts +38 -0
  207. package/dist/entities/client-report/mutation.d.mts +38 -0
  208. package/dist/entities/client-report/mutation.mjs +29 -0
  209. package/dist/entities/client-report/query.cjs +24 -0
  210. package/dist/entities/client-report/query.d.cts +19 -0
  211. package/dist/entities/client-report/query.d.mts +19 -0
  212. package/dist/entities/client-report/query.mjs +21 -0
  213. package/dist/entities/client-styleguide/constants.cjs +14 -0
  214. package/dist/entities/client-styleguide/constants.d.cts +6 -0
  215. package/dist/entities/client-styleguide/constants.d.mts +6 -0
  216. package/dist/entities/client-styleguide/constants.mjs +11 -0
  217. package/dist/entities/client-styleguide/document.cjs +3 -0
  218. package/dist/entities/client-styleguide/document.d.cts +2 -0
  219. package/dist/entities/client-styleguide/document.d.mts +2 -0
  220. package/dist/entities/client-styleguide/document.mjs +2 -0
  221. package/dist/entities/client-styleguide/fields.cjs +7 -0
  222. package/dist/entities/client-styleguide/fields.d.cts +8 -0
  223. package/dist/entities/client-styleguide/fields.d.mts +8 -0
  224. package/dist/entities/client-styleguide/fields.mjs +6 -0
  225. package/dist/entities/client-styleguide/mutation.cjs +25 -0
  226. package/dist/entities/client-styleguide/mutation.d.cts +26 -0
  227. package/dist/entities/client-styleguide/mutation.d.mts +26 -0
  228. package/dist/entities/client-styleguide/mutation.mjs +20 -0
  229. package/dist/entities/client-styleguide/query.cjs +21 -0
  230. package/dist/entities/client-styleguide/query.d.cts +16 -0
  231. package/dist/entities/client-styleguide/query.d.mts +16 -0
  232. package/dist/entities/client-styleguide/query.mjs +18 -0
  233. package/dist/entities/client-user/constants.cjs +24 -0
  234. package/dist/entities/client-user/constants.d.cts +6 -0
  235. package/dist/entities/client-user/constants.d.mts +6 -0
  236. package/dist/entities/client-user/constants.mjs +21 -0
  237. package/dist/entities/client-user/document.cjs +4 -0
  238. package/dist/entities/client-user/document.d.cts +2 -0
  239. package/dist/entities/client-user/document.d.mts +2 -0
  240. package/dist/entities/client-user/document.mjs +2 -0
  241. package/dist/entities/client-user/fields.cjs +13 -0
  242. package/dist/entities/client-user/fields.d.cts +2 -0
  243. package/dist/entities/client-user/fields.d.mts +2 -0
  244. package/dist/entities/client-user/fields.mjs +9 -0
  245. package/dist/entities/client-user/mutation.cjs +26 -0
  246. package/dist/entities/client-user/mutation.d.cts +28 -0
  247. package/dist/entities/client-user/mutation.d.mts +28 -0
  248. package/dist/entities/client-user/mutation.mjs +20 -0
  249. package/dist/entities/client-user/query.cjs +15 -0
  250. package/dist/entities/client-user/query.d.cts +11 -0
  251. package/dist/entities/client-user/query.d.mts +11 -0
  252. package/dist/entities/client-user/query.mjs +12 -0
  253. package/dist/entities/comment/constants.cjs +29 -0
  254. package/dist/entities/comment/constants.d.cts +16 -0
  255. package/dist/entities/comment/constants.d.mts +16 -0
  256. package/dist/entities/comment/constants.mjs +24 -0
  257. package/dist/entities/comment/document.cjs +38 -0
  258. package/dist/entities/comment/document.d.cts +2 -0
  259. package/dist/entities/comment/document.d.mts +2 -0
  260. package/dist/entities/comment/document.mjs +32 -0
  261. package/dist/entities/comment/fields.cjs +14 -0
  262. package/dist/entities/comment/fields.d.cts +2 -0
  263. package/dist/entities/comment/fields.d.mts +2 -0
  264. package/dist/entities/comment/fields.mjs +9 -0
  265. package/dist/entities/comment/mutation.cjs +39 -0
  266. package/dist/entities/comment/mutation.d.cts +39 -0
  267. package/dist/entities/comment/mutation.d.mts +39 -0
  268. package/dist/entities/comment/mutation.mjs +33 -0
  269. package/dist/entities/comment/query.cjs +39 -0
  270. package/dist/entities/comment/query.d.cts +91 -0
  271. package/dist/entities/comment/query.d.mts +91 -0
  272. package/dist/entities/comment/query.mjs +34 -0
  273. package/dist/entities/content-pillar/constants.cjs +15 -0
  274. package/dist/entities/content-pillar/constants.d.cts +6 -0
  275. package/dist/entities/content-pillar/constants.d.mts +6 -0
  276. package/dist/entities/content-pillar/constants.mjs +12 -0
  277. package/dist/entities/content-pillar/document.cjs +3 -0
  278. package/dist/entities/content-pillar/document.d.cts +2 -0
  279. package/dist/entities/content-pillar/document.d.mts +2 -0
  280. package/dist/entities/content-pillar/document.mjs +2 -0
  281. package/dist/entities/content-pillar/fields.cjs +7 -0
  282. package/dist/entities/content-pillar/fields.d.cts +8 -0
  283. package/dist/entities/content-pillar/fields.d.mts +8 -0
  284. package/dist/entities/content-pillar/fields.mjs +6 -0
  285. package/dist/entities/content-pillar/mutation.cjs +28 -0
  286. package/dist/entities/content-pillar/mutation.d.cts +29 -0
  287. package/dist/entities/content-pillar/mutation.d.mts +29 -0
  288. package/dist/entities/content-pillar/mutation.mjs +23 -0
  289. package/dist/entities/content-pillar/query.cjs +19 -0
  290. package/dist/entities/content-pillar/query.d.cts +15 -0
  291. package/dist/entities/content-pillar/query.d.mts +15 -0
  292. package/dist/entities/content-pillar/query.mjs +16 -0
  293. package/dist/entities/faq-page/document.cjs +18 -0
  294. package/dist/entities/faq-page/document.d.cts +19 -0
  295. package/dist/entities/faq-page/document.d.mts +19 -0
  296. package/dist/entities/faq-page/document.mjs +15 -0
  297. package/dist/entities/formatter/constants.cjs +81 -0
  298. package/dist/entities/formatter/constants.d.cts +44 -0
  299. package/dist/entities/formatter/constants.d.mts +44 -0
  300. package/dist/entities/formatter/constants.mjs +70 -0
  301. package/dist/entities/formatter/fields.cjs +173 -0
  302. package/dist/entities/formatter/fields.d.cts +77 -0
  303. package/dist/entities/formatter/fields.d.mts +77 -0
  304. package/dist/entities/formatter/fields.mjs +159 -0
  305. package/dist/entities/gcflytour/constants.cjs +17 -0
  306. package/dist/entities/gcflytour/constants.d.cts +6 -0
  307. package/dist/entities/gcflytour/constants.d.mts +6 -0
  308. package/dist/entities/gcflytour/constants.mjs +14 -0
  309. package/dist/entities/gcflytour/document.cjs +3 -0
  310. package/dist/entities/gcflytour/document.d.cts +2 -0
  311. package/dist/entities/gcflytour/document.d.mts +2 -0
  312. package/dist/entities/gcflytour/document.mjs +2 -0
  313. package/dist/entities/gcflytour/fields.cjs +7 -0
  314. package/dist/entities/gcflytour/fields.d.cts +8 -0
  315. package/dist/entities/gcflytour/fields.d.mts +8 -0
  316. package/dist/entities/gcflytour/fields.mjs +6 -0
  317. package/dist/entities/gcflytour/mutation.cjs +34 -0
  318. package/dist/entities/gcflytour/mutation.d.cts +38 -0
  319. package/dist/entities/gcflytour/mutation.d.mts +38 -0
  320. package/dist/entities/gcflytour/mutation.mjs +29 -0
  321. package/dist/entities/gcflytour/query.cjs +22 -0
  322. package/dist/entities/gcflytour/query.d.cts +17 -0
  323. package/dist/entities/gcflytour/query.d.mts +17 -0
  324. package/dist/entities/gcflytour/query.mjs +19 -0
  325. package/dist/entities/gcflytour-snap/constants.cjs +17 -0
  326. package/dist/entities/gcflytour-snap/constants.d.cts +6 -0
  327. package/dist/entities/gcflytour-snap/constants.d.mts +6 -0
  328. package/dist/entities/gcflytour-snap/constants.mjs +14 -0
  329. package/dist/entities/gcflytour-snap/document.cjs +3 -0
  330. package/dist/entities/gcflytour-snap/document.d.cts +2 -0
  331. package/dist/entities/gcflytour-snap/document.d.mts +2 -0
  332. package/dist/entities/gcflytour-snap/document.mjs +2 -0
  333. package/dist/entities/gcflytour-snap/fields.cjs +7 -0
  334. package/dist/entities/gcflytour-snap/fields.d.cts +8 -0
  335. package/dist/entities/gcflytour-snap/fields.d.mts +8 -0
  336. package/dist/entities/gcflytour-snap/fields.mjs +6 -0
  337. package/dist/entities/gcflytour-snap/mutation.cjs +32 -0
  338. package/dist/entities/gcflytour-snap/mutation.d.cts +35 -0
  339. package/dist/entities/gcflytour-snap/mutation.d.mts +35 -0
  340. package/dist/entities/gcflytour-snap/mutation.mjs +27 -0
  341. package/dist/entities/gcflytour-snap/query.cjs +23 -0
  342. package/dist/entities/gcflytour-snap/query.d.cts +18 -0
  343. package/dist/entities/gcflytour-snap/query.d.mts +18 -0
  344. package/dist/entities/gcflytour-snap/query.mjs +20 -0
  345. package/dist/entities/landing-page/document.cjs +28 -0
  346. package/dist/entities/landing-page/document.d.cts +30 -0
  347. package/dist/entities/landing-page/document.d.mts +30 -0
  348. package/dist/entities/landing-page/document.mjs +25 -0
  349. package/dist/entities/lead/document.cjs +23 -0
  350. package/dist/entities/lead/document.d.cts +25 -0
  351. package/dist/entities/lead/document.d.mts +25 -0
  352. package/dist/entities/lead/document.mjs +20 -0
  353. package/dist/entities/lead/mutation.cjs +46 -0
  354. package/dist/entities/lead/mutation.d.cts +53 -0
  355. package/dist/entities/lead/mutation.d.mts +53 -0
  356. package/dist/entities/lead/mutation.mjs +41 -0
  357. package/dist/entities/media-content-type/constants.cjs +31 -0
  358. package/dist/entities/media-content-type/constants.d.cts +6 -0
  359. package/dist/entities/media-content-type/constants.d.mts +6 -0
  360. package/dist/entities/media-content-type/constants.mjs +28 -0
  361. package/dist/entities/media-content-type/document.cjs +3 -0
  362. package/dist/entities/media-content-type/document.d.cts +2 -0
  363. package/dist/entities/media-content-type/document.d.mts +2 -0
  364. package/dist/entities/media-content-type/document.mjs +2 -0
  365. package/dist/entities/media-content-type/fields.cjs +7 -0
  366. package/dist/entities/media-content-type/fields.d.cts +8 -0
  367. package/dist/entities/media-content-type/fields.d.mts +8 -0
  368. package/dist/entities/media-content-type/fields.mjs +6 -0
  369. package/dist/entities/media-content-type/mutation.cjs +36 -0
  370. package/dist/entities/media-content-type/mutation.d.cts +41 -0
  371. package/dist/entities/media-content-type/mutation.d.mts +41 -0
  372. package/dist/entities/media-content-type/mutation.mjs +31 -0
  373. package/dist/entities/media-content-type/query.cjs +24 -0
  374. package/dist/entities/media-content-type/query.d.cts +19 -0
  375. package/dist/entities/media-content-type/query.d.mts +19 -0
  376. package/dist/entities/media-content-type/query.mjs +21 -0
  377. package/dist/entities/media-creative-format/constants.cjs +23 -0
  378. package/dist/entities/media-creative-format/constants.d.cts +6 -0
  379. package/dist/entities/media-creative-format/constants.d.mts +6 -0
  380. package/dist/entities/media-creative-format/constants.mjs +20 -0
  381. package/dist/entities/media-creative-format/document.cjs +3 -0
  382. package/dist/entities/media-creative-format/document.d.cts +2 -0
  383. package/dist/entities/media-creative-format/document.d.mts +2 -0
  384. package/dist/entities/media-creative-format/document.mjs +2 -0
  385. package/dist/entities/media-creative-format/fields.cjs +7 -0
  386. package/dist/entities/media-creative-format/fields.d.cts +8 -0
  387. package/dist/entities/media-creative-format/fields.d.mts +8 -0
  388. package/dist/entities/media-creative-format/fields.mjs +6 -0
  389. package/dist/entities/media-creative-format/mutation.cjs +30 -0
  390. package/dist/entities/media-creative-format/mutation.d.cts +32 -0
  391. package/dist/entities/media-creative-format/mutation.d.mts +32 -0
  392. package/dist/entities/media-creative-format/mutation.mjs +25 -0
  393. package/dist/entities/media-creative-format/query.cjs +21 -0
  394. package/dist/entities/media-creative-format/query.d.cts +16 -0
  395. package/dist/entities/media-creative-format/query.d.mts +16 -0
  396. package/dist/entities/media-creative-format/query.mjs +18 -0
  397. package/dist/entities/media-medium/constants.cjs +26 -0
  398. package/dist/entities/media-medium/constants.d.cts +6 -0
  399. package/dist/entities/media-medium/constants.d.mts +6 -0
  400. package/dist/entities/media-medium/constants.mjs +23 -0
  401. package/dist/entities/media-medium/document.cjs +3 -0
  402. package/dist/entities/media-medium/document.d.cts +2 -0
  403. package/dist/entities/media-medium/document.d.mts +2 -0
  404. package/dist/entities/media-medium/document.mjs +2 -0
  405. package/dist/entities/media-medium/fields.cjs +7 -0
  406. package/dist/entities/media-medium/fields.d.cts +8 -0
  407. package/dist/entities/media-medium/fields.d.mts +8 -0
  408. package/dist/entities/media-medium/fields.mjs +6 -0
  409. package/dist/entities/media-medium/mutation.cjs +34 -0
  410. package/dist/entities/media-medium/mutation.d.cts +38 -0
  411. package/dist/entities/media-medium/mutation.d.mts +38 -0
  412. package/dist/entities/media-medium/mutation.mjs +29 -0
  413. package/dist/entities/media-medium/query.cjs +23 -0
  414. package/dist/entities/media-medium/query.d.cts +18 -0
  415. package/dist/entities/media-medium/query.d.mts +18 -0
  416. package/dist/entities/media-medium/query.mjs +20 -0
  417. package/dist/entities/media-platform/constants.cjs +40 -0
  418. package/dist/entities/media-platform/constants.d.cts +6 -0
  419. package/dist/entities/media-platform/constants.d.mts +6 -0
  420. package/dist/entities/media-platform/constants.mjs +37 -0
  421. package/dist/entities/media-platform/document.cjs +3 -0
  422. package/dist/entities/media-platform/document.d.cts +2 -0
  423. package/dist/entities/media-platform/document.d.mts +2 -0
  424. package/dist/entities/media-platform/document.mjs +2 -0
  425. package/dist/entities/media-platform/fields.cjs +7 -0
  426. package/dist/entities/media-platform/fields.d.cts +8 -0
  427. package/dist/entities/media-platform/fields.d.mts +8 -0
  428. package/dist/entities/media-platform/fields.mjs +6 -0
  429. package/dist/entities/media-platform/mutation.cjs +41 -0
  430. package/dist/entities/media-platform/mutation.d.cts +47 -0
  431. package/dist/entities/media-platform/mutation.d.mts +47 -0
  432. package/dist/entities/media-platform/mutation.mjs +36 -0
  433. package/dist/entities/media-platform/query.cjs +27 -0
  434. package/dist/entities/media-platform/query.d.cts +21 -0
  435. package/dist/entities/media-platform/query.d.mts +21 -0
  436. package/dist/entities/media-platform/query.mjs +24 -0
  437. package/dist/entities/monday-workspace/constants.cjs +17 -0
  438. package/dist/entities/monday-workspace/constants.d.cts +6 -0
  439. package/dist/entities/monday-workspace/constants.d.mts +6 -0
  440. package/dist/entities/monday-workspace/constants.mjs +14 -0
  441. package/dist/entities/monday-workspace/document.cjs +3 -0
  442. package/dist/entities/monday-workspace/document.d.cts +2 -0
  443. package/dist/entities/monday-workspace/document.d.mts +2 -0
  444. package/dist/entities/monday-workspace/document.mjs +2 -0
  445. package/dist/entities/monday-workspace/fields.cjs +7 -0
  446. package/dist/entities/monday-workspace/fields.d.cts +8 -0
  447. package/dist/entities/monday-workspace/fields.d.mts +8 -0
  448. package/dist/entities/monday-workspace/fields.mjs +6 -0
  449. package/dist/entities/monday-workspace/mutation.cjs +26 -0
  450. package/dist/entities/monday-workspace/mutation.d.cts +26 -0
  451. package/dist/entities/monday-workspace/mutation.d.mts +26 -0
  452. package/dist/entities/monday-workspace/mutation.mjs +21 -0
  453. package/dist/entities/monday-workspace/query.cjs +20 -0
  454. package/dist/entities/monday-workspace/query.d.cts +15 -0
  455. package/dist/entities/monday-workspace/query.d.mts +15 -0
  456. package/dist/entities/monday-workspace/query.mjs +17 -0
  457. package/dist/entities/newsletter-signup/document.cjs +20 -0
  458. package/dist/entities/newsletter-signup/document.d.cts +22 -0
  459. package/dist/entities/newsletter-signup/document.d.mts +22 -0
  460. package/dist/entities/newsletter-signup/document.mjs +17 -0
  461. package/dist/entities/newsletter-signup/mutation.cjs +53 -0
  462. package/dist/entities/newsletter-signup/mutation.d.cts +57 -0
  463. package/dist/entities/newsletter-signup/mutation.d.mts +57 -0
  464. package/dist/entities/newsletter-signup/mutation.mjs +47 -0
  465. package/dist/entities/policy-page/document.cjs +24 -0
  466. package/dist/entities/policy-page/document.d.cts +25 -0
  467. package/dist/entities/policy-page/document.d.mts +25 -0
  468. package/dist/entities/policy-page/document.mjs +21 -0
  469. package/dist/entities/product/constants.cjs +7 -0
  470. package/dist/entities/product/constants.d.cts +5 -0
  471. package/dist/entities/product/constants.d.mts +5 -0
  472. package/dist/entities/product/constants.mjs +5 -0
  473. package/dist/entities/product/document.cjs +23 -0
  474. package/dist/entities/product/document.d.cts +2 -0
  475. package/dist/entities/product/document.d.mts +2 -0
  476. package/dist/entities/product/document.mjs +20 -0
  477. package/dist/entities/product-highlight/constants.cjs +7 -0
  478. package/dist/entities/product-highlight/constants.d.cts +5 -0
  479. package/dist/entities/product-highlight/constants.d.mts +5 -0
  480. package/dist/entities/product-highlight/constants.mjs +5 -0
  481. package/dist/entities/product-highlight/document.cjs +3 -0
  482. package/dist/entities/product-highlight/document.d.cts +2 -0
  483. package/dist/entities/product-highlight/document.d.mts +2 -0
  484. package/dist/entities/product-highlight/document.mjs +2 -0
  485. package/dist/entities/resume/document.cjs +23 -0
  486. package/dist/entities/resume/document.d.cts +93 -0
  487. package/dist/entities/resume/document.d.mts +93 -0
  488. package/dist/entities/resume/document.mjs +20 -0
  489. package/dist/entities/resume/mutation.cjs +113 -0
  490. package/dist/entities/resume/mutation.d.cts +108 -0
  491. package/dist/entities/resume/mutation.d.mts +108 -0
  492. package/dist/entities/resume/mutation.mjs +104 -0
  493. package/dist/entities/sharpspring/mutation.cjs +20 -0
  494. package/dist/entities/sharpspring/mutation.mjs +17 -0
  495. package/dist/entities/tag/constants.cjs +15 -0
  496. package/dist/entities/tag/constants.d.cts +6 -0
  497. package/dist/entities/tag/constants.d.mts +6 -0
  498. package/dist/entities/tag/constants.mjs +12 -0
  499. package/dist/entities/tag/document.cjs +13 -0
  500. package/dist/entities/tag/document.d.cts +2 -0
  501. package/dist/entities/tag/document.d.mts +2 -0
  502. package/dist/entities/tag/document.mjs +10 -0
  503. package/dist/entities/tag/fields.cjs +7 -0
  504. package/dist/entities/tag/fields.d.cts +8 -0
  505. package/dist/entities/tag/fields.d.mts +8 -0
  506. package/dist/entities/tag/fields.mjs +6 -0
  507. package/dist/entities/tag/mutation.cjs +24 -0
  508. package/dist/entities/tag/mutation.d.cts +23 -0
  509. package/dist/entities/tag/mutation.d.mts +23 -0
  510. package/dist/entities/tag/mutation.mjs +19 -0
  511. package/dist/entities/tag/query.cjs +18 -0
  512. package/dist/entities/tag/query.d.cts +14 -0
  513. package/dist/entities/tag/query.d.mts +14 -0
  514. package/dist/entities/tag/query.mjs +15 -0
  515. package/dist/entities/team-member/constants.cjs +30 -0
  516. package/dist/entities/team-member/constants.d.cts +8 -0
  517. package/dist/entities/team-member/constants.d.mts +8 -0
  518. package/dist/entities/team-member/constants.mjs +25 -0
  519. package/dist/entities/team-member/document.cjs +3 -0
  520. package/dist/entities/team-member/document.d.cts +2 -0
  521. package/dist/entities/team-member/document.d.mts +2 -0
  522. package/dist/entities/team-member/document.mjs +2 -0
  523. package/dist/entities/team-member/fields.cjs +14 -0
  524. package/dist/entities/team-member/fields.d.cts +2 -0
  525. package/dist/entities/team-member/fields.d.mts +2 -0
  526. package/dist/entities/team-member/fields.mjs +9 -0
  527. package/dist/entities/team-member/query.cjs +24 -0
  528. package/dist/entities/team-member/query.d.cts +19 -0
  529. package/dist/entities/team-member/query.d.mts +19 -0
  530. package/dist/entities/team-member/query.mjs +21 -0
  531. package/dist/entities/team-page/document.cjs +16 -0
  532. package/dist/entities/team-page/document.d.cts +18 -0
  533. package/dist/entities/team-page/document.d.mts +18 -0
  534. package/dist/entities/team-page/document.mjs +13 -0
  535. package/dist/entities/teamwork/constants.cjs +44 -0
  536. package/dist/entities/teamwork/constants.d.cts +35 -0
  537. package/dist/entities/teamwork/constants.d.mts +35 -0
  538. package/dist/entities/teamwork/constants.mjs +42 -0
  539. package/dist/entities/teamwork/fields.cjs +12 -0
  540. package/dist/entities/teamwork/fields.d.cts +10 -0
  541. package/dist/entities/teamwork/fields.d.mts +10 -0
  542. package/dist/entities/teamwork/fields.mjs +9 -0
  543. package/dist/entities/teamwork/query.cjs +27 -0
  544. package/dist/entities/teamwork/query.d.cts +23 -0
  545. package/dist/entities/teamwork/query.d.mts +23 -0
  546. package/dist/entities/teamwork/query.mjs +24 -0
  547. package/dist/entities/teamwork/types/index.cjs +0 -0
  548. package/dist/entities/teamwork/types/index.d.cts +449 -0
  549. package/dist/entities/teamwork/types/index.d.mts +449 -0
  550. package/dist/entities/teamwork/types/index.mjs +1 -0
  551. package/dist/entities/trend/constants.cjs +7 -0
  552. package/dist/entities/trend/constants.d.cts +5 -0
  553. package/dist/entities/trend/constants.d.mts +5 -0
  554. package/dist/entities/trend/constants.mjs +5 -0
  555. package/dist/entities/trend/document.cjs +3 -0
  556. package/dist/entities/trend/document.d.cts +2 -0
  557. package/dist/entities/trend/document.d.mts +2 -0
  558. package/dist/entities/trend/document.mjs +2 -0
  559. package/dist/entities/trend/mutation.cjs +12 -0
  560. package/dist/entities/trend/mutation.d.cts +10 -0
  561. package/dist/entities/trend/mutation.d.mts +10 -0
  562. package/dist/entities/trend/mutation.mjs +9 -0
  563. package/dist/entities/up-auth/mutation.cjs +59 -0
  564. package/dist/entities/up-auth/mutation.d.cts +95 -0
  565. package/dist/entities/up-auth/mutation.d.mts +95 -0
  566. package/dist/entities/up-auth/mutation.mjs +47 -0
  567. package/dist/entities/up-permission/document.cjs +3 -0
  568. package/dist/entities/up-permission/document.d.cts +2 -0
  569. package/dist/entities/up-permission/document.d.mts +2 -0
  570. package/dist/entities/up-permission/document.mjs +2 -0
  571. package/dist/entities/up-role/constants.cjs +11 -0
  572. package/dist/entities/up-role/constants.d.cts +4 -0
  573. package/dist/entities/up-role/constants.d.mts +4 -0
  574. package/dist/entities/up-role/constants.mjs +10 -0
  575. package/dist/entities/up-role/document.cjs +3 -0
  576. package/dist/entities/up-role/document.d.cts +2 -0
  577. package/dist/entities/up-role/document.d.mts +2 -0
  578. package/dist/entities/up-role/document.mjs +2 -0
  579. package/dist/entities/up-role/fields.cjs +9 -0
  580. package/dist/entities/up-role/fields.d.cts +2 -0
  581. package/dist/entities/up-role/fields.d.mts +2 -0
  582. package/dist/entities/up-role/fields.mjs +6 -0
  583. package/dist/entities/up-user/constants.cjs +17 -0
  584. package/dist/entities/up-user/constants.d.cts +6 -0
  585. package/dist/entities/up-user/constants.d.mts +6 -0
  586. package/dist/entities/up-user/constants.mjs +14 -0
  587. package/dist/entities/up-user/document.cjs +3 -0
  588. package/dist/entities/up-user/document.d.cts +2 -0
  589. package/dist/entities/up-user/document.d.mts +2 -0
  590. package/dist/entities/up-user/document.mjs +2 -0
  591. package/dist/entities/up-user/fields.cjs +12 -0
  592. package/dist/entities/up-user/fields.d.cts +10 -0
  593. package/dist/entities/up-user/fields.d.mts +10 -0
  594. package/dist/entities/up-user/fields.mjs +10 -0
  595. package/dist/entities/up-user/mutation.cjs +19 -0
  596. package/dist/entities/up-user/mutation.d.cts +14 -0
  597. package/dist/entities/up-user/mutation.d.mts +14 -0
  598. package/dist/entities/up-user/mutation.mjs +16 -0
  599. package/dist/entities/up-user/query.cjs +22 -0
  600. package/dist/entities/up-user/query.d.cts +18 -0
  601. package/dist/entities/up-user/query.d.mts +18 -0
  602. package/dist/entities/up-user/query.mjs +18 -0
  603. package/dist/entities/upload/fields.cjs +8 -0
  604. package/dist/entities/upload/fields.d.cts +6 -0
  605. package/dist/entities/upload/fields.d.mts +6 -0
  606. package/dist/entities/upload/fields.mjs +5 -0
  607. package/dist/entities/upload/mutation.cjs +32 -0
  608. package/dist/entities/upload/mutation.d.cts +28 -0
  609. package/dist/entities/upload/mutation.d.mts +28 -0
  610. package/dist/entities/upload/mutation.mjs +27 -0
  611. package/dist/entities/url-redirect/constants.cjs +32 -0
  612. package/dist/entities/url-redirect/constants.d.cts +8 -0
  613. package/dist/entities/url-redirect/constants.d.mts +8 -0
  614. package/dist/entities/url-redirect/constants.mjs +27 -0
  615. package/dist/entities/url-redirect/document.cjs +17 -0
  616. package/dist/entities/url-redirect/document.d.cts +18 -0
  617. package/dist/entities/url-redirect/document.d.mts +18 -0
  618. package/dist/entities/url-redirect/document.mjs +14 -0
  619. package/dist/entities/url-redirect/fields.cjs +14 -0
  620. package/dist/entities/url-redirect/fields.d.cts +12 -0
  621. package/dist/entities/url-redirect/fields.d.mts +12 -0
  622. package/dist/entities/url-redirect/fields.mjs +9 -0
  623. package/dist/entities/url-redirect/query.cjs +18 -0
  624. package/dist/entities/url-redirect/query.d.cts +16 -0
  625. package/dist/entities/url-redirect/query.d.mts +16 -0
  626. package/dist/entities/url-redirect/query.mjs +14 -0
  627. package/dist/entities/user-account/document.cjs +3 -0
  628. package/dist/entities/user-account/document.d.cts +2 -0
  629. package/dist/entities/user-account/document.d.mts +2 -0
  630. package/dist/entities/user-account/document.mjs +2 -0
  631. package/dist/entities/user-account/mutation.cjs +30 -0
  632. package/dist/entities/user-account/mutation.d.cts +27 -0
  633. package/dist/entities/user-account/mutation.d.mts +27 -0
  634. package/dist/entities/user-account/mutation.mjs +24 -0
  635. package/dist/entities/user-account/query.cjs +8 -0
  636. package/dist/entities/user-account/query.d.cts +14 -0
  637. package/dist/entities/user-account/query.d.mts +14 -0
  638. package/dist/entities/user-account/query.mjs +6 -0
  639. package/dist/entities/utm-link-builder/constants.cjs +11 -0
  640. package/dist/entities/utm-link-builder/constants.d.cts +4 -0
  641. package/dist/entities/utm-link-builder/constants.d.mts +4 -0
  642. package/dist/entities/utm-link-builder/constants.mjs +10 -0
  643. package/dist/entities/utm-link-builder/fields.cjs +9 -0
  644. package/dist/entities/utm-link-builder/fields.d.cts +7 -0
  645. package/dist/entities/utm-link-builder/fields.d.mts +7 -0
  646. package/dist/entities/utm-link-builder/fields.mjs +6 -0
  647. package/dist/entities/utm-link-builder/mutation.cjs +67 -0
  648. package/dist/entities/utm-link-builder/mutation.d.cts +188 -0
  649. package/dist/entities/utm-link-builder/mutation.d.mts +188 -0
  650. package/dist/entities/utm-link-builder/mutation.mjs +61 -0
  651. package/dist/entities/utm-meta/document.d.cts +83 -0
  652. package/dist/entities/utm-meta/document.d.mts +83 -0
  653. package/dist/entities/utm-tracking-link/constants.cjs +30 -0
  654. package/dist/entities/utm-tracking-link/constants.d.cts +6 -0
  655. package/dist/entities/utm-tracking-link/constants.d.mts +6 -0
  656. package/dist/entities/utm-tracking-link/constants.mjs +27 -0
  657. package/dist/entities/utm-tracking-link/document.cjs +3 -0
  658. package/dist/entities/utm-tracking-link/document.d.cts +2 -0
  659. package/dist/entities/utm-tracking-link/document.d.mts +2 -0
  660. package/dist/entities/utm-tracking-link/document.mjs +2 -0
  661. package/dist/entities/utm-tracking-link/fields.cjs +22 -0
  662. package/dist/entities/utm-tracking-link/fields.d.cts +20 -0
  663. package/dist/entities/utm-tracking-link/fields.d.mts +20 -0
  664. package/dist/entities/utm-tracking-link/fields.mjs +15 -0
  665. package/dist/entities/utm-tracking-link/mutation.cjs +106 -0
  666. package/dist/entities/utm-tracking-link/mutation.d.cts +172 -0
  667. package/dist/entities/utm-tracking-link/mutation.d.mts +172 -0
  668. package/dist/entities/utm-tracking-link/mutation.mjs +97 -0
  669. package/dist/entities/utm-tracking-link/query.cjs +38 -0
  670. package/dist/entities/utm-tracking-link/query.d.cts +32 -0
  671. package/dist/entities/utm-tracking-link/query.d.mts +32 -0
  672. package/dist/entities/utm-tracking-link/query.mjs +35 -0
  673. package/dist/error-messages-9ZhRqNGW.mjs +10 -0
  674. package/dist/error-messages-C0I1kOur.cjs +51 -0
  675. package/dist/fields-BNPZU6Gp.d.mts +12 -0
  676. package/dist/fields-BNS6GlPT.d.mts +37 -0
  677. package/dist/fields-BU_IFcBS.d.cts +37 -0
  678. package/dist/fields-BmQJMVWd.d.mts +12 -0
  679. package/dist/fields-CJ65HoR1.d.cts +12 -0
  680. package/dist/fields-CTfsBi5c.d.cts +12 -0
  681. package/dist/fields-D8H1U_b2.d.cts +645 -0
  682. package/dist/fields-DIvsfMUO.d.mts +12 -0
  683. package/dist/fields-DlXUyYib.d.cts +12 -0
  684. package/dist/fields-ni-B35Xp.d.mts +645 -0
  685. package/dist/generators/index.cjs +231 -0
  686. package/dist/generators/index.d.cts +19 -0
  687. package/dist/generators/index.d.mts +19 -0
  688. package/dist/generators/index.mjs +226 -0
  689. package/dist/index-BSEaV9wd.d.mts +34 -0
  690. package/dist/index-BT8Pa9XY.d.mts +317 -0
  691. package/dist/index-BwLZjlo3.d.cts +1324 -0
  692. package/dist/index-CV7T00Qq.d.mts +486 -0
  693. package/dist/index-CtcVMald.d.cts +34 -0
  694. package/dist/index-DHkpV702.d.mts +254 -0
  695. package/dist/index-Dvu63a8_.d.mts +1324 -0
  696. package/dist/index-LS8utbTg.d.cts +254 -0
  697. package/dist/index-ie_YU9zh.d.cts +317 -0
  698. package/dist/index-zowAUXa0.d.cts +486 -0
  699. package/dist/json-Cm6HECXA.d.cts +10 -0
  700. package/dist/json-Dk27QL29.d.mts +10 -0
  701. package/dist/limits-CKGuEuKA.mjs +37 -0
  702. package/dist/limits-CW6iJ7kB.cjs +240 -0
  703. package/dist/media-upload-D-nP8FR1.d.cts +140 -0
  704. package/dist/media-upload-DSURwJZR.d.mts +140 -0
  705. package/dist/number-Bt4nZKCU.cjs +19 -0
  706. package/dist/number-OMFRufFt.mjs +6 -0
  707. package/dist/pagination-D5l_UjyM.mjs +7 -0
  708. package/dist/pagination-DWZDPzR4.cjs +20 -0
  709. package/dist/permissions/index.cjs +2 -2
  710. package/dist/permissions/index.d.cts +3 -2
  711. package/dist/permissions/index.d.mts +3 -2
  712. package/dist/permissions/index.mjs +2 -2
  713. package/dist/phone-C9TNVDm_.mjs +8 -0
  714. package/dist/phone-D_ZLG1Qv.cjs +21 -0
  715. package/dist/query-Br0zLHlB.d.cts +42 -0
  716. package/dist/query-BuKHwaMn.mjs +36 -0
  717. package/dist/query-Do-NCMdA.d.mts +42 -0
  718. package/dist/query-LyGctccO.cjs +79 -0
  719. package/dist/regex-BEFTMiHO.cjs +51 -0
  720. package/dist/regex-pSdcbWzV.mjs +10 -0
  721. package/dist/relation-Bd-xUcj8.cjs +33 -0
  722. package/dist/relation-DMhLjp7K.mjs +8 -0
  723. package/dist/relationships-DjHwYd4r.cjs +104 -0
  724. package/dist/relationships-yPO5SILR.mjs +43 -0
  725. package/dist/slug-BUtm1t-B.mjs +7 -0
  726. package/dist/slug-cWXTZEIT.cjs +14 -0
  727. package/dist/sort-BJrzr4Xl.mjs +14 -0
  728. package/dist/sort-CGhEoZGd.d.mts +12 -0
  729. package/dist/sort-D9B3xl2d.d.cts +12 -0
  730. package/dist/sort-DIln8tn5.cjs +33 -0
  731. package/dist/strapi-B2cNPAao.mjs +9 -0
  732. package/dist/strapi-CE9bz7Kc.mjs +502 -0
  733. package/dist/strapi-D8C1C0D7.cjs +537 -0
  734. package/dist/strapi-RlhF30B7.cjs +34 -0
  735. package/dist/string-BHHnD2Qu.mjs +42 -0
  736. package/dist/string-Yn-6xiAZ.cjs +97 -0
  737. package/dist/urls-UOvhCu0z.mjs +14 -0
  738. package/dist/urls-og5upHgL.cjs +27 -0
  739. package/dist/utilities/index.cjs +1 -1
  740. package/dist/utilities/index.d.cts +11 -5
  741. package/dist/utilities/index.d.mts +11 -5
  742. package/dist/utilities/index.mjs +1 -1
  743. package/dist/utm-BqkYlpua.cjs +47 -0
  744. package/dist/utm-ZUwmBoR2.mjs +28 -0
  745. package/dist/validators/index.cjs +36 -0
  746. package/dist/validators/index.d.cts +94 -0
  747. package/dist/validators/index.d.mts +94 -0
  748. package/dist/validators/index.mjs +10 -0
  749. package/package.json +99 -9
  750. package/dist/document-2o5WNt6V.cjs +0 -30
  751. package/dist/document-6ONY7xJm.d.mts +0 -15
  752. package/dist/document-AkydjorI.d.cts +0 -12219
  753. package/dist/document-B0j6d1nH.d.mts +0 -267
  754. package/dist/document-BK1ASowb.d.cts +0 -17
  755. package/dist/document-BMxLOdrT.d.cts +0 -267
  756. package/dist/document-BVPXeweR.cjs +0 -20
  757. package/dist/document-BezYxNmb.d.cts +0 -16
  758. package/dist/document-Bh0a7Y8h.d.mts +0 -18
  759. package/dist/document-Bj7SRTOn.d.cts +0 -18
  760. package/dist/document-Bpgteig6.mjs +0 -51
  761. package/dist/document-Bs8c1mok.d.cts +0 -15
  762. package/dist/document-C21JZnEl.mjs +0 -13
  763. package/dist/document-CIAPAAjK.d.mts +0 -12219
  764. package/dist/document-COaupB1r.mjs +0 -23
  765. package/dist/document-CQ9bUL-1.d.mts +0 -16
  766. package/dist/document-CWYzG60q.d.cts +0 -19
  767. package/dist/document-CjNHI7Eb.d.cts +0 -27
  768. package/dist/document-Coz4Rm8I.cjs +0 -103
  769. package/dist/document-CsGd8QmZ.d.mts +0 -19
  770. package/dist/document-D-KvyEb5.d.cts +0 -238
  771. package/dist/document-D73dqRle.d.cts +0 -19
  772. package/dist/document-D7nCeVSn.d.mts +0 -15
  773. package/dist/document-DA6YVZz-.d.cts +0 -100
  774. package/dist/document-DAnzPqTm.d.mts +0 -434
  775. package/dist/document-DCIBlMpe.d.mts +0 -30
  776. package/dist/document-DCtr8pVh.d.mts +0 -16
  777. package/dist/document-DJ0YiVte.d.cts +0 -30
  778. package/dist/document-DN3g0EFx.d.cts +0 -434
  779. package/dist/document-DSUxqMD4.d.mts +0 -18
  780. package/dist/document-D_ZMbzn6.d.cts +0 -18
  781. package/dist/document-Db-z1nIm.d.mts +0 -244
  782. package/dist/document-DgG9DIT2.cjs +0 -106
  783. package/dist/document-DgQnMgCD.d.mts +0 -19
  784. package/dist/document-DiOskbh3.mjs +0 -54
  785. package/dist/document-DmZ3XRi8.d.mts +0 -238
  786. package/dist/document-IIJpsOIO.d.cts +0 -16
  787. package/dist/document-TK2UUOF9.d.mts +0 -100
  788. package/dist/document-W-NILXQV.d.mts +0 -27
  789. package/dist/document-dqrWptdY.d.cts +0 -244
  790. package/dist/document-gwpNlSBm.d.mts +0 -17
  791. package/dist/document-hEBlSep8.d.cts +0 -15
  792. package/dist/entities/audit-log/index.cjs +0 -127
  793. package/dist/entities/audit-log/index.d.cts +0 -134
  794. package/dist/entities/audit-log/index.d.mts +0 -134
  795. package/dist/entities/audit-log/index.mjs +0 -115
  796. package/dist/entities/blog-page/index.cjs +0 -16
  797. package/dist/entities/blog-page/index.d.cts +0 -257
  798. package/dist/entities/blog-page/index.d.mts +0 -257
  799. package/dist/entities/blog-page/index.mjs +0 -13
  800. package/dist/entities/blog-post/index.cjs +0 -33
  801. package/dist/entities/blog-post/index.d.cts +0 -917
  802. package/dist/entities/blog-post/index.d.mts +0 -917
  803. package/dist/entities/blog-post/index.mjs +0 -21
  804. package/dist/entities/careers-page/index.cjs +0 -16
  805. package/dist/entities/careers-page/index.d.cts +0 -257
  806. package/dist/entities/careers-page/index.d.mts +0 -257
  807. package/dist/entities/careers-page/index.mjs +0 -13
  808. package/dist/entities/category/index.cjs +0 -63
  809. package/dist/entities/category/index.d.cts +0 -300
  810. package/dist/entities/category/index.d.mts +0 -300
  811. package/dist/entities/category/index.mjs +0 -52
  812. package/dist/entities/client/index.cjs +0 -96
  813. package/dist/entities/client/index.d.cts +0 -85
  814. package/dist/entities/client/index.d.mts +0 -85
  815. package/dist/entities/client/index.mjs +0 -83
  816. package/dist/entities/client-content-pillar/index.cjs +0 -70
  817. package/dist/entities/client-content-pillar/index.d.cts +0 -49
  818. package/dist/entities/client-content-pillar/index.d.mts +0 -49
  819. package/dist/entities/client-content-pillar/index.mjs +0 -59
  820. package/dist/entities/client-media-platform/index.cjs +0 -74
  821. package/dist/entities/client-media-platform/index.d.cts +0 -53
  822. package/dist/entities/client-media-platform/index.d.mts +0 -53
  823. package/dist/entities/client-media-platform/index.mjs +0 -63
  824. package/dist/entities/client-project/index.cjs +0 -205
  825. package/dist/entities/client-project/index.d.cts +0 -147
  826. package/dist/entities/client-project/index.d.mts +0 -147
  827. package/dist/entities/client-project/index.mjs +0 -188
  828. package/dist/entities/client-report/index.cjs +0 -82
  829. package/dist/entities/client-report/index.d.cts +0 -63
  830. package/dist/entities/client-report/index.d.mts +0 -63
  831. package/dist/entities/client-report/index.mjs +0 -71
  832. package/dist/entities/client-styleguide/index.cjs +0 -77
  833. package/dist/entities/client-styleguide/index.d.cts +0 -48
  834. package/dist/entities/client-styleguide/index.d.mts +0 -48
  835. package/dist/entities/client-styleguide/index.mjs +0 -66
  836. package/dist/entities/client-user/index.cjs +0 -78
  837. package/dist/entities/client-user/index.d.cts +0 -47
  838. package/dist/entities/client-user/index.d.mts +0 -47
  839. package/dist/entities/client-user/index.mjs +0 -64
  840. package/dist/entities/comment/index.cjs +0 -137
  841. package/dist/entities/comment/index.d.cts +0 -2
  842. package/dist/entities/comment/index.d.mts +0 -2
  843. package/dist/entities/comment/index.mjs +0 -116
  844. package/dist/entities/content-pillar/index.cjs +0 -59
  845. package/dist/entities/content-pillar/index.d.cts +0 -50
  846. package/dist/entities/content-pillar/index.d.mts +0 -50
  847. package/dist/entities/content-pillar/index.mjs +0 -48
  848. package/dist/entities/faq-page/index.cjs +0 -17
  849. package/dist/entities/faq-page/index.d.cts +0 -335
  850. package/dist/entities/faq-page/index.d.mts +0 -335
  851. package/dist/entities/faq-page/index.mjs +0 -14
  852. package/dist/entities/formatter/index.cjs +0 -258
  853. package/dist/entities/formatter/index.d.cts +0 -121
  854. package/dist/entities/formatter/index.d.mts +0 -121
  855. package/dist/entities/formatter/index.mjs +0 -233
  856. package/dist/entities/gcflytour/index.cjs +0 -79
  857. package/dist/entities/gcflytour/index.d.cts +0 -61
  858. package/dist/entities/gcflytour/index.d.mts +0 -61
  859. package/dist/entities/gcflytour/index.mjs +0 -68
  860. package/dist/entities/gcflytour-snap/index.cjs +0 -78
  861. package/dist/entities/gcflytour-snap/index.d.cts +0 -59
  862. package/dist/entities/gcflytour-snap/index.d.mts +0 -59
  863. package/dist/entities/gcflytour-snap/index.mjs +0 -67
  864. package/dist/entities/landing-page/index.cjs +0 -28
  865. package/dist/entities/landing-page/index.d.cts +0 -479
  866. package/dist/entities/landing-page/index.d.mts +0 -479
  867. package/dist/entities/landing-page/index.mjs +0 -25
  868. package/dist/entities/lead/index.cjs +0 -63
  869. package/dist/entities/lead/index.d.cts +0 -75
  870. package/dist/entities/lead/index.d.mts +0 -75
  871. package/dist/entities/lead/index.mjs +0 -57
  872. package/dist/entities/media-content-type/index.cjs +0 -100
  873. package/dist/entities/media-content-type/index.d.cts +0 -66
  874. package/dist/entities/media-content-type/index.d.mts +0 -66
  875. package/dist/entities/media-content-type/index.mjs +0 -89
  876. package/dist/entities/media-creative-format/index.cjs +0 -79
  877. package/dist/entities/media-creative-format/index.d.cts +0 -54
  878. package/dist/entities/media-creative-format/index.d.mts +0 -54
  879. package/dist/entities/media-creative-format/index.mjs +0 -68
  880. package/dist/entities/media-medium/index.cjs +0 -90
  881. package/dist/entities/media-medium/index.d.cts +0 -77
  882. package/dist/entities/media-medium/index.d.mts +0 -77
  883. package/dist/entities/media-medium/index.mjs +0 -79
  884. package/dist/entities/media-platform/index.cjs +0 -118
  885. package/dist/entities/media-platform/index.d.cts +0 -74
  886. package/dist/entities/media-platform/index.d.mts +0 -74
  887. package/dist/entities/media-platform/index.mjs +0 -107
  888. package/dist/entities/monday-workspace/index.cjs +0 -66
  889. package/dist/entities/monday-workspace/index.d.cts +0 -47
  890. package/dist/entities/monday-workspace/index.d.mts +0 -47
  891. package/dist/entities/monday-workspace/index.mjs +0 -55
  892. package/dist/entities/newsletter-signup/index.cjs +0 -67
  893. package/dist/entities/newsletter-signup/index.d.cts +0 -76
  894. package/dist/entities/newsletter-signup/index.d.mts +0 -76
  895. package/dist/entities/newsletter-signup/index.mjs +0 -60
  896. package/dist/entities/policy-page/index.cjs +0 -23
  897. package/dist/entities/policy-page/index.d.cts +0 -331
  898. package/dist/entities/policy-page/index.d.mts +0 -331
  899. package/dist/entities/policy-page/index.mjs +0 -20
  900. package/dist/entities/product/index.cjs +0 -28
  901. package/dist/entities/product/index.d.cts +0 -325
  902. package/dist/entities/product/index.d.mts +0 -325
  903. package/dist/entities/product/index.mjs +0 -23
  904. package/dist/entities/product-highlight/index.cjs +0 -28
  905. package/dist/entities/product-highlight/index.d.cts +0 -245
  906. package/dist/entities/product-highlight/index.d.mts +0 -245
  907. package/dist/entities/product-highlight/index.mjs +0 -23
  908. package/dist/entities/resume/index.cjs +0 -129
  909. package/dist/entities/resume/index.d.cts +0 -198
  910. package/dist/entities/resume/index.d.mts +0 -198
  911. package/dist/entities/resume/index.mjs +0 -119
  912. package/dist/entities/sharpspring/index.cjs +0 -19
  913. package/dist/entities/sharpspring/index.mjs +0 -16
  914. package/dist/entities/tag/index.cjs +0 -61
  915. package/dist/entities/tag/index.d.cts +0 -54
  916. package/dist/entities/tag/index.d.mts +0 -54
  917. package/dist/entities/tag/index.mjs +0 -50
  918. package/dist/entities/team-member/index.cjs +0 -29
  919. package/dist/entities/team-member/index.d.cts +0 -210
  920. package/dist/entities/team-member/index.d.mts +0 -210
  921. package/dist/entities/team-member/index.mjs +0 -17
  922. package/dist/entities/team-page/index.cjs +0 -16
  923. package/dist/entities/team-page/index.d.cts +0 -257
  924. package/dist/entities/team-page/index.d.mts +0 -257
  925. package/dist/entities/team-page/index.mjs +0 -13
  926. package/dist/entities/teamwork/index.cjs +0 -74
  927. package/dist/entities/teamwork/index.d.cts +0 -512
  928. package/dist/entities/teamwork/index.d.mts +0 -512
  929. package/dist/entities/teamwork/index.mjs +0 -68
  930. package/dist/entities/trend/index.cjs +0 -34
  931. package/dist/entities/trend/index.d.cts +0 -347
  932. package/dist/entities/trend/index.d.mts +0 -347
  933. package/dist/entities/trend/index.mjs +0 -28
  934. package/dist/entities/up-auth/index.cjs +0 -56
  935. package/dist/entities/up-auth/index.d.cts +0 -2
  936. package/dist/entities/up-auth/index.d.mts +0 -2
  937. package/dist/entities/up-auth/index.mjs +0 -44
  938. package/dist/entities/up-permission/index.cjs +0 -12
  939. package/dist/entities/up-permission/index.d.cts +0 -14
  940. package/dist/entities/up-permission/index.d.mts +0 -14
  941. package/dist/entities/up-permission/index.mjs +0 -9
  942. package/dist/entities/up-role/index.cjs +0 -28
  943. package/dist/entities/up-role/index.d.cts +0 -7
  944. package/dist/entities/up-role/index.d.mts +0 -7
  945. package/dist/entities/up-role/index.mjs +0 -23
  946. package/dist/entities/up-user/index.cjs +0 -64
  947. package/dist/entities/up-user/index.d.cts +0 -38
  948. package/dist/entities/up-user/index.d.mts +0 -38
  949. package/dist/entities/up-user/index.mjs +0 -54
  950. package/dist/entities/upload/index.cjs +0 -35
  951. package/dist/entities/upload/index.d.cts +0 -31
  952. package/dist/entities/upload/index.d.mts +0 -31
  953. package/dist/entities/upload/index.mjs +0 -29
  954. package/dist/entities/url-redirect/index.cjs +0 -67
  955. package/dist/entities/url-redirect/index.d.cts +0 -45
  956. package/dist/entities/url-redirect/index.d.mts +0 -45
  957. package/dist/entities/url-redirect/index.mjs +0 -54
  958. package/dist/entities/user-account/index.cjs +0 -48
  959. package/dist/entities/user-account/index.d.cts +0 -39
  960. package/dist/entities/user-account/index.d.mts +0 -39
  961. package/dist/entities/user-account/index.mjs +0 -39
  962. package/dist/entities/utm-link-builder/index.cjs +0 -84
  963. package/dist/entities/utm-link-builder/index.d.cts +0 -191
  964. package/dist/entities/utm-link-builder/index.d.mts +0 -191
  965. package/dist/entities/utm-link-builder/index.mjs +0 -76
  966. package/dist/entities/utm-meta/index.d.cts +0 -83
  967. package/dist/entities/utm-meta/index.d.mts +0 -83
  968. package/dist/entities/utm-tracking-link/index.cjs +0 -199
  969. package/dist/entities/utm-tracking-link/index.d.cts +0 -235
  970. package/dist/entities/utm-tracking-link/index.d.mts +0 -235
  971. package/dist/entities/utm-tracking-link/index.mjs +0 -184
  972. package/dist/index-BL9VfVD4.d.mts +0 -422
  973. package/dist/index-Bwlq5D5d.d.mts +0 -200
  974. package/dist/index-D4Mm4D2d.d.cts +0 -200
  975. package/dist/index-DpYYzY_9.d.cts +0 -99
  976. package/dist/index-ZBDWYTfn.d.cts +0 -422
  977. package/dist/index-r0hGcq70.d.mts +0 -99
  978. package/dist/json-BJ8GyrtC.d.cts +0 -9
  979. package/dist/json-CiA5ZRzc.d.mts +0 -9
  980. package/dist/query.schema-CItKlb0x.d.cts +0 -41
  981. package/dist/query.schema-DHTf6rTw.cjs +0 -95
  982. package/dist/query.schema-YKoOuBnk.mjs +0 -40
  983. package/dist/query.schema-oOG7BmVm.d.mts +0 -41
  984. package/dist/regex-BnKGcdS4.mjs +0 -55
  985. package/dist/regex-Cl5goNwp.cjs +0 -342
  986. package/dist/relations-C04F46xL.mjs +0 -41
  987. package/dist/relations-CGu18hfT.cjs +0 -90
  988. package/dist/response-I41vWpVZ.d.mts +0 -57
  989. package/dist/response-c6SgLvi9.d.cts +0 -57
  990. package/dist/strapi-C0DtxJLD.mjs +0 -9
  991. package/dist/strapi-C7POOPEf.cjs +0 -34
  992. package/dist/strapi-COeswSwJ.mjs +0 -49
  993. package/dist/strapi-DmhV7ODq.cjs +0 -72
  994. package/dist/validators-Bc9Is5Sr.cjs +0 -222
  995. package/dist/validators-P5E_3qzc.mjs +0 -95
  996. /package/dist/{abac-DPd9oLKR.mjs → abac-BPxkvVVy.mjs} +0 -0
  997. /package/dist/{abac-BeKQtxIF.cjs → abac-YYI2Ckwv.cjs} +0 -0
  998. /package/dist/{constants-Htf-MeCA.mjs → constants-C4cy6LoY.mjs} +0 -0
  999. /package/dist/{constants-f1GP2eiq.cjs → constants-D6DsS_A0.cjs} +0 -0
  1000. /package/dist/entities/sharpspring/{index.d.cts → mutation.d.cts} +0 -0
  1001. /package/dist/entities/sharpspring/{index.d.mts → mutation.d.mts} +0 -0
  1002. /package/dist/entities/utm-meta/{index.cjs → document.cjs} +0 -0
  1003. /package/dist/entities/utm-meta/{index.mjs → document.mjs} +0 -0
  1004. /package/dist/{fields-BQHSYj70.d.cts → fields-BaWTQtqo.d.mts} +0 -0
  1005. /package/dist/{fields-DUuJ_1V0.d.mts → fields-CBluzZFa.d.cts} +0 -0
@@ -0,0 +1,3648 @@
1
+ import { r as MediaUploadDocument } from "./media-upload-DSURwJZR.mjs";
2
+ import { D as BlockBrandLogos, p as BlockFullscreenContent } from "./index-Dvu63a8_.mjs";
3
+ import { i as ComponentBrandStyleguideColor, n as ComponentBrandStyleguideFont } from "./index-BT8Pa9XY.mjs";
4
+ import { l as RichTextBlock } from "./index-CV7T00Qq.mjs";
5
+ import { n as UtmClassificationKey } from "./index-BSEaV9wd.mjs";
6
+ import { t as TagDocument } from "./document-DxjJgk8X.mjs";
7
+ import { n as ClientProjectStatus, t as ClientProjectPhase } from "./fields-DIvsfMUO.mjs";
8
+ import { c as ClientEntityScope, i as CLIENT_ENTITY_PERMISSIONS, t as ClientUserScopes } from "./fields-BNS6GlPT.mjs";
9
+ import { t as RoleType } from "./fields-BaWTQtqo.mjs";
10
+ import { t as CommentApprovalStatus } from "./fields-BNPZU6Gp.mjs";
11
+ import { i as CommentThread, n as CommentDocument, t as CommentAuthor } from "./document-CbRiGZIl.mjs";
12
+ import { t as ProductDocument } from "./document-e9e67Lic.mjs";
13
+ import * as v from "valibot";
14
+ import { AuthorizedUserDocument as AuthorizedUserDocument$1 } from "~/entities/up-auth/types";
15
+
16
+ //#region src/entities/media-creative-format/document.d.ts
17
+ declare const MediaCreativeFormatDocument: v.GenericSchema<{
18
+ id: number;
19
+ documentId: string;
20
+ publishedAt?: string;
21
+ createdAt: string;
22
+ updatedAt: string;
23
+ title: string;
24
+ slug: string;
25
+ is_active: boolean;
26
+ description: string | null;
27
+ media_content_types?: MediaContentTypeDocument[] | null;
28
+ }>;
29
+ type MediaCreativeFormatDocument = v.InferOutput<typeof MediaCreativeFormatDocument>;
30
+ //#endregion
31
+ //#region src/entities/media-content-type/document.d.ts
32
+ declare const MediaContentTypeDocument: v.GenericSchema<{
33
+ id: number;
34
+ documentId: string;
35
+ publishedAt?: string;
36
+ createdAt: string;
37
+ updatedAt: string;
38
+ title: string;
39
+ slug: string;
40
+ is_active: boolean;
41
+ is_organic_social: boolean;
42
+ is_paid_media: boolean;
43
+ description: string | null;
44
+ information: RichTextBlock[] | null;
45
+ media_platforms?: MediaPlatformDocument[] | null;
46
+ media_creative_formats?: MediaCreativeFormatDocument[] | null;
47
+ }>;
48
+ type MediaContentTypeDocument = v.InferOutput<typeof MediaContentTypeDocument>;
49
+ //#endregion
50
+ //#region src/entities/media-medium/document.d.ts
51
+ declare const MediaMediumDocument: v.GenericSchema<{
52
+ id: number;
53
+ documentId: string;
54
+ publishedAt?: string;
55
+ createdAt: string;
56
+ updatedAt: string;
57
+ title: string;
58
+ slug: string;
59
+ is_active: boolean;
60
+ is_organic_social: boolean;
61
+ is_paid_media: boolean;
62
+ description: string | null;
63
+ media_platforms?: MediaPlatformDocument[] | null;
64
+ }>;
65
+ type MediaMediumDocument = v.InferOutput<typeof MediaMediumDocument>;
66
+ //#endregion
67
+ //#region src/entities/media-platform/document.d.ts
68
+ declare const MediaPlatformDocument: v.GenericSchema<{
69
+ id: number;
70
+ documentId: string;
71
+ publishedAt?: string;
72
+ createdAt: string;
73
+ updatedAt: string;
74
+ title: string;
75
+ slug: string;
76
+ utm_key: string;
77
+ is_active: boolean;
78
+ is_organic_social: boolean;
79
+ is_paid_media: boolean;
80
+ logos?: BlockBrandLogos | null;
81
+ description: string | null;
82
+ information: RichTextBlock[] | null;
83
+ clients?: ClientMediaPlatformDocument[] | null;
84
+ media_content_types?: MediaContentTypeDocument[] | null;
85
+ media_mediums?: MediaMediumDocument[] | null;
86
+ }>;
87
+ type MediaPlatformDocument = v.InferOutput<typeof MediaPlatformDocument>;
88
+ //#endregion
89
+ //#region src/entities/client-media-platform/document.d.ts
90
+ declare const ClientMediaPlatformDocument: v.GenericSchema<{
91
+ id: number;
92
+ documentId: string;
93
+ publishedAt?: string;
94
+ createdAt: string;
95
+ updatedAt: string;
96
+ url: string | null;
97
+ is_active: boolean;
98
+ client?: ClientDocument | null;
99
+ media_platform?: MediaPlatformDocument | null;
100
+ }>;
101
+ type ClientMediaPlatformDocument = v.InferOutput<typeof ClientMediaPlatformDocument>;
102
+ //#endregion
103
+ //#region src/entities/client-project/document.d.ts
104
+ declare const ClientProjectDocument: v.GenericSchema<{
105
+ id: number;
106
+ documentId: string;
107
+ publishedAt?: string;
108
+ createdAt: string;
109
+ updatedAt: string;
110
+ title: string;
111
+ slug: string;
112
+ featured_image?: MediaUploadDocument | null;
113
+ is_active: boolean;
114
+ is_hidden: boolean;
115
+ project_status: ClientProjectStatus[];
116
+ project_phase: ClientProjectPhase;
117
+ project_url: string | null;
118
+ project_type: string | null;
119
+ project_pricing: string | null;
120
+ project_address: string | null;
121
+ phone_number: string | null;
122
+ num_of_models: number | null;
123
+ num_of_units_remain: number | null;
124
+ buyer_profile: string | null;
125
+ social_organic_start_date: string | null;
126
+ paid_media_start_date: string | null;
127
+ go_date: string | null;
128
+ clients?: ClientDocument[] | null;
129
+ }>;
130
+ type ClientProjectDocument = v.InferOutput<typeof ClientProjectDocument>;
131
+ //#endregion
132
+ //#region src/entities/client-report/document.d.ts
133
+ declare const ClientReportDocument: v.GenericSchema<{
134
+ id: number;
135
+ documentId: string;
136
+ publishedAt?: string;
137
+ createdAt: string;
138
+ updatedAt: string;
139
+ title: string;
140
+ report_id: string;
141
+ is_active: boolean;
142
+ is_external: boolean;
143
+ is_hidden: boolean;
144
+ scopes: string[];
145
+ clients?: ClientDocument[] | null;
146
+ }>;
147
+ type ClientReportDocument = v.InferOutput<typeof ClientReportDocument>;
148
+ //#endregion
149
+ //#region src/entities/client-styleguide/document.d.ts
150
+ declare const ClientStyleguideDocument: v.GenericSchema<{
151
+ id: number;
152
+ documentId: string;
153
+ publishedAt?: string;
154
+ createdAt: string;
155
+ updatedAt: string;
156
+ title: string;
157
+ is_active: boolean;
158
+ introduction: RichTextBlock[];
159
+ voice: RichTextBlock[];
160
+ communication: RichTextBlock[];
161
+ brand_elements: RichTextBlock[];
162
+ brand_intention: RichTextBlock[];
163
+ mood?: MediaUploadDocument | null;
164
+ logos?: MediaUploadDocument | null;
165
+ brand_colors?: ComponentBrandStyleguideColor[];
166
+ brand_fonts?: ComponentBrandStyleguideFont[];
167
+ brand_application?: MediaUploadDocument[];
168
+ client?: ClientDocument | null;
169
+ }>;
170
+ type ClientStyleguideDocument = v.InferOutput<typeof ClientStyleguideDocument>;
171
+ //#endregion
172
+ //#region src/entities/up-permission/document.d.ts
173
+ declare const PermissionDocument: v.GenericSchema<{
174
+ id: number;
175
+ documentId: string;
176
+ publishedAt?: string;
177
+ createdAt: string;
178
+ updatedAt: string;
179
+ action: string;
180
+ role?: RoleDocument | null;
181
+ }>;
182
+ type PermissionDocument = v.InferOutput<typeof PermissionDocument>;
183
+ //#endregion
184
+ //#region src/entities/up-role/document.d.ts
185
+ declare const RoleDocument: v.GenericSchema<{
186
+ id: number;
187
+ documentId: string;
188
+ publishedAt?: string;
189
+ createdAt: string;
190
+ updatedAt: string;
191
+ type: RoleType;
192
+ name: string;
193
+ description: string | null;
194
+ permissions?: PermissionDocument[] | null;
195
+ users?: UserDocument[] | null;
196
+ }>;
197
+ type RoleDocument = v.InferOutput<typeof RoleDocument>;
198
+ //#endregion
199
+ //#region src/entities/user-account/document.d.ts
200
+ declare const UserAccountDocument: v.GenericSchema<{
201
+ id: number;
202
+ documentId: string;
203
+ publishedAt?: string;
204
+ createdAt: string;
205
+ updatedAt: string;
206
+ preferred_name: string | null;
207
+ first_name: string;
208
+ last_name: string;
209
+ user?: UserDocument | null;
210
+ }>;
211
+ type UserAccountDocument = v.InferOutput<typeof UserAccountDocument>;
212
+ //#endregion
213
+ //#region src/entities/utm-tracking-link/document.d.ts
214
+ declare const UtmTrackingLinkDocument: v.GenericSchema<{
215
+ id: number;
216
+ documentId: string;
217
+ publishedAt?: string;
218
+ createdAt: string;
219
+ updatedAt: string;
220
+ url_destination: string;
221
+ utm_medium: string;
222
+ utm_source: string;
223
+ utm_campaign: string;
224
+ utm_content: string | null;
225
+ utm_creative_format: string | null;
226
+ utm_id: string | null;
227
+ campaign_phase: string;
228
+ campaign_product: string | null;
229
+ campaign_targeting: string | null;
230
+ campaign_key: string | null;
231
+ creative_format: string | null;
232
+ creative_format_variants: string | null;
233
+ url: string;
234
+ is_active: boolean;
235
+ notes: string | null;
236
+ creator?: UserDocument | null;
237
+ client?: ClientDocument | null;
238
+ }>;
239
+ type UtmTrackingLinkDocument = v.InferOutput<typeof UtmTrackingLinkDocument>;
240
+ //#endregion
241
+ //#region src/entities/up-user/document.d.ts
242
+ declare const UserDocument: v.GenericSchema<{
243
+ id: number;
244
+ documentId: string;
245
+ publishedAt?: string;
246
+ createdAt: string;
247
+ updatedAt: string;
248
+ username: string;
249
+ email: string;
250
+ provider: string;
251
+ confirmed: boolean;
252
+ blocked: boolean;
253
+ clerk_user_id: string | null;
254
+ role?: RoleDocument | null;
255
+ account?: UserAccountDocument | null;
256
+ clients?: ClientUserDocument[] | null;
257
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
258
+ }>;
259
+ type UserDocument = v.InferOutput<typeof UserDocument>;
260
+ //#endregion
261
+ //#region src/entities/product-highlight/document.d.ts
262
+ declare const ProductHighlightDocument: v.GenericSchema<{
263
+ id: number;
264
+ documentId: string;
265
+ publishedAt?: string;
266
+ createdAt: string;
267
+ updatedAt: string;
268
+ title: string;
269
+ title_line_1: string;
270
+ title_line_2: string;
271
+ introduction: string;
272
+ highlight?: BlockFullscreenContent;
273
+ featured_image?: MediaUploadDocument | null;
274
+ background_color: string;
275
+ order: number;
276
+ text_invert: boolean;
277
+ products?: ProductDocument[] | null;
278
+ clients?: ClientDocument[] | null;
279
+ tags?: TagDocument[] | null;
280
+ }>;
281
+ type ProductHighlightDocument = v.InferOutput<typeof ProductHighlightDocument>;
282
+ //#endregion
283
+ //#region src/entities/monday-workspace/document.d.ts
284
+ declare const MondayWorkspaceDocument: v.GenericSchema<{
285
+ id: number;
286
+ documentId: string;
287
+ publishedAt?: string;
288
+ createdAt: string;
289
+ updatedAt: string;
290
+ title: string;
291
+ workspace_id: string;
292
+ clients?: ClientDocument[] | null;
293
+ }>;
294
+ type MondayWorkspaceDocument = v.InferOutput<typeof MondayWorkspaceDocument>;
295
+ //#endregion
296
+ //#region src/entities/gcflytour-snap/document.d.ts
297
+ declare const GCFlyTourSnapDocument: v.GenericSchema<{
298
+ id: number;
299
+ documentId: string;
300
+ publishedAt?: string;
301
+ createdAt: string;
302
+ updatedAt: string;
303
+ title: string;
304
+ slug: string;
305
+ description: string | null;
306
+ is_active: boolean;
307
+ is_hidden: boolean;
308
+ gcflytour?: GCFlyTourDocument | null;
309
+ }>;
310
+ type GCFlyTourSnapDocument = v.InferOutput<typeof GCFlyTourSnapDocument>;
311
+ //#endregion
312
+ //#region src/entities/gcflytour/document.d.ts
313
+ declare const GCFlyTourDocument: v.GenericSchema<{
314
+ id: number;
315
+ documentId: string;
316
+ publishedAt?: string;
317
+ createdAt: string;
318
+ updatedAt: string;
319
+ title: string;
320
+ slug: string;
321
+ description: string | null;
322
+ is_active: boolean;
323
+ is_hidden: boolean;
324
+ clients?: ClientDocument[] | null;
325
+ gcflytour_snaps?: GCFlyTourSnapDocument[] | null;
326
+ }>;
327
+ type GCFlyTourDocument = v.InferOutput<typeof GCFlyTourDocument>;
328
+ //#endregion
329
+ //#region src/entities/content-pillar/document.d.ts
330
+ declare const ContentPillarDocument: v.GenericSchema<{
331
+ id: number;
332
+ documentId: string;
333
+ publishedAt?: string;
334
+ createdAt: string;
335
+ updatedAt: string;
336
+ title: string;
337
+ slug: string;
338
+ description: string | null;
339
+ information: RichTextBlock[] | null;
340
+ clients?: ClientContentPillarDocument[] | null;
341
+ }>;
342
+ type ContentPillarDocument = v.InferOutput<typeof ContentPillarDocument>;
343
+ //#endregion
344
+ //#region src/permissions/abac.d.ts
345
+ /**
346
+ * Attribute-based access control (ABAC) permissions
347
+ *
348
+ * @reference https://github.com/WebDevSimplified/permission-system/blob/main/auth-abac.ts
349
+ */
350
+ declare const ROLE_PERMISSIONS: {
351
+ readonly authenticated: {
352
+ readonly "user-account": {
353
+ readonly list: false;
354
+ readonly create: false;
355
+ readonly read: false;
356
+ readonly update: false;
357
+ readonly delete: false;
358
+ };
359
+ readonly comment: {
360
+ readonly list: true;
361
+ readonly create: true;
362
+ readonly update: (u: AuthorizedUserDocument, p: {
363
+ verified: boolean;
364
+ clientUser: {
365
+ id: number;
366
+ documentId: string;
367
+ publishedAt?: string;
368
+ createdAt: string;
369
+ updatedAt: string;
370
+ scopes: ClientUserScopes;
371
+ client?: ClientDocument | null;
372
+ user?: UserDocument | null;
373
+ } | null;
374
+ scopes: ClientEntityScope[];
375
+ }, d: {
376
+ id: string;
377
+ documentId: string;
378
+ createdAt: string;
379
+ updatedAt: string;
380
+ content: string;
381
+ blocked: boolean | null;
382
+ blockedThread: boolean | null;
383
+ removed: boolean | null;
384
+ approvalStatus: CommentApprovalStatus | null;
385
+ author: CommentAuthor | null;
386
+ threadOf: CommentThread | null;
387
+ children: CommentDocument[] | null;
388
+ } | undefined) => boolean;
389
+ readonly delete: (u: AuthorizedUserDocument, p: {
390
+ verified: boolean;
391
+ clientUser: {
392
+ id: number;
393
+ documentId: string;
394
+ publishedAt?: string;
395
+ createdAt: string;
396
+ updatedAt: string;
397
+ scopes: ClientUserScopes;
398
+ client?: ClientDocument | null;
399
+ user?: UserDocument | null;
400
+ } | null;
401
+ scopes: ClientEntityScope[];
402
+ }, d: {
403
+ id: string;
404
+ documentId: string;
405
+ createdAt: string;
406
+ updatedAt: string;
407
+ content: string;
408
+ blocked: boolean | null;
409
+ blockedThread: boolean | null;
410
+ removed: boolean | null;
411
+ approvalStatus: CommentApprovalStatus | null;
412
+ author: CommentAuthor | null;
413
+ threadOf: CommentThread | null;
414
+ children: CommentDocument[] | null;
415
+ } | undefined) => boolean;
416
+ readonly report: true;
417
+ };
418
+ readonly client: {
419
+ readonly access: false;
420
+ readonly billing: false;
421
+ readonly owner: false;
422
+ readonly manager: false;
423
+ readonly admin: false;
424
+ readonly list: false;
425
+ readonly create: false;
426
+ readonly read: false;
427
+ readonly update: false;
428
+ readonly delete: false;
429
+ };
430
+ readonly "client-user": {
431
+ readonly list: false;
432
+ readonly create: false;
433
+ readonly read: false;
434
+ readonly update: false;
435
+ readonly delete: false;
436
+ };
437
+ readonly "client-content-pillar": {
438
+ readonly list: false;
439
+ readonly create: false;
440
+ readonly read: false;
441
+ readonly update: false;
442
+ readonly delete: false;
443
+ };
444
+ readonly "client-media-platform": {
445
+ readonly list: false;
446
+ readonly create: false;
447
+ readonly read: false;
448
+ readonly update: false;
449
+ readonly delete: false;
450
+ };
451
+ readonly "client-project": {
452
+ readonly list: false;
453
+ readonly create: false;
454
+ readonly read: false;
455
+ readonly update: false;
456
+ readonly delete: false;
457
+ readonly assign: false;
458
+ };
459
+ readonly "client-report": {
460
+ readonly list: false;
461
+ readonly create: false;
462
+ readonly read: false;
463
+ readonly update: false;
464
+ readonly delete: false;
465
+ };
466
+ readonly "client-styleguide": {
467
+ readonly list: false;
468
+ readonly create: false;
469
+ readonly read: false;
470
+ readonly update: false;
471
+ readonly delete: false;
472
+ };
473
+ readonly "content-pillar": {
474
+ readonly list: false;
475
+ readonly create: false;
476
+ readonly read: false;
477
+ readonly update: false;
478
+ readonly delete: false;
479
+ };
480
+ readonly "media-platform": {
481
+ readonly list: false;
482
+ readonly create: false;
483
+ readonly read: false;
484
+ readonly update: false;
485
+ readonly delete: false;
486
+ };
487
+ readonly "media-content-type": {
488
+ readonly list: false;
489
+ readonly create: false;
490
+ readonly read: false;
491
+ readonly update: false;
492
+ readonly delete: false;
493
+ };
494
+ readonly "media-creative-format": {
495
+ readonly list: false;
496
+ readonly create: false;
497
+ readonly read: false;
498
+ readonly update: false;
499
+ readonly delete: false;
500
+ };
501
+ readonly "monday-workspace": {
502
+ readonly list: false;
503
+ readonly create: false;
504
+ readonly read: false;
505
+ readonly update: false;
506
+ readonly delete: false;
507
+ };
508
+ readonly "utm-tracking-link": {
509
+ readonly list: false;
510
+ readonly create: false;
511
+ readonly read: false;
512
+ readonly update: false;
513
+ readonly delete: false;
514
+ };
515
+ readonly gcflytour: {
516
+ readonly list: true;
517
+ readonly create: false;
518
+ readonly read: true;
519
+ readonly update: false;
520
+ readonly delete: false;
521
+ };
522
+ readonly "gcflytour-snap": {
523
+ readonly list: true;
524
+ readonly create: false;
525
+ readonly read: true;
526
+ readonly update: false;
527
+ readonly delete: false;
528
+ };
529
+ };
530
+ readonly public: {
531
+ readonly "user-account": {
532
+ readonly list: false;
533
+ readonly create: false;
534
+ readonly read: false;
535
+ readonly update: false;
536
+ readonly delete: false;
537
+ };
538
+ readonly comment: {
539
+ readonly list: true;
540
+ readonly create: false;
541
+ readonly update: false;
542
+ readonly delete: false;
543
+ readonly report: false;
544
+ };
545
+ readonly client: {
546
+ readonly access: false;
547
+ readonly billing: false;
548
+ readonly owner: false;
549
+ readonly manager: false;
550
+ readonly admin: false;
551
+ readonly list: false;
552
+ readonly create: false;
553
+ readonly read: false;
554
+ readonly update: false;
555
+ readonly delete: false;
556
+ };
557
+ readonly "client-user": {
558
+ readonly list: false;
559
+ readonly create: false;
560
+ readonly read: false;
561
+ readonly update: false;
562
+ readonly delete: false;
563
+ };
564
+ readonly "client-content-pillar": {
565
+ readonly list: false;
566
+ readonly create: false;
567
+ readonly read: false;
568
+ readonly update: false;
569
+ readonly delete: false;
570
+ };
571
+ readonly "client-media-platform": {
572
+ readonly list: false;
573
+ readonly create: false;
574
+ readonly read: false;
575
+ readonly update: false;
576
+ readonly delete: false;
577
+ };
578
+ readonly "client-project": {
579
+ readonly list: false;
580
+ readonly create: false;
581
+ readonly read: false;
582
+ readonly update: false;
583
+ readonly delete: false;
584
+ readonly assign: false;
585
+ };
586
+ readonly "client-report": {
587
+ readonly list: false;
588
+ readonly create: false;
589
+ readonly read: false;
590
+ readonly update: false;
591
+ readonly delete: false;
592
+ };
593
+ readonly "client-styleguide": {
594
+ readonly list: false;
595
+ readonly create: false;
596
+ readonly read: false;
597
+ readonly update: false;
598
+ readonly delete: false;
599
+ };
600
+ readonly "content-pillar": {
601
+ readonly list: false;
602
+ readonly create: false;
603
+ readonly read: false;
604
+ readonly update: false;
605
+ readonly delete: false;
606
+ };
607
+ readonly "media-platform": {
608
+ readonly list: false;
609
+ readonly create: false;
610
+ readonly read: false;
611
+ readonly update: false;
612
+ readonly delete: false;
613
+ };
614
+ readonly "media-content-type": {
615
+ readonly list: false;
616
+ readonly create: false;
617
+ readonly read: false;
618
+ readonly update: false;
619
+ readonly delete: false;
620
+ };
621
+ readonly "media-creative-format": {
622
+ readonly list: false;
623
+ readonly create: false;
624
+ readonly read: false;
625
+ readonly update: false;
626
+ readonly delete: false;
627
+ };
628
+ readonly "monday-workspace": {
629
+ readonly list: false;
630
+ readonly create: false;
631
+ readonly read: false;
632
+ readonly update: false;
633
+ readonly delete: false;
634
+ };
635
+ readonly "utm-tracking-link": {
636
+ readonly list: false;
637
+ readonly create: false;
638
+ readonly read: false;
639
+ readonly update: false;
640
+ readonly delete: false;
641
+ };
642
+ readonly gcflytour: {
643
+ readonly list: true;
644
+ readonly create: false;
645
+ readonly read: true;
646
+ readonly update: false;
647
+ readonly delete: false;
648
+ };
649
+ readonly "gcflytour-snap": {
650
+ readonly list: true;
651
+ readonly create: false;
652
+ readonly read: true;
653
+ readonly update: false;
654
+ readonly delete: false;
655
+ };
656
+ };
657
+ readonly employee: {
658
+ readonly "user-account": {
659
+ readonly list: true;
660
+ readonly create: false;
661
+ readonly read: true;
662
+ readonly update: (u: AuthorizedUserDocument, p: {
663
+ verified: boolean;
664
+ clientUser: {
665
+ id: number;
666
+ documentId: string;
667
+ publishedAt?: string;
668
+ createdAt: string;
669
+ updatedAt: string;
670
+ scopes: ClientUserScopes;
671
+ client?: ClientDocument | null;
672
+ user?: UserDocument | null;
673
+ } | null;
674
+ scopes: ClientEntityScope[];
675
+ }, d: {
676
+ id: number;
677
+ documentId: string;
678
+ publishedAt?: string;
679
+ createdAt: string;
680
+ updatedAt: string;
681
+ preferred_name: string | null;
682
+ first_name: string;
683
+ last_name: string;
684
+ user?: UserDocument | null;
685
+ } | undefined) => boolean;
686
+ readonly delete: false;
687
+ };
688
+ readonly comment: {
689
+ readonly list: true;
690
+ readonly create: true;
691
+ readonly update: (u: AuthorizedUserDocument, p: {
692
+ verified: boolean;
693
+ clientUser: {
694
+ id: number;
695
+ documentId: string;
696
+ publishedAt?: string;
697
+ createdAt: string;
698
+ updatedAt: string;
699
+ scopes: ClientUserScopes;
700
+ client?: ClientDocument | null;
701
+ user?: UserDocument | null;
702
+ } | null;
703
+ scopes: ClientEntityScope[];
704
+ }, d: {
705
+ id: string;
706
+ documentId: string;
707
+ createdAt: string;
708
+ updatedAt: string;
709
+ content: string;
710
+ blocked: boolean | null;
711
+ blockedThread: boolean | null;
712
+ removed: boolean | null;
713
+ approvalStatus: CommentApprovalStatus | null;
714
+ author: CommentAuthor | null;
715
+ threadOf: CommentThread | null;
716
+ children: CommentDocument[] | null;
717
+ } | undefined) => boolean;
718
+ readonly delete: (u: AuthorizedUserDocument, p: {
719
+ verified: boolean;
720
+ clientUser: {
721
+ id: number;
722
+ documentId: string;
723
+ publishedAt?: string;
724
+ createdAt: string;
725
+ updatedAt: string;
726
+ scopes: ClientUserScopes;
727
+ client?: ClientDocument | null;
728
+ user?: UserDocument | null;
729
+ } | null;
730
+ scopes: ClientEntityScope[];
731
+ }, d: {
732
+ id: string;
733
+ documentId: string;
734
+ createdAt: string;
735
+ updatedAt: string;
736
+ content: string;
737
+ blocked: boolean | null;
738
+ blockedThread: boolean | null;
739
+ removed: boolean | null;
740
+ approvalStatus: CommentApprovalStatus | null;
741
+ author: CommentAuthor | null;
742
+ threadOf: CommentThread | null;
743
+ children: CommentDocument[] | null;
744
+ } | undefined) => boolean;
745
+ readonly report: true;
746
+ };
747
+ readonly client: {
748
+ readonly access: (u: AuthorizedUserDocument, p: {
749
+ verified: boolean;
750
+ clientUser: {
751
+ id: number;
752
+ documentId: string;
753
+ publishedAt?: string;
754
+ createdAt: string;
755
+ updatedAt: string;
756
+ scopes: ClientUserScopes;
757
+ client?: ClientDocument | null;
758
+ user?: UserDocument | null;
759
+ } | null;
760
+ scopes: ClientEntityScope[];
761
+ }, d: {
762
+ id: number;
763
+ documentId: string;
764
+ publishedAt?: string;
765
+ createdAt: string;
766
+ updatedAt: string;
767
+ title: string;
768
+ is_featured: boolean;
769
+ logos?: BlockBrandLogos | null;
770
+ teamwork_id: string;
771
+ teamwork_name: string;
772
+ gainapp_id: string | null;
773
+ utm_sheet_id: string;
774
+ allow_create_utm_link: boolean;
775
+ is_organic_social: boolean;
776
+ is_paid_media: boolean;
777
+ is_active: boolean;
778
+ is_hidden: boolean;
779
+ classification: UtmClassificationKey[];
780
+ users?: ClientUserDocument[] | null;
781
+ product_highlights?: ProductHighlightDocument[] | null;
782
+ client_projects?: ClientProjectDocument[] | null;
783
+ client_reports?: ClientReportDocument[] | null;
784
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
785
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
786
+ styleguides?: ClientStyleguideDocument[] | null;
787
+ media_platforms?: ClientMediaPlatformDocument[] | null;
788
+ content_pillars?: ClientContentPillarDocument[] | null;
789
+ gcflytours?: GCFlyTourDocument[] | null;
790
+ } | undefined) => boolean;
791
+ readonly billing: (u: AuthorizedUserDocument, p: {
792
+ verified: boolean;
793
+ clientUser: {
794
+ id: number;
795
+ documentId: string;
796
+ publishedAt?: string;
797
+ createdAt: string;
798
+ updatedAt: string;
799
+ scopes: ClientUserScopes;
800
+ client?: ClientDocument | null;
801
+ user?: UserDocument | null;
802
+ } | null;
803
+ scopes: ClientEntityScope[];
804
+ }, d: {
805
+ id: number;
806
+ documentId: string;
807
+ publishedAt?: string;
808
+ createdAt: string;
809
+ updatedAt: string;
810
+ title: string;
811
+ is_featured: boolean;
812
+ logos?: BlockBrandLogos | null;
813
+ teamwork_id: string;
814
+ teamwork_name: string;
815
+ gainapp_id: string | null;
816
+ utm_sheet_id: string;
817
+ allow_create_utm_link: boolean;
818
+ is_organic_social: boolean;
819
+ is_paid_media: boolean;
820
+ is_active: boolean;
821
+ is_hidden: boolean;
822
+ classification: UtmClassificationKey[];
823
+ users?: ClientUserDocument[] | null;
824
+ product_highlights?: ProductHighlightDocument[] | null;
825
+ client_projects?: ClientProjectDocument[] | null;
826
+ client_reports?: ClientReportDocument[] | null;
827
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
828
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
829
+ styleguides?: ClientStyleguideDocument[] | null;
830
+ media_platforms?: ClientMediaPlatformDocument[] | null;
831
+ content_pillars?: ClientContentPillarDocument[] | null;
832
+ gcflytours?: GCFlyTourDocument[] | null;
833
+ } | undefined) => boolean;
834
+ readonly owner: (u: AuthorizedUserDocument, p: {
835
+ verified: boolean;
836
+ clientUser: {
837
+ id: number;
838
+ documentId: string;
839
+ publishedAt?: string;
840
+ createdAt: string;
841
+ updatedAt: string;
842
+ scopes: ClientUserScopes;
843
+ client?: ClientDocument | null;
844
+ user?: UserDocument | null;
845
+ } | null;
846
+ scopes: ClientEntityScope[];
847
+ }, d: {
848
+ id: number;
849
+ documentId: string;
850
+ publishedAt?: string;
851
+ createdAt: string;
852
+ updatedAt: string;
853
+ title: string;
854
+ is_featured: boolean;
855
+ logos?: BlockBrandLogos | null;
856
+ teamwork_id: string;
857
+ teamwork_name: string;
858
+ gainapp_id: string | null;
859
+ utm_sheet_id: string;
860
+ allow_create_utm_link: boolean;
861
+ is_organic_social: boolean;
862
+ is_paid_media: boolean;
863
+ is_active: boolean;
864
+ is_hidden: boolean;
865
+ classification: UtmClassificationKey[];
866
+ users?: ClientUserDocument[] | null;
867
+ product_highlights?: ProductHighlightDocument[] | null;
868
+ client_projects?: ClientProjectDocument[] | null;
869
+ client_reports?: ClientReportDocument[] | null;
870
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
871
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
872
+ styleguides?: ClientStyleguideDocument[] | null;
873
+ media_platforms?: ClientMediaPlatformDocument[] | null;
874
+ content_pillars?: ClientContentPillarDocument[] | null;
875
+ gcflytours?: GCFlyTourDocument[] | null;
876
+ } | undefined) => boolean;
877
+ readonly manager: (u: AuthorizedUserDocument, p: {
878
+ verified: boolean;
879
+ clientUser: {
880
+ id: number;
881
+ documentId: string;
882
+ publishedAt?: string;
883
+ createdAt: string;
884
+ updatedAt: string;
885
+ scopes: ClientUserScopes;
886
+ client?: ClientDocument | null;
887
+ user?: UserDocument | null;
888
+ } | null;
889
+ scopes: ClientEntityScope[];
890
+ }, d: {
891
+ id: number;
892
+ documentId: string;
893
+ publishedAt?: string;
894
+ createdAt: string;
895
+ updatedAt: string;
896
+ title: string;
897
+ is_featured: boolean;
898
+ logos?: BlockBrandLogos | null;
899
+ teamwork_id: string;
900
+ teamwork_name: string;
901
+ gainapp_id: string | null;
902
+ utm_sheet_id: string;
903
+ allow_create_utm_link: boolean;
904
+ is_organic_social: boolean;
905
+ is_paid_media: boolean;
906
+ is_active: boolean;
907
+ is_hidden: boolean;
908
+ classification: UtmClassificationKey[];
909
+ users?: ClientUserDocument[] | null;
910
+ product_highlights?: ProductHighlightDocument[] | null;
911
+ client_projects?: ClientProjectDocument[] | null;
912
+ client_reports?: ClientReportDocument[] | null;
913
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
914
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
915
+ styleguides?: ClientStyleguideDocument[] | null;
916
+ media_platforms?: ClientMediaPlatformDocument[] | null;
917
+ content_pillars?: ClientContentPillarDocument[] | null;
918
+ gcflytours?: GCFlyTourDocument[] | null;
919
+ } | undefined) => boolean;
920
+ readonly admin: (u: AuthorizedUserDocument, p: {
921
+ verified: boolean;
922
+ clientUser: {
923
+ id: number;
924
+ documentId: string;
925
+ publishedAt?: string;
926
+ createdAt: string;
927
+ updatedAt: string;
928
+ scopes: ClientUserScopes;
929
+ client?: ClientDocument | null;
930
+ user?: UserDocument | null;
931
+ } | null;
932
+ scopes: ClientEntityScope[];
933
+ }, d: {
934
+ id: number;
935
+ documentId: string;
936
+ publishedAt?: string;
937
+ createdAt: string;
938
+ updatedAt: string;
939
+ title: string;
940
+ is_featured: boolean;
941
+ logos?: BlockBrandLogos | null;
942
+ teamwork_id: string;
943
+ teamwork_name: string;
944
+ gainapp_id: string | null;
945
+ utm_sheet_id: string;
946
+ allow_create_utm_link: boolean;
947
+ is_organic_social: boolean;
948
+ is_paid_media: boolean;
949
+ is_active: boolean;
950
+ is_hidden: boolean;
951
+ classification: UtmClassificationKey[];
952
+ users?: ClientUserDocument[] | null;
953
+ product_highlights?: ProductHighlightDocument[] | null;
954
+ client_projects?: ClientProjectDocument[] | null;
955
+ client_reports?: ClientReportDocument[] | null;
956
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
957
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
958
+ styleguides?: ClientStyleguideDocument[] | null;
959
+ media_platforms?: ClientMediaPlatformDocument[] | null;
960
+ content_pillars?: ClientContentPillarDocument[] | null;
961
+ gcflytours?: GCFlyTourDocument[] | null;
962
+ } | undefined) => boolean;
963
+ readonly list: (u: AuthorizedUserDocument, p: {
964
+ verified: boolean;
965
+ clientUser: {
966
+ id: number;
967
+ documentId: string;
968
+ publishedAt?: string;
969
+ createdAt: string;
970
+ updatedAt: string;
971
+ scopes: ClientUserScopes;
972
+ client?: ClientDocument | null;
973
+ user?: UserDocument | null;
974
+ } | null;
975
+ scopes: ClientEntityScope[];
976
+ }, d: {
977
+ id: number;
978
+ documentId: string;
979
+ publishedAt?: string;
980
+ createdAt: string;
981
+ updatedAt: string;
982
+ title: string;
983
+ is_featured: boolean;
984
+ logos?: BlockBrandLogos | null;
985
+ teamwork_id: string;
986
+ teamwork_name: string;
987
+ gainapp_id: string | null;
988
+ utm_sheet_id: string;
989
+ allow_create_utm_link: boolean;
990
+ is_organic_social: boolean;
991
+ is_paid_media: boolean;
992
+ is_active: boolean;
993
+ is_hidden: boolean;
994
+ classification: UtmClassificationKey[];
995
+ users?: ClientUserDocument[] | null;
996
+ product_highlights?: ProductHighlightDocument[] | null;
997
+ client_projects?: ClientProjectDocument[] | null;
998
+ client_reports?: ClientReportDocument[] | null;
999
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
1000
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
1001
+ styleguides?: ClientStyleguideDocument[] | null;
1002
+ media_platforms?: ClientMediaPlatformDocument[] | null;
1003
+ content_pillars?: ClientContentPillarDocument[] | null;
1004
+ gcflytours?: GCFlyTourDocument[] | null;
1005
+ } | undefined) => boolean;
1006
+ readonly create: false;
1007
+ readonly read: (u: AuthorizedUserDocument, p: {
1008
+ verified: boolean;
1009
+ clientUser: {
1010
+ id: number;
1011
+ documentId: string;
1012
+ publishedAt?: string;
1013
+ createdAt: string;
1014
+ updatedAt: string;
1015
+ scopes: ClientUserScopes;
1016
+ client?: ClientDocument | null;
1017
+ user?: UserDocument | null;
1018
+ } | null;
1019
+ scopes: ClientEntityScope[];
1020
+ }, d: {
1021
+ id: number;
1022
+ documentId: string;
1023
+ publishedAt?: string;
1024
+ createdAt: string;
1025
+ updatedAt: string;
1026
+ title: string;
1027
+ is_featured: boolean;
1028
+ logos?: BlockBrandLogos | null;
1029
+ teamwork_id: string;
1030
+ teamwork_name: string;
1031
+ gainapp_id: string | null;
1032
+ utm_sheet_id: string;
1033
+ allow_create_utm_link: boolean;
1034
+ is_organic_social: boolean;
1035
+ is_paid_media: boolean;
1036
+ is_active: boolean;
1037
+ is_hidden: boolean;
1038
+ classification: UtmClassificationKey[];
1039
+ users?: ClientUserDocument[] | null;
1040
+ product_highlights?: ProductHighlightDocument[] | null;
1041
+ client_projects?: ClientProjectDocument[] | null;
1042
+ client_reports?: ClientReportDocument[] | null;
1043
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
1044
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
1045
+ styleguides?: ClientStyleguideDocument[] | null;
1046
+ media_platforms?: ClientMediaPlatformDocument[] | null;
1047
+ content_pillars?: ClientContentPillarDocument[] | null;
1048
+ gcflytours?: GCFlyTourDocument[] | null;
1049
+ } | undefined) => boolean;
1050
+ readonly update: (u: AuthorizedUserDocument, p: {
1051
+ verified: boolean;
1052
+ clientUser: {
1053
+ id: number;
1054
+ documentId: string;
1055
+ publishedAt?: string;
1056
+ createdAt: string;
1057
+ updatedAt: string;
1058
+ scopes: ClientUserScopes;
1059
+ client?: ClientDocument | null;
1060
+ user?: UserDocument | null;
1061
+ } | null;
1062
+ scopes: ClientEntityScope[];
1063
+ }, d: {
1064
+ id: number;
1065
+ documentId: string;
1066
+ publishedAt?: string;
1067
+ createdAt: string;
1068
+ updatedAt: string;
1069
+ title: string;
1070
+ is_featured: boolean;
1071
+ logos?: BlockBrandLogos | null;
1072
+ teamwork_id: string;
1073
+ teamwork_name: string;
1074
+ gainapp_id: string | null;
1075
+ utm_sheet_id: string;
1076
+ allow_create_utm_link: boolean;
1077
+ is_organic_social: boolean;
1078
+ is_paid_media: boolean;
1079
+ is_active: boolean;
1080
+ is_hidden: boolean;
1081
+ classification: UtmClassificationKey[];
1082
+ users?: ClientUserDocument[] | null;
1083
+ product_highlights?: ProductHighlightDocument[] | null;
1084
+ client_projects?: ClientProjectDocument[] | null;
1085
+ client_reports?: ClientReportDocument[] | null;
1086
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
1087
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
1088
+ styleguides?: ClientStyleguideDocument[] | null;
1089
+ media_platforms?: ClientMediaPlatformDocument[] | null;
1090
+ content_pillars?: ClientContentPillarDocument[] | null;
1091
+ gcflytours?: GCFlyTourDocument[] | null;
1092
+ } | undefined) => boolean;
1093
+ readonly delete: false;
1094
+ };
1095
+ readonly "client-user": {
1096
+ readonly list: true;
1097
+ readonly create: false;
1098
+ readonly read: true;
1099
+ readonly update: false;
1100
+ readonly delete: false;
1101
+ readonly verify: true;
1102
+ };
1103
+ readonly "client-content-pillar": {
1104
+ readonly list: (u: AuthorizedUserDocument, p: {
1105
+ verified: boolean;
1106
+ clientUser: {
1107
+ id: number;
1108
+ documentId: string;
1109
+ publishedAt?: string;
1110
+ createdAt: string;
1111
+ updatedAt: string;
1112
+ scopes: ClientUserScopes;
1113
+ client?: ClientDocument | null;
1114
+ user?: UserDocument | null;
1115
+ } | null;
1116
+ scopes: ClientEntityScope[];
1117
+ }, d: {
1118
+ id: number;
1119
+ documentId: string;
1120
+ publishedAt?: string;
1121
+ createdAt: string;
1122
+ updatedAt: string;
1123
+ is_active: boolean;
1124
+ client?: ClientDocument | null;
1125
+ content_pillar?: ContentPillarDocument | null;
1126
+ } | undefined) => boolean;
1127
+ readonly create: (u: AuthorizedUserDocument, p: {
1128
+ verified: boolean;
1129
+ clientUser: {
1130
+ id: number;
1131
+ documentId: string;
1132
+ publishedAt?: string;
1133
+ createdAt: string;
1134
+ updatedAt: string;
1135
+ scopes: ClientUserScopes;
1136
+ client?: ClientDocument | null;
1137
+ user?: UserDocument | null;
1138
+ } | null;
1139
+ scopes: ClientEntityScope[];
1140
+ }) => boolean;
1141
+ readonly read: (u: AuthorizedUserDocument, p: {
1142
+ verified: boolean;
1143
+ clientUser: {
1144
+ id: number;
1145
+ documentId: string;
1146
+ publishedAt?: string;
1147
+ createdAt: string;
1148
+ updatedAt: string;
1149
+ scopes: ClientUserScopes;
1150
+ client?: ClientDocument | null;
1151
+ user?: UserDocument | null;
1152
+ } | null;
1153
+ scopes: ClientEntityScope[];
1154
+ }, d: {
1155
+ id: number;
1156
+ documentId: string;
1157
+ publishedAt?: string;
1158
+ createdAt: string;
1159
+ updatedAt: string;
1160
+ is_active: boolean;
1161
+ client?: ClientDocument | null;
1162
+ content_pillar?: ContentPillarDocument | null;
1163
+ } | undefined) => boolean;
1164
+ readonly update: (u: AuthorizedUserDocument, p: {
1165
+ verified: boolean;
1166
+ clientUser: {
1167
+ id: number;
1168
+ documentId: string;
1169
+ publishedAt?: string;
1170
+ createdAt: string;
1171
+ updatedAt: string;
1172
+ scopes: ClientUserScopes;
1173
+ client?: ClientDocument | null;
1174
+ user?: UserDocument | null;
1175
+ } | null;
1176
+ scopes: ClientEntityScope[];
1177
+ }, d: {
1178
+ id: number;
1179
+ documentId: string;
1180
+ publishedAt?: string;
1181
+ createdAt: string;
1182
+ updatedAt: string;
1183
+ is_active: boolean;
1184
+ client?: ClientDocument | null;
1185
+ content_pillar?: ContentPillarDocument | null;
1186
+ } | undefined) => boolean;
1187
+ readonly delete: false;
1188
+ };
1189
+ readonly "client-media-platform": {
1190
+ readonly list: (u: AuthorizedUserDocument, p: {
1191
+ verified: boolean;
1192
+ clientUser: {
1193
+ id: number;
1194
+ documentId: string;
1195
+ publishedAt?: string;
1196
+ createdAt: string;
1197
+ updatedAt: string;
1198
+ scopes: ClientUserScopes;
1199
+ client?: ClientDocument | null;
1200
+ user?: UserDocument | null;
1201
+ } | null;
1202
+ scopes: ClientEntityScope[];
1203
+ }, d: {
1204
+ id: number;
1205
+ documentId: string;
1206
+ publishedAt?: string;
1207
+ createdAt: string;
1208
+ updatedAt: string;
1209
+ url: string | null;
1210
+ is_active: boolean;
1211
+ client?: ClientDocument | null;
1212
+ media_platform?: MediaPlatformDocument | null;
1213
+ } | undefined) => boolean;
1214
+ readonly create: (u: AuthorizedUserDocument, p: {
1215
+ verified: boolean;
1216
+ clientUser: {
1217
+ id: number;
1218
+ documentId: string;
1219
+ publishedAt?: string;
1220
+ createdAt: string;
1221
+ updatedAt: string;
1222
+ scopes: ClientUserScopes;
1223
+ client?: ClientDocument | null;
1224
+ user?: UserDocument | null;
1225
+ } | null;
1226
+ scopes: ClientEntityScope[];
1227
+ }) => boolean;
1228
+ readonly read: (u: AuthorizedUserDocument, p: {
1229
+ verified: boolean;
1230
+ clientUser: {
1231
+ id: number;
1232
+ documentId: string;
1233
+ publishedAt?: string;
1234
+ createdAt: string;
1235
+ updatedAt: string;
1236
+ scopes: ClientUserScopes;
1237
+ client?: ClientDocument | null;
1238
+ user?: UserDocument | null;
1239
+ } | null;
1240
+ scopes: ClientEntityScope[];
1241
+ }, d: {
1242
+ id: number;
1243
+ documentId: string;
1244
+ publishedAt?: string;
1245
+ createdAt: string;
1246
+ updatedAt: string;
1247
+ url: string | null;
1248
+ is_active: boolean;
1249
+ client?: ClientDocument | null;
1250
+ media_platform?: MediaPlatformDocument | null;
1251
+ } | undefined) => boolean;
1252
+ readonly update: (u: AuthorizedUserDocument, p: {
1253
+ verified: boolean;
1254
+ clientUser: {
1255
+ id: number;
1256
+ documentId: string;
1257
+ publishedAt?: string;
1258
+ createdAt: string;
1259
+ updatedAt: string;
1260
+ scopes: ClientUserScopes;
1261
+ client?: ClientDocument | null;
1262
+ user?: UserDocument | null;
1263
+ } | null;
1264
+ scopes: ClientEntityScope[];
1265
+ }, d: {
1266
+ id: number;
1267
+ documentId: string;
1268
+ publishedAt?: string;
1269
+ createdAt: string;
1270
+ updatedAt: string;
1271
+ url: string | null;
1272
+ is_active: boolean;
1273
+ client?: ClientDocument | null;
1274
+ media_platform?: MediaPlatformDocument | null;
1275
+ } | undefined) => boolean;
1276
+ readonly delete: false;
1277
+ };
1278
+ readonly "client-project": {
1279
+ readonly list: (u: AuthorizedUserDocument, p: {
1280
+ verified: boolean;
1281
+ clientUser: {
1282
+ id: number;
1283
+ documentId: string;
1284
+ publishedAt?: string;
1285
+ createdAt: string;
1286
+ updatedAt: string;
1287
+ scopes: ClientUserScopes;
1288
+ client?: ClientDocument | null;
1289
+ user?: UserDocument | null;
1290
+ } | null;
1291
+ scopes: ClientEntityScope[];
1292
+ }, d: {
1293
+ id: number;
1294
+ documentId: string;
1295
+ publishedAt?: string;
1296
+ createdAt: string;
1297
+ updatedAt: string;
1298
+ title: string;
1299
+ slug: string;
1300
+ featured_image?: MediaUploadDocument | null;
1301
+ is_active: boolean;
1302
+ is_hidden: boolean;
1303
+ project_status: ClientProjectStatus[];
1304
+ project_phase: ClientProjectPhase;
1305
+ project_url: string | null;
1306
+ project_type: string | null;
1307
+ project_pricing: string | null;
1308
+ project_address: string | null;
1309
+ phone_number: string | null;
1310
+ num_of_models: number | null;
1311
+ num_of_units_remain: number | null;
1312
+ buyer_profile: string | null;
1313
+ social_organic_start_date: string | null;
1314
+ paid_media_start_date: string | null;
1315
+ go_date: string | null;
1316
+ clients?: ClientDocument[] | null;
1317
+ } | undefined) => boolean;
1318
+ readonly create: (u: AuthorizedUserDocument, p: {
1319
+ verified: boolean;
1320
+ clientUser: {
1321
+ id: number;
1322
+ documentId: string;
1323
+ publishedAt?: string;
1324
+ createdAt: string;
1325
+ updatedAt: string;
1326
+ scopes: ClientUserScopes;
1327
+ client?: ClientDocument | null;
1328
+ user?: UserDocument | null;
1329
+ } | null;
1330
+ scopes: ClientEntityScope[];
1331
+ }) => boolean;
1332
+ readonly read: (u: AuthorizedUserDocument, p: {
1333
+ verified: boolean;
1334
+ clientUser: {
1335
+ id: number;
1336
+ documentId: string;
1337
+ publishedAt?: string;
1338
+ createdAt: string;
1339
+ updatedAt: string;
1340
+ scopes: ClientUserScopes;
1341
+ client?: ClientDocument | null;
1342
+ user?: UserDocument | null;
1343
+ } | null;
1344
+ scopes: ClientEntityScope[];
1345
+ }, d: {
1346
+ id: number;
1347
+ documentId: string;
1348
+ publishedAt?: string;
1349
+ createdAt: string;
1350
+ updatedAt: string;
1351
+ title: string;
1352
+ slug: string;
1353
+ featured_image?: MediaUploadDocument | null;
1354
+ is_active: boolean;
1355
+ is_hidden: boolean;
1356
+ project_status: ClientProjectStatus[];
1357
+ project_phase: ClientProjectPhase;
1358
+ project_url: string | null;
1359
+ project_type: string | null;
1360
+ project_pricing: string | null;
1361
+ project_address: string | null;
1362
+ phone_number: string | null;
1363
+ num_of_models: number | null;
1364
+ num_of_units_remain: number | null;
1365
+ buyer_profile: string | null;
1366
+ social_organic_start_date: string | null;
1367
+ paid_media_start_date: string | null;
1368
+ go_date: string | null;
1369
+ clients?: ClientDocument[] | null;
1370
+ } | undefined) => boolean;
1371
+ readonly update: (u: AuthorizedUserDocument, p: {
1372
+ verified: boolean;
1373
+ clientUser: {
1374
+ id: number;
1375
+ documentId: string;
1376
+ publishedAt?: string;
1377
+ createdAt: string;
1378
+ updatedAt: string;
1379
+ scopes: ClientUserScopes;
1380
+ client?: ClientDocument | null;
1381
+ user?: UserDocument | null;
1382
+ } | null;
1383
+ scopes: ClientEntityScope[];
1384
+ }, d: {
1385
+ id: number;
1386
+ documentId: string;
1387
+ publishedAt?: string;
1388
+ createdAt: string;
1389
+ updatedAt: string;
1390
+ title: string;
1391
+ slug: string;
1392
+ featured_image?: MediaUploadDocument | null;
1393
+ is_active: boolean;
1394
+ is_hidden: boolean;
1395
+ project_status: ClientProjectStatus[];
1396
+ project_phase: ClientProjectPhase;
1397
+ project_url: string | null;
1398
+ project_type: string | null;
1399
+ project_pricing: string | null;
1400
+ project_address: string | null;
1401
+ phone_number: string | null;
1402
+ num_of_models: number | null;
1403
+ num_of_units_remain: number | null;
1404
+ buyer_profile: string | null;
1405
+ social_organic_start_date: string | null;
1406
+ paid_media_start_date: string | null;
1407
+ go_date: string | null;
1408
+ clients?: ClientDocument[] | null;
1409
+ } | undefined) => boolean;
1410
+ readonly delete: false;
1411
+ readonly assign: (u: AuthorizedUserDocument, p: {
1412
+ verified: boolean;
1413
+ clientUser: {
1414
+ id: number;
1415
+ documentId: string;
1416
+ publishedAt?: string;
1417
+ createdAt: string;
1418
+ updatedAt: string;
1419
+ scopes: ClientUserScopes;
1420
+ client?: ClientDocument | null;
1421
+ user?: UserDocument | null;
1422
+ } | null;
1423
+ scopes: ClientEntityScope[];
1424
+ }, d: {
1425
+ id: number;
1426
+ documentId: string;
1427
+ publishedAt?: string;
1428
+ createdAt: string;
1429
+ updatedAt: string;
1430
+ title: string;
1431
+ slug: string;
1432
+ featured_image?: MediaUploadDocument | null;
1433
+ is_active: boolean;
1434
+ is_hidden: boolean;
1435
+ project_status: ClientProjectStatus[];
1436
+ project_phase: ClientProjectPhase;
1437
+ project_url: string | null;
1438
+ project_type: string | null;
1439
+ project_pricing: string | null;
1440
+ project_address: string | null;
1441
+ phone_number: string | null;
1442
+ num_of_models: number | null;
1443
+ num_of_units_remain: number | null;
1444
+ buyer_profile: string | null;
1445
+ social_organic_start_date: string | null;
1446
+ paid_media_start_date: string | null;
1447
+ go_date: string | null;
1448
+ clients?: ClientDocument[] | null;
1449
+ } | undefined) => boolean;
1450
+ };
1451
+ readonly "client-report": {
1452
+ readonly list: (u: AuthorizedUserDocument, p: {
1453
+ verified: boolean;
1454
+ clientUser: {
1455
+ id: number;
1456
+ documentId: string;
1457
+ publishedAt?: string;
1458
+ createdAt: string;
1459
+ updatedAt: string;
1460
+ scopes: ClientUserScopes;
1461
+ client?: ClientDocument | null;
1462
+ user?: UserDocument | null;
1463
+ } | null;
1464
+ scopes: ClientEntityScope[];
1465
+ }, d: {
1466
+ id: number;
1467
+ documentId: string;
1468
+ publishedAt?: string;
1469
+ createdAt: string;
1470
+ updatedAt: string;
1471
+ title: string;
1472
+ report_id: string;
1473
+ is_active: boolean;
1474
+ is_external: boolean;
1475
+ is_hidden: boolean;
1476
+ scopes: string[];
1477
+ clients?: ClientDocument[] | null;
1478
+ } | undefined) => boolean;
1479
+ readonly create: (u: AuthorizedUserDocument, p: {
1480
+ verified: boolean;
1481
+ clientUser: {
1482
+ id: number;
1483
+ documentId: string;
1484
+ publishedAt?: string;
1485
+ createdAt: string;
1486
+ updatedAt: string;
1487
+ scopes: ClientUserScopes;
1488
+ client?: ClientDocument | null;
1489
+ user?: UserDocument | null;
1490
+ } | null;
1491
+ scopes: ClientEntityScope[];
1492
+ }) => boolean;
1493
+ readonly read: (u: AuthorizedUserDocument, p: {
1494
+ verified: boolean;
1495
+ clientUser: {
1496
+ id: number;
1497
+ documentId: string;
1498
+ publishedAt?: string;
1499
+ createdAt: string;
1500
+ updatedAt: string;
1501
+ scopes: ClientUserScopes;
1502
+ client?: ClientDocument | null;
1503
+ user?: UserDocument | null;
1504
+ } | null;
1505
+ scopes: ClientEntityScope[];
1506
+ }, d: {
1507
+ id: number;
1508
+ documentId: string;
1509
+ publishedAt?: string;
1510
+ createdAt: string;
1511
+ updatedAt: string;
1512
+ title: string;
1513
+ report_id: string;
1514
+ is_active: boolean;
1515
+ is_external: boolean;
1516
+ is_hidden: boolean;
1517
+ scopes: string[];
1518
+ clients?: ClientDocument[] | null;
1519
+ } | undefined) => boolean;
1520
+ readonly update: (u: AuthorizedUserDocument, p: {
1521
+ verified: boolean;
1522
+ clientUser: {
1523
+ id: number;
1524
+ documentId: string;
1525
+ publishedAt?: string;
1526
+ createdAt: string;
1527
+ updatedAt: string;
1528
+ scopes: ClientUserScopes;
1529
+ client?: ClientDocument | null;
1530
+ user?: UserDocument | null;
1531
+ } | null;
1532
+ scopes: ClientEntityScope[];
1533
+ }, d: {
1534
+ id: number;
1535
+ documentId: string;
1536
+ publishedAt?: string;
1537
+ createdAt: string;
1538
+ updatedAt: string;
1539
+ title: string;
1540
+ report_id: string;
1541
+ is_active: boolean;
1542
+ is_external: boolean;
1543
+ is_hidden: boolean;
1544
+ scopes: string[];
1545
+ clients?: ClientDocument[] | null;
1546
+ } | undefined) => boolean;
1547
+ readonly delete: false;
1548
+ };
1549
+ readonly "client-styleguide": {
1550
+ readonly list: (u: AuthorizedUserDocument, p: {
1551
+ verified: boolean;
1552
+ clientUser: {
1553
+ id: number;
1554
+ documentId: string;
1555
+ publishedAt?: string;
1556
+ createdAt: string;
1557
+ updatedAt: string;
1558
+ scopes: ClientUserScopes;
1559
+ client?: ClientDocument | null;
1560
+ user?: UserDocument | null;
1561
+ } | null;
1562
+ scopes: ClientEntityScope[];
1563
+ }, d: {
1564
+ id: number;
1565
+ documentId: string;
1566
+ publishedAt?: string;
1567
+ createdAt: string;
1568
+ updatedAt: string;
1569
+ title: string;
1570
+ is_active: boolean;
1571
+ introduction: RichTextBlock[];
1572
+ voice: RichTextBlock[];
1573
+ communication: RichTextBlock[];
1574
+ brand_elements: RichTextBlock[];
1575
+ brand_intention: RichTextBlock[];
1576
+ mood?: MediaUploadDocument | null;
1577
+ logos?: MediaUploadDocument | null;
1578
+ brand_colors?: ComponentBrandStyleguideColor[];
1579
+ brand_fonts?: ComponentBrandStyleguideFont[];
1580
+ brand_application?: MediaUploadDocument[];
1581
+ client?: ClientDocument | null;
1582
+ } | undefined) => boolean;
1583
+ readonly create: false;
1584
+ readonly read: (u: AuthorizedUserDocument, p: {
1585
+ verified: boolean;
1586
+ clientUser: {
1587
+ id: number;
1588
+ documentId: string;
1589
+ publishedAt?: string;
1590
+ createdAt: string;
1591
+ updatedAt: string;
1592
+ scopes: ClientUserScopes;
1593
+ client?: ClientDocument | null;
1594
+ user?: UserDocument | null;
1595
+ } | null;
1596
+ scopes: ClientEntityScope[];
1597
+ }, d: {
1598
+ id: number;
1599
+ documentId: string;
1600
+ publishedAt?: string;
1601
+ createdAt: string;
1602
+ updatedAt: string;
1603
+ title: string;
1604
+ is_active: boolean;
1605
+ introduction: RichTextBlock[];
1606
+ voice: RichTextBlock[];
1607
+ communication: RichTextBlock[];
1608
+ brand_elements: RichTextBlock[];
1609
+ brand_intention: RichTextBlock[];
1610
+ mood?: MediaUploadDocument | null;
1611
+ logos?: MediaUploadDocument | null;
1612
+ brand_colors?: ComponentBrandStyleguideColor[];
1613
+ brand_fonts?: ComponentBrandStyleguideFont[];
1614
+ brand_application?: MediaUploadDocument[];
1615
+ client?: ClientDocument | null;
1616
+ } | undefined) => boolean;
1617
+ readonly update: false;
1618
+ readonly delete: false;
1619
+ };
1620
+ readonly "content-pillar": {
1621
+ readonly list: true;
1622
+ readonly create: false;
1623
+ readonly read: true;
1624
+ readonly update: false;
1625
+ readonly delete: false;
1626
+ };
1627
+ readonly "media-platform": {
1628
+ readonly list: true;
1629
+ readonly create: false;
1630
+ readonly read: true;
1631
+ readonly update: false;
1632
+ readonly delete: false;
1633
+ };
1634
+ readonly "media-content-type": {
1635
+ readonly list: true;
1636
+ readonly create: false;
1637
+ readonly read: true;
1638
+ readonly update: false;
1639
+ readonly delete: false;
1640
+ };
1641
+ readonly "media-creative-format": {
1642
+ readonly list: true;
1643
+ readonly create: false;
1644
+ readonly read: true;
1645
+ readonly update: false;
1646
+ readonly delete: false;
1647
+ };
1648
+ readonly "monday-workspace": {
1649
+ readonly list: (u: AuthorizedUserDocument, p: {
1650
+ verified: boolean;
1651
+ clientUser: {
1652
+ id: number;
1653
+ documentId: string;
1654
+ publishedAt?: string;
1655
+ createdAt: string;
1656
+ updatedAt: string;
1657
+ scopes: ClientUserScopes;
1658
+ client?: ClientDocument | null;
1659
+ user?: UserDocument | null;
1660
+ } | null;
1661
+ scopes: ClientEntityScope[];
1662
+ }, d: {
1663
+ id: number;
1664
+ documentId: string;
1665
+ publishedAt?: string;
1666
+ createdAt: string;
1667
+ updatedAt: string;
1668
+ title: string;
1669
+ workspace_id: string;
1670
+ clients?: ClientDocument[] | null;
1671
+ } | undefined) => boolean;
1672
+ readonly create: (u: AuthorizedUserDocument, p: {
1673
+ verified: boolean;
1674
+ clientUser: {
1675
+ id: number;
1676
+ documentId: string;
1677
+ publishedAt?: string;
1678
+ createdAt: string;
1679
+ updatedAt: string;
1680
+ scopes: ClientUserScopes;
1681
+ client?: ClientDocument | null;
1682
+ user?: UserDocument | null;
1683
+ } | null;
1684
+ scopes: ClientEntityScope[];
1685
+ }) => boolean;
1686
+ readonly read: (u: AuthorizedUserDocument, p: {
1687
+ verified: boolean;
1688
+ clientUser: {
1689
+ id: number;
1690
+ documentId: string;
1691
+ publishedAt?: string;
1692
+ createdAt: string;
1693
+ updatedAt: string;
1694
+ scopes: ClientUserScopes;
1695
+ client?: ClientDocument | null;
1696
+ user?: UserDocument | null;
1697
+ } | null;
1698
+ scopes: ClientEntityScope[];
1699
+ }, d: {
1700
+ id: number;
1701
+ documentId: string;
1702
+ publishedAt?: string;
1703
+ createdAt: string;
1704
+ updatedAt: string;
1705
+ title: string;
1706
+ workspace_id: string;
1707
+ clients?: ClientDocument[] | null;
1708
+ } | undefined) => boolean;
1709
+ readonly update: (u: AuthorizedUserDocument, p: {
1710
+ verified: boolean;
1711
+ clientUser: {
1712
+ id: number;
1713
+ documentId: string;
1714
+ publishedAt?: string;
1715
+ createdAt: string;
1716
+ updatedAt: string;
1717
+ scopes: ClientUserScopes;
1718
+ client?: ClientDocument | null;
1719
+ user?: UserDocument | null;
1720
+ } | null;
1721
+ scopes: ClientEntityScope[];
1722
+ }, d: {
1723
+ id: number;
1724
+ documentId: string;
1725
+ publishedAt?: string;
1726
+ createdAt: string;
1727
+ updatedAt: string;
1728
+ title: string;
1729
+ workspace_id: string;
1730
+ clients?: ClientDocument[] | null;
1731
+ } | undefined) => boolean;
1732
+ readonly delete: (u: AuthorizedUserDocument, p: {
1733
+ verified: boolean;
1734
+ clientUser: {
1735
+ id: number;
1736
+ documentId: string;
1737
+ publishedAt?: string;
1738
+ createdAt: string;
1739
+ updatedAt: string;
1740
+ scopes: ClientUserScopes;
1741
+ client?: ClientDocument | null;
1742
+ user?: UserDocument | null;
1743
+ } | null;
1744
+ scopes: ClientEntityScope[];
1745
+ }, d: {
1746
+ id: number;
1747
+ documentId: string;
1748
+ publishedAt?: string;
1749
+ createdAt: string;
1750
+ updatedAt: string;
1751
+ title: string;
1752
+ workspace_id: string;
1753
+ clients?: ClientDocument[] | null;
1754
+ } | undefined) => boolean;
1755
+ };
1756
+ readonly "utm-tracking-link": {
1757
+ readonly list: (u: AuthorizedUserDocument, p: {
1758
+ verified: boolean;
1759
+ clientUser: {
1760
+ id: number;
1761
+ documentId: string;
1762
+ publishedAt?: string;
1763
+ createdAt: string;
1764
+ updatedAt: string;
1765
+ scopes: ClientUserScopes;
1766
+ client?: ClientDocument | null;
1767
+ user?: UserDocument | null;
1768
+ } | null;
1769
+ scopes: ClientEntityScope[];
1770
+ }, d: {
1771
+ id: number;
1772
+ documentId: string;
1773
+ publishedAt?: string;
1774
+ createdAt: string;
1775
+ updatedAt: string;
1776
+ url_destination: string;
1777
+ utm_medium: string;
1778
+ utm_source: string;
1779
+ utm_campaign: string;
1780
+ utm_content: string | null;
1781
+ utm_creative_format: string | null;
1782
+ utm_id: string | null;
1783
+ campaign_phase: string;
1784
+ campaign_product: string | null;
1785
+ campaign_targeting: string | null;
1786
+ campaign_key: string | null;
1787
+ creative_format: string | null;
1788
+ creative_format_variants: string | null;
1789
+ url: string;
1790
+ is_active: boolean;
1791
+ notes: string | null;
1792
+ creator?: UserDocument | null;
1793
+ client?: ClientDocument | null;
1794
+ } | undefined) => boolean;
1795
+ readonly create: (u: AuthorizedUserDocument, p: {
1796
+ verified: boolean;
1797
+ clientUser: {
1798
+ id: number;
1799
+ documentId: string;
1800
+ publishedAt?: string;
1801
+ createdAt: string;
1802
+ updatedAt: string;
1803
+ scopes: ClientUserScopes;
1804
+ client?: ClientDocument | null;
1805
+ user?: UserDocument | null;
1806
+ } | null;
1807
+ scopes: ClientEntityScope[];
1808
+ }) => boolean;
1809
+ readonly read: (u: AuthorizedUserDocument, p: {
1810
+ verified: boolean;
1811
+ clientUser: {
1812
+ id: number;
1813
+ documentId: string;
1814
+ publishedAt?: string;
1815
+ createdAt: string;
1816
+ updatedAt: string;
1817
+ scopes: ClientUserScopes;
1818
+ client?: ClientDocument | null;
1819
+ user?: UserDocument | null;
1820
+ } | null;
1821
+ scopes: ClientEntityScope[];
1822
+ }, d: {
1823
+ id: number;
1824
+ documentId: string;
1825
+ publishedAt?: string;
1826
+ createdAt: string;
1827
+ updatedAt: string;
1828
+ url_destination: string;
1829
+ utm_medium: string;
1830
+ utm_source: string;
1831
+ utm_campaign: string;
1832
+ utm_content: string | null;
1833
+ utm_creative_format: string | null;
1834
+ utm_id: string | null;
1835
+ campaign_phase: string;
1836
+ campaign_product: string | null;
1837
+ campaign_targeting: string | null;
1838
+ campaign_key: string | null;
1839
+ creative_format: string | null;
1840
+ creative_format_variants: string | null;
1841
+ url: string;
1842
+ is_active: boolean;
1843
+ notes: string | null;
1844
+ creator?: UserDocument | null;
1845
+ client?: ClientDocument | null;
1846
+ } | undefined) => boolean;
1847
+ readonly update: (u: AuthorizedUserDocument, p: {
1848
+ verified: boolean;
1849
+ clientUser: {
1850
+ id: number;
1851
+ documentId: string;
1852
+ publishedAt?: string;
1853
+ createdAt: string;
1854
+ updatedAt: string;
1855
+ scopes: ClientUserScopes;
1856
+ client?: ClientDocument | null;
1857
+ user?: UserDocument | null;
1858
+ } | null;
1859
+ scopes: ClientEntityScope[];
1860
+ }, d: {
1861
+ id: number;
1862
+ documentId: string;
1863
+ publishedAt?: string;
1864
+ createdAt: string;
1865
+ updatedAt: string;
1866
+ url_destination: string;
1867
+ utm_medium: string;
1868
+ utm_source: string;
1869
+ utm_campaign: string;
1870
+ utm_content: string | null;
1871
+ utm_creative_format: string | null;
1872
+ utm_id: string | null;
1873
+ campaign_phase: string;
1874
+ campaign_product: string | null;
1875
+ campaign_targeting: string | null;
1876
+ campaign_key: string | null;
1877
+ creative_format: string | null;
1878
+ creative_format_variants: string | null;
1879
+ url: string;
1880
+ is_active: boolean;
1881
+ notes: string | null;
1882
+ creator?: UserDocument | null;
1883
+ client?: ClientDocument | null;
1884
+ } | undefined) => boolean;
1885
+ readonly delete: (u: AuthorizedUserDocument, p: {
1886
+ verified: boolean;
1887
+ clientUser: {
1888
+ id: number;
1889
+ documentId: string;
1890
+ publishedAt?: string;
1891
+ createdAt: string;
1892
+ updatedAt: string;
1893
+ scopes: ClientUserScopes;
1894
+ client?: ClientDocument | null;
1895
+ user?: UserDocument | null;
1896
+ } | null;
1897
+ scopes: ClientEntityScope[];
1898
+ }, d: {
1899
+ id: number;
1900
+ documentId: string;
1901
+ publishedAt?: string;
1902
+ createdAt: string;
1903
+ updatedAt: string;
1904
+ url_destination: string;
1905
+ utm_medium: string;
1906
+ utm_source: string;
1907
+ utm_campaign: string;
1908
+ utm_content: string | null;
1909
+ utm_creative_format: string | null;
1910
+ utm_id: string | null;
1911
+ campaign_phase: string;
1912
+ campaign_product: string | null;
1913
+ campaign_targeting: string | null;
1914
+ campaign_key: string | null;
1915
+ creative_format: string | null;
1916
+ creative_format_variants: string | null;
1917
+ url: string;
1918
+ is_active: boolean;
1919
+ notes: string | null;
1920
+ creator?: UserDocument | null;
1921
+ client?: ClientDocument | null;
1922
+ } | undefined) => boolean;
1923
+ };
1924
+ readonly gcflytour: {
1925
+ readonly list: true;
1926
+ readonly create: (u: AuthorizedUserDocument, p: {
1927
+ verified: boolean;
1928
+ clientUser: {
1929
+ id: number;
1930
+ documentId: string;
1931
+ publishedAt?: string;
1932
+ createdAt: string;
1933
+ updatedAt: string;
1934
+ scopes: ClientUserScopes;
1935
+ client?: ClientDocument | null;
1936
+ user?: UserDocument | null;
1937
+ } | null;
1938
+ scopes: ClientEntityScope[];
1939
+ }) => boolean;
1940
+ readonly read: true;
1941
+ readonly update: (u: AuthorizedUserDocument, p: {
1942
+ verified: boolean;
1943
+ clientUser: {
1944
+ id: number;
1945
+ documentId: string;
1946
+ publishedAt?: string;
1947
+ createdAt: string;
1948
+ updatedAt: string;
1949
+ scopes: ClientUserScopes;
1950
+ client?: ClientDocument | null;
1951
+ user?: UserDocument | null;
1952
+ } | null;
1953
+ scopes: ClientEntityScope[];
1954
+ }, d: {
1955
+ id: number;
1956
+ documentId: string;
1957
+ publishedAt?: string;
1958
+ createdAt: string;
1959
+ updatedAt: string;
1960
+ title: string;
1961
+ slug: string;
1962
+ description: string | null;
1963
+ is_active: boolean;
1964
+ is_hidden: boolean;
1965
+ clients?: ClientDocument[] | null;
1966
+ gcflytour_snaps?: GCFlyTourSnapDocument[] | null;
1967
+ } | undefined) => boolean;
1968
+ readonly delete: (u: AuthorizedUserDocument, p: {
1969
+ verified: boolean;
1970
+ clientUser: {
1971
+ id: number;
1972
+ documentId: string;
1973
+ publishedAt?: string;
1974
+ createdAt: string;
1975
+ updatedAt: string;
1976
+ scopes: ClientUserScopes;
1977
+ client?: ClientDocument | null;
1978
+ user?: UserDocument | null;
1979
+ } | null;
1980
+ scopes: ClientEntityScope[];
1981
+ }, d: {
1982
+ id: number;
1983
+ documentId: string;
1984
+ publishedAt?: string;
1985
+ createdAt: string;
1986
+ updatedAt: string;
1987
+ title: string;
1988
+ slug: string;
1989
+ description: string | null;
1990
+ is_active: boolean;
1991
+ is_hidden: boolean;
1992
+ clients?: ClientDocument[] | null;
1993
+ gcflytour_snaps?: GCFlyTourSnapDocument[] | null;
1994
+ } | undefined) => boolean;
1995
+ };
1996
+ readonly "gcflytour-snap": {
1997
+ readonly list: true;
1998
+ readonly create: (u: AuthorizedUserDocument, p: {
1999
+ verified: boolean;
2000
+ clientUser: {
2001
+ id: number;
2002
+ documentId: string;
2003
+ publishedAt?: string;
2004
+ createdAt: string;
2005
+ updatedAt: string;
2006
+ scopes: ClientUserScopes;
2007
+ client?: ClientDocument | null;
2008
+ user?: UserDocument | null;
2009
+ } | null;
2010
+ scopes: ClientEntityScope[];
2011
+ }) => boolean;
2012
+ readonly read: true;
2013
+ readonly update: (u: AuthorizedUserDocument, p: {
2014
+ verified: boolean;
2015
+ clientUser: {
2016
+ id: number;
2017
+ documentId: string;
2018
+ publishedAt?: string;
2019
+ createdAt: string;
2020
+ updatedAt: string;
2021
+ scopes: ClientUserScopes;
2022
+ client?: ClientDocument | null;
2023
+ user?: UserDocument | null;
2024
+ } | null;
2025
+ scopes: ClientEntityScope[];
2026
+ }, d: {
2027
+ id: number;
2028
+ documentId: string;
2029
+ publishedAt?: string;
2030
+ createdAt: string;
2031
+ updatedAt: string;
2032
+ title: string;
2033
+ slug: string;
2034
+ description: string | null;
2035
+ is_active: boolean;
2036
+ is_hidden: boolean;
2037
+ gcflytour?: GCFlyTourDocument | null;
2038
+ } | undefined) => boolean;
2039
+ readonly delete: (u: AuthorizedUserDocument, p: {
2040
+ verified: boolean;
2041
+ clientUser: {
2042
+ id: number;
2043
+ documentId: string;
2044
+ publishedAt?: string;
2045
+ createdAt: string;
2046
+ updatedAt: string;
2047
+ scopes: ClientUserScopes;
2048
+ client?: ClientDocument | null;
2049
+ user?: UserDocument | null;
2050
+ } | null;
2051
+ scopes: ClientEntityScope[];
2052
+ }, d: {
2053
+ id: number;
2054
+ documentId: string;
2055
+ publishedAt?: string;
2056
+ createdAt: string;
2057
+ updatedAt: string;
2058
+ title: string;
2059
+ slug: string;
2060
+ description: string | null;
2061
+ is_active: boolean;
2062
+ is_hidden: boolean;
2063
+ gcflytour?: GCFlyTourDocument | null;
2064
+ } | undefined) => boolean;
2065
+ };
2066
+ };
2067
+ readonly manager: {
2068
+ readonly "user-account": {
2069
+ readonly list: true;
2070
+ readonly create: false;
2071
+ readonly read: true;
2072
+ readonly update: (u: AuthorizedUserDocument, p: {
2073
+ verified: boolean;
2074
+ clientUser: {
2075
+ id: number;
2076
+ documentId: string;
2077
+ publishedAt?: string;
2078
+ createdAt: string;
2079
+ updatedAt: string;
2080
+ scopes: ClientUserScopes;
2081
+ client?: ClientDocument | null;
2082
+ user?: UserDocument | null;
2083
+ } | null;
2084
+ scopes: ClientEntityScope[];
2085
+ }, d: {
2086
+ id: number;
2087
+ documentId: string;
2088
+ publishedAt?: string;
2089
+ createdAt: string;
2090
+ updatedAt: string;
2091
+ preferred_name: string | null;
2092
+ first_name: string;
2093
+ last_name: string;
2094
+ user?: UserDocument | null;
2095
+ } | undefined) => boolean;
2096
+ readonly delete: false;
2097
+ };
2098
+ readonly comment: {
2099
+ readonly list: true;
2100
+ readonly create: true;
2101
+ readonly update: (u: AuthorizedUserDocument, p: {
2102
+ verified: boolean;
2103
+ clientUser: {
2104
+ id: number;
2105
+ documentId: string;
2106
+ publishedAt?: string;
2107
+ createdAt: string;
2108
+ updatedAt: string;
2109
+ scopes: ClientUserScopes;
2110
+ client?: ClientDocument | null;
2111
+ user?: UserDocument | null;
2112
+ } | null;
2113
+ scopes: ClientEntityScope[];
2114
+ }, d: {
2115
+ id: string;
2116
+ documentId: string;
2117
+ createdAt: string;
2118
+ updatedAt: string;
2119
+ content: string;
2120
+ blocked: boolean | null;
2121
+ blockedThread: boolean | null;
2122
+ removed: boolean | null;
2123
+ approvalStatus: CommentApprovalStatus | null;
2124
+ author: CommentAuthor | null;
2125
+ threadOf: CommentThread | null;
2126
+ children: CommentDocument[] | null;
2127
+ } | undefined) => boolean;
2128
+ readonly delete: (u: AuthorizedUserDocument, p: {
2129
+ verified: boolean;
2130
+ clientUser: {
2131
+ id: number;
2132
+ documentId: string;
2133
+ publishedAt?: string;
2134
+ createdAt: string;
2135
+ updatedAt: string;
2136
+ scopes: ClientUserScopes;
2137
+ client?: ClientDocument | null;
2138
+ user?: UserDocument | null;
2139
+ } | null;
2140
+ scopes: ClientEntityScope[];
2141
+ }, d: {
2142
+ id: string;
2143
+ documentId: string;
2144
+ createdAt: string;
2145
+ updatedAt: string;
2146
+ content: string;
2147
+ blocked: boolean | null;
2148
+ blockedThread: boolean | null;
2149
+ removed: boolean | null;
2150
+ approvalStatus: CommentApprovalStatus | null;
2151
+ author: CommentAuthor | null;
2152
+ threadOf: CommentThread | null;
2153
+ children: CommentDocument[] | null;
2154
+ } | undefined) => boolean;
2155
+ readonly report: true;
2156
+ };
2157
+ readonly client: {
2158
+ readonly access: true;
2159
+ readonly billing: true;
2160
+ readonly owner: true;
2161
+ readonly manager: true;
2162
+ readonly admin: true;
2163
+ readonly list: true;
2164
+ readonly create: true;
2165
+ readonly read: true;
2166
+ readonly update: true;
2167
+ readonly delete: false;
2168
+ };
2169
+ readonly "client-user": {
2170
+ readonly list: true;
2171
+ readonly create: true;
2172
+ readonly read: true;
2173
+ readonly update: true;
2174
+ readonly delete: true;
2175
+ readonly verify: true;
2176
+ };
2177
+ readonly "client-content-pillar": {
2178
+ readonly list: true;
2179
+ readonly create: true;
2180
+ readonly read: true;
2181
+ readonly update: true;
2182
+ readonly delete: true;
2183
+ };
2184
+ readonly "client-media-platform": {
2185
+ readonly list: true;
2186
+ readonly create: true;
2187
+ readonly read: true;
2188
+ readonly update: true;
2189
+ readonly delete: true;
2190
+ };
2191
+ readonly "client-project": {
2192
+ readonly list: true;
2193
+ readonly create: true;
2194
+ readonly read: true;
2195
+ readonly update: true;
2196
+ readonly delete: true;
2197
+ readonly assign: true;
2198
+ };
2199
+ readonly "client-report": {
2200
+ readonly list: true;
2201
+ readonly create: true;
2202
+ readonly read: true;
2203
+ readonly update: true;
2204
+ readonly delete: true;
2205
+ };
2206
+ readonly "client-styleguide": {
2207
+ readonly list: true;
2208
+ readonly create: true;
2209
+ readonly read: true;
2210
+ readonly update: true;
2211
+ readonly delete: true;
2212
+ };
2213
+ readonly "content-pillar": {
2214
+ readonly list: true;
2215
+ readonly create: true;
2216
+ readonly read: true;
2217
+ readonly update: true;
2218
+ readonly delete: true;
2219
+ };
2220
+ readonly "media-platform": {
2221
+ readonly list: true;
2222
+ readonly create: true;
2223
+ readonly read: true;
2224
+ readonly update: true;
2225
+ readonly delete: true;
2226
+ };
2227
+ readonly "media-content-type": {
2228
+ readonly list: true;
2229
+ readonly create: true;
2230
+ readonly read: true;
2231
+ readonly update: true;
2232
+ readonly delete: true;
2233
+ };
2234
+ readonly "media-creative-format": {
2235
+ readonly list: true;
2236
+ readonly create: true;
2237
+ readonly read: true;
2238
+ readonly update: true;
2239
+ readonly delete: true;
2240
+ };
2241
+ readonly "monday-workspace": {
2242
+ readonly list: true;
2243
+ readonly create: true;
2244
+ readonly read: true;
2245
+ readonly update: true;
2246
+ readonly delete: true;
2247
+ };
2248
+ readonly "utm-tracking-link": {
2249
+ readonly list: true;
2250
+ readonly create: true;
2251
+ readonly read: true;
2252
+ readonly update: true;
2253
+ readonly delete: true;
2254
+ };
2255
+ readonly gcflytour: {
2256
+ readonly list: true;
2257
+ readonly create: true;
2258
+ readonly read: true;
2259
+ readonly update: true;
2260
+ readonly delete: true;
2261
+ };
2262
+ readonly "gcflytour-snap": {
2263
+ readonly list: true;
2264
+ readonly create: true;
2265
+ readonly read: true;
2266
+ readonly update: true;
2267
+ readonly delete: true;
2268
+ };
2269
+ };
2270
+ readonly client: {
2271
+ readonly "user-account": {
2272
+ readonly list: true;
2273
+ readonly create: false;
2274
+ readonly read: true;
2275
+ readonly update: (u: AuthorizedUserDocument, p: {
2276
+ verified: boolean;
2277
+ clientUser: {
2278
+ id: number;
2279
+ documentId: string;
2280
+ publishedAt?: string;
2281
+ createdAt: string;
2282
+ updatedAt: string;
2283
+ scopes: ClientUserScopes;
2284
+ client?: ClientDocument | null;
2285
+ user?: UserDocument | null;
2286
+ } | null;
2287
+ scopes: ClientEntityScope[];
2288
+ }, d: {
2289
+ id: number;
2290
+ documentId: string;
2291
+ publishedAt?: string;
2292
+ createdAt: string;
2293
+ updatedAt: string;
2294
+ preferred_name: string | null;
2295
+ first_name: string;
2296
+ last_name: string;
2297
+ user?: UserDocument | null;
2298
+ } | undefined) => boolean;
2299
+ readonly delete: false;
2300
+ };
2301
+ readonly comment: {
2302
+ readonly list: true;
2303
+ readonly create: true;
2304
+ readonly update: (u: AuthorizedUserDocument, p: {
2305
+ verified: boolean;
2306
+ clientUser: {
2307
+ id: number;
2308
+ documentId: string;
2309
+ publishedAt?: string;
2310
+ createdAt: string;
2311
+ updatedAt: string;
2312
+ scopes: ClientUserScopes;
2313
+ client?: ClientDocument | null;
2314
+ user?: UserDocument | null;
2315
+ } | null;
2316
+ scopes: ClientEntityScope[];
2317
+ }, d: {
2318
+ id: string;
2319
+ documentId: string;
2320
+ createdAt: string;
2321
+ updatedAt: string;
2322
+ content: string;
2323
+ blocked: boolean | null;
2324
+ blockedThread: boolean | null;
2325
+ removed: boolean | null;
2326
+ approvalStatus: CommentApprovalStatus | null;
2327
+ author: CommentAuthor | null;
2328
+ threadOf: CommentThread | null;
2329
+ children: CommentDocument[] | null;
2330
+ } | undefined) => boolean;
2331
+ readonly delete: (u: AuthorizedUserDocument, p: {
2332
+ verified: boolean;
2333
+ clientUser: {
2334
+ id: number;
2335
+ documentId: string;
2336
+ publishedAt?: string;
2337
+ createdAt: string;
2338
+ updatedAt: string;
2339
+ scopes: ClientUserScopes;
2340
+ client?: ClientDocument | null;
2341
+ user?: UserDocument | null;
2342
+ } | null;
2343
+ scopes: ClientEntityScope[];
2344
+ }, d: {
2345
+ id: string;
2346
+ documentId: string;
2347
+ createdAt: string;
2348
+ updatedAt: string;
2349
+ content: string;
2350
+ blocked: boolean | null;
2351
+ blockedThread: boolean | null;
2352
+ removed: boolean | null;
2353
+ approvalStatus: CommentApprovalStatus | null;
2354
+ author: CommentAuthor | null;
2355
+ threadOf: CommentThread | null;
2356
+ children: CommentDocument[] | null;
2357
+ } | undefined) => boolean;
2358
+ readonly report: true;
2359
+ };
2360
+ readonly client: {
2361
+ readonly access: (u: AuthorizedUserDocument, p: {
2362
+ verified: boolean;
2363
+ clientUser: {
2364
+ id: number;
2365
+ documentId: string;
2366
+ publishedAt?: string;
2367
+ createdAt: string;
2368
+ updatedAt: string;
2369
+ scopes: ClientUserScopes;
2370
+ client?: ClientDocument | null;
2371
+ user?: UserDocument | null;
2372
+ } | null;
2373
+ scopes: ClientEntityScope[];
2374
+ }, d: {
2375
+ id: number;
2376
+ documentId: string;
2377
+ publishedAt?: string;
2378
+ createdAt: string;
2379
+ updatedAt: string;
2380
+ title: string;
2381
+ is_featured: boolean;
2382
+ logos?: BlockBrandLogos | null;
2383
+ teamwork_id: string;
2384
+ teamwork_name: string;
2385
+ gainapp_id: string | null;
2386
+ utm_sheet_id: string;
2387
+ allow_create_utm_link: boolean;
2388
+ is_organic_social: boolean;
2389
+ is_paid_media: boolean;
2390
+ is_active: boolean;
2391
+ is_hidden: boolean;
2392
+ classification: UtmClassificationKey[];
2393
+ users?: ClientUserDocument[] | null;
2394
+ product_highlights?: ProductHighlightDocument[] | null;
2395
+ client_projects?: ClientProjectDocument[] | null;
2396
+ client_reports?: ClientReportDocument[] | null;
2397
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
2398
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
2399
+ styleguides?: ClientStyleguideDocument[] | null;
2400
+ media_platforms?: ClientMediaPlatformDocument[] | null;
2401
+ content_pillars?: ClientContentPillarDocument[] | null;
2402
+ gcflytours?: GCFlyTourDocument[] | null;
2403
+ } | undefined) => boolean;
2404
+ readonly billing: (u: AuthorizedUserDocument, p: {
2405
+ verified: boolean;
2406
+ clientUser: {
2407
+ id: number;
2408
+ documentId: string;
2409
+ publishedAt?: string;
2410
+ createdAt: string;
2411
+ updatedAt: string;
2412
+ scopes: ClientUserScopes;
2413
+ client?: ClientDocument | null;
2414
+ user?: UserDocument | null;
2415
+ } | null;
2416
+ scopes: ClientEntityScope[];
2417
+ }, d: {
2418
+ id: number;
2419
+ documentId: string;
2420
+ publishedAt?: string;
2421
+ createdAt: string;
2422
+ updatedAt: string;
2423
+ title: string;
2424
+ is_featured: boolean;
2425
+ logos?: BlockBrandLogos | null;
2426
+ teamwork_id: string;
2427
+ teamwork_name: string;
2428
+ gainapp_id: string | null;
2429
+ utm_sheet_id: string;
2430
+ allow_create_utm_link: boolean;
2431
+ is_organic_social: boolean;
2432
+ is_paid_media: boolean;
2433
+ is_active: boolean;
2434
+ is_hidden: boolean;
2435
+ classification: UtmClassificationKey[];
2436
+ users?: ClientUserDocument[] | null;
2437
+ product_highlights?: ProductHighlightDocument[] | null;
2438
+ client_projects?: ClientProjectDocument[] | null;
2439
+ client_reports?: ClientReportDocument[] | null;
2440
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
2441
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
2442
+ styleguides?: ClientStyleguideDocument[] | null;
2443
+ media_platforms?: ClientMediaPlatformDocument[] | null;
2444
+ content_pillars?: ClientContentPillarDocument[] | null;
2445
+ gcflytours?: GCFlyTourDocument[] | null;
2446
+ } | undefined) => boolean;
2447
+ readonly owner: (u: AuthorizedUserDocument, p: {
2448
+ verified: boolean;
2449
+ clientUser: {
2450
+ id: number;
2451
+ documentId: string;
2452
+ publishedAt?: string;
2453
+ createdAt: string;
2454
+ updatedAt: string;
2455
+ scopes: ClientUserScopes;
2456
+ client?: ClientDocument | null;
2457
+ user?: UserDocument | null;
2458
+ } | null;
2459
+ scopes: ClientEntityScope[];
2460
+ }, d: {
2461
+ id: number;
2462
+ documentId: string;
2463
+ publishedAt?: string;
2464
+ createdAt: string;
2465
+ updatedAt: string;
2466
+ title: string;
2467
+ is_featured: boolean;
2468
+ logos?: BlockBrandLogos | null;
2469
+ teamwork_id: string;
2470
+ teamwork_name: string;
2471
+ gainapp_id: string | null;
2472
+ utm_sheet_id: string;
2473
+ allow_create_utm_link: boolean;
2474
+ is_organic_social: boolean;
2475
+ is_paid_media: boolean;
2476
+ is_active: boolean;
2477
+ is_hidden: boolean;
2478
+ classification: UtmClassificationKey[];
2479
+ users?: ClientUserDocument[] | null;
2480
+ product_highlights?: ProductHighlightDocument[] | null;
2481
+ client_projects?: ClientProjectDocument[] | null;
2482
+ client_reports?: ClientReportDocument[] | null;
2483
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
2484
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
2485
+ styleguides?: ClientStyleguideDocument[] | null;
2486
+ media_platforms?: ClientMediaPlatformDocument[] | null;
2487
+ content_pillars?: ClientContentPillarDocument[] | null;
2488
+ gcflytours?: GCFlyTourDocument[] | null;
2489
+ } | undefined) => boolean;
2490
+ readonly manager: (u: AuthorizedUserDocument, p: {
2491
+ verified: boolean;
2492
+ clientUser: {
2493
+ id: number;
2494
+ documentId: string;
2495
+ publishedAt?: string;
2496
+ createdAt: string;
2497
+ updatedAt: string;
2498
+ scopes: ClientUserScopes;
2499
+ client?: ClientDocument | null;
2500
+ user?: UserDocument | null;
2501
+ } | null;
2502
+ scopes: ClientEntityScope[];
2503
+ }, d: {
2504
+ id: number;
2505
+ documentId: string;
2506
+ publishedAt?: string;
2507
+ createdAt: string;
2508
+ updatedAt: string;
2509
+ title: string;
2510
+ is_featured: boolean;
2511
+ logos?: BlockBrandLogos | null;
2512
+ teamwork_id: string;
2513
+ teamwork_name: string;
2514
+ gainapp_id: string | null;
2515
+ utm_sheet_id: string;
2516
+ allow_create_utm_link: boolean;
2517
+ is_organic_social: boolean;
2518
+ is_paid_media: boolean;
2519
+ is_active: boolean;
2520
+ is_hidden: boolean;
2521
+ classification: UtmClassificationKey[];
2522
+ users?: ClientUserDocument[] | null;
2523
+ product_highlights?: ProductHighlightDocument[] | null;
2524
+ client_projects?: ClientProjectDocument[] | null;
2525
+ client_reports?: ClientReportDocument[] | null;
2526
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
2527
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
2528
+ styleguides?: ClientStyleguideDocument[] | null;
2529
+ media_platforms?: ClientMediaPlatformDocument[] | null;
2530
+ content_pillars?: ClientContentPillarDocument[] | null;
2531
+ gcflytours?: GCFlyTourDocument[] | null;
2532
+ } | undefined) => boolean;
2533
+ readonly admin: (u: AuthorizedUserDocument, p: {
2534
+ verified: boolean;
2535
+ clientUser: {
2536
+ id: number;
2537
+ documentId: string;
2538
+ publishedAt?: string;
2539
+ createdAt: string;
2540
+ updatedAt: string;
2541
+ scopes: ClientUserScopes;
2542
+ client?: ClientDocument | null;
2543
+ user?: UserDocument | null;
2544
+ } | null;
2545
+ scopes: ClientEntityScope[];
2546
+ }, d: {
2547
+ id: number;
2548
+ documentId: string;
2549
+ publishedAt?: string;
2550
+ createdAt: string;
2551
+ updatedAt: string;
2552
+ title: string;
2553
+ is_featured: boolean;
2554
+ logos?: BlockBrandLogos | null;
2555
+ teamwork_id: string;
2556
+ teamwork_name: string;
2557
+ gainapp_id: string | null;
2558
+ utm_sheet_id: string;
2559
+ allow_create_utm_link: boolean;
2560
+ is_organic_social: boolean;
2561
+ is_paid_media: boolean;
2562
+ is_active: boolean;
2563
+ is_hidden: boolean;
2564
+ classification: UtmClassificationKey[];
2565
+ users?: ClientUserDocument[] | null;
2566
+ product_highlights?: ProductHighlightDocument[] | null;
2567
+ client_projects?: ClientProjectDocument[] | null;
2568
+ client_reports?: ClientReportDocument[] | null;
2569
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
2570
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
2571
+ styleguides?: ClientStyleguideDocument[] | null;
2572
+ media_platforms?: ClientMediaPlatformDocument[] | null;
2573
+ content_pillars?: ClientContentPillarDocument[] | null;
2574
+ gcflytours?: GCFlyTourDocument[] | null;
2575
+ } | undefined) => boolean;
2576
+ readonly list: (u: AuthorizedUserDocument, p: {
2577
+ verified: boolean;
2578
+ clientUser: {
2579
+ id: number;
2580
+ documentId: string;
2581
+ publishedAt?: string;
2582
+ createdAt: string;
2583
+ updatedAt: string;
2584
+ scopes: ClientUserScopes;
2585
+ client?: ClientDocument | null;
2586
+ user?: UserDocument | null;
2587
+ } | null;
2588
+ scopes: ClientEntityScope[];
2589
+ }, d: {
2590
+ id: number;
2591
+ documentId: string;
2592
+ publishedAt?: string;
2593
+ createdAt: string;
2594
+ updatedAt: string;
2595
+ title: string;
2596
+ is_featured: boolean;
2597
+ logos?: BlockBrandLogos | null;
2598
+ teamwork_id: string;
2599
+ teamwork_name: string;
2600
+ gainapp_id: string | null;
2601
+ utm_sheet_id: string;
2602
+ allow_create_utm_link: boolean;
2603
+ is_organic_social: boolean;
2604
+ is_paid_media: boolean;
2605
+ is_active: boolean;
2606
+ is_hidden: boolean;
2607
+ classification: UtmClassificationKey[];
2608
+ users?: ClientUserDocument[] | null;
2609
+ product_highlights?: ProductHighlightDocument[] | null;
2610
+ client_projects?: ClientProjectDocument[] | null;
2611
+ client_reports?: ClientReportDocument[] | null;
2612
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
2613
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
2614
+ styleguides?: ClientStyleguideDocument[] | null;
2615
+ media_platforms?: ClientMediaPlatformDocument[] | null;
2616
+ content_pillars?: ClientContentPillarDocument[] | null;
2617
+ gcflytours?: GCFlyTourDocument[] | null;
2618
+ } | undefined) => boolean;
2619
+ readonly create: false;
2620
+ readonly read: (u: AuthorizedUserDocument, p: {
2621
+ verified: boolean;
2622
+ clientUser: {
2623
+ id: number;
2624
+ documentId: string;
2625
+ publishedAt?: string;
2626
+ createdAt: string;
2627
+ updatedAt: string;
2628
+ scopes: ClientUserScopes;
2629
+ client?: ClientDocument | null;
2630
+ user?: UserDocument | null;
2631
+ } | null;
2632
+ scopes: ClientEntityScope[];
2633
+ }, d: {
2634
+ id: number;
2635
+ documentId: string;
2636
+ publishedAt?: string;
2637
+ createdAt: string;
2638
+ updatedAt: string;
2639
+ title: string;
2640
+ is_featured: boolean;
2641
+ logos?: BlockBrandLogos | null;
2642
+ teamwork_id: string;
2643
+ teamwork_name: string;
2644
+ gainapp_id: string | null;
2645
+ utm_sheet_id: string;
2646
+ allow_create_utm_link: boolean;
2647
+ is_organic_social: boolean;
2648
+ is_paid_media: boolean;
2649
+ is_active: boolean;
2650
+ is_hidden: boolean;
2651
+ classification: UtmClassificationKey[];
2652
+ users?: ClientUserDocument[] | null;
2653
+ product_highlights?: ProductHighlightDocument[] | null;
2654
+ client_projects?: ClientProjectDocument[] | null;
2655
+ client_reports?: ClientReportDocument[] | null;
2656
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
2657
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
2658
+ styleguides?: ClientStyleguideDocument[] | null;
2659
+ media_platforms?: ClientMediaPlatformDocument[] | null;
2660
+ content_pillars?: ClientContentPillarDocument[] | null;
2661
+ gcflytours?: GCFlyTourDocument[] | null;
2662
+ } | undefined) => boolean;
2663
+ readonly update: (u: AuthorizedUserDocument, p: {
2664
+ verified: boolean;
2665
+ clientUser: {
2666
+ id: number;
2667
+ documentId: string;
2668
+ publishedAt?: string;
2669
+ createdAt: string;
2670
+ updatedAt: string;
2671
+ scopes: ClientUserScopes;
2672
+ client?: ClientDocument | null;
2673
+ user?: UserDocument | null;
2674
+ } | null;
2675
+ scopes: ClientEntityScope[];
2676
+ }, d: {
2677
+ id: number;
2678
+ documentId: string;
2679
+ publishedAt?: string;
2680
+ createdAt: string;
2681
+ updatedAt: string;
2682
+ title: string;
2683
+ is_featured: boolean;
2684
+ logos?: BlockBrandLogos | null;
2685
+ teamwork_id: string;
2686
+ teamwork_name: string;
2687
+ gainapp_id: string | null;
2688
+ utm_sheet_id: string;
2689
+ allow_create_utm_link: boolean;
2690
+ is_organic_social: boolean;
2691
+ is_paid_media: boolean;
2692
+ is_active: boolean;
2693
+ is_hidden: boolean;
2694
+ classification: UtmClassificationKey[];
2695
+ users?: ClientUserDocument[] | null;
2696
+ product_highlights?: ProductHighlightDocument[] | null;
2697
+ client_projects?: ClientProjectDocument[] | null;
2698
+ client_reports?: ClientReportDocument[] | null;
2699
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
2700
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
2701
+ styleguides?: ClientStyleguideDocument[] | null;
2702
+ media_platforms?: ClientMediaPlatformDocument[] | null;
2703
+ content_pillars?: ClientContentPillarDocument[] | null;
2704
+ gcflytours?: GCFlyTourDocument[] | null;
2705
+ } | undefined) => boolean;
2706
+ readonly delete: false;
2707
+ };
2708
+ readonly "client-user": {
2709
+ readonly list: true;
2710
+ readonly create: false;
2711
+ readonly read: true;
2712
+ readonly update: false;
2713
+ readonly delete: false;
2714
+ readonly verify: true;
2715
+ };
2716
+ readonly "client-content-pillar": {
2717
+ readonly list: (u: AuthorizedUserDocument, p: {
2718
+ verified: boolean;
2719
+ clientUser: {
2720
+ id: number;
2721
+ documentId: string;
2722
+ publishedAt?: string;
2723
+ createdAt: string;
2724
+ updatedAt: string;
2725
+ scopes: ClientUserScopes;
2726
+ client?: ClientDocument | null;
2727
+ user?: UserDocument | null;
2728
+ } | null;
2729
+ scopes: ClientEntityScope[];
2730
+ }, d: {
2731
+ id: number;
2732
+ documentId: string;
2733
+ publishedAt?: string;
2734
+ createdAt: string;
2735
+ updatedAt: string;
2736
+ is_active: boolean;
2737
+ client?: ClientDocument | null;
2738
+ content_pillar?: ContentPillarDocument | null;
2739
+ } | undefined) => boolean;
2740
+ readonly create: (u: AuthorizedUserDocument, p: {
2741
+ verified: boolean;
2742
+ clientUser: {
2743
+ id: number;
2744
+ documentId: string;
2745
+ publishedAt?: string;
2746
+ createdAt: string;
2747
+ updatedAt: string;
2748
+ scopes: ClientUserScopes;
2749
+ client?: ClientDocument | null;
2750
+ user?: UserDocument | null;
2751
+ } | null;
2752
+ scopes: ClientEntityScope[];
2753
+ }) => boolean;
2754
+ readonly read: (u: AuthorizedUserDocument, p: {
2755
+ verified: boolean;
2756
+ clientUser: {
2757
+ id: number;
2758
+ documentId: string;
2759
+ publishedAt?: string;
2760
+ createdAt: string;
2761
+ updatedAt: string;
2762
+ scopes: ClientUserScopes;
2763
+ client?: ClientDocument | null;
2764
+ user?: UserDocument | null;
2765
+ } | null;
2766
+ scopes: ClientEntityScope[];
2767
+ }, d: {
2768
+ id: number;
2769
+ documentId: string;
2770
+ publishedAt?: string;
2771
+ createdAt: string;
2772
+ updatedAt: string;
2773
+ is_active: boolean;
2774
+ client?: ClientDocument | null;
2775
+ content_pillar?: ContentPillarDocument | null;
2776
+ } | undefined) => boolean;
2777
+ readonly update: (u: AuthorizedUserDocument, p: {
2778
+ verified: boolean;
2779
+ clientUser: {
2780
+ id: number;
2781
+ documentId: string;
2782
+ publishedAt?: string;
2783
+ createdAt: string;
2784
+ updatedAt: string;
2785
+ scopes: ClientUserScopes;
2786
+ client?: ClientDocument | null;
2787
+ user?: UserDocument | null;
2788
+ } | null;
2789
+ scopes: ClientEntityScope[];
2790
+ }, d: {
2791
+ id: number;
2792
+ documentId: string;
2793
+ publishedAt?: string;
2794
+ createdAt: string;
2795
+ updatedAt: string;
2796
+ is_active: boolean;
2797
+ client?: ClientDocument | null;
2798
+ content_pillar?: ContentPillarDocument | null;
2799
+ } | undefined) => boolean;
2800
+ readonly delete: false;
2801
+ };
2802
+ readonly "client-media-platform": {
2803
+ readonly list: (u: AuthorizedUserDocument, p: {
2804
+ verified: boolean;
2805
+ clientUser: {
2806
+ id: number;
2807
+ documentId: string;
2808
+ publishedAt?: string;
2809
+ createdAt: string;
2810
+ updatedAt: string;
2811
+ scopes: ClientUserScopes;
2812
+ client?: ClientDocument | null;
2813
+ user?: UserDocument | null;
2814
+ } | null;
2815
+ scopes: ClientEntityScope[];
2816
+ }, d: {
2817
+ id: number;
2818
+ documentId: string;
2819
+ publishedAt?: string;
2820
+ createdAt: string;
2821
+ updatedAt: string;
2822
+ url: string | null;
2823
+ is_active: boolean;
2824
+ client?: ClientDocument | null;
2825
+ media_platform?: MediaPlatformDocument | null;
2826
+ } | undefined) => boolean;
2827
+ readonly create: (u: AuthorizedUserDocument, p: {
2828
+ verified: boolean;
2829
+ clientUser: {
2830
+ id: number;
2831
+ documentId: string;
2832
+ publishedAt?: string;
2833
+ createdAt: string;
2834
+ updatedAt: string;
2835
+ scopes: ClientUserScopes;
2836
+ client?: ClientDocument | null;
2837
+ user?: UserDocument | null;
2838
+ } | null;
2839
+ scopes: ClientEntityScope[];
2840
+ }) => boolean;
2841
+ readonly read: (u: AuthorizedUserDocument, p: {
2842
+ verified: boolean;
2843
+ clientUser: {
2844
+ id: number;
2845
+ documentId: string;
2846
+ publishedAt?: string;
2847
+ createdAt: string;
2848
+ updatedAt: string;
2849
+ scopes: ClientUserScopes;
2850
+ client?: ClientDocument | null;
2851
+ user?: UserDocument | null;
2852
+ } | null;
2853
+ scopes: ClientEntityScope[];
2854
+ }, d: {
2855
+ id: number;
2856
+ documentId: string;
2857
+ publishedAt?: string;
2858
+ createdAt: string;
2859
+ updatedAt: string;
2860
+ url: string | null;
2861
+ is_active: boolean;
2862
+ client?: ClientDocument | null;
2863
+ media_platform?: MediaPlatformDocument | null;
2864
+ } | undefined) => boolean;
2865
+ readonly update: (u: AuthorizedUserDocument, p: {
2866
+ verified: boolean;
2867
+ clientUser: {
2868
+ id: number;
2869
+ documentId: string;
2870
+ publishedAt?: string;
2871
+ createdAt: string;
2872
+ updatedAt: string;
2873
+ scopes: ClientUserScopes;
2874
+ client?: ClientDocument | null;
2875
+ user?: UserDocument | null;
2876
+ } | null;
2877
+ scopes: ClientEntityScope[];
2878
+ }, d: {
2879
+ id: number;
2880
+ documentId: string;
2881
+ publishedAt?: string;
2882
+ createdAt: string;
2883
+ updatedAt: string;
2884
+ url: string | null;
2885
+ is_active: boolean;
2886
+ client?: ClientDocument | null;
2887
+ media_platform?: MediaPlatformDocument | null;
2888
+ } | undefined) => boolean;
2889
+ readonly delete: false;
2890
+ };
2891
+ readonly "client-project": {
2892
+ readonly list: (u: AuthorizedUserDocument, p: {
2893
+ verified: boolean;
2894
+ clientUser: {
2895
+ id: number;
2896
+ documentId: string;
2897
+ publishedAt?: string;
2898
+ createdAt: string;
2899
+ updatedAt: string;
2900
+ scopes: ClientUserScopes;
2901
+ client?: ClientDocument | null;
2902
+ user?: UserDocument | null;
2903
+ } | null;
2904
+ scopes: ClientEntityScope[];
2905
+ }, d: {
2906
+ id: number;
2907
+ documentId: string;
2908
+ publishedAt?: string;
2909
+ createdAt: string;
2910
+ updatedAt: string;
2911
+ title: string;
2912
+ slug: string;
2913
+ featured_image?: MediaUploadDocument | null;
2914
+ is_active: boolean;
2915
+ is_hidden: boolean;
2916
+ project_status: ClientProjectStatus[];
2917
+ project_phase: ClientProjectPhase;
2918
+ project_url: string | null;
2919
+ project_type: string | null;
2920
+ project_pricing: string | null;
2921
+ project_address: string | null;
2922
+ phone_number: string | null;
2923
+ num_of_models: number | null;
2924
+ num_of_units_remain: number | null;
2925
+ buyer_profile: string | null;
2926
+ social_organic_start_date: string | null;
2927
+ paid_media_start_date: string | null;
2928
+ go_date: string | null;
2929
+ clients?: ClientDocument[] | null;
2930
+ } | undefined) => boolean;
2931
+ readonly create: (u: AuthorizedUserDocument, p: {
2932
+ verified: boolean;
2933
+ clientUser: {
2934
+ id: number;
2935
+ documentId: string;
2936
+ publishedAt?: string;
2937
+ createdAt: string;
2938
+ updatedAt: string;
2939
+ scopes: ClientUserScopes;
2940
+ client?: ClientDocument | null;
2941
+ user?: UserDocument | null;
2942
+ } | null;
2943
+ scopes: ClientEntityScope[];
2944
+ }) => boolean;
2945
+ readonly read: (u: AuthorizedUserDocument, p: {
2946
+ verified: boolean;
2947
+ clientUser: {
2948
+ id: number;
2949
+ documentId: string;
2950
+ publishedAt?: string;
2951
+ createdAt: string;
2952
+ updatedAt: string;
2953
+ scopes: ClientUserScopes;
2954
+ client?: ClientDocument | null;
2955
+ user?: UserDocument | null;
2956
+ } | null;
2957
+ scopes: ClientEntityScope[];
2958
+ }, d: {
2959
+ id: number;
2960
+ documentId: string;
2961
+ publishedAt?: string;
2962
+ createdAt: string;
2963
+ updatedAt: string;
2964
+ title: string;
2965
+ slug: string;
2966
+ featured_image?: MediaUploadDocument | null;
2967
+ is_active: boolean;
2968
+ is_hidden: boolean;
2969
+ project_status: ClientProjectStatus[];
2970
+ project_phase: ClientProjectPhase;
2971
+ project_url: string | null;
2972
+ project_type: string | null;
2973
+ project_pricing: string | null;
2974
+ project_address: string | null;
2975
+ phone_number: string | null;
2976
+ num_of_models: number | null;
2977
+ num_of_units_remain: number | null;
2978
+ buyer_profile: string | null;
2979
+ social_organic_start_date: string | null;
2980
+ paid_media_start_date: string | null;
2981
+ go_date: string | null;
2982
+ clients?: ClientDocument[] | null;
2983
+ } | undefined) => boolean;
2984
+ readonly update: (u: AuthorizedUserDocument, p: {
2985
+ verified: boolean;
2986
+ clientUser: {
2987
+ id: number;
2988
+ documentId: string;
2989
+ publishedAt?: string;
2990
+ createdAt: string;
2991
+ updatedAt: string;
2992
+ scopes: ClientUserScopes;
2993
+ client?: ClientDocument | null;
2994
+ user?: UserDocument | null;
2995
+ } | null;
2996
+ scopes: ClientEntityScope[];
2997
+ }, d: {
2998
+ id: number;
2999
+ documentId: string;
3000
+ publishedAt?: string;
3001
+ createdAt: string;
3002
+ updatedAt: string;
3003
+ title: string;
3004
+ slug: string;
3005
+ featured_image?: MediaUploadDocument | null;
3006
+ is_active: boolean;
3007
+ is_hidden: boolean;
3008
+ project_status: ClientProjectStatus[];
3009
+ project_phase: ClientProjectPhase;
3010
+ project_url: string | null;
3011
+ project_type: string | null;
3012
+ project_pricing: string | null;
3013
+ project_address: string | null;
3014
+ phone_number: string | null;
3015
+ num_of_models: number | null;
3016
+ num_of_units_remain: number | null;
3017
+ buyer_profile: string | null;
3018
+ social_organic_start_date: string | null;
3019
+ paid_media_start_date: string | null;
3020
+ go_date: string | null;
3021
+ clients?: ClientDocument[] | null;
3022
+ } | undefined) => boolean;
3023
+ readonly delete: false;
3024
+ readonly assign: (u: AuthorizedUserDocument, p: {
3025
+ verified: boolean;
3026
+ clientUser: {
3027
+ id: number;
3028
+ documentId: string;
3029
+ publishedAt?: string;
3030
+ createdAt: string;
3031
+ updatedAt: string;
3032
+ scopes: ClientUserScopes;
3033
+ client?: ClientDocument | null;
3034
+ user?: UserDocument | null;
3035
+ } | null;
3036
+ scopes: ClientEntityScope[];
3037
+ }, d: {
3038
+ id: number;
3039
+ documentId: string;
3040
+ publishedAt?: string;
3041
+ createdAt: string;
3042
+ updatedAt: string;
3043
+ title: string;
3044
+ slug: string;
3045
+ featured_image?: MediaUploadDocument | null;
3046
+ is_active: boolean;
3047
+ is_hidden: boolean;
3048
+ project_status: ClientProjectStatus[];
3049
+ project_phase: ClientProjectPhase;
3050
+ project_url: string | null;
3051
+ project_type: string | null;
3052
+ project_pricing: string | null;
3053
+ project_address: string | null;
3054
+ phone_number: string | null;
3055
+ num_of_models: number | null;
3056
+ num_of_units_remain: number | null;
3057
+ buyer_profile: string | null;
3058
+ social_organic_start_date: string | null;
3059
+ paid_media_start_date: string | null;
3060
+ go_date: string | null;
3061
+ clients?: ClientDocument[] | null;
3062
+ } | undefined) => boolean;
3063
+ };
3064
+ readonly "client-report": {
3065
+ readonly list: (u: AuthorizedUserDocument, p: {
3066
+ verified: boolean;
3067
+ clientUser: {
3068
+ id: number;
3069
+ documentId: string;
3070
+ publishedAt?: string;
3071
+ createdAt: string;
3072
+ updatedAt: string;
3073
+ scopes: ClientUserScopes;
3074
+ client?: ClientDocument | null;
3075
+ user?: UserDocument | null;
3076
+ } | null;
3077
+ scopes: ClientEntityScope[];
3078
+ }, d: {
3079
+ id: number;
3080
+ documentId: string;
3081
+ publishedAt?: string;
3082
+ createdAt: string;
3083
+ updatedAt: string;
3084
+ title: string;
3085
+ report_id: string;
3086
+ is_active: boolean;
3087
+ is_external: boolean;
3088
+ is_hidden: boolean;
3089
+ scopes: string[];
3090
+ clients?: ClientDocument[] | null;
3091
+ } | undefined) => boolean;
3092
+ readonly create: (u: AuthorizedUserDocument, p: {
3093
+ verified: boolean;
3094
+ clientUser: {
3095
+ id: number;
3096
+ documentId: string;
3097
+ publishedAt?: string;
3098
+ createdAt: string;
3099
+ updatedAt: string;
3100
+ scopes: ClientUserScopes;
3101
+ client?: ClientDocument | null;
3102
+ user?: UserDocument | null;
3103
+ } | null;
3104
+ scopes: ClientEntityScope[];
3105
+ }) => boolean;
3106
+ readonly read: (u: AuthorizedUserDocument, p: {
3107
+ verified: boolean;
3108
+ clientUser: {
3109
+ id: number;
3110
+ documentId: string;
3111
+ publishedAt?: string;
3112
+ createdAt: string;
3113
+ updatedAt: string;
3114
+ scopes: ClientUserScopes;
3115
+ client?: ClientDocument | null;
3116
+ user?: UserDocument | null;
3117
+ } | null;
3118
+ scopes: ClientEntityScope[];
3119
+ }, d: {
3120
+ id: number;
3121
+ documentId: string;
3122
+ publishedAt?: string;
3123
+ createdAt: string;
3124
+ updatedAt: string;
3125
+ title: string;
3126
+ report_id: string;
3127
+ is_active: boolean;
3128
+ is_external: boolean;
3129
+ is_hidden: boolean;
3130
+ scopes: string[];
3131
+ clients?: ClientDocument[] | null;
3132
+ } | undefined) => boolean;
3133
+ readonly update: (u: AuthorizedUserDocument, p: {
3134
+ verified: boolean;
3135
+ clientUser: {
3136
+ id: number;
3137
+ documentId: string;
3138
+ publishedAt?: string;
3139
+ createdAt: string;
3140
+ updatedAt: string;
3141
+ scopes: ClientUserScopes;
3142
+ client?: ClientDocument | null;
3143
+ user?: UserDocument | null;
3144
+ } | null;
3145
+ scopes: ClientEntityScope[];
3146
+ }, d: {
3147
+ id: number;
3148
+ documentId: string;
3149
+ publishedAt?: string;
3150
+ createdAt: string;
3151
+ updatedAt: string;
3152
+ title: string;
3153
+ report_id: string;
3154
+ is_active: boolean;
3155
+ is_external: boolean;
3156
+ is_hidden: boolean;
3157
+ scopes: string[];
3158
+ clients?: ClientDocument[] | null;
3159
+ } | undefined) => boolean;
3160
+ readonly delete: false;
3161
+ };
3162
+ readonly "client-styleguide": {
3163
+ readonly list: (u: AuthorizedUserDocument, p: {
3164
+ verified: boolean;
3165
+ clientUser: {
3166
+ id: number;
3167
+ documentId: string;
3168
+ publishedAt?: string;
3169
+ createdAt: string;
3170
+ updatedAt: string;
3171
+ scopes: ClientUserScopes;
3172
+ client?: ClientDocument | null;
3173
+ user?: UserDocument | null;
3174
+ } | null;
3175
+ scopes: ClientEntityScope[];
3176
+ }, d: {
3177
+ id: number;
3178
+ documentId: string;
3179
+ publishedAt?: string;
3180
+ createdAt: string;
3181
+ updatedAt: string;
3182
+ title: string;
3183
+ is_active: boolean;
3184
+ introduction: RichTextBlock[];
3185
+ voice: RichTextBlock[];
3186
+ communication: RichTextBlock[];
3187
+ brand_elements: RichTextBlock[];
3188
+ brand_intention: RichTextBlock[];
3189
+ mood?: MediaUploadDocument | null;
3190
+ logos?: MediaUploadDocument | null;
3191
+ brand_colors?: ComponentBrandStyleguideColor[];
3192
+ brand_fonts?: ComponentBrandStyleguideFont[];
3193
+ brand_application?: MediaUploadDocument[];
3194
+ client?: ClientDocument | null;
3195
+ } | undefined) => boolean;
3196
+ readonly create: false;
3197
+ readonly read: (u: AuthorizedUserDocument, p: {
3198
+ verified: boolean;
3199
+ clientUser: {
3200
+ id: number;
3201
+ documentId: string;
3202
+ publishedAt?: string;
3203
+ createdAt: string;
3204
+ updatedAt: string;
3205
+ scopes: ClientUserScopes;
3206
+ client?: ClientDocument | null;
3207
+ user?: UserDocument | null;
3208
+ } | null;
3209
+ scopes: ClientEntityScope[];
3210
+ }, d: {
3211
+ id: number;
3212
+ documentId: string;
3213
+ publishedAt?: string;
3214
+ createdAt: string;
3215
+ updatedAt: string;
3216
+ title: string;
3217
+ is_active: boolean;
3218
+ introduction: RichTextBlock[];
3219
+ voice: RichTextBlock[];
3220
+ communication: RichTextBlock[];
3221
+ brand_elements: RichTextBlock[];
3222
+ brand_intention: RichTextBlock[];
3223
+ mood?: MediaUploadDocument | null;
3224
+ logos?: MediaUploadDocument | null;
3225
+ brand_colors?: ComponentBrandStyleguideColor[];
3226
+ brand_fonts?: ComponentBrandStyleguideFont[];
3227
+ brand_application?: MediaUploadDocument[];
3228
+ client?: ClientDocument | null;
3229
+ } | undefined) => boolean;
3230
+ readonly update: false;
3231
+ readonly delete: false;
3232
+ };
3233
+ readonly "content-pillar": {
3234
+ readonly list: true;
3235
+ readonly create: false;
3236
+ readonly read: true;
3237
+ readonly update: false;
3238
+ readonly delete: false;
3239
+ };
3240
+ readonly "media-platform": {
3241
+ readonly list: true;
3242
+ readonly create: false;
3243
+ readonly read: true;
3244
+ readonly update: false;
3245
+ readonly delete: false;
3246
+ };
3247
+ readonly "media-content-type": {
3248
+ readonly list: true;
3249
+ readonly create: false;
3250
+ readonly read: true;
3251
+ readonly update: false;
3252
+ readonly delete: false;
3253
+ };
3254
+ readonly "media-creative-format": {
3255
+ readonly list: true;
3256
+ readonly create: false;
3257
+ readonly read: true;
3258
+ readonly update: false;
3259
+ readonly delete: false;
3260
+ };
3261
+ readonly "monday-workspace": {
3262
+ readonly list: (u: AuthorizedUserDocument, p: {
3263
+ verified: boolean;
3264
+ clientUser: {
3265
+ id: number;
3266
+ documentId: string;
3267
+ publishedAt?: string;
3268
+ createdAt: string;
3269
+ updatedAt: string;
3270
+ scopes: ClientUserScopes;
3271
+ client?: ClientDocument | null;
3272
+ user?: UserDocument | null;
3273
+ } | null;
3274
+ scopes: ClientEntityScope[];
3275
+ }, d: {
3276
+ id: number;
3277
+ documentId: string;
3278
+ publishedAt?: string;
3279
+ createdAt: string;
3280
+ updatedAt: string;
3281
+ title: string;
3282
+ workspace_id: string;
3283
+ clients?: ClientDocument[] | null;
3284
+ } | undefined) => boolean;
3285
+ readonly create: false;
3286
+ readonly read: (u: AuthorizedUserDocument, p: {
3287
+ verified: boolean;
3288
+ clientUser: {
3289
+ id: number;
3290
+ documentId: string;
3291
+ publishedAt?: string;
3292
+ createdAt: string;
3293
+ updatedAt: string;
3294
+ scopes: ClientUserScopes;
3295
+ client?: ClientDocument | null;
3296
+ user?: UserDocument | null;
3297
+ } | null;
3298
+ scopes: ClientEntityScope[];
3299
+ }, d: {
3300
+ id: number;
3301
+ documentId: string;
3302
+ publishedAt?: string;
3303
+ createdAt: string;
3304
+ updatedAt: string;
3305
+ title: string;
3306
+ workspace_id: string;
3307
+ clients?: ClientDocument[] | null;
3308
+ } | undefined) => boolean;
3309
+ readonly update: false;
3310
+ readonly delete: false;
3311
+ };
3312
+ readonly "utm-tracking-link": {
3313
+ readonly list: (u: AuthorizedUserDocument, p: {
3314
+ verified: boolean;
3315
+ clientUser: {
3316
+ id: number;
3317
+ documentId: string;
3318
+ publishedAt?: string;
3319
+ createdAt: string;
3320
+ updatedAt: string;
3321
+ scopes: ClientUserScopes;
3322
+ client?: ClientDocument | null;
3323
+ user?: UserDocument | null;
3324
+ } | null;
3325
+ scopes: ClientEntityScope[];
3326
+ }, d: {
3327
+ id: number;
3328
+ documentId: string;
3329
+ publishedAt?: string;
3330
+ createdAt: string;
3331
+ updatedAt: string;
3332
+ url_destination: string;
3333
+ utm_medium: string;
3334
+ utm_source: string;
3335
+ utm_campaign: string;
3336
+ utm_content: string | null;
3337
+ utm_creative_format: string | null;
3338
+ utm_id: string | null;
3339
+ campaign_phase: string;
3340
+ campaign_product: string | null;
3341
+ campaign_targeting: string | null;
3342
+ campaign_key: string | null;
3343
+ creative_format: string | null;
3344
+ creative_format_variants: string | null;
3345
+ url: string;
3346
+ is_active: boolean;
3347
+ notes: string | null;
3348
+ creator?: UserDocument | null;
3349
+ client?: ClientDocument | null;
3350
+ } | undefined) => boolean;
3351
+ readonly create: (u: AuthorizedUserDocument, p: {
3352
+ verified: boolean;
3353
+ clientUser: {
3354
+ id: number;
3355
+ documentId: string;
3356
+ publishedAt?: string;
3357
+ createdAt: string;
3358
+ updatedAt: string;
3359
+ scopes: ClientUserScopes;
3360
+ client?: ClientDocument | null;
3361
+ user?: UserDocument | null;
3362
+ } | null;
3363
+ scopes: ClientEntityScope[];
3364
+ }) => boolean;
3365
+ readonly read: (u: AuthorizedUserDocument, p: {
3366
+ verified: boolean;
3367
+ clientUser: {
3368
+ id: number;
3369
+ documentId: string;
3370
+ publishedAt?: string;
3371
+ createdAt: string;
3372
+ updatedAt: string;
3373
+ scopes: ClientUserScopes;
3374
+ client?: ClientDocument | null;
3375
+ user?: UserDocument | null;
3376
+ } | null;
3377
+ scopes: ClientEntityScope[];
3378
+ }, d: {
3379
+ id: number;
3380
+ documentId: string;
3381
+ publishedAt?: string;
3382
+ createdAt: string;
3383
+ updatedAt: string;
3384
+ url_destination: string;
3385
+ utm_medium: string;
3386
+ utm_source: string;
3387
+ utm_campaign: string;
3388
+ utm_content: string | null;
3389
+ utm_creative_format: string | null;
3390
+ utm_id: string | null;
3391
+ campaign_phase: string;
3392
+ campaign_product: string | null;
3393
+ campaign_targeting: string | null;
3394
+ campaign_key: string | null;
3395
+ creative_format: string | null;
3396
+ creative_format_variants: string | null;
3397
+ url: string;
3398
+ is_active: boolean;
3399
+ notes: string | null;
3400
+ creator?: UserDocument | null;
3401
+ client?: ClientDocument | null;
3402
+ } | undefined) => boolean;
3403
+ readonly update: (u: AuthorizedUserDocument, p: {
3404
+ verified: boolean;
3405
+ clientUser: {
3406
+ id: number;
3407
+ documentId: string;
3408
+ publishedAt?: string;
3409
+ createdAt: string;
3410
+ updatedAt: string;
3411
+ scopes: ClientUserScopes;
3412
+ client?: ClientDocument | null;
3413
+ user?: UserDocument | null;
3414
+ } | null;
3415
+ scopes: ClientEntityScope[];
3416
+ }, d: {
3417
+ id: number;
3418
+ documentId: string;
3419
+ publishedAt?: string;
3420
+ createdAt: string;
3421
+ updatedAt: string;
3422
+ url_destination: string;
3423
+ utm_medium: string;
3424
+ utm_source: string;
3425
+ utm_campaign: string;
3426
+ utm_content: string | null;
3427
+ utm_creative_format: string | null;
3428
+ utm_id: string | null;
3429
+ campaign_phase: string;
3430
+ campaign_product: string | null;
3431
+ campaign_targeting: string | null;
3432
+ campaign_key: string | null;
3433
+ creative_format: string | null;
3434
+ creative_format_variants: string | null;
3435
+ url: string;
3436
+ is_active: boolean;
3437
+ notes: string | null;
3438
+ creator?: UserDocument | null;
3439
+ client?: ClientDocument | null;
3440
+ } | undefined) => boolean;
3441
+ readonly delete: (u: AuthorizedUserDocument, p: {
3442
+ verified: boolean;
3443
+ clientUser: {
3444
+ id: number;
3445
+ documentId: string;
3446
+ publishedAt?: string;
3447
+ createdAt: string;
3448
+ updatedAt: string;
3449
+ scopes: ClientUserScopes;
3450
+ client?: ClientDocument | null;
3451
+ user?: UserDocument | null;
3452
+ } | null;
3453
+ scopes: ClientEntityScope[];
3454
+ }, d: {
3455
+ id: number;
3456
+ documentId: string;
3457
+ publishedAt?: string;
3458
+ createdAt: string;
3459
+ updatedAt: string;
3460
+ url_destination: string;
3461
+ utm_medium: string;
3462
+ utm_source: string;
3463
+ utm_campaign: string;
3464
+ utm_content: string | null;
3465
+ utm_creative_format: string | null;
3466
+ utm_id: string | null;
3467
+ campaign_phase: string;
3468
+ campaign_product: string | null;
3469
+ campaign_targeting: string | null;
3470
+ campaign_key: string | null;
3471
+ creative_format: string | null;
3472
+ creative_format_variants: string | null;
3473
+ url: string;
3474
+ is_active: boolean;
3475
+ notes: string | null;
3476
+ creator?: UserDocument | null;
3477
+ client?: ClientDocument | null;
3478
+ } | undefined) => boolean;
3479
+ };
3480
+ readonly gcflytour: {
3481
+ readonly list: true;
3482
+ readonly create: false;
3483
+ readonly read: true;
3484
+ readonly update: false;
3485
+ readonly delete: false;
3486
+ };
3487
+ readonly "gcflytour-snap": {
3488
+ readonly list: true;
3489
+ readonly create: false;
3490
+ readonly read: true;
3491
+ readonly update: false;
3492
+ readonly delete: false;
3493
+ };
3494
+ };
3495
+ };
3496
+ //#endregion
3497
+ //#region src/permissions/types.d.ts
3498
+ type LCRUDActions = "list" | "create" | "read" | "update" | "delete";
3499
+ type PermissionCheck<Key extends keyof Permissions> = boolean | ((user: AuthorizedUserDocument$1, permissions: ClientUserDocumentStatus, data?: Permissions[Key]["dataType"]) => boolean);
3500
+ type RolesWithPermissions = { [R in RoleType]: Partial<{ [Key in keyof Permissions]: Partial<{ [Action in Permissions[Key]["action"]]: PermissionCheck<Key> }> }> };
3501
+ type Permissions = {
3502
+ "user-account": {
3503
+ dataType: UserAccountDocument;
3504
+ action: LCRUDActions;
3505
+ };
3506
+ comment: {
3507
+ dataType: CommentDocument;
3508
+ action: "list" | "create" | "update" | "delete" | "report";
3509
+ };
3510
+ client: {
3511
+ dataType: ClientDocument;
3512
+ action: (typeof CLIENT_ENTITY_PERMISSIONS)["client"][number] | LCRUDActions;
3513
+ };
3514
+ "client-user": {
3515
+ dataType: ClientUserDocument;
3516
+ action: LCRUDActions | "verify";
3517
+ };
3518
+ "client-content-pillar": {
3519
+ dataType: ClientContentPillarDocument;
3520
+ action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-content-pillar"][number];
3521
+ };
3522
+ "client-media-platform": {
3523
+ dataType: ClientMediaPlatformDocument;
3524
+ action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-media-platform"][number];
3525
+ };
3526
+ "client-project": {
3527
+ dataType: ClientProjectDocument;
3528
+ action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-project"][number];
3529
+ };
3530
+ "client-report": {
3531
+ dataType: ClientReportDocument;
3532
+ action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-report"][number];
3533
+ };
3534
+ "client-styleguide": {
3535
+ dataType: ClientStyleguideDocument;
3536
+ action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-styleguide"][number];
3537
+ };
3538
+ "content-pillar": {
3539
+ dataType: ContentPillarDocument;
3540
+ action: LCRUDActions;
3541
+ };
3542
+ "media-platform": {
3543
+ dataType: MediaPlatformDocument;
3544
+ action: LCRUDActions;
3545
+ };
3546
+ "media-content-type": {
3547
+ dataType: MediaContentTypeDocument;
3548
+ action: LCRUDActions;
3549
+ };
3550
+ "media-creative-format": {
3551
+ dataType: MediaCreativeFormatDocument;
3552
+ action: LCRUDActions;
3553
+ };
3554
+ "monday-workspace": {
3555
+ dataType: MondayWorkspaceDocument;
3556
+ action: (typeof CLIENT_ENTITY_PERMISSIONS)["monday-workspace"][number];
3557
+ };
3558
+ "utm-tracking-link": {
3559
+ dataType: UtmTrackingLinkDocument;
3560
+ action: (typeof CLIENT_ENTITY_PERMISSIONS)["utm-tracking-link"][number];
3561
+ };
3562
+ gcflytour: {
3563
+ dataType: GCFlyTourDocument;
3564
+ action: (typeof CLIENT_ENTITY_PERMISSIONS)["gcflytour"][number];
3565
+ };
3566
+ "gcflytour-snap": {
3567
+ dataType: GCFlyTourSnapDocument;
3568
+ action: (typeof CLIENT_ENTITY_PERMISSIONS)["gcflytour-snap"][number];
3569
+ };
3570
+ };
3571
+ type PermissionsEntity = keyof Permissions;
3572
+ type PermissionsAction = Permissions[PermissionsEntity]["action"];
3573
+ //#endregion
3574
+ //#region src/entities/client-user/document.d.ts
3575
+ declare const ClientUserDocument: v.GenericSchema<{
3576
+ id: number;
3577
+ documentId: string;
3578
+ publishedAt?: string;
3579
+ createdAt: string;
3580
+ updatedAt: string;
3581
+ scopes: ClientUserScopes;
3582
+ client?: ClientDocument | null;
3583
+ user?: UserDocument | null;
3584
+ }>;
3585
+ type ClientUserDocument = v.InferOutput<typeof ClientUserDocument>;
3586
+ declare const ClientUserDocumentStatus: v.ObjectSchema<{
3587
+ readonly verified: v.BooleanSchema<undefined>;
3588
+ readonly clientUser: v.NullableSchema<v.LazySchema<v.GenericSchema<{
3589
+ id: number;
3590
+ documentId: string;
3591
+ publishedAt?: string;
3592
+ createdAt: string;
3593
+ updatedAt: string;
3594
+ scopes: ClientUserScopes;
3595
+ client?: ClientDocument | null;
3596
+ user?: UserDocument | null;
3597
+ }>>, undefined>;
3598
+ readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<ClientEntityScope[], undefined>, "Please provide a valid list of scopes.">, v.MaxLengthAction<ClientEntityScope[], number, "You cannot provide more scopes than there are available.">]>;
3599
+ }, undefined>;
3600
+ type ClientUserDocumentStatus = v.InferOutput<typeof ClientUserDocumentStatus>;
3601
+ //#endregion
3602
+ //#region src/entities/client/document.d.ts
3603
+ declare const ClientDocument: v.GenericSchema<{
3604
+ id: number;
3605
+ documentId: string;
3606
+ publishedAt?: string;
3607
+ createdAt: string;
3608
+ updatedAt: string;
3609
+ title: string;
3610
+ is_featured: boolean;
3611
+ logos?: BlockBrandLogos | null;
3612
+ teamwork_id: string;
3613
+ teamwork_name: string;
3614
+ gainapp_id: string | null;
3615
+ utm_sheet_id: string;
3616
+ allow_create_utm_link: boolean;
3617
+ is_organic_social: boolean;
3618
+ is_paid_media: boolean;
3619
+ is_active: boolean;
3620
+ is_hidden: boolean;
3621
+ classification: UtmClassificationKey[];
3622
+ users?: ClientUserDocument[] | null;
3623
+ product_highlights?: ProductHighlightDocument[] | null;
3624
+ client_projects?: ClientProjectDocument[] | null;
3625
+ client_reports?: ClientReportDocument[] | null;
3626
+ monday_workspaces?: MondayWorkspaceDocument[] | null;
3627
+ utm_tracking_links?: UtmTrackingLinkDocument[] | null;
3628
+ styleguides?: ClientStyleguideDocument[] | null;
3629
+ media_platforms?: ClientMediaPlatformDocument[] | null;
3630
+ content_pillars?: ClientContentPillarDocument[] | null;
3631
+ gcflytours?: GCFlyTourDocument[] | null;
3632
+ }>;
3633
+ type ClientDocument = v.InferOutput<typeof ClientDocument>;
3634
+ //#endregion
3635
+ //#region src/entities/client-content-pillar/document.d.ts
3636
+ declare const ClientContentPillarDocument: v.GenericSchema<{
3637
+ id: number;
3638
+ documentId: string;
3639
+ publishedAt?: string;
3640
+ createdAt: string;
3641
+ updatedAt: string;
3642
+ is_active: boolean;
3643
+ client?: ClientDocument | null;
3644
+ content_pillar?: ContentPillarDocument | null;
3645
+ }>;
3646
+ type ClientContentPillarDocument = v.InferOutput<typeof ClientContentPillarDocument>;
3647
+ //#endregion
3648
+ export { ClientProjectDocument as C, MediaContentTypeDocument as D, MediaMediumDocument as E, MediaCreativeFormatDocument as O, ClientReportDocument as S, MediaPlatformDocument as T, UtmTrackingLinkDocument as _, LCRUDActions as a, PermissionDocument as b, PermissionsEntity as c, ContentPillarDocument as d, GCFlyTourDocument as f, UserDocument as g, ProductHighlightDocument as h, ClientUserDocumentStatus as i, RolesWithPermissions as l, MondayWorkspaceDocument as m, ClientDocument as n, Permissions as o, GCFlyTourSnapDocument as p, ClientUserDocument as r, PermissionsAction as s, ClientContentPillarDocument as t, ROLE_PERMISSIONS as u, UserAccountDocument as v, ClientMediaPlatformDocument as w, ClientStyleguideDocument as x, RoleDocument as y };